@utrecht/design-tokens 2.5.0 → 3.0.0

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 (54) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/_mixin-theme.scss +24 -19
  3. package/dist/_mixin.scss +24 -19
  4. package/dist/_variables.scss +24 -19
  5. package/dist/dark/_mixin-theme.scss +23 -18
  6. package/dist/dark/_mixin.scss +23 -18
  7. package/dist/dark/_variables.scss +23 -18
  8. package/dist/dark/index.cjs +23 -18
  9. package/dist/dark/index.css +23 -18
  10. package/dist/dark/index.d.ts +7 -2
  11. package/dist/dark/index.flat.json +23 -18
  12. package/dist/dark/index.json +242 -86
  13. package/dist/dark/index.mjs +23 -18
  14. package/dist/dark/index.tokens.json +48 -38
  15. package/dist/dark/list.json +242 -86
  16. package/dist/dark/list.mjs +242 -86
  17. package/dist/dark/property.css +7 -3
  18. package/dist/dark/root.css +23 -18
  19. package/dist/dark/theme-prince-xml.css +23 -18
  20. package/dist/dark/theme.css +23 -18
  21. package/dist/dark/tokens.cjs +275 -114
  22. package/dist/dark/tokens.d.ts +22 -12
  23. package/dist/dark/tokens.json +275 -114
  24. package/dist/dark/variables.cjs +23 -18
  25. package/dist/dark/variables.css +23 -18
  26. package/dist/dark/variables.d.ts +7 -2
  27. package/dist/dark/variables.json +23 -18
  28. package/dist/dark/variables.less +23 -18
  29. package/dist/dark/variables.mjs +23 -18
  30. package/dist/index.cjs +24 -19
  31. package/dist/index.css +47 -37
  32. package/dist/index.d.ts +7 -2
  33. package/dist/index.flat.json +24 -19
  34. package/dist/index.json +244 -88
  35. package/dist/index.mjs +24 -19
  36. package/dist/index.tokens.json +49 -39
  37. package/dist/list.json +244 -88
  38. package/dist/list.mjs +244 -88
  39. package/dist/property.css +7 -3
  40. package/dist/root.css +24 -19
  41. package/dist/theme-prince-xml.css +24 -19
  42. package/dist/theme.css +24 -19
  43. package/dist/tokens.cjs +277 -116
  44. package/dist/tokens.d.ts +22 -12
  45. package/dist/tokens.json +277 -116
  46. package/dist/variables.cjs +24 -19
  47. package/dist/variables.css +24 -19
  48. package/dist/variables.d.ts +7 -2
  49. package/dist/variables.json +24 -19
  50. package/dist/variables.less +24 -19
  51. package/dist/variables.mjs +24 -19
  52. package/package.json +1 -1
  53. package/src/component/utrecht/accordion.tokens.json +30 -19
  54. package/src/component/utrecht/backdrop.tokens.json +1 -1
@@ -112,32 +112,37 @@
112
112
  "signalenModalDialogBackgroundColor": "hsl(0 0% 100%)",
113
113
  "signalenModalDialogColor": "hsl(0 0% 0%)",
114
114
  "signalenProgressBarBorderRadius": "4px",
115
- "utrechtAccordionButtonActiveBackgroundColor": "hsl(0 0% 80%)",
116
- "utrechtAccordionButtonActiveBorderColor": "hsl(0 0% 95%)",
115
+ "utrechtAccordionButtonActiveBackgroundColor": "hsl(0 0% 100%)",
116
+ "utrechtAccordionButtonActiveBorderColor": "transparent",
117
117
  "utrechtAccordionButtonActiveColor": "hsl(0 0% 10%)",
118
- "utrechtAccordionButtonBackgroundColor": "hsl(0 0% 95%)",
119
- "utrechtAccordionButtonBorderColor": "hsl(0 0% 95%)",
118
+ "utrechtAccordionButtonBorderColor": "transparent",
120
119
  "utrechtAccordionButtonBorderWidth": "0",
