@gitlab/ui 134.6.0 → 134.7.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 (32) hide show
  1. package/dist/components/dashboards/dashboard_panel/dashboard_panel.js +5 -3
  2. package/dist/index.css +2 -2
  3. package/dist/index.css.map +1 -1
  4. package/dist/tokens/build/js/tokens.dark.js +86 -68
  5. package/dist/tokens/build/js/tokens.js +93 -75
  6. package/package.json +4 -4
  7. package/src/components/base/toggle/toggle.scss +75 -51
  8. package/src/components/dashboards/dashboard_panel/dashboard_panel.vue +4 -1
  9. package/src/scss/bootstrap_no_utils.scss +33 -0
  10. package/src/scss/gitlab_ui_no_utils.scss +24 -0
  11. package/src/tokens/build/css/tokens.css +76 -58
  12. package/src/tokens/build/css/tokens.dark.css +74 -56
  13. package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +145 -0
  14. package/src/tokens/build/docs/tokens-tailwind-docs.json +145 -0
  15. package/src/tokens/build/figma/constants.dark.json +2 -2
  16. package/src/tokens/build/figma/constants.json +2 -2
  17. package/src/tokens/build/figma/mode.dark.json +206 -108
  18. package/src/tokens/build/figma/mode.json +209 -87
  19. package/src/tokens/build/js/tokens.dark.js +85 -67
  20. package/src/tokens/build/js/tokens.js +92 -74
  21. package/src/tokens/build/json/tokens.dark.json +846 -225
  22. package/src/tokens/build/json/tokens.json +850 -229
  23. package/src/tokens/build/scss/_tokens.dark.scss +74 -56
  24. package/src/tokens/build/scss/_tokens.scss +76 -58
  25. package/src/tokens/build/scss/_tokens_custom_properties.scss +18 -0
  26. package/src/tokens/build/tailwind/tokens.cjs +1 -0
  27. package/src/tokens/constant/color.alpha.tokens.json +16 -0
  28. package/src/tokens/contextual/button.tokens.json +34 -58
  29. package/src/tokens/contextual/tabs.tokens.json +2 -8
  30. package/src/tokens/contextual/toggle.tokens.json +195 -0
  31. package/src/tokens/semantic/action.tokens.json +22 -124
  32. package/src/tokens/semantic/control.tokens.json +9 -21
@@ -2551,7 +2551,7 @@
2551
2551
  }
2552
2552
  },
2553
2553
  "🔒/button-confirm-primary-foreground-color-hover": {
2554
- "$value": "{action-strong-confirm-foreground-color-hover}",
2554
+ "$value": "{🔒/button-confirm-primary-foreground-color-default}",
2555
2555
  "$type": "color",
2556
2556
  "$description": "Used for the foreground of a confirm (positive) primary button in the hover state.",
2557
2557
  "$extensions": {
@@ -2562,7 +2562,7 @@
2562
2562
  }
2563
2563
  },
2564
2564
  "🔒/button-confirm-primary-foreground-color-focus": {
2565
- "$value": "{action-strong-confirm-foreground-color-focus}",
2565
+ "$value": "{🔒/button-confirm-primary-foreground-color-hover}",
2566
2566
  "$type": "color",
2567
2567
  "$description": "Used for the foreground of a confirm (positive) primary button in the focus state.",
2568
2568
  "$extensions": {
@@ -2573,7 +2573,7 @@
2573
2573
  }
2574
2574
  },
2575
2575
  "🔒/button-confirm-primary-foreground-color-active": {
2576
- "$value": "{action-strong-confirm-foreground-color-active}",
2576
+ "$value": "{🔒/button-confirm-primary-foreground-color-focus}",
2577
2577
  "$type": "color",
2578
2578
  "$description": "Used for the foreground of a confirm (positive) primary button in the active state.",
2579
2579
  "$extensions": {
@@ -2584,7 +2584,7 @@
2584
2584
  }
2585
2585
  },
