@box/blueprint-web-assets 4.86.3 → 4.88.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/icons/Medium/ClockArrowCurveBack.d.ts +3 -0
- package/dist/icons/Medium/ClockArrowCurveBack.js +5 -0
- package/dist/icons/Medium/DocGen.d.ts +3 -0
- package/dist/icons/Medium/DocGen.js +5 -0
- package/dist/icons/Medium/MagicWand.d.ts +3 -0
- package/dist/icons/Medium/MagicWand.js +5 -0
- package/dist/icons/Medium/Outline.d.ts +3 -0
- package/dist/icons/Medium/Outline.js +5 -0
- package/dist/icons/Medium/RightSidebarChevronClose.d.ts +3 -0
- package/dist/icons/Medium/RightSidebarChevronClose.js +5 -0
- package/dist/icons/Medium/RightSidebarChevronOpen.d.ts +3 -0
- package/dist/icons/Medium/RightSidebarChevronOpen.js +5 -0
- package/dist/icons/Medium/Watermark.d.ts +3 -0
- package/dist/icons/Medium/Watermark.js +5 -0
- package/dist/icons/Medium/index.d.ts +7 -0
- package/dist/icons/Medium/index.js +7 -0
- package/dist/icons/MediumFilled/MagicWand.d.ts +3 -0
- package/dist/icons/MediumFilled/MagicWand.js +5 -0
- package/dist/icons/MediumFilled/XMark.d.ts +3 -0
- package/dist/icons/MediumFilled/XMark.js +5 -0
- package/dist/icons/MediumFilled/index.d.ts +2 -0
- package/dist/icons/MediumFilled/index.js +2 -0
- package/dist/tokens/BP2/dark_mode_value/px-tokens.d.ts +16 -0
- package/dist/tokens/BP2/dark_mode_value/px-tokens.js +19 -3
- package/dist/tokens/BP2/dark_mode_value/tokens.css +19 -3
- package/dist/tokens/BP2/dark_mode_value/tokens.d.ts +16 -0
- package/dist/tokens/BP2/dark_mode_value/tokens.js +19 -3
- package/dist/tokens/BP2/dark_mode_value/tokens.json +19 -3
- package/dist/tokens/BP2/light_mode_value/px-tokens.d.ts +16 -0
- package/dist/tokens/BP2/light_mode_value/px-tokens.js +23 -7
- package/dist/tokens/BP2/light_mode_value/tokens.css +23 -7
- package/dist/tokens/BP2/light_mode_value/tokens.d.ts +16 -0
- package/dist/tokens/BP2/light_mode_value/tokens.js +23 -7
- package/dist/tokens/BP2/light_mode_value/tokens.json +23 -7
- package/dist/tokens/px-tokens.d.ts +16 -0
- package/dist/tokens/px-tokens.js +23 -7
- package/dist/tokens/tokens-css-vars.scss +23 -7
- package/dist/tokens/tokens.d.ts +16 -0
- package/dist/tokens/tokens.js +23 -7
- package/dist/tokens/tokens.json +23 -7
- package/package.json +2 -2
|
@@ -39,6 +39,7 @@ export const bpBorderFilterChipBorderMultiOn = '#99c0ee';
|
|
|
39
39
|
export const bpBorderFilterChipBorderMultiOnHover = '#99c0ee';
|
|
40
40
|
export const bpBorderGridThumbnailBorder = '#e8e8e8';
|
|
41
41
|
export const bpBorderHeaderBorder = '#e8e8e8';
|
|
42
|
+
export const bpBorderInlineNoticeBorder = 'rgba(0, 0, 0, 0.08)';
|
|
42
43
|
export const bpBorderInlineTableBorder = '#e8e8e8';
|
|
43
44
|
export const bpBorderInputBorder = '#909090';
|
|
44
45
|
export const bpBorderInputBorderError = '#ed3757';
|
|
@@ -78,8 +79,8 @@ export const bpBorderResizeBorderHover = '#bcbcbc';
|
|
|
78
79
|
export const bpBorderSearchGlobalBorderHover = '#e8e8e8';
|
|
79
80
|
export const bpBorderSearchInputBorderFocus = '#2486fc';
|
|
80
81
|
export const bpBorderSearchInputBorderHover = '#6f6f6f';
|
|
81
|
-
export const bpBorderSearchBorder = '
|
|
82
|
-
export const bpBorderSearchBorderHover = '
|
|
82
|
+
export const bpBorderSearchBorder = 'rgba(0, 0, 0, 0.08)';
|
|
83
|
+
export const bpBorderSearchBorderHover = 'rgba(0, 0, 0, 0.12)';
|
|
83
84
|
export const bpBorderSelectBorder = '#bcbcbc';
|
|
84
85
|
export const bpBorderSelectBorderActive = '#2486fc';
|
|
85
86
|
export const bpBorderSelectBorderError = '#d5324e';
|
|
@@ -223,6 +224,9 @@ export const bpSurfaceComboboxSurface = '#ffffff';
|
|
|
223
224
|
export const bpSurfaceContentSwitcherSurface = '#e8e8e8';
|
|
224
225
|
export const bpSurfaceContentSwitcherSurfaceHover = '#f4f4f4';
|
|
225
226
|
export const bpSurfaceContentSwitcherSurfaceSelected = '#ffffff';
|
|
227
|
+
export const bpSurfaceCtaDestructiveSurfacePrimary = '#d5324e';
|
|
228
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryHover = '#ed3757';
|
|
229
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryPressed = '#be2c46';
|
|
226
230
|
export const bpSurfaceCtaDestructiveSurfaceTertiary = 'rgba(237, 55, 87, 0)';
|
|
227
231
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryHover = 'rgba(237, 55, 87, 0.04)';
|
|
228
232
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryPressed = 'rgba(237, 55, 87, 0.12)';
|
|
@@ -240,9 +244,9 @@ export const bpSurfaceCtaSurfacePromoFocus = '#4826c2';
|
|
|
240
244
|
export const bpSurfaceCtaSurfacePromoFocusPressed = '#3a1e9b';
|
|
241
245
|
export const bpSurfaceCtaSurfacePromoHover = '#4826c2';
|
|
242
246
|
export const bpSurfaceCtaSurfacePromoPressed = '#3a1e9b';
|
|
243
|
-
export const bpSurfaceCtaSurfaceSecondary = '
|
|
244
|
-
export const bpSurfaceCtaSurfaceSecondaryHover = '
|
|
245
|
-
export const bpSurfaceCtaSurfaceSecondaryPressed = '
|
|
247
|
+
export const bpSurfaceCtaSurfaceSecondary = '#ffffff';
|
|
248
|
+
export const bpSurfaceCtaSurfaceSecondaryHover = '#f4f4f4';
|
|
249
|
+
export const bpSurfaceCtaSurfaceSecondaryPressed = '#e8e8e8';
|
|
246
250
|
export const bpSurfaceCtaSurfaceTertiary = 'rgba(0, 0, 0, 0)';
|
|
247
251
|
export const bpSurfaceCtaSurfaceTertiaryHover = 'rgba(0, 0, 0, 0.04)';
|
|
248
252
|
export const bpSurfaceCtaSurfaceTertiaryPressed = 'rgba(0, 0, 0, 0.08)';
|
|
@@ -291,10 +295,22 @@ export const bpSurfaceGhostSurfaceSecondary = 'rgba(0, 0, 0, 0.04)';
|
|
|
291
295
|
export const bpSurfaceIconButtonSurface = 'rgba(0, 0, 0, 0)';
|
|
292
296
|
export const bpSurfaceIconButtonSurfaceHover = 'rgba(0, 0, 0, 0.04)';
|
|
293
297
|
export const bpSurfaceIconButtonSurfacePressed = 'rgba(0, 0, 0, 0.08)';
|
|
298
|
+
export const bpSurfaceIconTileSurfaceBoxblue = '#0061d5';
|
|
299
|
+
export const bpSurfaceIconTileSurfaceDarkblue = '#003c84';
|
|
300
|
+
export const bpSurfaceIconTileSurfaceGray = '#222222';
|
|
301
|
+
export const bpSurfaceIconTileSurfaceGreenlight = '#22af74';
|
|
302
|
+
export const bpSurfaceIconTileSurfaceGrimace = '#4826c2';
|
|
303
|
+
export const bpSurfaceIconTileSurfaceLightblue = '#2486fc';
|
|
304
|
+
export const bpSurfaceIconTileSurfaceOrange = '#d97417';
|
|
305
|
+
export const bpSurfaceIconTileSurfacePurplerain = '#8f39d5';
|
|
306
|
+
export const bpSurfaceIconTileSurfaceWatermelonred = '#d5324e';
|
|
307
|
+
export const bpSurfaceIconTileSurfaceWhite = '#ffffff';
|
|
308
|
+
export const bpSurfaceIconTileSurfaceYellorange = '#dca118';
|
|
294
309
|
export const bpSurfaceIllustrationSurfaceBox = '#0061d5';
|
|
295
310
|
export const bpSurfaceIllustrationSurfaceBoxNeutral = '#0061d5';
|
|
296
311
|
export const bpSurfaceInlineNoticeSurfaceError = '#fdebee';
|
|
297
312
|
export const bpSurfaceInlineNoticeSurfaceInfo = '#e9f2fe';
|
|
313
|
+
export const bpSurfaceInlineNoticeSurfaceNote = '#ffffff';
|
|
298
314
|
export const bpSurfaceInlineNoticeSurfaceSuccess = '#e9f8f2';
|
|
299
315
|
export const bpSurfaceInlineNoticeSurfaceWarning = '#fffbe5';
|
|
300
316
|
export const bpSurfaceInlineTableSurface = '#ffffff';
|
|
@@ -353,10 +369,10 @@ export const bpSurfaceRadioTileSurface = '#ffffff';
|
|
|
353
369
|
export const bpSurfaceRadioTileSurfaceHover = '#f4f4f4';
|
|
354
370
|
export const bpSurfaceRadioTileSurfaceSelected = '#f2f7fd';
|
|
355
371
|
export const bpSurfaceScrollbarSurface = 'rgba(0, 0, 0, 0.5)';
|
|
356
|
-
export const bpSurfaceSearchSurface = '#
|
|
372
|
+
export const bpSurfaceSearchSurface = '#ffffff';
|
|
357
373
|
export const bpSurfaceSearchSurfaceActive = '#ffffff';
|
|
358
374
|
export const bpSurfaceSearchSurfaceComplete = '#f4f4f4';
|
|
359
|
-
export const bpSurfaceSearchSurfaceHover = '#
|
|
375
|
+
export const bpSurfaceSearchSurfaceHover = '#f4f4f4';
|
|
360
376
|
export const bpSurfaceSelectSurface = '#ffffff';
|
|
361
377
|
export const bpSurfaceSelectSurfaceReadOnly = '#fbfbfb';
|
|
362
378
|
export const bpSurfaceSidePanelSurface = '#fbfbfb';
|
|
@@ -610,6 +610,7 @@
|
|
|
610
610
|
--bp-border-filter-chip-border-multi-on-hover: var(--bp-box-blue-40);
|
|
611
611
|
--bp-border-grid-thumbnail-border: var(--bp-gray-10);
|
|
612
612
|
--bp-border-header-border: var(--bp-gray-10);
|
|
613
|
+
--bp-border-inline-notice-border: var(--bp-black-opacity-08);
|
|
613
614
|
--bp-border-inline-table-border: var(--bp-gray-10);
|
|
614
615
|
--bp-border-input-border: var(--bp-gray-50);
|
|
615
616
|
--bp-border-input-border-error: var(--bp-watermelon-red-100);
|
|
@@ -649,8 +650,8 @@
|
|
|
649
650
|
--bp-border-search-global-border-hover: var(--bp-gray-10);
|
|
650
651
|
--bp-border-search-input-border-focus: var(--bp-light-blue-100);
|
|
651
652
|
--bp-border-search-input-border-hover: var(--bp-gray-65);
|
|
652
|
-
--bp-border-search-border: var(--bp-
|
|
653
|
-
--bp-border-search-border-hover: var(--bp-
|
|
653
|
+
--bp-border-search-border: var(--bp-black-opacity-08);
|
|
654
|
+
--bp-border-search-border-hover: var(--bp-black-opacity-12);
|
|
654
655
|
--bp-border-select-border: var(--bp-gray-30);
|
|
655
656
|
--bp-border-select-border-active: var(--bp-light-blue-100);
|
|
656
657
|
--bp-border-select-border-error: var(--bp-watermelon-red-110);
|
|
@@ -766,6 +767,9 @@
|
|
|
766
767
|
--bp-surface-content-switcher-surface: var(--bp-gray-10);
|
|
767
768
|
--bp-surface-content-switcher-surface-hover: var(--bp-gray-05);
|
|
768
769
|
--bp-surface-content-switcher-surface-selected: var(--bp-gray-white);
|
|
770
|
+
--bp-surface-cta-destructive-surface-primary: var(--bp-watermelon-red-110);
|
|
771
|
+
--bp-surface-cta-destructive-surface-primary-hover: var(--bp-watermelon-red-100);
|
|
772
|
+
--bp-surface-cta-destructive-surface-primary-pressed: var(--bp-watermelon-red-120);
|
|
769
773
|
--bp-surface-cta-destructive-surface-tertiary: var(--bp-watermelon-red-opacity-00);
|
|
770
774
|
--bp-surface-cta-destructive-surface-tertiary-hover: var(--bp-watermelon-red-opacity-04);
|
|
771
775
|
--bp-surface-cta-destructive-surface-tertiary-pressed: var(--bp-watermelon-red-opacity-12);
|
|
@@ -783,9 +787,9 @@
|
|
|
783
787
|
--bp-surface-cta-surface-promo-focus-pressed: var(--bp-grimace-120);
|
|
784
788
|
--bp-surface-cta-surface-promo-hover: var(--bp-grimace-100);
|
|
785
789
|
--bp-surface-cta-surface-promo-pressed: var(--bp-grimace-120);
|
|
786
|
-
--bp-surface-cta-surface-secondary: var(--bp-white
|
|
787
|
-
--bp-surface-cta-surface-secondary-hover: var(--bp-
|
|
788
|
-
--bp-surface-cta-surface-secondary-pressed: var(--bp-
|
|
790
|
+
--bp-surface-cta-surface-secondary: var(--bp-gray-white);
|
|
791
|
+
--bp-surface-cta-surface-secondary-hover: var(--bp-gray-05);
|
|
792
|
+
--bp-surface-cta-surface-secondary-pressed: var(--bp-gray-10);
|
|
789
793
|
--bp-surface-cta-surface-tertiary: var(--bp-black-opacity-00);
|
|
790
794
|
--bp-surface-cta-surface-tertiary-hover: var(--bp-black-opacity-04);
|
|
791
795
|
--bp-surface-cta-surface-tertiary-pressed: var(--bp-black-opacity-08);
|
|
@@ -833,10 +837,22 @@
|
|
|
833
837
|
--bp-surface-icon-button-surface: var(--bp-black-opacity-00);
|
|
834
838
|
--bp-surface-icon-button-surface-hover: var(--bp-black-opacity-04);
|
|
835
839
|
--bp-surface-icon-button-surface-pressed: var(--bp-black-opacity-08);
|
|
840
|
+
--bp-surface-icon-tile-surface-boxblue: var(--bp-box-blue-100);
|
|
841
|
+
--bp-surface-icon-tile-surface-darkblue: var(--bp-dark-blue-100);
|
|
842
|
+
--bp-surface-icon-tile-surface-gray: var(--bp-gray-100);
|
|
843
|
+
--bp-surface-icon-tile-surface-greenlight: var(--bp-green-light-110);
|
|
844
|
+
--bp-surface-icon-tile-surface-grimace: var(--bp-grimace-100);
|
|
845
|
+
--bp-surface-icon-tile-surface-lightblue: var(--bp-light-blue-100);
|
|
846
|
+
--bp-surface-icon-tile-surface-orange: var(--bp-orange-110);
|
|
847
|
+
--bp-surface-icon-tile-surface-purplerain: var(--bp-purple-rain-110);
|
|
848
|
+
--bp-surface-icon-tile-surface-watermelonred: var(--bp-watermelon-red-110);
|
|
849
|
+
--bp-surface-icon-tile-surface-white: var(--bp-gray-white);
|
|
850
|
+
--bp-surface-icon-tile-surface-yellorange: var(--bp-yellorange-110);
|
|
836
851
|
--bp-surface-illustration-surface-box: var(--bp-box-blue-100);
|
|
837
852
|
--bp-surface-illustration-surface-box-neutral: var(--bp-box-blue-100);
|
|
838
853
|
--bp-surface-inline-notice-surface-error: var(--bp-watermelon-red-10);
|
|
839
854
|
--bp-surface-inline-notice-surface-info: var(--bp-light-blue-10);
|
|
855
|
+
--bp-surface-inline-notice-surface-note: var(--bp-gray-white);
|
|
840
856
|
--bp-surface-inline-notice-surface-success: var(--bp-green-light-10);
|
|
841
857
|
--bp-surface-inline-notice-surface-warning: var(--bp-yellow-10);
|
|
842
858
|
--bp-surface-inline-table-surface: var(--bp-gray-white);
|
|
@@ -895,10 +911,10 @@
|
|
|
895
911
|
--bp-surface-radio-tile-surface-hover: var(--bp-gray-05);
|
|
896
912
|
--bp-surface-radio-tile-surface-selected: var(--bp-box-blue-05);
|
|
897
913
|
--bp-surface-scrollbar-surface: var(--bp-black-opacity-50);
|
|
898
|
-
--bp-surface-search-surface: var(--bp-gray-
|
|
914
|
+
--bp-surface-search-surface: var(--bp-gray-white);
|
|
899
915
|
--bp-surface-search-surface-active: var(--bp-gray-white);
|
|
900
916
|
--bp-surface-search-surface-complete: var(--bp-gray-05);
|
|
901
|
-
--bp-surface-search-surface-hover: var(--bp-gray-
|
|
917
|
+
--bp-surface-search-surface-hover: var(--bp-gray-05);
|
|
902
918
|
--bp-surface-select-surface: var(--bp-gray-white);
|
|
903
919
|
--bp-surface-select-surface-read-only: var(--bp-gray-02);
|
|
904
920
|
--bp-surface-side-panel-surface: var(--bp-gray-02);
|
|
@@ -35,6 +35,7 @@ export const bpBorderFilterChipBorderMultiOn: string;
|
|
|
35
35
|
export const bpBorderFilterChipBorderMultiOnHover: string;
|
|
36
36
|
export const bpBorderGridThumbnailBorder: string;
|
|
37
37
|
export const bpBorderHeaderBorder: string;
|
|
38
|
+
export const bpBorderInlineNoticeBorder: string;
|
|
38
39
|
export const bpBorderInlineTableBorder: string;
|
|
39
40
|
export const bpBorderInputBorder: string;
|
|
40
41
|
export const bpBorderInputBorderError: string;
|
|
@@ -219,6 +220,9 @@ export const bpSurfaceComboboxSurface: string;
|
|
|
219
220
|
export const bpSurfaceContentSwitcherSurface: string;
|
|
220
221
|
export const bpSurfaceContentSwitcherSurfaceHover: string;
|
|
221
222
|
export const bpSurfaceContentSwitcherSurfaceSelected: string;
|
|
223
|
+
export const bpSurfaceCtaDestructiveSurfacePrimary: string;
|
|
224
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryHover: string;
|
|
225
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryPressed: string;
|
|
222
226
|
export const bpSurfaceCtaDestructiveSurfaceTertiary: string;
|
|
223
227
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryHover: string;
|
|
224
228
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryPressed: string;
|
|
@@ -287,10 +291,22 @@ export const bpSurfaceGhostSurfaceSecondary: string;
|
|
|
287
291
|
export const bpSurfaceIconButtonSurface: string;
|
|
288
292
|
export const bpSurfaceIconButtonSurfaceHover: string;
|
|
289
293
|
export const bpSurfaceIconButtonSurfacePressed: string;
|
|
294
|
+
export const bpSurfaceIconTileSurfaceBoxblue: string;
|
|
295
|
+
export const bpSurfaceIconTileSurfaceDarkblue: string;
|
|
296
|
+
export const bpSurfaceIconTileSurfaceGray: string;
|
|
297
|
+
export const bpSurfaceIconTileSurfaceGreenlight: string;
|
|
298
|
+
export const bpSurfaceIconTileSurfaceGrimace: string;
|
|
299
|
+
export const bpSurfaceIconTileSurfaceLightblue: string;
|
|
300
|
+
export const bpSurfaceIconTileSurfaceOrange: string;
|
|
301
|
+
export const bpSurfaceIconTileSurfacePurplerain: string;
|
|
302
|
+
export const bpSurfaceIconTileSurfaceWatermelonred: string;
|
|
303
|
+
export const bpSurfaceIconTileSurfaceWhite: string;
|
|
304
|
+
export const bpSurfaceIconTileSurfaceYellorange: string;
|
|
290
305
|
export const bpSurfaceIllustrationSurfaceBox: string;
|
|
291
306
|
export const bpSurfaceIllustrationSurfaceBoxNeutral: string;
|
|
292
307
|
export const bpSurfaceInlineNoticeSurfaceError: string;
|
|
293
308
|
export const bpSurfaceInlineNoticeSurfaceInfo: string;
|
|
309
|
+
export const bpSurfaceInlineNoticeSurfaceNote: string;
|
|
294
310
|
export const bpSurfaceInlineNoticeSurfaceSuccess: string;
|
|
295
311
|
export const bpSurfaceInlineNoticeSurfaceWarning: string;
|
|
296
312
|
export const bpSurfaceInlineTableSurface: string;
|
|
@@ -35,6 +35,7 @@ export const bpBorderFilterChipBorderMultiOn = '#99c0ee';
|
|
|
35
35
|
export const bpBorderFilterChipBorderMultiOnHover = '#99c0ee';
|
|
36
36
|
export const bpBorderGridThumbnailBorder = '#e8e8e8';
|
|
37
37
|
export const bpBorderHeaderBorder = '#e8e8e8';
|
|
38
|
+
export const bpBorderInlineNoticeBorder = 'rgba(0, 0, 0, 0.08)';
|
|
38
39
|
export const bpBorderInlineTableBorder = '#e8e8e8';
|
|
39
40
|
export const bpBorderInputBorder = '#909090';
|
|
40
41
|
export const bpBorderInputBorderError = '#ed3757';
|
|
@@ -74,8 +75,8 @@ export const bpBorderResizeBorderHover = '#bcbcbc';
|
|
|
74
75
|
export const bpBorderSearchGlobalBorderHover = '#e8e8e8';
|
|
75
76
|
export const bpBorderSearchInputBorderFocus = '#2486fc';
|
|
76
77
|
export const bpBorderSearchInputBorderHover = '#6f6f6f';
|
|
77
|
-
export const bpBorderSearchBorder = '
|
|
78
|
-
export const bpBorderSearchBorderHover = '
|
|
78
|
+
export const bpBorderSearchBorder = 'rgba(0, 0, 0, 0.08)';
|
|
79
|
+
export const bpBorderSearchBorderHover = 'rgba(0, 0, 0, 0.12)';
|
|
79
80
|
export const bpBorderSelectBorder = '#bcbcbc';
|
|
80
81
|
export const bpBorderSelectBorderActive = '#2486fc';
|
|
81
82
|
export const bpBorderSelectBorderError = '#d5324e';
|
|
@@ -219,6 +220,9 @@ export const bpSurfaceComboboxSurface = '#ffffff';
|
|
|
219
220
|
export const bpSurfaceContentSwitcherSurface = '#e8e8e8';
|
|
220
221
|
export const bpSurfaceContentSwitcherSurfaceHover = '#f4f4f4';
|
|
221
222
|
export const bpSurfaceContentSwitcherSurfaceSelected = '#ffffff';
|
|
223
|
+
export const bpSurfaceCtaDestructiveSurfacePrimary = '#d5324e';
|
|
224
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryHover = '#ed3757';
|
|
225
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryPressed = '#be2c46';
|
|
222
226
|
export const bpSurfaceCtaDestructiveSurfaceTertiary = 'rgba(237, 55, 87, 0)';
|
|
223
227
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryHover = 'rgba(237, 55, 87, 0.04)';
|
|
224
228
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryPressed = 'rgba(237, 55, 87, 0.12)';
|
|
@@ -236,9 +240,9 @@ export const bpSurfaceCtaSurfacePromoFocus = '#4826c2';
|
|
|
236
240
|
export const bpSurfaceCtaSurfacePromoFocusPressed = '#3a1e9b';
|
|
237
241
|
export const bpSurfaceCtaSurfacePromoHover = '#4826c2';
|
|
238
242
|
export const bpSurfaceCtaSurfacePromoPressed = '#3a1e9b';
|
|
239
|
-
export const bpSurfaceCtaSurfaceSecondary = '
|
|
240
|
-
export const bpSurfaceCtaSurfaceSecondaryHover = '
|
|
241
|
-
export const bpSurfaceCtaSurfaceSecondaryPressed = '
|
|
243
|
+
export const bpSurfaceCtaSurfaceSecondary = '#ffffff';
|
|
244
|
+
export const bpSurfaceCtaSurfaceSecondaryHover = '#f4f4f4';
|
|
245
|
+
export const bpSurfaceCtaSurfaceSecondaryPressed = '#e8e8e8';
|
|
242
246
|
export const bpSurfaceCtaSurfaceTertiary = 'rgba(0, 0, 0, 0)';
|
|
243
247
|
export const bpSurfaceCtaSurfaceTertiaryHover = 'rgba(0, 0, 0, 0.04)';
|
|
244
248
|
export const bpSurfaceCtaSurfaceTertiaryPressed = 'rgba(0, 0, 0, 0.08)';
|
|
@@ -287,10 +291,22 @@ export const bpSurfaceGhostSurfaceSecondary = 'rgba(0, 0, 0, 0.04)';
|
|
|
287
291
|
export const bpSurfaceIconButtonSurface = 'rgba(0, 0, 0, 0)';
|
|
288
292
|
export const bpSurfaceIconButtonSurfaceHover = 'rgba(0, 0, 0, 0.04)';
|
|
289
293
|
export const bpSurfaceIconButtonSurfacePressed = 'rgba(0, 0, 0, 0.08)';
|
|
294
|
+
export const bpSurfaceIconTileSurfaceBoxblue = '#0061d5';
|
|
295
|
+
export const bpSurfaceIconTileSurfaceDarkblue = '#003c84';
|
|
296
|
+
export const bpSurfaceIconTileSurfaceGray = '#222222';
|
|
297
|
+
export const bpSurfaceIconTileSurfaceGreenlight = '#22af74';
|
|
298
|
+
export const bpSurfaceIconTileSurfaceGrimace = '#4826c2';
|
|
299
|
+
export const bpSurfaceIconTileSurfaceLightblue = '#2486fc';
|
|
300
|
+
export const bpSurfaceIconTileSurfaceOrange = '#d97417';
|
|
301
|
+
export const bpSurfaceIconTileSurfacePurplerain = '#8f39d5';
|
|
302
|
+
export const bpSurfaceIconTileSurfaceWatermelonred = '#d5324e';
|
|
303
|
+
export const bpSurfaceIconTileSurfaceWhite = '#ffffff';
|
|
304
|
+
export const bpSurfaceIconTileSurfaceYellorange = '#dca118';
|
|
290
305
|
export const bpSurfaceIllustrationSurfaceBox = '#0061d5';
|
|
291
306
|
export const bpSurfaceIllustrationSurfaceBoxNeutral = '#0061d5';
|
|
292
307
|
export const bpSurfaceInlineNoticeSurfaceError = '#fdebee';
|
|
293
308
|
export const bpSurfaceInlineNoticeSurfaceInfo = '#e9f2fe';
|
|
309
|
+
export const bpSurfaceInlineNoticeSurfaceNote = '#ffffff';
|
|
294
310
|
export const bpSurfaceInlineNoticeSurfaceSuccess = '#e9f8f2';
|
|
295
311
|
export const bpSurfaceInlineNoticeSurfaceWarning = '#fffbe5';
|
|
296
312
|
export const bpSurfaceInlineTableSurface = '#ffffff';
|
|
@@ -349,10 +365,10 @@ export const bpSurfaceRadioTileSurface = '#ffffff';
|
|
|
349
365
|
export const bpSurfaceRadioTileSurfaceHover = '#f4f4f4';
|
|
350
366
|
export const bpSurfaceRadioTileSurfaceSelected = '#f2f7fd';
|
|
351
367
|
export const bpSurfaceScrollbarSurface = 'rgba(0, 0, 0, 0.5)';
|
|
352
|
-
export const bpSurfaceSearchSurface = '#
|
|
368
|
+
export const bpSurfaceSearchSurface = '#ffffff';
|
|
353
369
|
export const bpSurfaceSearchSurfaceActive = '#ffffff';
|
|
354
370
|
export const bpSurfaceSearchSurfaceComplete = '#f4f4f4';
|
|
355
|
-
export const bpSurfaceSearchSurfaceHover = '#
|
|
371
|
+
export const bpSurfaceSearchSurfaceHover = '#f4f4f4';
|
|
356
372
|
export const bpSurfaceSelectSurface = '#ffffff';
|
|
357
373
|
export const bpSurfaceSelectSurfaceReadOnly = '#fbfbfb';
|
|
358
374
|
export const bpSurfaceSidePanelSurface = '#fbfbfb';
|
|
@@ -36,6 +36,7 @@
|
|
|
36
36
|
"BpBorderFilterChipBorderMultiOnHover": "#99c0ee",
|
|
37
37
|
"BpBorderGridThumbnailBorder": "#e8e8e8",
|
|
38
38
|
"BpBorderHeaderBorder": "#e8e8e8",
|
|
39
|
+
"BpBorderInlineNoticeBorder": "rgba(0, 0, 0, 0.08)",
|
|
39
40
|
"BpBorderInlineTableBorder": "#e8e8e8",
|
|
40
41
|
"BpBorderInputBorder": "#909090",
|
|
41
42
|
"BpBorderInputBorderError": "#ed3757",
|
|
@@ -75,8 +76,8 @@
|
|
|
75
76
|
"BpBorderSearchGlobalBorderHover": "#e8e8e8",
|
|
76
77
|
"BpBorderSearchInputBorderFocus": "#2486fc",
|
|
77
78
|
"BpBorderSearchInputBorderHover": "#6f6f6f",
|
|
78
|
-
"BpBorderSearchBorder": "
|
|
79
|
-
"BpBorderSearchBorderHover": "
|
|
79
|
+
"BpBorderSearchBorder": "rgba(0, 0, 0, 0.08)",
|
|
80
|
+
"BpBorderSearchBorderHover": "rgba(0, 0, 0, 0.12)",
|
|
80
81
|
"BpBorderSelectBorder": "#bcbcbc",
|
|
81
82
|
"BpBorderSelectBorderActive": "#2486fc",
|
|
82
83
|
"BpBorderSelectBorderError": "#d5324e",
|
|
@@ -220,6 +221,9 @@
|
|
|
220
221
|
"BpSurfaceContentSwitcherSurface": "#e8e8e8",
|
|
221
222
|
"BpSurfaceContentSwitcherSurfaceHover": "#f4f4f4",
|
|
222
223
|
"BpSurfaceContentSwitcherSurfaceSelected": "#ffffff",
|
|
224
|
+
"BpSurfaceCtaDestructiveSurfacePrimary": "#d5324e",
|
|
225
|
+
"BpSurfaceCtaDestructiveSurfacePrimaryHover": "#ed3757",
|
|
226
|
+
"BpSurfaceCtaDestructiveSurfacePrimaryPressed": "#be2c46",
|
|
223
227
|
"BpSurfaceCtaDestructiveSurfaceTertiary": "rgba(237, 55, 87, 0)",
|
|
224
228
|
"BpSurfaceCtaDestructiveSurfaceTertiaryHover": "rgba(237, 55, 87, 0.04)",
|
|
225
229
|
"BpSurfaceCtaDestructiveSurfaceTertiaryPressed": "rgba(237, 55, 87, 0.12)",
|
|
@@ -237,9 +241,9 @@
|
|
|
237
241
|
"BpSurfaceCtaSurfacePromoFocusPressed": "#3a1e9b",
|
|
238
242
|
"BpSurfaceCtaSurfacePromoHover": "#4826c2",
|
|
239
243
|
"BpSurfaceCtaSurfacePromoPressed": "#3a1e9b",
|
|
240
|
-
"BpSurfaceCtaSurfaceSecondary": "
|
|
241
|
-
"BpSurfaceCtaSurfaceSecondaryHover": "
|
|
242
|
-
"BpSurfaceCtaSurfaceSecondaryPressed": "
|
|
244
|
+
"BpSurfaceCtaSurfaceSecondary": "#ffffff",
|
|
245
|
+
"BpSurfaceCtaSurfaceSecondaryHover": "#f4f4f4",
|
|
246
|
+
"BpSurfaceCtaSurfaceSecondaryPressed": "#e8e8e8",
|
|
243
247
|
"BpSurfaceCtaSurfaceTertiary": "rgba(0, 0, 0, 0)",
|
|
244
248
|
"BpSurfaceCtaSurfaceTertiaryHover": "rgba(0, 0, 0, 0.04)",
|
|
245
249
|
"BpSurfaceCtaSurfaceTertiaryPressed": "rgba(0, 0, 0, 0.08)",
|
|
@@ -288,10 +292,22 @@
|
|
|
288
292
|
"BpSurfaceIconButtonSurface": "rgba(0, 0, 0, 0)",
|
|
289
293
|
"BpSurfaceIconButtonSurfaceHover": "rgba(0, 0, 0, 0.04)",
|
|
290
294
|
"BpSurfaceIconButtonSurfacePressed": "rgba(0, 0, 0, 0.08)",
|
|
295
|
+
"BpSurfaceIconTileSurfaceBoxblue": "#0061d5",
|
|
296
|
+
"BpSurfaceIconTileSurfaceDarkblue": "#003c84",
|
|
297
|
+
"BpSurfaceIconTileSurfaceGray": "#222222",
|
|
298
|
+
"BpSurfaceIconTileSurfaceGreenlight": "#22af74",
|
|
299
|
+
"BpSurfaceIconTileSurfaceGrimace": "#4826c2",
|
|
300
|
+
"BpSurfaceIconTileSurfaceLightblue": "#2486fc",
|
|
301
|
+
"BpSurfaceIconTileSurfaceOrange": "#d97417",
|
|
302
|
+
"BpSurfaceIconTileSurfacePurplerain": "#8f39d5",
|
|
303
|
+
"BpSurfaceIconTileSurfaceWatermelonred": "#d5324e",
|
|
304
|
+
"BpSurfaceIconTileSurfaceWhite": "#ffffff",
|
|
305
|
+
"BpSurfaceIconTileSurfaceYellorange": "#dca118",
|
|
291
306
|
"BpSurfaceIllustrationSurfaceBox": "#0061d5",
|
|
292
307
|
"BpSurfaceIllustrationSurfaceBoxNeutral": "#0061d5",
|
|
293
308
|
"BpSurfaceInlineNoticeSurfaceError": "#fdebee",
|
|
294
309
|
"BpSurfaceInlineNoticeSurfaceInfo": "#e9f2fe",
|
|
310
|
+
"BpSurfaceInlineNoticeSurfaceNote": "#ffffff",
|
|
295
311
|
"BpSurfaceInlineNoticeSurfaceSuccess": "#e9f8f2",
|
|
296
312
|
"BpSurfaceInlineNoticeSurfaceWarning": "#fffbe5",
|
|
297
313
|
"BpSurfaceInlineTableSurface": "#ffffff",
|
|
@@ -350,10 +366,10 @@
|
|
|
350
366
|
"BpSurfaceRadioTileSurfaceHover": "#f4f4f4",
|
|
351
367
|
"BpSurfaceRadioTileSurfaceSelected": "#f2f7fd",
|
|
352
368
|
"BpSurfaceScrollbarSurface": "rgba(0, 0, 0, 0.5)",
|
|
353
|
-
"BpSurfaceSearchSurface": "#
|
|
369
|
+
"BpSurfaceSearchSurface": "#ffffff",
|
|
354
370
|
"BpSurfaceSearchSurfaceActive": "#ffffff",
|
|
355
371
|
"BpSurfaceSearchSurfaceComplete": "#f4f4f4",
|
|
356
|
-
"BpSurfaceSearchSurfaceHover": "#
|
|
372
|
+
"BpSurfaceSearchSurfaceHover": "#f4f4f4",
|
|
357
373
|
"BpSurfaceSelectSurface": "#ffffff",
|
|
358
374
|
"BpSurfaceSelectSurfaceReadOnly": "#fbfbfb",
|
|
359
375
|
"BpSurfaceSidePanelSurface": "#fbfbfb",
|
|
@@ -861,6 +861,7 @@ export const bpBorderFilterChipBorderMultiOn: string;
|
|
|
861
861
|
export const bpBorderFilterChipBorderMultiOnHover: string;
|
|
862
862
|
export const bpBorderGridThumbnailBorder: string;
|
|
863
863
|
export const bpBorderHeaderBorder: string;
|
|
864
|
+
export const bpBorderInlineNoticeBorder: string;
|
|
864
865
|
export const bpBorderInlineTableBorder: string;
|
|
865
866
|
export const bpBorderInputBorder: string;
|
|
866
867
|
export const bpBorderInputBorderError: string;
|
|
@@ -1045,6 +1046,9 @@ export const bpSurfaceComboboxSurface: string;
|
|
|
1045
1046
|
export const bpSurfaceContentSwitcherSurface: string;
|
|
1046
1047
|
export const bpSurfaceContentSwitcherSurfaceHover: string;
|
|
1047
1048
|
export const bpSurfaceContentSwitcherSurfaceSelected: string;
|
|
1049
|
+
export const bpSurfaceCtaDestructiveSurfacePrimary: string;
|
|
1050
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryHover: string;
|
|
1051
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryPressed: string;
|
|
1048
1052
|
export const bpSurfaceCtaDestructiveSurfaceTertiary: string;
|
|
1049
1053
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryHover: string;
|
|
1050
1054
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryPressed: string;
|
|
@@ -1113,10 +1117,22 @@ export const bpSurfaceGhostSurfaceSecondary: string;
|
|
|
1113
1117
|
export const bpSurfaceIconButtonSurface: string;
|
|
1114
1118
|
export const bpSurfaceIconButtonSurfaceHover: string;
|
|
1115
1119
|
export const bpSurfaceIconButtonSurfacePressed: string;
|
|
1120
|
+
export const bpSurfaceIconTileSurfaceBoxblue: string;
|
|
1121
|
+
export const bpSurfaceIconTileSurfaceDarkblue: string;
|
|
1122
|
+
export const bpSurfaceIconTileSurfaceGray: string;
|
|
1123
|
+
export const bpSurfaceIconTileSurfaceGreenlight: string;
|
|
1124
|
+
export const bpSurfaceIconTileSurfaceGrimace: string;
|
|
1125
|
+
export const bpSurfaceIconTileSurfaceLightblue: string;
|
|
1126
|
+
export const bpSurfaceIconTileSurfaceOrange: string;
|
|
1127
|
+
export const bpSurfaceIconTileSurfacePurplerain: string;
|
|
1128
|
+
export const bpSurfaceIconTileSurfaceWatermelonred: string;
|
|
1129
|
+
export const bpSurfaceIconTileSurfaceWhite: string;
|
|
1130
|
+
export const bpSurfaceIconTileSurfaceYellorange: string;
|
|
1116
1131
|
export const bpSurfaceIllustrationSurfaceBox: string;
|
|
1117
1132
|
export const bpSurfaceIllustrationSurfaceBoxNeutral: string;
|
|
1118
1133
|
export const bpSurfaceInlineNoticeSurfaceError: string;
|
|
1119
1134
|
export const bpSurfaceInlineNoticeSurfaceInfo: string;
|
|
1135
|
+
export const bpSurfaceInlineNoticeSurfaceNote: string;
|
|
1120
1136
|
export const bpSurfaceInlineNoticeSurfaceSuccess: string;
|
|
1121
1137
|
export const bpSurfaceInlineNoticeSurfaceWarning: string;
|
|
1122
1138
|
export const bpSurfaceInlineTableSurface: string;
|
package/dist/tokens/px-tokens.js
CHANGED
|
@@ -879,6 +879,7 @@ export const bpBorderFilterChipBorderMultiOn = '#99c0ee';
|
|
|
879
879
|
export const bpBorderFilterChipBorderMultiOnHover = '#99c0ee';
|
|
880
880
|
export const bpBorderGridThumbnailBorder = '#e8e8e8';
|
|
881
881
|
export const bpBorderHeaderBorder = '#e8e8e8';
|
|
882
|
+
export const bpBorderInlineNoticeBorder = 'rgba(0, 0, 0, 0.08)';
|
|
882
883
|
export const bpBorderInlineTableBorder = '#e8e8e8';
|
|
883
884
|
export const bpBorderInputBorder = '#909090';
|
|
884
885
|
export const bpBorderInputBorderError = '#ed3757';
|
|
@@ -918,8 +919,8 @@ export const bpBorderResizeBorderHover = '#bcbcbc';
|
|
|
918
919
|
export const bpBorderSearchGlobalBorderHover = '#e8e8e8';
|
|
919
920
|
export const bpBorderSearchInputBorderFocus = '#2486fc';
|
|
920
921
|
export const bpBorderSearchInputBorderHover = '#6f6f6f';
|
|
921
|
-
export const bpBorderSearchBorder = '
|
|
922
|
-
export const bpBorderSearchBorderHover = '
|
|
922
|
+
export const bpBorderSearchBorder = 'rgba(0, 0, 0, 0.08)';
|
|
923
|
+
export const bpBorderSearchBorderHover = 'rgba(0, 0, 0, 0.12)';
|
|
923
924
|
export const bpBorderSelectBorder = '#bcbcbc';
|
|
924
925
|
export const bpBorderSelectBorderActive = '#2486fc';
|
|
925
926
|
export const bpBorderSelectBorderError = '#d5324e';
|
|
@@ -1063,6 +1064,9 @@ export const bpSurfaceComboboxSurface = '#ffffff';
|
|
|
1063
1064
|
export const bpSurfaceContentSwitcherSurface = '#e8e8e8';
|
|
1064
1065
|
export const bpSurfaceContentSwitcherSurfaceHover = '#f4f4f4';
|
|
1065
1066
|
export const bpSurfaceContentSwitcherSurfaceSelected = '#ffffff';
|
|
1067
|
+
export const bpSurfaceCtaDestructiveSurfacePrimary = '#d5324e';
|
|
1068
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryHover = '#ed3757';
|
|
1069
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryPressed = '#be2c46';
|
|
1066
1070
|
export const bpSurfaceCtaDestructiveSurfaceTertiary = 'rgba(237, 55, 87, 0)';
|
|
1067
1071
|
export const bpSurfaceCtaSurfaceIcon = 'rgba(0, 0, 0, 0)';
|
|
1068
1072
|
export const bpSurfaceCtaSurfaceIconHover = 'rgba(0, 0, 0, 0.04)';
|
|
@@ -1078,9 +1082,9 @@ export const bpSurfaceCtaSurfacePromoFocus = '#4826c2';
|
|
|
1078
1082
|
export const bpSurfaceCtaSurfacePromoFocusPressed = '#3a1e9b';
|
|
1079
1083
|
export const bpSurfaceCtaSurfacePromoHover = '#4826c2';
|
|
1080
1084
|
export const bpSurfaceCtaSurfacePromoPressed = '#3a1e9b';
|
|
1081
|
-
export const bpSurfaceCtaSurfaceSecondary = '
|
|
1082
|
-
export const bpSurfaceCtaSurfaceSecondaryHover = '
|
|
1083
|
-
export const bpSurfaceCtaSurfaceSecondaryPressed = '
|
|
1085
|
+
export const bpSurfaceCtaSurfaceSecondary = '#ffffff';
|
|
1086
|
+
export const bpSurfaceCtaSurfaceSecondaryHover = '#f4f4f4';
|
|
1087
|
+
export const bpSurfaceCtaSurfaceSecondaryPressed = '#e8e8e8';
|
|
1084
1088
|
export const bpSurfaceCtaSurfaceTertiary = 'rgba(0, 0, 0, 0)';
|
|
1085
1089
|
export const bpSurfaceCtaSurfaceTertiaryHover = 'rgba(0, 0, 0, 0.04)';
|
|
1086
1090
|
export const bpSurfaceCtaSurfaceTertiaryPressed = 'rgba(0, 0, 0, 0.08)';
|
|
@@ -1129,10 +1133,22 @@ export const bpSurfaceGhostSurfaceSecondary = 'rgba(0, 0, 0, 0.04)';
|
|
|
1129
1133
|
export const bpSurfaceIconButtonSurface = 'rgba(0, 0, 0, 0)';
|
|
1130
1134
|
export const bpSurfaceIconButtonSurfaceHover = 'rgba(0, 0, 0, 0.04)';
|
|
1131
1135
|
export const bpSurfaceIconButtonSurfacePressed = 'rgba(0, 0, 0, 0.08)';
|
|
1136
|
+
export const bpSurfaceIconTileSurfaceBoxblue = '#0061d5';
|
|
1137
|
+
export const bpSurfaceIconTileSurfaceDarkblue = '#003c84';
|
|
1138
|
+
export const bpSurfaceIconTileSurfaceGray = '#222222';
|
|
1139
|
+
export const bpSurfaceIconTileSurfaceGreenlight = '#22af74';
|
|
1140
|
+
export const bpSurfaceIconTileSurfaceGrimace = '#4826c2';
|
|
1141
|
+
export const bpSurfaceIconTileSurfaceLightblue = '#2486fc';
|
|
1142
|
+
export const bpSurfaceIconTileSurfaceOrange = '#d97417';
|
|
1143
|
+
export const bpSurfaceIconTileSurfacePurplerain = '#8f39d5';
|
|
1144
|
+
export const bpSurfaceIconTileSurfaceWatermelonred = '#d5324e';
|
|
1145
|
+
export const bpSurfaceIconTileSurfaceWhite = '#ffffff';
|
|
1146
|
+
export const bpSurfaceIconTileSurfaceYellorange = '#dca118';
|
|
1132
1147
|
export const bpSurfaceIllustrationSurfaceBox = '#0061d5';
|
|
1133
1148
|
export const bpSurfaceIllustrationSurfaceBoxNeutral = '#0061d5';
|
|
1134
1149
|
export const bpSurfaceInlineNoticeSurfaceError = '#fdebee';
|
|
1135
1150
|
export const bpSurfaceInlineNoticeSurfaceInfo = '#e9f2fe';
|
|
1151
|
+
export const bpSurfaceInlineNoticeSurfaceNote = '#ffffff';
|
|
1136
1152
|
export const bpSurfaceInlineNoticeSurfaceSuccess = '#e9f8f2';
|
|
1137
1153
|
export const bpSurfaceInlineNoticeSurfaceWarning = '#fffbe5';
|
|
1138
1154
|
export const bpSurfaceInlineTableSurface = '#ffffff';
|
|
@@ -1186,10 +1202,10 @@ export const bpSurfaceRadioTileSurface = '#ffffff';
|
|
|
1186
1202
|
export const bpSurfaceRadioTileSurfaceHover = '#f4f4f4';
|
|
1187
1203
|
export const bpSurfaceRadioTileSurfaceSelected = '#f2f7fd';
|
|
1188
1204
|
export const bpSurfaceScrollbarSurface = 'rgba(0, 0, 0, 0.5)';
|
|
1189
|
-
export const bpSurfaceSearchSurface = '#
|
|
1205
|
+
export const bpSurfaceSearchSurface = '#ffffff';
|
|
1190
1206
|
export const bpSurfaceSearchSurfaceActive = '#ffffff';
|
|
1191
1207
|
export const bpSurfaceSearchSurfaceComplete = '#f4f4f4';
|
|
1192
|
-
export const bpSurfaceSearchSurfaceHover = '#
|
|
1208
|
+
export const bpSurfaceSearchSurfaceHover = '#f4f4f4';
|
|
1193
1209
|
export const bpSurfaceSelectSurface = '#ffffff';
|
|
1194
1210
|
export const bpSurfaceSelectSurfaceReadOnly = '#fbfbfb';
|
|
1195
1211
|
export const bpSurfaceSidePanelSurface = '#fbfbfb';
|
|
@@ -1398,6 +1398,7 @@
|
|
|
1398
1398
|
--bp-border-filter-chip-border-multi-on-hover: var(--bp-box-blue-40);
|
|
1399
1399
|
--bp-border-grid-thumbnail-border: var(--bp-gray-10);
|
|
1400
1400
|
--bp-border-header-border: var(--bp-gray-10);
|
|
1401
|
+
--bp-border-inline-notice-border: var(--bp-black-opacity-08);
|
|
1401
1402
|
--bp-border-inline-table-border: var(--bp-gray-10);
|
|
1402
1403
|
--bp-border-input-border: var(--bp-gray-50);
|
|
1403
1404
|
--bp-border-input-border-error: var(--bp-watermelon-red-100);
|
|
@@ -1437,8 +1438,8 @@
|
|
|
1437
1438
|
--bp-border-search-global-border-hover: var(--bp-gray-10);
|
|
1438
1439
|
--bp-border-search-input-border-focus: var(--bp-light-blue-100);
|
|
1439
1440
|
--bp-border-search-input-border-hover: var(--bp-gray-65);
|
|
1440
|
-
--bp-border-search-border: var(--bp-
|
|
1441
|
-
--bp-border-search-border-hover: var(--bp-
|
|
1441
|
+
--bp-border-search-border: var(--bp-black-opacity-08);
|
|
1442
|
+
--bp-border-search-border-hover: var(--bp-black-opacity-12);
|
|
1442
1443
|
--bp-border-select-border: var(--bp-gray-30);
|
|
1443
1444
|
--bp-border-select-border-active: var(--bp-light-blue-100);
|
|
1444
1445
|
--bp-border-select-border-error: var(--bp-watermelon-red-110);
|
|
@@ -1554,6 +1555,9 @@
|
|
|
1554
1555
|
--bp-surface-content-switcher-surface: var(--bp-gray-10);
|
|
1555
1556
|
--bp-surface-content-switcher-surface-hover: var(--bp-gray-05);
|
|
1556
1557
|
--bp-surface-content-switcher-surface-selected: var(--bp-gray-white);
|
|
1558
|
+
--bp-surface-cta-destructive-surface-primary: var(--bp-watermelon-red-110);
|
|
1559
|
+
--bp-surface-cta-destructive-surface-primary-hover: var(--bp-watermelon-red-100);
|
|
1560
|
+
--bp-surface-cta-destructive-surface-primary-pressed: var(--bp-watermelon-red-120);
|
|
1557
1561
|
--bp-surface-cta-destructive-surface-tertiary: var(--bp-watermelon-red-opacity-00);
|
|
1558
1562
|
--bp-surface-cta-destructive-surface-tertiary-hover: var(--bp-watermelon-red-opacity-04);
|
|
1559
1563
|
--bp-surface-cta-destructive-surface-tertiary-pressed: var(--bp-watermelon-red-opacity-12);
|
|
@@ -1571,9 +1575,9 @@
|
|
|
1571
1575
|
--bp-surface-cta-surface-promo-focus-pressed: var(--bp-grimace-120);
|
|
1572
1576
|
--bp-surface-cta-surface-promo-hover: var(--bp-grimace-100);
|
|
1573
1577
|
--bp-surface-cta-surface-promo-pressed: var(--bp-grimace-120);
|
|
1574
|
-
--bp-surface-cta-surface-secondary: var(--bp-white
|
|
1575
|
-
--bp-surface-cta-surface-secondary-hover: var(--bp-
|
|
1576
|
-
--bp-surface-cta-surface-secondary-pressed: var(--bp-
|
|
1578
|
+
--bp-surface-cta-surface-secondary: var(--bp-gray-white);
|
|
1579
|
+
--bp-surface-cta-surface-secondary-hover: var(--bp-gray-05);
|
|
1580
|
+
--bp-surface-cta-surface-secondary-pressed: var(--bp-gray-10);
|
|
1577
1581
|
--bp-surface-cta-surface-tertiary: var(--bp-black-opacity-00);
|
|
1578
1582
|
--bp-surface-cta-surface-tertiary-hover: var(--bp-black-opacity-04);
|
|
1579
1583
|
--bp-surface-cta-surface-tertiary-pressed: var(--bp-black-opacity-08);
|
|
@@ -1621,10 +1625,22 @@
|
|
|
1621
1625
|
--bp-surface-icon-button-surface: var(--bp-black-opacity-00);
|
|
1622
1626
|
--bp-surface-icon-button-surface-hover: var(--bp-black-opacity-04);
|
|
1623
1627
|
--bp-surface-icon-button-surface-pressed: var(--bp-black-opacity-08);
|
|
1628
|
+
--bp-surface-icon-tile-surface-boxblue: var(--bp-box-blue-100);
|
|
1629
|
+
--bp-surface-icon-tile-surface-darkblue: var(--bp-dark-blue-100);
|
|
1630
|
+
--bp-surface-icon-tile-surface-gray: var(--bp-gray-100);
|
|
1631
|
+
--bp-surface-icon-tile-surface-greenlight: var(--bp-green-light-110);
|
|
1632
|
+
--bp-surface-icon-tile-surface-grimace: var(--bp-grimace-100);
|
|
1633
|
+
--bp-surface-icon-tile-surface-lightblue: var(--bp-light-blue-100);
|
|
1634
|
+
--bp-surface-icon-tile-surface-orange: var(--bp-orange-110);
|
|
1635
|
+
--bp-surface-icon-tile-surface-purplerain: var(--bp-purple-rain-110);
|
|
1636
|
+
--bp-surface-icon-tile-surface-watermelonred: var(--bp-watermelon-red-110);
|
|
1637
|
+
--bp-surface-icon-tile-surface-white: var(--bp-gray-white);
|
|
1638
|
+
--bp-surface-icon-tile-surface-yellorange: var(--bp-yellorange-110);
|
|
1624
1639
|
--bp-surface-illustration-surface-box: var(--bp-box-blue-100);
|
|
1625
1640
|
--bp-surface-illustration-surface-box-neutral: var(--bp-box-blue-100);
|
|
1626
1641
|
--bp-surface-inline-notice-surface-error: var(--bp-watermelon-red-10);
|
|
1627
1642
|
--bp-surface-inline-notice-surface-info: var(--bp-light-blue-10);
|
|
1643
|
+
--bp-surface-inline-notice-surface-note: var(--bp-gray-white);
|
|
1628
1644
|
--bp-surface-inline-notice-surface-success: var(--bp-green-light-10);
|
|
1629
1645
|
--bp-surface-inline-notice-surface-warning: var(--bp-yellow-10);
|
|
1630
1646
|
--bp-surface-inline-table-surface: var(--bp-gray-white);
|
|
@@ -1683,10 +1699,10 @@
|
|
|
1683
1699
|
--bp-surface-radio-tile-surface-hover: var(--bp-gray-05);
|
|
1684
1700
|
--bp-surface-radio-tile-surface-selected: var(--bp-box-blue-05);
|
|
1685
1701
|
--bp-surface-scrollbar-surface: var(--bp-black-opacity-50);
|
|
1686
|
-
--bp-surface-search-surface: var(--bp-gray-
|
|
1702
|
+
--bp-surface-search-surface: var(--bp-gray-white);
|
|
1687
1703
|
--bp-surface-search-surface-active: var(--bp-gray-white);
|
|
1688
1704
|
--bp-surface-search-surface-complete: var(--bp-gray-05);
|
|
1689
|
-
--bp-surface-search-surface-hover: var(--bp-gray-
|
|
1705
|
+
--bp-surface-search-surface-hover: var(--bp-gray-05);
|
|
1690
1706
|
--bp-surface-select-surface: var(--bp-gray-white);
|
|
1691
1707
|
--bp-surface-select-surface-read-only: var(--bp-gray-02);
|
|
1692
1708
|
--bp-surface-side-panel-surface: var(--bp-gray-02);
|
package/dist/tokens/tokens.d.ts
CHANGED
|
@@ -857,6 +857,7 @@ export const bpBorderFilterChipBorderMultiOn: string;
|
|
|
857
857
|
export const bpBorderFilterChipBorderMultiOnHover: string;
|
|
858
858
|
export const bpBorderGridThumbnailBorder: string;
|
|
859
859
|
export const bpBorderHeaderBorder: string;
|
|
860
|
+
export const bpBorderInlineNoticeBorder: string;
|
|
860
861
|
export const bpBorderInlineTableBorder: string;
|
|
861
862
|
export const bpBorderInputBorder: string;
|
|
862
863
|
export const bpBorderInputBorderError: string;
|
|
@@ -1041,6 +1042,9 @@ export const bpSurfaceComboboxSurface: string;
|
|
|
1041
1042
|
export const bpSurfaceContentSwitcherSurface: string;
|
|
1042
1043
|
export const bpSurfaceContentSwitcherSurfaceHover: string;
|
|
1043
1044
|
export const bpSurfaceContentSwitcherSurfaceSelected: string;
|
|
1045
|
+
export const bpSurfaceCtaDestructiveSurfacePrimary: string;
|
|
1046
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryHover: string;
|
|
1047
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryPressed: string;
|
|
1044
1048
|
export const bpSurfaceCtaDestructiveSurfaceTertiary: string;
|
|
1045
1049
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryHover: string;
|
|
1046
1050
|
export const bpSurfaceCtaDestructiveSurfaceTertiaryPressed: string;
|
|
@@ -1109,10 +1113,22 @@ export const bpSurfaceGhostSurfaceSecondary: string;
|
|
|
1109
1113
|
export const bpSurfaceIconButtonSurface: string;
|
|
1110
1114
|
export const bpSurfaceIconButtonSurfaceHover: string;
|
|
1111
1115
|
export const bpSurfaceIconButtonSurfacePressed: string;
|
|
1116
|
+
export const bpSurfaceIconTileSurfaceBoxblue: string;
|
|
1117
|
+
export const bpSurfaceIconTileSurfaceDarkblue: string;
|
|
1118
|
+
export const bpSurfaceIconTileSurfaceGray: string;
|
|
1119
|
+
export const bpSurfaceIconTileSurfaceGreenlight: string;
|
|
1120
|
+
export const bpSurfaceIconTileSurfaceGrimace: string;
|
|
1121
|
+
export const bpSurfaceIconTileSurfaceLightblue: string;
|
|
1122
|
+
export const bpSurfaceIconTileSurfaceOrange: string;
|
|
1123
|
+
export const bpSurfaceIconTileSurfacePurplerain: string;
|
|
1124
|
+
export const bpSurfaceIconTileSurfaceWatermelonred: string;
|
|
1125
|
+
export const bpSurfaceIconTileSurfaceWhite: string;
|
|
1126
|
+
export const bpSurfaceIconTileSurfaceYellorange: string;
|
|
1112
1127
|
export const bpSurfaceIllustrationSurfaceBox: string;
|
|
1113
1128
|
export const bpSurfaceIllustrationSurfaceBoxNeutral: string;
|
|
1114
1129
|
export const bpSurfaceInlineNoticeSurfaceError: string;
|
|
1115
1130
|
export const bpSurfaceInlineNoticeSurfaceInfo: string;
|
|
1131
|
+
export const bpSurfaceInlineNoticeSurfaceNote: string;
|
|
1116
1132
|
export const bpSurfaceInlineNoticeSurfaceSuccess: string;
|
|
1117
1133
|
export const bpSurfaceInlineNoticeSurfaceWarning: string;
|
|
1118
1134
|
export const bpSurfaceInlineTableSurface: string;
|