@dpa-id-components/dpa-shared-components 0.15.0 → 0.15.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +415 -0
- package/dist/audio-circled-232ac711.mjs +15 -0
- package/dist/audio-filled-c7f0b06d.mjs +19 -0
- package/dist/components/DpaEventItem/DpaEventItemCompact.vue.d.ts +11 -10
- package/dist/components/DpaMediaItem/DpaMediaItem.vue.d.ts +61 -0
- package/dist/components/index.d.ts +2 -1
- package/dist/dpa-shared-components.mjs +1207 -1102
- package/dist/dpa-shared-components.umd.js +4 -4
- package/dist/graphic-circled-c7768cfc.mjs +15 -0
- package/dist/graphic-filled-6f965469.mjs +19 -0
- package/dist/picture-circled-7602192a.mjs +15 -0
- package/dist/picture-filled-a6b618dc.mjs +19 -0
- package/dist/style.css +1 -1
- package/dist/text-circled-5283cff7.mjs +15 -0
- package/dist/text-filled-dec83924.mjs +19 -0
- package/dist/video-circled-cb973c76.mjs +15 -0
- package/dist/video-filled-864f2e9f.mjs +19 -0
- package/package.json +2 -2
- package/dist/audio-inline-92256dc7.mjs +0 -19
- package/dist/graphic-inline-a41ad739.mjs +0 -19
- package/dist/picture-inline-0eb9c590.mjs +0 -19
- package/dist/text-inline-cbb3242f.mjs +0 -15
- package/dist/video-inline-b961f9cd.mjs +0 -19
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,415 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
|
+
|
|
5
|
+
### [0.15.2](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.15.1...v0.15.2) (2023-03-21)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* **DpaMediaItem:** Added component, docs, story, tests and necessary icons ([ad58221](https://github.com/dpa-gmbh/dpa-shared-components/commit/ad58221cc9dbc5105753b7c5c96faa578717ec96))
|
|
11
|
+
* **eventItem:** add grad layout to make sure entries are aligned and further css adjustments ([1e872f0](https://github.com/dpa-gmbh/dpa-shared-components/commit/1e872f065fa51401c43bcb0a1113ab1050008915))
|
|
12
|
+
* **listview:** wip ([53d9212](https://github.com/dpa-gmbh/dpa-shared-components/commit/53d9212d7ca71096ac06ee146dca8cac27f034df))
|
|
13
|
+
|
|
14
|
+
### [0.15.1](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.15.0...v0.15.1) (2023-03-17)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **UiCheckbosGroup:** disabled behavior ([66854a8](https://github.com/dpa-gmbh/dpa-shared-components/commit/66854a8edca95a16fb40fcd8413a9e673a9c8d97))
|
|
20
|
+
|
|
21
|
+
## [0.15.0](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.14.2...v0.15.0) (2023-03-17)
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Features
|
|
25
|
+
|
|
26
|
+
* **UiTooltip:** change border-radius to 16px ([c9ee222](https://github.com/dpa-gmbh/dpa-shared-components/commit/c9ee22210ef4cf8218ab6bb70b90efe6d083de71))
|
|
27
|
+
|
|
28
|
+
### [0.14.2](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.14.1...v0.14.2) (2023-03-15)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* **DpaEventItem:** add container queries ([1a7b566](https://github.com/dpa-gmbh/dpa-shared-components/commit/1a7b566371e3ead299fc25da4331b95644b04aa6))
|
|
34
|
+
* **DpaEventItem:** add forgotten container queries ([c8ffdc4](https://github.com/dpa-gmbh/dpa-shared-components/commit/c8ffdc4a18a77590e0e42a8a54414b82e0a588ef))
|
|
35
|
+
* **UiBadle/DpaEventItem:** implement design feedback ([5b1ee39](https://github.com/dpa-gmbh/dpa-shared-components/commit/5b1ee391c549fe0c0ddbdfd404d2a134f4e6c8df))
|
|
36
|
+
* **UiCheckBoxGroup:** add disabled property ([ea1efcf](https://github.com/dpa-gmbh/dpa-shared-components/commit/ea1efcf24c297f6963000dfc28804f51d19e7fd3))
|
|
37
|
+
* **UiInfoContent/UiButton:** deleted unnecessary border, changed box shadow ([b1477be](https://github.com/dpa-gmbh/dpa-shared-components/commit/b1477beb8e66f03f12e35e1a801a29c10b72526a))
|
|
38
|
+
* **UiRadioInputGroup:** made labels clickable ([826199d](https://github.com/dpa-gmbh/dpa-shared-components/commit/826199db2be589be725f0141396954263add150e))
|
|
39
|
+
|
|
40
|
+
### [0.14.1](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.14.0...v0.14.1) (2023-03-10)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* **UiBadge:** fixed types import ([f38bbc0](https://github.com/dpa-gmbh/dpa-shared-components/commit/f38bbc0bb7bd34c1228f242da3ec105353f02be0))
|
|
46
|
+
* **UiCheckBoxGroup:** fixed typo ([a132de5](https://github.com/dpa-gmbh/dpa-shared-components/commit/a132de5487ab440182e05c043b3531ad7538a3d3))
|
|
47
|
+
|
|
48
|
+
## [0.14.0](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.13.1...v0.14.0) (2023-03-10)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Features
|
|
52
|
+
|
|
53
|
+
* **UiTooltip:** add component, docs, story, tests and necessary library ([9c9d06c](https://github.com/dpa-gmbh/dpa-shared-components/commit/9c9d06c69ae52561e868a6f6a4cd16bc515507fc))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Bug Fixes
|
|
57
|
+
|
|
58
|
+
* **UiTooltip:** added typoes from lib ([e3b7df0](https://github.com/dpa-gmbh/dpa-shared-components/commit/e3b7df02cd4010f6dc95550efb4e8b888ec28971))
|
|
59
|
+
* **UiTooltip:** fixed storybook menu ([c045845](https://github.com/dpa-gmbh/dpa-shared-components/commit/c0458456ad987548ea6eebfe53ef74c865646369))
|
|
60
|
+
* **UiTooltip:** moved types import in separate import ([9a0a0d1](https://github.com/dpa-gmbh/dpa-shared-components/commit/9a0a0d1d5e9e7744f0222a5eebccd2150dc265f2))
|
|
61
|
+
|
|
62
|
+
### [0.13.1](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.13.0...v0.13.1) (2023-03-10)
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
### Features
|
|
66
|
+
|
|
67
|
+
* **Badge:** add color options gray-300, gray-800 ([aae6aa0](https://github.com/dpa-gmbh/dpa-shared-components/commit/aae6aa0c2304ff4d5c06e5348926a65fdc67994c))
|
|
68
|
+
* **Badge:** remove "-inline" from some icon names ([20500d6](https://github.com/dpa-gmbh/dpa-shared-components/commit/20500d68486d5369e0367384a3a7a103f3e567b6))
|
|
69
|
+
* **UiBadge:** add color option ([b2c23bf](https://github.com/dpa-gmbh/dpa-shared-components/commit/b2c23bffc0fb0a93adaee3da293a1b98fddd9cac))
|
|
70
|
+
* **UiBadge:** add color option "neon-green" to storybook ([5b7b7b6](https://github.com/dpa-gmbh/dpa-shared-components/commit/5b7b7b6c943f1b3d755b951544f01425e715c132))
|
|
71
|
+
* **UiBadge:** add props ([9bf733d](https://github.com/dpa-gmbh/dpa-shared-components/commit/9bf733da55a7f83553edd1796bf2bf7695248ed2))
|
|
72
|
+
* **UiBadge:** add test for should render icon ([eeb140d](https://github.com/dpa-gmbh/dpa-shared-components/commit/eeb140d74197e626a595eebdd6291eafe01bf252))
|
|
73
|
+
* **UiBadge:** adjust test to changed UiIcon sizeClass ([a88e2de](https://github.com/dpa-gmbh/dpa-shared-components/commit/a88e2defdad1b288d1fc5c6c02f851a68892b04b))
|
|
74
|
+
* **UiBadge:** change UiIcon sizeClass according to design kit ([ea4c05c](https://github.com/dpa-gmbh/dpa-shared-components/commit/ea4c05c3f66c95178ffbbaa3070e52e7055bfe26))
|
|
75
|
+
* **UiBadge:** delete blank line ([53c66e4](https://github.com/dpa-gmbh/dpa-shared-components/commit/53c66e4ea89a3312d1bda0e6ac6e2a818ba20214))
|
|
76
|
+
* **UiBadge:** fix wrong path ([11c8b63](https://github.com/dpa-gmbh/dpa-shared-components/commit/11c8b63f2b75f1c03223b62897a16d231c0331eb))
|
|
77
|
+
* **UiBadge:** refactor, add PlanningItemBadge story ([f5d5a23](https://github.com/dpa-gmbh/dpa-shared-components/commit/f5d5a23d2563a7bc0e6cb1e78c4bd9f72feb685f))
|
|
78
|
+
* **UiBadge:** refactor, add props and values for more use cases ([644604f](https://github.com/dpa-gmbh/dpa-shared-components/commit/644604f2b88cec0c7cba87fe6773b2a11bad79ee))
|
|
79
|
+
* **UiBadge:** remove "-inline" from some icon names ([6ae2468](https://github.com/dpa-gmbh/dpa-shared-components/commit/6ae24682b87bd99917ad93a6900b1c7c48a4739b))
|
|
80
|
+
* **UiBadge:** rename picture svg for better readability ([62963fe](https://github.com/dpa-gmbh/dpa-shared-components/commit/62963feef106712e755a92b7792dfd75ae820c7d))
|
|
81
|
+
* **UiBadge:** update readme with new props ([a844965](https://github.com/dpa-gmbh/dpa-shared-components/commit/a84496506af5f518fafeadfbc8ea60f5a7336702))
|
|
82
|
+
* **uiIcon:** check if all icons in iconNames.ts exist ([5d9492a](https://github.com/dpa-gmbh/dpa-shared-components/commit/5d9492ae855b6cdc449714aaf421c4b266101784))
|
|
83
|
+
* **uiIcon:** improve test ([1c4aec8](https://github.com/dpa-gmbh/dpa-shared-components/commit/1c4aec8880a9d01de2e72c65f67a93d36283a3df))
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Bug Fixes
|
|
87
|
+
|
|
88
|
+
* **UiCheckboxGroup:** added missing export in index ([470c4f0](https://github.com/dpa-gmbh/dpa-shared-components/commit/470c4f0fd10fc6f4687f7d835993c3fd89d40dc2))
|
|
89
|
+
|
|
90
|
+
## [0.13.0](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.12.0...v0.13.0) (2023-03-09)
|
|
91
|
+
|
|
92
|
+
## [0.12.0](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.11.1...v0.12.0) (2023-03-09)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Features
|
|
96
|
+
|
|
97
|
+
* include event item ([ae9de16](https://github.com/dpa-gmbh/dpa-shared-components/commit/ae9de169454e83c6808f2bcb1275a5138ca01cf2))
|
|
98
|
+
|
|
99
|
+
### [0.11.1](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.11.0...v0.11.1) (2023-03-07)
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
### Bug Fixes
|
|
103
|
+
|
|
104
|
+
* **UiSearchInput:** Fix storybook for UiSearchInput ([b189475](https://github.com/dpa-gmbh/dpa-shared-components/commit/b1894751ade0363db051f2c81b4234692c6f9c6c))
|
|
105
|
+
|
|
106
|
+
## [0.11.0](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.10.1...v0.11.0) (2023-03-07)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
### Features
|
|
110
|
+
|
|
111
|
+
* **DpaEventItem:** add readme ([24c28d0](https://github.com/dpa-gmbh/dpa-shared-components/commit/24c28d0b3ce103db57748eadc9a4187bf96fae2a))
|
|
112
|
+
* **DpaEventItem:** add slots ([796fdd4](https://github.com/dpa-gmbh/dpa-shared-components/commit/796fdd4793c62f81d706d3b59bbb95c742776a6b))
|
|
113
|
+
* **DpaEventItem:** add test ([a997c4f](https://github.com/dpa-gmbh/dpa-shared-components/commit/a997c4f18f518c2464914cc47928844aac86cfbe))
|
|
114
|
+
* **DpaEventItem:** added content parts ([50c2dde](https://github.com/dpa-gmbh/dpa-shared-components/commit/50c2dde07c77637fb3cf516259568a0d93bb852e))
|
|
115
|
+
* **DpaEventItem:** change noticeType prop ([5b9e806](https://github.com/dpa-gmbh/dpa-shared-components/commit/5b9e8065f0e461490528544842c0c0d700a98c0e))
|
|
116
|
+
* **DpaEventItemCompact:** renamed, chaned styles, deleted unused imports ([4efdb28](https://github.com/dpa-gmbh/dpa-shared-components/commit/4efdb2828b9c4791d0b3f41e784dd912a88f2230))
|
|
117
|
+
* **DpaEventItem:** get rid of redundant functions ([2729072](https://github.com/dpa-gmbh/dpa-shared-components/commit/27290724426b699d771b46988caf26c22b984905))
|
|
118
|
+
* **DpaEventItem:** made responsive via tailwind ([b527888](https://github.com/dpa-gmbh/dpa-shared-components/commit/b5278889ffeb1d91be481732e75508e27396cd0a))
|
|
119
|
+
* **DpaEventItem:** refactor Story, added wip standard view ([1c44b6a](https://github.com/dpa-gmbh/dpa-shared-components/commit/1c44b6a055354673883a0e4bd23053a676d08b3d))
|
|
120
|
+
* **UiEventItem:** add story and component ([599f5e4](https://github.com/dpa-gmbh/dpa-shared-components/commit/599f5e456129767c685ba43caaa5e5c8323bacd0))
|
|
121
|
+
* **UiEventItemList:** use notice type text as prop ([19e7075](https://github.com/dpa-gmbh/dpa-shared-components/commit/19e7075a6c3595f137756d9243150a06fe9f3205))
|
|
122
|
+
* **UIEventItemStandard:** refactor to use taiwind breakpoints ([f71a570](https://github.com/dpa-gmbh/dpa-shared-components/commit/f71a570cc5ee5e5f02f525ab8f67ec1b29bdf4a0))
|
|
123
|
+
* **UiSearchInput:** Replace implementation by DPA News Solution ([998c243](https://github.com/dpa-gmbh/dpa-shared-components/commit/998c24384e09b774dae618fb9597a8264daacd2c))
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
### Bug Fixes
|
|
127
|
+
|
|
128
|
+
* refactor unit-test ([c8ee36d](https://github.com/dpa-gmbh/dpa-shared-components/commit/c8ee36d01874826ca74edb26b3c4284e6a59fc69))
|
|
129
|
+
* **UiSearchInput:** fix type definition and update documentation ([fc8e7f9](https://github.com/dpa-gmbh/dpa-shared-components/commit/fc8e7f923b4f8287cf1b8ee59f86211d680f1cd8))
|
|
130
|
+
* **UiSearchInput:** Focus last added row ([1464531](https://github.com/dpa-gmbh/dpa-shared-components/commit/1464531d5c218a264d1faed69b2959b6f448d6ae))
|
|
131
|
+
* **UiSearchInput:** remove unused import in UiSearchInput test ([599aa47](https://github.com/dpa-gmbh/dpa-shared-components/commit/599aa47afc3505839fd835541239f366cc702746))
|
|
132
|
+
* **UiSearchInput:** Replace watch with watchEffect and stop after first update ([1ac2cfd](https://github.com/dpa-gmbh/dpa-shared-components/commit/1ac2cfde23f5fbf1d7aa81155198f995dbaa97b8))
|
|
133
|
+
* **UiSearchInput:** simplify component ([d75a2db](https://github.com/dpa-gmbh/dpa-shared-components/commit/d75a2db67287e8ee9a7aea1d4577d489f5f1db50))
|
|
134
|
+
* **UiSearchInput:** Update searchInput readme ([7d7dc48](https://github.com/dpa-gmbh/dpa-shared-components/commit/7d7dc48046a48adcccf10a71a5e0982203f5395c))
|
|
135
|
+
|
|
136
|
+
### [0.10.1](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.10.0...v0.10.1) (2023-03-02)
|
|
137
|
+
|
|
138
|
+
## [0.10.0](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.9.0...v0.10.0) (2023-03-01)
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
### Features
|
|
142
|
+
|
|
143
|
+
* **icon:** fix sizes ([ac4805a](https://github.com/dpa-gmbh/dpa-shared-components/commit/ac4805ab3418cfd64983723910b6a7823275560b))
|
|
144
|
+
* **icon:** fix test ([a369fa8](https://github.com/dpa-gmbh/dpa-shared-components/commit/a369fa8f8810c44ddfe7a5dbb8bde62295471ef5))
|
|
145
|
+
* **icon:** Map button to icon size ([0acf0b7](https://github.com/dpa-gmbh/dpa-shared-components/commit/0acf0b7affa2f91a6ff86d9eda3e5f4f1ac3a95b))
|
|
146
|
+
|
|
147
|
+
## [0.9.0](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.8.1...v0.9.0) (2023-02-28)
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
### Features
|
|
151
|
+
|
|
152
|
+
* **icon:** add 4.5 size to tailwind config ([6196af2](https://github.com/dpa-gmbh/dpa-shared-components/commit/6196af23618d844bea86e0d876ada11d2a0a8cce))
|
|
153
|
+
* **icon:** add more-vertical.svg ([6bd319e](https://github.com/dpa-gmbh/dpa-shared-components/commit/6bd319e367d2e5eb4ec8dbae64a6c16b6f68482f))
|
|
154
|
+
* **icon:** change medium icon size ([e586110](https://github.com/dpa-gmbh/dpa-shared-components/commit/e586110551564de30b91e19061586d0b120fe5dc))
|
|
155
|
+
* **icon:** fix test ([6c81248](https://github.com/dpa-gmbh/dpa-shared-components/commit/6c81248fd759f76ae880e207281303e619c7386c))
|
|
156
|
+
* **UiCheckBoxGroup:** add component story and readme ([c854d19](https://github.com/dpa-gmbh/dpa-shared-components/commit/c854d196c8a9770f73b7f087bea6d22f7fd76a92))
|
|
157
|
+
* **UiCheckBoxGroup:** add first test ([c8f51fd](https://github.com/dpa-gmbh/dpa-shared-components/commit/c8f51fdc669085c449374ba85a6824a43ef17d2f))
|
|
158
|
+
* **UiCheckBoxGroup:** add icon ([03c4891](https://github.com/dpa-gmbh/dpa-shared-components/commit/03c4891d571c469e5c4553d0cf5a12ec2c1e9118))
|
|
159
|
+
* **UiCheckBoxGroup:** add review feedback ([3d1d8c4](https://github.com/dpa-gmbh/dpa-shared-components/commit/3d1d8c4cf6795ee971d494cbbcea5561d1eebac3))
|
|
160
|
+
* **UiCheckBoxGroup:** add tests ([c75894b](https://github.com/dpa-gmbh/dpa-shared-components/commit/c75894ba5261fa6907231239eb5898d073c1ec44))
|
|
161
|
+
* **UiCheckBoxGroup:** typo and syntax fix ([7a80883](https://github.com/dpa-gmbh/dpa-shared-components/commit/7a80883e6b5f6043ac7e6095b7b80a31a79d4338))
|
|
162
|
+
|
|
163
|
+
### [0.8.1](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.8.0...v0.8.1) (2023-02-27)
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
### Bug Fixes
|
|
167
|
+
|
|
168
|
+
* **icon:** fix typo ([7e64686](https://github.com/dpa-gmbh/dpa-shared-components/commit/7e6468633a293640f7f69cc9c079111b59f40c67))
|
|
169
|
+
|
|
170
|
+
## [0.8.0](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.7.0...v0.8.0) (2023-02-27)
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
### Bug Fixes
|
|
174
|
+
|
|
175
|
+
* **ListItem:** give listItem a disbaled Prop ([6ff3f30](https://github.com/dpa-gmbh/dpa-shared-components/commit/6ff3f3038060c3e265c7a082026ef74a43504c3c))
|
|
176
|
+
|
|
177
|
+
## [0.7.0](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.6.2...v0.7.0) (2023-02-27)
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
### Features
|
|
181
|
+
|
|
182
|
+
* **UiFilterButton:** Add new Variant to FilterButton ([0ba406c](https://github.com/dpa-gmbh/dpa-shared-components/commit/0ba406cd6c747d403ad7619bd80222ab563bea74))
|
|
183
|
+
|
|
184
|
+
### [0.6.2](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.6.1...v0.6.2) (2023-02-24)
|
|
185
|
+
|
|
186
|
+
### [0.6.1](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.6.0...v0.6.1) (2023-02-24)
|
|
187
|
+
|
|
188
|
+
## [0.6.0](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.5.1...v0.6.0) (2023-02-24)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
### Features
|
|
192
|
+
|
|
193
|
+
* **Icons:** add standart-view icon ([#57](https://github.com/dpa-gmbh/dpa-shared-components/issues/57)) ([a3e3382](https://github.com/dpa-gmbh/dpa-shared-components/commit/a3e33825d4e755ef8a80a775e3a30ab8f0d71fdb))
|
|
194
|
+
|
|
195
|
+
### [0.5.1](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.5.0...v0.5.1) (2023-02-24)
|
|
196
|
+
|
|
197
|
+
## [0.5.0](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.4.4...v0.5.0) (2023-02-23)
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
### Features
|
|
201
|
+
|
|
202
|
+
* **UiButton:** change import type ([8f9f748](https://github.com/dpa-gmbh/dpa-shared-components/commit/8f9f7480dbdc1ef45a24372863f7c7e1c4d07a6e))
|
|
203
|
+
* **UiButton:** computeIconSize ([519c9c9](https://github.com/dpa-gmbh/dpa-shared-components/commit/519c9c9d6ce57a228002a86e477e30359a26d75b))
|
|
204
|
+
* **UiButton:** give the Button an optional Icon ([969c2ef](https://github.com/dpa-gmbh/dpa-shared-components/commit/969c2ef6898eb27608594abf6b3d70f7a125a527))
|
|
205
|
+
* **UiButton:** make types more explicit ([1f62000](https://github.com/dpa-gmbh/dpa-shared-components/commit/1f6200020ac3ae351178969c447c0a56f726ba65))
|
|
206
|
+
|
|
207
|
+
### [0.4.4](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.4.3...v0.4.4) (2023-02-23)
|
|
208
|
+
|
|
209
|
+
### [0.4.3](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.4.2...v0.4.3) (2023-02-23)
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
### Features
|
|
213
|
+
|
|
214
|
+
* **UiSnackbar:** snackbar component, incl. docs, tests and story ([ea3bd41](https://github.com/dpa-gmbh/dpa-shared-components/commit/ea3bd41534b7b07a100e2cf4dfa4c88d52c3f4c8))
|
|
215
|
+
* **UiSnackbar:** snackbar component, incl. docs, tests and story ([f65e8e1](https://github.com/dpa-gmbh/dpa-shared-components/commit/f65e8e164ad599c7ec1413df5d90c895134d3f2f))
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
### Bug Fixes
|
|
219
|
+
|
|
220
|
+
* **Components:** fixed missing imports/exports ([a3cd225](https://github.com/dpa-gmbh/dpa-shared-components/commit/a3cd2254d26bc6329baeb5fe9aaf0d0ce557ab73))
|
|
221
|
+
* **UiSnackbar:** fixed typo in docs ([db4bcbc](https://github.com/dpa-gmbh/dpa-shared-components/commit/db4bcbcf418ccadcc178a4a63dfaf1f61c056f02))
|
|
222
|
+
|
|
223
|
+
### [0.4.2](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.4.1...v0.4.2) (2023-02-16)
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
### Features
|
|
227
|
+
|
|
228
|
+
* **UiButton:** add control for rounded ([2647611](https://github.com/dpa-gmbh/dpa-shared-components/commit/2647611e426827e639be4b4c9283f99c714b5341))
|
|
229
|
+
* **UiCheckBox:** added error message, size classes and adjusted size to fit design kit ([79008ca](https://github.com/dpa-gmbh/dpa-shared-components/commit/79008ca3091897d29e27e64c2105415602dc4da1))
|
|
230
|
+
* **UiDialog:** in header add bg-color, adjust padding to match id component ([37b503b](https://github.com/dpa-gmbh/dpa-shared-components/commit/37b503b73b8cda3d52ca6c9f6521c0965e14c4bf))
|
|
231
|
+
* **UiIcon:** add icons ([6cb82a4](https://github.com/dpa-gmbh/dpa-shared-components/commit/6cb82a4096c9a22947dc839f3bd00a9b1fbb2b93))
|
|
232
|
+
* **UiMenu:** added label for multiple selected values and actions for storybook ([033a2ca](https://github.com/dpa-gmbh/dpa-shared-components/commit/033a2cae1d638cd9c63fd776b56242a775d9d523))
|
|
233
|
+
* **UiMenu:** added refs for better interaction ([797ebe4](https://github.com/dpa-gmbh/dpa-shared-components/commit/797ebe4e309496ab59e5cc4db7484bb17262807c))
|
|
234
|
+
* **UiMenu:** added UiMenu component with story, docs and tests. ([aa376c5](https://github.com/dpa-gmbh/dpa-shared-components/commit/aa376c5c5a9c214a29b968b8f6ac6fc4f24e8036))
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
### Bug Fixes
|
|
238
|
+
|
|
239
|
+
* **package.json:** fixed wrong export ([eec4a41](https://github.com/dpa-gmbh/dpa-shared-components/commit/eec4a4115ffc8a536d501df86c4610742f759a03))
|
|
240
|
+
* **UiFilterButton:** moved onClick to higher component to make all the button clickable. Prevent click event when disabled. ([0a6a639](https://github.com/dpa-gmbh/dpa-shared-components/commit/0a6a63981c89d6312f848751cdfaf86db1708eb1))
|
|
241
|
+
* **UiMenu:** fixed action for select ([a12215e](https://github.com/dpa-gmbh/dpa-shared-components/commit/a12215eda91c87f17e4b4af3b885c6e4397d2460))
|
|
242
|
+
* **UiMenu:** fixed action in story by forwarding event ([df59d5c](https://github.com/dpa-gmbh/dpa-shared-components/commit/df59d5c33efeb8b1938ed30e7621f33c3bcf7a7a))
|
|
243
|
+
* **UiMenu:** fixed event emitting by adding checks for previous state ([c0a6ca4](https://github.com/dpa-gmbh/dpa-shared-components/commit/c0a6ca490c9d24ab56cd5021b6617ff042af3733))
|
|
244
|
+
|
|
245
|
+
### [0.4.1](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.4.0...v0.4.1) (2023-02-14)
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
### Features
|
|
249
|
+
|
|
250
|
+
* **UIAutocomplete:** delete unnecessary ? ([e143047](https://github.com/dpa-gmbh/dpa-shared-components/commit/e1430477dcadcb9511b1b88b49a98270e8a56f15))
|
|
251
|
+
* **UiAutocomplete:** minor fixes ([3826eaa](https://github.com/dpa-gmbh/dpa-shared-components/commit/3826eaaee4911e13eaf8b42ff09e2e111dd3dc94))
|
|
252
|
+
* **UiButtonGroup:** add review changes ([7fab697](https://github.com/dpa-gmbh/dpa-shared-components/commit/7fab6978b08d3875a7f5cd3ccdff870d841cf08e))
|
|
253
|
+
* **UiButtonGroup:** add UiButtonGroup component story test and readme ([ff5be65](https://github.com/dpa-gmbh/dpa-shared-components/commit/ff5be65a57eb9bc80ccdee756f89ec692635bcfb))
|
|
254
|
+
* **UIChip:** added documentation for cursorStyle ([5c9d768](https://github.com/dpa-gmbh/dpa-shared-components/commit/5c9d768206317b771312a3107e6414573493a0ae))
|
|
255
|
+
* **UIChip:** removed comment ([bcd5d9b](https://github.com/dpa-gmbh/dpa-shared-components/commit/bcd5d9b1e35c2cf615ff0afe7d33f2c324cd1271))
|
|
256
|
+
* **UIChip:** replaced isClickable with cursor style for text, default or pointer ([703f3ee](https://github.com/dpa-gmbh/dpa-shared-components/commit/703f3ee1cce05dfc18a7acb22c696ed857368aa3))
|
|
257
|
+
* **UiInfoContent:** add component, story, test, readme ([ed32980](https://github.com/dpa-gmbh/dpa-shared-components/commit/ed32980e9bb12c873f187167fd01fe70eba25e7f))
|
|
258
|
+
* **UiInfoContent:** array as select options ([fb341b1](https://github.com/dpa-gmbh/dpa-shared-components/commit/fb341b1cf3fab9fcbcd84d19c2fa4fc2f977067d))
|
|
259
|
+
* **UiInfoContent:** refactor test ([5f1c471](https://github.com/dpa-gmbh/dpa-shared-components/commit/5f1c471e8600bb9784d26e930f8919145b0f82f2))
|
|
260
|
+
* **UIInfocontent:** refactor to slots ([62be6ca](https://github.com/dpa-gmbh/dpa-shared-components/commit/62be6ca243aa952bb82cc6ce9054439be1b76363))
|
|
261
|
+
* **UiSpinner:** added spinner variant and fixed colors ([5b65b91](https://github.com/dpa-gmbh/dpa-shared-components/commit/5b65b9166d7133b2f46feeb86a837bc4ea0787e6))
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
### Bug Fixes
|
|
265
|
+
|
|
266
|
+
* **UiSearchInput:** fixed dynamic key value which lead to lost focus on input ([19bd4b0](https://github.com/dpa-gmbh/dpa-shared-components/commit/19bd4b0d73a360f7fd218059ed4ae04f04152fd9))
|
|
267
|
+
|
|
268
|
+
## [0.4.0](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.3.1...v0.4.0) (2023-02-08)
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
### Features
|
|
272
|
+
|
|
273
|
+
* **Global:** added types to package ([a20c195](https://github.com/dpa-gmbh/dpa-shared-components/commit/a20c1956d6e2a8518bcd248fd803f701e57e61b4))
|
|
274
|
+
|
|
275
|
+
### [0.3.1](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.3.0...v0.3.1) (2023-02-08)
|
|
276
|
+
|
|
277
|
+
## [0.3.0](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.2.2...v0.3.0) (2023-02-08)
|
|
278
|
+
|
|
279
|
+
### [0.2.2](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.2.1...v0.2.2) (2023-02-03)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
### Features
|
|
283
|
+
|
|
284
|
+
* **filterButton:** Add Filter Button ([197a6f2](https://github.com/dpa-gmbh/dpa-shared-components/commit/197a6f23a44e500a2af327b88e4d663fb3eb2c0f))
|
|
285
|
+
* **filterButton:** don't uppercase automatically ([0dbd680](https://github.com/dpa-gmbh/dpa-shared-components/commit/0dbd6803ab58dc93d4110c5d2f24623823d5c97c))
|
|
286
|
+
* **filterButton:** fix hover state ([a4c3e83](https://github.com/dpa-gmbh/dpa-shared-components/commit/a4c3e83a14c834694a91aade5cf038f2b41f9cf2))
|
|
287
|
+
* **filterButton:** no need for quotes ([a001916](https://github.com/dpa-gmbh/dpa-shared-components/commit/a001916736176b8d6f85e06f21205865e28a305b))
|
|
288
|
+
* **filterButton:** refactor filterButton ([162da81](https://github.com/dpa-gmbh/dpa-shared-components/commit/162da81cd1ae6dd6eab0a088d243f9180b5cc9cb))
|
|
289
|
+
* **UiFilterButton:** added disabled state and some design adjustments ([510a89a](https://github.com/dpa-gmbh/dpa-shared-components/commit/510a89ae16ff455fd19a1f7cb6295b843615b38e))
|
|
290
|
+
* **UiFilterButton:** added icon as control to story ([f804ffe](https://github.com/dpa-gmbh/dpa-shared-components/commit/f804ffe83db95b5806a50455d1cf0ac5a2d04fe7))
|
|
291
|
+
* **UiFilterButton:** updated docs ([24e75c2](https://github.com/dpa-gmbh/dpa-shared-components/commit/24e75c25cf6666dc1a091d782b753ddb84f50c1b))
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
### Bug Fixes
|
|
295
|
+
|
|
296
|
+
* **Readme:** added documentation for linking project ([5ffa4bd](https://github.com/dpa-gmbh/dpa-shared-components/commit/5ffa4bdc0919639c08d792d3b33fec95c649db86))
|
|
297
|
+
* **Storybook:** fixed storybook vite config ([039cadc](https://github.com/dpa-gmbh/dpa-shared-components/commit/039cadcba7e72fee814c858d47abb368086a0739))
|
|
298
|
+
* **UiIconButton:** fixed docs ([34d5ac8](https://github.com/dpa-gmbh/dpa-shared-components/commit/34d5ac8e2d30455156557d800351c790667a43f2))
|
|
299
|
+
|
|
300
|
+
### [0.2.1](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.2.0...v0.2.1) (2023-02-01)
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
### Bug Fixes
|
|
304
|
+
|
|
305
|
+
* **package.json:** removed type module für correct bundling ([d341b46](https://github.com/dpa-gmbh/dpa-shared-components/commit/d341b46e556d432b8c398298acfb331a5783b64f))
|
|
306
|
+
|
|
307
|
+
## [0.2.0](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.1.1...v0.2.0) (2023-02-01)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Features
|
|
311
|
+
|
|
312
|
+
* **tailwindConfig:** change shadow values according to DPA-NEWS-591 ([282408a](https://github.com/dpa-gmbh/dpa-shared-components/commit/282408a52134de314c89f2be86b396985ec04c82))
|
|
313
|
+
* **UiOverlayMenu:** fixed typo ([914bcd9](https://github.com/dpa-gmbh/dpa-shared-components/commit/914bcd9c6a74736a33f49b80537f4b6ed0528057))
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
### Bug Fixes
|
|
317
|
+
|
|
318
|
+
* **Stories:** added defaults to the stories where missing ([98970a1](https://github.com/dpa-gmbh/dpa-shared-components/commit/98970a18e6c88ccbbef059d928d19114ee5ebc27))
|
|
319
|
+
* **UiInput:** removed unnecessary parameter for linting ([3280284](https://github.com/dpa-gmbh/dpa-shared-components/commit/3280284616aa2dbb15937913df8209e723d594b1))
|
|
320
|
+
|
|
321
|
+
### [0.1.1](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.1.0...v0.1.1) (2023-01-31)
|
|
322
|
+
|
|
323
|
+
## [0.1.0](https://github.com/dpa-gmbh/dpa-shared-components/compare/v0.0.2...v0.1.0) (2023-01-30)
|
|
324
|
+
|
|
325
|
+
### 0.0.2 (2023-01-30)
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
### Features
|
|
329
|
+
|
|
330
|
+
* **UiBadge:** added badge component with story and tests ([925f990](https://github.com/dpa-gmbh/dpa-shared-components/commit/925f990970550ea59bd733111c9e100bace1d905))
|
|
331
|
+
* **UiCard:** added UiCard component, including story and test ([5de6962](https://github.com/dpa-gmbh/dpa-shared-components/commit/5de6962b3f40c301197bccc2c131b7254abd1c48))
|
|
332
|
+
* **UiCheckBox:** add checkbox ([d50c1e9](https://github.com/dpa-gmbh/dpa-shared-components/commit/d50c1e9a7b9737ebf3e06614f0e7c9f3099b326f))
|
|
333
|
+
* **UiCheckBox:** add viteconfig changes ([05ec1f0](https://github.com/dpa-gmbh/dpa-shared-components/commit/05ec1f0f60902e0619c78db80971abfc10b1c767))
|
|
334
|
+
* **UiChip:** added Chjjip component with story, test and readme ([b540405](https://github.com/dpa-gmbh/dpa-shared-components/commit/b5404054bcafc012cb138c3bfade20899f1997da))
|
|
335
|
+
* **UiFilterBadge:** added UiFilterBadge from news project, including docs, test and story ([983e5db](https://github.com/dpa-gmbh/dpa-shared-components/commit/983e5dbe27b2db9d9d1a6822ecb4565f6a9bd8c8))
|
|
336
|
+
* **UiIcon:** added UiIcon component, including docs, story and tests ([260042e](https://github.com/dpa-gmbh/dpa-shared-components/commit/260042e683e06e91c7cf4f58a54bbf7bfd0347f5))
|
|
337
|
+
* **UiIconButton:** add documentation ([dfb745a](https://github.com/dpa-gmbh/dpa-shared-components/commit/dfb745a66d1cc3ddf6deed10ddc721b129a78594))
|
|
338
|
+
* **UiIconButton:** add Test ([81f3f4a](https://github.com/dpa-gmbh/dpa-shared-components/commit/81f3f4a835d617805e1bc86e9b58a2b34c6aa2f9))
|
|
339
|
+
* **UiIconButton:** Add UiIconButton ([6e0b41a](https://github.com/dpa-gmbh/dpa-shared-components/commit/6e0b41afe4b634c17945bffd776741fcd4d000dc))
|
|
340
|
+
* **UiIconButton:** fix typo ([2f00860](https://github.com/dpa-gmbh/dpa-shared-components/commit/2f00860cf981df4a17925cf9aa5836ceea956850))
|
|
341
|
+
* **UiInput:** added input component including docs, story and tests ([864d847](https://github.com/dpa-gmbh/dpa-shared-components/commit/864d84701904f19e95904b4826bcada2bc9838b7))
|
|
342
|
+
* **UiList, UiListItem:** added docs and stories ([c673a3a](https://github.com/dpa-gmbh/dpa-shared-components/commit/c673a3a4ace369d67900143ce3bb344d4f79f68f))
|
|
343
|
+
* **UiList, UiListItem:** added list and listitem component including story ([1313d71](https://github.com/dpa-gmbh/dpa-shared-components/commit/1313d717e99005e890df78302093f8dbef87fd88))
|
|
344
|
+
* **UiList, UiListItem:** added missing tests ([1224003](https://github.com/dpa-gmbh/dpa-shared-components/commit/122400344581915af863ac5fcdfbdeb4e35d6241))
|
|
345
|
+
* **UiOverlay, UiDialog:** added meaningful readmes ([06f8c07](https://github.com/dpa-gmbh/dpa-shared-components/commit/06f8c077962cb0a30dfaa69a69b04fb9b5db8da0))
|
|
346
|
+
* **UiOverlay:** added overlay component including test and story ([6bfc425](https://github.com/dpa-gmbh/dpa-shared-components/commit/6bfc425dae333b78077f41a8bb251e1f65171189))
|
|
347
|
+
* **UiOverlayMenu:** added component, story, test, readme and click away directive ([350e255](https://github.com/dpa-gmbh/dpa-shared-components/commit/350e25520a47e260e741aa146700b1aeaf3235bf))
|
|
348
|
+
* **UiSection:** added section component from news, including docs, story and tests ([36dea90](https://github.com/dpa-gmbh/dpa-shared-components/commit/36dea90213d28423f7d1c8ffbf9c844e64bcac67))
|
|
349
|
+
* **UiSectionDivider:** added section divider component from news, including docs, story and tests ([f379083](https://github.com/dpa-gmbh/dpa-shared-components/commit/f37908358b7a1832339f7b233f936ffc0165c669))
|
|
350
|
+
* **UiSkeletonBox:** added skeleton box component from news, including docs, story and tests ([499cf64](https://github.com/dpa-gmbh/dpa-shared-components/commit/499cf641251ab54d4782f3b7496c6d17702967f5))
|
|
351
|
+
* **UiSpinner:** added spinner component from news, including docs, story and tests ([ab26c86](https://github.com/dpa-gmbh/dpa-shared-components/commit/ab26c8657a8a2ed7fd322a08b5e88db22f37febd))
|
|
352
|
+
* **UiToggleButton:** add UiToggleButton component story test and readme ([4260e14](https://github.com/dpa-gmbh/dpa-shared-components/commit/4260e14b0fce45ae356f39021115cc6271a66246))
|
|
353
|
+
* **UiToggleButton:** add UiToggleButton component story test and readme ([42f164e](https://github.com/dpa-gmbh/dpa-shared-components/commit/42f164e678f81ed27f25ecb31584f539a54c3627))
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
### Bug Fixes
|
|
357
|
+
|
|
358
|
+
* **Config:** readded Vite after sb upgrade ([4af398b](https://github.com/dpa-gmbh/dpa-shared-components/commit/4af398b492aef9b2d2e8c4ff061fa1ef581c13e4))
|
|
359
|
+
* **Docs:** fixed some typos/errors in readmes ([75319f4](https://github.com/dpa-gmbh/dpa-shared-components/commit/75319f4e59a3b3fee04063b987b92128874dad76))
|
|
360
|
+
* **Storybook:** testing deployment fix ([fdb146a](https://github.com/dpa-gmbh/dpa-shared-components/commit/fdb146af84c201f9887daa92ff82b15abe1944c2))
|
|
361
|
+
* **Tailwind:** added colors from news project ([6eab362](https://github.com/dpa-gmbh/dpa-shared-components/commit/6eab3625b7bb59809c8156b80211273d2ff782be))
|
|
362
|
+
* **UiButton:** added default for href to fix linting ([d752de5](https://github.com/dpa-gmbh/dpa-shared-components/commit/d752de58dceba712b5cc61be4bdec7afc7fe6254))
|
|
363
|
+
* **UiCheckbox:** added readme ([388b621](https://github.com/dpa-gmbh/dpa-shared-components/commit/388b621f49ff40a2c12f53632446705251e88a2b))
|
|
364
|
+
* **UiCheckbox:** fixed typing ([1ca995b](https://github.com/dpa-gmbh/dpa-shared-components/commit/1ca995bc36a56eaf9cdd2b3aecab1bca2877d599))
|
|
365
|
+
* **UiCheckbox:** fixed typing of emitted event ([2daf8da](https://github.com/dpa-gmbh/dpa-shared-components/commit/2daf8da023183bbb30ac471b58d721f749bb565e))
|
|
366
|
+
* **UiChip:** removed artifact ([81da24a](https://github.com/dpa-gmbh/dpa-shared-components/commit/81da24a742c6f5dcbf81dcc9ddaa0d9c381bb3f3))
|
|
367
|
+
* **UiFilterBadge:** removed unnecessary const ([5074224](https://github.com/dpa-gmbh/dpa-shared-components/commit/5074224a31d0dd191113cfd9eb178224ff34d5f5))
|
|
368
|
+
* **UiInput, UiIcon:** removed unnecessary style tag ([b66342b](https://github.com/dpa-gmbh/dpa-shared-components/commit/b66342be969b66b1d673b30cd55f11091af31fc1))
|
|
369
|
+
* **UiList:** removed unnecessary script tag ([2d47525](https://github.com/dpa-gmbh/dpa-shared-components/commit/2d4752550fd5baeb40d62d4ea2adc526dca0436c))
|
|
370
|
+
|
|
371
|
+
### 0.0.1 (2023-01-30)
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
### Features
|
|
375
|
+
|
|
376
|
+
* **UiBadge:** added badge component with story and tests ([925f990](https://github.com/dpa-gmbh/dpa-shared-components/commit/925f990970550ea59bd733111c9e100bace1d905))
|
|
377
|
+
* **UiCard:** added UiCard component, including story and test ([5de6962](https://github.com/dpa-gmbh/dpa-shared-components/commit/5de6962b3f40c301197bccc2c131b7254abd1c48))
|
|
378
|
+
* **UiCheckBox:** add checkbox ([d50c1e9](https://github.com/dpa-gmbh/dpa-shared-components/commit/d50c1e9a7b9737ebf3e06614f0e7c9f3099b326f))
|
|
379
|
+
* **UiCheckBox:** add viteconfig changes ([05ec1f0](https://github.com/dpa-gmbh/dpa-shared-components/commit/05ec1f0f60902e0619c78db80971abfc10b1c767))
|
|
380
|
+
* **UiChip:** added Chjjip component with story, test and readme ([b540405](https://github.com/dpa-gmbh/dpa-shared-components/commit/b5404054bcafc012cb138c3bfade20899f1997da))
|
|
381
|
+
* **UiFilterBadge:** added UiFilterBadge from news project, including docs, test and story ([983e5db](https://github.com/dpa-gmbh/dpa-shared-components/commit/983e5dbe27b2db9d9d1a6822ecb4565f6a9bd8c8))
|
|
382
|
+
* **UiIcon:** added UiIcon component, including docs, story and tests ([260042e](https://github.com/dpa-gmbh/dpa-shared-components/commit/260042e683e06e91c7cf4f58a54bbf7bfd0347f5))
|
|
383
|
+
* **UiIconButton:** add documentation ([dfb745a](https://github.com/dpa-gmbh/dpa-shared-components/commit/dfb745a66d1cc3ddf6deed10ddc721b129a78594))
|
|
384
|
+
* **UiIconButton:** add Test ([81f3f4a](https://github.com/dpa-gmbh/dpa-shared-components/commit/81f3f4a835d617805e1bc86e9b58a2b34c6aa2f9))
|
|
385
|
+
* **UiIconButton:** Add UiIconButton ([6e0b41a](https://github.com/dpa-gmbh/dpa-shared-components/commit/6e0b41afe4b634c17945bffd776741fcd4d000dc))
|
|
386
|
+
* **UiIconButton:** fix typo ([2f00860](https://github.com/dpa-gmbh/dpa-shared-components/commit/2f00860cf981df4a17925cf9aa5836ceea956850))
|
|
387
|
+
* **UiInput:** added input component including docs, story and tests ([864d847](https://github.com/dpa-gmbh/dpa-shared-components/commit/864d84701904f19e95904b4826bcada2bc9838b7))
|
|
388
|
+
* **UiList, UiListItem:** added docs and stories ([c673a3a](https://github.com/dpa-gmbh/dpa-shared-components/commit/c673a3a4ace369d67900143ce3bb344d4f79f68f))
|
|
389
|
+
* **UiList, UiListItem:** added list and listitem component including story ([1313d71](https://github.com/dpa-gmbh/dpa-shared-components/commit/1313d717e99005e890df78302093f8dbef87fd88))
|
|
390
|
+
* **UiList, UiListItem:** added missing tests ([1224003](https://github.com/dpa-gmbh/dpa-shared-components/commit/122400344581915af863ac5fcdfbdeb4e35d6241))
|
|
391
|
+
* **UiOverlay, UiDialog:** added meaningful readmes ([06f8c07](https://github.com/dpa-gmbh/dpa-shared-components/commit/06f8c077962cb0a30dfaa69a69b04fb9b5db8da0))
|
|
392
|
+
* **UiOverlay:** added overlay component including test and story ([6bfc425](https://github.com/dpa-gmbh/dpa-shared-components/commit/6bfc425dae333b78077f41a8bb251e1f65171189))
|
|
393
|
+
* **UiOverlayMenu:** added component, story, test, readme and click away directive ([350e255](https://github.com/dpa-gmbh/dpa-shared-components/commit/350e25520a47e260e741aa146700b1aeaf3235bf))
|
|
394
|
+
* **UiSection:** added section component from news, including docs, story and tests ([36dea90](https://github.com/dpa-gmbh/dpa-shared-components/commit/36dea90213d28423f7d1c8ffbf9c844e64bcac67))
|
|
395
|
+
* **UiSectionDivider:** added section divider component from news, including docs, story and tests ([f379083](https://github.com/dpa-gmbh/dpa-shared-components/commit/f37908358b7a1832339f7b233f936ffc0165c669))
|
|
396
|
+
* **UiSkeletonBox:** added skeleton box component from news, including docs, story and tests ([499cf64](https://github.com/dpa-gmbh/dpa-shared-components/commit/499cf641251ab54d4782f3b7496c6d17702967f5))
|
|
397
|
+
* **UiSpinner:** added spinner component from news, including docs, story and tests ([ab26c86](https://github.com/dpa-gmbh/dpa-shared-components/commit/ab26c8657a8a2ed7fd322a08b5e88db22f37febd))
|
|
398
|
+
* **UiToggleButton:** add UiToggleButton component story test and readme ([4260e14](https://github.com/dpa-gmbh/dpa-shared-components/commit/4260e14b0fce45ae356f39021115cc6271a66246))
|
|
399
|
+
* **UiToggleButton:** add UiToggleButton component story test and readme ([42f164e](https://github.com/dpa-gmbh/dpa-shared-components/commit/42f164e678f81ed27f25ecb31584f539a54c3627))
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
### Bug Fixes
|
|
403
|
+
|
|
404
|
+
* **Config:** readded Vite after sb upgrade ([4af398b](https://github.com/dpa-gmbh/dpa-shared-components/commit/4af398b492aef9b2d2e8c4ff061fa1ef581c13e4))
|
|
405
|
+
* **Docs:** fixed some typos/errors in readmes ([75319f4](https://github.com/dpa-gmbh/dpa-shared-components/commit/75319f4e59a3b3fee04063b987b92128874dad76))
|
|
406
|
+
* **Storybook:** testing deployment fix ([fdb146a](https://github.com/dpa-gmbh/dpa-shared-components/commit/fdb146af84c201f9887daa92ff82b15abe1944c2))
|
|
407
|
+
* **Tailwind:** added colors from news project ([6eab362](https://github.com/dpa-gmbh/dpa-shared-components/commit/6eab3625b7bb59809c8156b80211273d2ff782be))
|
|
408
|
+
* **UiButton:** added default for href to fix linting ([d752de5](https://github.com/dpa-gmbh/dpa-shared-components/commit/d752de58dceba712b5cc61be4bdec7afc7fe6254))
|
|
409
|
+
* **UiCheckbox:** added readme ([388b621](https://github.com/dpa-gmbh/dpa-shared-components/commit/388b621f49ff40a2c12f53632446705251e88a2b))
|
|
410
|
+
* **UiCheckbox:** fixed typing ([1ca995b](https://github.com/dpa-gmbh/dpa-shared-components/commit/1ca995bc36a56eaf9cdd2b3aecab1bca2877d599))
|
|
411
|
+
* **UiCheckbox:** fixed typing of emitted event ([2daf8da](https://github.com/dpa-gmbh/dpa-shared-components/commit/2daf8da023183bbb30ac471b58d721f749bb565e))
|
|
412
|
+
* **UiChip:** removed artifact ([81da24a](https://github.com/dpa-gmbh/dpa-shared-components/commit/81da24a742c6f5dcbf81dcc9ddaa0d9c381bb3f3))
|
|
413
|
+
* **UiFilterBadge:** removed unnecessary const ([5074224](https://github.com/dpa-gmbh/dpa-shared-components/commit/5074224a31d0dd191113cfd9eb178224ff34d5f5))
|
|
414
|
+
* **UiInput, UiIcon:** removed unnecessary style tag ([b66342b](https://github.com/dpa-gmbh/dpa-shared-components/commit/b66342be969b66b1d673b30cd55f11091af31fc1))
|
|
415
|
+
* **UiList:** removed unnecessary script tag ([2d47525](https://github.com/dpa-gmbh/dpa-shared-components/commit/2d4752550fd5baeb40d62d4ea2adc526dca0436c))
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as C, createElementVNode as t } from "vue";
|
|
2
|
+
const o = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
viewBox: "0 0 16 16"
|
|
5
|
+
}, n = /* @__PURE__ */ t("path", { d: "M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16ZM8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8C15 11.866 11.866 15 8 15ZM12 6.66667C12.3687 6.66667 12.6667 6.96533 12.6667 7.33333C12.6667 9.68 10.9247 11.6213 8.66667 11.9467V13.4708C8.66667 13.839 8.36819 14.1375 8 14.1375C7.63181 14.1375 7.33333 13.839 7.33333 13.4708V11.9467C5.07533 11.6213 3.33333 9.68 3.33333 7.33333C3.33333 6.96533 3.63133 6.66667 4 6.66667C4.36867 6.66667 4.66667 6.96533 4.66667 7.33333C4.66667 9.17133 6.162 10.6667 8 10.6667C9.838 10.6667 11.3333 9.17133 11.3333 7.33333C11.3333 6.96533 11.6313 6.66667 12 6.66667ZM10.1667 7.33333C10.1667 8.52786 9.19452 9.5 8 9.5C6.80548 9.5 5.83333 8.52786 5.83333 7.33333V5C5.83333 3.80548 6.80548 2.83333 8 2.83333C9.19452 2.83333 10.1667 3.80548 10.1667 5V7.33333Z" }, null, -1), c = [
|
|
6
|
+
n
|
|
7
|
+
];
|
|
8
|
+
function r(s, d) {
|
|
9
|
+
return e(), C("svg", o, c);
|
|
10
|
+
}
|
|
11
|
+
const i = { render: r };
|
|
12
|
+
export {
|
|
13
|
+
i as default,
|
|
14
|
+
r as render
|
|
15
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
|
2
|
+
const C = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
viewBox: "0 0 16 16"
|
|
5
|
+
}, n = /* @__PURE__ */ t("path", {
|
|
6
|
+
"fill-rule": "evenodd",
|
|
7
|
+
"clip-rule": "evenodd",
|
|
8
|
+
d: "M8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 12.4183 12.4183 16 8 16ZM12 6.66667C11.6313 6.66667 11.3333 6.96533 11.3333 7.33333C11.3333 9.17133 9.838 10.6667 8 10.6667C6.162 10.6667 4.66667 9.17133 4.66667 7.33333C4.66667 6.96533 4.36867 6.66667 4 6.66667C3.63133 6.66667 3.33333 6.96533 3.33333 7.33333C3.33333 9.68 5.07533 11.6213 7.33333 11.9467V13.4708C7.33333 13.839 7.63181 14.1375 8 14.1375C8.36819 14.1375 8.66667 13.839 8.66667 13.4708V11.9467C10.9247 11.6213 12.6667 9.68 12.6667 7.33333C12.6667 6.96533 12.3687 6.66667 12 6.66667ZM10.1667 7.33333V5C10.1667 3.80548 9.19452 2.83333 8 2.83333C6.80548 2.83333 5.83333 3.80548 5.83333 5V7.33333C5.83333 8.52786 6.80548 9.5 8 9.5C9.19452 9.5 10.1667 8.52786 10.1667 7.33333Z"
|
|
9
|
+
}, null, -1), l = [
|
|
10
|
+
n
|
|
11
|
+
];
|
|
12
|
+
function d(r, c) {
|
|
13
|
+
return e(), o("svg", C, l);
|
|
14
|
+
}
|
|
15
|
+
const i = { render: d };
|
|
16
|
+
export {
|
|
17
|
+
i as default,
|
|
18
|
+
d as render
|
|
19
|
+
};
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
type NoticeType = {
|
|
3
|
+
iconName: "event" | "topic";
|
|
4
|
+
displayText: string;
|
|
5
|
+
};
|
|
2
6
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
7
|
date: {
|
|
4
8
|
type: __PropType<string>;
|
|
@@ -19,11 +23,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
19
23
|
default: null;
|
|
20
24
|
};
|
|
21
25
|
noticeType: {
|
|
22
|
-
type: __PropType<
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}>;
|
|
26
|
-
required: true;
|
|
26
|
+
type: __PropType<NoticeType[] | undefined>;
|
|
27
|
+
required: false;
|
|
28
|
+
default: () => never[];
|
|
27
29
|
};
|
|
28
30
|
comments: {
|
|
29
31
|
type: __PropType<string | null | undefined>;
|
|
@@ -55,11 +57,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
55
57
|
default: null;
|
|
56
58
|
};
|
|
57
59
|
noticeType: {
|
|
58
|
-
type: __PropType<
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
}>;
|
|
62
|
-
required: true;
|
|
60
|
+
type: __PropType<NoticeType[] | undefined>;
|
|
61
|
+
required: false;
|
|
62
|
+
default: () => never[];
|
|
63
63
|
};
|
|
64
64
|
comments: {
|
|
65
65
|
type: __PropType<string | null | undefined>;
|
|
@@ -74,6 +74,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
74
74
|
}>>, {
|
|
75
75
|
dateDetail: string | undefined;
|
|
76
76
|
location: string | null | undefined;
|
|
77
|
+
noticeType: NoticeType[] | undefined;
|
|
77
78
|
comments: string | null | undefined;
|
|
78
79
|
truncateTitle: boolean | undefined;
|
|
79
80
|
}>;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import type { PropType as __PropType } from 'vue';
|
|
2
|
+
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
|
+
genre: {
|
|
4
|
+
type: __PropType<"audio" | "video" | "text" | "picture" | "graphic" | undefined>;
|
|
5
|
+
required: false;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
isFulfilled: {
|
|
9
|
+
type: __PropType<boolean | undefined>;
|
|
10
|
+
required: false;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
imgSrc: {
|
|
14
|
+
type: __PropType<string | undefined>;
|
|
15
|
+
required: false;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
imgAlt: {
|
|
19
|
+
type: __PropType<string | undefined>;
|
|
20
|
+
required: false;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
imgCount: {
|
|
24
|
+
type: __PropType<number | undefined>;
|
|
25
|
+
required: false;
|
|
26
|
+
default: number;
|
|
27
|
+
};
|
|
28
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
+
genre: {
|
|
30
|
+
type: __PropType<"audio" | "video" | "text" | "picture" | "graphic" | undefined>;
|
|
31
|
+
required: false;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
isFulfilled: {
|
|
35
|
+
type: __PropType<boolean | undefined>;
|
|
36
|
+
required: false;
|
|
37
|
+
default: boolean;
|
|
38
|
+
};
|
|
39
|
+
imgSrc: {
|
|
40
|
+
type: __PropType<string | undefined>;
|
|
41
|
+
required: false;
|
|
42
|
+
default: string;
|
|
43
|
+
};
|
|
44
|
+
imgAlt: {
|
|
45
|
+
type: __PropType<string | undefined>;
|
|
46
|
+
required: false;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
imgCount: {
|
|
50
|
+
type: __PropType<number | undefined>;
|
|
51
|
+
required: false;
|
|
52
|
+
default: number;
|
|
53
|
+
};
|
|
54
|
+
}>>, {
|
|
55
|
+
genre: "audio" | "video" | "text" | "picture" | "graphic" | undefined;
|
|
56
|
+
isFulfilled: boolean | undefined;
|
|
57
|
+
imgSrc: string | undefined;
|
|
58
|
+
imgAlt: string | undefined;
|
|
59
|
+
imgCount: number | undefined;
|
|
60
|
+
}>;
|
|
61
|
+
export default _sfc_main;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import DpaEventItem from "./DpaEventItem/DpaEventItem.vue";
|
|
2
|
+
import DpaMediaItem from "./DpaMediaItem/DpaMediaItem.vue";
|
|
2
3
|
import UiAutocomplete from "./UiAutocomplete/UiAutocomplete.vue";
|
|
3
4
|
import UiBadge from "./UiBadge/UiBadge.vue";
|
|
4
5
|
import UiButton from "./UiButton/UiButton.vue";
|
|
@@ -29,4 +30,4 @@ import UiToggleButton from "./UiToggleButton/UiToggleButton.vue";
|
|
|
29
30
|
import UiTooltip from "./UiTooltip/UiTooltip.vue";
|
|
30
31
|
import UiSearchInput from "./UiSearchInput/UiSearchInput.vue";
|
|
31
32
|
import UiSearchBar from "./UiSearchBar/UiSearchBar.vue";
|
|
32
|
-
export { DpaEventItem, UiAutocomplete, UiBadge, UiButton, UiButtonGroup, UiCard, UiCheckbox, UiCheckBoxGroup, UiChip, UiDialog, UiFilterBadge, UiFilterButton, UiIcon, UiIconButton, UiInfoContent, UiInput, UiList, UiListItem, UiMenu, UiOverlay, UiOverlayMenu, UiRadioInputGroup, UiSection, UiSectionDivider, UiSkeletonBox, UiSpinner, UiSnackbar, UiToggleButton, UiTooltip, UiSearchInput, UiSearchBar, };
|
|
33
|
+
export { DpaEventItem, DpaMediaItem, UiAutocomplete, UiBadge, UiButton, UiButtonGroup, UiCard, UiCheckbox, UiCheckBoxGroup, UiChip, UiDialog, UiFilterBadge, UiFilterButton, UiIcon, UiIconButton, UiInfoContent, UiInput, UiList, UiListItem, UiMenu, UiOverlay, UiOverlayMenu, UiRadioInputGroup, UiSection, UiSectionDivider, UiSkeletonBox, UiSpinner, UiSnackbar, UiToggleButton, UiTooltip, UiSearchInput, UiSearchBar, };
|