2586
2586
  "🔒/button-confirm-primary-background-color-default": {
2587
- "$value": "{action-strong-confirm-background-color-default}",
2587
+ "$value": "{color-neutral-800}",
2588
2588
  "$type": "color",
2589
2589
  "$description": "Used for the background of a confirm (positive) primary button in the default state.",
2590
2590
  "$extensions": {
@@ -2595,7 +2595,7 @@
2595
2595
  }
2596
2596
  },
2597
2597
  "🔒/button-confirm-primary-background-color-hover": {
2598
- "$value": "{action-strong-confirm-background-color-hover}",
2598
+ "$value": "{color-neutral-950}",
2599
2599
  "$type": "color",
2600
2600
  "$description": "Used for the background of a confirm (positive) primary button in the hover state.",
2601
2601
  "$extensions": {
@@ -2606,7 +2606,7 @@
2606
2606
  }
2607
2607
  },
2608
2608
  "🔒/button-confirm-primary-background-color-focus": {
2609
- "$value": "{action-strong-confirm-background-color-focus}",
2609
+ "$value": "{🔒/button-confirm-primary-background-color-hover}",
2610
2610
  "$type": "color",
2611
2611
  "$description": "Used for the background of a confirm (positive) primary button in the focus state.",
2612
2612
  "$extensions": {
@@ -2617,7 +2617,7 @@
2617
2617
  }
2618
2618
  },
2619
2619
  "🔒/button-confirm-primary-background-color-active": {
2620
- "$value": "{action-strong-confirm-background-color-active}",
2620
+ "$value": "{color-neutral-1000}",
2621
2621
  "$type": "color",
2622
2622
  "$description": "Used for the background of a confirm (positive) primary button in the active state.",
2623
2623
  "$extensions": {
@@ -2628,7 +2628,7 @@
2628
2628
  }
2629
2629
  },
2630
2630
  "🔒/button-confirm-primary-border-color-default": {
2631
- "$value": "{color-blue-600}",
2631
+ "$value": "{color-alpha-0}",
2632
2632
  "$type": "color",
2633
2633
  "$description": "Used for the border of a confirm (positive) primary button in the default state.",
2634
2634
  "$extensions": {
@@ -2638,7 +2638,7 @@
2638
2638
  }
2639
2639
  },
2640
2640
  "🔒/button-confirm-primary-border-color-hover": {
2641
- "$value": "{color-blue-800}",
2641
+ "$value": "{🔒/button-confirm-primary-border-color-default}",
2642
2642
  "$type": "color",
2643
2643
  "$description": "Used for the border of a confirm (positive) primary button in the hover state.",
2644
2644
  "$extensions": {
@@ -2648,7 +2648,7 @@
2648
2648
  }
2649
2649
  },
2650
2650
  "🔒/button-confirm-primary-border-color-focus": {
2651
- "$value": "{🔒/button-confirm-primary-border-color-hover}",
2651
+ "$value": "{🔒/button-confirm-primary-border-color-default}",
2652
2652
  "$type": "color",
2653
2653
  "$description": "Used for the border of a confirm (positive) primary button in the focus state.",
2654
2654
  "$extensions": {
@@ -2658,7 +2658,7 @@
2658
2658
  }
2659
2659
  },
2660
2660
  "🔒/button-confirm-primary-border-color-active": {
2661
- "$value": "{color-blue-900}",
2661
+ "$value": "{🔒/button-confirm-primary-border-color-default}",
2662
2662
  "$type": "color",
2663
2663
  "$description": "Used for the border of a confirm (positive) primary button in the active state.",
2664
2664
  "$extensions": {
@@ -2668,7 +2668,7 @@
2668
2668
  }
2669
2669
  },
2670
2670
  "🔒/button-confirm-secondary-foreground-color-default": {
2671
- "$value": "{color-blue-500}",
2671
+ "$value": "{color-neutral-800}",
2672
2672
  "$type": "color",
2673
2673
  "$description": "Used for the foreground of a confirm (positive) button in the default state.",
2674
2674
  "$extensions": {
@@ -2679,7 +2679,7 @@
2679
2679
  }
2680
2680
  },
