@fundamental-styles/common-css 0.30.3-rc.3 → 0.41.0-rc.88

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.
Files changed (60) hide show
  1. package/CHANGELOG.md +1450 -0
  2. package/README.md +120 -23
  3. package/dist/common-css.css +3 -3
  4. package/dist/js/common-css.mjs +3 -3
  5. package/dist/js/sap-border-radius.mjs +2 -2
  6. package/dist/js/sap-border.d.ts +1 -0
  7. package/dist/js/sap-border.mjs +5 -0
  8. package/dist/js/sap-busy-indicator.d.ts +1 -0
  9. package/dist/js/sap-busy-indicator.mjs +5 -0
  10. package/dist/js/sap-colors.mjs +2 -2
  11. package/dist/js/sap-container-type.d.ts +1 -0
  12. package/dist/js/sap-container-type.mjs +5 -0
  13. package/dist/js/sap-content-paddings.mjs +3 -3
  14. package/dist/js/sap-display.mjs +2 -2
  15. package/dist/js/sap-elevation.mjs +3 -3
  16. package/dist/js/sap-flex.mjs +3 -3
  17. package/dist/js/sap-heading.d.ts +1 -0
  18. package/dist/js/sap-heading.mjs +5 -0
  19. package/dist/js/sap-label.d.ts +1 -0
  20. package/dist/js/sap-label.mjs +5 -0
  21. package/dist/js/sap-main-colors.d.ts +1 -0
  22. package/dist/js/sap-main-colors.mjs +5 -0
  23. package/dist/js/sap-margin.mjs +3 -3
  24. package/dist/js/sap-normalize.mjs +3 -3
  25. package/dist/js/sap-overflow.mjs +2 -2
  26. package/dist/js/sap-padding.mjs +3 -3
  27. package/dist/js/sap-position.mjs +3 -3
  28. package/dist/js/sap-shadow.mjs +3 -3
  29. package/dist/js/sap-sr-only.mjs +3 -3
  30. package/dist/js/sap-text.d.ts +1 -0
  31. package/dist/js/sap-text.mjs +5 -0
  32. package/dist/js/sap-title.d.ts +1 -0
  33. package/dist/js/sap-title.mjs +5 -0
  34. package/dist/js/sap-typography.mjs +3 -3
  35. package/dist/sap-border-radius.css +2 -2
  36. package/dist/sap-border.css +5 -0
  37. package/dist/sap-busy-indicator.css +5 -0
  38. package/dist/sap-colors.css +2 -2
  39. package/dist/sap-container-type.css +5 -0
  40. package/dist/sap-content-paddings.css +3 -3
  41. package/dist/sap-display.css +2 -2
  42. package/dist/sap-elevation.css +3 -3
  43. package/dist/sap-flex.css +3 -3
  44. package/dist/sap-heading.css +5 -0
  45. package/dist/sap-label.css +5 -0
  46. package/dist/sap-main-colors.css +5 -0
  47. package/dist/sap-margin.css +3 -3
  48. package/dist/sap-normalize.css +3 -3
  49. package/dist/sap-overflow.css +2 -2
  50. package/dist/sap-padding.css +3 -3
  51. package/dist/sap-position.css +3 -3
  52. package/dist/sap-shadow.css +3 -3
  53. package/dist/sap-sr-only.css +3 -3
  54. package/dist/sap-text.css +5 -0
  55. package/dist/sap-title.css +5 -0
  56. package/dist/sap-typography.css +3 -3
  57. package/dist/sass/_common-mixins.scss +456 -978
  58. package/dist/sass/_common-settings.scss +5 -0
  59. package/dist/sass/_common-variables.scss +943 -0
  60. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,1450 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # [0.41.0-rc.88](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.87...v0.41.0-rc.88) (2025-12-03)
