@box/blueprint-web-assets 4.121.8 → 4.123.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/FolderTree.d.ts +3 -0
- package/dist/icons/Medium/FolderTree.js +5 -0
- package/dist/icons/Medium/index.d.ts +1 -0
- package/dist/icons/Medium/index.js +1 -0
- 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
package/dist/tokens/tokens.js
CHANGED
|
@@ -839,7 +839,13 @@ export const NotificationDefaultParagraphIndent = '0rem';
|
|
|
839
839
|
|
|
840
840
|
// Auto-appended/updated from tokens.js by append-figma-vars-to-js.js
|
|
841
841
|
export const bpBackgroundBackground = '#ffffff';
|
|
842
|
+
export const bpBackgroundBackgroundLightBlue = '#e5effa';
|
|
843
|
+
export const bpBackgroundBackgroundLightDarkBlue = '#e5ebf2';
|
|
844
|
+
export const bpBackgroundBackgroundLightGreen = '#e9f8f2';
|
|
845
|
+
export const bpBackgroundBackgroundLightGrimace = '#ece9f8';
|
|
846
|
+
export const bpBorderAccordionBorder = '#e8e8e8';
|
|
842
847
|
export const bpBorderAccordionBorderHover = '#e8e8e8';
|
|
848
|
+
export const bpBorderAccordionBorderOutlined = '#0061d5';
|
|
843
849
|
export const bpBorderAvatarBorderHover = 'rgba(0, 0, 0, 0.04)';
|
|
844
850
|
export const bpBorderAvatarBorderPressed = 'rgba(0, 0, 0, 0.08)';
|
|
845
851
|
export const bpBorderBadgeBorder = '#ffffff';
|
|
@@ -977,10 +983,14 @@ export const bpIconNavIconOnLight = '#222222';
|
|
|
977
983
|
export const bpIconNavIconOnLightFocus = '#222222';
|
|
978
984
|
export const bpIconNavIconOnLightHover = '#222222';
|
|
979
985
|
export const bpIconNavIconOnLightSelected = '#222222';
|
|
986
|
+
export const bpIconIconAnnotation = '#0057c0';
|
|
980
987
|
export const bpIconIconBlue = '#0061d5';
|
|
988
|
+
export const bpIconIconDarkBlue = '#003677';
|
|
981
989
|
export const bpIconIconDestructiveOnLight = '#d5324e';
|
|
982
990
|
export const bpIconIconErrorOnColor = '#821e30';
|
|
983
991
|
export const bpIconIconErrorOnLight = '#d5324e';
|
|
992
|
+
export const bpIconIconGreen = '#1e9b67';
|
|
993
|
+
export const bpIconIconGrimace = '#4122af';
|
|
984
994
|
export const bpIconIconIllustrator = '#ff9400';
|
|
985
995
|
export const bpIconIconIndesign = '#ff57a1';
|
|
986
996
|
export const bpIconIconInfoOnColor = '#00316b';
|
|
@@ -991,15 +1001,17 @@ export const bpIconIconOnLightTertiary = 'rgba(0, 0, 0, 0.5)';
|
|
|
991
1001
|
export const bpIconIconPhotoshop = '#26c9ff';
|
|
992
1002
|
export const bpIconIconRequiredOnLight = '#d5324e';
|
|
993
1003
|
export const bpIconIconSuccessOnColor = '#0f4e34';
|
|
1004
|
+
export const bpIconIconVariable = '#8f39d5';
|
|
994
1005
|
export const bpIconIconWarningOnColor = '#62480b';
|
|
995
1006
|
export const bpOutlineFocusOnDark = '#ffffff';
|
|
996
1007
|
export const bpOutlineFocusOnLight = '#2486fc';
|
|
997
1008
|
export const bpOverlayModalOverlay = 'rgba(0, 0, 0, 0.5)';
|
|
998
1009
|
export const bpOverlaySidePanelOverlay = 'rgba(0, 0, 0, 0.5)';
|
|
999
|
-
export const bpSurfaceAccordionSurfaceCollapsed = '
|
|
1010
|
+
export const bpSurfaceAccordionSurfaceCollapsed = '#ffffff';
|
|
1000
1011
|
export const bpSurfaceAccordionSurfaceCollapsedHover = 'rgba(0, 0, 0, 0.08)';
|
|
1001
1012
|
export const bpSurfaceAccordionSurfaceExpanded = '#ffffff';
|
|
1002
1013
|
export const bpSurfaceAccordionSurfaceExpandedHover = '#ffffff';
|
|
1014
|
+
export const bpSurfaceAccordionSurfaceExpandedOutlined = '#fafcfe';
|
|
1003
1015
|
export const bpSurfaceBadgeSurfaceAdmin = '#003c84';
|
|
1004
1016
|
export const bpSurfaceBadgeSurfaceAlert = '#d97417';
|
|
1005
1017
|
export const bpSurfaceBadgeSurfaceAnnotation = '#f5b31b';
|
|
@@ -1012,6 +1024,7 @@ export const bpSurfaceBadgeSurfaceCoadmin = '#9f3fed';
|
|
|
1012
1024
|
export const bpSurfaceBadgeSurfaceCode = '#ed3757';
|
|
1013
1025
|
export const bpSurfaceBadgeSurfaceCollection = '#e8e8e8';
|
|
1014
1026
|
export const bpSurfaceBadgeSurfaceCompleted = '#1e9b67';
|
|
1027
|
+
export const bpSurfaceBadgeSurfaceContentOffline = '#20a56e';
|
|
1015
1028
|
export const bpSurfaceBadgeSurfaceDefault = '#6f6f6f';
|
|
1016
1029
|
export const bpSurfaceBadgeSurfaceDocs = '#4083f7';
|
|
1017
1030
|
export const bpSurfaceBadgeSurfaceDrawing = '#009aed';
|
|
@@ -1035,6 +1048,7 @@ export const bpSurfaceBadgeSurfaceOffline = '#26c281';
|
|
|
1035
1048
|
export const bpSurfaceBadgeSurfaceOnline = '#1e9b67';
|
|
1036
1049
|
export const bpSurfaceBadgeSurfacePages = '#ff9500';
|
|
1037
1050
|
export const bpSurfaceBadgeSurfacePdf = '#d0021b';
|
|
1051
|
+
export const bpSurfaceBadgeSurfacePending = '#d97417';
|
|
1038
1052
|
export const bpSurfaceBadgeSurfacePhotoshop = '#131415';
|
|
1039
1053
|
export const bpSurfaceBadgeSurfacePin = '#e8e8e8';
|
|
1040
1054
|
export const bpSurfaceBadgeSurfacePowerpoint = '#c43e1c';
|
|
@@ -1179,8 +1193,11 @@ export const bpSurfaceInputSurfaceFocus = '#ffffff';
|
|
|
1179
1193
|
export const bpSurfaceInputSurfaceHover = '#ffffff';
|
|
1180
1194
|
export const bpSurfaceInputSurfaceReadOnly = '#fbfbfb';
|
|
1181
1195
|
export const bpSurfaceInputChipSurface = '#e8e8e8';
|
|
1196
|
+
export const bpSurfaceInputChipSurfaceAnnotation = 'rgba(0, 97, 213, 0.08)';
|
|
1197
|
+
export const bpSurfaceInputChipSurfaceDisabled = 'rgba(0, 0, 0, 0.04)';
|
|
1182
1198
|
export const bpSurfaceInputChipSurfaceError = '#fdebee';
|
|
1183
1199
|
export const bpSurfaceInputChipSurfaceHover = '#e8e8e8';
|
|
1200
|
+
export const bpSurfaceInputChipSurfaceVariable = 'rgba(159, 63, 237, 0.08)';
|
|
1184
1201
|
export const bpSurfaceItemSmallSurface = '#ffffff';
|
|
1185
1202
|
export const bpSurfaceItemSmallSurfaceHover = '#f4f4f4';
|
|
1186
1203
|
export const bpSurfaceItemSmallSurfaceSelected = '#f2f7fd';
|
|
@@ -1320,9 +1337,12 @@ export const bpTextCtaLinkDisabled = '#b2cff2';
|
|
|
1320
1337
|
export const bpTextCtaLinkHover = '#1d6bca';
|
|
1321
1338
|
export const bpTextCtaLinkPressed = '#2486fc';
|
|
1322
1339
|
export const bpTextCtaLinkSecondary = '#6f6f6f';
|
|
1323
|
-
export const bpTextCtaLinkSecondaryHover = '#
|
|
1324
|
-
export const bpTextCtaLinkSecondaryPressed = '#
|
|
1340
|
+
export const bpTextCtaLinkSecondaryHover = '#4e4e4e';
|
|
1341
|
+
export const bpTextCtaLinkSecondaryPressed = '#222222';
|
|
1325
1342
|
export const bpTextCtaPromo = '#4826c2';
|
|
1343
|
+
export const bpTextCtaSecondary = '#6f6f6f';
|
|
1344
|
+
export const bpTextCtaSecondaryHover = '#4e4e4e';
|
|
1345
|
+
export const bpTextCtaSecondaryPressed = '#4e4e4e';
|
|
1326
1346
|
export const bpTextNavTextOnDark = '#ffffff';
|
|
1327
1347
|
export const bpTextNavTextOnDarkFocus = '#ffffff';
|
|
1328
1348
|
export const bpTextNavTextOnDarkHover = '#ffffff';
|
|
@@ -1332,6 +1352,7 @@ export const bpTextNavTextOnLightFocus = '#ffffff';
|
|
|
1332
1352
|
export const bpTextNavTextOnLightHover = '#ffffff';
|
|
1333
1353
|
export const bpTextNavTextOnLightSelected = '#ffffff';
|
|
1334
1354
|
export const bpTextToggleTextText = '#004eaa';
|
|
1355
|
+
export const bpTextTextAnnotationOnColor = '#0057c0';
|
|
1335
1356
|
export const bpTextTextBrandOnColor = '#ffffff';
|
|
1336
1357
|
export const bpTextTextDestructiveOnLight = '#d5324e';
|
|
1337
1358
|
export const bpTextTextErrorOnColor = '#821e30';
|
|
@@ -1344,6 +1365,7 @@ export const bpTextTextOnLightSecondary = '#6f6f6f';
|
|
|
1344
1365
|
export const bpTextTextOnLightSecondaryHover = '#4e4e4e';
|
|
1345
1366
|
export const bpTextTextOnLightTertiary = '#909090';
|
|
1346
1367
|
export const bpTextTextSuccessOnColor = '#0f4e34';
|
|
1368
|
+
export const bpTextTextVariableOnColor = '#8f39d5';
|
|
1347
1369
|
export const bpTextTextWarningOnColor = '#62480b';
|
|
1348
1370
|
export const bpBoxBlue10 = '#e5effa';
|
|
1349
1371
|
export const bpBoxBlue20 = '#ccdff7';
|
|
@@ -1830,6 +1852,19 @@ export const bpOrangeOpacity90 = 'rgba(245, 179, 27, 0.9)';
|
|
|
1830
1852
|
export const bpOrangeOpacity00 = 'rgba(245, 179, 27, 0)';
|
|
1831
1853
|
export const bpOrangeOpacity04 = 'rgba(245, 179, 27, 0.04)';
|
|
1832
1854
|
export const bpOrangeOpacity08 = 'rgba(245, 179, 27, 0.08)';
|
|
1855
|
+
export const bpPurpleRainOpacity12 = 'rgba(159, 63, 237, 0.12)';
|
|
1856
|
+
export const bpPurpleRainOpacity16 = 'rgba(159, 63, 237, 0.16)';
|
|
1857
|
+
export const bpPurpleRainOpacity20 = 'rgba(159, 63, 237, 0.2)';
|
|
1858
|
+
export const bpPurpleRainOpacity24 = 'rgba(159, 63, 237, 0.24)';
|
|
1859
|
+
export const bpPurpleRainOpacity30 = 'rgba(159, 63, 237, 0.3)';
|
|
1860
|
+
export const bpPurpleRainOpacity50 = 'rgba(159, 63, 237, 0.5)';
|
|
1861
|
+
export const bpPurpleRainOpacity60 = 'rgba(159, 63, 237, 0.6)';
|
|
1862
|
+
export const bpPurpleRainOpacity70 = 'rgba(159, 63, 237, 0.7)';
|
|
1863
|
+
export const bpPurpleRainOpacity80 = 'rgba(159, 63, 237, 0.8)';
|
|
1864
|
+
export const bpPurpleRainOpacity90 = 'rgba(159, 63, 237, 0.9)';
|
|
1865
|
+
export const bpPurpleRainOpacity00 = 'rgba(159, 63, 237, 0)';
|
|
1866
|
+
export const bpPurpleRainOpacity04 = 'rgba(159, 63, 237, 0.04)';
|
|
1867
|
+
export const bpPurpleRainOpacity08 = 'rgba(159, 63, 237, 0.08)';
|
|
1833
1868
|
export const bpWatermelonRedOpacity12 = 'rgba(237, 55, 87, 0.12)';
|
|
1834
1869
|
export const bpWatermelonRedOpacity16 = 'rgba(237, 55, 87, 0.16)';
|
|
1835
1870
|
export const bpWatermelonRedOpacity20 = 'rgba(237, 55, 87, 0.2)';
|
|
@@ -1897,6 +1932,6 @@ export const bpDurationMedium = '150ms';
|
|
|
1897
1932
|
export const bpDurationShort = '100ms';
|
|
1898
1933
|
export const bpOpacityHidden = '0';
|
|
1899
1934
|
export const bpOpacityVisible = '1';
|
|
1900
|
-
export const bpScaleDefault = '
|
|
1901
|
-
export const bpScaleLarge = '
|
|
1902
|
-
export const bpScaleSmall = '
|
|
1935
|
+
export const bpScaleDefault = '1.00';
|
|
1936
|
+
export const bpScaleLarge = '1.12';
|
|
1937
|
+
export const bpScaleSmall = '0.98';
|
package/dist/tokens/tokens.json
CHANGED
|
@@ -820,7 +820,13 @@
|
|
|
820
820
|
"NotificationDefaultParagraphSpacing": "0rem",
|
|
821
821
|
"NotificationDefaultParagraphIndent": "0rem",
|
|
822
822
|
"BpBackgroundBackground": "#ffffff",
|
|
823
|
+
"BpBackgroundBackgroundLightBlue": "#e5effa",
|
|
824
|
+
"BpBackgroundBackgroundLightDarkBlue": "#e5ebf2",
|
|
825
|
+
"BpBackgroundBackgroundLightGreen": "#e9f8f2",
|
|
826
|
+
"BpBackgroundBackgroundLightGrimace": "#ece9f8",
|
|
827
|
+
"BpBorderAccordionBorder": "#e8e8e8",
|
|
823
828
|
"BpBorderAccordionBorderHover": "#e8e8e8",
|
|
829
|
+
"BpBorderAccordionBorderOutlined": "#0061d5",
|
|
824
830
|
"BpBorderAvatarBorderHover": "rgba(0, 0, 0, 0.04)",
|
|
825
831
|
"BpBorderAvatarBorderPressed": "rgba(0, 0, 0, 0.08)",
|
|
826
832
|
"BpBorderBadgeBorder": "#ffffff",
|
|
@@ -958,10 +964,14 @@
|
|
|
958
964
|
"BpIconNavIconOnLightFocus": "#222222",
|
|
959
965
|
"BpIconNavIconOnLightHover": "#222222",
|
|
960
966
|
"BpIconNavIconOnLightSelected": "#222222",
|
|
967
|
+
"BpIconIconAnnotation": "#0057c0",
|
|
961
968
|
"BpIconIconBlue": "#0061d5",
|
|
969
|
+
"BpIconIconDarkBlue": "#003677",
|
|
962
970
|
"BpIconIconDestructiveOnLight": "#d5324e",
|
|
963
971
|
"BpIconIconErrorOnColor": "#821e30",
|
|
964
972
|
"BpIconIconErrorOnLight": "#d5324e",
|
|
973
|
+
"BpIconIconGreen": "#1e9b67",
|
|
974
|
+
"BpIconIconGrimace": "#4122af",
|
|
965
975
|
"BpIconIconIllustrator": "#ff9400",
|
|
966
976
|
"BpIconIconIndesign": "#ff57a1",
|
|
967
977
|
"BpIconIconInfoOnColor": "#00316b",
|
|
@@ -972,15 +982,17 @@
|
|
|
972
982
|
"BpIconIconPhotoshop": "#26c9ff",
|
|
973
983
|
"BpIconIconRequiredOnLight": "#d5324e",
|
|
974
984
|
"BpIconIconSuccessOnColor": "#0f4e34",
|
|
985
|
+
"BpIconIconVariable": "#8f39d5",
|
|
975
986
|
"BpIconIconWarningOnColor": "#62480b",
|
|
976
987
|
"BpOutlineFocusOnDark": "#ffffff",
|
|
977
988
|
"BpOutlineFocusOnLight": "#2486fc",
|
|
978
989
|
"BpOverlayModalOverlay": "rgba(0, 0, 0, 0.5)",
|
|
979
990
|
"BpOverlaySidePanelOverlay": "rgba(0, 0, 0, 0.5)",
|
|
980
|
-
"BpSurfaceAccordionSurfaceCollapsed": "
|
|
991
|
+
"BpSurfaceAccordionSurfaceCollapsed": "#ffffff",
|
|
981
992
|
"BpSurfaceAccordionSurfaceCollapsedHover": "rgba(0, 0, 0, 0.08)",
|
|
982
993
|
"BpSurfaceAccordionSurfaceExpanded": "#ffffff",
|
|
983
994
|
"BpSurfaceAccordionSurfaceExpandedHover": "#ffffff",
|
|
995
|
+
"BpSurfaceAccordionSurfaceExpandedOutlined": "#fafcfe",
|
|
984
996
|
"BpSurfaceBadgeSurfaceAdmin": "#003c84",
|
|
985
997
|
"BpSurfaceBadgeSurfaceAlert": "#d97417",
|
|
986
998
|
"BpSurfaceBadgeSurfaceAnnotation": "#f5b31b",
|
|
@@ -993,6 +1005,7 @@
|
|
|
993
1005
|
"BpSurfaceBadgeSurfaceCode": "#ed3757",
|
|
994
1006
|
"BpSurfaceBadgeSurfaceCollection": "#e8e8e8",
|
|
995
1007
|
"BpSurfaceBadgeSurfaceCompleted": "#1e9b67",
|
|
1008
|
+
"BpSurfaceBadgeSurfaceContentOffline": "#20a56e",
|
|
996
1009
|
"BpSurfaceBadgeSurfaceDefault": "#6f6f6f",
|
|
997
1010
|
"BpSurfaceBadgeSurfaceDocs": "#4083f7",
|
|
998
1011
|
"BpSurfaceBadgeSurfaceDrawing": "#009aed",
|
|
@@ -1016,6 +1029,7 @@
|
|
|
1016
1029
|
"BpSurfaceBadgeSurfaceOnline": "#1e9b67",
|
|
1017
1030
|
"BpSurfaceBadgeSurfacePages": "#ff9500",
|
|
1018
1031
|
"BpSurfaceBadgeSurfacePdf": "#d0021b",
|
|
1032
|
+
"BpSurfaceBadgeSurfacePending": "#d97417",
|
|
1019
1033
|
"BpSurfaceBadgeSurfacePhotoshop": "#131415",
|
|
1020
1034
|
"BpSurfaceBadgeSurfacePin": "#e8e8e8",
|
|
1021
1035
|
"BpSurfaceBadgeSurfacePowerpoint": "#c43e1c",
|
|
@@ -1103,6 +1117,8 @@
|
|
|
1103
1117
|
"BpSurfaceDatePickerSurfaceError": "#ffffff",
|
|
1104
1118
|
"BpSurfaceDatePickerSurfaceFocus": "#ffffff",
|
|
1105
1119
|
"BpSurfaceDatePickerSurfaceHover": "#ffffff",
|
|
1120
|
+
"BpSurfaceDropdownQuaternarySurfaceHover": "rgba(255, 255, 255, 0.04)",
|
|
1121
|
+
"BpSurfaceDropdownQuaternarySurfacePressed": "rgba(255, 255, 255, 0.08)",
|
|
1106
1122
|
"BpSurfaceDropdownSecondarySurface": "rgba(255, 255, 255, 0.7)",
|
|
1107
1123
|
"BpSurfaceDropdownSecondarySurfaceHover": "rgba(0, 0, 0, 0.04)",
|
|
1108
1124
|
"BpSurfaceDropdownSecondarySurfacePressed": "rgba(0, 0, 0, 0.08)",
|
|
@@ -1162,8 +1178,15 @@
|
|
|
1162
1178
|
"BpSurfaceInputSurfaceHover": "#ffffff",
|
|
1163
1179
|
"BpSurfaceInputSurfaceReadOnly": "#fbfbfb",
|
|
1164
1180
|
"BpSurfaceInputChipSurface": "#e8e8e8",
|
|
1181
|
+
"BpSurfaceInputChipSurfaceAnnotation": "rgba(0, 97, 213, 0.08)",
|
|
1182
|
+
"BpSurfaceInputChipSurfaceAnnotationHover": "rgba(0, 97, 213, 0.12)",
|
|
1183
|
+
"BpSurfaceInputChipSurfaceAnnotationPressed": "rgba(0, 97, 213, 0.16)",
|
|
1184
|
+
"BpSurfaceInputChipSurfaceDisabled": "rgba(0, 0, 0, 0.04)",
|
|
1165
1185
|
"BpSurfaceInputChipSurfaceError": "#fdebee",
|
|
1166
1186
|
"BpSurfaceInputChipSurfaceHover": "#e8e8e8",
|
|
1187
|
+
"BpSurfaceInputChipSurfaceVariable": "rgba(159, 63, 237, 0.08)",
|
|
1188
|
+
"BpSurfaceInputChipSurfaceVariableHover": "rgba(159, 63, 237, 0.12)",
|
|
1189
|
+
"BpSurfaceInputChipSurfaceVariablePressed": "rgba(159, 63, 237, 0.16)",
|
|
1167
1190
|
"BpSurfaceItemSmallSurface": "#ffffff",
|
|
1168
1191
|
"BpSurfaceItemSmallSurfaceHover": "#f4f4f4",
|
|
1169
1192
|
"BpSurfaceItemSmallSurfaceSelected": "#f2f7fd",
|
|
@@ -1308,9 +1331,12 @@
|
|
|
1308
1331
|
"BpTextCtaLinkHover": "#1d6bca",
|
|
1309
1332
|
"BpTextCtaLinkPressed": "#2486fc",
|
|
1310
1333
|
"BpTextCtaLinkSecondary": "#6f6f6f",
|
|
1311
|
-
"BpTextCtaLinkSecondaryHover": "#
|
|
1312
|
-
"BpTextCtaLinkSecondaryPressed": "#
|
|
1334
|
+
"BpTextCtaLinkSecondaryHover": "#4e4e4e",
|
|
1335
|
+
"BpTextCtaLinkSecondaryPressed": "#222222",
|
|
1313
1336
|
"BpTextCtaPromo": "#4826c2",
|
|
1337
|
+
"BpTextCtaSecondary": "#6f6f6f",
|
|
1338
|
+
"BpTextCtaSecondaryHover": "#4e4e4e",
|
|
1339
|
+
"BpTextCtaSecondaryPressed": "#4e4e4e",
|
|
1314
1340
|
"BpTextNavTextOnDark": "#ffffff",
|
|
1315
1341
|
"BpTextNavTextOnDarkFocus": "#ffffff",
|
|
1316
1342
|
"BpTextNavTextOnDarkHover": "#ffffff",
|
|
@@ -1320,6 +1346,7 @@
|
|
|
1320
1346
|
"BpTextNavTextOnLightHover": "#ffffff",
|
|
1321
1347
|
"BpTextNavTextOnLightSelected": "#ffffff",
|
|
1322
1348
|
"BpTextToggleTextText": "#004eaa",
|
|
1349
|
+
"BpTextTextAnnotationOnColor": "#0057c0",
|
|
1323
1350
|
"BpTextTextBrandOnColor": "#ffffff",
|
|
1324
1351
|
"BpTextTextDestructiveOnLight": "#d5324e",
|
|
1325
1352
|
"BpTextTextErrorOnColor": "#821e30",
|
|
@@ -1332,6 +1359,7 @@
|
|
|
1332
1359
|
"BpTextTextOnLightSecondaryHover": "#4e4e4e",
|
|
1333
1360
|
"BpTextTextOnLightTertiary": "#909090",
|
|
1334
1361
|
"BpTextTextSuccessOnColor": "#0f4e34",
|
|
1362
|
+
"BpTextTextVariableOnColor": "#8f39d5",
|
|
1335
1363
|
"BpTextTextWarningOnColor": "#62480b",
|
|
1336
1364
|
"BpBoxBlue10": "#e5effa",
|
|
1337
1365
|
"BpBoxBlue20": "#ccdff7",
|
|
@@ -1818,6 +1846,19 @@
|
|
|
1818
1846
|
"BpOrangeOpacity00": "rgba(245, 179, 27, 0)",
|
|
1819
1847
|
"BpOrangeOpacity04": "rgba(245, 179, 27, 0.04)",
|
|
1820
1848
|
"BpOrangeOpacity08": "rgba(245, 179, 27, 0.08)",
|
|
1849
|
+
"BpPurpleRainOpacity12": "rgba(159, 63, 237, 0.12)",
|
|
1850
|
+
"BpPurpleRainOpacity16": "rgba(159, 63, 237, 0.16)",
|
|
1851
|
+
"BpPurpleRainOpacity20": "rgba(159, 63, 237, 0.2)",
|
|
1852
|
+
"BpPurpleRainOpacity24": "rgba(159, 63, 237, 0.24)",
|
|
1853
|
+
"BpPurpleRainOpacity30": "rgba(159, 63, 237, 0.3)",
|
|
1854
|
+
"BpPurpleRainOpacity50": "rgba(159, 63, 237, 0.5)",
|
|
1855
|
+
"BpPurpleRainOpacity60": "rgba(159, 63, 237, 0.6)",
|
|
1856
|
+
"BpPurpleRainOpacity70": "rgba(159, 63, 237, 0.7)",
|
|
1857
|
+
"BpPurpleRainOpacity80": "rgba(159, 63, 237, 0.8)",
|
|
1858
|
+
"BpPurpleRainOpacity90": "rgba(159, 63, 237, 0.9)",
|
|
1859
|
+
"BpPurpleRainOpacity00": "rgba(159, 63, 237, 0)",
|
|
1860
|
+
"BpPurpleRainOpacity04": "rgba(159, 63, 237, 0.04)",
|
|
1861
|
+
"BpPurpleRainOpacity08": "rgba(159, 63, 237, 0.08)",
|
|
1821
1862
|
"BpWatermelonRedOpacity12": "rgba(237, 55, 87, 0.12)",
|
|
1822
1863
|
"BpWatermelonRedOpacity16": "rgba(237, 55, 87, 0.16)",
|
|
1823
1864
|
"BpWatermelonRedOpacity20": "rgba(237, 55, 87, 0.2)",
|
|
@@ -1885,7 +1926,7 @@
|
|
|
1885
1926
|
"BpDurationShort": "100ms",
|
|
1886
1927
|
"BpOpacityHidden": "0",
|
|
1887
1928
|
"BpOpacityVisible": "1",
|
|
1888
|
-
"BpScaleDefault": "
|
|
1889
|
-
"BpScaleLarge": "
|
|
1890
|
-
"BpScaleSmall": "
|
|
1929
|
+
"BpScaleDefault": "1.00",
|
|
1930
|
+
"BpScaleLarge": "1.12",
|
|
1931
|
+
"BpScaleSmall": "0.98"
|
|
1891
1932
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.123.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build-storybook": "nx run blueprint-web-assets:build-storybook",
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
}
|
|
151
151
|
},
|
|
152
152
|
"devDependencies": {
|
|
153
|
-
"@box/storybook-utils": "^0.20.
|
|
153
|
+
"@box/storybook-utils": "^0.20.10",
|
|
154
154
|
"@figma/code-connect": "1.4.4",
|
|
155
155
|
"@types/react": "^18.0.0",
|
|
156
156
|
"@types/react-dom": "^18.0.0",
|