121
- "utrechtAccordionButtonColor": "hsl(0 0% 10%)",
122
- "utrechtAccordionButtonFocusBackgroundColor": "hsl(0 0% 80%)",
123
- "utrechtAccordionButtonFocusBorderColor": "hsl(0 0% 95%)",
120
+ "utrechtAccordionButtonColor": "hsl(211 60% 40%)",
121
+ "utrechtAccordionButtonFocusBackgroundColor": "hsl(0 0% 100%)",
122
+ "utrechtAccordionButtonFocusBorderColor": "transparent",
124
123
  "utrechtAccordionButtonFocusColor": "hsl(0 0% 10%)",
125
- "utrechtAccordionButtonHoverBackgroundColor": "inherit",
126
- "utrechtAccordionButtonHoverBorderColor": "hsl(0 0% 95%)",
127
- "utrechtAccordionButtonHoverColor": "hsl(0 0% 10%)",
124
+ "utrechtAccordionButtonFocusVisibleBackgroundColor": "hsl(48 100% 80%)",
125
+ "utrechtAccordionButtonFocusVisibleBorderColor": "hsl(0 0% 90%)",
126
+ "utrechtAccordionButtonFocusVisibleBorderWidth": "2px",
127
+ "utrechtAccordionButtonFocusVisibleColor": "hsl(211 60% 40%)",
128
+ "utrechtAccordionButtonHoverBackgroundColor": "hsl(0 0% 95%)",
129
+ "utrechtAccordionButtonHoverBorderColor": "transparent",
130
+ "utrechtAccordionButtonHoverColor": "hsl(211 60% 40%)",
128
131
  "utrechtAccordionButtonIconSize": "24px",
129
132
  "utrechtAccordionButtonIconUtrechtBackgroundColor": "hsl(48 100% 50%)",
130
- "utrechtAccordionButtonPaddingBlockEnd": "8px",
131
- "utrechtAccordionButtonPaddingBlockStart": "8px",
132
- "utrechtAccordionButtonPaddingInlineEnd": "16px",
133
- "utrechtAccordionButtonPaddingInlineStart": "16px",
134
- "utrechtAccordionPanelBorderColor": "hsl(0 0% 95%)",
135
- "utrechtAccordionPanelBorderWidth": "2px",
133
+ "utrechtAccordionButtonPaddingBlockEnd": "16px",
134
+ "utrechtAccordionButtonPaddingBlockStart": "16px",
135
+ "utrechtAccordionButtonPaddingInlineEnd": "8px",
136
+ "utrechtAccordionButtonPaddingInlineStart": "8px",
137
+ "utrechtAccordionPanelBorderColor": "transparent",
138
+ "utrechtAccordionPanelBorderWidth": "0",
136
139
  "utrechtAccordionPanelPaddingBlockEnd": "8px",
137
140
  "utrechtAccordionPanelPaddingBlockStart": "8px",
138
141
  "utrechtAccordionPanelPaddingInlineEnd": "16px",
139
- "utrechtAccordionPanelPaddingInlineStart": "16px",
140
- "utrechtAccordionRowGap": "8px",
142
+ "utrechtAccordionPanelPaddingInlineStart": "32px",
143
+ "utrechtAccordionSectionBorderColor": "hsl(0 0% 90%)",
144
+ "utrechtAccordionSectionBorderWidth": "2px",
145
+ "utrechtAccordionSectionHoverBorderColor": "hsl(0 0% 95%)",
141
146
  "utrechtAccordionSectionMarginBlockStart": "4px",
142
147
  "utrechtActionActivateCursor": "pointer",
143
148
  "utrechtActionBusyCursor": "wait",
@@ -2488,7 +2488,7 @@
2488
2488
  "nl.nldesignsystem.figma.supports-token": true
2489
2489
  },
2490
2490
  "type": "color",
2491
- "value": "hsl(0 0% 80%)",
2491
+ "value": "hsl(0 0% 100%)",
2492
2492
  "filePath": "src/component/utrecht/accordion.tokens.json",
