@rijkshuisstijl-community/design-tokens 1.0.0-alpha.162 → 1.0.0-alpha.164

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 (53) hide show
  1. package/dist/_variables.scss +29 -29
  2. package/dist/index.css +29 -29
  3. package/dist/index.d.ts +29 -29
  4. package/dist/index.js +29 -29
  5. package/dist/index.json +28 -28
  6. package/dist/index.tokens.json +36 -36
  7. package/dist/root.css +29 -29
  8. package/dist/tokens.d.ts +37 -37
  9. package/dist/tokens.js +1783 -1783
  10. package/dist/uitvoerend-mintgroen-focus/_variables.scss +29 -28
  11. package/dist/uitvoerend-mintgroen-focus/index.css +29 -28
  12. package/dist/uitvoerend-mintgroen-focus/index.d.ts +29 -28
  13. package/dist/uitvoerend-mintgroen-focus/index.js +29 -28
  14. package/dist/uitvoerend-mintgroen-focus/index.json +28 -27
  15. package/dist/uitvoerend-mintgroen-focus/index.tokens.json +38 -33
  16. package/dist/uitvoerend-mintgroen-focus/root.css +29 -28
  17. package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +39 -34
  18. package/dist/uitvoerend-mintgroen-focus/tokens.js +1452 -1425
  19. package/dist/uitvoerend-violet/_variables.scss +29 -29
  20. package/dist/uitvoerend-violet/index.css +29 -29
  21. package/dist/uitvoerend-violet/index.d.ts +29 -29
  22. package/dist/uitvoerend-violet/index.js +29 -29
  23. package/dist/uitvoerend-violet/index.json +28 -28
  24. package/dist/uitvoerend-violet/index.tokens.json +36 -36
  25. package/dist/uitvoerend-violet/root.css +29 -29
  26. package/dist/uitvoerend-violet/tokens.d.ts +37 -37
  27. package/dist/uitvoerend-violet/tokens.js +1783 -1783
  28. package/dist/uitvoerend-violet-oud/_variables.scss +29 -29
  29. package/dist/uitvoerend-violet-oud/index.css +29 -29
  30. package/dist/uitvoerend-violet-oud/index.d.ts +29 -29
  31. package/dist/uitvoerend-violet-oud/index.js +29 -29
  32. package/dist/uitvoerend-violet-oud/index.json +28 -28
  33. package/dist/uitvoerend-violet-oud/index.tokens.json +36 -36
  34. package/dist/uitvoerend-violet-oud/root.css +29 -29
  35. package/dist/uitvoerend-violet-oud/tokens.d.ts +37 -37
  36. package/dist/uitvoerend-violet-oud/tokens.js +1783 -1783
  37. package/dist/wetgevend/_variables.scss +29 -29
  38. package/dist/wetgevend/index.css +29 -29
  39. package/dist/wetgevend/index.d.ts +29 -29
  40. package/dist/wetgevend/index.js +29 -29
  41. package/dist/wetgevend/index.json +28 -28
  42. package/dist/wetgevend/index.tokens.json +36 -36
  43. package/dist/wetgevend/root.css +29 -29
  44. package/dist/wetgevend/tokens.d.ts +37 -37
  45. package/dist/wetgevend/tokens.js +1783 -1783
  46. package/figma/figma.tokens.json +1 -1
  47. package/package.json +2 -2
  48. package/src/generated/base.tokens.json +120 -120
  49. package/src/generated/themes.json +505 -497
  50. package/src/generated/uitvoerend-mintgroen-focus/tokens.json +120 -112
  51. package/src/generated/uitvoerend-violet/tokens.json +120 -120
  52. package/src/generated/uitvoerend-violet-oud/tokens.json +120 -120
  53. package/src/generated/wetgevend/tokens.json +120 -120
@@ -2997,126 +2997,6 @@
2997
2997
  "type": "fontSizes"
2998
2998
  }
2999
2999
  },