7
+
8
+ **Note:** Version bump only for package @fundamental-styles/common-css
9
+
10
+ # [0.41.0-rc.87](https://github.com/SAP/fundamental-styles/compare/v1.0.0-rc.0...v0.41.0-rc.87) (2025-12-03)
11
+
12
+ **Note:** Version bump only for package @fundamental-styles/common-css
13
+
14
+ # [0.41.0-rc.86](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.85...v0.41.0-rc.86) (2025-12-03)
15
+
16
+ ### Bug Fixes
17
+
18
+ - **common-css:** change common-css npm package ([#6213](https://github.com/SAP/fundamental-styles/issues/6213)) ([f7b80cd](https://github.com/SAP/fundamental-styles/commit/f7b80cd25d9c6a3b74d1f1912ad5aa50fd9ae420))
19
+
20
+ # [0.41.0-rc.85](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.84...v0.41.0-rc.85) (2025-12-03)
21
+
22
+ **Note:** Version bump only for package @sap-ui/common-css
23
+
24
+ # [0.41.0-rc.84](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.83...v0.41.0-rc.84) (2025-12-01)
25
+
26
+ **Note:** Version bump only for package @sap-ui/common-css
27
+
28
+ # [0.41.0-rc.83](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.82...v0.41.0-rc.83) (2025-11-29)
29
+
30
+ **Note:** Version bump only for package @sap-ui/common-css
31
+
32
+ # [0.41.0-rc.82](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.81...v0.41.0-rc.82) (2025-11-17)
33
+
34
+ **Note:** Version bump only for package @sap-ui/common-css
35
+
36
+ # [0.41.0-rc.81](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.79...v0.41.0-rc.81) (2025-11-17)
37
+
38
+ **Note:** Version bump only for package @sap-ui/common-css
39
+
40
+ # [0.41.0-rc.79](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.78...v0.41.0-rc.79) (2025-11-17)
41
+
42
+ **Note:** Version bump only for package @sap-ui/common-css
43
+
44
+ # [0.41.0-rc.78](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.77...v0.41.0-rc.78) (2025-11-06)
45
+
46
+ **Note:** Version bump only for package @sap-ui/common-css
47
+
48
+ # [0.41.0-rc.77](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.76...v0.41.0-rc.77) (2025-11-06)
49
+
50
+ **Note:** Version bump only for package @sap-ui/common-css
51
+
52
+ # [0.41.0-rc.76](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.75...v0.41.0-rc.76) (2025-11-05)
53
+
54
+ **Note:** Version bump only for package @sap-ui/common-css
55
+
56
+ # [0.41.0-rc.75](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.74...v0.41.0-rc.75) (2025-11-05)
57
+
58
+ **Note:** Version bump only for package @sap-ui/common-css
59
+
60
+ # [0.41.0-rc.74](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.73...v0.41.0-rc.74) (2025-11-05)
61
+
62
+ **Note:** Version bump only for package @sap-ui/common-css
63
+
64
+ # [0.41.0-rc.73](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.72...v0.41.0-rc.73) (2025-11-05)
65
+
66
+ **Note:** Version bump only for package @sap-ui/common-css
67
+
68
+ # [0.41.0-rc.72](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.71...v0.41.0-rc.72) (2025-11-05)
69
+
70
+ **Note:** Version bump only for package @sap-ui/common-css
71
+
72
+ # [0.41.0-rc.71](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.70...v0.41.0-rc.71) (2025-11-05)
73
+
74
+ **Note:** Version bump only for package @sap-ui/common-css
75
+
76
+ # [0.41.0-rc.70](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.69...v0.41.0-rc.70) (2025-11-05)
77
+
78
+ **Note:** Version bump only for package @sap-ui/common-css
79
+
80
+ # [0.41.0-rc.69](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.68...v0.41.0-rc.69) (2025-11-05)
81
+
82
+ **Note:** Version bump only for package @sap-ui/common-css
83
+
84
+ # [0.41.0-rc.68](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.67...v0.41.0-rc.68) (2025-11-04)
85
+
86
+ **Note:** Version bump only for package @sap-ui/common-css
87
+
88
+ # [0.41.0-rc.67](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.66...v0.41.0-rc.67) (2025-10-27)
89
+
90
+ **Note:** Version bump only for package @sap-ui/common-css
91
+
92
+ # [0.41.0-rc.66](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.65...v0.41.0-rc.66) (2025-10-20)
93
+
94
+ **Note:** Version bump only for package @sap-ui/common-css
95
+
96
+ # [0.41.0-rc.65](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.64...v0.41.0-rc.65) (2025-10-08)
97
+
98
+ **Note:** Version bump only for package @sap-ui/common-css
99
+
100
+ # [0.41.0-rc.64](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.63...v0.41.0-rc.64) (2025-10-08)
101
+
102
+ **Note:** Version bump only for package @sap-ui/common-css
103
+
104
+ # [0.41.0-rc.63](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.62...v0.41.0-rc.63) (2025-10-03)
105
+
106
+ **Note:** Version bump only for package @sap-ui/common-css
107
+
108
+ # [0.41.0-rc.62](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.61...v0.41.0-rc.62) (2025-10-02)
109
+
110
+ **Note:** Version bump only for package @sap-ui/common-css
111
+
112
+ # [0.41.0-rc.61](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.60...v0.41.0-rc.61) (2025-09-27)
113
+
114
+ **Note:** Version bump only for package @sap-ui/common-css
115
+
116
+ # [0.41.0-rc.60](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.59...v0.41.0-rc.60) (2025-09-10)
117
+
118
+ **Note:** Version bump only for package @sap-ui/common-css
119
+
120
+ # [0.41.0-rc.59](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.58...v0.41.0-rc.59) (2025-09-10)
121
+
122
+ **Note:** Version bump only for package @sap-ui/common-css
123
+
124
+ # [0.41.0-rc.58](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.57...v0.41.0-rc.58) (2025-09-03)
125
+
126
+ **Note:** Version bump only for package @sap-ui/common-css
127
+
128
+ # [0.41.0-rc.57](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.56...v0.41.0-rc.57) (2025-09-02)
129
+
130
+ **Note:** Version bump only for package @sap-ui/common-css
131
+
132
+ # [0.41.0-rc.56](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.55...v0.41.0-rc.56) (2025-08-29)
133
+
134
+ **Note:** Version bump only for package @sap-ui/common-css
135
+
136
+ # [0.41.0-rc.55](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.54...v0.41.0-rc.55) (2025-08-28)
137
+
138
+ **Note:** Version bump only for package @sap-ui/common-css
139
+
140
+ # [0.41.0-rc.54](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.53...v0.41.0-rc.54) (2025-08-28)
141
+
142
+ **Note:** Version bump only for package @sap-ui/common-css
143
+
144
+ # [0.41.0-rc.53](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.52...v0.41.0-rc.53) (2025-08-28)
145
+
146
+ **Note:** Version bump only for package @sap-ui/common-css
147
+
148
+ # [0.41.0-rc.52](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.51...v0.41.0-rc.52) (2025-08-21)
149
+
150
+ ### Bug Fixes
151
+
152
+ - **common-css:** add docs improvements and some css updates to common css [ci visual] ([#6155](https://github.com/SAP/fundamental-styles/issues/6155)) ([6bc695b](https://github.com/SAP/fundamental-styles/commit/6bc695b7c8d04510be31908571729d8cf43b071c))
153
+
154
+ # [0.41.0-rc.51](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.50...v0.41.0-rc.51) (2025-08-18)
155
+
156
+ **Note:** Version bump only for package @sap-ui/common-css
157
+
158
+ # [0.41.0-rc.50](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.49...v0.41.0-rc.50) (2025-08-14)
159
+
160
+ ### Bug Fixes
161
+
162
+ - **common-css:** remove Layout Grid from common-css package [ci visual] ([#6150](https://github.com/SAP/fundamental-styles/issues/6150)) ([7ff87bf](https://github.com/SAP/fundamental-styles/commit/7ff87bfad14feb99c74279bca00668be902eee9c))
163
+
164
+ # [0.41.0-rc.49](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.48...v0.41.0-rc.49) (2025-08-13)
165
+
166
+ ### Bug Fixes
167
+
168
+ - **common-css:** update Paddings and Margins [ci visual] ([#6149](https://github.com/SAP/fundamental-styles/issues/6149)) ([a286808](https://github.com/SAP/fundamental-styles/commit/a2868088c2fca0f6a50a8fefbc42e2e411ae6d8a))
169
+
170
+ # [0.41.0-rc.48](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.47...v0.41.0-rc.48) (2025-08-13)
171
+
172
+ **Note:** Version bump only for package @sap-ui/common-css
173
+
174
+ # [0.41.0-rc.47](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.46...v0.41.0-rc.47) (2025-08-12)
175
+
176
+ ### Features
177
+
178
+ - **common-css:** add additional features to Border [ci visual] ([#6147](https://github.com/SAP/fundamental-styles/issues/6147)) ([4e5dac0](https://github.com/SAP/fundamental-styles/commit/4e5dac0d2f5073359ceb9163cfb78b59b950b4c8))
179
+
180
+ # [0.41.0-rc.46](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.45...v0.41.0-rc.46) (2025-08-08)
181
+
182
+ ### Bug Fixes
183
+
184
+ - **common-css:** add more shadows to common-css, elevation optimization [ci visual] ([#6146](https://github.com/SAP/fundamental-styles/issues/6146)) ([eeee617](https://github.com/SAP/fundamental-styles/commit/eeee617de79c810778968d25f90fde41c920fb24))
185
+
186
+ # [0.41.0-rc.45](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.44...v0.41.0-rc.45) (2025-08-06)
187
+
188
+ **Note:** Version bump only for package @sap-ui/common-css
189
+
190
+ # [0.41.0-rc.44](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.43...v0.41.0-rc.44) (2025-08-06)
191
+
192
+ **Note:** Version bump only for package @sap-ui/common-css
193
+
194
+ # [0.41.0-rc.43](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.42...v0.41.0-rc.43) (2025-08-05)
195
+
196
+ **Note:** Version bump only for package @sap-ui/common-css
197
+
198
+ # [0.41.0-rc.42](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.41...v0.41.0-rc.42) (2025-08-04)
199
+
200
+ **Note:** Version bump only for package @sap-ui/common-css
201
+
202
+ # [0.41.0-rc.41](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.40...v0.41.0-rc.41) (2025-08-04)
203
+
204
+ **Note:** Version bump only for package @sap-ui/common-css
205
+
206
+ # [0.41.0-rc.40](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.39...v0.41.0-rc.40) (2025-08-04)
207
+
208
+ **Note:** Version bump only for package @sap-ui/common-css
209
+
210
+ # [0.41.0-rc.39](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.38...v0.41.0-rc.39) (2025-08-04)
211
+
212
+ **Note:** Version bump only for package @sap-ui/common-css
213
+
214
+ # [0.41.0-rc.38](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.37...v0.41.0-rc.38) (2025-07-31)
215
+
216
+ **Note:** Version bump only for package @sap-ui/common-css
217
+
218
+ # [0.41.0-rc.37](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.36...v0.41.0-rc.37) (2025-07-31)
219
+
220
+ **Note:** Version bump only for package @sap-ui/common-css
221
+
222
+ # [0.41.0-rc.36](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.35...v0.41.0-rc.36) (2025-07-31)
223
+
224
+ ### Bug Fixes
225
+
226
+ - **common-css:** doc examples fixes[ci visual] ([#6133](https://github.com/SAP/fundamental-styles/issues/6133)) ([2fbbe92](https://github.com/SAP/fundamental-styles/commit/2fbbe926dd31b7b076b71cd7d2c7f1e9646f9323))
227
+
228
+ # [0.41.0-rc.35](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.34...v0.41.0-rc.35) (2025-07-31)
229
+
230
+ **Note:** Version bump only for package @sap-ui/common-css
231
+
232
+ # [0.41.0-rc.34](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.33...v0.41.0-rc.34) (2025-07-31)
233
+
234
+ ### Bug Fixes
235
+
236
+ - **common-css:** optimizations for common-css flex [ci visual] ([#6124](https://github.com/SAP/fundamental-styles/issues/6124)) ([29d3bd3](https://github.com/SAP/fundamental-styles/commit/29d3bd361a3ade683c937d7f1212a191aee20ad6))
237
+
238
+ # [0.41.0-rc.33](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.32...v0.41.0-rc.33) (2025-07-29)
239
+
240
+ ### Bug Fixes
241
+
242
+ - **common-css:** remove Tool Layout from common-css, move BTP Tool Layout to Layouts [ci visual] ([#6123](https://github.com/SAP/fundamental-styles/issues/6123)) ([07ee201](https://github.com/SAP/fundamental-styles/commit/07ee2014da31952c5ff521b8a14d00cf92e49a02))
243
+
244
+ # [0.41.0-rc.32](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.31...v0.41.0-rc.32) (2025-07-29)
245
+
246
+ ### Features
247
+
248
+ - **common-css:** add main colors in addition to all colors [ci visual] ([#6122](https://github.com/SAP/fundamental-styles/issues/6122)) ([bd7f03f](https://github.com/SAP/fundamental-styles/commit/bd7f03fc82b1c8bbe05b1aba0c38b05682298d26))
249
+
250
+ # [0.41.0-rc.31](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.30...v0.41.0-rc.31) (2025-07-20)
251
+
252
+ **Note:** Version bump only for package @sap-ui/common-css
253
+
254
+ # [0.41.0-rc.30](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.29...v0.41.0-rc.30) (2025-07-19)
255
+
256
+ **Note:** Version bump only for package @sap-ui/common-css
257
+
258
+ # [0.41.0-rc.29](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.28...v0.41.0-rc.29) (2025-07-19)
259
+
260
+ **Note:** Version bump only for package @sap-ui/common-css
261
+
262
+ # [0.41.0-rc.28](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.27...v0.41.0-rc.28) (2025-07-19)
263
+
264
+ **Note:** Version bump only for package @sap-ui/common-css
265
+
266
+ # [0.41.0-rc.27](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.26...v0.41.0-rc.27) (2025-07-04)
267
+
268
+ **Note:** Version bump only for package @sap-ui/common-css
269
+
270
+ # [0.41.0-rc.26](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.25...v0.41.0-rc.26) (2025-07-04)
271
+
272
+ **Note:** Version bump only for package @sap-ui/common-css
273
+
274
+ # [0.41.0-rc.25](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.24...v0.41.0-rc.25) (2025-07-04)
275
+
276
+ **Note:** Version bump only for package @sap-ui/common-css
277
+
278
+ # [0.41.0-rc.24](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.23...v0.41.0-rc.24) (2025-06-25)
279
+
280
+ **Note:** Version bump only for package @sap-ui/common-css
281
+
282
+ # [0.41.0-rc.23](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.22...v0.41.0-rc.23) (2025-06-20)
283
+
284
+ **Note:** Version bump only for package @sap-ui/common-css
285
+
286
+ # [0.41.0-rc.22](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.21...v0.41.0-rc.22) (2025-06-19)
287
+
288
+ **Note:** Version bump only for package @sap-ui/common-css
289
+
290
+ # [0.41.0-rc.21](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.20...v0.41.0-rc.21) (2025-06-19)
291
+
292
+ **Note:** Version bump only for package @sap-ui/common-css
293
+
294
+ # [0.41.0-rc.20](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.19...v0.41.0-rc.20) (2025-06-19)
295
+
296
+ **Note:** Version bump only for package @sap-ui/common-css
297
+
298
+ # [0.41.0-rc.19](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.18...v0.41.0-rc.19) (2025-06-19)
299
+
300
+ **Note:** Version bump only for package @sap-ui/common-css
301
+
302
+ # [0.41.0-rc.18](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.17...v0.41.0-rc.18) (2025-06-18)
303
+
304
+ **Note:** Version bump only for package @sap-ui/common-css
305
+
306
+ # [0.41.0-rc.17](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.16...v0.41.0-rc.17) (2025-06-18)
307
+
308
+ **Note:** Version bump only for package @sap-ui/common-css
309
+
310
+ # [0.41.0-rc.16](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.15...v0.41.0-rc.16) (2025-06-17)
311
+
312
+ **Note:** Version bump only for package @sap-ui/common-css
313
+
314
+ # [0.41.0-rc.15](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.14...v0.41.0-rc.15) (2025-06-17)
315
+
316
+ **Note:** Version bump only for package @sap-ui/common-css
317
+
318
+ # [0.41.0-rc.14](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.13...v0.41.0-rc.14) (2025-06-10)
319
+
320
+ **Note:** Version bump only for package @sap-ui/common-css
321
+
322
+ # [0.41.0-rc.13](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.12...v0.41.0-rc.13) (2025-06-06)
323
+
324
+ **Note:** Version bump only for package @sap-ui/common-css
325
+
326
+ # [0.41.0-rc.12](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.11...v0.41.0-rc.12) (2025-06-06)
327
+
328
+ **Note:** Version bump only for package @sap-ui/common-css
329
+
330
+ # [0.41.0-rc.11](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.10...v0.41.0-rc.11) (2025-06-06)
331
+
332
+ **Note:** Version bump only for package @sap-ui/common-css
333
+
334
+ # [0.41.0-rc.10](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.9...v0.41.0-rc.10) (2025-06-06)
335
+
336
+ **Note:** Version bump only for package @sap-ui/common-css
337
+
338
+ # [0.41.0-rc.9](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.8...v0.41.0-rc.9) (2025-06-04)
339
+
340
+ **Note:** Version bump only for package @sap-ui/common-css
341
+
342
+ # [0.41.0-rc.8](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.7...v0.41.0-rc.8) (2025-06-04)
343
+
344
+ **Note:** Version bump only for package @sap-ui/common-css
345
+
346
+ # [0.41.0-rc.7](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.6...v0.41.0-rc.7) (2025-06-04)
347
+
348
+ **Note:** Version bump only for package @sap-ui/common-css
349
+
350
+ # [0.41.0-rc.6](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.5...v0.41.0-rc.6) (2025-05-31)
351
+
352
+ **Note:** Version bump only for package @sap-ui/common-css
353
+
354
+ # [0.41.0-rc.5](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.4...v0.41.0-rc.5) (2025-05-31)
355
+
356
+ **Note:** Version bump only for package @sap-ui/common-css
357
+
358
+ # [0.41.0-rc.4](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.3...v0.41.0-rc.4) (2025-05-31)
359
+
360
+ **Note:** Version bump only for package @sap-ui/common-css
361
+
362
+ # [0.41.0-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.2...v0.41.0-rc.3) (2025-05-30)
363
+
364
+ **Note:** Version bump only for package @sap-ui/common-css
365
+
366
+ # [0.41.0-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.1...v0.41.0-rc.2) (2025-05-30)
367
+
368
+ **Note:** Version bump only for package @sap-ui/common-css
369
+
370
+ # [0.41.0-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.41.0-rc.0...v0.41.0-rc.1) (2025-05-29)
371
+
372
+ **Note:** Version bump only for package @sap-ui/common-css
373
+
374
+ # [0.41.0-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.40.2-rc.5...v0.41.0-rc.0) (2025-05-27)
375
+
376
+ **Note:** Version bump only for package @sap-ui/common-css
377
+
378
+ ## [0.40.2-rc.5](https://github.com/SAP/fundamental-styles/compare/v0.40.2-rc.4...v0.40.2-rc.5) (2025-05-27)
379
+
380
+ **Note:** Version bump only for package @sap-ui/common-css
381
+
382
+ ## [0.40.2-rc.4](https://github.com/SAP/fundamental-styles/compare/v0.40.2-rc.3...v0.40.2-rc.4) (2025-05-26)
383
+
384
+ **Note:** Version bump only for package @sap-ui/common-css
385
+
386
+ ## [0.40.2-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.40.2-rc.2...v0.40.2-rc.3) (2025-05-26)
387
+
388
+ **Note:** Version bump only for package @sap-ui/common-css
389
+
390
+ ## [0.40.2-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.40.2-rc.1...v0.40.2-rc.2) (2025-05-19)
391
+
392
+ **Note:** Version bump only for package @sap-ui/common-css
393
+
394
+ ## [0.40.2-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.40.2-rc.0...v0.40.2-rc.1) (2025-05-15)
395
+
396
+ **Note:** Version bump only for package @sap-ui/common-css
397
+
398
+ ## [0.40.2-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.40.1...v0.40.2-rc.0) (2025-05-14)
399
+
400
+ **Note:** Version bump only for package @sap-ui/common-css
401
+
402
+ ## [0.40.1](https://github.com/SAP/fundamental-styles/compare/v0.40.1-rc.4...v0.40.1) (2025-05-12)
403
+
404
+ **Note:** Version bump only for package @sap-ui/common-css
405
+
406
+ ## [0.40.1-rc.4](https://github.com/SAP/fundamental-styles/compare/v0.40.1-rc.3...v0.40.1-rc.4) (2025-05-07)
407
+
408
+ **Note:** Version bump only for package @sap-ui/common-css
409
+
410
+ ## [0.40.1-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.40.1-rc.2...v0.40.1-rc.3) (2025-05-07)
411
+
412
+ **Note:** Version bump only for package @sap-ui/common-css
413
+
414
+ ## [0.40.1-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.40.1-rc.1...v0.40.1-rc.2) (2025-05-06)
415
+
416
+ **Note:** Version bump only for package @sap-ui/common-css
417
+
418
+ ## [0.40.1-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.40.1-rc.0...v0.40.1-rc.1) (2025-05-06)
419
+
420
+ **Note:** Version bump only for package @sap-ui/common-css
421
+
422
+ ## [0.40.1-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.40.0...v0.40.1-rc.0) (2025-05-06)
423
+
424
+ **Note:** Version bump only for package @sap-ui/common-css
425
+
426
+ # [0.40.0](https://github.com/SAP/fundamental-styles/compare/v0.40.0-rc.8...v0.40.0) (2025-04-28)
427
+
428
+ **Note:** Version bump only for package @sap-ui/common-css
429
+
430
+ # [0.40.0-rc.8](https://github.com/SAP/fundamental-styles/compare/v0.40.0-rc.7...v0.40.0-rc.8) (2025-04-28)
431
+
432
+ **Note:** Version bump only for package @sap-ui/common-css
433
+
434
+ # [0.40.0-rc.7](https://github.com/SAP/fundamental-styles/compare/v0.40.0-rc.6...v0.40.0-rc.7) (2025-04-28)
435
+
436
+ **Note:** Version bump only for package @sap-ui/common-css
437
+
438
+ # [0.40.0-rc.6](https://github.com/SAP/fundamental-styles/compare/v0.40.0-rc.5...v0.40.0-rc.6) (2025-04-25)
439
+
440
+ **Note:** Version bump only for package @sap-ui/common-css
441
+
442
+ # [0.40.0-rc.5](https://github.com/SAP/fundamental-styles/compare/v0.40.0-rc.4...v0.40.0-rc.5) (2025-04-25)
443
+
444
+ **Note:** Version bump only for package @sap-ui/common-css
445
+
446
+ # [0.40.0-rc.4](https://github.com/SAP/fundamental-styles/compare/v0.40.0-rc.3...v0.40.0-rc.4) (2025-04-25)
447
+
448
+ **Note:** Version bump only for package @sap-ui/common-css
449
+
450
+ # [0.40.0-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.40.0-rc.2...v0.40.0-rc.3) (2025-04-24)
451
+
452
+ **Note:** Version bump only for package @sap-ui/common-css
453
+
454
+ # [0.40.0-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.40.0-rc.1...v0.40.0-rc.2) (2025-04-22)
455
+
456
+ **Note:** Version bump only for package @sap-ui/common-css
457
+
458
+ # [0.40.0-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.40.0-rc.0...v0.40.0-rc.1) (2025-04-17)
459
+
460
+ **Note:** Version bump only for package @sap-ui/common-css
461
+
462
+ # [0.40.0-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.39.3-rc.11...v0.40.0-rc.0) (2025-04-16)
463
+
464
+ **Note:** Version bump only for package @sap-ui/common-css
465
+
466
+ ## [0.39.3-rc.11](https://github.com/SAP/fundamental-styles/compare/v0.39.3-rc.10...v0.39.3-rc.11) (2025-04-16)
467
+
468
+ **Note:** Version bump only for package @sap-ui/common-css
469
+
470
+ ## [0.39.3-rc.10](https://github.com/SAP/fundamental-styles/compare/v0.39.3-rc.9...v0.39.3-rc.10) (2025-04-16)
471
+
472
+ **Note:** Version bump only for package @sap-ui/common-css
473
+
474
+ ## [0.39.3-rc.9](https://github.com/SAP/fundamental-styles/compare/v0.39.3-rc.8...v0.39.3-rc.9) (2025-04-16)
475
+
476
+ **Note:** Version bump only for package @sap-ui/common-css
477
+
478
+ ## [0.39.3-rc.8](https://github.com/SAP/fundamental-styles/compare/v0.39.3-rc.7...v0.39.3-rc.8) (2025-04-16)
479
+
480
+ **Note:** Version bump only for package @sap-ui/common-css
481
+
482
+ ## [0.39.3-rc.7](https://github.com/SAP/fundamental-styles/compare/v0.39.3-rc.6...v0.39.3-rc.7) (2025-04-16)
483
+
484
+ **Note:** Version bump only for package @sap-ui/common-css
485
+
486
+ ## [0.39.3-rc.6](https://github.com/SAP/fundamental-styles/compare/v0.39.3-rc.5...v0.39.3-rc.6) (2025-04-11)
487
+
488
+ **Note:** Version bump only for package @sap-ui/common-css
489
+
490
+ ## [0.39.3-rc.5](https://github.com/SAP/fundamental-styles/compare/v0.39.3-rc.4...v0.39.3-rc.5) (2025-04-10)
491
+
492
+ **Note:** Version bump only for package @sap-ui/common-css
493
+
494
+ ## [0.39.3-rc.4](https://github.com/SAP/fundamental-styles/compare/v0.39.3-rc.3...v0.39.3-rc.4) (2025-04-09)
495
+
496
+ **Note:** Version bump only for package @sap-ui/common-css
497
+
498
+ ## [0.39.3-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.39.3-rc.2...v0.39.3-rc.3) (2025-04-09)
499
+
500
+ **Note:** Version bump only for package @sap-ui/common-css
501
+
502
+ ## [0.39.3-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.39.3-rc.1...v0.39.3-rc.2) (2025-04-09)
503
+
504
+ **Note:** Version bump only for package @sap-ui/common-css
505
+
506
+ ## [0.39.3-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.39.3-rc.0...v0.39.3-rc.1) (2025-04-09)
507
+
508
+ **Note:** Version bump only for package @sap-ui/common-css
509
+
510
+ ## [0.39.3-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.39.2...v0.39.3-rc.0) (2025-04-09)
511
+
512
+ **Note:** Version bump only for package @sap-ui/common-css
513
+
514
+ ## [0.39.2](https://github.com/SAP/fundamental-styles/compare/v0.39.2-rc.6...v0.39.2) (2025-03-31)
515
+
516
+ **Note:** Version bump only for package @sap-ui/common-css
517
+
518
+ ## [0.39.2-rc.6](https://github.com/SAP/fundamental-styles/compare/v0.39.2-rc.5...v0.39.2-rc.6) (2025-03-31)
519
+
520
+ **Note:** Version bump only for package @sap-ui/common-css
521
+
522
+ ## [0.39.2-rc.5](https://github.com/SAP/fundamental-styles/compare/v0.39.2-rc.3...v0.39.2-rc.5) (2025-03-31)
523
+
524
+ **Note:** Version bump only for package @sap-ui/common-css
525
+
526
+ ## [0.39.2-rc.4](https://github.com/SAP/fundamental-styles/compare/v0.39.2-rc.3...v0.39.2-rc.4) (2025-03-30)
527
+
528
+ **Note:** Version bump only for package @sap-ui/common-css
529
+
530
+ ## [0.39.2-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.39.2-rc.2...v0.39.2-rc.3) (2025-03-25)
531
+
532
+ **Note:** Version bump only for package @sap-ui/common-css
533
+
534
+ ## [0.39.2-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.39.2-rc.1...v0.39.2-rc.2) (2025-03-25)
535
+
536
+ **Note:** Version bump only for package @sap-ui/common-css
537
+
538
+ ## [0.39.2-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.39.2-rc.0...v0.39.2-rc.1) (2025-03-24)
539
+
540
+ **Note:** Version bump only for package @sap-ui/common-css
541
+
542
+ ## [0.39.2-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.39.1...v0.39.2-rc.0) (2025-03-21)
543
+
544
+ **Note:** Version bump only for package @sap-ui/common-css
545
+
546
+ ## [0.39.1](https://github.com/SAP/fundamental-styles/compare/v0.39.1-rc.8...v0.39.1) (2025-03-21)
547
+
548
+ **Note:** Version bump only for package @sap-ui/common-css
549
+
550
+ ## [0.39.1-rc.8](https://github.com/SAP/fundamental-styles/compare/v0.39.1-rc.7...v0.39.1-rc.8) (2025-03-21)
551
+
552
+ **Note:** Version bump only for package @sap-ui/common-css
553
+
554
+ ## [0.39.1-rc.7](https://github.com/SAP/fundamental-styles/compare/v0.39.1-rc.6...v0.39.1-rc.7) (2025-03-20)
555
+
556
+ **Note:** Version bump only for package @sap-ui/common-css
557
+
558
+ ## [0.39.1-rc.6](https://github.com/SAP/fundamental-styles/compare/v0.39.1-rc.5...v0.39.1-rc.6) (2025-03-20)
559
+
560
+ **Note:** Version bump only for package @sap-ui/common-css
561
+
562
+ ## [0.39.1-rc.5](https://github.com/SAP/fundamental-styles/compare/v0.39.1-rc.4...v0.39.1-rc.5) (2025-03-19)
563
+
564
+ **Note:** Version bump only for package @sap-ui/common-css
565
+
566
+ ## [0.39.1-rc.4](https://github.com/SAP/fundamental-styles/compare/v0.39.1-rc.3...v0.39.1-rc.4) (2025-03-18)
567
+
568
+ **Note:** Version bump only for package @sap-ui/common-css
569
+
570
+ ## [0.39.1-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.39.1-rc.2...v0.39.1-rc.3) (2025-03-14)
571
+
572
+ **Note:** Version bump only for package @sap-ui/common-css
573
+
574
+ ## [0.39.1-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.39.1-rc.1...v0.39.1-rc.2) (2025-03-14)
575
+
576
+ **Note:** Version bump only for package @sap-ui/common-css
577
+
578
+ ## [0.39.1-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.39.1-rc.0...v0.39.1-rc.1) (2025-03-07)
579
+
580
+ **Note:** Version bump only for package @sap-ui/common-css
581
+
582
+ ## [0.39.1-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.39.0...v0.39.1-rc.0) (2025-03-07)
583
+
584
+ **Note:** Version bump only for package @sap-ui/common-css
585
+
586
+ # [0.39.0](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.74...v0.39.0) (2025-03-07)
587
+
588
+ **Note:** Version bump only for package @sap-ui/common-css
589
+
590
+ # [0.39.0-rc.74](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.73...v0.39.0-rc.74) (2025-03-06)
591
+
592
+ **Note:** Version bump only for package @sap-ui/common-css
593
+
594
+ # [0.39.0-rc.73](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.72...v0.39.0-rc.73) (2025-03-06)
595
+
596
+ **Note:** Version bump only for package @sap-ui/common-css
597
+
598
+ # [0.39.0-rc.72](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.71...v0.39.0-rc.72) (2025-03-06)
599
+
600
+ **Note:** Version bump only for package @sap-ui/common-css
601
+
602
+ # [0.39.0-rc.71](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.70...v0.39.0-rc.71) (2025-03-06)
603
+
604
+ ### Bug Fixes
605
+
606
+ - **common-css:** migrate sass import [ci visual] ([#5964](https://github.com/SAP/fundamental-styles/issues/5964)) ([8aa98f6](https://github.com/SAP/fundamental-styles/commit/8aa98f6bea9393911147ef373b7273e588fb779d))
607
+
608
+ # [0.39.0-rc.70](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.69...v0.39.0-rc.70) (2025-03-01)
609
+
610
+ **Note:** Version bump only for package @sap-ui/common-css
611
+
612
+ # [0.39.0-rc.69](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.68...v0.39.0-rc.69) (2025-02-27)
613
+
614
+ **Note:** Version bump only for package @sap-ui/common-css
615
+
616
+ # [0.39.0-rc.68](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.67...v0.39.0-rc.68) (2025-02-26)
617
+
618
+ **Note:** Version bump only for package @sap-ui/common-css
619
+
620
+ # [0.39.0-rc.67](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.66...v0.39.0-rc.67) (2025-02-26)
621
+
622
+ **Note:** Version bump only for package @sap-ui/common-css
623
+
624
+ # [0.39.0-rc.66](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.65...v0.39.0-rc.66) (2025-02-21)
625
+
626
+ **Note:** Version bump only for package @sap-ui/common-css
627
+
628
+ # [0.39.0-rc.65](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.64...v0.39.0-rc.65) (2025-02-18)
629
+
630
+ **Note:** Version bump only for package @sap-ui/common-css
631
+
632
+ # [0.39.0-rc.64](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.63...v0.39.0-rc.64) (2025-02-17)
633
+
634
+ **Note:** Version bump only for package @sap-ui/common-css
635
+
636
+ # [0.39.0-rc.63](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.62...v0.39.0-rc.63) (2025-02-17)
637
+
638
+ **Note:** Version bump only for package @sap-ui/common-css
639
+
640
+ # [0.39.0-rc.62](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.61...v0.39.0-rc.62) (2025-02-17)
641
+
642
+ **Note:** Version bump only for package @sap-ui/common-css
643
+
644
+ # [0.39.0-rc.61](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.60...v0.39.0-rc.61) (2025-02-14)
645
+
646
+ **Note:** Version bump only for package @sap-ui/common-css
647
+
648
+ # [0.39.0-rc.60](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.59...v0.39.0-rc.60) (2025-02-14)
649
+
650
+ **Note:** Version bump only for package @sap-ui/common-css
651
+
652
+ # [0.39.0-rc.59](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.58...v0.39.0-rc.59) (2025-02-13)
653
+
654
+ **Note:** Version bump only for package @sap-ui/common-css
655
+
656
+ # [0.39.0-rc.58](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.57...v0.39.0-rc.58) (2025-02-10)
657
+
658
+ **Note:** Version bump only for package @sap-ui/common-css
659
+
660
+ # [0.39.0-rc.57](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.56...v0.39.0-rc.57) (2025-02-05)
661
+
662
+ **Note:** Version bump only for package @sap-ui/common-css
663
+
664
+ # [0.39.0-rc.56](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.55...v0.39.0-rc.56) (2025-02-02)
665
+
666
+ **Note:** Version bump only for package @sap-ui/common-css
667
+
668
+ # [0.39.0-rc.55](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.54...v0.39.0-rc.55) (2025-02-02)
669
+
670
+ **Note:** Version bump only for package @sap-ui/common-css
671
+
672
+ # [0.39.0-rc.54](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.53...v0.39.0-rc.54) (2025-02-02)
673
+
674
+ **Note:** Version bump only for package @sap-ui/common-css
675
+
676
+ # [0.39.0-rc.53](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.52...v0.39.0-rc.53) (2025-02-02)
677
+
678
+ **Note:** Version bump only for package @sap-ui/common-css
679
+
680
+ # [0.39.0-rc.52](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.51...v0.39.0-rc.52) (2025-02-01)
681
+
682
+ **Note:** Version bump only for package @sap-ui/common-css
683
+
684
+ # [0.39.0-rc.51](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.50...v0.39.0-rc.51) (2025-02-01)
685
+
686
+ **Note:** Version bump only for package @sap-ui/common-css
687
+
688
+ # [0.39.0-rc.50](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.49...v0.39.0-rc.50) (2025-02-01)
689
+
690
+ **Note:** Version bump only for package @sap-ui/common-css
691
+
692
+ # [0.39.0-rc.49](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.48...v0.39.0-rc.49) (2025-02-01)
693
+
694
+ **Note:** Version bump only for package @sap-ui/common-css
695
+
696
+ # [0.39.0-rc.48](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.47...v0.39.0-rc.48) (2025-01-16)
697
+
698
+ **Note:** Version bump only for package @sap-ui/common-css
699
+
700
+ # [0.39.0-rc.47](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.46...v0.39.0-rc.47) (2025-01-16)
701
+
702
+ **Note:** Version bump only for package @sap-ui/common-css
703
+
704
+ # [0.39.0-rc.46](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.45...v0.39.0-rc.46) (2024-12-23)
705
+
706
+ **Note:** Version bump only for package @sap-ui/common-css
707
+
708
+ # [0.39.0-rc.45](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.44...v0.39.0-rc.45) (2024-12-23)
709
+
710
+ **Note:** Version bump only for package @sap-ui/common-css
711
+
712
+ # [0.39.0-rc.44](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.43...v0.39.0-rc.44) (2024-12-17)
713
+
714
+ **Note:** Version bump only for package @sap-ui/common-css
715
+
716
+ # [0.39.0-rc.43](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.42...v0.39.0-rc.43) (2024-12-17)
717
+
718
+ **Note:** Version bump only for package @sap-ui/common-css
719
+
720
+ # [0.39.0-rc.42](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.41...v0.39.0-rc.42) (2024-12-17)
721
+
722
+ **Note:** Version bump only for package @sap-ui/common-css
723
+
724
+ # [0.39.0-rc.41](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.40...v0.39.0-rc.41) (2024-12-17)
725
+
726
+ **Note:** Version bump only for package @sap-ui/common-css
727
+
728
+ # [0.39.0-rc.40](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.39...v0.39.0-rc.40) (2024-12-17)
729
+
730
+ **Note:** Version bump only for package @sap-ui/common-css
731
+
732
+ # [0.39.0-rc.39](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.38...v0.39.0-rc.39) (2024-12-17)
733
+
734
+ **Note:** Version bump only for package @sap-ui/common-css
735
+
736
+ # [0.39.0-rc.38](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.37...v0.39.0-rc.38) (2024-12-17)
737
+
738
+ **Note:** Version bump only for package @sap-ui/common-css
739
+
740
+ # [0.39.0-rc.37](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.36...v0.39.0-rc.37) (2024-12-14)
741
+
742
+ **Note:** Version bump only for package @sap-ui/common-css
743
+
744
+ # [0.39.0-rc.36](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.35...v0.39.0-rc.36) (2024-12-14)
745
+
746
+ **Note:** Version bump only for package @sap-ui/common-css
747
+
748
+ # [0.39.0-rc.35](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.34...v0.39.0-rc.35) (2024-12-03)
749
+
750
+ **Note:** Version bump only for package @sap-ui/common-css
751
+
752
+ # [0.39.0-rc.34](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.33...v0.39.0-rc.34) (2024-12-02)
753
+
754
+ **Note:** Version bump only for package @sap-ui/common-css
755
+
756
+ # [0.39.0-rc.33](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.32...v0.39.0-rc.33) (2024-11-29)
757
+
758
+ **Note:** Version bump only for package @sap-ui/common-css
759
+
760
+ # [0.39.0-rc.32](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.31...v0.39.0-rc.32) (2024-11-28)
761
+
762
+ **Note:** Version bump only for package @sap-ui/common-css
763
+
764
+ # [0.39.0-rc.31](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.30...v0.39.0-rc.31) (2024-11-28)
765
+
766
+ **Note:** Version bump only for package @sap-ui/common-css
767
+
768
+ # [0.39.0-rc.30](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.29...v0.39.0-rc.30) (2024-11-26)
769
+
770
+ **Note:** Version bump only for package @sap-ui/common-css
771
+
772
+ # [0.39.0-rc.29](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.28...v0.39.0-rc.29) (2024-11-26)
773
+
774
+ **Note:** Version bump only for package @sap-ui/common-css
775
+
776
+ # [0.39.0-rc.28](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.27...v0.39.0-rc.28) (2024-11-26)
777
+
778
+ **Note:** Version bump only for package @sap-ui/common-css
779
+
780
+ # [0.39.0-rc.27](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.26...v0.39.0-rc.27) (2024-11-26)
781
+
782
+ **Note:** Version bump only for package @sap-ui/common-css
783
+
784
+ # [0.39.0-rc.26](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.25...v0.39.0-rc.26) (2024-11-25)
785
+
786
+ **Note:** Version bump only for package @sap-ui/common-css
787
+
788
+ # [0.39.0-rc.25](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.24...v0.39.0-rc.25) (2024-11-20)
789
+
790
+ **Note:** Version bump only for package @sap-ui/common-css
791
+
792
+ # [0.39.0-rc.24](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.23...v0.39.0-rc.24) (2024-11-20)
793
+
794
+ **Note:** Version bump only for package @sap-ui/common-css
795
+
796
+ # [0.39.0-rc.23](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.22...v0.39.0-rc.23) (2024-11-18)
797
+
798
+ **Note:** Version bump only for package @sap-ui/common-css
799
+
800
+ # [0.39.0-rc.22](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.21...v0.39.0-rc.22) (2024-11-15)
801
+
802
+ **Note:** Version bump only for package @sap-ui/common-css
803
+
804
+ # [0.39.0-rc.21](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.20...v0.39.0-rc.21) (2024-11-12)
805
+
806
+ **Note:** Version bump only for package @sap-ui/common-css
807
+
808
+ # [0.39.0-rc.20](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.19...v0.39.0-rc.20) (2024-11-11)
809
+
810
+ **Note:** Version bump only for package @sap-ui/common-css
811
+
812
+ # [0.39.0-rc.19](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.18...v0.39.0-rc.19) (2024-11-08)
813
+
814
+ **Note:** Version bump only for package @sap-ui/common-css
815
+
816
+ # [0.39.0-rc.18](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.17...v0.39.0-rc.18) (2024-11-08)
817
+
818
+ **Note:** Version bump only for package @sap-ui/common-css
819
+
820
+ # [0.39.0-rc.17](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.16...v0.39.0-rc.17) (2024-11-08)
821
+
822
+ **Note:** Version bump only for package @sap-ui/common-css
823
+
824
+ # [0.39.0-rc.16](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.15...v0.39.0-rc.16) (2024-11-03)
825
+
826
+ **Note:** Version bump only for package @sap-ui/common-css
827
+
828
+ # [0.39.0-rc.15](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.14...v0.39.0-rc.15) (2024-11-01)
829
+
830
+ **Note:** Version bump only for package @sap-ui/common-css
831
+
832
+ # [0.39.0-rc.14](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.13...v0.39.0-rc.14) (2024-11-01)
833
+
834
+ **Note:** Version bump only for package @sap-ui/common-css
835
+
836
+ # [0.39.0-rc.13](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.12...v0.39.0-rc.13) (2024-10-31)
837
+
838
+ **Note:** Version bump only for package @sap-ui/common-css
839
+
840
+ # [0.39.0-rc.12](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.11...v0.39.0-rc.12) (2024-10-31)
841
+
842
+ **Note:** Version bump only for package @sap-ui/common-css
843
+
844
+ # [0.39.0-rc.11](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.10...v0.39.0-rc.11) (2024-10-31)
845
+
846
+ **Note:** Version bump only for package @sap-ui/common-css
847
+
848
+ # [0.39.0-rc.10](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.9...v0.39.0-rc.10) (2024-10-28)
849
+
850
+ **Note:** Version bump only for package @sap-ui/common-css
851
+
852
+ # [0.39.0-rc.9](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.8...v0.39.0-rc.9) (2024-10-28)
853
+
854
+ **Note:** Version bump only for package @sap-ui/common-css
855
+
856
+ # [0.39.0-rc.8](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.7...v0.39.0-rc.8) (2024-10-28)
857
+
858
+ **Note:** Version bump only for package @sap-ui/common-css
859
+
860
+ # [0.39.0-rc.7](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.6...v0.39.0-rc.7) (2024-10-21)
861
+
862
+ **Note:** Version bump only for package @sap-ui/common-css
863
+
864
+ # [0.39.0-rc.6](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.5...v0.39.0-rc.6) (2024-10-15)
865
+
866
+ **Note:** Version bump only for package @sap-ui/common-css
867
+
868
+ # [0.39.0-rc.5](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.4...v0.39.0-rc.5) (2024-10-08)
869
+
870
+ **Note:** Version bump only for package @sap-ui/common-css
871
+
872
+ # [0.39.0-rc.4](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.3...v0.39.0-rc.4) (2024-10-07)
873
+
874
+ **Note:** Version bump only for package @sap-ui/common-css
875
+
876
+ # [0.39.0-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.2...v0.39.0-rc.3) (2024-10-04)
877
+
878
+ **Note:** Version bump only for package @sap-ui/common-css
879
+
880
+ # [0.39.0-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.1...v0.39.0-rc.2) (2024-10-04)
881
+
882
+ **Note:** Version bump only for package @sap-ui/common-css
883
+
884
+ # [0.39.0-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.39.0-rc.0...v0.39.0-rc.1) (2024-10-04)
885
+
886
+ **Note:** Version bump only for package @sap-ui/common-css
887
+
888
+ # [0.39.0-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.38.0...v0.39.0-rc.0) (2024-10-03)
889
+
890
+ **Note:** Version bump only for package @sap-ui/common-css
891
+
892
+ # [0.38.0](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.7...v0.38.0) (2024-10-02)
893
+
894
+ **Note:** Version bump only for package @sap-ui/common-css
895
+
896
+ # [0.38.0-rc.7](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.6...v0.38.0-rc.7) (2024-09-30)
897
+
898
+ **Note:** Version bump only for package @sap-ui/common-css
899
+
900
+ # [0.38.0-rc.6](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.5...v0.38.0-rc.6) (2024-09-27)
901
+
902
+ **Note:** Version bump only for package @sap-ui/common-css
903
+
904
+ # [0.38.0-rc.5](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.4...v0.38.0-rc.5) (2024-09-20)
905
+
906
+ **Note:** Version bump only for package @sap-ui/common-css
907
+
908
+ # [0.38.0-rc.4](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.3...v0.38.0-rc.4) (2024-09-18)
909
+
910
+ **Note:** Version bump only for package @sap-ui/common-css
911
+
912
+ # [0.38.0-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.2...v0.38.0-rc.3) (2024-09-13)
913
+
914
+ **Note:** Version bump only for package @sap-ui/common-css
915
+
916
+ # [0.38.0-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.1...v0.38.0-rc.2) (2024-09-12)
917
+
918
+ **Note:** Version bump only for package @sap-ui/common-css
919
+
920
+ # [0.38.0-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.38.0-rc.0...v0.38.0-rc.1) (2024-09-10)
921
+
922
+ **Note:** Version bump only for package @sap-ui/common-css
923
+
924
+ # [0.38.0-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.37.9-rc.3...v0.38.0-rc.0) (2024-09-09)
925
+
926
+ **Note:** Version bump only for package @sap-ui/common-css
927
+
928
+ ## [0.37.9-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.37.9-rc.2...v0.37.9-rc.3) (2024-09-09)
929
+
930
+ **Note:** Version bump only for package @sap-ui/common-css
931
+
932
+ ## [0.37.9-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.37.9-rc.1...v0.37.9-rc.2) (2024-09-09)
933
+
934
+ **Note:** Version bump only for package @sap-ui/common-css
935
+
936
+ ## [0.37.9-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.37.9-rc.0...v0.37.9-rc.1) (2024-09-07)
937
+
938
+ **Note:** Version bump only for package @sap-ui/common-css
939
+
940
+ ## [0.37.9-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.37.8...v0.37.9-rc.0) (2024-09-06)
941
+
942
+ **Note:** Version bump only for package @sap-ui/common-css
943
+
944
+ ## [0.37.8](https://github.com/SAP/fundamental-styles/compare/v0.37.8-rc.4...v0.37.8) (2024-09-03)
945
+
946
+ **Note:** Version bump only for package @sap-ui/common-css
947
+
948
+ ## [0.37.8-rc.4](https://github.com/SAP/fundamental-styles/compare/v0.37.8-rc.3...v0.37.8-rc.4) (2024-08-30)
949
+
950
+ **Note:** Version bump only for package @sap-ui/common-css
951
+
952
+ ## [0.37.8-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.37.8-rc.2...v0.37.8-rc.3) (2024-08-30)
953
+
954
+ **Note:** Version bump only for package @sap-ui/common-css
955
+
956
+ ## [0.37.8-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.37.8-rc.1...v0.37.8-rc.2) (2024-08-29)
957
+
958
+ **Note:** Version bump only for package @sap-ui/common-css
959
+
960
+ ## [0.37.8-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.37.8-rc.0...v0.37.8-rc.1) (2024-08-28)
961
+
962
+ **Note:** Version bump only for package @sap-ui/common-css
963
+
964
+ ## [0.37.8-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.37.7...v0.37.8-rc.0) (2024-08-27)
965
+
966
+ **Note:** Version bump only for package @sap-ui/common-css
967
+
968
+ ## [0.37.7](https://github.com/SAP/fundamental-styles/compare/v0.37.7-rc.1...v0.37.7) (2024-08-27)
969
+
970
+ **Note:** Version bump only for package @sap-ui/common-css
971
+
972
+ ## [0.37.7-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.37.7-rc.0...v0.37.7-rc.1) (2024-08-27)
973
+
974
+ ### Bug Fixes
975
+
976
+ - **styles:** paddings and margins specificity [ci visual] ([#5594](https://github.com/SAP/fundamental-styles/issues/5594)) ([d65536d](https://github.com/SAP/fundamental-styles/commit/d65536daa95d3d416f37fb85eb025aba1cf55106))
977
+
978
+ ## [0.37.7-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.37.6...v0.37.7-rc.0) (2024-08-26)
979
+
980
+ **Note:** Version bump only for package @sap-ui/common-css
981
+
982
+ ## [0.37.6](https://github.com/SAP/fundamental-styles/compare/v0.37.6-rc.8...v0.37.6) (2024-08-24)
983
+
984
+ **Note:** Version bump only for package @sap-ui/common-css
985
+
986
+ ## [0.37.6-rc.8](https://github.com/SAP/fundamental-styles/compare/v0.37.6-rc.7...v0.37.6-rc.8) (2024-08-24)
987
+
988
+ **Note:** Version bump only for package @sap-ui/common-css
989
+
990
+ ## [0.37.6-rc.7](https://github.com/SAP/fundamental-styles/compare/v0.37.6-rc.6...v0.37.6-rc.7) (2024-08-24)
991
+
992
+ **Note:** Version bump only for package @sap-ui/common-css
993
+
994
+ ## [0.37.6-rc.6](https://github.com/SAP/fundamental-styles/compare/v0.37.6-rc.5...v0.37.6-rc.6) (2024-08-24)
995
+
996
+ **Note:** Version bump only for package @sap-ui/common-css
997
+
998
+ ## [0.37.6-rc.5](https://github.com/SAP/fundamental-styles/compare/v0.37.6-rc.4...v0.37.6-rc.5) (2024-08-24)
999
+
1000
+ **Note:** Version bump only for package @sap-ui/common-css
1001
+
1002
+ ## [0.37.6-rc.4](https://github.com/SAP/fundamental-styles/compare/v0.37.6-rc.3...v0.37.6-rc.4) (2024-08-22)
1003
+
1004
+ **Note:** Version bump only for package @sap-ui/common-css
1005
+
1006
+ ## [0.37.6-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.37.6-rc.2...v0.37.6-rc.3) (2024-08-22)
1007
+
1008
+ **Note:** Version bump only for package @sap-ui/common-css
1009
+
1010
+ ## [0.37.6-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.37.6-rc.1...v0.37.6-rc.2) (2024-08-22)
1011
+
1012
+ **Note:** Version bump only for package @sap-ui/common-css
1013
+
1014
+ ## [0.37.6-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.37.6-rc.0...v0.37.6-rc.1) (2024-08-22)
1015
+
1016
+ **Note:** Version bump only for package @sap-ui/common-css
1017
+
1018
+ ## [0.37.6-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.37.5...v0.37.6-rc.0) (2024-08-22)
1019
+
1020
+ **Note:** Version bump only for package @sap-ui/common-css
1021
+
1022
+ ## [0.37.5](https://github.com/SAP/fundamental-styles/compare/v0.37.5-rc.13...v0.37.5) (2024-08-21)
1023
+
1024
+ **Note:** Version bump only for package @sap-ui/common-css
1025
+
1026
+ ## [0.37.5-rc.13](https://github.com/SAP/fundamental-styles/compare/v0.37.5-rc.12...v0.37.5-rc.13) (2024-08-21)
1027
+
1028
+ **Note:** Version bump only for package @sap-ui/common-css
1029
+
1030
+ ## [0.37.5-rc.12](https://github.com/SAP/fundamental-styles/compare/v0.37.5-rc.11...v0.37.5-rc.12) (2024-08-21)
1031
+
1032
+ **Note:** Version bump only for package @sap-ui/common-css
1033
+
1034
+ ## [0.37.5-rc.11](https://github.com/SAP/fundamental-styles/compare/v0.37.5-rc.10...v0.37.5-rc.11) (2024-08-20)
1035
+
1036
+ **Note:** Version bump only for package @sap-ui/common-css
1037
+
1038
+ ## [0.37.5-rc.10](https://github.com/SAP/fundamental-styles/compare/v0.37.5-rc.9...v0.37.5-rc.10) (2024-08-16)
1039
+
1040
+ **Note:** Version bump only for package @sap-ui/common-css
1041
+
1042
+ ## [0.37.5-rc.9](https://github.com/SAP/fundamental-styles/compare/v0.37.5-rc.8...v0.37.5-rc.9) (2024-08-15)
1043
+
1044
+ **Note:** Version bump only for package @sap-ui/common-css
1045
+
1046
+ ## [0.37.5-rc.8](https://github.com/SAP/fundamental-styles/compare/v0.37.5-rc.7...v0.37.5-rc.8) (2024-08-14)
1047
+
1048
+ **Note:** Version bump only for package @sap-ui/common-css
1049
+
1050
+ ## [0.37.5-rc.7](https://github.com/SAP/fundamental-styles/compare/v0.37.5-rc.6...v0.37.5-rc.7) (2024-08-07)
1051
+
1052
+ **Note:** Version bump only for package @sap-ui/common-css
1053
+
1054
+ ## [0.37.5-rc.6](https://github.com/SAP/fundamental-styles/compare/v0.37.5-rc.5...v0.37.5-rc.6) (2024-08-06)
1055
+
1056
+ **Note:** Version bump only for package @sap-ui/common-css
1057
+
1058
+ ## [0.37.5-rc.5](https://github.com/SAP/fundamental-styles/compare/v0.37.5-rc.4...v0.37.5-rc.5) (2024-08-05)
1059
+
1060
+ **Note:** Version bump only for package @sap-ui/common-css
1061
+
1062
+ ## [0.37.5-rc.4](https://github.com/SAP/fundamental-styles/compare/v0.37.5-rc.3...v0.37.5-rc.4) (2024-07-31)
1063
+
1064
+ **Note:** Version bump only for package @sap-ui/common-css
1065
+
1066
+ ## [0.37.5-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.37.5-rc.2...v0.37.5-rc.3) (2024-07-30)
1067
+
1068
+ **Note:** Version bump only for package @sap-ui/common-css
1069
+
1070
+ ## [0.37.5-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.37.5-rc.1...v0.37.5-rc.2) (2024-07-29)
1071
+
1072
+ ### Bug Fixes
1073
+
1074
+ - **styles:** add margin and padding code optimization [ci visual] ([#5491](https://github.com/SAP/fundamental-styles/issues/5491)) ([5c80286](https://github.com/SAP/fundamental-styles/commit/5c802866779ce481263c76bc1133c60dc680f776))
1075
+
1076
+ ## [0.37.5-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.37.5-rc.0...v0.37.5-rc.1) (2024-07-20)
1077
+
1078
+ **Note:** Version bump only for package @sap-ui/common-css
1079
+
1080
+ ## [0.37.5-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.37.4...v0.37.5-rc.0) (2024-07-19)
1081
+
1082
+ **Note:** Version bump only for package @sap-ui/common-css
1083
+
1084
+ ## [0.37.4](https://github.com/SAP/fundamental-styles/compare/v0.37.4-rc.0...v0.37.4) (2024-07-19)
1085
+
1086
+ **Note:** Version bump only for package @sap-ui/common-css
1087
+
1088
+ ## [0.37.4-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.37.3...v0.37.4-rc.0) (2024-07-19)
1089
+
1090
+ **Note:** Version bump only for package @sap-ui/common-css
1091
+
1092
+ ## [0.37.3](https://github.com/SAP/fundamental-styles/compare/v0.37.3-rc.0...v0.37.3) (2024-07-18)
1093
+
1094
+ **Note:** Version bump only for package @sap-ui/common-css
1095
+
1096
+ ## [0.37.3-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.37.2...v0.37.3-rc.0) (2024-07-18)
1097
+
1098
+ **Note:** Version bump only for package @sap-ui/common-css
1099
+
1100
+ ## [0.37.2](https://github.com/SAP/fundamental-styles/compare/v0.37.2-rc.3...v0.37.2) (2024-07-16)
1101
+
1102
+ **Note:** Version bump only for package @sap-ui/common-css
1103
+
1104
+ ## [0.37.2-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.37.2-rc.2...v0.37.2-rc.3) (2024-07-16)
1105
+
1106
+ **Note:** Version bump only for package @sap-ui/common-css
1107
+
1108
+ ## [0.37.2-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.37.2-rc.1...v0.37.2-rc.2) (2024-07-15)
1109
+
1110
+ **Note:** Version bump only for package @sap-ui/common-css
1111
+
1112
+ ## [0.37.2-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.37.2-rc.0...v0.37.2-rc.1) (2024-07-11)
1113
+
1114
+ **Note:** Version bump only for package @sap-ui/common-css
1115
+
1116
+ ## [0.37.2-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.37.1...v0.37.2-rc.0) (2024-07-11)
1117
+
1118
+ ### Bug Fixes
1119
+
1120
+ - **common-css:** optimize paddings and margins usage [ci visual] ([#5490](https://github.com/SAP/fundamental-styles/issues/5490)) ([33804e2](https://github.com/SAP/fundamental-styles/commit/33804e21934507744f2837d219e1038f1d82bfba))
1121
+
1122
+ ## [0.37.1](https://github.com/SAP/fundamental-styles/compare/v0.37.1-rc.5...v0.37.1) (2024-07-11)
1123
+
1124
+ **Note:** Version bump only for package @sap-ui/common-css
1125
+
1126
+ ## [0.37.1-rc.5](https://github.com/SAP/fundamental-styles/compare/v0.37.1-rc.4...v0.37.1-rc.5) (2024-07-11)
1127
+
1128
+ **Note:** Version bump only for package @sap-ui/common-css
1129
+
1130
+ ## [0.37.1-rc.4](https://github.com/SAP/fundamental-styles/compare/v0.37.1-rc.3...v0.37.1-rc.4) (2024-07-08)
1131
+
1132
+ ### Features
1133
+
1134
+ - **common-css:** add data attribute to common css Text [ci visual] ([#5478](https://github.com/SAP/fundamental-styles/issues/5478)) ([1762d00](https://github.com/SAP/fundamental-styles/commit/1762d007ecbfa9b26e3bdfc26c51ffb5573f7d70))
1135
+
1136
+ ## [0.37.1-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.37.1-rc.2...v0.37.1-rc.3) (2024-07-05)
1137
+
1138
+ ### Features
1139
+
1140
+ - **common-css:** add Titles to Common CSS package [ci visual] ([#5455](https://github.com/SAP/fundamental-styles/issues/5455)) ([1c532e9](https://github.com/SAP/fundamental-styles/commit/1c532e93b45b7c6352eb9734e64adc2e613dd290))
1141
+
1142
+ ## [0.37.1-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.37.1-rc.1...v0.37.1-rc.2) (2024-07-04)
1143
+
1144
+ **Note:** Version bump only for package @sap-ui/common-css
1145
+
1146
+ ## [0.37.1-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.37.1-rc.0...v0.37.1-rc.1) (2024-07-04)
1147
+
1148
+ **Note:** Version bump only for package @sap-ui/common-css
1149
+
1150
+ ## [0.37.1-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.37.0...v0.37.1-rc.0) (2024-06-17)
1151
+
1152
+ **Note:** Version bump only for package @sap-ui/common-css
1153
+
1154
+ # [0.37.0](https://github.com/SAP/fundamental-styles/compare/v0.37.0-rc.0...v0.37.0) (2024-06-12)
1155
+
1156
+ **Note:** Version bump only for package @sap-ui/common-css
1157
+
1158
+ # [0.37.0-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.36.5...v0.37.0-rc.0) (2024-06-12)
1159
+
1160
+ **Note:** Version bump only for package @sap-ui/common-css
1161
+
1162
+ ## [0.36.5](https://github.com/SAP/fundamental-styles/compare/v0.36.5-rc.2...v0.36.5) (2024-06-12)
1163
+
1164
+ **Note:** Version bump only for package @sap-ui/common-css
1165
+
1166
+ ## [0.36.5-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.36.5-rc.1...v0.36.5-rc.2) (2024-06-12)
1167
+
1168
+ **Note:** Version bump only for package @sap-ui/common-css
1169
+
1170
+ ## [0.36.5-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.36.5-rc.0...v0.36.5-rc.1) (2024-06-11)
1171
+
1172
+ **Note:** Version bump only for package @sap-ui/common-css
1173
+
1174
+ ## [0.36.5-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.36.4...v0.36.5-rc.0) (2024-06-09)
1175
+
1176
+ **Note:** Version bump only for package @sap-ui/common-css
1177
+
1178
+ ## [0.36.4](https://github.com/SAP/fundamental-styles/compare/v0.36.4-rc.1...v0.36.4) (2024-05-30)
1179
+
1180
+ **Note:** Version bump only for package @sap-ui/common-css
1181
+
1182
+ ## [0.36.4-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.36.4-rc.0...v0.36.4-rc.1) (2024-05-30)
1183
+
1184
+ **Note:** Version bump only for package @sap-ui/common-css
1185
+
1186
+ ## [0.36.4-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.36.3...v0.36.4-rc.0) (2024-05-30)
1187
+
1188
+ **Note:** Version bump only for package @sap-ui/common-css
1189
+
1190
+ ## [0.36.3](https://github.com/SAP/fundamental-styles/compare/v0.36.3-rc.4...v0.36.3) (2024-05-29)
1191
+
1192
+ **Note:** Version bump only for package @sap-ui/common-css
1193
+
1194
+ ## [0.36.3-rc.4](https://github.com/SAP/fundamental-styles/compare/v0.36.3-rc.3...v0.36.3-rc.4) (2024-05-29)
1195
+
1196
+ **Note:** Version bump only for package @sap-ui/common-css
1197
+
1198
+ ## [0.36.3-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.36.3-rc.2...v0.36.3-rc.3) (2024-05-29)
1199
+
1200
+ **Note:** Version bump only for package @sap-ui/common-css
1201
+
1202
+ ## [0.36.3-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.36.3-rc.1...v0.36.3-rc.2) (2024-05-29)
1203
+
1204
+ **Note:** Version bump only for package @sap-ui/common-css
1205
+
1206
+ ## [0.36.3-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.36.3-rc.0...v0.36.3-rc.1) (2024-05-29)
1207
+
1208
+ **Note:** Version bump only for package @sap-ui/common-css
1209
+
1210
+ ## [0.36.3-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.36.2...v0.36.3-rc.0) (2024-05-29)
1211
+
1212
+ **Note:** Version bump only for package @sap-ui/common-css
1213
+
1214
+ ## [0.36.2](https://github.com/SAP/fundamental-styles/compare/v0.36.2-rc.0...v0.36.2) (2024-05-24)
1215
+
1216
+ **Note:** Version bump only for package @sap-ui/common-css
1217
+
1218
+ ## [0.36.2-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.36.1...v0.36.2-rc.0) (2024-05-24)
1219
+
1220
+ **Note:** Version bump only for package @sap-ui/common-css
1221
+
1222
+ ## [0.36.1](https://github.com/SAP/fundamental-styles/compare/v0.36.1-rc.2...v0.36.1) (2024-05-21)
1223
+
1224
+ **Note:** Version bump only for package @sap-ui/common-css
1225
+
1226
+ ## [0.36.1-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.36.1-rc.1...v0.36.1-rc.2) (2024-05-21)
1227
+
1228
+ **Note:** Version bump only for package @sap-ui/common-css
1229
+
1230
+ ## [0.36.1-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.36.1-rc.0...v0.36.1-rc.1) (2024-05-21)
1231
+
1232
+ ### Bug Fixes
1233
+
1234
+ - **styles,common-css:** replace global scss functions [ci visual] ([#5391](https://github.com/SAP/fundamental-styles/issues/5391)) ([58a1601](https://github.com/SAP/fundamental-styles/commit/58a16018b10c5572327390551a76abd8a7a817f1))
1235
+
1236
+ ## [0.36.1-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.36.0...v0.36.1-rc.0) (2024-05-21)
1237
+
1238
+ **Note:** Version bump only for package @sap-ui/common-css
1239
+
1240
+ # [0.36.0](https://github.com/SAP/fundamental-styles/compare/v0.36.0-rc.3...v0.36.0) (2024-05-14)
1241
+
1242
+ **Note:** Version bump only for package @sap-ui/common-css
1243
+
1244
+ # [0.36.0-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.36.0-rc.2...v0.36.0-rc.3) (2024-05-13)
1245
+
1246
+ **Note:** Version bump only for package @sap-ui/common-css
1247
+
1248
+ # [0.36.0-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.36.0-rc.1...v0.36.0-rc.2) (2024-05-10)
1249
+
1250
+ **Note:** Version bump only for package @sap-ui/common-css
1251
+
1252
+ # [0.36.0-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.36.0-rc.0...v0.36.0-rc.1) (2024-05-10)
1253
+
1254
+ **Note:** Version bump only for package @sap-ui/common-css
1255
+
1256
+ # [0.36.0-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.35.2-rc.1...v0.36.0-rc.0) (2024-05-07)
1257
+
1258
+ **Note:** Version bump only for package @sap-ui/common-css
1259
+
1260
+ ## [0.35.2-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.35.2-rc.0...v0.35.2-rc.1) (2024-05-02)
1261
+
1262
+ **Note:** Version bump only for package @sap-ui/common-css
1263
+
1264
+ ## [0.35.2-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.35.1...v0.35.2-rc.0) (2024-04-28)
1265
+
1266
+ **Note:** Version bump only for package @sap-ui/common-css
1267
+
1268
+ ## [0.35.1](https://github.com/SAP/fundamental-styles/compare/v0.35.1-rc.1...v0.35.1) (2024-04-23)
1269
+
1270
+ **Note:** Version bump only for package @sap-ui/common-css
1271
+
1272
+ ## [0.35.1-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.35.1-rc.0...v0.35.1-rc.1) (2024-04-23)
1273
+
1274
+ **Note:** Version bump only for package @sap-ui/common-css
1275
+
1276
+ ## [0.35.1-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.35.0...v0.35.1-rc.0) (2024-04-23)
1277
+
1278
+ **Note:** Version bump only for package @sap-ui/common-css
1279
+
1280
+ # [0.35.0](https://github.com/SAP/fundamental-styles/compare/v0.35.0-rc.13...v0.35.0) (2024-04-18)
1281
+
1282
+ **Note:** Version bump only for package @sap-ui/common-css
1283
+
1284
+ # [0.35.0-rc.13](https://github.com/SAP/fundamental-styles/compare/v0.35.0-rc.12...v0.35.0-rc.13) (2024-04-18)
1285
+
1286
+ **Note:** Version bump only for package @sap-ui/common-css
1287
+
1288
+ # [0.35.0-rc.12](https://github.com/SAP/fundamental-styles/compare/v0.35.0-rc.11...v0.35.0-rc.12) (2024-04-18)
1289
+
1290
+ **Note:** Version bump only for package @sap-ui/common-css
1291
+
1292
+ # [0.35.0-rc.11](https://github.com/SAP/fundamental-styles/compare/v0.35.0-rc.10...v0.35.0-rc.11) (2024-04-17)
1293
+
1294
+ **Note:** Version bump only for package @sap-ui/common-css
1295
+
1296
+ # [0.35.0-rc.10](https://github.com/SAP/fundamental-styles/compare/v0.35.0-rc.9...v0.35.0-rc.10) (2024-04-17)
1297
+
1298
+ **Note:** Version bump only for package @sap-ui/common-css
1299
+
1300
+ # [0.35.0-rc.9](https://github.com/SAP/fundamental-styles/compare/v0.35.0-rc.8...v0.35.0-rc.9) (2024-04-07)
1301
+
1302
+ **Note:** Version bump only for package @sap-ui/common-css
1303
+
1304
+ # [0.35.0-rc.8](https://github.com/SAP/fundamental-styles/compare/v0.35.0-rc.7...v0.35.0-rc.8) (2024-04-07)
1305
+
1306
+ **Note:** Version bump only for package @sap-ui/common-css
1307
+
1308
+ # [0.35.0-rc.7](https://github.com/SAP/fundamental-styles/compare/v0.35.0-rc.6...v0.35.0-rc.7) (2024-04-07)
1309
+
1310
+ **Note:** Version bump only for package @sap-ui/common-css
1311
+
1312
+ # [0.35.0-rc.6](https://github.com/SAP/fundamental-styles/compare/v0.35.0-rc.5...v0.35.0-rc.6) (2024-04-05)
1313
+
1314
+ **Note:** Version bump only for package @sap-ui/common-css
1315
+
1316
+ # [0.35.0-rc.5](https://github.com/SAP/fundamental-styles/compare/v0.35.0-rc.4...v0.35.0-rc.5) (2024-04-04)
1317
+
1318
+ **Note:** Version bump only for package @sap-ui/common-css
1319
+
1320
+ # [0.35.0-rc.4](https://github.com/SAP/fundamental-styles/compare/v0.35.0-rc.3...v0.35.0-rc.4) (2024-04-04)
1321
+
1322
+ **Note:** Version bump only for package @sap-ui/common-css
1323
+
1324
+ # [0.35.0-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.35.0-rc.2...v0.35.0-rc.3) (2024-04-04)
1325
+
1326
+ **Note:** Version bump only for package @sap-ui/common-css
1327
+
1328
+ # [0.35.0-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.35.0-rc.1...v0.35.0-rc.2) (2024-04-04)
1329
+
1330
+ **Note:** Version bump only for package @sap-ui/common-css
1331
+
1332
+ # [0.35.0-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.35.0-rc.0...v0.35.0-rc.1) (2024-03-29)
1333
+
1334
+ **Note:** Version bump only for package @sap-ui/common-css
1335
+
1336
+ # [0.35.0-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.34.1-rc.4...v0.35.0-rc.0) (2024-03-26)
1337
+
1338
+ **Note:** Version bump only for package @sap-ui/common-css
1339
+
1340
+ ## [0.34.1-rc.4](https://github.com/SAP/fundamental-styles/compare/v0.34.1-rc.3...v0.34.1-rc.4) (2024-03-26)
1341
+
1342
+ **Note:** Version bump only for package @sap-ui/common-css
1343
+
1344
+ ## [0.34.1-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.34.1-rc.2...v0.34.1-rc.3) (2024-03-26)
1345
+
1346
+ **Note:** Version bump only for package @sap-ui/common-css
1347
+
1348
+ ## [0.34.1-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.34.1-rc.1...v0.34.1-rc.2) (2024-03-26)
1349
+
1350
+ **Note:** Version bump only for package @sap-ui/common-css
1351
+
1352
+ ## [0.34.1-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.34.1-rc.0...v0.34.1-rc.1) (2024-03-25)
1353
+
1354
+ **Note:** Version bump only for package @sap-ui/common-css
1355
+
1356
+ ## [0.34.1-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.34.0...v0.34.1-rc.0) (2024-03-24)
1357
+
1358
+ **Note:** Version bump only for package @sap-ui/common-css
1359
+
1360
+ # [0.34.0](https://github.com/SAP/fundamental-styles/compare/v0.34.0-rc.9...v0.34.0) (2024-03-21)
1361
+
1362
+ **Note:** Version bump only for package @sap-ui/common-css
1363
+
1364
+ # [0.34.0-rc.9](https://github.com/SAP/fundamental-styles/compare/v0.34.0-rc.8...v0.34.0-rc.9) (2024-03-20)
1365
+
1366
+ **Note:** Version bump only for package @sap-ui/common-css
1367
+
1368
+ # [0.34.0-rc.8](https://github.com/SAP/fundamental-styles/compare/v0.34.0-rc.7...v0.34.0-rc.8) (2024-03-20)
1369
+
1370
+ **Note:** Version bump only for package @sap-ui/common-css
1371
+
1372
+ # [0.34.0-rc.7](https://github.com/SAP/fundamental-styles/compare/v0.34.0-rc.6...v0.34.0-rc.7) (2024-03-15)
1373
+
1374
+ **Note:** Version bump only for package @sap-ui/common-css
1375
+
1376
+ # [0.34.0-rc.6](https://github.com/SAP/fundamental-styles/compare/v0.34.0-rc.5...v0.34.0-rc.6) (2024-03-14)
1377
+
1378
+ **Note:** Version bump only for package @sap-ui/common-css
1379
+
1380
+ # [0.34.0-rc.5](https://github.com/SAP/fundamental-styles/compare/v0.34.0-rc.4...v0.34.0-rc.5) (2024-03-13)
1381
+
1382
+ **Note:** Version bump only for package @sap-ui/common-css
1383
+
1384
+ # [0.34.0-rc.4](https://github.com/SAP/fundamental-styles/compare/v0.34.0-rc.3...v0.34.0-rc.4) (2024-03-13)
1385
+
1386
+ **Note:** Version bump only for package @sap-ui/common-css
1387
+
1388
+ # [0.34.0-rc.3](https://github.com/SAP/fundamental-styles/compare/v0.34.0-rc.2...v0.34.0-rc.3) (2024-03-12)
1389
+
1390
+ **Note:** Version bump only for package @sap-ui/common-css
1391
+
1392
+ # [0.34.0-rc.2](https://github.com/SAP/fundamental-styles/compare/v0.34.0-rc.1...v0.34.0-rc.2) (2024-03-11)
1393
+
1394
+ **Note:** Version bump only for package @sap-ui/common-css
1395
+
1396
+ # [0.34.0-rc.1](https://github.com/SAP/fundamental-styles/compare/v0.34.0-rc.0...v0.34.0-rc.1) (2024-03-11)
1397
+
1398
+ **Note:** Version bump only for package @sap-ui/common-css
1399
+
1400
+ # [0.34.0-rc.0](https://github.com/SAP/fundamental-styles/compare/v0.33.3-rc.21...v0.34.0-rc.0) (2024-03-05)
1401
+
1402
+ **Note:** Version bump only for package @sap-ui/common-css
1403
+
1404
+ ## [0.33.3-rc.21](https://github.com/SAP/fundamental-styles/compare/v0.33.3-rc.20...v0.33.3-rc.21) (2024-03-05)
1405
+
1406
+ **Note:** Version bump only for package @sap-ui/common-css
1407
+
1408
+ ## [0.33.3-rc.20](https://github.com/SAP/fundamental-styles/compare/v0.33.3-rc.19...v0.33.3-rc.20) (2024-02-28)
1409
+
1410
+ **Note:** Version bump only for package @sap-ui/common-css
1411
+
1412
+ ## [0.33.3-rc.19](https://github.com/SAP/fundamental-styles/compare/v0.33.3-rc.18...v0.33.3-rc.19) (2024-02-26)
1413
+
1414
+ **Note:** Version bump only for package @sap-ui/common-css
1415
+
1416
+ ## [0.33.3-rc.18](https://github.com/SAP/fundamental-styles/compare/v0.33.3-rc.17...v0.33.3-rc.18) (2024-02-26)
1417
+
1418
+ **Note:** Version bump only for package @sap-ui/common-css
1419
+
1420
+ ## [0.33.3-rc.17](https://github.com/SAP/fundamental-styles/compare/v0.33.3-rc.16...v0.33.3-rc.17) (2024-02-17)
1421
+
1422
+ **Note:** Version bump only for package @sap-ui/common-css
1423
+
1424
+ ## [0.33.3-rc.16](https://github.com/SAP/fundamental-styles/compare/v0.33.3-rc.15...v0.33.3-rc.16) (2024-02-16)
1425
+
1426
+ **Note:** Version bump only for package @sap-ui/common-css
1427
+
1428
+ ## [0.33.3-rc.15](https://github.com/SAP/fundamental-styles/compare/v0.33.3-rc.14...v0.33.3-rc.15) (2024-02-15)
1429
+
1430
+ **Note:** Version bump only for package @sap-ui/common-css
1431
+
1432
+ ## [0.33.3-rc.14](https://github.com/SAP/fundamental-styles/compare/v0.33.3-rc.13...v0.33.3-rc.14) (2024-02-12)
1433
+
1434
+ **Note:** Version bump only for package @sap-ui/common-css
1435
+
1436
+ ## [0.33.3-rc.13](https://github.com/SAP/fundamental-styles/compare/v0.33.3-rc.12...v0.33.3-rc.13) (2024-02-12)
1437
+
1438
+ **Note:** Version bump only for package @sap-ui/common-css
1439
+
1440
+ ## [0.33.3-rc.12](https://github.com/SAP/fundamental-styles/compare/v0.33.3-rc.11...v0.33.3-rc.12) (2024-02-11)
1441
+
1442
+ **Note:** Version bump only for package @sap-ui/common-css
1443
+
1444
+ ## [0.33.3-rc.11](https://github.com/SAP/fundamental-styles/compare/v0.33.3-rc.10...v0.33.3-rc.11) (2024-02-10)
1445
+
1446
+ **Note:** Version bump only for package @sap-ui/common-css
1447
+
1448
+ ## [0.33.3-rc.10](https://github.com/SAP/fundamental-styles/compare/v0.33.3-rc.9...v0.33.3-rc.10) (2024-02-09)
1449
+
1450
+ **Note:** Version bump only for package @sap-ui/common-css