@gitlab/ui 132.2.2 → 134.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/base/broadcast_message/broadcast_message.js +3 -3
- package/dist/components/base/form/form_input/form_input.js +2 -60
- package/dist/components/base/form/form_textarea/form_textarea.js +421 -45
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +1 -145
- package/dist/tokens/build/js/tokens.js +1 -145
- package/dist/utils/constants.js +12 -12
- package/dist/vendor/bootstrap-vue/src/constants/components.js +1 -2
- package/package.json +1 -1
- package/src/components/base/broadcast_message/broadcast_message.vue +3 -3
- package/src/components/base/form/form_input/form_input.vue +2 -60
- package/src/components/base/form/form_textarea/form_textarea.vue +462 -49
- package/src/tokens/build/css/tokens.css +16 -160
- package/src/tokens/build/css/tokens.dark.css +16 -160
- package/src/tokens/build/docs/tokens-tailwind-docs.dark.json +15293 -26883
- package/src/tokens/build/docs/tokens-tailwind-docs.json +15293 -26883
- package/src/tokens/build/figma/constants.dark.json +0 -1152
- package/src/tokens/build/figma/constants.json +0 -1152
- package/src/tokens/build/figma/mode.dark.json +160 -16
- package/src/tokens/build/figma/mode.json +160 -16
- package/src/tokens/build/js/tokens.dark.js +0 -144
- package/src/tokens/build/js/tokens.js +0 -144
- package/src/tokens/build/json/tokens.dark.json +15296 -19354
- package/src/tokens/build/json/tokens.json +15173 -19231
- package/src/tokens/build/scss/_tokens.dark.scss +16 -160
- package/src/tokens/build/scss/_tokens.scss +16 -160
- package/src/tokens/build/scss/_tokens_custom_properties.scss +0 -144
- package/src/tokens/build/tailwind/tokens.cjs +0 -75
- package/src/tokens/contextual/broadcast.tokens.json +160 -16
- package/src/utils/constants.js +11 -11
- package/src/vendor/bootstrap-vue/src/constants/components.js +0 -1
- package/tailwind.defaults.js +0 -2
- package/dist/vendor/bootstrap-vue/src/components/form-textarea/form-textarea.js +0 -233
- package/dist/vendor/bootstrap-vue/src/components/form-textarea/index.js +0 -1
- package/dist/vendor/bootstrap-vue/src/mixins/form-selection.js +0 -62
- package/dist/vendor/bootstrap-vue/src/mixins/form-text.js +0 -279
- package/dist/vendor/bootstrap-vue/src/mixins/form-validity.js +0 -50
- package/src/tokens/constant/color.theme.tokens.json +0 -1168
- package/src/tokens/deprecated/deprecated.color.theme.tokens.json +0 -2248
- package/src/vendor/bootstrap-vue/src/components/form-textarea/form-textarea.js +0 -241
- package/src/vendor/bootstrap-vue/src/components/form-textarea/index.js +0 -3
- package/src/vendor/bootstrap-vue/src/mixins/form-selection.js +0 -60
- package/src/vendor/bootstrap-vue/src/mixins/form-text.js +0 -280
- package/src/vendor/bootstrap-vue/src/mixins/form-validity.js +0 -48
|
@@ -156,78 +156,6 @@ $gl-color-red-700: #a32c12;
|
|
|
156
156
|
$gl-color-red-800: #812713;
|
|
157
157
|
$gl-color-red-900: #582014;
|
|
158
158
|
$gl-color-red-950: #3e1a14;
|
|
159
|
-
$gl-color-theme-indigo-10: #f8f8ff;
|
|
160
|
-
$gl-color-theme-indigo-50: #f1f1ff;
|
|
161
|
-
$gl-color-theme-indigo-100: #dbdbf8;
|
|
162
|
-
$gl-color-theme-indigo-200: #c7c7f2;
|
|
163
|
-
$gl-color-theme-indigo-300: #a2a2e6;
|
|
164
|
-
$gl-color-theme-indigo-400: #8181d7;
|
|
165
|
-
$gl-color-theme-indigo-500: #6666c4;
|
|
166
|
-
$gl-color-theme-indigo-600: #5252b5;
|
|
167
|
-
$gl-color-theme-indigo-700: #41419f;
|
|
168
|
-
$gl-color-theme-indigo-800: #303083;
|
|
169
|
-
$gl-color-theme-indigo-900: #222261;
|
|
170
|
-
$gl-color-theme-indigo-950: #14143d;
|
|
171
|
-
$gl-color-theme-blue-10: #e6ecf0;
|
|
172
|
-
$gl-color-theme-blue-50: #cdd8e3;
|
|
173
|
-
$gl-color-theme-blue-100: #b9cadc;
|
|
174
|
-
$gl-color-theme-blue-200: #a6bdd5;
|
|
175
|
-
$gl-color-theme-blue-300: #81a5c9;
|
|
176
|
-
$gl-color-theme-blue-400: #628eb9;
|
|
177
|
-
$gl-color-theme-blue-500: #4977a5;
|
|
178
|
-
$gl-color-theme-blue-600: #346596;
|
|
179
|
-
$gl-color-theme-blue-700: #235180;
|
|
180
|
-
$gl-color-theme-blue-800: #153c63;
|
|
181
|
-
$gl-color-theme-blue-900: #0b2640;
|
|
182
|
-
$gl-color-theme-blue-950: #04101c;
|
|
183
|
-
$gl-color-theme-light-blue-10: #eef3f7;
|
|
184
|
-
$gl-color-theme-light-blue-50: #dde6ee;
|
|
185
|
-
$gl-color-theme-light-blue-100: #c1d4e6;
|
|
186
|
-
$gl-color-theme-light-blue-200: #a0bedc;
|
|
187
|
-
$gl-color-theme-light-blue-300: #74a3d3;
|
|
188
|
-
$gl-color-theme-light-blue-400: #4f8bc7;
|
|
189
|
-
$gl-color-theme-light-blue-500: #3476b9;
|
|
190
|
-
$gl-color-theme-light-blue-600: #2268ae;
|
|
191
|
-
$gl-color-theme-light-blue-700: #145aa1;
|
|
192
|
-
$gl-color-theme-light-blue-800: #0e4d8d;
|
|
193
|
-
$gl-color-theme-light-blue-900: #0c4277;
|
|
194
|
-
$gl-color-theme-light-blue-950: #0a3764;
|
|
195
|
-
$gl-color-theme-green-10: #eef4ef;
|
|
196
|
-
$gl-color-theme-green-50: #dde9de;
|
|
197
|
-
$gl-color-theme-green-100: #b1d6b5;
|
|
198
|
-
$gl-color-theme-green-200: #8cc497;
|
|
199
|
-
$gl-color-theme-green-300: #69af7d;
|
|
200
|
-
$gl-color-theme-green-400: #499767;
|
|
201
|
-
$gl-color-theme-green-500: #308258;
|
|
202
|
-
$gl-color-theme-green-600: #25744c;
|
|
203
|
-
$gl-color-theme-green-700: #1b653f;
|
|
204
|
-
$gl-color-theme-green-800: #155635;
|
|
205
|
-
$gl-color-theme-green-900: #0e4328;
|
|
206
|
-
$gl-color-theme-green-950: #052e19;
|
|
207
|
-
$gl-color-theme-red-10: #faf4f3;
|
|
208
|
-
$gl-color-theme-red-50: #f4e9e7;
|
|
209
|
-
$gl-color-theme-red-100: #ecd3d0;
|
|
210
|
-
$gl-color-theme-red-200: #e3bab5;
|
|
211
|
-
$gl-color-theme-red-300: #d59086;
|
|
212
|
-
$gl-color-theme-red-400: #c66e60;
|
|
213
|
-
$gl-color-theme-red-500: #ad4a3b;
|
|
214
|
-
$gl-color-theme-red-600: #a13322;
|
|
215
|
-
$gl-color-theme-red-700: #8f2110;
|
|
216
|
-
$gl-color-theme-red-800: #761405;
|
|
217
|
-
$gl-color-theme-red-900: #580d02;
|
|
218
|
-
$gl-color-theme-red-950: #380700;
|
|
219
|
-
$gl-color-theme-light-red-10: #fdf9f8;
|
|
220
|
-
$gl-color-theme-light-red-50: #faf2f1;
|
|
221
|
-
$gl-color-theme-light-red-100: #f6d9d5;
|
|
222
|
-
$gl-color-theme-light-red-200: #ebada2;
|
|
223
|
-
$gl-color-theme-light-red-300: #e07f6f;
|
|
224
|
-
$gl-color-theme-light-red-400: #d36250;
|
|
225
|
-
$gl-color-theme-light-red-500: #c24b38;
|
|
226
|
-
$gl-color-theme-light-red-600: #b53a26;
|
|
227
|
-
$gl-color-theme-light-red-700: #a02e1c;
|
|
228
|
-
$gl-color-theme-light-red-800: #8b2212;
|
|
229
|
-
$gl-color-theme-light-red-900: #751709;
|
|
230
|
-
$gl-color-theme-light-red-950: #5c1105;
|
|
231
159
|
$gl-font-family-regular: var(--default-regular-font, 'GitLab Sans'),'GitLab Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Noto Sans',Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
|
|
232
160
|
$gl-font-family-monospace: var(--default-mono-font, 'GitLab Mono'),'GitLab Mono','JetBrains Mono',Menlo,'DejaVu Sans Mono','Liberation Mono',Consolas,'Ubuntu Mono','Courier New','andale mono','lucida console',monospace;
|
|
233
161
|
$gl-font-size-100: 0.75rem; // Used for meta text and small labels.
|
|
@@ -319,6 +247,22 @@ $gl-avatar-fallback-background-color-blue: rgba(157, 199, 241, 0.239215686274509
|
|
|
319
247
|
$gl-avatar-fallback-background-color-green: rgba(145, 212, 168, 0.23921568627450981); // Green background for avatar fallback with no particular meaning.
|
|
320
248
|
$gl-avatar-fallback-background-color-orange: rgba(233, 190, 116, 0.23921568627450981); // Orange background for avatar fallback with no particular meaning.
|
|
321
249
|
$gl-avatar-fallback-background-color-neutral: rgba(191, 191, 195, 0.23921568627450981); // Neutral background for avatar fallback with no particular meaning.
|
|
250
|
+
$gl-broadcast-banner-background-color-blue: #235180; // Used for the background for the blue banner type.
|
|
251
|
+
$gl-broadcast-banner-background-color-green: #1b653f; // Used for the background for the green banner type.
|
|
252
|
+
$gl-broadcast-banner-background-color-indigo: #41419f; // Used for the background for the indigo banner type.
|
|
253
|
+
$gl-broadcast-banner-background-color-lightblue: #4977a5; // Used for the background for the lightblue banner type.
|
|
254
|
+
$gl-broadcast-banner-background-color-lightgreen: #308258; // Used for the background for the lightgreen banner type.
|
|
255
|
+
$gl-broadcast-banner-background-color-lightindigo: #6666c4; // Used for the background for the lightindigo banner type.
|
|
256
|
+
$gl-broadcast-banner-background-color-lightred: #ad4a3b; // Used for the background for the lightred banner type.
|
|
257
|
+
$gl-broadcast-banner-background-color-red: #8f2110; // Used for the background for the red banner type.
|
|
258
|
+
$gl-broadcast-banner-border-color-blue: #0b2640; // Used for the border for the blue banner type.
|
|
259
|
+
$gl-broadcast-banner-border-color-green: #0e4328; // Used for the border for the green banner type.
|
|
260
|
+
$gl-broadcast-banner-border-color-indigo: #222261; // Used for the border for the indigo banner type.
|
|
261
|
+
$gl-broadcast-banner-border-color-lightblue: #235180; // Used for the border for the lightblue banner type.
|
|
262
|
+
$gl-broadcast-banner-border-color-lightgreen: #1b653f; // Used for the border for the lightgreen banner type.
|
|
263
|
+
$gl-broadcast-banner-border-color-lightindigo: #41419f; // Used for the border for the lightindigo banner type.
|
|
264
|
+
$gl-broadcast-banner-border-color-lightred: #8f2110; // Used for the border for the lightred banner type.
|
|
265
|
+
$gl-broadcast-banner-border-color-red: #580d02; // Used for the border for the red banner type.
|
|
322
266
|
$gl-button-default-primary-background-color-default: rgba(137, 136, 141, 0.4); // Used for the background of an default primary button in the default state.
|
|
323
267
|
$gl-button-default-primary-background-color-hover: rgba(137, 136, 141, 0.64); // Used for the background of an default primary button in the hover state.
|
|
324
268
|
$gl-button-default-primary-background-color-active: rgba(137, 136, 141, 0.32); // Used for the background of an default primary button in the active state.
|
|
@@ -417,78 +361,6 @@ $data-viz-orange-700: #e99b60 !default;
|
|
|
417
361
|
$data-viz-orange-800: #eebd8c !default;
|
|
418
362
|
$data-viz-orange-900: #f5d6b3 !default;
|
|
419
363
|
$data-viz-orange-950: #fae8d1 !default;
|
|
420
|
-
$theme-indigo-10: #14143d !default;
|
|
421
|
-
$theme-indigo-50: #222261 !default;
|
|
422
|
-
$theme-indigo-100: #303083 !default;
|
|
423
|
-
$theme-indigo-200: #41419f !default;
|
|
424
|
-
$theme-indigo-300: #5252b5 !default;
|
|
425
|
-
$theme-indigo-400: #6666c4 !default;
|
|
426
|
-
$theme-indigo-500: #8181d7 !default;
|
|
427
|
-
$theme-indigo-600: #a2a2e6 !default;
|
|
428
|
-
$theme-indigo-700: #c7c7f2 !default;
|
|
429
|
-
$theme-indigo-800: #dbdbf8 !default;
|
|
430
|
-
$theme-indigo-900: #f1f1ff !default;
|
|
431
|
-
$theme-indigo-950: #f8f8ff !default;
|
|
432
|
-
$theme-blue-10: #04101c !default;
|
|
433
|
-
$theme-blue-50: #0b2640 !default;
|
|
434
|
-
$theme-blue-100: #153c63 !default;
|
|
435
|
-
$theme-blue-200: #235180 !default;
|
|
436
|
-
$theme-blue-300: #346596 !default;
|
|
437
|
-
$theme-blue-400: #4977a5 !default;
|
|
438
|
-
$theme-blue-500: #628eb9 !default;
|
|
439
|
-
$theme-blue-600: #81a5c9 !default;
|
|
440
|
-
$theme-blue-700: #a6bdd5 !default;
|
|
441
|
-
$theme-blue-800: #b9cadc !default;
|
|
442
|
-
$theme-blue-900: #cdd8e3 !default;
|
|
443
|
-
$theme-blue-950: #e6ecf0 !default;
|
|
444
|
-
$theme-light-blue-10: #0a3764 !default;
|
|
445
|
-
$theme-light-blue-50: #0c4277 !default;
|
|
446
|
-
$theme-light-blue-100: #0e4d8d !default;
|
|
447
|
-
$theme-light-blue-200: #145aa1 !default;
|
|
448
|
-
$theme-light-blue-300: #2268ae !default;
|
|
449
|
-
$theme-light-blue-400: #3476b9 !default;
|
|
450
|
-
$theme-light-blue-500: #4f8bc7 !default;
|
|
451
|
-
$theme-light-blue-600: #74a3d3 !default;
|
|
452
|
-
$theme-light-blue-700: #a0bedc !default;
|
|
453
|
-
$theme-light-blue-800: #c1d4e6 !default;
|
|
454
|
-
$theme-light-blue-900: #dde6ee !default;
|
|
455
|
-
$theme-light-blue-950: #eef3f7 !default;
|
|
456
|
-
$theme-green-10: #052e19 !default;
|
|
457
|
-
$theme-green-50: #0e4328 !default;
|
|
458
|
-
$theme-green-100: #155635 !default;
|
|
459
|
-
$theme-green-200: #1b653f !default;
|
|
460
|
-
$theme-green-300: #25744c !default;
|
|
461
|
-
$theme-green-400: #308258 !default;
|
|
462
|
-
$theme-green-500: #499767 !default;
|
|
463
|
-
$theme-green-600: #69af7d !default;
|
|
464
|
-
$theme-green-700: #8cc497 !default;
|
|
465
|
-
$theme-green-800: #b1d6b5 !default;
|
|
466
|
-
$theme-green-900: #dde9de !default;
|
|
467
|
-
$theme-green-950: #eef4ef !default;
|
|
468
|
-
$theme-red-10: #380700 !default;
|
|
469
|
-
$theme-red-50: #580d02 !default;
|
|
470
|
-
$theme-red-100: #761405 !default;
|
|
471
|
-
$theme-red-200: #8f2110 !default;
|
|
472
|
-
$theme-red-300: #a13322 !default;
|
|
473
|
-
$theme-red-400: #ad4a3b !default;
|
|
474
|
-
$theme-red-500: #c66e60 !default;
|
|
475
|
-
$theme-red-600: #d59086 !default;
|
|
476
|
-
$theme-red-700: #e3bab5 !default;
|
|
477
|
-
$theme-red-800: #ecd3d0 !default;
|
|
478
|
-
$theme-red-900: #f4e9e7 !default;
|
|
479
|
-
$theme-red-950: #faf4f3 !default;
|
|
480
|
-
$theme-light-red-10: #5c1105 !default;
|
|
481
|
-
$theme-light-red-50: #751709 !default;
|
|
482
|
-
$theme-light-red-100: #8b2212 !default;
|
|
483
|
-
$theme-light-red-200: #a02e1c !default;
|
|
484
|
-
$theme-light-red-300: #b53a26 !default;
|
|
485
|
-
$theme-light-red-400: #c24b38 !default;
|
|
486
|
-
$theme-light-red-500: #d36250 !default;
|
|
487
|
-
$theme-light-red-600: #e07f6f !default;
|
|
488
|
-
$theme-light-red-700: #ebada2 !default;
|
|
489
|
-
$theme-light-red-800: #f6d9d5 !default;
|
|
490
|
-
$theme-light-red-900: #faf2f1 !default;
|
|
491
|
-
$theme-light-red-950: #fdf9f8 !default;
|
|
492
364
|
$blue-950: #f2f9ff !default;
|
|
493
365
|
$green-950: #f1fdf6 !default;
|
|
494
366
|
$orange-950: #fff4e1 !default;
|
|
@@ -679,26 +551,10 @@ $gl-banner-intro-border-color: $gl-color-blue-700; // Used for the border of an
|
|
|
679
551
|
$gl-banner-promo-background-color: $gl-color-purple-950; // Used for the background of a promo banner.
|
|
680
552
|
$gl-banner-promo-border-color: $gl-color-purple-700; // Used for the border of a promo banner.
|
|
681
553
|
$gl-breadcrumb-separator-color: $gl-color-neutral-400; // Used for the breadcrumb level separator.
|
|
682
|
-
$gl-broadcast-banner-background-color-blue: $gl-color-theme-blue-700; // Used for the background for the blue banner type.
|
|
683
554
|
$gl-broadcast-banner-background-color-dark: $gl-color-neutral-500; // Used for the background for the dark banner type.
|
|
684
|
-
$gl-broadcast-banner-background-color-green: $gl-color-theme-green-700; // Used for the background for the green banner type.
|
|
685
|
-
$gl-broadcast-banner-background-color-indigo: $gl-color-theme-indigo-700; // Used for the background for the indigo banner type.
|
|
686
555
|
$gl-broadcast-banner-background-color-light: $gl-color-neutral-50; // Used for the background for the light banner type.
|
|
687
|
-
$gl-broadcast-banner-background-color-lightblue: $gl-color-theme-blue-500; // Used for the background for the lightblue banner type.
|
|
688
|
-
$gl-broadcast-banner-background-color-lightgreen: $gl-color-theme-green-500; // Used for the background for the lightgreen banner type.
|
|
689
|
-
$gl-broadcast-banner-background-color-lightindigo: $gl-color-theme-indigo-500; // Used for the background for the lightindigo banner type.
|
|
690
|
-
$gl-broadcast-banner-background-color-lightred: $gl-color-theme-red-500; // Used for the background for the lightred banner type.
|
|
691
|
-
$gl-broadcast-banner-background-color-red: $gl-color-theme-red-700; // Used for the background for the red banner type.
|
|
692
|
-
$gl-broadcast-banner-border-color-blue: $gl-color-theme-blue-900; // Used for the border for the blue banner type.
|
|
693
556
|
$gl-broadcast-banner-border-color-dark: $gl-color-neutral-700; // Used for the border for the dark banner type.
|
|
694
|
-
$gl-broadcast-banner-border-color-green: $gl-color-theme-green-900; // Used for the border for the green banner type.
|
|
695
|
-
$gl-broadcast-banner-border-color-indigo: $gl-color-theme-indigo-900; // Used for the border for the indigo banner type.
|
|
696
557
|
$gl-broadcast-banner-border-color-light: $gl-color-neutral-100; // Used for the border for the light banner type.
|
|
697
|
-
$gl-broadcast-banner-border-color-lightblue: $gl-color-theme-blue-700; // Used for the border for the lightblue banner type.
|
|
698
|
-
$gl-broadcast-banner-border-color-lightgreen: $gl-color-theme-green-700; // Used for the border for the lightgreen banner type.
|
|
699
|
-
$gl-broadcast-banner-border-color-lightindigo: $gl-color-theme-indigo-700; // Used for the border for the lightindigo banner type.
|
|
700
|
-
$gl-broadcast-banner-border-color-lightred: $gl-color-theme-red-700; // Used for the border for the lightred banner type.
|
|
701
|
-
$gl-broadcast-banner-border-color-red: $gl-color-theme-red-900; // Used for the border for the red banner type.
|
|
702
558
|
$gl-broadcast-banner-icon-color-blue: $gl-color-neutral-0; // Used for the icon for the blue banner type.
|
|
703
559
|
$gl-broadcast-banner-icon-color-dark: $gl-color-neutral-0; // Used for the icon for the dark banner type.
|
|
704
560
|
$gl-broadcast-banner-icon-color-green: $gl-color-neutral-0; // Used for the icon for the green banner type.
|
|
@@ -156,78 +156,6 @@ $gl-color-red-700: #a32c12;
|
|
|
156
156
|
$gl-color-red-800: #812713;
|
|
157
157
|
$gl-color-red-900: #582014;
|
|
158
158
|
$gl-color-red-950: #3e1a14;
|
|
159
|
-
$gl-color-theme-indigo-10: #f8f8ff;
|
|
160
|
-
$gl-color-theme-indigo-50: #f1f1ff;
|
|
161
|
-
$gl-color-theme-indigo-100: #dbdbf8;
|
|
162
|
-
$gl-color-theme-indigo-200: #c7c7f2;
|
|
163
|
-
$gl-color-theme-indigo-300: #a2a2e6;
|
|
164
|
-
$gl-color-theme-indigo-400: #8181d7;
|
|
165
|
-
$gl-color-theme-indigo-500: #6666c4;
|
|
166
|
-
$gl-color-theme-indigo-600: #5252b5;
|
|
167
|
-
$gl-color-theme-indigo-700: #41419f;
|
|
168
|
-
$gl-color-theme-indigo-800: #303083;
|
|
169
|
-
$gl-color-theme-indigo-900: #222261;
|
|
170
|
-
$gl-color-theme-indigo-950: #14143d;
|
|
171
|
-
$gl-color-theme-blue-10: #e6ecf0;
|
|
172
|
-
$gl-color-theme-blue-50: #cdd8e3;
|
|
173
|
-
$gl-color-theme-blue-100: #b9cadc;
|
|
174
|
-
$gl-color-theme-blue-200: #a6bdd5;
|
|
175
|
-
$gl-color-theme-blue-300: #81a5c9;
|
|
176
|
-
$gl-color-theme-blue-400: #628eb9;
|
|
177
|
-
$gl-color-theme-blue-500: #4977a5;
|
|
178
|
-
$gl-color-theme-blue-600: #346596;
|
|
179
|
-
$gl-color-theme-blue-700: #235180;
|
|
180
|
-
$gl-color-theme-blue-800: #153c63;
|
|
181
|
-
$gl-color-theme-blue-900: #0b2640;
|
|
182
|
-
$gl-color-theme-blue-950: #04101c;
|
|
183
|
-
$gl-color-theme-light-blue-10: #eef3f7;
|
|
184
|
-
$gl-color-theme-light-blue-50: #dde6ee;
|
|
185
|
-
$gl-color-theme-light-blue-100: #c1d4e6;
|
|
186
|
-
$gl-color-theme-light-blue-200: #a0bedc;
|
|
187
|
-
$gl-color-theme-light-blue-300: #74a3d3;
|
|
188
|
-
$gl-color-theme-light-blue-400: #4f8bc7;
|
|
189
|
-
$gl-color-theme-light-blue-500: #3476b9;
|
|
190
|
-
$gl-color-theme-light-blue-600: #2268ae;
|
|
191
|
-
$gl-color-theme-light-blue-700: #145aa1;
|
|
192
|
-
$gl-color-theme-light-blue-800: #0e4d8d;
|
|
193
|
-
$gl-color-theme-light-blue-900: #0c4277;
|
|
194
|
-
$gl-color-theme-light-blue-950: #0a3764;
|
|
195
|
-
$gl-color-theme-green-10: #eef4ef;
|
|
196
|
-
$gl-color-theme-green-50: #dde9de;
|
|
197
|
-
$gl-color-theme-green-100: #b1d6b5;
|
|
198
|
-
$gl-color-theme-green-200: #8cc497;
|
|
199
|
-
$gl-color-theme-green-300: #69af7d;
|
|
200
|
-
$gl-color-theme-green-400: #499767;
|
|
201
|
-
$gl-color-theme-green-500: #308258;
|
|
202
|
-
$gl-color-theme-green-600: #25744c;
|
|
203
|
-
$gl-color-theme-green-700: #1b653f;
|
|
204
|
-
$gl-color-theme-green-800: #155635;
|
|
205
|
-
$gl-color-theme-green-900: #0e4328;
|
|
206
|
-
$gl-color-theme-green-950: #052e19;
|
|
207
|
-
$gl-color-theme-red-10: #faf4f3;
|
|
208
|
-
$gl-color-theme-red-50: #f4e9e7;
|
|
209
|
-
$gl-color-theme-red-100: #ecd3d0;
|
|
210
|
-
$gl-color-theme-red-200: #e3bab5;
|
|
211
|
-
$gl-color-theme-red-300: #d59086;
|
|
212
|
-
$gl-color-theme-red-400: #c66e60;
|
|
213
|
-
$gl-color-theme-red-500: #ad4a3b;
|
|
214
|
-
$gl-color-theme-red-600: #a13322;
|
|
215
|
-
$gl-color-theme-red-700: #8f2110;
|
|
216
|
-
$gl-color-theme-red-800: #761405;
|
|
217
|
-
$gl-color-theme-red-900: #580d02;
|
|
218
|
-
$gl-color-theme-red-950: #380700;
|
|
219
|
-
$gl-color-theme-light-red-10: #fdf9f8;
|
|
220
|
-
$gl-color-theme-light-red-50: #faf2f1;
|
|
221
|
-
$gl-color-theme-light-red-100: #f6d9d5;
|
|
222
|
-
$gl-color-theme-light-red-200: #ebada2;
|
|
223
|
-
$gl-color-theme-light-red-300: #e07f6f;
|
|
224
|
-
$gl-color-theme-light-red-400: #d36250;
|
|
225
|
-
$gl-color-theme-light-red-500: #c24b38;
|
|
226
|
-
$gl-color-theme-light-red-600: #b53a26;
|
|
227
|
-
$gl-color-theme-light-red-700: #a02e1c;
|
|
228
|
-
$gl-color-theme-light-red-800: #8b2212;
|
|
229
|
-
$gl-color-theme-light-red-900: #751709;
|
|
230
|
-
$gl-color-theme-light-red-950: #5c1105;
|
|
231
159
|
$gl-font-family-regular: var(--default-regular-font, 'GitLab Sans'),'GitLab Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Noto Sans',Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
|
|
232
160
|
$gl-font-family-monospace: var(--default-mono-font, 'GitLab Mono'),'GitLab Mono','JetBrains Mono',Menlo,'DejaVu Sans Mono','Liberation Mono',Consolas,'Ubuntu Mono','Courier New','andale mono','lucida console',monospace;
|
|
233
161
|
$gl-font-size-100: 0.75rem; // Used for meta text and small labels.
|
|
@@ -319,6 +247,22 @@ $gl-avatar-fallback-background-color-blue: rgba(157, 199, 241, 0.239215686274509
|
|
|
319
247
|
$gl-avatar-fallback-background-color-green: rgba(145, 212, 168, 0.23921568627450981); // Green background for avatar fallback with no particular meaning.
|
|
320
248
|
$gl-avatar-fallback-background-color-orange: rgba(233, 190, 116, 0.23921568627450981); // Orange background for avatar fallback with no particular meaning.
|
|
321
249
|
$gl-avatar-fallback-background-color-neutral: rgba(191, 191, 195, 0.23921568627450981); // Neutral background for avatar fallback with no particular meaning.
|
|
250
|
+
$gl-broadcast-banner-background-color-blue: #235180; // Used for the background for the blue banner type.
|
|
251
|
+
$gl-broadcast-banner-background-color-green: #1b653f; // Used for the background for the green banner type.
|
|
252
|
+
$gl-broadcast-banner-background-color-indigo: #41419f; // Used for the background for the indigo banner type.
|
|
253
|
+
$gl-broadcast-banner-background-color-lightblue: #4977a5; // Used for the background for the lightblue banner type.
|
|
254
|
+
$gl-broadcast-banner-background-color-lightgreen: #308258; // Used for the background for the lightgreen banner type.
|
|
255
|
+
$gl-broadcast-banner-background-color-lightindigo: #6666c4; // Used for the background for the lightindigo banner type.
|
|
256
|
+
$gl-broadcast-banner-background-color-lightred: #ad4a3b; // Used for the background for the lightred banner type.
|
|
257
|
+
$gl-broadcast-banner-background-color-red: #8f2110; // Used for the background for the red banner type.
|
|
258
|
+
$gl-broadcast-banner-border-color-blue: #0b2640; // Used for the border for the blue banner type.
|
|
259
|
+
$gl-broadcast-banner-border-color-green: #0e4328; // Used for the border for the green banner type.
|
|
260
|
+
$gl-broadcast-banner-border-color-indigo: #222261; // Used for the border for the indigo banner type.
|
|
261
|
+
$gl-broadcast-banner-border-color-lightblue: #235180; // Used for the border for the lightblue banner type.
|
|
262
|
+
$gl-broadcast-banner-border-color-lightgreen: #1b653f; // Used for the border for the lightgreen banner type.
|
|
263
|
+
$gl-broadcast-banner-border-color-lightindigo: #41419f; // Used for the border for the lightindigo banner type.
|
|
264
|
+
$gl-broadcast-banner-border-color-lightred: #8f2110; // Used for the border for the lightred banner type.
|
|
265
|
+
$gl-broadcast-banner-border-color-red: #580d02; // Used for the border for the red banner type.
|
|
322
266
|
$gl-chart-threshold-area-color: rgba(221, 43, 14, 0.1); // Used in charts to delineate a threshold area in a chart.
|
|
323
267
|
$gl-illustration-stroke-color-default: #171321; // Default stroke color to define shape and provide essential detail.
|
|
324
268
|
$gl-illustration-stroke-width-default: 2; // Default stroke width to define shape and provide essential detail.
|
|
@@ -407,78 +351,6 @@ $data-viz-orange-700: #92430a !default;
|
|
|
407
351
|
$data-viz-orange-800: #6f3500 !default;
|
|
408
352
|
$data-viz-orange-900: #5e2f05 !default;
|
|
409
353
|
$data-viz-orange-950: #4b2707 !default;
|
|
410
|
-
$theme-indigo-10: #f8f8ff !default;
|
|
411
|
-
$theme-indigo-50: #f1f1ff !default;
|
|
412
|
-
$theme-indigo-100: #dbdbf8 !default;
|
|
413
|
-
$theme-indigo-200: #c7c7f2 !default;
|
|
414
|
-
$theme-indigo-300: #a2a2e6 !default;
|
|
415
|
-
$theme-indigo-400: #8181d7 !default;
|
|
416
|
-
$theme-indigo-500: #6666c4 !default;
|
|
417
|
-
$theme-indigo-600: #5252b5 !default;
|
|
418
|
-
$theme-indigo-700: #41419f !default;
|
|
419
|
-
$theme-indigo-800: #303083 !default;
|
|
420
|
-
$theme-indigo-900: #222261 !default;
|
|
421
|
-
$theme-indigo-950: #14143d !default;
|
|
422
|
-
$theme-blue-10: #e6ecf0 !default;
|
|
423
|
-
$theme-blue-50: #cdd8e3 !default;
|
|
424
|
-
$theme-blue-100: #b9cadc !default;
|
|
425
|
-
$theme-blue-200: #a6bdd5 !default;
|
|
426
|
-
$theme-blue-300: #81a5c9 !default;
|
|
427
|
-
$theme-blue-400: #628eb9 !default;
|
|
428
|
-
$theme-blue-500: #4977a5 !default;
|
|
429
|
-
$theme-blue-600: #346596 !default;
|
|
430
|
-
$theme-blue-700: #235180 !default;
|
|
431
|
-
$theme-blue-800: #153c63 !default;
|
|
432
|
-
$theme-blue-900: #0b2640 !default;
|
|
433
|
-
$theme-blue-950: #04101c !default;
|
|
434
|
-
$theme-light-blue-10: #eef3f7 !default;
|
|
435
|
-
$theme-light-blue-50: #dde6ee !default;
|
|
436
|
-
$theme-light-blue-100: #c1d4e6 !default;
|
|
437
|
-
$theme-light-blue-200: #a0bedc !default;
|
|
438
|
-
$theme-light-blue-300: #74a3d3 !default;
|
|
439
|
-
$theme-light-blue-400: #4f8bc7 !default;
|
|
440
|
-
$theme-light-blue-500: #3476b9 !default;
|
|
441
|
-
$theme-light-blue-600: #2268ae !default;
|
|
442
|
-
$theme-light-blue-700: #145aa1 !default;
|
|
443
|
-
$theme-light-blue-800: #0e4d8d !default;
|
|
444
|
-
$theme-light-blue-900: #0c4277 !default;
|
|
445
|
-
$theme-light-blue-950: #0a3764 !default;
|
|
446
|
-
$theme-green-10: #eef4ef !default;
|
|
447
|
-
$theme-green-50: #dde9de !default;
|
|
448
|
-
$theme-green-100: #b1d6b5 !default;
|
|
449
|
-
$theme-green-200: #8cc497 !default;
|
|
450
|
-
$theme-green-300: #69af7d !default;
|
|
451
|
-
$theme-green-400: #499767 !default;
|
|
452
|
-
$theme-green-500: #308258 !default;
|
|
453
|
-
$theme-green-600: #25744c !default;
|
|
454
|
-
$theme-green-700: #1b653f !default;
|
|
455
|
-
$theme-green-800: #155635 !default;
|
|
456
|
-
$theme-green-900: #0e4328 !default;
|
|
457
|
-
$theme-green-950: #052e19 !default;
|
|
458
|
-
$theme-red-10: #faf4f3 !default;
|
|
459
|
-
$theme-red-50: #f4e9e7 !default;
|
|
460
|
-
$theme-red-100: #ecd3d0 !default;
|
|
461
|
-
$theme-red-200: #e3bab5 !default;
|
|
462
|
-
$theme-red-300: #d59086 !default;
|
|
463
|
-
$theme-red-400: #c66e60 !default;
|
|
464
|
-
$theme-red-500: #ad4a3b !default;
|
|
465
|
-
$theme-red-600: #a13322 !default;
|
|
466
|
-
$theme-red-700: #8f2110 !default;
|
|
467
|
-
$theme-red-800: #761405 !default;
|
|
468
|
-
$theme-red-900: #580d02 !default;
|
|
469
|
-
$theme-red-950: #380700 !default;
|
|
470
|
-
$theme-light-red-10: #fdf9f8 !default;
|
|
471
|
-
$theme-light-red-50: #faf2f1 !default;
|
|
472
|
-
$theme-light-red-100: #f6d9d5 !default;
|
|
473
|
-
$theme-light-red-200: #ebada2 !default;
|
|
474
|
-
$theme-light-red-300: #e07f6f !default;
|
|
475
|
-
$theme-light-red-400: #d36250 !default;
|
|
476
|
-
$theme-light-red-500: #c24b38 !default;
|
|
477
|
-
$theme-light-red-600: #b53a26 !default;
|
|
478
|
-
$theme-light-red-700: #a02e1c !default;
|
|
479
|
-
$theme-light-red-800: #8b2212 !default;
|
|
480
|
-
$theme-light-red-900: #751709 !default;
|
|
481
|
-
$theme-light-red-950: #5c1105 !default;
|
|
482
354
|
$brand-charcoal: #171321 !default; // Use color.brand-charcoal instead.
|
|
483
355
|
$brand-orange-01: #fca326 !default; // Use color.brand-orange.01p instead.
|
|
484
356
|
$brand-orange-02: #fc6d26 !default; // Use color.brand-orange.02p instead.
|
|
@@ -660,26 +532,10 @@ $gl-banner-intro-border-color: $gl-color-blue-200; // Used for the border of an
|
|
|
660
532
|
$gl-banner-promo-background-color: $gl-color-purple-50; // Used for the background of a promo banner.
|
|
661
533
|
$gl-banner-promo-border-color: $gl-color-purple-200; // Used for the border of a promo banner.
|
|
662
534
|
$gl-breadcrumb-separator-color: $gl-color-neutral-400; // Used for the breadcrumb level separator.
|
|
663
|
-
$gl-broadcast-banner-background-color-blue: $gl-color-theme-blue-700; // Used for the background for the blue banner type.
|
|
664
535
|
$gl-broadcast-banner-background-color-dark: $gl-color-neutral-500; // Used for the background for the dark banner type.
|
|
665
|
-
$gl-broadcast-banner-background-color-green: $gl-color-theme-green-700; // Used for the background for the green banner type.
|
|
666
|
-
$gl-broadcast-banner-background-color-indigo: $gl-color-theme-indigo-700; // Used for the background for the indigo banner type.
|
|
667
536
|
$gl-broadcast-banner-background-color-light: $gl-color-neutral-50; // Used for the background for the light banner type.
|
|
668
|
-
$gl-broadcast-banner-background-color-lightblue: $gl-color-theme-blue-500; // Used for the background for the lightblue banner type.
|
|
669
|
-
$gl-broadcast-banner-background-color-lightgreen: $gl-color-theme-green-500; // Used for the background for the lightgreen banner type.
|
|
670
|
-
$gl-broadcast-banner-background-color-lightindigo: $gl-color-theme-indigo-500; // Used for the background for the lightindigo banner type.
|
|
671
|
-
$gl-broadcast-banner-background-color-lightred: $gl-color-theme-red-500; // Used for the background for the lightred banner type.
|
|
672
|
-
$gl-broadcast-banner-background-color-red: $gl-color-theme-red-700; // Used for the background for the red banner type.
|
|
673
|
-
$gl-broadcast-banner-border-color-blue: $gl-color-theme-blue-900; // Used for the border for the blue banner type.
|
|
674
537
|
$gl-broadcast-banner-border-color-dark: $gl-color-neutral-700; // Used for the border for the dark banner type.
|
|
675
|
-
$gl-broadcast-banner-border-color-green: $gl-color-theme-green-900; // Used for the border for the green banner type.
|
|
676
|
-
$gl-broadcast-banner-border-color-indigo: $gl-color-theme-indigo-900; // Used for the border for the indigo banner type.
|
|
677
538
|
$gl-broadcast-banner-border-color-light: $gl-color-neutral-100; // Used for the border for the light banner type.
|
|
678
|
-
$gl-broadcast-banner-border-color-lightblue: $gl-color-theme-blue-700; // Used for the border for the lightblue banner type.
|
|
679
|
-
$gl-broadcast-banner-border-color-lightgreen: $gl-color-theme-green-700; // Used for the border for the lightgreen banner type.
|
|
680
|
-
$gl-broadcast-banner-border-color-lightindigo: $gl-color-theme-indigo-700; // Used for the border for the lightindigo banner type.
|
|
681
|
-
$gl-broadcast-banner-border-color-lightred: $gl-color-theme-red-700; // Used for the border for the lightred banner type.
|
|
682
|
-
$gl-broadcast-banner-border-color-red: $gl-color-theme-red-900; // Used for the border for the red banner type.
|
|
683
539
|
$gl-broadcast-banner-icon-color-blue: $gl-color-neutral-0; // Used for the icon for the blue banner type.
|
|
684
540
|
$gl-broadcast-banner-icon-color-dark: $gl-color-neutral-0; // Used for the icon for the dark banner type.
|
|
685
541
|
$gl-broadcast-banner-icon-color-green: $gl-color-neutral-0; // Used for the icon for the green banner type.
|
|
@@ -171,78 +171,6 @@ $gl-color-red-700: var(--gl-color-red-700);
|
|
|
171
171
|
$gl-color-red-800: var(--gl-color-red-800);
|
|
172
172
|
$gl-color-red-900: var(--gl-color-red-900);
|
|
173
173
|
$gl-color-red-950: var(--gl-color-red-950);
|
|
174
|
-
$gl-color-theme-indigo-10: var(--gl-color-theme-indigo-10);
|
|
175
|
-
$gl-color-theme-indigo-50: var(--gl-color-theme-indigo-50);
|
|
176
|
-
$gl-color-theme-indigo-100: var(--gl-color-theme-indigo-100);
|
|
177
|
-
$gl-color-theme-indigo-200: var(--gl-color-theme-indigo-200);
|
|
178
|
-
$gl-color-theme-indigo-300: var(--gl-color-theme-indigo-300);
|
|
179
|
-
$gl-color-theme-indigo-400: var(--gl-color-theme-indigo-400);
|
|
180
|
-
$gl-color-theme-indigo-500: var(--gl-color-theme-indigo-500);
|
|
181
|
-
$gl-color-theme-indigo-600: var(--gl-color-theme-indigo-600);
|
|
182
|
-
$gl-color-theme-indigo-700: var(--gl-color-theme-indigo-700);
|
|
183
|
-
$gl-color-theme-indigo-800: var(--gl-color-theme-indigo-800);
|
|
184
|
-
$gl-color-theme-indigo-900: var(--gl-color-theme-indigo-900);
|
|
185
|
-
$gl-color-theme-indigo-950: var(--gl-color-theme-indigo-950);
|
|
186
|
-
$gl-color-theme-blue-10: var(--gl-color-theme-blue-10);
|
|
187
|
-
$gl-color-theme-blue-50: var(--gl-color-theme-blue-50);
|
|
188
|
-
$gl-color-theme-blue-100: var(--gl-color-theme-blue-100);
|
|
189
|
-
$gl-color-theme-blue-200: var(--gl-color-theme-blue-200);
|
|
190
|
-
$gl-color-theme-blue-300: var(--gl-color-theme-blue-300);
|
|
191
|
-
$gl-color-theme-blue-400: var(--gl-color-theme-blue-400);
|
|
192
|
-
$gl-color-theme-blue-500: var(--gl-color-theme-blue-500);
|
|
193
|
-
$gl-color-theme-blue-600: var(--gl-color-theme-blue-600);
|
|
194
|
-
$gl-color-theme-blue-700: var(--gl-color-theme-blue-700);
|
|
195
|
-
$gl-color-theme-blue-800: var(--gl-color-theme-blue-800);
|
|
196
|
-
$gl-color-theme-blue-900: var(--gl-color-theme-blue-900);
|
|
197
|
-
$gl-color-theme-blue-950: var(--gl-color-theme-blue-950);
|
|
198
|
-
$gl-color-theme-light-blue-10: var(--gl-color-theme-light-blue-10);
|
|
199
|
-
$gl-color-theme-light-blue-50: var(--gl-color-theme-light-blue-50);
|
|
200
|
-
$gl-color-theme-light-blue-100: var(--gl-color-theme-light-blue-100);
|
|
201
|
-
$gl-color-theme-light-blue-200: var(--gl-color-theme-light-blue-200);
|
|
202
|
-
$gl-color-theme-light-blue-300: var(--gl-color-theme-light-blue-300);
|
|
203
|
-
$gl-color-theme-light-blue-400: var(--gl-color-theme-light-blue-400);
|
|
204
|
-
$gl-color-theme-light-blue-500: var(--gl-color-theme-light-blue-500);
|
|
205
|
-
$gl-color-theme-light-blue-600: var(--gl-color-theme-light-blue-600);
|
|
206
|
-
$gl-color-theme-light-blue-700: var(--gl-color-theme-light-blue-700);
|
|
207
|
-
$gl-color-theme-light-blue-800: var(--gl-color-theme-light-blue-800);
|
|
208
|
-
$gl-color-theme-light-blue-900: var(--gl-color-theme-light-blue-900);
|
|
209
|
-
$gl-color-theme-light-blue-950: var(--gl-color-theme-light-blue-950);
|
|
210
|
-
$gl-color-theme-green-10: var(--gl-color-theme-green-10);
|
|
211
|
-
$gl-color-theme-green-50: var(--gl-color-theme-green-50);
|
|
212
|
-
$gl-color-theme-green-100: var(--gl-color-theme-green-100);
|
|
213
|
-
$gl-color-theme-green-200: var(--gl-color-theme-green-200);
|
|
214
|
-
$gl-color-theme-green-300: var(--gl-color-theme-green-300);
|
|
215
|
-
$gl-color-theme-green-400: var(--gl-color-theme-green-400);
|
|
216
|
-
$gl-color-theme-green-500: var(--gl-color-theme-green-500);
|
|
217
|
-
$gl-color-theme-green-600: var(--gl-color-theme-green-600);
|
|
218
|
-
$gl-color-theme-green-700: var(--gl-color-theme-green-700);
|
|
219
|
-
$gl-color-theme-green-800: var(--gl-color-theme-green-800);
|
|
220
|
-
$gl-color-theme-green-900: var(--gl-color-theme-green-900);
|
|
221
|
-
$gl-color-theme-green-950: var(--gl-color-theme-green-950);
|
|
222
|
-
$gl-color-theme-red-10: var(--gl-color-theme-red-10);
|
|
223
|
-
$gl-color-theme-red-50: var(--gl-color-theme-red-50);
|
|
224
|
-
$gl-color-theme-red-100: var(--gl-color-theme-red-100);
|
|
225
|
-
$gl-color-theme-red-200: var(--gl-color-theme-red-200);
|
|
226
|
-
$gl-color-theme-red-300: var(--gl-color-theme-red-300);
|
|
227
|
-
$gl-color-theme-red-400: var(--gl-color-theme-red-400);
|
|
228
|
-
$gl-color-theme-red-500: var(--gl-color-theme-red-500);
|
|
229
|
-
$gl-color-theme-red-600: var(--gl-color-theme-red-600);
|
|
230
|
-
$gl-color-theme-red-700: var(--gl-color-theme-red-700);
|
|
231
|
-
$gl-color-theme-red-800: var(--gl-color-theme-red-800);
|
|
232
|
-
$gl-color-theme-red-900: var(--gl-color-theme-red-900);
|
|
233
|
-
$gl-color-theme-red-950: var(--gl-color-theme-red-950);
|
|
234
|
-
$gl-color-theme-light-red-10: var(--gl-color-theme-light-red-10);
|
|
235
|
-
$gl-color-theme-light-red-50: var(--gl-color-theme-light-red-50);
|
|
236
|
-
$gl-color-theme-light-red-100: var(--gl-color-theme-light-red-100);
|
|
237
|
-
$gl-color-theme-light-red-200: var(--gl-color-theme-light-red-200);
|
|
238
|
-
$gl-color-theme-light-red-300: var(--gl-color-theme-light-red-300);
|
|
239
|
-
$gl-color-theme-light-red-400: var(--gl-color-theme-light-red-400);
|
|
240
|
-
$gl-color-theme-light-red-500: var(--gl-color-theme-light-red-500);
|
|
241
|
-
$gl-color-theme-light-red-600: var(--gl-color-theme-light-red-600);
|
|
242
|
-
$gl-color-theme-light-red-700: var(--gl-color-theme-light-red-700);
|
|
243
|
-
$gl-color-theme-light-red-800: var(--gl-color-theme-light-red-800);
|
|
244
|
-
$gl-color-theme-light-red-900: var(--gl-color-theme-light-red-900);
|
|
245
|
-
$gl-color-theme-light-red-950: var(--gl-color-theme-light-red-950);
|
|
246
174
|
$gl-font-family-regular: var(--gl-font-family-regular);
|
|
247
175
|
$gl-font-family-monospace: var(--gl-font-family-monospace);
|
|
248
176
|
$gl-font-size-100: var(--gl-font-size-100);
|
|
@@ -826,78 +754,6 @@ $data-viz-orange-700: var(--data-viz-orange-700);
|
|
|
826
754
|
$data-viz-orange-800: var(--data-viz-orange-800);
|
|
827
755
|
$data-viz-orange-900: var(--data-viz-orange-900);
|
|
828
756
|
$data-viz-orange-950: var(--data-viz-orange-950);
|
|
829
|
-
$theme-indigo-10: var(--theme-indigo-10);
|
|
830
|
-
$theme-indigo-50: var(--theme-indigo-50);
|
|
831
|
-
$theme-indigo-100: var(--theme-indigo-100);
|
|
832
|
-
$theme-indigo-200: var(--theme-indigo-200);
|
|
833
|
-
$theme-indigo-300: var(--theme-indigo-300);
|
|
834
|
-
$theme-indigo-400: var(--theme-indigo-400);
|
|
835
|
-
$theme-indigo-500: var(--theme-indigo-500);
|
|
836
|
-
$theme-indigo-600: var(--theme-indigo-600);
|
|
837
|
-
$theme-indigo-700: var(--theme-indigo-700);
|
|
838
|
-
$theme-indigo-800: var(--theme-indigo-800);
|
|
839
|
-
$theme-indigo-900: var(--theme-indigo-900);
|
|
840
|
-
$theme-indigo-950: var(--theme-indigo-950);
|
|
841
|
-
$theme-blue-10: var(--theme-blue-10);
|
|
842
|
-
$theme-blue-50: var(--theme-blue-50);
|
|
843
|
-
$theme-blue-100: var(--theme-blue-100);
|
|
844
|
-
$theme-blue-200: var(--theme-blue-200);
|
|
845
|
-
$theme-blue-300: var(--theme-blue-300);
|
|
846
|
-
$theme-blue-400: var(--theme-blue-400);
|
|
847
|
-
$theme-blue-500: var(--theme-blue-500);
|
|
848
|
-
$theme-blue-600: var(--theme-blue-600);
|
|
849
|
-
$theme-blue-700: var(--theme-blue-700);
|
|
850
|
-
$theme-blue-800: var(--theme-blue-800);
|
|
851
|
-
$theme-blue-900: var(--theme-blue-900);
|
|
852
|
-
$theme-blue-950: var(--theme-blue-950);
|
|
853
|
-
$theme-light-blue-10: var(--theme-light-blue-10);
|
|
854
|
-
$theme-light-blue-50: var(--theme-light-blue-50);
|
|
855
|
-
$theme-light-blue-100: var(--theme-light-blue-100);
|
|
856
|
-
$theme-light-blue-200: var(--theme-light-blue-200);
|
|
857
|
-
$theme-light-blue-300: var(--theme-light-blue-300);
|
|
858
|
-
$theme-light-blue-400: var(--theme-light-blue-400);
|
|
859
|
-
$theme-light-blue-500: var(--theme-light-blue-500);
|
|
860
|
-
$theme-light-blue-600: var(--theme-light-blue-600);
|
|
861
|
-
$theme-light-blue-700: var(--theme-light-blue-700);
|
|
862
|
-
$theme-light-blue-800: var(--theme-light-blue-800);
|
|
863
|
-
$theme-light-blue-900: var(--theme-light-blue-900);
|
|
864
|
-
$theme-light-blue-950: var(--theme-light-blue-950);
|
|
865
|
-
$theme-green-10: var(--theme-green-10);
|
|
866
|
-
$theme-green-50: var(--theme-green-50);
|
|
867
|
-
$theme-green-100: var(--theme-green-100);
|
|
868
|
-
$theme-green-200: var(--theme-green-200);
|
|
869
|
-
$theme-green-300: var(--theme-green-300);
|
|
870
|
-
$theme-green-400: var(--theme-green-400);
|
|
871
|
-
$theme-green-500: var(--theme-green-500);
|
|
872
|
-
$theme-green-600: var(--theme-green-600);
|
|
873
|
-
$theme-green-700: var(--theme-green-700);
|
|
874
|
-
$theme-green-800: var(--theme-green-800);
|
|
875
|
-
$theme-green-900: var(--theme-green-900);
|
|
876
|
-
$theme-green-950: var(--theme-green-950);
|
|
877
|
-
$theme-red-10: var(--theme-red-10);
|
|
878
|
-
$theme-red-50: var(--theme-red-50);
|
|
879
|
-
$theme-red-100: var(--theme-red-100);
|
|
880
|
-
$theme-red-200: var(--theme-red-200);
|
|
881
|
-
$theme-red-300: var(--theme-red-300);
|
|
882
|
-
$theme-red-400: var(--theme-red-400);
|
|
883
|
-
$theme-red-500: var(--theme-red-500);
|
|
884
|
-
$theme-red-600: var(--theme-red-600);
|
|
885
|
-
$theme-red-700: var(--theme-red-700);
|
|
886
|
-
$theme-red-800: var(--theme-red-800);
|
|
887
|
-
$theme-red-900: var(--theme-red-900);
|
|
888
|
-
$theme-red-950: var(--theme-red-950);
|
|
889
|
-
$theme-light-red-10: var(--theme-light-red-10);
|
|
890
|
-
$theme-light-red-50: var(--theme-light-red-50);
|
|
891
|
-
$theme-light-red-100: var(--theme-light-red-100);
|
|
892
|
-
$theme-light-red-200: var(--theme-light-red-200);
|
|
893
|
-
$theme-light-red-300: var(--theme-light-red-300);
|
|
894
|
-
$theme-light-red-400: var(--theme-light-red-400);
|
|
895
|
-
$theme-light-red-500: var(--theme-light-red-500);
|
|
896
|
-
$theme-light-red-600: var(--theme-light-red-600);
|
|
897
|
-
$theme-light-red-700: var(--theme-light-red-700);
|
|
898
|
-
$theme-light-red-800: var(--theme-light-red-800);
|
|
899
|
-
$theme-light-red-900: var(--theme-light-red-900);
|
|
900
|
-
$theme-light-red-950: var(--theme-light-red-950);
|
|
901
757
|
$black: var(--black);
|
|
902
758
|
$white: var(--white);
|
|
903
759
|
$blue-50: var(--blue-50);
|
|
@@ -71,80 +71,6 @@ const baseColors = {
|
|
|
71
71
|
'red-900': 'var(--red-900)',
|
|
72
72
|
'red-950': 'var(--red-950)',
|
|
73
73
|
};
|
|
74
|
-
const themeColors = {
|
|
75
|
-
'theme-indigo-10': 'var(--theme-indigo-10)',
|
|
76
|
-
'theme-indigo-50': 'var(--theme-indigo-50)',
|
|
77
|
-
'theme-indigo-100': 'var(--theme-indigo-100)',
|
|
78
|
-
'theme-indigo-200': 'var(--theme-indigo-200)',
|
|
79
|
-
'theme-indigo-300': 'var(--theme-indigo-300)',
|
|
80
|
-
'theme-indigo-400': 'var(--theme-indigo-400)',
|
|
81
|
-
'theme-indigo-500': 'var(--theme-indigo-500)',
|
|
82
|
-
'theme-indigo-600': 'var(--theme-indigo-600)',
|
|
83
|
-
'theme-indigo-700': 'var(--theme-indigo-700)',
|
|
84
|
-
'theme-indigo-800': 'var(--theme-indigo-800)',
|
|
85
|
-
'theme-indigo-900': 'var(--theme-indigo-900)',
|
|
86
|
-
'theme-indigo-950': 'var(--theme-indigo-950)',
|
|
87
|
-
'theme-blue-10': 'var(--theme-blue-10)',
|
|
88
|
-
'theme-blue-50': 'var(--theme-blue-50)',
|
|
89
|
-
'theme-blue-100': 'var(--theme-blue-100)',
|
|
90
|
-
'theme-blue-200': 'var(--theme-blue-200)',
|
|
91
|
-
'theme-blue-300': 'var(--theme-blue-300)',
|
|
92
|
-
'theme-blue-400': 'var(--theme-blue-400)',
|
|
93
|
-
'theme-blue-500': 'var(--theme-blue-500)',
|
|
94
|
-
'theme-blue-600': 'var(--theme-blue-600)',
|
|
95
|
-
'theme-blue-700': 'var(--theme-blue-700)',
|
|
96
|
-
'theme-blue-800': 'var(--theme-blue-800)',
|
|
97
|
-
'theme-blue-900': 'var(--theme-blue-900)',
|
|
98
|
-
'theme-blue-950': 'var(--theme-blue-950)',
|
|
99
|
-
'theme-light-blue-10': 'var(--theme-light-blue-10)',
|
|
100
|
-
'theme-light-blue-50': 'var(--theme-light-blue-50)',
|
|
101
|
-
'theme-light-blue-100': 'var(--theme-light-blue-100)',
|
|
102
|
-
'theme-light-blue-200': 'var(--theme-light-blue-200)',
|
|
103
|
-
'theme-light-blue-300': 'var(--theme-light-blue-300)',
|
|
104
|
-
'theme-light-blue-400': 'var(--theme-light-blue-400)',
|
|
105
|
-
'theme-light-blue-500': 'var(--theme-light-blue-500)',
|
|
106
|
-
'theme-light-blue-600': 'var(--theme-light-blue-600)',
|
|
107
|
-
'theme-light-blue-700': 'var(--theme-light-blue-700)',
|
|
108
|
-
'theme-light-blue-800': 'var(--theme-light-blue-800)',
|
|
109
|
-
'theme-light-blue-900': 'var(--theme-light-blue-900)',
|
|
110
|
-
'theme-light-blue-950': 'var(--theme-light-blue-950)',
|
|
111
|
-
'theme-green-10': 'var(--theme-green-10)',
|
|
112
|
-
'theme-green-50': 'var(--theme-green-50)',
|
|
113
|
-
'theme-green-100': 'var(--theme-green-100)',
|
|
114
|
-
'theme-green-200': 'var(--theme-green-200)',
|
|
115
|
-
'theme-green-300': 'var(--theme-green-300)',
|
|
116
|
-
'theme-green-400': 'var(--theme-green-400)',
|
|
117
|
-
'theme-green-500': 'var(--theme-green-500)',
|
|
118
|
-
'theme-green-600': 'var(--theme-green-600)',
|
|
119
|
-
'theme-green-700': 'var(--theme-green-700)',
|
|
120
|
-
'theme-green-800': 'var(--theme-green-800)',
|
|
121
|
-
'theme-green-900': 'var(--theme-green-900)',
|
|
122
|
-
'theme-green-950': 'var(--theme-green-950)',
|
|
123
|
-
'theme-red-10': 'var(--theme-red-10)',
|
|
124
|
-
'theme-red-50': 'var(--theme-red-50)',
|
|
125
|
-
'theme-red-100': 'var(--theme-red-100)',
|
|
126
|
-
'theme-red-200': 'var(--theme-red-200)',
|
|
127
|
-
'theme-red-300': 'var(--theme-red-300)',
|
|
128
|
-
'theme-red-400': 'var(--theme-red-400)',
|
|
129
|
-
'theme-red-500': 'var(--theme-red-500)',
|
|
130
|
-
'theme-red-600': 'var(--theme-red-600)',
|
|
131
|
-
'theme-red-700': 'var(--theme-red-700)',
|
|
132
|
-
'theme-red-800': 'var(--theme-red-800)',
|
|
133
|
-
'theme-red-900': 'var(--theme-red-900)',
|
|
134
|
-
'theme-red-950': 'var(--theme-red-950)',
|
|
135
|
-
'theme-light-red-10': 'var(--theme-light-red-10)',
|
|
136
|
-
'theme-light-red-50': 'var(--theme-light-red-50)',
|
|
137
|
-
'theme-light-red-100': 'var(--theme-light-red-100)',
|
|
138
|
-
'theme-light-red-200': 'var(--theme-light-red-200)',
|
|
139
|
-
'theme-light-red-300': 'var(--theme-light-red-300)',
|
|
140
|
-
'theme-light-red-400': 'var(--theme-light-red-400)',
|
|
141
|
-
'theme-light-red-500': 'var(--theme-light-red-500)',
|
|
142
|
-
'theme-light-red-600': 'var(--theme-light-red-600)',
|
|
143
|
-
'theme-light-red-700': 'var(--theme-light-red-700)',
|
|
144
|
-
'theme-light-red-800': 'var(--theme-light-red-800)',
|
|
145
|
-
'theme-light-red-900': 'var(--theme-light-red-900)',
|
|
146
|
-
'theme-light-red-950': 'var(--theme-light-red-950)',
|
|
147
|
-
};
|
|
148
74
|
const dataVizColors = {
|
|
149
75
|
'data-viz-green-50': 'var(--data-viz-green-50)',
|
|
150
76
|
'data-viz-green-100': 'var(--data-viz-green-100)',
|
|
@@ -493,7 +419,6 @@ const colors = {
|
|
|
493
419
|
light: { ...alphaLightColors },
|
|
494
420
|
},
|
|
495
421
|
...baseColors,
|
|
496
|
-
...themeColors,
|
|
497
422
|
...dataVizColors,
|
|
498
423
|
...neutralColors,
|
|
499
424
|
...brandColors,
|