@aleph-alpha/config-css 0.19.0 → 0.21.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 +2 -4
- package/CHANGELOG.md +81 -1050
- package/README.md +3 -2
- package/customization.md +32 -11
- package/dist/index.js +1868 -389
- package/eslint.config.mjs +20 -0
- package/package.json +3 -3
- package/src/index.ts +2 -2
- package/tokens.json +1 -1
- package/tsconfig.json +7 -8
- package/eslint.config.js +0 -25
package/CHANGELOG.md
CHANGED
|
@@ -5,85 +5,90 @@
|
|
|
5
5
|
- Updated config-prettier to 0.3.117
|
|
6
6
|
- Updated config-eslint to 0.3.183
|
|
7
7
|
|
|
8
|
-
## [0.
|
|
8
|
+
## [0.21.0](https://github.com/Aleph-Alpha/frontend-hub/compare/config-css-preset-0.20.0...config-css-preset-0.21.0) (2026-03-16)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
9
12
|
|
|
13
|
+
* **config-eslint:** refactor(config-eslint): replace split config with composable flat config API ([d7f69f7](https://github.com/Aleph-Alpha/frontend-hub/commit/d7f69f72f629f86a0df41b067678e2117e88150f))
|
|
14
|
+
|
|
15
|
+
## [0.20.0](https://github.com/Aleph-Alpha/frontend-hub/compare/config-css-preset-0.19.0...config-css-preset-0.20.0) (2025-12-18)
|
|
10
16
|
|
|
11
17
|
### Features
|
|
12
18
|
|
|
13
|
-
|
|
19
|
+
- update all package lint-staged configs to prevent issue when running ([#36](https://github.com/Aleph-Alpha/frontend-hub/issues/36)) ([8c92326](https://github.com/Aleph-Alpha/frontend-hub/commit/8c92326ae8af83d91a81620ac42120a2feeae3d5))
|
|
20
|
+
|
|
21
|
+
## [0.19.0](https://github.com/Aleph-Alpha/frontend-hub/compare/config-css-preset-0.18.134...config-css-preset-0.19.0) (2025-12-11)
|
|
22
|
+
|
|
23
|
+
### Features
|
|
14
24
|
|
|
25
|
+
- **AST-3525:** fixing sidebar icon resize issues in Windows ([0aac4bc](https://github.com/Aleph-Alpha/frontend-hub/commit/0aac4bce4530aa7b193b16cefd37f31d02fab970))
|
|
15
26
|
|
|
16
27
|
### Bug Fixes
|
|
17
28
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
29
|
+
- **deps:** update dependency @tokens-studio/sd-transforms to v2.0.2 ([44d2e3f](https://github.com/Aleph-Alpha/frontend-hub/commit/44d2e3fecafa5507e7b0a30cd822ebaa61d1030d))
|
|
30
|
+
- **deps:** update dependency unocss-preset-animations to v1.3.0 ([0aa20b4](https://github.com/Aleph-Alpha/frontend-hub/commit/0aa20b48d3682ba8cae65c2725e41dfc94f562b5))
|
|
31
|
+
- **deps:** update unocss monorepo to v66.5.10 ([fdd9ed3](https://github.com/Aleph-Alpha/frontend-hub/commit/fdd9ed3b551eaa29347af11272706a07a71d5594))
|
|
32
|
+
- **deps:** update unocss monorepo to v66.5.3 ([7996966](https://github.com/Aleph-Alpha/frontend-hub/commit/7996966b3816c0a00ffbdc844c03faa750ff5325))
|
|
33
|
+
- **deps:** update unocss monorepo to v66.5.4 ([53eb1fb](https://github.com/Aleph-Alpha/frontend-hub/commit/53eb1fb37f633a3208ffb2067002d1dd22bb0435))
|
|
34
|
+
- **deps:** update unocss monorepo to v66.5.5 ([56a9c02](https://github.com/Aleph-Alpha/frontend-hub/commit/56a9c02db2c53412424b2d1e0566bd3e01026eeb))
|
|
35
|
+
- **deps:** update unocss monorepo to v66.5.6 ([dde3152](https://github.com/Aleph-Alpha/frontend-hub/commit/dde31523938f1892f57fd1dd07196f6207e2d9ef))
|
|
36
|
+
- **deps:** update unocss monorepo to v66.5.7 ([95a0453](https://github.com/Aleph-Alpha/frontend-hub/commit/95a04537ed1e833b2d513980bfb476d07110611f))
|
|
37
|
+
- **deps:** update unocss monorepo to v66.5.9 ([47f761e](https://github.com/Aleph-Alpha/frontend-hub/commit/47f761e14e2f2e237d21f89e1ea068ae04ffde41))
|
|
27
38
|
|
|
28
39
|
## [0.18.136](https://github.com/Aleph-Alpha/frontend-hub/compare/config-css-0.18.135...config-css-0.18.136) (2025-12-10)
|
|
29
40
|
|
|
30
|
-
|
|
31
41
|
### Features
|
|
32
42
|
|
|
33
|
-
|
|
34
|
-
|
|
43
|
+
- **AST-3525:** fixing sidebar icon resize issues in Windows ([0aac4bc](https://github.com/Aleph-Alpha/frontend-hub/commit/0aac4bce4530aa7b193b16cefd37f31d02fab970))
|
|
35
44
|
|
|
36
45
|
### Bug Fixes
|
|
37
46
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
+
- **deps:** update dependency @tokens-studio/sd-transforms to v2.0.2 ([44d2e3f](https://github.com/Aleph-Alpha/frontend-hub/commit/44d2e3fecafa5507e7b0a30cd822ebaa61d1030d))
|
|
48
|
+
- **deps:** update dependency unocss-preset-animations to v1.3.0 ([0aa20b4](https://github.com/Aleph-Alpha/frontend-hub/commit/0aa20b48d3682ba8cae65c2725e41dfc94f562b5))
|
|
49
|
+
- **deps:** update unocss monorepo to v66.5.10 ([fdd9ed3](https://github.com/Aleph-Alpha/frontend-hub/commit/fdd9ed3b551eaa29347af11272706a07a71d5594))
|
|
50
|
+
- **deps:** update unocss monorepo to v66.5.3 ([7996966](https://github.com/Aleph-Alpha/frontend-hub/commit/7996966b3816c0a00ffbdc844c03faa750ff5325))
|
|
51
|
+
- **deps:** update unocss monorepo to v66.5.4 ([53eb1fb](https://github.com/Aleph-Alpha/frontend-hub/commit/53eb1fb37f633a3208ffb2067002d1dd22bb0435))
|
|
52
|
+
- **deps:** update unocss monorepo to v66.5.5 ([56a9c02](https://github.com/Aleph-Alpha/frontend-hub/commit/56a9c02db2c53412424b2d1e0566bd3e01026eeb))
|
|
53
|
+
- **deps:** update unocss monorepo to v66.5.6 ([dde3152](https://github.com/Aleph-Alpha/frontend-hub/commit/dde31523938f1892f57fd1dd07196f6207e2d9ef))
|
|
54
|
+
- **deps:** update unocss monorepo to v66.5.7 ([95a0453](https://github.com/Aleph-Alpha/frontend-hub/commit/95a04537ed1e833b2d513980bfb476d07110611f))
|
|
55
|
+
- **deps:** update unocss monorepo to v66.5.9 ([47f761e](https://github.com/Aleph-Alpha/frontend-hub/commit/47f761e14e2f2e237d21f89e1ea068ae04ffde41))
|
|
47
56
|
|
|
48
57
|
## [0.18.135](https://github.com/Aleph-Alpha/frontend-hub/compare/config-css-0.18.134...config-css-0.18.135) (2025-12-10)
|
|
49
58
|
|
|
50
|
-
|
|
51
59
|
### Features
|
|
52
60
|
|
|
53
|
-
|
|
54
|
-
|
|
61
|
+
- **AST-3525:** fixing sidebar icon resize issues in Windows ([0aac4bc](https://github.com/Aleph-Alpha/frontend-hub/commit/0aac4bce4530aa7b193b16cefd37f31d02fab970))
|
|
55
62
|
|
|
56
63
|
### Bug Fixes
|
|
57
64
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
- **deps:** update dependency @tokens-studio/sd-transforms to v2.0.2 ([44d2e3f](https://github.com/Aleph-Alpha/frontend-hub/commit/44d2e3fecafa5507e7b0a30cd822ebaa61d1030d))
|
|
66
|
+
- **deps:** update dependency unocss-preset-animations to v1.3.0 ([0aa20b4](https://github.com/Aleph-Alpha/frontend-hub/commit/0aa20b48d3682ba8cae65c2725e41dfc94f562b5))
|
|
67
|
+
- **deps:** update unocss monorepo to v66.5.10 ([fdd9ed3](https://github.com/Aleph-Alpha/frontend-hub/commit/fdd9ed3b551eaa29347af11272706a07a71d5594))
|
|
68
|
+
- **deps:** update unocss monorepo to v66.5.3 ([7996966](https://github.com/Aleph-Alpha/frontend-hub/commit/7996966b3816c0a00ffbdc844c03faa750ff5325))
|
|
69
|
+
- **deps:** update unocss monorepo to v66.5.4 ([53eb1fb](https://github.com/Aleph-Alpha/frontend-hub/commit/53eb1fb37f633a3208ffb2067002d1dd22bb0435))
|
|
70
|
+
- **deps:** update unocss monorepo to v66.5.5 ([56a9c02](https://github.com/Aleph-Alpha/frontend-hub/commit/56a9c02db2c53412424b2d1e0566bd3e01026eeb))
|
|
71
|
+
- **deps:** update unocss monorepo to v66.5.6 ([dde3152](https://github.com/Aleph-Alpha/frontend-hub/commit/dde31523938f1892f57fd1dd07196f6207e2d9ef))
|
|
72
|
+
- **deps:** update unocss monorepo to v66.5.7 ([95a0453](https://github.com/Aleph-Alpha/frontend-hub/commit/95a04537ed1e833b2d513980bfb476d07110611f))
|
|
73
|
+
- **deps:** update unocss monorepo to v66.5.9 ([47f761e](https://github.com/Aleph-Alpha/frontend-hub/commit/47f761e14e2f2e237d21f89e1ea068ae04ffde41))
|
|
67
74
|
|
|
68
75
|
## [0.18.134](https://github.com/Aleph-Alpha/frontend-hub/compare/config-css-0.18.133...config-css-0.18.134) (2025-12-10)
|
|
69
76
|
|
|
70
|
-
|
|
71
77
|
### Features
|
|
72
78
|
|
|
73
|
-
|
|
74
|
-
|
|
79
|
+
- **AST-3525:** fixing sidebar icon resize issues in Windows ([0aac4bc](https://github.com/Aleph-Alpha/frontend-hub/commit/0aac4bce4530aa7b193b16cefd37f31d02fab970))
|
|
75
80
|
|
|
76
81
|
### Bug Fixes
|
|
77
82
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
83
|
+
- **deps:** update dependency @tokens-studio/sd-transforms to v2.0.2 ([44d2e3f](https://github.com/Aleph-Alpha/frontend-hub/commit/44d2e3fecafa5507e7b0a30cd822ebaa61d1030d))
|
|
84
|
+
- **deps:** update dependency unocss-preset-animations to v1.3.0 ([0aa20b4](https://github.com/Aleph-Alpha/frontend-hub/commit/0aa20b48d3682ba8cae65c2725e41dfc94f562b5))
|
|
85
|
+
- **deps:** update unocss monorepo to v66.5.10 ([fdd9ed3](https://github.com/Aleph-Alpha/frontend-hub/commit/fdd9ed3b551eaa29347af11272706a07a71d5594))
|
|
86
|
+
- **deps:** update unocss monorepo to v66.5.3 ([7996966](https://github.com/Aleph-Alpha/frontend-hub/commit/7996966b3816c0a00ffbdc844c03faa750ff5325))
|
|
87
|
+
- **deps:** update unocss monorepo to v66.5.4 ([53eb1fb](https://github.com/Aleph-Alpha/frontend-hub/commit/53eb1fb37f633a3208ffb2067002d1dd22bb0435))
|
|
88
|
+
- **deps:** update unocss monorepo to v66.5.5 ([56a9c02](https://github.com/Aleph-Alpha/frontend-hub/commit/56a9c02db2c53412424b2d1e0566bd3e01026eeb))
|
|
89
|
+
- **deps:** update unocss monorepo to v66.5.6 ([dde3152](https://github.com/Aleph-Alpha/frontend-hub/commit/dde31523938f1892f57fd1dd07196f6207e2d9ef))
|
|
90
|
+
- **deps:** update unocss monorepo to v66.5.7 ([95a0453](https://github.com/Aleph-Alpha/frontend-hub/commit/95a04537ed1e833b2d513980bfb476d07110611f))
|
|
91
|
+
- **deps:** update unocss monorepo to v66.5.9 ([47f761e](https://github.com/Aleph-Alpha/frontend-hub/commit/47f761e14e2f2e237d21f89e1ea068ae04ffde41))
|
|
87
92
|
|
|
88
93
|
## 0.18.132 (2025-12-08)
|
|
89
94
|
|
|
@@ -1698,2014 +1703,1040 @@ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/s
|
|
|
1698
1703
|
|
|
1699
1704
|
## [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)
|
|
1700
1705
|
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
1706
|
## [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)
|
|
1704
1707
|
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
1708
|
## [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)
|
|
1708
1709
|
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
1710
|
## [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)
|
|
1712
1711
|
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
1712
|
## [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)
|
|
1716
1713
|
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
1714
|
## [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)
|
|
1720
1715
|
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
1716
|
## [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)
|
|
1724
1717
|
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
1718
|
## [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)
|
|
1728
1719
|
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
1720
|
## [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)
|
|
1732
1721
|
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
1722
|
## [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)
|
|
1736
1723
|
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
1724
|
## [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)
|
|
1740
1725
|
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
1726
|
## [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)
|
|
1744
1727
|
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
1728
|
## [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)
|
|
1748
1729
|
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
1730
|
## [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)
|
|
1752
1731
|
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
1732
|
## [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)
|
|
1756
1733
|
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
1734
|
## [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)
|
|
1760
1735
|
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
1736
|
## [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)
|
|
1764
1737
|
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
1738
|
## [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)
|
|
1768
1739
|
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
1740
|
## [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)
|
|
1772
1741
|
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
1742
|
## [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)
|
|
1776
1743
|
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
1744
|
## [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)
|
|
1780
1745
|
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
1746
|
## [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)
|
|
1784
1747
|
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
1748
|
## [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)
|
|
1788
1749
|
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
1750
|
## [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)
|
|
1792
1751
|
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
1752
|
## [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)
|
|
1796
1753
|
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
1754
|
## [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)
|
|
1800
1755
|
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
1756
|
## [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)
|
|
1804
1757
|
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
1758
|
## [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)
|
|
1808
1759
|
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
1760
|
## [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)
|
|
1812
1761
|
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
1762
|
## [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)
|
|
1816
1763
|
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
1764
|
## [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)
|
|
1820
1765
|
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
1766
|
## [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)
|
|
1824
1767
|
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
1768
|
## [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)
|
|
1828
1769
|
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
1770
|
## [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)
|
|
1832
1771
|
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
1772
|
## [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)
|
|
1836
1773
|
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
1774
|
## [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)
|
|
1840
1775
|
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
1776
|
## [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)
|
|
1844
1777
|
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
1778
|
## [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)
|
|
1848
1779
|
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
1780
|
## [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)
|
|
1852
1781
|
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
1782
|
## [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)
|
|
1856
1783
|
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
1784
|
## [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)
|
|
1860
1785
|
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
1786
|
## [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)
|
|
1864
1787
|
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
1788
|
## [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)
|
|
1868
1789
|
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
1790
|
## [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)
|
|
1872
1791
|
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
1792
|
## [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)
|
|
1876
1793
|
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
1794
|
## [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)
|
|
1880
1795
|
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
1796
|
## [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)
|
|
1884
1797
|
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
1798
|
## [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)
|
|
1888
1799
|
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
1800
|
## [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)
|
|
1892
1801
|
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
1802
|
## [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)
|
|
1896
1803
|
|
|
1897
|
-
|
|
1898
1804
|
### Bug Fixes
|
|
1899
1805
|
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1806
|
+
- **deps:** update dependency @tokens-studio/sd-transforms to v1.2.9 ([25b277e](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/25b277ed51be6b5a415ba11d01d62ab0816d0ef6))
|
|
1903
1807
|
|
|
1904
1808
|
## [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)
|
|
1905
1809
|
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
1810
|
## [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)
|
|
1909
1811
|
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
1812
|
## [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)
|
|
1913
1813
|
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
1814
|
## [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)
|
|
1917
1815
|
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
1816
|
## [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)
|
|
1921
1817
|
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
1818
|
## [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)
|
|
1925
1819
|
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
1820
|
## [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)
|
|
1929
1821
|
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
1822
|
## [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)
|
|
1933
1823
|
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
1824
|
## [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)
|
|
1937
1825
|
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
1826
|
## [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)
|
|
1941
1827
|
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
1828
|
## [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)
|
|
1945
1829
|
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
1830
|
## [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)
|
|
1949
1831
|
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
1832
|
## [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)
|
|
1953
1833
|
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
1834
|
## [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)
|
|
1957
1835
|
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
1836
|
## [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)
|
|
1961
1837
|
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
1838
|
## [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)
|
|
1965
1839
|
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
1840
|
## [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)
|
|
1969
1841
|
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
1842
|
## [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)
|
|
1973
1843
|
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
1844
|
## [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)
|
|
1977
1845
|
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
1846
|
## [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)
|
|
1981
1847
|
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
1848
|
## [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)
|
|
1985
1849
|
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
1850
|
## [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)
|
|
1989
1851
|
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
1852
|
## [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)
|
|
1993
1853
|
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
1854
|
## [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)
|
|
1997
1855
|
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
1856
|
## [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)
|
|
2001
1857
|
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
1858
|
## [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)
|
|
2005
1859
|
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
1860
|
## [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)
|
|
2009
1861
|
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
1862
|
## [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)
|
|
2013
1863
|
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
1864
|
## [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)
|
|
2017
1865
|
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
1866
|
## [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)
|
|
2021
1867
|
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
1868
|
## [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)
|
|
2025
1869
|
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
1870
|
## [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)
|
|
2029
1871
|
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
1872
|
## [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)
|
|
2033
1873
|
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
1874
|
## [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)
|
|
2037
1875
|
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
1876
|
## [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)
|
|
2041
1877
|
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
1878
|
## [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)
|
|
2045
1879
|
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
1880
|
## [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)
|
|
2049
1881
|
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
1882
|
## [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)
|
|
2053
1883
|
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
1884
|
## [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)
|
|
2057
1885
|
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
1886
|
## [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)
|
|
2061
1887
|
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
1888
|
## [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)
|
|
2065
1889
|
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
1890
|
## [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)
|
|
2069
1891
|
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
1892
|
## [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)
|
|
2073
1893
|
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
1894
|
## [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)
|
|
2077
1895
|
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
1896
|
## [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)
|
|
2081
1897
|
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
1898
|
## [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)
|
|
2085
1899
|
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
1900
|
## [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)
|
|
2089
1901
|
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
1902
|
## [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)
|
|
2093
1903
|
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
1904
|
## [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)
|
|
2097
1905
|
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
1906
|
## [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)
|
|
2101
1907
|
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
1908
|
## [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)
|
|
2105
1909
|
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
1910
|
## [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)
|
|
2109
1911
|
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
1912
|
## [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)
|
|
2113
1913
|
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
1914
|
## [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)
|
|
2117
1915
|
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
1916
|
## [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)
|
|
2121
1917
|
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
1918
|
## [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)
|
|
2125
1919
|
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
1920
|
## [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)
|
|
2129
1921
|
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
1922
|
## [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)
|
|
2133
1923
|
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
1924
|
## [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)
|
|
2137
1925
|
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
1926
|
## [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)
|
|
2141
1927
|
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
1928
|
## [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)
|
|
2145
1929
|
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
1930
|
## [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)
|
|
2149
1931
|
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
1932
|
## [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)
|
|
2153
1933
|
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
1934
|
## [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)
|
|
2157
1935
|
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
1936
|
## [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)
|
|
2161
1937
|
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
1938
|
## [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)
|
|
2165
1939
|
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
1940
|
## [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)
|
|
2169
1941
|
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
1942
|
## [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)
|
|
2173
1943
|
|
|
2174
|
-
|
|
2175
|
-
|
|
2176
1944
|
## [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)
|
|
2177
1945
|
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
1946
|
## [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)
|
|
2181
1947
|
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
1948
|
## [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)
|
|
2185
1949
|
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
1950
|
## [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)
|
|
2189
1951
|
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
1952
|
## [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)
|
|
2193
1953
|
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
1954
|
## [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)
|
|
2197
1955
|
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
1956
|
## [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)
|
|
2201
1957
|
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
1958
|
## [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)
|
|
2205
1959
|
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
1960
|
## [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)
|
|
2209
1961
|
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
1962
|
## [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)
|
|
2213
1963
|
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
1964
|
## [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)
|
|
2217
1965
|
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
1966
|
## [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)
|
|
2221
1967
|
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
1968
|
## [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)
|
|
2225
1969
|
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
1970
|
## [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)
|
|
2229
1971
|
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
1972
|
## [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)
|
|
2233
1973
|
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
1974
|
## [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)
|
|
2237
1975
|
|
|
2238
|
-
|
|
2239
|
-
|
|
2240
1976
|
## [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)
|
|
2241
1977
|
|
|
2242
|
-
|
|
2243
|
-
|
|
2244
1978
|
## [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)
|
|
2245
1979
|
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
1980
|
## [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)
|
|
2249
1981
|
|
|
2250
|
-
|
|
2251
|
-
|
|
2252
1982
|
## [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)
|
|
2253
1983
|
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
1984
|
## [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)
|
|
2257
1985
|
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
1986
|
## [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)
|
|
2261
1987
|
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
1988
|
## [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)
|
|
2265
1989
|
|
|
2266
|
-
|
|
2267
1990
|
### Bug Fixes
|
|
2268
1991
|
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
1992
|
+
- **deps:** update dependency @tokens-studio/sd-transforms to v1.2.8 ([da4fa7c](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/da4fa7cbe4490c652ec8515230a2f1fb1e1efc2b))
|
|
2272
1993
|
|
|
2273
1994
|
## [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)
|
|
2274
1995
|
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
1996
|
## [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)
|
|
2278
1997
|
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
1998
|
## [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)
|
|
2282
1999
|
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
2000
|
## [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)
|
|
2286
2001
|
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
2002
|
## [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)
|
|
2290
2003
|
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
2004
|
## [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)
|
|
2294
2005
|
|
|
2295
|
-
|
|
2296
2006
|
### Bug Fixes
|
|
2297
2007
|
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2008
|
+
- **deps:** update dependency @tokens-studio/sd-transforms to v1.2.7 ([046c9ea](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/046c9eace6593e982fb84a480275bbe375e10cf2))
|
|
2301
2009
|
|
|
2302
2010
|
## [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)
|
|
2303
2011
|
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
2012
|
## [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)
|
|
2307
2013
|
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
2014
|
## [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)
|
|
2311
2015
|
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
2016
|
## [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)
|
|
2315
2017
|
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
2018
|
## [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)
|
|
2319
2019
|
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
2020
|
## [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)
|
|
2323
2021
|
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
2022
|
## [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)
|
|
2327
2023
|
|
|
2328
|
-
|
|
2329
|
-
|
|
2330
2024
|
## [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)
|
|
2331
2025
|
|
|
2332
|
-
|
|
2333
|
-
|
|
2334
2026
|
## [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)
|
|
2335
2027
|
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
2028
|
## [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)
|
|
2339
2029
|
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
2030
|
## [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)
|
|
2343
2031
|
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
2032
|
## [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)
|
|
2347
2033
|
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
2034
|
## [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)
|
|
2351
2035
|
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
2036
|
## [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)
|
|
2355
2037
|
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
2038
|
## [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)
|
|
2359
2039
|
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
2040
|
## [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)
|
|
2363
2041
|
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
2042
|
## [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)
|
|
2367
2043
|
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
2044
|
## [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)
|
|
2371
2045
|
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
2046
|
## [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)
|
|
2375
2047
|
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
2048
|
## [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)
|
|
2379
2049
|
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
2050
|
## [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)
|
|
2383
2051
|
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
2052
|
## [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)
|
|
2387
2053
|
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
2054
|
## [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)
|
|
2391
2055
|
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
2056
|
## [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)
|
|
2395
2057
|
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
2058
|
## [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)
|
|
2399
2059
|
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
2060
|
## [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)
|
|
2403
2061
|
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
2062
|
## [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)
|
|
2407
2063
|
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
2064
|
## [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)
|
|
2411
2065
|
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
2066
|
## [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)
|
|
2415
2067
|
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
2068
|
## [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)
|
|
2419
2069
|
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
2070
|
## [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)
|
|
2423
2071
|
|
|
2424
|
-
|
|
2425
|
-
|
|
2426
2072
|
## [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)
|
|
2427
2073
|
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
2074
|
## [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)
|
|
2431
2075
|
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
2076
|
## [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)
|
|
2435
2077
|
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
2078
|
## [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)
|
|
2439
2079
|
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
2080
|
## [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)
|
|
2443
2081
|
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
2082
|
## [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)
|
|
2447
2083
|
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
2084
|
## [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)
|
|
2451
2085
|
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
2086
|
## [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)
|
|
2455
2087
|
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
2088
|
## [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)
|
|
2459
2089
|
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
2090
|
## [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)
|
|
2463
2091
|
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
2092
|
## [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)
|
|
2467
2093
|
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
2094
|
## [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)
|
|
2471
2095
|
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
2096
|
## [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)
|
|
2475
2097
|
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
2098
|
## [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)
|
|
2479
2099
|
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
2100
|
## [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)
|
|
2483
2101
|
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
2102
|
## [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)
|
|
2487
2103
|
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
2104
|
## [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)
|
|
2491
2105
|
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
2106
|
## [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)
|
|
2495
2107
|
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
2108
|
## [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)
|
|
2499
2109
|
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
2110
|
## [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)
|
|
2503
2111
|
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
2112
|
## [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)
|
|
2507
2113
|
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
2114
|
## [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)
|
|
2511
2115
|
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
2116
|
## [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)
|
|
2515
2117
|
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
2118
|
## [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)
|
|
2519
2119
|
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
2120
|
## [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)
|
|
2523
2121
|
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
2122
|
## [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)
|
|
2527
2123
|
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
2124
|
## [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)
|
|
2531
2125
|
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
2126
|
## [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)
|
|
2535
2127
|
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
2128
|
## [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)
|
|
2539
2129
|
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
2130
|
## [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)
|
|
2543
2131
|
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
2132
|
## [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)
|
|
2547
2133
|
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
2134
|
## [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)
|
|
2551
2135
|
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
2136
|
## [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)
|
|
2555
2137
|
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
2138
|
## [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)
|
|
2559
2139
|
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
2140
|
## [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)
|
|
2563
2141
|
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
2142
|
## [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)
|
|
2567
2143
|
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
2144
|
## [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)
|
|
2571
2145
|
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
2146
|
## [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)
|
|
2575
2147
|
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
2148
|
## [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)
|
|
2579
2149
|
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
2150
|
## [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)
|
|
2583
2151
|
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
2152
|
## [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)
|
|
2587
2153
|
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
2154
|
## [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)
|
|
2591
2155
|
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
2156
|
## [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)
|
|
2595
2157
|
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
2158
|
## [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)
|
|
2599
2159
|
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
2160
|
## [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)
|
|
2603
2161
|
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
2162
|
## [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)
|
|
2607
2163
|
|
|
2608
|
-
|
|
2609
2164
|
### Bug Fixes
|
|
2610
2165
|
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2166
|
+
- **deps:** update dependency @tokens-studio/sd-transforms to v1.2.6 ([8bbfa73](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/8bbfa73e9e18140989fea09a083b9c8e3b9335f0))
|
|
2614
2167
|
|
|
2615
2168
|
## [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)
|
|
2616
2169
|
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
2170
|
## [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)
|
|
2620
2171
|
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
2172
|
## [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)
|
|
2624
2173
|
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
2174
|
## [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)
|
|
2628
2175
|
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
2176
|
## [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)
|
|
2632
2177
|
|
|
2633
|
-
|
|
2634
2178
|
### Bug Fixes
|
|
2635
2179
|
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2180
|
+
- **deps:** update dependency unocss-preset-theme to v0.14.1 ([3991caf](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/3991caf8fd76f8bea1ea621cbd36e2cc65a05d94))
|
|
2639
2181
|
|
|
2640
2182
|
## [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)
|
|
2641
2183
|
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
2184
|
## [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)
|
|
2645
2185
|
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
2186
|
## [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)
|
|
2649
2187
|
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
2188
|
## [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)
|
|
2653
2189
|
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
2190
|
## [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)
|
|
2657
2191
|
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
2192
|
## [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)
|
|
2661
2193
|
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
2194
|
## [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)
|
|
2665
2195
|
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
2196
|
## [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)
|
|
2669
2197
|
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
2198
|
## [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)
|
|
2673
2199
|
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
2200
|
## [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)
|
|
2677
2201
|
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
2202
|
## [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)
|
|
2681
2203
|
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
2204
|
## [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)
|
|
2685
2205
|
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
2206
|
## [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)
|
|
2689
2207
|
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
2208
|
## [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)
|
|
2693
2209
|
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
2210
|
## [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)
|
|
2697
2211
|
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
2212
|
## [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)
|
|
2701
2213
|
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
2214
|
## [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)
|
|
2705
2215
|
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
2216
|
## [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)
|
|
2709
2217
|
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
2218
|
## [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)
|
|
2713
2219
|
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
2220
|
## [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)
|
|
2717
2221
|
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
2222
|
## [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)
|
|
2721
2223
|
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
2224
|
## [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)
|
|
2725
2225
|
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
2226
|
## [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)
|
|
2729
2227
|
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
2228
|
## [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)
|
|
2733
2229
|
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
2230
|
## [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)
|
|
2737
2231
|
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
2232
|
## [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)
|
|
2741
2233
|
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
2234
|
## [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)
|
|
2745
2235
|
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
2236
|
## [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)
|
|
2749
2237
|
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
2238
|
## [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)
|
|
2753
2239
|
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
2240
|
## [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)
|
|
2757
2241
|
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
2242
|
## [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)
|
|
2761
2243
|
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
2244
|
## [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)
|
|
2765
2245
|
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
2246
|
## [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)
|
|
2769
2247
|
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
2248
|
## [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)
|
|
2773
2249
|
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
2250
|
## [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)
|
|
2777
2251
|
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
2252
|
## [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)
|
|
2781
2253
|
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
2254
|
## [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)
|
|
2785
2255
|
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
2256
|
## [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)
|
|
2789
2257
|
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
2258
|
## [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)
|
|
2793
2259
|
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
2260
|
## [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)
|
|
2797
2261
|
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
2262
|
## [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)
|
|
2801
2263
|
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
2264
|
## [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)
|
|
2805
2265
|
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
2266
|
## [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)
|
|
2809
2267
|
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
2268
|
## [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)
|
|
2813
2269
|
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
2270
|
## [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)
|
|
2817
2271
|
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
2272
|
## [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)
|
|
2821
2273
|
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
2274
|
## [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)
|
|
2825
2275
|
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
2276
|
## [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)
|
|
2829
2277
|
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
2278
|
## [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)
|
|
2833
2279
|
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
2280
|
## [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)
|
|
2837
2281
|
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
2282
|
## [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)
|
|
2841
2283
|
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
2284
|
## [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)
|
|
2845
2285
|
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
2286
|
## [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)
|
|
2849
2287
|
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
2288
|
## [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)
|
|
2853
2289
|
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
2290
|
## [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)
|
|
2857
2291
|
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
2292
|
## [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)
|
|
2861
2293
|
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
2294
|
## [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)
|
|
2865
2295
|
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
2296
|
## [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)
|
|
2869
2297
|
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
2298
|
## [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)
|
|
2873
2299
|
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
2300
|
## [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)
|
|
2877
2301
|
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
2302
|
## [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)
|
|
2881
2303
|
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
2304
|
## [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)
|
|
2885
2305
|
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
2306
|
## [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)
|
|
2889
2307
|
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
2308
|
## [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)
|
|
2893
2309
|
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
2310
|
## [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)
|
|
2897
2311
|
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
2312
|
## [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)
|
|
2901
2313
|
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
2314
|
## [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)
|
|
2905
2315
|
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
2316
|
## [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)
|
|
2909
2317
|
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
2318
|
## [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)
|
|
2913
2319
|
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
2320
|
## [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)
|
|
2917
2321
|
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
2322
|
## [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)
|
|
2921
2323
|
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
2324
|
## [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)
|
|
2925
2325
|
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
2326
|
## [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)
|
|
2929
2327
|
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
2328
|
## [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)
|
|
2933
2329
|
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
2330
|
## [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)
|
|
2937
2331
|
|
|
2938
|
-
|
|
2939
|
-
|
|
2940
2332
|
## [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)
|
|
2941
2333
|
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
2334
|
## [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)
|
|
2945
2335
|
|
|
2946
|
-
|
|
2947
|
-
|
|
2948
2336
|
## [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)
|
|
2949
2337
|
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
2338
|
## [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)
|
|
2953
2339
|
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
2340
|
## [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)
|
|
2957
2341
|
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
2342
|
## [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)
|
|
2961
2343
|
|
|
2962
|
-
|
|
2963
|
-
|
|
2964
2344
|
## [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)
|
|
2965
2345
|
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
2346
|
## [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)
|
|
2969
2347
|
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
2348
|
## [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)
|
|
2973
2349
|
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
2350
|
## [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)
|
|
2977
2351
|
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
2352
|
## [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)
|
|
2981
2353
|
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
2354
|
## [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)
|
|
2985
2355
|
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
2356
|
## [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)
|
|
2989
2357
|
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
2358
|
## [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)
|
|
2993
2359
|
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
2360
|
## [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)
|
|
2997
2361
|
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
2362
|
## [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)
|
|
3001
2363
|
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
2364
|
## [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)
|
|
3005
2365
|
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
2366
|
## [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)
|
|
3009
2367
|
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
2368
|
## [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)
|
|
3013
2369
|
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
2370
|
## [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)
|
|
3017
2371
|
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
2372
|
## [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)
|
|
3021
2373
|
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
2374
|
## [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)
|
|
3025
2375
|
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
2376
|
## [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)
|
|
3029
2377
|
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
2378
|
## [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)
|
|
3033
2379
|
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
2380
|
## [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)
|
|
3037
2381
|
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
2382
|
## [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)
|
|
3041
2383
|
|
|
3042
|
-
|
|
3043
|
-
|
|
3044
2384
|
## [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)
|
|
3045
2385
|
|
|
3046
|
-
|
|
3047
|
-
|
|
3048
2386
|
## [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)
|
|
3049
2387
|
|
|
3050
|
-
|
|
3051
|
-
|
|
3052
2388
|
## [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)
|
|
3053
2389
|
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
2390
|
## [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)
|
|
3057
2391
|
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
2392
|
## [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)
|
|
3061
2393
|
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
2394
|
## [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)
|
|
3065
2395
|
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
2396
|
## [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)
|
|
3069
2397
|
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
2398
|
## [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)
|
|
3073
2399
|
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
2400
|
## [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)
|
|
3077
2401
|
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
2402
|
## [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)
|
|
3081
2403
|
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
2404
|
## [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)
|
|
3085
2405
|
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
2406
|
## [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)
|
|
3089
2407
|
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
2408
|
## [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)
|
|
3093
2409
|
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
2410
|
## [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)
|
|
3097
2411
|
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
2412
|
## [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)
|
|
3101
2413
|
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
2414
|
## [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)
|
|
3105
2415
|
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
2416
|
## [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)
|
|
3109
2417
|
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
2418
|
## [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)
|
|
3113
2419
|
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
2420
|
## [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)
|
|
3117
2421
|
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
2422
|
## [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)
|
|
3121
2423
|
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
2424
|
## [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)
|
|
3125
2425
|
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
2426
|
## [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)
|
|
3129
2427
|
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
2428
|
## [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)
|
|
3133
2429
|
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
2430
|
## [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)
|
|
3137
2431
|
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
2432
|
## [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)
|
|
3141
2433
|
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
2434
|
## [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)
|
|
3145
2435
|
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
## [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)
|
|
3149
|
-
|
|
3150
|
-
|
|
2436
|
+
## [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)
|
|
3151
2437
|
|
|
3152
2438
|
## [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)
|
|
3153
2439
|
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
2440
|
## [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)
|
|
3157
2441
|
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
2442
|
## [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)
|
|
3161
2443
|
|
|
3162
|
-
|
|
3163
|
-
|
|
3164
2444
|
## [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)
|
|
3165
2445
|
|
|
3166
|
-
|
|
3167
|
-
|
|
3168
2446
|
## [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)
|
|
3169
2447
|
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
2448
|
## [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)
|
|
3173
2449
|
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
2450
|
## [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)
|
|
3177
2451
|
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
2452
|
## [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)
|
|
3181
2453
|
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
2454
|
## [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)
|
|
3185
2455
|
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
2456
|
## [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)
|
|
3189
2457
|
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
2458
|
## [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)
|
|
3193
2459
|
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
2460
|
## [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)
|
|
3197
2461
|
|
|
3198
|
-
|
|
3199
|
-
|
|
3200
2462
|
## [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)
|
|
3201
2463
|
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
2464
|
## [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)
|
|
3205
2465
|
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
2466
|
## [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)
|
|
3209
2467
|
|
|
3210
|
-
|
|
3211
2468
|
### Bug Fixes
|
|
3212
2469
|
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
2470
|
+
- **deps:** pin dependencies ([712b24d](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/712b24d848bf2a97896448782544cf24899c3558))
|
|
3216
2471
|
|
|
3217
2472
|
## [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)
|
|
3218
2473
|
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
2474
|
## [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)
|
|
3222
2475
|
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
2476
|
## [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)
|
|
3226
2477
|
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
2478
|
## [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)
|
|
3230
2479
|
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
2480
|
## [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)
|
|
3234
2481
|
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
2482
|
## [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)
|
|
3238
2483
|
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
2484
|
## [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)
|
|
3242
2485
|
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
2486
|
## [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)
|
|
3246
2487
|
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
2488
|
## [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)
|
|
3250
2489
|
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
2490
|
# [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)
|
|
3254
2491
|
|
|
3255
|
-
|
|
3256
2492
|
### Bug Fixes
|
|
3257
2493
|
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
2494
|
+
- add pixel unit to line-heights that have no unit ([21b1f7b](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/21b1f7b3fe0464ee104abfaa74f618b3547c5233))
|
|
2495
|
+
- **css-config:** dirty fix to parse figma tokens ([22a3a6b](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/22a3a6b7757c23b1dad25f4fbae975f08941c91a))
|
|
2496
|
+
- handle line-height token better ([c7d5cf1](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/c7d5cf134e28fa70599f47cf9ed5e11496307ef5))
|
|
3262
2497
|
|
|
3263
2498
|
### Features
|
|
3264
2499
|
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
2500
|
+
- enable boxshadow and typography tokens ([56b324f](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/56b324fb4bd24d72faffc4718ef2ec1d13034e5e))
|
|
3268
2501
|
|
|
3269
2502
|
## [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)
|
|
3270
2503
|
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
2504
|
## [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)
|
|
3274
2505
|
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
2506
|
## [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)
|
|
3278
2507
|
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
2508
|
## [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)
|
|
3282
2509
|
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
2510
|
## [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)
|
|
3286
2511
|
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
2512
|
## [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)
|
|
3290
2513
|
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
2514
|
## [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)
|
|
3294
2515
|
|
|
3295
|
-
|
|
3296
|
-
|
|
3297
2516
|
## [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)
|
|
3298
2517
|
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
2518
|
## [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)
|
|
3302
2519
|
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
2520
|
## [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)
|
|
3306
2521
|
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
2522
|
## [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)
|
|
3310
2523
|
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
2524
|
## [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)
|
|
3314
2525
|
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
2526
|
## [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)
|
|
3318
2527
|
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
2528
|
## [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)
|
|
3322
2529
|
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
2530
|
## [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)
|
|
3326
2531
|
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
2532
|
## [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)
|
|
3330
2533
|
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
2534
|
## [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)
|
|
3334
2535
|
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
2536
|
## [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)
|
|
3338
2537
|
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
2538
|
## [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)
|
|
3342
2539
|
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
2540
|
## [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)
|
|
3346
2541
|
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
2542
|
## [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)
|
|
3350
2543
|
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
2544
|
## [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)
|
|
3354
2545
|
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
2546
|
# [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)
|
|
3358
2547
|
|
|
3359
|
-
|
|
3360
2548
|
### Features
|
|
3361
2549
|
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
2550
|
+
- rework hover state of multi input and label components ([10edfb2](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/10edfb2e21b13c073d3508f6f0e4e158f060f90d))
|
|
3365
2551
|
|
|
3366
2552
|
## [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)
|
|
3367
2553
|
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
2554
|
## [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)
|
|
3371
2555
|
|
|
3372
|
-
|
|
3373
2556
|
### Bug Fixes
|
|
3374
2557
|
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
2558
|
+
- **deps:** pin dependency unocss-preset-animations to 1.1.0 ([30c374b](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/30c374b39d4bd91937dd879559587c729dc126b0))
|
|
3378
2559
|
|
|
3379
2560
|
## [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)
|
|
3380
2561
|
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
2562
|
## [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)
|
|
3384
2563
|
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
2564
|
## [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)
|
|
3388
2565
|
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
2566
|
## [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)
|
|
3392
2567
|
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
2568
|
## [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)
|
|
3396
2569
|
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
2570
|
## [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)
|
|
3400
2571
|
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
2572
|
## [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)
|
|
3404
2573
|
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
2574
|
# [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)
|
|
3408
2575
|
|
|
3409
|
-
|
|
3410
2576
|
### Features
|
|
3411
2577
|
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
2578
|
+
- **fc-65:** add loading components ([514fa23](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/514fa23b702275f67d18b9d622d80a0230e4bf95))
|
|
3415
2579
|
|
|
3416
2580
|
## [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)
|
|
3417
2581
|
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
2582
|
## [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)
|
|
3421
2583
|
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
2584
|
## [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)
|
|
3425
2585
|
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
2586
|
## [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)
|
|
3429
2587
|
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
2588
|
## [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)
|
|
3433
2589
|
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
2590
|
## [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)
|
|
3437
2591
|
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
2592
|
## [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)
|
|
3441
2593
|
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
2594
|
## [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)
|
|
3445
2595
|
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
2596
|
## [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)
|
|
3449
2597
|
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
2598
|
## [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)
|
|
3453
2599
|
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
2600
|
## [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)
|
|
3457
2601
|
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
2602
|
## [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)
|
|
3461
2603
|
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
2604
|
## [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)
|
|
3465
2605
|
|
|
3466
|
-
|
|
3467
|
-
|
|
3468
2606
|
## [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)
|
|
3469
2607
|
|
|
3470
|
-
|
|
3471
|
-
|
|
3472
2608
|
## [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)
|
|
3473
2609
|
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
2610
|
## [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)
|
|
3477
2611
|
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
2612
|
## [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)
|
|
3481
2613
|
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
2614
|
## [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)
|
|
3485
2615
|
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
2616
|
## [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)
|
|
3489
2617
|
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
2618
|
## [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)
|
|
3493
2619
|
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
2620
|
## [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)
|
|
3497
2621
|
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
2622
|
## [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)
|
|
3501
2623
|
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
2624
|
## [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)
|
|
3505
2625
|
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
2626
|
## [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)
|
|
3509
2627
|
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
2628
|
## [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)
|
|
3513
2629
|
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
2630
|
## [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)
|
|
3517
2631
|
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
2632
|
## [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)
|
|
3521
2633
|
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
2634
|
## [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)
|
|
3525
2635
|
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
2636
|
## [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)
|
|
3529
2637
|
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
2638
|
## [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)
|
|
3533
2639
|
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
2640
|
## [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)
|
|
3537
2641
|
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
2642
|
## [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)
|
|
3541
2643
|
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
2644
|
## [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)
|
|
3545
2645
|
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
2646
|
## [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)
|
|
3549
2647
|
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
2648
|
## [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)
|
|
3553
2649
|
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
2650
|
## [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)
|
|
3557
2651
|
|
|
3558
|
-
|
|
3559
|
-
|
|
3560
2652
|
## [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)
|
|
3561
2653
|
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
2654
|
## [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)
|
|
3565
2655
|
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
2656
|
## [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)
|
|
3569
2657
|
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
2658
|
## [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)
|
|
3573
2659
|
|
|
3574
|
-
|
|
3575
|
-
|
|
3576
2660
|
## [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)
|
|
3577
2661
|
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
2662
|
## [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)
|
|
3581
2663
|
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
2664
|
## [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)
|
|
3585
2665
|
|
|
3586
|
-
|
|
3587
2666
|
### Bug Fixes
|
|
3588
2667
|
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
2668
|
+
- **deps:** pin dependencies ([9150d2f](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/9150d2ffdd089f9480671f0ce83e5772404d71da))
|
|
3592
2669
|
|
|
3593
2670
|
## [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)
|
|
3594
2671
|
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
2672
|
## [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)
|
|
3598
2673
|
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
2674
|
## [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)
|
|
3602
2675
|
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
2676
|
## [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)
|
|
3606
2677
|
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
2678
|
## [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)
|
|
3610
2679
|
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
2680
|
## [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)
|
|
3614
2681
|
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
2682
|
## [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)
|
|
3618
2683
|
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
2684
|
## [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)
|
|
3622
2685
|
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
2686
|
## [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)
|
|
3626
2687
|
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
2688
|
## [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)
|
|
3630
2689
|
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
2690
|
## [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)
|
|
3634
2691
|
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
2692
|
## [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)
|
|
3638
2693
|
|
|
3639
|
-
|
|
3640
2694
|
### Bug Fixes
|
|
3641
2695
|
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
2696
|
+
- **css-config-preset:** convert dimension keys to size & spacing ([996bdfe](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/996bdfeee91c969fb400310297c2c59be6b7b21f))
|
|
3645
2697
|
|
|
3646
2698
|
## [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)
|
|
3647
2699
|
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
2700
|
## [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)
|
|
3651
2701
|
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
2702
|
# [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)
|
|
3655
2703
|
|
|
3656
|
-
|
|
3657
2704
|
### Features
|
|
3658
2705
|
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
2706
|
+
- **fonts:** use local webfonts ([6e36bc9](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/6e36bc94a4fb4e6123e24448af272291ee169584))
|
|
3662
2707
|
|
|
3663
2708
|
## [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)
|
|
3664
2709
|
|
|
3665
|
-
|
|
3666
|
-
|
|
3667
2710
|
## [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)
|
|
3668
2711
|
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
2712
|
# [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)
|
|
3672
2713
|
|
|
3673
|
-
|
|
3674
2714
|
### Bug Fixes
|
|
3675
2715
|
|
|
3676
|
-
|
|
3677
|
-
|
|
2716
|
+
- **config-css-preset:** add back unocss rules ([c99d8f8](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/c99d8f8691a66e7232e5da92bd8da03c9209900c))
|
|
3678
2717
|
|
|
3679
2718
|
### Features
|
|
3680
2719
|
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
2720
|
+
- **config-css-preset:** integrate design tokens BREAKING CHANGE ([897da2b](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/897da2b71a6a23238fe0cdbf2027cb38481aec33))
|
|
3684
2721
|
|
|
3685
2722
|
## [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)
|
|
3686
2723
|
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
2724
|
## [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)
|
|
3690
2725
|
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
2726
|
# 0.1.0 (2024-07-11)
|
|
3694
2727
|
|
|
3695
|
-
|
|
3696
2728
|
### Bug Fixes
|
|
3697
2729
|
|
|
3698
|
-
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
2730
|
+
- **ci:** make publish works ([efafdc9](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/efafdc9a88821ec928848e5dc02a2b56cd988fb5))
|
|
2731
|
+
- **config-css-preset:** add req. dependency to package ([41743df](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/41743df5540dd387e5b9fd354fec66780188410a))
|
|
2732
|
+
- **config-css:** trigger build ([a118ddc](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/a118ddcfb28595e46d5ebdf059b4b9566c2eba55))
|
|
2733
|
+
- **packages.json:** make packages private ([811d4be](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/811d4bee52784a04b7aa209c0512e2edf574c946))
|
|
2734
|
+
- **packages.json:** repository url ([a778269](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/a7782691c9d58623716acc44b34b01b6497dcb8e))
|
|
2735
|
+
- **unoconfig:** remove Icons for now ([593d242](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/593d2429c98d126841780630fd130412bb2e0dbf))
|
|
3705
2736
|
|
|
3706
2737
|
### Features
|
|
3707
2738
|
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
2739
|
+
- make the signin page full screen and add background ([cc18cff](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/cc18cff8eb5d1b473e359d2260b0ba8184e60738))
|
|
2740
|
+
- **semver:** add lintstaged ([24bcf6f](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/24bcf6ff6873fb96db717589126bfa11c4910d94))
|
|
2741
|
+
- support vue and svelte in the design system content path config ([b1086c6](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/b1086c65f50e41f47e1079aaddadd580e6b43670))
|
|
2742
|
+
- **unocss:** add config improvements ([5902f2e](https://gitlab.aleph-alpha.de/engineering/frontend-hub/commit/5902f2e9751981b5d17db266482902c48f99a45d))
|