@aleph-alpha/config-css 0.18.134 → 0.20.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 +87 -7
- package/dist/index.js +84 -81
- package/package.json +3 -3
- package/sd-output/box-shadows.json +7 -0
- package/sd-output/dark-mode.json +150 -0
- package/sd-output/global.json +4 -0
- package/sd-output/light-mode.json +150 -0
- package/sd-output/spacings.json +59 -0
- package/sd-output/typography.json +15 -0
- package/src/index.ts +2 -2
- package/transformed-tokens/dark-mode.json +697 -0
- package/transformed-tokens/global.json +560 -0
- package/transformed-tokens/light-mode.json +697 -0
package/.lintstagedrc.js
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
## 0.18.134 (2025-12-10)
|
|
2
|
-
|
|
3
|
-
### 🧱 Updated Dependencies
|
|
4
|
-
|
|
5
|
-
- Updated config-prettier to 0.3.118
|
|
6
|
-
- Updated config-eslint to 0.3.184
|
|
7
|
-
|
|
8
1
|
## 0.18.133 (2025-12-08)
|
|
9
2
|
|
|
10
3
|
### 🧱 Updated Dependencies
|
|
@@ -12,6 +5,93 @@
|
|
|
12
5
|
- Updated config-prettier to 0.3.117
|
|
13
6
|
- Updated config-eslint to 0.3.183
|
|
14
7
|
|
|
8
|
+
## [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)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* 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))
|
|
14
|
+
|
|
15
|
+
## [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)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **AST-3525:** fixing sidebar icon resize issues in Windows ([0aac4bc](https://github.com/Aleph-Alpha/frontend-hub/commit/0aac4bce4530aa7b193b16cefd37f31d02fab970))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* **deps:** update dependency @tokens-studio/sd-transforms to v2.0.2 ([44d2e3f](https://github.com/Aleph-Alpha/frontend-hub/commit/44d2e3fecafa5507e7b0a30cd822ebaa61d1030d))
|
|
26
|
+
* **deps:** update dependency unocss-preset-animations to v1.3.0 ([0aa20b4](https://github.com/Aleph-Alpha/frontend-hub/commit/0aa20b48d3682ba8cae65c2725e41dfc94f562b5))
|
|
27
|
+
* **deps:** update unocss monorepo to v66.5.10 ([fdd9ed3](https://github.com/Aleph-Alpha/frontend-hub/commit/fdd9ed3b551eaa29347af11272706a07a71d5594))
|
|
28
|
+
* **deps:** update unocss monorepo to v66.5.3 ([7996966](https://github.com/Aleph-Alpha/frontend-hub/commit/7996966b3816c0a00ffbdc844c03faa750ff5325))
|
|
29
|
+
* **deps:** update unocss monorepo to v66.5.4 ([53eb1fb](https://github.com/Aleph-Alpha/frontend-hub/commit/53eb1fb37f633a3208ffb2067002d1dd22bb0435))
|
|
30
|
+
* **deps:** update unocss monorepo to v66.5.5 ([56a9c02](https://github.com/Aleph-Alpha/frontend-hub/commit/56a9c02db2c53412424b2d1e0566bd3e01026eeb))
|
|
31
|
+
* **deps:** update unocss monorepo to v66.5.6 ([dde3152](https://github.com/Aleph-Alpha/frontend-hub/commit/dde31523938f1892f57fd1dd07196f6207e2d9ef))
|
|
32
|
+
* **deps:** update unocss monorepo to v66.5.7 ([95a0453](https://github.com/Aleph-Alpha/frontend-hub/commit/95a04537ed1e833b2d513980bfb476d07110611f))
|
|
33
|
+
* **deps:** update unocss monorepo to v66.5.9 ([47f761e](https://github.com/Aleph-Alpha/frontend-hub/commit/47f761e14e2f2e237d21f89e1ea068ae04ffde41))
|
|
34
|
+
|
|
35
|
+
## [0.18.136](https://github.com/Aleph-Alpha/frontend-hub/compare/config-css-0.18.135...config-css-0.18.136) (2025-12-10)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
### Features
|
|
39
|
+
|
|
40
|
+
* **AST-3525:** fixing sidebar icon resize issues in Windows ([0aac4bc](https://github.com/Aleph-Alpha/frontend-hub/commit/0aac4bce4530aa7b193b16cefd37f31d02fab970))
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
### Bug Fixes
|
|
44
|
+
|
|
45
|
+
* **deps:** update dependency @tokens-studio/sd-transforms to v2.0.2 ([44d2e3f](https://github.com/Aleph-Alpha/frontend-hub/commit/44d2e3fecafa5507e7b0a30cd822ebaa61d1030d))
|
|
46
|
+
* **deps:** update dependency unocss-preset-animations to v1.3.0 ([0aa20b4](https://github.com/Aleph-Alpha/frontend-hub/commit/0aa20b48d3682ba8cae65c2725e41dfc94f562b5))
|
|
47
|
+
* **deps:** update unocss monorepo to v66.5.10 ([fdd9ed3](https://github.com/Aleph-Alpha/frontend-hub/commit/fdd9ed3b551eaa29347af11272706a07a71d5594))
|
|
48
|
+
* **deps:** update unocss monorepo to v66.5.3 ([7996966](https://github.com/Aleph-Alpha/frontend-hub/commit/7996966b3816c0a00ffbdc844c03faa750ff5325))
|
|
49
|
+
* **deps:** update unocss monorepo to v66.5.4 ([53eb1fb](https://github.com/Aleph-Alpha/frontend-hub/commit/53eb1fb37f633a3208ffb2067002d1dd22bb0435))
|
|
50
|
+
* **deps:** update unocss monorepo to v66.5.5 ([56a9c02](https://github.com/Aleph-Alpha/frontend-hub/commit/56a9c02db2c53412424b2d1e0566bd3e01026eeb))
|
|
51
|
+
* **deps:** update unocss monorepo to v66.5.6 ([dde3152](https://github.com/Aleph-Alpha/frontend-hub/commit/dde31523938f1892f57fd1dd07196f6207e2d9ef))
|
|
52
|
+
* **deps:** update unocss monorepo to v66.5.7 ([95a0453](https://github.com/Aleph-Alpha/frontend-hub/commit/95a04537ed1e833b2d513980bfb476d07110611f))
|
|
53
|
+
* **deps:** update unocss monorepo to v66.5.9 ([47f761e](https://github.com/Aleph-Alpha/frontend-hub/commit/47f761e14e2f2e237d21f89e1ea068ae04ffde41))
|
|
54
|
+
|
|
55
|
+
## [0.18.135](https://github.com/Aleph-Alpha/frontend-hub/compare/config-css-0.18.134...config-css-0.18.135) (2025-12-10)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
### Features
|
|
59
|
+
|
|
60
|
+
* **AST-3525:** fixing sidebar icon resize issues in Windows ([0aac4bc](https://github.com/Aleph-Alpha/frontend-hub/commit/0aac4bce4530aa7b193b16cefd37f31d02fab970))
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
### Bug Fixes
|
|
64
|
+
|
|
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))
|
|
74
|
+
|
|
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)
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
### Features
|
|
79
|
+
|
|
80
|
+
* **AST-3525:** fixing sidebar icon resize issues in Windows ([0aac4bc](https://github.com/Aleph-Alpha/frontend-hub/commit/0aac4bce4530aa7b193b16cefd37f31d02fab970))
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
### Bug Fixes
|
|
84
|
+
|
|
85
|
+
* **deps:** update dependency @tokens-studio/sd-transforms to v2.0.2 ([44d2e3f](https://github.com/Aleph-Alpha/frontend-hub/commit/44d2e3fecafa5507e7b0a30cd822ebaa61d1030d))
|
|
86
|
+
* **deps:** update dependency unocss-preset-animations to v1.3.0 ([0aa20b4](https://github.com/Aleph-Alpha/frontend-hub/commit/0aa20b48d3682ba8cae65c2725e41dfc94f562b5))
|
|
87
|
+
* **deps:** update unocss monorepo to v66.5.10 ([fdd9ed3](https://github.com/Aleph-Alpha/frontend-hub/commit/fdd9ed3b551eaa29347af11272706a07a71d5594))
|
|
88
|
+
* **deps:** update unocss monorepo to v66.5.3 ([7996966](https://github.com/Aleph-Alpha/frontend-hub/commit/7996966b3816c0a00ffbdc844c03faa750ff5325))
|
|
89
|
+
* **deps:** update unocss monorepo to v66.5.4 ([53eb1fb](https://github.com/Aleph-Alpha/frontend-hub/commit/53eb1fb37f633a3208ffb2067002d1dd22bb0435))
|
|
90
|
+
* **deps:** update unocss monorepo to v66.5.5 ([56a9c02](https://github.com/Aleph-Alpha/frontend-hub/commit/56a9c02db2c53412424b2d1e0566bd3e01026eeb))
|
|
91
|
+
* **deps:** update unocss monorepo to v66.5.6 ([dde3152](https://github.com/Aleph-Alpha/frontend-hub/commit/dde31523938f1892f57fd1dd07196f6207e2d9ef))
|
|
92
|
+
* **deps:** update unocss monorepo to v66.5.7 ([95a0453](https://github.com/Aleph-Alpha/frontend-hub/commit/95a04537ed1e833b2d513980bfb476d07110611f))
|
|
93
|
+
* **deps:** update unocss monorepo to v66.5.9 ([47f761e](https://github.com/Aleph-Alpha/frontend-hub/commit/47f761e14e2f2e237d21f89e1ea068ae04ffde41))
|
|
94
|
+
|
|
15
95
|
## 0.18.132 (2025-12-08)
|
|
16
96
|
|
|
17
97
|
### 🧱 Updated Dependencies
|