3000
- "skip-link": {
3001
- "font-weight": {
3002
- "value": 700,
3003
- "type": "fontWeights"
3004
- },
3005
- "font-family": {
3006
- "value": "Fira Sans, Arial, Verdana, sans-serif",
3007
- "type": "fontFamilies"
3008
- },
3009
- "font-size": {
3010
- "value": "1.25rem",
3011
- "type": "fontSizes"
3012
- },
3013
- "line-height": {
3014
- "value": "150%",
3015
- "type": "lineHeights"
3016
- },
3017
- "min-block-size": {
3018
- "value": "48px",
3019
- "type": "sizing"
3020
- },
3021
- "min-inline-size": {
3022
- "value": "48px",
3023
- "type": "sizing"
3024
- },
3025
- "padding-block-end": {
3026
- "value": "0.75rem",
3027
- "type": "spacing"
3028
- },
3029
- "padding-block-start": {
3030
- "value": "0.75rem",
3031
- "type": "spacing"
3032
- },
3033
- "padding-inline-end": {
3034
- "value": "1rem",
3035
- "type": "spacing"
3036
- },
3037
- "padding-inline-start": {
3038
- "value": "1rem",
3039
- "type": "spacing"
3040
- },
3041
- "focus": {
3042
- "background-color": {
3043
- "value": "#fff",
3044
- "type": "color"
3045
- },
3046
- "border-color": {
3047
- "value": "#154273",
3048
- "type": "color"
3049
- },
3050
- "border-style": {
3051
- "value": "solid",
3052
- "type": "borderStyle"
3053
- },
3054
- "border-width": {
3055
- "value": "2px",
3056
- "type": "borderWidth"
3057
- },
3058
- "color": {
3059
- "value": "#154273",
3060
- "type": "color"
3061
- },
3062
- "text-decoration": {
3063
- "value": "None",
3064
- "type": "textDecoration"
3065
- }
3066
- },
3067
- "focus-visible": {
3068
- "outline-color": {
3069
- "value": "#000",
3070
- "type": "color"
3071
- }
3072
- },
3073
- "background-color": {
3074
- "value": "#154273",
3075
- "type": "color"
3076
- },
3077
- "border-color": {
3078
- "value": "transparent",
3079
- "type": "color"
3080
- },
3081
- "color": {
3082
- "value": "#fff",
3083
- "type": "color"
3084
- },
3085
- "border-width": {
3086
- "value": "2px",
3087
- "type": "borderWidth"
3088
- },
3089
- "box-block-end-shadow": {
3090
- "offset-x": {
3091
- "value": 0,
3092
- "type": "other"
3093
- },
3094
- "offset-y": {
3095
- "value": "16px",
3096
- "type": "other"
3097
- },
3098
- "blur-radius": {
3099
- "value": "48px",
3100
- "type": "other"
3101
- },
3102
- "spread-radius": {
3103
- "value": 0,
3104
- "type": "other"
3105
- },
3106
- "color": {
3107
- "value": "#0000001a",
3108
- "type": "color"
3109
- }
3110
- },
3111
- "text-decoration": {
3112
- "value": "underline",
3113
- "type": "textDecoration"
3114
- },
3115
- "text-underline-offset": {
3116
- "value": "0.125rem",
3117
- "type": "other"
3118
- }
3119
- },
3120
3000
  "separator": {
3121
3001
  "color": {
3122
3002
  "value": "#CBD5E1",
@@ -5322,6 +5202,126 @@
5322
5202
  }
5323
5203
  },