2681
2681
  "🔒/button-confirm-secondary-foreground-color-hover": {
2682
- "$value": "{color-blue-700}",
2682
+ "$value": "{color-neutral-950}",
2683
2683
  "$type": "color",
2684
2684
  "$description": "Used for the foreground of a confirm (positive) button in the hover state.",
2685
2685
  "$extensions": {
@@ -2701,7 +2701,7 @@
2701
2701
  }
2702
2702
  },
2703
2703
  "🔒/button-confirm-secondary-foreground-color-active": {
2704
- "$value": "{color-blue-900}",
2704
+ "$value": "{color-neutral-1000}",
2705
2705
  "$type": "color",
2706
2706
  "$description": "Used for the foreground of a confirm (positive) button in the active state.",
2707
2707
  "$extensions": {
@@ -2723,7 +2723,7 @@
2723
2723
  }
2724
2724
  },
2725
2725
  "🔒/button-confirm-secondary-background-color-hover": {
2726
- "$value": "{color-blue-50}",
2726
+ "$value": "{color-neutral-50}",
2727
2727
  "$type": "color",
2728
2728
  "$description": "Used for the background of an outlined confirm (positive) button in the hover state.",
2729
2729
  "$extensions": {
@@ -2745,7 +2745,7 @@
2745
2745
  }
2746
2746
  },
2747
2747
  "🔒/button-confirm-secondary-background-color-active": {
2748
- "$value": "{color-blue-100}",
2748
+ "$value": "{color-neutral-100}",
2749
2749
  "$type": "color",
2750
2750
  "$description": "Used for the background of an outlined confirm (positive) button in the active state.",
2751
2751
  "$extensions": {
@@ -2756,7 +2756,7 @@
2756
2756
  }
2757
2757
  },
2758
2758
  "🔒/button-confirm-secondary-border-color-default": {
2759
- "$value": "{color-blue-500}",
2759
+ "$value": "{color-neutral-800}",
2760
2760
  "$type": "color",
2761
2761
  "$description": "Used for the border of an outlined confirm (positive) button in the default state.",
2762
2762
  "$extensions": {
@@ -2766,7 +2766,7 @@
2766
2766
  }
2767
2767
  },
2768
2768
  "🔒/button-confirm-secondary-border-color-hover": {
2769
- "$value": "{color-blue-700}",
2769
+ "$value": "{color-neutral-950}",
2770
2770
  "$type": "color",
2771
2771
  "$description": "Used for the border of an outlined confirm (positive) button in the hover state.",
2772
2772
  "$extensions": {
@@ -2786,7 +2786,7 @@
2786
2786
  }
2787
2787
  },
2788
2788
  "🔒/button-confirm-secondary-border-color-active": {
2789
- "$value": "{color-blue-900}",
2789
+ "$value": "{color-neutral-1000}",
2790
2790
  "$type": "color",
2791
2791
  "$description": "Used for the border of an outlined confirm (positive) button in the active state.",
2792
2792
  "$extensions": {
@@ -5043,7 +5043,7 @@
5043
5043
  }
5044
5044
  },
5045
5045
  "🔒/tab-selected-indicator-color-default": {
5046
- "$value": "{color-blue-500}",
5046
+ "$value": "{action-selected-border-color-active}",
5047
5047
  "$type": "color",
5048
5048
  "$description": "Used for the selected indicator of a tab.",
5049
5049
  "$extensions": {
@@ -5053,6 +5053,176 @@
5053
5053
  ]
5054
5054
  }
5055
5055
  },
