@gitlab/ui 134.6.0 → 134.8.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 (33) 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 +5 -5
  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/scss/themes.scss +10 -5
  12. package/src/tokens/build/css/tokens.css +76 -58
  13. package/src/tokens/build/css/tokens.dark.css +74 -56
  14. package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +145 -0
  15. package/src/tokens/build/docs/tokens-tailwind-docs.json +145 -0
  16. package/src/tokens/build/figma/constants.dark.json +2 -2
  17. package/src/tokens/build/figma/constants.json +2 -2
  18. package/src/tokens/build/figma/mode.dark.json +206 -108
  19. package/src/tokens/build/figma/mode.json +209 -87
  20. package/src/tokens/build/js/tokens.dark.js +85 -67
  21. package/src/tokens/build/js/tokens.js +92 -74
  22. package/src/tokens/build/json/tokens.dark.json +846 -225
  23. package/src/tokens/build/json/tokens.json +850 -229
  24. package/src/tokens/build/scss/_tokens.dark.scss +74 -56
  25. package/src/tokens/build/scss/_tokens.scss +76 -58
  26. package/src/tokens/build/scss/_tokens_custom_properties.scss +18 -0
  27. package/src/tokens/build/tailwind/tokens.cjs +1 -0
  28. package/src/tokens/constant/color.alpha.tokens.json +16 -0
  29. package/src/tokens/contextual/button.tokens.json +34 -58
  30. package/src/tokens/contextual/tabs.tokens.json +2 -8
  31. package/src/tokens/contextual/toggle.tokens.json +195 -0
  32. package/src/tokens/semantic/action.tokens.json +22 -124
  33. package/src/tokens/semantic/control.tokens.json +9 -21
@@ -824,6 +824,7 @@
824
824
  "key": "{color.alpha.light.36}",
825
825
  "$value": "rgba(255, 255, 255, 0.36)",
826
826
  "$type": "color",
827
+ "$deprecated": true,
827
828
  "$extensions": {
828
829
  "com.figma.scopes": []
829
830
  },
@@ -832,6 +833,7 @@
832
833
  "original": {
833
834
  "$value": "rgba(255, 255, 255, 0.36)",
834
835
  "$type": "color",
836
+ "$deprecated": true,
835
837
  "$extensions": {
836
838
  "com.figma.scopes": []
837
839
  },
@@ -845,6 +847,32 @@
845
847
  "light",
846
848
  "36"
847
849
  ]
850
+ },
851
+ "40": {
852
+ "key": "{color.alpha.light.40}",
853
+ "$value": "rgba(255, 255, 255, 0.4)",
854
+ "$type": "color",
855
+ "$extensions": {
856
+ "com.figma.scopes": []
857
+ },
858
+ "filePath": "src/tokens/constant/color.alpha.tokens.json",
859
+ "isSource": true,
860
+ "original": {
861
+ "$value": "rgba(255, 255, 255, 0.4)",
862
+ "$type": "color",
863
+ "$extensions": {
864
+ "com.figma.scopes": []
865
+ },
866
+ "key": "{color.alpha.light.40}"
867
+ },
868
+ "name": "COLOR_ALPHA_LIGHT_40",
869
+ "attributes": {},
870
+ "path": [
871
+ "color",
872
+ "alpha",
873
+ "light",
874
+ "40"
875
+ ]
848
876
  }
849
877
  }
850
878
  },
