@gitlab/ui 136.2.0 → 136.3.1
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/base/filtered_search/filtered_search_term.js +1 -1
- package/dist/components/base/form/form_date/form_date.js +9 -1
- package/dist/components/base/sorting/sorting.js +2 -2
- package/dist/components/base/toggle/toggle.js +1 -0
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +35 -17
- package/dist/tokens/build/js/tokens.js +35 -17
- package/package.json +1 -1
- package/src/components/base/filtered_search/filtered_search_term.vue +0 -1
- package/src/components/base/form/form_date/form_date.vue +9 -0
- package/src/components/base/sorting/sorting.vue +3 -2
- package/src/components/base/toggle/toggle.scss +90 -22
- package/src/components/base/toggle/toggle.vue +1 -0
- package/src/tokens/build/css/tokens.css +40 -22
- package/src/tokens/build/css/tokens.dark.css +40 -22
- package/src/tokens/build/figma/mode.dark.json +200 -24
- package/src/tokens/build/figma/mode.json +200 -24
- package/src/tokens/build/js/tokens.dark.js +34 -16
- package/src/tokens/build/js/tokens.js +34 -16
- package/src/tokens/build/json/tokens.dark.json +687 -42
- package/src/tokens/build/json/tokens.json +687 -42
- package/src/tokens/build/scss/_tokens.dark.scss +40 -22
- package/src/tokens/build/scss/_tokens.scss +40 -22
- package/src/tokens/build/scss/_tokens_custom_properties.scss +18 -0
- package/src/tokens/contextual/application-chrome.tokens.json +20 -0
- package/src/tokens/contextual/toggle.tokens.json +198 -33
- package/src/tokens/semantic/action.tokens.json +14 -0
|
@@ -312,6 +312,17 @@
|
|
|
312
312
|
]
|
|
313
313
|
}
|
|
314
314
|
},
|
|
315
|
+
"🔒/application-chrome-background-color": {
|
|
316
|
+
"$value": "{color-neutral-50}",
|
|
317
|
+
"$type": "color",
|
|
318
|
+
"$description": "Used for the application chrome background, the lowest layer of the interface that sits beneath panels and contains global navigation, user actions, application navigation, and AI navigation.",
|
|
319
|
+
"$extensions": {
|
|
320
|
+
"com.figma.scopes": [
|
|
321
|
+
"FRAME_FILL",
|
|
322
|
+
"SHAPE_FILL"
|
|
323
|
+
]
|
|
324
|
+
}
|
|
325
|
+
},
|
|
315
326
|
"🔒/avatar-border-color-default": {
|
|
316
327
|
"$value": "{color-alpha-dark-8}",
|
|
317
328
|
"$type": "color",
|
|
@@ -5064,7 +5075,7 @@
|
|
|
5064
5075
|
}
|
|
5065
5076
|
},
|
|
5066
5077
|
"🔒/toggle-switch-track-color-unchecked-default": {
|
|
5067
|
-
"$value": "{control-
|
|
5078
|
+
"$value": "{control-background-color-default}",
|
|
5068
5079
|
"$type": "color",
|
|
5069
5080
|
"$description": "Used for the track color of an unchecked toggle switch in the default state.",
|
|
5070
5081
|
"$extensions": {
|
|
@@ -5077,7 +5088,7 @@
|
|
|
5077
5088
|
"🔒/toggle-switch-track-color-unchecked-hover": {
|
|
5078
5089
|
"$value": "{🔒/toggle-switch-track-color-unchecked-default}",
|
|
5079
5090
|
"$type": "color",
|
|
5080
|
-
"$description": "Used for the track color of an unchecked toggle switch in the hover state.",
|
|
5091
|
+
"$description": "Used for the track color of an unchecked toggle switch in the hover state. The track is deliberately unchanged from the default state; hover is carried by the track border and the thumb size.",
|
|
5081
5092
|
"$extensions": {
|
|
5082
5093
|
"com.figma.scopes": [
|
|
5083
5094
|
"SHAPE_FILL",
|
|
@@ -5088,7 +5099,7 @@
|
|
|
5088
5099
|
"🔒/toggle-switch-track-color-unchecked-focus": {
|
|
5089
5100
|
"$value": "{🔒/toggle-switch-track-color-unchecked-hover}",
|
|
5090
5101
|
"$type": "color",
|
|
5091
|
-
"$description": "Used for the track color of an unchecked toggle switch in the focus state.",
|
|
5102
|
+
"$description": "Used for the track color of an unchecked toggle switch in the focus state. The track is deliberately unchanged from the default state; focus is carried by the focus ring, the track border and the thumb size.",
|
|
5092
5103
|
"$extensions": {
|
|
5093
5104
|
"com.figma.scopes": [
|
|
5094
5105
|
"SHAPE_FILL",
|
|
@@ -5097,7 +5108,7 @@
|
|
|
5097
5108
|
}
|
|
5098
5109
|
},
|
|
5099
5110
|
"🔒/toggle-switch-track-color-unchecked-active": {
|
|
5100
|
-
"$value": "{
|
|
5111
|
+
"$value": "{action-neutral-background-color-active}",
|
|
5101
5112
|
"$type": "color",
|
|
5102
5113
|
"$description": "Used for the track color of an unchecked toggle switch in the active state.",
|
|
5103
5114
|
"$extensions": {
|
|
@@ -5107,8 +5118,19 @@
|
|
|
5107
5118
|
]
|
|
5108
5119
|
}
|
|
5109
5120
|
},
|
|
5121
|
+
"🔒/toggle-switch-track-color-unchecked-disabled": {
|
|
5122
|
+
"$value": "{control-background-color-default}",
|
|
5123
|
+
"$type": "color",
|
|
5124
|
+
"$description": "Used for the track color of a disabled unchecked toggle switch.",
|
|
5125
|
+
"$extensions": {
|
|
5126
|
+
"com.figma.scopes": [
|
|
5127
|
+
"SHAPE_FILL",
|
|
5128
|
+
"FRAME_FILL"
|
|
5129
|
+
]
|
|
5130
|
+
}
|
|
5131
|
+
},
|
|
5110
5132
|
"🔒/toggle-switch-track-color-checked-default": {
|
|
5111
|
-
"$value": "{color-
|
|
5133
|
+
"$value": "{action-selected-background-color-default}",
|
|
5112
5134
|
"$type": "color",
|
|
5113
5135
|
"$description": "Used for the track color of a checked toggle switch in the default state.",
|
|
5114
5136
|
"$extensions": {
|
|
@@ -5119,7 +5141,7 @@
|
|
|
5119
5141
|
}
|
|
5120
5142
|
},
|
|
5121
5143
|
"🔒/toggle-switch-track-color-checked-hover": {
|
|
5122
|
-
"$value": "{color-
|
|
5144
|
+
"$value": "{action-selected-background-color-hover}",
|
|
5123
5145
|
"$type": "color",
|
|
5124
5146
|
"$description": "Used for the track color of a checked toggle switch in the hover state.",
|
|
5125
5147
|
"$extensions": {
|
|
@@ -5130,7 +5152,7 @@
|
|
|
5130
5152
|
}
|
|
5131
5153
|
},
|
|
5132
5154
|
"🔒/toggle-switch-track-color-checked-focus": {
|
|
5133
|
-
"$value": "{
|
|
5155
|
+
"$value": "{action-selected-background-color-focus}",
|
|
5134
5156
|
"$type": "color",
|
|
5135
5157
|
"$description": "Used for the track color of a checked toggle switch in the focus state.",
|
|
5136
5158
|
"$extensions": {
|
|
@@ -5141,7 +5163,7 @@
|
|
|
5141
5163
|
}
|
|
5142
5164
|
},
|
|
5143
5165
|
"🔒/toggle-switch-track-color-checked-active": {
|
|
5144
|
-
"$value": "{color-
|
|
5166
|
+
"$value": "{action-selected-background-color-active}",
|
|
5145
5167
|
"$type": "color",
|
|
5146
5168
|
"$description": "Used for the track color of a checked toggle switch in the active state.",
|
|
5147
5169
|
"$extensions": {
|
|
@@ -5151,8 +5173,140 @@
|
|
|
5151
5173
|
]
|
|
5152
5174
|
}
|
|
5153
5175
|
},
|
|
5176
|
+
"🔒/toggle-switch-track-color-checked-disabled": {
|
|
5177
|
+
"$value": "{action-selected-background-color-disabled}",
|
|
5178
|
+
"$type": "color",
|
|
5179
|
+
"$description": "Used for the track color of a disabled checked toggle switch, which stays filled so the checked state remains legible.",
|
|
5180
|
+
"$extensions": {
|
|
5181
|
+
"com.figma.scopes": [
|
|
5182
|
+
"SHAPE_FILL",
|
|
5183
|
+
"FRAME_FILL"
|
|
5184
|
+
]
|
|
5185
|
+
}
|
|
5186
|
+
},
|
|
5187
|
+
"🔒/toggle-switch-track-color-loading": {
|
|
5188
|
+
"$value": "{action-disabled-background-color}",
|
|
5189
|
+
"$type": "color",
|
|
5190
|
+
"$description": "Used for the track color of a loading toggle switch. A loading toggle renders no thumb and its value is still in flight, so the track carries no checked state.",
|
|
5191
|
+
"$extensions": {
|
|
5192
|
+
"com.figma.scopes": [
|
|
5193
|
+
"SHAPE_FILL",
|
|
5194
|
+
"FRAME_FILL"
|
|
5195
|
+
]
|
|
5196
|
+
}
|
|
5197
|
+
},
|
|
5198
|
+
"🔒/toggle-switch-track-border-color-unchecked-default": {
|
|
5199
|
+
"$value": "{control-border-color-default}",
|
|
5200
|
+
"$type": "color",
|
|
5201
|
+
"$description": "Used for the track border color of an unchecked toggle switch in the default state.",
|
|
5202
|
+
"$extensions": {
|
|
5203
|
+
"com.figma.scopes": [
|
|
5204
|
+
"STROKE_COLOR"
|
|
5205
|
+
]
|
|
5206
|
+
}
|
|
5207
|
+
},
|
|
5208
|
+
"🔒/toggle-switch-track-border-color-unchecked-hover": {
|
|
5209
|
+
"$value": "{control-border-color-hover}",
|
|
5210
|
+
"$type": "color",
|
|
5211
|
+
"$description": "Used for the track border color of an unchecked toggle switch in the hover state.",
|
|
5212
|
+
"$extensions": {
|
|
5213
|
+
"com.figma.scopes": [
|
|
5214
|
+
"STROKE_COLOR"
|
|
5215
|
+
]
|
|
5216
|
+
}
|
|
5217
|
+
},
|
|
5218
|
+
"🔒/toggle-switch-track-border-color-unchecked-focus": {
|
|
5219
|
+
"$value": "{🔒/toggle-switch-track-border-color-unchecked-hover}",
|
|
5220
|
+
"$type": "color",
|
|
5221
|
+
"$description": "Used for the track border color of an unchecked toggle switch in the focus state.",
|
|
5222
|
+
"$extensions": {
|
|
5223
|
+
"com.figma.scopes": [
|
|
5224
|
+
"STROKE_COLOR"
|
|
5225
|
+
]
|
|
5226
|
+
}
|
|
5227
|
+
},
|
|
5228
|
+
"🔒/toggle-switch-track-border-color-unchecked-active": {
|
|
5229
|
+
"$value": "{🔒/toggle-switch-track-border-color-unchecked-focus}",
|
|
5230
|
+
"$type": "color",
|
|
5231
|
+
"$description": "Used for the track border color of an unchecked toggle switch in the active state.",
|
|
5232
|
+
"$extensions": {
|
|
5233
|
+
"com.figma.scopes": [
|
|
5234
|
+
"STROKE_COLOR"
|
|
5235
|
+
]
|
|
5236
|
+
}
|
|
5237
|
+
},
|
|
5238
|
+
"🔒/toggle-switch-track-border-color-unchecked-disabled": {
|
|
5239
|
+
"$value": "{action-disabled-border-color}",
|
|
5240
|
+
"$type": "color",
|
|
5241
|
+
"$description": "Used for the track border color of a disabled unchecked toggle switch.",
|
|
5242
|
+
"$extensions": {
|
|
5243
|
+
"com.figma.scopes": [
|
|
5244
|
+
"STROKE_COLOR"
|
|
5245
|
+
]
|
|
5246
|
+
}
|
|
5247
|
+
},
|
|
5248
|
+
"🔒/toggle-switch-track-border-color-checked-default": {
|
|
5249
|
+
"$value": "{action-selected-border-color-default}",
|
|
5250
|
+
"$type": "color",
|
|
5251
|
+
"$description": "Used for the track border color of a checked toggle switch in the default state.",
|
|
5252
|
+
"$extensions": {
|
|
5253
|
+
"com.figma.scopes": [
|
|
5254
|
+
"STROKE_COLOR"
|
|
5255
|
+
]
|
|
5256
|
+
}
|
|
5257
|
+
},
|
|
5258
|
+
"🔒/toggle-switch-track-border-color-checked-hover": {
|
|
5259
|
+
"$value": "{action-selected-border-color-hover}",
|
|
5260
|
+
"$type": "color",
|
|
5261
|
+
"$description": "Used for the track border color of a checked toggle switch in the hover state.",
|
|
5262
|
+
"$extensions": {
|
|
5263
|
+
"com.figma.scopes": [
|
|
5264
|
+
"STROKE_COLOR"
|
|
5265
|
+
]
|
|
5266
|
+
}
|
|
5267
|
+
},
|
|
5268
|
+
"🔒/toggle-switch-track-border-color-checked-focus": {
|
|
5269
|
+
"$value": "{action-selected-border-color-focus}",
|
|
5270
|
+
"$type": "color",
|
|
5271
|
+
"$description": "Used for the track border color of a checked toggle switch in the focus state.",
|
|
5272
|
+
"$extensions": {
|
|
5273
|
+
"com.figma.scopes": [
|
|
5274
|
+
"STROKE_COLOR"
|
|
5275
|
+
]
|
|
5276
|
+
}
|
|
5277
|
+
},
|
|
5278
|
+
"🔒/toggle-switch-track-border-color-checked-active": {
|
|
5279
|
+
"$value": "{action-selected-border-color-active}",
|
|
5280
|
+
"$type": "color",
|
|
5281
|
+
"$description": "Used for the track border color of a checked toggle switch in the active state.",
|
|
5282
|
+
"$extensions": {
|
|
5283
|
+
"com.figma.scopes": [
|
|
5284
|
+
"STROKE_COLOR"
|
|
5285
|
+
]
|
|
5286
|
+
}
|
|
5287
|
+
},
|
|
5288
|
+
"🔒/toggle-switch-track-border-color-checked-disabled": {
|
|
5289
|
+
"$value": "{🔒/toggle-switch-track-color-checked-disabled}",
|
|
5290
|
+
"$type": "color",
|
|
5291
|
+
"$description": "Used for the track border color of a disabled checked toggle switch, which matches the track color.",
|
|
5292
|
+
"$extensions": {
|
|
5293
|
+
"com.figma.scopes": [
|
|
5294
|
+
"STROKE_COLOR"
|
|
5295
|
+
]
|
|
5296
|
+
}
|
|
5297
|
+
},
|
|
5298
|
+
"🔒/toggle-switch-track-border-color-loading": {
|
|
5299
|
+
"$value": "{🔒/toggle-switch-track-color-loading}",
|
|
5300
|
+
"$type": "color",
|
|
5301
|
+
"$description": "Used for the track border color of a loading toggle switch, which matches the track color so the track reads as a single flat fill.",
|
|
5302
|
+
"$extensions": {
|
|
5303
|
+
"com.figma.scopes": [
|
|
5304
|
+
"STROKE_COLOR"
|
|
5305
|
+
]
|
|
5306
|
+
}
|
|
5307
|
+
},
|
|
5154
5308
|
"🔒/toggle-switch-background-color-unchecked-default": {
|
|
5155
|
-
"$value": "{
|
|
5309
|
+
"$value": "{action-selected-background-color-default}",
|
|
5156
5310
|
"$type": "color",
|
|
5157
5311
|
"$description": "Used for the background color of the unchecked toggle switch thumb in the default state.",
|
|
5158
5312
|
"$extensions": {
|
|
@@ -5195,8 +5349,19 @@
|
|
|
5195
5349
|
]
|
|
5196
5350
|
}
|
|
5197
5351
|
},
|
|
5352
|
+
"🔒/toggle-switch-background-color-unchecked-disabled": {
|
|
5353
|
+
"$value": "{action-disabled-foreground-color}",
|
|
5354
|
+
"$type": "color",
|
|
5355
|
+
"$description": "Used for the background color of the disabled unchecked toggle switch thumb.",
|
|
5356
|
+
"$extensions": {
|
|
5357
|
+
"com.figma.scopes": [
|
|
5358
|
+
"SHAPE_FILL",
|
|
5359
|
+
"FRAME_FILL"
|
|
5360
|
+
]
|
|
5361
|
+
}
|
|
5362
|
+
},
|
|
5198
5363
|
"🔒/toggle-switch-background-color-checked-default": {
|
|
5199
|
-
"$value": "{action-
|
|
5364
|
+
"$value": "{action-selected-foreground-color-default}",
|
|
5200
5365
|
"$type": "color",
|
|
5201
5366
|
"$description": "Used for the background color of the checked toggle switch thumb in the default state.",
|
|
5202
5367
|
"$extensions": {
|
|
@@ -5207,7 +5372,7 @@
|
|
|
5207
5372
|
}
|
|
5208
5373
|
},
|
|
5209
5374
|
"🔒/toggle-switch-background-color-checked-hover": {
|
|
5210
|
-
"$value": "{action-
|
|
5375
|
+
"$value": "{action-selected-foreground-color-hover}",
|
|
5211
5376
|
"$type": "color",
|
|
5212
5377
|
"$description": "Used for the background color of the checked toggle switch thumb in the hover state.",
|
|
5213
5378
|
"$extensions": {
|
|
@@ -5218,7 +5383,7 @@
|
|
|
5218
5383
|
}
|
|
5219
5384
|
},
|
|
5220
5385
|
"🔒/toggle-switch-background-color-checked-focus": {
|
|
5221
|
-
"$value": "{action-
|
|
5386
|
+
"$value": "{action-selected-foreground-color-focus}",
|
|
5222
5387
|
"$type": "color",
|
|
5223
5388
|
"$description": "Used for the background color of the checked toggle switch thumb in the focus state.",
|
|
5224
5389
|
"$extensions": {
|
|
@@ -5229,7 +5394,7 @@
|
|
|
5229
5394
|
}
|
|
5230
5395
|
},
|
|
5231
5396
|
"🔒/toggle-switch-background-color-checked-active": {
|
|
5232
|
-
"$value": "{action-
|
|
5397
|
+
"$value": "{action-selected-foreground-color-active}",
|
|
5233
5398
|
"$type": "color",
|
|
5234
5399
|
"$description": "Used for the background color of the checked toggle switch thumb in the active state.",
|
|
5235
5400
|
"$extensions": {
|
|
@@ -5239,10 +5404,10 @@
|
|
|
5239
5404
|
]
|
|
5240
5405
|
}
|
|
5241
5406
|
},
|
|
5242
|
-
"🔒/toggle-switch-background-color-disabled": {
|
|
5243
|
-
"$value": "{action-
|
|
5407
|
+
"🔒/toggle-switch-background-color-checked-disabled": {
|
|
5408
|
+
"$value": "{action-selected-foreground-color-default}",
|
|
5244
5409
|
"$type": "color",
|
|
5245
|
-
"$description": "Used for the background color of the toggle switch thumb
|
|
5410
|
+
"$description": "Used for the background color of the disabled checked toggle switch thumb.",
|
|
5246
5411
|
"$extensions": {
|
|
5247
5412
|
"com.figma.scopes": [
|
|
5248
5413
|
"SHAPE_FILL",
|
|
@@ -5251,7 +5416,7 @@
|
|
|
5251
5416
|
}
|
|
5252
5417
|
},
|
|
5253
5418
|
"🔒/toggle-switch-icon-color-unchecked-default": {
|
|
5254
|
-
"$value": "{action-
|
|
5419
|
+
"$value": "{action-selected-foreground-color-default}",
|
|
5255
5420
|
"$type": "color",
|
|
5256
5421
|
"$description": "Used for the icon color of an unchecked toggle switch in the default state.",
|
|
5257
5422
|
"$extensions": {
|
|
@@ -5261,7 +5426,7 @@
|
|
|
5261
5426
|
}
|
|
5262
5427
|
},
|
|
5263
5428
|
"🔒/toggle-switch-icon-color-unchecked-hover": {
|
|
5264
|
-
"$value": "{action-
|
|
5429
|
+
"$value": "{action-selected-foreground-color-hover}",
|
|
5265
5430
|
"$type": "color",
|
|
5266
5431
|
"$description": "Used for the icon color of an unchecked toggle switch in the hover state.",
|
|
5267
5432
|
"$extensions": {
|
|
@@ -5271,7 +5436,7 @@
|
|
|
5271
5436
|
}
|
|
5272
5437
|
},
|
|
5273
5438
|
"🔒/toggle-switch-icon-color-unchecked-focus": {
|
|
5274
|
-
"$value": "{action-
|
|
5439
|
+
"$value": "{action-selected-foreground-color-focus}",
|
|
5275
5440
|
"$type": "color",
|
|
5276
5441
|
"$description": "Used for the icon color of an unchecked toggle switch in the focus state.",
|
|
5277
5442
|
"$extensions": {
|
|
@@ -5281,7 +5446,7 @@
|
|
|
5281
5446
|
}
|
|
5282
5447
|
},
|
|
5283
5448
|
"🔒/toggle-switch-icon-color-unchecked-active": {
|
|
5284
|
-
"$value": "{action-
|
|
5449
|
+
"$value": "{action-selected-foreground-color-active}",
|
|
5285
5450
|
"$type": "color",
|
|
5286
5451
|
"$description": "Used for the icon color of an unchecked toggle switch in the active state.",
|
|
5287
5452
|
"$extensions": {
|
|
@@ -5291,7 +5456,7 @@
|
|
|
5291
5456
|
}
|
|
5292
5457
|
},
|
|
5293
5458
|
"🔒/toggle-switch-icon-color-checked-default": {
|
|
5294
|
-
"$value": "{action-
|
|
5459
|
+
"$value": "{action-selected-background-color-default}",
|
|
5295
5460
|
"$type": "color",
|
|
5296
5461
|
"$description": "Used for the icon color of a checked toggle switch in the default state.",
|
|
5297
5462
|
"$extensions": {
|
|
@@ -5301,7 +5466,7 @@
|
|
|
5301
5466
|
}
|
|
5302
5467
|
},
|
|
5303
5468
|
"🔒/toggle-switch-icon-color-checked-hover": {
|
|
5304
|
-
"$value": "{action-
|
|
5469
|
+
"$value": "{action-selected-background-color-hover}",
|
|
5305
5470
|
"$type": "color",
|
|
5306
5471
|
"$description": "Used for the icon color of a checked toggle switch in the hover state.",
|
|
5307
5472
|
"$extensions": {
|
|
@@ -5311,7 +5476,7 @@
|
|
|
5311
5476
|
}
|
|
5312
5477
|
},
|
|
5313
5478
|
"🔒/toggle-switch-icon-color-checked-focus": {
|
|
5314
|
-
"$value": "{action-
|
|
5479
|
+
"$value": "{action-selected-background-color-focus}",
|
|
5315
5480
|
"$type": "color",
|
|
5316
5481
|
"$description": "Used for the icon color of a checked toggle switch in the focus state.",
|
|
5317
5482
|
"$extensions": {
|
|
@@ -5321,7 +5486,7 @@
|
|
|
5321
5486
|
}
|
|
5322
5487
|
},
|
|
5323
5488
|
"🔒/toggle-switch-icon-color-checked-active": {
|
|
5324
|
-
"$value": "{action-
|
|
5489
|
+
"$value": "{action-selected-background-color-active}",
|
|
5325
5490
|
"$type": "color",
|
|
5326
5491
|
"$description": "Used for the icon color of a checked toggle switch in the active state.",
|
|
5327
5492
|
"$extensions": {
|
|
@@ -5523,6 +5688,17 @@
|
|
|
5523
5688
|
]
|
|
5524
5689
|
}
|
|
5525
5690
|
},
|
|
5691
|
+
"action-selected-background-color-disabled": {
|
|
5692
|
+
"$value": "{color-neutral-400}",
|
|
5693
|
+
"$type": "color",
|
|
5694
|
+
"$description": "Used for the background of a disabled action that stays selected. Sits between the disabled background and the enabled selected background so the selected state keeps 3:1 contrast against the page while still reading as disabled.",
|
|
5695
|
+
"$extensions": {
|
|
5696
|
+
"com.figma.scopes": [
|
|
5697
|
+
"FRAME_FILL",
|
|
5698
|
+
"SHAPE_FILL"
|
|
5699
|
+
]
|
|
5700
|
+
}
|
|
5701
|
+
},
|
|
5526
5702
|
"action-selected-border-color-default": {
|
|
5527
5703
|
"$value": "{action-selected-background-color-default}",
|
|
5528
5704
|
"$type": "color",
|
|
@@ -377,6 +377,7 @@ export const GL_ALERT_DANGER_TITLE_COLOR = '#f6806d';
|
|
|
377
377
|
export const GL_ALERT_DANGER_BACKGROUND_COLOR = '#28272d';
|
|
378
378
|
export const GL_ALERT_DANGER_BORDER_TOP_COLOR = '#ec5941';
|
|
379
379
|
export const GL_ALERT_DANGER_BORDER_BOTTOM_COLOR = 'rgba(0, 0, 0, 0)';
|
|
380
|
+
export const GL_APPLICATION_CHROME_BACKGROUND_COLOR = '#050506';
|
|
380
381
|
export const GL_AVATAR_BORDER_COLOR_DEFAULT = 'rgba(255, 255, 255, 0.08)';
|
|
381
382
|
export const GL_AVATAR_BORDER_COLOR_HOVER = 'rgba(255, 255, 255, 0.24)';
|
|
382
383
|
export const GL_AVATAR_CIRCLE_BORDER_RADIUS_DEFAULT = '9999px';
|
|
@@ -798,31 +799,47 @@ export const GL_SPINNER_SEGMENT_COLOR_LIGHT = '#bfbfc3';
|
|
|
798
799
|
export const GL_TABLE_ROW_BACKGROUND_COLOR_HOVER = '#1d283e';
|
|
799
800
|
export const GL_TABLE_SORTING_ICON_COLOR = '#fff';
|
|
800
801
|
export const GL_TAB_SELECTED_INDICATOR_COLOR_DEFAULT = '#fff';
|
|
801
|
-
export const GL_TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_DEFAULT = '
|
|
802
|
-
export const GL_TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_HOVER = '
|
|
803
|
-
export const GL_TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_FOCUS = '
|
|
804
|
-
export const GL_TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_ACTIVE = '
|
|
802
|
+
export const GL_TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_DEFAULT = 'rgba(5, 5, 6, 0.4)';
|
|
803
|
+
export const GL_TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_HOVER = 'rgba(5, 5, 6, 0.4)';
|
|
804
|
+
export const GL_TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_FOCUS = 'rgba(5, 5, 6, 0.4)';
|
|
805
|
+
export const GL_TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_ACTIVE = 'rgba(255, 255, 255, 0.08)';
|
|
806
|
+
export const GL_TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_DISABLED = 'rgba(5, 5, 6, 0.4)';
|
|
805
807
|
export const GL_TOGGLE_SWITCH_TRACK_COLOR_CHECKED_DEFAULT = '#ececef';
|
|
806
808
|
export const GL_TOGGLE_SWITCH_TRACK_COLOR_CHECKED_HOVER = '#fbfafd';
|
|
807
809
|
export const GL_TOGGLE_SWITCH_TRACK_COLOR_CHECKED_FOCUS = '#fbfafd';
|
|
808
810
|
export const GL_TOGGLE_SWITCH_TRACK_COLOR_CHECKED_ACTIVE = '#fff';
|
|
809
|
-
export const
|
|
810
|
-
export const
|
|
811
|
-
export const
|
|
812
|
-
export const
|
|
811
|
+
export const GL_TOGGLE_SWITCH_TRACK_COLOR_CHECKED_DISABLED = '#737278';
|
|
812
|
+
export const GL_TOGGLE_SWITCH_TRACK_COLOR_LOADING = '#28272d';
|
|
813
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_UNCHECKED_DEFAULT = '#737278';
|
|
814
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_UNCHECKED_HOVER = '#a4a3a8';
|
|
815
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_UNCHECKED_FOCUS = '#a4a3a8';
|
|
816
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_UNCHECKED_ACTIVE = '#a4a3a8';
|
|
817
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_UNCHECKED_DISABLED = '#3a383f';
|
|
818
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_CHECKED_DEFAULT = '#ececef';
|
|
819
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_CHECKED_HOVER = '#fbfafd';
|
|
820
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_CHECKED_FOCUS = '#fbfafd';
|
|
821
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_CHECKED_ACTIVE = '#fff';
|
|
822
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_CHECKED_DISABLED = '#737278';
|
|
823
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_LOADING = '#28272d';
|
|
824
|
+
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_UNCHECKED_DEFAULT = '#ececef';
|
|
825
|
+
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_UNCHECKED_HOVER = '#ececef';
|
|
826
|
+
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_UNCHECKED_FOCUS = '#ececef';
|
|
827
|
+
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_UNCHECKED_ACTIVE = '#ececef';
|
|
828
|
+
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_UNCHECKED_DISABLED = '#737278';
|
|
813
829
|
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_CHECKED_DEFAULT = '#18171d';
|
|
814
830
|
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_CHECKED_HOVER = '#18171d';
|
|
815
831
|
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_CHECKED_FOCUS = '#18171d';
|
|
816
832
|
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_CHECKED_ACTIVE = '#18171d';
|
|
833
|
+
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_CHECKED_DISABLED = '#18171d';
|
|
817
834
|
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_DISABLED = '#737278';
|
|
818
|
-
export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_DEFAULT = '#
|
|
819
|
-
export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_HOVER = '#
|
|
820
|
-
export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_FOCUS = '#
|
|
821
|
-
export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_ACTIVE = '#
|
|
822
|
-
export const GL_TOGGLE_SWITCH_ICON_COLOR_CHECKED_DEFAULT = '#
|
|
823
|
-
export const GL_TOGGLE_SWITCH_ICON_COLOR_CHECKED_HOVER = '#
|
|
824
|
-
export const GL_TOGGLE_SWITCH_ICON_COLOR_CHECKED_FOCUS = '#
|
|
825
|
-
export const GL_TOGGLE_SWITCH_ICON_COLOR_CHECKED_ACTIVE = '#
|
|
835
|
+
export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_DEFAULT = '#18171d';
|
|
836
|
+
export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_HOVER = '#18171d';
|
|
837
|
+
export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_FOCUS = '#18171d';
|
|
838
|
+
export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_ACTIVE = '#18171d';
|
|
839
|
+
export const GL_TOGGLE_SWITCH_ICON_COLOR_CHECKED_DEFAULT = '#ececef';
|
|
840
|
+
export const GL_TOGGLE_SWITCH_ICON_COLOR_CHECKED_HOVER = '#fbfafd';
|
|
841
|
+
export const GL_TOGGLE_SWITCH_ICON_COLOR_CHECKED_FOCUS = '#fbfafd';
|
|
842
|
+
export const GL_TOGGLE_SWITCH_ICON_COLOR_CHECKED_ACTIVE = '#fff';
|
|
826
843
|
export const GL_TOGGLE_SWITCH_ICON_COLOR_DISABLED = '#28272d';
|
|
827
844
|
export const GL_TOKEN_SELECTOR_TOKEN_CONTAINER_TOKEN_BACKGROUND_COLOR_FOCUS = '#626168';
|
|
828
845
|
export const GL_TOKEN_BORDER_RADIUS = '0.25rem';
|
|
@@ -989,6 +1006,7 @@ export const GL_ACTION_SELECTED_BACKGROUND_COLOR_DEFAULT = '#ececef';
|
|
|
989
1006
|
export const GL_ACTION_SELECTED_BACKGROUND_COLOR_HOVER = '#fbfafd';
|
|
990
1007
|
export const GL_ACTION_SELECTED_BACKGROUND_COLOR_FOCUS = '#fbfafd';
|
|
991
1008
|
export const GL_ACTION_SELECTED_BACKGROUND_COLOR_ACTIVE = '#fff';
|
|
1009
|
+
export const GL_ACTION_SELECTED_BACKGROUND_COLOR_DISABLED = '#737278';
|
|
992
1010
|
export const GL_ACTION_SELECTED_BORDER_COLOR_DEFAULT = '#ececef';
|
|
993
1011
|
export const GL_ACTION_SELECTED_BORDER_COLOR_HOVER = '#fbfafd';
|
|
994
1012
|
export const GL_ACTION_SELECTED_BORDER_COLOR_FOCUS = '#fbfafd';
|
|
@@ -377,6 +377,7 @@ export const GL_ALERT_DANGER_TITLE_COLOR = '#18171d';
|
|
|
377
377
|
export const GL_ALERT_DANGER_BACKGROUND_COLOR = '#fcf1ef';
|
|
378
378
|
export const GL_ALERT_DANGER_BORDER_TOP_COLOR = 'rgba(0, 0, 0, 0)';
|
|
379
379
|
export const GL_ALERT_DANGER_BORDER_BOTTOM_COLOR = 'rgba(0, 0, 0, 0)';
|
|
380
|
+
export const GL_APPLICATION_CHROME_BACKGROUND_COLOR = '#ececef';
|
|
380
381
|
export const GL_AVATAR_BORDER_COLOR_DEFAULT = 'rgba(5, 5, 6, 0.08)';
|
|
381
382
|
export const GL_AVATAR_BORDER_COLOR_HOVER = 'rgba(5, 5, 6, 0.24)';
|
|
382
383
|
export const GL_AVATAR_CIRCLE_BORDER_RADIUS_DEFAULT = '9999px';
|
|
@@ -798,31 +799,47 @@ export const GL_SPINNER_SEGMENT_COLOR_LIGHT = '#bfbfc3';
|
|
|
798
799
|
export const GL_TABLE_ROW_BACKGROUND_COLOR_HOVER = '#e9f3fc';
|
|
799
800
|
export const GL_TABLE_SORTING_ICON_COLOR = '#18171d';
|
|
800
801
|
export const GL_TAB_SELECTED_INDICATOR_COLOR_DEFAULT = '#050506';
|
|
801
|
-
export const GL_TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_DEFAULT = '#
|
|
802
|
-
export const GL_TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_HOVER = '#
|
|
803
|
-
export const GL_TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_FOCUS = '#
|
|
804
|
-
export const GL_TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_ACTIVE = '
|
|
802
|
+
export const GL_TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_DEFAULT = '#fff';
|
|
803
|
+
export const GL_TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_HOVER = '#fff';
|
|
804
|
+
export const GL_TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_FOCUS = '#fff';
|
|
805
|
+
export const GL_TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_ACTIVE = 'rgba(5, 5, 6, 0.16)';
|
|
806
|
+
export const GL_TOGGLE_SWITCH_TRACK_COLOR_UNCHECKED_DISABLED = '#fff';
|
|
805
807
|
export const GL_TOGGLE_SWITCH_TRACK_COLOR_CHECKED_DEFAULT = '#3a383f';
|
|
806
808
|
export const GL_TOGGLE_SWITCH_TRACK_COLOR_CHECKED_HOVER = '#18171d';
|
|
807
809
|
export const GL_TOGGLE_SWITCH_TRACK_COLOR_CHECKED_FOCUS = '#18171d';
|
|
808
810
|
export const GL_TOGGLE_SWITCH_TRACK_COLOR_CHECKED_ACTIVE = '#050506';
|
|
809
|
-
export const
|
|
810
|
-
export const
|
|
811
|
-
export const
|
|
812
|
-
export const
|
|
811
|
+
export const GL_TOGGLE_SWITCH_TRACK_COLOR_CHECKED_DISABLED = '#89888d';
|
|
812
|
+
export const GL_TOGGLE_SWITCH_TRACK_COLOR_LOADING = '#ececef';
|
|
813
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_UNCHECKED_DEFAULT = '#89888d';
|
|
814
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_UNCHECKED_HOVER = '#626168';
|
|
815
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_UNCHECKED_FOCUS = '#626168';
|
|
816
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_UNCHECKED_ACTIVE = '#626168';
|
|
817
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_UNCHECKED_DISABLED = '#dcdcde';
|
|
818
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_CHECKED_DEFAULT = '#3a383f';
|
|
819
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_CHECKED_HOVER = '#18171d';
|
|
820
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_CHECKED_FOCUS = '#18171d';
|
|
821
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_CHECKED_ACTIVE = '#050506';
|
|
822
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_CHECKED_DISABLED = '#89888d';
|
|
823
|
+
export const GL_TOGGLE_SWITCH_TRACK_BORDER_COLOR_LOADING = '#ececef';
|
|
824
|
+
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_UNCHECKED_DEFAULT = '#3a383f';
|
|
825
|
+
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_UNCHECKED_HOVER = '#3a383f';
|
|
826
|
+
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_UNCHECKED_FOCUS = '#3a383f';
|
|
827
|
+
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_UNCHECKED_ACTIVE = '#3a383f';
|
|
828
|
+
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_UNCHECKED_DISABLED = '#89888d';
|
|
813
829
|
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_CHECKED_DEFAULT = '#fff';
|
|
814
830
|
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_CHECKED_HOVER = '#fff';
|
|
815
831
|
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_CHECKED_FOCUS = '#fff';
|
|
816
832
|
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_CHECKED_ACTIVE = '#fff';
|
|
833
|
+
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_CHECKED_DISABLED = '#fff';
|
|
817
834
|
export const GL_TOGGLE_SWITCH_BACKGROUND_COLOR_DISABLED = '#89888d';
|
|
818
|
-
export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_DEFAULT = '#
|
|
819
|
-
export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_HOVER = '#
|
|
820
|
-
export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_FOCUS = '#
|
|
821
|
-
export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_ACTIVE = '#
|
|
822
|
-
export const GL_TOGGLE_SWITCH_ICON_COLOR_CHECKED_DEFAULT = '#
|
|
823
|
-
export const GL_TOGGLE_SWITCH_ICON_COLOR_CHECKED_HOVER = '#
|
|
824
|
-
export const GL_TOGGLE_SWITCH_ICON_COLOR_CHECKED_FOCUS = '#
|
|
825
|
-
export const GL_TOGGLE_SWITCH_ICON_COLOR_CHECKED_ACTIVE = '#
|
|
835
|
+
export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_DEFAULT = '#fff';
|
|
836
|
+
export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_HOVER = '#fff';
|
|
837
|
+
export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_FOCUS = '#fff';
|
|
838
|
+
export const GL_TOGGLE_SWITCH_ICON_COLOR_UNCHECKED_ACTIVE = '#fff';
|
|
839
|
+
export const GL_TOGGLE_SWITCH_ICON_COLOR_CHECKED_DEFAULT = '#3a383f';
|
|
840
|
+
export const GL_TOGGLE_SWITCH_ICON_COLOR_CHECKED_HOVER = '#18171d';
|
|
841
|
+
export const GL_TOGGLE_SWITCH_ICON_COLOR_CHECKED_FOCUS = '#18171d';
|
|
842
|
+
export const GL_TOGGLE_SWITCH_ICON_COLOR_CHECKED_ACTIVE = '#050506';
|
|
826
843
|
export const GL_TOGGLE_SWITCH_ICON_COLOR_DISABLED = '#ececef';
|
|
827
844
|
export const GL_TOKEN_SELECTOR_TOKEN_CONTAINER_TOKEN_BACKGROUND_COLOR_FOCUS = '#a4a3a8';
|
|
828
845
|
export const GL_TOKEN_BORDER_RADIUS = '0.25rem';
|
|
@@ -989,6 +1006,7 @@ export const GL_ACTION_SELECTED_BACKGROUND_COLOR_DEFAULT = '#3a383f';
|
|
|
989
1006
|
export const GL_ACTION_SELECTED_BACKGROUND_COLOR_HOVER = '#18171d';
|
|
990
1007
|
export const GL_ACTION_SELECTED_BACKGROUND_COLOR_FOCUS = '#18171d';
|
|
991
1008
|
export const GL_ACTION_SELECTED_BACKGROUND_COLOR_ACTIVE = '#050506';
|
|
1009
|
+
export const GL_ACTION_SELECTED_BACKGROUND_COLOR_DISABLED = '#89888d';
|
|
992
1010
|
export const GL_ACTION_SELECTED_BORDER_COLOR_DEFAULT = '#3a383f';
|
|
993
1011
|
export const GL_ACTION_SELECTED_BORDER_COLOR_HOVER = '#18171d';
|
|
994
1012
|
export const GL_ACTION_SELECTED_BORDER_COLOR_FOCUS = '#18171d';
|