Browse Source
Merge branch 'main' into feature/readonly-tags-selector
pull/4301/head
Thomas Kaul
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
7 additions and
2 deletions
-
CHANGELOG.md
-
libs/ui/.storybook/preview.js
-
libs/ui/project.json
|
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Added |
|
|
|
|
|
|
|
- Extended the tags selector component by a `readonly` attribute |
|
|
|
- Added global styles to the _Storybook_ setup |
|
|
|
|
|
|
|
## 2.138.0 - 2025-02-08 |
|
|
|
|
|
|
|
|
|
@ -1 +0,0 @@ |
|
|
|
// import '!style-loader!css-loader!sass-loader!../../../apps/client/src/styles.scss';
|
|
|
@ -44,7 +44,12 @@ |
|
|
|
"outputDir": "dist/storybook/ui", |
|
|
|
"configDir": "libs/ui/.storybook", |
|
|
|
"browserTarget": "ui:build-storybook", |
|
|
|
"compodoc": false |
|
|
|
"compodoc": false, |
|
|
|
"styles": [ |
|
|
|
"apps/client/src/assets/fonts/inter.css", |
|
|
|
"apps/client/src/styles/theme.scss", |
|
|
|
"apps/client/src/styles.scss" |
|
|
|
] |
|
|
|
}, |
|
|
|
"configurations": { |
|
|
|
"ci": { |
|
|
|