2493
2493
  "isSource": true,
2494
2494
  "original": {
@@ -2500,7 +2500,7 @@
2500
2500
  "nl.nldesignsystem.figma.supports-token": true
2501
2501
  },
2502
2502
  "type": "color",
2503
- "value": "{utrecht.color.grey.80}"
2503
+ "value": "{utrecht.color.white}"
2504
2504
  },
2505
2505
  "name": "utrechtAccordionButtonActiveBackgroundColor",
2506
2506
  "attributes": {},
@@ -2521,7 +2521,7 @@
2521
2521
  "nl.nldesignsystem.figma.supports-token": true
2522
2522
  },
2523
2523
  "type": "color",
2524
- "value": "hsl(0 0% 95%)",
2524
+ "value": "transparent",
2525
2525
  "filePath": "src/component/utrecht/accordion.tokens.json",
2526
2526
  "isSource": true,
2527
2527
  "original": {
@@ -2533,7 +2533,7 @@
2533
2533
  "nl.nldesignsystem.figma.supports-token": true
2534
2534
  },
2535
2535
  "type": "color",
2536
- "value": "{utrecht.color.grey.95}"
2536
+ "value": "transparent"
2537
2537
  },
2538
2538
  "name": "utrechtAccordionButtonActiveBorderColor",
2539
2539
  "attributes": {},
@@ -2587,39 +2587,7 @@
2587
2587
  "nl.nldesignsystem.figma.supports-token": true
2588
2588
  },
2589
2589
  "type": "color",
2590
- "value": "hsl(0 0% 95%)",
2591
- "filePath": "src/component/utrecht/accordion.tokens.json",
2592
- "isSource": true,
2593
- "original": {
2594
- "$extensions": {
2595
- "nl.nldesignsystem.css.property": {
2596
- "syntax": "<color>",
2597
- "inherits": true
2598
- },
2599
- "nl.nldesignsystem.figma.supports-token": true
2600
- },
2601
- "type": "color",
2602
- "value": "{utrecht.color.grey.95}"
2603
- },
2604
- "name": "utrechtAccordionButtonBackgroundColor",
2605
- "attributes": {},
2606
- "path": [
2607
- "utrecht",
2608
- "accordion",
2609
- "button",
2610
- "background-color"
2611
- ]
2612
- },
2613
- {
2614
- "$extensions": {
2615
- "nl.nldesignsystem.css.property": {
2616
- "syntax": "<color>",
2617
- "inherits": true
2618
- },
2619
- "nl.nldesignsystem.figma.supports-token": true
2620
- },
2621
- "type": "color",
2622
- "value": "hsl(0 0% 95%)",
2590
+ "value": "transparent",
2623
2591
  "filePath": "src/component/utrecht/accordion.tokens.json",
2624
2592
  "isSource": true,
2625
2593
  "original": {
@@ -2631,7 +2599,7 @@
2631
2599
  "nl.nldesignsystem.figma.supports-token": true
2632
2600
  },
2633
2601
  "type": "color",
2634
- "value": "{utrecht.color.grey.95}"
2602
+ "value": "transparent"
2635
2603
  },
2636
2604
  "name": "utrechtAccordionButtonBorderColor",
2637
2605
  "attributes": {},
@@ -2689,7 +2657,7 @@
2689
2657
  "nl.nldesignsystem.figma.supports-token": true
2690
2658
  },
2691
2659
  "type": "color",
2692
- "value": "hsl(0 0% 10%)",
2660
+ "value": "hsl(211 60% 40%)",
2693
2661
  "filePath": "src/component/utrecht/accordion.tokens.json",
2694
2662
  "isSource": true,
2695
2663
  "original": {
@@ -2701,7 +2669,7 @@
2701
2669
  "nl.nldesignsystem.figma.supports-token": true
2702
2670
  },
2703
2671
  "type": "color",
2704
- "value": "{utrecht.color.grey.10}"
2672
+ "value": "{utrecht.color.blue.40}"
2705
2673
  },
