@box/blueprint-web 9.6.1 → 9.7.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.
|
@@ -20,7 +20,7 @@ const useCustomBranding = brandColor => {
|
|
|
20
20
|
/* BUIE Theme has no token for disabled and busy button. Setting to default TODO: Confirm with designers */
|
|
21
21
|
--surface-surface-brand-disabled: ${buieTheme.primary.buttonBackground};
|
|
22
22
|
--surface-surface-brand-busy: ${buieTheme.primary.buttonBackground};
|
|
23
|
-
|
|
23
|
+
|
|
24
24
|
/* Nav branding tokens */
|
|
25
25
|
--surface-nav-surface-brand-selected-focus: ${buieTheme.primary.backgroundActive};
|
|
26
26
|
--surface-nav-surface-brand-selected: ${buieTheme.primary.backgroundActive};
|
|
@@ -28,9 +28,12 @@ const useCustomBranding = brandColor => {
|
|
|
28
28
|
--surface-nav-surface-brand-hover: ${buieTheme.primary.backgroundHover};
|
|
29
29
|
--surface-nav-surface-brand: ${buieTheme.primary.background};
|
|
30
30
|
--surface-nav-surface-brand-foreground: ${buieTheme.primary.foreground};
|
|
31
|
-
|
|
31
|
+
|
|
32
32
|
/* Illustrations branding tokens */
|
|
33
33
|
--surface-illustration-surface-box-neutral: ${isBrandingEnabled ? Gray65 : BoxBlue100}
|
|
34
|
+
|
|
35
|
+
/* Progress bar branding tokens */
|
|
36
|
+
--surface-progress-bar-surface-brand-background: ${buieTheme.primary.progressBarBackground}
|
|
34
37
|
}`, 0);
|
|
35
38
|
return () => {
|
|
36
39
|
document.head.removeChild(stylesheet);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.7.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"publishConfig": {
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"react-stately": "^3.31.1",
|
|
64
64
|
"tsx": "^4.16.5"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "5667c7c5c9b671193053c70819cb8608fde4784b",
|
|
67
67
|
"module": "lib-esm/index.js",
|
|
68
68
|
"main": "lib-esm/index.js",
|
|
69
69
|
"exports": {
|