@aleph-alpha/config-css 0.7.0
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/.lintstagedrc.js +5 -0
- package/CHANGELOG.md +2041 -0
- package/LICENSE +202 -0
- package/README.md +116 -0
- package/dist/index.d.ts +23 -0
- package/dist/index.js +919 -0
- package/package.json +39 -0
- package/project.json +15 -0
- package/sd-output/box-shadows.json +7 -0
- package/sd-output/dark-mode.json +148 -0
- package/sd-output/global.json +4 -0
- package/sd-output/light-mode.json +148 -0
- package/sd-output/spacings.json +21 -0
- package/sd-output/typography.json +14 -0
- package/sd.config.js +190 -0
- package/src/assets/fonts/raleway500.woff2.ts +2 -0
- package/src/assets/fonts/raleway600.woff2.ts +2 -0
- package/src/assets/fonts/raleway700.woff2.ts +2 -0
- package/src/index.ts +80 -0
- package/src/presetWebFontsAlephAlpha.ts +44 -0
- package/tokens.json +1796 -0
- package/transformed-tokens/dark-mode.json +688 -0
- package/transformed-tokens/global.json +400 -0
- package/transformed-tokens/light-mode.json +688 -0
- package/tsconfig.json +15 -0
- package/vite.config.ts +16 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,2041 @@
|
|
|
1
|
+
## 0.7.0 (2025-02-14)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- semantic token changes, add text highlighting tokens, add 16px line height for Label 14
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Janine Dantes
|
|
10
|
+
|
|
11
|
+
## 0.6.383 (2025-01-30)
|
|
12
|
+
|
|
13
|
+
This was a version bump only for config-css-preset to align it with other projects, there were no code changes.
|
|
14
|
+
|
|
15
|
+
## 0.6.382 (2025-01-29)
|
|
16
|
+
|
|
17
|
+
### 🩹 Fixes
|
|
18
|
+
|
|
19
|
+
- **deps:** update dependency unocss-preset-animations to v1.1.1
|
|
20
|
+
|
|
21
|
+
### ❤️ Thank You
|
|
22
|
+
|
|
23
|
+
- Renovatebot
|
|
24
|
+
|
|
25
|
+
# Changelog
|
|
26
|
+
|
|
27
|
+
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
28
|
+
|
|
29
|
+
## [0.6.381](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.380...config-css-preset-0.6.381) (2025-01-16)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [0.6.380](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.379...config-css-preset-0.6.380) (2025-01-10)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
## [0.6.379](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.378...config-css-preset-0.6.379) (2025-01-10)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## [0.6.378](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.377...config-css-preset-0.6.378) (2025-01-10)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## [0.6.377](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.376...config-css-preset-0.6.377) (2025-01-10)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## [0.6.376](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.375...config-css-preset-0.6.376) (2025-01-09)
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
## [0.6.375](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.374...config-css-preset-0.6.375) (2025-01-09)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
## [0.6.374](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.373...config-css-preset-0.6.374) (2025-01-09)
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## [0.6.373](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.372...config-css-preset-0.6.373) (2025-01-09)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## [0.6.372](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.371...config-css-preset-0.6.372) (2024-12-20)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
## [0.6.371](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.370...config-css-preset-0.6.371) (2024-12-18)
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## [0.6.370](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.369...config-css-preset-0.6.370) (2024-12-17)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
## [0.6.369](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.368...config-css-preset-0.6.369) (2024-12-17)
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
## [0.6.368](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.367...config-css-preset-0.6.368) (2024-12-16)
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
## [0.6.367](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.366...config-css-preset-0.6.367) (2024-12-16)
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
## [0.6.366](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.365...config-css-preset-0.6.366) (2024-12-16)
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
## [0.6.365](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.364...config-css-preset-0.6.365) (2024-12-16)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
## [0.6.364](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.363...config-css-preset-0.6.364) (2024-12-14)
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
## [0.6.363](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.362...config-css-preset-0.6.363) (2024-12-13)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
## [0.6.362](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.361...config-css-preset-0.6.362) (2024-12-13)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
## [0.6.361](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.360...config-css-preset-0.6.361) (2024-12-13)
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
## [0.6.360](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.359...config-css-preset-0.6.360) (2024-12-12)
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
## [0.6.359](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.358...config-css-preset-0.6.359) (2024-12-12)
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
## [0.6.358](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.357...config-css-preset-0.6.358) (2024-12-11)
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
## [0.6.357](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.356...config-css-preset-0.6.357) (2024-12-11)
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
## [0.6.356](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.355...config-css-preset-0.6.356) (2024-12-11)
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
## [0.6.355](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.354...config-css-preset-0.6.355) (2024-12-11)
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
## [0.6.354](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.353...config-css-preset-0.6.354) (2024-12-10)
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
## [0.6.353](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.352...config-css-preset-0.6.353) (2024-12-10)
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
## [0.6.352](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.351...config-css-preset-0.6.352) (2024-12-10)
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
## [0.6.351](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.350...config-css-preset-0.6.351) (2024-12-10)
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
## [0.6.350](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.349...config-css-preset-0.6.350) (2024-12-10)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
## [0.6.349](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.348...config-css-preset-0.6.349) (2024-12-10)
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
## [0.6.348](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.347...config-css-preset-0.6.348) (2024-12-10)
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
## [0.6.347](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.346...config-css-preset-0.6.347) (2024-12-10)
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
## [0.6.346](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.345...config-css-preset-0.6.346) (2024-12-09)
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
## [0.6.345](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.344...config-css-preset-0.6.345) (2024-12-09)
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
## [0.6.344](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.343...config-css-preset-0.6.344) (2024-12-09)
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
## [0.6.343](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.342...config-css-preset-0.6.343) (2024-12-09)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
## [0.6.342](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.341...config-css-preset-0.6.342) (2024-12-09)
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
## [0.6.341](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.340...config-css-preset-0.6.341) (2024-12-09)
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
## [0.6.340](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.339...config-css-preset-0.6.340) (2024-12-07)
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
## [0.6.339](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.338...config-css-preset-0.6.339) (2024-12-07)
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
## [0.6.338](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.337...config-css-preset-0.6.338) (2024-12-06)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
## [0.6.337](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.336...config-css-preset-0.6.337) (2024-12-06)
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
## [0.6.336](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.335...config-css-preset-0.6.336) (2024-12-06)
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
## [0.6.335](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.334...config-css-preset-0.6.335) (2024-12-06)
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
## [0.6.334](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.333...config-css-preset-0.6.334) (2024-12-06)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
## [0.6.333](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.332...config-css-preset-0.6.333) (2024-12-06)
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
## [0.6.332](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.331...config-css-preset-0.6.332) (2024-12-06)
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
### Bug Fixes
|
|
229
|
+
|
|
230
|
+
* **deps:** update dependency @tokens-studio/sd-transforms to v1.2.9 ([25b277e](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/25b277ed51be6b5a415ba11d01d62ab0816d0ef6))
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
## [0.6.331](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.330...config-css-preset-0.6.331) (2024-12-06)
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
## [0.6.330](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.329...config-css-preset-0.6.330) (2024-12-06)
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
## [0.6.329](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.328...config-css-preset-0.6.329) (2024-12-05)
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
## [0.6.328](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.327...config-css-preset-0.6.328) (2024-12-05)
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
## [0.6.327](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.326...config-css-preset-0.6.327) (2024-12-05)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
## [0.6.326](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.325...config-css-preset-0.6.326) (2024-12-05)
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
## [0.6.325](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.324...config-css-preset-0.6.325) (2024-12-04)
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
## [0.6.324](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.323...config-css-preset-0.6.324) (2024-12-03)
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
## [0.6.323](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.322...config-css-preset-0.6.323) (2024-12-03)
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
## [0.6.322](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.321...config-css-preset-0.6.322) (2024-12-03)
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
## [0.6.321](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.320...config-css-preset-0.6.321) (2024-12-03)
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
## [0.6.320](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.319...config-css-preset-0.6.320) (2024-12-03)
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
## [0.6.319](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.318...config-css-preset-0.6.319) (2024-12-03)
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
## [0.6.318](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.317...config-css-preset-0.6.318) (2024-12-03)
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
## [0.6.317](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.316...config-css-preset-0.6.317) (2024-12-03)
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
## [0.6.316](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.315...config-css-preset-0.6.316) (2024-12-02)
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
## [0.6.315](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.314...config-css-preset-0.6.315) (2024-12-02)
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
## [0.6.314](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.313...config-css-preset-0.6.314) (2024-12-02)
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
## [0.6.313](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.312...config-css-preset-0.6.313) (2024-12-02)
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
## [0.6.312](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.311...config-css-preset-0.6.312) (2024-12-02)
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
## [0.6.311](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.310...config-css-preset-0.6.311) (2024-12-02)
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
## [0.6.310](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.309...config-css-preset-0.6.310) (2024-11-30)
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
## [0.6.309](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.308...config-css-preset-0.6.309) (2024-11-30)
|
|
323
|
+
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
## [0.6.308](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.307...config-css-preset-0.6.308) (2024-11-30)
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
## [0.6.307](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.306...config-css-preset-0.6.307) (2024-11-29)
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
## [0.6.306](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.305...config-css-preset-0.6.306) (2024-11-29)
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
## [0.6.305](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.304...config-css-preset-0.6.305) (2024-11-29)
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
## [0.6.304](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.303...config-css-preset-0.6.304) (2024-11-29)
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
## [0.6.303](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.302...config-css-preset-0.6.303) (2024-11-28)
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
## [0.6.302](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.301...config-css-preset-0.6.302) (2024-11-28)
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
## [0.6.301](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.300...config-css-preset-0.6.301) (2024-11-28)
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
## [0.6.300](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.299...config-css-preset-0.6.300) (2024-11-28)
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
## [0.6.299](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.298...config-css-preset-0.6.299) (2024-11-28)
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
## [0.6.298](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.297...config-css-preset-0.6.298) (2024-11-27)
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
## [0.6.297](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.296...config-css-preset-0.6.297) (2024-11-27)
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
## [0.6.296](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.295...config-css-preset-0.6.296) (2024-11-27)
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
## [0.6.295](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.294...config-css-preset-0.6.295) (2024-11-27)
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
## [0.6.294](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.293...config-css-preset-0.6.294) (2024-11-26)
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
## [0.6.293](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.292...config-css-preset-0.6.293) (2024-11-26)
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
## [0.6.292](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.291...config-css-preset-0.6.292) (2024-11-26)
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
## [0.6.291](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.290...config-css-preset-0.6.291) (2024-11-26)
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
## [0.6.290](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.289...config-css-preset-0.6.290) (2024-11-26)
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
## [0.6.289](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.288...config-css-preset-0.6.289) (2024-11-25)
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
## [0.6.288](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.287...config-css-preset-0.6.288) (2024-11-25)
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
## [0.6.287](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.286...config-css-preset-0.6.287) (2024-11-23)
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
## [0.6.286](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.285...config-css-preset-0.6.286) (2024-11-23)
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
## [0.6.285](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.284...config-css-preset-0.6.285) (2024-11-23)
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
## [0.6.284](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.283...config-css-preset-0.6.284) (2024-11-22)
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
## [0.6.283](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.282...config-css-preset-0.6.283) (2024-11-22)
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
## [0.6.282](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.281...config-css-preset-0.6.282) (2024-11-22)
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
## [0.6.281](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.280...config-css-preset-0.6.281) (2024-11-21)
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
## [0.6.280](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.279...config-css-preset-0.6.280) (2024-11-20)
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
## [0.6.279](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.278...config-css-preset-0.6.279) (2024-11-20)
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
## [0.6.278](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.277...config-css-preset-0.6.278) (2024-11-20)
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
## [0.6.277](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.276...config-css-preset-0.6.277) (2024-11-20)
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
## [0.6.276](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.275...config-css-preset-0.6.276) (2024-11-20)
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
## [0.6.275](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.274...config-css-preset-0.6.275) (2024-11-20)
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
## [0.6.274](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.273...config-css-preset-0.6.274) (2024-11-18)
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
## [0.6.273](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.272...config-css-preset-0.6.273) (2024-11-16)
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
## [0.6.272](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.271...config-css-preset-0.6.272) (2024-11-15)
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
## [0.6.271](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.270...config-css-preset-0.6.271) (2024-11-15)
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
## [0.6.270](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.269...config-css-preset-0.6.270) (2024-11-15)
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
## [0.6.269](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.268...config-css-preset-0.6.269) (2024-11-15)
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
## [0.6.268](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.267...config-css-preset-0.6.268) (2024-11-15)
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
## [0.6.267](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.266...config-css-preset-0.6.267) (2024-11-14)
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
## [0.6.266](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.265...config-css-preset-0.6.266) (2024-11-14)
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
## [0.6.265](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.264...config-css-preset-0.6.265) (2024-11-14)
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
## [0.6.264](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.263...config-css-preset-0.6.264) (2024-11-14)
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
## [0.6.263](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.262...config-css-preset-0.6.263) (2024-11-13)
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
## [0.6.262](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.261...config-css-preset-0.6.262) (2024-11-13)
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
## [0.6.261](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.260...config-css-preset-0.6.261) (2024-11-13)
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
## [0.6.260](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.259...config-css-preset-0.6.260) (2024-11-13)
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
## [0.6.259](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.258...config-css-preset-0.6.259) (2024-11-13)
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
## [0.6.258](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.257...config-css-preset-0.6.258) (2024-11-12)
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
## [0.6.257](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.256...config-css-preset-0.6.257) (2024-11-12)
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
## [0.6.256](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.255...config-css-preset-0.6.256) (2024-11-12)
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
## [0.6.255](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.254...config-css-preset-0.6.255) (2024-11-12)
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
## [0.6.254](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.253...config-css-preset-0.6.254) (2024-11-11)
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
## [0.6.253](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.252...config-css-preset-0.6.253) (2024-11-11)
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
## [0.6.252](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.251...config-css-preset-0.6.252) (2024-11-11)
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
## [0.6.251](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.250...config-css-preset-0.6.251) (2024-11-11)
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
## [0.6.250](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.249...config-css-preset-0.6.250) (2024-11-11)
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
## [0.6.249](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.248...config-css-preset-0.6.249) (2024-11-11)
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
## [0.6.248](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.247...config-css-preset-0.6.248) (2024-11-11)
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
## [0.6.247](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.246...config-css-preset-0.6.247) (2024-11-11)
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
## [0.6.246](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.245...config-css-preset-0.6.246) (2024-11-11)
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
## [0.6.245](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.244...config-css-preset-0.6.245) (2024-11-10)
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
## [0.6.244](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.243...config-css-preset-0.6.244) (2024-11-10)
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
## [0.6.243](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.242...config-css-preset-0.6.243) (2024-11-09)
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
## [0.6.242](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.241...config-css-preset-0.6.242) (2024-11-08)
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
## [0.6.241](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.240...config-css-preset-0.6.241) (2024-11-08)
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
### Bug Fixes
|
|
598
|
+
|
|
599
|
+
* **deps:** update dependency @tokens-studio/sd-transforms to v1.2.8 ([da4fa7c](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/da4fa7cbe4490c652ec8515230a2f1fb1e1efc2b))
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
## [0.6.240](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.239...config-css-preset-0.6.240) (2024-11-08)
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
## [0.6.239](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.238...config-css-preset-0.6.239) (2024-11-07)
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
## [0.6.238](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.237...config-css-preset-0.6.238) (2024-11-07)
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
## [0.6.237](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.236...config-css-preset-0.6.237) (2024-11-06)
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
## [0.6.236](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.235...config-css-preset-0.6.236) (2024-11-06)
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
## [0.6.235](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.234...config-css-preset-0.6.235) (2024-11-06)
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
### Bug Fixes
|
|
627
|
+
|
|
628
|
+
* **deps:** update dependency @tokens-studio/sd-transforms to v1.2.7 ([046c9ea](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/046c9eace6593e982fb84a480275bbe375e10cf2))
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
## [0.6.234](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.233...config-css-preset-0.6.234) (2024-11-06)
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
## [0.6.233](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.232...config-css-preset-0.6.233) (2024-11-06)
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
## [0.6.232](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.231...config-css-preset-0.6.232) (2024-11-06)
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
## [0.6.231](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.230...config-css-preset-0.6.231) (2024-11-06)
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
## [0.6.230](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.229...config-css-preset-0.6.230) (2024-11-05)
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
## [0.6.229](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.228...config-css-preset-0.6.229) (2024-11-05)
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
## [0.6.228](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.227...config-css-preset-0.6.228) (2024-11-05)
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
## [0.6.227](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.226...config-css-preset-0.6.227) (2024-11-05)
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
## [0.6.226](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.225...config-css-preset-0.6.226) (2024-11-05)
|
|
665
|
+
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
## [0.6.225](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.224...config-css-preset-0.6.225) (2024-11-05)
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
## [0.6.224](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.223...config-css-preset-0.6.224) (2024-11-05)
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
## [0.6.223](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.222...config-css-preset-0.6.223) (2024-11-04)
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
## [0.6.222](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.221...config-css-preset-0.6.222) (2024-11-04)
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
## [0.6.221](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.220...config-css-preset-0.6.221) (2024-11-04)
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
## [0.6.220](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.219...config-css-preset-0.6.220) (2024-11-04)
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
## [0.6.219](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.218...config-css-preset-0.6.219) (2024-11-04)
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
## [0.6.218](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.217...config-css-preset-0.6.218) (2024-11-04)
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
## [0.6.217](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.216...config-css-preset-0.6.217) (2024-11-04)
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
## [0.6.216](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.215...config-css-preset-0.6.216) (2024-11-03)
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
## [0.6.215](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.214...config-css-preset-0.6.215) (2024-11-03)
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
## [0.6.214](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.213...config-css-preset-0.6.214) (2024-11-03)
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
## [0.6.213](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.212...config-css-preset-0.6.213) (2024-11-02)
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
## [0.6.212](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.211...config-css-preset-0.6.212) (2024-11-02)
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
## [0.6.211](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.210...config-css-preset-0.6.211) (2024-11-01)
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
## [0.6.210](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.209...config-css-preset-0.6.210) (2024-11-01)
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
## [0.6.209](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.208...config-css-preset-0.6.209) (2024-11-01)
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
## [0.6.208](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.207...config-css-preset-0.6.208) (2024-11-01)
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
## [0.6.207](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.206...config-css-preset-0.6.207) (2024-11-01)
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
## [0.6.206](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.205...config-css-preset-0.6.206) (2024-11-01)
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
## [0.6.205](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.204...config-css-preset-0.6.205) (2024-11-01)
|
|
749
|
+
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
## [0.6.204](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.203...config-css-preset-0.6.204) (2024-10-31)
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
## [0.6.203](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.202...config-css-preset-0.6.203) (2024-10-31)
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
|
|
760
|
+
## [0.6.202](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.201...config-css-preset-0.6.202) (2024-10-31)
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
## [0.6.201](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.200...config-css-preset-0.6.201) (2024-10-31)
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
## [0.6.200](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.199...config-css-preset-0.6.200) (2024-10-31)
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
## [0.6.199](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.198...config-css-preset-0.6.199) (2024-10-31)
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
## [0.6.198](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.197...config-css-preset-0.6.198) (2024-10-31)
|
|
777
|
+
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
## [0.6.197](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.196...config-css-preset-0.6.197) (2024-10-30)
|
|
781
|
+
|
|
782
|
+
|
|
783
|
+
|
|
784
|
+
## [0.6.196](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.195...config-css-preset-0.6.196) (2024-10-30)
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
|
|
788
|
+
## [0.6.195](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.194...config-css-preset-0.6.195) (2024-10-30)
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
## [0.6.194](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.193...config-css-preset-0.6.194) (2024-10-30)
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
## [0.6.193](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.192...config-css-preset-0.6.193) (2024-10-29)
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
## [0.6.192](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.191...config-css-preset-0.6.192) (2024-10-29)
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
## [0.6.191](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.190...config-css-preset-0.6.191) (2024-10-29)
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
## [0.6.190](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.189...config-css-preset-0.6.190) (2024-10-29)
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
## [0.6.189](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.188...config-css-preset-0.6.189) (2024-10-29)
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
## [0.6.188](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.187...config-css-preset-0.6.188) (2024-10-29)
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
## [0.6.187](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.186...config-css-preset-0.6.187) (2024-10-28)
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
## [0.6.186](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.185...config-css-preset-0.6.186) (2024-10-28)
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
## [0.6.185](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.184...config-css-preset-0.6.185) (2024-10-28)
|
|
829
|
+
|
|
830
|
+
|
|
831
|
+
|
|
832
|
+
## [0.6.184](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.183...config-css-preset-0.6.184) (2024-10-28)
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
## [0.6.183](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.182...config-css-preset-0.6.183) (2024-10-28)
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
## [0.6.182](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.181...config-css-preset-0.6.182) (2024-10-27)
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
## [0.6.181](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.180...config-css-preset-0.6.181) (2024-10-27)
|
|
845
|
+
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
## [0.6.180](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.179...config-css-preset-0.6.180) (2024-10-27)
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
|
|
852
|
+
## [0.6.179](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.178...config-css-preset-0.6.179) (2024-10-26)
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
## [0.6.178](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.177...config-css-preset-0.6.178) (2024-10-26)
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
## [0.6.177](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.176...config-css-preset-0.6.177) (2024-10-26)
|
|
861
|
+
|
|
862
|
+
|
|
863
|
+
|
|
864
|
+
## [0.6.176](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.175...config-css-preset-0.6.176) (2024-10-26)
|
|
865
|
+
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
## [0.6.175](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.174...config-css-preset-0.6.175) (2024-10-26)
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
## [0.6.174](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.173...config-css-preset-0.6.174) (2024-10-25)
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
## [0.6.173](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.172...config-css-preset-0.6.173) (2024-10-25)
|
|
877
|
+
|
|
878
|
+
|
|
879
|
+
|
|
880
|
+
## [0.6.172](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.171...config-css-preset-0.6.172) (2024-10-25)
|
|
881
|
+
|
|
882
|
+
|
|
883
|
+
|
|
884
|
+
## [0.6.171](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.170...config-css-preset-0.6.171) (2024-10-25)
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
|
|
888
|
+
## [0.6.170](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.169...config-css-preset-0.6.170) (2024-10-24)
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
## [0.6.169](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.168...config-css-preset-0.6.169) (2024-10-24)
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
## [0.6.168](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.167...config-css-preset-0.6.168) (2024-10-24)
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
## [0.6.167](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.166...config-css-preset-0.6.167) (2024-10-23)
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
|
|
904
|
+
## [0.6.166](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.165...config-css-preset-0.6.166) (2024-10-23)
|
|
905
|
+
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
## [0.6.165](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.164...config-css-preset-0.6.165) (2024-10-23)
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
|
|
912
|
+
## [0.6.164](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.163...config-css-preset-0.6.164) (2024-10-23)
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
|
|
916
|
+
## [0.6.163](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.162...config-css-preset-0.6.163) (2024-10-23)
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
## [0.6.162](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.161...config-css-preset-0.6.162) (2024-10-23)
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
## [0.6.161](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.160...config-css-preset-0.6.161) (2024-10-23)
|
|
925
|
+
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
## [0.6.160](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.159...config-css-preset-0.6.160) (2024-10-23)
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
## [0.6.159](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.158...config-css-preset-0.6.159) (2024-10-22)
|
|
933
|
+
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
## [0.6.158](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.157...config-css-preset-0.6.158) (2024-10-22)
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
### Bug Fixes
|
|
940
|
+
|
|
941
|
+
* **deps:** update dependency @tokens-studio/sd-transforms to v1.2.6 ([8bbfa73](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/8bbfa73e9e18140989fea09a083b9c8e3b9335f0))
|
|
942
|
+
|
|
943
|
+
|
|
944
|
+
|
|
945
|
+
## [0.6.157](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.156...config-css-preset-0.6.157) (2024-10-22)
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
## [0.6.156](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.155...config-css-preset-0.6.156) (2024-10-22)
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
## [0.6.155](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.154...config-css-preset-0.6.155) (2024-10-22)
|
|
954
|
+
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
## [0.6.154](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.153...config-css-preset-0.6.154) (2024-10-22)
|
|
958
|
+
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
## [0.6.153](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.152...config-css-preset-0.6.153) (2024-10-21)
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
### Bug Fixes
|
|
965
|
+
|
|
966
|
+
* **deps:** update dependency unocss-preset-theme to v0.14.1 ([3991caf](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/3991caf8fd76f8bea1ea621cbd36e2cc65a05d94))
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
|
|
970
|
+
## [0.6.152](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.151...config-css-preset-0.6.152) (2024-10-21)
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
## [0.6.151](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.150...config-css-preset-0.6.151) (2024-10-21)
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
## [0.6.150](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.149...config-css-preset-0.6.150) (2024-10-20)
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
## [0.6.149](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.148...config-css-preset-0.6.149) (2024-10-20)
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
## [0.6.148](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.147...config-css-preset-0.6.148) (2024-10-20)
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
## [0.6.147](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.146...config-css-preset-0.6.147) (2024-10-20)
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
## [0.6.146](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.145...config-css-preset-0.6.146) (2024-10-20)
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
## [0.6.145](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.144...config-css-preset-0.6.145) (2024-10-19)
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
## [0.6.144](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.143...config-css-preset-0.6.144) (2024-10-19)
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
## [0.6.143](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.142...config-css-preset-0.6.143) (2024-10-19)
|
|
1007
|
+
|
|
1008
|
+
|
|
1009
|
+
|
|
1010
|
+
## [0.6.142](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.141...config-css-preset-0.6.142) (2024-10-19)
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
## [0.6.141](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.140...config-css-preset-0.6.141) (2024-10-19)
|
|
1015
|
+
|
|
1016
|
+
|
|
1017
|
+
|
|
1018
|
+
## [0.6.140](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.139...config-css-preset-0.6.140) (2024-10-18)
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
## [0.6.139](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.138...config-css-preset-0.6.139) (2024-10-18)
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
|
|
1026
|
+
## [0.6.138](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.137...config-css-preset-0.6.138) (2024-10-18)
|
|
1027
|
+
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
## [0.6.137](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.136...config-css-preset-0.6.137) (2024-10-18)
|
|
1031
|
+
|
|
1032
|
+
|
|
1033
|
+
|
|
1034
|
+
## [0.6.136](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.135...config-css-preset-0.6.136) (2024-10-18)
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
|
|
1038
|
+
## [0.6.135](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.134...config-css-preset-0.6.135) (2024-10-18)
|
|
1039
|
+
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
## [0.6.134](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.133...config-css-preset-0.6.134) (2024-10-18)
|
|
1043
|
+
|
|
1044
|
+
|
|
1045
|
+
|
|
1046
|
+
## [0.6.133](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.132...config-css-preset-0.6.133) (2024-10-17)
|
|
1047
|
+
|
|
1048
|
+
|
|
1049
|
+
|
|
1050
|
+
## [0.6.132](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.131...config-css-preset-0.6.132) (2024-10-17)
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
|
|
1054
|
+
## [0.6.131](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.130...config-css-preset-0.6.131) (2024-10-17)
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
## [0.6.130](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.129...config-css-preset-0.6.130) (2024-10-17)
|
|
1059
|
+
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
## [0.6.129](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.128...config-css-preset-0.6.129) (2024-10-17)
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
## [0.6.128](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.127...config-css-preset-0.6.128) (2024-10-17)
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
|
|
1070
|
+
## [0.6.127](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.126...config-css-preset-0.6.127) (2024-10-16)
|
|
1071
|
+
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
## [0.6.126](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.125...config-css-preset-0.6.126) (2024-10-16)
|
|
1075
|
+
|
|
1076
|
+
|
|
1077
|
+
|
|
1078
|
+
## [0.6.125](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.124...config-css-preset-0.6.125) (2024-10-16)
|
|
1079
|
+
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
## [0.6.124](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.123...config-css-preset-0.6.124) (2024-10-16)
|
|
1083
|
+
|
|
1084
|
+
|
|
1085
|
+
|
|
1086
|
+
## [0.6.123](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.122...config-css-preset-0.6.123) (2024-10-16)
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
## [0.6.122](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.121...config-css-preset-0.6.122) (2024-10-16)
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
|
|
1094
|
+
## [0.6.121](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.120...config-css-preset-0.6.121) (2024-10-15)
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
|
|
1098
|
+
## [0.6.120](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.119...config-css-preset-0.6.120) (2024-10-15)
|
|
1099
|
+
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
## [0.6.119](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.118...config-css-preset-0.6.119) (2024-10-15)
|
|
1103
|
+
|
|
1104
|
+
|
|
1105
|
+
|
|
1106
|
+
## [0.6.118](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.117...config-css-preset-0.6.118) (2024-10-15)
|
|
1107
|
+
|
|
1108
|
+
|
|
1109
|
+
|
|
1110
|
+
## [0.6.117](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.116...config-css-preset-0.6.117) (2024-10-15)
|
|
1111
|
+
|
|
1112
|
+
|
|
1113
|
+
|
|
1114
|
+
## [0.6.116](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.115...config-css-preset-0.6.116) (2024-10-15)
|
|
1115
|
+
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
## [0.6.115](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.114...config-css-preset-0.6.115) (2024-10-15)
|
|
1119
|
+
|
|
1120
|
+
|
|
1121
|
+
|
|
1122
|
+
## [0.6.114](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.113...config-css-preset-0.6.114) (2024-10-15)
|
|
1123
|
+
|
|
1124
|
+
|
|
1125
|
+
|
|
1126
|
+
## [0.6.113](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.112...config-css-preset-0.6.113) (2024-10-14)
|
|
1127
|
+
|
|
1128
|
+
|
|
1129
|
+
|
|
1130
|
+
## [0.6.112](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.111...config-css-preset-0.6.112) (2024-10-14)
|
|
1131
|
+
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
## [0.6.111](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.110...config-css-preset-0.6.111) (2024-10-14)
|
|
1135
|
+
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
## [0.6.110](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.109...config-css-preset-0.6.110) (2024-10-14)
|
|
1139
|
+
|
|
1140
|
+
|
|
1141
|
+
|
|
1142
|
+
## [0.6.109](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.108...config-css-preset-0.6.109) (2024-10-13)
|
|
1143
|
+
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
## [0.6.108](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.107...config-css-preset-0.6.108) (2024-10-12)
|
|
1147
|
+
|
|
1148
|
+
|
|
1149
|
+
|
|
1150
|
+
## [0.6.107](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.106...config-css-preset-0.6.107) (2024-10-12)
|
|
1151
|
+
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
## [0.6.106](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.105...config-css-preset-0.6.106) (2024-10-12)
|
|
1155
|
+
|
|
1156
|
+
|
|
1157
|
+
|
|
1158
|
+
## [0.6.105](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.104...config-css-preset-0.6.105) (2024-10-11)
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
|
|
1162
|
+
## [0.6.104](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.103...config-css-preset-0.6.104) (2024-10-11)
|
|
1163
|
+
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
## [0.6.103](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.102...config-css-preset-0.6.103) (2024-10-11)
|
|
1167
|
+
|
|
1168
|
+
|
|
1169
|
+
|
|
1170
|
+
## [0.6.102](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.101...config-css-preset-0.6.102) (2024-10-11)
|
|
1171
|
+
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
## [0.6.101](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.100...config-css-preset-0.6.101) (2024-10-11)
|
|
1175
|
+
|
|
1176
|
+
|
|
1177
|
+
|
|
1178
|
+
## [0.6.100](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.99...config-css-preset-0.6.100) (2024-10-11)
|
|
1179
|
+
|
|
1180
|
+
|
|
1181
|
+
|
|
1182
|
+
## [0.6.99](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.98...config-css-preset-0.6.99) (2024-10-10)
|
|
1183
|
+
|
|
1184
|
+
|
|
1185
|
+
|
|
1186
|
+
## [0.6.98](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.97...config-css-preset-0.6.98) (2024-10-10)
|
|
1187
|
+
|
|
1188
|
+
|
|
1189
|
+
|
|
1190
|
+
## [0.6.97](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.96...config-css-preset-0.6.97) (2024-10-10)
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
## [0.6.96](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.95...config-css-preset-0.6.96) (2024-10-10)
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
## [0.6.95](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.94...config-css-preset-0.6.95) (2024-10-09)
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
|
|
1202
|
+
## [0.6.94](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.93...config-css-preset-0.6.94) (2024-10-09)
|
|
1203
|
+
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
## [0.6.93](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.92...config-css-preset-0.6.93) (2024-10-09)
|
|
1207
|
+
|
|
1208
|
+
|
|
1209
|
+
|
|
1210
|
+
## [0.6.92](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.91...config-css-preset-0.6.92) (2024-10-09)
|
|
1211
|
+
|
|
1212
|
+
|
|
1213
|
+
|
|
1214
|
+
## [0.6.91](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.90...config-css-preset-0.6.91) (2024-10-09)
|
|
1215
|
+
|
|
1216
|
+
|
|
1217
|
+
|
|
1218
|
+
## [0.6.90](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.89...config-css-preset-0.6.90) (2024-10-09)
|
|
1219
|
+
|
|
1220
|
+
|
|
1221
|
+
|
|
1222
|
+
## [0.6.89](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.88...config-css-preset-0.6.89) (2024-10-08)
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
|
|
1226
|
+
## [0.6.88](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.87...config-css-preset-0.6.88) (2024-10-08)
|
|
1227
|
+
|
|
1228
|
+
|
|
1229
|
+
|
|
1230
|
+
## [0.6.87](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.86...config-css-preset-0.6.87) (2024-10-08)
|
|
1231
|
+
|
|
1232
|
+
|
|
1233
|
+
|
|
1234
|
+
## [0.6.86](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.85...config-css-preset-0.6.86) (2024-10-08)
|
|
1235
|
+
|
|
1236
|
+
|
|
1237
|
+
|
|
1238
|
+
## [0.6.85](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.84...config-css-preset-0.6.85) (2024-10-08)
|
|
1239
|
+
|
|
1240
|
+
|
|
1241
|
+
|
|
1242
|
+
## [0.6.84](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.83...config-css-preset-0.6.84) (2024-10-07)
|
|
1243
|
+
|
|
1244
|
+
|
|
1245
|
+
|
|
1246
|
+
## [0.6.83](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.82...config-css-preset-0.6.83) (2024-10-07)
|
|
1247
|
+
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
## [0.6.82](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.81...config-css-preset-0.6.82) (2024-10-07)
|
|
1251
|
+
|
|
1252
|
+
|
|
1253
|
+
|
|
1254
|
+
## [0.6.81](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.80...config-css-preset-0.6.81) (2024-10-07)
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
|
|
1258
|
+
## [0.6.80](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.79...config-css-preset-0.6.80) (2024-10-07)
|
|
1259
|
+
|
|
1260
|
+
|
|
1261
|
+
|
|
1262
|
+
## [0.6.79](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.78...config-css-preset-0.6.79) (2024-10-06)
|
|
1263
|
+
|
|
1264
|
+
|
|
1265
|
+
|
|
1266
|
+
## [0.6.78](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.77...config-css-preset-0.6.78) (2024-10-06)
|
|
1267
|
+
|
|
1268
|
+
|
|
1269
|
+
|
|
1270
|
+
## [0.6.77](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.76...config-css-preset-0.6.77) (2024-10-05)
|
|
1271
|
+
|
|
1272
|
+
|
|
1273
|
+
|
|
1274
|
+
## [0.6.76](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.75...config-css-preset-0.6.76) (2024-10-05)
|
|
1275
|
+
|
|
1276
|
+
|
|
1277
|
+
|
|
1278
|
+
## [0.6.75](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.74...config-css-preset-0.6.75) (2024-10-05)
|
|
1279
|
+
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
## [0.6.74](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.73...config-css-preset-0.6.74) (2024-10-05)
|
|
1283
|
+
|
|
1284
|
+
|
|
1285
|
+
|
|
1286
|
+
## [0.6.73](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.72...config-css-preset-0.6.73) (2024-10-04)
|
|
1287
|
+
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
## [0.6.72](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.71...config-css-preset-0.6.72) (2024-10-04)
|
|
1291
|
+
|
|
1292
|
+
|
|
1293
|
+
|
|
1294
|
+
## [0.6.71](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.70...config-css-preset-0.6.71) (2024-10-04)
|
|
1295
|
+
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
## [0.6.70](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.69...config-css-preset-0.6.70) (2024-10-04)
|
|
1299
|
+
|
|
1300
|
+
|
|
1301
|
+
|
|
1302
|
+
## [0.6.69](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.68...config-css-preset-0.6.69) (2024-10-04)
|
|
1303
|
+
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
## [0.6.68](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.67...config-css-preset-0.6.68) (2024-10-04)
|
|
1307
|
+
|
|
1308
|
+
|
|
1309
|
+
|
|
1310
|
+
## [0.6.67](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.66...config-css-preset-0.6.67) (2024-10-04)
|
|
1311
|
+
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
## [0.6.66](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.65...config-css-preset-0.6.66) (2024-10-03)
|
|
1315
|
+
|
|
1316
|
+
|
|
1317
|
+
|
|
1318
|
+
## [0.6.65](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.64...config-css-preset-0.6.65) (2024-10-03)
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
|
|
1322
|
+
## [0.6.64](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.63...config-css-preset-0.6.64) (2024-10-03)
|
|
1323
|
+
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
## [0.6.63](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.62...config-css-preset-0.6.63) (2024-10-02)
|
|
1327
|
+
|
|
1328
|
+
|
|
1329
|
+
|
|
1330
|
+
## [0.6.62](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.61...config-css-preset-0.6.62) (2024-10-02)
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
## [0.6.61](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.60...config-css-preset-0.6.61) (2024-10-02)
|
|
1335
|
+
|
|
1336
|
+
|
|
1337
|
+
|
|
1338
|
+
## [0.6.60](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.59...config-css-preset-0.6.60) (2024-10-02)
|
|
1339
|
+
|
|
1340
|
+
|
|
1341
|
+
|
|
1342
|
+
## [0.6.59](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.58...config-css-preset-0.6.59) (2024-10-02)
|
|
1343
|
+
|
|
1344
|
+
|
|
1345
|
+
|
|
1346
|
+
## [0.6.58](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.57...config-css-preset-0.6.58) (2024-10-01)
|
|
1347
|
+
|
|
1348
|
+
|
|
1349
|
+
|
|
1350
|
+
## [0.6.57](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.56...config-css-preset-0.6.57) (2024-10-01)
|
|
1351
|
+
|
|
1352
|
+
|
|
1353
|
+
|
|
1354
|
+
## [0.6.56](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.55...config-css-preset-0.6.56) (2024-10-01)
|
|
1355
|
+
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
## [0.6.55](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.54...config-css-preset-0.6.55) (2024-10-01)
|
|
1359
|
+
|
|
1360
|
+
|
|
1361
|
+
|
|
1362
|
+
## [0.6.54](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.53...config-css-preset-0.6.54) (2024-09-30)
|
|
1363
|
+
|
|
1364
|
+
|
|
1365
|
+
|
|
1366
|
+
## [0.6.53](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.52...config-css-preset-0.6.53) (2024-09-30)
|
|
1367
|
+
|
|
1368
|
+
|
|
1369
|
+
|
|
1370
|
+
## [0.6.52](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.51...config-css-preset-0.6.52) (2024-09-29)
|
|
1371
|
+
|
|
1372
|
+
|
|
1373
|
+
|
|
1374
|
+
## [0.6.51](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.50...config-css-preset-0.6.51) (2024-09-29)
|
|
1375
|
+
|
|
1376
|
+
|
|
1377
|
+
|
|
1378
|
+
## [0.6.50](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.49...config-css-preset-0.6.50) (2024-09-29)
|
|
1379
|
+
|
|
1380
|
+
|
|
1381
|
+
|
|
1382
|
+
## [0.6.49](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.48...config-css-preset-0.6.49) (2024-09-28)
|
|
1383
|
+
|
|
1384
|
+
|
|
1385
|
+
|
|
1386
|
+
## [0.6.48](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.47...config-css-preset-0.6.48) (2024-09-28)
|
|
1387
|
+
|
|
1388
|
+
|
|
1389
|
+
|
|
1390
|
+
## [0.6.47](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.46...config-css-preset-0.6.47) (2024-09-28)
|
|
1391
|
+
|
|
1392
|
+
|
|
1393
|
+
|
|
1394
|
+
## [0.6.46](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.45...config-css-preset-0.6.46) (2024-09-27)
|
|
1395
|
+
|
|
1396
|
+
|
|
1397
|
+
|
|
1398
|
+
## [0.6.45](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.44...config-css-preset-0.6.45) (2024-09-27)
|
|
1399
|
+
|
|
1400
|
+
|
|
1401
|
+
|
|
1402
|
+
## [0.6.44](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.43...config-css-preset-0.6.44) (2024-09-27)
|
|
1403
|
+
|
|
1404
|
+
|
|
1405
|
+
|
|
1406
|
+
## [0.6.43](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.42...config-css-preset-0.6.43) (2024-09-27)
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
|
|
1410
|
+
## [0.6.42](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.41...config-css-preset-0.6.42) (2024-09-27)
|
|
1411
|
+
|
|
1412
|
+
|
|
1413
|
+
|
|
1414
|
+
## [0.6.41](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.40...config-css-preset-0.6.41) (2024-09-27)
|
|
1415
|
+
|
|
1416
|
+
|
|
1417
|
+
|
|
1418
|
+
## [0.6.40](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.39...config-css-preset-0.6.40) (2024-09-27)
|
|
1419
|
+
|
|
1420
|
+
|
|
1421
|
+
|
|
1422
|
+
## [0.6.39](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.38...config-css-preset-0.6.39) (2024-09-27)
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
|
|
1426
|
+
## [0.6.38](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.37...config-css-preset-0.6.38) (2024-09-27)
|
|
1427
|
+
|
|
1428
|
+
|
|
1429
|
+
|
|
1430
|
+
## [0.6.37](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.36...config-css-preset-0.6.37) (2024-09-26)
|
|
1431
|
+
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
## [0.6.36](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.35...config-css-preset-0.6.36) (2024-09-26)
|
|
1435
|
+
|
|
1436
|
+
|
|
1437
|
+
|
|
1438
|
+
## [0.6.35](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.34...config-css-preset-0.6.35) (2024-09-26)
|
|
1439
|
+
|
|
1440
|
+
|
|
1441
|
+
|
|
1442
|
+
## [0.6.34](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.33...config-css-preset-0.6.34) (2024-09-26)
|
|
1443
|
+
|
|
1444
|
+
|
|
1445
|
+
|
|
1446
|
+
## [0.6.33](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.32...config-css-preset-0.6.33) (2024-09-26)
|
|
1447
|
+
|
|
1448
|
+
|
|
1449
|
+
|
|
1450
|
+
## [0.6.32](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.31...config-css-preset-0.6.32) (2024-09-26)
|
|
1451
|
+
|
|
1452
|
+
|
|
1453
|
+
|
|
1454
|
+
## [0.6.31](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.30...config-css-preset-0.6.31) (2024-09-26)
|
|
1455
|
+
|
|
1456
|
+
|
|
1457
|
+
|
|
1458
|
+
## [0.6.30](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.29...config-css-preset-0.6.30) (2024-09-26)
|
|
1459
|
+
|
|
1460
|
+
|
|
1461
|
+
|
|
1462
|
+
## [0.6.29](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.28...config-css-preset-0.6.29) (2024-09-25)
|
|
1463
|
+
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
## [0.6.28](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.27...config-css-preset-0.6.28) (2024-09-25)
|
|
1467
|
+
|
|
1468
|
+
|
|
1469
|
+
|
|
1470
|
+
## [0.6.27](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.26...config-css-preset-0.6.27) (2024-09-25)
|
|
1471
|
+
|
|
1472
|
+
|
|
1473
|
+
|
|
1474
|
+
## [0.6.26](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.25...config-css-preset-0.6.26) (2024-09-25)
|
|
1475
|
+
|
|
1476
|
+
|
|
1477
|
+
|
|
1478
|
+
## [0.6.25](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.24...config-css-preset-0.6.25) (2024-09-25)
|
|
1479
|
+
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
## [0.6.24](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.23...config-css-preset-0.6.24) (2024-09-25)
|
|
1483
|
+
|
|
1484
|
+
|
|
1485
|
+
|
|
1486
|
+
## [0.6.23](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.22...config-css-preset-0.6.23) (2024-09-25)
|
|
1487
|
+
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
## [0.6.22](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.21...config-css-preset-0.6.22) (2024-09-24)
|
|
1491
|
+
|
|
1492
|
+
|
|
1493
|
+
|
|
1494
|
+
## [0.6.21](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.20...config-css-preset-0.6.21) (2024-09-24)
|
|
1495
|
+
|
|
1496
|
+
|
|
1497
|
+
|
|
1498
|
+
## [0.6.20](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.19...config-css-preset-0.6.20) (2024-09-24)
|
|
1499
|
+
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
## [0.6.19](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.18...config-css-preset-0.6.19) (2024-09-24)
|
|
1503
|
+
|
|
1504
|
+
|
|
1505
|
+
|
|
1506
|
+
## [0.6.18](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.17...config-css-preset-0.6.18) (2024-09-23)
|
|
1507
|
+
|
|
1508
|
+
|
|
1509
|
+
|
|
1510
|
+
## [0.6.17](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.16...config-css-preset-0.6.17) (2024-09-23)
|
|
1511
|
+
|
|
1512
|
+
|
|
1513
|
+
|
|
1514
|
+
## [0.6.16](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.15...config-css-preset-0.6.16) (2024-09-23)
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
|
+
|
|
1518
|
+
## [0.6.15](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.14...config-css-preset-0.6.15) (2024-09-23)
|
|
1519
|
+
|
|
1520
|
+
|
|
1521
|
+
|
|
1522
|
+
## [0.6.14](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.13...config-css-preset-0.6.14) (2024-09-22)
|
|
1523
|
+
|
|
1524
|
+
|
|
1525
|
+
|
|
1526
|
+
## [0.6.13](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.12...config-css-preset-0.6.13) (2024-09-22)
|
|
1527
|
+
|
|
1528
|
+
|
|
1529
|
+
|
|
1530
|
+
## [0.6.12](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.11...config-css-preset-0.6.12) (2024-09-22)
|
|
1531
|
+
|
|
1532
|
+
|
|
1533
|
+
|
|
1534
|
+
## [0.6.11](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.10...config-css-preset-0.6.11) (2024-09-21)
|
|
1535
|
+
|
|
1536
|
+
|
|
1537
|
+
|
|
1538
|
+
## [0.6.10](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.9...config-css-preset-0.6.10) (2024-09-21)
|
|
1539
|
+
|
|
1540
|
+
|
|
1541
|
+
### Bug Fixes
|
|
1542
|
+
|
|
1543
|
+
* **deps:** pin dependencies ([712b24d](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/712b24d848bf2a97896448782544cf24899c3558))
|
|
1544
|
+
|
|
1545
|
+
|
|
1546
|
+
|
|
1547
|
+
## [0.6.9](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.8...config-css-preset-0.6.9) (2024-09-21)
|
|
1548
|
+
|
|
1549
|
+
|
|
1550
|
+
|
|
1551
|
+
## [0.6.8](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.7...config-css-preset-0.6.8) (2024-09-21)
|
|
1552
|
+
|
|
1553
|
+
|
|
1554
|
+
|
|
1555
|
+
## [0.6.7](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.6...config-css-preset-0.6.7) (2024-09-21)
|
|
1556
|
+
|
|
1557
|
+
|
|
1558
|
+
|
|
1559
|
+
## [0.6.6](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.5...config-css-preset-0.6.6) (2024-09-21)
|
|
1560
|
+
|
|
1561
|
+
|
|
1562
|
+
|
|
1563
|
+
## [0.6.5](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.4...config-css-preset-0.6.5) (2024-09-21)
|
|
1564
|
+
|
|
1565
|
+
|
|
1566
|
+
|
|
1567
|
+
## [0.6.4](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.3...config-css-preset-0.6.4) (2024-09-21)
|
|
1568
|
+
|
|
1569
|
+
|
|
1570
|
+
|
|
1571
|
+
## [0.6.3](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.2...config-css-preset-0.6.3) (2024-09-21)
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
|
|
1575
|
+
## [0.6.2](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.1...config-css-preset-0.6.2) (2024-09-20)
|
|
1576
|
+
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
## [0.6.1](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.6.0...config-css-preset-0.6.1) (2024-09-20)
|
|
1580
|
+
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
# [0.6.0](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.22...config-css-preset-0.6.0) (2024-09-20)
|
|
1584
|
+
|
|
1585
|
+
|
|
1586
|
+
### Bug Fixes
|
|
1587
|
+
|
|
1588
|
+
* add pixel unit to line-heights that have no unit ([21b1f7b](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/21b1f7b3fe0464ee104abfaa74f618b3547c5233))
|
|
1589
|
+
* **css-config:** dirty fix to parse figma tokens ([22a3a6b](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/22a3a6b7757c23b1dad25f4fbae975f08941c91a))
|
|
1590
|
+
* handle line-height token better ([c7d5cf1](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/c7d5cf134e28fa70599f47cf9ed5e11496307ef5))
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
### Features
|
|
1594
|
+
|
|
1595
|
+
* enable boxshadow and typography tokens ([56b324f](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/56b324fb4bd24d72faffc4718ef2ec1d13034e5e))
|
|
1596
|
+
|
|
1597
|
+
|
|
1598
|
+
|
|
1599
|
+
## [0.5.22](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.21...config-css-preset-0.5.22) (2024-09-20)
|
|
1600
|
+
|
|
1601
|
+
|
|
1602
|
+
|
|
1603
|
+
## [0.5.21](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.20...config-css-preset-0.5.21) (2024-09-20)
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
|
|
1607
|
+
## [0.5.20](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.19...config-css-preset-0.5.20) (2024-09-19)
|
|
1608
|
+
|
|
1609
|
+
|
|
1610
|
+
|
|
1611
|
+
## [0.5.19](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.18...config-css-preset-0.5.19) (2024-09-19)
|
|
1612
|
+
|
|
1613
|
+
|
|
1614
|
+
|
|
1615
|
+
## [0.5.18](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.17...config-css-preset-0.5.18) (2024-09-19)
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
|
|
1619
|
+
## [0.5.17](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.16...config-css-preset-0.5.17) (2024-09-18)
|
|
1620
|
+
|
|
1621
|
+
|
|
1622
|
+
|
|
1623
|
+
## [0.5.16](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.15...config-css-preset-0.5.16) (2024-09-18)
|
|
1624
|
+
|
|
1625
|
+
|
|
1626
|
+
|
|
1627
|
+
## [0.5.15](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.14...config-css-preset-0.5.15) (2024-09-18)
|
|
1628
|
+
|
|
1629
|
+
|
|
1630
|
+
|
|
1631
|
+
## [0.5.14](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.13...config-css-preset-0.5.14) (2024-09-18)
|
|
1632
|
+
|
|
1633
|
+
|
|
1634
|
+
|
|
1635
|
+
## [0.5.13](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.12...config-css-preset-0.5.13) (2024-09-18)
|
|
1636
|
+
|
|
1637
|
+
|
|
1638
|
+
|
|
1639
|
+
## [0.5.12](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.11...config-css-preset-0.5.12) (2024-09-17)
|
|
1640
|
+
|
|
1641
|
+
|
|
1642
|
+
|
|
1643
|
+
## [0.5.11](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.10...config-css-preset-0.5.11) (2024-09-17)
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
## [0.5.10](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.9...config-css-preset-0.5.10) (2024-09-17)
|
|
1648
|
+
|
|
1649
|
+
|
|
1650
|
+
|
|
1651
|
+
## [0.5.9](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.8...config-css-preset-0.5.9) (2024-09-17)
|
|
1652
|
+
|
|
1653
|
+
|
|
1654
|
+
|
|
1655
|
+
## [0.5.8](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.7...config-css-preset-0.5.8) (2024-09-17)
|
|
1656
|
+
|
|
1657
|
+
|
|
1658
|
+
|
|
1659
|
+
## [0.5.7](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.6...config-css-preset-0.5.7) (2024-09-17)
|
|
1660
|
+
|
|
1661
|
+
|
|
1662
|
+
|
|
1663
|
+
## [0.5.6](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.5...config-css-preset-0.5.6) (2024-09-17)
|
|
1664
|
+
|
|
1665
|
+
|
|
1666
|
+
|
|
1667
|
+
## [0.5.5](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.4...config-css-preset-0.5.5) (2024-09-16)
|
|
1668
|
+
|
|
1669
|
+
|
|
1670
|
+
|
|
1671
|
+
## [0.5.4](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.3...config-css-preset-0.5.4) (2024-09-16)
|
|
1672
|
+
|
|
1673
|
+
|
|
1674
|
+
|
|
1675
|
+
## [0.5.3](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.2...config-css-preset-0.5.3) (2024-09-16)
|
|
1676
|
+
|
|
1677
|
+
|
|
1678
|
+
|
|
1679
|
+
## [0.5.2](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.1...config-css-preset-0.5.2) (2024-09-16)
|
|
1680
|
+
|
|
1681
|
+
|
|
1682
|
+
|
|
1683
|
+
## [0.5.1](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.5.0...config-css-preset-0.5.1) (2024-09-16)
|
|
1684
|
+
|
|
1685
|
+
|
|
1686
|
+
|
|
1687
|
+
# [0.5.0](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.4.9...config-css-preset-0.5.0) (2024-09-12)
|
|
1688
|
+
|
|
1689
|
+
|
|
1690
|
+
### Features
|
|
1691
|
+
|
|
1692
|
+
* rework hover state of multi input and label components ([10edfb2](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/10edfb2e21b13c073d3508f6f0e4e158f060f90d))
|
|
1693
|
+
|
|
1694
|
+
|
|
1695
|
+
|
|
1696
|
+
## [0.4.9](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.4.8...config-css-preset-0.4.9) (2024-09-12)
|
|
1697
|
+
|
|
1698
|
+
|
|
1699
|
+
|
|
1700
|
+
## [0.4.8](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.4.7...config-css-preset-0.4.8) (2024-09-12)
|
|
1701
|
+
|
|
1702
|
+
|
|
1703
|
+
### Bug Fixes
|
|
1704
|
+
|
|
1705
|
+
* **deps:** pin dependency unocss-preset-animations to 1.1.0 ([30c374b](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/30c374b39d4bd91937dd879559587c729dc126b0))
|
|
1706
|
+
|
|
1707
|
+
|
|
1708
|
+
|
|
1709
|
+
## [0.4.7](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.4.6...config-css-preset-0.4.7) (2024-09-12)
|
|
1710
|
+
|
|
1711
|
+
|
|
1712
|
+
|
|
1713
|
+
## [0.4.6](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.4.5...config-css-preset-0.4.6) (2024-09-12)
|
|
1714
|
+
|
|
1715
|
+
|
|
1716
|
+
|
|
1717
|
+
## [0.4.5](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.4.4...config-css-preset-0.4.5) (2024-09-12)
|
|
1718
|
+
|
|
1719
|
+
|
|
1720
|
+
|
|
1721
|
+
## [0.4.4](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.4.3...config-css-preset-0.4.4) (2024-09-12)
|
|
1722
|
+
|
|
1723
|
+
|
|
1724
|
+
|
|
1725
|
+
## [0.4.3](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.4.2...config-css-preset-0.4.3) (2024-09-11)
|
|
1726
|
+
|
|
1727
|
+
|
|
1728
|
+
|
|
1729
|
+
## [0.4.2](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.4.1...config-css-preset-0.4.2) (2024-09-11)
|
|
1730
|
+
|
|
1731
|
+
|
|
1732
|
+
|
|
1733
|
+
## [0.4.1](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.4.0...config-css-preset-0.4.1) (2024-09-11)
|
|
1734
|
+
|
|
1735
|
+
|
|
1736
|
+
|
|
1737
|
+
# [0.4.0](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.56...config-css-preset-0.4.0) (2024-09-11)
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
### Features
|
|
1741
|
+
|
|
1742
|
+
* **fc-65:** add loading components ([514fa23](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/514fa23b702275f67d18b9d622d80a0230e4bf95))
|
|
1743
|
+
|
|
1744
|
+
|
|
1745
|
+
|
|
1746
|
+
## [0.3.56](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.55...config-css-preset-0.3.56) (2024-09-11)
|
|
1747
|
+
|
|
1748
|
+
|
|
1749
|
+
|
|
1750
|
+
## [0.3.55](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.54...config-css-preset-0.3.55) (2024-09-11)
|
|
1751
|
+
|
|
1752
|
+
|
|
1753
|
+
|
|
1754
|
+
## [0.3.54](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.53...config-css-preset-0.3.54) (2024-09-11)
|
|
1755
|
+
|
|
1756
|
+
|
|
1757
|
+
|
|
1758
|
+
## [0.3.53](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.52...config-css-preset-0.3.53) (2024-09-10)
|
|
1759
|
+
|
|
1760
|
+
|
|
1761
|
+
|
|
1762
|
+
## [0.3.52](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.51...config-css-preset-0.3.52) (2024-09-10)
|
|
1763
|
+
|
|
1764
|
+
|
|
1765
|
+
|
|
1766
|
+
## [0.3.51](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.50...config-css-preset-0.3.51) (2024-09-10)
|
|
1767
|
+
|
|
1768
|
+
|
|
1769
|
+
|
|
1770
|
+
## [0.3.50](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.49...config-css-preset-0.3.50) (2024-09-10)
|
|
1771
|
+
|
|
1772
|
+
|
|
1773
|
+
|
|
1774
|
+
## [0.3.49](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.48...config-css-preset-0.3.49) (2024-09-09)
|
|
1775
|
+
|
|
1776
|
+
|
|
1777
|
+
|
|
1778
|
+
## [0.3.48](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.47...config-css-preset-0.3.48) (2024-09-09)
|
|
1779
|
+
|
|
1780
|
+
|
|
1781
|
+
|
|
1782
|
+
## [0.3.47](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.46...config-css-preset-0.3.47) (2024-09-09)
|
|
1783
|
+
|
|
1784
|
+
|
|
1785
|
+
|
|
1786
|
+
## [0.3.46](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.45...config-css-preset-0.3.46) (2024-09-09)
|
|
1787
|
+
|
|
1788
|
+
|
|
1789
|
+
|
|
1790
|
+
## [0.3.45](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.44...config-css-preset-0.3.45) (2024-09-09)
|
|
1791
|
+
|
|
1792
|
+
|
|
1793
|
+
|
|
1794
|
+
## [0.3.44](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.43...config-css-preset-0.3.44) (2024-09-09)
|
|
1795
|
+
|
|
1796
|
+
|
|
1797
|
+
|
|
1798
|
+
## [0.3.43](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.42...config-css-preset-0.3.43) (2024-09-09)
|
|
1799
|
+
|
|
1800
|
+
|
|
1801
|
+
|
|
1802
|
+
## [0.3.42](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.41...config-css-preset-0.3.42) (2024-09-08)
|
|
1803
|
+
|
|
1804
|
+
|
|
1805
|
+
|
|
1806
|
+
## [0.3.41](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.40...config-css-preset-0.3.41) (2024-09-08)
|
|
1807
|
+
|
|
1808
|
+
|
|
1809
|
+
|
|
1810
|
+
## [0.3.40](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.39...config-css-preset-0.3.40) (2024-09-08)
|
|
1811
|
+
|
|
1812
|
+
|
|
1813
|
+
|
|
1814
|
+
## [0.3.39](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.38...config-css-preset-0.3.39) (2024-09-08)
|
|
1815
|
+
|
|
1816
|
+
|
|
1817
|
+
|
|
1818
|
+
## [0.3.38](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.37...config-css-preset-0.3.38) (2024-09-08)
|
|
1819
|
+
|
|
1820
|
+
|
|
1821
|
+
|
|
1822
|
+
## [0.3.37](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.36...config-css-preset-0.3.37) (2024-09-07)
|
|
1823
|
+
|
|
1824
|
+
|
|
1825
|
+
|
|
1826
|
+
## [0.3.36](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.35...config-css-preset-0.3.36) (2024-09-07)
|
|
1827
|
+
|
|
1828
|
+
|
|
1829
|
+
|
|
1830
|
+
## [0.3.35](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.34...config-css-preset-0.3.35) (2024-09-07)
|
|
1831
|
+
|
|
1832
|
+
|
|
1833
|
+
|
|
1834
|
+
## [0.3.34](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.33...config-css-preset-0.3.34) (2024-09-07)
|
|
1835
|
+
|
|
1836
|
+
|
|
1837
|
+
|
|
1838
|
+
## [0.3.33](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.32...config-css-preset-0.3.33) (2024-09-07)
|
|
1839
|
+
|
|
1840
|
+
|
|
1841
|
+
|
|
1842
|
+
## [0.3.32](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.31...config-css-preset-0.3.32) (2024-09-07)
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
|
|
1846
|
+
## [0.3.31](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.30...config-css-preset-0.3.31) (2024-09-06)
|
|
1847
|
+
|
|
1848
|
+
|
|
1849
|
+
|
|
1850
|
+
## [0.3.30](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.29...config-css-preset-0.3.30) (2024-09-06)
|
|
1851
|
+
|
|
1852
|
+
|
|
1853
|
+
|
|
1854
|
+
## [0.3.29](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.28...config-css-preset-0.3.29) (2024-09-06)
|
|
1855
|
+
|
|
1856
|
+
|
|
1857
|
+
|
|
1858
|
+
## [0.3.28](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.27...config-css-preset-0.3.28) (2024-09-06)
|
|
1859
|
+
|
|
1860
|
+
|
|
1861
|
+
|
|
1862
|
+
## [0.3.27](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.26...config-css-preset-0.3.27) (2024-09-06)
|
|
1863
|
+
|
|
1864
|
+
|
|
1865
|
+
|
|
1866
|
+
## [0.3.26](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.25...config-css-preset-0.3.26) (2024-09-05)
|
|
1867
|
+
|
|
1868
|
+
|
|
1869
|
+
|
|
1870
|
+
## [0.3.25](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.24...config-css-preset-0.3.25) (2024-09-05)
|
|
1871
|
+
|
|
1872
|
+
|
|
1873
|
+
|
|
1874
|
+
## [0.3.24](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.23...config-css-preset-0.3.24) (2024-09-05)
|
|
1875
|
+
|
|
1876
|
+
|
|
1877
|
+
|
|
1878
|
+
## [0.3.23](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.22...config-css-preset-0.3.23) (2024-09-05)
|
|
1879
|
+
|
|
1880
|
+
|
|
1881
|
+
|
|
1882
|
+
## [0.3.22](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.21...config-css-preset-0.3.22) (2024-09-05)
|
|
1883
|
+
|
|
1884
|
+
|
|
1885
|
+
|
|
1886
|
+
## [0.3.21](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.20...config-css-preset-0.3.21) (2024-09-05)
|
|
1887
|
+
|
|
1888
|
+
|
|
1889
|
+
|
|
1890
|
+
## [0.3.20](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.19...config-css-preset-0.3.20) (2024-09-05)
|
|
1891
|
+
|
|
1892
|
+
|
|
1893
|
+
|
|
1894
|
+
## [0.3.19](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.18...config-css-preset-0.3.19) (2024-09-05)
|
|
1895
|
+
|
|
1896
|
+
|
|
1897
|
+
|
|
1898
|
+
## [0.3.18](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.17...config-css-preset-0.3.18) (2024-09-04)
|
|
1899
|
+
|
|
1900
|
+
|
|
1901
|
+
|
|
1902
|
+
## [0.3.17](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.16...config-css-preset-0.3.17) (2024-09-04)
|
|
1903
|
+
|
|
1904
|
+
|
|
1905
|
+
|
|
1906
|
+
## [0.3.16](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.15...config-css-preset-0.3.16) (2024-09-04)
|
|
1907
|
+
|
|
1908
|
+
|
|
1909
|
+
|
|
1910
|
+
## [0.3.15](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.14...config-css-preset-0.3.15) (2024-09-04)
|
|
1911
|
+
|
|
1912
|
+
|
|
1913
|
+
|
|
1914
|
+
## [0.3.14](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.13...config-css-preset-0.3.14) (2024-09-04)
|
|
1915
|
+
|
|
1916
|
+
|
|
1917
|
+
### Bug Fixes
|
|
1918
|
+
|
|
1919
|
+
* **deps:** pin dependencies ([9150d2f](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/9150d2ffdd089f9480671f0ce83e5772404d71da))
|
|
1920
|
+
|
|
1921
|
+
|
|
1922
|
+
|
|
1923
|
+
## [0.3.13](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.12...config-css-preset-0.3.13) (2024-09-04)
|
|
1924
|
+
|
|
1925
|
+
|
|
1926
|
+
|
|
1927
|
+
## [0.3.12](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.11...config-css-preset-0.3.12) (2024-08-15)
|
|
1928
|
+
|
|
1929
|
+
|
|
1930
|
+
|
|
1931
|
+
## [0.3.12](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.11...config-css-preset-0.3.12) (2024-08-14)
|
|
1932
|
+
|
|
1933
|
+
|
|
1934
|
+
|
|
1935
|
+
## [0.3.11](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.10...config-css-preset-0.3.11) (2024-08-05)
|
|
1936
|
+
|
|
1937
|
+
|
|
1938
|
+
|
|
1939
|
+
## [0.3.10](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.9...config-css-preset-0.3.10) (2024-08-05)
|
|
1940
|
+
|
|
1941
|
+
|
|
1942
|
+
|
|
1943
|
+
## [0.3.9](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.8...config-css-preset-0.3.9) (2024-07-30)
|
|
1944
|
+
|
|
1945
|
+
|
|
1946
|
+
|
|
1947
|
+
## [0.3.8](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.7...config-css-preset-0.3.8) (2024-07-25)
|
|
1948
|
+
|
|
1949
|
+
|
|
1950
|
+
|
|
1951
|
+
## [0.3.7](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.6...config-css-preset-0.3.7) (2024-07-23)
|
|
1952
|
+
|
|
1953
|
+
|
|
1954
|
+
|
|
1955
|
+
## [0.3.6](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.5...config-css-preset-0.3.6) (2024-07-22)
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
|
|
1959
|
+
## [0.3.5](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.4...config-css-preset-0.3.5) (2024-07-21)
|
|
1960
|
+
|
|
1961
|
+
|
|
1962
|
+
|
|
1963
|
+
## [0.3.4](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.3...config-css-preset-0.3.4) (2024-07-18)
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
|
|
1967
|
+
## [0.3.3](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.2...config-css-preset-0.3.3) (2024-07-18)
|
|
1968
|
+
|
|
1969
|
+
|
|
1970
|
+
### Bug Fixes
|
|
1971
|
+
|
|
1972
|
+
* **css-config-preset:** convert dimension keys to size & spacing ([996bdfe](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/996bdfeee91c969fb400310297c2c59be6b7b21f))
|
|
1973
|
+
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
## [0.3.2](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.1...config-css-preset-0.3.2) (2024-07-17)
|
|
1977
|
+
|
|
1978
|
+
|
|
1979
|
+
|
|
1980
|
+
## [0.3.1](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.3.0...config-css-preset-0.3.1) (2024-07-16)
|
|
1981
|
+
|
|
1982
|
+
|
|
1983
|
+
|
|
1984
|
+
# [0.3.0](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.2.2...config-css-preset-0.3.0) (2024-07-15)
|
|
1985
|
+
|
|
1986
|
+
|
|
1987
|
+
### Features
|
|
1988
|
+
|
|
1989
|
+
* **fonts:** use local webfonts ([6e36bc9](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/6e36bc94a4fb4e6123e24448af272291ee169584))
|
|
1990
|
+
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
## [0.2.2](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.2.1...config-css-preset-0.2.2) (2024-07-15)
|
|
1994
|
+
|
|
1995
|
+
|
|
1996
|
+
|
|
1997
|
+
## [0.2.1](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.2.0...config-css-preset-0.2.1) (2024-07-15)
|
|
1998
|
+
|
|
1999
|
+
|
|
2000
|
+
|
|
2001
|
+
# [0.2.0](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.1.1...config-css-preset-0.2.0) (2024-07-12)
|
|
2002
|
+
|
|
2003
|
+
|
|
2004
|
+
### Bug Fixes
|
|
2005
|
+
|
|
2006
|
+
* **config-css-preset:** add back unocss rules ([c99d8f8](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/c99d8f8691a66e7232e5da92bd8da03c9209900c))
|
|
2007
|
+
|
|
2008
|
+
|
|
2009
|
+
### Features
|
|
2010
|
+
|
|
2011
|
+
* **config-css-preset:** integrate design tokens BREAKING CHANGE ([897da2b](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/897da2b71a6a23238fe0cdbf2027cb38481aec33))
|
|
2012
|
+
|
|
2013
|
+
|
|
2014
|
+
|
|
2015
|
+
## [0.1.1](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.1.0...config-css-preset-0.1.1) (2024-07-12)
|
|
2016
|
+
|
|
2017
|
+
|
|
2018
|
+
|
|
2019
|
+
## [0.1.1](https://gitlab.aleph-alpha.de/engineering/frontend-hub/compare/config-css-preset-0.1.0...config-css-preset-0.1.1) (2024-07-12)
|
|
2020
|
+
|
|
2021
|
+
|
|
2022
|
+
|
|
2023
|
+
# 0.1.0 (2024-07-11)
|
|
2024
|
+
|
|
2025
|
+
|
|
2026
|
+
### Bug Fixes
|
|
2027
|
+
|
|
2028
|
+
* **ci:** make publish works ([efafdc9](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/efafdc9a88821ec928848e5dc02a2b56cd988fb5))
|
|
2029
|
+
* **config-css-preset:** add req. dependency to package ([41743df](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/41743df5540dd387e5b9fd354fec66780188410a))
|
|
2030
|
+
* **config-css:** trigger build ([a118ddc](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/a118ddcfb28595e46d5ebdf059b4b9566c2eba55))
|
|
2031
|
+
* **packages.json:** make packages private ([811d4be](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/811d4bee52784a04b7aa209c0512e2edf574c946))
|
|
2032
|
+
* **packages.json:** repository url ([a778269](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/a7782691c9d58623716acc44b34b01b6497dcb8e))
|
|
2033
|
+
* **unoconfig:** remove Icons for now ([593d242](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/593d2429c98d126841780630fd130412bb2e0dbf))
|
|
2034
|
+
|
|
2035
|
+
|
|
2036
|
+
### Features
|
|
2037
|
+
|
|
2038
|
+
* make the signin page full screen and add background ([cc18cff](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/cc18cff8eb5d1b473e359d2260b0ba8184e60738))
|
|
2039
|
+
* **semver:** add lintstaged ([24bcf6f](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/24bcf6ff6873fb96db717589126bfa11c4910d94))
|
|
2040
|
+
* support vue and svelte in the design system content path config ([b1086c6](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/b1086c65f50e41f47e1079aaddadd580e6b43670))
|
|
2041
|
+
* **unocss:** add config improvements ([5902f2e](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/5902f2e9751981b5d17db266482902c48f99a45d))
|