@box/blueprint-web 9.7.0 → 9.7.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.
@@ -30,10 +30,10 @@ const useCustomBranding = brandColor => {
30
30
  --surface-nav-surface-brand-foreground: ${buieTheme.primary.foreground};
31
31
 
32
32
  /* Illustrations branding tokens */
33
- --surface-illustration-surface-box-neutral: ${isBrandingEnabled ? Gray65 : BoxBlue100}
33
+ --surface-illustration-surface-box-neutral: ${isBrandingEnabled ? Gray65 : BoxBlue100};
34
34
 
35
35
  /* Progress bar branding tokens */
36
- --surface-progress-bar-surface-brand-background: ${buieTheme.primary.progressBarBackground}
36
+ --surface-progress-bar-surface-brand-background: ${buieTheme.primary.progressBarBackground};
37
37
  }`, 0);
38
38
  return () => {
39
39
  document.head.removeChild(stylesheet);
package/lib-esm/index.css CHANGED
@@ -6035,7 +6035,7 @@ div[data-radix-popper-content-wrapper]:has([role=menu]):has([data-state=open]):h
6035
6035
  color:var(--text-cta-link-pressed);
6036
6036
  }
6037
6037
 
6038
- .bp_text_input_module_textInput--99e09 input:has(+ .bp_text_input_module_iconLoading--99e09){
6038
+ .bp_text_input_module_textInput--4325b.bp_text_input_module_textInput--4325b.bp_text_input_module_textInput--4325b input:has(+ .bp_text_input_module_iconLoading--4325b){
6039
6039
  padding-inline-end:1.875rem;
6040
6040
  }
6041
6041
 
@@ -1,4 +1,4 @@
1
1
  import '../index.css';
2
- var styles = {"textInput":"bp_text_input_module_textInput--99e09","iconLoading":"bp_text_input_module_iconLoading--99e09"};
2
+ var styles = {"textInput":"bp_text_input_module_textInput--4325b","iconLoading":"bp_text_input_module_iconLoading--4325b"};
3
3
 
4
4
  export { styles as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@box/blueprint-web",
3
- "version": "9.7.0",
3
+ "version": "9.7.2",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "publishConfig": {
@@ -24,7 +24,7 @@
24
24
  "dependencies": {
25
25
  "@ariakit/react": "0.4.14",
26
26
  "@ariakit/react-core": "0.4.14",
27
- "@box/blueprint-web-assets": "^4.31.0",
27
+ "@box/blueprint-web-assets": "^4.31.1",
28
28
  "@internationalized/date": "^3.5.4",
29
29
  "@radix-ui/react-accordion": "1.1.2",
30
30
  "@radix-ui/react-checkbox": "1.0.4",
@@ -55,7 +55,7 @@
55
55
  "type-fest": "^3.2.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@box/storybook-utils": "^0.8.0",
58
+ "@box/storybook-utils": "^0.8.1",
59
59
  "@types/react": "^18.0.0",
60
60
  "@types/react-dom": "^18.0.0",
61
61
  "react": "^18.3.0",
@@ -63,7 +63,7 @@
63
63
  "react-stately": "^3.31.1",
64
64
  "tsx": "^4.16.5"
65
65
  },
66
- "gitHead": "5667c7c5c9b671193053c70819cb8608fde4784b",
66
+ "gitHead": "dde602878a340420bb58265221994bdf9c2453eb",
67
67
  "module": "lib-esm/index.js",
68
68
  "main": "lib-esm/index.js",
69
69
  "exports": {