Skip to content

Commit

Permalink
Merge pull request #857 from acelaya-forks/feature/frontend-kit-dep
Browse files Browse the repository at this point in the history
Feature/frontend kit dep
  • Loading branch information
acelaya authored Aug 10, 2023
2 parents dfe2cda + 62d7f52 commit c94901b
Show file tree
Hide file tree
Showing 70 changed files with 84 additions and 1,514 deletions.
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

0 comments on commit c94901b

Please sign in to comment.