@box/blueprint-web-assets 5.1.0 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tokens/BP2/dark_mode_value/px-tokens.d.ts +94 -0
- package/dist/tokens/BP2/dark_mode_value/px-tokens.js +107 -13
- package/dist/tokens/BP2/dark_mode_value/tokens.css +107 -13
- package/dist/tokens/BP2/dark_mode_value/tokens.d.ts +94 -0
- package/dist/tokens/BP2/dark_mode_value/tokens.js +107 -13
- package/dist/tokens/BP2/dark_mode_value/tokens.json +107 -13
- package/dist/tokens/BP2/light_mode_value/px-tokens.d.ts +93 -0
- package/dist/tokens/BP2/light_mode_value/px-tokens.js +93 -0
- package/dist/tokens/BP2/light_mode_value/tokens.css +93 -0
- package/dist/tokens/BP2/light_mode_value/tokens.d.ts +93 -0
- package/dist/tokens/BP2/light_mode_value/tokens.js +93 -0
- package/dist/tokens/BP2/light_mode_value/tokens.json +93 -0
- package/dist/tokens/px-tokens.d.ts +93 -0
- package/dist/tokens/px-tokens.js +90 -0
- package/dist/tokens/tokens-css-vars.scss +93 -0
- package/dist/tokens/tokens.d.ts +93 -0
- package/dist/tokens/tokens.js +90 -0
- package/dist/tokens/tokens.json +93 -0
- package/package.json +2 -2
|
@@ -430,6 +430,7 @@ export const bpSurfaceStatusSurfaceDarkBlueHover: string;
|
|
|
430
430
|
export const bpSurfaceStatusSurfaceError: string;
|
|
431
431
|
export const bpSurfaceStatusSurfaceErrorSecondary: string;
|
|
432
432
|
export const bpSurfaceStatusSurfaceGeneric: string;
|
|
433
|
+
export const bpSurfaceStatusSurfaceGenericSecondary: string;
|
|
433
434
|
export const bpSurfaceStatusSurfaceGray: string;
|
|
434
435
|
export const bpSurfaceStatusSurfaceGrayFocus: string;
|
|
435
436
|
export const bpSurfaceStatusSurfaceGrayHover: string;
|
|
@@ -516,6 +517,95 @@ export const bpTextCtaPromo: string;
|
|
|
516
517
|
export const bpTextCtaSecondary: string;
|
|
517
518
|
export const bpTextCtaSecondaryHover: string;
|
|
518
519
|
export const bpTextCtaSecondaryPressed: string;
|
|
520
|
+
export const bpTextFontFontSizeBodyDefault: number;
|
|
521
|
+
export const bpTextFontFontSizeBodyDefaultBold: number;
|
|
522
|
+
export const bpTextFontFontSizeBodyDefaultSemibold: number;
|
|
523
|
+
export const bpTextFontFontSizeBodyLarge: number;
|
|
524
|
+
export const bpTextFontFontSizeBodyLargeBold: number;
|
|
525
|
+
export const bpTextFontFontSizeBodySmall: number;
|
|
526
|
+
export const bpTextFontFontSizeBodySmallSemibold: number;
|
|
527
|
+
export const bpTextFontFontSizeCaptionBold: number;
|
|
528
|
+
export const bpTextFontFontSizeCaptionDefault: number;
|
|
529
|
+
export const bpTextFontFontSizeLabelBold: number;
|
|
530
|
+
export const bpTextFontFontSizeLabelDefault: number;
|
|
531
|
+
export const bpTextFontFontSizeLinkDefault: number;
|
|
532
|
+
export const bpTextFontFontSizeMetricLarge: number;
|
|
533
|
+
export const bpTextFontFontSizeMetricMedium: number;
|
|
534
|
+
export const bpTextFontFontSizeMetricSmall: number;
|
|
535
|
+
export const bpTextFontFontSizeNotificationDefault: number;
|
|
536
|
+
export const bpTextFontFontSizeTitleLarge: number;
|
|
537
|
+
export const bpTextFontFontSizeTitleMedium: number;
|
|
538
|
+
export const bpTextFontFontSizeTitleMondo: number;
|
|
539
|
+
export const bpTextFontFontSizeTitleSmall: number;
|
|
540
|
+
export const bpTextFontFontSizeTitleSubtitle: number;
|
|
541
|
+
export const bpTextFontFontSizeTitleXlarge: number;
|
|
542
|
+
export const bpTextFontFontWeightBodyDefault: number;
|
|
543
|
+
export const bpTextFontFontWeightBodyDefaultBold: number;
|
|
544
|
+
export const bpTextFontFontWeightBodyDefaultSemibold: number;
|
|
545
|
+
export const bpTextFontFontWeightBodyLarge: number;
|
|
546
|
+
export const bpTextFontFontWeightBodyLargeBold: number;
|
|
547
|
+
export const bpTextFontFontWeightBodySmall: number;
|
|
548
|
+
export const bpTextFontFontWeightBodySmallSemibold: number;
|
|
549
|
+
export const bpTextFontFontWeightCaptionBold: number;
|
|
550
|
+
export const bpTextFontFontWeightCaptionDefault: number;
|
|
551
|
+
export const bpTextFontFontWeightLabelBold: number;
|
|
552
|
+
export const bpTextFontFontWeightLabelDefault: number;
|
|
553
|
+
export const bpTextFontFontWeightLinkDefault: number;
|
|
554
|
+
export const bpTextFontFontWeightMetricLarge: number;
|
|
555
|
+
export const bpTextFontFontWeightMetricMedium: number;
|
|
556
|
+
export const bpTextFontFontWeightMetricSmall: number;
|
|
557
|
+
export const bpTextFontFontWeightNotificationDefault: number;
|
|
558
|
+
export const bpTextFontFontWeightTitleLarge: number;
|
|
559
|
+
export const bpTextFontFontWeightTitleMedium: number;
|
|
560
|
+
export const bpTextFontFontWeightTitleMondo: number;
|
|
561
|
+
export const bpTextFontFontWeightTitleSmall: number;
|
|
562
|
+
export const bpTextFontFontWeightTitleSubtitle: number;
|
|
563
|
+
export const bpTextFontFontWeightTitleXlarge: number;
|
|
564
|
+
export const bpTextFontLetterSpacingBodyDefault: number;
|
|
565
|
+
export const bpTextFontLetterSpacingBodyDefaultBold: number;
|
|
566
|
+
export const bpTextFontLetterSpacingBodyDefaultSemibold: number;
|
|
567
|
+
export const bpTextFontLetterSpacingBodyLarge: number;
|
|
568
|
+
export const bpTextFontLetterSpacingBodyLargeBold: number;
|
|
569
|
+
export const bpTextFontLetterSpacingBodySmall: number;
|
|
570
|
+
export const bpTextFontLetterSpacingBodySmallSemibold: number;
|
|
571
|
+
export const bpTextFontLetterSpacingCaptionBold: number;
|
|
572
|
+
export const bpTextFontLetterSpacingCaptionDefault: number;
|
|
573
|
+
export const bpTextFontLetterSpacingLabelBold: number;
|
|
574
|
+
export const bpTextFontLetterSpacingLabelDefault: number;
|
|
575
|
+
export const bpTextFontLetterSpacingLinkDefault: number;
|
|
576
|
+
export const bpTextFontLetterSpacingMetricLarge: number;
|
|
577
|
+
export const bpTextFontLetterSpacingMetricMedium: number;
|
|
578
|
+
export const bpTextFontLetterSpacingMetricSmall: number;
|
|
579
|
+
export const bpTextFontLetterSpacingNotificationDefault: number;
|
|
580
|
+
export const bpTextFontLetterSpacingTitleLarge: number;
|
|
581
|
+
export const bpTextFontLetterSpacingTitleMedium: number;
|
|
582
|
+
export const bpTextFontLetterSpacingTitleMondo: number;
|
|
583
|
+
export const bpTextFontLetterSpacingTitleSmall: number;
|
|
584
|
+
export const bpTextFontLetterSpacingTitleSubtitle: number;
|
|
585
|
+
export const bpTextFontLetterSpacingTitleXlarge: number;
|
|
586
|
+
export const bpTextFontLineHeightBodyDefault: number;
|
|
587
|
+
export const bpTextFontLineHeightBodyDefaultBold: number;
|
|
588
|
+
export const bpTextFontLineHeightBodyDefaultSemibold: number;
|
|
589
|
+
export const bpTextFontLineHeightBodyLarge: number;
|
|
590
|
+
export const bpTextFontLineHeightBodyLargeBold: number;
|
|
591
|
+
export const bpTextFontLineHeightBodySmall: number;
|
|
592
|
+
export const bpTextFontLineHeightBodySmallSemibold: number;
|
|
593
|
+
export const bpTextFontLineHeightCaptionBold: number;
|
|
594
|
+
export const bpTextFontLineHeightCaptionDefault: number;
|
|
595
|
+
export const bpTextFontLineHeightLabelBold: number;
|
|
596
|
+
export const bpTextFontLineHeightLabelDefault: number;
|
|
597
|
+
export const bpTextFontLineHeightLinkDefault: number;
|
|
598
|
+
export const bpTextFontLineHeightMetricLarge: number;
|
|
599
|
+
export const bpTextFontLineHeightMetricMedium: number;
|
|
600
|
+
export const bpTextFontLineHeightMetricSmall: number;
|
|
601
|
+
export const bpTextFontLineHeightNotificationDefault: number;
|
|
602
|
+
export const bpTextFontLineHeightTitleLarge: number;
|
|
603
|
+
export const bpTextFontLineHeightTitleMedium: number;
|
|
604
|
+
export const bpTextFontLineHeightTitleMondo: number;
|
|
605
|
+
export const bpTextFontLineHeightTitleSmall: number;
|
|
606
|
+
export const bpTextFontLineHeightTitleSubtitle: number;
|
|
607
|
+
export const bpTextFontLineHeightTitleXlarge: number;
|
|
608
|
+
export const bpTextFontFontFamily: string;
|
|
519
609
|
export const bpTextNavTextOnDark: string;
|
|
520
610
|
export const bpTextNavTextOnDarkFocus: string;
|
|
521
611
|
export const bpTextNavTextOnDarkHover: string;
|
|
@@ -565,6 +655,9 @@ export const bpBoxBlue170: string;
|
|
|
565
655
|
export const bpBoxBlue180: string;
|
|
566
656
|
export const bpBoxBlue02: string;
|
|
567
657
|
export const bpBoxBlue05: string;
|
|
658
|
+
export const bpBrandBoxAi100: string;
|
|
659
|
+
export const bpBrandBoxAi120: string;
|
|
660
|
+
export const bpBrandBoxAi140: string;
|
|
568
661
|
export const bpDarkBlue10: string;
|
|
569
662
|
export const bpDarkBlue20: string;
|
|
570
663
|
export const bpDarkBlue30: string;
|
|
@@ -430,6 +430,7 @@ export const bpSurfaceStatusSurfaceDarkBlueHover = '#7f9dc1';
|
|
|
430
430
|
export const bpSurfaceStatusSurfaceError = '#ed3757';
|
|
431
431
|
export const bpSurfaceStatusSurfaceErrorSecondary = '#fbd7dd';
|
|
432
432
|
export const bpSurfaceStatusSurfaceGeneric = '#a7a7a7';
|
|
433
|
+
export const bpSurfaceStatusSurfaceGenericSecondary = '#e8e8e8';
|
|
433
434
|
export const bpSurfaceStatusSurfaceGray = '#e8e8e8';
|
|
434
435
|
export const bpSurfaceStatusSurfaceGrayFocus = '#e8e8e8';
|
|
435
436
|
export const bpSurfaceStatusSurfaceGrayHover = '#e8e8e8';
|
|
@@ -516,6 +517,95 @@ export const bpTextCtaPromo = '#4826c2';
|
|
|
516
517
|
export const bpTextCtaSecondary = '#6f6f6f';
|
|
517
518
|
export const bpTextCtaSecondaryHover = '#4e4e4e';
|
|
518
519
|
export const bpTextCtaSecondaryPressed = '#4e4e4e';
|
|
520
|
+
export const bpTextFontFontSizeBodyDefault = 15;
|
|
521
|
+
export const bpTextFontFontSizeBodyDefaultBold = 15;
|
|
522
|
+
export const bpTextFontFontSizeBodyDefaultSemibold = 15;
|
|
523
|
+
export const bpTextFontFontSizeBodyLarge = 16;
|
|
524
|
+
export const bpTextFontFontSizeBodyLargeBold = 16;
|
|
525
|
+
export const bpTextFontFontSizeBodySmall = 12;
|
|
526
|
+
export const bpTextFontFontSizeBodySmallSemibold = 13;
|
|
527
|
+
export const bpTextFontFontSizeCaptionBold = 12;
|
|
528
|
+
export const bpTextFontFontSizeCaptionDefault = 12;
|
|
529
|
+
export const bpTextFontFontSizeLabelBold = 10;
|
|
530
|
+
export const bpTextFontFontSizeLabelDefault = 10;
|
|
531
|
+
export const bpTextFontFontSizeLinkDefault = 15;
|
|
532
|
+
export const bpTextFontFontSizeMetricLarge = 48;
|
|
533
|
+
export const bpTextFontFontSizeMetricMedium = 36;
|
|
534
|
+
export const bpTextFontFontSizeMetricSmall = 24;
|
|
535
|
+
export const bpTextFontFontSizeNotificationDefault = 9;
|
|
536
|
+
export const bpTextFontFontSizeTitleLarge = 19;
|
|
537
|
+
export const bpTextFontFontSizeTitleMedium = 18;
|
|
538
|
+
export const bpTextFontFontSizeTitleMondo = 36;
|
|
539
|
+
export const bpTextFontFontSizeTitleSmall = 17;
|
|
540
|
+
export const bpTextFontFontSizeTitleSubtitle = 16;
|
|
541
|
+
export const bpTextFontFontSizeTitleXlarge = 21;
|
|
542
|
+
export const bpTextFontFontWeightBodyDefault = 400;
|
|
543
|
+
export const bpTextFontFontWeightBodyDefaultBold = 700;
|
|
544
|
+
export const bpTextFontFontWeightBodyDefaultSemibold = 600;
|
|
545
|
+
export const bpTextFontFontWeightBodyLarge = 400;
|
|
546
|
+
export const bpTextFontFontWeightBodyLargeBold = 700;
|
|
547
|
+
export const bpTextFontFontWeightBodySmall = 400;
|
|
548
|
+
export const bpTextFontFontWeightBodySmallSemibold = 600;
|
|
549
|
+
export const bpTextFontFontWeightCaptionBold = 700;
|
|
550
|
+
export const bpTextFontFontWeightCaptionDefault = 400;
|
|
551
|
+
export const bpTextFontFontWeightLabelBold = 700;
|
|
552
|
+
export const bpTextFontFontWeightLabelDefault = 400;
|
|
553
|
+
export const bpTextFontFontWeightLinkDefault = 400;
|
|
554
|
+
export const bpTextFontFontWeightMetricLarge = 700;
|
|
555
|
+
export const bpTextFontFontWeightMetricMedium = 700;
|
|
556
|
+
export const bpTextFontFontWeightMetricSmall = 700;
|
|
557
|
+
export const bpTextFontFontWeightNotificationDefault = 700;
|
|
558
|
+
export const bpTextFontFontWeightTitleLarge = 700;
|
|
559
|
+
export const bpTextFontFontWeightTitleMedium = 700;
|
|
560
|
+
export const bpTextFontFontWeightTitleMondo = 900;
|
|
561
|
+
export const bpTextFontFontWeightTitleSmall = 700;
|
|
562
|
+
export const bpTextFontFontWeightTitleSubtitle = 700;
|
|
563
|
+
export const bpTextFontFontWeightTitleXlarge = 700;
|
|
564
|
+
export const bpTextFontLetterSpacingBodyDefault = 0.3;
|
|
565
|
+
export const bpTextFontLetterSpacingBodyDefaultBold = 0.3;
|
|
566
|
+
export const bpTextFontLetterSpacingBodyDefaultSemibold = 0.3;
|
|
567
|
+
export const bpTextFontLetterSpacingBodyLarge = 0.3;
|
|
568
|
+
export const bpTextFontLetterSpacingBodyLargeBold = 0.3;
|
|
569
|
+
export const bpTextFontLetterSpacingBodySmall = 0.3;
|
|
570
|
+
export const bpTextFontLetterSpacingBodySmallSemibold = 0.3;
|
|
571
|
+
export const bpTextFontLetterSpacingCaptionBold = 0.3;
|
|
572
|
+
export const bpTextFontLetterSpacingCaptionDefault = 0.3;
|
|
573
|
+
export const bpTextFontLetterSpacingLabelBold = 0.6;
|
|
574
|
+
export const bpTextFontLetterSpacingLabelDefault = 0.6;
|
|
575
|
+
export const bpTextFontLetterSpacingLinkDefault = 0.3;
|
|
576
|
+
export const bpTextFontLetterSpacingMetricLarge = 0.3;
|
|
577
|
+
export const bpTextFontLetterSpacingMetricMedium = 0.3;
|
|
578
|
+
export const bpTextFontLetterSpacingMetricSmall = 0.3;
|
|
579
|
+
export const bpTextFontLetterSpacingNotificationDefault = 0.3;
|
|
580
|
+
export const bpTextFontLetterSpacingTitleLarge = 0.3;
|
|
581
|
+
export const bpTextFontLetterSpacingTitleMedium = 0.3;
|
|
582
|
+
export const bpTextFontLetterSpacingTitleMondo = 0;
|
|
583
|
+
export const bpTextFontLetterSpacingTitleSmall = 0.3;
|
|
584
|
+
export const bpTextFontLetterSpacingTitleSubtitle = 0.3;
|
|
585
|
+
export const bpTextFontLetterSpacingTitleXlarge = 0.3;
|
|
586
|
+
export const bpTextFontLineHeightBodyDefault = 20;
|
|
587
|
+
export const bpTextFontLineHeightBodyDefaultBold = 20;
|
|
588
|
+
export const bpTextFontLineHeightBodyDefaultSemibold = 20;
|
|
589
|
+
export const bpTextFontLineHeightBodyLarge = 24;
|
|
590
|
+
export const bpTextFontLineHeightBodyLargeBold = 24;
|
|
591
|
+
export const bpTextFontLineHeightBodySmall = 20;
|
|
592
|
+
export const bpTextFontLineHeightBodySmallSemibold = 20;
|
|
593
|
+
export const bpTextFontLineHeightCaptionBold = 14;
|
|
594
|
+
export const bpTextFontLineHeightCaptionDefault = 14;
|
|
595
|
+
export const bpTextFontLineHeightLabelBold = 16;
|
|
596
|
+
export const bpTextFontLineHeightLabelDefault = 16;
|
|
597
|
+
export const bpTextFontLineHeightLinkDefault = 20;
|
|
598
|
+
export const bpTextFontLineHeightMetricLarge = 48;
|
|
599
|
+
export const bpTextFontLineHeightMetricMedium = 36;
|
|
600
|
+
export const bpTextFontLineHeightMetricSmall = 24;
|
|
601
|
+
export const bpTextFontLineHeightNotificationDefault = 12;
|
|
602
|
+
export const bpTextFontLineHeightTitleLarge = 24;
|
|
603
|
+
export const bpTextFontLineHeightTitleMedium = 24;
|
|
604
|
+
export const bpTextFontLineHeightTitleMondo = 44;
|
|
605
|
+
export const bpTextFontLineHeightTitleSmall = 20;
|
|
606
|
+
export const bpTextFontLineHeightTitleSubtitle = 20;
|
|
607
|
+
export const bpTextFontLineHeightTitleXlarge = 32;
|
|
608
|
+
export const bpTextFontFontFamily = 'Lato';
|
|
519
609
|
export const bpTextNavTextOnDark = '#ffffff';
|
|
520
610
|
export const bpTextNavTextOnDarkFocus = '#ffffff';
|
|
521
611
|
export const bpTextNavTextOnDarkHover = '#ffffff';
|
|
@@ -565,6 +655,9 @@ export const bpBoxBlue170 = '#001d40';
|
|
|
565
655
|
export const bpBoxBlue180 = '#00132b';
|
|
566
656
|
export const bpBoxBlue02 = '#fafcfe';
|
|
567
657
|
export const bpBoxBlue05 = '#f2f7fd';
|
|
658
|
+
export const bpBrandBoxAi100 = 'linear-gradient(135deg, #FE03DC 0%, #2784FA 100%)';
|
|
659
|
+
export const bpBrandBoxAi120 = 'linear-gradient(135deg, #CB02B0 0%, #1F6AC8 100%)';
|
|
660
|
+
export const bpBrandBoxAi140 = 'linear-gradient(135deg, #980284 0%, #174F96 100%)';
|
|
568
661
|
export const bpDarkBlue10 = '#e5ebf2';
|
|
569
662
|
export const bpDarkBlue20 = '#ccd8e6';
|
|
570
663
|
export const bpDarkBlue30 = '#b2c4da';
|
|
@@ -431,6 +431,7 @@
|
|
|
431
431
|
"BpSurfaceStatusSurfaceError": "#ed3757",
|
|
432
432
|
"BpSurfaceStatusSurfaceErrorSecondary": "#fbd7dd",
|
|
433
433
|
"BpSurfaceStatusSurfaceGeneric": "#a7a7a7",
|
|
434
|
+
"BpSurfaceStatusSurfaceGenericSecondary": "#e8e8e8",
|
|
434
435
|
"BpSurfaceStatusSurfaceGray": "#e8e8e8",
|
|
435
436
|
"BpSurfaceStatusSurfaceGrayFocus": "#e8e8e8",
|
|
436
437
|
"BpSurfaceStatusSurfaceGrayHover": "#e8e8e8",
|
|
@@ -517,6 +518,95 @@
|
|
|
517
518
|
"BpTextCtaSecondary": "#6f6f6f",
|
|
518
519
|
"BpTextCtaSecondaryHover": "#4e4e4e",
|
|
519
520
|
"BpTextCtaSecondaryPressed": "#4e4e4e",
|
|
521
|
+
"BpTextFontFontSizeBodyDefault": 15,
|
|
522
|
+
"BpTextFontFontSizeBodyDefaultBold": 15,
|
|
523
|
+
"BpTextFontFontSizeBodyDefaultSemibold": 15,
|
|
524
|
+
"BpTextFontFontSizeBodyLarge": 16,
|
|
525
|
+
"BpTextFontFontSizeBodyLargeBold": 16,
|
|
526
|
+
"BpTextFontFontSizeBodySmall": 12,
|
|
527
|
+
"BpTextFontFontSizeBodySmallSemibold": 13,
|
|
528
|
+
"BpTextFontFontSizeCaptionBold": 12,
|
|
529
|
+
"BpTextFontFontSizeCaptionDefault": 12,
|
|
530
|
+
"BpTextFontFontSizeLabelBold": 10,
|
|
531
|
+
"BpTextFontFontSizeLabelDefault": 10,
|
|
532
|
+
"BpTextFontFontSizeLinkDefault": 15,
|
|
533
|
+
"BpTextFontFontSizeMetricLarge": 48,
|
|
534
|
+
"BpTextFontFontSizeMetricMedium": 36,
|
|
535
|
+
"BpTextFontFontSizeMetricSmall": 24,
|
|
536
|
+
"BpTextFontFontSizeNotificationDefault": 9,
|
|
537
|
+
"BpTextFontFontSizeTitleLarge": 19,
|
|
538
|
+
"BpTextFontFontSizeTitleMedium": 18,
|
|
539
|
+
"BpTextFontFontSizeTitleMondo": 36,
|
|
540
|
+
"BpTextFontFontSizeTitleSmall": 17,
|
|
541
|
+
"BpTextFontFontSizeTitleSubtitle": 16,
|
|
542
|
+
"BpTextFontFontSizeTitleXlarge": 21,
|
|
543
|
+
"BpTextFontFontWeightBodyDefault": 400,
|
|
544
|
+
"BpTextFontFontWeightBodyDefaultBold": 700,
|
|
545
|
+
"BpTextFontFontWeightBodyDefaultSemibold": 600,
|
|
546
|
+
"BpTextFontFontWeightBodyLarge": 400,
|
|
547
|
+
"BpTextFontFontWeightBodyLargeBold": 700,
|
|
548
|
+
"BpTextFontFontWeightBodySmall": 400,
|
|
549
|
+
"BpTextFontFontWeightBodySmallSemibold": 600,
|
|
550
|
+
"BpTextFontFontWeightCaptionBold": 700,
|
|
551
|
+
"BpTextFontFontWeightCaptionDefault": 400,
|
|
552
|
+
"BpTextFontFontWeightLabelBold": 700,
|
|
553
|
+
"BpTextFontFontWeightLabelDefault": 400,
|
|
554
|
+
"BpTextFontFontWeightLinkDefault": 400,
|
|
555
|
+
"BpTextFontFontWeightMetricLarge": 700,
|
|
556
|
+
"BpTextFontFontWeightMetricMedium": 700,
|
|
557
|
+
"BpTextFontFontWeightMetricSmall": 700,
|
|
558
|
+
"BpTextFontFontWeightNotificationDefault": 700,
|
|
559
|
+
"BpTextFontFontWeightTitleLarge": 700,
|
|
560
|
+
"BpTextFontFontWeightTitleMedium": 700,
|
|
561
|
+
"BpTextFontFontWeightTitleMondo": 900,
|
|
562
|
+
"BpTextFontFontWeightTitleSmall": 700,
|
|
563
|
+
"BpTextFontFontWeightTitleSubtitle": 700,
|
|
564
|
+
"BpTextFontFontWeightTitleXlarge": 700,
|
|
565
|
+
"BpTextFontLetterSpacingBodyDefault": 0.3,
|
|
566
|
+
"BpTextFontLetterSpacingBodyDefaultBold": 0.3,
|
|
567
|
+
"BpTextFontLetterSpacingBodyDefaultSemibold": 0.3,
|
|
568
|
+
"BpTextFontLetterSpacingBodyLarge": 0.3,
|
|
569
|
+
"BpTextFontLetterSpacingBodyLargeBold": 0.3,
|
|
570
|
+
"BpTextFontLetterSpacingBodySmall": 0.3,
|
|
571
|
+
"BpTextFontLetterSpacingBodySmallSemibold": 0.3,
|
|
572
|
+
"BpTextFontLetterSpacingCaptionBold": 0.3,
|
|
573
|
+
"BpTextFontLetterSpacingCaptionDefault": 0.3,
|
|
574
|
+
"BpTextFontLetterSpacingLabelBold": 0.6,
|
|
575
|
+
"BpTextFontLetterSpacingLabelDefault": 0.6,
|
|
576
|
+
"BpTextFontLetterSpacingLinkDefault": 0.3,
|
|
577
|
+
"BpTextFontLetterSpacingMetricLarge": 0.3,
|
|
578
|
+
"BpTextFontLetterSpacingMetricMedium": 0.3,
|
|
579
|
+
"BpTextFontLetterSpacingMetricSmall": 0.3,
|
|
580
|
+
"BpTextFontLetterSpacingNotificationDefault": 0.3,
|
|
581
|
+
"BpTextFontLetterSpacingTitleLarge": 0.3,
|
|
582
|
+
"BpTextFontLetterSpacingTitleMedium": 0.3,
|
|
583
|
+
"BpTextFontLetterSpacingTitleMondo": 0,
|
|
584
|
+
"BpTextFontLetterSpacingTitleSmall": 0.3,
|
|
585
|
+
"BpTextFontLetterSpacingTitleSubtitle": 0.3,
|
|
586
|
+
"BpTextFontLetterSpacingTitleXlarge": 0.3,
|
|
587
|
+
"BpTextFontLineHeightBodyDefault": 20,
|
|
588
|
+
"BpTextFontLineHeightBodyDefaultBold": 20,
|
|
589
|
+
"BpTextFontLineHeightBodyDefaultSemibold": 20,
|
|
590
|
+
"BpTextFontLineHeightBodyLarge": 24,
|
|
591
|
+
"BpTextFontLineHeightBodyLargeBold": 24,
|
|
592
|
+
"BpTextFontLineHeightBodySmall": 20,
|
|
593
|
+
"BpTextFontLineHeightBodySmallSemibold": 20,
|
|
594
|
+
"BpTextFontLineHeightCaptionBold": 14,
|
|
595
|
+
"BpTextFontLineHeightCaptionDefault": 14,
|
|
596
|
+
"BpTextFontLineHeightLabelBold": 16,
|
|
597
|
+
"BpTextFontLineHeightLabelDefault": 16,
|
|
598
|
+
"BpTextFontLineHeightLinkDefault": 20,
|
|
599
|
+
"BpTextFontLineHeightMetricLarge": 48,
|
|
600
|
+
"BpTextFontLineHeightMetricMedium": 36,
|
|
601
|
+
"BpTextFontLineHeightMetricSmall": 24,
|
|
602
|
+
"BpTextFontLineHeightNotificationDefault": 12,
|
|
603
|
+
"BpTextFontLineHeightTitleLarge": 24,
|
|
604
|
+
"BpTextFontLineHeightTitleMedium": 24,
|
|
605
|
+
"BpTextFontLineHeightTitleMondo": 44,
|
|
606
|
+
"BpTextFontLineHeightTitleSmall": 20,
|
|
607
|
+
"BpTextFontLineHeightTitleSubtitle": 20,
|
|
608
|
+
"BpTextFontLineHeightTitleXlarge": 32,
|
|
609
|
+
"BpTextFontFontFamily": "Lato",
|
|
520
610
|
"BpTextNavTextOnDark": "#ffffff",
|
|
521
611
|
"BpTextNavTextOnDarkFocus": "#ffffff",
|
|
522
612
|
"BpTextNavTextOnDarkHover": "#ffffff",
|
|
@@ -566,6 +656,9 @@
|
|
|
566
656
|
"BpBoxBlue180": "#00132b",
|
|
567
657
|
"BpBoxBlue02": "#fafcfe",
|
|
568
658
|
"BpBoxBlue05": "#f2f7fd",
|
|
659
|
+
"BpBrandBoxAi100": "linear-gradient(135deg, #FE03DC 0%, #2784FA 100%)",
|
|
660
|
+
"BpBrandBoxAi120": "linear-gradient(135deg, #CB02B0 0%, #1F6AC8 100%)",
|
|
661
|
+
"BpBrandBoxAi140": "linear-gradient(135deg, #980284 0%, #174F96 100%)",
|
|
569
662
|
"BpDarkBlue10": "#e5ebf2",
|
|
570
663
|
"BpDarkBlue20": "#ccd8e6",
|
|
571
664
|
"BpDarkBlue30": "#b2c4da",
|
|
@@ -1256,6 +1256,7 @@ export const bpSurfaceStatusSurfaceDarkBlueHover: string;
|
|
|
1256
1256
|
export const bpSurfaceStatusSurfaceError: string;
|
|
1257
1257
|
export const bpSurfaceStatusSurfaceErrorSecondary: string;
|
|
1258
1258
|
export const bpSurfaceStatusSurfaceGeneric: string;
|
|
1259
|
+
export const bpSurfaceStatusSurfaceGenericSecondary: string;
|
|
1259
1260
|
export const bpSurfaceStatusSurfaceGray: string;
|
|
1260
1261
|
export const bpSurfaceStatusSurfaceGrayFocus: string;
|
|
1261
1262
|
export const bpSurfaceStatusSurfaceGrayHover: string;
|
|
@@ -1342,6 +1343,95 @@ export const bpTextCtaPromo: string;
|
|
|
1342
1343
|
export const bpTextCtaSecondary: string;
|
|
1343
1344
|
export const bpTextCtaSecondaryHover: string;
|
|
1344
1345
|
export const bpTextCtaSecondaryPressed: string;
|
|
1346
|
+
export const bpTextFontFontSizeBodyDefault: number;
|
|
1347
|
+
export const bpTextFontFontSizeBodyDefaultBold: number;
|
|
1348
|
+
export const bpTextFontFontSizeBodyDefaultSemibold: number;
|
|
1349
|
+
export const bpTextFontFontSizeBodyLarge: number;
|
|
1350
|
+
export const bpTextFontFontSizeBodyLargeBold: number;
|
|
1351
|
+
export const bpTextFontFontSizeBodySmall: number;
|
|
1352
|
+
export const bpTextFontFontSizeBodySmallSemibold: number;
|
|
1353
|
+
export const bpTextFontFontSizeCaptionBold: number;
|
|
1354
|
+
export const bpTextFontFontSizeCaptionDefault: number;
|
|
1355
|
+
export const bpTextFontFontSizeLabelBold: number;
|
|
1356
|
+
export const bpTextFontFontSizeLabelDefault: number;
|
|
1357
|
+
export const bpTextFontFontSizeLinkDefault: number;
|
|
1358
|
+
export const bpTextFontFontSizeMetricLarge: number;
|
|
1359
|
+
export const bpTextFontFontSizeMetricMedium: number;
|
|
1360
|
+
export const bpTextFontFontSizeMetricSmall: number;
|
|
1361
|
+
export const bpTextFontFontSizeNotificationDefault: number;
|
|
1362
|
+
export const bpTextFontFontSizeTitleLarge: number;
|
|
1363
|
+
export const bpTextFontFontSizeTitleMedium: number;
|
|
1364
|
+
export const bpTextFontFontSizeTitleMondo: number;
|
|
1365
|
+
export const bpTextFontFontSizeTitleSmall: number;
|
|
1366
|
+
export const bpTextFontFontSizeTitleSubtitle: number;
|
|
1367
|
+
export const bpTextFontFontSizeTitleXlarge: number;
|
|
1368
|
+
export const bpTextFontFontWeightBodyDefault: number;
|
|
1369
|
+
export const bpTextFontFontWeightBodyDefaultBold: number;
|
|
1370
|
+
export const bpTextFontFontWeightBodyDefaultSemibold: number;
|
|
1371
|
+
export const bpTextFontFontWeightBodyLarge: number;
|
|
1372
|
+
export const bpTextFontFontWeightBodyLargeBold: number;
|
|
1373
|
+
export const bpTextFontFontWeightBodySmall: number;
|
|
1374
|
+
export const bpTextFontFontWeightBodySmallSemibold: number;
|
|
1375
|
+
export const bpTextFontFontWeightCaptionBold: number;
|
|
1376
|
+
export const bpTextFontFontWeightCaptionDefault: number;
|
|
1377
|
+
export const bpTextFontFontWeightLabelBold: number;
|
|
1378
|
+
export const bpTextFontFontWeightLabelDefault: number;
|
|
1379
|
+
export const bpTextFontFontWeightLinkDefault: number;
|
|
1380
|
+
export const bpTextFontFontWeightMetricLarge: number;
|
|
1381
|
+
export const bpTextFontFontWeightMetricMedium: number;
|
|
1382
|
+
export const bpTextFontFontWeightMetricSmall: number;
|
|
1383
|
+
export const bpTextFontFontWeightNotificationDefault: number;
|
|
1384
|
+
export const bpTextFontFontWeightTitleLarge: number;
|
|
1385
|
+
export const bpTextFontFontWeightTitleMedium: number;
|
|
1386
|
+
export const bpTextFontFontWeightTitleMondo: number;
|
|
1387
|
+
export const bpTextFontFontWeightTitleSmall: number;
|
|
1388
|
+
export const bpTextFontFontWeightTitleSubtitle: number;
|
|
1389
|
+
export const bpTextFontFontWeightTitleXlarge: number;
|
|
1390
|
+
export const bpTextFontLetterSpacingBodyDefault: number;
|
|
1391
|
+
export const bpTextFontLetterSpacingBodyDefaultBold: number;
|
|
1392
|
+
export const bpTextFontLetterSpacingBodyDefaultSemibold: number;
|
|
1393
|
+
export const bpTextFontLetterSpacingBodyLarge: number;
|
|
1394
|
+
export const bpTextFontLetterSpacingBodyLargeBold: number;
|
|
1395
|
+
export const bpTextFontLetterSpacingBodySmall: number;
|
|
1396
|
+
export const bpTextFontLetterSpacingBodySmallSemibold: number;
|
|
1397
|
+
export const bpTextFontLetterSpacingCaptionBold: number;
|
|
1398
|
+
export const bpTextFontLetterSpacingCaptionDefault: number;
|
|
1399
|
+
export const bpTextFontLetterSpacingLabelBold: number;
|
|
1400
|
+
export const bpTextFontLetterSpacingLabelDefault: number;
|
|
1401
|
+
export const bpTextFontLetterSpacingLinkDefault: number;
|
|
1402
|
+
export const bpTextFontLetterSpacingMetricLarge: number;
|
|
1403
|
+
export const bpTextFontLetterSpacingMetricMedium: number;
|
|
1404
|
+
export const bpTextFontLetterSpacingMetricSmall: number;
|
|
1405
|
+
export const bpTextFontLetterSpacingNotificationDefault: number;
|
|
1406
|
+
export const bpTextFontLetterSpacingTitleLarge: number;
|
|
1407
|
+
export const bpTextFontLetterSpacingTitleMedium: number;
|
|
1408
|
+
export const bpTextFontLetterSpacingTitleMondo: number;
|
|
1409
|
+
export const bpTextFontLetterSpacingTitleSmall: number;
|
|
1410
|
+
export const bpTextFontLetterSpacingTitleSubtitle: number;
|
|
1411
|
+
export const bpTextFontLetterSpacingTitleXlarge: number;
|
|
1412
|
+
export const bpTextFontLineHeightBodyDefault: number;
|
|
1413
|
+
export const bpTextFontLineHeightBodyDefaultBold: number;
|
|
1414
|
+
export const bpTextFontLineHeightBodyDefaultSemibold: number;
|
|
1415
|
+
export const bpTextFontLineHeightBodyLarge: number;
|
|
1416
|
+
export const bpTextFontLineHeightBodyLargeBold: number;
|
|
1417
|
+
export const bpTextFontLineHeightBodySmall: number;
|
|
1418
|
+
export const bpTextFontLineHeightBodySmallSemibold: number;
|
|
1419
|
+
export const bpTextFontLineHeightCaptionBold: number;
|
|
1420
|
+
export const bpTextFontLineHeightCaptionDefault: number;
|
|
1421
|
+
export const bpTextFontLineHeightLabelBold: number;
|
|
1422
|
+
export const bpTextFontLineHeightLabelDefault: number;
|
|
1423
|
+
export const bpTextFontLineHeightLinkDefault: number;
|
|
1424
|
+
export const bpTextFontLineHeightMetricLarge: number;
|
|
1425
|
+
export const bpTextFontLineHeightMetricMedium: number;
|
|
1426
|
+
export const bpTextFontLineHeightMetricSmall: number;
|
|
1427
|
+
export const bpTextFontLineHeightNotificationDefault: number;
|
|
1428
|
+
export const bpTextFontLineHeightTitleLarge: number;
|
|
1429
|
+
export const bpTextFontLineHeightTitleMedium: number;
|
|
1430
|
+
export const bpTextFontLineHeightTitleMondo: number;
|
|
1431
|
+
export const bpTextFontLineHeightTitleSmall: number;
|
|
1432
|
+
export const bpTextFontLineHeightTitleSubtitle: number;
|
|
1433
|
+
export const bpTextFontLineHeightTitleXlarge: number;
|
|
1434
|
+
export const bpTextFontFontFamily: string;
|
|
1345
1435
|
export const bpTextNavTextOnDark: string;
|
|
1346
1436
|
export const bpTextNavTextOnDarkFocus: string;
|
|
1347
1437
|
export const bpTextNavTextOnDarkHover: string;
|
|
@@ -1391,6 +1481,9 @@ export const bpBoxBlue170: string;
|
|
|
1391
1481
|
export const bpBoxBlue180: string;
|
|
1392
1482
|
export const bpBoxBlue02: string;
|
|
1393
1483
|
export const bpBoxBlue05: string;
|
|
1484
|
+
export const bpBrandBoxAi100: string;
|
|
1485
|
+
export const bpBrandBoxAi120: string;
|
|
1486
|
+
export const bpBrandBoxAi140: string;
|
|
1394
1487
|
export const bpDarkBlue10: string;
|
|
1395
1488
|
export const bpDarkBlue20: string;
|
|
1396
1489
|
export const bpDarkBlue30: string;
|
package/dist/tokens/px-tokens.js
CHANGED
|
@@ -1261,6 +1261,7 @@ export const bpSurfaceStatusSurfaceDarkBlueHover = '#7f9dc1';
|
|
|
1261
1261
|
export const bpSurfaceStatusSurfaceError = '#ed3757';
|
|
1262
1262
|
export const bpSurfaceStatusSurfaceErrorSecondary = '#fbd7dd';
|
|
1263
1263
|
export const bpSurfaceStatusSurfaceGeneric = '#a7a7a7';
|
|
1264
|
+
export const bpSurfaceStatusSurfaceGenericSecondary = '#e8e8e8';
|
|
1264
1265
|
export const bpSurfaceStatusSurfaceGray = '#e8e8e8';
|
|
1265
1266
|
export const bpSurfaceStatusSurfaceGrayFocus = '#e8e8e8';
|
|
1266
1267
|
export const bpSurfaceStatusSurfaceGrayHover = '#e8e8e8';
|
|
@@ -1347,6 +1348,95 @@ export const bpTextCtaPromo = '#4826c2';
|
|
|
1347
1348
|
export const bpTextCtaSecondary = '#6f6f6f';
|
|
1348
1349
|
export const bpTextCtaSecondaryHover = '#4e4e4e';
|
|
1349
1350
|
export const bpTextCtaSecondaryPressed = '#4e4e4e';
|
|
1351
|
+
export const bpTextFontFontSizeBodyDefault = 15;
|
|
1352
|
+
export const bpTextFontFontSizeBodyDefaultBold = 15;
|
|
1353
|
+
export const bpTextFontFontSizeBodyDefaultSemibold = 15;
|
|
1354
|
+
export const bpTextFontFontSizeBodyLarge = 16;
|
|
1355
|
+
export const bpTextFontFontSizeBodyLargeBold = 16;
|
|
1356
|
+
export const bpTextFontFontSizeBodySmall = 12;
|
|
1357
|
+
export const bpTextFontFontSizeBodySmallSemibold = 13;
|
|
1358
|
+
export const bpTextFontFontSizeCaptionBold = 12;
|
|
1359
|
+
export const bpTextFontFontSizeCaptionDefault = 12;
|
|
1360
|
+
export const bpTextFontFontSizeLabelBold = 10;
|
|
1361
|
+
export const bpTextFontFontSizeLabelDefault = 10;
|
|
1362
|
+
export const bpTextFontFontSizeLinkDefault = 15;
|
|
1363
|
+
export const bpTextFontFontSizeMetricLarge = 48;
|
|
1364
|
+
export const bpTextFontFontSizeMetricMedium = 36;
|
|
1365
|
+
export const bpTextFontFontSizeMetricSmall = 24;
|
|
1366
|
+
export const bpTextFontFontSizeNotificationDefault = 9;
|
|
1367
|
+
export const bpTextFontFontSizeTitleLarge = 19;
|
|
1368
|
+
export const bpTextFontFontSizeTitleMedium = 18;
|
|
1369
|
+
export const bpTextFontFontSizeTitleMondo = 36;
|
|
1370
|
+
export const bpTextFontFontSizeTitleSmall = 17;
|
|
1371
|
+
export const bpTextFontFontSizeTitleSubtitle = 16;
|
|
1372
|
+
export const bpTextFontFontSizeTitleXlarge = 21;
|
|
1373
|
+
export const bpTextFontFontWeightBodyDefault = 400;
|
|
1374
|
+
export const bpTextFontFontWeightBodyDefaultBold = 700;
|
|
1375
|
+
export const bpTextFontFontWeightBodyDefaultSemibold = 600;
|
|
1376
|
+
export const bpTextFontFontWeightBodyLarge = 400;
|
|
1377
|
+
export const bpTextFontFontWeightBodyLargeBold = 700;
|
|
1378
|
+
export const bpTextFontFontWeightBodySmall = 400;
|
|
1379
|
+
export const bpTextFontFontWeightBodySmallSemibold = 600;
|
|
1380
|
+
export const bpTextFontFontWeightCaptionBold = 700;
|
|
1381
|
+
export const bpTextFontFontWeightCaptionDefault = 400;
|
|
1382
|
+
export const bpTextFontFontWeightLabelBold = 700;
|
|
1383
|
+
export const bpTextFontFontWeightLabelDefault = 400;
|
|
1384
|
+
export const bpTextFontFontWeightLinkDefault = 400;
|
|
1385
|
+
export const bpTextFontFontWeightMetricLarge = 700;
|
|
1386
|
+
export const bpTextFontFontWeightMetricMedium = 700;
|
|
1387
|
+
export const bpTextFontFontWeightMetricSmall = 700;
|
|
1388
|
+
export const bpTextFontFontWeightNotificationDefault = 700;
|
|
1389
|
+
export const bpTextFontFontWeightTitleLarge = 700;
|
|
1390
|
+
export const bpTextFontFontWeightTitleMedium = 700;
|
|
1391
|
+
export const bpTextFontFontWeightTitleMondo = 900;
|
|
1392
|
+
export const bpTextFontFontWeightTitleSmall = 700;
|
|
1393
|
+
export const bpTextFontFontWeightTitleSubtitle = 700;
|
|
1394
|
+
export const bpTextFontFontWeightTitleXlarge = 700;
|
|
1395
|
+
export const bpTextFontLetterSpacingBodyDefault = 0.3;
|
|
1396
|
+
export const bpTextFontLetterSpacingBodyDefaultBold = 0.3;
|
|
1397
|
+
export const bpTextFontLetterSpacingBodyDefaultSemibold = 0.3;
|
|
1398
|
+
export const bpTextFontLetterSpacingBodyLarge = 0.3;
|
|
1399
|
+
export const bpTextFontLetterSpacingBodyLargeBold = 0.3;
|
|
1400
|
+
export const bpTextFontLetterSpacingBodySmall = 0.3;
|
|
1401
|
+
export const bpTextFontLetterSpacingBodySmallSemibold = 0.3;
|
|
1402
|
+
export const bpTextFontLetterSpacingCaptionBold = 0.3;
|
|
1403
|
+
export const bpTextFontLetterSpacingCaptionDefault = 0.3;
|
|
1404
|
+
export const bpTextFontLetterSpacingLabelBold = 0.6;
|
|
1405
|
+
export const bpTextFontLetterSpacingLabelDefault = 0.6;
|
|
1406
|
+
export const bpTextFontLetterSpacingLinkDefault = 0.3;
|
|
1407
|
+
export const bpTextFontLetterSpacingMetricLarge = 0.3;
|
|
1408
|
+
export const bpTextFontLetterSpacingMetricMedium = 0.3;
|
|
1409
|
+
export const bpTextFontLetterSpacingMetricSmall = 0.3;
|
|
1410
|
+
export const bpTextFontLetterSpacingNotificationDefault = 0.3;
|
|
1411
|
+
export const bpTextFontLetterSpacingTitleLarge = 0.3;
|
|
1412
|
+
export const bpTextFontLetterSpacingTitleMedium = 0.3;
|
|
1413
|
+
export const bpTextFontLetterSpacingTitleMondo = 0;
|
|
1414
|
+
export const bpTextFontLetterSpacingTitleSmall = 0.3;
|
|
1415
|
+
export const bpTextFontLetterSpacingTitleSubtitle = 0.3;
|
|
1416
|
+
export const bpTextFontLetterSpacingTitleXlarge = 0.3;
|
|
1417
|
+
export const bpTextFontLineHeightBodyDefault = 20;
|
|
1418
|
+
export const bpTextFontLineHeightBodyDefaultBold = 20;
|
|
1419
|
+
export const bpTextFontLineHeightBodyDefaultSemibold = 20;
|
|
1420
|
+
export const bpTextFontLineHeightBodyLarge = 24;
|
|
1421
|
+
export const bpTextFontLineHeightBodyLargeBold = 24;
|
|
1422
|
+
export const bpTextFontLineHeightBodySmall = 20;
|
|
1423
|
+
export const bpTextFontLineHeightBodySmallSemibold = 20;
|
|
1424
|
+
export const bpTextFontLineHeightCaptionBold = 14;
|
|
1425
|
+
export const bpTextFontLineHeightCaptionDefault = 14;
|
|
1426
|
+
export const bpTextFontLineHeightLabelBold = 16;
|
|
1427
|
+
export const bpTextFontLineHeightLabelDefault = 16;
|
|
1428
|
+
export const bpTextFontLineHeightLinkDefault = 20;
|
|
1429
|
+
export const bpTextFontLineHeightMetricLarge = 48;
|
|
1430
|
+
export const bpTextFontLineHeightMetricMedium = 36;
|
|
1431
|
+
export const bpTextFontLineHeightMetricSmall = 24;
|
|
1432
|
+
export const bpTextFontLineHeightNotificationDefault = 12;
|
|
1433
|
+
export const bpTextFontLineHeightTitleLarge = 24;
|
|
1434
|
+
export const bpTextFontLineHeightTitleMedium = 24;
|
|
1435
|
+
export const bpTextFontLineHeightTitleMondo = 44;
|
|
1436
|
+
export const bpTextFontLineHeightTitleSmall = 20;
|
|
1437
|
+
export const bpTextFontLineHeightTitleSubtitle = 20;
|
|
1438
|
+
export const bpTextFontLineHeightTitleXlarge = 32;
|
|
1439
|
+
export const bpTextFontFontFamily = 'Lato';
|
|
1350
1440
|
export const bpTextNavTextOnDark = '#ffffff';
|
|
1351
1441
|
export const bpTextNavTextOnDarkFocus = '#ffffff';
|
|
1352
1442
|
export const bpTextNavTextOnDarkHover = '#ffffff';
|
|
@@ -828,6 +828,95 @@
|
|
|
828
828
|
--bp-surface-surface-brand-disabled: #0061d5;
|
|
829
829
|
--bp-surface-surface-brand-hover: #006ae9;
|
|
830
830
|
--bp-surface-surface-brand-pressed: #004eac;
|
|
831
|
+
--bp-text-font-font-size-body-default: 15;
|
|
832
|
+
--bp-text-font-font-size-body-default-bold: 15;
|
|
833
|
+
--bp-text-font-font-size-body-default-semibold: 15;
|
|
834
|
+
--bp-text-font-font-size-body-large: 16;
|
|
835
|
+
--bp-text-font-font-size-body-large-bold: 16;
|
|
836
|
+
--bp-text-font-font-size-body-small: 12;
|
|
837
|
+
--bp-text-font-font-size-body-small-semibold: 13;
|
|
838
|
+
--bp-text-font-font-size-caption-bold: 12;
|
|
839
|
+
--bp-text-font-font-size-caption-default: 12;
|
|
840
|
+
--bp-text-font-font-size-label-bold: 10;
|
|
841
|
+
--bp-text-font-font-size-label-default: 10;
|
|
842
|
+
--bp-text-font-font-size-link-default: 15;
|
|
843
|
+
--bp-text-font-font-size-metric-large: 48;
|
|
844
|
+
--bp-text-font-font-size-metric-medium: 36;
|
|
845
|
+
--bp-text-font-font-size-metric-small: 24;
|
|
846
|
+
--bp-text-font-font-size-notification-default: 9;
|
|
847
|
+
--bp-text-font-font-size-title-large: 19;
|
|
848
|
+
--bp-text-font-font-size-title-medium: 18;
|
|
849
|
+
--bp-text-font-font-size-title-mondo: 36;
|
|
850
|
+
--bp-text-font-font-size-title-small: 17;
|
|
851
|
+
--bp-text-font-font-size-title-subtitle: 16;
|
|
852
|
+
--bp-text-font-font-size-title-xlarge: 21;
|
|
853
|
+
--bp-text-font-font-weight-body-default: 400;
|
|
854
|
+
--bp-text-font-font-weight-body-default-bold: 700;
|
|
855
|
+
--bp-text-font-font-weight-body-default-semibold: 600;
|
|
856
|
+
--bp-text-font-font-weight-body-large: 400;
|
|
857
|
+
--bp-text-font-font-weight-body-large-bold: 700;
|
|
858
|
+
--bp-text-font-font-weight-body-small: 400;
|
|
859
|
+
--bp-text-font-font-weight-body-small-semibold: 600;
|
|
860
|
+
--bp-text-font-font-weight-caption-bold: 700;
|
|
861
|
+
--bp-text-font-font-weight-caption-default: 400;
|
|
862
|
+
--bp-text-font-font-weight-label-bold: 700;
|
|
863
|
+
--bp-text-font-font-weight-label-default: 400;
|
|
864
|
+
--bp-text-font-font-weight-link-default: 400;
|
|
865
|
+
--bp-text-font-font-weight-metric-large: 700;
|
|
866
|
+
--bp-text-font-font-weight-metric-medium: 700;
|
|
867
|
+
--bp-text-font-font-weight-metric-small: 700;
|
|
868
|
+
--bp-text-font-font-weight-notification-default: 700;
|
|
869
|
+
--bp-text-font-font-weight-title-large: 700;
|
|
870
|
+
--bp-text-font-font-weight-title-medium: 700;
|
|
871
|
+
--bp-text-font-font-weight-title-mondo: 900;
|
|
872
|
+
--bp-text-font-font-weight-title-small: 700;
|
|
873
|
+
--bp-text-font-font-weight-title-subtitle: 700;
|
|
874
|
+
--bp-text-font-font-weight-title-xlarge: 700;
|
|
875
|
+
--bp-text-font-letter-spacing-body-default: 0.3;
|
|
876
|
+
--bp-text-font-letter-spacing-body-default-bold: 0.3;
|
|
877
|
+
--bp-text-font-letter-spacing-body-default-semibold: 0.3;
|
|
878
|
+
--bp-text-font-letter-spacing-body-large: 0.3;
|
|
879
|
+
--bp-text-font-letter-spacing-body-large-bold: 0.3;
|
|
880
|
+
--bp-text-font-letter-spacing-body-small: 0.3;
|
|
881
|
+
--bp-text-font-letter-spacing-body-small-semibold: 0.3;
|
|
882
|
+
--bp-text-font-letter-spacing-caption-bold: 0.3;
|
|
883
|
+
--bp-text-font-letter-spacing-caption-default: 0.3;
|
|
884
|
+
--bp-text-font-letter-spacing-label-bold: 0.6;
|
|
885
|
+
--bp-text-font-letter-spacing-label-default: 0.6;
|
|
886
|
+
--bp-text-font-letter-spacing-link-default: 0.3;
|
|
887
|
+
--bp-text-font-letter-spacing-metric-large: 0.3;
|
|
888
|
+
--bp-text-font-letter-spacing-metric-medium: 0.3;
|
|
889
|
+
--bp-text-font-letter-spacing-metric-small: 0.3;
|
|
890
|
+
--bp-text-font-letter-spacing-notification-default: 0.3;
|
|
891
|
+
--bp-text-font-letter-spacing-title-large: 0.3;
|
|
892
|
+
--bp-text-font-letter-spacing-title-medium: 0.3;
|
|
893
|
+
--bp-text-font-letter-spacing-title-mondo: 0;
|
|
894
|
+
--bp-text-font-letter-spacing-title-small: 0.3;
|
|
895
|
+
--bp-text-font-letter-spacing-title-subtitle: 0.3;
|
|
896
|
+
--bp-text-font-letter-spacing-title-xlarge: 0.3;
|
|
897
|
+
--bp-text-font-line-height-body-default: 20;
|
|
898
|
+
--bp-text-font-line-height-body-default-bold: 20;
|
|
899
|
+
--bp-text-font-line-height-body-default-semibold: 20;
|
|
900
|
+
--bp-text-font-line-height-body-large: 24;
|
|
901
|
+
--bp-text-font-line-height-body-large-bold: 24;
|
|
902
|
+
--bp-text-font-line-height-body-small: 20;
|
|
903
|
+
--bp-text-font-line-height-body-small-semibold: 20;
|
|
904
|
+
--bp-text-font-line-height-caption-bold: 14;
|
|
905
|
+
--bp-text-font-line-height-caption-default: 14;
|
|
906
|
+
--bp-text-font-line-height-label-bold: 16;
|
|
907
|
+
--bp-text-font-line-height-label-default: 16;
|
|
908
|
+
--bp-text-font-line-height-link-default: 20;
|
|
909
|
+
--bp-text-font-line-height-metric-large: 48;
|
|
910
|
+
--bp-text-font-line-height-metric-medium: 36;
|
|
911
|
+
--bp-text-font-line-height-metric-small: 24;
|
|
912
|
+
--bp-text-font-line-height-notification-default: 12;
|
|
913
|
+
--bp-text-font-line-height-title-large: 24;
|
|
914
|
+
--bp-text-font-line-height-title-medium: 24;
|
|
915
|
+
--bp-text-font-line-height-title-mondo: 44;
|
|
916
|
+
--bp-text-font-line-height-title-small: 20;
|
|
917
|
+
--bp-text-font-line-height-title-subtitle: 20;
|
|
918
|
+
--bp-text-font-line-height-title-xlarge: 32;
|
|
919
|
+
--bp-text-font-font-family: Lato;
|
|
831
920
|
--bp-box-blue-10: #e5effa;
|
|
832
921
|
--bp-box-blue-20: #ccdff7;
|
|
833
922
|
--bp-box-blue-30: #b2cff2;
|
|
@@ -853,6 +942,9 @@
|
|
|
853
942
|
--bp-box-blue-180: #00132b;
|
|
854
943
|
--bp-box-blue-02: #fafcfe;
|
|
855
944
|
--bp-box-blue-05: #f2f7fd;
|
|
945
|
+
--bp-brand-box-ai-100: linear-gradient(135deg, #fe03dc 0%, #2784fa 100%);
|
|
946
|
+
--bp-brand-box-ai-120: linear-gradient(135deg, #cb02b0 0%, #1f6ac8 100%);
|
|
947
|
+
--bp-brand-box-ai-140: linear-gradient(135deg, #980284 0%, #174f96 100%);
|
|
856
948
|
--bp-dark-blue-10: #e5ebf2;
|
|
857
949
|
--bp-dark-blue-20: #ccd8e6;
|
|
858
950
|
--bp-dark-blue-30: #b2c4da;
|
|
@@ -1797,6 +1889,7 @@
|
|
|
1797
1889
|
--bp-surface-status-surface-error: var(--bp-watermelon-red-100);
|
|
1798
1890
|
--bp-surface-status-surface-error-secondary: var(--bp-watermelon-red-20);
|
|
1799
1891
|
--bp-surface-status-surface-generic: var(--bp-gray-40);
|
|
1892
|
+
--bp-surface-status-surface-generic-secondary: var(--bp-gray-10);
|
|
1800
1893
|
--bp-surface-status-surface-gray: var(--bp-gray-10);
|
|
1801
1894
|
--bp-surface-status-surface-gray-focus: var(--bp-gray-10);
|
|
1802
1895
|
--bp-surface-status-surface-gray-hover: var(--bp-gray-10);
|