@gitlab/ui 107.2.1 → 107.3.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/CHANGELOG.md +8 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/tokens/build/js/tokens.dark.js +111 -56
- package/dist/tokens/build/js/tokens.js +111 -56
- package/dist/tokens/css/tokens.css +93 -38
- package/dist/tokens/css/tokens.dark.css +93 -38
- package/dist/tokens/js/tokens.dark.js +110 -55
- package/dist/tokens/js/tokens.js +110 -55
- package/dist/tokens/json/tokens.dark.json +2336 -1281
- package/dist/tokens/json/tokens.json +2336 -1281
- package/dist/tokens/scss/_tokens.dark.scss +93 -38
- package/dist/tokens/scss/_tokens.scss +93 -38
- package/dist/tokens/scss/_tokens_custom_properties.scss +110 -55
- package/package.json +2 -2
- package/src/tokens/build/css/tokens.css +93 -38
- package/src/tokens/build/css/tokens.dark.css +93 -38
- package/src/tokens/build/js/tokens.dark.js +110 -55
- package/src/tokens/build/js/tokens.js +110 -55
- package/src/tokens/build/json/tokens.dark.json +2336 -1281
- package/src/tokens/build/json/tokens.json +2336 -1281
- package/src/tokens/build/scss/_tokens.dark.scss +93 -38
- package/src/tokens/build/scss/_tokens.scss +93 -38
- package/src/tokens/build/scss/_tokens_custom_properties.scss +110 -55
- package/src/tokens/color.constant.tokens.json +230 -0
- package/src/tokens/{color.data_viz.tokens.json → deprecated.color.data_viz.tokens.json} +110 -55
|
@@ -96,6 +96,61 @@
|
|
|
96
96
|
--gl-color-red-800: #8d1300;
|
|
97
97
|
--gl-color-red-900: #660e00;
|
|
98
98
|
--gl-color-red-950: #4d0a00;
|
|
99
|
+
--gl-color-data-green-50: #ddfab7;
|
|
100
|
+
--gl-color-data-green-100: #c6ed94;
|
|
101
|
+
--gl-color-data-green-200: #b0d97b;
|
|
102
|
+
--gl-color-data-green-300: #94c25e;
|
|
103
|
+
--gl-color-data-green-400: #81ac41;
|
|
104
|
+
--gl-color-data-green-500: #619025;
|
|
105
|
+
--gl-color-data-green-600: #4e7f0e;
|
|
106
|
+
--gl-color-data-green-700: #366800;
|
|
107
|
+
--gl-color-data-green-800: #275600;
|
|
108
|
+
--gl-color-data-green-900: #1a4500;
|
|
109
|
+
--gl-color-data-green-950: #133a03;
|
|
110
|
+
--gl-color-data-aqua-50: #b5fefd;
|
|
111
|
+
--gl-color-data-aqua-100: #93f2ef;
|
|
112
|
+
--gl-color-data-aqua-200: #5edee3;
|
|
113
|
+
--gl-color-data-aqua-300: #32c5d2;
|
|
114
|
+
--gl-color-data-aqua-400: #00acc4;
|
|
115
|
+
--gl-color-data-aqua-500: #0090b1;
|
|
116
|
+
--gl-color-data-aqua-600: #007b9b;
|
|
117
|
+
--gl-color-data-aqua-700: #006381;
|
|
118
|
+
--gl-color-data-aqua-800: #00516c;
|
|
119
|
+
--gl-color-data-aqua-900: #004059;
|
|
120
|
+
--gl-color-data-aqua-950: #00344b;
|
|
121
|
+
--gl-color-data-blue-50: #e9ebff;
|
|
122
|
+
--gl-color-data-blue-100: #d2dcff;
|
|
123
|
+
--gl-color-data-blue-200: #b7c6ff;
|
|
124
|
+
--gl-color-data-blue-300: #97acff;
|
|
125
|
+
--gl-color-data-blue-400: #7992f5;
|
|
126
|
+
--gl-color-data-blue-500: #617ae2;
|
|
127
|
+
--gl-color-data-blue-600: #4e65cd;
|
|
128
|
+
--gl-color-data-blue-700: #3f51ae;
|
|
129
|
+
--gl-color-data-blue-800: #374291;
|
|
130
|
+
--gl-color-data-blue-900: #303470;
|
|
131
|
+
--gl-color-data-blue-950: #2a2b59;
|
|
132
|
+
--gl-color-data-magenta-50: #ffe3eb;
|
|
133
|
+
--gl-color-data-magenta-100: #ffccdb;
|
|
134
|
+
--gl-color-data-magenta-200: #fcacc5;
|
|
135
|
+
--gl-color-data-magenta-300: #f88aaf;
|
|
136
|
+
--gl-color-data-magenta-400: #e86e9a;
|
|
137
|
+
--gl-color-data-magenta-500: #cf4d81;
|
|
138
|
+
--gl-color-data-magenta-600: #b93d71;
|
|
139
|
+
--gl-color-data-magenta-700: #9a2e5d;
|
|
140
|
+
--gl-color-data-magenta-800: #7c214f;
|
|
141
|
+
--gl-color-data-magenta-900: #661e3a;
|
|
142
|
+
--gl-color-data-magenta-950: #541d31;
|
|
143
|
+
--gl-color-data-orange-50: #fae8d1;
|
|
144
|
+
--gl-color-data-orange-100: #f5d6b3;
|
|
145
|
+
--gl-color-data-orange-200: #eebd8c;
|
|
146
|
+
--gl-color-data-orange-300: #e99b60;
|
|
147
|
+
--gl-color-data-orange-400: #e07e41;
|
|
148
|
+
--gl-color-data-orange-500: #c95d2e;
|
|
149
|
+
--gl-color-data-orange-600: #b14f18;
|
|
150
|
+
--gl-color-data-orange-700: #92430a;
|
|
151
|
+
--gl-color-data-orange-800: #6f3500;
|
|
152
|
+
--gl-color-data-orange-900: #5e2f05;
|
|
153
|
+
--gl-color-data-orange-950: #4b2707;
|
|
99
154
|
--gl-color-theme-indigo-10: #f8f8ff;
|
|
100
155
|
--gl-color-theme-indigo-50: #f1f1ff;
|
|
101
156
|
--gl-color-theme-indigo-100: #dbdbf8;
|
|
@@ -183,6 +238,44 @@
|
|
|
183
238
|
--gl-color-brand-gray-04: #45424d;
|
|
184
239
|
--gl-color-brand-gray-05: #2b2838;
|
|
185
240
|
--gl-color-brand-pink-01g: #ffb9c9;
|
|
241
|
+
--gl-avatar-fallback-background-color-red: #fcb5aa3d; /* Red background for avatar fallback with no particular meaning. */
|
|
242
|
+
--gl-avatar-fallback-background-color-purple: #cbbbf23d; /* Purple background for avatar fallback with no particular meaning. */
|
|
243
|
+
--gl-avatar-fallback-background-color-blue: #9dc7f13d; /* Blue background for avatar fallback with no particular meaning. */
|
|
244
|
+
--gl-avatar-fallback-background-color-green: #91d4a83d; /* Green background for avatar fallback with no particular meaning. */
|
|
245
|
+
--gl-avatar-fallback-background-color-orange: #e9be743d; /* Orange background for avatar fallback with no particular meaning. */
|
|
246
|
+
--gl-avatar-fallback-background-color-neutral: #bfbfc33d; /* Neutral background for avatar fallback with no particular meaning. */
|
|
247
|
+
--gl-illustration-stroke-color-default: #e3e3e8; /* Default stroke color to define shape and provide essential detail. */
|
|
248
|
+
--gl-illustration-stroke-width-default: 0.09375rem; /* Default stroke width to define shape and provide essential detail. */
|
|
249
|
+
--gl-illustration-fill-color-default: #423f4f; /* Default fill color for an element where specific meaning or emphasis is not required. */
|
|
250
|
+
--gl-illustration-status-fill-color-neutral: #6f6796; /* Used as a fill to convey a concept which is neither positive or negative. */
|
|
251
|
+
--gl-illustration-status-fill-color-success: #3b8581; /* Used as a fill to convey a success or active concept, has a positive connotation. */
|
|
252
|
+
--gl-illustration-status-fill-color-warning: #ab752f; /* Used as a fill to convey a caution or warning concept, has a slightly negative connotation. */
|
|
253
|
+
--gl-illustration-status-fill-color-danger: #aa563a; /* Used as a fill to convey a critical or danger concept, has a negative connotation. */
|
|
254
|
+
--gl-illustration-accent-stroke-color-orange: #e3865f; /* Used for orange accent stroke detail on an object or attention-drawing element. */
|
|
255
|
+
--gl-illustration-accent-stroke-color-teal: #6baea3; /* Used for teal accent stroke detail on an object or attention-drawing element. */
|
|
256
|
+
--gl-illustration-accent-stroke-color-strong: #aea5d6; /* Used for dark accent stroke detail on an object or attention-drawing element. */
|
|
257
|
+
--gl-illustration-accent-fill-color-subtle: #5c5371; /* Used to add depth to a secondary element and supporting surface. */
|
|
258
|
+
--gl-illustration-accent-fill-color-strong: #6f6796; /* Used for an element requiring visual emphasis without competing with primary content or status indicators. */
|
|
259
|
+
--gl-illustration-accent-fill-color-orange: #aa563a; /* Used to add orange to a secondary element and supporting surface. */
|
|
260
|
+
--gl-illustration-accent-fill-color-teal: #3b8581; /* Used to add teal to a secondary element and supporting surface. */
|
|
261
|
+
--gl-illustration-base-fill-color: #32303c; /* Used for the consistent background shape present across all illustrations. Provides a unified foundation that visually grounds each illustration while maintaining system cohesion. */
|
|
262
|
+
--gl-illustration-isometric-stroke-color-default: #e3e3e8; /* Default stroke color to define shape and provide essential detail in isometric illustration. */
|
|
263
|
+
--gl-illustration-isometric-stroke-width-default: 0.09375rem; /* Default stroke width to define shape and provide essential detail in isometric illustration. */
|
|
264
|
+
--gl-illustration-isometric-glyph-top-fill-color: #5a566c; /* Used for the top face of isometric text and number elements. */
|
|
265
|
+
--gl-illustration-isometric-glyph-front-fill-color: #423f4f; /* Used for the front face of isometric text and number elements. */
|
|
266
|
+
--gl-illustration-isometric-glyph-side-fill-color: #373441; /* Used for the side face of isometric text and number elements. */
|
|
267
|
+
--gl-illustration-isometric-glyph-shadow-fill-color: #292730; /* Used for the shadow of isometric text and number elements. */
|
|
268
|
+
--gl-illustration-isometric-object-top-fill-color: #aa563a; /* Used for the top face of an isometric object or symbol. */
|
|
269
|
+
--gl-illustration-isometric-object-front-fill-color: #a54623; /* Used for the front face of an isometric object or symbol. */
|
|
270
|
+
--gl-illustration-isometric-object-side-fill-color: #8f4424; /* Used for the side face of an isometric object or symbol. */
|
|
271
|
+
--gl-illustration-isometric-object-highlight-fill-color: #423f4f; /* Used for the face of an isometric object or symbol that requires maximum distinction from other elements. */
|
|
272
|
+
--gl-illustration-isometric-object-shadow-fill-color: #3d2b2a; /* Used for the shadow of an isometric object or symbol. */
|
|
273
|
+
--gl-illustration-isometric-accent-top-fill-color: #6d6972; /* Used for the top face of a supporting isometric element. Provides subtle dimensional variation without competing with primary content. */
|
|
274
|
+
--gl-illustration-isometric-accent-front-fill-color: #49474d; /* Used for the front face of a supporting isometric element. Provides subtle dimensional variation without competing with primary content. */
|
|
275
|
+
--gl-illustration-isometric-accent-side-fill-color: #212023; /* Used for the side face of a supporting isometric element. Provides subtle dimensional variation without competing with primary content. */
|
|
276
|
+
--gl-illustration-isometric-base-top-fill-color: #32303c; /* Used for the top surface of an isometric base platform. */
|
|
277
|
+
--gl-illustration-isometric-base-front-fill-color: #2b2932; /* Used for the front face of an isometric base platform. */
|
|
278
|
+
--gl-illustration-isometric-base-side-fill-color: #23222b; /* Used for the side face of an isometric base platform. */
|
|
186
279
|
--data-viz-green-50: #133a03;
|
|
187
280
|
--data-viz-green-100: #1a4500;
|
|
188
281
|
--data-viz-green-200: #275600;
|
|
@@ -238,44 +331,6 @@
|
|
|
238
331
|
--data-viz-orange-800: #eebd8c;
|
|
239
332
|
--data-viz-orange-900: #f5d6b3;
|
|
240
333
|
--data-viz-orange-950: #fae8d1;
|
|
241
|
-
--gl-avatar-fallback-background-color-red: #fcb5aa3d; /* Red background for avatar fallback with no particular meaning. */
|
|
242
|
-
--gl-avatar-fallback-background-color-purple: #cbbbf23d; /* Purple background for avatar fallback with no particular meaning. */
|
|
243
|
-
--gl-avatar-fallback-background-color-blue: #9dc7f13d; /* Blue background for avatar fallback with no particular meaning. */
|
|
244
|
-
--gl-avatar-fallback-background-color-green: #91d4a83d; /* Green background for avatar fallback with no particular meaning. */
|
|
245
|
-
--gl-avatar-fallback-background-color-orange: #e9be743d; /* Orange background for avatar fallback with no particular meaning. */
|
|
246
|
-
--gl-avatar-fallback-background-color-neutral: #bfbfc33d; /* Neutral background for avatar fallback with no particular meaning. */
|
|
247
|
-
--gl-illustration-stroke-color-default: #e3e3e8; /* Default stroke color to define shape and provide essential detail. */
|
|
248
|
-
--gl-illustration-stroke-width-default: 0.09375rem; /* Default stroke width to define shape and provide essential detail. */
|
|
249
|
-
--gl-illustration-fill-color-default: #423f4f; /* Default fill color for an element where specific meaning or emphasis is not required. */
|
|
250
|
-
--gl-illustration-status-fill-color-neutral: #6f6796; /* Used as a fill to convey a concept which is neither positive or negative. */
|
|
251
|
-
--gl-illustration-status-fill-color-success: #3b8581; /* Used as a fill to convey a success or active concept, has a positive connotation. */
|
|
252
|
-
--gl-illustration-status-fill-color-warning: #ab752f; /* Used as a fill to convey a caution or warning concept, has a slightly negative connotation. */
|
|
253
|
-
--gl-illustration-status-fill-color-danger: #aa563a; /* Used as a fill to convey a critical or danger concept, has a negative connotation. */
|
|
254
|
-
--gl-illustration-accent-stroke-color-orange: #e3865f; /* Used for orange accent stroke detail on an object or attention-drawing element. */
|
|
255
|
-
--gl-illustration-accent-stroke-color-teal: #6baea3; /* Used for teal accent stroke detail on an object or attention-drawing element. */
|
|
256
|
-
--gl-illustration-accent-stroke-color-strong: #aea5d6; /* Used for dark accent stroke detail on an object or attention-drawing element. */
|
|
257
|
-
--gl-illustration-accent-fill-color-subtle: #5c5371; /* Used to add depth to a secondary element and supporting surface. */
|
|
258
|
-
--gl-illustration-accent-fill-color-strong: #6f6796; /* Used for an element requiring visual emphasis without competing with primary content or status indicators. */
|
|
259
|
-
--gl-illustration-accent-fill-color-orange: #aa563a; /* Used to add orange to a secondary element and supporting surface. */
|
|
260
|
-
--gl-illustration-accent-fill-color-teal: #3b8581; /* Used to add teal to a secondary element and supporting surface. */
|
|
261
|
-
--gl-illustration-base-fill-color: #32303c; /* Used for the consistent background shape present across all illustrations. Provides a unified foundation that visually grounds each illustration while maintaining system cohesion. */
|
|
262
|
-
--gl-illustration-isometric-stroke-color-default: #e3e3e8; /* Default stroke color to define shape and provide essential detail in isometric illustration. */
|
|
263
|
-
--gl-illustration-isometric-stroke-width-default: 0.09375rem; /* Default stroke width to define shape and provide essential detail in isometric illustration. */
|
|
264
|
-
--gl-illustration-isometric-glyph-top-fill-color: #5a566c; /* Used for the top face of isometric text and number elements. */
|
|
265
|
-
--gl-illustration-isometric-glyph-front-fill-color: #423f4f; /* Used for the front face of isometric text and number elements. */
|
|
266
|
-
--gl-illustration-isometric-glyph-side-fill-color: #373441; /* Used for the side face of isometric text and number elements. */
|
|
267
|
-
--gl-illustration-isometric-glyph-shadow-fill-color: #292730; /* Used for the shadow of isometric text and number elements. */
|
|
268
|
-
--gl-illustration-isometric-object-top-fill-color: #aa563a; /* Used for the top face of an isometric object or symbol. */
|
|
269
|
-
--gl-illustration-isometric-object-front-fill-color: #a54623; /* Used for the front face of an isometric object or symbol. */
|
|
270
|
-
--gl-illustration-isometric-object-side-fill-color: #8f4424; /* Used for the side face of an isometric object or symbol. */
|
|
271
|
-
--gl-illustration-isometric-object-highlight-fill-color: #423f4f; /* Used for the face of an isometric object or symbol that requires maximum distinction from other elements. */
|
|
272
|
-
--gl-illustration-isometric-object-shadow-fill-color: #3d2b2a; /* Used for the shadow of an isometric object or symbol. */
|
|
273
|
-
--gl-illustration-isometric-accent-top-fill-color: #6d6972; /* Used for the top face of a supporting isometric element. Provides subtle dimensional variation without competing with primary content. */
|
|
274
|
-
--gl-illustration-isometric-accent-front-fill-color: #49474d; /* Used for the front face of a supporting isometric element. Provides subtle dimensional variation without competing with primary content. */
|
|
275
|
-
--gl-illustration-isometric-accent-side-fill-color: #212023; /* Used for the side face of a supporting isometric element. Provides subtle dimensional variation without competing with primary content. */
|
|
276
|
-
--gl-illustration-isometric-base-top-fill-color: #32303c; /* Used for the top surface of an isometric base platform. */
|
|
277
|
-
--gl-illustration-isometric-base-front-fill-color: #2b2932; /* Used for the front face of an isometric base platform. */
|
|
278
|
-
--gl-illustration-isometric-base-side-fill-color: #23222b; /* Used for the side face of an isometric base platform. */
|
|
279
334
|
--theme-indigo-10: #14143d;
|
|
280
335
|
--theme-indigo-50: #222261;
|
|
281
336
|
--theme-indigo-100: #303083;
|
|
@@ -173,6 +173,61 @@ export const GL_COLOR_RED_700 = '#ae1800';
|
|
|
173
173
|
export const GL_COLOR_RED_800 = '#8d1300';
|
|
174
174
|
export const GL_COLOR_RED_900 = '#660e00';
|
|
175
175
|
export const GL_COLOR_RED_950 = '#4d0a00';
|
|
176
|
+
export const GL_COLOR_DATA_GREEN_50 = '#ddfab7';
|
|
177
|
+
export const GL_COLOR_DATA_GREEN_100 = '#c6ed94';
|
|
178
|
+
export const GL_COLOR_DATA_GREEN_200 = '#b0d97b';
|
|
179
|
+
export const GL_COLOR_DATA_GREEN_300 = '#94c25e';
|
|
180
|
+
export const GL_COLOR_DATA_GREEN_400 = '#81ac41';
|
|
181
|
+
export const GL_COLOR_DATA_GREEN_500 = '#619025';
|
|
182
|
+
export const GL_COLOR_DATA_GREEN_600 = '#4e7f0e';
|
|
183
|
+
export const GL_COLOR_DATA_GREEN_700 = '#366800';
|
|
184
|
+
export const GL_COLOR_DATA_GREEN_800 = '#275600';
|
|
185
|
+
export const GL_COLOR_DATA_GREEN_900 = '#1a4500';
|
|
186
|
+
export const GL_COLOR_DATA_GREEN_950 = '#133a03';
|
|
187
|
+
export const GL_COLOR_DATA_AQUA_50 = '#b5fefd';
|
|
188
|
+
export const GL_COLOR_DATA_AQUA_100 = '#93f2ef';
|
|
189
|
+
export const GL_COLOR_DATA_AQUA_200 = '#5edee3';
|
|
190
|
+
export const GL_COLOR_DATA_AQUA_300 = '#32c5d2';
|
|
191
|
+
export const GL_COLOR_DATA_AQUA_400 = '#00acc4';
|
|
192
|
+
export const GL_COLOR_DATA_AQUA_500 = '#0090b1';
|
|
193
|
+
export const GL_COLOR_DATA_AQUA_600 = '#007b9b';
|
|
194
|
+
export const GL_COLOR_DATA_AQUA_700 = '#006381';
|
|
195
|
+
export const GL_COLOR_DATA_AQUA_800 = '#00516c';
|
|
196
|
+
export const GL_COLOR_DATA_AQUA_900 = '#004059';
|
|
197
|
+
export const GL_COLOR_DATA_AQUA_950 = '#00344b';
|
|
198
|
+
export const GL_COLOR_DATA_BLUE_50 = '#e9ebff';
|
|
199
|
+
export const GL_COLOR_DATA_BLUE_100 = '#d2dcff';
|
|
200
|
+
export const GL_COLOR_DATA_BLUE_200 = '#b7c6ff';
|
|
201
|
+
export const GL_COLOR_DATA_BLUE_300 = '#97acff';
|
|
202
|
+
export const GL_COLOR_DATA_BLUE_400 = '#7992f5';
|
|
203
|
+
export const GL_COLOR_DATA_BLUE_500 = '#617ae2';
|
|
204
|
+
export const GL_COLOR_DATA_BLUE_600 = '#4e65cd';
|
|
205
|
+
export const GL_COLOR_DATA_BLUE_700 = '#3f51ae';
|
|
206
|
+
export const GL_COLOR_DATA_BLUE_800 = '#374291';
|
|
207
|
+
export const GL_COLOR_DATA_BLUE_900 = '#303470';
|
|
208
|
+
export const GL_COLOR_DATA_BLUE_950 = '#2a2b59';
|
|
209
|
+
export const GL_COLOR_DATA_MAGENTA_50 = '#ffe3eb';
|
|
210
|
+
export const GL_COLOR_DATA_MAGENTA_100 = '#ffccdb';
|
|
211
|
+
export const GL_COLOR_DATA_MAGENTA_200 = '#fcacc5';
|
|
212
|
+
export const GL_COLOR_DATA_MAGENTA_300 = '#f88aaf';
|
|
213
|
+
export const GL_COLOR_DATA_MAGENTA_400 = '#e86e9a';
|
|
214
|
+
export const GL_COLOR_DATA_MAGENTA_500 = '#cf4d81';
|
|
215
|
+
export const GL_COLOR_DATA_MAGENTA_600 = '#b93d71';
|
|
216
|
+
export const GL_COLOR_DATA_MAGENTA_700 = '#9a2e5d';
|
|
217
|
+
export const GL_COLOR_DATA_MAGENTA_800 = '#7c214f';
|
|
218
|
+
export const GL_COLOR_DATA_MAGENTA_900 = '#661e3a';
|
|
219
|
+
export const GL_COLOR_DATA_MAGENTA_950 = '#541d31';
|
|
220
|
+
export const GL_COLOR_DATA_ORANGE_50 = '#fae8d1';
|
|
221
|
+
export const GL_COLOR_DATA_ORANGE_100 = '#f5d6b3';
|
|
222
|
+
export const GL_COLOR_DATA_ORANGE_200 = '#eebd8c';
|
|
223
|
+
export const GL_COLOR_DATA_ORANGE_300 = '#e99b60';
|
|
224
|
+
export const GL_COLOR_DATA_ORANGE_400 = '#e07e41';
|
|
225
|
+
export const GL_COLOR_DATA_ORANGE_500 = '#c95d2e';
|
|
226
|
+
export const GL_COLOR_DATA_ORANGE_600 = '#b14f18';
|
|
227
|
+
export const GL_COLOR_DATA_ORANGE_700 = '#92430a';
|
|
228
|
+
export const GL_COLOR_DATA_ORANGE_800 = '#6f3500';
|
|
229
|
+
export const GL_COLOR_DATA_ORANGE_900 = '#5e2f05';
|
|
230
|
+
export const GL_COLOR_DATA_ORANGE_950 = '#4b2707';
|
|
176
231
|
export const GL_COLOR_THEME_INDIGO_10 = '#f8f8ff';
|
|
177
232
|
export const GL_COLOR_THEME_INDIGO_50 = '#f1f1ff';
|
|
178
233
|
export const GL_COLOR_THEME_INDIGO_100 = '#dbdbf8';
|
|
@@ -260,61 +315,6 @@ export const GL_COLOR_BRAND_GRAY_03 = '#74717a';
|
|
|
260
315
|
export const GL_COLOR_BRAND_GRAY_04 = '#45424d';
|
|
261
316
|
export const GL_COLOR_BRAND_GRAY_05 = '#2b2838';
|
|
262
317
|
export const GL_COLOR_BRAND_PINK_01G = '#ffb9c9';
|
|
263
|
-
export const DATA_VIZ_GREEN_50 = '#133a03';
|
|
264
|
-
export const DATA_VIZ_GREEN_100 = '#1a4500';
|
|
265
|
-
export const DATA_VIZ_GREEN_200 = '#275600';
|
|
266
|
-
export const DATA_VIZ_GREEN_300 = '#366800';
|
|
267
|
-
export const DATA_VIZ_GREEN_400 = '#4e7f0e';
|
|
268
|
-
export const DATA_VIZ_GREEN_500 = '#619025';
|
|
269
|
-
export const DATA_VIZ_GREEN_600 = '#81ac41';
|
|
270
|
-
export const DATA_VIZ_GREEN_700 = '#94c25e';
|
|
271
|
-
export const DATA_VIZ_GREEN_800 = '#b0d97b';
|
|
272
|
-
export const DATA_VIZ_GREEN_900 = '#c6ed94';
|
|
273
|
-
export const DATA_VIZ_GREEN_950 = '#ddfab7';
|
|
274
|
-
export const DATA_VIZ_AQUA_50 = '#00344b';
|
|
275
|
-
export const DATA_VIZ_AQUA_100 = '#004059';
|
|
276
|
-
export const DATA_VIZ_AQUA_200 = '#00516c';
|
|
277
|
-
export const DATA_VIZ_AQUA_300 = '#006381';
|
|
278
|
-
export const DATA_VIZ_AQUA_400 = '#007b9b';
|
|
279
|
-
export const DATA_VIZ_AQUA_500 = '#0090b1';
|
|
280
|
-
export const DATA_VIZ_AQUA_600 = '#00acc4';
|
|
281
|
-
export const DATA_VIZ_AQUA_700 = '#32c5d2';
|
|
282
|
-
export const DATA_VIZ_AQUA_800 = '#5edee3';
|
|
283
|
-
export const DATA_VIZ_AQUA_900 = '#93f2ef';
|
|
284
|
-
export const DATA_VIZ_AQUA_950 = '#b5fefd';
|
|
285
|
-
export const DATA_VIZ_BLUE_50 = '#2a2b59';
|
|
286
|
-
export const DATA_VIZ_BLUE_100 = '#303470';
|
|
287
|
-
export const DATA_VIZ_BLUE_200 = '#374291';
|
|
288
|
-
export const DATA_VIZ_BLUE_300 = '#3f51ae';
|
|
289
|
-
export const DATA_VIZ_BLUE_400 = '#4e65cd';
|
|
290
|
-
export const DATA_VIZ_BLUE_500 = '#617ae2';
|
|
291
|
-
export const DATA_VIZ_BLUE_600 = '#7992f5';
|
|
292
|
-
export const DATA_VIZ_BLUE_700 = '#97acff';
|
|
293
|
-
export const DATA_VIZ_BLUE_800 = '#b7c6ff';
|
|
294
|
-
export const DATA_VIZ_BLUE_900 = '#d2dcff';
|
|
295
|
-
export const DATA_VIZ_BLUE_950 = '#e9ebff';
|
|
296
|
-
export const DATA_VIZ_MAGENTA_50 = '#541d31';
|
|
297
|
-
export const DATA_VIZ_MAGENTA_100 = '#661e3a';
|
|
298
|
-
export const DATA_VIZ_MAGENTA_200 = '#7c214f';
|
|
299
|
-
export const DATA_VIZ_MAGENTA_300 = '#9a2e5d';
|
|
300
|
-
export const DATA_VIZ_MAGENTA_400 = '#b93d71';
|
|
301
|
-
export const DATA_VIZ_MAGENTA_500 = '#cf4d81';
|
|
302
|
-
export const DATA_VIZ_MAGENTA_600 = '#e86e9a';
|
|
303
|
-
export const DATA_VIZ_MAGENTA_700 = '#f88aaf';
|
|
304
|
-
export const DATA_VIZ_MAGENTA_800 = '#fcacc5';
|
|
305
|
-
export const DATA_VIZ_MAGENTA_900 = '#ffccdb';
|
|
306
|
-
export const DATA_VIZ_MAGENTA_950 = '#ffe3eb';
|
|
307
|
-
export const DATA_VIZ_ORANGE_50 = '#4b2707';
|
|
308
|
-
export const DATA_VIZ_ORANGE_100 = '#5e2f05';
|
|
309
|
-
export const DATA_VIZ_ORANGE_200 = '#6f3500';
|
|
310
|
-
export const DATA_VIZ_ORANGE_300 = '#92430a';
|
|
311
|
-
export const DATA_VIZ_ORANGE_400 = '#b14f18';
|
|
312
|
-
export const DATA_VIZ_ORANGE_500 = '#c95d2e';
|
|
313
|
-
export const DATA_VIZ_ORANGE_600 = '#e07e41';
|
|
314
|
-
export const DATA_VIZ_ORANGE_700 = '#e99b60';
|
|
315
|
-
export const DATA_VIZ_ORANGE_800 = '#eebd8c';
|
|
316
|
-
export const DATA_VIZ_ORANGE_900 = '#f5d6b3';
|
|
317
|
-
export const DATA_VIZ_ORANGE_950 = '#fae8d1';
|
|
318
318
|
export const GL_ALERT_NEUTRAL_TITLE_COLOR = '#fff';
|
|
319
319
|
export const GL_ALERT_NEUTRAL_BACKGROUND_COLOR = '#28272d';
|
|
320
320
|
export const GL_ALERT_NEUTRAL_BORDER_TOP_COLOR = '#89888d';
|
|
@@ -747,6 +747,61 @@ export const GL_CONTROL_TEXT_COLOR_VALID = '#52b87a';
|
|
|
747
747
|
export const GL_CONTROL_PLACEHOLDER_COLOR = '#89888d';
|
|
748
748
|
export const GL_CONTROL_INDICATOR_COLOR_SELECTED = '#18171d';
|
|
749
749
|
export const GL_CONTROL_INDICATOR_COLOR_DISABLED = '#89888d';
|
|
750
|
+
export const DATA_VIZ_GREEN_50 = '#133a03';
|
|
751
|
+
export const DATA_VIZ_GREEN_100 = '#1a4500';
|
|
752
|
+
export const DATA_VIZ_GREEN_200 = '#275600';
|
|
753
|
+
export const DATA_VIZ_GREEN_300 = '#366800';
|
|
754
|
+
export const DATA_VIZ_GREEN_400 = '#4e7f0e';
|
|
755
|
+
export const DATA_VIZ_GREEN_500 = '#619025';
|
|
756
|
+
export const DATA_VIZ_GREEN_600 = '#81ac41';
|
|
757
|
+
export const DATA_VIZ_GREEN_700 = '#94c25e';
|
|
758
|
+
export const DATA_VIZ_GREEN_800 = '#b0d97b';
|
|
759
|
+
export const DATA_VIZ_GREEN_900 = '#c6ed94';
|
|
760
|
+
export const DATA_VIZ_GREEN_950 = '#ddfab7';
|
|
761
|
+
export const DATA_VIZ_AQUA_50 = '#00344b';
|
|
762
|
+
export const DATA_VIZ_AQUA_100 = '#004059';
|
|
763
|
+
export const DATA_VIZ_AQUA_200 = '#00516c';
|
|
764
|
+
export const DATA_VIZ_AQUA_300 = '#006381';
|
|
765
|
+
export const DATA_VIZ_AQUA_400 = '#007b9b';
|
|
766
|
+
export const DATA_VIZ_AQUA_500 = '#0090b1';
|
|
767
|
+
export const DATA_VIZ_AQUA_600 = '#00acc4';
|
|
768
|
+
export const DATA_VIZ_AQUA_700 = '#32c5d2';
|
|
769
|
+
export const DATA_VIZ_AQUA_800 = '#5edee3';
|
|
770
|
+
export const DATA_VIZ_AQUA_900 = '#93f2ef';
|
|
771
|
+
export const DATA_VIZ_AQUA_950 = '#b5fefd';
|
|
772
|
+
export const DATA_VIZ_BLUE_50 = '#2a2b59';
|
|
773
|
+
export const DATA_VIZ_BLUE_100 = '#303470';
|
|
774
|
+
export const DATA_VIZ_BLUE_200 = '#374291';
|
|
775
|
+
export const DATA_VIZ_BLUE_300 = '#3f51ae';
|
|
776
|
+
export const DATA_VIZ_BLUE_400 = '#4e65cd';
|
|
777
|
+
export const DATA_VIZ_BLUE_500 = '#617ae2';
|
|
778
|
+
export const DATA_VIZ_BLUE_600 = '#7992f5';
|
|
779
|
+
export const DATA_VIZ_BLUE_700 = '#97acff';
|
|
780
|
+
export const DATA_VIZ_BLUE_800 = '#b7c6ff';
|
|
781
|
+
export const DATA_VIZ_BLUE_900 = '#d2dcff';
|
|
782
|
+
export const DATA_VIZ_BLUE_950 = '#e9ebff';
|
|
783
|
+
export const DATA_VIZ_MAGENTA_50 = '#541d31';
|
|
784
|
+
export const DATA_VIZ_MAGENTA_100 = '#661e3a';
|
|
785
|
+
export const DATA_VIZ_MAGENTA_200 = '#7c214f';
|
|
786
|
+
export const DATA_VIZ_MAGENTA_300 = '#9a2e5d';
|
|
787
|
+
export const DATA_VIZ_MAGENTA_400 = '#b93d71';
|
|
788
|
+
export const DATA_VIZ_MAGENTA_500 = '#cf4d81';
|
|
789
|
+
export const DATA_VIZ_MAGENTA_600 = '#e86e9a';
|
|
790
|
+
export const DATA_VIZ_MAGENTA_700 = '#f88aaf';
|
|
791
|
+
export const DATA_VIZ_MAGENTA_800 = '#fcacc5';
|
|
792
|
+
export const DATA_VIZ_MAGENTA_900 = '#ffccdb';
|
|
793
|
+
export const DATA_VIZ_MAGENTA_950 = '#ffe3eb';
|
|
794
|
+
export const DATA_VIZ_ORANGE_50 = '#4b2707';
|
|
795
|
+
export const DATA_VIZ_ORANGE_100 = '#5e2f05';
|
|
796
|
+
export const DATA_VIZ_ORANGE_200 = '#6f3500';
|
|
797
|
+
export const DATA_VIZ_ORANGE_300 = '#92430a';
|
|
798
|
+
export const DATA_VIZ_ORANGE_400 = '#b14f18';
|
|
799
|
+
export const DATA_VIZ_ORANGE_500 = '#c95d2e';
|
|
800
|
+
export const DATA_VIZ_ORANGE_600 = '#e07e41';
|
|
801
|
+
export const DATA_VIZ_ORANGE_700 = '#e99b60';
|
|
802
|
+
export const DATA_VIZ_ORANGE_800 = '#eebd8c';
|
|
803
|
+
export const DATA_VIZ_ORANGE_900 = '#f5d6b3';
|
|
804
|
+
export const DATA_VIZ_ORANGE_950 = '#fae8d1';
|
|
750
805
|
export const THEME_INDIGO_10 = '#14143d';
|
|
751
806
|
export const THEME_INDIGO_50 = '#222261';
|
|
752
807
|
export const THEME_INDIGO_100 = '#303083';
|
package/dist/tokens/js/tokens.js
CHANGED
|
@@ -173,6 +173,61 @@ export const GL_COLOR_RED_700 = '#ae1800';
|
|
|
173
173
|
export const GL_COLOR_RED_800 = '#8d1300';
|
|
174
174
|
export const GL_COLOR_RED_900 = '#660e00';
|
|
175
175
|
export const GL_COLOR_RED_950 = '#4d0a00';
|
|
176
|
+
export const GL_COLOR_DATA_GREEN_50 = '#ddfab7';
|
|
177
|
+
export const GL_COLOR_DATA_GREEN_100 = '#c6ed94';
|
|
178
|
+
export const GL_COLOR_DATA_GREEN_200 = '#b0d97b';
|
|
179
|
+
export const GL_COLOR_DATA_GREEN_300 = '#94c25e';
|
|
180
|
+
export const GL_COLOR_DATA_GREEN_400 = '#81ac41';
|
|
181
|
+
export const GL_COLOR_DATA_GREEN_500 = '#619025';
|
|
182
|
+
export const GL_COLOR_DATA_GREEN_600 = '#4e7f0e';
|
|
183
|
+
export const GL_COLOR_DATA_GREEN_700 = '#366800';
|
|
184
|
+
export const GL_COLOR_DATA_GREEN_800 = '#275600';
|
|
185
|
+
export const GL_COLOR_DATA_GREEN_900 = '#1a4500';
|
|
186
|
+
export const GL_COLOR_DATA_GREEN_950 = '#133a03';
|
|
187
|
+
export const GL_COLOR_DATA_AQUA_50 = '#b5fefd';
|
|
188
|
+
export const GL_COLOR_DATA_AQUA_100 = '#93f2ef';
|
|
189
|
+
export const GL_COLOR_DATA_AQUA_200 = '#5edee3';
|
|
190
|
+
export const GL_COLOR_DATA_AQUA_300 = '#32c5d2';
|
|
191
|
+
export const GL_COLOR_DATA_AQUA_400 = '#00acc4';
|
|
192
|
+
export const GL_COLOR_DATA_AQUA_500 = '#0090b1';
|
|
193
|
+
export const GL_COLOR_DATA_AQUA_600 = '#007b9b';
|
|
194
|
+
export const GL_COLOR_DATA_AQUA_700 = '#006381';
|
|
195
|
+
export const GL_COLOR_DATA_AQUA_800 = '#00516c';
|
|
196
|
+
export const GL_COLOR_DATA_AQUA_900 = '#004059';
|
|
197
|
+
export const GL_COLOR_DATA_AQUA_950 = '#00344b';
|
|
198
|
+
export const GL_COLOR_DATA_BLUE_50 = '#e9ebff';
|
|
199
|
+
export const GL_COLOR_DATA_BLUE_100 = '#d2dcff';
|
|
200
|
+
export const GL_COLOR_DATA_BLUE_200 = '#b7c6ff';
|
|
201
|
+
export const GL_COLOR_DATA_BLUE_300 = '#97acff';
|
|
202
|
+
export const GL_COLOR_DATA_BLUE_400 = '#7992f5';
|
|
203
|
+
export const GL_COLOR_DATA_BLUE_500 = '#617ae2';
|
|
204
|
+
export const GL_COLOR_DATA_BLUE_600 = '#4e65cd';
|
|
205
|
+
export const GL_COLOR_DATA_BLUE_700 = '#3f51ae';
|
|
206
|
+
export const GL_COLOR_DATA_BLUE_800 = '#374291';
|
|
207
|
+
export const GL_COLOR_DATA_BLUE_900 = '#303470';
|
|
208
|
+
export const GL_COLOR_DATA_BLUE_950 = '#2a2b59';
|
|
209
|
+
export const GL_COLOR_DATA_MAGENTA_50 = '#ffe3eb';
|
|
210
|
+
export const GL_COLOR_DATA_MAGENTA_100 = '#ffccdb';
|
|
211
|
+
export const GL_COLOR_DATA_MAGENTA_200 = '#fcacc5';
|
|
212
|
+
export const GL_COLOR_DATA_MAGENTA_300 = '#f88aaf';
|
|
213
|
+
export const GL_COLOR_DATA_MAGENTA_400 = '#e86e9a';
|
|
214
|
+
export const GL_COLOR_DATA_MAGENTA_500 = '#cf4d81';
|
|
215
|
+
export const GL_COLOR_DATA_MAGENTA_600 = '#b93d71';
|
|
216
|
+
export const GL_COLOR_DATA_MAGENTA_700 = '#9a2e5d';
|
|
217
|
+
export const GL_COLOR_DATA_MAGENTA_800 = '#7c214f';
|
|
218
|
+
export const GL_COLOR_DATA_MAGENTA_900 = '#661e3a';
|
|
219
|
+
export const GL_COLOR_DATA_MAGENTA_950 = '#541d31';
|
|
220
|
+
export const GL_COLOR_DATA_ORANGE_50 = '#fae8d1';
|
|
221
|
+
export const GL_COLOR_DATA_ORANGE_100 = '#f5d6b3';
|
|
222
|
+
export const GL_COLOR_DATA_ORANGE_200 = '#eebd8c';
|
|
223
|
+
export const GL_COLOR_DATA_ORANGE_300 = '#e99b60';
|
|
224
|
+
export const GL_COLOR_DATA_ORANGE_400 = '#e07e41';
|
|
225
|
+
export const GL_COLOR_DATA_ORANGE_500 = '#c95d2e';
|
|
226
|
+
export const GL_COLOR_DATA_ORANGE_600 = '#b14f18';
|
|
227
|
+
export const GL_COLOR_DATA_ORANGE_700 = '#92430a';
|
|
228
|
+
export const GL_COLOR_DATA_ORANGE_800 = '#6f3500';
|
|
229
|
+
export const GL_COLOR_DATA_ORANGE_900 = '#5e2f05';
|
|
230
|
+
export const GL_COLOR_DATA_ORANGE_950 = '#4b2707';
|
|
176
231
|
export const GL_COLOR_THEME_INDIGO_10 = '#f8f8ff';
|
|
177
232
|
export const GL_COLOR_THEME_INDIGO_50 = '#f1f1ff';
|
|
178
233
|
export const GL_COLOR_THEME_INDIGO_100 = '#dbdbf8';
|
|
@@ -260,61 +315,6 @@ export const GL_COLOR_BRAND_GRAY_03 = '#74717a';
|
|
|
260
315
|
export const GL_COLOR_BRAND_GRAY_04 = '#45424d';
|
|
261
316
|
export const GL_COLOR_BRAND_GRAY_05 = '#2b2838';
|
|
262
317
|
export const GL_COLOR_BRAND_PINK_01G = '#ffb9c9';
|
|
263
|
-
export const DATA_VIZ_GREEN_50 = '#ddfab7';
|
|
264
|
-
export const DATA_VIZ_GREEN_100 = '#c6ed94';
|
|
265
|
-
export const DATA_VIZ_GREEN_200 = '#b0d97b';
|
|
266
|
-
export const DATA_VIZ_GREEN_300 = '#94c25e';
|
|
267
|
-
export const DATA_VIZ_GREEN_400 = '#81ac41';
|
|
268
|
-
export const DATA_VIZ_GREEN_500 = '#619025';
|
|
269
|
-
export const DATA_VIZ_GREEN_600 = '#4e7f0e';
|
|
270
|
-
export const DATA_VIZ_GREEN_700 = '#366800';
|
|
271
|
-
export const DATA_VIZ_GREEN_800 = '#275600';
|
|
272
|
-
export const DATA_VIZ_GREEN_900 = '#1a4500';
|
|
273
|
-
export const DATA_VIZ_GREEN_950 = '#133a03';
|
|
274
|
-
export const DATA_VIZ_AQUA_50 = '#b5fefd';
|
|
275
|
-
export const DATA_VIZ_AQUA_100 = '#93f2ef';
|
|
276
|
-
export const DATA_VIZ_AQUA_200 = '#5edee3';
|
|
277
|
-
export const DATA_VIZ_AQUA_300 = '#32c5d2';
|
|
278
|
-
export const DATA_VIZ_AQUA_400 = '#00acc4';
|
|
279
|
-
export const DATA_VIZ_AQUA_500 = '#0090b1';
|
|
280
|
-
export const DATA_VIZ_AQUA_600 = '#007b9b';
|
|
281
|
-
export const DATA_VIZ_AQUA_700 = '#006381';
|
|
282
|
-
export const DATA_VIZ_AQUA_800 = '#00516c';
|
|
283
|
-
export const DATA_VIZ_AQUA_900 = '#004059';
|
|
284
|
-
export const DATA_VIZ_AQUA_950 = '#00344b';
|
|
285
|
-
export const DATA_VIZ_BLUE_50 = '#e9ebff';
|
|
286
|
-
export const DATA_VIZ_BLUE_100 = '#d2dcff';
|
|
287
|
-
export const DATA_VIZ_BLUE_200 = '#b7c6ff';
|
|
288
|
-
export const DATA_VIZ_BLUE_300 = '#97acff';
|
|
289
|
-
export const DATA_VIZ_BLUE_400 = '#7992f5';
|
|
290
|
-
export const DATA_VIZ_BLUE_500 = '#617ae2';
|
|
291
|
-
export const DATA_VIZ_BLUE_600 = '#4e65cd';
|
|
292
|
-
export const DATA_VIZ_BLUE_700 = '#3f51ae';
|
|
293
|
-
export const DATA_VIZ_BLUE_800 = '#374291';
|
|
294
|
-
export const DATA_VIZ_BLUE_900 = '#303470';
|
|
295
|
-
export const DATA_VIZ_BLUE_950 = '#2a2b59';
|
|
296
|
-
export const DATA_VIZ_MAGENTA_50 = '#ffe3eb';
|
|
297
|
-
export const DATA_VIZ_MAGENTA_100 = '#ffccdb';
|
|
298
|
-
export const DATA_VIZ_MAGENTA_200 = '#fcacc5';
|
|
299
|
-
export const DATA_VIZ_MAGENTA_300 = '#f88aaf';
|
|
300
|
-
export const DATA_VIZ_MAGENTA_400 = '#e86e9a';
|
|
301
|
-
export const DATA_VIZ_MAGENTA_500 = '#cf4d81';
|
|
302
|
-
export const DATA_VIZ_MAGENTA_600 = '#b93d71';
|
|
303
|
-
export const DATA_VIZ_MAGENTA_700 = '#9a2e5d';
|
|
304
|
-
export const DATA_VIZ_MAGENTA_800 = '#7c214f';
|
|
305
|
-
export const DATA_VIZ_MAGENTA_900 = '#661e3a';
|
|
306
|
-
export const DATA_VIZ_MAGENTA_950 = '#541d31';
|
|
307
|
-
export const DATA_VIZ_ORANGE_50 = '#fae8d1';
|
|
308
|
-
export const DATA_VIZ_ORANGE_100 = '#f5d6b3';
|
|
309
|
-
export const DATA_VIZ_ORANGE_200 = '#eebd8c';
|
|
310
|
-
export const DATA_VIZ_ORANGE_300 = '#e99b60';
|
|
311
|
-
export const DATA_VIZ_ORANGE_400 = '#e07e41';
|
|
312
|
-
export const DATA_VIZ_ORANGE_500 = '#c95d2e';
|
|
313
|
-
export const DATA_VIZ_ORANGE_600 = '#b14f18';
|
|
314
|
-
export const DATA_VIZ_ORANGE_700 = '#92430a';
|
|
315
|
-
export const DATA_VIZ_ORANGE_800 = '#6f3500';
|
|
316
|
-
export const DATA_VIZ_ORANGE_900 = '#5e2f05';
|
|
317
|
-
export const DATA_VIZ_ORANGE_950 = '#4b2707';
|
|
318
318
|
export const GL_ALERT_NEUTRAL_TITLE_COLOR = '#18171d';
|
|
319
319
|
export const GL_ALERT_NEUTRAL_BACKGROUND_COLOR = '#ececef';
|
|
320
320
|
export const GL_ALERT_NEUTRAL_BORDER_TOP_COLOR = 'transparent';
|
|
@@ -747,6 +747,61 @@ export const GL_CONTROL_TEXT_COLOR_VALID = '#217645';
|
|
|
747
747
|
export const GL_CONTROL_PLACEHOLDER_COLOR = '#89888d';
|
|
748
748
|
export const GL_CONTROL_INDICATOR_COLOR_SELECTED = '#fff';
|
|
749
749
|
export const GL_CONTROL_INDICATOR_COLOR_DISABLED = '#737278';
|
|
750
|
+
export const DATA_VIZ_GREEN_50 = '#ddfab7';
|
|
751
|
+
export const DATA_VIZ_GREEN_100 = '#c6ed94';
|
|
752
|
+
export const DATA_VIZ_GREEN_200 = '#b0d97b';
|
|
753
|
+
export const DATA_VIZ_GREEN_300 = '#94c25e';
|
|
754
|
+
export const DATA_VIZ_GREEN_400 = '#81ac41';
|
|
755
|
+
export const DATA_VIZ_GREEN_500 = '#619025';
|
|
756
|
+
export const DATA_VIZ_GREEN_600 = '#4e7f0e';
|
|
757
|
+
export const DATA_VIZ_GREEN_700 = '#366800';
|
|
758
|
+
export const DATA_VIZ_GREEN_800 = '#275600';
|
|
759
|
+
export const DATA_VIZ_GREEN_900 = '#1a4500';
|
|
760
|
+
export const DATA_VIZ_GREEN_950 = '#133a03';
|
|
761
|
+
export const DATA_VIZ_AQUA_50 = '#b5fefd';
|
|
762
|
+
export const DATA_VIZ_AQUA_100 = '#93f2ef';
|
|
763
|
+
export const DATA_VIZ_AQUA_200 = '#5edee3';
|
|
764
|
+
export const DATA_VIZ_AQUA_300 = '#32c5d2';
|
|
765
|
+
export const DATA_VIZ_AQUA_400 = '#00acc4';
|
|
766
|
+
export const DATA_VIZ_AQUA_500 = '#0090b1';
|
|
767
|
+
export const DATA_VIZ_AQUA_600 = '#007b9b';
|
|
768
|
+
export const DATA_VIZ_AQUA_700 = '#006381';
|
|
769
|
+
export const DATA_VIZ_AQUA_800 = '#00516c';
|
|
770
|
+
export const DATA_VIZ_AQUA_900 = '#004059';
|
|
771
|
+
export const DATA_VIZ_AQUA_950 = '#00344b';
|
|
772
|
+
export const DATA_VIZ_BLUE_50 = '#e9ebff';
|
|
773
|
+
export const DATA_VIZ_BLUE_100 = '#d2dcff';
|
|
774
|
+
export const DATA_VIZ_BLUE_200 = '#b7c6ff';
|
|
775
|
+
export const DATA_VIZ_BLUE_300 = '#97acff';
|
|
776
|
+
export const DATA_VIZ_BLUE_400 = '#7992f5';
|
|
777
|
+
export const DATA_VIZ_BLUE_500 = '#617ae2';
|
|
778
|
+
export const DATA_VIZ_BLUE_600 = '#4e65cd';
|
|
779
|
+
export const DATA_VIZ_BLUE_700 = '#3f51ae';
|
|
780
|
+
export const DATA_VIZ_BLUE_800 = '#374291';
|
|
781
|
+
export const DATA_VIZ_BLUE_900 = '#303470';
|
|
782
|
+
export const DATA_VIZ_BLUE_950 = '#2a2b59';
|
|
783
|
+
export const DATA_VIZ_MAGENTA_50 = '#ffe3eb';
|
|
784
|
+
export const DATA_VIZ_MAGENTA_100 = '#ffccdb';
|
|
785
|
+
export const DATA_VIZ_MAGENTA_200 = '#fcacc5';
|
|
786
|
+
export const DATA_VIZ_MAGENTA_300 = '#f88aaf';
|
|
787
|
+
export const DATA_VIZ_MAGENTA_400 = '#e86e9a';
|
|
788
|
+
export const DATA_VIZ_MAGENTA_500 = '#cf4d81';
|
|
789
|
+
export const DATA_VIZ_MAGENTA_600 = '#b93d71';
|
|
790
|
+
export const DATA_VIZ_MAGENTA_700 = '#9a2e5d';
|
|
791
|
+
export const DATA_VIZ_MAGENTA_800 = '#7c214f';
|
|
792
|
+
export const DATA_VIZ_MAGENTA_900 = '#661e3a';
|
|
793
|
+
export const DATA_VIZ_MAGENTA_950 = '#541d31';
|
|
794
|
+
export const DATA_VIZ_ORANGE_50 = '#fae8d1';
|
|
795
|
+
export const DATA_VIZ_ORANGE_100 = '#f5d6b3';
|
|
796
|
+
export const DATA_VIZ_ORANGE_200 = '#eebd8c';
|
|
797
|
+
export const DATA_VIZ_ORANGE_300 = '#e99b60';
|
|
798
|
+
export const DATA_VIZ_ORANGE_400 = '#e07e41';
|
|
799
|
+
export const DATA_VIZ_ORANGE_500 = '#c95d2e';
|
|
800
|
+
export const DATA_VIZ_ORANGE_600 = '#b14f18';
|
|
801
|
+
export const DATA_VIZ_ORANGE_700 = '#92430a';
|
|
802
|
+
export const DATA_VIZ_ORANGE_800 = '#6f3500';
|
|
803
|
+
export const DATA_VIZ_ORANGE_900 = '#5e2f05';
|
|
804
|
+
export const DATA_VIZ_ORANGE_950 = '#4b2707';
|
|
750
805
|
export const THEME_INDIGO_10 = '#f8f8ff';
|
|
751
806
|
export const THEME_INDIGO_50 = '#f1f1ff';
|
|
752
807
|
export const THEME_INDIGO_100 = '#dbdbf8';
|