@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.
- package/dist/components/dashboards/dashboard_panel/dashboard_panel.js +5 -3
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +86 -68
- package/dist/tokens/build/js/tokens.js +93 -75
- package/package.json +5 -5
- package/src/components/base/toggle/toggle.scss +75 -51
- package/src/components/dashboards/dashboard_panel/dashboard_panel.vue +4 -1
- package/src/scss/bootstrap_no_utils.scss +33 -0
- package/src/scss/gitlab_ui_no_utils.scss +24 -0
- package/src/scss/themes.scss +10 -5
- package/src/tokens/build/css/tokens.css +76 -58
- package/src/tokens/build/css/tokens.dark.css +74 -56
- package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +145 -0
- package/src/tokens/build/docs/tokens-tailwind-docs.json +145 -0
- package/src/tokens/build/figma/constants.dark.json +2 -2
- package/src/tokens/build/figma/constants.json +2 -2
- package/src/tokens/build/figma/mode.dark.json +206 -108
- package/src/tokens/build/figma/mode.json +209 -87
- package/src/tokens/build/js/tokens.dark.js +85 -67
- package/src/tokens/build/js/tokens.js +92 -74
- package/src/tokens/build/json/tokens.dark.json +846 -225
- package/src/tokens/build/json/tokens.json +850 -229
- package/src/tokens/build/scss/_tokens.dark.scss +74 -56
- package/src/tokens/build/scss/_tokens.scss +76 -58
- package/src/tokens/build/scss/_tokens_custom_properties.scss +18 -0
- package/src/tokens/build/tailwind/tokens.cjs +1 -0
- package/src/tokens/constant/color.alpha.tokens.json +16 -0
- package/src/tokens/contextual/button.tokens.json +34 -58
- package/src/tokens/contextual/tabs.tokens.json +2 -8
- package/src/tokens/contextual/toggle.tokens.json +195 -0
- package/src/tokens/semantic/action.tokens.json +22 -124
- package/src/tokens/semantic/control.tokens.json +9 -21
|
@@ -2575,7 +2575,7 @@
|
|
|
2575
2575
|
}
|
|
2576
2576
|
},
|
|
2577
2577
|
"🔒/button-confirm-primary-foreground-color-hover": {
|
|
2578
|
-
"$value": "{
|
|
2578
|
+
"$value": "{🔒/button-confirm-primary-foreground-color-default}",
|
|
2579
2579
|
"$type": "color",
|
|
2580
2580
|
"$description": "Used for the foreground of a confirm (positive) primary button in the hover state.",
|
|
2581
2581
|
"$extensions": {
|
|
@@ -2586,7 +2586,7 @@
|
|
|
2586
2586
|
}
|
|
2587
2587
|
},
|
|
2588
2588
|
"🔒/button-confirm-primary-foreground-color-focus": {
|
|
2589
|
-
"$value": "{
|
|
2589
|
+
"$value": "{🔒/button-confirm-primary-foreground-color-hover}",
|
|
2590
2590
|
"$type": "color",
|
|
2591
2591
|
"$description": "Used for the foreground of a confirm (positive) primary button in the focus state.",
|
|
2592
2592
|
"$extensions": {
|
|
@@ -2597,7 +2597,7 @@
|
|
|
2597
2597
|
}
|
|
2598
2598
|
},
|
|
2599
2599
|
"🔒/button-confirm-primary-foreground-color-active": {
|
|
2600
|
-
"$value": "{
|
|
2600
|
+
"$value": "{🔒/button-confirm-primary-foreground-color-focus}",
|
|
2601
2601
|
"$type": "color",
|
|
2602
2602
|
"$description": "Used for the foreground of a confirm (positive) primary button in the active state.",
|
|
2603
2603
|
"$extensions": {
|
|
@@ -2608,7 +2608,7 @@
|
|
|
2608
2608
|
}
|
|
2609
2609
|
},
|
|
2610
2610
|
"🔒/button-confirm-primary-background-color-default": {
|
|
2611
|
-
"$value": "{
|
|
2611
|
+
"$value": "{color-neutral-50}",
|
|
2612
2612
|
"$type": "color",
|
|
2613
2613
|
"$description": "Used for the background of a confirm (positive) primary button in the default state.",
|
|
2614
2614
|
"$extensions": {
|
|
@@ -2619,7 +2619,7 @@
|
|
|
2619
2619
|
}
|
|
2620
2620
|
},
|
|
2621
2621
|
"🔒/button-confirm-primary-background-color-hover": {
|
|
2622
|
-
"$value": "{
|
|
2622
|
+
"$value": "{color-neutral-10}",
|
|
2623
2623
|
"$type": "color",
|
|
2624
2624
|
"$description": "Used for the background of a confirm (positive) primary button in the hover state.",
|
|
2625
2625
|
"$extensions": {
|
|
@@ -2630,7 +2630,7 @@
|
|
|
2630
2630
|
}
|
|
2631
2631
|
},
|
|
2632
2632
|
"🔒/button-confirm-primary-background-color-focus": {
|
|
2633
|
-
"$value": "{
|
|
2633
|
+
"$value": "{🔒/button-confirm-primary-background-color-hover}",
|
|
2634
2634
|
"$type": "color",
|
|
2635
2635
|
"$description": "Used for the background of a confirm (positive) primary button in the focus state.",
|
|
2636
2636
|
"$extensions": {
|
|
@@ -2641,7 +2641,7 @@
|
|
|
2641
2641
|
}
|
|
2642
2642
|
},
|
|
2643
2643
|
"🔒/button-confirm-primary-background-color-active": {
|
|
2644
|
-
"$value": "{
|
|
2644
|
+
"$value": "{color-neutral-100}",
|
|
2645
2645
|
"$type": "color",
|
|
2646
2646
|
"$description": "Used for the background of a confirm (positive) primary button in the active state.",
|
|
2647
2647
|
"$extensions": {
|
|
@@ -2662,7 +2662,7 @@
|
|
|
2662
2662
|
}
|
|
2663
2663
|
},
|
|
2664
2664
|
"🔒/button-confirm-primary-border-color-hover": {
|
|
2665
|
-
"$value": "{color-
|
|
2665
|
+
"$value": "{🔒/button-confirm-primary-border-color-default}",
|
|
2666
2666
|
"$type": "color",
|
|
2667
2667
|
"$description": "Used for the border of a confirm (positive) primary button in the hover state.",
|
|
2668
2668
|
"$extensions": {
|
|
@@ -2672,7 +2672,7 @@
|
|
|
2672
2672
|
}
|
|
2673
2673
|
},
|
|
2674
2674
|
"🔒/button-confirm-primary-border-color-focus": {
|
|
2675
|
-
"$value": "{🔒/button-confirm-primary-border-color-
|
|
2675
|
+
"$value": "{🔒/button-confirm-primary-border-color-default}",
|
|
2676
2676
|
"$type": "color",
|
|
2677
2677
|
"$description": "Used for the border of a confirm (positive) primary button in the focus state.",
|
|
2678
2678
|
"$extensions": {
|
|
@@ -2682,7 +2682,7 @@
|
|
|
2682
2682
|
}
|
|
2683
2683
|
},
|
|
2684
2684
|
"🔒/button-confirm-primary-border-color-active": {
|
|
2685
|
-
"$value": "{color-
|
|
2685
|
+
"$value": "{🔒/button-confirm-primary-border-color-default}",
|
|
2686
2686
|
"$type": "color",
|
|
2687
2687
|
"$description": "Used for the border of a confirm (positive) primary button in the active state.",
|
|
2688
2688
|
"$extensions": {
|
|
@@ -2692,7 +2692,7 @@
|
|
|
2692
2692
|
}
|
|
2693
2693
|
},
|
|
2694
2694
|
"🔒/button-confirm-secondary-foreground-color-default": {
|
|
2695
|
-
"$value": "{color-
|
|
2695
|
+
"$value": "{color-neutral-50}",
|
|
2696
2696
|
"$type": "color",
|
|
2697
2697
|
"$description": "Used for the foreground of a confirm (positive) button in the default state.",
|
|
2698
2698
|
"$extensions": {
|
|
@@ -2703,7 +2703,7 @@
|
|
|
2703
2703
|
}
|
|
2704
2704
|
},
|
|
2705
2705
|
"🔒/button-confirm-secondary-foreground-color-hover": {
|
|
2706
|
-
"$value": "{color-
|
|
2706
|
+
"$value": "{color-neutral-10}",
|
|
2707
2707
|
"$type": "color",
|
|
2708
2708
|
"$description": "Used for the foreground of a confirm (positive) button in the hover state.",
|
|
2709
2709
|
"$extensions": {
|
|
@@ -2725,7 +2725,7 @@
|
|
|
2725
2725
|
}
|
|
2726
2726
|
},
|
|
2727
2727
|
"🔒/button-confirm-secondary-foreground-color-active": {
|
|
2728
|
-
"$value": "{color-
|
|
2728
|
+
"$value": "{color-neutral-0}",
|
|
2729
2729
|
"$type": "color",
|
|
2730
2730
|
"$description": "Used for the foreground of a confirm (positive) button in the active state.",
|
|
2731
2731
|
"$extensions": {
|
|
@@ -2736,15 +2736,7 @@
|
|
|
2736
2736
|
}
|
|
2737
2737
|
},
|
|
2738
2738
|
"🔒/button-confirm-secondary-background-color-default": {
|
|
2739
|
-
"$value": {
|
|
2740
|
-
"colorSpace": "srgb",
|
|
2741
|
-
"components": [
|
|
2742
|
-
0.25882352941176473,
|
|
2743
|
-
0.5607843137254902,
|
|
2744
|
-
0.8627450980392157
|
|
2745
|
-
],
|
|
2746
|
-
"alpha": 0.4
|
|
2747
|
-
},
|
|
2739
|
+
"$value": "{color-alpha-light-24}",
|
|
2748
2740
|
"$type": "color",
|
|
2749
2741
|
"$description": "Used for the background of an outlined confirm (positive) button in the default state.",
|
|
2750
2742
|
"$extensions": {
|
|
@@ -2755,15 +2747,7 @@
|
|
|
2755
2747
|
}
|
|
2756
2748
|
},
|
|
2757
2749
|
"🔒/button-confirm-secondary-background-color-hover": {
|
|
2758
|
-
"$value": {
|
|
2759
|
-
"colorSpace": "srgb",
|
|
2760
|
-
"components": [
|
|
2761
|
-
0.25882352941176473,
|
|
2762
|
-
0.5607843137254902,
|
|
2763
|
-
0.8627450980392157
|
|
2764
|
-
],
|
|
2765
|
-
"alpha": 0.64
|
|
2766
|
-
},
|
|
2750
|
+
"$value": "{color-alpha-light-40}",
|
|
2767
2751
|
"$type": "color",
|
|
2768
2752
|
"$description": "Used for the background of an outlined confirm (positive) button in the hover state.",
|
|
2769
2753
|
"$extensions": {
|
|
@@ -2785,15 +2769,7 @@
|
|
|
2785
2769
|
}
|
|
2786
2770
|
},
|
|
2787
2771
|
"🔒/button-confirm-secondary-background-color-active": {
|
|
2788
|
-
"$value": {
|
|
2789
|
-
"colorSpace": "srgb",
|
|
2790
|
-
"components": [
|
|
2791
|
-
0.25882352941176473,
|
|
2792
|
-
0.5607843137254902,
|
|
2793
|
-
0.8627450980392157
|
|
2794
|
-
],
|
|
2795
|
-
"alpha": 0.32
|
|
2796
|
-
},
|
|
2772
|
+
"$value": "{color-alpha-light-16}",
|
|
2797
2773
|
"$type": "color",
|
|
2798
2774
|
"$description": "Used for the background of an outlined confirm (positive) button in the active state.",
|
|
2799
2775
|
"$extensions": {
|
|
@@ -5123,7 +5099,7 @@
|
|
|
5123
5099
|
}
|
|
5124
5100
|
},
|
|
5125
5101
|
"🔒/tab-selected-indicator-color-default": {
|
|
5126
|
-
"$value": "{color-
|
|
5102
|
+
"$value": "{action-selected-border-color-active}",
|
|
5127
5103
|
"$type": "color",
|
|
5128
5104
|
"$description": "Used for the selected indicator of a tab.",
|
|
5129
5105
|
"$extensions": {
|
|
@@ -5133,6 +5109,176 @@
|
|
|
5133
5109
|
]
|
|
5134
5110
|
}
|
|
5135
5111
|
},
|
|
5112
|
+
"🔒/toggle-switch-track-color-unchecked-default": {
|
|
5113
|
+
"$value": "{control-border-color-default}",
|
|
5114
|
+
"$type": "color",
|
|
5115
|
+
"$description": "Used for the track color of an unchecked toggle switch in the default state.",
|
|
5116
|
+
"$extensions": {
|
|
5117
|
+
"com.figma.scopes": [
|
|
5118
|
+
"SHAPE_FILL"
|
|
5119
|
+
]
|
|
5120
|
+
}
|
|
5121
|
+
},
|
|
5122
|
+
"🔒/toggle-switch-track-color-unchecked-hover": {
|
|
5123
|
+
"$value": "{control-border-color-hover}",
|
|
5124
|
+
"$type": "color",
|
|
5125
|
+
"$description": "Used for the track color of an unchecked toggle switch in the hover state.",
|
|
5126
|
+
"$extensions": {
|
|
5127
|
+
"com.figma.scopes": [
|
|
5128
|
+
"SHAPE_FILL"
|
|
5129
|
+
]
|
|
5130
|
+
}
|
|
5131
|
+
},
|
|
5132
|
+
"🔒/toggle-switch-track-color-unchecked-focus": {
|
|
5133
|
+
"$value": "{control-border-color-focus}",
|
|
5134
|
+
"$type": "color",
|
|
5135
|
+
"$description": "Used for the track color of an unchecked toggle switch in the focus state.",
|
|
5136
|
+
"$extensions": {
|
|
5137
|
+
"com.figma.scopes": [
|
|
5138
|
+
"SHAPE_FILL"
|
|
5139
|
+
]
|
|
5140
|
+
}
|
|
5141
|
+
},
|
|
5142
|
+
"🔒/toggle-switch-track-color-unchecked-active": {
|
|
5143
|
+
"$value": "{control-border-color-focus}",
|
|
5144
|
+
"$type": "color",
|
|
5145
|
+
"$description": "Used for the track color of an unchecked toggle switch in the active state.",
|
|
5146
|
+
"$extensions": {
|
|
5147
|
+
"com.figma.scopes": [
|
|
5148
|
+
"SHAPE_FILL"
|
|
5149
|
+
]
|
|
5150
|
+
}
|
|
5151
|
+
},
|
|
5152
|
+
"🔒/toggle-switch-track-color-checked-default": {
|
|
5153
|
+
"$value": "{color-neutral-50}",
|
|
5154
|
+
"$type": "color",
|
|
5155
|
+
"$description": "Used for the track color of a checked toggle switch in the default state.",
|
|
5156
|
+
"$extensions": {
|
|
5157
|
+
"com.figma.scopes": [
|
|
5158
|
+
"SHAPE_FILL"
|
|
5159
|
+
]
|
|
5160
|
+
}
|
|
5161
|
+
},
|
|
5162
|
+
"🔒/toggle-switch-track-color-checked-hover": {
|
|
5163
|
+
"$value": "{color-neutral-10}",
|
|
5164
|
+
"$type": "color",
|
|
5165
|
+
"$description": "Used for the track color of a checked toggle switch in the hover state.",
|
|
5166
|
+
"$extensions": {
|
|
5167
|
+
"com.figma.scopes": [
|
|
5168
|
+
"SHAPE_FILL"
|
|
5169
|
+
]
|
|
5170
|
+
}
|
|
5171
|
+
},
|
|
5172
|
+
"🔒/toggle-switch-track-color-checked-focus": {
|
|
5173
|
+
"$value": "{🔒/toggle-switch-track-color-checked-hover}",
|
|
5174
|
+
"$type": "color",
|
|
5175
|
+
"$description": "Used for the track color of a checked toggle switch in the focus state.",
|
|
5176
|
+
"$extensions": {
|
|
5177
|
+
"com.figma.scopes": [
|
|
5178
|
+
"SHAPE_FILL"
|
|
5179
|
+
]
|
|
5180
|
+
}
|
|
5181
|
+
},
|
|
5182
|
+
"🔒/toggle-switch-track-color-checked-active": {
|
|
5183
|
+
"$value": "{color-neutral-0}",
|
|
5184
|
+
"$type": "color",
|
|
5185
|
+
"$description": "Used for the track color of a checked toggle switch in the active state.",
|
|
5186
|
+
"$extensions": {
|
|
5187
|
+
"com.figma.scopes": [
|
|
5188
|
+
"SHAPE_FILL"
|
|
5189
|
+
]
|
|
5190
|
+
}
|
|
5191
|
+
},
|
|
5192
|
+
"🔒/toggle-switch-background-color-unchecked-default": {
|
|
5193
|
+
"$value": "{control-indicator-color-selected}",
|
|
5194
|
+
"$type": "color",
|
|
5195
|
+
"$description": "Used for the background color of the unchecked toggle switch thumb in the default state.",
|
|
5196
|
+
"$extensions": {
|
|
5197
|
+
"com.figma.scopes": [
|
|
5198
|
+
"SHAPE_FILL"
|
|
5199
|
+
]
|
|
5200
|
+
}
|
|
5201
|
+
},
|
|
5202
|
+
"🔒/toggle-switch-background-color-unchecked-hover": {
|
|
5203
|
+
"$value": "{🔒/toggle-switch-background-color-unchecked-default}",
|
|
5204
|
+
"$type": "color",
|
|
5205
|
+
"$description": "Used for the background color of the unchecked toggle switch thumb in the hover state.",
|
|
5206
|
+
"$extensions": {
|
|
5207
|
+
"com.figma.scopes": [
|
|
5208
|
+
"SHAPE_FILL"
|
|
5209
|
+
]
|
|
5210
|
+
}
|
|
5211
|
+
},
|
|
5212
|
+
"🔒/toggle-switch-background-color-unchecked-focus": {
|
|
5213
|
+
"$value": "{🔒/toggle-switch-background-color-unchecked-default}",
|
|
5214
|
+
"$type": "color",
|
|
5215
|
+
"$description": "Used for the background color of the unchecked toggle switch thumb in the focus state.",
|
|
5216
|
+
"$extensions": {
|
|
5217
|
+
"com.figma.scopes": [
|
|
5218
|
+
"SHAPE_FILL"
|
|
5219
|
+
]
|
|
5220
|
+
}
|
|
5221
|
+
},
|
|
5222
|
+
"🔒/toggle-switch-background-color-unchecked-active": {
|
|
5223
|
+
"$value": "{🔒/toggle-switch-background-color-unchecked-default}",
|
|
5224
|
+
"$type": "color",
|
|
5225
|
+
"$description": "Used for the background color of the unchecked toggle switch thumb in the active state.",
|
|
5226
|
+
"$extensions": {
|
|
5227
|
+
"com.figma.scopes": [
|
|
5228
|
+
"SHAPE_FILL"
|
|
5229
|
+
]
|
|
5230
|
+
}
|
|
5231
|
+
},
|
|
5232
|
+
"🔒/toggle-switch-background-color-checked-default": {
|
|
5233
|
+
"$value": "{action-strong-confirm-foreground-color-default}",
|
|
5234
|
+
"$type": "color",
|
|
5235
|
+
"$description": "Used for the background color of the checked toggle switch thumb in the default state.",
|
|
5236
|
+
"$extensions": {
|
|
5237
|
+
"com.figma.scopes": [
|
|
5238
|
+
"SHAPE_FILL"
|
|
5239
|
+
]
|
|
5240
|
+
}
|
|
5241
|
+
},
|
|
5242
|
+
"🔒/toggle-switch-background-color-checked-hover": {
|
|
5243
|
+
"$value": "{action-strong-confirm-foreground-color-hover}",
|
|
5244
|
+
"$type": "color",
|
|
5245
|
+
"$description": "Used for the background color of the checked toggle switch thumb in the hover state.",
|
|
5246
|
+
"$extensions": {
|
|
5247
|
+
"com.figma.scopes": [
|
|
5248
|
+
"SHAPE_FILL"
|
|
5249
|
+
]
|
|
5250
|
+
}
|
|
5251
|
+
},
|
|
5252
|
+
"🔒/toggle-switch-background-color-checked-focus": {
|
|
5253
|
+
"$value": "{action-strong-confirm-foreground-color-focus}",
|
|
5254
|
+
"$type": "color",
|
|
5255
|
+
"$description": "Used for the background color of the checked toggle switch thumb in the focus state.",
|
|
5256
|
+
"$extensions": {
|
|
5257
|
+
"com.figma.scopes": [
|
|
5258
|
+
"SHAPE_FILL"
|
|
5259
|
+
]
|
|
5260
|
+
}
|
|
5261
|
+
},
|
|
5262
|
+
"🔒/toggle-switch-background-color-checked-active": {
|
|
5263
|
+
"$value": "{action-strong-confirm-foreground-color-active}",
|
|
5264
|
+
"$type": "color",
|
|
5265
|
+
"$description": "Used for the background color of the checked toggle switch thumb in the active state.",
|
|
5266
|
+
"$extensions": {
|
|
5267
|
+
"com.figma.scopes": [
|
|
5268
|
+
"SHAPE_FILL"
|
|
5269
|
+
]
|
|
5270
|
+
}
|
|
5271
|
+
},
|
|
5272
|
+
"🔒/toggle-switch-background-color-disabled": {
|
|
5273
|
+
"$value": "{action-disabled-foreground-color}",
|
|
5274
|
+
"$type": "color",
|
|
5275
|
+
"$description": "Used for the background color of the toggle switch thumb in the disabled state.",
|
|
5276
|
+
"$extensions": {
|
|
5277
|
+
"com.figma.scopes": [
|
|
5278
|
+
"SHAPE_FILL"
|
|
5279
|
+
]
|
|
5280
|
+
}
|
|
5281
|
+
},
|
|
5136
5282
|
"🔒/toggle-switch-icon-color-unchecked-default": {
|
|
5137
5283
|
"$value": "{action-strong-neutral-background-color-default}",
|
|
5138
5284
|
"$type": "color",
|
|
@@ -5353,7 +5499,7 @@
|
|
|
5353
5499
|
}
|
|
5354
5500
|
},
|
|
5355
5501
|
"action-selected-background-color-default": {
|
|
5356
|
-
"$value": "{color-
|
|
5502
|
+
"$value": "{color-neutral-50}",
|
|
5357
5503
|
"$type": "color",
|
|
5358
5504
|
"$description": "Used for the background of a selected action in the default state.",
|
|
5359
5505
|
"$extensions": {
|
|
@@ -5364,7 +5510,7 @@
|
|
|
5364
5510
|
}
|
|
5365
5511
|
},
|
|
5366
5512
|
"action-selected-background-color-hover": {
|
|
5367
|
-
"$value": "{color-
|
|
5513
|
+
"$value": "{color-neutral-10}",
|
|
5368
5514
|
"$type": "color",
|
|
5369
5515
|
"$description": "Used for the background of a selected action in the hover state.",
|
|
5370
5516
|
"$extensions": {
|
|
@@ -5386,7 +5532,7 @@
|
|
|
5386
5532
|
}
|
|
5387
5533
|
},
|
|
5388
5534
|
"action-selected-background-color-active": {
|
|
5389
|
-
"$value": "{color-
|
|
5535
|
+
"$value": "{color-neutral-0}",
|
|
5390
5536
|
"$type": "color",
|
|
5391
5537
|
"$description": "Used for the background of a selected action in the active state.",
|
|
5392
5538
|
"$extensions": {
|
|
@@ -5481,15 +5627,7 @@
|
|
|
5481
5627
|
}
|
|
5482
5628
|
},
|
|
5483
5629
|
"action-neutral-background-color-default": {
|
|
5484
|
-
"$value": {
|
|
5485
|
-
"colorSpace": "srgb",
|
|
5486
|
-
"components": [
|
|
5487
|
-
0.5372549019607843,
|
|
5488
|
-
0.5333333333333333,
|
|
5489
|
-
0.5529411764705883
|
|
5490
|
-
],
|
|
5491
|
-
"alpha": 0
|
|
5492
|
-
},
|
|
5630
|
+
"$value": "{color-alpha-0}",
|
|
5493
5631
|
"$type": "color",
|
|
5494
5632
|
"$description": "Used for the background of a neutral action in the default state.",
|
|
5495
5633
|
"$extensions": {
|
|
@@ -5500,15 +5638,7 @@
|
|
|
5500
5638
|
}
|
|
5501
5639
|
},
|
|
5502
5640
|
"action-neutral-background-color-hover": {
|
|
5503
|
-
"$value": {
|
|
5504
|
-
"colorSpace": "srgb",
|
|
5505
|
-
"components": [
|
|
5506
|
-
0.5372549019607843,
|
|
5507
|
-
0.5333333333333333,
|
|
5508
|
-
0.5529411764705883
|
|
5509
|
-
],
|
|
5510
|
-
"alpha": 0.4
|
|
5511
|
-
},
|
|
5641
|
+
"$value": "{color-alpha-light-16}",
|
|
5512
5642
|
"$type": "color",
|
|
5513
5643
|
"$description": "Used for the background of a neutral action in the hover state.",
|
|
5514
5644
|
"$extensions": {
|
|
@@ -5530,15 +5660,7 @@
|
|
|
5530
5660
|
}
|
|
5531
5661
|
},
|
|
5532
5662
|
"action-neutral-background-color-active": {
|
|
5533
|
-
"$value": {
|
|
5534
|
-
"colorSpace": "srgb",
|
|
5535
|
-
"components": [
|
|
5536
|
-
0.5372549019607843,
|
|
5537
|
-
0.5333333333333333,
|
|
5538
|
-
0.5529411764705883
|
|
5539
|
-
],
|
|
5540
|
-
"alpha": 0.16
|
|
5541
|
-
},
|
|
5663
|
+
"$value": "{color-alpha-light-8}",
|
|
5542
5664
|
"$type": "color",
|
|
5543
5665
|
"$description": "Used for the background of a neutral action in the active state.",
|
|
5544
5666
|
"$extensions": {
|
|
@@ -5589,7 +5711,7 @@
|
|
|
5589
5711
|
}
|
|
5590
5712
|
},
|
|
5591
5713
|
"action-confirm-foreground-color-default": {
|
|
5592
|
-
"$value": "{color-
|
|
5714
|
+
"$value": "{color-neutral-50}",
|
|
5593
5715
|
"$type": "color",
|
|
5594
5716
|
"$description": "Used for the foreground of a confirm (positive) action in the default state.",
|
|
5595
5717
|
"$extensions": {
|
|
@@ -5600,7 +5722,7 @@
|
|
|
5600
5722
|
}
|
|
5601
5723
|
},
|
|
5602
5724
|
"action-confirm-foreground-color-hover": {
|
|
5603
|
-
"$value": "{color-
|
|
5725
|
+
"$value": "{color-neutral-10}",
|
|
5604
5726
|
"$type": "color",
|
|
5605
5727
|
"$description": "Used for the foreground of a confirm (positive) action in the hover state.",
|
|
5606
5728
|
"$extensions": {
|
|
@@ -5622,7 +5744,7 @@
|
|
|
5622
5744
|
}
|
|
5623
5745
|
},
|
|
5624
5746
|
"action-confirm-foreground-color-active": {
|
|
5625
|
-
"$value": "{color-
|
|
5747
|
+
"$value": "{color-neutral-0}",
|
|
5626
5748
|
"$type": "color",
|
|
5627
5749
|
"$description": "Used for the foreground of a confirm (positive) action in the active state.",
|
|
5628
5750
|
"$extensions": {
|
|
@@ -5633,15 +5755,7 @@
|
|
|
5633
5755
|
}
|
|
5634
5756
|
},
|
|
5635
5757
|
"action-confirm-background-color-default": {
|
|
5636
|
-
"$value": {
|
|
5637
|
-
"colorSpace": "srgb",
|
|
5638
|
-
"components": [
|
|
5639
|
-
0.25882352941176473,
|
|
5640
|
-
0.5607843137254902,
|
|
5641
|
-
0.8627450980392157
|
|
5642
|
-
],
|
|
5643
|
-
"alpha": 0
|
|
5644
|
-
},
|
|
5758
|
+
"$value": "{color-alpha-0}",
|
|
5645
5759
|
"$type": "color",
|
|
5646
5760
|
"$description": "Used for the background of a confirm (positive) action in the default state.",
|
|
5647
5761
|
"$extensions": {
|
|
@@ -5652,15 +5766,7 @@
|
|
|
5652
5766
|
}
|
|
5653
5767
|
},
|
|
5654
5768
|
"action-confirm-background-color-hover": {
|
|
5655
|
-
"$value": {
|
|
5656
|
-
"colorSpace": "srgb",
|
|
5657
|
-
"components": [
|
|
5658
|
-
0.25882352941176473,
|
|
5659
|
-
0.5607843137254902,
|
|
5660
|
-
0.8627450980392157
|
|
5661
|
-
],
|
|
5662
|
-
"alpha": 0.4
|
|
5663
|
-
},
|
|
5769
|
+
"$value": "{color-alpha-light-16}",
|
|
5664
5770
|
"$type": "color",
|
|
5665
5771
|
"$description": "Used for the background of a confirm (positive) action in the hover state.",
|
|
5666
5772
|
"$extensions": {
|
|
@@ -5682,15 +5788,7 @@
|
|
|
5682
5788
|
}
|
|
5683
5789
|
},
|
|
5684
5790
|
"action-confirm-background-color-active": {
|
|
5685
|
-
"$value": {
|
|
5686
|
-
"colorSpace": "srgb",
|
|
5687
|
-
"components": [
|
|
5688
|
-
0.25882352941176473,
|
|
5689
|
-
0.5607843137254902,
|
|
5690
|
-
0.8627450980392157
|
|
5691
|
-
],
|
|
5692
|
-
"alpha": 0.16
|
|
5693
|
-
},
|
|
5791
|
+
"$value": "{color-alpha-light-8}",
|
|
5694
5792
|
"$type": "color",
|
|
5695
5793
|
"$description": "Used for the background of a confirm (positive) action in the active state.",
|
|
5696
5794
|
"$extensions": {
|
|
@@ -6278,7 +6376,7 @@
|
|
|
6278
6376
|
}
|
|
6279
6377
|
},
|
|
6280
6378
|
"control-background-color-selected-default": {
|
|
6281
|
-
"$value": "{color-
|
|
6379
|
+
"$value": "{color-neutral-50}",
|
|
6282
6380
|
"$type": "color",
|
|
6283
6381
|
"$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background.",
|
|
6284
6382
|
"$extensions": {
|
|
@@ -6289,7 +6387,7 @@
|
|
|
6289
6387
|
}
|
|
6290
6388
|
},
|
|
6291
6389
|
"control-background-color-selected-hover": {
|
|
6292
|
-
"$value": "{color-
|
|
6390
|
+
"$value": "{color-neutral-10}",
|
|
6293
6391
|
"$type": "color",
|
|
6294
6392
|
"$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on hover.",
|
|
6295
6393
|
"$extensions": {
|
|
@@ -6300,9 +6398,9 @@
|
|
|
6300
6398
|
}
|
|
6301
6399
|
},
|
|
6302
6400
|
"control-background-color-selected-focus": {
|
|
6303
|
-
"$value": "{color-
|
|
6401
|
+
"$value": "{control-background-color-selected-hover}",
|
|
6304
6402
|
"$type": "color",
|
|
6305
|
-
"$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on
|
|
6403
|
+
"$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) background on focus.",
|
|
6306
6404
|
"$extensions": {
|
|
6307
6405
|
"com.figma.scopes": [
|
|
6308
6406
|
"FRAME_FILL",
|
|
@@ -6361,7 +6459,7 @@
|
|
|
6361
6459
|
}
|
|
6362
6460
|
},
|
|
6363
6461
|
"control-border-color-selected-default": {
|
|
6364
|
-
"$value": "{color-
|
|
6462
|
+
"$value": "{control-background-color-selected-default}",
|
|
6365
6463
|
"$type": "color",
|
|
6366
6464
|
"$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border.",
|
|
6367
6465
|
"$extensions": {
|
|
@@ -6371,7 +6469,7 @@
|
|
|
6371
6469
|
}
|
|
6372
6470
|
},
|
|
6373
6471
|
"control-border-color-selected-hover": {
|
|
6374
|
-
"$value": "{color-
|
|
6472
|
+
"$value": "{control-background-color-selected-hover}",
|
|
6375
6473
|
"$type": "color",
|
|
6376
6474
|
"$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border on hover.",
|
|
6377
6475
|
"$extensions": {
|
|
@@ -6381,7 +6479,7 @@
|
|
|
6381
6479
|
}
|
|
6382
6480
|
},
|
|
6383
6481
|
"control-border-color-selected-focus": {
|
|
6384
|
-
"$value": "{color-
|
|
6482
|
+
"$value": "{control-background-color-selected-focus}",
|
|
6385
6483
|
"$type": "color",
|
|
6386
6484
|
"$description": "Used for checked and indeterminate (selected) form control (checkbox, radio button) border on focus.",
|
|
6387
6485
|
"$extensions": {
|