@box/blueprint-web-assets 4.91.6 → 4.92.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/CreditCard.js +1 -1
- package/dist/icons/MediumFilled/CreditCard.js +1 -1
- package/dist/tokens/BP2/dark_mode_value/px-tokens.d.ts +16 -0
- package/dist/tokens/BP2/dark_mode_value/px-tokens.js +21 -5
- package/dist/tokens/BP2/dark_mode_value/tokens.css +21 -5
- package/dist/tokens/BP2/dark_mode_value/tokens.d.ts +16 -0
- package/dist/tokens/BP2/dark_mode_value/tokens.js +21 -5
- package/dist/tokens/BP2/dark_mode_value/tokens.json +21 -5
- package/dist/tokens/BP2/light_mode_value/px-tokens.d.ts +16 -0
- package/dist/tokens/BP2/light_mode_value/px-tokens.js +20 -4
- package/dist/tokens/BP2/light_mode_value/tokens.css +20 -4
- package/dist/tokens/BP2/light_mode_value/tokens.d.ts +16 -0
- package/dist/tokens/BP2/light_mode_value/tokens.js +20 -4
- package/dist/tokens/BP2/light_mode_value/tokens.json +20 -4
- package/dist/tokens/mixins-modern.scss +18 -18
- package/dist/tokens/px-tokens.d.ts +16 -0
- package/dist/tokens/px-tokens.js +20 -4
- package/dist/tokens/tokens-css-vars.scss +20 -4
- package/dist/tokens/tokens.d.ts +16 -0
- package/dist/tokens/tokens.js +20 -4
- package/dist/tokens/tokens.json +20 -4
- package/package.json +2 -2
package/dist/tokens/px-tokens.js
CHANGED
|
@@ -916,10 +916,10 @@ export const bpBorderRadioTileBorderHover = '#bcbcbc';
|
|
|
916
916
|
export const bpBorderRadioTileBorderSelected = '#0061d5';
|
|
917
917
|
export const bpBorderResizeBorderFocus = '#2486fc';
|
|
918
918
|
export const bpBorderResizeBorderHover = '#bcbcbc';
|
|
919
|
-
export const bpBorderSearchGlobalBorderHover = '
|
|
919
|
+
export const bpBorderSearchGlobalBorderHover = 'rgba(0, 0, 0, 0.12)';
|
|
920
920
|
export const bpBorderSearchInputBorderFocus = '#2486fc';
|
|
921
|
-
export const bpBorderSearchInputBorderHover = '
|
|
922
|
-
export const bpBorderSearchBorder = 'rgba(0, 0, 0, 0.
|
|
921
|
+
export const bpBorderSearchInputBorderHover = 'rgba(0, 0, 0, 0.12)';
|
|
922
|
+
export const bpBorderSearchBorder = 'rgba(0, 0, 0, 0.12)';
|
|
923
923
|
export const bpBorderSearchBorderHover = 'rgba(0, 0, 0, 0.12)';
|
|
924
924
|
export const bpBorderSelectBorder = '#bcbcbc';
|
|
925
925
|
export const bpBorderSelectBorderActive = '#2486fc';
|
|
@@ -980,15 +980,19 @@ export const bpIconNavIconOnLightHover = '#222222';
|
|
|
980
980
|
export const bpIconNavIconOnLightSelected = '#222222';
|
|
981
981
|
export const bpIconIconBlue = '#0061d5';
|
|
982
982
|
export const bpIconIconDestructiveOnLight = '#d5324e';
|
|
983
|
+
export const bpIconIconErrorOnColor = '#821e30';
|
|
983
984
|
export const bpIconIconErrorOnLight = '#d5324e';
|
|
984
985
|
export const bpIconIconIllustrator = '#ff9400';
|
|
985
986
|
export const bpIconIconIndesign = '#ff57a1';
|
|
987
|
+
export const bpIconIconInfoOnColor = '#00316b';
|
|
986
988
|
export const bpIconIconOnDark = '#ffffff';
|
|
987
989
|
export const bpIconIconOnLight = 'rgba(0, 0, 0, 0.9)';
|
|
988
990
|
export const bpIconIconOnLightSecondary = 'rgba(0, 0, 0, 0.6)';
|
|
989
991
|
export const bpIconIconOnLightTertiary = 'rgba(0, 0, 0, 0.5)';
|
|
990
992
|
export const bpIconIconPhotoshop = '#26c9ff';
|
|
991
993
|
export const bpIconIconRequiredOnLight = '#d5324e';
|
|
994
|
+
export const bpIconIconSuccessOnColor = '#0f4e34';
|
|
995
|
+
export const bpIconIconWarningOnColor = '#62480b';
|
|
992
996
|
export const bpOutlineFocusOnDark = '#ffffff';
|
|
993
997
|
export const bpOutlineFocusOnLight = '#2486fc';
|
|
994
998
|
export const bpOverlayModalOverlay = 'rgba(0, 0, 0, 0.5)';
|
|
@@ -1088,6 +1092,9 @@ export const bpSurfaceCtaSurfacePromoFocus = '#4826c2';
|
|
|
1088
1092
|
export const bpSurfaceCtaSurfacePromoFocusPressed = '#3a1e9b';
|
|
1089
1093
|
export const bpSurfaceCtaSurfacePromoHover = '#4826c2';
|
|
1090
1094
|
export const bpSurfaceCtaSurfacePromoPressed = '#3a1e9b';
|
|
1095
|
+
export const bpSurfaceCtaSurfaceQuaternary = 'rgba(0, 0, 0, 0)';
|
|
1096
|
+
export const bpSurfaceCtaSurfaceQuaternaryHover = 'rgba(0, 0, 0, 0.04)';
|
|
1097
|
+
export const bpSurfaceCtaSurfaceQuaternaryPressed = 'rgba(0, 0, 0, 0.08)';
|
|
1091
1098
|
export const bpSurfaceCtaSurfaceSecondary = '#ffffff';
|
|
1092
1099
|
export const bpSurfaceCtaSurfaceSecondaryHover = '#f4f4f4';
|
|
1093
1100
|
export const bpSurfaceCtaSurfaceSecondaryPressed = '#e8e8e8';
|
|
@@ -1156,7 +1163,7 @@ export const bpSurfaceInlineNoticeSurfaceError = '#fdebee';
|
|
|
1156
1163
|
export const bpSurfaceInlineNoticeSurfaceInfo = '#e9f2fe';
|
|
1157
1164
|
export const bpSurfaceInlineNoticeSurfaceNote = '#ffffff';
|
|
1158
1165
|
export const bpSurfaceInlineNoticeSurfaceSuccess = '#e9f8f2';
|
|
1159
|
-
export const bpSurfaceInlineNoticeSurfaceWarning = '#
|
|
1166
|
+
export const bpSurfaceInlineNoticeSurfaceWarning = '#fef7e8';
|
|
1160
1167
|
export const bpSurfaceInlineTableSurface = '#ffffff';
|
|
1161
1168
|
export const bpSurfaceInputSurface = '#ffffff';
|
|
1162
1169
|
export const bpSurfaceInputSurfaceError = '#ffffff';
|
|
@@ -1225,6 +1232,7 @@ export const bpSurfaceStatusSurfaceDarkBlue = '#7f9dc1';
|
|
|
1225
1232
|
export const bpSurfaceStatusSurfaceDarkBlueFocus = '#7f9dc1';
|
|
1226
1233
|
export const bpSurfaceStatusSurfaceDarkBlueHover = '#7f9dc1';
|
|
1227
1234
|
export const bpSurfaceStatusSurfaceError = '#ed3757';
|
|
1235
|
+
export const bpSurfaceStatusSurfaceErrorSecondary = '#fbd7dd';
|
|
1228
1236
|
export const bpSurfaceStatusSurfaceGeneric = '#a7a7a7';
|
|
1229
1237
|
export const bpSurfaceStatusSurfaceGray = '#e8e8e8';
|
|
1230
1238
|
export const bpSurfaceStatusSurfaceGrayFocus = '#e8e8e8';
|
|
@@ -1232,6 +1240,7 @@ export const bpSurfaceStatusSurfaceGrayHover = '#e8e8e8';
|
|
|
1232
1240
|
export const bpSurfaceStatusSurfaceGreen = '#92e0c0';
|
|
1233
1241
|
export const bpSurfaceStatusSurfaceGreenFocus = '#92e0c0';
|
|
1234
1242
|
export const bpSurfaceStatusSurfaceGreenHover = '#92e0c0';
|
|
1243
|
+
export const bpSurfaceStatusSurfaceInfoSecondary = '#d3e7fe';
|
|
1235
1244
|
export const bpSurfaceStatusSurfaceInprogress = '#f5b31b';
|
|
1236
1245
|
export const bpSurfaceStatusSurfaceLightBlue = '#91c2fd';
|
|
1237
1246
|
export const bpSurfaceStatusSurfaceLightBlueFocus = '#91c2fd';
|
|
@@ -1248,7 +1257,10 @@ export const bpSurfaceStatusSurfaceRedFocus = '#f69bab';
|
|
|
1248
1257
|
export const bpSurfaceStatusSurfaceRedHover = '#f69bab';
|
|
1249
1258
|
export const bpSurfaceStatusSurfaceScheduled = '#9f3fed';
|
|
1250
1259
|
export const bpSurfaceStatusSurfaceSuccess = '#26c281';
|
|
1260
|
+
export const bpSurfaceStatusSurfaceSuccessSecondary = '#d4f3e6';
|
|
1251
1261
|
export const bpSurfaceStatusSurfaceUploading = '#0061d5';
|
|
1262
|
+
export const bpSurfaceStatusSurfaceWarning = '#f5b31b';
|
|
1263
|
+
export const bpSurfaceStatusSurfaceWarningSecondary = '#fdf0d1';
|
|
1252
1264
|
export const bpSurfaceStatusSurfaceYellow = '#ffeb7f';
|
|
1253
1265
|
export const bpSurfaceStatusSurfaceYellowFocus = '#ffeb7f';
|
|
1254
1266
|
export const bpSurfaceStatusSurfaceYellowHover = '#ffeb7f';
|
|
@@ -1316,13 +1328,17 @@ export const bpTextNavTextOnLightSelected = '#ffffff';
|
|
|
1316
1328
|
export const bpTextToggleTextText = '#004eaa';
|
|
1317
1329
|
export const bpTextTextBrandOnColor = '#ffffff';
|
|
1318
1330
|
export const bpTextTextDestructiveOnLight = '#d5324e';
|
|
1331
|
+
export const bpTextTextErrorOnColor = '#821e30';
|
|
1319
1332
|
export const bpTextTextErrorOnLight = '#d5324e';
|
|
1333
|
+
export const bpTextTextInfoOnColor = '#00316b';
|
|
1320
1334
|
export const bpTextTextOnDark = '#ffffff';
|
|
1321
1335
|
export const bpTextTextOnLight = '#222222';
|
|
1322
1336
|
export const bpTextTextOnLightDisabled = '#bcbcbc';
|
|
1323
1337
|
export const bpTextTextOnLightSecondary = '#6f6f6f';
|
|
1324
1338
|
export const bpTextTextOnLightSecondaryHover = '#4e4e4e';
|
|
1325
1339
|
export const bpTextTextOnLightTertiary = '#909090';
|
|
1340
|
+
export const bpTextTextSuccessOnColor = '#0f4e34';
|
|
1341
|
+
export const bpTextTextWarningOnColor = '#62480b';
|
|
1326
1342
|
export const bpBoxBlue10 = '#e5effa';
|
|
1327
1343
|
export const bpBoxBlue20 = '#ccdff7';
|
|
1328
1344
|
export const bpBoxBlue30 = '#b2cff2';
|
|
@@ -1435,10 +1435,10 @@
|
|
|
1435
1435
|
--bp-border-radio-tile-border-selected: var(--bp-box-blue-100);
|
|
1436
1436
|
--bp-border-resize-border-focus: var(--bp-light-blue-100);
|
|
1437
1437
|
--bp-border-resize-border-hover: var(--bp-gray-30);
|
|
1438
|
-
--bp-border-search-global-border-hover: var(--bp-
|
|
1438
|
+
--bp-border-search-global-border-hover: var(--bp-black-opacity-12);
|
|
1439
1439
|
--bp-border-search-input-border-focus: var(--bp-light-blue-100);
|
|
1440
|
-
--bp-border-search-input-border-hover: var(--bp-
|
|
1441
|
-
--bp-border-search-border: var(--bp-black-opacity-
|
|
1440
|
+
--bp-border-search-input-border-hover: var(--bp-black-opacity-12);
|
|
1441
|
+
--bp-border-search-border: var(--bp-black-opacity-12);
|
|
1442
1442
|
--bp-border-search-border-hover: var(--bp-black-opacity-12);
|
|
1443
1443
|
--bp-border-select-border: var(--bp-gray-30);
|
|
1444
1444
|
--bp-border-select-border-active: var(--bp-light-blue-100);
|
|
@@ -1490,12 +1490,16 @@
|
|
|
1490
1490
|
--bp-icon-nav-icon-on-light-selected: var(--bp-gray-100);
|
|
1491
1491
|
--bp-icon-icon-blue: var(--bp-box-blue-100);
|
|
1492
1492
|
--bp-icon-icon-destructive-on-light: var(--bp-watermelon-red-110);
|
|
1493
|
+
--bp-icon-icon-error-on-color: var(--bp-watermelon-red-145);
|
|
1493
1494
|
--bp-icon-icon-error-on-light: var(--bp-watermelon-red-110);
|
|
1495
|
+
--bp-icon-icon-info-on-color: var(--bp-box-blue-150);
|
|
1494
1496
|
--bp-icon-icon-on-dark: var(--bp-gray-white);
|
|
1495
1497
|
--bp-icon-icon-on-light: var(--bp-black-opacity-90);
|
|
1496
1498
|
--bp-icon-icon-on-light-secondary: var(--bp-black-opacity-60);
|
|
1497
1499
|
--bp-icon-icon-on-light-tertiary: var(--bp-black-opacity-50);
|
|
1498
1500
|
--bp-icon-icon-required-on-light: var(--bp-watermelon-red-110);
|
|
1501
|
+
--bp-icon-icon-success-on-color: var(--bp-green-light-160);
|
|
1502
|
+
--bp-icon-icon-warning-on-color: var(--bp-yellorange-160);
|
|
1499
1503
|
--bp-outline-focus-on-dark: var(--bp-gray-white);
|
|
1500
1504
|
--bp-outline-focus-on-light: var(--bp-light-blue-100);
|
|
1501
1505
|
--bp-overlay-modal-overlay: var(--bp-black-opacity-50);
|
|
@@ -1581,6 +1585,9 @@
|
|
|
1581
1585
|
--bp-surface-cta-surface-promo-focus-pressed: var(--bp-grimace-120);
|
|
1582
1586
|
--bp-surface-cta-surface-promo-hover: var(--bp-grimace-100);
|
|
1583
1587
|
--bp-surface-cta-surface-promo-pressed: var(--bp-grimace-120);
|
|
1588
|
+
--bp-surface-cta-surface-quaternary: var(--bp-black-opacity-00);
|
|
1589
|
+
--bp-surface-cta-surface-quaternary-hover: var(--bp-black-opacity-04);
|
|
1590
|
+
--bp-surface-cta-surface-quaternary-pressed: var(--bp-black-opacity-08);
|
|
1584
1591
|
--bp-surface-cta-surface-secondary: var(--bp-gray-white);
|
|
1585
1592
|
--bp-surface-cta-surface-secondary-hover: var(--bp-gray-05);
|
|
1586
1593
|
--bp-surface-cta-surface-secondary-pressed: var(--bp-gray-10);
|
|
@@ -1648,7 +1655,7 @@
|
|
|
1648
1655
|
--bp-surface-inline-notice-surface-info: var(--bp-light-blue-10);
|
|
1649
1656
|
--bp-surface-inline-notice-surface-note: var(--bp-gray-white);
|
|
1650
1657
|
--bp-surface-inline-notice-surface-success: var(--bp-green-light-10);
|
|
1651
|
-
--bp-surface-inline-notice-surface-warning: var(--bp-
|
|
1658
|
+
--bp-surface-inline-notice-surface-warning: var(--bp-yellorange-10);
|
|
1652
1659
|
--bp-surface-inline-table-surface: var(--bp-gray-white);
|
|
1653
1660
|
--bp-surface-input-surface: var(--bp-gray-white);
|
|
1654
1661
|
--bp-surface-input-surface-error: var(--bp-gray-white);
|
|
@@ -1722,6 +1729,7 @@
|
|
|
1722
1729
|
--bp-surface-status-surface-dark-blue-focus: var(--bp-dark-blue-50);
|
|
1723
1730
|
--bp-surface-status-surface-dark-blue-hover: var(--bp-dark-blue-50);
|
|
1724
1731
|
--bp-surface-status-surface-error: var(--bp-watermelon-red-100);
|
|
1732
|
+
--bp-surface-status-surface-error-secondary: var(--bp-watermelon-red-20);
|
|
1725
1733
|
--bp-surface-status-surface-generic: var(--bp-gray-40);
|
|
1726
1734
|
--bp-surface-status-surface-gray: var(--bp-gray-10);
|
|
1727
1735
|
--bp-surface-status-surface-gray-focus: var(--bp-gray-10);
|
|
@@ -1729,6 +1737,7 @@
|
|
|
1729
1737
|
--bp-surface-status-surface-green: var(--bp-green-light-50);
|
|
1730
1738
|
--bp-surface-status-surface-green-focus: var(--bp-green-light-50);
|
|
1731
1739
|
--bp-surface-status-surface-green-hover: var(--bp-green-light-50);
|
|
1740
|
+
--bp-surface-status-surface-info-secondary: var(--bp-light-blue-20);
|
|
1732
1741
|
--bp-surface-status-surface-inprogress: var(--bp-yellorange-100);
|
|
1733
1742
|
--bp-surface-status-surface-light-blue: var(--bp-light-blue-50);
|
|
1734
1743
|
--bp-surface-status-surface-light-blue-focus: var(--bp-light-blue-50);
|
|
@@ -1745,7 +1754,10 @@
|
|
|
1745
1754
|
--bp-surface-status-surface-red-hover: var(--bp-watermelon-red-50);
|
|
1746
1755
|
--bp-surface-status-surface-scheduled: var(--bp-purple-rain-100);
|
|
1747
1756
|
--bp-surface-status-surface-success: var(--bp-green-light-100);
|
|
1757
|
+
--bp-surface-status-surface-success-secondary: var(--bp-green-light-20);
|
|
1748
1758
|
--bp-surface-status-surface-uploading: var(--bp-box-blue-100);
|
|
1759
|
+
--bp-surface-status-surface-warning: var(--bp-yellorange-100);
|
|
1760
|
+
--bp-surface-status-surface-warning-secondary: var(--bp-yellorange-20);
|
|
1749
1761
|
--bp-surface-status-surface-yellow: var(--bp-yellow-50);
|
|
1750
1762
|
--bp-surface-status-surface-yellow-focus: var(--bp-yellow-50);
|
|
1751
1763
|
--bp-surface-status-surface-yellow-hover: var(--bp-yellow-50);
|
|
@@ -1807,11 +1819,15 @@
|
|
|
1807
1819
|
--bp-text-toggle-text-text: var(--bp-box-blue-120);
|
|
1808
1820
|
--bp-text-text-brand-on-color: var(--bp-gray-white);
|
|
1809
1821
|
--bp-text-text-destructive-on-light: var(--bp-watermelon-red-110);
|
|
1822
|
+
--bp-text-text-error-on-color: var(--bp-watermelon-red-145);
|
|
1810
1823
|
--bp-text-text-error-on-light: var(--bp-watermelon-red-110);
|
|
1824
|
+
--bp-text-text-info-on-color: var(--bp-box-blue-150);
|
|
1811
1825
|
--bp-text-text-on-dark: var(--bp-gray-white);
|
|
1812
1826
|
--bp-text-text-on-light: var(--bp-gray-100);
|
|
1813
1827
|
--bp-text-text-on-light-disabled: var(--bp-gray-30);
|
|
1814
1828
|
--bp-text-text-on-light-secondary: var(--bp-gray-65);
|
|
1815
1829
|
--bp-text-text-on-light-secondary-hover: var(--bp-gray-80);
|
|
1816
1830
|
--bp-text-text-on-light-tertiary: var(--bp-gray-50);
|
|
1831
|
+
--bp-text-text-success-on-color: var(--bp-green-light-160);
|
|
1832
|
+
--bp-text-text-warning-on-color: var(--bp-yellorange-160);
|
|
1817
1833
|
}
|
package/dist/tokens/tokens.d.ts
CHANGED
|
@@ -958,15 +958,19 @@ export const bpIconNavIconOnLightHover: string;
|
|
|
958
958
|
export const bpIconNavIconOnLightSelected: string;
|
|
959
959
|
export const bpIconIconBlue: string;
|
|
960
960
|
export const bpIconIconDestructiveOnLight: string;
|
|
961
|
+
export const bpIconIconErrorOnColor: string;
|
|
961
962
|
export const bpIconIconErrorOnLight: string;
|
|
962
963
|
export const bpIconIconIllustrator: string;
|
|
963
964
|
export const bpIconIconIndesign: string;
|
|
965
|
+
export const bpIconIconInfoOnColor: string;
|
|
964
966
|
export const bpIconIconOnDark: string;
|
|
965
967
|
export const bpIconIconOnLight: string;
|
|
966
968
|
export const bpIconIconOnLightSecondary: string;
|
|
967
969
|
export const bpIconIconOnLightTertiary: string;
|
|
968
970
|
export const bpIconIconPhotoshop: string;
|
|
969
971
|
export const bpIconIconRequiredOnLight: string;
|
|
972
|
+
export const bpIconIconSuccessOnColor: string;
|
|
973
|
+
export const bpIconIconWarningOnColor: string;
|
|
970
974
|
export const bpOutlineFocusOnDark: string;
|
|
971
975
|
export const bpOutlineFocusOnLight: string;
|
|
972
976
|
export const bpOverlayModalOverlay: string;
|
|
@@ -1068,6 +1072,9 @@ export const bpSurfaceCtaSurfacePromoFocus: string;
|
|
|
1068
1072
|
export const bpSurfaceCtaSurfacePromoFocusPressed: string;
|
|
1069
1073
|
export const bpSurfaceCtaSurfacePromoHover: string;
|
|
1070
1074
|
export const bpSurfaceCtaSurfacePromoPressed: string;
|
|
1075
|
+
export const bpSurfaceCtaSurfaceQuaternary: string;
|
|
1076
|
+
export const bpSurfaceCtaSurfaceQuaternaryHover: string;
|
|
1077
|
+
export const bpSurfaceCtaSurfaceQuaternaryPressed: string;
|
|
1071
1078
|
export const bpSurfaceCtaSurfaceSecondary: string;
|
|
1072
1079
|
export const bpSurfaceCtaSurfaceSecondaryHover: string;
|
|
1073
1080
|
export const bpSurfaceCtaSurfaceSecondaryPressed: string;
|
|
@@ -1210,6 +1217,7 @@ export const bpSurfaceStatusSurfaceDarkBlue: string;
|
|
|
1210
1217
|
export const bpSurfaceStatusSurfaceDarkBlueFocus: string;
|
|
1211
1218
|
export const bpSurfaceStatusSurfaceDarkBlueHover: string;
|
|
1212
1219
|
export const bpSurfaceStatusSurfaceError: string;
|
|
1220
|
+
export const bpSurfaceStatusSurfaceErrorSecondary: string;
|
|
1213
1221
|
export const bpSurfaceStatusSurfaceGeneric: string;
|
|
1214
1222
|
export const bpSurfaceStatusSurfaceGray: string;
|
|
1215
1223
|
export const bpSurfaceStatusSurfaceGrayFocus: string;
|
|
@@ -1217,6 +1225,7 @@ export const bpSurfaceStatusSurfaceGrayHover: string;
|
|
|
1217
1225
|
export const bpSurfaceStatusSurfaceGreen: string;
|
|
1218
1226
|
export const bpSurfaceStatusSurfaceGreenFocus: string;
|
|
1219
1227
|
export const bpSurfaceStatusSurfaceGreenHover: string;
|
|
1228
|
+
export const bpSurfaceStatusSurfaceInfoSecondary: string;
|
|
1220
1229
|
export const bpSurfaceStatusSurfaceInprogress: string;
|
|
1221
1230
|
export const bpSurfaceStatusSurfaceLightBlue: string;
|
|
1222
1231
|
export const bpSurfaceStatusSurfaceLightBlueFocus: string;
|
|
@@ -1233,7 +1242,10 @@ export const bpSurfaceStatusSurfaceRedFocus: string;
|
|
|
1233
1242
|
export const bpSurfaceStatusSurfaceRedHover: string;
|
|
1234
1243
|
export const bpSurfaceStatusSurfaceScheduled: string;
|
|
1235
1244
|
export const bpSurfaceStatusSurfaceSuccess: string;
|
|
1245
|
+
export const bpSurfaceStatusSurfaceSuccessSecondary: string;
|
|
1236
1246
|
export const bpSurfaceStatusSurfaceUploading: string;
|
|
1247
|
+
export const bpSurfaceStatusSurfaceWarning: string;
|
|
1248
|
+
export const bpSurfaceStatusSurfaceWarningSecondary: string;
|
|
1237
1249
|
export const bpSurfaceStatusSurfaceYellow: string;
|
|
1238
1250
|
export const bpSurfaceStatusSurfaceYellowFocus: string;
|
|
1239
1251
|
export const bpSurfaceStatusSurfaceYellowHover: string;
|
|
@@ -1301,13 +1313,17 @@ export const bpTextNavTextOnLightSelected: string;
|
|
|
1301
1313
|
export const bpTextToggleTextText: string;
|
|
1302
1314
|
export const bpTextTextBrandOnColor: string;
|
|
1303
1315
|
export const bpTextTextDestructiveOnLight: string;
|
|
1316
|
+
export const bpTextTextErrorOnColor: string;
|
|
1304
1317
|
export const bpTextTextErrorOnLight: string;
|
|
1318
|
+
export const bpTextTextInfoOnColor: string;
|
|
1305
1319
|
export const bpTextTextOnDark: string;
|
|
1306
1320
|
export const bpTextTextOnLight: string;
|
|
1307
1321
|
export const bpTextTextOnLightDisabled: string;
|
|
1308
1322
|
export const bpTextTextOnLightSecondary: string;
|
|
1309
1323
|
export const bpTextTextOnLightSecondaryHover: string;
|
|
1310
1324
|
export const bpTextTextOnLightTertiary: string;
|
|
1325
|
+
export const bpTextTextSuccessOnColor: string;
|
|
1326
|
+
export const bpTextTextWarningOnColor: string;
|
|
1311
1327
|
export const bpBoxBlue10: string;
|
|
1312
1328
|
export const bpBoxBlue20: string;
|
|
1313
1329
|
export const bpBoxBlue30: string;
|
package/dist/tokens/tokens.js
CHANGED
|
@@ -912,10 +912,10 @@ export const bpBorderRadioTileBorderHover = '#bcbcbc';
|
|
|
912
912
|
export const bpBorderRadioTileBorderSelected = '#0061d5';
|
|
913
913
|
export const bpBorderResizeBorderFocus = '#2486fc';
|
|
914
914
|
export const bpBorderResizeBorderHover = '#bcbcbc';
|
|
915
|
-
export const bpBorderSearchGlobalBorderHover = '
|
|
915
|
+
export const bpBorderSearchGlobalBorderHover = 'rgba(0, 0, 0, 0.12)';
|
|
916
916
|
export const bpBorderSearchInputBorderFocus = '#2486fc';
|
|
917
|
-
export const bpBorderSearchInputBorderHover = '
|
|
918
|
-
export const bpBorderSearchBorder = 'rgba(0, 0, 0, 0.
|
|
917
|
+
export const bpBorderSearchInputBorderHover = 'rgba(0, 0, 0, 0.12)';
|
|
918
|
+
export const bpBorderSearchBorder = 'rgba(0, 0, 0, 0.12)';
|
|
919
919
|
export const bpBorderSearchBorderHover = 'rgba(0, 0, 0, 0.12)';
|
|
920
920
|
export const bpBorderSelectBorder = '#bcbcbc';
|
|
921
921
|
export const bpBorderSelectBorderActive = '#2486fc';
|
|
@@ -976,15 +976,19 @@ export const bpIconNavIconOnLightHover = '#222222';
|
|
|
976
976
|
export const bpIconNavIconOnLightSelected = '#222222';
|
|
977
977
|
export const bpIconIconBlue = '#0061d5';
|
|
978
978
|
export const bpIconIconDestructiveOnLight = '#d5324e';
|
|
979
|
+
export const bpIconIconErrorOnColor = '#821e30';
|
|
979
980
|
export const bpIconIconErrorOnLight = '#d5324e';
|
|
980
981
|
export const bpIconIconIllustrator = '#ff9400';
|
|
981
982
|
export const bpIconIconIndesign = '#ff57a1';
|
|
983
|
+
export const bpIconIconInfoOnColor = '#00316b';
|
|
982
984
|
export const bpIconIconOnDark = '#ffffff';
|
|
983
985
|
export const bpIconIconOnLight = 'rgba(0, 0, 0, 0.9)';
|
|
984
986
|
export const bpIconIconOnLightSecondary = 'rgba(0, 0, 0, 0.6)';
|
|
985
987
|
export const bpIconIconOnLightTertiary = 'rgba(0, 0, 0, 0.5)';
|
|
986
988
|
export const bpIconIconPhotoshop = '#26c9ff';
|
|
987
989
|
export const bpIconIconRequiredOnLight = '#d5324e';
|
|
990
|
+
export const bpIconIconSuccessOnColor = '#0f4e34';
|
|
991
|
+
export const bpIconIconWarningOnColor = '#62480b';
|
|
988
992
|
export const bpOutlineFocusOnDark = '#ffffff';
|
|
989
993
|
export const bpOutlineFocusOnLight = '#2486fc';
|
|
990
994
|
export const bpOverlayModalOverlay = 'rgba(0, 0, 0, 0.5)';
|
|
@@ -1084,6 +1088,9 @@ export const bpSurfaceCtaSurfacePromoFocus = '#4826c2';
|
|
|
1084
1088
|
export const bpSurfaceCtaSurfacePromoFocusPressed = '#3a1e9b';
|
|
1085
1089
|
export const bpSurfaceCtaSurfacePromoHover = '#4826c2';
|
|
1086
1090
|
export const bpSurfaceCtaSurfacePromoPressed = '#3a1e9b';
|
|
1091
|
+
export const bpSurfaceCtaSurfaceQuaternary = 'rgba(0, 0, 0, 0)';
|
|
1092
|
+
export const bpSurfaceCtaSurfaceQuaternaryHover = 'rgba(0, 0, 0, 0.04)';
|
|
1093
|
+
export const bpSurfaceCtaSurfaceQuaternaryPressed = 'rgba(0, 0, 0, 0.08)';
|
|
1087
1094
|
export const bpSurfaceCtaSurfaceSecondary = '#ffffff';
|
|
1088
1095
|
export const bpSurfaceCtaSurfaceSecondaryHover = '#f4f4f4';
|
|
1089
1096
|
export const bpSurfaceCtaSurfaceSecondaryPressed = '#e8e8e8';
|
|
@@ -1152,7 +1159,7 @@ export const bpSurfaceInlineNoticeSurfaceError = '#fdebee';
|
|
|
1152
1159
|
export const bpSurfaceInlineNoticeSurfaceInfo = '#e9f2fe';
|
|
1153
1160
|
export const bpSurfaceInlineNoticeSurfaceNote = '#ffffff';
|
|
1154
1161
|
export const bpSurfaceInlineNoticeSurfaceSuccess = '#e9f8f2';
|
|
1155
|
-
export const bpSurfaceInlineNoticeSurfaceWarning = '#
|
|
1162
|
+
export const bpSurfaceInlineNoticeSurfaceWarning = '#fef7e8';
|
|
1156
1163
|
export const bpSurfaceInlineTableSurface = '#ffffff';
|
|
1157
1164
|
export const bpSurfaceInputSurface = '#ffffff';
|
|
1158
1165
|
export const bpSurfaceInputSurfaceError = '#ffffff';
|
|
@@ -1221,6 +1228,7 @@ export const bpSurfaceStatusSurfaceDarkBlue = '#7f9dc1';
|
|
|
1221
1228
|
export const bpSurfaceStatusSurfaceDarkBlueFocus = '#7f9dc1';
|
|
1222
1229
|
export const bpSurfaceStatusSurfaceDarkBlueHover = '#7f9dc1';
|
|
1223
1230
|
export const bpSurfaceStatusSurfaceError = '#ed3757';
|
|
1231
|
+
export const bpSurfaceStatusSurfaceErrorSecondary = '#fbd7dd';
|
|
1224
1232
|
export const bpSurfaceStatusSurfaceGeneric = '#a7a7a7';
|
|
1225
1233
|
export const bpSurfaceStatusSurfaceGray = '#e8e8e8';
|
|
1226
1234
|
export const bpSurfaceStatusSurfaceGrayFocus = '#e8e8e8';
|
|
@@ -1228,6 +1236,7 @@ export const bpSurfaceStatusSurfaceGrayHover = '#e8e8e8';
|
|
|
1228
1236
|
export const bpSurfaceStatusSurfaceGreen = '#92e0c0';
|
|
1229
1237
|
export const bpSurfaceStatusSurfaceGreenFocus = '#92e0c0';
|
|
1230
1238
|
export const bpSurfaceStatusSurfaceGreenHover = '#92e0c0';
|
|
1239
|
+
export const bpSurfaceStatusSurfaceInfoSecondary = '#d3e7fe';
|
|
1231
1240
|
export const bpSurfaceStatusSurfaceInprogress = '#f5b31b';
|
|
1232
1241
|
export const bpSurfaceStatusSurfaceLightBlue = '#91c2fd';
|
|
1233
1242
|
export const bpSurfaceStatusSurfaceLightBlueFocus = '#91c2fd';
|
|
@@ -1244,7 +1253,10 @@ export const bpSurfaceStatusSurfaceRedFocus = '#f69bab';
|
|
|
1244
1253
|
export const bpSurfaceStatusSurfaceRedHover = '#f69bab';
|
|
1245
1254
|
export const bpSurfaceStatusSurfaceScheduled = '#9f3fed';
|
|
1246
1255
|
export const bpSurfaceStatusSurfaceSuccess = '#26c281';
|
|
1256
|
+
export const bpSurfaceStatusSurfaceSuccessSecondary = '#d4f3e6';
|
|
1247
1257
|
export const bpSurfaceStatusSurfaceUploading = '#0061d5';
|
|
1258
|
+
export const bpSurfaceStatusSurfaceWarning = '#f5b31b';
|
|
1259
|
+
export const bpSurfaceStatusSurfaceWarningSecondary = '#fdf0d1';
|
|
1248
1260
|
export const bpSurfaceStatusSurfaceYellow = '#ffeb7f';
|
|
1249
1261
|
export const bpSurfaceStatusSurfaceYellowFocus = '#ffeb7f';
|
|
1250
1262
|
export const bpSurfaceStatusSurfaceYellowHover = '#ffeb7f';
|
|
@@ -1312,13 +1324,17 @@ export const bpTextNavTextOnLightSelected = '#ffffff';
|
|
|
1312
1324
|
export const bpTextToggleTextText = '#004eaa';
|
|
1313
1325
|
export const bpTextTextBrandOnColor = '#ffffff';
|
|
1314
1326
|
export const bpTextTextDestructiveOnLight = '#d5324e';
|
|
1327
|
+
export const bpTextTextErrorOnColor = '#821e30';
|
|
1315
1328
|
export const bpTextTextErrorOnLight = '#d5324e';
|
|
1329
|
+
export const bpTextTextInfoOnColor = '#00316b';
|
|
1316
1330
|
export const bpTextTextOnDark = '#ffffff';
|
|
1317
1331
|
export const bpTextTextOnLight = '#222222';
|
|
1318
1332
|
export const bpTextTextOnLightDisabled = '#bcbcbc';
|
|
1319
1333
|
export const bpTextTextOnLightSecondary = '#6f6f6f';
|
|
1320
1334
|
export const bpTextTextOnLightSecondaryHover = '#4e4e4e';
|
|
1321
1335
|
export const bpTextTextOnLightTertiary = '#909090';
|
|
1336
|
+
export const bpTextTextSuccessOnColor = '#0f4e34';
|
|
1337
|
+
export const bpTextTextWarningOnColor = '#62480b';
|
|
1322
1338
|
export const bpBoxBlue10 = '#e5effa';
|
|
1323
1339
|
export const bpBoxBlue20 = '#ccdff7';
|
|
1324
1340
|
export const bpBoxBlue30 = '#b2cff2';
|
package/dist/tokens/tokens.json
CHANGED
|
@@ -893,10 +893,10 @@
|
|
|
893
893
|
"BpBorderRadioTileBorderSelected": "#0061d5",
|
|
894
894
|
"BpBorderResizeBorderFocus": "#2486fc",
|
|
895
895
|
"BpBorderResizeBorderHover": "#bcbcbc",
|
|
896
|
-
"BpBorderSearchGlobalBorderHover": "
|
|
896
|
+
"BpBorderSearchGlobalBorderHover": "rgba(0, 0, 0, 0.12)",
|
|
897
897
|
"BpBorderSearchInputBorderFocus": "#2486fc",
|
|
898
|
-
"BpBorderSearchInputBorderHover": "
|
|
899
|
-
"BpBorderSearchBorder": "rgba(0, 0, 0, 0.
|
|
898
|
+
"BpBorderSearchInputBorderHover": "rgba(0, 0, 0, 0.12)",
|
|
899
|
+
"BpBorderSearchBorder": "rgba(0, 0, 0, 0.12)",
|
|
900
900
|
"BpBorderSearchBorderHover": "rgba(0, 0, 0, 0.12)",
|
|
901
901
|
"BpBorderSelectBorder": "#bcbcbc",
|
|
902
902
|
"BpBorderSelectBorderActive": "#2486fc",
|
|
@@ -957,15 +957,19 @@
|
|
|
957
957
|
"BpIconNavIconOnLightSelected": "#222222",
|
|
958
958
|
"BpIconIconBlue": "#0061d5",
|
|
959
959
|
"BpIconIconDestructiveOnLight": "#d5324e",
|
|
960
|
+
"BpIconIconErrorOnColor": "#821e30",
|
|
960
961
|
"BpIconIconErrorOnLight": "#d5324e",
|
|
961
962
|
"BpIconIconIllustrator": "#ff9400",
|
|
962
963
|
"BpIconIconIndesign": "#ff57a1",
|
|
964
|
+
"BpIconIconInfoOnColor": "#00316b",
|
|
963
965
|
"BpIconIconOnDark": "#ffffff",
|
|
964
966
|
"BpIconIconOnLight": "rgba(0, 0, 0, 0.9)",
|
|
965
967
|
"BpIconIconOnLightSecondary": "rgba(0, 0, 0, 0.6)",
|
|
966
968
|
"BpIconIconOnLightTertiary": "rgba(0, 0, 0, 0.5)",
|
|
967
969
|
"BpIconIconPhotoshop": "#26c9ff",
|
|
968
970
|
"BpIconIconRequiredOnLight": "#d5324e",
|
|
971
|
+
"BpIconIconSuccessOnColor": "#0f4e34",
|
|
972
|
+
"BpIconIconWarningOnColor": "#62480b",
|
|
969
973
|
"BpOutlineFocusOnDark": "#ffffff",
|
|
970
974
|
"BpOutlineFocusOnLight": "#2486fc",
|
|
971
975
|
"BpOverlayModalOverlay": "rgba(0, 0, 0, 0.5)",
|
|
@@ -1067,6 +1071,9 @@
|
|
|
1067
1071
|
"BpSurfaceCtaSurfacePromoFocusPressed": "#3a1e9b",
|
|
1068
1072
|
"BpSurfaceCtaSurfacePromoHover": "#4826c2",
|
|
1069
1073
|
"BpSurfaceCtaSurfacePromoPressed": "#3a1e9b",
|
|
1074
|
+
"BpSurfaceCtaSurfaceQuaternary": "rgba(0, 0, 0, 0)",
|
|
1075
|
+
"BpSurfaceCtaSurfaceQuaternaryHover": "rgba(0, 0, 0, 0.04)",
|
|
1076
|
+
"BpSurfaceCtaSurfaceQuaternaryPressed": "rgba(0, 0, 0, 0.08)",
|
|
1070
1077
|
"BpSurfaceCtaSurfaceSecondary": "#ffffff",
|
|
1071
1078
|
"BpSurfaceCtaSurfaceSecondaryHover": "#f4f4f4",
|
|
1072
1079
|
"BpSurfaceCtaSurfaceSecondaryPressed": "#e8e8e8",
|
|
@@ -1135,7 +1142,7 @@
|
|
|
1135
1142
|
"BpSurfaceInlineNoticeSurfaceInfo": "#e9f2fe",
|
|
1136
1143
|
"BpSurfaceInlineNoticeSurfaceNote": "#ffffff",
|
|
1137
1144
|
"BpSurfaceInlineNoticeSurfaceSuccess": "#e9f8f2",
|
|
1138
|
-
"BpSurfaceInlineNoticeSurfaceWarning": "#
|
|
1145
|
+
"BpSurfaceInlineNoticeSurfaceWarning": "#fef7e8",
|
|
1139
1146
|
"BpSurfaceInlineTableSurface": "#ffffff",
|
|
1140
1147
|
"BpSurfaceInputSurface": "#ffffff",
|
|
1141
1148
|
"BpSurfaceInputSurfaceError": "#ffffff",
|
|
@@ -1209,6 +1216,7 @@
|
|
|
1209
1216
|
"BpSurfaceStatusSurfaceDarkBlueFocus": "#7f9dc1",
|
|
1210
1217
|
"BpSurfaceStatusSurfaceDarkBlueHover": "#7f9dc1",
|
|
1211
1218
|
"BpSurfaceStatusSurfaceError": "#ed3757",
|
|
1219
|
+
"BpSurfaceStatusSurfaceErrorSecondary": "#fbd7dd",
|
|
1212
1220
|
"BpSurfaceStatusSurfaceGeneric": "#a7a7a7",
|
|
1213
1221
|
"BpSurfaceStatusSurfaceGray": "#e8e8e8",
|
|
1214
1222
|
"BpSurfaceStatusSurfaceGrayFocus": "#e8e8e8",
|
|
@@ -1216,6 +1224,7 @@
|
|
|
1216
1224
|
"BpSurfaceStatusSurfaceGreen": "#92e0c0",
|
|
1217
1225
|
"BpSurfaceStatusSurfaceGreenFocus": "#92e0c0",
|
|
1218
1226
|
"BpSurfaceStatusSurfaceGreenHover": "#92e0c0",
|
|
1227
|
+
"BpSurfaceStatusSurfaceInfoSecondary": "#d3e7fe",
|
|
1219
1228
|
"BpSurfaceStatusSurfaceInprogress": "#f5b31b",
|
|
1220
1229
|
"BpSurfaceStatusSurfaceLightBlue": "#91c2fd",
|
|
1221
1230
|
"BpSurfaceStatusSurfaceLightBlueFocus": "#91c2fd",
|
|
@@ -1232,7 +1241,10 @@
|
|
|
1232
1241
|
"BpSurfaceStatusSurfaceRedHover": "#f69bab",
|
|
1233
1242
|
"BpSurfaceStatusSurfaceScheduled": "#9f3fed",
|
|
1234
1243
|
"BpSurfaceStatusSurfaceSuccess": "#26c281",
|
|
1244
|
+
"BpSurfaceStatusSurfaceSuccessSecondary": "#d4f3e6",
|
|
1235
1245
|
"BpSurfaceStatusSurfaceUploading": "#0061d5",
|
|
1246
|
+
"BpSurfaceStatusSurfaceWarning": "#f5b31b",
|
|
1247
|
+
"BpSurfaceStatusSurfaceWarningSecondary": "#fdf0d1",
|
|
1236
1248
|
"BpSurfaceStatusSurfaceYellow": "#ffeb7f",
|
|
1237
1249
|
"BpSurfaceStatusSurfaceYellowFocus": "#ffeb7f",
|
|
1238
1250
|
"BpSurfaceStatusSurfaceYellowHover": "#ffeb7f",
|
|
@@ -1300,13 +1312,17 @@
|
|
|
1300
1312
|
"BpTextToggleTextText": "#004eaa",
|
|
1301
1313
|
"BpTextTextBrandOnColor": "#ffffff",
|
|
1302
1314
|
"BpTextTextDestructiveOnLight": "#d5324e",
|
|
1315
|
+
"BpTextTextErrorOnColor": "#821e30",
|
|
1303
1316
|
"BpTextTextErrorOnLight": "#d5324e",
|
|
1317
|
+
"BpTextTextInfoOnColor": "#00316b",
|
|
1304
1318
|
"BpTextTextOnDark": "#ffffff",
|
|
1305
1319
|
"BpTextTextOnLight": "#222222",
|
|
1306
1320
|
"BpTextTextOnLightDisabled": "#bcbcbc",
|
|
1307
1321
|
"BpTextTextOnLightSecondary": "#6f6f6f",
|
|
1308
1322
|
"BpTextTextOnLightSecondaryHover": "#4e4e4e",
|
|
1309
1323
|
"BpTextTextOnLightTertiary": "#909090",
|
|
1324
|
+
"BpTextTextSuccessOnColor": "#0f4e34",
|
|
1325
|
+
"BpTextTextWarningOnColor": "#62480b",
|
|
1310
1326
|
"BpBoxBlue10": "#e5effa",
|
|
1311
1327
|
"BpBoxBlue20": "#ccdff7",
|
|
1312
1328
|
"BpBoxBlue30": "#b2cff2",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.92.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build-local-all": "yarn nx clone-repo && yarn build-local && nx run blueprint-web-assets:format-lint",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
}
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
|
-
"@box/storybook-utils": "^0.15.
|
|
142
|
+
"@box/storybook-utils": "^0.15.7",
|
|
143
143
|
"@types/react": "^18.0.0",
|
|
144
144
|
"@types/react-dom": "^18.0.0",
|
|
145
145
|
"chalk": "4.1.2",
|