@aleph-alpha/config-css 0.17.3 → 0.17.4
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 +6 -0
- package/dist/index.js +34 -31
- package/package.json +3 -3
- package/tokens.json +32 -0
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.17.
|
|
4
|
+
"version": "0.17.4",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
7
7
|
"prettier": "@aleph-alpha/prettier-config-frontend",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"style-dictionary": "^4.0.1",
|
|
26
26
|
"vite-plugin-dts": "^4.0.0",
|
|
27
|
-
"@aleph-alpha/
|
|
28
|
-
"@aleph-alpha/
|
|
27
|
+
"@aleph-alpha/prettier-config-frontend": "0.2.1",
|
|
28
|
+
"@aleph-alpha/eslint-config-frontend": "0.3.43"
|
|
29
29
|
},
|
|
30
30
|
"scripts": {
|
|
31
31
|
"transform:global": "npx token-transformer ./tokens.json ./transformed-tokens/global.json global,\"Spark Border Radius/Mode 1\",\"Spark Spacings/Mode 1\",\"Spark Text/Mode 1\" \"Spark Colors/Light mode/primitives\" --throwErrorWhenNotResolved",
|
package/tokens.json
CHANGED
|
@@ -95,6 +95,10 @@
|
|
|
95
95
|
"11": {
|
|
96
96
|
"value": "AUTO",
|
|
97
97
|
"type": "lineHeights"
|
|
98
|
+
},
|
|
99
|
+
"12": {
|
|
100
|
+
"value": "AUTO",
|
|
101
|
+
"type": "lineHeights"
|
|
98
102
|
}
|
|
99
103
|
},
|
|
100
104
|
"fontWeights": {
|
|
@@ -159,6 +163,10 @@
|
|
|
159
163
|
"11": {
|
|
160
164
|
"value": "0%",
|
|
161
165
|
"type": "letterSpacing"
|
|
166
|
+
},
|
|
167
|
+
"12": {
|
|
168
|
+
"value": "0%",
|
|
169
|
+
"type": "letterSpacing"
|
|
162
170
|
}
|
|
163
171
|
},
|
|
164
172
|
"paragraphSpacing": {
|
|
@@ -209,6 +217,10 @@
|
|
|
209
217
|
"11": {
|
|
210
218
|
"value": "0",
|
|
211
219
|
"type": "paragraphSpacing"
|
|
220
|
+
},
|
|
221
|
+
"12": {
|
|
222
|
+
"value": "0",
|
|
223
|
+
"type": "paragraphSpacing"
|
|
212
224
|
}
|
|
213
225
|
},
|
|
214
226
|
"Heading": {
|
|
@@ -384,6 +396,20 @@
|
|
|
384
396
|
"textDecoration": "{textDecoration.none}"
|
|
385
397
|
},
|
|
386
398
|
"type": "typography"
|
|
399
|
+
},
|
|
400
|
+
"Label 12 Semibold": {
|
|
401
|
+
"value": {
|
|
402
|
+
"fontFamily": "{fontFamilies.raleway}",
|
|
403
|
+
"fontWeight": "{fontWeights.raleway-1}",
|
|
404
|
+
"lineHeight": "{lineHeights.12}",
|
|
405
|
+
"fontSize": "{fontSize.12}",
|
|
406
|
+
"letterSpacing": "{letterSpacing.0}",
|
|
407
|
+
"paragraphSpacing": "{paragraphSpacing.0}",
|
|
408
|
+
"paragraphIndent": "{paragraphIndent.0}",
|
|
409
|
+
"textCase": "{textCase.none}",
|
|
410
|
+
"textDecoration": "{textDecoration.none}"
|
|
411
|
+
},
|
|
412
|
+
"type": "typography"
|
|
387
413
|
}
|
|
388
414
|
},
|
|
389
415
|
"textCase": {
|
|
@@ -403,6 +429,12 @@
|
|
|
403
429
|
"value": "0px",
|
|
404
430
|
"type": "dimension"
|
|
405
431
|
}
|
|
432
|
+
},
|
|
433
|
+
"fontSize": {
|
|
434
|
+
"12": {
|
|
435
|
+
"value": "12",
|
|
436
|
+
"type": "fontSizes"
|
|
437
|
+
}
|
|
406
438
|
}
|
|
407
439
|
},
|
|
408
440
|
"Spark Colors/Dark mode": {
|