5056
+ "🔒/toggle-switch-track-color-unchecked-default": {
5057
+ "$value": "{control-border-color-default}",
5058
+ "$type": "color",
5059
+ "$description": "Used for the track color of an unchecked toggle switch in the default state.",
5060
+ "$extensions": {
5061
+ "com.figma.scopes": [
5062
+ "SHAPE_FILL"
5063
+ ]
5064
+ }
5065
+ },
5066
+ "🔒/toggle-switch-track-color-unchecked-hover": {
5067
+ "$value": "{control-border-color-hover}",
5068
+ "$type": "color",
5069
+ "$description": "Used for the track color of an unchecked toggle switch in the hover state.",
5070
+ "$extensions": {
5071
+ "com.figma.scopes": [
5072
+ "SHAPE_FILL"
5073
+ ]
5074
+ }
5075
+ },
5076
+ "🔒/toggle-switch-track-color-unchecked-focus": {
5077
+ "$value": "{control-border-color-focus}",
5078
+ "$type": "color",
5079
+ "$description": "Used for the track color of an unchecked toggle switch in the focus state.",
5080
+ "$extensions": {
5081
+ "com.figma.scopes": [
5082
+ "SHAPE_FILL"
5083
+ ]
5084
+ }
5085
+ },
5086
+ "🔒/toggle-switch-track-color-unchecked-active": {
5087
+ "$value": "{control-border-color-focus}",
5088
+ "$type": "color",
5089
+ "$description": "Used for the track color of an unchecked toggle switch in the active state.",
5090
+ "$extensions": {
5091
+ "com.figma.scopes": [
5092
+ "SHAPE_FILL"
5093
+ ]
5094
+ }
5095
+ },
5096
+ "🔒/toggle-switch-track-color-checked-default": {
5097
+ "$value": "{color-neutral-800}",
5098
+ "$type": "color",
5099
+ "$description": "Used for the track color of a checked toggle switch in the default state.",
5100
+ "$extensions": {
5101
+ "com.figma.scopes": [
5102
+ "SHAPE_FILL"
5103
+ ]
5104
+ }
5105
+ },
5106
+ "🔒/toggle-switch-track-color-checked-hover": {
5107
+ "$value": "{color-neutral-950}",
5108
+ "$type": "color",
5109
+ "$description": "Used for the track color of a checked toggle switch in the hover state.",
5110
+ "$extensions": {
5111
+ "com.figma.scopes": [
5112
+ "SHAPE_FILL"
5113
+ ]
5114
+ }
5115
+ },
5116
+ "🔒/toggle-switch-track-color-checked-focus": {
5117
+ "$value": "{🔒/toggle-switch-track-color-checked-hover}",
5118
+ "$type": "color",
5119
+ "$description": "Used for the track color of a checked toggle switch in the focus state.",
5120
+ "$extensions": {
5121
+ "com.figma.scopes": [
5122
+ "SHAPE_FILL"
5123
+ ]
5124
+ }
5125
+ },
5126
+ "🔒/toggle-switch-track-color-checked-active": {
5127
+ "$value": "{color-neutral-1000}",
5128
+ "$type": "color",
5129
+ "$description": "Used for the track color of a checked toggle switch in the active state.",
5130
+ "$extensions": {
5131
+ "com.figma.scopes": [
5132
+ "SHAPE_FILL"
5133
+ ]
5134
+ }
5135
+ },
5136
+ "🔒/toggle-switch-background-color-unchecked-default": {
5137
+ "$value": "{control-indicator-color-selected}",
5138
+ "$type": "color",
5139
+ "$description": "Used for the background color of the unchecked toggle switch thumb in the default state.",
5140
+ "$extensions": {
5141
+ "com.figma.scopes": [
5142
+ "SHAPE_FILL"
5143
+ ]
5144
+ }
5145
+ },
5146
+ "🔒/toggle-switch-background-color-unchecked-hover": {
5147
+ "$value": "{🔒/toggle-switch-background-color-unchecked-default}",
5148
+ "$type": "color",
5149
+ "$description": "Used for the background color of the unchecked toggle switch thumb in the hover state.",
5150
+ "$extensions": {
5151
+ "com.figma.scopes": [
5152
+ "SHAPE_FILL"
5153
+ ]
5154
+ }
5155
+ },
5156
+ "🔒/toggle-switch-background-color-unchecked-focus": {
5157
+ "$value": "{🔒/toggle-switch-background-color-unchecked-default}",
5158
+ "$type": "color",
5159
+ "$description": "Used for the background color of the unchecked toggle switch thumb in the focus state.",
5160
+ "$extensions": {
5161
+ "com.figma.scopes": [
5162
+ "SHAPE_FILL"
5163
+ ]
5164
+ }
5165
+ },
5166
+ "🔒/toggle-switch-background-color-unchecked-active": {
5167
+ "$value": "{🔒/toggle-switch-background-color-unchecked-default}",
5168
+ "$type": "color",
5169
+ "$description": "Used for the background color of the unchecked toggle switch thumb in the active state.",
5170
+ "$extensions": {
5171
+ "com.figma.scopes": [
5172
+ "SHAPE_FILL"
5173
+ ]
5174
+ }
5175
+ },
5176
+ "🔒/toggle-switch-background-color-checked-default": {
5177
+ "$value": "{action-strong-confirm-foreground-color-default}",
5178
+ "$type": "color",
5179
+ "$description": "Used for the background color of the checked toggle switch thumb in the default state.",
5180
+ "$extensions": {
5181
+ "com.figma.scopes": [
5182
+ "SHAPE_FILL"
5183
+ ]
5184
+ }
5185
+ },
5186
+ "🔒/toggle-switch-background-color-checked-hover": {
5187
+ "$value": "{action-strong-confirm-foreground-color-hover}",
5188
+ "$type": "color",
5189
+ "$description": "Used for the background color of the checked toggle switch thumb in the hover state.",
5190
+ "$extensions": {
5191
+ "com.figma.scopes": [
5192
+ "SHAPE_FILL"
5193
+ ]
5194
+ }
5195
+ },
5196
+ "🔒/toggle-switch-background-color-checked-focus": {
5197
+ "$value": "{action-strong-confirm-foreground-color-focus}",
5198
+ "$type": "color",
5199
+ "$description": "Used for the background color of the checked toggle switch thumb in the focus state.",
5200
+ "$extensions": {
5201
+ "com.figma.scopes": [
5202
+ "SHAPE_FILL"
5203
+ ]
5204
+ }
5205
+ },
5206
+ "🔒/toggle-switch-background-color-checked-active": {
5207
+ "$value": "{action-strong-confirm-foreground-color-active}",
5208
+ "$type": "color",
5209
+ "$description": "Used for the background color of the checked toggle switch thumb in the active state.",
5210
+ "$extensions": {
5211
+ "com.figma.scopes": [
5212
+ "SHAPE_FILL"
5213
+ ]
5214
+ }
5215
+ },
5216
+ "🔒/toggle-switch-background-color-disabled": {
5217
+ "$value": "{action-disabled-foreground-color}",
5218
+ "$type": "color",
5219
+ "$description": "Used for the background color of the toggle switch thumb in the disabled state.",
5220
+ "$extensions": {
5221
+ "com.figma.scopes": [
5222
+ "SHAPE_FILL"
5223
+ ]
5224
+ }
5225
+ },
5056
5226
  "🔒/toggle-switch-icon-color-unchecked-default": {
5057
5227
  "$value": "{action-strong-neutral-background-color-default}",
5058
5228
  "$type": "color",
@@ -5273,7 +5443,7 @@
5273
5443
  }
