@sanity/ui 2.0.10 → 2.0.11
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.d.mts +2777 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +129 -129
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6852 -0
- package/dist/index.mjs.map +1 -0
- package/dist/theme.d.mts +1506 -0
- package/dist/theme.mjs +3348 -0
- package/dist/theme.mjs.map +1 -0
- package/package.json +37 -38
- package/src/core/components/autocomplete/autocomplete.styles.tsx +1 -1
- package/src/core/components/breadcrumbs/breadcrumbs.styles.ts +1 -1
- package/src/core/components/dialog/__workshop__/panes.tsx +1 -1
- package/src/core/components/dialog/dialog.tsx +1 -1
- package/src/core/components/hotkeys/hotkeys.tsx +1 -1
- package/src/core/components/menu/menu.tsx +1 -1
- package/src/core/components/menu/menuDivider.ts +1 -1
- package/src/core/components/skeleton/skeleton.tsx +1 -1
- package/src/core/components/skeleton/textSkeleton.tsx +1 -1
- package/src/core/components/tab/tab.tsx +1 -1
- package/src/core/components/tab/tabList.tsx +1 -1
- package/src/core/components/toast/toast.tsx +1 -1
- package/src/core/components/toast/toastProvider.tsx +1 -1
- package/src/core/components/tree/treeItem.tsx +1 -1
- package/src/core/primitives/_selectable/selectable.tsx +1 -1
- package/src/core/primitives/avatar/avatar.tsx +1 -1
- package/src/core/primitives/avatar/avatarCounter.tsx +1 -1
- package/src/core/primitives/avatar/avatarStack.tsx +1 -1
- package/src/core/primitives/badge/badge.tsx +1 -1
- package/src/core/primitives/box/box.tsx +1 -1
- package/src/core/primitives/button/__workshop__/sanityUploadButton.tsx +1 -1
- package/src/core/primitives/button/__workshop__/styled1.tsx +1 -1
- package/src/core/primitives/button/__workshop__/styled2.tsx +1 -1
- package/src/core/primitives/button/button.tsx +1 -1
- package/src/core/primitives/card/__workshop__/selected.tsx +1 -1
- package/src/core/primitives/card/__workshop__/styled.tsx +1 -1
- package/src/core/primitives/card/card.tsx +1 -1
- package/src/core/primitives/checkbox/checkbox.tsx +1 -1
- package/src/core/primitives/code/code.tsx +1 -1
- package/src/core/primitives/container/container.tsx +1 -1
- package/src/core/primitives/flex/__workshop__/example.tsx +1 -1
- package/src/core/primitives/flex/flex.tsx +1 -1
- package/src/core/primitives/grid/grid.tsx +1 -1
- package/src/core/primitives/heading/heading.tsx +1 -1
- package/src/core/primitives/inline/inline.tsx +1 -1
- package/src/core/primitives/kbd/kbd.tsx +1 -1
- package/src/core/primitives/label/label.tsx +1 -1
- package/src/core/primitives/popover/popoverCard.tsx +1 -1
- package/src/core/primitives/radio/radio.tsx +1 -1
- package/src/core/primitives/select/select.tsx +1 -1
- package/src/core/primitives/spinner/spinner.tsx +1 -1
- package/src/core/primitives/stack/stack.tsx +1 -1
- package/src/core/primitives/switch/switch.tsx +1 -1
- package/src/core/primitives/text/__workshop__/colored.tsx +1 -1
- package/src/core/primitives/text/text.tsx +1 -1
- package/src/core/primitives/textArea/textArea.tsx +1 -1
- package/src/core/primitives/textInput/textInput.tsx +1 -1
- package/src/core/primitives/tooltip/tooltip.tsx +1 -1
- package/src/core/primitives/tooltip/tooltipCard.tsx +1 -1
- package/src/core/utils/arrow/arrow.tsx +1 -1
- package/src/core/utils/elementQuery/__workshop__/customMedia.tsx +1 -1
- package/src/core/utils/layer/layer.tsx +1 -1
- package/src/core/utils/srOnly/srOnly.tsx +1 -1
- package/src/core/utils/virtualList/virtualList.tsx +1 -1
package/dist/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
3
|
-
var theme = require("@sanity/ui/theme"), jsxRuntime = require("react/jsx-runtime"), react = require("react"), ReactIs = require("react-is"),
|
|
4
|
-
function
|
|
5
|
-
return e &&
|
|
3
|
+
var theme = require("@sanity/ui/theme"), jsxRuntime = require("react/jsx-runtime"), react = require("react"), ReactIs = require("react-is"), styledComponents = require("styled-components"), icons = require("@sanity/icons"), Refractor = require("react-refractor"), reactDom$1 = require("@floating-ui/react-dom"), framerMotion = require("framer-motion"), reactDom = require("react-dom");
|
|
4
|
+
function _interopDefault(e) {
|
|
5
|
+
return e && e.__esModule ? e : { default: e };
|
|
6
6
|
}
|
|
7
|
-
var ReactIs__default = /* @__PURE__ */
|
|
7
|
+
var ReactIs__default = /* @__PURE__ */ _interopDefault(ReactIs), Refractor__default = /* @__PURE__ */ _interopDefault(Refractor);
|
|
8
8
|
const createColorTheme = theme.createColorTheme, hexToRgb = theme.hexToRgb, hslToRgb = theme.hslToRgb, multiply = theme.multiply, parseColor = theme.parseColor, rgbToHex = theme.rgbToHex, rgbToHsl = theme.rgbToHsl, rgba = theme.rgba, screen = theme.screen, studioTheme = theme.buildTheme(), EMPTY_ARRAY = [], EMPTY_RECORD = {}, POPOVER_MOTION_CONTENT_OPACITY_PROPERTY = "--motion-content-opacity", POPOVER_MOTION_PROPS = {
|
|
9
9
|
initial: {
|
|
10
10
|
opacity: 0.5,
|
|
@@ -529,7 +529,7 @@ function ThemeProvider(props) {
|
|
|
529
529
|
scheme,
|
|
530
530
|
tone
|
|
531
531
|
} : null, [rootTheme, scheme, tone]), theme$1 = react.useMemo(() => rootTheme ? theme.getScopedTheme(rootTheme, scheme, tone) : null, [scheme, rootTheme, tone]);
|
|
532
|
-
return theme$1 ? /* @__PURE__ */ jsxRuntime.jsx(ThemeContext.Provider, { value: themeContext, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
532
|
+
return theme$1 ? /* @__PURE__ */ jsxRuntime.jsx(ThemeContext.Provider, { value: themeContext, children: /* @__PURE__ */ jsxRuntime.jsx(styledComponents.ThemeProvider, { theme: theme$1, children }) }) : /* @__PURE__ */ jsxRuntime.jsx("pre", { children: 'ThemeProvider: no "theme" property provided' });
|
|
533
533
|
}
|
|
534
534
|
function useRootTheme() {
|
|
535
535
|
const value = react.useContext(ThemeContext);
|
|
@@ -542,10 +542,10 @@ function ThemeColorProvider(props) {
|
|
|
542
542
|
return /* @__PURE__ */ jsxRuntime.jsx(ThemeProvider, { scheme: scheme || root.scheme, theme: root.theme, tone, children });
|
|
543
543
|
}
|
|
544
544
|
function useTheme() {
|
|
545
|
-
return
|
|
545
|
+
return styledComponents.useTheme();
|
|
546
546
|
}
|
|
547
547
|
function useTheme_v2() {
|
|
548
|
-
return theme.getTheme_v2(
|
|
548
|
+
return theme.getTheme_v2(styledComponents.useTheme());
|
|
549
549
|
}
|
|
550
550
|
const MEDIA_STORE_CACHE = /* @__PURE__ */ new WeakMap();
|
|
551
551
|
function _getMediaQuery(media, index) {
|
|
@@ -934,7 +934,7 @@ function responsiveInputPaddingStyle(props) {
|
|
|
934
934
|
function responsiveInputPaddingIconRightStyle(props) {
|
|
935
935
|
return responsiveInputPaddingStyle({ ...props, $iconRight: !0 });
|
|
936
936
|
}
|
|
937
|
-
const ROOT_STYLE =
|
|
937
|
+
const ROOT_STYLE = styledComponents.css`
|
|
938
938
|
&:not([hidden]) {
|
|
939
939
|
display: flex;
|
|
940
940
|
}
|
|
@@ -946,7 +946,7 @@ function textInputRootStyle() {
|
|
|
946
946
|
}
|
|
947
947
|
function textInputBaseStyle(props) {
|
|
948
948
|
const { $scheme, $tone, $weight } = props, { color, font } = theme.getTheme_v2(props.theme);
|
|
949
|
-
return
|
|
949
|
+
return styledComponents.css`
|
|
950
950
|
appearance: none;
|
|
951
951
|
background: none;
|
|
952
952
|
border: 0;
|
|
@@ -1024,7 +1024,7 @@ function textInputFontSizeStyle(props) {
|
|
|
1024
1024
|
}
|
|
1025
1025
|
function textInputRepresentationStyle(props) {
|
|
1026
1026
|
const { $hasPrefix, $hasSuffix, $scheme, $tone, $unstableDisableFocusRing } = props, { color, input } = theme.getTheme_v2(props.theme);
|
|
1027
|
-
return
|
|
1027
|
+
return styledComponents.css`
|
|
1028
1028
|
--input-box-shadow: none;
|
|
1029
1029
|
|
|
1030
1030
|
position: absolute;
|
|
@@ -1200,14 +1200,14 @@ function responsiveShadowStyle(props) {
|
|
|
1200
1200
|
}
|
|
1201
1201
|
function labelBaseStyle(props) {
|
|
1202
1202
|
const { $accent, $muted } = props, { font } = theme.getTheme_v2(props.theme);
|
|
1203
|
-
return
|
|
1203
|
+
return styledComponents.css`
|
|
1204
1204
|
text-transform: uppercase;
|
|
1205
1205
|
|
|
1206
|
-
${$accent &&
|
|
1206
|
+
${$accent && styledComponents.css`
|
|
1207
1207
|
color: var(--card-accent-fg-color);
|
|
1208
1208
|
`}
|
|
1209
1209
|
|
|
1210
|
-
${$muted &&
|
|
1210
|
+
${$muted && styledComponents.css`
|
|
1211
1211
|
color: var(--card-muted-fg-color);
|
|
1212
1212
|
`}
|
|
1213
1213
|
|
|
@@ -1232,7 +1232,7 @@ function labelBaseStyle(props) {
|
|
|
1232
1232
|
}
|
|
1233
1233
|
`;
|
|
1234
1234
|
}
|
|
1235
|
-
const Root$C =
|
|
1235
|
+
const Root$C = styledComponents.styled.div(responsiveLabelFont, responsiveTextAlignStyle, labelBaseStyle), SpanWithTextOverflow$2 = styledComponents.styled.span`
|
|
1236
1236
|
display: block;
|
|
1237
1237
|
white-space: nowrap;
|
|
1238
1238
|
text-overflow: ellipsis;
|
|
@@ -1398,12 +1398,12 @@ function avatarStrokeStyle() {
|
|
|
1398
1398
|
}
|
|
1399
1399
|
};
|
|
1400
1400
|
}
|
|
1401
|
-
const Root$B =
|
|
1401
|
+
const Root$B = styledComponents.styled.div(
|
|
1402
1402
|
responsiveAvatarSizeStyle,
|
|
1403
1403
|
avatarStyle.root
|
|
1404
|
-
), Arrow$1 =
|
|
1404
|
+
), Arrow$1 = styledComponents.styled.div(avatarStyle.arrow), BgStroke = styledComponents.styled.ellipse(avatarStyle.bgStroke), Stroke = styledComponents.styled.ellipse(avatarStyle.stroke), Initials = styledComponents.styled.div(avatarStyle.initials), InitialsLabel = styledComponents.styled(Label)({
|
|
1405
1405
|
color: "inherit"
|
|
1406
|
-
}), Image =
|
|
1406
|
+
}), Image = styledComponents.styled.svg(avatarStyle.image), Avatar = react.forwardRef(function(props, ref) {
|
|
1407
1407
|
const {
|
|
1408
1408
|
__unstable_hideInnerStroke,
|
|
1409
1409
|
as: asProp,
|
|
@@ -1506,7 +1506,7 @@ function _responsiveAvatarCounterSizeStyle(props) {
|
|
|
1506
1506
|
}
|
|
1507
1507
|
function _avatarCounterBaseStyle(props) {
|
|
1508
1508
|
const { space } = theme.getTheme_v2(props.theme);
|
|
1509
|
-
return
|
|
1509
|
+
return styledComponents.css`
|
|
1510
1510
|
align-items: center;
|
|
1511
1511
|
justify-content: center;
|
|
1512
1512
|
box-sizing: border-box;
|
|
@@ -1524,7 +1524,7 @@ function _avatarCounterBaseStyle(props) {
|
|
|
1524
1524
|
}
|
|
1525
1525
|
`;
|
|
1526
1526
|
}
|
|
1527
|
-
const Root$A =
|
|
1527
|
+
const Root$A = styledComponents.styled.div(
|
|
1528
1528
|
_responsiveAvatarCounterSizeStyle,
|
|
1529
1529
|
_avatarCounterBaseStyle
|
|
1530
1530
|
), AvatarCounter = react.forwardRef(function(props, ref) {
|
|
@@ -1539,7 +1539,7 @@ function childrenToElementArray(children) {
|
|
|
1539
1539
|
(node) => ReactIs.isElement(node) || ReactIs.isFragment(node) || typeof node == "string"
|
|
1540
1540
|
);
|
|
1541
1541
|
}
|
|
1542
|
-
const BASE_STYLES =
|
|
1542
|
+
const BASE_STYLES = styledComponents.css`
|
|
1543
1543
|
white-space: nowrap;
|
|
1544
1544
|
|
|
1545
1545
|
& > div {
|
|
@@ -1564,7 +1564,7 @@ function responsiveAvatarStackSizeStyle(props) {
|
|
|
1564
1564
|
} : EMPTY_RECORD;
|
|
1565
1565
|
});
|
|
1566
1566
|
}
|
|
1567
|
-
const Root$z =
|
|
1567
|
+
const Root$z = styledComponents.styled.div(responsiveAvatarStackSizeStyle, avatarStackStyle), AvatarStack = react.forwardRef(function(props, ref) {
|
|
1568
1568
|
const {
|
|
1569
1569
|
children: childrenProp,
|
|
1570
1570
|
maxLength: maxLengthProp = 4,
|
|
@@ -1578,7 +1578,7 @@ const Root$z = styled__default.default.div(responsiveAvatarStackSizeStyle, avata
|
|
|
1578
1578
|
len !== 0 && extraCount > 1 && /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx(AvatarCounter, { count: extraCount, size: size2 }) }),
|
|
1579
1579
|
visibleChildren.map((child, childIndex) => /* @__PURE__ */ jsxRuntime.jsx("div", { children: react.cloneElement(child, { size: size2 }) }, String(childIndex)))
|
|
1580
1580
|
] });
|
|
1581
|
-
}), Root$y =
|
|
1581
|
+
}), Root$y = styledComponents.styled.div(
|
|
1582
1582
|
boxStyle,
|
|
1583
1583
|
flexItemStyle,
|
|
1584
1584
|
responsiveBoxStyle,
|
|
@@ -1654,14 +1654,14 @@ const Root$z = styled__default.default.div(responsiveAvatarStackSizeStyle, avata
|
|
|
1654
1654
|
});
|
|
1655
1655
|
function textBaseStyle(props) {
|
|
1656
1656
|
const { $accent, $muted } = props, { font } = theme.getTheme_v2(props.theme);
|
|
1657
|
-
return
|
|
1657
|
+
return styledComponents.css`
|
|
1658
1658
|
color: var(--card-fg-color);
|
|
1659
1659
|
|
|
1660
|
-
${$accent &&
|
|
1660
|
+
${$accent && styledComponents.css`
|
|
1661
1661
|
color: var(--card-accent-fg-color);
|
|
1662
1662
|
`}
|
|
1663
1663
|
|
|
1664
|
-
${$muted &&
|
|
1664
|
+
${$muted && styledComponents.css`
|
|
1665
1665
|
color: var(--card-muted-fg-color);
|
|
1666
1666
|
`}
|
|
1667
1667
|
|
|
@@ -1715,11 +1715,11 @@ function textBaseStyle(props) {
|
|
|
1715
1715
|
}
|
|
1716
1716
|
`;
|
|
1717
1717
|
}
|
|
1718
|
-
const Root$x =
|
|
1718
|
+
const Root$x = styledComponents.styled.div(
|
|
1719
1719
|
responsiveTextFont,
|
|
1720
1720
|
responsiveTextAlignStyle,
|
|
1721
1721
|
textBaseStyle
|
|
1722
|
-
), SpanWithTextOverflow$1 =
|
|
1722
|
+
), SpanWithTextOverflow$1 = styledComponents.styled.span`
|
|
1723
1723
|
display: block;
|
|
1724
1724
|
white-space: nowrap;
|
|
1725
1725
|
text-overflow: ellipsis;
|
|
@@ -1765,7 +1765,7 @@ function badgeStyle(props) {
|
|
|
1765
1765
|
}
|
|
1766
1766
|
};
|
|
1767
1767
|
}
|
|
1768
|
-
const Root$w =
|
|
1768
|
+
const Root$w = styledComponents.styled(Box)(
|
|
1769
1769
|
responsiveRadiusStyle,
|
|
1770
1770
|
badgeStyle
|
|
1771
1771
|
), Badge = react.forwardRef(function(props, ref) {
|
|
@@ -1791,7 +1791,7 @@ const Root$w = styled__default.default(Box)(
|
|
|
1791
1791
|
children: /* @__PURE__ */ jsxRuntime.jsx(Text, { size: fontSize2, children })
|
|
1792
1792
|
}
|
|
1793
1793
|
);
|
|
1794
|
-
}), Root$v =
|
|
1794
|
+
}), Root$v = styledComponents.styled(Box)(
|
|
1795
1795
|
flexItemStyle,
|
|
1796
1796
|
responsiveFlexStyle
|
|
1797
1797
|
), Flex = react.forwardRef(function(props, ref) {
|
|
@@ -1810,7 +1810,7 @@ const Root$w = styled__default.default(Box)(
|
|
|
1810
1810
|
ref
|
|
1811
1811
|
}
|
|
1812
1812
|
);
|
|
1813
|
-
}), rotate$1 =
|
|
1813
|
+
}), rotate$1 = styledComponents.keyframes`
|
|
1814
1814
|
from {
|
|
1815
1815
|
transform: rotate(0deg);
|
|
1816
1816
|
}
|
|
@@ -1818,7 +1818,7 @@ const Root$w = styled__default.default(Box)(
|
|
|
1818
1818
|
to {
|
|
1819
1819
|
transform: rotate(360deg);
|
|
1820
1820
|
}
|
|
1821
|
-
`, Root$u =
|
|
1821
|
+
`, Root$u = styledComponents.styled(Text)`
|
|
1822
1822
|
& > span > svg {
|
|
1823
1823
|
animation: ${rotate$1} 500ms linear infinite;
|
|
1824
1824
|
}
|
|
@@ -1898,7 +1898,7 @@ function _cardColorStyle(base, color, checkered = !1) {
|
|
|
1898
1898
|
}
|
|
1899
1899
|
function buttonBaseStyles(props) {
|
|
1900
1900
|
const { $width } = props, { style } = theme.getTheme_v2(props.theme);
|
|
1901
|
-
return
|
|
1901
|
+
return styledComponents.css`
|
|
1902
1902
|
${style == null ? void 0 : style.button};
|
|
1903
1903
|
|
|
1904
1904
|
-webkit-font-smoothing: inherit;
|
|
@@ -1919,7 +1919,7 @@ function buttonBaseStyles(props) {
|
|
|
1919
1919
|
position: relative;
|
|
1920
1920
|
vertical-align: top;
|
|
1921
1921
|
|
|
1922
|
-
${$width === "fill" &&
|
|
1922
|
+
${$width === "fill" && styledComponents.css`
|
|
1923
1923
|
width: -moz-available;
|
|
1924
1924
|
width: -webkit-fill-available;
|
|
1925
1925
|
width: stretch;
|
|
@@ -1983,7 +1983,7 @@ function buttonColorStyles(props) {
|
|
|
1983
1983
|
(_a = style == null ? void 0 : style.button) == null ? void 0 : _a.root
|
|
1984
1984
|
].filter(Boolean);
|
|
1985
1985
|
}
|
|
1986
|
-
const Root$t =
|
|
1986
|
+
const Root$t = styledComponents.styled.button(responsiveRadiusStyle, buttonBaseStyles, buttonColorStyles), LoadingBox = styledComponents.styled.div`
|
|
1987
1987
|
position: absolute;
|
|
1988
1988
|
top: 0;
|
|
1989
1989
|
left: 0;
|
|
@@ -2083,8 +2083,8 @@ function cardStyle(props) {
|
|
|
2083
2083
|
}
|
|
2084
2084
|
function cardBaseStyle(props) {
|
|
2085
2085
|
const { $checkered } = props, { space } = theme.getTheme_v2(props.theme);
|
|
2086
|
-
return
|
|
2087
|
-
${$checkered &&
|
|
2086
|
+
return styledComponents.css`
|
|
2087
|
+
${$checkered && styledComponents.css`
|
|
2088
2088
|
background-size: ${space[3]}px ${space[3]}px;
|
|
2089
2089
|
background-position: 50% 50%;
|
|
2090
2090
|
background-image: var(--card-bg-image);
|
|
@@ -2117,7 +2117,7 @@ function cardBaseStyle(props) {
|
|
|
2117
2117
|
function cardColorStyle(props) {
|
|
2118
2118
|
var _a;
|
|
2119
2119
|
const { $checkered, $focusRing } = props, { card, color, style } = theme.getTheme_v2(props.theme), border2 = { width: card.border.width, color: "var(--card-border-color)" };
|
|
2120
|
-
return
|
|
2120
|
+
return styledComponents.css`
|
|
2121
2121
|
color-scheme: ${color._dark ? "dark" : "light"};
|
|
2122
2122
|
|
|
2123
2123
|
${_cardColorStyle(color, color, $checkered)}
|
|
@@ -2204,7 +2204,7 @@ function cardColorStyle(props) {
|
|
|
2204
2204
|
${(_a = style == null ? void 0 : style.card) == null ? void 0 : _a.root}
|
|
2205
2205
|
`;
|
|
2206
2206
|
}
|
|
2207
|
-
const Root$s =
|
|
2207
|
+
const Root$s = styledComponents.styled(Box)(responsiveBorderStyle, responsiveRadiusStyle, responsiveShadowStyle, cardStyle), Card = react.forwardRef(function(props, ref) {
|
|
2208
2208
|
const {
|
|
2209
2209
|
__unstable_checkered: checkered = !1,
|
|
2210
2210
|
__unstable_focusRing: focusRing = !1,
|
|
@@ -2250,14 +2250,14 @@ const Root$s = styled__default.default(Box)(responsiveBorderStyle, responsiveRad
|
|
|
2250
2250
|
) });
|
|
2251
2251
|
});
|
|
2252
2252
|
function checkboxBaseStyles() {
|
|
2253
|
-
return
|
|
2253
|
+
return styledComponents.css`
|
|
2254
2254
|
position: relative;
|
|
2255
2255
|
display: inline-block;
|
|
2256
2256
|
`;
|
|
2257
2257
|
}
|
|
2258
2258
|
function inputElementStyles(props) {
|
|
2259
2259
|
const { color, input, radius } = theme.getTheme_v2(props.theme), { focusRing } = input.checkbox;
|
|
2260
|
-
return
|
|
2260
|
+
return styledComponents.css`
|
|
2261
2261
|
position: absolute;
|
|
2262
2262
|
top: 0;
|
|
2263
2263
|
left: 0;
|
|
@@ -2368,7 +2368,7 @@ function inputElementStyles(props) {
|
|
|
2368
2368
|
}
|
|
2369
2369
|
`;
|
|
2370
2370
|
}
|
|
2371
|
-
const Root$r =
|
|
2371
|
+
const Root$r = styledComponents.styled.div(checkboxBaseStyles), Input$5 = styledComponents.styled.input(inputElementStyles), Checkbox = react.forwardRef(function(props, forwardedRef) {
|
|
2372
2372
|
const {
|
|
2373
2373
|
checked,
|
|
2374
2374
|
className,
|
|
@@ -2445,7 +2445,7 @@ function codeSyntaxHighlightingStyle({ theme: theme$1 }) {
|
|
|
2445
2445
|
};
|
|
2446
2446
|
}
|
|
2447
2447
|
function codeBaseStyle() {
|
|
2448
|
-
return
|
|
2448
|
+
return styledComponents.css`
|
|
2449
2449
|
color: var(--card-code-fg-color);
|
|
2450
2450
|
|
|
2451
2451
|
& code {
|
|
@@ -2473,7 +2473,7 @@ function codeBaseStyle() {
|
|
|
2473
2473
|
}
|
|
2474
2474
|
`;
|
|
2475
2475
|
}
|
|
2476
|
-
const Root$q =
|
|
2476
|
+
const Root$q = styledComponents.styled.pre(codeBaseStyle, responsiveCodeFontStyle), Code = react.forwardRef(function(props, ref) {
|
|
2477
2477
|
const { children, language: languageProp, size: size2 = 2, weight, ...restProps } = props, language = typeof languageProp == "string" ? languageProp : void 0, registered = language ? Refractor__default.default.hasLanguage(language) : !1;
|
|
2478
2478
|
return /* @__PURE__ */ jsxRuntime.jsxs(Root$q, { "data-ui": "Code", ...restProps, $size: useArrayProp(size2), $weight: weight, ref, children: [
|
|
2479
2479
|
!(language && registered) && /* @__PURE__ */ jsxRuntime.jsx("code", { children }),
|
|
@@ -2492,7 +2492,7 @@ function responsiveContainerWidthStyle(props) {
|
|
|
2492
2492
|
maxWidth: val === "auto" ? "none" : rem(container[val])
|
|
2493
2493
|
}));
|
|
2494
2494
|
}
|
|
2495
|
-
const Root$p =
|
|
2495
|
+
const Root$p = styledComponents.styled(Box)(
|
|
2496
2496
|
containerBaseStyle,
|
|
2497
2497
|
responsiveContainerWidthStyle
|
|
2498
2498
|
), Container = react.forwardRef(function(props, ref) {
|
|
@@ -2507,7 +2507,7 @@ const Root$p = styled__default.default(Box)(
|
|
|
2507
2507
|
ref
|
|
2508
2508
|
}
|
|
2509
2509
|
);
|
|
2510
|
-
}), Root$o =
|
|
2510
|
+
}), Root$o = styledComponents.styled(Box)(responsiveGridStyle), Grid = react.forwardRef(function(props, ref) {
|
|
2511
2511
|
const { as, autoRows, autoCols, autoFlow, columns, gap, gapX, gapY, rows, children, ...restProps } = props;
|
|
2512
2512
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
2513
2513
|
Root$o,
|
|
@@ -2531,12 +2531,12 @@ const Root$p = styled__default.default(Box)(
|
|
|
2531
2531
|
});
|
|
2532
2532
|
function headingBaseStyle(props) {
|
|
2533
2533
|
const { $accent, $muted } = props, { font } = theme.getTheme_v2(props.theme);
|
|
2534
|
-
return
|
|
2535
|
-
${$accent &&
|
|
2534
|
+
return styledComponents.css`
|
|
2535
|
+
${$accent && styledComponents.css`
|
|
2536
2536
|
color: var(--card-accent-fg-color);
|
|
2537
2537
|
`}
|
|
2538
2538
|
|
|
2539
|
-
${$muted &&
|
|
2539
|
+
${$muted && styledComponents.css`
|
|
2540
2540
|
color: var(--card-muted-fg-color);
|
|
2541
2541
|
`}
|
|
2542
2542
|
|
|
@@ -2583,7 +2583,7 @@ function headingBaseStyle(props) {
|
|
|
2583
2583
|
}
|
|
2584
2584
|
`;
|
|
2585
2585
|
}
|
|
2586
|
-
const Root$n =
|
|
2586
|
+
const Root$n = styledComponents.styled.div(headingBaseStyle, responsiveTextAlignStyle, responsiveHeadingFont), SpanWithTextOverflow = styledComponents.styled.span`
|
|
2587
2587
|
display: block;
|
|
2588
2588
|
white-space: nowrap;
|
|
2589
2589
|
text-overflow: ellipsis;
|
|
@@ -2638,7 +2638,7 @@ function inlineSpaceStyle(props) {
|
|
|
2638
2638
|
};
|
|
2639
2639
|
});
|
|
2640
2640
|
}
|
|
2641
|
-
const Root$m =
|
|
2641
|
+
const Root$m = styledComponents.styled(Box)(inlineBaseStyle, inlineSpaceStyle), Inline = react.forwardRef(function(props, ref) {
|
|
2642
2642
|
const { as, children: childrenProp, space, ...restProps } = props, children = react.useMemo(
|
|
2643
2643
|
() => childrenToElementArray(childrenProp).filter(Boolean).map((child, idx) => /* @__PURE__ */ jsxRuntime.jsx("div", { children: child }, idx)),
|
|
2644
2644
|
[childrenProp]
|
|
@@ -2656,7 +2656,7 @@ const Root$m = styled__default.default(Box)(inlineBaseStyle, inlineSpaceStyle),
|
|
|
2656
2656
|
);
|
|
2657
2657
|
});
|
|
2658
2658
|
function kbdStyle() {
|
|
2659
|
-
return
|
|
2659
|
+
return styledComponents.css`
|
|
2660
2660
|
--card-bg-color: var(--card-kbd-bg-color);
|
|
2661
2661
|
--card-border-color: var(--card-kbd-border-color);
|
|
2662
2662
|
--card-fg-color: var(--card-kbd-fg-color);
|
|
@@ -2672,7 +2672,7 @@ function kbdStyle() {
|
|
|
2672
2672
|
}
|
|
2673
2673
|
`;
|
|
2674
2674
|
}
|
|
2675
|
-
const Root$l =
|
|
2675
|
+
const Root$l = styledComponents.styled.kbd(responsiveRadiusStyle, kbdStyle), KBD = react.forwardRef(function(props, ref) {
|
|
2676
2676
|
const { children, fontSize: fontSize2 = 0, padding = 1, radius = 2, ...restProps } = props;
|
|
2677
2677
|
return /* @__PURE__ */ jsxRuntime.jsx(Root$l, { "data-ui": "KBD", ...restProps, $radius: useArrayProp(radius), ref, children: /* @__PURE__ */ jsxRuntime.jsx(Box, { as: "span", padding, children: /* @__PURE__ */ jsxRuntime.jsx(Text, { as: "span", size: fontSize2, weight: "semibold", children }) }) });
|
|
2678
2678
|
}), origin = {
|
|
@@ -2733,8 +2733,8 @@ function getRoundedCommands(points) {
|
|
|
2733
2733
|
function compileCommands(cmds) {
|
|
2734
2734
|
return cmds.map((n, idx) => n.type === "point" ? `${idx === 0 ? "M" : "L"} ${n.x} ${n.y}` : n.type === "curve" ? `C ${n.startControl.x} ${n.startControl.y} ${n.endControl.x} ${n.endControl.y} ${n.curveEnd.x} ${n.curveEnd.y}` : "").join(" ");
|
|
2735
2735
|
}
|
|
2736
|
-
const Root$k =
|
|
2737
|
-
({ $w: w }) =>
|
|
2736
|
+
const Root$k = styledComponents.styled.div(
|
|
2737
|
+
({ $w: w }) => styledComponents.css`
|
|
2738
2738
|
position: absolute;
|
|
2739
2739
|
width: ${w}px;
|
|
2740
2740
|
height: ${w}px;
|
|
@@ -2781,9 +2781,9 @@ const Root$k = styled__default.default.div(
|
|
|
2781
2781
|
}
|
|
2782
2782
|
}
|
|
2783
2783
|
`
|
|
2784
|
-
), StrokePath =
|
|
2784
|
+
), StrokePath = styledComponents.styled.path`
|
|
2785
2785
|
stroke: var(--card-shadow-outline-color);
|
|
2786
|
-
`, ShapePath =
|
|
2786
|
+
`, ShapePath = styledComponents.styled.path`
|
|
2787
2787
|
fill: var(--card-bg-color);
|
|
2788
2788
|
`, Arrow = react.forwardRef(function(props, ref) {
|
|
2789
2789
|
const { width: w, height: h, radius = 0, ...restProps } = props, { card } = useTheme_v2(), strokeWidth = card.shadow.outline, center = w / 2, points = [
|
|
@@ -3027,7 +3027,7 @@ function LayerProvider(props) {
|
|
|
3027
3027
|
);
|
|
3028
3028
|
return /* @__PURE__ */ jsxRuntime.jsx(LayerContext.Provider, { value, children });
|
|
3029
3029
|
}
|
|
3030
|
-
const Root$j =
|
|
3030
|
+
const Root$j = styledComponents.styled.div({ position: "relative" }), LayerChildren = react.forwardRef(function(props, ref) {
|
|
3031
3031
|
const { children, onActivate, onFocus, style = EMPTY_RECORD, ...restProps } = props, { zIndex, isTopLayer } = useLayer(), lastFocusedRef = react.useRef(null), forwardedRef = useForwardedRef(ref), isTopLayerRef = react.useRef(isTopLayer);
|
|
3032
3032
|
react.useEffect(() => {
|
|
3033
3033
|
isTopLayerRef.current !== isTopLayer && isTopLayer && (onActivate == null || onActivate({ activeElement: lastFocusedRef.current })), isTopLayerRef.current = isTopLayer;
|
|
@@ -3098,7 +3098,7 @@ function PortalProvider(props) {
|
|
|
3098
3098
|
}), [boundaryElement, element, elements]);
|
|
3099
3099
|
return /* @__PURE__ */ jsxRuntime.jsx(PortalContext.Provider, { value, children });
|
|
3100
3100
|
}
|
|
3101
|
-
const Root$i =
|
|
3101
|
+
const Root$i = styledComponents.styled.div`
|
|
3102
3102
|
display: block;
|
|
3103
3103
|
width: 0;
|
|
3104
3104
|
height: 0;
|
|
@@ -3108,9 +3108,9 @@ const Root$i = styled__default.default.div`
|
|
|
3108
3108
|
`, SrOnly = react.forwardRef(function(props, ref) {
|
|
3109
3109
|
const { as, children } = props;
|
|
3110
3110
|
return /* @__PURE__ */ jsxRuntime.jsx(Root$i, { "aria-hidden": !0, as, "data-ui": "SrOnly", ref, children });
|
|
3111
|
-
}), Root$h =
|
|
3111
|
+
}), Root$h = styledComponents.styled.div`
|
|
3112
3112
|
position: relative;
|
|
3113
|
-
`, ItemWrapper =
|
|
3113
|
+
`, ItemWrapper = styledComponents.styled.div`
|
|
3114
3114
|
position: absolute;
|
|
3115
3115
|
left: 0;
|
|
3116
3116
|
right: 0;
|
|
@@ -3211,7 +3211,7 @@ function calcMaxWidth(params) {
|
|
|
3211
3211
|
(boundaryWidth || 1 / 0) - DEFAULT_POPOVER_PADDING * 2
|
|
3212
3212
|
);
|
|
3213
3213
|
}
|
|
3214
|
-
const MotionCard$1 =
|
|
3214
|
+
const MotionCard$1 = styledComponents.styled(framerMotion.motion(Card))`
|
|
3215
3215
|
&:not([hidden]) {
|
|
3216
3216
|
display: flex;
|
|
3217
3217
|
}
|
|
@@ -3485,7 +3485,7 @@ const Popover = react.memo(
|
|
|
3485
3485
|
);
|
|
3486
3486
|
Popover.displayName = "Popover";
|
|
3487
3487
|
function radioBaseStyle() {
|
|
3488
|
-
return
|
|
3488
|
+
return styledComponents.css`
|
|
3489
3489
|
position: relative;
|
|
3490
3490
|
|
|
3491
3491
|
&:not([hidden]) {
|
|
@@ -3499,7 +3499,7 @@ function radioBaseStyle() {
|
|
|
3499
3499
|
}
|
|
3500
3500
|
function inputElementStyle(props) {
|
|
3501
3501
|
const { color, input } = theme.getTheme_v2(props.theme), dist = (input.radio.size - input.radio.markSize) / 2;
|
|
3502
|
-
return
|
|
3502
|
+
return styledComponents.css`
|
|
3503
3503
|
appearance: none;
|
|
3504
3504
|
position: absolute;
|
|
3505
3505
|
top: 0;
|
|
@@ -3592,7 +3592,7 @@ function inputElementStyle(props) {
|
|
|
3592
3592
|
}
|
|
3593
3593
|
`;
|
|
3594
3594
|
}
|
|
3595
|
-
const Root$g =
|
|
3595
|
+
const Root$g = styledComponents.styled.div(radioBaseStyle), Input$4 = styledComponents.styled.input(inputElementStyle), Radio = react.forwardRef(function(props, forwardedRef) {
|
|
3596
3596
|
const { className, disabled, style, customValidity, readOnly, ...restProps } = props, ref = useForwardedRef(forwardedRef);
|
|
3597
3597
|
return useCustomValidity(ref, customValidity), /* @__PURE__ */ jsxRuntime.jsxs(Root$g, { className, "data-ui": "Radio", style, children: [
|
|
3598
3598
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
@@ -3611,7 +3611,7 @@ const Root$g = styled__default.default.div(radioBaseStyle), Input$4 = styled__de
|
|
|
3611
3611
|
] });
|
|
3612
3612
|
});
|
|
3613
3613
|
function rootStyle() {
|
|
3614
|
-
return
|
|
3614
|
+
return styledComponents.css`
|
|
3615
3615
|
position: relative;
|
|
3616
3616
|
width: -moz-available;
|
|
3617
3617
|
width: -webkit-fill-available;
|
|
@@ -3624,7 +3624,7 @@ function rootStyle() {
|
|
|
3624
3624
|
}
|
|
3625
3625
|
function inputBaseStyle(props) {
|
|
3626
3626
|
const { font } = theme.getTheme_v2(props.theme);
|
|
3627
|
-
return
|
|
3627
|
+
return styledComponents.css`
|
|
3628
3628
|
-webkit-font-smoothing: antialiased;
|
|
3629
3629
|
appearance: none;
|
|
3630
3630
|
border: 0;
|
|
@@ -3641,7 +3641,7 @@ function inputBaseStyle(props) {
|
|
|
3641
3641
|
}
|
|
3642
3642
|
function inputColorStyle(props) {
|
|
3643
3643
|
const { color, input } = theme.getTheme_v2(props.theme);
|
|
3644
|
-
return
|
|
3644
|
+
return styledComponents.css`
|
|
3645
3645
|
/* enabled */
|
|
3646
3646
|
background-color: ${color.input.default.enabled.bg};
|
|
3647
3647
|
color: ${color.input.default.enabled.fg};
|
|
@@ -3713,7 +3713,7 @@ function inputStyle() {
|
|
|
3713
3713
|
}
|
|
3714
3714
|
function iconBoxStyle(props) {
|
|
3715
3715
|
const { color } = theme.getTheme_v2(props.theme);
|
|
3716
|
-
return
|
|
3716
|
+
return styledComponents.css`
|
|
3717
3717
|
pointer-events: none;
|
|
3718
3718
|
position: absolute;
|
|
3719
3719
|
top: 0;
|
|
@@ -3744,7 +3744,7 @@ const selectStyle = {
|
|
|
3744
3744
|
root: rootStyle,
|
|
3745
3745
|
input: inputStyle,
|
|
3746
3746
|
iconBox: iconBoxStyle
|
|
3747
|
-
}, Root$f =
|
|
3747
|
+
}, Root$f = styledComponents.styled.div(selectStyle.root), Input$3 = styledComponents.styled.select(selectStyle.input), IconBox = styledComponents.styled(Box)(selectStyle.iconBox), Select = react.forwardRef(function(props, forwardedRef) {
|
|
3748
3748
|
const {
|
|
3749
3749
|
children,
|
|
3750
3750
|
customValidity,
|
|
@@ -3793,7 +3793,7 @@ function responsiveStackSpaceStyle(props) {
|
|
|
3793
3793
|
gridGap: rem(space[spaceIndex])
|
|
3794
3794
|
}));
|
|
3795
3795
|
}
|
|
3796
|
-
const Root$e =
|
|
3796
|
+
const Root$e = styledComponents.styled(Box)(stackBaseStyle, responsiveStackSpaceStyle), Stack = react.forwardRef(function(props, ref) {
|
|
3797
3797
|
const { as, space, ...restProps } = props;
|
|
3798
3798
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3799
3799
|
Root$e,
|
|
@@ -3808,7 +3808,7 @@ const Root$e = styled__default.default(Box)(stackBaseStyle, responsiveStackSpace
|
|
|
3808
3808
|
);
|
|
3809
3809
|
});
|
|
3810
3810
|
function switchBaseStyles() {
|
|
3811
|
-
return
|
|
3811
|
+
return styledComponents.css`
|
|
3812
3812
|
position: relative;
|
|
3813
3813
|
&:not([hidden]) {
|
|
3814
3814
|
display: inline-block;
|
|
@@ -3816,7 +3816,7 @@ function switchBaseStyles() {
|
|
|
3816
3816
|
`;
|
|
3817
3817
|
}
|
|
3818
3818
|
function switchInputStyles() {
|
|
3819
|
-
return
|
|
3819
|
+
return styledComponents.css`
|
|
3820
3820
|
position: absolute;
|
|
3821
3821
|
top: 0;
|
|
3822
3822
|
right: 0;
|
|
@@ -3835,7 +3835,7 @@ function switchInputStyles() {
|
|
|
3835
3835
|
}
|
|
3836
3836
|
function switchRepresentationStyles(props) {
|
|
3837
3837
|
const { color, input } = theme.getTheme_v2(props.theme);
|
|
3838
|
-
return
|
|
3838
|
+
return styledComponents.css`
|
|
3839
3839
|
--switch-bg-color: ${color.input.default.enabled.border};
|
|
3840
3840
|
--switch-fg-color: ${color.input.default.enabled.bg};
|
|
3841
3841
|
--switch-box-shadow: none;
|
|
@@ -3908,7 +3908,7 @@ function switchRepresentationStyles(props) {
|
|
|
3908
3908
|
}
|
|
3909
3909
|
function switchTrackStyles(props) {
|
|
3910
3910
|
const { input } = theme.getTheme_v2(props.theme);
|
|
3911
|
-
return
|
|
3911
|
+
return styledComponents.css`
|
|
3912
3912
|
&:not([hidden]) {
|
|
3913
3913
|
display: block;
|
|
3914
3914
|
}
|
|
@@ -3923,7 +3923,7 @@ function switchTrackStyles(props) {
|
|
|
3923
3923
|
}
|
|
3924
3924
|
function switchThumbStyles(props) {
|
|
3925
3925
|
const { $indeterminate } = props, { input } = theme.getTheme_v2(props.theme), trackWidth = input.switch.width, trackHeight = input.switch.height, trackPadding = input.switch.padding, size2 = trackHeight - input.switch.padding * 2, checkedOffset = trackWidth - trackPadding * 2 - size2, indeterminateOffset = trackWidth / 2 - size2 / 2 - trackPadding, checked = $indeterminate !== !0 && props.$checked === !0;
|
|
3926
|
-
return
|
|
3926
|
+
return styledComponents.css`
|
|
3927
3927
|
&:not([hidden]) {
|
|
3928
3928
|
display: block;
|
|
3929
3929
|
}
|
|
@@ -3940,16 +3940,16 @@ function switchThumbStyles(props) {
|
|
|
3940
3940
|
transform: translate3d(0, 0, 0);
|
|
3941
3941
|
box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
|
|
3942
3942
|
|
|
3943
|
-
${checked &&
|
|
3943
|
+
${checked && styledComponents.css`
|
|
3944
3944
|
transform: translate3d(${checkedOffset}px, 0, 0);
|
|
3945
3945
|
`}
|
|
3946
3946
|
|
|
3947
|
-
${$indeterminate &&
|
|
3947
|
+
${$indeterminate && styledComponents.css`
|
|
3948
3948
|
transform: translate3d(${indeterminateOffset}px, 0, 0);
|
|
3949
3949
|
`}
|
|
3950
3950
|
`;
|
|
3951
3951
|
}
|
|
3952
|
-
const Root$d =
|
|
3952
|
+
const Root$d = styledComponents.styled.span(switchBaseStyles), Input$2 = styledComponents.styled.input(switchInputStyles), Representation = styledComponents.styled.span(switchRepresentationStyles), Track = styledComponents.styled.span(switchTrackStyles), Thumb = styledComponents.styled.span(switchThumbStyles), Switch = react.forwardRef(function(props, forwardedRef) {
|
|
3953
3953
|
const { checked, className, disabled, indeterminate, readOnly, style, ...restProps } = props, ref = useForwardedRef(forwardedRef);
|
|
3954
3954
|
return react.useEffect(() => {
|
|
3955
3955
|
ref.current && (ref.current.indeterminate = indeterminate || !1);
|
|
@@ -3970,16 +3970,16 @@ const Root$d = styled__default.default.span(switchBaseStyles), Input$2 = styled_
|
|
|
3970
3970
|
/* @__PURE__ */ jsxRuntime.jsx(Thumb, { $checked: checked, $indeterminate: indeterminate })
|
|
3971
3971
|
] })
|
|
3972
3972
|
] });
|
|
3973
|
-
}), Root$c =
|
|
3973
|
+
}), Root$c = styledComponents.styled.span(textInputRootStyle), InputRoot$1 = styledComponents.styled.span`
|
|
3974
3974
|
flex: 1;
|
|
3975
3975
|
min-width: 0;
|
|
3976
3976
|
display: block;
|
|
3977
3977
|
position: relative;
|
|
3978
|
-
`, Input$1 =
|
|
3978
|
+
`, Input$1 = styledComponents.styled.textarea(
|
|
3979
3979
|
responsiveInputPaddingStyle,
|
|
3980
3980
|
textInputBaseStyle,
|
|
3981
3981
|
textInputFontSizeStyle
|
|
3982
|
-
), Presentation$1 =
|
|
3982
|
+
), Presentation$1 = styledComponents.styled.div(
|
|
3983
3983
|
responsiveRadiusStyle,
|
|
3984
3984
|
textInputRepresentationStyle
|
|
3985
3985
|
), TextArea = react.forwardRef(function(props, forwardedRef) {
|
|
@@ -4023,12 +4023,12 @@ const Root$d = styled__default.default.span(switchBaseStyles), Input$2 = styled_
|
|
|
4023
4023
|
}
|
|
4024
4024
|
)
|
|
4025
4025
|
] }) });
|
|
4026
|
-
}), CLEAR_BUTTON_BOX_STYLE = { zIndex: 2 }, Root$b =
|
|
4026
|
+
}), CLEAR_BUTTON_BOX_STYLE = { zIndex: 2 }, Root$b = styledComponents.styled(Card).attrs({ forwardedAs: "span" })(textInputRootStyle), InputRoot = styledComponents.styled.span`
|
|
4027
4027
|
flex: 1;
|
|
4028
4028
|
min-width: 0;
|
|
4029
4029
|
display: block;
|
|
4030
4030
|
position: relative;
|
|
4031
|
-
`, Prefix =
|
|
4031
|
+
`, Prefix = styledComponents.styled(Card).attrs({ forwardedAs: "span" })`
|
|
4032
4032
|
border-top-right-radius: 0;
|
|
4033
4033
|
border-bottom-right-radius: 0;
|
|
4034
4034
|
|
|
@@ -4036,7 +4036,7 @@ const Root$d = styled__default.default.span(switchBaseStyles), Input$2 = styled_
|
|
|
4036
4036
|
display: block;
|
|
4037
4037
|
margin: -1px;
|
|
4038
4038
|
}
|
|
4039
|
-
`, Suffix =
|
|
4039
|
+
`, Suffix = styledComponents.styled(Card).attrs({ forwardedAs: "span" })`
|
|
4040
4040
|
border-top-left-radius: 0;
|
|
4041
4041
|
border-bottom-left-radius: 0;
|
|
4042
4042
|
|
|
@@ -4044,27 +4044,27 @@ const Root$d = styled__default.default.span(switchBaseStyles), Input$2 = styled_
|
|
|
4044
4044
|
display: block;
|
|
4045
4045
|
margin: -1px;
|
|
4046
4046
|
}
|
|
4047
|
-
`, Input =
|
|
4047
|
+
`, Input = styledComponents.styled.input(
|
|
4048
4048
|
responsiveInputPaddingStyle,
|
|
4049
4049
|
textInputBaseStyle,
|
|
4050
4050
|
textInputFontSizeStyle
|
|
4051
|
-
), Presentation =
|
|
4051
|
+
), Presentation = styledComponents.styled.span(
|
|
4052
4052
|
responsiveRadiusStyle,
|
|
4053
4053
|
textInputRepresentationStyle
|
|
4054
|
-
), LeftBox =
|
|
4054
|
+
), LeftBox = styledComponents.styled(Box)`
|
|
4055
4055
|
position: absolute;
|
|
4056
4056
|
top: 0;
|
|
4057
4057
|
left: 0;
|
|
4058
|
-
`, RightBox =
|
|
4058
|
+
`, RightBox = styledComponents.styled(Box)`
|
|
4059
4059
|
position: absolute;
|
|
4060
4060
|
top: 0;
|
|
4061
4061
|
right: 0;
|
|
4062
|
-
`, RightCard =
|
|
4062
|
+
`, RightCard = styledComponents.styled(Card)`
|
|
4063
4063
|
background-color: transparent;
|
|
4064
4064
|
position: absolute;
|
|
4065
4065
|
top: 0;
|
|
4066
4066
|
right: 0;
|
|
4067
|
-
`, TextInputClearButton =
|
|
4067
|
+
`, TextInputClearButton = styledComponents.styled(Button)({
|
|
4068
4068
|
"&:not([hidden])": {
|
|
4069
4069
|
display: "block"
|
|
4070
4070
|
}
|
|
@@ -4244,7 +4244,7 @@ const DEFAULT_TOOLTIP_ARROW_WIDTH = 15, DEFAULT_TOOLTIP_ARROW_HEIGHT = 6, DEFAUL
|
|
|
4244
4244
|
right: ["right-end", "right-start", "left", "top", "bottom"],
|
|
4245
4245
|
"right-start": ["right", "right-end", "left-start", "top-start", "bottom-start"],
|
|
4246
4246
|
"right-end": ["right", "right-start", "left-end", "top-end", "bottom-end"]
|
|
4247
|
-
}, MotionCard =
|
|
4247
|
+
}, MotionCard = styledComponents.styled(framerMotion.motion(Card))`
|
|
4248
4248
|
& > * {
|
|
4249
4249
|
opacity: var(${POPOVER_MOTION_CONTENT_OPACITY_PROPERTY}, 1);
|
|
4250
4250
|
will-change: opacity;
|
|
@@ -4336,7 +4336,7 @@ function TooltipDelayGroupProvider(props) {
|
|
|
4336
4336
|
);
|
|
4337
4337
|
return /* @__PURE__ */ jsxRuntime.jsx(TooltipDelayGroupContext.Provider, { value, children });
|
|
4338
4338
|
}
|
|
4339
|
-
const Root$a =
|
|
4339
|
+
const Root$a = styledComponents.styled(Layer)`
|
|
4340
4340
|
pointer-events: none;
|
|
4341
4341
|
max-width: ${({ $maxWidth }) => $maxWidth}px;
|
|
4342
4342
|
`, Tooltip = react.forwardRef(function(props, ref) {
|
|
@@ -4544,15 +4544,15 @@ const Root$a = styled__default.default(Layer)`
|
|
|
4544
4544
|
),
|
|
4545
4545
|
child
|
|
4546
4546
|
] });
|
|
4547
|
-
}), Root$9 =
|
|
4547
|
+
}), Root$9 = styledComponents.styled.div`
|
|
4548
4548
|
line-height: 0;
|
|
4549
|
-
`, ListBox =
|
|
4549
|
+
`, ListBox = styledComponents.styled(Box)`
|
|
4550
4550
|
& > ul {
|
|
4551
4551
|
list-style: none;
|
|
4552
4552
|
padding: 0;
|
|
4553
4553
|
margin: 0;
|
|
4554
4554
|
}
|
|
4555
|
-
`, rotate =
|
|
4555
|
+
`, rotate = styledComponents.keyframes`
|
|
4556
4556
|
from {
|
|
4557
4557
|
transform: rotate(0deg);
|
|
4558
4558
|
}
|
|
@@ -4560,7 +4560,7 @@ const Root$a = styled__default.default(Layer)`
|
|
|
4560
4560
|
to {
|
|
4561
4561
|
transform: rotate(360deg);
|
|
4562
4562
|
}
|
|
4563
|
-
`, AnimatedSpinnerIcon =
|
|
4563
|
+
`, AnimatedSpinnerIcon = styledComponents.styled(icons.SpinnerIcon)`
|
|
4564
4564
|
animation: ${rotate} 500ms linear infinite;
|
|
4565
4565
|
`;
|
|
4566
4566
|
function AutocompleteOption(props) {
|
|
@@ -4943,7 +4943,7 @@ const AUTOCOMPLETE_LISTBOX_IGNORE_KEYS = [
|
|
|
4943
4943
|
]
|
|
4944
4944
|
}
|
|
4945
4945
|
);
|
|
4946
|
-
}), Autocomplete = InnerAutocomplete, Root$8 =
|
|
4946
|
+
}), Autocomplete = InnerAutocomplete, Root$8 = styledComponents.styled.ol`
|
|
4947
4947
|
margin: 0;
|
|
4948
4948
|
padding: 0;
|
|
4949
4949
|
display: flex;
|
|
@@ -4951,7 +4951,7 @@ const AUTOCOMPLETE_LISTBOX_IGNORE_KEYS = [
|
|
|
4951
4951
|
align-items: center;
|
|
4952
4952
|
white-space: nowrap;
|
|
4953
4953
|
line-height: 0;
|
|
4954
|
-
`, ExpandButton =
|
|
4954
|
+
`, ExpandButton = styledComponents.styled(Button)`
|
|
4955
4955
|
appearance: none;
|
|
4956
4956
|
margin: -4px;
|
|
4957
4957
|
`, Breadcrumbs = react.forwardRef(function(props, ref) {
|
|
@@ -5021,7 +5021,7 @@ function responsiveDialogPositionStyle(props) {
|
|
|
5021
5021
|
return _responsive(media, props.$position, (position) => ({ "&&": { position } }));
|
|
5022
5022
|
}
|
|
5023
5023
|
function animationDialogStyle(props) {
|
|
5024
|
-
return props.$animate ?
|
|
5024
|
+
return props.$animate ? styledComponents.css`
|
|
5025
5025
|
@keyframes zoomIn {
|
|
5026
5026
|
from {
|
|
5027
5027
|
opacity: 0;
|
|
@@ -5046,7 +5046,7 @@ function animationDialogStyle(props) {
|
|
|
5046
5046
|
& > [data-ui='DialogCard'] {
|
|
5047
5047
|
animation: zoomIn 200ms ease-out;
|
|
5048
5048
|
}
|
|
5049
|
-
` :
|
|
5049
|
+
` : styledComponents.css``;
|
|
5050
5050
|
}
|
|
5051
5051
|
const key$3 = Symbol.for("@sanity/ui/context/dialog");
|
|
5052
5052
|
globalScope[key$3] = globalScope[key$3] || react.createContext({ version: 0 });
|
|
@@ -5057,7 +5057,7 @@ function useDialog() {
|
|
|
5057
5057
|
function isTargetWithinScope(boundaryElement, portalElement, target) {
|
|
5058
5058
|
return !boundaryElement || !portalElement ? !0 : containsOrEqualsElement(boundaryElement, target) || containsOrEqualsElement(portalElement, target);
|
|
5059
5059
|
}
|
|
5060
|
-
const Root$7 =
|
|
5060
|
+
const Root$7 = styledComponents.styled(Layer)(responsivePaddingStyle, dialogStyle, responsiveDialogPositionStyle, animationDialogStyle), DialogContainer = styledComponents.styled(Container)`
|
|
5061
5061
|
&:not([hidden]) {
|
|
5062
5062
|
display: flex;
|
|
5063
5063
|
}
|
|
@@ -5066,7 +5066,7 @@ const Root$7 = styled__default.default(Layer)(responsivePaddingStyle, dialogStyl
|
|
|
5066
5066
|
flex-direction: column;
|
|
5067
5067
|
align-items: center;
|
|
5068
5068
|
justify-content: center;
|
|
5069
|
-
`, DialogCardRoot =
|
|
5069
|
+
`, DialogCardRoot = styledComponents.styled(Card)`
|
|
5070
5070
|
&:not([hidden]) {
|
|
5071
5071
|
display: flex;
|
|
5072
5072
|
}
|
|
@@ -5075,19 +5075,19 @@ const Root$7 = styled__default.default(Layer)(responsivePaddingStyle, dialogStyl
|
|
|
5075
5075
|
max-height: 100%;
|
|
5076
5076
|
overflow: hidden;
|
|
5077
5077
|
overflow: clip;
|
|
5078
|
-
`, DialogLayout =
|
|
5078
|
+
`, DialogLayout = styledComponents.styled(Flex)`
|
|
5079
5079
|
flex: 1;
|
|
5080
5080
|
min-height: 0;
|
|
5081
5081
|
width: 100%;
|
|
5082
|
-
`, DialogHeader =
|
|
5082
|
+
`, DialogHeader = styledComponents.styled(Box)`
|
|
5083
5083
|
position: relative;
|
|
5084
5084
|
z-index: 2;
|
|
5085
|
-
`, DialogContent =
|
|
5085
|
+
`, DialogContent = styledComponents.styled(Box)`
|
|
5086
5086
|
position: relative;
|
|
5087
5087
|
z-index: 1;
|
|
5088
5088
|
overflow: auto;
|
|
5089
5089
|
outline: none;
|
|
5090
|
-
`, DialogFooter =
|
|
5090
|
+
`, DialogFooter = styledComponents.styled(Box)`
|
|
5091
5091
|
position: relative;
|
|
5092
5092
|
z-index: 3;
|
|
5093
5093
|
`, DialogCard = react.forwardRef(function(props, ref) {
|
|
@@ -5269,14 +5269,14 @@ function DialogProvider(props) {
|
|
|
5269
5269
|
);
|
|
5270
5270
|
return /* @__PURE__ */ jsxRuntime.jsx(DialogContext.Provider, { value: contextValue, children });
|
|
5271
5271
|
}
|
|
5272
|
-
const Root$6 =
|
|
5272
|
+
const Root$6 = styledComponents.styled.kbd`
|
|
5273
5273
|
font: inherit;
|
|
5274
5274
|
padding: 1px;
|
|
5275
5275
|
|
|
5276
5276
|
&:not([hidden]) {
|
|
5277
5277
|
display: block;
|
|
5278
5278
|
}
|
|
5279
|
-
`, Key =
|
|
5279
|
+
`, Key = styledComponents.styled(KBD)`
|
|
5280
5280
|
&:not([hidden]) {
|
|
5281
5281
|
display: block;
|
|
5282
5282
|
}
|
|
@@ -5441,7 +5441,7 @@ function useMenuController(props) {
|
|
|
5441
5441
|
setRootElement
|
|
5442
5442
|
};
|
|
5443
5443
|
}
|
|
5444
|
-
const Root$5 =
|
|
5444
|
+
const Root$5 = styledComponents.styled(Box)`
|
|
5445
5445
|
outline: none;
|
|
5446
5446
|
overflow: auto;
|
|
5447
5447
|
`, Menu = react.forwardRef(function(props, ref) {
|
|
@@ -5665,14 +5665,14 @@ const Root$5 = styled__default.default(Box)`
|
|
|
5665
5665
|
]
|
|
5666
5666
|
);
|
|
5667
5667
|
return /* @__PURE__ */ jsxRuntime.jsx(Popover, { "data-ui": "MenuButton__popover", ...popoverProps, content: menu, open, children: button || /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, {}) });
|
|
5668
|
-
}), MenuDivider =
|
|
5668
|
+
}), MenuDivider = styledComponents.styled.hr`
|
|
5669
5669
|
height: 1px;
|
|
5670
5670
|
border: 0;
|
|
5671
5671
|
background: var(--card-hairline-soft-color);
|
|
5672
5672
|
margin: 0;
|
|
5673
5673
|
`;
|
|
5674
5674
|
function selectableBaseStyle() {
|
|
5675
|
-
return
|
|
5675
|
+
return styledComponents.css`
|
|
5676
5676
|
background-color: inherit;
|
|
5677
5677
|
color: inherit;
|
|
5678
5678
|
|
|
@@ -5697,7 +5697,7 @@ function selectableBaseStyle() {
|
|
|
5697
5697
|
function selectableColorStyle(props) {
|
|
5698
5698
|
var _a;
|
|
5699
5699
|
const { $tone } = props, { color, style } = theme.getTheme_v2(props.theme), tone = color.selectable[$tone];
|
|
5700
|
-
return
|
|
5700
|
+
return styledComponents.css`
|
|
5701
5701
|
${_cardColorStyle(color, tone.enabled)}
|
|
5702
5702
|
|
|
5703
5703
|
background-color: var(--card-bg-color);
|
|
@@ -5767,7 +5767,7 @@ function selectableColorStyle(props) {
|
|
|
5767
5767
|
${(_a = style == null ? void 0 : style.card) == null ? void 0 : _a.root}
|
|
5768
5768
|
`;
|
|
5769
5769
|
}
|
|
5770
|
-
const Selectable =
|
|
5770
|
+
const Selectable = styledComponents.styled(Box)(
|
|
5771
5771
|
responsiveRadiusStyle,
|
|
5772
5772
|
selectableBaseStyle,
|
|
5773
5773
|
selectableColorStyle
|
|
@@ -5980,14 +5980,14 @@ const MenuItem = react.forwardRef(function(props, forwardedRef) {
|
|
|
5980
5980
|
]
|
|
5981
5981
|
}
|
|
5982
5982
|
);
|
|
5983
|
-
}), keyframe =
|
|
5983
|
+
}), keyframe = styledComponents.keyframes`
|
|
5984
5984
|
0% {
|
|
5985
5985
|
background-position: 100%;
|
|
5986
5986
|
}
|
|
5987
5987
|
100% {
|
|
5988
5988
|
background-position: -100%;
|
|
5989
5989
|
}
|
|
5990
|
-
`, animation =
|
|
5990
|
+
`, animation = styledComponents.css`
|
|
5991
5991
|
background-image: linear-gradient(
|
|
5992
5992
|
to right,
|
|
5993
5993
|
var(--card-skeleton-color-from),
|
|
@@ -6003,12 +6003,12 @@ const MenuItem = react.forwardRef(function(props, forwardedRef) {
|
|
|
6003
6003
|
animation-timing-function: ease-in-out;
|
|
6004
6004
|
animation-iteration-count: infinite;
|
|
6005
6005
|
animation-duration: 2000ms;
|
|
6006
|
-
`, skeletonStyle =
|
|
6006
|
+
`, skeletonStyle = styledComponents.css`
|
|
6007
6007
|
opacity: ${({ $visible }) => $visible ? 1 : 0};
|
|
6008
6008
|
transition: opacity 200ms ease-in;
|
|
6009
6009
|
|
|
6010
6010
|
@media screen and (prefers-reduced-motion: no-preference) {
|
|
6011
|
-
${({ $animated }) => $animated ? animation :
|
|
6011
|
+
${({ $animated }) => $animated ? animation : styledComponents.css`
|
|
6012
6012
|
background-color: var(--card-skeleton-color-from);
|
|
6013
6013
|
`}
|
|
6014
6014
|
}
|
|
@@ -6016,7 +6016,7 @@ const MenuItem = react.forwardRef(function(props, forwardedRef) {
|
|
|
6016
6016
|
@media screen and (prefers-reduced-motion: reduce) {
|
|
6017
6017
|
background-color: var(--card-skeleton-color-from);
|
|
6018
6018
|
}
|
|
6019
|
-
`, Root$4 =
|
|
6019
|
+
`, Root$4 = styledComponents.styled(Box)(
|
|
6020
6020
|
responsiveRadiusStyle,
|
|
6021
6021
|
skeletonStyle
|
|
6022
6022
|
), Skeleton = react.forwardRef(function(props, ref) {
|
|
@@ -6040,7 +6040,7 @@ const MenuItem = react.forwardRef(function(props, forwardedRef) {
|
|
|
6040
6040
|
ref
|
|
6041
6041
|
}
|
|
6042
6042
|
);
|
|
6043
|
-
}), Root$3 =
|
|
6043
|
+
}), Root$3 = styledComponents.styled(Skeleton)((props) => {
|
|
6044
6044
|
const { $size, $style } = props, { font, media } = theme.getTheme_v2(props.theme), fontStyle = font[$style];
|
|
6045
6045
|
return _responsive(media, $size, (sizeIndex) => {
|
|
6046
6046
|
const fontSize2 = fontStyle.sizes[sizeIndex];
|
|
@@ -6058,7 +6058,7 @@ const MenuItem = react.forwardRef(function(props, forwardedRef) {
|
|
|
6058
6058
|
}), CodeSkeleton = react.forwardRef(function(props, ref) {
|
|
6059
6059
|
const { size: size2 = 2, ...restProps } = props, $size = useArrayProp(size2);
|
|
6060
6060
|
return /* @__PURE__ */ jsxRuntime.jsx(Root$3, { ...restProps, $size, ref, $style: "code" });
|
|
6061
|
-
}), CustomButton =
|
|
6061
|
+
}), CustomButton = styledComponents.styled(Button)`
|
|
6062
6062
|
max-width: 100%;
|
|
6063
6063
|
`, Tab = react.forwardRef(function(props, forwardedRef) {
|
|
6064
6064
|
const {
|
|
@@ -6110,7 +6110,7 @@ const MenuItem = react.forwardRef(function(props, forwardedRef) {
|
|
|
6110
6110
|
function _isReactElement(node) {
|
|
6111
6111
|
return !!node;
|
|
6112
6112
|
}
|
|
6113
|
-
const CustomInline =
|
|
6113
|
+
const CustomInline = styledComponents.styled(Inline)`
|
|
6114
6114
|
& > div {
|
|
6115
6115
|
display: inline-block;
|
|
6116
6116
|
vertical-align: middle;
|
|
@@ -6172,13 +6172,13 @@ const CustomInline = styled__default.default(Inline)`
|
|
|
6172
6172
|
warning: "alert",
|
|
6173
6173
|
success: "alert",
|
|
6174
6174
|
info: "alert"
|
|
6175
|
-
}, Root$2 =
|
|
6175
|
+
}, Root$2 = styledComponents.styled(Card)`
|
|
6176
6176
|
pointer-events: all;
|
|
6177
6177
|
& > * {
|
|
6178
6178
|
opacity: var(${POPOVER_MOTION_CONTENT_OPACITY_PROPERTY}, 1);
|
|
6179
6179
|
will-change: opacity;
|
|
6180
6180
|
}
|
|
6181
|
-
`, TextBox =
|
|
6181
|
+
`, TextBox = styledComponents.styled(Flex)`
|
|
6182
6182
|
overflow-x: auto;
|
|
6183
6183
|
`;
|
|
6184
6184
|
function Toast(props) {
|
|
@@ -6224,14 +6224,14 @@ function useMounted() {
|
|
|
6224
6224
|
const subscribe = () => () => {
|
|
6225
6225
|
}, key$1 = Symbol.for("@sanity/ui/context/toast");
|
|
6226
6226
|
globalScope[key$1] = globalScope[key$1] || react.createContext(null);
|
|
6227
|
-
const ToastContext = globalScope[key$1], Root$1 =
|
|
6227
|
+
const ToastContext = globalScope[key$1], Root$1 = styledComponents.styled(Layer)`
|
|
6228
6228
|
position: fixed;
|
|
6229
6229
|
top: 0;
|
|
6230
6230
|
left: 0;
|
|
6231
6231
|
right: 0;
|
|
6232
6232
|
bottom: 0;
|
|
6233
6233
|
pointer-events: none;
|
|
6234
|
-
`, ToastContainer =
|
|
6234
|
+
`, ToastContainer = styledComponents.styled.div`
|
|
6235
6235
|
box-sizing: border-box;
|
|
6236
6236
|
position: absolute;
|
|
6237
6237
|
right: 0;
|
|
@@ -6508,7 +6508,7 @@ const TreeContext = globalScope[key], Tree = react.memo(
|
|
|
6508
6508
|
);
|
|
6509
6509
|
Tree.displayName = "Tree";
|
|
6510
6510
|
function treeItemRootStyle() {
|
|
6511
|
-
return
|
|
6511
|
+
return styledComponents.css`
|
|
6512
6512
|
&[role='none'] > [role='treeitem'] {
|
|
6513
6513
|
outline: none;
|
|
6514
6514
|
cursor: default;
|
|
@@ -6541,7 +6541,7 @@ function treeItemRootStyle() {
|
|
|
6541
6541
|
}
|
|
6542
6542
|
function treeItemRootColorStyle(props) {
|
|
6543
6543
|
const $tone = "default", { color } = theme.getTheme_v2(props.theme), tone = color.selectable[$tone];
|
|
6544
|
-
return
|
|
6544
|
+
return styledComponents.css`
|
|
6545
6545
|
&[role='none'] {
|
|
6546
6546
|
& > [role='treeitem'] {
|
|
6547
6547
|
${_cardColorStyle(color, tone.enabled)}
|
|
@@ -6585,7 +6585,7 @@ function treeItemRootColorStyle(props) {
|
|
|
6585
6585
|
}
|
|
6586
6586
|
function treeItemBoxStyle(props) {
|
|
6587
6587
|
const { $level } = props, { space } = theme.getTheme_v2(props.theme);
|
|
6588
|
-
return
|
|
6588
|
+
return styledComponents.css`
|
|
6589
6589
|
padding-left: ${rem(space[2] * $level)};
|
|
6590
6590
|
|
|
6591
6591
|
&[data-as='a'] {
|
|
@@ -6614,7 +6614,7 @@ const TreeGroup = react.memo(function(props) {
|
|
|
6614
6614
|
children
|
|
6615
6615
|
}
|
|
6616
6616
|
);
|
|
6617
|
-
}), Root = react.memo(
|
|
6617
|
+
}), Root = react.memo(styledComponents.styled.li(treeItemRootStyle, treeItemRootColorStyle)), TreeItemBox = styledComponents.styled(Box).attrs({ forwardedAs: "a" })(treeItemBoxStyle), ToggleArrowText = styledComponents.styled(Text)`
|
|
6618
6618
|
& > svg {
|
|
6619
6619
|
transition: transform 100ms;
|
|
6620
6620
|
}
|