@box/box-item-type-selector 2.1.21 → 2.1.23
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_10aek_27",
|
|
9
|
+
parentItemTypeSelectorContainer: "_parentItemTypeSelectorContainer_10aek_31",
|
|
10
|
+
itemTypeSelector: "_itemTypeSelector_10aek_41",
|
|
11
|
+
selectorLabel: "_selectorLabel_10aek_47",
|
|
12
|
+
disabled: "_disabled_10aek_61",
|
|
13
|
+
childItemTypeSelectorContainer: "_childItemTypeSelectorContainer_10aek_64"
|
|
14
14
|
}, d = (e, t) => {
|
|
15
15
|
let n = [...t];
|
|
16
16
|
return e.forEach((e) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.
|
|
1
|
+
._boxItemTypeSelectorContainer_10aek_27{flex-direction:column;display:flex}._boxItemTypeSelectorContainer_10aek_27 ._parentItemTypeSelectorContainer_10aek_31{flex-direction:column;min-height:0;display:flex}@container (width>=374px){._boxItemTypeSelectorContainer_10aek_27 ._parentItemTypeSelectorContainer_10aek_31{max-height:255px}}._boxItemTypeSelectorContainer_10aek_27 ._itemTypeSelector_10aek_41{margin:var(--space-1) 0}._boxItemTypeSelectorContainer_10aek_27 ._itemTypeSelector_10aek_41 label{gap:var(--space-2)}._boxItemTypeSelectorContainer_10aek_27 ._selectorLabel_10aek_47{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_10aek_27 ._selectorLabel_10aek_47 svg{font-size:var(--size-5);margin-inline-end:var(--space-2)}._boxItemTypeSelectorContainer_10aek_27 ._selectorLabel_10aek_47._disabled_10aek_61{opacity:.6}._boxItemTypeSelectorContainer_10aek_27 ._childItemTypeSelectorContainer_10aek_64{flex-flow:column wrap;min-height:0;margin-inline-start:var(--space-7);display:flex}._boxItemTypeSelectorContainer_10aek_27 ul,._boxItemTypeSelectorContainer_10aek_27 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": "2.1.
|
|
3
|
+
"version": "2.1.23",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@box/blueprint-web": "^16.
|
|
6
|
-
"@box/blueprint-web-assets": "^5.4.
|
|
5
|
+
"@box/blueprint-web": "^16.8.0",
|
|
6
|
+
"@box/blueprint-web-assets": "^5.4.3",
|
|
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": "^16.
|
|
13
|
-
"@box/blueprint-web-assets": "^5.4.
|
|
14
|
-
"@box/storybook-utils": "^1.1.
|
|
12
|
+
"@box/blueprint-web": "^16.8.0",
|
|
13
|
+
"@box/blueprint-web-assets": "^5.4.3",
|
|
14
|
+
"@box/storybook-utils": "^1.1.22",
|
|
15
15
|
"react": "^18.3.0",
|
|
16
16
|
"react-dom": "^18.3.0",
|
|
17
17
|
"react-intl": "6.4.2"
|