2706
2674
  "name": "utrechtAccordionButtonColor",
2707
2675
  "attributes": {},
@@ -2721,7 +2689,7 @@
2721
2689
  "nl.nldesignsystem.figma.supports-token": true
2722
2690
  },
2723
2691
  "type": "color",
2724
- "value": "hsl(0 0% 80%)",
2692
+ "value": "hsl(0 0% 100%)",
2725
2693
  "filePath": "src/component/utrecht/accordion.tokens.json",
2726
2694
  "isSource": true,
2727
2695
  "original": {
@@ -2733,7 +2701,7 @@
2733
2701
  "nl.nldesignsystem.figma.supports-token": true
2734
2702
  },
2735
2703
  "type": "color",
2736
- "value": "{utrecht.color.grey.80}"
2704
+ "value": "{utrecht.color.white}"
2737
2705
  },
2738
2706
  "name": "utrechtAccordionButtonFocusBackgroundColor",
2739
2707
  "attributes": {},
@@ -2754,7 +2722,7 @@
2754
2722
  "nl.nldesignsystem.figma.supports-token": true
2755
2723
  },
2756
2724
  "type": "color",
2757
- "value": "hsl(0 0% 95%)",
2725
+ "value": "transparent",
2758
2726
  "filePath": "src/component/utrecht/accordion.tokens.json",
2759
2727
  "isSource": true,
2760
2728
  "original": {
@@ -2766,7 +2734,7 @@
2766
2734
  "nl.nldesignsystem.figma.supports-token": true
2767
2735
  },
2768
2736
  "type": "color",
2769
- "value": "{utrecht.color.grey.95}"
2737
+ "value": "transparent"
2770
2738
  },
2771
2739
  "name": "utrechtAccordionButtonFocusBorderColor",
2772
2740
  "attributes": {},
@@ -2811,6 +2779,144 @@
2811
2779
  "color"
2812
2780
  ]
2813
2781
  },
