@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
package/dist/tokens/tokens.js
CHANGED
|
@@ -875,6 +875,7 @@ export const bpBorderFilterChipBorderMultiOn = '#99c0ee';
|
|
|
875
875
|
export const bpBorderFilterChipBorderMultiOnHover = '#99c0ee';
|
|
876
876
|
export const bpBorderGridThumbnailBorder = '#e8e8e8';
|
|
877
877
|
export const bpBorderHeaderBorder = '#e8e8e8';
|
|
878
|
+
export const bpBorderInlineNoticeBorder = 'rgba(0, 0, 0, 0.08)';
|
|
878
879
|
export const bpBorderInlineTableBorder = '#e8e8e8';
|
|
879
880
|
export const bpBorderInputBorder = '#909090';
|
|
880
881
|
export const bpBorderInputBorderError = '#ed3757';
|
|
@@ -914,8 +915,8 @@ export const bpBorderResizeBorderHover = '#bcbcbc';
|
|
|
914
915
|
export const bpBorderSearchGlobalBorderHover = '#e8e8e8';
|
|
915
916
|
export const bpBorderSearchInputBorderFocus = '#2486fc';
|
|
916
917
|
export const bpBorderSearchInputBorderHover = '#6f6f6f';
|
|
917
|
-
export const bpBorderSearchBorder = '
|
|
918
|
-
export const bpBorderSearchBorderHover = '
|
|
918
|
+
export const bpBorderSearchBorder = 'rgba(0, 0, 0, 0.08)';
|
|
919
|
+
export const bpBorderSearchBorderHover = 'rgba(0, 0, 0, 0.12)';
|
|
919
920
|
export const bpBorderSelectBorder = '#bcbcbc';
|
|
920
921
|
export const bpBorderSelectBorderActive = '#2486fc';
|
|
921
922
|
export const bpBorderSelectBorderError = '#d5324e';
|
|
@@ -1059,6 +1060,9 @@ export const bpSurfaceComboboxSurface = '#ffffff';
|
|
|
1059
1060
|
export const bpSurfaceContentSwitcherSurface = '#e8e8e8';
|
|
1060
1061
|
export const bpSurfaceContentSwitcherSurfaceHover = '#f4f4f4';
|
|
1061
1062
|
export const bpSurfaceContentSwitcherSurfaceSelected = '#ffffff';
|
|
1063
|
+
export const bpSurfaceCtaDestructiveSurfacePrimary = '#d5324e';
|
|
1064
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryHover = '#ed3757';
|
|
1065
|
+
export const bpSurfaceCtaDestructiveSurfacePrimaryPressed = '#be2c46';
|
|
1062
1066
|
export const bpSurfaceCtaDestructiveSurfaceTertiary = 'rgba(237, 55, 87, 0)';
|
|
1063
1067
|
export const bpSurfaceCtaSurfaceIcon = 'rgba(0, 0, 0, 0)';
|
|
1064
1068
|
export const bpSurfaceCtaSurfaceIconHover = 'rgba(0, 0, 0, 0.04)';
|
|
@@ -1074,9 +1078,9 @@ export const bpSurfaceCtaSurfacePromoFocus = '#4826c2';
|
|
|
1074
1078
|
export const bpSurfaceCtaSurfacePromoFocusPressed = '#3a1e9b';
|
|
1075
1079
|
export const bpSurfaceCtaSurfacePromoHover = '#4826c2';
|
|
1076
1080
|
export const bpSurfaceCtaSurfacePromoPressed = '#3a1e9b';
|
|
1077
|
-
export const bpSurfaceCtaSurfaceSecondary = '
|
|
1078
|
-
export const bpSurfaceCtaSurfaceSecondaryHover = '
|
|
1079
|
-
export const bpSurfaceCtaSurfaceSecondaryPressed = '
|
|
1081
|
+
export const bpSurfaceCtaSurfaceSecondary = '#ffffff';
|
|
1082
|
+
export const bpSurfaceCtaSurfaceSecondaryHover = '#f4f4f4';
|
|
1083
|
+
export const bpSurfaceCtaSurfaceSecondaryPressed = '#e8e8e8';
|
|
1080
1084
|
export const bpSurfaceCtaSurfaceTertiary = 'rgba(0, 0, 0, 0)';
|
|
1081
1085
|
export const bpSurfaceCtaSurfaceTertiaryHover = 'rgba(0, 0, 0, 0.04)';
|
|
1082
1086
|
export const bpSurfaceCtaSurfaceTertiaryPressed = 'rgba(0, 0, 0, 0.08)';
|
|
@@ -1125,10 +1129,22 @@ export const bpSurfaceGhostSurfaceSecondary = 'rgba(0, 0, 0, 0.04)';
|
|
|
1125
1129
|
export const bpSurfaceIconButtonSurface = 'rgba(0, 0, 0, 0)';
|
|
1126
1130
|
export const bpSurfaceIconButtonSurfaceHover = 'rgba(0, 0, 0, 0.04)';
|
|
1127
1131
|
export const bpSurfaceIconButtonSurfacePressed = 'rgba(0, 0, 0, 0.08)';
|
|
1132
|
+
export const bpSurfaceIconTileSurfaceBoxblue = '#0061d5';
|
|
1133
|
+
export const bpSurfaceIconTileSurfaceDarkblue = '#003c84';
|
|
1134
|
+
export const bpSurfaceIconTileSurfaceGray = '#222222';
|
|
1135
|
+
export const bpSurfaceIconTileSurfaceGreenlight = '#22af74';
|
|
1136
|
+
export const bpSurfaceIconTileSurfaceGrimace = '#4826c2';
|
|
1137
|
+
export const bpSurfaceIconTileSurfaceLightblue = '#2486fc';
|
|
1138
|
+
export const bpSurfaceIconTileSurfaceOrange = '#d97417';
|
|
1139
|
+
export const bpSurfaceIconTileSurfacePurplerain = '#8f39d5';
|
|
1140
|
+
export const bpSurfaceIconTileSurfaceWatermelonred = '#d5324e';
|
|
1141
|
+
export const bpSurfaceIconTileSurfaceWhite = '#ffffff';
|
|
1142
|
+
export const bpSurfaceIconTileSurfaceYellorange = '#dca118';
|
|
1128
1143
|
export const bpSurfaceIllustrationSurfaceBox = '#0061d5';
|
|
1129
1144
|
export const bpSurfaceIllustrationSurfaceBoxNeutral = '#0061d5';
|
|
1130
1145
|
export const bpSurfaceInlineNoticeSurfaceError = '#fdebee';
|
|
1131
1146
|
export const bpSurfaceInlineNoticeSurfaceInfo = '#e9f2fe';
|
|
1147
|
+
export const bpSurfaceInlineNoticeSurfaceNote = '#ffffff';
|
|
1132
1148
|
export const bpSurfaceInlineNoticeSurfaceSuccess = '#e9f8f2';
|
|
1133
1149
|
export const bpSurfaceInlineNoticeSurfaceWarning = '#fffbe5';
|
|
1134
1150
|
export const bpSurfaceInlineTableSurface = '#ffffff';
|
|
@@ -1182,10 +1198,10 @@ export const bpSurfaceRadioTileSurface = '#ffffff';
|
|
|
1182
1198
|
export const bpSurfaceRadioTileSurfaceHover = '#f4f4f4';
|
|
1183
1199
|
export const bpSurfaceRadioTileSurfaceSelected = '#f2f7fd';
|
|
1184
1200
|
export const bpSurfaceScrollbarSurface = 'rgba(0, 0, 0, 0.5)';
|
|
1185
|
-
export const bpSurfaceSearchSurface = '#
|
|
1201
|
+
export const bpSurfaceSearchSurface = '#ffffff';
|
|
1186
1202
|
export const bpSurfaceSearchSurfaceActive = '#ffffff';
|
|
1187
1203
|
export const bpSurfaceSearchSurfaceComplete = '#f4f4f4';
|
|
1188
|
-
export const bpSurfaceSearchSurfaceHover = '#
|
|
1204
|
+
export const bpSurfaceSearchSurfaceHover = '#f4f4f4';
|
|
1189
1205
|
export const bpSurfaceSelectSurface = '#ffffff';
|
|
1190
1206
|
export const bpSurfaceSelectSurfaceReadOnly = '#fbfbfb';
|
|
1191
1207
|
export const bpSurfaceSidePanelSurface = '#fbfbfb';
|
package/dist/tokens/tokens.json
CHANGED
|
@@ -856,6 +856,7 @@
|
|
|
856
856
|
"BpBorderFilterChipBorderMultiOnHover": "#99c0ee",
|
|
857
857
|
"BpBorderGridThumbnailBorder": "#e8e8e8",
|
|
858
858
|
"BpBorderHeaderBorder": "#e8e8e8",
|
|
859
|
+
"BpBorderInlineNoticeBorder": "rgba(0, 0, 0, 0.08)",
|
|
859
860
|
"BpBorderInlineTableBorder": "#e8e8e8",
|
|
860
861
|
"BpBorderInputBorder": "#909090",
|
|
861
862
|
"BpBorderInputBorderError": "#ed3757",
|
|
@@ -895,8 +896,8 @@
|
|
|
895
896
|
"BpBorderSearchGlobalBorderHover": "#e8e8e8",
|
|
896
897
|
"BpBorderSearchInputBorderFocus": "#2486fc",
|
|
897
898
|
"BpBorderSearchInputBorderHover": "#6f6f6f",
|
|
898
|
-
"BpBorderSearchBorder": "
|
|
899
|
-
"BpBorderSearchBorderHover": "
|
|
899
|
+
"BpBorderSearchBorder": "rgba(0, 0, 0, 0.08)",
|
|
900
|
+
"BpBorderSearchBorderHover": "rgba(0, 0, 0, 0.12)",
|
|
900
901
|
"BpBorderSelectBorder": "#bcbcbc",
|
|
901
902
|
"BpBorderSelectBorderActive": "#2486fc",
|
|
902
903
|
"BpBorderSelectBorderError": "#d5324e",
|
|
@@ -1040,6 +1041,9 @@
|
|
|
1040
1041
|
"BpSurfaceContentSwitcherSurface": "#e8e8e8",
|
|
1041
1042
|
"BpSurfaceContentSwitcherSurfaceHover": "#f4f4f4",
|
|
1042
1043
|
"BpSurfaceContentSwitcherSurfaceSelected": "#ffffff",
|
|
1044
|
+
"BpSurfaceCtaDestructiveSurfacePrimary": "#d5324e",
|
|
1045
|
+
"BpSurfaceCtaDestructiveSurfacePrimaryHover": "#ed3757",
|
|
1046
|
+
"BpSurfaceCtaDestructiveSurfacePrimaryPressed": "#be2c46",
|
|
1043
1047
|
"BpSurfaceCtaDestructiveSurfaceTertiary": "rgba(237, 55, 87, 0)",
|
|
1044
1048
|
"BpSurfaceCtaDestructiveSurfaceTertiaryHover": "rgba(237, 55, 87, 0.04)",
|
|
1045
1049
|
"BpSurfaceCtaDestructiveSurfaceTertiaryPressed": "rgba(237, 55, 87, 0.12)",
|
|
@@ -1057,9 +1061,9 @@
|
|
|
1057
1061
|
"BpSurfaceCtaSurfacePromoFocusPressed": "#3a1e9b",
|
|
1058
1062
|
"BpSurfaceCtaSurfacePromoHover": "#4826c2",
|
|
1059
1063
|
"BpSurfaceCtaSurfacePromoPressed": "#3a1e9b",
|
|
1060
|
-
"BpSurfaceCtaSurfaceSecondary": "
|
|
1061
|
-
"BpSurfaceCtaSurfaceSecondaryHover": "
|
|
1062
|
-
"BpSurfaceCtaSurfaceSecondaryPressed": "
|
|
1064
|
+
"BpSurfaceCtaSurfaceSecondary": "#ffffff",
|
|
1065
|
+
"BpSurfaceCtaSurfaceSecondaryHover": "#f4f4f4",
|
|
1066
|
+
"BpSurfaceCtaSurfaceSecondaryPressed": "#e8e8e8",
|
|
1063
1067
|
"BpSurfaceCtaSurfaceTertiary": "rgba(0, 0, 0, 0)",
|
|
1064
1068
|
"BpSurfaceCtaSurfaceTertiaryHover": "rgba(0, 0, 0, 0.04)",
|
|
1065
1069
|
"BpSurfaceCtaSurfaceTertiaryPressed": "rgba(0, 0, 0, 0.08)",
|
|
@@ -1108,10 +1112,22 @@
|
|
|
1108
1112
|
"BpSurfaceIconButtonSurface": "rgba(0, 0, 0, 0)",
|
|
1109
1113
|
"BpSurfaceIconButtonSurfaceHover": "rgba(0, 0, 0, 0.04)",
|
|
1110
1114
|
"BpSurfaceIconButtonSurfacePressed": "rgba(0, 0, 0, 0.08)",
|
|
1115
|
+
"BpSurfaceIconTileSurfaceBoxblue": "#0061d5",
|
|
1116
|
+
"BpSurfaceIconTileSurfaceDarkblue": "#003c84",
|
|
1117
|
+
"BpSurfaceIconTileSurfaceGray": "#222222",
|
|
1118
|
+
"BpSurfaceIconTileSurfaceGreenlight": "#22af74",
|
|
1119
|
+
"BpSurfaceIconTileSurfaceGrimace": "#4826c2",
|
|
1120
|
+
"BpSurfaceIconTileSurfaceLightblue": "#2486fc",
|
|
1121
|
+
"BpSurfaceIconTileSurfaceOrange": "#d97417",
|
|
1122
|
+
"BpSurfaceIconTileSurfacePurplerain": "#8f39d5",
|
|
1123
|
+
"BpSurfaceIconTileSurfaceWatermelonred": "#d5324e",
|
|
1124
|
+
"BpSurfaceIconTileSurfaceWhite": "#ffffff",
|
|
1125
|
+
"BpSurfaceIconTileSurfaceYellorange": "#dca118",
|
|
1111
1126
|
"BpSurfaceIllustrationSurfaceBox": "#0061d5",
|
|
1112
1127
|
"BpSurfaceIllustrationSurfaceBoxNeutral": "#0061d5",
|
|
1113
1128
|
"BpSurfaceInlineNoticeSurfaceError": "#fdebee",
|
|
1114
1129
|
"BpSurfaceInlineNoticeSurfaceInfo": "#e9f2fe",
|
|
1130
|
+
"BpSurfaceInlineNoticeSurfaceNote": "#ffffff",
|
|
1115
1131
|
"BpSurfaceInlineNoticeSurfaceSuccess": "#e9f8f2",
|
|
1116
1132
|
"BpSurfaceInlineNoticeSurfaceWarning": "#fffbe5",
|
|
1117
1133
|
"BpSurfaceInlineTableSurface": "#ffffff",
|
|
@@ -1170,10 +1186,10 @@
|
|
|
1170
1186
|
"BpSurfaceRadioTileSurfaceHover": "#f4f4f4",
|
|
1171
1187
|
"BpSurfaceRadioTileSurfaceSelected": "#f2f7fd",
|
|
1172
1188
|
"BpSurfaceScrollbarSurface": "rgba(0, 0, 0, 0.5)",
|
|
1173
|
-
"BpSurfaceSearchSurface": "#
|
|
1189
|
+
"BpSurfaceSearchSurface": "#ffffff",
|
|
1174
1190
|
"BpSurfaceSearchSurfaceActive": "#ffffff",
|
|
1175
1191
|
"BpSurfaceSearchSurfaceComplete": "#f4f4f4",
|
|
1176
|
-
"BpSurfaceSearchSurfaceHover": "#
|
|
1192
|
+
"BpSurfaceSearchSurfaceHover": "#f4f4f4",
|
|
1177
1193
|
"BpSurfaceSelectSurface": "#ffffff",
|
|
1178
1194
|
"BpSurfaceSelectSurfaceReadOnly": "#fbfbfb",
|
|
1179
1195
|
"BpSurfaceSidePanelSurface": "#fbfbfb",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.88.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.14.
|
|
142
|
+
"@box/storybook-utils": "^0.14.28",
|
|
143
143
|
"@types/react": "^18.0.0",
|
|
144
144
|
"@types/react-dom": "^18.0.0",
|
|
145
145
|
"chalk": "4.1.2",
|