@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
@@ -3000,126 +3000,6 @@
3000
3000
  "type": "fontSizes"
3001
3001
  }
3002
3002
  },
3003
- "skip-link": {
3004
- "font-weight": {
3005
- "value": 700,
3006
- "type": "fontWeights"
3007
- },
3008
- "font-family": {
3009
- "value": "Fira Sans, Arial, Verdana, sans-serif",
3010
- "type": "fontFamilies"
3011
- },
3012
- "font-size": {
3013
- "value": "1.25rem",
3014
- "type": "fontSizes"
3015
- },
3016
- "line-height": {
3017
- "value": "150%",
3018
- "type": "lineHeights"
3019
- },
3020
- "min-block-size": {
3021
- "value": "48px",
3022
- "type": "sizing"
3023
- },
3024
- "min-inline-size": {
3025
- "value": "48px",
3026
- "type": "sizing"
3027
- },
3028
- "padding-block-end": {
3029
- "value": "0.75rem",
3030
- "type": "spacing"
3031
- },
3032
- "padding-block-start": {
3033
- "value": "0.75rem",
3034
- "type": "spacing"
3035
- },
3036
- "padding-inline-end": {
3037
- "value": "1rem",
3038
- "type": "spacing"
3039
- },
3040
- "padding-inline-start": {
3041
- "value": "1rem",
3042
- "type": "spacing"
3043
- },
3044
- "focus": {
3045
- "background-color": {
3046
- "value": "#fff",
3047
- "type": "color"
3048
- },
3049
- "border-color": {
3050
- "value": "#154273",
3051
- "type": "color"
3052
- },
3053
- "border-style": {
3054
- "value": "solid",
3055
- "type": "borderStyle"
3056
- },
3057
- "border-width": {
3058
- "value": "2px",
3059
- "type": "borderWidth"
3060
- },
3061
- "color": {
3062
- "value": "#154273",
3063
- "type": "color"
3064
- },
3065
- "text-decoration": {
3066
- "value": "None",
3067
- "type": "textDecoration"
3068
- }
3069
- },
3070
- "focus-visible": {
3071
- "outline-color": {
3072
- "value": "#000",
3073
- "type": "color"
3074
- }
3075
- },
3076
- "background-color": {
3077
- "value": "#154273",
3078
- "type": "color"
3079
- },
3080
- "border-color": {
3081
- "value": "transparent",
3082
- "type": "color"
3083
- },
3084
- "color": {
3085
- "value": "#fff",
3086
- "type": "color"
3087
- },
3088
- "border-width": {
3089
- "value": "2px",
3090
- "type": "borderWidth"
3091
- },
3092
- "box-block-end-shadow": {
3093
- "offset-x": {
3094
- "value": 0,
3095
- "type": "other"
3096
- },
3097
- "offset-y": {
3098
- "value": "16px",
3099
- "type": "other"
3100
- },
3101
- "blur-radius": {
3102
- "value": "48px",
3103
- "type": "other"
3104
- },
3105
- "spread-radius": {
3106
- "value": 0,
3107
- "type": "other"
3108
- },
3109
- "color": {
3110
- "value": "#0000001a",
3111
- "type": "color"
3112
- }
3113
- },
3114
- "text-decoration": {
3115
- "value": "underline",
3116
- "type": "textDecoration"
3117
- },
3118
- "text-underline-offset": {
3119
- "value": "0.125rem",
3120
- "type": "other"
3121
- }
3122
- },
3123
3003
  "separator": {
3124
3004
  "color": {
3125
3005
  "value": "#CBD5E1",
@@ -5325,6 +5205,126 @@
5325
5205
  }
5326
5206
  },