5274
5444
  },
5275
5445
  "action-selected-background-color-default": {
5276
- "$value": "{color-blue-500}",
5446
+ "$value": "{color-neutral-800}",
5277
5447
  "$type": "color",
5278
5448
  "$description": "Used for the background of a selected action in the default state.",
5279
5449
  "$extensions": {
@@ -5284,7 +5454,7 @@
5284
5454
  }
5285
5455
  },
5286
5456
  "action-selected-background-color-hover": {
5287
- "$value": "{color-blue-700}",
5457
+ "$value": "{color-neutral-950}",
5288
5458
  "$type": "color",
5289
5459
  "$description": "Used for the background of a selected action in the hover state.",
5290
5460
  "$extensions": {
@@ -5306,7 +5476,7 @@
5306
5476
  }
5307
5477
  },
5308
5478
  "action-selected-background-color-active": {
5309
- "$value": "{color-blue-800}",
5479
+ "$value": "{color-neutral-1000}",
5310
5480
  "$type": "color",
5311
5481
  "$description": "Used for the background of a selected action in the active state.",
5312
5482
  "$extensions": {
@@ -5401,15 +5571,7 @@
5401
5571
  }
5402
5572
  },
5403
5573
  "action-neutral-background-color-default": {
5404
- "$value": {
5405
- "colorSpace": "srgb",
5406
- "components": [
5407
- 0.6431372549019608,
5408
- 0.6392156862745098,
5409
- 0.6588235294117647
5410
- ],
5411
- "alpha": 0
5412
- },
5574
+ "$value": "{color-alpha-0}",
5413
5575
  "$type": "color",
5414
5576
  "$description": "Used for the background of a neutral action in the default state.",
5415
5577
  "$extensions": {
@@ -5420,15 +5582,7 @@
5420
5582
  }
5421
5583
  },
