sanity-plugin-media 2.4.2-canary.1 → 2.4.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.
- package/dist/index.js +16 -33
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -33
- package/dist/index.mjs.map +1 -1
- package/package.json +11 -13
- package/src/components/AssetGridVirtualized/index.tsx +1 -0
- package/src/components/ButtonAssetCopy/index.tsx +1 -1
- package/src/components/SearchFacetTags/index.tsx +1 -1
- package/src/components/TableRowAsset/index.tsx +1 -1
- package/src/styled/react-select/creatable.tsx +0 -6
- package/src/styled/react-select/single.tsx +0 -6
package/dist/index.js
CHANGED
|
@@ -2111,22 +2111,16 @@ const Container$1 = styledComponents.styled(ui.Box)(({ scheme, theme }) => style
|
|
|
2111
2111
|
margin: 0,
|
|
2112
2112
|
padding: 0
|
|
2113
2113
|
})
|
|
2114
|
-
}), ClearIndicator = (props) => (
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
{
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
}
|
|
2125
|
-
) })
|
|
2126
|
-
), Menu$1 = (props) => (
|
|
2127
|
-
// @ts-expect-error - fix typings later
|
|
2128
|
-
/* @__PURE__ */ jsxRuntime.jsx(Select.components.Menu, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Card, { radius: 1, shadow: 2, children: props.children }) })
|
|
2129
|
-
), MenuList$1 = (props) => {
|
|
2114
|
+
}), ClearIndicator = (props) => /* @__PURE__ */ jsxRuntime.jsx(Select.components.ClearIndicator, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2115
|
+
ui.Box,
|
|
2116
|
+
{
|
|
2117
|
+
paddingRight: 1,
|
|
2118
|
+
style: {
|
|
2119
|
+
transform: "scale(0.85)"
|
|
2120
|
+
},
|
|
2121
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { muted: !0, size: 0, children: /* @__PURE__ */ jsxRuntime.jsx(icons.CloseIcon, {}) })
|
|
2122
|
+
}
|
|
2123
|
+
) }), Menu$1 = (props) => /* @__PURE__ */ jsxRuntime.jsx(Select.components.Menu, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Card, { radius: 1, shadow: 2, children: props.children }) }), MenuList$1 = (props) => {
|
|
2130
2124
|
const { children } = props, MAX_ROWS = 5, OPTION_HEIGHT = 33;
|
|
2131
2125
|
if (Array.isArray(children)) {
|
|
2132
2126
|
const height = children.length > MAX_ROWS ? OPTION_HEIGHT * MAX_ROWS : children.length * OPTION_HEIGHT;
|
|
@@ -2144,10 +2138,7 @@ const Container$1 = styledComponents.styled(ui.Box)(({ scheme, theme }) => style
|
|
|
2144
2138
|
);
|
|
2145
2139
|
}
|
|
2146
2140
|
return /* @__PURE__ */ jsxRuntime.jsx(Select.components.MenuList, { ...props, children });
|
|
2147
|
-
}, NoOptionsMessage = (props) => /* @__PURE__ */ jsxRuntime.jsx(Select.components.NoOptionsMessage, { ...props, children: props.children }), Option$1 = (props) => /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { padding: 1, children: /* @__PURE__ */ jsxRuntime.jsx(Select.components.Option, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { paddingY: 1, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { size: 1, style: { color: "inherit" }, textOverflow: "ellipsis", children: props.children }) }) }) }), SingleValue = (props) => (
|
|
2148
|
-
// @ts-expect-error - fix typings later
|
|
2149
|
-
/* @__PURE__ */ jsxRuntime.jsx(Select.components.SingleValue, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { size: 1, textOverflow: "ellipsis", children: props.children }) })
|
|
2150
|
-
), reactSelectComponents$1 = {
|
|
2141
|
+
}, NoOptionsMessage = (props) => /* @__PURE__ */ jsxRuntime.jsx(Select.components.NoOptionsMessage, { ...props, children: props.children }), Option$1 = (props) => /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { padding: 1, children: /* @__PURE__ */ jsxRuntime.jsx(Select.components.Option, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { paddingY: 1, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { size: 1, style: { color: "inherit" }, textOverflow: "ellipsis", children: props.children }) }) }) }), SingleValue = (props) => /* @__PURE__ */ jsxRuntime.jsx(Select.components.SingleValue, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { size: 1, textOverflow: "ellipsis", children: props.children }) }), reactSelectComponents$1 = {
|
|
2151
2142
|
ClearIndicator,
|
|
2152
2143
|
DropdownIndicator: null,
|
|
2153
2144
|
IndicatorSeparator: null,
|
|
@@ -2558,7 +2549,7 @@ const imageDprUrl = (asset, options) => {
|
|
|
2558
2549
|
const val = formData[key];
|
|
2559
2550
|
return typeof val == "object" && val !== null && val.constructor !== Array ? acc[key] = sanitizeFormData(val) : val === "" || typeof val > "u" || val?.length === 0 ? acc[key] = null : typeof val == "string" && val ? acc[key] = formData[key].trim() : acc[key] = formData[key], acc;
|
|
2560
2551
|
}, {}), isFileAsset = (asset) => asset._type === "sanity.fileAsset", isImageAsset = (asset) => asset._type === "sanity.imageAsset", getAssetResolution = (asset) => `${asset.metadata.dimensions.width}x${asset.metadata.dimensions.height}px`, ButtonAssetCopy = ({ disabled, url }) => {
|
|
2561
|
-
const popoverProps = usePortalPopoverProps(), refPopoverTimeout = react.useRef(
|
|
2552
|
+
const popoverProps = usePortalPopoverProps(), refPopoverTimeout = react.useRef(), [popoverVisible, setPopoverVisible] = react.useState(!1), handleClick = () => {
|
|
2562
2553
|
refPopoverTimeout.current && clearTimeout(refPopoverTimeout.current), setPopoverVisible(!0), copy__default.default(url), refPopoverTimeout.current = setTimeout(() => {
|
|
2563
2554
|
setPopoverVisible(!1);
|
|
2564
2555
|
}, 1250);
|
|
@@ -2794,13 +2785,7 @@ const imageDprUrl = (asset, options) => {
|
|
|
2794
2785
|
margin: 0,
|
|
2795
2786
|
padding: 0
|
|
2796
2787
|
})
|
|
2797
|
-
}), DropdownIndicator = (props) => (
|
|
2798
|
-
// @ts-expect-error - fix typings later
|
|
2799
|
-
/* @__PURE__ */ jsxRuntime.jsx(Select.components.DropdownIndicator, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { paddingX: 2, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { size: 1, children: /* @__PURE__ */ jsxRuntime.jsx(icons.ChevronDownIcon, {}) }) }) })
|
|
2800
|
-
), Menu = (props) => (
|
|
2801
|
-
// @ts-expect-error - fix typings later
|
|
2802
|
-
/* @__PURE__ */ jsxRuntime.jsx(Select.components.Menu, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Card, { radius: 1, shadow: 2, children: props.children }) })
|
|
2803
|
-
), MenuList = (props) => {
|
|
2788
|
+
}), DropdownIndicator = (props) => /* @__PURE__ */ jsxRuntime.jsx(Select.components.DropdownIndicator, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { paddingX: 2, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { size: 1, children: /* @__PURE__ */ jsxRuntime.jsx(icons.ChevronDownIcon, {}) }) }) }), Menu = (props) => /* @__PURE__ */ jsxRuntime.jsx(Select.components.Menu, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Card, { radius: 1, shadow: 2, children: props.children }) }), MenuList = (props) => {
|
|
2804
2789
|
const { children } = props, MAX_ROWS = 5, OPTION_HEIGHT = 37;
|
|
2805
2790
|
if (Array.isArray(children)) {
|
|
2806
2791
|
const height = children.length > MAX_ROWS ? OPTION_HEIGHT * MAX_ROWS : children.length * OPTION_HEIGHT;
|
|
@@ -2818,10 +2803,7 @@ const imageDprUrl = (asset, options) => {
|
|
|
2818
2803
|
);
|
|
2819
2804
|
}
|
|
2820
2805
|
return /* @__PURE__ */ jsxRuntime.jsx(Select.components.MenuList, { ...props, children });
|
|
2821
|
-
}, MultiValueLabel = (props) => /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { padding: 2, paddingRight: 1, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { size: 1, weight: "medium", children: /* @__PURE__ */ jsxRuntime.jsx(Select.components.MultiValueLabel, { ...props }) }) }), MultiValueRemove = (props) => (
|
|
2822
|
-
// @ts-expect-error - fix typings later
|
|
2823
|
-
/* @__PURE__ */ jsxRuntime.jsx(Select.components.MultiValueRemove, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx(icons.CloseIcon, { color: "#1f2123" }) })
|
|
2824
|
-
), Option = (props) => /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { paddingX: 1, paddingY: 1, children: /* @__PURE__ */ jsxRuntime.jsx(Select.components.Option, { ...props, children: /* @__PURE__ */ jsxRuntime.jsxs(ui.Flex, { align: "center", children: [
|
|
2806
|
+
}, MultiValueLabel = (props) => /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { padding: 2, paddingRight: 1, children: /* @__PURE__ */ jsxRuntime.jsx(ui.Text, { size: 1, weight: "medium", children: /* @__PURE__ */ jsxRuntime.jsx(Select.components.MultiValueLabel, { ...props }) }) }), MultiValueRemove = (props) => /* @__PURE__ */ jsxRuntime.jsx(Select.components.MultiValueRemove, { ...props, children: /* @__PURE__ */ jsxRuntime.jsx(icons.CloseIcon, { color: "#1f2123" }) }), Option = (props) => /* @__PURE__ */ jsxRuntime.jsx(ui.Box, { paddingX: 1, paddingY: 1, children: /* @__PURE__ */ jsxRuntime.jsx(Select.components.Option, { ...props, children: /* @__PURE__ */ jsxRuntime.jsxs(ui.Flex, { align: "center", children: [
|
|
2825
2807
|
props.data.__isNew__ && /* @__PURE__ */ jsxRuntime.jsx(icons.AddIcon, { style: { marginRight: "3px" } }),
|
|
2826
2808
|
props.children
|
|
2827
2809
|
] }) }) }), reactSelectComponents = {
|
|
@@ -4349,6 +4331,7 @@ const CardWrapper = styledComponents.styled(ui.Flex)`
|
|
|
4349
4331
|
computeItemKey: (index) => items[index]?.id,
|
|
4350
4332
|
components: {
|
|
4351
4333
|
Item: ItemContainer,
|
|
4334
|
+
// @ts-expect-error - fix typings later
|
|
4352
4335
|
List: ListContainer
|
|
4353
4336
|
},
|
|
4354
4337
|
endReached: onLoadMore,
|
|
@@ -4496,7 +4479,7 @@ const CardWrapper = styledComponents.styled(ui.Flex)`
|
|
|
4496
4479
|
`), StyledWarningIcon = styledComponents.styled(icons.WarningFilledIcon)(({ theme }) => ({
|
|
4497
4480
|
color: theme.sanity.color.spot.red
|
|
4498
4481
|
})), TableRowAsset = (props) => {
|
|
4499
|
-
const { id, selected } = props, scheme = sanity.useColorSchemeValue(), shiftPressed = useKeyPress("shift"), [referenceCountVisible, setReferenceCountVisible] = react.useState(!1), refCountVisibleTimeout = react.useRef(
|
|
4482
|
+
const { id, selected } = props, scheme = sanity.useColorSchemeValue(), shiftPressed = useKeyPress("shift"), [referenceCountVisible, setReferenceCountVisible] = react.useState(!1), refCountVisibleTimeout = react.useRef(), dispatch = reactRedux.useDispatch(), lastPicked = useTypedSelector((state) => state.assets.lastPicked), item = useTypedSelector((state) => selectAssetById(state, id)), mediaIndex = ui.useMediaIndex(), asset = item?.asset, error = item?.error, isOpaque = item?.asset?.metadata?.isOpaque, picked = item?.picked, updating = item?.updating, { onSelect } = useAssetSourceActions(), handleContextActionClick = react.useCallback(
|
|
4500
4483
|
(e) => {
|
|
4501
4484
|
e.stopPropagation(), asset && (onSelect ? dispatch(dialogActions.showAssetEdit({ assetId: asset._id })) : shiftPressed.current && !picked ? dispatch(assetsActions.pickRange({ startId: lastPicked || asset._id, endId: asset._id })) : dispatch(assetsActions.pick({ assetId: asset._id, picked: !picked })));
|
|
4502
4485
|
},
|