@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.
Files changed (56) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/build-stylelint.mjs +1 -2
  3. package/dist/_mixin-theme.scss +13 -11
  4. package/dist/_mixin.scss +13 -11
  5. package/dist/_variables.scss +13 -11
  6. package/dist/dark/_mixin-theme.scss +13 -11
  7. package/dist/dark/_mixin.scss +13 -11
  8. package/dist/dark/_variables.scss +13 -11
  9. package/dist/dark/index.cjs +13 -11
  10. package/dist/dark/index.css +13 -11
  11. package/dist/dark/index.d.ts +11 -9
  12. package/dist/dark/index.flat.json +4 -2
  13. package/dist/dark/index.json +120 -24
  14. package/dist/dark/index.mjs +13 -11
  15. package/dist/dark/index.tokens.json +17 -15
  16. package/dist/dark/list.json +120 -24
  17. package/dist/dark/list.mjs +120 -24
  18. package/dist/dark/property.css +8 -2
  19. package/dist/dark/root.css +4 -2
  20. package/dist/dark/theme-prince-xml.css +13 -11
  21. package/dist/dark/theme.css +4 -2
  22. package/dist/dark/tokens.cjs +215 -129
  23. package/dist/dark/tokens.d.ts +13 -11
  24. package/dist/dark/tokens.json +253 -157
  25. package/dist/dark/variables.cjs +13 -11
  26. package/dist/dark/variables.css +4 -2
  27. package/dist/dark/variables.d.ts +11 -9
  28. package/dist/dark/variables.json +4 -2
  29. package/dist/dark/variables.less +13 -11
  30. package/dist/dark/variables.mjs +13 -11
  31. package/dist/index.cjs +13 -11
  32. package/dist/index.css +26 -22
  33. package/dist/index.d.ts +11 -9
  34. package/dist/index.flat.json +4 -2
  35. package/dist/index.json +120 -24
  36. package/dist/index.mjs +13 -11
  37. package/dist/index.tokens.json +17 -15
  38. package/dist/list.json +120 -24
  39. package/dist/list.mjs +120 -24
  40. package/dist/property.css +8 -2
  41. package/dist/root.css +4 -2
  42. package/dist/theme-prince-xml.css +13 -11
  43. package/dist/theme.css +4 -2
  44. package/dist/tokens.cjs +215 -129
  45. package/dist/tokens.d.ts +13 -11
  46. package/dist/tokens.json +253 -157
  47. package/dist/variables.cjs +13 -11
  48. package/dist/variables.css +4 -2
  49. package/dist/variables.d.ts +11 -9
  50. package/dist/variables.json +4 -2
  51. package/dist/variables.less +13 -11
  52. package/dist/variables.mjs +13 -11
  53. package/package.json +5 -6
  54. package/src/component/utrecht/nav-bar.tokens.json +8 -2
  55. package/stylelint.config.mjs +10 -0
  56. package/.stylelintrc.json +0 -10
@@ -244,6 +244,8 @@
244
244
  --utrecht-mapcontrolbutton-focus-text-decoration: none;
245
245
  --utrecht-mapcontrolbutton-margin-inline-end: 0;
246
246
  --utrecht-mapcontrolbutton-margin-inline-start: 0;
247
+ --utrecht-nav-bar-background-color: transparent;
248
+ --utrecht-nav-bar-color: transparent;
247
249
  --utrecht-navigation-border-block-end-color: transparent;
248
250
  --utrecht-navigation-border-block-end-width: 0;
249
251
  --utrecht-navigation-border-block-start-color: transparent;
@@ -911,8 +913,8 @@
911
913
  --utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
912
914
  --utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
913
915
  --utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
914
- --utrecht-nav-bar-background-color: var(--utrecht-color-white);
915
- --utrecht-nav-bar-color: var(--utrecht-color-black);
916
+ --utrecht-nav-bar-content-background-color: var(--utrecht-color-white);
917
+ --utrecht-nav-bar-content-color: var(--utrecht-color-black);
916
918
  --utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
