@rijkshuisstijl-community/design-tokens 1.0.0-alpha.116 → 1.0.0-alpha.118
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/_variables.scss +16 -11
- package/dist/index.css +16 -11
- package/dist/index.d.ts +16 -11
- package/dist/index.js +16 -11
- package/dist/index.json +16 -11
- package/dist/index.tokens.json +23 -16
- package/dist/root.css +16 -11
- package/dist/tokens.d.ts +24 -17
- package/dist/tokens.js +359 -252
- package/dist/tokens.json +358 -251
- package/dist/variables.less +16 -11
- package/figma/figma.tokens.json +94 -66
- package/package.json +2 -2
- package/src/generated/figma.tokens.json +4342 -4320
package/figma/figma.tokens.json
CHANGED
|
@@ -3380,7 +3380,7 @@
|
|
|
3380
3380
|
"color": {
|
|
3381
3381
|
"value": "{rhc.color.grijs.600}",
|
|
3382
3382
|
"type": "color"
|
|
3383
|
-
|
|
3383
|
+
},
|
|
3384
3384
|
"font-size": {
|
|
3385
3385
|
"value": "1rem",
|
|
3386
3386
|
"type": "fontSizes"
|
|
@@ -3572,8 +3572,8 @@
|
|
|
3572
3572
|
},
|
|
3573
3573
|
"error-message": {
|
|
3574
3574
|
"line-height": {
|
|
3575
|
-
|
|
3576
|
-
|
|
3575
|
+
"value": "normal",
|
|
3576
|
+
"type": "lineHeights"
|
|
3577
3577
|
}
|
|
3578
3578
|
}
|
|
3579
3579
|
}
|
|
@@ -3741,18 +3741,18 @@
|
|
|
3741
3741
|
"type": "spacing"
|
|
3742
3742
|
},
|
|
3743
3743
|
"label": {
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3744
|
+
"margin-block-end": {
|
|
3745
|
+
"value": "{rhc.space.0}",
|
|
3746
|
+
"type": "spacing"
|
|
3747
|
+
}
|
|
3748
3748
|
},
|
|
3749
3749
|
"input": {
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
}
|
|
3750
|
+
"margin": {
|
|
3751
|
+
"block-start": {
|
|
3752
|
+
"value": "{rhc.space.50}",
|
|
3753
|
+
"type": "spacing"
|
|
3755
3754
|
}
|
|
3755
|
+
}
|
|
3756
3756
|
}
|
|
3757
3757
|
}
|
|
3758
3758
|
}
|
|
@@ -5188,6 +5188,32 @@
|
|
|
5188
5188
|
}
|
|
5189
5189
|
}
|
|
5190
5190
|
},
|
|
5191
|
+
"components/pre-heading": {
|
|
5192
|
+
"utrecht": {
|
|
5193
|
+
"pre-heading": {
|
|
5194
|
+
"color": {
|
|
5195
|
+
"value": "{rhc.color.foreground.lint}",
|
|
5196
|
+
"type": "color"
|
|
5197
|
+
},
|
|
5198
|
+
"font-family": {
|
|
5199
|
+
"value": "{rhc.font-family.primary}",
|
|
5200
|
+
"type": "fontFamilies"
|
|
5201
|
+
},
|
|
5202
|
+
"font-weight": {
|
|
5203
|
+
"value": "{rhc.font-weight.bold}",
|
|
5204
|
+
"type": "fontWeights"
|
|
5205
|
+
},
|
|
5206
|
+
"line-height": {
|
|
5207
|
+
"value": "{rhc.line-height.sm}",
|
|
5208
|
+
"type": "lineHeights"
|
|
5209
|
+
},
|
|
5210
|
+
"font-size": {
|
|
5211
|
+
"value": "{rhc.font-size.xs.mobile}",
|
|
5212
|
+
"type": "fontSizes"
|
|
5213
|
+
}
|
|
5214
|
+
}
|
|
5215
|
+
}
|
|
5216
|
+
},
|
|
5191
5217
|
"components/radio": {
|
|
5192
5218
|
"utrecht": {
|
|
5193
5219
|
"radio-button": {
|
|
@@ -5917,56 +5943,6 @@
|
|
|
5917
5943
|
}
|
|
5918
5944
|
}
|
|
5919
5945
|
},
|
|
5920
|
-
"components/sub-nav-bar": {
|
|
5921
|
-
"rhc": {
|
|
5922
|
-
"sub-nav-bar": {
|
|
5923
|
-
"background-color": {
|
|
5924
|
-
"value": "#f2f4f6",
|
|
5925
|
-
"type": "color"
|
|
5926
|
-
},
|
|
5927
|
-
"column-gap": {
|
|
5928
|
-
"value": "{rhc.space.100}",
|
|
5929
|
-
"type": "spacing"
|
|
5930
|
-
},
|
|
5931
|
-
"column-width": {
|
|
5932
|
-
"value": "375px",
|
|
5933
|
-
"type": "sizing"
|
|
5934
|
-
},
|
|
5935
|
-
"padding-block-end": {
|
|
5936
|
-
"value": "{rhc.space.400}",
|
|
5937
|
-
"type": "spacing"
|
|
5938
|
-
},
|
|
5939
|
-
"padding-block-start": {
|
|
5940
|
-
"value": "{rhc.space.400}",
|
|
5941
|
-
"type": "spacing"
|
|
5942
|
-
},
|
|
5943
|
-
"inline-size": {
|
|
5944
|
-
"value": "100%",
|
|
5945
|
-
"type": "sizing"
|
|
5946
|
-
},
|
|
5947
|
-
"content": {
|
|
5948
|
-
"padding-inline-end": {
|
|
5949
|
-
"value": "{rhc.space.200}",
|
|
5950
|
-
"type": "spacing"
|
|
5951
|
-
},
|
|
5952
|
-
"padding-inline-start": {
|
|
5953
|
-
"value": "{rhc.space.200}",
|
|
5954
|
-
"type": "spacing"
|
|
5955
|
-
},
|
|
5956
|
-
"max-inline-size": {
|
|
5957
|
-
"value": "1280px",
|
|
5958
|
-
"type": "sizing"
|
|
5959
|
-
},
|
|
5960
|
-
"list": {
|
|
5961
|
-
"row-gap": {
|
|
5962
|
-
"value": "{rhc.space.100}",
|
|
5963
|
-
"type": "spacing"
|
|
5964
|
-
}
|
|
5965
|
-
}
|
|
5966
|
-
}
|
|
5967
|
-
}
|
|
5968
|
-
}
|
|
5969
|
-
},
|
|
5970
5946
|
"components/summary-list": {
|
|
5971
5947
|
"todo": {
|
|
5972
5948
|
"summary-list": {
|
|
@@ -6321,8 +6297,8 @@
|
|
|
6321
6297
|
}
|
|
6322
6298
|
},
|
|
6323
6299
|
"font-size": {
|
|
6324
|
-
|
|
6325
|
-
|
|
6300
|
+
"value": "{rhc.font-size.xs.desktop}",
|
|
6301
|
+
"type": "fontSizes"
|
|
6326
6302
|
}
|
|
6327
6303
|
}
|
|
6328
6304
|
}
|
|
@@ -6901,6 +6877,56 @@
|
|
|
6901
6877
|
}
|
|
6902
6878
|
}
|
|
6903
6879
|
},
|
|
6880
|
+
"components/sub-nav-bar": {
|
|
6881
|
+
"rhc": {
|
|
6882
|
+
"sub-nav-bar": {
|
|
6883
|
+
"background-color": {
|
|
6884
|
+
"value": "#f2f4f6",
|
|
6885
|
+
"type": "color"
|
|
6886
|
+
},
|
|
6887
|
+
"column-gap": {
|
|
6888
|
+
"value": "{rhc.space.100}",
|
|
6889
|
+
"type": "spacing"
|
|
6890
|
+
},
|
|
6891
|
+
"column-width": {
|
|
6892
|
+
"value": "375px",
|
|
6893
|
+
"type": "sizing"
|
|
6894
|
+
},
|
|
6895
|
+
"padding-block-end": {
|
|
6896
|
+
"value": "{rhc.space.400}",
|
|
6897
|
+
"type": "spacing"
|
|
6898
|
+
},
|
|
6899
|
+
"padding-block-start": {
|
|
6900
|
+
"value": "{rhc.space.400}",
|
|
6901
|
+
"type": "spacing"
|
|
6902
|
+
},
|
|
6903
|
+
"inline-size": {
|
|
6904
|
+
"value": "100%",
|
|
6905
|
+
"type": "sizing"
|
|
6906
|
+
},
|
|
6907
|
+
"content": {
|
|
6908
|
+
"padding-inline-end": {
|
|
6909
|
+
"value": "{rhc.space.200}",
|
|
6910
|
+
"type": "spacing"
|
|
6911
|
+
},
|
|
6912
|
+
"padding-inline-start": {
|
|
6913
|
+
"value": "{rhc.space.200}",
|
|
6914
|
+
"type": "spacing"
|
|
6915
|
+
},
|
|
6916
|
+
"max-inline-size": {
|
|
6917
|
+
"value": "1280px",
|
|
6918
|
+
"type": "sizing"
|
|
6919
|
+
},
|
|
6920
|
+
"list": {
|
|
6921
|
+
"row-gap": {
|
|
6922
|
+
"value": "{rhc.space.100}",
|
|
6923
|
+
"type": "spacing"
|
|
6924
|
+
}
|
|
6925
|
+
}
|
|
6926
|
+
}
|
|
6927
|
+
}
|
|
6928
|
+
}
|
|
6929
|
+
},
|
|
6904
6930
|
"$themes": [],
|
|
6905
6931
|
"$metadata": {
|
|
6906
6932
|
"tokenSetOrder": [
|
|
@@ -6962,6 +6988,7 @@
|
|
|
6962
6988
|
"components/ordered-list",
|
|
6963
6989
|
"components/pagination",
|
|
6964
6990
|
"components/paragraph",
|
|
6991
|
+
"components/pre-heading",
|
|
6965
6992
|
"components/radio",
|
|
6966
6993
|
"components/radio-group",
|
|
6967
6994
|
"components/select",
|
|
@@ -6977,7 +7004,8 @@
|
|
|
6977
7004
|
"components/toggletip",
|
|
6978
7005
|
"components/toolbar-button",
|
|
6979
7006
|
"components/unordered-list",
|
|
6980
|
-
"components/icon"
|
|
7007
|
+
"components/icon",
|
|
7008
|
+
"components/sub-nav-bar"
|
|
6981
7009
|
]
|
|
6982
7010
|
}
|
|
6983
|
-
}
|
|
7011
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rijkshuisstijl-community/design-tokens",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.118",
|
|
4
4
|
"author": "Community for NL Design System",
|
|
5
5
|
"description": "Example design tokens",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"style-dictionary": "3.9.2",
|
|
34
34
|
"token-transformer": "0.0.33"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "fb84dba4b99a5e753a3f491d69bb38bef9de0cf5"
|
|
37
37
|
}
|