@box/blueprint-web-assets 4.61.8 → 4.62.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/tokens/px-tokens.d.ts +3 -0
- package/dist/tokens/px-tokens.js +3 -0
- package/dist/tokens/tokens-css-vars.scss +3 -0
- package/dist/tokens/tokens.d.ts +3 -0
- package/dist/tokens/tokens.js +3 -0
- package/dist/tokens/tokens.json +3 -0
- package/dist/tokens/tokens.scss +6 -0
- package/package.json +2 -2
|
@@ -219,6 +219,9 @@ export const SurfaceBadgeThreeDSurface: string;
|
|
|
219
219
|
export const SurfaceBadgeVectorSurface: string;
|
|
220
220
|
export const SurfaceBadgeWordSurface: string;
|
|
221
221
|
export const SurfaceBadgeZipSurface: string;
|
|
222
|
+
export const SurfaceBadgeInprogressSurface: string;
|
|
223
|
+
export const SurfaceBadgeForwardSurface: string;
|
|
224
|
+
export const SurfaceBadgeAlertSurface: string;
|
|
222
225
|
export const SurfaceChipButtonSurface: string;
|
|
223
226
|
export const SurfaceChipButtonSurfaceHover: string;
|
|
224
227
|
export const SurfacePageSurface: string;
|
package/dist/tokens/px-tokens.js
CHANGED
|
@@ -219,6 +219,9 @@ export const SurfaceBadgeThreeDSurface = '#d97417';
|
|
|
219
219
|
export const SurfaceBadgeVectorSurface = '#d97417';
|
|
220
220
|
export const SurfaceBadgeWordSurface = '#185abd';
|
|
221
221
|
export const SurfaceBadgeZipSurface = '#6f6f6f';
|
|
222
|
+
export const SurfaceBadgeInprogressSurface = '#2486fc';
|
|
223
|
+
export const SurfaceBadgeForwardSurface = '#d97417';
|
|
224
|
+
export const SurfaceBadgeAlertSurface = '#d97417';
|
|
222
225
|
export const SurfaceChipButtonSurface = 'rgba(0, 0, 0, 0.04)';
|
|
223
226
|
export const SurfaceChipButtonSurfaceHover = 'rgba(0, 0, 0, 0.08)';
|
|
224
227
|
export const SurfacePageSurface = '#ffffff';
|
|
@@ -31,6 +31,8 @@
|
|
|
31
31
|
--surface-badge-three-d-surface: #d97417;
|
|
32
32
|
--surface-badge-vector-surface: #d97417;
|
|
33
33
|
--surface-badge-word-surface: #185abd;
|
|
34
|
+
--surface-badge-forward-surface: #d97417;
|
|
35
|
+
--surface-badge-alert-surface: #d97417;
|
|
34
36
|
--border-cta-border-outline-disabled: #646464;
|
|
35
37
|
--border-divider-border-brand: rgba(232, 232, 232, 0.1);
|
|
36
38
|
--icon-icon-illustrator: #ff9400;
|
|
@@ -547,6 +549,7 @@
|
|
|
547
549
|
--surface-badge-default-surface: var(--gray-65);
|
|
548
550
|
--surface-badge-text-surface: var(--box-blue-100);
|
|
549
551
|
--surface-badge-zip-surface: var(--gray-65);
|
|
552
|
+
--surface-badge-inprogress-surface: var(--light-blue-100);
|
|
550
553
|
--surface-chip-button-surface: var(--black-opacity-04);
|
|
551
554
|
--surface-chip-button-surface-hover: var(--black-opacity-08);
|
|
552
555
|
--surface-page-surface: var(--gray-white);
|
package/dist/tokens/tokens.d.ts
CHANGED
|
@@ -215,6 +215,9 @@ export const SurfaceBadgeThreeDSurface: string;
|
|
|
215
215
|
export const SurfaceBadgeVectorSurface: string;
|
|
216
216
|
export const SurfaceBadgeWordSurface: string;
|
|
217
217
|
export const SurfaceBadgeZipSurface: string;
|
|
218
|
+
export const SurfaceBadgeInprogressSurface: string;
|
|
219
|
+
export const SurfaceBadgeForwardSurface: string;
|
|
220
|
+
export const SurfaceBadgeAlertSurface: string;
|
|
218
221
|
export const SurfaceChipButtonSurface: string;
|
|
219
222
|
export const SurfaceChipButtonSurfaceHover: string;
|
|
220
223
|
export const SurfacePageSurface: string;
|
package/dist/tokens/tokens.js
CHANGED
|
@@ -215,6 +215,9 @@ export const SurfaceBadgeThreeDSurface = '#d97417';
|
|
|
215
215
|
export const SurfaceBadgeVectorSurface = '#d97417';
|
|
216
216
|
export const SurfaceBadgeWordSurface = '#185abd';
|
|
217
217
|
export const SurfaceBadgeZipSurface = '#6f6f6f';
|
|
218
|
+
export const SurfaceBadgeInprogressSurface = '#2486fc';
|
|
219
|
+
export const SurfaceBadgeForwardSurface = '#d97417';
|
|
220
|
+
export const SurfaceBadgeAlertSurface = '#d97417';
|
|
218
221
|
export const SurfaceChipButtonSurface = 'rgba(0, 0, 0, 0.04)';
|
|
219
222
|
export const SurfaceChipButtonSurfaceHover = 'rgba(0, 0, 0, 0.08)';
|
|
220
223
|
export const SurfacePageSurface = '#ffffff';
|
package/dist/tokens/tokens.json
CHANGED
|
@@ -216,6 +216,9 @@
|
|
|
216
216
|
"SurfaceBadgeVectorSurface": "#d97417",
|
|
217
217
|
"SurfaceBadgeWordSurface": "#185abd",
|
|
218
218
|
"SurfaceBadgeZipSurface": "#6f6f6f",
|
|
219
|
+
"SurfaceBadgeInprogressSurface": "#2486fc",
|
|
220
|
+
"SurfaceBadgeForwardSurface": "#d97417",
|
|
221
|
+
"SurfaceBadgeAlertSurface": "#d97417",
|
|
219
222
|
"SurfaceChipButtonSurface": "rgba(0, 0, 0, 0.04)",
|
|
220
223
|
"SurfaceChipButtonSurfaceHover": "rgba(0, 0, 0, 0.08)",
|
|
221
224
|
"SurfacePageSurface": "#ffffff",
|
package/dist/tokens/tokens.scss
CHANGED
|
@@ -215,6 +215,9 @@ $surface-badge-three-d-surface: #d97417 !default;
|
|
|
215
215
|
$surface-badge-vector-surface: #d97417 !default;
|
|
216
216
|
$surface-badge-word-surface: #185abd !default;
|
|
217
217
|
$surface-badge-zip-surface: #6f6f6f !default;
|
|
218
|
+
$surface-badge-inprogress-surface: #2486fc !default;
|
|
219
|
+
$surface-badge-forward-surface: #d97417 !default;
|
|
220
|
+
$surface-badge-alert-surface: #d97417 !default;
|
|
218
221
|
$surface-chip-button-surface: rgba(0, 0, 0, 0.04) !default;
|
|
219
222
|
$surface-chip-button-surface-hover: rgba(0, 0, 0, 0.08) !default;
|
|
220
223
|
$surface-page-surface: #ffffff !default;
|
|
@@ -1020,6 +1023,9 @@ $tokens: (
|
|
|
1020
1023
|
'badge-vector-surface': $surface-badge-vector-surface,
|
|
1021
1024
|
'badge-word-surface': $surface-badge-word-surface,
|
|
1022
1025
|
'badge-zip-surface': $surface-badge-zip-surface,
|
|
1026
|
+
'badge-inprogress-surface': $surface-badge-inprogress-surface,
|
|
1027
|
+
'badge-forward-surface': $surface-badge-forward-surface,
|
|
1028
|
+
'badge-alert-surface': $surface-badge-alert-surface,
|
|
1023
1029
|
'chip-button-surface': $surface-chip-button-surface,
|
|
1024
1030
|
'chip-button-surface-hover': $surface-chip-button-surface-hover,
|
|
1025
1031
|
'page-surface': $surface-page-surface,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web-assets",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.62.2",
|
|
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",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
}
|
|
132
132
|
},
|
|
133
133
|
"devDependencies": {
|
|
134
|
-
"@box/storybook-utils": "^0.13.
|
|
134
|
+
"@box/storybook-utils": "^0.13.17",
|
|
135
135
|
"@types/react": "^18.0.0",
|
|
136
136
|
"@types/react-dom": "^18.0.0",
|
|
137
137
|
"chalk": "4.1.2",
|