@box/blueprint-web 9.7.1 → 9.7.3
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/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--
|
|
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
|
|
package/lib-esm/select/select.js
CHANGED
|
@@ -121,7 +121,7 @@ const Content = /*#__PURE__*/forwardRef((props, forwardedRef) => {
|
|
|
121
121
|
})
|
|
122
122
|
});
|
|
123
123
|
});
|
|
124
|
-
|
|
124
|
+
Content.displayName = 'Select.Content';
|
|
125
125
|
const Option = /*#__PURE__*/forwardRef((props, forwardedRef) => {
|
|
126
126
|
const {
|
|
127
127
|
text,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '../index.css';
|
|
2
|
-
var styles = {"textInput":"bp_text_input_module_textInput--
|
|
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.
|
|
3
|
+
"version": "9.7.3",
|
|
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.
|
|
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.
|
|
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": "
|
|
66
|
+
"gitHead": "ce8788c77a7c7c083cb57af2d5b14abb566ce6e2",
|
|
67
67
|
"module": "lib-esm/index.js",
|
|
68
68
|
"main": "lib-esm/index.js",
|
|
69
69
|
"exports": {
|