917
919
  --utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
918
920
  --utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
@@ -9932,6 +9932,31 @@ module.exports = {
9932
9932
  },
9933
9933
  },
9934
9934
  },
9935
+ textbox: {
9936
+ "border-bottom-width": {
9937
+ key: "{utrecht.textbox.border-bottom-width}",
9938
+ $extensions: {
9939
+ "nl.nldesignsystem.css-property-syntax": "<length>",
9940
+ "nl.nldesignsystem.deprecated": true,
9941
+ },
9942
+ $type: "dimension",
9943
+ $value: "3px",
9944
+ filePath: "src/component/utrecht/textbox.tokens.json",
9945
+ isSource: true,
9946
+ original: {
9947
+ $extensions: {
9948
+ "nl.nldesignsystem.css-property-syntax": "<length>",
9949
+ "nl.nldesignsystem.deprecated": true,
9950
+ },
9951
+ $type: "dimension",
9952
+ $value: "3px",
9953
+ key: "{utrecht.textbox.border-bottom-width}",
9954
+ },
9955
+ name: "border-bottom-width",
9956
+ attributes: {},
9957
+ path: ["utrecht", "textbox", "border-bottom-width"],
9958
+ },
9959
+ },
9935
9960
  "data-list": {
9936
9961
  "margin-block-end": {
9937
9962
  key: "{utrecht.data-list.margin-block-end}",
@@ -16091,7 +16116,7 @@ module.exports = {
16091
16116
  "nl.nldesignsystem.figma-implementation": false,
16092
16117
  },
16093
16118
  $type: "color",
16094
- $value: "hsl(0 0% 100%)",
16119
+ $value: "transparent",
16095
16120
  filePath: "src/component/utrecht/nav-bar.tokens.json",
16096
16121
  isSource: true,
16097
16122
  original: {
@@ -16100,7 +16125,7 @@ module.exports = {
16100
16125
  "nl.nldesignsystem.figma-implementation": false,
16101
16126
  },
16102
16127
  $type: "color",
16103
- $value: "{utrecht.color.white}",
16128
+ $value: "transparent",
16104
16129
  key: "{utrecht.nav-bar.background-color}",
16105
16130
  },
16106
16131
  name: "background-color",
@@ -16114,7 +16139,7 @@ module.exports = {
16114
16139
  "nl.nldesignsystem.figma-implementation": false,
16115
16140
  },
16116
16141
  $type: "color",
16117
- $value: "hsl(0 0% 0%)",
16142
+ $value: "transparent",
16118
16143
  filePath: "src/component/utrecht/nav-bar.tokens.json",
16119
16144
  isSource: true,
16120
16145
  original: {
@@ -16123,7 +16148,7 @@ module.exports = {
16123
16148
  "nl.nldesignsystem.figma-implementation": false,
16124
16149
  },
16125
16150
  $type: "color",
16126
- $value: "{utrecht.color.black}",
16151
+ $value: "transparent",
16127
16152
  key: "{utrecht.nav-bar.color}",
16128
16153
  },
16129
16154
  name: "color",
@@ -16131,6 +16156,52 @@ module.exports = {
16131
16156
  path: ["utrecht", "nav-bar", "color"],
16132
16157
  },
16133
16158
  content: {
16159
+ "background-color": {
16160
+ key: "{utrecht.nav-bar.content.background-color}",
16161
+ $extensions: {
16162
+ "nl.nldesignsystem.css-property-syntax": "<color>",
16163
+ "nl.nldesignsystem.figma-implementation": false,
16164
+ },
16165
+ $type: "color",
16166
+ $value: "hsl(0 0% 100%)",
16167
+ filePath: "src/component/utrecht/nav-bar.tokens.json",
16168
+ isSource: true,
16169
+ original: {
16170
+ $extensions: {
16171
+ "nl.nldesignsystem.css-property-syntax": "<color>",
16172
+ "nl.nldesignsystem.figma-implementation": false,
16173
+ },
16174
+ $type: "color",
16175
+ $value: "{utrecht.color.white}",
16176
+ key: "{utrecht.nav-bar.content.background-color}",
16177
+ },
16178
+ name: "background-color",
16179
+ attributes: {},
16180
+ path: ["utrecht", "nav-bar", "content", "background-color"],
16181
+ },
16182
+ color: {
16183
+ key: "{utrecht.nav-bar.content.color}",
16184
+ $extensions: {
16185
+ "nl.nldesignsystem.css-property-syntax": "<color>",
16186
+ "nl.nldesignsystem.figma-implementation": false,
16187
+ },
16188
+ $type: "color",
16189
+ $value: "hsl(0 0% 0%)",
16190
+ filePath: "src/component/utrecht/nav-bar.tokens.json",
16191
+ isSource: true,
16192
+ original: {
16193
+ $extensions: {
16194
+ "nl.nldesignsystem.css-property-syntax": "<color>",
16195
+ "nl.nldesignsystem.figma-implementation": false,
16196
+ },
16197
+ $type: "color",
16198
+ $value: "{utrecht.color.black}",
16199
+ key: "{utrecht.nav-bar.content.color}",
16200
+ },
16201
+ name: "color",
16202
+ attributes: {},
16203
+ path: ["utrecht", "nav-bar", "content", "color"],
16204
+ },
16134
16205
  "max-inline-size": {
16135
16206
  key: "{utrecht.nav-bar.content.max-inline-size}",
16136
16207
  $extensions: {
@@ -18443,6 +18514,98 @@ module.exports = {
18443
18514
  },
18444
18515
  },
18445
18516
  "page-body": {
18517
+ "padding-block-start": {
18518
+ key: "{utrecht.page-body.padding-block-start}",
18519
+ $extensions: {
18520
+ "nl.nldesignsystem.css-property-syntax": "<length>",
18521
+ "nl.nldesignsystem.figma-implementation": false,
18522
+ },
18523
+ $type: "dimension",
18524
+ $value: "0",
18525
+ filePath: "src/component/utrecht/page-body.tokens.json",
18526
+ isSource: true,
18527
+ original: {
18528
+ $extensions: {
18529
+ "nl.nldesignsystem.css-property-syntax": "<length>",
18530
+ "nl.nldesignsystem.figma-implementation": false,
18531
+ },
18532
+ $type: "dimension",
18533
+ $value: "0",
18534
+ key: "{utrecht.page-body.padding-block-start}",
18535
+ },
18536
+ name: "padding-block-start",
18537
+ attributes: {},
18538
+ path: ["utrecht", "page-body", "padding-block-start"],
18539
+ },
18540
+ "padding-block-end": {
18541
+ key: "{utrecht.page-body.padding-block-end}",
18542
+ $extensions: {
18543
+ "nl.nldesignsystem.css-property-syntax": "<length>",
18544
+ "nl.nldesignsystem.figma-implementation": false,
18545
+ },
18546
+ $type: "dimension",
18547
+ $value: "0",
18548
+ filePath: "src/component/utrecht/page-body.tokens.json",
18549
+ isSource: true,
18550
+ original: {
18551
+ $extensions: {
18552
+ "nl.nldesignsystem.css-property-syntax": "<length>",
18553
+ "nl.nldesignsystem.figma-implementation": false,
18554
+ },
18555
+ $type: "dimension",
18556
+ $value: "0",
18557
+ key: "{utrecht.page-body.padding-block-end}",
18558
+ },
18559
+ name: "padding-block-end",
18560
+ attributes: {},
18561
+ path: ["utrecht", "page-body", "padding-block-end"],
18562
+ },
18563
+ "padding-inline-start": {
18564
+ key: "{utrecht.page-body.padding-inline-start}",
18565
+ $extensions: {
18566
+ "nl.nldesignsystem.css-property-syntax": "<length>",
18567
+ "nl.nldesignsystem.figma-implementation": false,
18568
+ },
18569
+ $type: "dimension",
18570
+ $value: "0",
18571
+ filePath: "src/component/utrecht/page-body.tokens.json",
18572
+ isSource: true,
18573
+ original: {
18574
+ $extensions: {
18575
+ "nl.nldesignsystem.css-property-syntax": "<length>",
18576
+ "nl.nldesignsystem.figma-implementation": false,
18577
+ },
18578
+ $type: "dimension",
18579
+ $value: "0",
18580
+ key: "{utrecht.page-body.padding-inline-start}",
18581
+ },
18582
+ name: "padding-inline-start",
18583
+ attributes: {},
18584
+ path: ["utrecht", "page-body", "padding-inline-start"],
18585
+ },
18586
+ "padding-inline-end": {
18587
+ key: "{utrecht.page-body.padding-inline-end}",
18588
+ $extensions: {
18589
+ "nl.nldesignsystem.css-property-syntax": "<length>",
18590
+ "nl.nldesignsystem.figma-implementation": false,
18591
+ },
18592
+ $type: "dimension",
18593
+ $value: "0",
18594
+ filePath: "src/component/utrecht/page-body.tokens.json",
18595
+ isSource: true,
18596
+ original: {
18597
+ $extensions: {
18598
+ "nl.nldesignsystem.css-property-syntax": "<length>",
18599
+ "nl.nldesignsystem.figma-implementation": false,
18600
+ },
18601
+ $type: "dimension",
18602
+ $value: "0",
18603
+ key: "{utrecht.page-body.padding-inline-end}",
18604
+ },
18605
+ name: "padding-inline-end",
18606
+ attributes: {},
18607
+ path: ["utrecht", "page-body", "padding-inline-end"],
18608
+ },
18446
18609
  content: {
18447
18610
  "background-color": {
18448
18611
  key: "{utrecht.page-body.content.background-color}",
@@ -18596,58 +18759,6 @@ module.exports = {
18596
18759
  path: ["utrecht", "page-body", "content", "max-inline-size"],
18597
18760
  },
18598
18761
  },
18599
- "padding-inline-end": {
18600
- key: "{utrecht.page-body.padding-inline-end}",
18601
- $value: "0",
18602
- filePath: "src/component/utrecht/page-body.tokens.json",
18603
- isSource: true,
18604
- original: {
18605
- $value: "0",
18606
- key: "{utrecht.page-body.padding-inline-end}",
18607
- },
18608
- name: "padding-inline-end",
18609
- attributes: {},
18610
- path: ["utrecht", "page-body", "padding-inline-end"],
18611
- },
18612
- "padding-inline-start": {
18613
- key: "{utrecht.page-body.padding-inline-start}",
18614
- $value: "0",
18615
- filePath: "src/component/utrecht/page-body.tokens.json",
18616
- isSource: true,
18617
- original: {
18618
- $value: "0",
18619
- key: "{utrecht.page-body.padding-inline-start}",
18620
- },
18621
- name: "padding-inline-start",
18622
- attributes: {},
18623
- path: ["utrecht", "page-body", "padding-inline-start"],
18624
- },
18625
- "padding-block-end": {
18626
- key: "{utrecht.page-body.padding-block-end}",
18627
- $value: "0",
18628
- filePath: "src/component/utrecht/page-body.tokens.json",
18629
- isSource: true,
18630
- original: {
18631
- $value: "0",
18632
- key: "{utrecht.page-body.padding-block-end}",
18633
- },
18634
- name: "padding-block-end",
18635
- attributes: {},
18636
- path: ["utrecht", "page-body", "padding-block-end"],
18637
- },
18638
- "padding-block-start": {
18639
- key: "{utrecht.page-body.padding-block-start}",
18640
- $value: "0",
18641
- filePath: "src/component/utrecht/page-body.tokens.json",
18642
- isSource: true,
18643
- original: {
18644
- $value: "0",
18645
- key: "{utrecht.page-body.padding-block-start}",
18646
- },
18647
- name: "padding-block-start",
18648
- attributes: {},
18649
- path: ["utrecht", "page-body", "padding-block-start"],
18650
- },
18651
18762
  },
18652
18763
  "page-content": {
18653
18764
  "padding-block-start": {
@@ -18770,6 +18881,29 @@ module.exports = {
18770
18881
  path: ["utrecht", "page-footer", "background-image"],
18771
18882
  },
18772
18883
  content: {
18884
+ "padding-inline": {
18885
+ key: "{utrecht.page-footer.content.padding-inline}",
18886
+ $extensions: {
18887
+ "nl.nldesignsystem.css-property-syntax": "<length>",
18888
+ "nl.nldesignsystem.figma-implementation": false,
18889
+ },
18890
+ $type: "dimension",
18891
+ $value: "28px",
18892
+ filePath: "src/component/utrecht/page-footer.tokens.json",
18893
+ isSource: true,
18894
+ original: {
18895
+ $extensions: {
18896
+ "nl.nldesignsystem.css-property-syntax": "<length>",
18897
+ "nl.nldesignsystem.figma-implementation": false,
18898
+ },
18899
+ $type: "dimension",
18900
+ $value: "{utrecht.space.inline.2xl}",
18901
+ key: "{utrecht.page-footer.content.padding-inline}",
18902
+ },
18903
+ name: "padding-inline",
18904
+ attributes: {},
18905
+ path: ["utrecht", "page-footer", "content", "padding-inline"],
18906
+ },
18773
18907
  "padding-block-end": {
18774
18908
  key: "{utrecht.page-footer.content.padding-block-end}",
18775
18909
  $extensions: {
@@ -18829,19 +18963,6 @@ module.exports = {
18829
18963
  attributes: {},
18830
18964
  path: ["utrecht", "page-footer", "content", "max-inline-size"],
18831
18965
  },
18832
- "padding-inline": {
18833
- key: "{utrecht.page-footer.content.padding-inline}",
18834
- $value: "28px",
18835
- filePath: "src/component/utrecht/page-footer.tokens.json",
18836
- isSource: true,
18837
- original: {
18838
- $value: "{utrecht.space.inline.2xl}",
18839
- key: "{utrecht.page-footer.content.padding-inline}",
18840
- },
18841
- name: "padding-inline",
18842
- attributes: {},
18843
- path: ["utrecht", "page-footer", "content", "padding-inline"],
18844
- },
18845
18966
  },
18846
18967
  },
18847
18968
  "page-header": {
@@ -19030,15 +19151,14 @@ module.exports = {
19030
19151
  attributes: {},
19031
19152
  path: ["utrecht", "page-header", "content", "padding-block-end"],
19032
19153
  },
19033
- "padding-inline-start": {
19034
- key: "{utrecht.page-header.content.padding-inline-start}",
19154
+ "padding-inline": {
19155
+ key: "{utrecht.page-header.content.padding-inline}",
19035
19156
  $extensions: {
19036
19157
  "nl.nldesignsystem.css-property-syntax": "<length>",
19037
19158
  "nl.nldesignsystem.figma-implementation": false,
19038
19159
  },
19039
19160
  $type: "dimension",
19040
19161
  $value: "2em",
19041
- $comment: "Legacy design token",
19042
19162
  filePath: "src/component/utrecht/page-header.tokens.json",
19043
19163
  isSource: true,
19044
19164
  original: {
@@ -19048,30 +19168,32 @@ module.exports = {
19048
19168
  },
19049
19169
  $type: "dimension",
19050
19170
  $value: "2em",
19051
- $comment: "Legacy design token",
19052
- key: "{utrecht.page-header.content.padding-inline-start}",
19171
+ key: "{utrecht.page-header.content.padding-inline}",
19053
19172
  },
19054
- name: "padding-inline-start",
19173
+ name: "padding-inline",
19055
19174
  attributes: {},
19056
- path: ["utrecht", "page-header", "content", "padding-inline-start"],
19175
+ path: ["utrecht", "page-header", "content", "padding-inline"],
19176
+ },
19177
+ "max-inline-size": {
19178
+ key: "{utrecht.page-header.content.max-inline-size}",
19179
+ $value: "1184px",
19180
+ filePath: "src/component/utrecht/page-header.tokens.json",
19181
+ isSource: true,
19182
+ original: {
19183
+ $value: "1184px",
19184
+ key: "{utrecht.page-header.content.max-inline-size}",
19185
+ },
19186
+ name: "max-inline-size",
19187
+ attributes: {},
19188
+ path: ["utrecht", "page-header", "content", "max-inline-size"],
19057
19189
  },
19058
19190
  "padding-inline-end": {
19059
19191
  key: "{utrecht.page-header.content.padding-inline-end}",
19060
- $extensions: {
19061
- "nl.nldesignsystem.css-property-syntax": "<length>",
19062
- "nl.nldesignsystem.figma-implementation": false,
19063
- },
19064
- $type: "dimension",
19065
19192
  $value: "2.4em",
19066
19193
  $comment: "Legacy design token",
19067
19194
  filePath: "src/component/utrecht/page-header.tokens.json",
19068
19195
  isSource: true,
19069
19196
  original: {
19070
- $extensions: {
19071
- "nl.nldesignsystem.css-property-syntax": "<length>",
19072
- "nl.nldesignsystem.figma-implementation": false,
19073
- },
19074
- $type: "dimension",
19075
19197
  $value: "2.4em",
19076
19198
  $comment: "Legacy design token",
19077
19199
  key: "{utrecht.page-header.content.padding-inline-end}",
@@ -19080,31 +19202,20 @@ module.exports = {
19080
19202
  attributes: {},
19081
19203
  path: ["utrecht", "page-header", "content", "padding-inline-end"],
19082
19204
  },
19083
- "max-inline-size": {
19084
- key: "{utrecht.page-header.content.max-inline-size}",
19085
- $value: "1184px",
19086
- filePath: "src/component/utrecht/page-header.tokens.json",
19087
- isSource: true,
19088
- original: {
19089
- $value: "1184px",
19090
- key: "{utrecht.page-header.content.max-inline-size}",
19091
- },
19092
- name: "max-inline-size",
19093
- attributes: {},
19094
- path: ["utrecht", "page-header", "content", "max-inline-size"],
19095
- },
19096
- "padding-inline": {
19097
- key: "{utrecht.page-header.content.padding-inline}",
19205
+ "padding-inline-start": {
19206
+ key: "{utrecht.page-header.content.padding-inline-start}",
19098
19207
  $value: "2em",
19208
+ $comment: "Legacy design token",
19099
19209
  filePath: "src/component/utrecht/page-header.tokens.json",
19100
19210
  isSource: true,
19101
19211
  original: {
19102
19212
  $value: "2em",
19103
- key: "{utrecht.page-header.content.padding-inline}",
19213
+ $comment: "Legacy design token",
19214
+ key: "{utrecht.page-header.content.padding-inline-start}",
19104
19215
  },
19105
- name: "padding-inline",
19216
+ name: "padding-inline-start",
19106
19217
  attributes: {},
19107
- path: ["utrecht", "page-header", "content", "padding-inline"],
19218
+ path: ["utrecht", "page-header", "content", "padding-inline-start"],
19108
19219
  },
19109
19220
  },
19110
19221
  },
@@ -24013,31 +24124,6 @@ module.exports = {
24013
24124
  path: ["utrecht", "textarea", "line-height"],
24014
24125
  },
24015
24126
  },
24016
- textbox: {
24017
- "border-bottom-width": {
24018
- key: "{utrecht.textbox.border-bottom-width}",
24019
- $extensions: {
24020
- "nl.nldesignsystem.css-property-syntax": "<length>",
24021
- "nl.nldesignsystem.deprecated": true,
24022
- },
24023
- $type: "dimension",
24024
- $value: "3px",
24025
- filePath: "src/component/utrecht/textbox.tokens.json",
24026
- isSource: true,
24027
- original: {
24028
- $extensions: {
24029
- "nl.nldesignsystem.css-property-syntax": "<length>",
24030
- "nl.nldesignsystem.deprecated": true,
24031
- },
24032
- $type: "dimension",
24033
- $value: "3px",
24034
- key: "{utrecht.textbox.border-bottom-width}",
24035
- },
24036
- name: "border-bottom-width",
24037
- attributes: {},
24038
- path: ["utrecht", "textbox", "border-bottom-width"],
24039
- },
24040
- },
24041
24127
  tooltip: {
24042
24128
  "background-color": {
24043
24129
  key: "{utrecht.tooltip.background-color}",
@@ -762,6 +762,9 @@ declare const tokens: {
762
762
  "5xl": DesignToken;
763
763
  };
764
764
  };
765
+ textbox: {
766
+ "border-bottom-width": DesignToken;
767
+ };
765
768
  "data-list": {
766
769
  "margin-block-end": DesignToken;
767
770
  "margin-block-start": DesignToken;
@@ -1243,6 +1246,8 @@ declare const tokens: {
1243
1246
  "background-color": DesignToken;
1244
1247
  color: DesignToken;
1245
1248
  content: {
1249
+ "background-color": DesignToken;
1250
+ color: DesignToken;
1246
1251
  "max-inline-size": DesignToken;
1247
1252
  };
1248
1253
  link: {
@@ -1423,6 +1428,10 @@ declare const tokens: {
1423
1428
  };
1424
1429
  };
1425
1430
  "page-body": {
1431
+ "padding-block-start": DesignToken;
1432
+ "padding-block-end": DesignToken;
1433
+ "padding-inline-start": DesignToken;
1434
+ "padding-inline-end": DesignToken;
1426
1435
  content: {
1427
1436
  "background-color": DesignToken;
1428
1437
  color: DesignToken;
@@ -1432,10 +1441,6 @@ declare const tokens: {
1432
1441
  "padding-inline-end": DesignToken;
1433
1442
  "max-inline-size": DesignToken;
1434
1443
  };
1435
- "padding-inline-end": DesignToken;
1436
- "padding-inline-start": DesignToken;
1437
- "padding-block-end": DesignToken;
1438
- "padding-block-start": DesignToken;
1439
1444
  };
1440
1445
  "page-content": {
1441
1446
  "padding-block-start": DesignToken;
@@ -1446,10 +1451,10 @@ declare const tokens: {
1446
1451
  "background-color": DesignToken;
1447
1452
  "background-image": DesignToken;
1448
1453
  content: {
1454
+ "padding-inline": DesignToken;
1449
1455
  "padding-block-end": DesignToken;
1450
1456
  "padding-block-start": DesignToken;
1451
1457
  "max-inline-size": DesignToken;
1452
- "padding-inline": DesignToken;
1453
1458
  };
1454
1459
  };
1455
1460
  "page-header": {
@@ -1462,10 +1467,10 @@ declare const tokens: {
1462
1467
  color: DesignToken;
1463
1468
  "padding-block-start": DesignToken;
1464
1469
  "padding-block-end": DesignToken;
1465
- "padding-inline-start": DesignToken;
1466
- "padding-inline-end": DesignToken;
1467
- "max-inline-size": DesignToken;
1468
1470
  "padding-inline": DesignToken;
1471
+ "max-inline-size": DesignToken;
1472
+ "padding-inline-end": DesignToken;
1473
+ "padding-inline-start": DesignToken;
1469
1474
  };
1470
1475
  };
1471
1476
  page: {
@@ -1828,9 +1833,6 @@ declare const tokens: {
1828
1833
  "border-bottom-width": DesignToken;
1829
1834
  "line-height": DesignToken;
1830
1835
  };
1831
- textbox: {
1832
- "border-bottom-width": DesignToken;
1833
- };
1834
1836
  tooltip: {
1835
1837
  "background-color": DesignToken;
1836
1838
  "border-color": DesignToken;