genesys-spark 4.79.0 → 4.80.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.
@@ -1,6 +1,6 @@
1
1
  :root {
2
2
  --gse-core-spacing-5xs: 2px;
3
- --gse-core-spacing-6xs: 1px; /* Used mostly for the foucs offset. */
3
+ --gse-core-spacing-6xs: 1px;
4
4
  --gse-core-borderRadius-xs: 2px;
5
5
  --gse-core-color-pepper-100: #f9d3da;
6
6
  --gse-core-color-pepper-200: #f3a7b5;
@@ -123,16 +123,16 @@
123
123
  --gse-core-colorLegacy-secondary-electricPurple: #8452cf;
124
124
  --gse-core-colorLegacy-secondary-genesysBlue: #75a8ff;
125
125
  --gse-core-colorLegacy-secondary-navy: #203b73;
126
- --gse-core-colorLegacy-dataVisualization-yellowGreen: lch(95.5 22.7 98.8);
127
- --gse-core-colorLegacy-dataVisualization-oliveGreen: lch(86.9 16.3 103);
128
- --gse-core-colorLegacy-dataVisualization-aquaGreen: lch(88.8 11 206);
129
- --gse-core-colorLegacy-dataVisualization-pink: lch(92.1 16.4 338);
130
- --gse-core-colorLegacy-dataVisualization-fuchsia: lch(85.6 22.8 330);
131
- --gse-core-colorLegacy-dataVisualization-lilac: lch(92.5 8.53 288);
132
- --gse-core-colorLegacy-dataVisualization-plum: lch(81.7 7.69 295);
133
- --gse-core-colorLegacy-dataVisualization-electricPurple: lch(83.7 21.4 305);
134
- --gse-core-colorLegacy-dataVisualization-genesysBlue: lch(90.4 14.8 272);
135
- --gse-core-colorLegacy-dataVisualization-navy: lch(77.6 10.9 279);
126
+ --gse-core-colorLegacy-dataVisualization-yellowGreen: #f8f3c6;
127
+ --gse-core-colorLegacy-dataVisualization-oliveGreen: #dcdbbb;
128
+ --gse-core-colorLegacy-dataVisualization-aquaGreen: #c7e5e8;
129
+ --gse-core-colorLegacy-dataVisualization-pink: #ffdff5;
130
+ --gse-core-colorLegacy-dataVisualization-fuchsia: #f4c9ec;
131
+ --gse-core-colorLegacy-dataVisualization-lilac: #e9e8f9;
132
+ --gse-core-colorLegacy-dataVisualization-plum: #cdc9d8;
133
+ --gse-core-colorLegacy-dataVisualization-electricPurple: #dcc9f2;
134
+ --gse-core-colorLegacy-dataVisualization-genesysBlue: #d9e4ff;
135
+ --gse-core-colorLegacy-dataVisualization-navy: #bbbfd4;
136
136
  --gse-core-colorLegacy-brand-brandOrange: #ff4f1f;
137
137
  --gse-core-colorLegacy-brand-brandTeal: #00ae9e;
138
138
  --gse-core-colorLegacy-brand-brandNavy: #23395d;
@@ -143,13 +143,13 @@
143
143
  --gse-core-borderWidth-3: 3px;
144
144
  --gse-core-textCase-uppercase: uppercase;
145
145
  --gse-core-opacity-0: 0;
146
- --gse-core-opacity-50: 0.5;
147
- --gse-core-opacity-80: 0.8;
146
+ --gse-core-opacity-50: .5;
147
+ --gse-core-opacity-80: .8;
148
148
  --gse-core-letterSpacing-1: 1px;
149
- --gse-semantic-opacity-disabled: 0.5; /* The opacity we apply when a component is disabled. */
150
- --gse-semantic-opacity-shroud: 0.8; /* The default opacity for shroud elements like the one on modals. */
151
- --gse-semantic-theme-fontFamily-headings: Roboto; /* The font family we use for headings and subheadings in this theme. */
152
- --gse-semantic-theme-fontFamily-body: Roboto; /* The font family we use for body and labels in this theme. */
149
+ --gse-semantic-opacity-disabled: .5;
150
+ --gse-semantic-opacity-shroud: .8;
151
+ --gse-semantic-theme-fontFamily-headings: Roboto;
152
+ --gse-semantic-theme-fontFamily-body: Roboto;
153
153
  --gse-semantic-theme-background-container-primary-10: #ffffff;
154
154
  --gse-semantic-theme-background-container-primary-20: #fdfdfd;
155
155
  --gse-semantic-theme-background-container-primary-30: #f6f7f9;
@@ -167,7 +167,7 @@
167
167
  --gse-semantic-theme-background-container-highContrast-40: #000000;
168
168
  --gse-semantic-theme-background-formControl-input-10: #f6f7f9;
169
169
  --gse-semantic-theme-background-formControl-input-20: #6b7585;
170
- --gse-semantic-theme-background-overlay-10: rgb(12.5% 16.1% 21.6% / 0.8);
170
+ --gse-semantic-theme-background-overlay-10: #202937cc;
171
171
  --gse-semantic-theme-background-system-primary-10: #deeaff;
172
172
  --gse-semantic-theme-background-system-primary-20: #75a8ff;
173
173
  --gse-semantic-theme-background-system-primary-30: #2a60c8;
@@ -210,17 +210,17 @@
210
210
  --gse-semantic-theme-background-customAccents-bold-110: #ddd933;
211
211
  --gse-semantic-theme-background-customAccents-bold-120: #ffef27;
212
212
  --gse-semantic-theme-background-customAccents-bold-130: #75a8ff;
213
- --gse-semantic-theme-background-customAccents-subtle-10: lch(77.6 10.9 279);
214
- --gse-semantic-theme-background-customAccents-subtle-20: lch(90.4 14.8 272);
215
- --gse-semantic-theme-background-customAccents-subtle-30: lch(92.5 8.53 288);
213
+ --gse-semantic-theme-background-customAccents-subtle-10: #bbbfd4;
214
+ --gse-semantic-theme-background-customAccents-subtle-20: #d9e4ff;
215
+ --gse-semantic-theme-background-customAccents-subtle-30: #e9e8f9;
216
216
  --gse-semantic-theme-background-customAccents-subtle-40: #c2deb9;
217
217
  --gse-semantic-theme-background-customAccents-subtle-50: #c8cfda;
218
- --gse-semantic-theme-background-customAccents-subtle-60: lch(90.4 14.8 272);
219
- --gse-semantic-theme-background-customAccents-subtle-70: lch(83.7 21.4 305);
220
- --gse-semantic-theme-background-customAccents-subtle-80: lch(81.7 7.69 295);
221
- --gse-semantic-theme-background-customAccents-subtle-90: lch(92.1 16.4 338);
218
+ --gse-semantic-theme-background-customAccents-subtle-60: #d9e4ff;
219
+ --gse-semantic-theme-background-customAccents-subtle-70: #dcc9f2;
220
+ --gse-semantic-theme-background-customAccents-subtle-80: #cdc9d8;
221
+ --gse-semantic-theme-background-customAccents-subtle-90: #ffdff5;
222
222
  --gse-semantic-theme-background-customAccents-subtle-100: #fcd276;
223
- --gse-semantic-theme-background-customAccents-subtle-110: lch(95.5 22.7 98.8);
223
+ --gse-semantic-theme-background-customAccents-subtle-110: #f8f3c6;
224
224
  --gse-semantic-theme-background-customAccents-subtle-120: #fff793;
225
225
  --gse-semantic-theme-background-customAccents-status-10: #09b581;
226
226
  --gse-semantic-theme-background-customAccents-status-20: #e22245;
@@ -294,73 +294,73 @@
294
294
  --gse-semantic-theme-borderRadius-focus-medium: 8px;
295
295
  --gse-semantic-theme-borderRadius-focus-small: 4px;
296
296
  --gse-semantic-theme-borderRadius-focus-xsmall: 4px;
297
- --gse-semantic-background-interactive-primary-default: #2a60c8; /* The background color of primary actions in the default state. */
298
- --gse-semantic-background-interactive-primary-hover: #2754ac; /* The background color of primary actions in the hover state. */
299
- --gse-semantic-background-interactive-primary-active: #23478f; /* The background color of primary actions in the active state. */
300
- --gse-semantic-background-interactive-secondary-default: #e8ecf2; /* The background color of secondary actions in the default state. */
301
- --gse-semantic-background-interactive-secondary-hover: #deeaff; /* The background color of secondary actions in the hover state. */
302
- --gse-semantic-background-interactive-secondary-active: #e2e6ee; /* The background color of secondary actions in the active state. */
303
- --gse-semantic-background-interactive-tertiary-default: rgba(0, 0, 0, 0); /* The background color of tertiary actions in the default state. */
304
- --gse-semantic-background-interactive-tertiary-hover: #2754ac; /* The background color of tertiary actions in the hover state. */
305
- --gse-semantic-background-interactive-tertiary-active: #23478f; /* The background color of tertiary actions in the active state. */
306
- --gse-semantic-background-interactive-ghost-default: rgba(0, 0, 0, 0); /* The background color of dismissal actions in the default state. */
307
- --gse-semantic-background-interactive-ghost-hover: #deeaff; /* The background color of dismissal actions in the hover state. */
308
- --gse-semantic-background-interactive-ghost-active: #e2e6ee; /* The background color of dismissal actions in the active state. */
309
- --gse-semantic-background-interactive-subtle-default: #ffffff; /* The background color of subtle dismissal actions, like close buttons on modals; in the default state. */
310
- --gse-semantic-background-interactive-subtle-hover: #deeaff; /* The background color of subtle dismissal actions, like close buttons on modals; in the hover state. */
311
- --gse-semantic-background-interactive-subtle-active: #e2e6ee; /* The background color of subtle dismissal actions, like close buttons on modals; in the active state. */
312
- --gse-semantic-background-interactive-danger-default: #ea0b0b; /* The background color of danger actions in the default state. */
313
- --gse-semantic-background-interactive-danger-hover: #8f0707; /* The background color of danger actions in the hover state. */
314
- --gse-semantic-background-interactive-danger-active: #520404; /* The background color of danger actions in the active state. */
315
- --gse-semantic-background-overlay-shroud-default: rgb(12.5% 16.1% 21.6% / 0.8); /* The default color for modals overlays. */
316
- --gse-semantic-background-container-page-default: #ffffff; /* The default background color for a page. */
317
- --gse-semantic-background-container-page-tonalSubtle: #fdfdfd; /* A more subtle background color for a page, ideal for highlight surfaces that are over the background, for example, a dashboard with different panels. */
318
- --gse-semantic-background-container-page-tonalMedium: #f6f7f9; /* The background color to highlight elements in the background, for example, the row of a table. */
319
- --gse-semantic-background-container-page-tonalHigh: #deeaff; /* The background color to highlight elements in the background, for example, the alternated row of a table. */
320
- --gse-semantic-background-container-elevated-default: #ffffff; /* The background color for the default state of an elevated surface like modals, popovers, cards, etc. */
321
- --gse-semantic-background-container-elevated-hover: #e8ecf2; /* The background color for the hover state of an elevated surface like modals, popovers, cards, etc. */
322
- --gse-semantic-background-container-elevated-active: #e2e6ee; /* The background color for the active state of an elevated surface like modals, popovers, cards, etc. */
323
- --gse-semantic-background-container-elevated-error: #fceaea; /* The color of surfaces that are in an error state. */
324
- --gse-semantic-background-container-highConstrast-default: #283243; /* The background color for the default state of a surface that needs to pop up in pages with a lot of content, like tooltips on dashboards. */
325
- --gse-semantic-background-container-highConstrast-hover: #172b52; /* The background color for the hover state of a surface that needs to pop up in pages with a lot of content, like tooltips on dashboards. */
326
- --gse-semantic-background-container-highConstrast-active: #1c3363; /* The background color for the active state of a surface that needs to pop up in pages with a lot of content, like tooltips on dashboards. */
327
- --gse-semantic-background-system-error-tonalMedium: #fceaea; /* The default background color for smaller error elements like badges that need a slightly more saturated color that tonal_subtle because of their size. */
328
- --gse-semantic-background-system-error-tonalSubtle: #fceaea; /* The default background color for error elements like alerts. */
329
- --gse-semantic-background-system-warning-tonalMedium: #fdf8ec; /* The default background color for smaller warning elements like badges that need a slightly more saturated color that tonal_subtle because of their size. */
330
- --gse-semantic-background-system-warning-tonalSubtle: #fdf8ec; /* The default background color for warning elements like alerts. */
331
- --gse-semantic-background-system-success-tonalMedium: #eefcea; /* The default background color for smaller success elements like badges that need a slightly more saturated color that tonal_subtle because of their size. */
332
- --gse-semantic-background-system-success-tonalSubtle: #eefcea; /* The default background color for success elements like alerts. */
333
- --gse-semantic-background-system-info-tonalMedium: #deeaff; /* The default background color for smaller info elements like badges that need a slightly more saturated color that tonal_subtle because of their size. */
334
- --gse-semantic-background-system-info-tonalSubtle: #deeaff; /* The default background color for info elements like alerts. */
335
- --gse-semantic-background-system-primary-tonalMedium: #deeaff; /* Although this tokens has the same value as tonal_subtle, it is needed to match the structure of the other statuses. */
336
- --gse-semantic-background-system-primary-tonalSubtle: #deeaff; /* The default background color for neutral feedback elements like alerts. */
337
- --gse-semantic-background-system-customAccents-bold-accent_1: #203b73; /* A custom accent used mostly for tags. */
338
- --gse-semantic-background-system-customAccents-bold-accent_2: #23478f; /* A custom accent used mostly for tags. */
339
- --gse-semantic-background-system-customAccents-bold-accent_3: #b5b5eb; /* A custom accent used mostly for tags. */
340
- --gse-semantic-background-system-customAccents-bold-accent_4: #205a10; /* A custom accent used mostly for tags. */
341
- --gse-semantic-background-system-customAccents-bold-accent_5: #151d28; /* A custom accent used mostly for tags. */
342
- --gse-semantic-background-system-customAccents-bold-accent_6: #75a8ff; /* A custom accent used mostly for tags. */
343
- --gse-semantic-background-system-customAccents-bold-accent_7: #8452cf; /* A custom accent used mostly for tags. */
344
- --gse-semantic-background-system-customAccents-bold-accent_8: #5e5782; /* A custom accent used mostly for tags. */
345
- --gse-semantic-background-system-customAccents-bold-accent_9: #ff8fdd; /* A custom accent used mostly for tags. */
346
- --gse-semantic-background-system-customAccents-bold-accent_10: #755000; /* A custom accent used mostly for tags. */
347
- --gse-semantic-background-system-customAccents-bold-accent_11: #ddd933; /* A custom accent used mostly for tags. */
348
- --gse-semantic-background-system-customAccents-bold-accent_12: #ffef27; /* A custom accent used in search component */
297
+ --gse-semantic-background-interactive-primary-default: #2a60c8;
298
+ --gse-semantic-background-interactive-primary-hover: #2754ac;
299
+ --gse-semantic-background-interactive-primary-active: #23478f;
300
+ --gse-semantic-background-interactive-secondary-default: #e8ecf2;
301
+ --gse-semantic-background-interactive-secondary-hover: #deeaff;
302
+ --gse-semantic-background-interactive-secondary-active: #e2e6ee;
303
+ --gse-semantic-background-interactive-tertiary-default: rgba(0, 0, 0, 0);
304
+ --gse-semantic-background-interactive-tertiary-hover: #2754ac;
305
+ --gse-semantic-background-interactive-tertiary-active: #23478f;
306
+ --gse-semantic-background-interactive-ghost-default: rgba(0, 0, 0, 0);
307
+ --gse-semantic-background-interactive-ghost-hover: #deeaff;
308
+ --gse-semantic-background-interactive-ghost-active: #e2e6ee;
309
+ --gse-semantic-background-interactive-subtle-default: #ffffff;
310
+ --gse-semantic-background-interactive-subtle-hover: #deeaff;
311
+ --gse-semantic-background-interactive-subtle-active: #e2e6ee;
312
+ --gse-semantic-background-interactive-danger-default: #ea0b0b;
313
+ --gse-semantic-background-interactive-danger-hover: #8f0707;
314
+ --gse-semantic-background-interactive-danger-active: #520404;
315
+ --gse-semantic-background-overlay-shroud-default: #202937cc;
316
+ --gse-semantic-background-container-page-default: #ffffff;
317
+ --gse-semantic-background-container-page-tonalSubtle: #fdfdfd;
318
+ --gse-semantic-background-container-page-tonalMedium: #f6f7f9;
319
+ --gse-semantic-background-container-page-tonalHigh: #deeaff;
320
+ --gse-semantic-background-container-elevated-default: #ffffff;
321
+ --gse-semantic-background-container-elevated-hover: #e8ecf2;
322
+ --gse-semantic-background-container-elevated-active: #e2e6ee;
323
+ --gse-semantic-background-container-elevated-error: #fceaea;
324
+ --gse-semantic-background-container-highConstrast-default: #283243;
325
+ --gse-semantic-background-container-highConstrast-hover: #172b52;
326
+ --gse-semantic-background-container-highConstrast-active: #1c3363;
327
+ --gse-semantic-background-system-error-tonalMedium: #fceaea;
328
+ --gse-semantic-background-system-error-tonalSubtle: #fceaea;
329
+ --gse-semantic-background-system-warning-tonalMedium: #fdf8ec;
330
+ --gse-semantic-background-system-warning-tonalSubtle: #fdf8ec;
331
+ --gse-semantic-background-system-success-tonalMedium: #eefcea;
332
+ --gse-semantic-background-system-success-tonalSubtle: #eefcea;
333
+ --gse-semantic-background-system-info-tonalMedium: #deeaff;
334
+ --gse-semantic-background-system-info-tonalSubtle: #deeaff;
335
+ --gse-semantic-background-system-primary-tonalMedium: #deeaff;
336
+ --gse-semantic-background-system-primary-tonalSubtle: #deeaff;
337
+ --gse-semantic-background-system-customAccents-bold-accent_1: #203b73;
338
+ --gse-semantic-background-system-customAccents-bold-accent_2: #23478f;
339
+ --gse-semantic-background-system-customAccents-bold-accent_3: #b5b5eb;
340
+ --gse-semantic-background-system-customAccents-bold-accent_4: #205a10;
341
+ --gse-semantic-background-system-customAccents-bold-accent_5: #151d28;
342
+ --gse-semantic-background-system-customAccents-bold-accent_6: #75a8ff;
343
+ --gse-semantic-background-system-customAccents-bold-accent_7: #8452cf;
344
+ --gse-semantic-background-system-customAccents-bold-accent_8: #5e5782;
345
+ --gse-semantic-background-system-customAccents-bold-accent_9: #ff8fdd;
346
+ --gse-semantic-background-system-customAccents-bold-accent_10: #755000;
347
+ --gse-semantic-background-system-customAccents-bold-accent_11: #ddd933;
348
+ --gse-semantic-background-system-customAccents-bold-accent_12: #ffef27;
349
349
  --gse-semantic-background-system-customAccents-bold-accent_13: #75a8ff;
350
- --gse-semantic-background-system-customAccents-subtle-accent_1: lch(77.6 10.9 279); /* A custom accent used mostly for tags. */
351
- --gse-semantic-background-system-customAccents-subtle-accent_2: lch(90.4 14.8 272); /* A custom accent used mostly for tags. */
352
- --gse-semantic-background-system-customAccents-subtle-accent_3: lch(92.5 8.53 288); /* A custom accent used mostly for tags. */
353
- --gse-semantic-background-system-customAccents-subtle-accent_4: #c2deb9; /* A custom accent used mostly for tags. */
354
- --gse-semantic-background-system-customAccents-subtle-accent_5: #c8cfda; /* A custom accent used mostly for tags. */
355
- --gse-semantic-background-system-customAccents-subtle-accent_6: lch(90.4 14.8 272); /* A custom accent used mostly for tags. */
356
- --gse-semantic-background-system-customAccents-subtle-accent_7: lch(83.7 21.4 305); /* A custom accent used mostly for tags. */
357
- --gse-semantic-background-system-customAccents-subtle-accent_8: lch(81.7 7.69 295); /* A custom accent used mostly for tags. */
358
- --gse-semantic-background-system-customAccents-subtle-accent_9: lch(92.1 16.4 338); /* A custom accent used mostly for tags. */
350
+ --gse-semantic-background-system-customAccents-subtle-accent_1: #bbbfd4;
351
+ --gse-semantic-background-system-customAccents-subtle-accent_2: #d9e4ff;
352
+ --gse-semantic-background-system-customAccents-subtle-accent_3: #e9e8f9;
353
+ --gse-semantic-background-system-customAccents-subtle-accent_4: #c2deb9;
354
+ --gse-semantic-background-system-customAccents-subtle-accent_5: #c8cfda;
355
+ --gse-semantic-background-system-customAccents-subtle-accent_6: #d9e4ff;
356
+ --gse-semantic-background-system-customAccents-subtle-accent_7: #dcc9f2;
357
+ --gse-semantic-background-system-customAccents-subtle-accent_8: #cdc9d8;
358
+ --gse-semantic-background-system-customAccents-subtle-accent_9: #ffdff5;
359
359
  --gse-semantic-background-system-customAccents-subtle-accent_10: #fcd276;
360
- --gse-semantic-background-system-customAccents-subtle-accent_11: lch(95.5 22.7 98.8); /* A custom accent used mostly for tags. */
361
- --gse-semantic-background-system-customAccents-subtle-accent_12: #fff793; /* A custom accent used in search component */
362
- --gse-semantic-background-system-progressAndLoading-default: #deeaff; /* The color to indicate that this progress has not been achieved. */
363
- --gse-semantic-background-system-progressAndLoading-progressed: #2a60c8; /* The color to indicate that this progress in a component. */
360
+ --gse-semantic-background-system-customAccents-subtle-accent_11: #f8f3c6;
361
+ --gse-semantic-background-system-customAccents-subtle-accent_12: #fff793;
362
+ --gse-semantic-background-system-progressAndLoading-default: #deeaff;
363
+ --gse-semantic-background-system-progressAndLoading-progressed: #2a60c8;
364
364
  --gse-semantic-background-system-status-available: #09b581;
365
365
  --gse-semantic-background-system-status-busy: #e22245;
366
366
  --gse-semantic-background-system-status-away: #f8c73e;
@@ -368,265 +368,306 @@
368
368
  --gse-semantic-background-system-status-offline: #626e84;
369
369
  --gse-semantic-background-system-status-outOfOffice: #b74ba4;
370
370
  --gse-semantic-background-system-status-notification: #fe624d;
371
- --gse-semantic-background-formControl-clickInput-track: #6b7585; /* The color used for the tracks of click-based components,like the container of the toggle or the track of the slider. */
372
- --gse-semantic-background-formControl-textInput-track: #f6f7f9; /* The default background color for inputs. */
373
- --gse-semantic-foreground-interactive-primary-default: #ffffff; /* The color for foreground elements that are over a primary/default background. */
374
- --gse-semantic-foreground-interactive-primary-active: #ffffff; /* The color for foreground elements that are over a primary/hover background. */
375
- --gse-semantic-foreground-interactive-primary-hover: #ffffff; /* The color for foreground elements that are over a primary/active background. */
376
- --gse-semantic-foreground-interactive-secondary-default: #2e394c; /* The color for foreground elements that are over a secondary/default background. */
377
- --gse-semantic-foreground-interactive-secondary-active: #2e394c; /* The color for foreground elements that are over a secondary/active background. */
378
- --gse-semantic-foreground-interactive-secondary-hover: #2e394c; /* The color for foreground elements that are over a secondary/hover background. */
379
- --gse-semantic-foreground-interactive-tertiary-default: #2e394c; /* The color for foreground elements that are over a tertiary/default background. */
380
- --gse-semantic-foreground-interactive-tertiary-active: #ffffff; /* The color for foreground elements that are over a tertiary/active background. */
381
- --gse-semantic-foreground-interactive-tertiary-hover: #ffffff; /* The color for foreground elements that are over a tertiary/hover background. */
382
- --gse-semantic-foreground-interactive-ghost-default: #2e394c; /* The color for foreground elements that are over a ghost/default background. */
383
- --gse-semantic-foreground-interactive-ghost-active: #2e394c; /* The color for foreground elements that are over a ghost/active background. */
384
- --gse-semantic-foreground-interactive-ghost-hover: #2e394c; /* The color for foreground elements that are over a ghost/hover background. */
385
- --gse-semantic-foreground-interactive-subtle-default: #3e4a5b; /* The color for foreground elements that are over a subtle/default background. */
386
- --gse-semantic-foreground-interactive-subtle-active: #2e394c; /* The color for foreground elements that are over a subtle/active background. */
387
- --gse-semantic-foreground-interactive-subtle-hover: #2e394c; /* The color for foreground elements that are over a subtle/hover background. */
388
- --gse-semantic-foreground-interactive-danger-default: #ffffff; /* The color for foreground elements that are over a danger/default background. */
389
- --gse-semantic-foreground-interactive-danger-active: #ffffff; /* The color for foreground elements that are over a danger/active background. */
390
- --gse-semantic-foreground-interactive-danger-hover: #ffffff; /* The color for foreground elements that are over a danger/hover background. */
391
- --gse-semantic-foreground-interactive-link-default: #2a60c8; /* The default color of links. */
392
- --gse-semantic-foreground-interactive-link-active: #23478f; /* The active color of links. */
393
- --gse-semantic-foreground-interactive-link-hover: #2754ac; /* The hover color of links. */
394
- --gse-semantic-foreground-interactive-link-visited: #8452cf; /* The color of links when they were already visited. */
395
- --gse-semantic-foreground-interactive-indicator-default: #75a8ff; /* this is used to the selected indicator for the data table headers */
396
- --gse-semantic-foreground-container-highEmphasis: #2e394c; /* The default color for high emphasis content on surfaces, like headings, subheadings, quotes or bold text. */
397
- --gse-semantic-foreground-container-midEmphasis: #3e4a5b; /* The default color for medium emphasis content on surfaces, like normal paragraphs. */
398
- --gse-semantic-foreground-container-lowEmphasis: #4c5667; /* The default color for low emphasis content on surfaces, like captions or fine print. */
399
- --gse-semantic-foreground-container-highContrast-highEmphasis: #ffffff; /* The default color for high emphasis content on high contrast surfaces, like headings, subheadings, quotes or bold text. */
400
- --gse-semantic-foreground-container-highContrast-midEmphasis: #eff1f5; /* The default color for medium emphasis content on high contrast surfaces, like normal paragraphs. */
401
- --gse-semantic-foreground-container-highContrast-lowEmphasis: #b4bccb; /* The default color for low emphasis content on high contrast surfaces, like captions or fine print. */
402
- --gse-semantic-foreground-container-specialAccents-ai: #8a5ecc; /* The color for foreground content used to highlight an AI feature on a surface. */
403
- --gse-semantic-foreground-container-specialAccents-brand: #ff4f1f; /* The brand color, mostly used for logos on surfaces. */
404
- --gse-semantic-foreground-system-customAccents-light: #ffffff; /* The recommended color for contetn that is on a custom accent background that doesn't pass the contrast check with the dark color. */
405
- --gse-semantic-foreground-system-customAccents-dark: #2e394c; /* The recommended color for contetn that is on a custom accent background that doesn't pass the contrast check with the light color. */
406
- --gse-semantic-foreground-system-progressAndLoading-default: #2e394c; /* The color for foreground content on progress_and_loading/default backgrounds. */
407
- --gse-semantic-foreground-system-progressAndLoading-progressed: #ffffff; /* The color for foreground content on progress_and_loading/progressed backgrounds. */
408
- --gse-semantic-foreground-system-info-highEmphasis: #2e394c; /* The default color for high emphasis content on info backgrounds, like headings, subheadings, quotes or bold text or links. */
409
- --gse-semantic-foreground-system-info-accent: #2a60c8; /* The color for content on info backgrounds that we want to highlight, like the info icon on an alert. */
410
- --gse-semantic-foreground-system-success-highEmphasis: #2e394c; /* The default color for high emphasis content on success backgrounds, like headings, subheadings, quotes or bold text or links. */
411
- --gse-semantic-foreground-system-success-accent: #3c8527; /* The color for content on success backgrounds that we want to highlight, like the info icon on an alert. */
412
- --gse-semantic-foreground-system-warning-highEmphasis: #2e394c; /* The default color for high emphasis content on warning backgrounds, like headings, subheadings, quotes or bold text or links. */
413
- --gse-semantic-foreground-system-warning-accent: #ffae00; /* The color for content on warning backgrounds that we want to highlight, like the info icon on an alert. */
414
- --gse-semantic-foreground-system-error-highEmphasis: #2e394c; /* The default color for high emphasis content on error backgrounds, like headings, subheadings, quotes or bold text or links. */
415
- --gse-semantic-foreground-system-error-accent: #ea0b0b; /* The color for content on error backgrounds that we want to highlight, like the info icon on an alert. */
416
- --gse-semantic-foreground-system-icon-default: #2e394c; /* The color for foreground content on progress_and_loading/default backgrounds. */
417
- --gse-semantic-foreground-formControl-helpText-default: #4c5667; /* The color we used for the default helper text. */
418
- --gse-semantic-foreground-formControl-helpText-error: #ea0b0b; /* The color we used for the error helper text. */
419
- --gse-semantic-foreground-formControl-textInput-placeholder: #4c5667; /* The default color of placeholder content on an input. */
420
- --gse-semantic-foreground-formControl-textInput-populated: #2e394c; /* The default color of populated content on an input. */
421
- --gse-semantic-foreground-formControl-textInput-icon: #4c5667; /* The default color of icons on an input. */
422
- --gse-semantic-foreground-formControl-clickInput-enabled: #6b7585; /* The color we use for foreground elements on click-based inputs when they are enabled but not selected. */
423
- --gse-semantic-foreground-formControl-clickInput-selected: #2a60c8; /* The color we use for foreground elements on click-based inputs when they are selected. */
424
- --gse-semantic-foreground-formControl-clickInput-hover: #2754ac; /* The color we use for foreground elements on click-based inputs when they are on the hover state. */
425
- --gse-semantic-foreground-formControl-clickInput-active: #23478f; /* The color we use for foreground elements on click-based inputs when they are on the active state. */
371
+ --gse-semantic-background-formControl-clickInput-track: #6b7585;
372
+ --gse-semantic-background-formControl-textInput-track: #f6f7f9;
373
+ --gse-semantic-foreground-interactive-primary-default: #ffffff;
374
+ --gse-semantic-foreground-interactive-primary-active: #ffffff;
375
+ --gse-semantic-foreground-interactive-primary-hover: #ffffff;
376
+ --gse-semantic-foreground-interactive-secondary-default: #2e394c;
377
+ --gse-semantic-foreground-interactive-secondary-active: #2e394c;
378
+ --gse-semantic-foreground-interactive-secondary-hover: #2e394c;
379
+ --gse-semantic-foreground-interactive-tertiary-default: #2e394c;
380
+ --gse-semantic-foreground-interactive-tertiary-active: #ffffff;
381
+ --gse-semantic-foreground-interactive-tertiary-hover: #ffffff;
382
+ --gse-semantic-foreground-interactive-ghost-default: #2e394c;
383
+ --gse-semantic-foreground-interactive-ghost-active: #2e394c;
384
+ --gse-semantic-foreground-interactive-ghost-hover: #2e394c;
385
+ --gse-semantic-foreground-interactive-subtle-default: #3e4a5b;
386
+ --gse-semantic-foreground-interactive-subtle-active: #2e394c;
387
+ --gse-semantic-foreground-interactive-subtle-hover: #2e394c;
388
+ --gse-semantic-foreground-interactive-danger-default: #ffffff;
389
+ --gse-semantic-foreground-interactive-danger-active: #ffffff;
390
+ --gse-semantic-foreground-interactive-danger-hover: #ffffff;
391
+ --gse-semantic-foreground-interactive-link-default: #2a60c8;
392
+ --gse-semantic-foreground-interactive-link-active: #23478f;
393
+ --gse-semantic-foreground-interactive-link-hover: #2754ac;
394
+ --gse-semantic-foreground-interactive-link-visited: #8452cf;
395
+ --gse-semantic-foreground-interactive-indicator-default: #75a8ff;
396
+ --gse-semantic-foreground-container-highEmphasis: #2e394c;
397
+ --gse-semantic-foreground-container-midEmphasis: #3e4a5b;
398
+ --gse-semantic-foreground-container-lowEmphasis: #4c5667;
399
+ --gse-semantic-foreground-container-highContrast-highEmphasis: #ffffff;
400
+ --gse-semantic-foreground-container-highContrast-midEmphasis: #eff1f5;
401
+ --gse-semantic-foreground-container-highContrast-lowEmphasis: #b4bccb;
402
+ --gse-semantic-foreground-container-specialAccents-ai: #8a5ecc;
403
+ --gse-semantic-foreground-container-specialAccents-brand: #ff4f1f;
404
+ --gse-semantic-foreground-system-customAccents-light: #ffffff;
405
+ --gse-semantic-foreground-system-customAccents-dark: #2e394c;
406
+ --gse-semantic-foreground-system-progressAndLoading-default: #2e394c;
407
+ --gse-semantic-foreground-system-progressAndLoading-progressed: #ffffff;
408
+ --gse-semantic-foreground-system-info-highEmphasis: #2e394c;
409
+ --gse-semantic-foreground-system-info-accent: #2a60c8;
410
+ --gse-semantic-foreground-system-success-highEmphasis: #2e394c;
411
+ --gse-semantic-foreground-system-success-accent: #3c8527;
412
+ --gse-semantic-foreground-system-warning-highEmphasis: #2e394c;
413
+ --gse-semantic-foreground-system-warning-accent: #ffae00;
414
+ --gse-semantic-foreground-system-error-highEmphasis: #2e394c;
415
+ --gse-semantic-foreground-system-error-accent: #ea0b0b;
416
+ --gse-semantic-foreground-system-icon-default: #2e394c;
417
+ --gse-semantic-foreground-formControl-helpText-default: #4c5667;
418
+ --gse-semantic-foreground-formControl-helpText-error: #ea0b0b;
419
+ --gse-semantic-foreground-formControl-textInput-placeholder: #4c5667;
420
+ --gse-semantic-foreground-formControl-textInput-populated: #2e394c;
421
+ --gse-semantic-foreground-formControl-textInput-icon: #4c5667;
422
+ --gse-semantic-foreground-formControl-clickInput-enabled: #6b7585;
423
+ --gse-semantic-foreground-formControl-clickInput-selected: #2a60c8;
424
+ --gse-semantic-foreground-formControl-clickInput-hover: #2754ac;
425
+ --gse-semantic-foreground-formControl-clickInput-active: #23478f;
426
426
  --gse-semantic-foreground-formControl-clickInput-error: #ea0b0b;
427
- --gse-semantic-foreground-formControl-label-default: #2e394c; /* The color for the content of input labels. */
428
- --gse-semantic-foreground-formControl-label-requiredAccent: #ea0b0b; /* The color we used for the required indicator. */
429
- --gse-semantic-foreground-formControl-label-optionalAccent: #3e4a5b; /* The color we used for optional indicator in labels */
430
- --gse-semantic-foreground-formControl-label-tooltip: #3e4a5b; /* The color we used for tooltip in labels */
431
- --gse-semantic-border-focus: #aac9ff; /* The color we use for focus outlines. */
432
- --gse-semantic-border-container-divider: #b4bccb; /* The default color for dividers inside surfaces. */
433
- --gse-semantic-border-container-edges-default: #b4bccb; /* The default color for the edge borders of surfaces, we mostly use it to add some elevation for cards. */
434
- --gse-semantic-border-container-edges-hover: #75a8ff; /* The color for the edge borders of surfaces that are on the hover state, like the bottom border of a tab. */
435
- --gse-semantic-border-container-edges-error: #ea0b0b; /* The color for the edge borders of surfaces that are on the error state, like the border of a card in an error state. */
436
- --gse-semantic-border-container-edges-enabled: #2a60c8; /* The color for the edge borders of high contrast surfaces that are enabled, like the bottom border of a selected tab. */
437
- --gse-semantic-border-container-edges-active: #2a60c8; /* The color for the edge borders of surfaces that are on the active state, like the bottom border of a tab. */
438
- --gse-semantic-border-container-edges-highEmphasis: #2e394c; /* The default color for the edge borders of high-emphasis surfaces e.g dark tooltip */
439
- --gse-semantic-border-container-edges-dataTable-default: #e2e6ee; /* This is used for default border for datatables */
440
- --gse-semantic-border-container-highConstrast-default: #4c5667; /* The default color for the edge borders of high contrast surfaces. */
441
- --gse-semantic-border-container-highConstrast-enabled: #2a60c8; /* The color for the edge borders of high contrast surfaces that are enabled. */
442
- --gse-semantic-border-container-highConstrast-hover: #23478f; /* The color for the edge borders of high contrast surfaces that are on the hover state. */
443
- --gse-semantic-border-container-highConstrast-active: #2a60c8; /* The color for the edge borders of high contrast surfaces that are on the active state. */
444
- --gse-semantic-border-system-info: #75a8ff; /* The default borders for elements that have a feedback/info background. */
445
- --gse-semantic-border-system-warning: #fcd276; /* The default borders for elements that have a feedback/warning background. */
446
- --gse-semantic-border-system-success: #95c189; /* The default borders for elements that have a feedback/success background. */
447
- --gse-semantic-border-system-error: #f37a7a; /* The default borders for elements that have a feedback/error background. */
448
- --gse-semantic-border-system-primary: #75a8ff; /* The default borders for elements that have a feedback/primary background. */
449
- --gse-semantic-border-interactive-primary-divider: #ffffff; /* The color for dividers inside interactive/primary elements. */
450
- --gse-semantic-border-interactive-secondary-divider: #ffffff; /* The color for dividers inside interactive/secondary elements. */
451
- --gse-semantic-border-interactive-tertiary-divider: #2a60c8; /* The color for dividers inside interactive/tertiary elements. */
452
- --gse-semantic-border-interactive-danger-divider: #ffffff; /* The color for dividers inside interactive/danger elements. */
453
- --gse-semantic-border-formControl-textInput-default: #6b7585; /* The border for inputs edges in the default state. */
454
- --gse-semantic-border-formControl-textInput-hover: #2754ac; /* The border for inputs edges in the hover state. */
455
- --gse-semantic-border-formControl-textInput-active: #2a60c8; /* The border for inputs edges in the active state. */
456
- --gse-semantic-border-formControl-textInput-error: #ea0b0b; /* The border for inputs edges in the error state. */
457
- --gse-semantic-body-sm-regular: 400 12px/18px Roboto; /* This is the typography style we use in small bodies of text, like caption, disclaimers, or small prints; we usually pair it with medium or low emphasis colors. */
458
- --gse-semantic-body-sm-link: 600 12px/18px Roboto; /* This is the typography style we use for hyperlinks in small bodies of text, like caption, disclaimers, or small prints; we usually pair it with link colors. */
459
- --gse-semantic-body-sm-bold: 700 12px/18px Roboto; /* This is the typography style we use to add great emphasis in small bodies of text, like caption, disclaimers, or small prints; we usually pair it with high emphasis colors. */
460
- --gse-semantic-body-sm-semiBold: 600 12px/18px Roboto; /* This is the typography style we use to add moderate emphasis in small bodies of text, like caption, disclaimers, or small prints; we usually pair it with medium or high emphasis colors. */
461
- --gse-semantic-body-md-regular: 400 14px/20px Roboto; /* This is the typography style we use in most of our bodies of text like paragraphs; we usually pair it with medium emphasis colors. */
462
- --gse-semantic-body-md-link: 600 14px/20px Roboto; /* This is the typography style we use for hyperlinks in bodies of text, like paragraphs; we usually pair it with link colors. */
463
- --gse-semantic-body-md-bold: 700 14px/20px Roboto; /* This is the typography style we use to add great emphasis in bodies of text, like paragraphs; we usually pair it with high emphasis colors. */
464
- --gse-semantic-body-md-semiBold: 600 14px/20px Roboto; /* This is the typography style we use to add moderate emphasis in bodies of text, like paragraphs, we usually pair it with medium or high emphasis colors. */
465
- --gse-semantic-body-lg-regular: 400 16px/24px Roboto; /* This is the typography style we use in most of our high emphasis bodies of text like introductory paragraphs after a heading; we usually pair it with medium emphasis colors. */
466
- --gse-semantic-body-lg-link: 600 16px/24px Roboto; /* This is the typography style we use for hyperlinks in bodies of text, like introductory paragraphs after a heading; we usually pair it with link colors. */
467
- --gse-semantic-body-lg-bold: 700 16px/24px Roboto; /* This is the typography style we use to add great emphasis in bodies of text, like introductory paragraphs after a heading; we usually pair it with high emphasis colors. */
468
- --gse-semantic-body-lg-semiBold: 600 16px/24px Roboto; /* This is the typography style we use to add moderate emphasis in bodies of text, like introductory paragraphs after a heading; we usually pair it with medium or high emphasis colors. */
469
- /**
470
- * We use this typography style for high emphasis headers nested on a 5th-6th level, h5's or h6's.
471
- * We usually pair it with high emphasis colors.
472
- */
473
- --gse-semantic-heading-xs-bold: 700 14px/24px Roboto;
474
- /**
475
- * We use this typography style for moderate emphasis headers nested on a 5th-6th level, h5's or h6's.
476
- * We usually pair it with high emphasis colors.
477
- */
478
- --gse-semantic-heading-xs-semiBold: 600 14px/24px Roboto;
479
- /**
480
- * We use this typography style for high emphasis headers nested on a 4th level, h4's.
481
- * We usually pair it with high emphasis colors.
482
- */
483
- --gse-semantic-heading-sm-bold: 700 16px/24px Roboto;
484
- /**
485
- * We use this typography style for moderate emphasis headers nested on a 4th level, h4's.
486
- * We usually pair it with high emphasis colors.
487
- */
488
- --gse-semantic-heading-sm-semiBold: 600 16px/24px Roboto;
489
- /**
490
- * We use this typography style for high emphasis headers nested on a 3rd level, h3's.
491
- * We usually pair it with high emphasis colors.
492
- */
493
- --gse-semantic-heading-md-bold: 700 18px/27px Roboto;
494
- /**
495
- * We use this typography style for moderate emphasis headers nested on a 3rd level, h3's.
496
- * We usually pair it with high emphasis colors.
497
- */
498
- --gse-semantic-heading-md-semiBold: 600 18px/27px Roboto;
499
- /**
500
- * We use this typography style for high emphasis headers that are usually the main header of a page at a 1st-2nd level, h1's or h2's, since you can have a smaller or hidden h1 for SEO reasons.
501
- * We usually pair it with high emphasis colors.
502
- */
503
- --gse-semantic-heading-lg-bold: 700 24px/32px Roboto;
504
- /**
505
- * We use this typography style for moderate emphasis headers that are usually the main header of a page at a 1st-2nd level, h1's or h2's, since you can have a smaller or hidden h1 for SEO reasons.
506
- * We usually pair it with high emphasis colors.
507
- */
508
- --gse-semantic-heading-lg-semiBold: 600 24px/32px Roboto;
509
- /**
510
- * We use this typography style for high emphasis headers that are usually display headers, like the main header of a landing page, at 1st-2nd levels, h1's or h2's, since you can have a smaller or hidden h1 for SEO reasons.
511
- * We usually pair it with high emphasis colors.
512
- */
513
- --gse-semantic-heading-xl-bold: 700 36px/44px Roboto;
514
- /**
515
- * We use this typography style for moderate emphasis headers that are usually display headers, like the main header of a landing page, at 1st-2nd levels, h1's or h2's, since you can have a smaller or hidden h1 for SEO reasons.
516
- * We usually pair it with high emphasis colors.We usually pair it with high emphasis colors.
517
- */
518
- --gse-semantic-heading-xl-semiBold: 600 36px/44px Roboto;
519
- /**
520
- * We use this typography style for header's eyebrows, meaning a little text that go just above the header that can give more context on the header below.Eyebrows a re meant to be concise and not full sentences, if you need to give more context try using an subheading.
521
- *
522
- * We usually pair it with low emphasis colors.
523
- */
524
- --gse-semantic-heading-overline: 600 12px/16px Roboto;
525
- /**
526
- * We use this typography style for high emphasis subheadings that go immediately below a heading, they usually there to give further context to the actual header.
527
- * We usually pair it with medium emphasis colors.
528
- */
529
- --gse-semantic-subheading-bold: 700 14px/20px Roboto;
530
- /**
531
- * We use this typography style for moderate emphasis subheadings that go immediately below a heading, they usually there to give further context to the actual header.
532
- * We usually pair it with medium emphasis colors.
533
- */
534
- --gse-semantic-subheading-semiBold: 600 14px/20px Roboto;
535
- /**
536
- * We use this typography style for low emphasis subheadings that go immediately below a heading, they usually there to give further context to the actual header.
537
- * We usually pair it with medium emphasis colors.
538
- */
539
- --gse-semantic-subheading-regular: 400 14px/20px Roboto;
540
- --gse-semantic-interactive-md-size: 32px; /* The recommended size of medium-sized interactive components, for example buttons height. */
541
- --gse-semantic-interactive-md-gap: 4px; /* The recommended gap between the content inside of a medium-sized interactive component. */
542
- --gse-semantic-interactive-md-padding: 8px; /* The recommended horizontal padding for medium-sized components. */
543
- --gse-semantic-interactive-sm-size: 24px; /* The recommended size for small-sized interactive components. For example small button height. */
544
- --gse-semantic-interactive-sm-gap: 2px; /* The recommended gap between the content inside of a small-sized interactive component. */
545
- --gse-semantic-interactive-sm-padding: 4px; /* The recommended horizontal padding for small-sized horizontal components. */
546
- --gse-semantic-interactive-sm-borderRadius: 4px; /* The recommended small border-radius for interactive component. Eg Buttons */
547
- --gse-semantic-interactive-lg-borderRadius: 4px; /* The recommended large border-radius for interactive component. Eg Tags */
548
- --gse-semantic-interactive-lg-gap: 8px; /* The recommended gap between the content inside of a medium-sized interactive component. */
549
- --gse-semantic-interactive-lg-padding: 12px; /* The recommended horizontal padding for large-sized components. */
550
- --gse-semantic-interactive-edges-borderWidth: 1px; /* The default border width for the edges of interactive components, like the ones on a tertiary(or outlined) button. */
551
- --gse-semantic-interactive-divider-sm-borderWidth: 1px; /* The default border width for the dividers within interactive components, like the ones on an action button. */
552
- --gse-semantic-interactive-divider-lg-borderWidth: 2px; /* The default border width for the dividers within interactive components, like the ones on an action button. */
553
- --gse-semantic-interactive-xl-gap: 12px; /* The recommended gap between the content inside of a xlarge-sized interactive component. */
554
- --gse-semantic-interactive-xl-padding: 16px; /* The recommended horizontal padding for xlarge-sized components. */
555
- --gse-semantic-interactive-xl-size: 40px; /* The recommended size for extra-large-sized interactive components. For example a large button height. */
556
- --gse-semantic-interactive-xl-borderRadius: 100%; /* The recommended xlarge border-radius for interactive component. Eg handle of the slider */
557
- --gse-semantic-interactive-xs-size: 20px; /* The recommended size for small-sized interactive components. For example small link. */
558
- --gse-semantic-interactive-xs-padding: 2px; /* The recommended padding for extra-small-sized interactive components. */
559
- --gse-semantic-focusOutline-full-borderRadius: 100%; /* The recommended full border-radius for focus. Eg avatar */
560
- --gse-semantic-focusOutline-xl-borderRadius: 16px; /* The recommended xlarge border-radius for focus. Eg toggle */
561
- --gse-semantic-focusOutline-lg-borderRadius: 8px; /* The recommended large border-radius for focus. Eg segmented control */
562
- --gse-semantic-focusOutline-md-borderRadius: 8px; /* The recommended medium border-radius for focus. Eg check box */
563
- --gse-semantic-focusOutline-md-borderWidth: 2px; /* The recommended width of the focus outline fo medium-sized components, like the stars on a checkbox */
564
- --gse-semantic-focusOutline-sm-borderRadius: 4px; /* The recommended small border-radius for focus. Eg input control */
565
- --gse-semantic-focusOutline-sm-borderWidth: 1px; /* The recommended width of the focus outline fo small-sized components, like the stars on a rating component. */
566
- --gse-semantic-focusOutline-xs-borderRadius: 4px; /* The recommended xsmall border-radius for focus. Eg icons */
427
+ --gse-semantic-foreground-formControl-label-default: #2e394c;
428
+ --gse-semantic-foreground-formControl-label-requiredAccent: #ea0b0b;
429
+ --gse-semantic-foreground-formControl-label-optionalAccent: #3e4a5b;
430
+ --gse-semantic-foreground-formControl-label-tooltip: #3e4a5b;
431
+ --gse-semantic-border-focus: #aac9ff;
432
+ --gse-semantic-border-container-divider: #b4bccb;
433
+ --gse-semantic-border-container-edges-default: #b4bccb;
434
+ --gse-semantic-border-container-edges-hover: #75a8ff;
435
+ --gse-semantic-border-container-edges-error: #ea0b0b;
436
+ --gse-semantic-border-container-edges-enabled: #2a60c8;
437
+ --gse-semantic-border-container-edges-active: #2a60c8;
438
+ --gse-semantic-border-container-edges-highEmphasis: #2e394c;
439
+ --gse-semantic-border-container-edges-dataTable-default: #e2e6ee;
440
+ --gse-semantic-border-container-highConstrast-default: #4c5667;
441
+ --gse-semantic-border-container-highConstrast-enabled: #2a60c8;
442
+ --gse-semantic-border-container-highConstrast-hover: #23478f;
443
+ --gse-semantic-border-container-highConstrast-active: #2a60c8;
444
+ --gse-semantic-border-system-info: #75a8ff;
445
+ --gse-semantic-border-system-warning: #fcd276;
446
+ --gse-semantic-border-system-success: #95c189;
447
+ --gse-semantic-border-system-error: #f37a7a;
448
+ --gse-semantic-border-system-primary: #75a8ff;
449
+ --gse-semantic-border-interactive-primary-divider: #ffffff;
450
+ --gse-semantic-border-interactive-secondary-divider: #ffffff;
451
+ --gse-semantic-border-interactive-tertiary-divider: #2a60c8;
452
+ --gse-semantic-border-interactive-danger-divider: #ffffff;
453
+ --gse-semantic-border-formControl-textInput-default: #6b7585;
454
+ --gse-semantic-border-formControl-textInput-hover: #2754ac;
455
+ --gse-semantic-border-formControl-textInput-active: #2a60c8;
456
+ --gse-semantic-border-formControl-textInput-error: #ea0b0b;
457
+ --gse-semantic-body-sm-regular-fontFamily: Roboto;
458
+ --gse-semantic-body-sm-regular-fontWeight: 400;
459
+ --gse-semantic-body-sm-regular-fontSize: 12px;
460
+ --gse-semantic-body-sm-regular-lineHeight: 18px;
461
+ --gse-semantic-body-sm-link-fontFamily: Roboto;
462
+ --gse-semantic-body-sm-link-fontWeight: 600;
463
+ --gse-semantic-body-sm-link-fontSize: 12px;
464
+ --gse-semantic-body-sm-link-lineHeight: 18px;
465
+ --gse-semantic-body-sm-link-textDecoration: underline;
466
+ --gse-semantic-body-sm-bold-fontFamily: Roboto;
467
+ --gse-semantic-body-sm-bold-fontWeight: 700;
468
+ --gse-semantic-body-sm-bold-fontSize: 12px;
469
+ --gse-semantic-body-sm-bold-lineHeight: 18px;
470
+ --gse-semantic-body-sm-semiBold-fontFamily: Roboto;
471
+ --gse-semantic-body-sm-semiBold-fontWeight: 600;
472
+ --gse-semantic-body-sm-semiBold-fontSize: 12px;
473
+ --gse-semantic-body-sm-semiBold-lineHeight: 18px;
474
+ --gse-semantic-body-md-regular-fontFamily: Roboto;
475
+ --gse-semantic-body-md-regular-fontWeight: 400;
476
+ --gse-semantic-body-md-regular-fontSize: 14px;
477
+ --gse-semantic-body-md-regular-lineHeight: 20px;
478
+ --gse-semantic-body-md-link-fontFamily: Roboto;
479
+ --gse-semantic-body-md-link-fontWeight: 600;
480
+ --gse-semantic-body-md-link-fontSize: 14px;
481
+ --gse-semantic-body-md-link-lineHeight: 20px;
482
+ --gse-semantic-body-md-link-textDecoration: underline;
483
+ --gse-semantic-body-md-bold-fontFamily: Roboto;
484
+ --gse-semantic-body-md-bold-fontWeight: 700;
485
+ --gse-semantic-body-md-bold-fontSize: 14px;
486
+ --gse-semantic-body-md-bold-lineHeight: 20px;
487
+ --gse-semantic-body-md-semiBold-fontFamily: Roboto;
488
+ --gse-semantic-body-md-semiBold-fontWeight: 600;
489
+ --gse-semantic-body-md-semiBold-fontSize: 14px;
490
+ --gse-semantic-body-md-semiBold-lineHeight: 20px;
491
+ --gse-semantic-body-lg-regular-fontFamily: Roboto;
492
+ --gse-semantic-body-lg-regular-fontWeight: 400;
493
+ --gse-semantic-body-lg-regular-fontSize: 16px;
494
+ --gse-semantic-body-lg-regular-lineHeight: 24px;
495
+ --gse-semantic-body-lg-link-fontFamily: Roboto;
496
+ --gse-semantic-body-lg-link-fontWeight: 600;
497
+ --gse-semantic-body-lg-link-fontSize: 16px;
498
+ --gse-semantic-body-lg-link-lineHeight: 24px;
499
+ --gse-semantic-body-lg-link-textDecoration: underline;
500
+ --gse-semantic-body-lg-bold-fontFamily: Roboto;
501
+ --gse-semantic-body-lg-bold-fontWeight: 700;
502
+ --gse-semantic-body-lg-bold-fontSize: 16px;
503
+ --gse-semantic-body-lg-bold-lineHeight: 24px;
504
+ --gse-semantic-body-lg-semiBold-fontFamily: Roboto;
505
+ --gse-semantic-body-lg-semiBold-fontWeight: 600;
506
+ --gse-semantic-body-lg-semiBold-fontSize: 16px;
507
+ --gse-semantic-body-lg-semiBold-lineHeight: 24px;
508
+ --gse-semantic-heading-xs-bold-fontFamily: Roboto;
509
+ --gse-semantic-heading-xs-bold-fontWeight: 700;
510
+ --gse-semantic-heading-xs-bold-fontSize: 14px;
511
+ --gse-semantic-heading-xs-bold-lineHeight: 24px;
512
+ --gse-semantic-heading-xs-semiBold-fontFamily: Roboto;
513
+ --gse-semantic-heading-xs-semiBold-fontWeight: 600;
514
+ --gse-semantic-heading-xs-semiBold-fontSize: 14px;
515
+ --gse-semantic-heading-xs-semiBold-lineHeight: 24px;
516
+ --gse-semantic-heading-sm-bold-fontFamily: Roboto;
517
+ --gse-semantic-heading-sm-bold-fontWeight: 700;
518
+ --gse-semantic-heading-sm-bold-fontSize: 16px;
519
+ --gse-semantic-heading-sm-bold-lineHeight: 24px;
520
+ --gse-semantic-heading-sm-semiBold-fontFamily: Roboto;
521
+ --gse-semantic-heading-sm-semiBold-fontWeight: 600;
522
+ --gse-semantic-heading-sm-semiBold-fontSize: 16px;
523
+ --gse-semantic-heading-sm-semiBold-lineHeight: 24px;
524
+ --gse-semantic-heading-md-bold-fontFamily: Roboto;
525
+ --gse-semantic-heading-md-bold-fontWeight: 700;
526
+ --gse-semantic-heading-md-bold-fontSize: 18px;
527
+ --gse-semantic-heading-md-bold-lineHeight: 27px;
528
+ --gse-semantic-heading-md-semiBold-fontFamily: Roboto;
529
+ --gse-semantic-heading-md-semiBold-fontWeight: 600;
530
+ --gse-semantic-heading-md-semiBold-fontSize: 18px;
531
+ --gse-semantic-heading-md-semiBold-lineHeight: 27px;
532
+ --gse-semantic-heading-lg-bold-fontFamily: Roboto;
533
+ --gse-semantic-heading-lg-bold-fontWeight: 700;
534
+ --gse-semantic-heading-lg-bold-fontSize: 24px;
535
+ --gse-semantic-heading-lg-bold-lineHeight: 32px;
536
+ --gse-semantic-heading-lg-semiBold-fontFamily: Roboto;
537
+ --gse-semantic-heading-lg-semiBold-fontWeight: 600;
538
+ --gse-semantic-heading-lg-semiBold-fontSize: 24px;
539
+ --gse-semantic-heading-lg-semiBold-lineHeight: 32px;
540
+ --gse-semantic-heading-xl-bold-fontFamily: Roboto;
541
+ --gse-semantic-heading-xl-bold-fontWeight: 700;
542
+ --gse-semantic-heading-xl-bold-fontSize: 36px;
543
+ --gse-semantic-heading-xl-bold-lineHeight: 44px;
544
+ --gse-semantic-heading-xl-semiBold-fontFamily: Roboto;
545
+ --gse-semantic-heading-xl-semiBold-fontWeight: 600;
546
+ --gse-semantic-heading-xl-semiBold-fontSize: 36px;
547
+ --gse-semantic-heading-xl-semiBold-lineHeight: 44px;
548
+ --gse-semantic-heading-overline-fontFamily: Roboto;
549
+ --gse-semantic-heading-overline-fontWeight: 600;
550
+ --gse-semantic-heading-overline-fontSize: 12px;
551
+ --gse-semantic-heading-overline-lineHeight: 16px;
552
+ --gse-semantic-heading-overline-textCase: uppercase;
553
+ --gse-semantic-heading-overline-letterSpacing: 1px;
554
+ --gse-semantic-subheading-bold-fontFamily: Roboto;
555
+ --gse-semantic-subheading-bold-fontWeight: 700;
556
+ --gse-semantic-subheading-bold-fontSize: 14px;
557
+ --gse-semantic-subheading-bold-lineHeight: 20px;
558
+ --gse-semantic-subheading-semiBold-fontFamily: Roboto;
559
+ --gse-semantic-subheading-semiBold-fontWeight: 600;
560
+ --gse-semantic-subheading-semiBold-fontSize: 14px;
561
+ --gse-semantic-subheading-semiBold-lineHeight: 20px;
562
+ --gse-semantic-subheading-regular-fontFamily: Roboto;
563
+ --gse-semantic-subheading-regular-fontWeight: 400;
564
+ --gse-semantic-subheading-regular-fontSize: 14px;
565
+ --gse-semantic-subheading-regular-lineHeight: 20px;
566
+ --gse-semantic-interactive-md-size: 32px;
567
+ --gse-semantic-interactive-md-gap: 4px;
568
+ --gse-semantic-interactive-md-padding: 8px;
569
+ --gse-semantic-interactive-sm-size: 24px;
570
+ --gse-semantic-interactive-sm-gap: 2px;
571
+ --gse-semantic-interactive-sm-padding: 4px;
572
+ --gse-semantic-interactive-sm-borderRadius: 4px;
573
+ --gse-semantic-interactive-lg-borderRadius: 4px;
574
+ --gse-semantic-interactive-lg-gap: 8px;
575
+ --gse-semantic-interactive-lg-padding: 12px;
576
+ --gse-semantic-interactive-edges-borderWidth: 1px;
577
+ --gse-semantic-interactive-divider-sm-borderWidth: 1px;
578
+ --gse-semantic-interactive-divider-lg-borderWidth: 2px;
579
+ --gse-semantic-interactive-xl-gap: 12px;
580
+ --gse-semantic-interactive-xl-padding: 16px;
581
+ --gse-semantic-interactive-xl-size: 40px;
582
+ --gse-semantic-interactive-xl-borderRadius: 100%;
583
+ --gse-semantic-interactive-xs-size: 20px;
584
+ --gse-semantic-interactive-xs-padding: 2px;
585
+ --gse-semantic-focusOutline-full-borderRadius: 100%;
586
+ --gse-semantic-focusOutline-xl-borderRadius: 16px;
587
+ --gse-semantic-focusOutline-lg-borderRadius: 8px;
588
+ --gse-semantic-focusOutline-md-borderRadius: 8px;
589
+ --gse-semantic-focusOutline-md-borderWidth: 2px;
590
+ --gse-semantic-focusOutline-sm-borderRadius: 4px;
591
+ --gse-semantic-focusOutline-sm-borderWidth: 1px;
592
+ --gse-semantic-focusOutline-xs-borderRadius: 4px;
567
593
  --gse-semantic-focusOutline-offset: 1px;
568
- --gse-semantic-container-lg-borderRadius: 4px; /* The recommended large border-radius for large containers, like modals. */
569
- --gse-semantic-container-lg-gap: 16px; /* The recommended gap between items inside a large container, like a modal. */
570
- --gse-semantic-container-lg-padding: 24px; /* The default horizontal padding of a medium-sized container, like a card. */
571
- --gse-semantic-container-lg-height: 40px; /* The average recommended height for a cell in the datatable */
572
- --gse-semantic-container-md-gap: 12px; /* The recommended medium gap between items inside a container, like the gap between elements inisde a modal. */
573
- --gse-semantic-container-md-borderRadius: 4px; /* The recommended medium border-radius for containers. Eg cards */
574
- --gse-semantic-container-md-height: 32px; /* The minimmum recommended height for a medium container, like a button bar. */
575
- --gse-semantic-container-md-padding: 16px; /* The default horizontal padding of a medium-sized container, like an alert. */
576
- --gse-semantic-container-xl-gap: 24px; /* The recommended gap between items inside a xlarge container, like progress and loading. */
577
- --gse-semantic-container-xl-padding: 32px; /* We uses this spacing as the default padding for large containers like modals. */
578
- --gse-semantic-container-xl-height: 48px; /* The average recommended height for the header of a calendar */
579
- --gse-semantic-container-sm-borderRadius: 4px; /* The recommended small border-radius for containers. Eg in-line alert */
580
- --gse-semantic-container-sm-gap: 8px; /* The recommended medium gap between items inside a container, like the gap between elements inisde an alert. */
581
- --gse-semantic-container-sm-padding: 12px; /* The default padding of a small-sized container, like a tooltip. */
582
- --gse-semantic-container-sm-minHeight: 20px; /* The minimum height recommended for a small container, like a tooltip. */
583
- --gse-semantic-container-sm-height: 32px; /* The average recommended height for a small container, like a tooltip. */
584
- --gse-semantic-container-xs-gap: 4px; /* The recommended gap between items inside a container, like the gap between elements inisde a card. */
585
- --gse-semantic-container-xs-padding: 8px; /* The default padding of a extra small-sized container, like the container of an eyebrow title. */
586
- --gse-semantic-container-xs-minHeight: 16px; /* The minimum height recommended for a small container, like a tag. */
587
- --gse-semantic-container-xs-height: 20px; /* The average recommended height for a small container, like a tag. */
588
- --gse-semantic-container-edges-borderWidth: 1px; /* The recommended border width for the edges of containers, like cards or menus or popovers. */
589
- --gse-semantic-container-divider-borderWidth: 1px; /* The recommended border width for the dividers within containers, like cards or menus or popovers. */
590
- --gse-semantic-container-2xs-gap: 2px; /* The recommended xsmall gap between items inside a container, like the gap between elements inside a tag. */
591
- --gse-semantic-container-2xs-padding: 2px; /* The default padding of a our smallest containers, like the container of an tag. */
592
- --gse-semantic-container-2xs-size: 12px; /* The average recommended height for a small container, like a tag. */
593
- --gse-semantic-container-full-borderRadius: 100%; /* The recomended border radius for circle-shaped containers. */
594
+ --gse-semantic-container-lg-boxShadow-blur: 8px;
595
+ --gse-semantic-container-lg-boxShadow-spread: 1px;
596
+ --gse-semantic-container-lg-boxShadow-color: rgba(35, 57, 92, 0.15);
597
+ --gse-semantic-container-lg-boxShadow-type: dropShadow;
598
+ --gse-semantic-container-lg-boxShadow-offsetX: 0;
599
+ --gse-semantic-container-lg-boxShadow-offsetY: 0;
600
+ --gse-semantic-container-lg-borderRadius: 4px;
601
+ --gse-semantic-container-lg-gap: 16px;
602
+ --gse-semantic-container-lg-padding: 24px;
603
+ --gse-semantic-container-lg-height: 40px;
604
+ --gse-semantic-container-md-boxShadow-blur: 6px;
605
+ --gse-semantic-container-md-boxShadow-spread: 1px;
606
+ --gse-semantic-container-md-boxShadow-color: rgba(35, 57, 92, 0.12);
607
+ --gse-semantic-container-md-boxShadow-type: dropShadow;
608
+ --gse-semantic-container-md-boxShadow-offsetX: 0;
609
+ --gse-semantic-container-md-boxShadow-offsetY: 0;
610
+ --gse-semantic-container-md-gap: 12px;
611
+ --gse-semantic-container-md-borderRadius: 4px;
612
+ --gse-semantic-container-md-height: 32px;
613
+ --gse-semantic-container-md-padding: 16px;
614
+ --gse-semantic-container-xl-gap: 24px;
615
+ --gse-semantic-container-xl-padding: 32px;
616
+ --gse-semantic-container-xl-height: 48px;
617
+ --gse-semantic-container-sm-boxShadow-blur: 4px;
618
+ --gse-semantic-container-sm-boxShadow-spread: 1px;
619
+ --gse-semantic-container-sm-boxShadow-color: rgba(35, 57, 92, 0.1);
620
+ --gse-semantic-container-sm-boxShadow-type: dropShadow;
621
+ --gse-semantic-container-sm-boxShadow-offsetX: 0;
622
+ --gse-semantic-container-sm-boxShadow-offsetY: 0;
623
+ --gse-semantic-container-sm-borderRadius: 4px;
624
+ --gse-semantic-container-sm-gap: 8px;
625
+ --gse-semantic-container-sm-padding: 12px;
626
+ --gse-semantic-container-sm-minHeight: 20px;
627
+ --gse-semantic-container-sm-height: 32px;
628
+ --gse-semantic-container-xs-gap: 4px;
629
+ --gse-semantic-container-xs-padding: 8px;
630
+ --gse-semantic-container-xs-minHeight: 16px;
631
+ --gse-semantic-container-xs-height: 20px;
632
+ --gse-semantic-container-edges-borderWidth: 1px;
633
+ --gse-semantic-container-divider-borderWidth: 1px;
634
+ --gse-semantic-container-2xs-gap: 2px;
635
+ --gse-semantic-container-2xs-padding: 2px;
636
+ --gse-semantic-container-2xs-size: 12px;
637
+ --gse-semantic-container-full-borderRadius: 100%;
594
638
  --gse-semantic-container-3xs-size: 8px;
595
639
  --gse-semantic-container-4xs-size: 4px;
596
- --gse-semantic-formControl-textInput-lg-borderRadius: 4px; /* The recommended large border-radius for inputs */
597
- --gse-semantic-formControl-textInput-sm-borderRadius: 4px; /* The recommended small border-radius for inputs */
598
- --gse-semantic-formControl-textInput-md-borderRadius: 4px; /* The recommended medium border-radius for inputs */
599
- --gse-semantic-formControl-textInput-edges-borderWidth: 1px; /* The recommended border width for the edges of text-based inputs, like textfields or text areas. */
600
- --gse-semantic-formControl-textInput-divider-borderWidth: 1px; /* The recommended border width for the dividers within text-based inputs, like the textfields or textareas. */
601
- --gse-semantic-formControl-field-textInput-small-padding: 8px; /* The default vertical padding for inputs inside a form control. */
602
- --gse-semantic-formControl-field-textInput-gap: 12px; /* The default gap for between elements inside an input. For example, the space between a placeholder and an icon inside and input. */
640
+ --gse-semantic-formControl-textInput-lg-borderRadius: 4px;
641
+ --gse-semantic-formControl-textInput-sm-borderRadius: 4px;
642
+ --gse-semantic-formControl-textInput-md-borderRadius: 4px;
643
+ --gse-semantic-formControl-textInput-edges-borderWidth: 1px;
644
+ --gse-semantic-formControl-textInput-divider-borderWidth: 1px;
645
+ --gse-semantic-formControl-field-textInput-small-padding: 8px;
646
+ --gse-semantic-formControl-field-textInput-gap: 12px;
603
647
  --gse-semantic-formControl-field-textInput-md-height: 32px;
604
- --gse-semantic-formControl-field-textInput-medium-padding: 12px; /* The recommended horizontal padding for text inputs. */
648
+ --gse-semantic-formControl-field-textInput-medium-padding: 12px;
605
649
  --gse-semantic-formControl-field-textInput-minWidth: 48px;
606
650
  --gse-semantic-formControl-field-textInput-lg-height: 98px;
607
- --gse-semantic-formControl-field-gap: 4px; /* The default gap for between elements inside a form field, for example, the space between a label and its input or its helper text. */
608
- --gse-semantic-formControl-field-padding: 8px; /* The default gap for between elements inside a form field, for example, the space between a label and its input or its helper text. */
609
- --gse-semantic-formControl-field-clickInput-gap: 8px; /* The default gap for between elements inside a form group, like checkboxes, radio buttons. */
610
- --gse-semantic-formControl-field-clickInput-padding: 4px; /* The default padding for between elements inside a form group, like checkboxes, radio buttons. */
611
- --gse-semantic-formControl-field-clickInput-md-size: 32px; /* The recommended height form medium-size click inputs, like checkboxes or radio buttons. */
612
- --gse-semantic-formControl-field-clickInput-sm-size: 16px; /* The recommended height for leaner click inputs, like toggles. */
613
- --gse-semantic-formControl-field-groupedInput-gap: 8px; /* The recommended gap between groped inputs, like the sapce inbetween checkboxes or radio buttons. */
614
- --gse-semantic-formControl-clickInput-handle-borderWidth: 2px; /* The recommended border width for handles on click inputs, like the habdle of a toggle. */
615
- --gse-semantic-contanier-lg-boxShadow: 0 0 8px 1px rgba(35,57,92,0.15); /* The recommended box shadow for large containers, like modals or popovers. */
616
- --gse-semantic-contanier-md-boxShadow: 0 0 6px 1px rgba(35,57,92,0.12); /* The shadow we used for medium-sized components like elevated cards or menus. */
617
- --gse-semantic-contanier-sm-boxShadow: 0 0 4px 1px rgba(35,57,92,0.1); /* The shadow we used for small-sized components like tooltips. */
618
- --gse-semantic-assets-lg-size: 32px; /* The recommended size of large-sized for styles, for example icons. */
619
- --gse-semantic-assets-md-size: 24px; /* The recommended size of medium-sized for styles, for example medium icons. */
620
- --gse-semantic-assets-sm-size: 16px; /* The recommended size of small-sized for styles, for example small icons. */
621
- --gse-semantic-assets-xl-size: 48px; /* The recommended size of xlarge-sized for styles, for example avatar */
622
- --gse-semantic-assets-xs-size: 8px; /* The recommended size of small-sized for assets, for example super small icons. */
623
- --gse-semantic-divider-width: 1px; /* The default width of our divider, we usually represent dividers as rectangles on Figma instead of a single line layer. */
651
+ --gse-semantic-formControl-field-gap: 4px;
652
+ --gse-semantic-formControl-field-padding: 8px;
653
+ --gse-semantic-formControl-field-clickInput-gap: 8px;
654
+ --gse-semantic-formControl-field-clickInput-padding: 4px;
655
+ --gse-semantic-formControl-field-clickInput-md-size: 32px;
656
+ --gse-semantic-formControl-field-clickInput-sm-size: 16px;
657
+ --gse-semantic-formControl-field-groupedInput-gap: 8px;
658
+ --gse-semantic-formControl-clickInput-handle-borderWidth: 2px;
659
+ --gse-semantic-assets-lg-size: 32px;
660
+ --gse-semantic-assets-md-size: 24px;
661
+ --gse-semantic-assets-sm-size: 16px;
662
+ --gse-semantic-assets-xl-size: 48px;
663
+ --gse-semantic-assets-xs-size: 8px;
664
+ --gse-semantic-divider-width: 1px;
624
665
  --gse-semantic-divider-xs-margin: 1px;
625
666
  --gse-semantic-divider-sm-margin: 2px;
626
667
  --gse-semantic-divider-md-margin: 4px;
627
668
  --gse-semantic-divider-lg-margin: 8px;
628
- --gse-semantic-divider-track-height: 4px; /* The heioght for track elements, like the track of the slider. */
629
- --gse-semantic-divider-indicator-width: 2px; /* The recommended divider indicator width, used for the indicators of active tabs, for example */
669
+ --gse-semantic-divider-track-height: 4px;
670
+ --gse-semantic-divider-indicator-width: 2px;
630
671
  }
631
672
 
632
673
  /*# sourceMappingURL=global.css.map */