2782
+ {
2783
+ "$extensions": {
2784
+ "nl.nldesignsystem.css.property": {
2785
+ "syntax": "<color>",
2786
+ "inherits": true
2787
+ },
2788
+ "nl.nldesignsystem.figma.supports-token": false
2789
+ },
2790
+ "type": "color",
2791
+ "value": "hsl(48 100% 80%)",
2792
+ "filePath": "src/component/utrecht/accordion.tokens.json",
2793
+ "isSource": true,
2794
+ "original": {
2795
+ "$extensions": {
2796
+ "nl.nldesignsystem.css.property": {
2797
+ "syntax": "<color>",
2798
+ "inherits": true
2799
+ },
2800
+ "nl.nldesignsystem.figma.supports-token": false
2801
+ },
2802
+ "type": "color",
2803
+ "value": "{utrecht.color.yellow.80}"
2804
+ },
2805
+ "name": "utrechtAccordionButtonFocusVisibleBackgroundColor",
2806
+ "attributes": {},
2807
+ "path": [
2808
+ "utrecht",
2809
+ "accordion",
2810
+ "button",
2811
+ "focus-visible",
2812
+ "background-color"
2813
+ ]
2814
+ },
2815
+ {
2816
+ "$extensions": {
2817
+ "nl.nldesignsystem.css.property": {
2818
+ "syntax": "<color>",
2819
+ "inherits": true
2820
+ },
2821
+ "nl.nldesignsystem.figma.supports-token": false
2822
+ },
2823
+ "type": "color",
2824
+ "value": "hsl(0 0% 90%)",
2825
+ "filePath": "src/component/utrecht/accordion.tokens.json",
2826
+ "isSource": true,
2827
+ "original": {
2828
+ "$extensions": {
2829
+ "nl.nldesignsystem.css.property": {
2830
+ "syntax": "<color>",
2831
+ "inherits": true
2832
+ },
2833
+ "nl.nldesignsystem.figma.supports-token": false
2834
+ },
2835
+ "type": "color",
2836
+ "value": "{utrecht.color.grey.90}"
2837
+ },
2838
+ "name": "utrechtAccordionButtonFocusVisibleBorderColor",
2839
+ "attributes": {},
2840
+ "path": [
2841
+ "utrecht",
2842
+ "accordion",
2843
+ "button",
2844
+ "focus-visible",
2845
+ "border-color"
2846
+ ]
2847
+ },
2848
+ {
2849
+ "$extensions": {
2850
+ "nl.nldesignsystem.css.property": {
2851
+ "syntax": "<length>",
2852
+ "inherits": true
2853
+ },
2854
+ "nl.nldesignsystem.figma.supports-token": false,
2855
+ "studio.tokens": {
2856
+ "originalType": "borderWidth"
2857
+ }
2858
+ },
2859
+ "type": "dimension",
2860
+ "value": "2px",
2861
+ "filePath": "src/component/utrecht/accordion.tokens.json",
2862
+ "isSource": true,
2863
+ "original": {
2864
+ "$extensions": {
2865
+ "nl.nldesignsystem.css.property": {
2866
+ "syntax": "<length>",
2867
+ "inherits": true
2868
+ },
2869
+ "nl.nldesignsystem.figma.supports-token": false,
2870
+ "studio.tokens": {
2871
+ "originalType": "borderWidth"
2872
+ }
2873
+ },
2874
+ "type": "dimension",
2875
+ "value": "2px"
2876
+ },
2877
+ "name": "utrechtAccordionButtonFocusVisibleBorderWidth",
2878
+ "attributes": {},
2879
+ "path": [
2880
+ "utrecht",
2881
+ "accordion",
2882
+ "button",
2883
+ "focus-visible",
2884
+ "border-width"
2885
+ ]
2886
+ },
2887
+ {
2888
+ "$extensions": {
2889
+ "nl.nldesignsystem.css.property": {
2890
+ "syntax": "<color>",
2891
+ "inherits": true
2892
+ },
2893
+ "nl.nldesignsystem.figma.supports-token": false
2894
+ },
2895
+ "type": "color",
2896
+ "value": "hsl(211 60% 40%)",
2897
+ "filePath": "src/component/utrecht/accordion.tokens.json",
2898
+ "isSource": true,
2899
+ "original": {
2900
+ "$extensions": {
2901
+ "nl.nldesignsystem.css.property": {
2902
+ "syntax": "<color>",
2903
+ "inherits": true
2904
+ },
2905
+ "nl.nldesignsystem.figma.supports-token": false
2906
+ },
2907
+ "type": "color",
2908
+ "value": "{utrecht.color.blue.40}"
2909
+ },
2910
+ "name": "utrechtAccordionButtonFocusVisibleColor",
2911
+ "attributes": {},
2912
+ "path": [
2913
+ "utrecht",
2914
+ "accordion",
2915
+ "button",
2916
+ "focus-visible",
2917
+ "color"
2918
+ ]
2919
+ },
2814
2920
  {
2815
2921
  "$extensions": {
2816
2922
  "nl.nldesignsystem.css.property": {
@@ -2820,7 +2926,7 @@
2820
2926
  "nl.nldesignsystem.figma.supports-token": true
2821
2927
  },
2822
2928
  "type": "color",
2823
- "value": "inherit",
2929
+ "value": "hsl(0 0% 95%)",
2824
2930
  "filePath": "src/component/utrecht/accordion.tokens.json",
2825
2931
  "isSource": true,
2826
2932
  "original": {
@@ -2832,7 +2938,7 @@
2832
2938
  "nl.nldesignsystem.figma.supports-token": true
2833
2939
  },
2834
2940
  "type": "color",
2835
- "value": "inherit"
2941
+ "value": "{utrecht.color.grey.95}"
2836
2942
  },
2837
2943
  "name": "utrechtAccordionButtonHoverBackgroundColor",
2838
2944
  "attributes": {},
@@ -2853,7 +2959,7 @@
2853
2959
  "nl.nldesignsystem.figma.supports-token": true
2854
2960
  },