5422
5584
  "action-neutral-background-color-hover": {
5423
- "$value": {
5424
- "colorSpace": "srgb",
5425
- "components": [
5426
- 0.6431372549019608,
5427
- 0.6392156862745098,
5428
- 0.6588235294117647
5429
- ],
5430
- "alpha": 0.16
5431
- },
5585
+ "$value": "{color-alpha-dark-6}",
5432
5586
  "$type": "color",
5433
5587
  "$description": "Used for the background of a neutral action in the hover state.",
5434
5588
  "$extensions": {
@@ -5450,15 +5604,7 @@
5450
5604
  }
5451
5605
  },
5452
5606
  "action-neutral-background-color-active": {
5453
- "$value": {
5454
- "colorSpace": "srgb",
5455
- "components": [
5456
- 0.3254901960784314,
5457
- 0.3176470588235294,
5458
- 0.34509803921568627
5459
- ],
5460
- "alpha": 0.24
5461
- },
5607
+ "$value": "{color-alpha-dark-16}",
5462
5608
  "$type": "color",
5463
5609
  "$description": "Used for the background of a neutral action in the active state.",
5464
5610
  "$extensions": {
@@ -5509,7 +5655,7 @@
5509
5655
  }
5510
5656
  },
5511
5657
  "action-confirm-foreground-color-default": {
5512
- "$value": "{color-blue-500}",
5658
+ "$value": "{color-neutral-800}",
5513
5659
  "$type": "color",
5514
5660
  "$description": "Used for the foreground of a confirm (positive) action in the default state.",
5515
5661
  "$extensions": {
@@ -5520,7 +5666,7 @@
5520
5666
  }
5521
5667
  },
5522
5668
  "action-confirm-foreground-color-hover": {
5523
- "$value": "{color-blue-700}",
5669
+ "$value": "{color-neutral-950}",
5524
5670
  "$type": "color",
5525
5671
  "$description": "Used for the foreground of a confirm (positive) action in the hover state.",
5526
5672
  "$extensions": {
@@ -5542,7 +5688,7 @@
5542
5688
  }
5543
5689
  },
5544
5690
  "action-confirm-foreground-color-active": {
5545
- "$value": "{color-blue-900}",
5691
+ "$value": "{color-neutral-1000}",
5546
5692
  "$type": "color",
5547
5693
  "$description": "Used for the foreground of a confirm (positive) action in the active state.",
5548
5694
  "$extensions": {
@@ -5553,15 +5699,7 @@
5553
5699
  }
5554
5700
  },