5324
5204
  "nl": {
5205
+ "skip-link": {
5206
+ "font-weight": {
5207
+ "value": 700,
5208
+ "type": "fontWeights"
5209
+ },
5210
+ "font-family": {
5211
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
5212
+ "type": "fontFamilies"
5213
+ },
5214
+ "font-size": {
5215
+ "value": "1.25rem",
5216
+ "type": "fontSizes"
5217
+ },
5218
+ "line-height": {
5219
+ "value": "150%",
5220
+ "type": "lineHeights"
5221
+ },
5222
+ "min-block-size": {
5223
+ "value": "48px",
5224
+ "type": "sizing"
5225
+ },
5226
+ "min-inline-size": {
5227
+ "value": "48px",
5228
+ "type": "sizing"
5229
+ },
5230
+ "padding-block-end": {
5231
+ "value": "0.75rem",
5232
+ "type": "spacing"
5233
+ },
5234
+ "padding-block-start": {
5235
+ "value": "0.75rem",
5236
+ "type": "spacing"
5237
+ },
5238
+ "padding-inline-end": {
5239
+ "value": "1rem",
5240
+ "type": "spacing"
5241
+ },
5242
+ "padding-inline-start": {
5243
+ "value": "1rem",
5244
+ "type": "spacing"
5245
+ },
5246
+ "focus": {
5247
+ "background-color": {
5248
+ "value": "#fff",
5249
+ "type": "color"
5250
+ },
5251
+ "border-color": {
5252
+ "value": "#154273",
5253
+ "type": "color"
5254
+ },
5255
+ "border-style": {
5256
+ "value": "solid",
5257
+ "type": "borderStyle"
5258
+ },
5259
+ "border-width": {
5260
+ "value": "2px",
5261
+ "type": "borderWidth"
5262
+ },
5263
+ "color": {
5264
+ "value": "#154273",
5265
+ "type": "color"
5266
+ },
5267
+ "text-decoration": {
5268
+ "value": "None",
5269
+ "type": "textDecoration"
5270
+ }
5271
+ },
5272
+ "focus-visible": {
5273
+ "outline-color": {
5274
+ "value": "#000",
5275
+ "type": "color"
5276
+ }
5277
+ },
5278
+ "background-color": {
5279
+ "value": "#154273",
5280
+ "type": "color"
5281
+ },
5282
+ "border-color": {
5283
+ "value": "transparent",
5284
+ "type": "color"
5285
+ },
5286
+ "color": {
5287
+ "value": "#fff",
5288
+ "type": "color"
5289
+ },
5290
+ "border-width": {
5291
+ "value": "2px",
5292
+ "type": "borderWidth"
5293
+ },
5294
+ "box-block-end-shadow": {
5295
+ "offset-x": {
5296
+ "value": 0,
5297
+ "type": "other"
5298
+ },
5299
+ "offset-y": {
5300
+ "value": "16px",
5301
+ "type": "other"
5302
+ },
5303
+ "blur-radius": {
5304
+ "value": "48px",
5305
+ "type": "other"
5306
+ },
5307
+ "spread-radius": {
5308
+ "value": 0,
5309
+ "type": "other"
5310
+ },
5311
+ "color": {
5312
+ "value": "#0000001a",
5313
+ "type": "color"
5314
+ }
5315
+ },
5316
+ "text-decoration": {
5317
+ "value": "underline",
5318
+ "type": "textDecoration"
5319
+ },
5320
+ "text-underline-offset": {
5321
+ "value": "0.125rem",
5322
+ "type": "other"
5323
+ }
5324
+ },
5325
5325
  "paragraph": {
5326
5326
  "color": {
5327
5327
  "value": "#154273",
@@ -2997,126 +2997,6 @@
2997
2997
  "type": "fontSizes"
2998
2998
  }
2999
2999
  },
3000
- "skip-link": {
3001
- "font-weight": {
3002
- "value": 700,
3003
- "type": "fontWeights"
3004
- },
3005
- "font-family": {
3006
- "value": "Fira Sans, Arial, Verdana, sans-serif",
3007
- "type": "fontFamilies"
3008
- },
3009
- "font-size": {
3010
- "value": "1.25rem",
3011
- "type": "fontSizes"
3012
- },
3013
- "line-height": {
3014
- "value": "150%",
3015
- "type": "lineHeights"
3016
- },
3017
- "min-block-size": {
3018
- "value": "48px",
3019
- "type": "sizing"
3020
- },
3021
- "min-inline-size": {
3022
- "value": "48px",
3023
- "type": "sizing"
3024
- },
3025
- "padding-block-end": {
3026
- "value": "0.75rem",
3027
- "type": "spacing"
3028
- },
3029
- "padding-block-start": {
3030
- "value": "0.75rem",
3031
- "type": "spacing"
3032
- },
3033
- "padding-inline-end": {
3034
- "value": "1rem",
3035
- "type": "spacing"
3036
- },
3037
- "padding-inline-start": {
3038
- "value": "1rem",
3039
- "type": "spacing"
3040
- },
3041
- "focus": {
3042
- "background-color": {
3043
- "value": "#fff",
3044
- "type": "color"
3045
- },
3046
- "border-color": {
3047
- "value": "#154273",
3048
- "type": "color"
3049
- },
3050
- "border-style": {
3051
- "value": "solid",
3052
- "type": "borderStyle"
3053
- },
3054
- "border-width": {
3055
- "value": "2px",
3056
- "type": "borderWidth"
3057
- },
3058
- "color": {
3059
- "value": "#154273",
3060
- "type": "color"
3061
- },
3062
- "text-decoration": {
3063
- "value": "None",
3064
- "type": "textDecoration"
3065
- }
3066
- },
3067
- "focus-visible": {
3068
- "outline-color": {
3069
- "value": "#000",
3070
- "type": "color"
3071
- }
3072
- },
3073
- "background-color": {
3074
- "value": "#154273",
3075
- "type": "color"
3076
- },
3077
- "border-color": {
3078
- "value": "transparent",
3079
- "type": "color"
3080
- },
3081
- "color": {
3082
- "value": "#fff",
3083
- "type": "color"
3084
- },
3085
- "border-width": {
3086
- "value": "2px",
3087
- "type": "borderWidth"
3088
- },
3089
- "box-block-end-shadow": {
3090
- "offset-x": {
3091
- "value": 0,
3092
- "type": "other"
3093
- },
3094
- "offset-y": {
3095
- "value": "16px",
3096
- "type": "other"
3097
- },
3098
- "blur-radius": {
3099
- "value": "48px",
3100
- "type": "other"
3101
- },
3102
- "spread-radius": {
3103
- "value": 0,
3104
- "type": "other"
3105
- },
3106
- "color": {
3107
- "value": "#0000001a",
3108
- "type": "color"
3109
- }
3110
- },
3111
- "text-decoration": {
3112
- "value": "underline",
3113
- "type": "textDecoration"
3114
- },
3115
- "text-underline-offset": {
3116
- "value": "0.125rem",
3117
- "type": "other"
3118
- }
3119
- },
3120
3000
  "separator": {
3121
3001
  "color": {
3122
3002
  "value": "#CBD5E1",
@@ -5322,6 +5202,126 @@
5322
5202
  }
5323
5203
  },
5324
5204
  "nl": {
5205
+ "skip-link": {
5206
+ "font-weight": {
5207
+ "value": 700,
5208
+ "type": "fontWeights"
5209
+ },
5210
+ "font-family": {
5211
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
5212
+ "type": "fontFamilies"
5213
+ },
5214
+ "font-size": {
5215
+ "value": "1.25rem",
5216
+ "type": "fontSizes"
5217
+ },
5218
+ "line-height": {
5219
+ "value": "150%",
5220
+ "type": "lineHeights"
5221
+ },
5222
+ "min-block-size": {
5223
+ "value": "48px",
5224
+ "type": "sizing"
5225
+ },
5226
+ "min-inline-size": {
5227
+ "value": "48px",
5228
+ "type": "sizing"
5229
+ },
5230
+ "padding-block-end": {
5231
+ "value": "0.75rem",
5232
+ "type": "spacing"
5233
+ },
5234
+ "padding-block-start": {
5235
+ "value": "0.75rem",
5236
+ "type": "spacing"
5237
+ },
5238
+ "padding-inline-end": {
5239
+ "value": "1rem",
5240
+ "type": "spacing"
5241
+ },
5242
+ "padding-inline-start": {
5243
+ "value": "1rem",
5244
+ "type": "spacing"
5245
+ },
5246
+ "focus": {
5247
+ "background-color": {
5248
+ "value": "#fff",
5249
+ "type": "color"
5250
+ },
5251
+ "border-color": {
5252
+ "value": "#154273",
5253
+ "type": "color"
5254
+ },
5255
+ "border-style": {
5256
+ "value": "solid",
5257
+ "type": "borderStyle"
5258
+ },
5259
+ "border-width": {
5260
+ "value": "2px",
5261
+ "type": "borderWidth"
5262
+ },
5263
+ "color": {
5264
+ "value": "#154273",
5265
+ "type": "color"
5266
+ },
5267
+ "text-decoration": {
5268
+ "value": "None",
5269
+ "type": "textDecoration"
5270
+ }
5271
+ },
5272
+ "focus-visible": {
5273
+ "outline-color": {
5274
+ "value": "#000",
5275
+ "type": "color"
5276
+ }
5277
+ },
5278
+ "background-color": {
5279
+ "value": "#154273",
5280
+ "type": "color"
5281
+ },
5282
+ "border-color": {
5283
+ "value": "transparent",
5284
+ "type": "color"
5285
+ },
5286
+ "color": {
5287
+ "value": "#fff",
5288
+ "type": "color"
5289
+ },
5290
+ "border-width": {
5291
+ "value": "2px",
5292
+ "type": "borderWidth"
5293
+ },
5294
+ "box-block-end-shadow": {
5295
+ "offset-x": {
5296
+ "value": 0,
5297
+ "type": "other"
5298
+ },
5299
+ "offset-y": {
5300
+ "value": "16px",
5301
+ "type": "other"
5302
+ },
5303
+ "blur-radius": {
5304
+ "value": "48px",
5305
+ "type": "other"
5306
+ },
5307
+ "spread-radius": {
5308
+ "value": 0,
5309
+ "type": "other"
5310
+ },
5311
+ "color": {
5312
+ "value": "#0000001a",
5313
+ "type": "color"
5314
+ }
5315
+ },
5316
+ "text-decoration": {
5317
+ "value": "underline",
5318
+ "type": "textDecoration"
5319
+ },
5320
+ "text-underline-offset": {
5321
+ "value": "0.125rem",
5322
+ "type": "other"
5323
+ }
5324
+ },
5325
5325
  "paragraph": {
5326
5326
  "color": {
5327
5327
  "value": "#154273",