@utrecht/design-tokens 6.1.1 → 6.2.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/CHANGELOG.md +12 -0
- package/build-stylelint.mjs +1 -2
- package/dist/_mixin-theme.scss +13 -11
- package/dist/_mixin.scss +13 -11
- package/dist/_variables.scss +13 -11
- package/dist/dark/_mixin-theme.scss +13 -11
- package/dist/dark/_mixin.scss +13 -11
- package/dist/dark/_variables.scss +13 -11
- package/dist/dark/index.cjs +13 -11
- package/dist/dark/index.css +13 -11
- package/dist/dark/index.d.ts +11 -9
- package/dist/dark/index.flat.json +4 -2
- package/dist/dark/index.json +120 -24
- package/dist/dark/index.mjs +13 -11
- package/dist/dark/index.tokens.json +17 -15
- package/dist/dark/list.json +120 -24
- package/dist/dark/list.mjs +120 -24
- package/dist/dark/property.css +8 -2
- package/dist/dark/root.css +4 -2
- package/dist/dark/theme-prince-xml.css +13 -11
- package/dist/dark/theme.css +4 -2
- package/dist/dark/tokens.cjs +215 -129
- package/dist/dark/tokens.d.ts +13 -11
- package/dist/dark/tokens.json +253 -157
- package/dist/dark/variables.cjs +13 -11
- package/dist/dark/variables.css +4 -2
- package/dist/dark/variables.d.ts +11 -9
- package/dist/dark/variables.json +4 -2
- package/dist/dark/variables.less +13 -11
- package/dist/dark/variables.mjs +13 -11
- package/dist/index.cjs +13 -11
- package/dist/index.css +26 -22
- package/dist/index.d.ts +11 -9
- package/dist/index.flat.json +4 -2
- package/dist/index.json +120 -24
- package/dist/index.mjs +13 -11
- package/dist/index.tokens.json +17 -15
- package/dist/list.json +120 -24
- package/dist/list.mjs +120 -24
- package/dist/property.css +8 -2
- package/dist/root.css +4 -2
- package/dist/theme-prince-xml.css +13 -11
- package/dist/theme.css +4 -2
- package/dist/tokens.cjs +215 -129
- package/dist/tokens.d.ts +13 -11
- package/dist/tokens.json +253 -157
- package/dist/variables.cjs +13 -11
- package/dist/variables.css +4 -2
- package/dist/variables.d.ts +11 -9
- package/dist/variables.json +4 -2
- package/dist/variables.less +13 -11
- package/dist/variables.mjs +13 -11
- package/package.json +5 -6
- package/src/component/utrecht/nav-bar.tokens.json +8 -2
- package/stylelint.config.mjs +10 -0
- package/.stylelintrc.json +0 -10
package/dist/theme.css
CHANGED
|
@@ -242,6 +242,8 @@
|
|
|
242
242
|
--utrecht-mapcontrolbutton-focus-text-decoration: none;
|
|
243
243
|
--utrecht-mapcontrolbutton-margin-inline-end: 0;
|
|
244
244
|
--utrecht-mapcontrolbutton-margin-inline-start: 0;
|
|
245
|
+
--utrecht-nav-bar-background-color: transparent;
|
|
246
|
+
--utrecht-nav-bar-color: transparent;
|
|
245
247
|
--utrecht-navigation-border-block-end-color: transparent;
|
|
246
248
|
--utrecht-navigation-border-block-end-width: 0;
|
|
247
249
|
--utrecht-navigation-border-block-start-color: transparent;
|
|
@@ -912,8 +914,8 @@
|
|
|
912
914
|
--utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
|
|
913
915
|
--utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
|
|
914
916
|
--utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
|
|
915
|
-
--utrecht-nav-bar-background-color: var(--utrecht-color-white);
|
|
916
|
-
--utrecht-nav-bar-color: var(--utrecht-color-black);
|
|
917
|
+
--utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
|
|
918
|
+
--utrecht-nav-bar-content-color: var(--utrecht-color-black);
|
|
917
919
|
--utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
|
|
918
920
|
--utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
|
|
919
921
|
--utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
|
package/dist/tokens.cjs
CHANGED
|
@@ -10261,6 +10261,31 @@ module.exports = {
|
|
|
10261
10261
|
},
|
|
10262
10262
|
},
|
|
10263
10263
|
},
|
|
10264
|
+
textbox: {
|
|
10265
|
+
"border-bottom-width": {
|
|
10266
|
+
key: "{utrecht.textbox.border-bottom-width}",
|
|
10267
|
+
$extensions: {
|
|
10268
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
10269
|
+
"nl.nldesignsystem.deprecated": true,
|
|
10270
|
+
},
|
|
10271
|
+
$type: "dimension",
|
|
10272
|
+
$value: "3px",
|
|
10273
|
+
filePath: "src/component/utrecht/textbox.tokens.json",
|
|
10274
|
+
isSource: true,
|
|
10275
|
+
original: {
|
|
10276
|
+
$extensions: {
|
|
10277
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
10278
|
+
"nl.nldesignsystem.deprecated": true,
|
|
10279
|
+
},
|
|
10280
|
+
$type: "dimension",
|
|
10281
|
+
$value: "3px",
|
|
10282
|
+
key: "{utrecht.textbox.border-bottom-width}",
|
|
10283
|
+
},
|
|
10284
|
+
name: "border-bottom-width",
|
|
10285
|
+
attributes: {},
|
|
10286
|
+
path: ["utrecht", "textbox", "border-bottom-width"],
|
|
10287
|
+
},
|
|
10288
|
+
},
|
|
10264
10289
|
"data-list": {
|
|
10265
10290
|
"margin-block-end": {
|
|
10266
10291
|
key: "{utrecht.data-list.margin-block-end}",
|
|
@@ -16678,7 +16703,7 @@ module.exports = {
|
|
|
16678
16703
|
"nl.nldesignsystem.figma-implementation": false,
|
|
16679
16704
|
},
|
|
16680
16705
|
$type: "color",
|
|
16681
|
-
$value: "
|
|
16706
|
+
$value: "transparent",
|
|
16682
16707
|
filePath: "src/component/utrecht/nav-bar.tokens.json",
|
|
16683
16708
|
isSource: true,
|
|
16684
16709
|
original: {
|
|
@@ -16687,7 +16712,7 @@ module.exports = {
|
|
|
16687
16712
|
"nl.nldesignsystem.figma-implementation": false,
|
|
16688
16713
|
},
|
|
16689
16714
|
$type: "color",
|
|
16690
|
-
$value: "
|
|
16715
|
+
$value: "transparent",
|
|
16691
16716
|
key: "{utrecht.nav-bar.background-color}",
|
|
16692
16717
|
},
|
|
16693
16718
|
name: "background-color",
|
|
@@ -16701,7 +16726,7 @@ module.exports = {
|
|
|
16701
16726
|
"nl.nldesignsystem.figma-implementation": false,
|
|
16702
16727
|
},
|
|
16703
16728
|
$type: "color",
|
|
16704
|
-
$value: "
|
|
16729
|
+
$value: "transparent",
|
|
16705
16730
|
filePath: "src/component/utrecht/nav-bar.tokens.json",
|
|
16706
16731
|
isSource: true,
|
|
16707
16732
|
original: {
|
|
@@ -16710,7 +16735,7 @@ module.exports = {
|
|
|
16710
16735
|
"nl.nldesignsystem.figma-implementation": false,
|
|
16711
16736
|
},
|
|
16712
16737
|
$type: "color",
|
|
16713
|
-
$value: "
|
|
16738
|
+
$value: "transparent",
|
|
16714
16739
|
key: "{utrecht.nav-bar.color}",
|
|
16715
16740
|
},
|
|
16716
16741
|
name: "color",
|
|
@@ -16718,6 +16743,52 @@ module.exports = {
|
|
|
16718
16743
|
path: ["utrecht", "nav-bar", "color"],
|
|
16719
16744
|
},
|
|
16720
16745
|
content: {
|
|
16746
|
+
"background-color": {
|
|
16747
|
+
key: "{utrecht.nav-bar.content.background-color}",
|
|
16748
|
+
$extensions: {
|
|
16749
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
16750
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
16751
|
+
},
|
|
16752
|
+
$type: "color",
|
|
16753
|
+
$value: "hsl(0 0% 100%)",
|
|
16754
|
+
filePath: "src/component/utrecht/nav-bar.tokens.json",
|
|
16755
|
+
isSource: true,
|
|
16756
|
+
original: {
|
|
16757
|
+
$extensions: {
|
|
16758
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
16759
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
16760
|
+
},
|
|
16761
|
+
$type: "color",
|
|
16762
|
+
$value: "{utrecht.color.white}",
|
|
16763
|
+
key: "{utrecht.nav-bar.content.background-color}",
|
|
16764
|
+
},
|
|
16765
|
+
name: "background-color",
|
|
16766
|
+
attributes: {},
|
|
16767
|
+
path: ["utrecht", "nav-bar", "content", "background-color"],
|
|
16768
|
+
},
|
|
16769
|
+
color: {
|
|
16770
|
+
key: "{utrecht.nav-bar.content.color}",
|
|
16771
|
+
$extensions: {
|
|
16772
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
16773
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
16774
|
+
},
|
|
16775
|
+
$type: "color",
|
|
16776
|
+
$value: "hsl(0 0% 0%)",
|
|
16777
|
+
filePath: "src/component/utrecht/nav-bar.tokens.json",
|
|
16778
|
+
isSource: true,
|
|
16779
|
+
original: {
|
|
16780
|
+
$extensions: {
|
|
16781
|
+
"nl.nldesignsystem.css-property-syntax": "<color>",
|
|
16782
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
16783
|
+
},
|
|
16784
|
+
$type: "color",
|
|
16785
|
+
$value: "{utrecht.color.black}",
|
|
16786
|
+
key: "{utrecht.nav-bar.content.color}",
|
|
16787
|
+
},
|
|
16788
|
+
name: "color",
|
|
16789
|
+
attributes: {},
|
|
16790
|
+
path: ["utrecht", "nav-bar", "content", "color"],
|
|
16791
|
+
},
|
|
16721
16792
|
"max-inline-size": {
|
|
16722
16793
|
key: "{utrecht.nav-bar.content.max-inline-size}",
|
|
16723
16794
|
$extensions: {
|
|
@@ -19030,6 +19101,98 @@ module.exports = {
|
|
|
19030
19101
|
},
|
|
19031
19102
|
},
|
|
19032
19103
|
"page-body": {
|
|
19104
|
+
"padding-block-start": {
|
|
19105
|
+
key: "{utrecht.page-body.padding-block-start}",
|
|
19106
|
+
$extensions: {
|
|
19107
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
19108
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
19109
|
+
},
|
|
19110
|
+
$type: "dimension",
|
|
19111
|
+
$value: "0",
|
|
19112
|
+
filePath: "src/component/utrecht/page-body.tokens.json",
|
|
19113
|
+
isSource: true,
|
|
19114
|
+
original: {
|
|
19115
|
+
$extensions: {
|
|
19116
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
19117
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
19118
|
+
},
|
|
19119
|
+
$type: "dimension",
|
|
19120
|
+
$value: "0",
|
|
19121
|
+
key: "{utrecht.page-body.padding-block-start}",
|
|
19122
|
+
},
|
|
19123
|
+
name: "padding-block-start",
|
|
19124
|
+
attributes: {},
|
|
19125
|
+
path: ["utrecht", "page-body", "padding-block-start"],
|
|
19126
|
+
},
|
|
19127
|
+
"padding-block-end": {
|
|
19128
|
+
key: "{utrecht.page-body.padding-block-end}",
|
|
19129
|
+
$extensions: {
|
|
19130
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
19131
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
19132
|
+
},
|
|
19133
|
+
$type: "dimension",
|
|
19134
|
+
$value: "0",
|
|
19135
|
+
filePath: "src/component/utrecht/page-body.tokens.json",
|
|
19136
|
+
isSource: true,
|
|
19137
|
+
original: {
|
|
19138
|
+
$extensions: {
|
|
19139
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
19140
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
19141
|
+
},
|
|
19142
|
+
$type: "dimension",
|
|
19143
|
+
$value: "0",
|
|
19144
|
+
key: "{utrecht.page-body.padding-block-end}",
|
|
19145
|
+
},
|
|
19146
|
+
name: "padding-block-end",
|
|
19147
|
+
attributes: {},
|
|
19148
|
+
path: ["utrecht", "page-body", "padding-block-end"],
|
|
19149
|
+
},
|
|
19150
|
+
"padding-inline-start": {
|
|
19151
|
+
key: "{utrecht.page-body.padding-inline-start}",
|
|
19152
|
+
$extensions: {
|
|
19153
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
19154
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
19155
|
+
},
|
|
19156
|
+
$type: "dimension",
|
|
19157
|
+
$value: "0",
|
|
19158
|
+
filePath: "src/component/utrecht/page-body.tokens.json",
|
|
19159
|
+
isSource: true,
|
|
19160
|
+
original: {
|
|
19161
|
+
$extensions: {
|
|
19162
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
19163
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
19164
|
+
},
|
|
19165
|
+
$type: "dimension",
|
|
19166
|
+
$value: "0",
|
|
19167
|
+
key: "{utrecht.page-body.padding-inline-start}",
|
|
19168
|
+
},
|
|
19169
|
+
name: "padding-inline-start",
|
|
19170
|
+
attributes: {},
|
|
19171
|
+
path: ["utrecht", "page-body", "padding-inline-start"],
|
|
19172
|
+
},
|
|
19173
|
+
"padding-inline-end": {
|
|
19174
|
+
key: "{utrecht.page-body.padding-inline-end}",
|
|
19175
|
+
$extensions: {
|
|
19176
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
19177
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
19178
|
+
},
|
|
19179
|
+
$type: "dimension",
|
|
19180
|
+
$value: "0",
|
|
19181
|
+
filePath: "src/component/utrecht/page-body.tokens.json",
|
|
19182
|
+
isSource: true,
|
|
19183
|
+
original: {
|
|
19184
|
+
$extensions: {
|
|
19185
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
19186
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
19187
|
+
},
|
|
19188
|
+
$type: "dimension",
|
|
19189
|
+
$value: "0",
|
|
19190
|
+
key: "{utrecht.page-body.padding-inline-end}",
|
|
19191
|
+
},
|
|
19192
|
+
name: "padding-inline-end",
|
|
19193
|
+
attributes: {},
|
|
19194
|
+
path: ["utrecht", "page-body", "padding-inline-end"],
|
|
19195
|
+
},
|
|
19033
19196
|
content: {
|
|
19034
19197
|
"background-color": {
|
|
19035
19198
|
key: "{utrecht.page-body.content.background-color}",
|
|
@@ -19183,58 +19346,6 @@ module.exports = {
|
|
|
19183
19346
|
path: ["utrecht", "page-body", "content", "max-inline-size"],
|
|
19184
19347
|
},
|
|
19185
19348
|
},
|
|
19186
|
-
"padding-inline-end": {
|
|
19187
|
-
key: "{utrecht.page-body.padding-inline-end}",
|
|
19188
|
-
$value: "0",
|
|
19189
|
-
filePath: "src/component/utrecht/page-body.tokens.json",
|
|
19190
|
-
isSource: true,
|
|
19191
|
-
original: {
|
|
19192
|
-
$value: "0",
|
|
19193
|
-
key: "{utrecht.page-body.padding-inline-end}",
|
|
19194
|
-
},
|
|
19195
|
-
name: "padding-inline-end",
|
|
19196
|
-
attributes: {},
|
|
19197
|
-
path: ["utrecht", "page-body", "padding-inline-end"],
|
|
19198
|
-
},
|
|
19199
|
-
"padding-inline-start": {
|
|
19200
|
-
key: "{utrecht.page-body.padding-inline-start}",
|
|
19201
|
-
$value: "0",
|
|
19202
|
-
filePath: "src/component/utrecht/page-body.tokens.json",
|
|
19203
|
-
isSource: true,
|
|
19204
|
-
original: {
|
|
19205
|
-
$value: "0",
|
|
19206
|
-
key: "{utrecht.page-body.padding-inline-start}",
|
|
19207
|
-
},
|
|
19208
|
-
name: "padding-inline-start",
|
|
19209
|
-
attributes: {},
|
|
19210
|
-
path: ["utrecht", "page-body", "padding-inline-start"],
|
|
19211
|
-
},
|
|
19212
|
-
"padding-block-end": {
|
|
19213
|
-
key: "{utrecht.page-body.padding-block-end}",
|
|
19214
|
-
$value: "0",
|
|
19215
|
-
filePath: "src/component/utrecht/page-body.tokens.json",
|
|
19216
|
-
isSource: true,
|
|
19217
|
-
original: {
|
|
19218
|
-
$value: "0",
|
|
19219
|
-
key: "{utrecht.page-body.padding-block-end}",
|
|
19220
|
-
},
|
|
19221
|
-
name: "padding-block-end",
|
|
19222
|
-
attributes: {},
|
|
19223
|
-
path: ["utrecht", "page-body", "padding-block-end"],
|
|
19224
|
-
},
|
|
19225
|
-
"padding-block-start": {
|
|
19226
|
-
key: "{utrecht.page-body.padding-block-start}",
|
|
19227
|
-
$value: "0",
|
|
19228
|
-
filePath: "src/component/utrecht/page-body.tokens.json",
|
|
19229
|
-
isSource: true,
|
|
19230
|
-
original: {
|
|
19231
|
-
$value: "0",
|
|
19232
|
-
key: "{utrecht.page-body.padding-block-start}",
|
|
19233
|
-
},
|
|
19234
|
-
name: "padding-block-start",
|
|
19235
|
-
attributes: {},
|
|
19236
|
-
path: ["utrecht", "page-body", "padding-block-start"],
|
|
19237
|
-
},
|
|
19238
19349
|
},
|
|
19239
19350
|
"page-content": {
|
|
19240
19351
|
"padding-block-start": {
|
|
@@ -19357,6 +19468,29 @@ module.exports = {
|
|
|
19357
19468
|
path: ["utrecht", "page-footer", "background-image"],
|
|
19358
19469
|
},
|
|
19359
19470
|
content: {
|
|
19471
|
+
"padding-inline": {
|
|
19472
|
+
key: "{utrecht.page-footer.content.padding-inline}",
|
|
19473
|
+
$extensions: {
|
|
19474
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
19475
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
19476
|
+
},
|
|
19477
|
+
$type: "dimension",
|
|
19478
|
+
$value: "28px",
|
|
19479
|
+
filePath: "src/component/utrecht/page-footer.tokens.json",
|
|
19480
|
+
isSource: true,
|
|
19481
|
+
original: {
|
|
19482
|
+
$extensions: {
|
|
19483
|
+
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
19484
|
+
"nl.nldesignsystem.figma-implementation": false,
|
|
19485
|
+
},
|
|
19486
|
+
$type: "dimension",
|
|
19487
|
+
$value: "{utrecht.space.inline.2xl}",
|
|
19488
|
+
key: "{utrecht.page-footer.content.padding-inline}",
|
|
19489
|
+
},
|
|
19490
|
+
name: "padding-inline",
|
|
19491
|
+
attributes: {},
|
|
19492
|
+
path: ["utrecht", "page-footer", "content", "padding-inline"],
|
|
19493
|
+
},
|
|
19360
19494
|
"padding-block-end": {
|
|
19361
19495
|
key: "{utrecht.page-footer.content.padding-block-end}",
|
|
19362
19496
|
$extensions: {
|
|
@@ -19416,19 +19550,6 @@ module.exports = {
|
|
|
19416
19550
|
attributes: {},
|
|
19417
19551
|
path: ["utrecht", "page-footer", "content", "max-inline-size"],
|
|
19418
19552
|
},
|
|
19419
|
-
"padding-inline": {
|
|
19420
|
-
key: "{utrecht.page-footer.content.padding-inline}",
|
|
19421
|
-
$value: "28px",
|
|
19422
|
-
filePath: "src/component/utrecht/page-footer.tokens.json",
|
|
19423
|
-
isSource: true,
|
|
19424
|
-
original: {
|
|
19425
|
-
$value: "{utrecht.space.inline.2xl}",
|
|
19426
|
-
key: "{utrecht.page-footer.content.padding-inline}",
|
|
19427
|
-
},
|
|
19428
|
-
name: "padding-inline",
|
|
19429
|
-
attributes: {},
|
|
19430
|
-
path: ["utrecht", "page-footer", "content", "padding-inline"],
|
|
19431
|
-
},
|
|
19432
19553
|
},
|
|
19433
19554
|
},
|
|
19434
19555
|
"page-header": {
|
|
@@ -19617,15 +19738,14 @@ module.exports = {
|
|
|
19617
19738
|
attributes: {},
|
|
19618
19739
|
path: ["utrecht", "page-header", "content", "padding-block-end"],
|
|
19619
19740
|
},
|
|
19620
|
-
"padding-inline
|
|
19621
|
-
key: "{utrecht.page-header.content.padding-inline
|
|
19741
|
+
"padding-inline": {
|
|
19742
|
+
key: "{utrecht.page-header.content.padding-inline}",
|
|
19622
19743
|
$extensions: {
|
|
19623
19744
|
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
19624
19745
|
"nl.nldesignsystem.figma-implementation": false,
|
|
19625
19746
|
},
|
|
19626
19747
|
$type: "dimension",
|
|
19627
19748
|
$value: "2em",
|
|
19628
|
-
$comment: "Legacy design token",
|
|
19629
19749
|
filePath: "src/component/utrecht/page-header.tokens.json",
|
|
19630
19750
|
isSource: true,
|
|
19631
19751
|
original: {
|
|
@@ -19635,30 +19755,32 @@ module.exports = {
|
|
|
19635
19755
|
},
|
|
19636
19756
|
$type: "dimension",
|
|
19637
19757
|
$value: "2em",
|
|
19638
|
-
|
|
19639
|
-
key: "{utrecht.page-header.content.padding-inline-start}",
|
|
19758
|
+
key: "{utrecht.page-header.content.padding-inline}",
|
|
19640
19759
|
},
|
|
19641
|
-
name: "padding-inline
|
|
19760
|
+
name: "padding-inline",
|
|
19642
19761
|
attributes: {},
|
|
19643
|
-
path: ["utrecht", "page-header", "content", "padding-inline
|
|
19762
|
+
path: ["utrecht", "page-header", "content", "padding-inline"],
|
|
19763
|
+
},
|
|
19764
|
+
"max-inline-size": {
|
|
19765
|
+
key: "{utrecht.page-header.content.max-inline-size}",
|
|
19766
|
+
$value: "1184px",
|
|
19767
|
+
filePath: "src/component/utrecht/page-header.tokens.json",
|
|
19768
|
+
isSource: true,
|
|
19769
|
+
original: {
|
|
19770
|
+
$value: "1184px",
|
|
19771
|
+
key: "{utrecht.page-header.content.max-inline-size}",
|
|
19772
|
+
},
|
|
19773
|
+
name: "max-inline-size",
|
|
19774
|
+
attributes: {},
|
|
19775
|
+
path: ["utrecht", "page-header", "content", "max-inline-size"],
|
|
19644
19776
|
},
|
|
19645
19777
|
"padding-inline-end": {
|
|
19646
19778
|
key: "{utrecht.page-header.content.padding-inline-end}",
|
|
19647
|
-
$extensions: {
|
|
19648
|
-
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
19649
|
-
"nl.nldesignsystem.figma-implementation": false,
|
|
19650
|
-
},
|
|
19651
|
-
$type: "dimension",
|
|
19652
19779
|
$value: "2.4em",
|
|
19653
19780
|
$comment: "Legacy design token",
|
|
19654
19781
|
filePath: "src/component/utrecht/page-header.tokens.json",
|
|
19655
19782
|
isSource: true,
|
|
19656
19783
|
original: {
|
|
19657
|
-
$extensions: {
|
|
19658
|
-
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
19659
|
-
"nl.nldesignsystem.figma-implementation": false,
|
|
19660
|
-
},
|
|
19661
|
-
$type: "dimension",
|
|
19662
19784
|
$value: "2.4em",
|
|
19663
19785
|
$comment: "Legacy design token",
|
|
19664
19786
|
key: "{utrecht.page-header.content.padding-inline-end}",
|
|
@@ -19667,31 +19789,20 @@ module.exports = {
|
|
|
19667
19789
|
attributes: {},
|
|
19668
19790
|
path: ["utrecht", "page-header", "content", "padding-inline-end"],
|
|
19669
19791
|
},
|
|
19670
|
-
"
|
|
19671
|
-
key: "{utrecht.page-header.content.
|
|
19672
|
-
$value: "1184px",
|
|
19673
|
-
filePath: "src/component/utrecht/page-header.tokens.json",
|
|
19674
|
-
isSource: true,
|
|
19675
|
-
original: {
|
|
19676
|
-
$value: "1184px",
|
|
19677
|
-
key: "{utrecht.page-header.content.max-inline-size}",
|
|
19678
|
-
},
|
|
19679
|
-
name: "max-inline-size",
|
|
19680
|
-
attributes: {},
|
|
19681
|
-
path: ["utrecht", "page-header", "content", "max-inline-size"],
|
|
19682
|
-
},
|
|
19683
|
-
"padding-inline": {
|
|
19684
|
-
key: "{utrecht.page-header.content.padding-inline}",
|
|
19792
|
+
"padding-inline-start": {
|
|
19793
|
+
key: "{utrecht.page-header.content.padding-inline-start}",
|
|
19685
19794
|
$value: "2em",
|
|
19795
|
+
$comment: "Legacy design token",
|
|
19686
19796
|
filePath: "src/component/utrecht/page-header.tokens.json",
|
|
19687
19797
|
isSource: true,
|
|
19688
19798
|
original: {
|
|
19689
19799
|
$value: "2em",
|
|
19690
|
-
|
|
19800
|
+
$comment: "Legacy design token",
|
|
19801
|
+
key: "{utrecht.page-header.content.padding-inline-start}",
|
|
19691
19802
|
},
|
|
19692
|
-
name: "padding-inline",
|
|
19803
|
+
name: "padding-inline-start",
|
|
19693
19804
|
attributes: {},
|
|
19694
|
-
path: ["utrecht", "page-header", "content", "padding-inline"],
|
|
19805
|
+
path: ["utrecht", "page-header", "content", "padding-inline-start"],
|
|
19695
19806
|
},
|
|
19696
19807
|
},
|
|
19697
19808
|
},
|
|
@@ -24634,31 +24745,6 @@ module.exports = {
|
|
|
24634
24745
|
path: ["utrecht", "textarea", "line-height"],
|
|
24635
24746
|
},
|
|
24636
24747
|
},
|
|
24637
|
-
textbox: {
|
|
24638
|
-
"border-bottom-width": {
|
|
24639
|
-
key: "{utrecht.textbox.border-bottom-width}",
|
|
24640
|
-
$extensions: {
|
|
24641
|
-
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
24642
|
-
"nl.nldesignsystem.deprecated": true,
|
|
24643
|
-
},
|
|
24644
|
-
$type: "dimension",
|
|
24645
|
-
$value: "3px",
|
|
24646
|
-
filePath: "src/component/utrecht/textbox.tokens.json",
|
|
24647
|
-
isSource: true,
|
|
24648
|
-
original: {
|
|
24649
|
-
$extensions: {
|
|
24650
|
-
"nl.nldesignsystem.css-property-syntax": "<length>",
|
|
24651
|
-
"nl.nldesignsystem.deprecated": true,
|
|
24652
|
-
},
|
|
24653
|
-
$type: "dimension",
|
|
24654
|
-
$value: "3px",
|
|
24655
|
-
key: "{utrecht.textbox.border-bottom-width}",
|
|
24656
|
-
},
|
|
24657
|
-
name: "border-bottom-width",
|
|
24658
|
-
attributes: {},
|
|
24659
|
-
path: ["utrecht", "textbox", "border-bottom-width"],
|
|
24660
|
-
},
|
|
24661
|
-
},
|
|
24662
24748
|
tooltip: {
|
|
24663
24749
|
"background-color": {
|
|
24664
24750
|
key: "{utrecht.tooltip.background-color}",
|
package/dist/tokens.d.ts
CHANGED
|
@@ -751,6 +751,9 @@ declare const tokens: {
|
|
|
751
751
|
"5xl": DesignToken;
|
|
752
752
|
};
|
|
753
753
|
};
|
|
754
|
+
textbox: {
|
|
755
|
+
"border-bottom-width": DesignToken;
|
|
756
|
+
};
|
|
754
757
|
"data-list": {
|
|
755
758
|
"margin-block-end": DesignToken;
|
|
756
759
|
"margin-block-start": DesignToken;
|
|
@@ -1232,6 +1235,8 @@ declare const tokens: {
|
|
|
1232
1235
|
"background-color": DesignToken;
|
|
1233
1236
|
color: DesignToken;
|
|
1234
1237
|
content: {
|
|
1238
|
+
"background-color": DesignToken;
|
|
1239
|
+
color: DesignToken;
|
|
1235
1240
|
"max-inline-size": DesignToken;
|
|
1236
1241
|
};
|
|
1237
1242
|
link: {
|
|
@@ -1412,6 +1417,10 @@ declare const tokens: {
|
|
|
1412
1417
|
};
|
|
1413
1418
|
};
|
|
1414
1419
|
"page-body": {
|
|
1420
|
+
"padding-block-start": DesignToken;
|
|
1421
|
+
"padding-block-end": DesignToken;
|
|
1422
|
+
"padding-inline-start": DesignToken;
|
|
1423
|
+
"padding-inline-end": DesignToken;
|
|
1415
1424
|
content: {
|
|
1416
1425
|
"background-color": DesignToken;
|
|
1417
1426
|
color: DesignToken;
|
|
@@ -1421,10 +1430,6 @@ declare const tokens: {
|
|
|
1421
1430
|
"padding-inline-end": DesignToken;
|
|
1422
1431
|
"max-inline-size": DesignToken;
|
|
1423
1432
|
};
|
|
1424
|
-
"padding-inline-end": DesignToken;
|
|
1425
|
-
"padding-inline-start": DesignToken;
|
|
1426
|
-
"padding-block-end": DesignToken;
|
|
1427
|
-
"padding-block-start": DesignToken;
|
|
1428
1433
|
};
|
|
1429
1434
|
"page-content": {
|
|
1430
1435
|
"padding-block-start": DesignToken;
|
|
@@ -1435,10 +1440,10 @@ declare const tokens: {
|
|
|
1435
1440
|
"background-color": DesignToken;
|
|
1436
1441
|
"background-image": DesignToken;
|
|
1437
1442
|
content: {
|
|
1443
|
+
"padding-inline": DesignToken;
|
|
1438
1444
|
"padding-block-end": DesignToken;
|
|
1439
1445
|
"padding-block-start": DesignToken;
|
|
1440
1446
|
"max-inline-size": DesignToken;
|
|
1441
|
-
"padding-inline": DesignToken;
|
|
1442
1447
|
};
|
|
1443
1448
|
};
|
|
1444
1449
|
"page-header": {
|
|
@@ -1451,10 +1456,10 @@ declare const tokens: {
|
|
|
1451
1456
|
color: DesignToken;
|
|
1452
1457
|
"padding-block-start": DesignToken;
|
|
1453
1458
|
"padding-block-end": DesignToken;
|
|
1454
|
-
"padding-inline-start": DesignToken;
|
|
1455
|
-
"padding-inline-end": DesignToken;
|
|
1456
|
-
"max-inline-size": DesignToken;
|
|
1457
1459
|
"padding-inline": DesignToken;
|
|
1460
|
+
"max-inline-size": DesignToken;
|
|
1461
|
+
"padding-inline-end": DesignToken;
|
|
1462
|
+
"padding-inline-start": DesignToken;
|
|
1458
1463
|
};
|
|
1459
1464
|
};
|
|
1460
1465
|
page: {
|
|
@@ -1815,9 +1820,6 @@ declare const tokens: {
|
|
|
1815
1820
|
"border-bottom-width": DesignToken;
|
|
1816
1821
|
"line-height": DesignToken;
|
|
1817
1822
|
};
|
|
1818
|
-
textbox: {
|
|
1819
|
-
"border-bottom-width": DesignToken;
|
|
1820
|
-
};
|
|
1821
1823
|
tooltip: {
|
|
1822
1824
|
"background-color": DesignToken;
|
|
1823
1825
|
"border-color": DesignToken;
|