@box/blueprint-web-assets 5.1.1 → 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
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export const bpBackgroundBackground = '#222222';
|
|
1
2
|
export const bpBackgroundBackgroundLightBlue = '#e5effa';
|
|
2
3
|
export const bpBackgroundBackgroundLightDarkBlue = '#e5ebf2';
|
|
3
4
|
export const bpBackgroundBackgroundLightGreen = '#e9f8f2';
|
|
@@ -128,8 +129,8 @@ export const bpIconCtaIconHighContrastHover = 'rgba(0, 0, 0, 0.9)';
|
|
|
128
129
|
export const bpIconCtaIconHighContrastPressed = 'rgba(0, 0, 0, 0.9)';
|
|
129
130
|
export const bpIconCtaIconHover = 'rgba(0, 0, 0, 0.9)';
|
|
130
131
|
export const bpIconCtaIconOnDark = 'rgba(255, 255, 255, 0.8)';
|
|
131
|
-
export const bpIconCtaIconOnDarkHover = '#
|
|
132
|
-
export const bpIconCtaIconOnDarkPressed = '#
|
|
132
|
+
export const bpIconCtaIconOnDarkHover = '#222222';
|
|
133
|
+
export const bpIconCtaIconOnDarkPressed = '#222222';
|
|
133
134
|
export const bpIconCtaIconPressed = '#222222';
|
|
134
135
|
export const bpIconCtaIconUtility = '#4e4e4e';
|
|
135
136
|
export const bpIconCtaIconUtilityHover = '#000000';
|
|
@@ -429,6 +430,7 @@ export const bpSurfaceStatusSurfaceDarkBlueHover = '#7f9dc1';
|
|
|
429
430
|
export const bpSurfaceStatusSurfaceError = '#ed3757';
|
|
430
431
|
export const bpSurfaceStatusSurfaceErrorSecondary = '#fbd7dd';
|
|
431
432
|
export const bpSurfaceStatusSurfaceGeneric = '#a7a7a7';
|
|
433
|
+
export const bpSurfaceStatusSurfaceGenericSecondary = '#383838';
|
|
432
434
|
export const bpSurfaceStatusSurfaceGray = '#e8e8e8';
|
|
433
435
|
export const bpSurfaceStatusSurfaceGrayFocus = '#e8e8e8';
|
|
434
436
|
export const bpSurfaceStatusSurfaceGrayHover = '#e8e8e8';
|
|
@@ -491,8 +493,8 @@ export const bpSurfaceToolbarSurface = '#ffffff';
|
|
|
491
493
|
export const bpSurfaceTooltipSurface = '#222222';
|
|
492
494
|
export const bpSurfaceTooltipSurfaceError = '#fac3cd';
|
|
493
495
|
export const bpSurfaceUploadSurfaceBrandNeutral = '#0061d5';
|
|
494
|
-
export const bpSurfaceSurface = '#
|
|
495
|
-
export const bpSurfaceSurfaceBrand = '#
|
|
496
|
+
export const bpSurfaceSurface = '#222222';
|
|
497
|
+
export const bpSurfaceSurfaceBrand = '#00b6ff';
|
|
496
498
|
export const bpSurfaceSurfaceBrandBusy = '#0061d5';
|
|
497
499
|
export const bpSurfaceSurfaceBrandDisabled = '#0061d5';
|
|
498
500
|
export const bpSurfaceSurfaceBrandHover = '#006ae9';
|
|
@@ -515,14 +517,103 @@ export const bpTextCtaPromo = '#4826c2';
|
|
|
515
517
|
export const bpTextCtaSecondary = '#6f6f6f';
|
|
516
518
|
export const bpTextCtaSecondaryHover = '#4e4e4e';
|
|
517
519
|
export const bpTextCtaSecondaryPressed = '#4e4e4e';
|
|
518
|
-
export const
|
|
519
|
-
export const
|
|
520
|
-
export const
|
|
521
|
-
export const
|
|
522
|
-
export const
|
|
523
|
-
export const
|
|
524
|
-
export const
|
|
525
|
-
export const
|
|
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';
|
|
609
|
+
export const bpTextNavTextOnDark = '#222222';
|
|
610
|
+
export const bpTextNavTextOnDarkFocus = '#222222';
|
|
611
|
+
export const bpTextNavTextOnDarkHover = '#222222';
|
|
612
|
+
export const bpTextNavTextOnDarkSelected = '#222222';
|
|
613
|
+
export const bpTextNavTextOnLight = '#222222';
|
|
614
|
+
export const bpTextNavTextOnLightFocus = '#222222';
|
|
615
|
+
export const bpTextNavTextOnLightHover = '#222222';
|
|
616
|
+
export const bpTextNavTextOnLightSelected = '#222222';
|
|
526
617
|
export const bpTextToggleTextText = '#004eaa';
|
|
527
618
|
export const bpTextTextAnnotationOnColor = '#0057c0';
|
|
528
619
|
export const bpTextTextBrandOnColor = '#ffffff';
|
|
@@ -531,7 +622,7 @@ export const bpTextTextErrorOnColor = '#821e30';
|
|
|
531
622
|
export const bpTextTextErrorOnLight = '#d5324e';
|
|
532
623
|
export const bpTextTextInfoOnColor = '#00316b';
|
|
533
624
|
export const bpTextTextOnDark = '#ffffff';
|
|
534
|
-
export const bpTextTextOnLight = '#
|
|
625
|
+
export const bpTextTextOnLight = '#ffffff';
|
|
535
626
|
export const bpTextTextOnLightDisabled = '#bcbcbc';
|
|
536
627
|
export const bpTextTextOnLightSecondary = '#6f6f6f';
|
|
537
628
|
export const bpTextTextOnLightSecondaryHover = '#4e4e4e';
|
|
@@ -564,6 +655,9 @@ export const bpBoxBlue170 = '#001d40';
|
|
|
564
655
|
export const bpBoxBlue180 = '#00132b';
|
|
565
656
|
export const bpBoxBlue02 = '#fafcfe';
|
|
566
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%)';
|
|
567
661
|
export const bpDarkBlue10 = '#e5ebf2';
|
|
568
662
|
export const bpDarkBlue20 = '#ccd8e6';
|
|
569
663
|
export const bpDarkBlue30 = '#b2c4da';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"BpBackgroundBackground": "#222222",
|
|
2
3
|
"BpBackgroundBackgroundLightBlue": "#e5effa",
|
|
3
4
|
"BpBackgroundBackgroundLightDarkBlue": "#e5ebf2",
|
|
4
5
|
"BpBackgroundBackgroundLightGreen": "#e9f8f2",
|
|
@@ -129,8 +130,8 @@
|
|
|
129
130
|
"BpIconCtaIconHighContrastPressed": "rgba(0, 0, 0, 0.9)",
|
|
130
131
|
"BpIconCtaIconHover": "rgba(0, 0, 0, 0.9)",
|
|
131
132
|
"BpIconCtaIconOnDark": "rgba(255, 255, 255, 0.8)",
|
|
132
|
-
"BpIconCtaIconOnDarkHover": "#
|
|
133
|
-
"BpIconCtaIconOnDarkPressed": "#
|
|
133
|
+
"BpIconCtaIconOnDarkHover": "#222222",
|
|
134
|
+
"BpIconCtaIconOnDarkPressed": "#222222",
|
|
134
135
|
"BpIconCtaIconPressed": "#222222",
|
|
135
136
|
"BpIconCtaIconUtility": "#4e4e4e",
|
|
136
137
|
"BpIconCtaIconUtilityHover": "#000000",
|
|
@@ -430,6 +431,7 @@
|
|
|
430
431
|
"BpSurfaceStatusSurfaceError": "#ed3757",
|
|
431
432
|
"BpSurfaceStatusSurfaceErrorSecondary": "#fbd7dd",
|
|
432
433
|
"BpSurfaceStatusSurfaceGeneric": "#a7a7a7",
|
|
434
|
+
"BpSurfaceStatusSurfaceGenericSecondary": "#383838",
|
|
433
435
|
"BpSurfaceStatusSurfaceGray": "#e8e8e8",
|
|
434
436
|
"BpSurfaceStatusSurfaceGrayFocus": "#e8e8e8",
|
|
435
437
|
"BpSurfaceStatusSurfaceGrayHover": "#e8e8e8",
|
|
@@ -492,8 +494,8 @@
|
|
|
492
494
|
"BpSurfaceTooltipSurface": "#222222",
|
|
493
495
|
"BpSurfaceTooltipSurfaceError": "#fac3cd",
|
|
494
496
|
"BpSurfaceUploadSurfaceBrandNeutral": "#0061d5",
|
|
495
|
-
"BpSurfaceSurface": "#
|
|
496
|
-
"BpSurfaceSurfaceBrand": "#
|
|
497
|
+
"BpSurfaceSurface": "#222222",
|
|
498
|
+
"BpSurfaceSurfaceBrand": "#00b6ff",
|
|
497
499
|
"BpSurfaceSurfaceBrandBusy": "#0061d5",
|
|
498
500
|
"BpSurfaceSurfaceBrandDisabled": "#0061d5",
|
|
499
501
|
"BpSurfaceSurfaceBrandHover": "#006ae9",
|
|
@@ -516,14 +518,103 @@
|
|
|
516
518
|
"BpTextCtaSecondary": "#6f6f6f",
|
|
517
519
|
"BpTextCtaSecondaryHover": "#4e4e4e",
|
|
518
520
|
"BpTextCtaSecondaryPressed": "#4e4e4e",
|
|
519
|
-
"
|
|
520
|
-
"
|
|
521
|
-
"
|
|
522
|
-
"
|
|
523
|
-
"
|
|
524
|
-
"
|
|
525
|
-
"
|
|
526
|
-
"
|
|
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",
|
|
610
|
+
"BpTextNavTextOnDark": "#222222",
|
|
611
|
+
"BpTextNavTextOnDarkFocus": "#222222",
|
|
612
|
+
"BpTextNavTextOnDarkHover": "#222222",
|
|
613
|
+
"BpTextNavTextOnDarkSelected": "#222222",
|
|
614
|
+
"BpTextNavTextOnLight": "#222222",
|
|
615
|
+
"BpTextNavTextOnLightFocus": "#222222",
|
|
616
|
+
"BpTextNavTextOnLightHover": "#222222",
|
|
617
|
+
"BpTextNavTextOnLightSelected": "#222222",
|
|
527
618
|
"BpTextToggleTextText": "#004eaa",
|
|
528
619
|
"BpTextTextAnnotationOnColor": "#0057c0",
|
|
529
620
|
"BpTextTextBrandOnColor": "#ffffff",
|
|
@@ -532,7 +623,7 @@
|
|
|
532
623
|
"BpTextTextErrorOnLight": "#d5324e",
|
|
533
624
|
"BpTextTextInfoOnColor": "#00316b",
|
|
534
625
|
"BpTextTextOnDark": "#ffffff",
|
|
535
|
-
"BpTextTextOnLight": "#
|
|
626
|
+
"BpTextTextOnLight": "#ffffff",
|
|
536
627
|
"BpTextTextOnLightDisabled": "#bcbcbc",
|
|
537
628
|
"BpTextTextOnLightSecondary": "#6f6f6f",
|
|
538
629
|
"BpTextTextOnLightSecondaryHover": "#4e4e4e",
|
|
@@ -565,6 +656,9 @@
|
|
|
565
656
|
"BpBoxBlue180": "#00132b",
|
|
566
657
|
"BpBoxBlue02": "#fafcfe",
|
|
567
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%)",
|
|
568
662
|
"BpDarkBlue10": "#e5ebf2",
|
|
569
663
|
"BpDarkBlue20": "#ccd8e6",
|
|
570
664
|
"BpDarkBlue30": "#b2c4da",
|
|
@@ -434,6 +434,7 @@ export const bpSurfaceStatusSurfaceDarkBlueHover: string;
|
|
|
434
434
|
export const bpSurfaceStatusSurfaceError: string;
|
|
435
435
|
export const bpSurfaceStatusSurfaceErrorSecondary: string;
|
|
436
436
|
export const bpSurfaceStatusSurfaceGeneric: string;
|
|
437
|
+
export const bpSurfaceStatusSurfaceGenericSecondary: string;
|
|
437
438
|
export const bpSurfaceStatusSurfaceGray: string;
|
|
438
439
|
export const bpSurfaceStatusSurfaceGrayFocus: string;
|
|
439
440
|
export const bpSurfaceStatusSurfaceGrayHover: string;
|
|
@@ -520,6 +521,95 @@ export const bpTextCtaPromo: string;
|
|
|
520
521
|
export const bpTextCtaSecondary: string;
|
|
521
522
|
export const bpTextCtaSecondaryHover: string;
|
|
522
523
|
export const bpTextCtaSecondaryPressed: string;
|
|
524
|
+
export const bpTextFontFontSizeBodyDefault: number;
|
|
525
|
+
export const bpTextFontFontSizeBodyDefaultBold: number;
|
|
526
|
+
export const bpTextFontFontSizeBodyDefaultSemibold: number;
|
|
527
|
+
export const bpTextFontFontSizeBodyLarge: number;
|
|
528
|
+
export const bpTextFontFontSizeBodyLargeBold: number;
|
|
529
|
+
export const bpTextFontFontSizeBodySmall: number;
|
|
530
|
+
export const bpTextFontFontSizeBodySmallSemibold: number;
|
|
531
|
+
export const bpTextFontFontSizeCaptionBold: number;
|
|
532
|
+
export const bpTextFontFontSizeCaptionDefault: number;
|
|
533
|
+
export const bpTextFontFontSizeLabelBold: number;
|
|
534
|
+
export const bpTextFontFontSizeLabelDefault: number;
|
|
535
|
+
export const bpTextFontFontSizeLinkDefault: number;
|
|
536
|
+
export const bpTextFontFontSizeMetricLarge: number;
|
|
537
|
+
export const bpTextFontFontSizeMetricMedium: number;
|
|
538
|
+
export const bpTextFontFontSizeMetricSmall: number;
|
|
539
|
+
export const bpTextFontFontSizeNotificationDefault: number;
|
|
540
|
+
export const bpTextFontFontSizeTitleLarge: number;
|
|
541
|
+
export const bpTextFontFontSizeTitleMedium: number;
|
|
542
|
+
export const bpTextFontFontSizeTitleMondo: number;
|
|
543
|
+
export const bpTextFontFontSizeTitleSmall: number;
|
|
544
|
+
export const bpTextFontFontSizeTitleSubtitle: number;
|
|
545
|
+
export const bpTextFontFontSizeTitleXlarge: number;
|
|
546
|
+
export const bpTextFontFontWeightBodyDefault: number;
|
|
547
|
+
export const bpTextFontFontWeightBodyDefaultBold: number;
|
|
548
|
+
export const bpTextFontFontWeightBodyDefaultSemibold: number;
|
|
549
|
+
export const bpTextFontFontWeightBodyLarge: number;
|
|
550
|
+
export const bpTextFontFontWeightBodyLargeBold: number;
|
|
551
|
+
export const bpTextFontFontWeightBodySmall: number;
|
|
552
|
+
export const bpTextFontFontWeightBodySmallSemibold: number;
|
|
553
|
+
export const bpTextFontFontWeightCaptionBold: number;
|
|
554
|
+
export const bpTextFontFontWeightCaptionDefault: number;
|
|
555
|
+
export const bpTextFontFontWeightLabelBold: number;
|
|
556
|
+
export const bpTextFontFontWeightLabelDefault: number;
|
|
557
|
+
export const bpTextFontFontWeightLinkDefault: number;
|
|
558
|
+
export const bpTextFontFontWeightMetricLarge: number;
|
|
559
|
+
export const bpTextFontFontWeightMetricMedium: number;
|
|
560
|
+
export const bpTextFontFontWeightMetricSmall: number;
|
|
561
|
+
export const bpTextFontFontWeightNotificationDefault: number;
|
|
562
|
+
export const bpTextFontFontWeightTitleLarge: number;
|
|
563
|
+
export const bpTextFontFontWeightTitleMedium: number;
|
|
564
|
+
export const bpTextFontFontWeightTitleMondo: number;
|
|
565
|
+
export const bpTextFontFontWeightTitleSmall: number;
|
|
566
|
+
export const bpTextFontFontWeightTitleSubtitle: number;
|
|
567
|
+
export const bpTextFontFontWeightTitleXlarge: number;
|
|
568
|
+
export const bpTextFontLetterSpacingBodyDefault: number;
|
|
569
|
+
export const bpTextFontLetterSpacingBodyDefaultBold: number;
|
|
570
|
+
export const bpTextFontLetterSpacingBodyDefaultSemibold: number;
|
|
571
|
+
export const bpTextFontLetterSpacingBodyLarge: number;
|
|
572
|
+
export const bpTextFontLetterSpacingBodyLargeBold: number;
|
|
573
|
+
export const bpTextFontLetterSpacingBodySmall: number;
|
|
574
|
+
export const bpTextFontLetterSpacingBodySmallSemibold: number;
|
|
575
|
+
export const bpTextFontLetterSpacingCaptionBold: number;
|
|
576
|
+
export const bpTextFontLetterSpacingCaptionDefault: number;
|
|
577
|
+
export const bpTextFontLetterSpacingLabelBold: number;
|
|
578
|
+
export const bpTextFontLetterSpacingLabelDefault: number;
|
|
579
|
+
export const bpTextFontLetterSpacingLinkDefault: number;
|
|
580
|
+
export const bpTextFontLetterSpacingMetricLarge: number;
|
|
581
|
+
export const bpTextFontLetterSpacingMetricMedium: number;
|
|
582
|
+
export const bpTextFontLetterSpacingMetricSmall: number;
|
|
583
|
+
export const bpTextFontLetterSpacingNotificationDefault: number;
|
|
584
|
+
export const bpTextFontLetterSpacingTitleLarge: number;
|
|
585
|
+
export const bpTextFontLetterSpacingTitleMedium: number;
|
|
586
|
+
export const bpTextFontLetterSpacingTitleMondo: number;
|
|
587
|
+
export const bpTextFontLetterSpacingTitleSmall: number;
|
|
588
|
+
export const bpTextFontLetterSpacingTitleSubtitle: number;
|
|
589
|
+
export const bpTextFontLetterSpacingTitleXlarge: number;
|
|
590
|
+
export const bpTextFontLineHeightBodyDefault: number;
|
|
591
|
+
export const bpTextFontLineHeightBodyDefaultBold: number;
|
|
592
|
+
export const bpTextFontLineHeightBodyDefaultSemibold: number;
|
|
593
|
+
export const bpTextFontLineHeightBodyLarge: number;
|
|
594
|
+
export const bpTextFontLineHeightBodyLargeBold: number;
|
|
595
|
+
export const bpTextFontLineHeightBodySmall: number;
|
|
596
|
+
export const bpTextFontLineHeightBodySmallSemibold: number;
|
|
597
|
+
export const bpTextFontLineHeightCaptionBold: number;
|
|
598
|
+
export const bpTextFontLineHeightCaptionDefault: number;
|
|
599
|
+
export const bpTextFontLineHeightLabelBold: number;
|
|
600
|
+
export const bpTextFontLineHeightLabelDefault: number;
|
|
601
|
+
export const bpTextFontLineHeightLinkDefault: number;
|
|
602
|
+
export const bpTextFontLineHeightMetricLarge: number;
|
|
603
|
+
export const bpTextFontLineHeightMetricMedium: number;
|
|
604
|
+
export const bpTextFontLineHeightMetricSmall: number;
|
|
605
|
+
export const bpTextFontLineHeightNotificationDefault: number;
|
|
606
|
+
export const bpTextFontLineHeightTitleLarge: number;
|
|
607
|
+
export const bpTextFontLineHeightTitleMedium: number;
|
|
608
|
+
export const bpTextFontLineHeightTitleMondo: number;
|
|
609
|
+
export const bpTextFontLineHeightTitleSmall: number;
|
|
610
|
+
export const bpTextFontLineHeightTitleSubtitle: number;
|
|
611
|
+
export const bpTextFontLineHeightTitleXlarge: number;
|
|
612
|
+
export const bpTextFontFontFamily: string;
|
|
523
613
|
export const bpTextNavTextOnDark: string;
|
|
524
614
|
export const bpTextNavTextOnDarkFocus: string;
|
|
525
615
|
export const bpTextNavTextOnDarkHover: string;
|
|
@@ -569,6 +659,9 @@ export const bpBoxBlue170: string;
|
|
|
569
659
|
export const bpBoxBlue180: string;
|
|
570
660
|
export const bpBoxBlue02: string;
|
|
571
661
|
export const bpBoxBlue05: string;
|
|
662
|
+
export const bpBrandBoxAi100: string;
|
|
663
|
+
export const bpBrandBoxAi120: string;
|
|
664
|
+
export const bpBrandBoxAi140: string;
|
|
572
665
|
export const bpDarkBlue10: string;
|
|
573
666
|
export const bpDarkBlue20: string;
|
|
574
667
|
export const bpDarkBlue30: string;
|
|
@@ -434,6 +434,7 @@ export const bpSurfaceStatusSurfaceDarkBlueHover = '#7f9dc1';
|
|
|
434
434
|
export const bpSurfaceStatusSurfaceError = '#ed3757';
|
|
435
435
|
export const bpSurfaceStatusSurfaceErrorSecondary = '#fbd7dd';
|
|
436
436
|
export const bpSurfaceStatusSurfaceGeneric = '#a7a7a7';
|
|
437
|
+
export const bpSurfaceStatusSurfaceGenericSecondary = '#e8e8e8';
|
|
437
438
|
export const bpSurfaceStatusSurfaceGray = '#e8e8e8';
|
|
438
439
|
export const bpSurfaceStatusSurfaceGrayFocus = '#e8e8e8';
|
|
439
440
|
export const bpSurfaceStatusSurfaceGrayHover = '#e8e8e8';
|
|
@@ -520,6 +521,95 @@ export const bpTextCtaPromo = '#4826c2';
|
|
|
520
521
|
export const bpTextCtaSecondary = '#6f6f6f';
|
|
521
522
|
export const bpTextCtaSecondaryHover = '#4e4e4e';
|
|
522
523
|
export const bpTextCtaSecondaryPressed = '#4e4e4e';
|
|
524
|
+
export const bpTextFontFontSizeBodyDefault = 15;
|
|
525
|
+
export const bpTextFontFontSizeBodyDefaultBold = 15;
|
|
526
|
+
export const bpTextFontFontSizeBodyDefaultSemibold = 15;
|
|
527
|
+
export const bpTextFontFontSizeBodyLarge = 16;
|
|
528
|
+
export const bpTextFontFontSizeBodyLargeBold = 16;
|
|
529
|
+
export const bpTextFontFontSizeBodySmall = 12;
|
|
530
|
+
export const bpTextFontFontSizeBodySmallSemibold = 13;
|
|
531
|
+
export const bpTextFontFontSizeCaptionBold = 12;
|
|
532
|
+
export const bpTextFontFontSizeCaptionDefault = 12;
|
|
533
|
+
export const bpTextFontFontSizeLabelBold = 10;
|
|
534
|
+
export const bpTextFontFontSizeLabelDefault = 10;
|
|
535
|
+
export const bpTextFontFontSizeLinkDefault = 15;
|
|
536
|
+
export const bpTextFontFontSizeMetricLarge = 48;
|
|
537
|
+
export const bpTextFontFontSizeMetricMedium = 36;
|
|
538
|
+
export const bpTextFontFontSizeMetricSmall = 24;
|
|
539
|
+
export const bpTextFontFontSizeNotificationDefault = 9;
|
|
540
|
+
export const bpTextFontFontSizeTitleLarge = 19;
|
|
541
|
+
export const bpTextFontFontSizeTitleMedium = 18;
|
|
542
|
+
export const bpTextFontFontSizeTitleMondo = 36;
|
|
543
|
+
export const bpTextFontFontSizeTitleSmall = 17;
|
|
544
|
+
export const bpTextFontFontSizeTitleSubtitle = 16;
|
|
545
|
+
export const bpTextFontFontSizeTitleXlarge = 21;
|
|
546
|
+
export const bpTextFontFontWeightBodyDefault = 400;
|
|
547
|
+
export const bpTextFontFontWeightBodyDefaultBold = 700;
|
|
548
|
+
export const bpTextFontFontWeightBodyDefaultSemibold = 600;
|
|
549
|
+
export const bpTextFontFontWeightBodyLarge = 400;
|
|
550
|
+
export const bpTextFontFontWeightBodyLargeBold = 700;
|
|
551
|
+
export const bpTextFontFontWeightBodySmall = 400;
|
|
552
|
+
export const bpTextFontFontWeightBodySmallSemibold = 600;
|
|
553
|
+
export const bpTextFontFontWeightCaptionBold = 700;
|
|
554
|
+
export const bpTextFontFontWeightCaptionDefault = 400;
|
|
555
|
+
export const bpTextFontFontWeightLabelBold = 700;
|
|
556
|
+
export const bpTextFontFontWeightLabelDefault = 400;
|
|
557
|
+
export const bpTextFontFontWeightLinkDefault = 400;
|
|
558
|
+
export const bpTextFontFontWeightMetricLarge = 700;
|
|
559
|
+
export const bpTextFontFontWeightMetricMedium = 700;
|
|
560
|
+
export const bpTextFontFontWeightMetricSmall = 700;
|
|
561
|
+
export const bpTextFontFontWeightNotificationDefault = 700;
|
|
562
|
+
export const bpTextFontFontWeightTitleLarge = 700;
|
|
563
|
+
export const bpTextFontFontWeightTitleMedium = 700;
|
|
564
|
+
export const bpTextFontFontWeightTitleMondo = 900;
|
|
565
|
+
export const bpTextFontFontWeightTitleSmall = 700;
|
|
566
|
+
export const bpTextFontFontWeightTitleSubtitle = 700;
|
|
567
|
+
export const bpTextFontFontWeightTitleXlarge = 700;
|
|
568
|
+
export const bpTextFontLetterSpacingBodyDefault = 0.3;
|
|
569
|
+
export const bpTextFontLetterSpacingBodyDefaultBold = 0.3;
|
|
570
|
+
export const bpTextFontLetterSpacingBodyDefaultSemibold = 0.3;
|
|
571
|
+
export const bpTextFontLetterSpacingBodyLarge = 0.3;
|
|
572
|
+
export const bpTextFontLetterSpacingBodyLargeBold = 0.3;
|
|
573
|
+
export const bpTextFontLetterSpacingBodySmall = 0.3;
|
|
574
|
+
export const bpTextFontLetterSpacingBodySmallSemibold = 0.3;
|
|
575
|
+
export const bpTextFontLetterSpacingCaptionBold = 0.3;
|
|
576
|
+
export const bpTextFontLetterSpacingCaptionDefault = 0.3;
|
|
577
|
+
export const bpTextFontLetterSpacingLabelBold = 0.6;
|
|
578
|
+
export const bpTextFontLetterSpacingLabelDefault = 0.6;
|
|
579
|
+
export const bpTextFontLetterSpacingLinkDefault = 0.3;
|
|
580
|
+
export const bpTextFontLetterSpacingMetricLarge = 0.3;
|
|
581
|
+
export const bpTextFontLetterSpacingMetricMedium = 0.3;
|
|
582
|
+
export const bpTextFontLetterSpacingMetricSmall = 0.3;
|
|
583
|
+
export const bpTextFontLetterSpacingNotificationDefault = 0.3;
|
|
584
|
+
export const bpTextFontLetterSpacingTitleLarge = 0.3;
|
|
585
|
+
export const bpTextFontLetterSpacingTitleMedium = 0.3;
|
|
586
|
+
export const bpTextFontLetterSpacingTitleMondo = 0;
|
|
587
|
+
export const bpTextFontLetterSpacingTitleSmall = 0.3;
|
|
588
|
+
export const bpTextFontLetterSpacingTitleSubtitle = 0.3;
|
|
589
|
+
export const bpTextFontLetterSpacingTitleXlarge = 0.3;
|
|
590
|
+
export const bpTextFontLineHeightBodyDefault = 20;
|
|
591
|
+
export const bpTextFontLineHeightBodyDefaultBold = 20;
|
|
592
|
+
export const bpTextFontLineHeightBodyDefaultSemibold = 20;
|
|
593
|
+
export const bpTextFontLineHeightBodyLarge = 24;
|
|
594
|
+
export const bpTextFontLineHeightBodyLargeBold = 24;
|
|
595
|
+
export const bpTextFontLineHeightBodySmall = 20;
|
|
596
|
+
export const bpTextFontLineHeightBodySmallSemibold = 20;
|
|
597
|
+
export const bpTextFontLineHeightCaptionBold = 14;
|
|
598
|
+
export const bpTextFontLineHeightCaptionDefault = 14;
|
|
599
|
+
export const bpTextFontLineHeightLabelBold = 16;
|
|
600
|
+
export const bpTextFontLineHeightLabelDefault = 16;
|
|
601
|
+
export const bpTextFontLineHeightLinkDefault = 20;
|
|
602
|
+
export const bpTextFontLineHeightMetricLarge = 48;
|
|
603
|
+
export const bpTextFontLineHeightMetricMedium = 36;
|
|
604
|
+
export const bpTextFontLineHeightMetricSmall = 24;
|
|
605
|
+
export const bpTextFontLineHeightNotificationDefault = 12;
|
|
606
|
+
export const bpTextFontLineHeightTitleLarge = 24;
|
|
607
|
+
export const bpTextFontLineHeightTitleMedium = 24;
|
|
608
|
+
export const bpTextFontLineHeightTitleMondo = 44;
|
|
609
|
+
export const bpTextFontLineHeightTitleSmall = 20;
|
|
610
|
+
export const bpTextFontLineHeightTitleSubtitle = 20;
|
|
611
|
+
export const bpTextFontLineHeightTitleXlarge = 32;
|
|
612
|
+
export const bpTextFontFontFamily = 'Lato';
|
|
523
613
|
export const bpTextNavTextOnDark = '#ffffff';
|
|
524
614
|
export const bpTextNavTextOnDarkFocus = '#ffffff';
|
|
525
615
|
export const bpTextNavTextOnDarkHover = '#ffffff';
|
|
@@ -569,6 +659,9 @@ export const bpBoxBlue170 = '#001d40';
|
|
|
569
659
|
export const bpBoxBlue180 = '#00132b';
|
|
570
660
|
export const bpBoxBlue02 = '#fafcfe';
|
|
571
661
|
export const bpBoxBlue05 = '#f2f7fd';
|
|
662
|
+
export const bpBrandBoxAi100 = 'linear-gradient(135deg, #FE03DC 0%, #2784FA 100%)';
|
|
663
|
+
export const bpBrandBoxAi120 = 'linear-gradient(135deg, #CB02B0 0%, #1F6AC8 100%)';
|
|
664
|
+
export const bpBrandBoxAi140 = 'linear-gradient(135deg, #980284 0%, #174F96 100%)';
|
|
572
665
|
export const bpDarkBlue10 = '#e5ebf2';
|
|
573
666
|
export const bpDarkBlue20 = '#ccd8e6';
|
|
574
667
|
export const bpDarkBlue30 = '#b2c4da';
|
|
@@ -40,6 +40,95 @@
|
|
|
40
40
|
--bp-surface-surface-brand-disabled: #0061d5;
|
|
41
41
|
--bp-surface-surface-brand-hover: #006ae9;
|
|
42
42
|
--bp-surface-surface-brand-pressed: #004eac;
|
|
43
|
+
--bp-text-font-font-size-body-default: 15;
|
|
44
|
+
--bp-text-font-font-size-body-default-bold: 15;
|
|
45
|
+
--bp-text-font-font-size-body-default-semibold: 15;
|
|
46
|
+
--bp-text-font-font-size-body-large: 16;
|
|
47
|
+
--bp-text-font-font-size-body-large-bold: 16;
|
|
48
|
+
--bp-text-font-font-size-body-small: 12;
|
|
49
|
+
--bp-text-font-font-size-body-small-semibold: 13;
|
|
50
|
+
--bp-text-font-font-size-caption-bold: 12;
|
|
51
|
+
--bp-text-font-font-size-caption-default: 12;
|
|
52
|
+
--bp-text-font-font-size-label-bold: 10;
|
|
53
|
+
--bp-text-font-font-size-label-default: 10;
|
|
54
|
+
--bp-text-font-font-size-link-default: 15;
|
|
55
|
+
--bp-text-font-font-size-metric-large: 48;
|
|
56
|
+
--bp-text-font-font-size-metric-medium: 36;
|
|
57
|
+
--bp-text-font-font-size-metric-small: 24;
|
|
58
|
+
--bp-text-font-font-size-notification-default: 9;
|
|
59
|
+
--bp-text-font-font-size-title-large: 19;
|
|
60
|
+
--bp-text-font-font-size-title-medium: 18;
|
|
61
|
+
--bp-text-font-font-size-title-mondo: 36;
|
|
62
|
+
--bp-text-font-font-size-title-small: 17;
|
|
63
|
+
--bp-text-font-font-size-title-subtitle: 16;
|
|
64
|
+
--bp-text-font-font-size-title-xlarge: 21;
|
|
65
|
+
--bp-text-font-font-weight-body-default: 400;
|
|
66
|
+
--bp-text-font-font-weight-body-default-bold: 700;
|
|
67
|
+
--bp-text-font-font-weight-body-default-semibold: 600;
|
|
68
|
+
--bp-text-font-font-weight-body-large: 400;
|
|
69
|
+
--bp-text-font-font-weight-body-large-bold: 700;
|
|
70
|
+
--bp-text-font-font-weight-body-small: 400;
|
|
71
|
+
--bp-text-font-font-weight-body-small-semibold: 600;
|
|
72
|
+
--bp-text-font-font-weight-caption-bold: 700;
|
|
73
|
+
--bp-text-font-font-weight-caption-default: 400;
|
|
74
|
+
--bp-text-font-font-weight-label-bold: 700;
|
|
75
|
+
--bp-text-font-font-weight-label-default: 400;
|
|
76
|
+
--bp-text-font-font-weight-link-default: 400;
|
|
77
|
+
--bp-text-font-font-weight-metric-large: 700;
|
|
78
|
+
--bp-text-font-font-weight-metric-medium: 700;
|
|
79
|
+
--bp-text-font-font-weight-metric-small: 700;
|
|
80
|
+
--bp-text-font-font-weight-notification-default: 700;
|
|
81
|
+
--bp-text-font-font-weight-title-large: 700;
|
|
82
|
+
--bp-text-font-font-weight-title-medium: 700;
|
|
83
|
+
--bp-text-font-font-weight-title-mondo: 900;
|
|
84
|
+
--bp-text-font-font-weight-title-small: 700;
|
|
85
|
+
--bp-text-font-font-weight-title-subtitle: 700;
|
|
86
|
+
--bp-text-font-font-weight-title-xlarge: 700;
|
|
87
|
+
--bp-text-font-letter-spacing-body-default: 0.3;
|
|
88
|
+
--bp-text-font-letter-spacing-body-default-bold: 0.3;
|
|
89
|
+
--bp-text-font-letter-spacing-body-default-semibold: 0.3;
|
|
90
|
+
--bp-text-font-letter-spacing-body-large: 0.3;
|
|
91
|
+
--bp-text-font-letter-spacing-body-large-bold: 0.3;
|
|
92
|
+
--bp-text-font-letter-spacing-body-small: 0.3;
|
|
93
|
+
--bp-text-font-letter-spacing-body-small-semibold: 0.3;
|
|
94
|
+
--bp-text-font-letter-spacing-caption-bold: 0.3;
|
|
95
|
+
--bp-text-font-letter-spacing-caption-default: 0.3;
|
|
96
|
+
--bp-text-font-letter-spacing-label-bold: 0.6;
|
|
97
|
+
--bp-text-font-letter-spacing-label-default: 0.6;
|
|
98
|
+
--bp-text-font-letter-spacing-link-default: 0.3;
|
|
99
|
+
--bp-text-font-letter-spacing-metric-large: 0.3;
|
|
100
|
+
--bp-text-font-letter-spacing-metric-medium: 0.3;
|
|
101
|
+
--bp-text-font-letter-spacing-metric-small: 0.3;
|
|
102
|
+
--bp-text-font-letter-spacing-notification-default: 0.3;
|
|
103
|
+
--bp-text-font-letter-spacing-title-large: 0.3;
|
|
104
|
+
--bp-text-font-letter-spacing-title-medium: 0.3;
|
|
105
|
+
--bp-text-font-letter-spacing-title-mondo: 0;
|
|
106
|
+
--bp-text-font-letter-spacing-title-small: 0.3;
|
|
107
|
+
--bp-text-font-letter-spacing-title-subtitle: 0.3;
|
|
108
|
+
--bp-text-font-letter-spacing-title-xlarge: 0.3;
|
|
109
|
+
--bp-text-font-line-height-body-default: 20;
|
|
110
|
+
--bp-text-font-line-height-body-default-bold: 20;
|
|
111
|
+
--bp-text-font-line-height-body-default-semibold: 20;
|
|
112
|
+
--bp-text-font-line-height-body-large: 24;
|
|
113
|
+
--bp-text-font-line-height-body-large-bold: 24;
|
|
114
|
+
--bp-text-font-line-height-body-small: 20;
|
|
115
|
+
--bp-text-font-line-height-body-small-semibold: 20;
|
|
116
|
+
--bp-text-font-line-height-caption-bold: 14;
|
|
117
|
+
--bp-text-font-line-height-caption-default: 14;
|
|
118
|
+
--bp-text-font-line-height-label-bold: 16;
|
|
119
|
+
--bp-text-font-line-height-label-default: 16;
|
|
120
|
+
--bp-text-font-line-height-link-default: 20;
|
|
121
|
+
--bp-text-font-line-height-metric-large: 48;
|
|
122
|
+
--bp-text-font-line-height-metric-medium: 36;
|
|
123
|
+
--bp-text-font-line-height-metric-small: 24;
|
|
124
|
+
--bp-text-font-line-height-notification-default: 12;
|
|
125
|
+
--bp-text-font-line-height-title-large: 24;
|
|
126
|
+
--bp-text-font-line-height-title-medium: 24;
|
|
127
|
+
--bp-text-font-line-height-title-mondo: 44;
|
|
128
|
+
--bp-text-font-line-height-title-small: 20;
|
|
129
|
+
--bp-text-font-line-height-title-subtitle: 20;
|
|
130
|
+
--bp-text-font-line-height-title-xlarge: 32;
|
|
131
|
+
--bp-text-font-font-family: Lato;
|
|
43
132
|
--bp-box-blue-10: #e5effa;
|
|
44
133
|
--bp-box-blue-20: #ccdff7;
|
|
45
134
|
--bp-box-blue-30: #b2cff2;
|
|
@@ -65,6 +154,9 @@
|
|
|
65
154
|
--bp-box-blue-180: #00132b;
|
|
66
155
|
--bp-box-blue-02: #fafcfe;
|
|
67
156
|
--bp-box-blue-05: #f2f7fd;
|
|
157
|
+
--bp-brand-box-ai-100: linear-gradient(135deg, #fe03dc 0%, #2784fa 100%);
|
|
158
|
+
--bp-brand-box-ai-120: linear-gradient(135deg, #cb02b0 0%, #1f6ac8 100%);
|
|
159
|
+
--bp-brand-box-ai-140: linear-gradient(135deg, #980284 0%, #174f96 100%);
|
|
68
160
|
--bp-dark-blue-10: #e5ebf2;
|
|
69
161
|
--bp-dark-blue-20: #ccd8e6;
|
|
70
162
|
--bp-dark-blue-30: #b2c4da;
|
|
@@ -1009,6 +1101,7 @@
|
|
|
1009
1101
|
--bp-surface-status-surface-error: var(--bp-watermelon-red-100);
|
|
1010
1102
|
--bp-surface-status-surface-error-secondary: var(--bp-watermelon-red-20);
|
|
1011
1103
|
--bp-surface-status-surface-generic: var(--bp-gray-40);
|
|
1104
|
+
--bp-surface-status-surface-generic-secondary: var(--bp-gray-10);
|
|
1012
1105
|
--bp-surface-status-surface-gray: var(--bp-gray-10);
|
|
1013
1106
|
--bp-surface-status-surface-gray-focus: var(--bp-gray-10);
|
|
1014
1107
|
--bp-surface-status-surface-gray-hover: var(--bp-gray-10);
|