2855
2961
  "type": "color",
2856
- "value": "hsl(0 0% 95%)",
2962
+ "value": "transparent",
2857
2963
  "filePath": "src/component/utrecht/accordion.tokens.json",
2858
2964
  "isSource": true,
2859
2965
  "original": {
@@ -2865,7 +2971,7 @@
2865
2971
  "nl.nldesignsystem.figma.supports-token": true
2866
2972
  },
2867
2973
  "type": "color",
2868
- "value": "{utrecht.color.grey.95}"
2974
+ "value": "transparent"
2869
2975
  },
2870
2976
  "name": "utrechtAccordionButtonHoverBorderColor",
2871
2977
  "attributes": {},
@@ -2886,7 +2992,7 @@
2886
2992
  "nl.nldesignsystem.figma.supports-token": true
2887
2993
  },
2888
2994
  "type": "color",
2889
- "value": "hsl(0 0% 10%)",
2995
+ "value": "hsl(211 60% 40%)",
2890
2996
  "filePath": "src/component/utrecht/accordion.tokens.json",
2891
2997
  "isSource": true,
2892
2998
  "original": {
@@ -2898,7 +3004,7 @@
2898
3004
  "nl.nldesignsystem.figma.supports-token": true
2899
3005
  },
2900
3006
  "type": "color",
2901
- "value": "{utrecht.color.grey.10}"
3007
+ "value": "{utrecht.color.blue.40}"
2902
3008
  },
2903
3009
  "name": "utrechtAccordionButtonHoverColor",
2904
3010
  "attributes": {},
@@ -2950,26 +3056,10 @@
2950
3056
  ]
2951
3057
  },
2952
3058
  {
2953
- "$extensions": {
2954
- "nl.nldesignsystem.css.property": {
2955
- "syntax": "<color>",
2956
- "inherits": true
2957
- },
2958
- "nl.nldesignsystem.figma.supports-token": false
2959
- },
2960
- "type": "color",
2961
3059
  "value": "hsl(48 100% 50%)",
2962
3060
  "filePath": "src/component/utrecht/accordion.tokens.json",
2963
3061
  "isSource": true,
2964
3062
  "original": {
2965
- "$extensions": {
2966
- "nl.nldesignsystem.css.property": {
2967
- "syntax": "<color>",
2968
- "inherits": true
2969
- },
2970
- "nl.nldesignsystem.figma.supports-token": false
2971
- },
2972
- "type": "color",
2973
3063
  "value": "{utrecht.color.yellow.50}"
2974
3064
  },
2975
3065
  "name": "utrechtAccordionButtonIconUtrechtBackgroundColor",
@@ -2995,7 +3085,7 @@
2995
3085
  }
2996
3086
  },
2997
3087
  "type": "dimension",
2998
- "value": "8px",
3088
+ "value": "16px",
2999
3089
  "filePath": "src/component/utrecht/accordion.tokens.json",
3000
3090
  "isSource": true,
3001
3091
  "original": {
@@ -3010,7 +3100,7 @@
3010
3100
  }
3011
3101
  },
3012
3102
  "type": "dimension",
3013
- "value": "{utrecht.space.block.xs}"
3103
+ "value": "{utrecht.space.block.md}"
3014
3104
  },
3015
3105
  "name": "utrechtAccordionButtonPaddingBlockEnd",
3016
3106
  "attributes": {},
@@ -3033,7 +3123,7 @@
3033
3123
  }
3034
3124
  },
3035
3125
  "type": "dimension",
3036
- "value": "8px",
3126
+ "value": "16px",
3037
3127
  "filePath": "src/component/utrecht/accordion.tokens.json",
3038
3128
  "isSource": true,
3039
3129
  "original": {
@@ -3048,7 +3138,7 @@
3048
3138
  }
3049
3139
  },
3050
3140
  "type": "dimension",
