@utrecht/component-library-design-tokens 2.0.3 → 2.0.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/dist/tokens.json +30 -16
- package/package.json +3 -3
package/dist/tokens.json
CHANGED
|
@@ -3910,14 +3910,7 @@
|
|
|
3910
3910
|
},
|
|
3911
3911
|
"$type": "dimension"
|
|
3912
3912
|
},
|
|
3913
|
-
"padding-inline
|
|
3914
|
-
"$extensions": {
|
|
3915
|
-
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
3916
|
-
"nl.nldesignsystem.figma-implementation": false
|
|
3917
|
-
},
|
|
3918
|
-
"$type": "dimension"
|
|
3919
|
-
},
|
|
3920
|
-
"padding-inline-end": {
|
|
3913
|
+
"padding-inline": {
|
|
3921
3914
|
"$extensions": {
|
|
3922
3915
|
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
3923
3916
|
"nl.nldesignsystem.figma-implementation": false
|
|
@@ -3991,14 +3984,7 @@
|
|
|
3991
3984
|
},
|
|
3992
3985
|
"$type": "color"
|
|
3993
3986
|
},
|
|
3994
|
-
"padding-inline
|
|
3995
|
-
"$extensions": {
|
|
3996
|
-
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
3997
|
-
"nl.nldesignsystem.figma-implementation": false
|
|
3998
|
-
},
|
|
3999
|
-
"$type": "dimension"
|
|
4000
|
-
},
|
|
4001
|
-
"padding-inline-start": {
|
|
3987
|
+
"padding-inline": {
|
|
4002
3988
|
"$extensions": {
|
|
4003
3989
|
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
4004
3990
|
"nl.nldesignsystem.figma-implementation": false
|
|
@@ -4066,6 +4052,34 @@
|
|
|
4066
4052
|
},
|
|
4067
4053
|
"$type": "color"
|
|
4068
4054
|
},
|
|
4055
|
+
"padding-block-start": {
|
|
4056
|
+
"$extensions": {
|
|
4057
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
4058
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
4059
|
+
},
|
|
4060
|
+
"$type": "dimension"
|
|
4061
|
+
},
|
|
4062
|
+
"padding-block-end": {
|
|
4063
|
+
"$extensions": {
|
|
4064
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
4065
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
4066
|
+
},
|
|
4067
|
+
"$type": "dimension"
|
|
4068
|
+
},
|
|
4069
|
+
"padding-inline-start": {
|
|
4070
|
+
"$extensions": {
|
|
4071
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
4072
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
4073
|
+
},
|
|
4074
|
+
"$type": "dimension"
|
|
4075
|
+
},
|
|
4076
|
+
"padding-inline-end": {
|
|
4077
|
+
"$extensions": {
|
|
4078
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
4079
|
+
"nl.nldesignsystem.figma-implementation": false
|
|
4080
|
+
},
|
|
4081
|
+
"$type": "dimension"
|
|
4082
|
+
},
|
|
4069
4083
|
"content": {
|
|
4070
4084
|
"background-color": {
|
|
4071
4085
|
"$extensions": {
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
2
|
+
"version": "2.0.4",
|
|
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",
|
|
@@ -98,8 +98,8 @@
|
|
|
98
98
|
"@utrecht/ordered-list-css": "4.0.0",
|
|
99
99
|
"@utrecht/page-content-css": "3.0.0",
|
|
100
100
|
"@utrecht/page-css": "3.0.0",
|
|
101
|
-
"@utrecht/page-footer-css": "4.0.
|
|
102
|
-
"@utrecht/page-header-css": "3.0.
|
|
101
|
+
"@utrecht/page-footer-css": "4.0.1",
|
|
102
|
+
"@utrecht/page-header-css": "3.0.1",
|
|
103
103
|
"@utrecht/pagination-css": "3.0.0",
|
|
104
104
|
"@utrecht/paragraph-css": "4.0.0",
|
|
105
105
|
"@utrecht/pre-heading-css": "3.0.0",
|