@box/box-item-type-selector 1.43.11 → 1.43.12
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.
|
@@ -5,12 +5,12 @@ import { forwardRef as a, useCallback as o } from "react";
|
|
|
5
5
|
import { useIntl as s } from "react-intl";
|
|
6
6
|
import { jsx as c, jsxs as l } from "react/jsx-runtime";
|
|
7
7
|
import '../styles/box-item-type-selector.css';var u = {
|
|
8
|
-
boxItemTypeSelectorContainer: "
|
|
9
|
-
parentItemTypeSelectorContainer: "
|
|
10
|
-
itemTypeSelector: "
|
|
11
|
-
selectorLabel: "
|
|
12
|
-
disabled: "
|
|
13
|
-
childItemTypeSelectorContainer: "
|
|
8
|
+
boxItemTypeSelectorContainer: "_boxItemTypeSelectorContainer_rmsdw_5",
|
|
9
|
+
parentItemTypeSelectorContainer: "_parentItemTypeSelectorContainer_rmsdw_9",
|
|
10
|
+
itemTypeSelector: "_itemTypeSelector_rmsdw_19",
|
|
11
|
+
selectorLabel: "_selectorLabel_rmsdw_25",
|
|
12
|
+
disabled: "_disabled_rmsdw_39",
|
|
13
|
+
childItemTypeSelectorContainer: "_childItemTypeSelectorContainer_rmsdw_42"
|
|
14
14
|
}, d = (e, t) => {
|
|
15
15
|
let n = [...t];
|
|
16
16
|
return e.forEach((e) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._boxItemTypeSelectorContainer_rmsdw_5{flex-direction:column;display:flex}._boxItemTypeSelectorContainer_rmsdw_5 ._parentItemTypeSelectorContainer_rmsdw_9{flex-direction:column;min-height:0;display:flex}@container (width>=374px){._boxItemTypeSelectorContainer_rmsdw_5 ._parentItemTypeSelectorContainer_rmsdw_9{max-height:255px}}._boxItemTypeSelectorContainer_rmsdw_5 ._itemTypeSelector_rmsdw_19{margin:var(--space-1) 0}._boxItemTypeSelectorContainer_rmsdw_5 ._itemTypeSelector_rmsdw_19 label{gap:var(--space-2)}._boxItemTypeSelectorContainer_rmsdw_5 ._selectorLabel_rmsdw_25{font-weight:var(--body-default-font-weight);font-size:var(--body-default-font-size);font-family:var(--body-default-font-family);line-height:var(--body-default-line-height);letter-spacing:var(--body-default-letter-spacing);text-transform:var(--body-default-text-case);-webkit-text-decoration:var(--body-default-text-decoration);text-decoration:var(--body-default-text-decoration);display:flex}._boxItemTypeSelectorContainer_rmsdw_5 ._selectorLabel_rmsdw_25 svg{font-size:var(--size-5);margin-inline-end:var(--space-2)}._boxItemTypeSelectorContainer_rmsdw_5 ._selectorLabel_rmsdw_25._disabled_rmsdw_39{opacity:.6}._boxItemTypeSelectorContainer_rmsdw_5 ._childItemTypeSelectorContainer_rmsdw_42{flex-flow:column wrap;min-height:0;margin-inline-start:var(--space-7);display:flex}._boxItemTypeSelectorContainer_rmsdw_5 ul,._boxItemTypeSelectorContainer_rmsdw_5 li{margin:0;padding:0;display:contents}
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/box-item-type-selector",
|
|
3
|
-
"version": "1.43.
|
|
3
|
+
"version": "1.43.12",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@box/blueprint-web": "^15.9.
|
|
6
|
-
"@box/blueprint-web-assets": "^4.
|
|
5
|
+
"@box/blueprint-web": "^15.9.7",
|
|
6
|
+
"@box/blueprint-web-assets": "^4.131.0",
|
|
7
7
|
"react": "^17.0.0 || ^18.0.0",
|
|
8
8
|
"react-dom": "^17.0.0 || ^18.0.0",
|
|
9
9
|
"react-intl": "6.4.2"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@box/blueprint-web": "^15.9.
|
|
13
|
-
"@box/blueprint-web-assets": "^4.
|
|
14
|
-
"@box/storybook-utils": "^0.21.
|
|
12
|
+
"@box/blueprint-web": "^15.9.7",
|
|
13
|
+
"@box/blueprint-web-assets": "^4.131.0",
|
|
14
|
+
"@box/storybook-utils": "^0.21.12",
|
|
15
15
|
"react": "^18.3.0",
|
|
16
16
|
"react-dom": "^18.3.0",
|
|
17
17
|
"react-intl": "6.4.2"
|