@utrecht/component-library-design-tokens 1.0.15 → 1.1.1
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 +119 -19
- package/package.json +8 -7
package/dist/tokens.json
CHANGED
|
@@ -9076,6 +9076,18 @@
|
|
|
9076
9076
|
}
|
|
9077
9077
|
}
|
|
9078
9078
|
},
|
|
9079
|
+
"digid-button": {
|
|
9080
|
+
"block-size": {
|
|
9081
|
+
"$extensions": {
|
|
9082
|
+
"nl.nldesignsystem.css.property": {
|
|
9083
|
+
"syntax": "<length>",
|
|
9084
|
+
"inherits": true
|
|
9085
|
+
},
|
|
9086
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
9087
|
+
},
|
|
9088
|
+
"type": "sizing"
|
|
9089
|
+
}
|
|
9090
|
+
},
|
|
9079
9091
|
"document": {
|
|
9080
9092
|
"background-color": {
|
|
9081
9093
|
"$extensions": {
|
|
@@ -9141,18 +9153,6 @@
|
|
|
9141
9153
|
"type": "lineHeights"
|
|
9142
9154
|
}
|
|
9143
9155
|
},
|
|
9144
|
-
"digid-button": {
|
|
9145
|
-
"block-size": {
|
|
9146
|
-
"$extensions": {
|
|
9147
|
-
"nl.nldesignsystem.css.property": {
|
|
9148
|
-
"syntax": "<length>",
|
|
9149
|
-
"inherits": true
|
|
9150
|
-
},
|
|
9151
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
9152
|
-
},
|
|
9153
|
-
"type": "sizing"
|
|
9154
|
-
}
|
|
9155
|
-
},
|
|
9156
9156
|
"data-placeholder": {
|
|
9157
9157
|
"background-color": {
|
|
9158
9158
|
"$extensions": {
|
|
@@ -10959,7 +10959,9 @@
|
|
|
10959
10959
|
"syntax": "<color>",
|
|
10960
10960
|
"inherits": true
|
|
10961
10961
|
},
|
|
10962
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
10962
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
10963
|
+
"nl.nldesignsystem.deprecated": true,
|
|
10964
|
+
"nl.nldesignsystem.redirect": "utrecht.action-group.background-color"
|
|
10963
10965
|
},
|
|
10964
10966
|
"type": "color"
|
|
10965
10967
|
},
|
|
@@ -10969,7 +10971,9 @@
|
|
|
10969
10971
|
"syntax": "<length>",
|
|
10970
10972
|
"inherits": true
|
|
10971
10973
|
},
|
|
10972
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
10974
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
10975
|
+
"nl.nldesignsystem.deprecated": true,
|
|
10976
|
+
"nl.nldesignsystem.redirect": "utrecht.action-group.column-gap"
|
|
10973
10977
|
},
|
|
10974
10978
|
"comment": "'column-gap', for lack of a better existing property.",
|
|
10975
10979
|
"type": "spacing"
|
|
@@ -10980,7 +10984,9 @@
|
|
|
10980
10984
|
"syntax": "<length>",
|
|
10981
10985
|
"inherits": true
|
|
10982
10986
|
},
|
|
10983
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
10987
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
10988
|
+
"nl.nldesignsystem.deprecated": true,
|
|
10989
|
+
"nl.nldesignsystem.redirect": "utrecht.action-group.margin-block-end"
|
|
10984
10990
|
},
|
|
10985
10991
|
"type": "spacing"
|
|
10986
10992
|
},
|
|
@@ -10990,7 +10996,9 @@
|
|
|
10990
10996
|
"syntax": "<length>",
|
|
10991
10997
|
"inherits": true
|
|
10992
10998
|
},
|
|
10993
|
-
"nl.nldesignsystem.figma.supports-token": false
|
|
10999
|
+
"nl.nldesignsystem.figma.supports-token": false,
|
|
11000
|
+
"nl.nldesignsystem.deprecated": true,
|
|
11001
|
+
"nl.nldesignsystem.redirect": "utrecht.action-group.margin-block-start"
|
|
10994
11002
|
},
|
|
10995
11003
|
"type": "spacing"
|
|
10996
11004
|
},
|
|
@@ -11000,7 +11008,9 @@
|
|
|
11000
11008
|
"syntax": "<length>",
|
|
11001
11009
|
"inherits": true
|
|
11002
11010
|
},
|
|
11003
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
11011
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
11012
|
+
"nl.nldesignsystem.deprecated": true,
|
|
11013
|
+
"nl.nldesignsystem.redirect": "utrecht.action-group.padding-block-end"
|
|
11004
11014
|
},
|
|
11005
11015
|
"type": "spacing"
|
|
11006
11016
|
},
|
|
@@ -11010,7 +11020,9 @@
|
|
|
11010
11020
|
"syntax": "<length>",
|
|
11011
11021
|
"inherits": true
|
|
11012
11022
|
},
|
|
11013
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
11023
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
11024
|
+
"nl.nldesignsystem.deprecated": true,
|
|
11025
|
+
"nl.nldesignsystem.redirect": "utrecht.action-group.padding-block-start"
|
|
11014
11026
|
},
|
|
11015
11027
|
"type": "spacing"
|
|
11016
11028
|
},
|
|
@@ -11020,7 +11032,9 @@
|
|
|
11020
11032
|
"syntax": "<length>",
|
|
11021
11033
|
"inherits": true
|
|
11022
11034
|
},
|
|
11023
|
-
"nl.nldesignsystem.figma.supports-token": true
|
|
11035
|
+
"nl.nldesignsystem.figma.supports-token": true,
|
|
11036
|
+
"nl.nldesignsystem.deprecated": true,
|
|
11037
|
+
"nl.nldesignsystem.redirect": "utrecht.action-group.row-gap"
|
|
11024
11038
|
},
|
|
11025
11039
|
"comment": "'row-gap', for lack of a better existing property.",
|
|
11026
11040
|
"type": "spacing"
|
|
@@ -12736,6 +12750,18 @@
|
|
|
12736
12750
|
},
|
|
12737
12751
|
"type": "color"
|
|
12738
12752
|
}
|
|
12753
|
+
},
|
|
12754
|
+
"icon": {
|
|
12755
|
+
"size": {
|
|
12756
|
+
"$extensions": {
|
|
12757
|
+
"nl.nldesignsystem.css.property": {
|
|
12758
|
+
"syntax": "<length>",
|
|
12759
|
+
"inherits": true
|
|
12760
|
+
},
|
|
12761
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
12762
|
+
},
|
|
12763
|
+
"type": "sizing"
|
|
12764
|
+
}
|
|
12739
12765
|
}
|
|
12740
12766
|
},
|
|
12741
12767
|
"separator": {
|
|
@@ -14048,6 +14074,80 @@
|
|
|
14048
14074
|
}
|
|
14049
14075
|
}
|
|
14050
14076
|
},
|
|
14077
|
+
"action-group": {
|
|
14078
|
+
"background-color": {
|
|
14079
|
+
"$extensions": {
|
|
14080
|
+
"nl.nldesignsystem.css.property": {
|
|
14081
|
+
"syntax": "<color>",
|
|
14082
|
+
"inherits": true
|
|
14083
|
+
},
|
|
14084
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
14085
|
+
},
|
|
14086
|
+
"type": "color"
|
|
14087
|
+
},
|
|
14088
|
+
"column-gap": {
|
|
14089
|
+
"$extensions": {
|
|
14090
|
+
"nl.nldesignsystem.css.property": {
|
|
14091
|
+
"syntax": "<length>",
|
|
14092
|
+
"inherits": true
|
|
14093
|
+
},
|
|
14094
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
14095
|
+
},
|
|
14096
|
+
"comment": "'column-gap', for lack of a better existing property.",
|
|
14097
|
+
"type": "spacing"
|
|
14098
|
+
},
|
|
14099
|
+
"margin-block-end": {
|
|
14100
|
+
"$extensions": {
|
|
14101
|
+
"nl.nldesignsystem.css.property": {
|
|
14102
|
+
"syntax": "<length>",
|
|
14103
|
+
"inherits": true
|
|
14104
|
+
},
|
|
14105
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14106
|
+
},
|
|
14107
|
+
"type": "spacing"
|
|
14108
|
+
},
|
|
14109
|
+
"margin-block-start": {
|
|
14110
|
+
"$extensions": {
|
|
14111
|
+
"nl.nldesignsystem.css.property": {
|
|
14112
|
+
"syntax": "<length>",
|
|
14113
|
+
"inherits": true
|
|
14114
|
+
},
|
|
14115
|
+
"nl.nldesignsystem.figma.supports-token": false
|
|
14116
|
+
},
|
|
14117
|
+
"type": "spacing"
|
|
14118
|
+
},
|
|
14119
|
+
"padding-block-end": {
|
|
14120
|
+
"$extensions": {
|
|
14121
|
+
"nl.nldesignsystem.css.property": {
|
|
14122
|
+
"syntax": "<length>",
|
|
14123
|
+
"inherits": true
|
|
14124
|
+
},
|
|
14125
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
14126
|
+
},
|
|
14127
|
+
"type": "spacing"
|
|
14128
|
+
},
|
|
14129
|
+
"padding-block-start": {
|
|
14130
|
+
"$extensions": {
|
|
14131
|
+
"nl.nldesignsystem.css.property": {
|
|
14132
|
+
"syntax": "<length>",
|
|
14133
|
+
"inherits": true
|
|
14134
|
+
},
|
|
14135
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
14136
|
+
},
|
|
14137
|
+
"type": "spacing"
|
|
14138
|
+
},
|
|
14139
|
+
"row-gap": {
|
|
14140
|
+
"$extensions": {
|
|
14141
|
+
"nl.nldesignsystem.css.property": {
|
|
14142
|
+
"syntax": "<length>",
|
|
14143
|
+
"inherits": true
|
|
14144
|
+
},
|
|
14145
|
+
"nl.nldesignsystem.figma.supports-token": true
|
|
14146
|
+
},
|
|
14147
|
+
"comment": "'row-gap', for lack of a better existing property.",
|
|
14148
|
+
"type": "spacing"
|
|
14149
|
+
}
|
|
14150
|
+
},
|
|
14051
14151
|
"accordion": {
|
|
14052
14152
|
"margin-block-start": {
|
|
14053
14153
|
"$extensions": {
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
2
|
+
"version": "1.1.1",
|
|
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",
|
|
@@ -29,19 +29,20 @@
|
|
|
29
29
|
"@utrecht/build-utils-css": "0.0.3"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@utrecht/accordion-css": "2.0.0",
|
|
33
32
|
"@utrecht/alert-css": "2.4.0",
|
|
33
|
+
"@utrecht/action-group-css": "1.1.0",
|
|
34
|
+
"@utrecht/accordion-css": "2.0.0",
|
|
34
35
|
"@utrecht/alert-dialog-css": "1.4.2",
|
|
35
36
|
"@utrecht/alternate-lang-nav-css": "1.3.1",
|
|
36
|
-
"@utrecht/backdrop-css": "1.4.1",
|
|
37
37
|
"@utrecht/article-css": "1.5.1",
|
|
38
|
+
"@utrecht/backdrop-css": "1.4.1",
|
|
38
39
|
"@utrecht/badge-counter-css": "1.4.1",
|
|
39
40
|
"@utrecht/badge-list-css": "2.2.1",
|
|
40
41
|
"@utrecht/badge-status-css": "1.4.1",
|
|
41
42
|
"@utrecht/blockquote-css": "1.6.1",
|
|
42
|
-
"@utrecht/breadcrumb-nav-css": "1.5.
|
|
43
|
+
"@utrecht/breadcrumb-nav-css": "1.5.1",
|
|
43
44
|
"@utrecht/button-css": "2.3.1",
|
|
44
|
-
"@utrecht/button-group-css": "1.
|
|
45
|
+
"@utrecht/button-group-css": "1.5.0",
|
|
45
46
|
"@utrecht/button-link-css": "1.3.1",
|
|
46
47
|
"@utrecht/calendar-css": "1.4.1",
|
|
47
48
|
"@utrecht/checkbox-css": "1.6.1",
|
|
@@ -54,6 +55,7 @@
|
|
|
54
55
|
"@utrecht/custom-checkbox-css": "1.3.2",
|
|
55
56
|
"@utrecht/data-badge-css": "1.0.1",
|
|
56
57
|
"@utrecht/data-list-css": "1.4.1",
|
|
58
|
+
"@utrecht/data-placeholder-css": "1.4.1",
|
|
57
59
|
"@utrecht/digid-button-css": "1.4.1",
|
|
58
60
|
"@utrecht/document-css": "1.5.1",
|
|
59
61
|
"@utrecht/drawer-css": "1.4.1",
|
|
@@ -62,7 +64,6 @@
|
|
|
62
64
|
"@utrecht/form-css": "1.5.1",
|
|
63
65
|
"@utrecht/form-field-css": "1.5.1",
|
|
64
66
|
"@utrecht/form-field-description-css": "1.5.1",
|
|
65
|
-
"@utrecht/data-placeholder-css": "1.4.1",
|
|
66
67
|
"@utrecht/form-field-error-message-css": "1.5.1",
|
|
67
68
|
"@utrecht/form-fieldset-css": "1.5.1",
|
|
68
69
|
"@utrecht/form-label-css": "1.6.1",
|
|
@@ -105,7 +106,7 @@
|
|
|
105
106
|
"@utrecht/pre-heading-css": "1.4.1",
|
|
106
107
|
"@utrecht/preserve-data-css": "1.3.1",
|
|
107
108
|
"@utrecht/radio-button-css": "1.6.1",
|
|
108
|
-
"@utrecht/rich-text-css": "1.
|
|
109
|
+
"@utrecht/rich-text-css": "1.4.0",
|
|
109
110
|
"@utrecht/search-bar-css": "2.2.1",
|
|
110
111
|
"@utrecht/select-css": "1.8.1",
|
|
111
112
|
"@utrecht/separator-css": "1.5.1",
|