@box/blueprint-web-assets 4.121.8 → 4.122.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 +41 -0
- package/dist/tokens/BP2/dark_mode_value/px-tokens.js +45 -4
- package/dist/tokens/BP2/dark_mode_value/tokens.css +45 -4
- package/dist/tokens/BP2/dark_mode_value/tokens.d.ts +41 -0
- package/dist/tokens/BP2/dark_mode_value/tokens.js +45 -4
- package/dist/tokens/BP2/dark_mode_value/tokens.json +45 -4
- package/dist/tokens/BP2/light_mode_value/px-tokens.d.ts +41 -0
- package/dist/tokens/BP2/light_mode_value/px-tokens.js +47 -6
- package/dist/tokens/BP2/light_mode_value/tokens.css +47 -6
- package/dist/tokens/BP2/light_mode_value/tokens.d.ts +41 -0
- package/dist/tokens/BP2/light_mode_value/tokens.js +47 -6
- package/dist/tokens/BP2/light_mode_value/tokens.json +47 -6
- package/dist/tokens/px-tokens.d.ts +41 -0
- package/dist/tokens/px-tokens.js +41 -6
- package/dist/tokens/tokens-css-vars.scss +47 -6
- package/dist/tokens/tokens.d.ts +41 -0
- package/dist/tokens/tokens.js +41 -6
- package/dist/tokens/tokens.json +47 -6
- package/package.json +2 -2
|
@@ -525,6 +525,19 @@
|
|
|
525
525
|
--bp-orange-opacity-00: rgba(245, 179, 27, 0);
|
|
526
526
|
--bp-orange-opacity-04: rgba(245, 179, 27, 0.04);
|
|
527
527
|
--bp-orange-opacity-08: rgba(245, 179, 27, 0.08);
|
|
528
|
+
--bp-purple-rain-opacity-12: rgba(159, 63, 237, 0.12);
|
|
529
|
+
--bp-purple-rain-opacity-16: rgba(159, 63, 237, 0.16);
|
|
530
|
+
--bp-purple-rain-opacity-20: rgba(159, 63, 237, 0.2);
|
|
531
|
+
--bp-purple-rain-opacity-24: rgba(159, 63, 237, 0.24);
|
|
532
|
+
--bp-purple-rain-opacity-30: rgba(159, 63, 237, 0.3);
|
|
533
|
+
--bp-purple-rain-opacity-50: rgba(159, 63, 237, 0.5);
|
|
534
|
+
--bp-purple-rain-opacity-60: rgba(159, 63, 237, 0.6);
|
|
535
|
+
--bp-purple-rain-opacity-70: rgba(159, 63, 237, 0.7);
|
|
536
|
+
--bp-purple-rain-opacity-80: rgba(159, 63, 237, 0.8);
|
|
537
|
+
--bp-purple-rain-opacity-90: rgba(159, 63, 237, 0.9);
|
|
538
|
+
--bp-purple-rain-opacity-00: rgba(159, 63, 237, 0);
|
|
539
|
+
--bp-purple-rain-opacity-04: rgba(159, 63, 237, 0.04);
|
|
540
|
+
--bp-purple-rain-opacity-08: rgba(159, 63, 237, 0.08);
|
|
528
541
|
--bp-watermelon-red-opacity-12: rgba(237, 55, 87, 0.12);
|
|
529
542
|
--bp-watermelon-red-opacity-16: rgba(237, 55, 87, 0.16);
|
|
530
543
|
--bp-watermelon-red-opacity-20: rgba(237, 55, 87, 0.2);
|
|
@@ -592,11 +605,17 @@
|
|
|
592
605
|
--bp-duration-short: 100ms;
|
|
593
606
|
--bp-opacity-hidden: 0;
|
|
594
607
|
--bp-opacity-visible: 1;
|
|
595
|
-
--bp-scale-default:
|
|
596
|
-
--bp-scale-large:
|
|
597
|
-
--bp-scale-small:
|
|
608
|
+
--bp-scale-default: 1;
|
|
609
|
+
--bp-scale-large: 1.12;
|
|
610
|
+
--bp-scale-small: 0.98;
|
|
598
611
|
--bp-background-background: var(--bp-gray-white);
|
|
612
|
+
--bp-background-background-light-blue: var(--bp-box-blue-10);
|
|
613
|
+
--bp-background-background-light-dark-blue: var(--bp-dark-blue-10);
|
|
614
|
+
--bp-background-background-light-green: var(--bp-green-light-10);
|
|
615
|
+
--bp-background-background-light-grimace: var(--bp-grimace-10);
|
|
616
|
+
--bp-border-accordion-border: var(--bp-gray-10);
|
|
599
617
|
--bp-border-accordion-border-hover: var(--bp-gray-10);
|
|
618
|
+
--bp-border-accordion-border-outlined: var(--bp-box-blue-100);
|
|
600
619
|
--bp-border-avatar-border-hover: var(--bp-black-opacity-04);
|
|
601
620
|
--bp-border-avatar-border-pressed: var(--bp-black-opacity-08);
|
|
602
621
|
--bp-border-badge-border: var(--bp-gray-white);
|
|
@@ -723,10 +742,14 @@
|
|
|
723
742
|
--bp-icon-nav-icon-on-light-focus: var(--bp-gray-100);
|
|
724
743
|
--bp-icon-nav-icon-on-light-hover: var(--bp-gray-100);
|
|
725
744
|
--bp-icon-nav-icon-on-light-selected: var(--bp-gray-100);
|
|
745
|
+
--bp-icon-icon-annotation: var(--bp-box-blue-110);
|
|
726
746
|
--bp-icon-icon-blue: var(--bp-box-blue-100);
|
|
747
|
+
--bp-icon-icon-dark-blue: var(--bp-dark-blue-110);
|
|
727
748
|
--bp-icon-icon-destructive-on-light: var(--bp-watermelon-red-110);
|
|
728
749
|
--bp-icon-icon-error-on-color: var(--bp-watermelon-red-145);
|
|
729
750
|
--bp-icon-icon-error-on-light: var(--bp-watermelon-red-110);
|
|
751
|
+
--bp-icon-icon-green: var(--bp-green-light-120);
|
|
752
|
+
--bp-icon-icon-grimace: var(--bp-grimace-110);
|
|
730
753
|
--bp-icon-icon-info-on-color: var(--bp-box-blue-150);
|
|
731
754
|
--bp-icon-icon-on-dark: var(--bp-gray-white);
|
|
732
755
|
--bp-icon-icon-on-light: var(--bp-black-opacity-90);
|
|
@@ -734,15 +757,17 @@
|
|
|
734
757
|
--bp-icon-icon-on-light-tertiary: var(--bp-black-opacity-50);
|
|
735
758
|
--bp-icon-icon-required-on-light: var(--bp-watermelon-red-110);
|
|
736
759
|
--bp-icon-icon-success-on-color: var(--bp-green-light-160);
|
|
760
|
+
--bp-icon-icon-variable: var(--bp-purple-rain-110);
|
|
737
761
|
--bp-icon-icon-warning-on-color: var(--bp-yellorange-160);
|
|
738
762
|
--bp-outline-focus-on-dark: var(--bp-gray-white);
|
|
739
763
|
--bp-outline-focus-on-light: var(--bp-light-blue-100);
|
|
740
764
|
--bp-overlay-modal-overlay: var(--bp-black-opacity-50);
|
|
741
765
|
--bp-overlay-side-panel-overlay: var(--bp-black-opacity-50);
|
|
742
|
-
--bp-surface-accordion-surface-collapsed: var(--bp-
|
|
766
|
+
--bp-surface-accordion-surface-collapsed: var(--bp-gray-white);
|
|
743
767
|
--bp-surface-accordion-surface-collapsed-hover: var(--bp-black-opacity-08);
|
|
744
768
|
--bp-surface-accordion-surface-expanded: var(--bp-gray-white);
|
|
745
769
|
--bp-surface-accordion-surface-expanded-hover: var(--bp-gray-white);
|
|
770
|
+
--bp-surface-accordion-surface-expanded-outlined: var(--bp-box-blue-02);
|
|
746
771
|
--bp-surface-badge-surface-admin: var(--bp-dark-blue-100);
|
|
747
772
|
--bp-surface-badge-surface-alert: var(--bp-orange-110);
|
|
748
773
|
--bp-surface-badge-surface-annotation: var(--bp-yellorange-100);
|
|
@@ -755,6 +780,7 @@
|
|
|
755
780
|
--bp-surface-badge-surface-code: var(--bp-watermelon-red-100);
|
|
756
781
|
--bp-surface-badge-surface-collection: var(--bp-gray-10);
|
|
757
782
|
--bp-surface-badge-surface-completed: var(--bp-green-light-120);
|
|
783
|
+
--bp-surface-badge-surface-content-offline: var(--bp-green-light-115);
|
|
758
784
|
--bp-surface-badge-surface-default: var(--bp-gray-65);
|
|
759
785
|
--bp-surface-badge-surface-error: var(--bp-watermelon-red-110);
|
|
760
786
|
--bp-surface-badge-surface-external: var(--bp-gray-50);
|
|
@@ -769,6 +795,7 @@
|
|
|
769
795
|
--bp-surface-badge-surface-notification: var(--bp-watermelon-red-110);
|
|
770
796
|
--bp-surface-badge-surface-offline: var(--bp-green-light-100);
|
|
771
797
|
--bp-surface-badge-surface-online: var(--bp-green-light-120);
|
|
798
|
+
--bp-surface-badge-surface-pending: var(--bp-orange-110);
|
|
772
799
|
--bp-surface-badge-surface-pin: var(--bp-gray-10);
|
|
773
800
|
--bp-surface-badge-surface-presentation: var(--bp-orange-110);
|
|
774
801
|
--bp-surface-badge-surface-progress: var(--bp-yellorange-100);
|
|
@@ -848,6 +875,8 @@
|
|
|
848
875
|
--bp-surface-date-picker-surface-error: var(--bp-gray-white);
|
|
849
876
|
--bp-surface-date-picker-surface-focus: var(--bp-gray-white);
|
|
850
877
|
--bp-surface-date-picker-surface-hover: var(--bp-gray-white);
|
|
878
|
+
--bp-surface-dropdown-quaternary-surface-hover: var(--bp-white-opacity-04);
|
|
879
|
+
--bp-surface-dropdown-quaternary-surface-pressed: var(--bp-white-opacity-08);
|
|
851
880
|
--bp-surface-dropdown-secondary-surface: var(--bp-white-opacity-70);
|
|
852
881
|
--bp-surface-dropdown-secondary-surface-hover: var(--bp-black-opacity-04);
|
|
853
882
|
--bp-surface-dropdown-secondary-surface-pressed: var(--bp-black-opacity-08);
|
|
@@ -907,8 +936,15 @@
|
|
|
907
936
|
--bp-surface-input-surface-hover: var(--bp-gray-white);
|
|
908
937
|
--bp-surface-input-surface-read-only: var(--bp-gray-02);
|
|
909
938
|
--bp-surface-input-chip-surface: var(--bp-gray-10);
|
|
939
|
+
--bp-surface-input-chip-surface-annotation: var(--bp-box-blue-opacity-08);
|
|
940
|
+
--bp-surface-input-chip-surface-annotation-hover: var(--bp-box-blue-opacity-12);
|
|
941
|
+
--bp-surface-input-chip-surface-annotation-pressed: var(--bp-box-blue-opacity-16);
|
|
942
|
+
--bp-surface-input-chip-surface-disabled: var(--bp-black-opacity-04);
|
|
910
943
|
--bp-surface-input-chip-surface-error: var(--bp-watermelon-red-10);
|
|
911
944
|
--bp-surface-input-chip-surface-hover: var(--bp-gray-10);
|
|
945
|
+
--bp-surface-input-chip-surface-variable: var(--bp-purple-rain-opacity-08);
|
|
946
|
+
--bp-surface-input-chip-surface-variable-hover: var(--bp-purple-rain-opacity-12);
|
|
947
|
+
--bp-surface-input-chip-surface-variable-pressed: var(--bp-purple-rain-opacity-16);
|
|
912
948
|
--bp-surface-item-small-surface: var(--bp-gray-white);
|
|
913
949
|
--bp-surface-item-small-surface-hover: var(--bp-gray-05);
|
|
914
950
|
--bp-surface-item-small-surface-selected: var(--bp-box-blue-05);
|
|
@@ -1047,9 +1083,12 @@
|
|
|
1047
1083
|
--bp-text-cta-link-hover: var(--bp-light-blue-120);
|
|
1048
1084
|
--bp-text-cta-link-pressed: var(--bp-light-blue-100);
|
|
1049
1085
|
--bp-text-cta-link-secondary: var(--bp-gray-65);
|
|
1050
|
-
--bp-text-cta-link-secondary-hover: var(--bp-gray-
|
|
1051
|
-
--bp-text-cta-link-secondary-pressed: var(--bp-gray-
|
|
1086
|
+
--bp-text-cta-link-secondary-hover: var(--bp-gray-80);
|
|
1087
|
+
--bp-text-cta-link-secondary-pressed: var(--bp-gray-100);
|
|
1052
1088
|
--bp-text-cta-promo: var(--bp-grimace-100);
|
|
1089
|
+
--bp-text-cta-secondary: var(--bp-gray-65);
|
|
1090
|
+
--bp-text-cta-secondary-hover: var(--bp-gray-80);
|
|
1091
|
+
--bp-text-cta-secondary-pressed: var(--bp-gray-80);
|
|
1053
1092
|
--bp-text-nav-text-on-dark: var(--bp-gray-white);
|
|
1054
1093
|
--bp-text-nav-text-on-dark-focus: var(--bp-gray-white);
|
|
1055
1094
|
--bp-text-nav-text-on-dark-hover: var(--bp-gray-white);
|
|
@@ -1059,6 +1098,7 @@
|
|
|
1059
1098
|
--bp-text-nav-text-on-light-hover: var(--bp-gray-white);
|
|
1060
1099
|
--bp-text-nav-text-on-light-selected: var(--bp-gray-white);
|
|
1061
1100
|
--bp-text-toggle-text-text: var(--bp-box-blue-120);
|
|
1101
|
+
--bp-text-text-annotation-on-color: var(--bp-box-blue-110);
|
|
1062
1102
|
--bp-text-text-brand-on-color: var(--bp-gray-white);
|
|
1063
1103
|
--bp-text-text-destructive-on-light: var(--bp-watermelon-red-110);
|
|
1064
1104
|
--bp-text-text-error-on-color: var(--bp-watermelon-red-145);
|
|
@@ -1071,5 +1111,6 @@
|
|
|
1071
1111
|
--bp-text-text-on-light-secondary-hover: var(--bp-gray-80);
|
|
1072
1112
|
--bp-text-text-on-light-tertiary: var(--bp-gray-50);
|
|
1073
1113
|
--bp-text-text-success-on-color: var(--bp-green-light-160);
|
|
1114
|
+
--bp-text-text-variable-on-color: var(--bp-purple-rain-110);
|
|
1074
1115
|
--bp-text-text-warning-on-color: var(--bp-yellorange-160);
|
|
1075
1116
|
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
export const bpBackgroundBackground: string;
|
|
2
|
+
export const bpBackgroundBackgroundLightBlue: string;
|
|
3
|
+
export const bpBackgroundBackgroundLightDarkBlue: string;
|
|
4
|
+
export const bpBackgroundBackgroundLightGreen: string;
|
|
5
|
+
export const bpBackgroundBackgroundLightGrimace: string;
|
|
6
|
+
export const bpBorderAccordionBorder: string;
|
|
2
7
|
export const bpBorderAccordionBorderHover: string;
|
|
8
|
+
export const bpBorderAccordionBorderOutlined: string;
|
|
3
9
|
export const bpBorderAvatarBorderHover: string;
|
|
4
10
|
export const bpBorderAvatarBorderPressed: string;
|
|
5
11
|
export const bpBorderBadgeBorder: string;
|
|
@@ -137,10 +143,14 @@ export const bpIconNavIconOnLight: string;
|
|
|
137
143
|
export const bpIconNavIconOnLightFocus: string;
|
|
138
144
|
export const bpIconNavIconOnLightHover: string;
|
|
139
145
|
export const bpIconNavIconOnLightSelected: string;
|
|
146
|
+
export const bpIconIconAnnotation: string;
|
|
140
147
|
export const bpIconIconBlue: string;
|
|
148
|
+
export const bpIconIconDarkBlue: string;
|
|
141
149
|
export const bpIconIconDestructiveOnLight: string;
|
|
142
150
|
export const bpIconIconErrorOnColor: string;
|
|
143
151
|
export const bpIconIconErrorOnLight: string;
|
|
152
|
+
export const bpIconIconGreen: string;
|
|
153
|
+
export const bpIconIconGrimace: string;
|
|
144
154
|
export const bpIconIconIllustrator: string;
|
|
145
155
|
export const bpIconIconIndesign: string;
|
|
146
156
|
export const bpIconIconInfoOnColor: string;
|
|
@@ -151,6 +161,7 @@ export const bpIconIconOnLightTertiary: string;
|
|
|
151
161
|
export const bpIconIconPhotoshop: string;
|
|
152
162
|
export const bpIconIconRequiredOnLight: string;
|
|
153
163
|
export const bpIconIconSuccessOnColor: string;
|
|
164
|
+
export const bpIconIconVariable: string;
|
|
154
165
|
export const bpIconIconWarningOnColor: string;
|
|
155
166
|
export const bpOutlineFocusOnDark: string;
|
|
156
167
|
export const bpOutlineFocusOnLight: string;
|
|
@@ -160,6 +171,7 @@ export const bpSurfaceAccordionSurfaceCollapsed: string;
|
|
|
160
171
|
export const bpSurfaceAccordionSurfaceCollapsedHover: string;
|
|
161
172
|
export const bpSurfaceAccordionSurfaceExpanded: string;
|
|
162
173
|
export const bpSurfaceAccordionSurfaceExpandedHover: string;
|
|
174
|
+
export const bpSurfaceAccordionSurfaceExpandedOutlined: string;
|
|
163
175
|
export const bpSurfaceBadgeSurfaceAdmin: string;
|
|
164
176
|
export const bpSurfaceBadgeSurfaceAlert: string;
|
|
165
177
|
export const bpSurfaceBadgeSurfaceAnnotation: string;
|
|
@@ -172,6 +184,7 @@ export const bpSurfaceBadgeSurfaceCoadmin: string;
|
|
|
172
184
|
export const bpSurfaceBadgeSurfaceCode: string;
|
|
173
185
|
export const bpSurfaceBadgeSurfaceCollection: string;
|
|
174
186
|
export const bpSurfaceBadgeSurfaceCompleted: string;
|
|
187
|
+
export const bpSurfaceBadgeSurfaceContentOffline: string;
|
|
175
188
|
export const bpSurfaceBadgeSurfaceDefault: string;
|
|
176
189
|
export const bpSurfaceBadgeSurfaceDocs: string;
|
|
177
190
|
export const bpSurfaceBadgeSurfaceDrawing: string;
|
|
@@ -195,6 +208,7 @@ export const bpSurfaceBadgeSurfaceOffline: string;
|
|
|
195
208
|
export const bpSurfaceBadgeSurfaceOnline: string;
|
|
196
209
|
export const bpSurfaceBadgeSurfacePages: string;
|
|
197
210
|
export const bpSurfaceBadgeSurfacePdf: string;
|
|
211
|
+
export const bpSurfaceBadgeSurfacePending: string;
|
|
198
212
|
export const bpSurfaceBadgeSurfacePhotoshop: string;
|
|
199
213
|
export const bpSurfaceBadgeSurfacePin: string;
|
|
200
214
|
export const bpSurfaceBadgeSurfacePowerpoint: string;
|
|
@@ -282,6 +296,8 @@ export const bpSurfaceDatePickerSurfaceDisabled: string;
|
|
|
282
296
|
export const bpSurfaceDatePickerSurfaceError: string;
|
|
283
297
|
export const bpSurfaceDatePickerSurfaceFocus: string;
|
|
284
298
|
export const bpSurfaceDatePickerSurfaceHover: string;
|
|
299
|
+
export const bpSurfaceDropdownQuaternarySurfaceHover: string;
|
|
300
|
+
export const bpSurfaceDropdownQuaternarySurfacePressed: string;
|
|
285
301
|
export const bpSurfaceDropdownSecondarySurface: string;
|
|
286
302
|
export const bpSurfaceDropdownSecondarySurfaceHover: string;
|
|
287
303
|
export const bpSurfaceDropdownSecondarySurfacePressed: string;
|
|
@@ -341,8 +357,15 @@ export const bpSurfaceInputSurfaceFocus: string;
|
|
|
341
357
|
export const bpSurfaceInputSurfaceHover: string;
|
|
342
358
|
export const bpSurfaceInputSurfaceReadOnly: string;
|
|
343
359
|
export const bpSurfaceInputChipSurface: string;
|
|
360
|
+
export const bpSurfaceInputChipSurfaceAnnotation: string;
|
|
361
|
+
export const bpSurfaceInputChipSurfaceAnnotationHover: string;
|
|
362
|
+
export const bpSurfaceInputChipSurfaceAnnotationPressed: string;
|
|
363
|
+
export const bpSurfaceInputChipSurfaceDisabled: string;
|
|
344
364
|
export const bpSurfaceInputChipSurfaceError: string;
|
|
345
365
|
export const bpSurfaceInputChipSurfaceHover: string;
|
|
366
|
+
export const bpSurfaceInputChipSurfaceVariable: string;
|
|
367
|
+
export const bpSurfaceInputChipSurfaceVariableHover: string;
|
|
368
|
+
export const bpSurfaceInputChipSurfaceVariablePressed: string;
|
|
346
369
|
export const bpSurfaceItemSmallSurface: string;
|
|
347
370
|
export const bpSurfaceItemSmallSurfaceHover: string;
|
|
348
371
|
export const bpSurfaceItemSmallSurfaceSelected: string;
|
|
@@ -490,6 +513,9 @@ export const bpTextCtaLinkSecondary: string;
|
|
|
490
513
|
export const bpTextCtaLinkSecondaryHover: string;
|
|
491
514
|
export const bpTextCtaLinkSecondaryPressed: string;
|
|
492
515
|
export const bpTextCtaPromo: string;
|
|
516
|
+
export const bpTextCtaSecondary: string;
|
|
517
|
+
export const bpTextCtaSecondaryHover: string;
|
|
518
|
+
export const bpTextCtaSecondaryPressed: string;
|
|
493
519
|
export const bpTextNavTextOnDark: string;
|
|
494
520
|
export const bpTextNavTextOnDarkFocus: string;
|
|
495
521
|
export const bpTextNavTextOnDarkHover: string;
|
|
@@ -499,6 +525,7 @@ export const bpTextNavTextOnLightFocus: string;
|
|
|
499
525
|
export const bpTextNavTextOnLightHover: string;
|
|
500
526
|
export const bpTextNavTextOnLightSelected: string;
|
|
501
527
|
export const bpTextToggleTextText: string;
|
|
528
|
+
export const bpTextTextAnnotationOnColor: string;
|
|
502
529
|
export const bpTextTextBrandOnColor: string;
|
|
503
530
|
export const bpTextTextDestructiveOnLight: string;
|
|
504
531
|
export const bpTextTextErrorOnColor: string;
|
|
@@ -511,6 +538,7 @@ export const bpTextTextOnLightSecondary: string;
|
|
|
511
538
|
export const bpTextTextOnLightSecondaryHover: string;
|
|
512
539
|
export const bpTextTextOnLightTertiary: string;
|
|
513
540
|
export const bpTextTextSuccessOnColor: string;
|
|
541
|
+
export const bpTextTextVariableOnColor: string;
|
|
514
542
|
export const bpTextTextWarningOnColor: string;
|
|
515
543
|
export const bpBoxBlue10: string;
|
|
516
544
|
export const bpBoxBlue20: string;
|
|
@@ -997,6 +1025,19 @@ export const bpOrangeOpacity90: string;
|
|
|
997
1025
|
export const bpOrangeOpacity00: string;
|
|
998
1026
|
export const bpOrangeOpacity04: string;
|
|
999
1027
|
export const bpOrangeOpacity08: string;
|
|
1028
|
+
export const bpPurpleRainOpacity12: string;
|
|
1029
|
+
export const bpPurpleRainOpacity16: string;
|
|
1030
|
+
export const bpPurpleRainOpacity20: string;
|
|
1031
|
+
export const bpPurpleRainOpacity24: string;
|
|
1032
|
+
export const bpPurpleRainOpacity30: string;
|
|
1033
|
+
export const bpPurpleRainOpacity50: string;
|
|
1034
|
+
export const bpPurpleRainOpacity60: string;
|
|
1035
|
+
export const bpPurpleRainOpacity70: string;
|
|
1036
|
+
export const bpPurpleRainOpacity80: string;
|
|
1037
|
+
export const bpPurpleRainOpacity90: string;
|
|
1038
|
+
export const bpPurpleRainOpacity00: string;
|
|
1039
|
+
export const bpPurpleRainOpacity04: string;
|
|
1040
|
+
export const bpPurpleRainOpacity08: string;
|
|
1000
1041
|
export const bpWatermelonRedOpacity12: string;
|
|
1001
1042
|
export const bpWatermelonRedOpacity16: string;
|
|
1002
1043
|
export const bpWatermelonRedOpacity20: string;
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
export const bpBackgroundBackground = '#ffffff';
|
|
2
|
+
export const bpBackgroundBackgroundLightBlue = '#e5effa';
|
|
3
|
+
export const bpBackgroundBackgroundLightDarkBlue = '#e5ebf2';
|
|
4
|
+
export const bpBackgroundBackgroundLightGreen = '#e9f8f2';
|
|
5
|
+
export const bpBackgroundBackgroundLightGrimace = '#ece9f8';
|
|
6
|
+
export const bpBorderAccordionBorder = '#e8e8e8';
|
|
2
7
|
export const bpBorderAccordionBorderHover = '#e8e8e8';
|
|
8
|
+
export const bpBorderAccordionBorderOutlined = '#0061d5';
|
|
3
9
|
export const bpBorderAvatarBorderHover = 'rgba(0, 0, 0, 0.04)';
|
|
4
10
|
export const bpBorderAvatarBorderPressed = 'rgba(0, 0, 0, 0.08)';
|
|
5
11
|
export const bpBorderBadgeBorder = '#ffffff';
|
|
@@ -137,10 +143,14 @@ export const bpIconNavIconOnLight = '#222222';
|
|
|
137
143
|
export const bpIconNavIconOnLightFocus = '#222222';
|
|
138
144
|
export const bpIconNavIconOnLightHover = '#222222';
|
|
139
145
|
export const bpIconNavIconOnLightSelected = '#222222';
|
|
146
|
+
export const bpIconIconAnnotation = '#0057c0';
|
|
140
147
|
export const bpIconIconBlue = '#0061d5';
|
|
148
|
+
export const bpIconIconDarkBlue = '#003677';
|
|
141
149
|
export const bpIconIconDestructiveOnLight = '#d5324e';
|
|
142
150
|
export const bpIconIconErrorOnColor = '#821e30';
|
|
143
151
|
export const bpIconIconErrorOnLight = '#d5324e';
|
|
152
|
+
export const bpIconIconGreen = '#1e9b67';
|
|
153
|
+
export const bpIconIconGrimace = '#4122af';
|
|
144
154
|
export const bpIconIconIllustrator = '#ff9400';
|
|
145
155
|
export const bpIconIconIndesign = '#ff57a1';
|
|
146
156
|
export const bpIconIconInfoOnColor = '#00316b';
|
|
@@ -151,15 +161,17 @@ export const bpIconIconOnLightTertiary = 'rgba(0, 0, 0, 0.5)';
|
|
|
151
161
|
export const bpIconIconPhotoshop = '#26c9ff';
|
|
152
162
|
export const bpIconIconRequiredOnLight = '#d5324e';
|
|
153
163
|
export const bpIconIconSuccessOnColor = '#0f4e34';
|
|
164
|
+
export const bpIconIconVariable = '#8f39d5';
|
|
154
165
|
export const bpIconIconWarningOnColor = '#62480b';
|
|
155
166
|
export const bpOutlineFocusOnDark = '#ffffff';
|
|
156
167
|
export const bpOutlineFocusOnLight = '#2486fc';
|
|
157
168
|
export const bpOverlayModalOverlay = 'rgba(0, 0, 0, 0.5)';
|
|
158
169
|
export const bpOverlaySidePanelOverlay = 'rgba(0, 0, 0, 0.5)';
|
|
159
|
-
export const bpSurfaceAccordionSurfaceCollapsed = '
|
|
170
|
+
export const bpSurfaceAccordionSurfaceCollapsed = '#ffffff';
|
|
160
171
|
export const bpSurfaceAccordionSurfaceCollapsedHover = 'rgba(0, 0, 0, 0.08)';
|
|
161
172
|
export const bpSurfaceAccordionSurfaceExpanded = '#ffffff';
|
|
162
173
|
export const bpSurfaceAccordionSurfaceExpandedHover = '#ffffff';
|
|
174
|
+
export const bpSurfaceAccordionSurfaceExpandedOutlined = '#fafcfe';
|
|
163
175
|
export const bpSurfaceBadgeSurfaceAdmin = '#003c84';
|
|
164
176
|
export const bpSurfaceBadgeSurfaceAlert = '#d97417';
|
|
165
177
|
export const bpSurfaceBadgeSurfaceAnnotation = '#f5b31b';
|
|
@@ -172,6 +184,7 @@ export const bpSurfaceBadgeSurfaceCoadmin = '#9f3fed';
|
|
|
172
184
|
export const bpSurfaceBadgeSurfaceCode = '#ed3757';
|
|
173
185
|
export const bpSurfaceBadgeSurfaceCollection = '#e8e8e8';
|
|
174
186
|
export const bpSurfaceBadgeSurfaceCompleted = '#1e9b67';
|
|
187
|
+
export const bpSurfaceBadgeSurfaceContentOffline = '#20a56e';
|
|
175
188
|
export const bpSurfaceBadgeSurfaceDefault = '#6f6f6f';
|
|
176
189
|
export const bpSurfaceBadgeSurfaceDocs = '#4083f7';
|
|
177
190
|
export const bpSurfaceBadgeSurfaceDrawing = '#009aed';
|
|
@@ -195,6 +208,7 @@ export const bpSurfaceBadgeSurfaceOffline = '#26c281';
|
|
|
195
208
|
export const bpSurfaceBadgeSurfaceOnline = '#1e9b67';
|
|
196
209
|
export const bpSurfaceBadgeSurfacePages = '#ff9500';
|
|
197
210
|
export const bpSurfaceBadgeSurfacePdf = '#d0021b';
|
|
211
|
+
export const bpSurfaceBadgeSurfacePending = '#d97417';
|
|
198
212
|
export const bpSurfaceBadgeSurfacePhotoshop = '#131415';
|
|
199
213
|
export const bpSurfaceBadgeSurfacePin = '#e8e8e8';
|
|
200
214
|
export const bpSurfaceBadgeSurfacePowerpoint = '#c43e1c';
|
|
@@ -282,6 +296,8 @@ export const bpSurfaceDatePickerSurfaceDisabled = '#ffffff';
|
|
|
282
296
|
export const bpSurfaceDatePickerSurfaceError = '#ffffff';
|
|
283
297
|
export const bpSurfaceDatePickerSurfaceFocus = '#ffffff';
|
|
284
298
|
export const bpSurfaceDatePickerSurfaceHover = '#ffffff';
|
|
299
|
+
export const bpSurfaceDropdownQuaternarySurfaceHover = 'rgba(255, 255, 255, 0.04)';
|
|
300
|
+
export const bpSurfaceDropdownQuaternarySurfacePressed = 'rgba(255, 255, 255, 0.08)';
|
|
285
301
|
export const bpSurfaceDropdownSecondarySurface = 'rgba(255, 255, 255, 0.7)';
|
|
286
302
|
export const bpSurfaceDropdownSecondarySurfaceHover = 'rgba(0, 0, 0, 0.04)';
|
|
287
303
|
export const bpSurfaceDropdownSecondarySurfacePressed = 'rgba(0, 0, 0, 0.08)';
|
|
@@ -341,8 +357,15 @@ export const bpSurfaceInputSurfaceFocus = '#ffffff';
|
|
|
341
357
|
export const bpSurfaceInputSurfaceHover = '#ffffff';
|
|
342
358
|
export const bpSurfaceInputSurfaceReadOnly = '#fbfbfb';
|
|
343
359
|
export const bpSurfaceInputChipSurface = '#e8e8e8';
|
|
360
|
+
export const bpSurfaceInputChipSurfaceAnnotation = 'rgba(0, 97, 213, 0.08)';
|
|
361
|
+
export const bpSurfaceInputChipSurfaceAnnotationHover = 'rgba(0, 97, 213, 0.12)';
|
|
362
|
+
export const bpSurfaceInputChipSurfaceAnnotationPressed = 'rgba(0, 97, 213, 0.16)';
|
|
363
|
+
export const bpSurfaceInputChipSurfaceDisabled = 'rgba(0, 0, 0, 0.04)';
|
|
344
364
|
export const bpSurfaceInputChipSurfaceError = '#fdebee';
|
|
345
365
|
export const bpSurfaceInputChipSurfaceHover = '#e8e8e8';
|
|
366
|
+
export const bpSurfaceInputChipSurfaceVariable = 'rgba(159, 63, 237, 0.08)';
|
|
367
|
+
export const bpSurfaceInputChipSurfaceVariableHover = 'rgba(159, 63, 237, 0.12)';
|
|
368
|
+
export const bpSurfaceInputChipSurfaceVariablePressed = 'rgba(159, 63, 237, 0.16)';
|
|
346
369
|
export const bpSurfaceItemSmallSurface = '#ffffff';
|
|
347
370
|
export const bpSurfaceItemSmallSurfaceHover = '#f4f4f4';
|
|
348
371
|
export const bpSurfaceItemSmallSurfaceSelected = '#f2f7fd';
|
|
@@ -487,9 +510,12 @@ export const bpTextCtaLinkDisabled = '#b2cff2';
|
|
|
487
510
|
export const bpTextCtaLinkHover = '#1d6bca';
|
|
488
511
|
export const bpTextCtaLinkPressed = '#2486fc';
|
|
489
512
|
export const bpTextCtaLinkSecondary = '#6f6f6f';
|
|
490
|
-
export const bpTextCtaLinkSecondaryHover = '#
|
|
491
|
-
export const bpTextCtaLinkSecondaryPressed = '#
|
|
513
|
+
export const bpTextCtaLinkSecondaryHover = '#4e4e4e';
|
|
514
|
+
export const bpTextCtaLinkSecondaryPressed = '#222222';
|
|
492
515
|
export const bpTextCtaPromo = '#4826c2';
|
|
516
|
+
export const bpTextCtaSecondary = '#6f6f6f';
|
|
517
|
+
export const bpTextCtaSecondaryHover = '#4e4e4e';
|
|
518
|
+
export const bpTextCtaSecondaryPressed = '#4e4e4e';
|
|
493
519
|
export const bpTextNavTextOnDark = '#ffffff';
|
|
494
520
|
export const bpTextNavTextOnDarkFocus = '#ffffff';
|
|
495
521
|
export const bpTextNavTextOnDarkHover = '#ffffff';
|
|
@@ -499,6 +525,7 @@ export const bpTextNavTextOnLightFocus = '#ffffff';
|
|
|
499
525
|
export const bpTextNavTextOnLightHover = '#ffffff';
|
|
500
526
|
export const bpTextNavTextOnLightSelected = '#ffffff';
|
|
501
527
|
export const bpTextToggleTextText = '#004eaa';
|
|
528
|
+
export const bpTextTextAnnotationOnColor = '#0057c0';
|
|
502
529
|
export const bpTextTextBrandOnColor = '#ffffff';
|
|
503
530
|
export const bpTextTextDestructiveOnLight = '#d5324e';
|
|
504
531
|
export const bpTextTextErrorOnColor = '#821e30';
|
|
@@ -511,6 +538,7 @@ export const bpTextTextOnLightSecondary = '#6f6f6f';
|
|
|
511
538
|
export const bpTextTextOnLightSecondaryHover = '#4e4e4e';
|
|
512
539
|
export const bpTextTextOnLightTertiary = '#909090';
|
|
513
540
|
export const bpTextTextSuccessOnColor = '#0f4e34';
|
|
541
|
+
export const bpTextTextVariableOnColor = '#8f39d5';
|
|
514
542
|
export const bpTextTextWarningOnColor = '#62480b';
|
|
515
543
|
export const bpBoxBlue10 = '#e5effa';
|
|
516
544
|
export const bpBoxBlue20 = '#ccdff7';
|
|
@@ -997,6 +1025,19 @@ export const bpOrangeOpacity90 = 'rgba(245, 179, 27, 0.9)';
|
|
|
997
1025
|
export const bpOrangeOpacity00 = 'rgba(245, 179, 27, 0)';
|
|
998
1026
|
export const bpOrangeOpacity04 = 'rgba(245, 179, 27, 0.04)';
|
|
999
1027
|
export const bpOrangeOpacity08 = 'rgba(245, 179, 27, 0.08)';
|
|
1028
|
+
export const bpPurpleRainOpacity12 = 'rgba(159, 63, 237, 0.12)';
|
|
1029
|
+
export const bpPurpleRainOpacity16 = 'rgba(159, 63, 237, 0.16)';
|
|
1030
|
+
export const bpPurpleRainOpacity20 = 'rgba(159, 63, 237, 0.2)';
|
|
1031
|
+
export const bpPurpleRainOpacity24 = 'rgba(159, 63, 237, 0.24)';
|
|
1032
|
+
export const bpPurpleRainOpacity30 = 'rgba(159, 63, 237, 0.3)';
|
|
1033
|
+
export const bpPurpleRainOpacity50 = 'rgba(159, 63, 237, 0.5)';
|
|
1034
|
+
export const bpPurpleRainOpacity60 = 'rgba(159, 63, 237, 0.6)';
|
|
1035
|
+
export const bpPurpleRainOpacity70 = 'rgba(159, 63, 237, 0.7)';
|
|
1036
|
+
export const bpPurpleRainOpacity80 = 'rgba(159, 63, 237, 0.8)';
|
|
1037
|
+
export const bpPurpleRainOpacity90 = 'rgba(159, 63, 237, 0.9)';
|
|
1038
|
+
export const bpPurpleRainOpacity00 = 'rgba(159, 63, 237, 0)';
|
|
1039
|
+
export const bpPurpleRainOpacity04 = 'rgba(159, 63, 237, 0.04)';
|
|
1040
|
+
export const bpPurpleRainOpacity08 = 'rgba(159, 63, 237, 0.08)';
|
|
1000
1041
|
export const bpWatermelonRedOpacity12 = 'rgba(237, 55, 87, 0.12)';
|
|
1001
1042
|
export const bpWatermelonRedOpacity16 = 'rgba(237, 55, 87, 0.16)';
|
|
1002
1043
|
export const bpWatermelonRedOpacity20 = 'rgba(237, 55, 87, 0.2)';
|
|
@@ -1064,6 +1105,6 @@ export const bpDurationMedium = '150ms';
|
|
|
1064
1105
|
export const bpDurationShort = '100ms';
|
|
1065
1106
|
export const bpOpacityHidden = '0';
|
|
1066
1107
|
export const bpOpacityVisible = '1';
|
|
1067
|
-
export const bpScaleDefault = '
|
|
1068
|
-
export const bpScaleLarge = '
|
|
1069
|
-
export const bpScaleSmall = '
|
|
1108
|
+
export const bpScaleDefault = '1.00';
|
|
1109
|
+
export const bpScaleLarge = '1.12';
|
|
1110
|
+
export const bpScaleSmall = '0.98';
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"BpBackgroundBackground": "#ffffff",
|
|
3
|
+
"BpBackgroundBackgroundLightBlue": "#e5effa",
|
|
4
|
+
"BpBackgroundBackgroundLightDarkBlue": "#e5ebf2",
|
|
5
|
+
"BpBackgroundBackgroundLightGreen": "#e9f8f2",
|
|
6
|
+
"BpBackgroundBackgroundLightGrimace": "#ece9f8",
|
|
7
|
+
"BpBorderAccordionBorder": "#e8e8e8",
|
|
3
8
|
"BpBorderAccordionBorderHover": "#e8e8e8",
|
|
9
|
+
"BpBorderAccordionBorderOutlined": "#0061d5",
|
|
4
10
|
"BpBorderAvatarBorderHover": "rgba(0, 0, 0, 0.04)",
|
|
5
11
|
"BpBorderAvatarBorderPressed": "rgba(0, 0, 0, 0.08)",
|
|
6
12
|
"BpBorderBadgeBorder": "#ffffff",
|
|
@@ -138,10 +144,14 @@
|
|
|
138
144
|
"BpIconNavIconOnLightFocus": "#222222",
|
|
139
145
|
"BpIconNavIconOnLightHover": "#222222",
|
|
140
146
|
"BpIconNavIconOnLightSelected": "#222222",
|
|
147
|
+
"BpIconIconAnnotation": "#0057c0",
|
|
141
148
|
"BpIconIconBlue": "#0061d5",
|
|
149
|
+
"BpIconIconDarkBlue": "#003677",
|
|
142
150
|
"BpIconIconDestructiveOnLight": "#d5324e",
|
|
143
151
|
"BpIconIconErrorOnColor": "#821e30",
|
|
144
152
|
"BpIconIconErrorOnLight": "#d5324e",
|
|
153
|
+
"BpIconIconGreen": "#1e9b67",
|
|
154
|
+
"BpIconIconGrimace": "#4122af",
|
|
145
155
|
"BpIconIconIllustrator": "#ff9400",
|
|
146
156
|
"BpIconIconIndesign": "#ff57a1",
|
|
147
157
|
"BpIconIconInfoOnColor": "#00316b",
|
|
@@ -152,15 +162,17 @@
|
|
|
152
162
|
"BpIconIconPhotoshop": "#26c9ff",
|
|
153
163
|
"BpIconIconRequiredOnLight": "#d5324e",
|
|
154
164
|
"BpIconIconSuccessOnColor": "#0f4e34",
|
|
165
|
+
"BpIconIconVariable": "#8f39d5",
|
|
155
166
|
"BpIconIconWarningOnColor": "#62480b",
|
|
156
167
|
"BpOutlineFocusOnDark": "#ffffff",
|
|
157
168
|
"BpOutlineFocusOnLight": "#2486fc",
|
|
158
169
|
"BpOverlayModalOverlay": "rgba(0, 0, 0, 0.5)",
|
|
159
170
|
"BpOverlaySidePanelOverlay": "rgba(0, 0, 0, 0.5)",
|
|
160
|
-
"BpSurfaceAccordionSurfaceCollapsed": "
|
|
171
|
+
"BpSurfaceAccordionSurfaceCollapsed": "#ffffff",
|
|
161
172
|
"BpSurfaceAccordionSurfaceCollapsedHover": "rgba(0, 0, 0, 0.08)",
|
|
162
173
|
"BpSurfaceAccordionSurfaceExpanded": "#ffffff",
|
|
163
174
|
"BpSurfaceAccordionSurfaceExpandedHover": "#ffffff",
|
|
175
|
+
"BpSurfaceAccordionSurfaceExpandedOutlined": "#fafcfe",
|
|
164
176
|
"BpSurfaceBadgeSurfaceAdmin": "#003c84",
|
|
165
177
|
"BpSurfaceBadgeSurfaceAlert": "#d97417",
|
|
166
178
|
"BpSurfaceBadgeSurfaceAnnotation": "#f5b31b",
|
|
@@ -173,6 +185,7 @@
|
|
|
173
185
|
"BpSurfaceBadgeSurfaceCode": "#ed3757",
|
|
174
186
|
"BpSurfaceBadgeSurfaceCollection": "#e8e8e8",
|
|
175
187
|
"BpSurfaceBadgeSurfaceCompleted": "#1e9b67",
|
|
188
|
+
"BpSurfaceBadgeSurfaceContentOffline": "#20a56e",
|
|
176
189
|
"BpSurfaceBadgeSurfaceDefault": "#6f6f6f",
|
|
177
190
|
"BpSurfaceBadgeSurfaceDocs": "#4083f7",
|
|
178
191
|
"BpSurfaceBadgeSurfaceDrawing": "#009aed",
|
|
@@ -196,6 +209,7 @@
|
|
|
196
209
|
"BpSurfaceBadgeSurfaceOnline": "#1e9b67",
|
|
197
210
|
"BpSurfaceBadgeSurfacePages": "#ff9500",
|
|
198
211
|
"BpSurfaceBadgeSurfacePdf": "#d0021b",
|
|
212
|
+
"BpSurfaceBadgeSurfacePending": "#d97417",
|
|
199
213
|
"BpSurfaceBadgeSurfacePhotoshop": "#131415",
|
|
200
214
|
"BpSurfaceBadgeSurfacePin": "#e8e8e8",
|
|
201
215
|
"BpSurfaceBadgeSurfacePowerpoint": "#c43e1c",
|
|
@@ -283,6 +297,8 @@
|
|
|
283
297
|
"BpSurfaceDatePickerSurfaceError": "#ffffff",
|
|
284
298
|
"BpSurfaceDatePickerSurfaceFocus": "#ffffff",
|
|
285
299
|
"BpSurfaceDatePickerSurfaceHover": "#ffffff",
|
|
300
|
+
"BpSurfaceDropdownQuaternarySurfaceHover": "rgba(255, 255, 255, 0.04)",
|
|
301
|
+
"BpSurfaceDropdownQuaternarySurfacePressed": "rgba(255, 255, 255, 0.08)",
|
|
286
302
|
"BpSurfaceDropdownSecondarySurface": "rgba(255, 255, 255, 0.7)",
|
|
287
303
|
"BpSurfaceDropdownSecondarySurfaceHover": "rgba(0, 0, 0, 0.04)",
|
|
288
304
|
"BpSurfaceDropdownSecondarySurfacePressed": "rgba(0, 0, 0, 0.08)",
|
|
@@ -342,8 +358,15 @@
|
|
|
342
358
|
"BpSurfaceInputSurfaceHover": "#ffffff",
|
|
343
359
|
"BpSurfaceInputSurfaceReadOnly": "#fbfbfb",
|
|
344
360
|
"BpSurfaceInputChipSurface": "#e8e8e8",
|
|
361
|
+
"BpSurfaceInputChipSurfaceAnnotation": "rgba(0, 97, 213, 0.08)",
|
|
362
|
+
"BpSurfaceInputChipSurfaceAnnotationHover": "rgba(0, 97, 213, 0.12)",
|
|
363
|
+
"BpSurfaceInputChipSurfaceAnnotationPressed": "rgba(0, 97, 213, 0.16)",
|
|
364
|
+
"BpSurfaceInputChipSurfaceDisabled": "rgba(0, 0, 0, 0.04)",
|
|
345
365
|
"BpSurfaceInputChipSurfaceError": "#fdebee",
|
|
346
366
|
"BpSurfaceInputChipSurfaceHover": "#e8e8e8",
|
|
367
|
+
"BpSurfaceInputChipSurfaceVariable": "rgba(159, 63, 237, 0.08)",
|
|
368
|
+
"BpSurfaceInputChipSurfaceVariableHover": "rgba(159, 63, 237, 0.12)",
|
|
369
|
+
"BpSurfaceInputChipSurfaceVariablePressed": "rgba(159, 63, 237, 0.16)",
|
|
347
370
|
"BpSurfaceItemSmallSurface": "#ffffff",
|
|
348
371
|
"BpSurfaceItemSmallSurfaceHover": "#f4f4f4",
|
|
349
372
|
"BpSurfaceItemSmallSurfaceSelected": "#f2f7fd",
|
|
@@ -488,9 +511,12 @@
|
|
|
488
511
|
"BpTextCtaLinkHover": "#1d6bca",
|
|
489
512
|
"BpTextCtaLinkPressed": "#2486fc",
|
|
490
513
|
"BpTextCtaLinkSecondary": "#6f6f6f",
|
|
491
|
-
"BpTextCtaLinkSecondaryHover": "#
|
|
492
|
-
"BpTextCtaLinkSecondaryPressed": "#
|
|
514
|
+
"BpTextCtaLinkSecondaryHover": "#4e4e4e",
|
|
515
|
+
"BpTextCtaLinkSecondaryPressed": "#222222",
|
|
493
516
|
"BpTextCtaPromo": "#4826c2",
|
|
517
|
+
"BpTextCtaSecondary": "#6f6f6f",
|
|
518
|
+
"BpTextCtaSecondaryHover": "#4e4e4e",
|
|
519
|
+
"BpTextCtaSecondaryPressed": "#4e4e4e",
|
|
494
520
|
"BpTextNavTextOnDark": "#ffffff",
|
|
495
521
|
"BpTextNavTextOnDarkFocus": "#ffffff",
|
|
496
522
|
"BpTextNavTextOnDarkHover": "#ffffff",
|
|
@@ -500,6 +526,7 @@
|
|
|
500
526
|
"BpTextNavTextOnLightHover": "#ffffff",
|
|
501
527
|
"BpTextNavTextOnLightSelected": "#ffffff",
|
|
502
528
|
"BpTextToggleTextText": "#004eaa",
|
|
529
|
+
"BpTextTextAnnotationOnColor": "#0057c0",
|
|
503
530
|
"BpTextTextBrandOnColor": "#ffffff",
|
|
504
531
|
"BpTextTextDestructiveOnLight": "#d5324e",
|
|
505
532
|
"BpTextTextErrorOnColor": "#821e30",
|
|
@@ -512,6 +539,7 @@
|
|
|
512
539
|
"BpTextTextOnLightSecondaryHover": "#4e4e4e",
|
|
513
540
|
"BpTextTextOnLightTertiary": "#909090",
|
|
514
541
|
"BpTextTextSuccessOnColor": "#0f4e34",
|
|
542
|
+
"BpTextTextVariableOnColor": "#8f39d5",
|
|
515
543
|
"BpTextTextWarningOnColor": "#62480b",
|
|
516
544
|
"BpBoxBlue10": "#e5effa",
|
|
517
545
|
"BpBoxBlue20": "#ccdff7",
|
|
@@ -998,6 +1026,19 @@
|
|
|
998
1026
|
"BpOrangeOpacity00": "rgba(245, 179, 27, 0)",
|
|
999
1027
|
"BpOrangeOpacity04": "rgba(245, 179, 27, 0.04)",
|
|
1000
1028
|
"BpOrangeOpacity08": "rgba(245, 179, 27, 0.08)",
|
|
1029
|
+
"BpPurpleRainOpacity12": "rgba(159, 63, 237, 0.12)",
|
|
1030
|
+
"BpPurpleRainOpacity16": "rgba(159, 63, 237, 0.16)",
|
|
1031
|
+
"BpPurpleRainOpacity20": "rgba(159, 63, 237, 0.2)",
|
|
1032
|
+
"BpPurpleRainOpacity24": "rgba(159, 63, 237, 0.24)",
|
|
1033
|
+
"BpPurpleRainOpacity30": "rgba(159, 63, 237, 0.3)",
|
|
1034
|
+
"BpPurpleRainOpacity50": "rgba(159, 63, 237, 0.5)",
|
|
1035
|
+
"BpPurpleRainOpacity60": "rgba(159, 63, 237, 0.6)",
|
|
1036
|
+
"BpPurpleRainOpacity70": "rgba(159, 63, 237, 0.7)",
|
|
1037
|
+
"BpPurpleRainOpacity80": "rgba(159, 63, 237, 0.8)",
|
|
1038
|
+
"BpPurpleRainOpacity90": "rgba(159, 63, 237, 0.9)",
|
|
1039
|
+
"BpPurpleRainOpacity00": "rgba(159, 63, 237, 0)",
|
|
1040
|
+
"BpPurpleRainOpacity04": "rgba(159, 63, 237, 0.04)",
|
|
1041
|
+
"BpPurpleRainOpacity08": "rgba(159, 63, 237, 0.08)",
|
|
1001
1042
|
"BpWatermelonRedOpacity12": "rgba(237, 55, 87, 0.12)",
|
|
1002
1043
|
"BpWatermelonRedOpacity16": "rgba(237, 55, 87, 0.16)",
|
|
1003
1044
|
"BpWatermelonRedOpacity20": "rgba(237, 55, 87, 0.2)",
|
|
@@ -1065,7 +1106,7 @@
|
|
|
1065
1106
|
"BpDurationShort": "100ms",
|
|
1066
1107
|
"BpOpacityHidden": "0",
|
|
1067
1108
|
"BpOpacityVisible": "1",
|
|
1068
|
-
"BpScaleDefault": "
|
|
1069
|
-
"BpScaleLarge": "
|
|
1070
|
-
"BpScaleSmall": "
|
|
1109
|
+
"BpScaleDefault": "1.00",
|
|
1110
|
+
"BpScaleLarge": "1.12",
|
|
1111
|
+
"BpScaleSmall": "0.98"
|
|
1071
1112
|
}
|