3051
- "value": "{utrecht.space.block.xs}"
3141
+ "value": "{utrecht.space.block.md}"
3052
3142
  },
3053
3143
  "name": "utrechtAccordionButtonPaddingBlockStart",
3054
3144
  "attributes": {},
@@ -3071,7 +3161,7 @@
3071
3161
  }
3072
3162
  },
3073
3163
  "type": "dimension",
3074
- "value": "16px",
3164
+ "value": "8px",
3075
3165
  "filePath": "src/component/utrecht/accordion.tokens.json",
3076
3166
  "isSource": true,
3077
3167
  "original": {
@@ -3086,7 +3176,7 @@
3086
3176
  }
3087
3177
  },
3088
3178
  "type": "dimension",
3089
- "value": "{utrecht.space.block.md}"
3179
+ "value": "{utrecht.space.block.xs}"
3090
3180
  },
3091
3181
  "name": "utrechtAccordionButtonPaddingInlineEnd",
3092
3182
  "attributes": {},
@@ -3109,7 +3199,7 @@
3109
3199
  }
3110
3200
  },
3111
3201
  "type": "dimension",
3112
- "value": "16px",
3202
+ "value": "8px",
3113
3203
  "filePath": "src/component/utrecht/accordion.tokens.json",
3114
3204
  "isSource": true,
3115
3205
  "original": {
@@ -3124,7 +3214,7 @@
3124
3214
  }
3125
3215
  },
3126
3216
  "type": "dimension",
3127
- "value": "{utrecht.space.block.md}"
3217
+ "value": "{utrecht.space.block.xs}"
3128
3218
  },
3129
3219
  "name": "utrechtAccordionButtonPaddingInlineStart",
3130
3220
  "attributes": {},
@@ -3144,7 +3234,7 @@
3144
3234
  "nl.nldesignsystem.figma.supports-token": true
3145
3235
  },
3146
3236
  "type": "color",
3147
- "value": "hsl(0 0% 95%)",
3237
+ "value": "transparent",
3148
3238
  "filePath": "src/component/utrecht/accordion.tokens.json",
3149
3239
  "isSource": true,
3150
3240
  "original": {
@@ -3156,7 +3246,7 @@
3156
3246
  "nl.nldesignsystem.figma.supports-token": true
3157
3247
  },
3158
3248
  "type": "color",
3159
- "value": "{utrecht.color.grey.95}"
3249
+ "value": "transparent"
3160
3250
  },
3161
3251
  "name": "utrechtAccordionPanelBorderColor",
3162
3252
  "attributes": {},
@@ -3179,7 +3269,7 @@
3179
3269
  }
3180
3270
  },
3181
3271
  "type": "dimension",
3182
- "value": "2px",
3272
+ "value": "0",
3183
3273
  "filePath": "src/component/utrecht/accordion.tokens.json",
3184
3274
  "isSource": true,
3185
3275
  "original": {
@@ -3194,7 +3284,7 @@
3194
3284
  }
3195
3285
  },
3196
3286
  "type": "dimension",
3197
- "value": "2px"
3287
+ "value": "0"
3198
3288
  },
3199
3289
  "name": "utrechtAccordionPanelBorderWidth",
3200
3290
  "attributes": {},
@@ -3331,7 +3421,7 @@
3331
3421
  }
3332
3422
  },
3333
3423
  "type": "dimension",
3334
- "value": "16px",
3424
+ "value": "32px",
3335
3425
  "filePath": "src/component/utrecht/accordion.tokens.json",
3336
3426
  "isSource": true,
3337
3427
  "original": {
@@ -3346,7 +3436,7 @@
3346
3436
  }
3347
3437
  },
3348
3438
  "type": "dimension",
3349
- "value": "{utrecht.space.block.md}"
3439
+ "value": "{utrecht.space.block.2xl}"
3350
3440
  },
3351
3441
  "name": "utrechtAccordionPanelPaddingInlineStart",
3352
3442
  "attributes": {},
@@ -3357,6 +3447,38 @@
3357
3447
  "padding-inline-start"
