@box/blueprint-web-assets 4.22.0 → 4.24.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/package.json +2 -2
- package/tokens/px-tokens.d.ts +30 -1
- package/tokens/px-tokens.js +30 -1
- package/tokens/tokens-css-vars.scss +30 -1
- package/tokens/tokens.d.ts +29 -0
- package/tokens/tokens.js +29 -0
- package/tokens/tokens.json +29 -0
- package/tokens/tokens.scss +60 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.24.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build-local-all": "yarn nx clone-repo && yarn build-local && yarn lint-local && yarn lint-local-css",
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"react": "^18.3.0",
|
|
106
106
|
"react-dom": "^18.3.0"
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "aa5870125c7788a07adcc307775630d30dcaee13"
|
|
109
109
|
}
|
package/tokens/px-tokens.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 20 Sep 2024 16:32:53 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const BackgroundBackground: string;
|
|
@@ -8,6 +8,7 @@ export const SurfaceSurface: string;
|
|
|
8
8
|
export const SurfaceSurfaceHover: string;
|
|
9
9
|
export const SurfaceSurfaceSecondary: string;
|
|
10
10
|
export const SurfaceSurfaceTertiary: string;
|
|
11
|
+
export const SurfaceSurfaceQuaternary: string;
|
|
11
12
|
export const SurfaceSurfaceSecondaryHover: string;
|
|
12
13
|
export const SurfaceSurfaceSecondaryFocus: string;
|
|
13
14
|
export const SurfaceCardSurface: string;
|
|
@@ -226,6 +227,12 @@ export const SurfaceToolbarSurface: string;
|
|
|
226
227
|
export const SurfaceToggleSurfaceOffPressed: string;
|
|
227
228
|
export const SurfaceToggleSurfaceOnPressed: string;
|
|
228
229
|
export const SurfaceCtaSurfaceDisabled: string;
|
|
230
|
+
export const SurfaceRadiotileSurface: string;
|
|
231
|
+
export const SurfaceRadiotileSurfaceHover: string;
|
|
232
|
+
export const SurfaceRadiotileSurfaceSelected: string;
|
|
233
|
+
export const SurfaceToggletextSurfaceOn: string;
|
|
234
|
+
export const SurfaceToggletextSurfaceOnHover: string;
|
|
235
|
+
export const SurfaceToggletextSurfaceOnPressed: string;
|
|
229
236
|
export const BorderCtaBorderSecondary: string;
|
|
230
237
|
export const BorderCtaBorderSecondaryPressed: string;
|
|
231
238
|
export const BorderCtaBorderSecondaryHover: string;
|
|
@@ -297,6 +304,15 @@ export const BorderContentbuttonBorderSelected: string;
|
|
|
297
304
|
export const BorderToggleBorderOn: string;
|
|
298
305
|
export const BorderCtaBorderSecondaryDisabled: string;
|
|
299
306
|
export const BorderCtaBorderOutlineDisabled: string;
|
|
307
|
+
export const BorderRadiotileBorder: string;
|
|
308
|
+
export const BorderRadiotileBorderHover: string;
|
|
309
|
+
export const BorderRadiotileBorderSelected: string;
|
|
310
|
+
export const BorderToggletextBorderOff: string;
|
|
311
|
+
export const BorderToggletextBorderOffHover: string;
|
|
312
|
+
export const BorderToggletextBorderOffPressed: string;
|
|
313
|
+
export const BorderToggletextBorderOn: string;
|
|
314
|
+
export const BorderToggletextBorderOnHover: string;
|
|
315
|
+
export const BorderToggletextBorderOnPressed: string;
|
|
300
316
|
export const IconIconOnLight: string;
|
|
301
317
|
export const IconIconOnLightSecondary: string;
|
|
302
318
|
export const IconIconOnLightTertiary: string;
|
|
@@ -347,8 +363,21 @@ export const TextCtaLinkSecondaryHover: string;
|
|
|
347
363
|
export const TextCtaPromo: string;
|
|
348
364
|
export const TextCtaLinkDisabled: string;
|
|
349
365
|
export const TextTextOnLightDisabled: string;
|
|
366
|
+
export const TextToggletextText: string;
|
|
350
367
|
export const OverlaySidepanelOverlay: string;
|
|
351
368
|
export const OverlayModalOverlay: string;
|
|
369
|
+
export const BrandBoxPrimary: string;
|
|
370
|
+
export const BrandBoxSecondary: string;
|
|
371
|
+
export const BrandBoxTertiary: string;
|
|
372
|
+
export const BrandFormsPrimary: string;
|
|
373
|
+
export const BrandFormsSecondary: string;
|
|
374
|
+
export const BrandFormsTertiary: string;
|
|
375
|
+
export const BrandDocgenPrimary: string;
|
|
376
|
+
export const BrandDocgenSecondary: string;
|
|
377
|
+
export const BrandDocgenTertiary: string;
|
|
378
|
+
export const BrandSignPrimary: string;
|
|
379
|
+
export const BrandSignSecondary: string;
|
|
380
|
+
export const BrandSignTertiary: string;
|
|
352
381
|
export const Gray10: string;
|
|
353
382
|
export const Gray20: string;
|
|
354
383
|
export const Gray30: string;
|
package/tokens/px-tokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 20 Sep 2024 16:32:53 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const BackgroundBackground = '#ffffff';
|
|
@@ -8,6 +8,7 @@ export const SurfaceSurface = '#ffffff';
|
|
|
8
8
|
export const SurfaceSurfaceHover = '#f4f4f4';
|
|
9
9
|
export const SurfaceSurfaceSecondary = '#fbfbfb';
|
|
10
10
|
export const SurfaceSurfaceTertiary = '#e8e8e8';
|
|
11
|
+
export const SurfaceSurfaceQuaternary = '#d3d3d3';
|
|
11
12
|
export const SurfaceSurfaceSecondaryHover = '#f4f4f4';
|
|
12
13
|
export const SurfaceSurfaceSecondaryFocus = '#fbfbfb';
|
|
13
14
|
export const SurfaceCardSurface = '#ffffff';
|
|
@@ -226,6 +227,12 @@ export const SurfaceToolbarSurface = '#222222';
|
|
|
226
227
|
export const SurfaceToggleSurfaceOffPressed = '#e8e8e8';
|
|
227
228
|
export const SurfaceToggleSurfaceOnPressed = '#b2cff2';
|
|
228
229
|
export const SurfaceCtaSurfaceDisabled = '#b2cff2';
|
|
230
|
+
export const SurfaceRadiotileSurface = '#ffffff';
|
|
231
|
+
export const SurfaceRadiotileSurfaceHover = '#f4f4f4';
|
|
232
|
+
export const SurfaceRadiotileSurfaceSelected = '#f2f7fd';
|
|
233
|
+
export const SurfaceToggletextSurfaceOn = '#f2f7fd';
|
|
234
|
+
export const SurfaceToggletextSurfaceOnHover = '#ccdff7';
|
|
235
|
+
export const SurfaceToggletextSurfaceOnPressed = '#b2cff2';
|
|
229
236
|
export const BorderCtaBorderSecondary = '#bcbcbc';
|
|
230
237
|
export const BorderCtaBorderSecondaryPressed = '#bcbcbc';
|
|
231
238
|
export const BorderCtaBorderSecondaryHover = '#bcbcbc';
|
|
@@ -297,6 +304,15 @@ export const BorderContentbuttonBorderSelected = '#909090';
|
|
|
297
304
|
export const BorderToggleBorderOn = '#99c0ee';
|
|
298
305
|
export const BorderCtaBorderSecondaryDisabled = '#e8e8e8';
|
|
299
306
|
export const BorderCtaBorderOutlineDisabled = '#646464';
|
|
307
|
+
export const BorderRadiotileBorder = '#bcbcbc';
|
|
308
|
+
export const BorderRadiotileBorderHover = '#bcbcbc';
|
|
309
|
+
export const BorderRadiotileBorderSelected = '#0061d5';
|
|
310
|
+
export const BorderToggletextBorderOff = '#6F6F6F';
|
|
311
|
+
export const BorderToggletextBorderOffHover = '#6F6F6F';
|
|
312
|
+
export const BorderToggletextBorderOffPressed = '#6F6F6F';
|
|
313
|
+
export const BorderToggletextBorderOn = '#f2f7fd';
|
|
314
|
+
export const BorderToggletextBorderOnHover = '#ccdff7';
|
|
315
|
+
export const BorderToggletextBorderOnPressed = '#b2cff2';
|
|
300
316
|
export const IconIconOnLight = '#222222';
|
|
301
317
|
export const IconIconOnLightSecondary = '#6F6F6F';
|
|
302
318
|
export const IconIconOnLightTertiary = '#909090';
|
|
@@ -347,8 +363,21 @@ export const TextCtaLinkSecondaryHover = '#6F6F6F';
|
|
|
347
363
|
export const TextCtaPromo = '#4826c2';
|
|
348
364
|
export const TextCtaLinkDisabled = '#b2cff2';
|
|
349
365
|
export const TextTextOnLightDisabled = '#bcbcbc';
|
|
366
|
+
export const TextToggletextText = '#001D40';
|
|
350
367
|
export const OverlaySidepanelOverlay = 'rgba(0,0,0,0.5)';
|
|
351
368
|
export const OverlayModalOverlay = 'rgba(0,0,0,0.8)';
|
|
369
|
+
export const BrandBoxPrimary = '#0061d5';
|
|
370
|
+
export const BrandBoxSecondary = '#ccdff7';
|
|
371
|
+
export const BrandBoxTertiary = '#e5effa';
|
|
372
|
+
export const BrandFormsPrimary = '#1e9b67';
|
|
373
|
+
export const BrandFormsSecondary = '#d4f3e6';
|
|
374
|
+
export const BrandFormsTertiary = '#e9f8f2';
|
|
375
|
+
export const BrandDocgenPrimary = '#3a1e9b';
|
|
376
|
+
export const BrandDocgenSecondary = '#dad4f3';
|
|
377
|
+
export const BrandDocgenTertiary = '#ece9f8';
|
|
378
|
+
export const BrandSignPrimary = '#003c84';
|
|
379
|
+
export const BrandSignSecondary = '#ccd8e6';
|
|
380
|
+
export const BrandSignTertiary = '#e5ebf2';
|
|
352
381
|
export const Gray10 = '#e8e8e8';
|
|
353
382
|
export const Gray20 = '#d3d3d3';
|
|
354
383
|
export const Gray30 = '#bcbcbc';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 20 Sep 2024 16:32:53 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -373,8 +373,21 @@
|
|
|
373
373
|
--title-small-font-family: var(--font-families-sans);
|
|
374
374
|
--title-subtitle-font-weight: 700;
|
|
375
375
|
--title-subtitle-font-family: var(--font-families-sans);
|
|
376
|
+
--brand-sign-tertiary: var(--dark-blue-10);
|
|
377
|
+
--brand-sign-secondary: var(--dark-blue-20);
|
|
378
|
+
--brand-sign-primary: var(--dark-blue-100);
|
|
379
|
+
--brand-docgen-tertiary: var(--grimace-10);
|
|
380
|
+
--brand-docgen-secondary: var(--grimace-20);
|
|
381
|
+
--brand-docgen-primary: var(--grimace-120);
|
|
382
|
+
--brand-forms-tertiary: var(--green-light-10);
|
|
383
|
+
--brand-forms-secondary: var(--green-light-20);
|
|
384
|
+
--brand-forms-primary: var(--green-light-120);
|
|
385
|
+
--brand-box-tertiary: var(--box-blue-10);
|
|
386
|
+
--brand-box-secondary: var(--box-blue-20);
|
|
387
|
+
--brand-box-primary: var(--box-blue-100);
|
|
376
388
|
--overlay-modal-overlay: var(--black-opacity-80);
|
|
377
389
|
--overlay-sidepanel-overlay: var(--black-opacity-50);
|
|
390
|
+
--text-toggletext-text: var(--box-blue-170);
|
|
378
391
|
--text-text-on-light-disabled: var(--gray-30);
|
|
379
392
|
--text-cta-link-disabled: var(--box-blue-30);
|
|
380
393
|
--text-cta-promo: var(--grimace-100);
|
|
@@ -425,6 +438,15 @@
|
|
|
425
438
|
--icon-icon-on-light-tertiary: var(--gray-50);
|
|
426
439
|
--icon-icon-on-light-secondary: var(--gray-65);
|
|
427
440
|
--icon-icon-on-light: var(--gray-100);
|
|
441
|
+
--border-toggletext-border-on-pressed: var(--box-blue-30);
|
|
442
|
+
--border-toggletext-border-on-hover: var(--box-blue-20);
|
|
443
|
+
--border-toggletext-border-on: var(--box-blue-05);
|
|
444
|
+
--border-toggletext-border-off-pressed: var(--gray-65);
|
|
445
|
+
--border-toggletext-border-off-hover: var(--gray-65);
|
|
446
|
+
--border-toggletext-border-off: var(--gray-65);
|
|
447
|
+
--border-radiotile-border-selected: var(--box-blue-100);
|
|
448
|
+
--border-radiotile-border-hover: var(--gray-30);
|
|
449
|
+
--border-radiotile-border: var(--gray-30);
|
|
428
450
|
--border-cta-border-secondary-disabled: var(--gray-10);
|
|
429
451
|
--border-toggle-border-on: var(--box-blue-40);
|
|
430
452
|
--border-contentbutton-border-selected: var(--gray-50);
|
|
@@ -493,6 +515,12 @@
|
|
|
493
515
|
--border-cta-border-secondary-hover: var(--gray-30);
|
|
494
516
|
--border-cta-border-secondary-pressed: var(--gray-30);
|
|
495
517
|
--border-cta-border-secondary: var(--gray-30);
|
|
518
|
+
--surface-toggletext-surface-on-pressed: var(--box-blue-30);
|
|
519
|
+
--surface-toggletext-surface-on-hover: var(--box-blue-20);
|
|
520
|
+
--surface-toggletext-surface-on: var(--box-blue-05);
|
|
521
|
+
--surface-radiotile-surface-selected: var(--box-blue-05);
|
|
522
|
+
--surface-radiotile-surface-hover: var(--gray-05);
|
|
523
|
+
--surface-radiotile-surface: var(--gray-white);
|
|
496
524
|
--surface-cta-surface-disabled: var(--box-blue-30);
|
|
497
525
|
--surface-toggle-surface-on-pressed: var(--box-blue-30);
|
|
498
526
|
--surface-toggle-surface-off-pressed: var(--gray-10);
|
|
@@ -700,6 +728,7 @@
|
|
|
700
728
|
--surface-card-surface: var(--gray-white);
|
|
701
729
|
--surface-surface-secondary-focus: var(--gray-02);
|
|
702
730
|
--surface-surface-secondary-hover: var(--gray-05);
|
|
731
|
+
--surface-surface-quaternary: var(--gray-20);
|
|
703
732
|
--surface-surface-tertiary: var(--gray-10);
|
|
704
733
|
--surface-surface-secondary: var(--gray-02);
|
|
705
734
|
--surface-surface-hover: var(--gray-05);
|
package/tokens/tokens.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export const SurfaceSurface: string;
|
|
|
3
3
|
export const SurfaceSurfaceHover: string;
|
|
4
4
|
export const SurfaceSurfaceSecondary: string;
|
|
5
5
|
export const SurfaceSurfaceTertiary: string;
|
|
6
|
+
export const SurfaceSurfaceQuaternary: string;
|
|
6
7
|
export const SurfaceSurfaceSecondaryHover: string;
|
|
7
8
|
export const SurfaceSurfaceSecondaryFocus: string;
|
|
8
9
|
export const SurfaceCardSurface: string;
|
|
@@ -221,6 +222,12 @@ export const SurfaceToolbarSurface: string;
|
|
|
221
222
|
export const SurfaceToggleSurfaceOffPressed: string;
|
|
222
223
|
export const SurfaceToggleSurfaceOnPressed: string;
|
|
223
224
|
export const SurfaceCtaSurfaceDisabled: string;
|
|
225
|
+
export const SurfaceRadiotileSurface: string;
|
|
226
|
+
export const SurfaceRadiotileSurfaceHover: string;
|
|
227
|
+
export const SurfaceRadiotileSurfaceSelected: string;
|
|
228
|
+
export const SurfaceToggletextSurfaceOn: string;
|
|
229
|
+
export const SurfaceToggletextSurfaceOnHover: string;
|
|
230
|
+
export const SurfaceToggletextSurfaceOnPressed: string;
|
|
224
231
|
export const BorderCtaBorderSecondary: string;
|
|
225
232
|
export const BorderCtaBorderSecondaryPressed: string;
|
|
226
233
|
export const BorderCtaBorderSecondaryHover: string;
|
|
@@ -292,6 +299,15 @@ export const BorderContentbuttonBorderSelected: string;
|
|
|
292
299
|
export const BorderToggleBorderOn: string;
|
|
293
300
|
export const BorderCtaBorderSecondaryDisabled: string;
|
|
294
301
|
export const BorderCtaBorderOutlineDisabled: string;
|
|
302
|
+
export const BorderRadiotileBorder: string;
|
|
303
|
+
export const BorderRadiotileBorderHover: string;
|
|
304
|
+
export const BorderRadiotileBorderSelected: string;
|
|
305
|
+
export const BorderToggletextBorderOff: string;
|
|
306
|
+
export const BorderToggletextBorderOffHover: string;
|
|
307
|
+
export const BorderToggletextBorderOffPressed: string;
|
|
308
|
+
export const BorderToggletextBorderOn: string;
|
|
309
|
+
export const BorderToggletextBorderOnHover: string;
|
|
310
|
+
export const BorderToggletextBorderOnPressed: string;
|
|
295
311
|
export const IconIconOnLight: string;
|
|
296
312
|
export const IconIconOnLightSecondary: string;
|
|
297
313
|
export const IconIconOnLightTertiary: string;
|
|
@@ -342,8 +358,21 @@ export const TextCtaLinkSecondaryHover: string;
|
|
|
342
358
|
export const TextCtaPromo: string;
|
|
343
359
|
export const TextCtaLinkDisabled: string;
|
|
344
360
|
export const TextTextOnLightDisabled: string;
|
|
361
|
+
export const TextToggletextText: string;
|
|
345
362
|
export const OverlaySidepanelOverlay: string;
|
|
346
363
|
export const OverlayModalOverlay: string;
|
|
364
|
+
export const BrandBoxPrimary: string;
|
|
365
|
+
export const BrandBoxSecondary: string;
|
|
366
|
+
export const BrandBoxTertiary: string;
|
|
367
|
+
export const BrandFormsPrimary: string;
|
|
368
|
+
export const BrandFormsSecondary: string;
|
|
369
|
+
export const BrandFormsTertiary: string;
|
|
370
|
+
export const BrandDocgenPrimary: string;
|
|
371
|
+
export const BrandDocgenSecondary: string;
|
|
372
|
+
export const BrandDocgenTertiary: string;
|
|
373
|
+
export const BrandSignPrimary: string;
|
|
374
|
+
export const BrandSignSecondary: string;
|
|
375
|
+
export const BrandSignTertiary: string;
|
|
347
376
|
export const Gray10: string;
|
|
348
377
|
export const Gray20: string;
|
|
349
378
|
export const Gray30: string;
|
package/tokens/tokens.js
CHANGED
|
@@ -3,6 +3,7 @@ export const SurfaceSurface = '#ffffff';
|
|
|
3
3
|
export const SurfaceSurfaceHover = '#f4f4f4';
|
|
4
4
|
export const SurfaceSurfaceSecondary = '#fbfbfb';
|
|
5
5
|
export const SurfaceSurfaceTertiary = '#e8e8e8';
|
|
6
|
+
export const SurfaceSurfaceQuaternary = '#d3d3d3';
|
|
6
7
|
export const SurfaceSurfaceSecondaryHover = '#f4f4f4';
|
|
7
8
|
export const SurfaceSurfaceSecondaryFocus = '#fbfbfb';
|
|
8
9
|
export const SurfaceCardSurface = '#ffffff';
|
|
@@ -221,6 +222,12 @@ export const SurfaceToolbarSurface = '#222222';
|
|
|
221
222
|
export const SurfaceToggleSurfaceOffPressed = '#e8e8e8';
|
|
222
223
|
export const SurfaceToggleSurfaceOnPressed = '#b2cff2';
|
|
223
224
|
export const SurfaceCtaSurfaceDisabled = '#b2cff2';
|
|
225
|
+
export const SurfaceRadiotileSurface = '#ffffff';
|
|
226
|
+
export const SurfaceRadiotileSurfaceHover = '#f4f4f4';
|
|
227
|
+
export const SurfaceRadiotileSurfaceSelected = '#f2f7fd';
|
|
228
|
+
export const SurfaceToggletextSurfaceOn = '#f2f7fd';
|
|
229
|
+
export const SurfaceToggletextSurfaceOnHover = '#ccdff7';
|
|
230
|
+
export const SurfaceToggletextSurfaceOnPressed = '#b2cff2';
|
|
224
231
|
export const BorderCtaBorderSecondary = '#bcbcbc';
|
|
225
232
|
export const BorderCtaBorderSecondaryPressed = '#bcbcbc';
|
|
226
233
|
export const BorderCtaBorderSecondaryHover = '#bcbcbc';
|
|
@@ -292,6 +299,15 @@ export const BorderContentbuttonBorderSelected = '#909090';
|
|
|
292
299
|
export const BorderToggleBorderOn = '#99c0ee';
|
|
293
300
|
export const BorderCtaBorderSecondaryDisabled = '#e8e8e8';
|
|
294
301
|
export const BorderCtaBorderOutlineDisabled = '#646464';
|
|
302
|
+
export const BorderRadiotileBorder = '#bcbcbc';
|
|
303
|
+
export const BorderRadiotileBorderHover = '#bcbcbc';
|
|
304
|
+
export const BorderRadiotileBorderSelected = '#0061d5';
|
|
305
|
+
export const BorderToggletextBorderOff = '#6F6F6F';
|
|
306
|
+
export const BorderToggletextBorderOffHover = '#6F6F6F';
|
|
307
|
+
export const BorderToggletextBorderOffPressed = '#6F6F6F';
|
|
308
|
+
export const BorderToggletextBorderOn = '#f2f7fd';
|
|
309
|
+
export const BorderToggletextBorderOnHover = '#ccdff7';
|
|
310
|
+
export const BorderToggletextBorderOnPressed = '#b2cff2';
|
|
295
311
|
export const IconIconOnLight = '#222222';
|
|
296
312
|
export const IconIconOnLightSecondary = '#6F6F6F';
|
|
297
313
|
export const IconIconOnLightTertiary = '#909090';
|
|
@@ -342,8 +358,21 @@ export const TextCtaLinkSecondaryHover = '#6F6F6F';
|
|
|
342
358
|
export const TextCtaPromo = '#4826c2';
|
|
343
359
|
export const TextCtaLinkDisabled = '#b2cff2';
|
|
344
360
|
export const TextTextOnLightDisabled = '#bcbcbc';
|
|
361
|
+
export const TextToggletextText = '#001D40';
|
|
345
362
|
export const OverlaySidepanelOverlay = 'rgba(0,0,0,0.5)';
|
|
346
363
|
export const OverlayModalOverlay = 'rgba(0,0,0,0.8)';
|
|
364
|
+
export const BrandBoxPrimary = '#0061d5';
|
|
365
|
+
export const BrandBoxSecondary = '#ccdff7';
|
|
366
|
+
export const BrandBoxTertiary = '#e5effa';
|
|
367
|
+
export const BrandFormsPrimary = '#1e9b67';
|
|
368
|
+
export const BrandFormsSecondary = '#d4f3e6';
|
|
369
|
+
export const BrandFormsTertiary = '#e9f8f2';
|
|
370
|
+
export const BrandDocgenPrimary = '#3a1e9b';
|
|
371
|
+
export const BrandDocgenSecondary = '#dad4f3';
|
|
372
|
+
export const BrandDocgenTertiary = '#ece9f8';
|
|
373
|
+
export const BrandSignPrimary = '#003c84';
|
|
374
|
+
export const BrandSignSecondary = '#ccd8e6';
|
|
375
|
+
export const BrandSignTertiary = '#e5ebf2';
|
|
347
376
|
export const Gray10 = '#e8e8e8';
|
|
348
377
|
export const Gray20 = '#d3d3d3';
|
|
349
378
|
export const Gray30 = '#bcbcbc';
|
package/tokens/tokens.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"SurfaceSurfaceHover": "#f4f4f4",
|
|
5
5
|
"SurfaceSurfaceSecondary": "#fbfbfb",
|
|
6
6
|
"SurfaceSurfaceTertiary": "#e8e8e8",
|
|
7
|
+
"SurfaceSurfaceQuaternary": "#d3d3d3",
|
|
7
8
|
"SurfaceSurfaceSecondaryHover": "#f4f4f4",
|
|
8
9
|
"SurfaceSurfaceSecondaryFocus": "#fbfbfb",
|
|
9
10
|
"SurfaceCardSurface": "#ffffff",
|
|
@@ -222,6 +223,12 @@
|
|
|
222
223
|
"SurfaceToggleSurfaceOffPressed": "#e8e8e8",
|
|
223
224
|
"SurfaceToggleSurfaceOnPressed": "#b2cff2",
|
|
224
225
|
"SurfaceCtaSurfaceDisabled": "#b2cff2",
|
|
226
|
+
"SurfaceRadiotileSurface": "#ffffff",
|
|
227
|
+
"SurfaceRadiotileSurfaceHover": "#f4f4f4",
|
|
228
|
+
"SurfaceRadiotileSurfaceSelected": "#f2f7fd",
|
|
229
|
+
"SurfaceToggletextSurfaceOn": "#f2f7fd",
|
|
230
|
+
"SurfaceToggletextSurfaceOnHover": "#ccdff7",
|
|
231
|
+
"SurfaceToggletextSurfaceOnPressed": "#b2cff2",
|
|
225
232
|
"BorderCtaBorderSecondary": "#bcbcbc",
|
|
226
233
|
"BorderCtaBorderSecondaryPressed": "#bcbcbc",
|
|
227
234
|
"BorderCtaBorderSecondaryHover": "#bcbcbc",
|
|
@@ -293,6 +300,15 @@
|
|
|
293
300
|
"BorderToggleBorderOn": "#99c0ee",
|
|
294
301
|
"BorderCtaBorderSecondaryDisabled": "#e8e8e8",
|
|
295
302
|
"BorderCtaBorderOutlineDisabled": "#646464",
|
|
303
|
+
"BorderRadiotileBorder": "#bcbcbc",
|
|
304
|
+
"BorderRadiotileBorderHover": "#bcbcbc",
|
|
305
|
+
"BorderRadiotileBorderSelected": "#0061d5",
|
|
306
|
+
"BorderToggletextBorderOff": "#6F6F6F",
|
|
307
|
+
"BorderToggletextBorderOffHover": "#6F6F6F",
|
|
308
|
+
"BorderToggletextBorderOffPressed": "#6F6F6F",
|
|
309
|
+
"BorderToggletextBorderOn": "#f2f7fd",
|
|
310
|
+
"BorderToggletextBorderOnHover": "#ccdff7",
|
|
311
|
+
"BorderToggletextBorderOnPressed": "#b2cff2",
|
|
296
312
|
"IconIconOnLight": "#222222",
|
|
297
313
|
"IconIconOnLightSecondary": "#6F6F6F",
|
|
298
314
|
"IconIconOnLightTertiary": "#909090",
|
|
@@ -343,8 +359,21 @@
|
|
|
343
359
|
"TextCtaPromo": "#4826c2",
|
|
344
360
|
"TextCtaLinkDisabled": "#b2cff2",
|
|
345
361
|
"TextTextOnLightDisabled": "#bcbcbc",
|
|
362
|
+
"TextToggletextText": "#001D40",
|
|
346
363
|
"OverlaySidepanelOverlay": "rgba(0,0,0,0.5)",
|
|
347
364
|
"OverlayModalOverlay": "rgba(0,0,0,0.8)",
|
|
365
|
+
"BrandBoxPrimary": "#0061d5",
|
|
366
|
+
"BrandBoxSecondary": "#ccdff7",
|
|
367
|
+
"BrandBoxTertiary": "#e5effa",
|
|
368
|
+
"BrandFormsPrimary": "#1e9b67",
|
|
369
|
+
"BrandFormsSecondary": "#d4f3e6",
|
|
370
|
+
"BrandFormsTertiary": "#e9f8f2",
|
|
371
|
+
"BrandDocgenPrimary": "#3a1e9b",
|
|
372
|
+
"BrandDocgenSecondary": "#dad4f3",
|
|
373
|
+
"BrandDocgenTertiary": "#ece9f8",
|
|
374
|
+
"BrandSignPrimary": "#003c84",
|
|
375
|
+
"BrandSignSecondary": "#ccd8e6",
|
|
376
|
+
"BrandSignTertiary": "#e5ebf2",
|
|
348
377
|
"Gray10": "#e8e8e8",
|
|
349
378
|
"Gray20": "#d3d3d3",
|
|
350
379
|
"Gray30": "#bcbcbc",
|
package/tokens/tokens.scss
CHANGED
|
@@ -3,6 +3,7 @@ $surface-surface: #ffffff !default;
|
|
|
3
3
|
$surface-surface-hover: #f4f4f4 !default;
|
|
4
4
|
$surface-surface-secondary: #fbfbfb !default;
|
|
5
5
|
$surface-surface-tertiary: #e8e8e8 !default;
|
|
6
|
+
$surface-surface-quaternary: #d3d3d3 !default;
|
|
6
7
|
$surface-surface-secondary-hover: #f4f4f4 !default;
|
|
7
8
|
$surface-surface-secondary-focus: #fbfbfb !default;
|
|
8
9
|
$surface-card-surface: #ffffff !default;
|
|
@@ -221,6 +222,12 @@ $surface-toolbar-surface: #222222 !default;
|
|
|
221
222
|
$surface-toggle-surface-off-pressed: #e8e8e8 !default;
|
|
222
223
|
$surface-toggle-surface-on-pressed: #b2cff2 !default;
|
|
223
224
|
$surface-cta-surface-disabled: #b2cff2 !default;
|
|
225
|
+
$surface-radiotile-surface: #ffffff !default;
|
|
226
|
+
$surface-radiotile-surface-hover: #f4f4f4 !default;
|
|
227
|
+
$surface-radiotile-surface-selected: #f2f7fd !default;
|
|
228
|
+
$surface-toggletext-surface-on: #f2f7fd !default;
|
|
229
|
+
$surface-toggletext-surface-on-hover: #ccdff7 !default;
|
|
230
|
+
$surface-toggletext-surface-on-pressed: #b2cff2 !default;
|
|
224
231
|
$border-cta-border-secondary: #bcbcbc !default;
|
|
225
232
|
$border-cta-border-secondary-pressed: #bcbcbc !default;
|
|
226
233
|
$border-cta-border-secondary-hover: #bcbcbc !default;
|
|
@@ -292,6 +299,15 @@ $border-contentbutton-border-selected: #909090 !default;
|
|
|
292
299
|
$border-toggle-border-on: #99c0ee !default;
|
|
293
300
|
$border-cta-border-secondary-disabled: #e8e8e8 !default;
|
|
294
301
|
$border-cta-border-outline-disabled: #646464 !default;
|
|
302
|
+
$border-radiotile-border: #bcbcbc !default;
|
|
303
|
+
$border-radiotile-border-hover: #bcbcbc !default;
|
|
304
|
+
$border-radiotile-border-selected: #0061d5 !default;
|
|
305
|
+
$border-toggletext-border-off: #6f6f6f !default;
|
|
306
|
+
$border-toggletext-border-off-hover: #6f6f6f !default;
|
|
307
|
+
$border-toggletext-border-off-pressed: #6f6f6f !default;
|
|
308
|
+
$border-toggletext-border-on: #f2f7fd !default;
|
|
309
|
+
$border-toggletext-border-on-hover: #ccdff7 !default;
|
|
310
|
+
$border-toggletext-border-on-pressed: #b2cff2 !default;
|
|
295
311
|
$icon-icon-on-light: #222222 !default;
|
|
296
312
|
$icon-icon-on-light-secondary: #6f6f6f !default;
|
|
297
313
|
$icon-icon-on-light-tertiary: #909090 !default;
|
|
@@ -342,8 +358,21 @@ $text-cta-link-secondary-hover: #6f6f6f !default;
|
|
|
342
358
|
$text-cta-promo: #4826c2 !default;
|
|
343
359
|
$text-cta-link-disabled: #b2cff2 !default;
|
|
344
360
|
$text-text-on-light-disabled: #bcbcbc !default;
|
|
361
|
+
$text-toggletext-text: #001d40 !default;
|
|
345
362
|
$overlay-sidepanel-overlay: rgba(0, 0, 0, 0.5) !default;
|
|
346
363
|
$overlay-modal-overlay: rgba(0, 0, 0, 0.8) !default;
|
|
364
|
+
$brand-box-primary: #0061d5 !default;
|
|
365
|
+
$brand-box-secondary: #ccdff7 !default;
|
|
366
|
+
$brand-box-tertiary: #e5effa !default;
|
|
367
|
+
$brand-forms-primary: #1e9b67 !default;
|
|
368
|
+
$brand-forms-secondary: #d4f3e6 !default;
|
|
369
|
+
$brand-forms-tertiary: #e9f8f2 !default;
|
|
370
|
+
$brand-docgen-primary: #3a1e9b !default;
|
|
371
|
+
$brand-docgen-secondary: #dad4f3 !default;
|
|
372
|
+
$brand-docgen-tertiary: #ece9f8 !default;
|
|
373
|
+
$brand-sign-primary: #003c84 !default;
|
|
374
|
+
$brand-sign-secondary: #ccd8e6 !default;
|
|
375
|
+
$brand-sign-tertiary: #e5ebf2 !default;
|
|
347
376
|
$gray-10: #e8e8e8 !default;
|
|
348
377
|
$gray-20: #d3d3d3 !default;
|
|
349
378
|
$gray-30: #bcbcbc !default;
|
|
@@ -726,6 +755,7 @@ $tokens: (
|
|
|
726
755
|
'surface-hover': $surface-surface-hover,
|
|
727
756
|
'surface-secondary': $surface-surface-secondary,
|
|
728
757
|
'surface-tertiary': $surface-surface-tertiary,
|
|
758
|
+
'surface-quaternary': $surface-surface-quaternary,
|
|
729
759
|
'surface-secondary-hover': $surface-surface-secondary-hover,
|
|
730
760
|
'surface-secondary-focus': $surface-surface-secondary-focus,
|
|
731
761
|
'card-surface': $surface-card-surface,
|
|
@@ -944,6 +974,12 @@ $tokens: (
|
|
|
944
974
|
'toggle-surface-off-pressed': $surface-toggle-surface-off-pressed,
|
|
945
975
|
'toggle-surface-on-pressed': $surface-toggle-surface-on-pressed,
|
|
946
976
|
'cta-surface-disabled': $surface-cta-surface-disabled,
|
|
977
|
+
'radiotile-surface': $surface-radiotile-surface,
|
|
978
|
+
'radiotile-surface-hover': $surface-radiotile-surface-hover,
|
|
979
|
+
'radiotile-surface-selected': $surface-radiotile-surface-selected,
|
|
980
|
+
'toggletext-surface-on': $surface-toggletext-surface-on,
|
|
981
|
+
'toggletext-surface-on-hover': $surface-toggletext-surface-on-hover,
|
|
982
|
+
'toggletext-surface-on-pressed': $surface-toggletext-surface-on-pressed,
|
|
947
983
|
),
|
|
948
984
|
'Border': (
|
|
949
985
|
'cta-border-secondary': $border-cta-border-secondary,
|
|
@@ -1017,6 +1053,15 @@ $tokens: (
|
|
|
1017
1053
|
'toggle-border-on': $border-toggle-border-on,
|
|
1018
1054
|
'cta-border-secondary-disabled': $border-cta-border-secondary-disabled,
|
|
1019
1055
|
'cta-border-outline-disabled:': $border-cta-border-outline-disabled,
|
|
1056
|
+
'radiotile-border': $border-radiotile-border,
|
|
1057
|
+
'radiotile-border-hover': $border-radiotile-border-hover,
|
|
1058
|
+
'radiotile-border-selected': $border-radiotile-border-selected,
|
|
1059
|
+
'toggletext-border-off': $border-toggletext-border-off,
|
|
1060
|
+
'toggletext-border-off-hover': $border-toggletext-border-off-hover,
|
|
1061
|
+
'toggletext-border-off-pressed': $border-toggletext-border-off-pressed,
|
|
1062
|
+
'toggletext-border-on': $border-toggletext-border-on,
|
|
1063
|
+
'toggletext-border-on-hover': $border-toggletext-border-on-hover,
|
|
1064
|
+
'toggletext-border-on-pressed': $border-toggletext-border-on-pressed,
|
|
1020
1065
|
),
|
|
1021
1066
|
'Icon': (
|
|
1022
1067
|
'icon-on-light': $icon-icon-on-light,
|
|
@@ -1073,11 +1118,26 @@ $tokens: (
|
|
|
1073
1118
|
'cta-promo': $text-cta-promo,
|
|
1074
1119
|
'cta-link-disabled': $text-cta-link-disabled,
|
|
1075
1120
|
'text-on-light-disabled': $text-text-on-light-disabled,
|
|
1121
|
+
'toggletext-text': $text-toggletext-text,
|
|
1076
1122
|
),
|
|
1077
1123
|
'Overlay': (
|
|
1078
1124
|
'sidepanel-overlay': $overlay-sidepanel-overlay,
|
|
1079
1125
|
'modal-overlay': $overlay-modal-overlay,
|
|
1080
1126
|
),
|
|
1127
|
+
'Brand': (
|
|
1128
|
+
'box-primary': $brand-box-primary,
|
|
1129
|
+
'box-secondary': $brand-box-secondary,
|
|
1130
|
+
'box-tertiary': $brand-box-tertiary,
|
|
1131
|
+
'forms-primary': $brand-forms-primary,
|
|
1132
|
+
'forms-secondary': $brand-forms-secondary,
|
|
1133
|
+
'forms-tertiary': $brand-forms-tertiary,
|
|
1134
|
+
'docgen-primary': $brand-docgen-primary,
|
|
1135
|
+
'docgen-secondary': $brand-docgen-secondary,
|
|
1136
|
+
'docgen-tertiary': $brand-docgen-tertiary,
|
|
1137
|
+
'sign-primary': $brand-sign-primary,
|
|
1138
|
+
'sign-secondary': $brand-sign-secondary,
|
|
1139
|
+
'sign-tertiary': $brand-sign-tertiary,
|
|
1140
|
+
),
|
|
1081
1141
|
'Gray': (
|
|
1082
1142
|
'10': $gray-10,
|
|
1083
1143
|
'20': $gray-20,
|