@utrecht/component-library-design-tokens 1.0.11 → 1.0.12
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/dist/tokens.json +12 -0
- package/package.json +2 -2
package/dist/tokens.json
CHANGED
|
@@ -12408,6 +12408,18 @@
|
|
|
12408
12408
|
"type": "textCase"
|
|
12409
12409
|
},
|
|
12410
12410
|
"item": {
|
|
12411
|
+
"first": {
|
|
12412
|
+
"padding-inline-start": {
|
|
12413
|
+
"$extensions": {
|
|
12414
|
+
"nl.nldesignsystem.css.property": {
|
|
12415
|
+
"syntax": "<length>",
|
|
12416
|
+
"inherits": true
|
|
12417
|
+
},
|
|
12418
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
12419
|
+
},
|
|
12420
|
+
"type": "spacing"
|
|
12421
|
+
}
|
|
12422
|
+
},
|
|
12411
12423
|
"padding-block-start": {
|
|
12412
12424
|
"$extensions": {
|
|
12413
12425
|
"nl.nldesignsystem.css.property": {
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.
|
|
2
|
+
"version": "1.0.12",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Design tokens metadata for the component library for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@utrecht/badge-list-css": "2.2.1",
|
|
40
40
|
"@utrecht/badge-status-css": "1.4.1",
|
|
41
41
|
"@utrecht/blockquote-css": "1.6.1",
|
|
42
|
-
"@utrecht/breadcrumb-nav-css": "1.
|
|
42
|
+
"@utrecht/breadcrumb-nav-css": "1.5.0",
|
|
43
43
|
"@utrecht/button-css": "2.3.1",
|
|
44
44
|
"@utrecht/button-group-css": "1.4.1",
|
|
45
45
|
"@utrecht/button-link-css": "1.3.1",
|