@@ -15545,7 +15573,7 @@
15545
15573
  "color": {
15546
15574
  "default": {
15547
15575
  "key": "{button.default.tertiary.background.color.default}",
15548
- "$value": "rgba(164, 163, 168, 0)",
15576
+ "$value": "rgba(0, 0, 0, 0)",
15549
15577
  "$type": "color",
15550
15578
  "$description": "Used for the background of a default borderless, tertiary button in the default state.",
15551
15579
  "$extensions": {
@@ -15581,7 +15609,7 @@
15581
15609
  },
15582
15610
  "hover": {
15583
15611
  "key": "{button.default.tertiary.background.color.hover}",
15584
- "$value": "rgba(164, 163, 168, 0.16)",
15612
+ "$value": "rgba(5, 5, 6, 0.06)",
15585
15613
  "$type": "color",
15586
15614
  "$description": "Used for the background of a default borderless, tertiary button in the hover state.",
15587
15615
  "$extensions": {
@@ -15617,7 +15645,7 @@
15617
15645
  },
15618
15646
  "focus": {
15619
15647
  "key": "{button.default.tertiary.background.color.focus}",
15620
- "$value": "rgba(164, 163, 168, 0.16)",
15648
+ "$value": "rgba(5, 5, 6, 0.06)",
15621
15649
  "$type": "color",
15622
15650
  "$description": "Used for the background of a default borderless, tertiary button in the focus state.",
15623
15651
  "$extensions": {
@@ -15653,7 +15681,7 @@
15653
15681
  },
15654
15682
  "active": {
15655
15683
  "key": "{button.default.tertiary.background.color.active}",
15656
- "$value": "rgba(83, 81, 88, 0.24)",
15684
+ "$value": "rgba(5, 5, 6, 0.16)",
15657
15685
  "$type": "color",
15658
15686
  "$description": "Used for the background of a default borderless, tertiary button in the active state.",
15659
15687
  "$extensions": {
@@ -15885,7 +15913,7 @@
15885
15913
  "filePath": "src/tokens/contextual/button.tokens.json",
15886
15914
  "isSource": true,
15887
15915
  "original": {
15888
- "$value": "{action.strong.confirm.foreground.color.hover}",
15916
+ "$value": "{button.confirm.primary.foreground.color.default}",
15889
15917
  "$type": "color",
15890
15918
  "$description": "Used for the foreground of a confirm (positive) primary button in the hover state.",
15891
15919
  "$extensions": {
@@ -15921,7 +15949,7 @@
15921
15949
  "filePath": "src/tokens/contextual/button.tokens.json",
15922
15950
  "isSource": true,
15923
15951
  "original": {
15924
- "$value": "{action.strong.confirm.foreground.color.focus}",
15952
+ "$value": "{button.confirm.primary.foreground.color.hover}",
15925
15953
  "$type": "color",
15926
15954
  "$description": "Used for the foreground of a confirm (positive) primary button in the focus state.",
15927
15955
  "$extensions": {
@@ -15957,7 +15985,7 @@
15957
15985
  "filePath": "src/tokens/contextual/button.tokens.json",
15958
15986
  "isSource": true,
15959
15987
  "original": {
15960
- "$value": "{action.strong.confirm.foreground.color.active}",
15988
+ "$value": "{button.confirm.primary.foreground.color.focus}",
15961
15989
  "$type": "color",
15962
15990
  "$description": "Used for the foreground of a confirm (positive) primary button in the active state.",
15963
15991
  "$extensions": {
@@ -15985,7 +16013,7 @@
15985
16013
  "color": {
15986
16014
  "default": {
15987
16015
  "key": "{button.confirm.primary.background.color.default}",
15988
- "$value": "#1f75cb",
16016
+ "$value": "#3a383f",
15989
16017
  "$type": "color",
15990
16018
  "$description": "Used for the background of a confirm (positive) primary button in the default state.",
15991
16019
  "$extensions": {
@@ -15997,7 +16025,7 @@
15997
16025
  "filePath": "src/tokens/contextual/button.tokens.json",
15998
16026
  "isSource": true,
15999
16027
  "original": {
16000
- "$value": "{action.strong.confirm.background.color.default}",
16028
+ "$value": "{color.neutral.800}",
16001
16029
  "$type": "color",
16002
16030
  "$description": "Used for the background of a confirm (positive) primary button in the default state.",
16003
16031
  "$extensions": {
@@ -16021,7 +16049,7 @@
16021
16049
  },
16022
16050
  "hover": {
16023
16051
  "key": "{button.confirm.primary.background.color.hover}",
16024
- "$value": "#2f68b4",
16052
+ "$value": "#18171d",
16025
16053
  "$type": "color",
16026
16054
  "$description": "Used for the background of a confirm (positive) primary button in the hover state.",
16027
16055
  "$extensions": {
@@ -16033,7 +16061,7 @@
16033
16061
  "filePath": "src/tokens/contextual/button.tokens.json",
16034
16062
  "isSource": true,
16035
16063
  "original": {
16036
- "$value": "{action.strong.confirm.background.color.hover}",
16064
+ "$value": "{color.neutral.950}",
16037
16065
  "$type": "color",
16038
16066
  "$description": "Used for the background of a confirm (positive) primary button in the hover state.",
16039
16067
  "$extensions": {
@@ -16057,7 +16085,7 @@
16057
16085
  },
16058
16086
  "focus": {
16059
16087
  "key": "{button.confirm.primary.background.color.focus}",
16060
- "$value": "#2f68b4",
16088
+ "$value": "#18171d",
16061
16089
  "$type": "color",
16062
16090
  "$description": "Used for the background of a confirm (positive) primary button in the focus state.",
16063
16091
  "$extensions": {
@@ -16069,7 +16097,7 @@
16069
16097
  "filePath": "src/tokens/contextual/button.tokens.json",
16070
16098
  "isSource": true,
16071
16099
  "original": {
16072
- "$value": "{action.strong.confirm.background.color.focus}",
16100
+ "$value": "{button.confirm.primary.background.color.hover}",
16073
16101
  "$type": "color",
16074
16102
  "$description": "Used for the background of a confirm (positive) primary button in the focus state.",
16075
16103
  "$extensions": {
@@ -16093,7 +16121,7 @@
16093
16121
  },
16094
16122
  "active": {
16095
16123
  "key": "{button.confirm.primary.background.color.active}",
16096
- "$value": "#2f5ca0",
16124
+ "$value": "#050506",
16097
16125
  "$type": "color",
16098
16126
  "$description": "Used for the background of a confirm (positive) primary button in the active state.",
16099
16127
  "$extensions": {
@@ -16105,7 +16133,7 @@
16105
16133
  "filePath": "src/tokens/contextual/button.tokens.json",
16106
16134
  "isSource": true,
16107
16135
  "original": {
16108
- "$value": "{action.strong.confirm.background.color.active}",
16136
+ "$value": "{color.neutral.1000}",
16109
16137
  "$type": "color",
16110
16138
  "$description": "Used for the background of a confirm (positive) primary button in the active state.",
16111
16139
  "$extensions": {
@@ -16133,7 +16161,7 @@
16133
16161
  "color": {
16134
16162
  "default": {
16135
16163
  "key": "{button.confirm.primary.border.color.default}",
16136
- "$value": "#2f68b4",
16164
+ "$value": "rgba(0, 0, 0, 0)",
16137
16165
  "$type": "color",
16138
16166
  "$description": "Used for the border of a confirm (positive) primary button in the default state.",
16139
16167
  "$extensions": {
@@ -16144,7 +16172,7 @@
16144
16172
  "filePath": "src/tokens/contextual/button.tokens.json",
16145
16173
  "isSource": true,
16146
16174
  "original": {
16147
- "$value": "{color.blue.600}",
16175
+ "$value": "{color.alpha.0}",
16148
16176
  "$type": "color",
16149
16177
  "$description": "Used for the border of a confirm (positive) primary button in the default state.",
16150
16178
  "$extensions": {
@@ -16167,7 +16195,7 @@
16167
16195
  },
16168
16196
  "hover": {
16169
16197
  "key": "{button.confirm.primary.border.color.hover}",
16170
- "$value": "#284779",
16198
+ "$value": "rgba(0, 0, 0, 0)",
16171
16199
  "$type": "color",
16172
16200
  "$description": "Used for the border of a confirm (positive) primary button in the hover state.",
16173
16201
  "$extensions": {
@@ -16178,7 +16206,7 @@
16178
16206
  "filePath": "src/tokens/contextual/button.tokens.json",
16179
16207
  "isSource": true,
16180
16208
  "original": {
16181
- "$value": "{color.blue.800}",
16209
+ "$value": "{button.confirm.primary.border.color.default}",
16182
16210
  "$type": "color",
16183
16211
  "$description": "Used for the border of a confirm (positive) primary button in the hover state.",
16184
16212
  "$extensions": {
@@ -16201,7 +16229,7 @@
16201
16229
  },
16202
16230
  "focus": {
16203
16231
  "key": "{button.confirm.primary.border.color.focus}",
16204
- "$value": "#284779",
16232
+ "$value": "rgba(0, 0, 0, 0)",
16205
16233
  "$type": "color",
16206
16234
  "$description": "Used for the border of a confirm (positive) primary button in the focus state.",
16207
16235
  "$extensions": {
@@ -16212,7 +16240,7 @@
16212
16240
  "filePath": "src/tokens/contextual/button.tokens.json",
16213
16241
  "isSource": true,
16214
16242
  "original": {
16215
- "$value": "{button.confirm.primary.border.color.hover}",
16243
+ "$value": "{button.confirm.primary.border.color.default}",
16216
16244
  "$type": "color",
16217
16245
  "$description": "Used for the border of a confirm (positive) primary button in the focus state.",
16218
16246
  "$extensions": {
@@ -16235,7 +16263,7 @@
16235
16263
  },
16236
16264
  "active": {
16237
16265
  "key": "{button.confirm.primary.border.color.active}",
16238
- "$value": "#213454",
16266
+ "$value": "rgba(0, 0, 0, 0)",
16239
16267
  "$type": "color",
16240
16268
  "$description": "Used for the border of a confirm (positive) primary button in the active state.",
16241
16269
  "$extensions": {
@@ -16246,7 +16274,7 @@
16246
16274
  "filePath": "src/tokens/contextual/button.tokens.json",
16247
16275
  "isSource": true,
16248
16276
  "original": {
16249
- "$value": "{color.blue.900}",
16277
+ "$value": "{button.confirm.primary.border.color.default}",
16250
16278
  "$type": "color",
16251
16279
  "$description": "Used for the border of a confirm (positive) primary button in the active state.",
16252
16280
  "$extensions": {
@@ -16275,7 +16303,7 @@
16275
16303
  "color": {
16276
16304
  "default": {
16277
16305
  "key": "{button.confirm.secondary.foreground.color.default}",
16278
- "$value": "#1f75cb",
16306
+ "$value": "#3a383f",
16279
16307
  "$type": "color",
16280
16308
  "$description": "Used for the foreground of a confirm (positive) button in the default state.",
16281
16309
  "$extensions": {
@@ -16287,7 +16315,7 @@
16287
16315
  "filePath": "src/tokens/contextual/button.tokens.json",
16288
16316
  "isSource": true,
16289
16317
  "original": {
16290
- "$value": "{color.blue.500}",
16318
+ "$value": "{color.neutral.800}",
16291
16319
  "$type": "color",
16292
16320
  "$description": "Used for the foreground of a confirm (positive) button in the default state.",
16293
16321
  "$extensions": {
@@ -16311,7 +16339,7 @@
16311
16339
  },
16312
16340
  "hover": {
16313
16341
  "key": "{button.confirm.secondary.foreground.color.hover}",
16314
- "$value": "#2f5ca0",
16342
+ "$value": "#18171d",
16315
16343
  "$type": "color",
16316
16344
  "$description": "Used for the foreground of a confirm (positive) button in the hover state.",
16317
16345
  "$extensions": {
@@ -16323,7 +16351,7 @@
16323
16351
  "filePath": "src/tokens/contextual/button.tokens.json",
16324
16352
  "isSource": true,
16325
16353
  "original": {
16326
- "$value": "{color.blue.700}",
16354
+ "$value": "{color.neutral.950}",
16327
16355
  "$type": "color",
16328
16356
  "$description": "Used for the foreground of a confirm (positive) button in the hover state.",
16329
16357
  "$extensions": {
@@ -16347,7 +16375,7 @@
16347
16375
  },
16348
16376
  "focus": {
16349
16377
  "key": "{button.confirm.secondary.foreground.color.focus}",
16350
- "$value": "#2f5ca0",
16378
+ "$value": "#18171d",
16351
16379
  "$type": "color",
16352
16380
  "$description": "Used for the foreground of a confirm (positive) button in the focus state.",
16353
16381
  "$extensions": {
@@ -16383,7 +16411,7 @@
16383
16411
  },
16384
16412
  "active": {
16385
16413
  "key": "{button.confirm.secondary.foreground.color.active}",
16386
- "$value": "#213454",
16414
+ "$value": "#050506",
16387
16415
  "$type": "color",
16388
16416
  "$description": "Used for the foreground of a confirm (positive) button in the active state.",
16389
16417
  "$extensions": {
@@ -16395,7 +16423,7 @@
16395
16423
  "filePath": "src/tokens/contextual/button.tokens.json",
16396
16424
  "isSource": true,
16397
16425
  "original": {
16398
- "$value": "{color.blue.900}",
16426
+ "$value": "{color.neutral.1000}",
16399
16427
  "$type": "color",
16400
16428
  "$description": "Used for the foreground of a confirm (positive) button in the active state.",
16401
16429
  "$extensions": {
@@ -16459,7 +16487,7 @@
16459
16487
  },
16460
16488
  "hover": {
16461
16489
  "key": "{button.confirm.secondary.background.color.hover}",
16462
- "$value": "#e9f3fc",
16490
+ "$value": "#ececef",
16463
16491
  "$type": "color",
16464
16492
  "$description": "Used for the background of an outlined confirm (positive) button in the hover state.",
16465
16493
  "$extensions": {
@@ -16471,7 +16499,7 @@
16471
16499
  "filePath": "src/tokens/contextual/button.tokens.json",
16472
16500
  "isSource": true,
16473
16501
  "original": {
16474
- "$value": "{color.blue.50}",
16502
+ "$value": "{color.neutral.50}",
16475
16503
  "$type": "color",
16476
16504
  "$description": "Used for the background of an outlined confirm (positive) button in the hover state.",
16477
16505
  "$extensions": {
@@ -16495,7 +16523,7 @@
16495
16523
  },
16496
16524
  "focus": {
16497
16525
  "key": "{button.confirm.secondary.background.color.focus}",
16498
- "$value": "#e9f3fc",
16526
+ "$value": "#ececef",
16499
16527
  "$type": "color",
16500
16528
  "$description": "Used for the background of an outlined confirm (positive) button in the focus state.",
16501
16529
  "$extensions": {
@@ -16531,7 +16559,7 @@
16531
16559
  },
16532
16560
  "active": {
16533
16561
  "key": "{button.confirm.secondary.background.color.active}",
16534
- "$value": "#cbe2f9",
16562
+ "$value": "#dcdcde",
16535
16563
  "$type": "color",
16536
16564
  "$description": "Used for the background of an outlined confirm (positive) button in the active state.",
16537
16565
  "$extensions": {
@@ -16543,7 +16571,7 @@
16543
16571
  "filePath": "src/tokens/contextual/button.tokens.json",
16544
16572
  "isSource": true,
16545
16573
  "original": {
16546
- "$value": "{color.blue.100}",
16574
+ "$value": "{color.neutral.100}",
16547
16575
  "$type": "color",
16548
16576
  "$description": "Used for the background of an outlined confirm (positive) button in the active state.",
16549
16577
  "$extensions": {
@@ -16571,7 +16599,7 @@
16571
16599
  "color": {
16572
16600
  "default": {
16573
16601
  "key": "{button.confirm.secondary.border.color.default}",
16574
- "$value": "#1f75cb",
16602
+ "$value": "#3a383f",
16575
16603
  "$type": "color",
16576
16604
  "$description": "Used for the border of an outlined confirm (positive) button in the default state.",
16577
16605
  "$extensions": {
@@ -16582,7 +16610,7 @@
16582
16610
  "filePath": "src/tokens/contextual/button.tokens.json",
16583
16611
  "isSource": true,
16584
16612
  "original": {
16585
- "$value": "{color.blue.500}",
16613
+ "$value": "{color.neutral.800}",
16586
16614
  "$type": "color",
16587
16615
  "$description": "Used for the border of an outlined confirm (positive) button in the default state.",
16588
16616
  "$extensions": {
@@ -16605,7 +16633,7 @@
16605
16633
  },
16606
16634
  "hover": {
16607
16635
  "key": "{button.confirm.secondary.border.color.hover}",
16608
- "$value": "#2f5ca0",
16636
+ "$value": "#18171d",
16609
16637
  "$type": "color",
16610
16638
  "$description": "Used for the border of an outlined confirm (positive) button in the hover state.",
16611
16639
  "$extensions": {
@@ -16616,7 +16644,7 @@
16616
16644
  "filePath": "src/tokens/contextual/button.tokens.json",
16617
16645
  "isSource": true,
16618
16646
  "original": {
16619
- "$value": "{color.blue.700}",
16647
+ "$value": "{color.neutral.950}",
16620
16648
  "$type": "color",
16621
16649
  "$description": "Used for the border of an outlined confirm (positive) button in the hover state.",
16622
16650
  "$extensions": {
@@ -16639,7 +16667,7 @@
16639
16667
  },
16640
16668
  "focus": {
16641
16669
  "key": "{button.confirm.secondary.border.color.focus}",
16642
- "$value": "#2f5ca0",
16670
+ "$value": "#18171d",
16643
16671
  "$type": "color",
16644
16672
  "$description": "Used for the border of an outlined confirm (positive) button in the focus state.",
16645
16673
  "$extensions": {
@@ -16673,7 +16701,7 @@
16673
16701
  },
16674
16702
  "active": {
16675
16703
  "key": "{button.confirm.secondary.border.color.active}",
16676
- "$value": "#213454",
16704
+ "$value": "#050506",
16677
16705
  "$type": "color",
16678
16706
  "$description": "Used for the border of an outlined confirm (positive) button in the active state.",
16679
16707
  "$extensions": {
@@ -16684,7 +16712,7 @@
16684
16712
  "filePath": "src/tokens/contextual/button.tokens.json",
16685
16713
  "isSource": true,
16686
16714
  "original": {
16687
- "$value": "{color.blue.900}",
16715
+ "$value": "{color.neutral.1000}",
16688
16716
  "$type": "color",
16689
16717
  "$description": "Used for the border of an outlined confirm (positive) button in the active state.",
16690
16718
  "$extensions": {
@@ -16713,7 +16741,7 @@
16713
16741
  "color": {
16714
16742
  "default": {
16715
16743
  "key": "{button.confirm.tertiary.foreground.color.default}",
16716
- "$value": "#1f75cb",
16744
+ "$value": "#3a383f",
16717
16745
  "$type": "color",
16718
16746
  "$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the default state.",
16719
16747
  "$extensions": {
@@ -16749,7 +16777,7 @@
16749
16777
  },
16750
16778
  "hover": {
16751
16779
  "key": "{button.confirm.tertiary.foreground.color.hover}",
16752
- "$value": "#2f5ca0",
16780
+ "$value": "#18171d",
16753
16781
  "$type": "color",
16754
16782
  "$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the hover state.",
16755
16783
  "$extensions": {
@@ -16785,7 +16813,7 @@
16785
16813
  },
16786
16814
  "focus": {
16787
16815
  "key": "{button.confirm.tertiary.foreground.color.focus}",
16788
- "$value": "#2f5ca0",
16816
+ "$value": "#18171d",
16789
16817
  "$type": "color",
16790
16818
  "$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the focus state.",
16791
16819
  "$extensions": {
@@ -16821,7 +16849,7 @@
16821
16849
  },
16822
16850
  "active": {
16823
16851
  "key": "{button.confirm.tertiary.foreground.color.active}",
16824
- "$value": "#213454",
16852
+ "$value": "#050506",
16825
16853
  "$type": "color",
16826
16854
  "$description": "Used for the foreground of a borderless, tertiary confirm (positive) button in the active state.",
16827
16855
  "$extensions": {
@@ -16861,7 +16889,7 @@
16861
16889
  "color": {
16862
16890
  "default": {
16863
16891
  "key": "{button.confirm.tertiary.background.color.default}",
16864
- "$value": "rgba(99, 166, 233, 0)",
16892
+ "$value": "rgba(0, 0, 0, 0)",
16865
16893
  "$type": "color",
16866
16894
  "$description": "Used for the background of a borderless, tertiary confirm (positive) button in the default state.",
16867
16895
  "$extensions": {
@@ -16897,7 +16925,7 @@
16897
16925
  },
16898
16926
  "hover": {
16899
16927
  "key": "{button.confirm.tertiary.background.color.hover}",
16900
- "$value": "rgba(99, 166, 233, 0.16)",
16928
+ "$value": "rgba(5, 5, 6, 0.06)",
16901
16929
  "$type": "color",
16902
16930
  "$description": "Used for the background of a borderless, tertiary confirm (positive) button in the hover state.",
16903
16931
  "$extensions": {
@@ -16933,7 +16961,7 @@
16933
16961
  },
16934
16962
  "focus": {
16935
16963
  "key": "{button.confirm.tertiary.background.color.focus}",
16936
- "$value": "rgba(99, 166, 233, 0.16)",
16964
+ "$value": "rgba(5, 5, 6, 0.06)",
16937
16965
  "$type": "color",
16938
16966
  "$description": "Used for the background of a borderless, tertiary confirm (positive) button in the focus state.",
16939
16967
  "$extensions": {
@@ -16969,7 +16997,7 @@
16969
16997
  },
16970
16998
  "active": {
16971
16999
  "key": "{button.confirm.tertiary.background.color.active}",
16972
- "$value": "rgba(11, 92, 173, 0.24)",
17000
+ "$value": "rgba(5, 5, 6, 0.16)",
16973
17001
  "$type": "color",
16974
17002
  "$description": "Used for the background of a borderless, tertiary confirm (positive) button in the active state.",
16975
17003
  "$extensions": {
@@ -20068,7 +20096,7 @@
20068
20096
  "selected": {
20069
20097
  "default": {
20070
20098
  "key": "{dropdown.option.indicator.color.selected.default}",
20071
- "$value": "#1f75cb",
20099
+ "$value": "#3a383f",
20072
20100
  "$type": "color",
20073
20101
  "$description": "Used for the dropdown selected option indicator in the default state.",
20074
20102
  "$extensions": {
@@ -20104,7 +20132,7 @@
20104
20132
  },
20105
20133
  "hover": {
20106
20134
  "key": "{dropdown.option.indicator.color.selected.hover}",
20107
- "$value": "#2f5ca0",
20135
+ "$value": "#18171d",
20108
20136
  "$type": "color",
20109
20137
  "$description": "Used for the dropdown selected option indicator in the hover state.",
20110
20138
  "$extensions": {
@@ -20140,7 +20168,7 @@
20140
20168
  },
20141
20169
  "focus": {
20142
20170
  "key": "{dropdown.option.indicator.color.selected.focus}",
20143
- "$value": "#2f5ca0",
20171
+ "$value": "#18171d",
20144
20172
  "$type": "color",
20145
20173
  "$description": "Used for the dropdown selected option indicator in the focus state.",
20146
20174
  "$extensions": {
@@ -20176,7 +20204,7 @@
20176
20204
  },
20177
20205
  "active": {
20178
20206
  "key": "{dropdown.option.indicator.color.selected.active}",
20179
- "$value": "#2f5ca0",
20207
+ "$value": "#18171d",
20180
20208
  "$type": "color",
20181
20209
  "$description": "Used for the dropdown selected option indicator in the active state.",
20182
20210
  "$extensions": {
@@ -20218,7 +20246,7 @@
20218
20246
  "unselected": {
20219
20247
  "default": {
20220
20248
  "key": "{dropdown.option.background.color.unselected.default}",
20221
- "$value": "rgba(164, 163, 168, 0)",
20249
+ "$value": "rgba(0, 0, 0, 0)",
20222
20250
  "$type": "color",
20223
20251
  "$description": "Used for the background of an unselected dropdown option in the default state.",
20224
20252
  "$extensions": {
@@ -20254,7 +20282,7 @@
20254
20282
  },
20255
20283
  "hover": {
20256
20284
  "key": "{dropdown.option.background.color.unselected.hover}",
20257
- "$value": "rgba(164, 163, 168, 0.16)",
20285
+ "$value": "rgba(5, 5, 6, 0.06)",
20258
20286
  "$type": "color",
20259
20287
  "$description": "Used for the background of an unselected dropdown option in the hover state.",
20260
20288
  "$extensions": {
@@ -20290,7 +20318,7 @@
20290
20318
  },
20291
20319
  "focus": {
20292
20320
  "key": "{dropdown.option.background.color.unselected.focus}",
20293
- "$value": "rgba(164, 163, 168, 0.16)",
20321
+ "$value": "rgba(5, 5, 6, 0.06)",
20294
20322
  "$type": "color",
20295
20323
  "$description": "Used for the background of an unselected dropdown option in the focus state.",
20296
20324
  "$extensions": {
@@ -20326,7 +20354,7 @@
20326
20354
  },
20327
20355
  "active": {
20328
20356
  "key": "{dropdown.option.background.color.unselected.active}",
20329
- "$value": "rgba(83, 81, 88, 0.24)",
20357
+ "$value": "rgba(5, 5, 6, 0.16)",
20330
20358
  "$type": "color",
20331
20359
  "$description": "Used for the background of an unselected dropdown option in the active state.",
20332
20360
  "$extensions": {
@@ -22855,7 +22883,7 @@
22855
22883
  "color": {
22856
22884
  "default": {
22857
22885
  "key": "{nav.item.background.color.default}",
22858
- "$value": "rgba(164, 163, 168, 0)",
22886
+ "$value": "rgba(0, 0, 0, 0)",
22859
22887
  "$type": "color",
22860
22888
  "$description": "Used for the background of a default navigation item in the default state.",
22861
22889
  "$extensions": {
@@ -22888,7 +22916,7 @@
22888
22916
  },
22889
22917
  "hover": {
22890
22918
  "key": "{nav.item.background.color.hover}",
22891
- "$value": "rgba(164, 163, 168, 0.16)",
22919
+ "$value": "rgba(5, 5, 6, 0.06)",
22892
22920
  "$type": "color",
22893
22921
  "$description": "Used for the background of a default navigation item in the hover state.",
22894
22922
  "$extensions": {
@@ -22921,7 +22949,7 @@
22921
22949
  },
22922
22950
  "focus": {
22923
22951
  "key": "{nav.item.background.color.focus}",
22924
- "$value": "rgba(164, 163, 168, 0.16)",
22952
+ "$value": "rgba(5, 5, 6, 0.06)",
22925
22953
  "$type": "color",
22926
22954
  "$description": "Used for the background of a default navigation item in the focus state.",
22927
22955
  "$extensions": {
@@ -22954,7 +22982,7 @@
22954
22982
  },
22955
22983
  "active": {
22956
22984
  "key": "{nav.item.background.color.active}",
22957
- "$value": "rgba(83, 81, 88, 0.24)",
22985
+ "$value": "rgba(5, 5, 6, 0.16)",
22958
22986
  "$type": "color",
22959
22987
  "$description": "Used for the background of a default navigation item in the active state.",
22960
22988
  "$extensions": {
@@ -23132,7 +23160,7 @@
23132
23160
  "color": {
23133
23161
  "default": {
23134
23162
  "key": "{nav.item.selected.background.color.default}",
23135
- "$value": "#1f75cb",
23163
+ "$value": "#3a383f",
23136
23164
  "$type": "color",
23137
23165
  "$description": "Used for the background of a selected navigation item in the default state.",
23138
23166
  "$extensions": {
@@ -23166,7 +23194,7 @@
23166
23194
  },
23167
23195
  "hover": {
23168
23196
  "key": "{nav.item.selected.background.color.hover}",
23169
- "$value": "#2f5ca0",
23197
+ "$value": "#18171d",
23170
23198
  "$type": "color",
23171
23199
  "$description": "Used for the background of a selected navigation item in the hover state.",
23172
23200
  "$extensions": {
@@ -23200,7 +23228,7 @@
23200
23228
  },
23201
23229
  "focus": {
23202
23230
  "key": "{nav.item.selected.background.color.focus}",
23203
- "$value": "#2f5ca0",
23231
+ "$value": "#18171d",
23204
23232
  "$type": "color",
23205
23233
  "$description": "Used for the background of a selected navigation item in the focus state.",
23206
23234
  "$extensions": {
@@ -23234,7 +23262,7 @@
23234
23262
  },
23235
23263
  "active": {
23236
23264
  "key": "{nav.item.selected.background.color.active}",
23237
- "$value": "#284779",
23265
+ "$value": "#050506",
23238
23266
  "$type": "color",
23239
23267
  "$description": "Used for the background of a selected navigation item in the active state.",
23240
23268
  "$extensions": {
@@ -23741,7 +23769,7 @@
23741
23769
  "color": {
23742
23770
  "default": {
23743
23771
  "key": "{tab.selected.indicator.color.default}",
23744
- "$value": "#1f75cb",
23772
+ "$value": "#050506",
23745
23773
  "$type": "color",
23746
23774
  "$description": "Used for the selected indicator of a tab.",
23747
23775
  "$extensions": {
@@ -23753,7 +23781,7 @@
23753
23781
  "filePath": "src/tokens/contextual/tabs.tokens.json",
23754
23782
  "isSource": true,
23755
23783
  "original": {
23756
- "$value": "{color.blue.500}",
23784
+ "$value": "{action.selected.border.color.active}",
23757
23785
  "$type": "color",
23758
23786
  "$description": "Used for the selected indicator of a tab.",
23759
23787
  "$extensions": {
@@ -23780,14 +23808,14 @@
23780
23808
  },
23781
23809
  "toggle": {
23782
23810
  "switch": {
23783
- "icon": {
23811
+ "track": {
23784
23812
  "color": {
23785
23813
  "unchecked": {
23786
23814
  "default": {
23787
- "key": "{toggle.switch.icon.color.unchecked.default}",
23788
- "$value": "#626168",
23815
+ "key": "{toggle.switch.track.color.unchecked.default}",
23816
+ "$value": "#89888d",
23789
23817
  "$type": "color",
23790
- "$description": "Used for the icon color of an unchecked toggle switch in the default state.",
23818
+ "$description": "Used for the track color of an unchecked toggle switch in the default state.",
23791
23819
  "$extensions": {
23792
23820
  "com.figma.scopes": [
23793
23821
  "SHAPE_FILL"
@@ -23796,32 +23824,32 @@
23796
23824
  "filePath": "src/tokens/contextual/toggle.tokens.json",
23797
23825
  "isSource": true,
23798
23826
  "original": {
23799
- "$value": "{action.strong.neutral.background.color.default}",
23827
+ "$value": "{control.border.color.default}",
23800
23828
  "$type": "color",
23801
- "$description": "Used for the icon color of an unchecked toggle switch in the default state.",
23829
+ "$description": "Used for the track color of an unchecked toggle switch in the default state.",
23802
23830
  "$extensions": {
23803
23831
  "com.figma.scopes": [
23804
23832
  "SHAPE_FILL"
23805
23833
  ]
23806
23834
  },
23807
- "key": "{toggle.switch.icon.color.unchecked.default}"
23835
+ "key": "{toggle.switch.track.color.unchecked.default}"
23808
23836
  },
23809
- "name": "TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_DEFAULT",
23837
+ "name": "TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_DEFAULT",
23810
23838
  "attributes": {},
23811
23839
  "path": [
23812
23840
  "toggle",
23813
23841
  "switch",
23814
- "icon",
23842
+ "track",
23815
23843
  "color",
23816
23844
  "unchecked",
23817
23845
  "default"
23818
23846
  ]
23819
23847
  },
23820
23848
  "hover": {
23821
- "key": "{toggle.switch.icon.color.unchecked.hover}",
23822
- "$value": "#4c4b51",
23849
+ "key": "{toggle.switch.track.color.unchecked.hover}",
23850
+ "$value": "#626168",
23823
23851
  "$type": "color",
23824
- "$description": "Used for the icon color of an unchecked toggle switch in the hover state.",
23852
+ "$description": "Used for the track color of an unchecked toggle switch in the hover state.",
23825
23853
  "$extensions": {
23826
23854
  "com.figma.scopes": [
23827
23855
  "SHAPE_FILL"
@@ -23830,32 +23858,32 @@
23830
23858
  "filePath": "src/tokens/contextual/toggle.tokens.json",
23831
23859
  "isSource": true,
23832
23860
  "original": {
23833
- "$value": "{action.strong.neutral.background.color.hover}",
23861
+ "$value": "{control.border.color.hover}",
23834
23862
  "$type": "color",
23835
- "$description": "Used for the icon color of an unchecked toggle switch in the hover state.",
23863
+ "$description": "Used for the track color of an unchecked toggle switch in the hover state.",
23836
23864
  "$extensions": {
23837
23865
  "com.figma.scopes": [
23838
23866
  "SHAPE_FILL"
23839
23867
  ]
23840
23868
  },
23841
- "key": "{toggle.switch.icon.color.unchecked.hover}"
23869
+ "key": "{toggle.switch.track.color.unchecked.hover}"
23842
23870
  },
23843
- "name": "TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_HOVER",
23871
+ "name": "TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_HOVER",
23844
23872
  "attributes": {},
23845
23873
  "path": [
23846
23874
  "toggle",
23847
23875
  "switch",
23848
- "icon",
23876
+ "track",
23849
23877
  "color",
23850
23878
  "unchecked",
23851
23879
  "hover"
23852
23880
  ]
23853
23881
  },
23854
23882
  "focus": {
23855
- "key": "{toggle.switch.icon.color.unchecked.focus}",
23856
- "$value": "#4c4b51",
23883
+ "key": "{toggle.switch.track.color.unchecked.focus}",
23884
+ "$value": "#28272d",
23857
23885
  "$type": "color",
23858
- "$description": "Used for the icon color of an unchecked toggle switch in the focus state.",
23886
+ "$description": "Used for the track color of an unchecked toggle switch in the focus state.",
23859
23887
  "$extensions": {
23860
23888
  "com.figma.scopes": [
23861
23889
  "SHAPE_FILL"
@@ -23864,32 +23892,32 @@
23864
23892
  "filePath": "src/tokens/contextual/toggle.tokens.json",
23865
23893
  "isSource": true,
23866
23894
  "original": {
23867
- "$value": "{action.strong.neutral.background.color.focus}",
23895
+ "$value": "{control.border.color.focus}",
23868
23896
  "$type": "color",
23869
- "$description": "Used for the icon color of an unchecked toggle switch in the focus state.",
23897
+ "$description": "Used for the track color of an unchecked toggle switch in the focus state.",
23870
23898
  "$extensions": {
23871
23899
  "com.figma.scopes": [
23872
23900
  "SHAPE_FILL"
23873
23901
  ]
23874
23902
  },
23875
- "key": "{toggle.switch.icon.color.unchecked.focus}"
23903
+ "key": "{toggle.switch.track.color.unchecked.focus}"
23876
23904
  },
23877
- "name": "TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_FOCUS",
23905
+ "name": "TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_FOCUS",
23878
23906
  "attributes": {},
23879
23907
  "path": [
23880
23908
  "toggle",
23881
23909
  "switch",
23882
- "icon",
23910
+ "track",
23883
23911
  "color",
23884
23912
  "unchecked",
23885
23913
  "focus"
23886
23914
  ]
23887
23915
  },
23888
23916
  "active": {
23889
- "key": "{toggle.switch.icon.color.unchecked.active}",
23890
- "$value": "#3a383f",
23917
+ "key": "{toggle.switch.track.color.unchecked.active}",
23918
+ "$value": "#28272d",
23891
23919
  "$type": "color",
23892
- "$description": "Used for the icon color of an unchecked toggle switch in the active state.",
23920
+ "$description": "Used for the track color of an unchecked toggle switch in the active state.",
23893
23921
  "$extensions": {
23894
23922
  "com.figma.scopes": [
23895
23923
  "SHAPE_FILL"
@@ -23898,22 +23926,22 @@
23898
23926
  "filePath": "src/tokens/contextual/toggle.tokens.json",
23899
23927
  "isSource": true,
23900
23928
  "original": {
23901
- "$value": "{action.strong.neutral.background.color.active}",
23929
+ "$value": "{control.border.color.focus}",
23902
23930
  "$type": "color",
23903
- "$description": "Used for the icon color of an unchecked toggle switch in the active state.",
23931
+ "$description": "Used for the track color of an unchecked toggle switch in the active state.",
23904
23932
  "$extensions": {
23905
23933
  "com.figma.scopes": [
23906
23934
  "SHAPE_FILL"
23907
23935
  ]
23908
23936
  },
23909
- "key": "{toggle.switch.icon.color.unchecked.active}"
23937
+ "key": "{toggle.switch.track.color.unchecked.active}"
23910
23938
  },
23911
- "name": "TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_ACTIVE",
23939
+ "name": "TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_ACTIVE",
23912
23940
  "attributes": {},
23913
23941
  "path": [
23914
23942
  "toggle",
23915
23943
  "switch",
23916
- "icon",
23944
+ "track",
23917
23945
  "color",
23918
23946
  "unchecked",
23919
23947
  "active"
@@ -23922,10 +23950,10 @@
23922
23950
  },
23923
23951
  "checked": {
23924
23952
  "default": {
23925
- "key": "{toggle.switch.icon.color.checked.default}",
23926
- "$value": "#1f75cb",
23953
+ "key": "{toggle.switch.track.color.checked.default}",
23954
+ "$value": "#3a383f",
23927
23955
  "$type": "color",
23928
- "$description": "Used for the icon color of a checked toggle switch in the default state.",
23956
+ "$description": "Used for the track color of a checked toggle switch in the default state.",
23929
23957
  "$extensions": {
23930
23958
  "com.figma.scopes": [
23931
23959
  "SHAPE_FILL"
@@ -23934,32 +23962,32 @@
23934
23962
  "filePath": "src/tokens/contextual/toggle.tokens.json",
23935
23963
  "isSource": true,
23936
23964
  "original": {
23937
- "$value": "{action.strong.confirm.background.color.default}",
23965
+ "$value": "{color.neutral.800}",
23938
23966
  "$type": "color",
23939
- "$description": "Used for the icon color of a checked toggle switch in the default state.",
23967
+ "$description": "Used for the track color of a checked toggle switch in the default state.",
23940
23968
  "$extensions": {
23941
23969
  "com.figma.scopes": [
23942
23970
  "SHAPE_FILL"
23943
23971
  ]
23944
23972
  },
23945
- "key": "{toggle.switch.icon.color.checked.default}"
23973
+ "key": "{toggle.switch.track.color.checked.default}"
23946
23974
  },
23947
- "name": "TOGGLE_SWITCH_ICON_COLOR_CHECKED_DEFAULT",
23975
+ "name": "TOGGLE_SWITCH_TRACK_COLOR_CHECKED_DEFAULT",
23948
23976
  "attributes": {},
23949
23977
  "path": [
23950
23978
  "toggle",
23951
23979
  "switch",
23952
- "icon",
23980
+ "track",
23953
23981
  "color",
23954
23982
  "checked",
23955
23983
  "default"
23956
23984
  ]
23957
23985
  },
23958
23986
  "hover": {
23959
- "key": "{toggle.switch.icon.color.checked.hover}",
23960
- "$value": "#2f68b4",
23987
+ "key": "{toggle.switch.track.color.checked.hover}",
23988
+ "$value": "#18171d",
23961
23989
  "$type": "color",
23962
- "$description": "Used for the icon color of a checked toggle switch in the hover state.",
23990
+ "$description": "Used for the track color of a checked toggle switch in the hover state.",
23963
23991
  "$extensions": {
23964
23992
  "com.figma.scopes": [
23965
23993
  "SHAPE_FILL"
@@ -23968,32 +23996,32 @@
23968
23996
  "filePath": "src/tokens/contextual/toggle.tokens.json",
23969
23997
  "isSource": true,
23970
23998
  "original": {
23971
- "$value": "{action.strong.confirm.background.color.hover}",
23999
+ "$value": "{color.neutral.950}",
23972
24000
  "$type": "color",
23973
- "$description": "Used for the icon color of a checked toggle switch in the hover state.",
24001
+ "$description": "Used for the track color of a checked toggle switch in the hover state.",
23974
24002
  "$extensions": {
23975
24003
  "com.figma.scopes": [
23976
24004
  "SHAPE_FILL"
23977
24005
  ]
23978
24006
  },
23979
- "key": "{toggle.switch.icon.color.checked.hover}"
24007
+ "key": "{toggle.switch.track.color.checked.hover}"
23980
24008
  },
23981
- "name": "TOGGLE_SWITCH_ICON_COLOR_CHECKED_HOVER",
24009
+ "name": "TOGGLE_SWITCH_TRACK_COLOR_CHECKED_HOVER",
23982
24010
  "attributes": {},
23983
24011
  "path": [
23984
24012
  "toggle",
23985
24013
  "switch",
23986
- "icon",
24014
+ "track",
23987
24015
  "color",
23988
24016
  "checked",
23989
24017
  "hover"
23990
24018
  ]
23991
24019
  },
23992
24020
  "focus": {
23993
- "key": "{toggle.switch.icon.color.checked.focus}",
23994
- "$value": "#2f68b4",
24021
+ "key": "{toggle.switch.track.color.checked.focus}",
24022
+ "$value": "#18171d",
23995
24023
  "$type": "color",
23996
- "$description": "Used for the icon color of a checked toggle switch in the focus state.",
24024
+ "$description": "Used for the track color of a checked toggle switch in the focus state.",
23997
24025
  "$extensions": {
23998
24026
  "com.figma.scopes": [
23999
24027
  "SHAPE_FILL"
@@ -24002,32 +24030,32 @@
24002
24030
  "filePath": "src/tokens/contextual/toggle.tokens.json",
24003
24031
  "isSource": true,
24004
24032
  "original": {
24005
- "$value": "{action.strong.confirm.background.color.focus}",
24033
+ "$value": "{toggle.switch.track.color.checked.hover}",
24006
24034
  "$type": "color",
24007
- "$description": "Used for the icon color of a checked toggle switch in the focus state.",
24035
+ "$description": "Used for the track color of a checked toggle switch in the focus state.",
24008
24036
  "$extensions": {
24009
24037
  "com.figma.scopes": [
24010
24038
  "SHAPE_FILL"
24011
24039
  ]
24012
24040
  },
24013
- "key": "{toggle.switch.icon.color.checked.focus}"
24041
+ "key": "{toggle.switch.track.color.checked.focus}"
24014
24042
  },
24015
- "name": "TOGGLE_SWITCH_ICON_COLOR_CHECKED_FOCUS",
24043
+ "name": "TOGGLE_SWITCH_TRACK_COLOR_CHECKED_FOCUS",
24016
24044
  "attributes": {},
24017
24045
  "path": [
24018
24046
  "toggle",
24019
24047
  "switch",
24020
- "icon",
24048
+ "track",
24021
24049
  "color",
24022
24050
  "checked",
24023
24051
  "focus"
24024
24052
  ]
24025
24053
  },
24026
24054
  "active": {
24027
- "key": "{toggle.switch.icon.color.checked.active}",
24028
- "$value": "#2f5ca0",
24055
+ "key": "{toggle.switch.track.color.checked.active}",
24056
+ "$value": "#050506",
24029
24057
  "$type": "color",
24030
- "$description": "Used for the icon color of a checked toggle switch in the active state.",
24058
+ "$description": "Used for the track color of a checked toggle switch in the active state.",
24031
24059
  "$extensions": {
24032
24060
  "com.figma.scopes": [
24033
24061
  "SHAPE_FILL"
@@ -24036,101 +24064,694 @@
24036
24064
  "filePath": "src/tokens/contextual/toggle.tokens.json",
24037
24065
  "isSource": true,
24038
24066
  "original": {
24039
- "$value": "{action.strong.confirm.background.color.active}",
24067
+ "$value": "{color.neutral.1000}",
24040
24068
  "$type": "color",
24041
- "$description": "Used for the icon color of a checked toggle switch in the active state.",
24069
+ "$description": "Used for the track color of a checked toggle switch in the active state.",
24042
24070
  "$extensions": {
24043
24071
  "com.figma.scopes": [
24044
24072
  "SHAPE_FILL"
24045
24073
  ]
24046
24074
  },
24047
- "key": "{toggle.switch.icon.color.checked.active}"
24075
+ "key": "{toggle.switch.track.color.checked.active}"
24048
24076
  },
24049
- "name": "TOGGLE_SWITCH_ICON_COLOR_CHECKED_ACTIVE",
24077
+ "name": "TOGGLE_SWITCH_TRACK_COLOR_CHECKED_ACTIVE",
24050
24078
  "attributes": {},
24051
24079
  "path": [
24052
24080
  "toggle",
24053
24081
  "switch",
24054
- "icon",
24082
+ "track",
24055
24083
  "color",
24056
24084
  "checked",
24057
24085
  "active"
24058
24086
  ]
24059
24087
  }
24060
- },
24061
- "disabled": {
24062
- "key": "{toggle.switch.icon.color.disabled}",
24063
- "$value": "#ececef",
24064
- "$type": "color",
24065
- "$description": "Used for the icon color of a disabled toggle switch.",
24066
- "$extensions": {
24067
- "com.figma.scopes": [
24068
- "SHAPE_FILL"
24069
- ]
24070
- },
24071
- "filePath": "src/tokens/contextual/toggle.tokens.json",
24072
- "isSource": true,
24073
- "original": {
24074
- "$value": "{action.disabled.background.color}",
24088
+ }
24089
+ }
24090
+ },
24091
+ "background": {
24092
+ "color": {
24093
+ "unchecked": {
24094
+ "default": {
24095
+ "key": "{toggle.switch.background.color.unchecked.default}",
24096
+ "$value": "#fff",
24075
24097
  "$type": "color",
24076
- "$description": "Used for the icon color of a disabled toggle switch.",
24098
+ "$description": "Used for the background color of the unchecked toggle switch thumb in the default state.",
24077
24099
  "$extensions": {
24078
24100
  "com.figma.scopes": [
24079
24101
  "SHAPE_FILL"
24080
24102
  ]
24081
24103
  },
24082
- "key": "{toggle.switch.icon.color.disabled}"
24104
+ "filePath": "src/tokens/contextual/toggle.tokens.json",
24105
+ "isSource": true,
24106
+ "original": {
24107
+ "$value": "{control.indicator.color.selected}",
24108
+ "$type": "color",
24109
+ "$description": "Used for the background color of the unchecked toggle switch thumb in the default state.",
24110
+ "$extensions": {
24111
+ "com.figma.scopes": [
24112
+ "SHAPE_FILL"
24113
+ ]
24114
+ },
24115
+ "key": "{toggle.switch.background.color.unchecked.default}"
24116
+ },
24117
+ "name": "TOGGLE_SWITCH_BACKGROUND_COLOR_UNCHECKED_DEFAULT",
24118
+ "attributes": {},
24119
+ "path": [
24120
+ "toggle",
24121
+ "switch",
24122
+ "background",
24123
+ "color",
24124
+ "unchecked",
24125
+ "default"
24126
+ ]
24083
24127
  },
24084
- "name": "TOGGLE_SWITCH_ICON_COLOR_DISABLED",
24085
- "attributes": {},
24086
- "path": [
24087
- "toggle",
24088
- "switch",
24089
- "icon",
24090
- "color",
24091
- "disabled"
24092
- ]
24093
- }
24094
- }
24095
- }
24096
- }
24097
- },
24098
- "token-selector": {
24099
- "token-container": {
24100
- "token": {
24101
- "background": {
24102
- "color": {
24103
- "focus": {
24104
- "key": "{token-selector.token-container.token.background.color.focus}",
24105
- "$value": "#a4a3a8",
24128
+ "hover": {
24129
+ "key": "{toggle.switch.background.color.unchecked.hover}",
24130
+ "$value": "#fff",
24106
24131
  "$type": "color",
24107
- "$description": "Used for the background color of a token in a token-selector when it's token-container is in the focus state.",
24132
+ "$description": "Used for the background color of the unchecked toggle switch thumb in the hover state.",
24108
24133
  "$extensions": {
24109
24134
  "com.figma.scopes": [
24110
- "FRAME_FILL",
24111
24135
  "SHAPE_FILL"
24112
24136
  ]
24113
24137
  },
24114
- "filePath": "src/tokens/contextual/token-selector.tokens.json",
24138
+ "filePath": "src/tokens/contextual/toggle.tokens.json",
24115
24139
  "isSource": true,
24116
24140
  "original": {
24117
- "$value": "{color.neutral.300}",
24141
+ "$value": "{toggle.switch.background.color.unchecked.default}",
24118
24142
  "$type": "color",
24119
- "$description": "Used for the background color of a token in a token-selector when it's token-container is in the focus state.",
24143
+ "$description": "Used for the background color of the unchecked toggle switch thumb in the hover state.",
24120
24144
  "$extensions": {
24121
24145
  "com.figma.scopes": [
24122
- "FRAME_FILL",
24123
24146
  "SHAPE_FILL"
24124
24147
  ]
24125
24148
  },
24126
- "key": "{token-selector.token-container.token.background.color.focus}"
24149
+ "key": "{toggle.switch.background.color.unchecked.hover}"
24127
24150
  },
24128
- "name": "TOKEN_SELECTOR_TOKEN_CONTAINER_TOKEN_BACKGROUND_COLOR_FOCUS",
24151
+ "name": "TOGGLE_SWITCH_BACKGROUND_COLOR_UNCHECKED_HOVER",
24129
24152
  "attributes": {},
24130
24153
  "path": [
24131
- "token-selector",
24132
- "token-container",
24133
- "token",
24154
+ "toggle",
24155
+ "switch",
24156
+ "background",
24157
+ "color",
24158
+ "unchecked",
24159
+ "hover"
24160
+ ]
24161
+ },
24162
+ "focus": {
24163
+ "key": "{toggle.switch.background.color.unchecked.focus}",
24164
+ "$value": "#fff",
24165
+ "$type": "color",
24166
+ "$description": "Used for the background color of the unchecked toggle switch thumb in the focus state.",
24167
+ "$extensions": {
24168
+ "com.figma.scopes": [
24169
+ "SHAPE_FILL"
24170
+ ]
24171
+ },
24172
+ "filePath": "src/tokens/contextual/toggle.tokens.json",
24173
+ "isSource": true,
24174
+ "original": {
24175
+ "$value": "{toggle.switch.background.color.unchecked.default}",
24176
+ "$type": "color",
24177
+ "$description": "Used for the background color of the unchecked toggle switch thumb in the focus state.",
24178
+ "$extensions": {
24179
+ "com.figma.scopes": [
24180
+ "SHAPE_FILL"
24181
+ ]
24182
+ },
24183
+ "key": "{toggle.switch.background.color.unchecked.focus}"
24184
+ },
24185
+ "name": "TOGGLE_SWITCH_BACKGROUND_COLOR_UNCHECKED_FOCUS",
24186
+ "attributes": {},
24187
+ "path": [
24188
+ "toggle",
24189
+ "switch",
24190
+ "background",
24191
+ "color",
24192
+ "unchecked",
24193
+ "focus"
24194
+ ]
24195
+ },
24196
+ "active": {
24197
+ "key": "{toggle.switch.background.color.unchecked.active}",
24198
+ "$value": "#fff",
24199
+ "$type": "color",
24200
+ "$description": "Used for the background color of the unchecked toggle switch thumb in the active state.",
24201
+ "$extensions": {
24202
+ "com.figma.scopes": [
24203
+ "SHAPE_FILL"
24204
+ ]
24205
+ },
24206
+ "filePath": "src/tokens/contextual/toggle.tokens.json",
24207
+ "isSource": true,
24208
+ "original": {
24209
+ "$value": "{toggle.switch.background.color.unchecked.default}",
24210
+ "$type": "color",
24211
+ "$description": "Used for the background color of the unchecked toggle switch thumb in the active state.",
24212
+ "$extensions": {
24213
+ "com.figma.scopes": [
24214
+ "SHAPE_FILL"
24215
+ ]
24216
+ },
24217
+ "key": "{toggle.switch.background.color.unchecked.active}"
24218
+ },
24219
+ "name": "TOGGLE_SWITCH_BACKGROUND_COLOR_UNCHECKED_ACTIVE",
24220
+ "attributes": {},
24221
+ "path": [
24222
+ "toggle",
24223
+ "switch",
24224
+ "background",
24225
+ "color",
24226
+ "unchecked",
24227
+ "active"
24228
+ ]
24229
+ }
24230
+ },
24231
+ "checked": {
24232
+ "default": {
24233
+ "key": "{toggle.switch.background.color.checked.default}",
24234
+ "$value": "#fff",
24235
+ "$type": "color",
24236
+ "$description": "Used for the background color of the checked toggle switch thumb in the default state.",
24237
+ "$extensions": {
24238
+ "com.figma.scopes": [
24239
+ "SHAPE_FILL"
24240
+ ]
24241
+ },
24242
+ "filePath": "src/tokens/contextual/toggle.tokens.json",
24243
+ "isSource": true,
24244
+ "original": {
24245
+ "$value": "{action.strong.confirm.foreground.color.default}",
24246
+ "$type": "color",
24247
+ "$description": "Used for the background color of the checked toggle switch thumb in the default state.",
24248
+ "$extensions": {
24249
+ "com.figma.scopes": [
24250
+ "SHAPE_FILL"
24251
+ ]
24252
+ },
24253
+ "key": "{toggle.switch.background.color.checked.default}"
24254
+ },
24255
+ "name": "TOGGLE_SWITCH_BACKGROUND_COLOR_CHECKED_DEFAULT",
24256
+ "attributes": {},
24257
+ "path": [
24258
+ "toggle",
24259
+ "switch",
24260
+ "background",
24261
+ "color",
24262
+ "checked",
24263
+ "default"
24264
+ ]
24265
+ },
24266
+ "hover": {
24267
+ "key": "{toggle.switch.background.color.checked.hover}",
24268
+ "$value": "#fff",
24269
+ "$type": "color",
24270
+ "$description": "Used for the background color of the checked toggle switch thumb in the hover state.",
24271
+ "$extensions": {
24272
+ "com.figma.scopes": [
24273
+ "SHAPE_FILL"
24274
+ ]
24275
+ },
24276
+ "filePath": "src/tokens/contextual/toggle.tokens.json",
24277
+ "isSource": true,
24278
+ "original": {
24279
+ "$value": "{action.strong.confirm.foreground.color.hover}",
24280
+ "$type": "color",
24281
+ "$description": "Used for the background color of the checked toggle switch thumb in the hover state.",
24282
+ "$extensions": {
24283
+ "com.figma.scopes": [
24284
+ "SHAPE_FILL"
24285
+ ]
24286
+ },
24287
+ "key": "{toggle.switch.background.color.checked.hover}"
24288
+ },
24289
+ "name": "TOGGLE_SWITCH_BACKGROUND_COLOR_CHECKED_HOVER",
24290
+ "attributes": {},
24291
+ "path": [
24292
+ "toggle",
24293
+ "switch",
24294
+ "background",
24295
+ "color",
24296
+ "checked",
24297
+ "hover"
24298
+ ]
24299
+ },
24300
+ "focus": {
24301
+ "key": "{toggle.switch.background.color.checked.focus}",
24302
+ "$value": "#fff",
24303
+ "$type": "color",
24304
+ "$description": "Used for the background color of the checked toggle switch thumb in the focus state.",
24305
+ "$extensions": {
24306
+ "com.figma.scopes": [
24307
+ "SHAPE_FILL"
24308
+ ]
24309
+ },
24310
+ "filePath": "src/tokens/contextual/toggle.tokens.json",
24311
+ "isSource": true,
24312
+ "original": {
24313
+ "$value": "{action.strong.confirm.foreground.color.focus}",
24314
+ "$type": "color",
24315
+ "$description": "Used for the background color of the checked toggle switch thumb in the focus state.",
24316
+ "$extensions": {
24317
+ "com.figma.scopes": [
24318
+ "SHAPE_FILL"
24319
+ ]
24320
+ },
24321
+ "key": "{toggle.switch.background.color.checked.focus}"
24322
+ },
24323
+ "name": "TOGGLE_SWITCH_BACKGROUND_COLOR_CHECKED_FOCUS",
24324
+ "attributes": {},
24325
+ "path": [
24326
+ "toggle",
24327
+ "switch",
24328
+ "background",
24329
+ "color",
24330
+ "checked",
24331
+ "focus"
24332
+ ]
24333
+ },
24334
+ "active": {
24335
+ "key": "{toggle.switch.background.color.checked.active}",
24336
+ "$value": "#fff",
24337
+ "$type": "color",
24338
+ "$description": "Used for the background color of the checked toggle switch thumb in the active state.",
24339
+ "$extensions": {
24340
+ "com.figma.scopes": [
24341
+ "SHAPE_FILL"
24342
+ ]
24343
+ },
24344
+ "filePath": "src/tokens/contextual/toggle.tokens.json",
24345
+ "isSource": true,
24346
+ "original": {
24347
+ "$value": "{action.strong.confirm.foreground.color.active}",
24348
+ "$type": "color",
24349
+ "$description": "Used for the background color of the checked toggle switch thumb in the active state.",
24350
+ "$extensions": {
24351
+ "com.figma.scopes": [
24352
+ "SHAPE_FILL"
24353
+ ]
24354
+ },
24355
+ "key": "{toggle.switch.background.color.checked.active}"
24356
+ },
24357
+ "name": "TOGGLE_SWITCH_BACKGROUND_COLOR_CHECKED_ACTIVE",
24358
+ "attributes": {},
24359
+ "path": [
24360
+ "toggle",
24361
+ "switch",
24362
+ "background",
24363
+ "color",
24364
+ "checked",
24365
+ "active"
24366
+ ]
24367
+ }
24368
+ },
24369
+ "disabled": {
24370
+ "key": "{toggle.switch.background.color.disabled}",
24371
+ "$value": "#89888d",
24372
+ "$type": "color",
24373
+ "$description": "Used for the background color of the toggle switch thumb in the disabled state.",
24374
+ "$extensions": {
24375
+ "com.figma.scopes": [
24376
+ "SHAPE_FILL"
24377
+ ]
24378
+ },
24379
+ "filePath": "src/tokens/contextual/toggle.tokens.json",
24380
+ "isSource": true,
24381
+ "original": {
24382
+ "$value": "{action.disabled.foreground.color}",
24383
+ "$type": "color",
24384
+ "$description": "Used for the background color of the toggle switch thumb in the disabled state.",
24385
+ "$extensions": {
24386
+ "com.figma.scopes": [
24387
+ "SHAPE_FILL"
24388
+ ]
24389
+ },
24390
+ "key": "{toggle.switch.background.color.disabled}"
24391
+ },
24392
+ "name": "TOGGLE_SWITCH_BACKGROUND_COLOR_DISABLED",
24393
+ "attributes": {},
24394
+ "path": [
24395
+ "toggle",
24396
+ "switch",
24397
+ "background",
24398
+ "color",
24399
+ "disabled"
24400
+ ]
24401
+ }
24402
+ }
24403
+ },
24404
+ "icon": {
24405
+ "color": {
24406
+ "unchecked": {
24407
+ "default": {
24408
+ "key": "{toggle.switch.icon.color.unchecked.default}",
24409
+ "$value": "#626168",
24410
+ "$type": "color",
24411
+ "$description": "Used for the icon color of an unchecked toggle switch in the default state.",
24412
+ "$extensions": {
24413
+ "com.figma.scopes": [
24414
+ "SHAPE_FILL"
24415
+ ]
24416
+ },
24417
+ "filePath": "src/tokens/contextual/toggle.tokens.json",
24418
+ "isSource": true,
24419
+ "original": {
24420
+ "$value": "{action.strong.neutral.background.color.default}",
24421
+ "$type": "color",
24422
+ "$description": "Used for the icon color of an unchecked toggle switch in the default state.",
24423
+ "$extensions": {
24424
+ "com.figma.scopes": [
24425
+ "SHAPE_FILL"
24426
+ ]
24427
+ },
24428
+ "key": "{toggle.switch.icon.color.unchecked.default}"
24429
+ },
24430
+ "name": "TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_DEFAULT",
24431
+ "attributes": {},
24432
+ "path": [
24433
+ "toggle",
24434
+ "switch",
24435
+ "icon",
24436
+ "color",
24437
+ "unchecked",
24438
+ "default"
24439
+ ]
24440
+ },
24441
+ "hover": {
24442
+ "key": "{toggle.switch.icon.color.unchecked.hover}",
24443
+ "$value": "#4c4b51",
24444
+ "$type": "color",
24445
+ "$description": "Used for the icon color of an unchecked toggle switch in the hover state.",
24446
+ "$extensions": {
24447
+ "com.figma.scopes": [
24448
+ "SHAPE_FILL"
24449
+ ]
24450
+ },
24451
+ "filePath": "src/tokens/contextual/toggle.tokens.json",
24452
+ "isSource": true,
24453
+ "original": {
24454
+ "$value": "{action.strong.neutral.background.color.hover}",
24455
+ "$type": "color",
24456
+ "$description": "Used for the icon color of an unchecked toggle switch in the hover state.",
24457
+ "$extensions": {
24458
+ "com.figma.scopes": [
24459
+ "SHAPE_FILL"
24460
+ ]
24461
+ },
24462
+ "key": "{toggle.switch.icon.color.unchecked.hover}"
24463
+ },
24464
+ "name": "TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_HOVER",
24465
+ "attributes": {},
24466
+ "path": [
24467
+ "toggle",
24468
+ "switch",
24469
+ "icon",
24470
+ "color",
24471
+ "unchecked",
24472
+ "hover"
24473
+ ]
24474
+ },
24475
+ "focus": {
24476
+ "key": "{toggle.switch.icon.color.unchecked.focus}",
24477
+ "$value": "#4c4b51",
24478
+ "$type": "color",
24479
+ "$description": "Used for the icon color of an unchecked toggle switch in the focus state.",
24480
+ "$extensions": {
24481
+ "com.figma.scopes": [
24482
+ "SHAPE_FILL"
24483
+ ]
24484
+ },
24485
+ "filePath": "src/tokens/contextual/toggle.tokens.json",
24486
+ "isSource": true,
24487
+ "original": {
24488
+ "$value": "{action.strong.neutral.background.color.focus}",
24489
+ "$type": "color",
24490
+ "$description": "Used for the icon color of an unchecked toggle switch in the focus state.",
24491
+ "$extensions": {
24492
+ "com.figma.scopes": [
24493
+ "SHAPE_FILL"
24494
+ ]
24495
+ },
24496
+ "key": "{toggle.switch.icon.color.unchecked.focus}"
24497
+ },
24498
+ "name": "TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_FOCUS",
24499
+ "attributes": {},
24500
+ "path": [
24501
+ "toggle",
24502
+ "switch",
24503
+ "icon",
24504
+ "color",
24505
+ "unchecked",
24506
+ "focus"
24507
+ ]
24508
+ },
24509
+ "active": {
24510
+ "key": "{toggle.switch.icon.color.unchecked.active}",
24511
+ "$value": "#3a383f",
24512
+ "$type": "color",
24513
+ "$description": "Used for the icon color of an unchecked toggle switch in the active state.",
24514
+ "$extensions": {
24515
+ "com.figma.scopes": [
24516
+ "SHAPE_FILL"
24517
+ ]
24518
+ },
24519
+ "filePath": "src/tokens/contextual/toggle.tokens.json",
24520
+ "isSource": true,
24521
+ "original": {
24522
+ "$value": "{action.strong.neutral.background.color.active}",
24523
+ "$type": "color",
24524
+ "$description": "Used for the icon color of an unchecked toggle switch in the active state.",
24525
+ "$extensions": {
24526
+ "com.figma.scopes": [
24527
+ "SHAPE_FILL"
24528
+ ]
24529
+ },
24530
+ "key": "{toggle.switch.icon.color.unchecked.active}"
24531
+ },
24532
+ "name": "TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_ACTIVE",
24533
+ "attributes": {},
24534
+ "path": [
24535
+ "toggle",
24536
+ "switch",
24537
+ "icon",
24538
+ "color",
24539
+ "unchecked",
24540
+ "active"
24541
+ ]
24542
+ }
24543
+ },
24544
+ "checked": {
24545
+ "default": {
24546
+ "key": "{toggle.switch.icon.color.checked.default}",
24547
+ "$value": "#1f75cb",
24548
+ "$type": "color",
24549
+ "$description": "Used for the icon color of a checked toggle switch in the default state.",
24550
+ "$extensions": {
24551
+ "com.figma.scopes": [
24552
+ "SHAPE_FILL"
24553
+ ]
24554
+ },
24555
+ "filePath": "src/tokens/contextual/toggle.tokens.json",
24556
+ "isSource": true,
24557
+ "original": {
24558
+ "$value": "{action.strong.confirm.background.color.default}",
24559
+ "$type": "color",
24560
+ "$description": "Used for the icon color of a checked toggle switch in the default state.",
24561
+ "$extensions": {
24562
+ "com.figma.scopes": [
24563
+ "SHAPE_FILL"
24564
+ ]
24565
+ },
24566
+ "key": "{toggle.switch.icon.color.checked.default}"
24567
+ },
24568
+ "name": "TOGGLE_SWITCH_ICON_COLOR_CHECKED_DEFAULT",
24569
+ "attributes": {},
24570
+ "path": [
24571
+ "toggle",
24572
+ "switch",
24573
+ "icon",
24574
+ "color",
24575
+ "checked",
24576
+ "default"
24577
+ ]
24578
+ },
24579
+ "hover": {
24580
+ "key": "{toggle.switch.icon.color.checked.hover}",
24581
+ "$value": "#2f68b4",
24582
+ "$type": "color",
24583
+ "$description": "Used for the icon color of a checked toggle switch in the hover state.",
24584
+ "$extensions": {
24585
+ "com.figma.scopes": [
24586
+ "SHAPE_FILL"
24587
+ ]
24588
+ },
24589
+ "filePath": "src/tokens/contextual/toggle.tokens.json",
24590
+ "isSource": true,
24591
+ "original": {
24592
+ "$value": "{action.strong.confirm.background.color.hover}",
24593
+ "$type": "color",
24594
+ "$description": "Used for the icon color of a checked toggle switch in the hover state.",
24595
+ "$extensions": {
24596
+ "com.figma.scopes": [
24597
+ "SHAPE_FILL"
24598
+ ]
24599
+ },
24600
+ "key": "{toggle.switch.icon.color.checked.hover}"
24601
+ },
24602
+ "name": "TOGGLE_SWITCH_ICON_COLOR_CHECKED_HOVER",
24603
+ "attributes": {},
24604
+ "path": [
24605
+ "toggle",
24606
+ "switch",
24607
+ "icon",
24608
+ "color",
24609
+ "checked",
24610
+ "hover"
24611
+ ]
24612
+ },
24613
+ "focus": {
24614
+ "key": "{toggle.switch.icon.color.checked.focus}",
24615
+ "$value": "#2f68b4",
24616
+ "$type": "color",
24617
+ "$description": "Used for the icon color of a checked toggle switch in the focus state.",
24618
+ "$extensions": {
24619
+ "com.figma.scopes": [
24620
+ "SHAPE_FILL"
24621
+ ]
24622
+ },
24623
+ "filePath": "src/tokens/contextual/toggle.tokens.json",
24624
+ "isSource": true,
24625
+ "original": {
24626
+ "$value": "{action.strong.confirm.background.color.focus}",
24627
+ "$type": "color",
24628
+ "$description": "Used for the icon color of a checked toggle switch in the focus state.",
24629
+ "$extensions": {
24630
+ "com.figma.scopes": [
24631
+ "SHAPE_FILL"
24632
+ ]
24633
+ },
24634
+ "key": "{toggle.switch.icon.color.checked.focus}"
24635
+ },
24636
+ "name": "TOGGLE_SWITCH_ICON_COLOR_CHECKED_FOCUS",
24637
+ "attributes": {},
24638
+ "path": [
24639
+ "toggle",
24640
+ "switch",
24641
+ "icon",
24642
+ "color",
24643
+ "checked",
24644
+ "focus"
24645
+ ]
24646
+ },
24647
+ "active": {
24648
+ "key": "{toggle.switch.icon.color.checked.active}",
24649
+ "$value": "#2f5ca0",
24650
+ "$type": "color",
24651
+ "$description": "Used for the icon color of a checked toggle switch in the active state.",
24652
+ "$extensions": {
24653
+ "com.figma.scopes": [
24654
+ "SHAPE_FILL"
24655
+ ]
24656
+ },
24657
+ "filePath": "src/tokens/contextual/toggle.tokens.json",
24658
+ "isSource": true,
24659
+ "original": {
24660
+ "$value": "{action.strong.confirm.background.color.active}",
24661
+ "$type": "color",
24662
+ "$description": "Used for the icon color of a checked toggle switch in the active state.",
24663
+ "$extensions": {
24664
+ "com.figma.scopes": [
24665
+ "SHAPE_FILL"
24666
+ ]
24667
+ },
24668
+ "key": "{toggle.switch.icon.color.checked.active}"
24669
+ },
24670
+ "name": "TOGGLE_SWITCH_ICON_COLOR_CHECKED_ACTIVE",
24671
+ "attributes": {},
24672
+ "path": [
24673
+ "toggle",
24674
+ "switch",
24675
+ "icon",
24676
+ "color",
24677
+ "checked",
24678
+ "active"
24679
+ ]
24680
+ }
24681
+ },
24682
+ "disabled": {
24683
+ "key": "{toggle.switch.icon.color.disabled}",
24684
+ "$value": "#ececef",
24685
+ "$type": "color",
24686
+ "$description": "Used for the icon color of a disabled toggle switch.",
24687
+ "$extensions": {
24688
+ "com.figma.scopes": [
24689
+ "SHAPE_FILL"
24690
+ ]
24691
+ },
24692
+ "filePath": "src/tokens/contextual/toggle.tokens.json",
24693
+ "isSource": true,
24694
+ "original": {
24695
+ "$value": "{action.disabled.background.color}",
24696
+ "$type": "color",
24697
+ "$description": "Used for the icon color of a disabled toggle switch.",
24698
+ "$extensions": {
24699
+ "com.figma.scopes": [
24700
+ "SHAPE_FILL"
24701
+ ]
24702
+ },
24703
+ "key": "{toggle.switch.icon.color.disabled}"
24704
+ },
24705
+ "name": "TOGGLE_SWITCH_ICON_COLOR_DISABLED",
24706
+ "attributes": {},
24707
+ "path": [
24708
+ "toggle",
24709
+ "switch",
24710
+ "icon",
24711
+ "color",
24712
+ "disabled"
24713
+ ]
24714
+ }
24715
+ }
24716
+ }
24717
+ }
24718
+ },
24719
+ "token-selector": {
24720
+ "token-container": {
24721
+ "token": {
24722
+ "background": {
24723
+ "color": {
24724
+ "focus": {
24725
+ "key": "{token-selector.token-container.token.background.color.focus}",
24726
+ "$value": "#a4a3a8",
24727
+ "$type": "color",
24728
+ "$description": "Used for the background color of a token in a token-selector when it's token-container is in the focus state.",
24729
+ "$extensions": {
24730
+ "com.figma.scopes": [
24731
+ "FRAME_FILL",
24732
+ "SHAPE_FILL"
24733
+ ]
24734
+ },
24735
+ "filePath": "src/tokens/contextual/token-selector.tokens.json",
24736
+ "isSource": true,
24737
+ "original": {
24738
+ "$value": "{color.neutral.300}",
24739
+ "$type": "color",
24740
+ "$description": "Used for the background color of a token in a token-selector when it's token-container is in the focus state.",
24741
+ "$extensions": {
24742
+ "com.figma.scopes": [
24743
+ "FRAME_FILL",
24744
+ "SHAPE_FILL"
24745
+ ]
24746
+ },
24747
+ "key": "{token-selector.token-container.token.background.color.focus}"
24748
+ },
24749
+ "name": "TOKEN_SELECTOR_TOKEN_CONTAINER_TOKEN_BACKGROUND_COLOR_FOCUS",
24750
+ "attributes": {},
24751
+ "path": [
24752
+ "token-selector",
24753
+ "token-container",
24754
+ "token",
24134
24755
  "background",
24135
24756
  "color",
24136
24757
  "focus"
@@ -29124,7 +29745,7 @@
29124
29745
  "color": {
29125
29746
  "default": {
29126
29747
  "key": "{action.selected.background.color.default}",
29127
- "$value": "#1f75cb",
29748
+ "$value": "#3a383f",
29128
29749
  "$type": "color",
29129
29750
  "$description": "Used for the background of a selected action in the default state.",
29130
29751
  "$extensions": {
@@ -29136,7 +29757,7 @@
29136
29757
  "filePath": "src/tokens/semantic/action.tokens.json",
29137
29758
  "isSource": true,
29138
29759
  "original": {
29139
- "$value": "{color.blue.500}",
29760
+ "$value": "{color.neutral.800}",
29140
29761
  "$type": "color",
29141
29762
  "$description": "Used for the background of a selected action in the default state.",
29142
29763
  "$extensions": {
@@ -29159,7 +29780,7 @@
29159
29780
  },
29160
29781
  "hover": {
29161
29782
  "key": "{action.selected.background.color.hover}",
29162
- "$value": "#2f5ca0",
29783
+ "$value": "#18171d",
29163
29784
  "$type": "color",
29164
29785
  "$description": "Used for the background of a selected action in the hover state.",
29165
29786
  "$extensions": {
@@ -29171,7 +29792,7 @@
29171
29792
  "filePath": "src/tokens/semantic/action.tokens.json",
29172
29793
  "isSource": true,
29173
29794
  "original": {
29174
- "$value": "{color.blue.700}",
29795
+ "$value": "{color.neutral.950}",
29175
29796
  "$type": "color",
29176
29797
  "$description": "Used for the background of a selected action in the hover state.",
29177
29798
  "$extensions": {
@@ -29194,7 +29815,7 @@
29194
29815
  },
29195
29816
  "focus": {
29196
29817
  "key": "{action.selected.background.color.focus}",
29197
- "$value": "#2f5ca0",
29818
+ "$value": "#18171d",
29198
29819
  "$type": "color",
29199
29820
  "$description": "Used for the background of a selected action in the focus state.",
29200
29821
  "$extensions": {
@@ -29229,7 +29850,7 @@
29229
29850
  },
29230
29851
  "active": {
29231
29852
  "key": "{action.selected.background.color.active}",
29232
- "$value": "#284779",
29853
+ "$value": "#050506",
29233
29854
  "$type": "color",
29234
29855
  "$description": "Used for the background of a selected action in the active state.",
29235
29856
  "$extensions": {
@@ -29241,7 +29862,7 @@
29241
29862
  "filePath": "src/tokens/semantic/action.tokens.json",
29242
29863
  "isSource": true,
29243
29864
  "original": {
29244
- "$value": "{color.blue.800}",
29865
+ "$value": "{color.neutral.1000}",
29245
29866
  "$type": "color",
29246
29867
  "$description": "Used for the background of a selected action in the active state.",
29247
29868
  "$extensions": {
@@ -29268,7 +29889,7 @@
29268
29889
  "color": {
29269
29890
  "default": {
29270
29891
  "key": "{action.selected.border.color.default}",
29271
- "$value": "#1f75cb",
29892
+ "$value": "#3a383f",
29272
29893
  "$type": "color",
29273
29894
  "$description": "Used for the border of a selected action in the default state.",
29274
29895
  "$extensions": {
@@ -29301,7 +29922,7 @@
29301
29922
  },
29302
29923
  "hover": {
29303
29924
  "key": "{action.selected.border.color.hover}",
29304
- "$value": "#2f5ca0",
29925
+ "$value": "#18171d",
29305
29926
  "$type": "color",
29306
29927
  "$description": "Used for the border of a selected action in the hover state.",
29307
29928
  "$extensions": {
@@ -29334,7 +29955,7 @@
29334
29955
  },
29335
29956
  "focus": {
29336
29957
  "key": "{action.selected.border.color.focus}",
29337
- "$value": "#2f5ca0",
29958
+ "$value": "#18171d",
29338
29959
  "$type": "color",
29339
29960
  "$description": "Used for the border of a selected action in the focus state.",
29340
29961
  "$extensions": {
@@ -29367,7 +29988,7 @@
29367
29988
  },
29368
29989
  "active": {
29369
29990
  "key": "{action.selected.border.color.active}",
29370
- "$value": "#284779",
29991
+ "$value": "#050506",
29371
29992
  "$type": "color",
29372
29993
  "$description": "Used for the border of a selected action in the active state.",
29373
29994
  "$extensions": {
@@ -29550,7 +30171,7 @@
29550
30171
  "color": {
29551
30172
  "default": {
29552
30173
  "key": "{action.neutral.background.color.default}",
29553
- "$value": "rgba(164, 163, 168, 0)",
30174
+ "$value": "rgba(0, 0, 0, 0)",
29554
30175
  "$type": "color",
29555
30176
  "$description": "Used for the background of a neutral action in the default state.",
29556
30177
  "$extensions": {
@@ -29562,7 +30183,7 @@
29562
30183
  "filePath": "src/tokens/semantic/action.tokens.json",
29563
30184
  "isSource": true,
29564
30185
  "original": {
29565
- "$value": "rgba(164, 163, 168, 0)",
30186
+ "$value": "{color.alpha.0}",
29566
30187
  "$type": "color",
29567
30188
  "$description": "Used for the background of a neutral action in the default state.",
29568
30189
  "$extensions": {
@@ -29585,7 +30206,7 @@
29585
30206
  },
29586
30207
  "hover": {
29587
30208
  "key": "{action.neutral.background.color.hover}",
29588
- "$value": "rgba(164, 163, 168, 0.16)",
30209
+ "$value": "rgba(5, 5, 6, 0.06)",
29589
30210
  "$type": "color",
29590
30211
  "$description": "Used for the background of a neutral action in the hover state.",
29591
30212
  "$extensions": {
@@ -29597,7 +30218,7 @@
29597
30218
  "filePath": "src/tokens/semantic/action.tokens.json",
29598
30219
  "isSource": true,
29599
30220
  "original": {
29600
- "$value": "rgba(164, 163, 168, 0.16)",
30221
+ "$value": "{color.alpha.dark.6}",
29601
30222
  "$type": "color",
29602
30223
  "$description": "Used for the background of a neutral action in the hover state.",
29603
30224
  "$extensions": {
@@ -29620,7 +30241,7 @@
29620
30241
  },
29621
30242
  "focus": {
29622
30243
  "key": "{action.neutral.background.color.focus}",
29623
- "$value": "rgba(164, 163, 168, 0.16)",
30244
+ "$value": "rgba(5, 5, 6, 0.06)",
29624
30245
  "$type": "color",
29625
30246
  "$description": "Used for the background of a neutral action in the focus state.",
29626
30247
  "$extensions": {
@@ -29655,7 +30276,7 @@
29655
30276
  },
29656
30277
  "active": {
29657
30278
  "key": "{action.neutral.background.color.active}",
29658
- "$value": "rgba(83, 81, 88, 0.24)",
30279
+ "$value": "rgba(5, 5, 6, 0.16)",
29659
30280
  "$type": "color",
29660
30281
  "$description": "Used for the background of a neutral action in the active state.",
29661
30282
  "$extensions": {
@@ -29667,7 +30288,7 @@
29667
30288
  "filePath": "src/tokens/semantic/action.tokens.json",
29668
30289
  "isSource": true,
29669
30290
  "original": {
29670
- "$value": "rgba(83, 81, 88, 0.24)",
30291
+ "$value": "{color.alpha.dark.16}",
29671
30292
  "$type": "color",
29672
30293
  "$description": "Used for the background of a neutral action in the active state.",
29673
30294
  "$extensions": {
@@ -29832,7 +30453,7 @@
29832
30453
  "color": {
29833
30454
  "default": {
29834
30455
  "key": "{action.confirm.foreground.color.default}",
29835
- "$value": "#1f75cb",
30456
+ "$value": "#3a383f",
29836
30457
  "$type": "color",
29837
30458
  "$description": "Used for the foreground of a confirm (positive) action in the default state.",
29838
30459
  "$extensions": {
@@ -29844,7 +30465,7 @@
29844
30465
  "filePath": "src/tokens/semantic/action.tokens.json",
29845
30466
  "isSource": true,
29846
30467
  "original": {
29847
- "$value": "{color.blue.500}",
30468
+ "$value": "{color.neutral.800}",
29848
30469
  "$type": "color",
29849
30470
  "$description": "Used for the foreground of a confirm (positive) action in the default state.",
29850
30471
  "$extensions": {
@@ -29867,7 +30488,7 @@
29867
30488
  },
29868
30489
  "hover": {
29869
30490
  "key": "{action.confirm.foreground.color.hover}",
29870
- "$value": "#2f5ca0",
30491
+ "$value": "#18171d",
29871
30492
  "$type": "color",
29872
30493
  "$description": "Used for the foreground of a confirm (positive) action in the hover state.",
29873
30494
  "$extensions": {
@@ -29879,7 +30500,7 @@
29879
30500
  "filePath": "src/tokens/semantic/action.tokens.json",
29880
30501
  "isSource": true,
29881
30502
  "original": {
29882
- "$value": "{color.blue.700}",
30503
+ "$value": "{color.neutral.950}",
29883
30504
  "$type": "color",
29884
30505
  "$description": "Used for the foreground of a confirm (positive) action in the hover state.",
29885
30506
  "$extensions": {
@@ -29902,7 +30523,7 @@
29902
30523
  },
29903
30524
  "focus": {
29904
30525
  "key": "{action.confirm.foreground.color.focus}",
29905
- "$value": "#2f5ca0",
30526
+ "$value": "#18171d",
29906
30527
  "$type": "color",
29907
30528
  "$description": "Used for the foreground of a confirm (positive) action in the focus state.",
29908
30529
  "$extensions": {
@@ -29937,7 +30558,7 @@
29937
30558
  },
29938
30559
  "active": {
29939
30560
  "key": "{action.confirm.foreground.color.active}",
29940
- "$value": "#213454",
30561
+ "$value": "#050506",
29941
30562
  "$type": "color",
29942
30563
  "$description": "Used for the foreground of a confirm (positive) action in the active state.",
29943
30564
  "$extensions": {
@@ -29949,7 +30570,7 @@
29949
30570
  "filePath": "src/tokens/semantic/action.tokens.json",
29950
30571
  "isSource": true,
29951
30572
  "original": {
29952
- "$value": "{color.blue.900}",
30573
+ "$value": "{color.neutral.1000}",
29953
30574
  "$type": "color",
29954
30575
  "$description": "Used for the foreground of a confirm (positive) action in the active state.",
29955
30576
  "$extensions": {
@@ -29976,7 +30597,7 @@
29976
30597
  "color": {
29977
30598
  "default": {
29978
30599
  "key": "{action.confirm.background.color.default}",
29979
- "$value": "rgba(99, 166, 233, 0)",
30600
+ "$value": "rgba(0, 0, 0, 0)",
29980
30601
  "$type": "color",
29981
30602
  "$description": "Used for the background of a confirm (positive) action in the default state.",
29982
30603
  "$extensions": {
@@ -29988,7 +30609,7 @@
29988
30609
  "filePath": "src/tokens/semantic/action.tokens.json",
29989
30610
  "isSource": true,
29990
30611
  "original": {
29991
- "$value": "rgba(99, 166, 233, 0)",
30612
+ "$value": "{color.alpha.0}",
29992
30613
  "$type": "color",
29993
30614
  "$description": "Used for the background of a confirm (positive) action in the default state.",
29994
30615
  "$extensions": {
@@ -30011,7 +30632,7 @@
30011
30632
  },
30012
30633
  "hover": {
30013
30634
  "key": "{action.confirm.background.color.hover}",
30014
- "$value": "rgba(99, 166, 233, 0.16)",
30635
+ "$value": "rgba(5, 5, 6, 0.06)",
30015
30636
  "$type": "color",
30016
30637
  "$description": "Used for the background of a confirm (positive) action in the hover state.",
30017
30638
  "$extensions": {
@@ -30023,7 +30644,7 @@
30023
30644
  "filePath": "src/tokens/semantic/action.tokens.json",
30024
30645
  "isSource": true,
30025
30646
  "original": {
30026
- "$value": "rgba(99, 166, 233, 0.16)",
30647
+ "$value": "{color.alpha.dark.6}",
30027
30648
  "$type": "color",
30028
30649
  "$description": "Used for the background of a confirm (positive) action in the hover state.",
30029
30650
  "$extensions": {
@@ -30046,7 +30667,7 @@
30046
30667
  },
30047
30668
  "focus": {
30048
30669
  "key": "{action.confirm.background.color.focus}",
30049
- "$value": "rgba(99, 166, 233, 0.16)",
30670
+ "$value": "rgba(5, 5, 6, 0.06)",
30050
30671
  "$type": "color",
30051
30672
  "$description": "Used for the background of a confirm (positive) action in the focus state.",
30052
30673
  "$extensions": {
@@ -30081,7 +30702,7 @@
30081
30702
  },
30082
30703
  "active": {
30083
30704
  "key": "{action.confirm.background.color.active}",
30084
- "$value": "rgba(11, 92, 173, 0.24)",
30705
+ "$value": "rgba(5, 5, 6, 0.16)",
30085
30706
  "$type": "color",
30086
30707
  "$description": "Used for the background of a confirm (positive) action in the active state.",
30087
30708
  "$extensions": {
@@ -30093,7 +30714,7 @@
30093
30714
  "filePath": "src/tokens/semantic/action.tokens.json",
30094
30715
  "isSource": true,
30095
30716
  "original": {
30096
- "$value": "rgba(11, 92, 173, 0.24)",
30717
+ "$value": "{color.alpha.dark.16}",
30097
30718
  "$type": "color",
30098
30719
  "$description": "Used for the background of a confirm (positive) action in the active state.",
30099
30720
  "$extensions": {
@@ -31935,7 +32556,7 @@
31935
32556
  "selected": {
31936
32557
  "default": {
31937
32558
  "key": "{control.background.color.selected.default}",
31938
- "$value": "#1f75cb",
32559
+ "$value": "#3a383f",
31939
32560
  "$type": "color",
31940
32561
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background.",
31941
32562
  "$extensions": {
@@ -31947,7 +32568,7 @@
31947
32568
  "filePath": "src/tokens/semantic/control.tokens.json",
31948
32569
  "isSource": true,
31949
32570
  "original": {
31950
- "$value": "{color.blue.500}",
32571
+ "$value": "{color.neutral.800}",
31951
32572
  "$type": "color",
31952
32573
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background.",
31953
32574
  "$extensions": {
@@ -31970,7 +32591,7 @@
31970
32591
  },
31971
32592
  "hover": {
31972
32593
  "key": "{control.background.color.selected.hover}",
31973
- "$value": "#2f5ca0",
32594
+ "$value": "#18171d",
31974
32595
  "$type": "color",
31975
32596
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on hover.",
31976
32597
  "$extensions": {
@@ -31982,7 +32603,7 @@
31982
32603
  "filePath": "src/tokens/semantic/control.tokens.json",
31983
32604
  "isSource": true,
31984
32605
  "original": {
31985
- "$value": "{color.blue.700}",
32606
+ "$value": "{color.neutral.950}",
31986
32607
  "$type": "color",
31987
32608
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on hover.",
31988
32609
  "$extensions": {
@@ -32005,9 +32626,9 @@
32005
32626
  },
32006
32627
  "focus": {
32007
32628
  "key": "{control.background.color.selected.focus}",
32008
- "$value": "#2f5ca0",
32629
+ "$value": "#18171d",
32009
32630
  "$type": "color",
32010
- "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on hover.",
32631
+ "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on focus.",
32011
32632
  "$extensions": {
32012
32633
  "com.figma.scopes": [
32013
32634
  "FRAME_FILL",
@@ -32017,9 +32638,9 @@
32017
32638
  "filePath": "src/tokens/semantic/control.tokens.json",
32018
32639
  "isSource": true,
32019
32640
  "original": {
32020
- "$value": "{color.blue.700}",
32641
+ "$value": "{control.background.color.selected.hover}",
32021
32642
  "$type": "color",
32022
- "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on hover.",
32643
+ "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on focus.",
32023
32644
  "$extensions": {
32024
32645
  "com.figma.scopes": [
32025
32646
  "FRAME_FILL",
@@ -32206,7 +32827,7 @@
32206
32827
  "selected": {
32207
32828
  "default": {
32208
32829
  "key": "{control.border.color.selected.default}",
32209
- "$value": "#1f75cb",
32830
+ "$value": "#3a383f",
32210
32831
  "$type": "color",
32211
32832
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border.",
32212
32833
  "$extensions": {
@@ -32217,7 +32838,7 @@
32217
32838
  "filePath": "src/tokens/semantic/control.tokens.json",
32218
32839
  "isSource": true,
32219
32840
  "original": {
32220
- "$value": "{color.blue.500}",
32841
+ "$value": "{control.background.color.selected.default}",
32221
32842
  "$type": "color",
32222
32843
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border.",
32223
32844
  "$extensions": {
@@ -32239,7 +32860,7 @@
32239
32860
  },
32240
32861
  "hover": {
32241
32862
  "key": "{control.border.color.selected.hover}",
32242
- "$value": "#2f5ca0",
32863
+ "$value": "#18171d",
32243
32864
  "$type": "color",
32244
32865
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border on hover.",
32245
32866
  "$extensions": {
@@ -32250,7 +32871,7 @@
32250
32871
  "filePath": "src/tokens/semantic/control.tokens.json",
32251
32872
  "isSource": true,
32252
32873
  "original": {
32253
- "$value": "{color.blue.700}",
32874
+ "$value": "{control.background.color.selected.hover}",
32254
32875
  "$type": "color",
32255
32876
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border on hover.",
32256
32877
  "$extensions": {
@@ -32272,7 +32893,7 @@
32272
32893
  },
32273
32894
  "focus": {
32274
32895
  "key": "{control.border.color.selected.focus}",
32275
- "$value": "#2f5ca0",
32896
+ "$value": "#18171d",
32276
32897
  "$type": "color",
32277
32898
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border on focus.",
32278
32899
  "$extensions": {
@@ -32283,7 +32904,7 @@
32283
32904
  "filePath": "src/tokens/semantic/control.tokens.json",
32284
32905
  "isSource": true,
32285
32906
  "original": {
32286
- "$value": "{color.blue.700}",
32907
+ "$value": "{control.background.color.selected.focus}",
32287
32908
  "$type": "color",
32288
32909
  "$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border on focus.",
32289
32910
  "$extensions": {