5555
5701
  "action-confirm-background-color-default": {
5556
- "$value": {
5557
- "colorSpace": "srgb",
5558
- "components": [
5559
- 0.38823529411764707,
5560
- 0.6509803921568628,
5561
- 0.9137254901960784
5562
- ],
5563
- "alpha": 0
5564
- },
5702
+ "$value": "{color-alpha-0}",
5565
5703
  "$type": "color",
5566
5704
  "$description": "Used for the background of a confirm (positive) action in the default state.",
5567
5705
  "$extensions": {
@@ -5572,15 +5710,7 @@
5572
5710
  }
5573
5711
  },
5574
5712
  "action-confirm-background-color-hover": {
5575
- "$value": {
5576
- "colorSpace": "srgb",
5577
- "components": [
5578
- 0.38823529411764707,
5579
- 0.6509803921568628,
5580
- 0.9137254901960784
5581
- ],
5582
- "alpha": 0.16
5583
- },
5713
+ "$value": "{color-alpha-dark-6}",
5584
5714
  "$type": "color",
5585
5715
  "$description": "Used for the background of a confirm (positive) action in the hover state.",
5586
5716
  "$extensions": {
@@ -5602,15 +5732,7 @@
5602
5732
  }
5603
5733
  },
5604
5734
  "action-confirm-background-color-active": {
5605
- "$value": {
5606
- "colorSpace": "srgb",
5607
- "components": [
5608
- 0.043137254901960784,
5609
- 0.3607843137254902,
5610
- 0.6784313725490196
5611
- ],
5612
- "alpha": 0.24
5613
- },
5735
+ "$value": "{color-alpha-dark-16}",
5614
5736
  "$type": "color",
5615
5737
  "$description": "Used for the background of a confirm (positive) action in the active state.",
5616
5738
  "$extensions": {
@@ -6190,7 +6312,7 @@
6190
6312
  }
6191
6313
  },
6192
6314
  "control-background-color-selected-default": {
6193
- "$value": "{color-blue-500}",
6315
+ "$value": "{color-neutral-800}",
6194
6316
  "$type": "color",
6195
6317
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background.",
6196
6318
  "$extensions": {
@@ -6201,7 +6323,7 @@
6201
6323
  }
6202
6324
  },
6203
6325
  "control-background-color-selected-hover": {
6204
- "$value": "{color-blue-700}",
6326
+ "$value": "{color-neutral-950}",
6205
6327
  "$type": "color",
6206
6328
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on hover.",
6207
6329
  "$extensions": {
@@ -6212,9 +6334,9 @@
6212
6334
  }
6213
6335
  },
6214
6336
  "control-background-color-selected-focus": {
6215
- "$value": "{color-blue-700}",
6337
+ "$value": "{control-background-color-selected-hover}",
6216
6338
  "$type": "color",
6217
- "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on hover.",
6339
+ "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on focus.",
6218
6340
  "$extensions": {
6219
6341
  "com.figma.scopes": [
6220
6342
  "FRAME_FILL",
@@ -6273,7 +6395,7 @@
6273
6395
  }
6274
6396
  },
6275
6397
  "control-border-color-selected-default": {
6276
- "$value": "{color-blue-500}",
6398
+ "$value": "{control-background-color-selected-default}",
6277
6399
  "$type": "color",
6278
6400
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border.",
6279
6401
  "$extensions": {
@@ -6283,7 +6405,7 @@
6283
6405
  }
6284
6406
  },
6285
6407
  "control-border-color-selected-hover": {
6286
- "$value": "{color-blue-700}",
6408
+ "$value": "{control-background-color-selected-hover}",
6287
6409
  "$type": "color",
6288
6410
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border on hover.",
6289
6411
  "$extensions": {
@@ -6293,7 +6415,7 @@
6293
6415
  }
6294
6416
  },
6295
6417
  "control-border-color-selected-focus": {
6296
- "$value": "{color-blue-700}",
6418
+ "$value": "{control-background-color-selected-focus}",
6297
6419
  "$type": "color",
6298
6420
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border on focus.",
6299
6421
  "$extensions": {