3358
3448
  ]
3359
3449
  },
3450
+ {
3451
+ "$extensions": {
3452
+ "nl.nldesignsystem.css.property": {
3453
+ "syntax": "<color>",
3454
+ "inherits": true
3455
+ },
3456
+ "nl.nldesignsystem.figma.supports-token": false
3457
+ },
3458
+ "type": "color",
3459
+ "value": "hsl(0 0% 90%)",
3460
+ "filePath": "src/component/utrecht/accordion.tokens.json",
3461
+ "isSource": true,
3462
+ "original": {
3463
+ "$extensions": {
3464
+ "nl.nldesignsystem.css.property": {
3465
+ "syntax": "<color>",
3466
+ "inherits": true
3467
+ },
3468
+ "nl.nldesignsystem.figma.supports-token": false
3469
+ },
3470
+ "type": "color",
3471
+ "value": "{utrecht.color.grey.90}"
3472
+ },
3473
+ "name": "utrechtAccordionSectionBorderColor",
3474
+ "attributes": {},
3475
+ "path": [
3476
+ "utrecht",
3477
+ "accordion",
3478
+ "section",
3479
+ "border-color"
3480
+ ]
3481
+ },
3360
3482
  {
3361
3483
  "$extensions": {
3362
3484
  "nl.nldesignsystem.css.property": {
@@ -3365,11 +3487,11 @@
3365
3487
  },
3366
3488
  "nl.nldesignsystem.figma.supports-token": false,
3367
3489
  "studio.tokens": {
3368
- "originalType": "spacing"
3490
+ "originalType": "borderWidth"
3369
3491
  }
3370
3492
  },
3371
3493
  "type": "dimension",
3372
- "value": "8px",
3494
+ "value": "2px",
3373
3495
  "filePath": "src/component/utrecht/accordion.tokens.json",
3374
3496
  "isSource": true,
3375
3497
  "original": {
@@ -3380,18 +3502,52 @@
3380
3502
  },
3381
3503
  "nl.nldesignsystem.figma.supports-token": false,
3382
3504
  "studio.tokens": {
3383
- "originalType": "spacing"
3505
+ "originalType": "borderWidth"
3384
3506
  }
3385
3507
  },
3386
3508
  "type": "dimension",
3387
- "value": "{utrecht.space.block.xs}"
3509
+ "value": "2px"
3388
3510
  },
3389
- "name": "utrechtAccordionRowGap",
3511
+ "name": "utrechtAccordionSectionBorderWidth",
3390
3512
  "attributes": {},
3391
3513
  "path": [
3392
3514
  "utrecht",
3393
3515
  "accordion",
3394
- "row-gap"
3516
+ "section",
3517
+ "border-width"
3518
+ ]
3519
+ },
3520
+ {
3521
+ "$extensions": {
3522
+ "nl.nldesignsystem.css.property": {
3523
+ "syntax": "<color>",
3524
+ "inherits": true
3525
+ },
3526
+ "nl.nldesignsystem.figma.supports-token": false
3527
+ },
3528
+ "type": "color",
3529
+ "value": "hsl(0 0% 95%)",
3530
+ "filePath": "src/component/utrecht/accordion.tokens.json",
3531
+ "isSource": true,
3532
+ "original": {
3533
+ "$extensions": {
3534
+ "nl.nldesignsystem.css.property": {
3535
+ "syntax": "<color>",
3536
+ "inherits": true
3537
+ },
3538
+ "nl.nldesignsystem.figma.supports-token": false
3539
+ },
3540
+ "type": "color",
3541
+ "value": "{utrecht.color.grey.95}"
3542
+ },
3543
+ "name": "utrechtAccordionSectionHoverBorderColor",
3544
+ "attributes": {},
3545
+ "path": [
3546
+ "utrecht",
3547
+ "accordion",
3548
+ "section",
3549
+ "hover",
3550
+ "border-color"
3395
3551
  ]
3396
3552
  },
3397
3553
  {