Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/frontend kit dep #857

Merged
merged 2 commits into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]
### Added
* *Nothing*

### Changed
* Extract `@shlinkio/shlink-frontend-kit` as external lib.

### Deprecated
* *Nothing*

### Removed
* *Nothing*

### Fixed
* *Nothing*


## [3.10.2] - 2023-07-09
### Added
* *Nothing*
Expand Down
46 changes: 38 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"license": "MIT",
"scripts": {
"lint": "npm run lint:css && npm run lint:js",
"lint:css": "stylelint src/*.scss src/**/*.scss shlink-web-component/*.scss shlink-web-component/**/*.scss shlink-frontend-kit/*.scss shlink-frontend-kit/**/*.scss",
"lint:js": "eslint --ext .js,.ts,.tsx src shlink-web-component shlink-frontend-kit test",
"lint:css": "stylelint src/*.scss src/**/*.scss shlink-web-component/*.scss shlink-web-component/**/*.scss",
"lint:js": "eslint --ext .js,.ts,.tsx src shlink-web-component test",
"lint:fix": "npm run lint:css:fix && npm run lint:js:fix",
"lint:css:fix": "npm run lint:css -- --fix",
"lint:js:fix": "npm run lint:js -- --fix",
Expand All @@ -31,7 +31,8 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"@json2csv/plainjs": "^7.0.1",
"@reduxjs/toolkit": "^1.9.5",
"bootstrap": "^5.3.1",
"@shlinkio/shlink-frontend-kit": "^0.1.2",
"bootstrap": "5.2.3",
"bottlejs": "^2.0.1",
"bowser": "^2.11.0",
"chart.js": "^4.3.3",
Expand Down
27 changes: 0 additions & 27 deletions shlink-frontend-kit/src/base.scss

This file was deleted.

54 changes: 0 additions & 54 deletions shlink-frontend-kit/src/block/Message.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions shlink-frontend-kit/src/block/Result.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions shlink-frontend-kit/src/block/SimpleCard.tsx

This file was deleted.

3 changes: 0 additions & 3 deletions shlink-frontend-kit/src/block/index.ts

This file was deleted.

34 changes: 0 additions & 34 deletions shlink-frontend-kit/src/form/BooleanControl.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions shlink-frontend-kit/src/form/Checkbox.tsx

This file was deleted.

34 changes: 0 additions & 34 deletions shlink-frontend-kit/src/form/InputFormGroup.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions shlink-frontend-kit/src/form/LabeledFormGroup.tsx

This file was deleted.

33 changes: 0 additions & 33 deletions shlink-frontend-kit/src/form/SearchField.scss

This file was deleted.

Loading