@aleph-alpha/config-css 0.8.2 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## 0.8.3 (2025-03-20)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **release:** publish
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - lucas.esperidiao
10
+
11
+ ## 0.9.0 (2025-03-20)
12
+
13
+ This was a version bump only for config-css-preset to align it with other projects, there were no code changes.
14
+
1
15
  ## 0.8.2 (2025-03-13)
2
16
 
3
17
  ### 🩹 Fixes
package/dist/index.js CHANGED
@@ -117,11 +117,13 @@ const Z = [
117
117
  dvh: 100,
118
118
  lvh: 100,
119
119
  lvw: 100
120
- }, T = /^\[(color|length|size|position|quoted|string):/i, Y = [
120
+ }, T = /^\[(color|image|length|size|position|quoted|string):/i, Y = [
121
121
  // basic props
122
122
  "color",
123
123
  "border-color",
124
124
  "background-color",
125
+ "outline-color",
126
+ "text-decoration-color",
125
127
  "flex-grow",
126
128
  "flex",
127
129
  "flex-shrink",
@@ -136,6 +138,7 @@ const Z = [
136
138
  "text-shadow",
137
139
  "transform",
138
140
  "box-shadow",
141
+ "border",
139
142
  // positions
140
143
  "background-position",
141
144
  "left",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aleph-alpha/config-css",
3
3
  "license": "Apache-2.0",
4
- "version": "0.8.2",
4
+ "version": "0.8.3",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "prettier": "@aleph-alpha/prettier-config-frontend",
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "@tokens-studio/sd-transforms": "1.2.12",
18
18
  "token-transformer": "0.0.33",
19
- "unocss": "^0.61.3",
19
+ "unocss": "^66.0.0",
20
20
  "unocss-preset-animations": "1.1.1",
21
21
  "unocss-preset-theme": "0.14.1"
22
22
  },