5327
5207
  "nl": {
5208
+ "skip-link": {
5209
+ "font-weight": {
5210
+ "value": 700,
5211
+ "type": "fontWeights"
5212
+ },
5213
+ "font-family": {
5214
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
5215
+ "type": "fontFamilies"
5216
+ },
5217
+ "font-size": {
5218
+ "value": "1.25rem",
5219
+ "type": "fontSizes"
5220
+ },
5221
+ "line-height": {
5222
+ "value": "150%",
5223
+ "type": "lineHeights"
5224
+ },
5225
+ "min-block-size": {
5226
+ "value": "48px",
5227
+ "type": "sizing"
5228
+ },
5229
+ "min-inline-size": {
5230
+ "value": "48px",
5231
+ "type": "sizing"
5232
+ },
5233
+ "padding-block-end": {
5234
+ "value": "0.75rem",
5235
+ "type": "spacing"
5236
+ },
5237
+ "padding-block-start": {
5238
+ "value": "0.75rem",
5239
+ "type": "spacing"
5240
+ },
5241
+ "padding-inline-end": {
5242
+ "value": "1rem",
5243
+ "type": "spacing"
5244
+ },
5245
+ "padding-inline-start": {
5246
+ "value": "1rem",
5247
+ "type": "spacing"
5248
+ },
5249
+ "focus": {
5250
+ "background-color": {
5251
+ "value": "#fff",
5252
+ "type": "color"
5253
+ },
5254
+ "border-color": {
5255
+ "value": "#154273",
5256
+ "type": "color"
5257
+ },
5258
+ "border-style": {
5259
+ "value": "solid",
5260
+ "type": "borderStyle"
5261
+ },
5262
+ "border-width": {
5263
+ "value": "2px",
5264
+ "type": "borderWidth"
5265
+ },
5266
+ "color": {
5267
+ "value": "#154273",
5268
+ "type": "color"
5269
+ },
5270
+ "text-decoration": {
5271
+ "value": "None",
5272
+ "type": "textDecoration"
5273
+ }
5274
+ },
5275
+ "focus-visible": {
5276
+ "outline-color": {
5277
+ "value": "#000",
5278
+ "type": "color"
5279
+ }
5280
+ },
5281
+ "background-color": {
5282
+ "value": "#154273",
5283
+ "type": "color"
5284
+ },
5285
+ "border-color": {
5286
+ "value": "transparent",
5287
+ "type": "color"
5288
+ },
5289
+ "color": {
5290
+ "value": "#fff",
5291
+ "type": "color"
5292
+ },
5293
+ "border-width": {
5294
+ "value": "2px",
5295
+ "type": "borderWidth"
5296
+ },
5297
+ "box-block-end-shadow": {
5298
+ "offset-x": {
5299
+ "value": 0,
5300
+ "type": "other"
5301
+ },
5302
+ "offset-y": {
5303
+ "value": "16px",
5304
+ "type": "other"
5305
+ },
5306
+ "blur-radius": {
5307
+ "value": "48px",
5308
+ "type": "other"
5309
+ },
5310
+ "spread-radius": {
5311
+ "value": 0,
5312
+ "type": "other"
5313
+ },
5314
+ "color": {
5315
+ "value": "#0000001a",
5316
+ "type": "color"
5317
+ }
5318
+ },
5319
+ "text-decoration": {
5320
+ "value": "underline",
5321
+ "type": "textDecoration"
5322
+ },
5323
+ "text-underline-offset": {
5324
+ "value": "0.125rem",
5325
+ "type": "other"
5326
+ }
5327
+ },
5328
5328
  "paragraph": {
5329
5329
  "color": {
5330
5330
  "value": "#154273",
@@ -8600,134 +8600,14 @@
8600
8600
  "type": "fontSizes"
8601
8601
  }
8602
8602
  },
8603
- "skip-link": {
8604
- "font-weight": {
8605
- "value": 700,
8606
- "type": "fontWeights"
8603
+ "separator": {
8604
+ "color": {
8605
+ "value": "#CBD5E1",
8606
+ "type": "color"
8607
8607
  },
8608
- "font-family": {
8609
- "value": "Fira Sans, Arial, Verdana, sans-serif",
8610
- "type": "fontFamilies"
8611
- },
8612
- "font-size": {
8613
- "value": "1.25rem",
8614
- "type": "fontSizes"
8615
- },
8616
- "line-height": {
8617
- "value": "150%",
8618
- "type": "lineHeights"
8619
- },
8620
- "min-block-size": {
8621
- "value": "48px",
8622
- "type": "sizing"
8623
- },
8624
- "min-inline-size": {
8625
- "value": "48px",
8626
- "type": "sizing"
8627
- },
8628
- "padding-block-end": {
8629
- "value": "0.75rem",
8630
- "type": "spacing"
8631
- },
8632
- "padding-block-start": {
8633
- "value": "0.75rem",
8634
- "type": "spacing"
8635
- },
8636
- "padding-inline-end": {
8637
- "value": "1rem",
8638
- "type": "spacing"
8639
- },
8640
- "padding-inline-start": {
8641
- "value": "1rem",
8642
- "type": "spacing"
8643
- },
8644
- "focus": {
8645
- "background-color": {
8646
- "value": "#fff",
8647
- "type": "color"
8648
- },
8649
- "border-color": {
8650
- "value": "#154273",
8651
- "type": "color"
8652
- },
8653
- "border-style": {
8654
- "value": "solid",
8655
- "type": "borderStyle"
8656
- },
8657
- "border-width": {
8658
- "value": "2px",
8659
- "type": "borderWidth"
8660
- },
8661
- "color": {
8662
- "value": "#154273",
8663
- "type": "color"
8664
- },
8665
- "text-decoration": {
8666
- "value": "None",
8667
- "type": "textDecoration"
8668
- }
8669
- },
8670
- "focus-visible": {
8671
- "outline-color": {
8672
- "value": "#000",
8673
- "type": "color"
8674
- }
8675
- },
8676
- "background-color": {
8677
- "value": "#154273",
8678
- "type": "color"
8679
- },
8680
- "border-color": {
8681
- "value": "transparent",
8682
- "type": "color"
8683
- },
8684
- "color": {
8685
- "value": "#fff",
8686
- "type": "color"
8687
- },
8688
- "border-width": {
8689
- "value": "2px",
8690
- "type": "borderWidth"
8691
- },
8692
- "box-block-end-shadow": {
8693
- "offset-x": {
8694
- "value": 0,
8695
- "type": "other"
8696
- },
8697
- "offset-y": {
8698
- "value": "16px",
8699
- "type": "other"
8700
- },
8701
- "blur-radius": {
8702
- "value": "48px",
8703
- "type": "other"
8704
- },
8705
- "spread-radius": {
8706
- "value": 0,
8707
- "type": "other"
8708
- },
8709
- "color": {
8710
- "value": "#0000001a",
8711
- "type": "color"
8712
- }
8713
- },
8714
- "text-decoration": {
8715
- "value": "underline",
8716
- "type": "textDecoration"
8717
- },
8718
- "text-underline-offset": {
8719
- "value": "0.125rem",
8720
- "type": "other"
8721
- }
8722
- },
8723
- "separator": {
8724
- "color": {
8725
- "value": "#CBD5E1",
8726
- "type": "color"
8727
- },
8728
- "block-size": {
8729
- "value": "2px",
8730
- "type": "sizing"
8608
+ "block-size": {
8609
+ "value": "2px",
8610
+ "type": "sizing"
8731
8611
  },
8732
8612
  "margin-block-end": {
8733
8613
  "value": "0.75rem",
@@ -10925,6 +10805,126 @@
10925
10805
  }
10926
10806
  },
10927
10807
  "nl": {
10808
+ "skip-link": {
10809
+ "font-weight": {
10810
+ "value": 700,
10811
+ "type": "fontWeights"
10812
+ },
10813
+ "font-family": {
10814
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
10815
+ "type": "fontFamilies"
10816
+ },
10817
+ "font-size": {
10818
+ "value": "1.25rem",
10819
+ "type": "fontSizes"
10820
+ },
10821
+ "line-height": {
10822
+ "value": "150%",
10823
+ "type": "lineHeights"
10824
+ },
10825
+ "min-block-size": {
10826
+ "value": "48px",
10827
+ "type": "sizing"
10828
+ },
10829
+ "min-inline-size": {
10830
+ "value": "48px",
10831
+ "type": "sizing"
10832
+ },
10833
+ "padding-block-end": {
10834
+ "value": "0.75rem",
10835
+ "type": "spacing"
10836
+ },
10837
+ "padding-block-start": {
10838
+ "value": "0.75rem",
10839
+ "type": "spacing"
10840
+ },
10841
+ "padding-inline-end": {
10842
+ "value": "1rem",
10843
+ "type": "spacing"
10844
+ },
10845
+ "padding-inline-start": {
10846
+ "value": "1rem",
10847
+ "type": "spacing"
10848
+ },
10849
+ "focus": {
10850
+ "background-color": {
10851
+ "value": "#fff",
10852
+ "type": "color"
10853
+ },
10854
+ "border-color": {
10855
+ "value": "#154273",
10856
+ "type": "color"
10857
+ },
10858
+ "border-style": {
10859
+ "value": "solid",
10860
+ "type": "borderStyle"
10861
+ },
10862
+ "border-width": {
10863
+ "value": "2px",
10864
+ "type": "borderWidth"
10865
+ },
10866
+ "color": {
10867
+ "value": "#154273",
10868
+ "type": "color"
10869
+ },
10870
+ "text-decoration": {
10871
+ "value": "None",
10872
+ "type": "textDecoration"
10873
+ }
10874
+ },
10875
+ "focus-visible": {
10876
+ "outline-color": {
10877
+ "value": "#000",
10878
+ "type": "color"
10879
+ }
10880
+ },
10881
+ "background-color": {
10882
+ "value": "#154273",
10883
+ "type": "color"
10884
+ },
10885
+ "border-color": {
10886
+ "value": "transparent",
10887
+ "type": "color"
10888
+ },
10889
+ "color": {
10890
+ "value": "#fff",
10891
+ "type": "color"
10892
+ },
10893
+ "border-width": {
10894
+ "value": "2px",
10895
+ "type": "borderWidth"
10896
+ },
10897
+ "box-block-end-shadow": {
10898
+ "offset-x": {
10899
+ "value": 0,
10900
+ "type": "other"
10901
+ },
10902
+ "offset-y": {
10903
+ "value": "16px",
10904
+ "type": "other"
10905
+ },
10906
+ "blur-radius": {
10907
+ "value": "48px",
10908
+ "type": "other"
10909
+ },
10910
+ "spread-radius": {
10911
+ "value": 0,
10912
+ "type": "other"
10913
+ },
10914
+ "color": {
10915
+ "value": "#0000001a",
10916
+ "type": "color"
10917
+ }
10918
+ },
10919
+ "text-decoration": {
10920
+ "value": "underline",
10921
+ "type": "textDecoration"
10922
+ },
10923
+ "text-underline-offset": {
10924
+ "value": "0.125rem",
10925
+ "type": "other"
10926
+ }
10927
+ },
10928
10928
  "paragraph": {
10929
10929
  "color": {
10930
10930
  "value": "#154273",
@@ -14200,126 +14200,6 @@
14200
14200
  "type": "fontSizes"
14201
14201
  }
14202
14202
  },
14203
- "skip-link": {
14204
- "font-weight": {
14205
- "value": 700,
14206
- "type": "fontWeights"
14207
- },
14208
- "font-family": {
14209
- "value": "Fira Sans, Arial, Verdana, sans-serif",
14210
- "type": "fontFamilies"
14211
- },
14212
- "font-size": {
14213
- "value": "1.25rem",
14214
- "type": "fontSizes"
14215
- },
14216
- "line-height": {
14217
- "value": "150%",
14218
- "type": "lineHeights"
14219
- },
14220
- "min-block-size": {
14221
- "value": "48px",
14222
- "type": "sizing"
14223
- },
14224
- "min-inline-size": {
14225
- "value": "48px",
14226
- "type": "sizing"
14227
- },
14228
- "padding-block-end": {
14229
- "value": "0.75rem",
14230
- "type": "spacing"
14231
- },
14232
- "padding-block-start": {
14233
- "value": "0.75rem",
14234
- "type": "spacing"
14235
- },
14236
- "padding-inline-end": {
14237
- "value": "1rem",
14238
- "type": "spacing"
14239
- },
14240
- "padding-inline-start": {
14241
- "value": "1rem",
14242
- "type": "spacing"
14243
- },
14244
- "focus": {
14245
- "background-color": {
14246
- "value": "#fff",
14247
- "type": "color"
14248
- },
14249
- "border-color": {
14250
- "value": "#154273",
14251
- "type": "color"
14252
- },
14253
- "border-style": {
14254
- "value": "solid",
14255
- "type": "borderStyle"
14256
- },
14257
- "border-width": {
14258
- "value": "2px",
14259
- "type": "borderWidth"
14260
- },
14261
- "color": {
14262
- "value": "#154273",
14263
- "type": "color"
14264
- },
14265
- "text-decoration": {
14266
- "value": "None",
14267
- "type": "textDecoration"
14268
- }
14269
- },
14270
- "focus-visible": {
14271
- "outline-color": {
14272
- "value": "#000",
14273
- "type": "color"
14274
- }
14275
- },
14276
- "background-color": {
14277
- "value": "#154273",
14278
- "type": "color"
14279
- },
14280
- "border-color": {
14281
- "value": "transparent",
14282
- "type": "color"
14283
- },
14284
- "color": {
14285
- "value": "#fff",
14286
- "type": "color"
14287
- },
14288
- "border-width": {
14289
- "value": "2px",
14290
- "type": "borderWidth"
14291
- },
14292
- "box-block-end-shadow": {
14293
- "offset-x": {
14294
- "value": 0,
14295
- "type": "other"
14296
- },
14297
- "offset-y": {
14298
- "value": "16px",
14299
- "type": "other"
14300
- },
14301
- "blur-radius": {
14302
- "value": "48px",
14303
- "type": "other"
14304
- },
14305
- "spread-radius": {
14306
- "value": 0,
14307
- "type": "other"
14308
- },
14309
- "color": {
14310
- "value": "#0000001a",
14311
- "type": "color"
14312
- }
14313
- },
14314
- "text-decoration": {
14315
- "value": "underline",
14316
- "type": "textDecoration"
14317
- },
14318
- "text-underline-offset": {
14319
- "value": "0.125rem",
14320
- "type": "other"
14321
- }
14322
- },
14323
14203
  "separator": {
14324
14204
  "color": {
14325
14205
  "value": "#CBD5E1",
@@ -16504,27 +16384,147 @@
16504
16384
  "value": "#000",
16505
16385
  "type": "color"
16506
16386
  },
16507
- "outline-offset": {
16508
- "value": "0.125rem",
16509
- "type": "spacing"
16387
+ "outline-offset": {
16388
+ "value": "0.125rem",
16389
+ "type": "spacing"
16390
+ },
16391
+ "outline-style": {
16392
+ "value": "solid",
16393
+ "type": "other"
16394
+ },
16395
+ "outline-width": {
16396
+ "value": "2px",
16397
+ "type": "borderWidth"
16398
+ },
16399
+ "inverse": {
16400
+ "outline-color": {
16401
+ "value": "transparant",
16402
+ "type": "color"
16403
+ }
16404
+ }
16405
+ }
16406
+ },
16407
+ "nl": {
16408
+ "skip-link": {
16409
+ "font-weight": {
16410
+ "value": 700,
16411
+ "type": "fontWeights"
16412
+ },
16413
+ "font-family": {
16414
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
16415
+ "type": "fontFamilies"
16416
+ },
16417
+ "font-size": {
16418
+ "value": "1.25rem",
16419
+ "type": "fontSizes"
16420
+ },
16421
+ "line-height": {
16422
+ "value": "150%",
16423
+ "type": "lineHeights"
16424
+ },
16425
+ "min-block-size": {
16426
+ "value": "48px",
16427
+ "type": "sizing"
16428
+ },
16429
+ "min-inline-size": {
16430
+ "value": "48px",
16431
+ "type": "sizing"
16432
+ },
16433
+ "padding-block-end": {
16434
+ "value": "0.75rem",
16435
+ "type": "spacing"
16436
+ },
16437
+ "padding-block-start": {
16438
+ "value": "0.75rem",
16439
+ "type": "spacing"
16440
+ },
16441
+ "padding-inline-end": {
16442
+ "value": "1rem",
16443
+ "type": "spacing"
16444
+ },
16445
+ "padding-inline-start": {
16446
+ "value": "1rem",
16447
+ "type": "spacing"
16448
+ },
16449
+ "focus": {
16450
+ "background-color": {
16451
+ "value": "#fff",
16452
+ "type": "color"
16453
+ },
16454
+ "border-color": {
16455
+ "value": "#154273",
16456
+ "type": "color"
16457
+ },
16458
+ "border-style": {
16459
+ "value": "solid",
16460
+ "type": "borderStyle"
16461
+ },
16462
+ "border-width": {
16463
+ "value": "2px",
16464
+ "type": "borderWidth"
16465
+ },
16466
+ "color": {
16467
+ "value": "#154273",
16468
+ "type": "color"
16469
+ },
16470
+ "text-decoration": {
16471
+ "value": "None",
16472
+ "type": "textDecoration"
16473
+ }
16474
+ },
16475
+ "focus-visible": {
16476
+ "outline-color": {
16477
+ "value": "#000",
16478
+ "type": "color"
16479
+ }
16480
+ },
16481
+ "background-color": {
16482
+ "value": "#154273",
16483
+ "type": "color"
16484
+ },
16485
+ "border-color": {
16486
+ "value": "transparent",
16487
+ "type": "color"
16488
+ },
16489
+ "color": {
16490
+ "value": "#fff",
16491
+ "type": "color"
16492
+ },
16493
+ "border-width": {
16494
+ "value": "2px",
16495
+ "type": "borderWidth"
16496
+ },
16497
+ "box-block-end-shadow": {
16498
+ "offset-x": {
16499
+ "value": 0,
16500
+ "type": "other"
16501
+ },
16502
+ "offset-y": {
16503
+ "value": "16px",
16504
+ "type": "other"
16505
+ },
16506
+ "blur-radius": {
16507
+ "value": "48px",
16508
+ "type": "other"
16509
+ },
16510
+ "spread-radius": {
16511
+ "value": 0,
16512
+ "type": "other"
16513
+ },
16514
+ "color": {
16515
+ "value": "#0000001a",
16516
+ "type": "color"
16517
+ }
16518
+ },
16519
+ "text-decoration": {
16520
+ "value": "underline",
16521
+ "type": "textDecoration"
16510
16522
  },
16511
- "outline-style": {
16512
- "value": "solid",
16523
+ "text-underline-offset": {
16524
+ "value": "0.125rem",
16513
16525
  "type": "other"
16514
- },
16515
- "outline-width": {
16516
- "value": "2px",
16517
- "type": "borderWidth"
16518
- },
16519
- "inverse": {
16520
- "outline-color": {
16521
- "value": "transparant",
16522
- "type": "color"
16523
- }
16524
16526
  }
16525
- }
16526
- },
16527
- "nl": {
16527
+ },
16528
16528
  "paragraph": {
16529
16529
  "color": {
16530
16530
  "value": "#154273",
@@ -20560,119 +20560,7 @@
20560
20560
  "background-color": {
20561
20561
  "value": "#FDD370",
20562
20562
  "type": "color"
20563
- },
20564
- "border-color": {
20565
- "value": "#154273",
20566
- "type": "color"
20567
- },
20568
- "border-style": {
20569
- "value": "solid",
20570
- "type": "borderStyle"
20571
- },
20572
- "border-width": {
20573
- "value": "2px",
20574
- "type": "borderWidth"
20575
- },
20576
- "color": {
20577
- "value": "#154273",
20578
- "type": "color"
20579
- },
20580
- "text-decoration": {
20581
- "value": "None",
20582
- "type": "textDecoration"
20583
- }
20584
- },
20585
- "font-weight": {
20586
- "value": 700,
20587
- "type": "fontWeights"
20588
- },
20589
- "font-family": {
20590
- "value": "Fira Sans, Arial, Verdana, sans-serif",
20591
- "type": "fontFamilies"
20592
- },
20593
- "font-size": {
20594
- "value": "1.25rem",
20595
- "type": "fontSizes"
20596
- },
20597
- "line-height": {
20598
- "value": "150%",
20599
- "type": "lineHeights"
20600
- },
20601
- "min-block-size": {
20602
- "value": "48px",
20603
- "type": "sizing"
20604
- },
20605
- "min-inline-size": {
20606
- "value": "48px",
20607
- "type": "sizing"
20608
- },
20609
- "padding-block-end": {
20610
- "value": "0.75rem",
20611
- "type": "spacing"
20612
- },
20613
- "padding-block-start": {
20614
- "value": "0.75rem",
20615
- "type": "spacing"
20616
- },
20617
- "padding-inline-end": {
20618
- "value": "1rem",
20619
- "type": "spacing"
20620
- },
20621
- "padding-inline-start": {
20622
- "value": "1rem",
20623
- "type": "spacing"
20624
- },
20625
- "focus-visible": {
20626
- "outline-color": {
20627
- "value": "#000",
20628
- "type": "color"
20629
- }
20630
- },
20631
- "background-color": {
20632
- "value": "#154273",
20633
- "type": "color"
20634
- },
20635
- "border-color": {
20636
- "value": "transparent",
20637
- "type": "color"
20638
- },
20639
- "color": {
20640
- "value": "#fff",
20641
- "type": "color"
20642
- },
20643
- "border-width": {
20644
- "value": "2px",
20645
- "type": "borderWidth"
20646
- },
20647
- "box-block-end-shadow": {
20648
- "offset-x": {
20649
- "value": 0,
20650
- "type": "other"
20651
- },
20652
- "offset-y": {
20653
- "value": "16px",
20654
- "type": "other"
20655
- },
20656
- "blur-radius": {
20657
- "value": "48px",
20658
- "type": "other"
20659
- },
20660
- "spread-radius": {
20661
- "value": 0,
20662
- "type": "other"
20663
- },
20664
- "color": {
20665
- "value": "#0000001a",
20666
- "type": "color"
20667
20563
  }
20668
- },
20669
- "text-decoration": {
20670
- "value": "underline",
20671
- "type": "textDecoration"
20672
- },
20673
- "text-underline-offset": {
20674
- "value": "0.125rem",
20675
- "type": "other"
20676
20564
  }
20677
20565
  },
20678
20566
  "icon": {
@@ -22189,6 +22077,126 @@
22189
22077
  }
22190
22078
  },
22191
22079
  "nl": {
22080
+ "skip-link": {
22081
+ "font-weight": {
22082
+ "value": 700,
22083
+ "type": "fontWeights"
22084
+ },
22085
+ "font-family": {
22086
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
22087
+ "type": "fontFamilies"
22088
+ },
22089
+ "font-size": {
22090
+ "value": "1.25rem",
22091
+ "type": "fontSizes"
22092
+ },
22093
+ "line-height": {
22094
+ "value": "150%",
22095
+ "type": "lineHeights"
22096
+ },
22097
+ "min-block-size": {
22098
+ "value": "48px",
22099
+ "type": "sizing"
22100
+ },
22101
+ "min-inline-size": {
22102
+ "value": "48px",
22103
+ "type": "sizing"
22104
+ },
22105
+ "padding-block-end": {
22106
+ "value": "0.75rem",
22107
+ "type": "spacing"
22108
+ },
22109
+ "padding-block-start": {
22110
+ "value": "0.75rem",
22111
+ "type": "spacing"
22112
+ },
22113
+ "padding-inline-end": {
22114
+ "value": "1rem",
22115
+ "type": "spacing"
22116
+ },
22117
+ "padding-inline-start": {
22118
+ "value": "1rem",
22119
+ "type": "spacing"
22120
+ },
22121
+ "focus": {
22122
+ "background-color": {
22123
+ "value": "#fff",
22124
+ "type": "color"
22125
+ },
22126
+ "border-color": {
22127
+ "value": "#154273",
22128
+ "type": "color"
22129
+ },
22130
+ "border-style": {
22131
+ "value": "solid",
22132
+ "type": "borderStyle"
22133
+ },
22134
+ "border-width": {
22135
+ "value": "2px",
22136
+ "type": "borderWidth"
22137
+ },
22138
+ "color": {
22139
+ "value": "#154273",
22140
+ "type": "color"
22141
+ },
22142
+ "text-decoration": {
22143
+ "value": "None",
22144
+ "type": "textDecoration"
22145
+ }
22146
+ },
22147
+ "focus-visible": {
22148
+ "outline-color": {
22149
+ "value": "#000",
22150
+ "type": "color"
22151
+ }
22152
+ },
22153
+ "background-color": {
22154
+ "value": "#154273",
22155
+ "type": "color"
22156
+ },
22157
+ "border-color": {
22158
+ "value": "transparent",
22159
+ "type": "color"
22160
+ },
22161
+ "color": {
22162
+ "value": "#fff",
22163
+ "type": "color"
22164
+ },
22165
+ "border-width": {
22166
+ "value": "2px",
22167
+ "type": "borderWidth"
22168
+ },
22169
+ "box-block-end-shadow": {
22170
+ "offset-x": {
22171
+ "value": 0,
22172
+ "type": "other"
22173
+ },
22174
+ "offset-y": {
22175
+ "value": "16px",
22176
+ "type": "other"
22177
+ },
22178
+ "blur-radius": {
22179
+ "value": "48px",
22180
+ "type": "other"
22181
+ },
22182
+ "spread-radius": {
22183
+ "value": 0,
22184
+ "type": "other"
22185
+ },
22186
+ "color": {
22187
+ "value": "#0000001a",
22188
+ "type": "color"
22189
+ }
22190
+ },
22191
+ "text-decoration": {
22192
+ "value": "underline",
22193
+ "type": "textDecoration"
22194
+ },
22195
+ "text-underline-offset": {
22196
+ "value": "0.125rem",
22197
+ "type": "other"
22198
+ }
22199
+ },
22192
22200
  "paragraph": {
22193
22201
  "color": {
22194
22202
  "value": "#154273",