@iress-oss/ids-components 6.1.0 → 6.2.1
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/.ai/components/select.md +16 -0
- package/dist/Autocomplete-DKufjQU5.js +324 -0
- package/dist/{Button-bZPKq0ue.js → Button-BY2qzshw.js} +4 -4
- package/dist/{Provider-DvnuqPfQ.js → Provider-BNuRw7ck.js} +2 -2
- package/dist/{Shadow-D2KoVwxD.js → Shadow-DAfthdT2.js} +3 -3
- package/dist/{Slideout-RnRSkJsj.js → Slideout-BOH2gwIN.js} +3 -3
- package/dist/{Table.styles-BLO9zGfS.js → Table.styles-CKD_vWqh.js} +3 -3
- package/dist/TableProvider-C8bDaWu2.js +80 -0
- package/dist/{TableRows-B3nZnazw.js → TableRows-DXoiLfwt.js} +3 -4
- package/dist/{Text.styles-C0D5aEE_.js → Text.styles-DUvXBRio.js} +2 -2
- package/dist/components/Alert/Alert.js +4 -4
- package/dist/components/Alert/Alert.styles.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.d.ts +1 -1
- package/dist/components/Autocomplete/Autocomplete.js +1 -1
- package/dist/components/Autocomplete/Autocomplete.styles.js +1 -1
- package/dist/components/Autocomplete/components/AutocompleteInstructions.js +4 -1
- package/dist/components/Autocomplete/hooks/useAutocompleteSearch.d.ts +7 -2
- package/dist/components/Autocomplete/hooks/useAutocompleteSearch.js +1 -1
- package/dist/components/Autocomplete/index.js +2 -2
- package/dist/components/Avatar/Avatar.js +3 -3
- package/dist/components/Avatar/Avatar.styles.js +1 -1
- package/dist/components/Avatar/AvatarGroup/AvatarGroup.js +3 -3
- package/dist/components/Avatar/AvatarGroup/AvatarGroup.styles.js +1 -1
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/Button/CloseButton/CloseButton.js +2 -2
- package/dist/components/Button/index.js +1 -1
- package/dist/components/ButtonGroup/ButtonGroup.js +4 -4
- package/dist/components/ButtonGroup/ButtonGroup.styles.js +1 -1
- package/dist/components/Card/Card.js +3 -3
- package/dist/components/Card/Card.styles.js +1 -1
- package/dist/components/Checkbox/Checkbox.js +4 -4
- package/dist/components/Checkbox/Checkbox.styles.js +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.js +1 -1
- package/dist/components/CheckboxGroup/CheckboxGroup.styles.js +1 -1
- package/dist/components/CheckboxMark/CheckboxMark.js +3 -3
- package/dist/components/CheckboxMark/CheckboxMark.styles.js +1 -1
- package/dist/components/Col/Col.js +2 -2
- package/dist/components/Col/Col.styles.js +1 -1
- package/dist/components/Container/Container.js +2 -2
- package/dist/components/Container/Container.styles.js +1 -1
- package/dist/components/Divider/Divider.js +3 -3
- package/dist/components/Divider/Divider.styles.js +1 -1
- package/dist/components/Expander/Expander.js +4 -4
- package/dist/components/Expander/Expander.styles.js +1 -1
- package/dist/components/ExpanderChevron/ExpanderChevron.js +1 -1
- package/dist/components/ExpanderChevron/ExpanderChevron.styles.js +1 -1
- package/dist/components/Field/Field.js +5 -5
- package/dist/components/Field/Field.styles.js +1 -1
- package/dist/components/Field/components/FieldFooter.js +3 -3
- package/dist/components/Field/components/FieldHint.js +3 -3
- package/dist/components/FieldGroup/FieldGroup.js +4 -4
- package/dist/components/FieldGroup/FieldGroup.styles.js +1 -1
- package/dist/components/Hide/Hide.js +1 -1
- package/dist/components/Hide/helpers/normaliseHideValues.js +1 -1
- package/dist/components/Icon/Icon.constants.js +1 -1
- package/dist/components/Icon/Icon.js +5 -5
- package/dist/components/Icon/Icon.styles.js +1 -1
- package/dist/components/Icon/IconProvider.js +2 -2
- package/dist/components/Icon/helpers/getMaterialSymbolsList.js +1 -1
- package/dist/components/Icon/hooks/useDynamicFontSubsetting.js +56 -39
- package/dist/components/Icon/index.js +1 -1
- package/dist/components/Image/Image.js +2 -2
- package/dist/components/Image/Image.styles.js +1 -1
- package/dist/components/Inline/Inline.js +2 -2
- package/dist/components/Inline/Inline.styles.js +1 -1
- package/dist/components/Input/Input.js +4 -4
- package/dist/components/Input/Input.styles.js +1 -1
- package/dist/components/Input/InputBase/InputBase.js +1 -1
- package/dist/components/InputCurrency/InputCurrency.js +1 -1
- package/dist/components/Label/Label.styles.js +1 -1
- package/dist/components/Label/LabelBase/LabelBase.js +2 -2
- package/dist/components/Link/Link.js +3 -3
- package/dist/components/Link/Link.styles.js +1 -1
- package/dist/components/Menu/Menu.js +3 -3
- package/dist/components/Menu/Menu.styles.js +1 -1
- package/dist/components/Menu/MenuDivider/MenuDivider.js +1 -1
- package/dist/components/Menu/MenuGroup/MenuGroup.js +2 -2
- package/dist/components/Menu/MenuGroup/MenuGroup.styles.js +1 -1
- package/dist/components/Menu/MenuHeading/MenuHeading.js +1 -1
- package/dist/components/Menu/MenuItem/MenuItem.js +4 -4
- package/dist/components/Menu/MenuItem/MenuItem.styles.js +1 -1
- package/dist/components/Menu/MenuText/MenuText.js +3 -3
- package/dist/components/Modal/Modal.js +6 -6
- package/dist/components/Modal/Modal.styles.js +1 -1
- package/dist/components/Panel/Panel.js +1 -1
- package/dist/components/Pill/Pill.js +4 -4
- package/dist/components/Pill/Pill.styles.js +1 -1
- package/dist/components/Placeholder/Placeholder.js +1 -1
- package/dist/components/Placeholder/Placeholder.styles.js +1 -1
- package/dist/components/Popover/InputPopover/InputPopover.js +2 -2
- package/dist/components/Popover/Popover.js +4 -4
- package/dist/components/Popover/Popover.styles.js +1 -1
- package/dist/components/Popover/components/PopoverActivator.js +14 -10
- package/dist/components/Popover/components/PopoverContent.js +54 -44
- package/dist/components/Popover/helpers/handlePopoverTabKey.js +2 -2
- package/dist/components/Popover/hooks/useFloatingPopover.js +1 -1
- package/dist/components/Popover/hooks/usePopoverItem.js +1 -1
- package/dist/components/Popover/hooks/usePopoverNavigation.js +1 -1
- package/dist/components/Progress/Progress.js +5 -5
- package/dist/components/Progress/Progress.styles.js +1 -1
- package/dist/components/Provider/Provider.js +1 -1
- package/dist/components/Provider/index.js +1 -1
- package/dist/components/Radio/Radio.js +4 -4
- package/dist/components/Radio/Radio.styles.js +1 -1
- package/dist/components/RadioGroup/RadioGroup.js +2 -2
- package/dist/components/RadioGroup/RadioGroup.styles.js +1 -1
- package/dist/components/RadioMark/RadioMark.js +3 -3
- package/dist/components/RadioMark/RadioMark.styles.js +1 -1
- package/dist/components/Readonly/Readonly.js +4 -4
- package/dist/components/Readonly/Readonly.styles.js +1 -1
- package/dist/components/Row/Row.js +2 -2
- package/dist/components/Row/Row.styles.js +1 -1
- package/dist/components/Select/Select.d.ts +6 -0
- package/dist/components/Select/Select.js +1 -1
- package/dist/components/Select/Select.styles.js +1 -1
- package/dist/components/Select/SelectBody/SelectBody.js +1 -1
- package/dist/components/Select/SelectBody/SelectBody.styles.js +1 -1
- package/dist/components/Select/SelectHeading/SelectHeading.js +2 -2
- package/dist/components/Select/SelectLabel/SelectLabel.js +1 -1
- package/dist/components/Select/SelectLabel/SelectLabel.styles.js +1 -1
- package/dist/components/Select/SelectMenu/SelectMenu.js +1 -1
- package/dist/components/Select/SelectMenu/SelectMenu.styles.js +1 -1
- package/dist/components/Select/SelectMenu/SelectMenuItem.js +1 -1
- package/dist/components/Select/SelectSearch/SelectSearch.js +1 -1
- package/dist/components/Select/SelectSearch/SelectSearch.styles.js +1 -1
- package/dist/components/Select/SelectSearchInput/SelectSearchInput.js +1 -1
- package/dist/components/Select/SelectSearchInput/SelectSearchInput.styles.js +1 -1
- package/dist/components/Select/SelectTags/SelectTags.js +2 -2
- package/dist/components/Select/SelectTags/SelectTags.styles.js +1 -1
- package/dist/components/Select/components/NativeSelect.js +3 -3
- package/dist/components/Select/components/NativeSelect.styles.d.ts +1 -1
- package/dist/components/Select/components/NativeSelect.styles.js +2 -2
- package/dist/components/Select/components/SelectOptions.d.ts +2 -2
- package/dist/components/Select/components/SelectOptions.js +78 -72
- package/dist/components/Select/index.js +1 -1
- package/dist/components/Skeleton/Skeleton.js +1 -1
- package/dist/components/Skeleton/Skeleton.styles.js +1 -1
- package/dist/components/SkipLink/SkipLink.js +2 -2
- package/dist/components/SkipLink/SkipLink.styles.js +1 -1
- package/dist/components/Slideout/Slideout.js +1 -1
- package/dist/components/Slideout/Slideout.styles.js +1 -1
- package/dist/components/Slideout/components/SlideoutInner.js +2 -2
- package/dist/components/Slideout/hooks/usePushElement.js +1 -1
- package/dist/components/Slideout/index.js +1 -1
- package/dist/components/Slider/Slider.js +3 -3
- package/dist/components/Slider/Slider.styles.js +1 -1
- package/dist/components/Slider/components/SliderTicks.js +2 -2
- package/dist/components/Spinner/Spinner.js +1 -1
- package/dist/components/Spinner/Spinner.styles.js +2 -2
- package/dist/components/Stack/Stack.js +2 -2
- package/dist/components/Stack/Stack.styles.js +1 -1
- package/dist/components/Styled/Styled.js +1 -1
- package/dist/components/TabSet/Tab/Tab.js +3 -3
- package/dist/components/TabSet/Tab/Tab.styles.js +1 -1
- package/dist/components/TabSet/TabSet.js +5 -5
- package/dist/components/TabSet/TabSet.styles.js +1 -1
- package/dist/components/Table/Table.js +1 -1
- package/dist/components/Table/Table.styles.js +1 -1
- package/dist/components/Table/TableBody/TableBody.js +1 -1
- package/dist/components/Table/TableProvider.js +2 -43
- package/dist/components/Table/components/TableEmpty.js +1 -1
- package/dist/components/Table/components/TableFilterButton.js +1 -1
- package/dist/components/Table/components/TableHeader.js +1 -1
- package/dist/components/Table/components/TableHeaderCell.js +1 -1
- package/dist/components/Table/components/TableRows.js +1 -1
- package/dist/components/Table/components/TableSortButton.js +1 -1
- package/dist/components/Table/helpers/composeTableColumnDefs.js +1 -1
- package/dist/components/Table/helpers/composeTableInitialColumnFilters.js +1 -1
- package/dist/components/Table/hooks/useTable.js +1 -1
- package/dist/components/Table/hooks/useTableColumnFilter.js +2 -2
- package/dist/components/Table/hooks/useTableColumnSort.js +1 -1
- package/dist/components/Table/hooks/useTableColumnStyles.js +4 -4
- package/dist/components/Table/index.js +2 -2
- package/dist/components/Tag/Tag.js +3 -3
- package/dist/components/Tag/Tag.styles.js +1 -1
- package/dist/components/TagInput/TagInput.styles.js +1 -1
- package/dist/components/Text/Text.js +3 -3
- package/dist/components/Text/Text.styles.js +1 -1
- package/dist/components/Text/index.js +1 -1
- package/dist/components/Toaster/Toaster.js +3 -3
- package/dist/components/Toaster/Toaster.styles.js +1 -1
- package/dist/components/Toaster/components/Toast/Toast.js +2 -2
- package/dist/components/Toaster/components/Toast/Toast.styles.js +1 -1
- package/dist/components/Toggle/Toggle.js +3 -3
- package/dist/components/Toggle/Toggle.styles.js +1 -1
- package/dist/components/Tooltip/Tooltip.js +3 -3
- package/dist/components/Tooltip/Tooltip.styles.js +1 -1
- package/dist/components/ValidationMessage/ValidationLink/ValidationLink.js +1 -1
- package/dist/components/ValidationMessage/ValidationMessage.js +3 -3
- package/dist/components/ValidationMessage/ValidationSummary/ValidationSummary.js +2 -2
- package/dist/{composeTableColumnDefs-B1U_Snxq.js → composeTableColumnDefs-DzUn8D5f.js} +230 -266
- package/dist/constants.js +1 -1
- package/dist/{create-recipe-CYwSzH6a.js → create-recipe-A316lnq3.js} +3 -3
- package/dist/{css-D3KwXbP0.js → css-R34N3rft.js} +32 -32
- package/dist/{cva-BWFp4eLV.js → cva-DcOwIar2.js} +2 -2
- package/dist/{factory-sKbby7-S.js → factory-BKr3zaf6.js} +4 -4
- package/dist/{floating-ui.react-COiJC198.js → floating-ui.react-TDMXDOBr.js} +50 -50
- package/dist/helpers/dom/focusableElements.js +1 -1
- package/dist/helpers/label-value/highlightQueryInLabel.js +378 -2
- package/dist/helpers/label-value/highlightQueryInLabelValue.js +1 -1
- package/dist/helpers/label-value/searchLabelValues.js +3 -2
- package/dist/helpers/styling/iressCss.js +1 -1
- package/dist/hooks/useBreakpoint.js +1 -1
- package/dist/hooks/useResponsiveProps.js +1 -1
- package/dist/index.d-BITk11Vr.js +4 -0
- package/dist/{index.esm-CmxdHJYy.js → index.esm-CapMi3wi.js} +2 -2
- package/dist/{is-valid-prop-BoZ7GJt2.js → is-valid-prop-BVyYPT21.js} +1 -1
- package/dist/{main-BpD96KHv.js → main-TklToXNs.js} +24 -25
- package/dist/main.js +10 -10
- package/dist/patterns/Breadcrumbs/Breadcrumbs.js +2 -2
- package/dist/patterns/Breadcrumbs/Breadcrumbs.styles.js +1 -1
- package/dist/patterns/ContextualMenu/ContextualMenu.js +5 -5
- package/dist/patterns/ContextualMenu/ContextualMenu.styles.js +1 -1
- package/dist/patterns/DropdownMenu/DropdownMenu.js +86 -85
- package/dist/patterns/DropdownMenu/DropdownMenu.styles.js +1 -1
- package/dist/patterns/Form/Form.styles.js +1 -1
- package/dist/patterns/Form/FormField/helpers/getErrorTypeMessage.js +2 -2
- package/dist/patterns/Form/FormField/helpers/transformCustomRulesToValidateRule.js +5 -5
- package/dist/patterns/Form/FormValidationSummary/FormValidationSummary.js +1 -1
- package/dist/patterns/Form/HookForm/HookForm.js +2 -2
- package/dist/patterns/Form/components/LongForm.js +1 -1
- package/dist/patterns/Form/components/ShortForm.js +1 -1
- package/dist/patterns/Loading/Loading.styles.js +1 -1
- package/dist/patterns/Loading/components/ComponentLoading.js +4 -4
- package/dist/patterns/Loading/components/DefaultLoading.js +2 -2
- package/dist/patterns/Loading/components/LongLoading.js +4 -4
- package/dist/patterns/Loading/components/PageLoading.js +2 -2
- package/dist/patterns/Loading/components/StartUpLoading.js +2 -2
- package/dist/patterns/Loading/components/ValidateLoading.js +3 -3
- package/dist/patterns/Shadow/Shadow.js +1 -1
- package/dist/patterns/Shadow/index.js +1 -1
- package/dist/patterns/SideNav/SideNav.js +4 -4
- package/dist/patterns/SideNav/SideNav.styles.js +1 -1
- package/dist/rolldown-runtime-3b4jIN3o.js +13 -0
- package/dist/style.css +1 -1
- package/dist/{sva-DOLIp5Dd.js → sva-DGhdmNso.js} +3 -3
- package/dist/{useAutocompleteSearch-DxKxs6HH.js → useAutocompleteSearch-BYzUn7Ag.js} +45 -44
- package/package.json +16 -16
- package/dist/Autocomplete-BRGD9dSh.js +0 -321
- package/dist/highlightQueryInLabel-BLIy9JHT.js +0 -386
- package/dist/index.d-CLYyYDIv.js +0 -4
- /package/dist/{constants-D0UW4Ewm.js → constants-DJz-xntC.js} +0 -0
- /package/dist/{cx-CZ8IJJTy.js → cx-QcEwjve6.js} +0 -0
- /package/dist/{tokens-CG_Rn1W3.js → tokens-DQsbW5to.js} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
//#region src/components/Icon/helpers/getMaterialSymbolsList.ts
|
|
2
2
|
var e = async () => {
|
|
3
|
-
let { default: e } = await import("../../../index.d-
|
|
3
|
+
let { default: e } = await import("../../../index.d-BITk11Vr.js"), t = e, n = /type MaterialSymbols = (\[)([\s\S]*?)(\]);/.exec(t);
|
|
4
4
|
if (!n) throw Error("Could not parse Material Symbols type definition");
|
|
5
5
|
return n[2].split(",").map((e) => e.trim()).filter((e) => e.startsWith("\"")).map((e) => e.replace(/(^")|("$)/g, ""));
|
|
6
6
|
}, t = null, n = () => (t ??= e(), t);
|
|
@@ -2,63 +2,80 @@ import { getNonce as e } from "../../../helpers/dom/getNonce.js";
|
|
|
2
2
|
import { idsLogger as t } from "../../../helpers/utility/idsLogger.js";
|
|
3
3
|
import { useCallback as n, useEffect as r, useRef as i, useState as a } from "react";
|
|
4
4
|
//#region src/components/Icon/hooks/useDynamicFontSubsetting.ts
|
|
5
|
-
var o = (
|
|
6
|
-
let
|
|
7
|
-
|
|
5
|
+
var o = (e, t, n) => {
|
|
6
|
+
let r = Array.from(document.querySelectorAll(`link[data-${t}]`)).filter((e) => e !== n).flatMap((e) => {
|
|
7
|
+
let t = e.getAttribute("data-icons");
|
|
8
|
+
return t ? t.split(",").filter(Boolean) : [];
|
|
9
|
+
});
|
|
10
|
+
if (r.length === 0) return e;
|
|
11
|
+
let i = Array.from(/* @__PURE__ */ new Set([...e, ...r]));
|
|
12
|
+
return i.sort((e, t) => e.localeCompare(t)), i;
|
|
13
|
+
}, s = (e, t, n) => {
|
|
14
|
+
if (e) return !1;
|
|
15
|
+
let r = document.querySelector(`link[data-${t}]:not([data-icons])`);
|
|
16
|
+
return !!(r && r !== n);
|
|
17
|
+
}, c = (e, t, n, r) => e ? !t : n.some((e) => !r.has(e)), l = 0, u = ({ icons: u, buildUrl: d, dataAttribute: f, fontFamily: p, disabled: m = !1, noSubsetting: h = !1 }) => {
|
|
18
|
+
let [g, _] = a(/* @__PURE__ */ new Set()), [v, y] = a(!1), b = i(null), x = i(String(++l)), S = n((e) => {
|
|
19
|
+
_((t) => {
|
|
8
20
|
let n = new Set(t);
|
|
9
21
|
return e.forEach((e) => n.add(e)), n;
|
|
10
22
|
});
|
|
11
|
-
}, []),
|
|
23
|
+
}, []), C = n((e) => {
|
|
12
24
|
e?.parentNode?.removeChild(e);
|
|
13
|
-
}, []),
|
|
14
|
-
|
|
25
|
+
}, []), w = n((e, t) => {
|
|
26
|
+
S(t), C(e), h && y(!0);
|
|
15
27
|
}, [
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
]),
|
|
20
|
-
t(`[useDynamicFontSubsetting] Failed to load font "${
|
|
21
|
-
|
|
28
|
+
S,
|
|
29
|
+
C,
|
|
30
|
+
h
|
|
31
|
+
]), T = n((e) => {
|
|
32
|
+
t(`[useDynamicFontSubsetting] Failed to load font "${p}" for icons: ${e.join(", ")}. Icons will render as text after timeout.`), setTimeout(() => {
|
|
33
|
+
S(e);
|
|
22
34
|
}, 3e3);
|
|
23
|
-
}, [
|
|
24
|
-
"fonts" in document ? (document.fonts.check(`24px "${
|
|
35
|
+
}, [S, p]), E = n((e, t) => {
|
|
36
|
+
"fonts" in document ? (document.fonts.check(`24px "${p}"`) ? Promise.resolve() : document.fonts.load(`24px "${p}"`)).then(() => w(e, t)).catch(() => T(t)) : setTimeout(() => S(t), 1e3);
|
|
25
37
|
}, [
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
38
|
+
p,
|
|
39
|
+
w,
|
|
40
|
+
T,
|
|
41
|
+
S
|
|
30
42
|
]);
|
|
31
43
|
return r(() => () => {
|
|
32
|
-
|
|
33
|
-
}, []), r(() => {
|
|
34
|
-
if (
|
|
35
|
-
let t = Array.from(
|
|
36
|
-
|
|
37
|
-
let
|
|
38
|
-
if (
|
|
39
|
-
|
|
44
|
+
document.querySelectorAll(`link[data-${f}="${x.current}"]`).forEach((e) => e.parentNode?.removeChild(e));
|
|
45
|
+
}, [f]), r(() => {
|
|
46
|
+
if (m) return;
|
|
47
|
+
let t = x.current, n = Array.from(u);
|
|
48
|
+
n.sort((e, t) => e.localeCompare(t));
|
|
49
|
+
let r = document.querySelector(`link[data-${f}="${t}"]`);
|
|
50
|
+
if (s(h, f, r)) {
|
|
51
|
+
E(null, n);
|
|
52
|
+
return;
|
|
53
|
+
}
|
|
54
|
+
let i = d(h ? n : o(n, f, r));
|
|
55
|
+
if (i === !1) {
|
|
56
|
+
h && y(!0);
|
|
40
57
|
return;
|
|
41
58
|
}
|
|
42
|
-
if (r?.getAttribute("data-url") ===
|
|
43
|
-
(
|
|
59
|
+
if (r?.getAttribute("data-url") === i) {
|
|
60
|
+
c(h, v, n, g) && E(null, n);
|
|
44
61
|
return;
|
|
45
62
|
}
|
|
46
|
-
let
|
|
47
|
-
|
|
63
|
+
let a = e(), l = document.createElement("link");
|
|
64
|
+
l.rel = "stylesheet", l.href = i, a && (l.nonce = a), l.setAttribute(`data-${f}`, t), l.setAttribute("data-url", i), h || l.setAttribute("data-icons", n.join(",")), l.addEventListener("load", () => E(r, n)), l.addEventListener("error", () => T(n)), document.head.appendChild(l), b.current = l;
|
|
48
65
|
}, [
|
|
49
|
-
o,
|
|
50
|
-
s,
|
|
51
|
-
c,
|
|
52
66
|
u,
|
|
53
|
-
x,
|
|
54
|
-
b,
|
|
55
67
|
d,
|
|
68
|
+
f,
|
|
56
69
|
m,
|
|
57
|
-
|
|
70
|
+
E,
|
|
71
|
+
T,
|
|
72
|
+
h,
|
|
73
|
+
v,
|
|
74
|
+
g
|
|
58
75
|
]), {
|
|
59
|
-
loadedIcons:
|
|
60
|
-
isIconLoaded: (e) =>
|
|
76
|
+
loadedIcons: g,
|
|
77
|
+
isIconLoaded: (e) => h ? v : g.has(e)
|
|
61
78
|
};
|
|
62
79
|
};
|
|
63
80
|
//#endregion
|
|
64
|
-
export {
|
|
81
|
+
export { u as useDynamicFontSubsetting };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { icon as e } from "./Icon.styles.js";
|
|
2
|
-
import { s as t } from "../../constants-
|
|
2
|
+
import { s as t } from "../../constants-DJz-xntC.js";
|
|
3
3
|
import { IressIconProvider as n } from "./IconProvider.js";
|
|
4
4
|
import { IressIcon as r } from "./Icon.js";
|
|
5
5
|
export { r as IressIcon, n as IressIconProvider, t as MATERIAL_SYMBOLS, e as icon };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as e } from "../../cx-
|
|
2
|
-
import { t } from "../../factory-
|
|
1
|
+
import { t as e } from "../../cx-QcEwjve6.js";
|
|
2
|
+
import { t } from "../../factory-BKr3zaf6.js";
|
|
3
3
|
import { GlobalCSSClass as n } from "../../enums.js";
|
|
4
4
|
import { image as r } from "./Image.styles.js";
|
|
5
5
|
import { jsx as i } from "react/jsx-runtime";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as e } from "../../cx-
|
|
2
|
-
import { t } from "../../factory-
|
|
1
|
+
import { t as e } from "../../cx-QcEwjve6.js";
|
|
2
|
+
import { t } from "../../factory-BKr3zaf6.js";
|
|
3
3
|
import { GlobalCSSClass as n } from "../../enums.js";
|
|
4
4
|
import { inline as r } from "./Inline.styles.js";
|
|
5
5
|
import { jsx as i } from "react/jsx-runtime";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as e } from "../../cx-
|
|
2
|
-
import { n as t } from "../../is-valid-prop-
|
|
3
|
-
import { t as n } from "../../factory-
|
|
1
|
+
import { t as e } from "../../cx-QcEwjve6.js";
|
|
2
|
+
import { n as t } from "../../is-valid-prop-BVyYPT21.js";
|
|
3
|
+
import { t as n } from "../../factory-BKr3zaf6.js";
|
|
4
4
|
import { GlobalCSSClass as r } from "../../enums.js";
|
|
5
|
-
import { t as i } from "../../Button-
|
|
5
|
+
import { t as i } from "../../Button-BY2qzshw.js";
|
|
6
6
|
import { IressSpinner as a } from "../Spinner/Spinner.js";
|
|
7
7
|
import { useControlledState as o } from "../../hooks/useControlledState.js";
|
|
8
8
|
import { IressCloseButton as s } from "../Button/CloseButton/CloseButton.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as e } from "../../../factory-
|
|
1
|
+
import { t as e } from "../../../factory-BKr3zaf6.js";
|
|
2
2
|
import { forwardRef as t, useImperativeHandle as n, useRef as r } from "react";
|
|
3
3
|
import { jsx as i } from "react/jsx-runtime";
|
|
4
4
|
var a = t(({ "data-testid": t, rows: a, ...o }, s) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as e } from "../../../cx-
|
|
2
|
-
import { t } from "../../../factory-
|
|
1
|
+
import { t as e } from "../../../cx-QcEwjve6.js";
|
|
2
|
+
import { t } from "../../../factory-BKr3zaf6.js";
|
|
3
3
|
import { GlobalCSSClass as n } from "../../../enums.js";
|
|
4
4
|
import { IressIcon as r } from "../../Icon/Icon.js";
|
|
5
5
|
import { propagateTestid as i } from "../../../helpers/utility/propagateTestid.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as e } from "../../css-
|
|
2
|
-
import { t } from "../../cx-
|
|
3
|
-
import { n } from "../../is-valid-prop-
|
|
1
|
+
import { t as e } from "../../css-R34N3rft.js";
|
|
2
|
+
import { t } from "../../cx-QcEwjve6.js";
|
|
3
|
+
import { n } from "../../is-valid-prop-BVyYPT21.js";
|
|
4
4
|
import { GlobalCSSClass as r } from "../../enums.js";
|
|
5
5
|
import { IressSpinner as i } from "../Spinner/Spinner.js";
|
|
6
6
|
import { link as a } from "./Link.styles.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { t as e } from "../../cx-
|
|
2
|
-
import { t } from "../../factory-
|
|
1
|
+
import { t as e } from "../../cx-QcEwjve6.js";
|
|
2
|
+
import { t } from "../../factory-BKr3zaf6.js";
|
|
3
3
|
import { GlobalCSSClass as n } from "../../enums.js";
|
|
4
4
|
import { toArray as r } from "../../helpers/formatting/toArray.js";
|
|
5
5
|
import { useControlledState as i } from "../../hooks/useControlledState.js";
|
|
6
6
|
import { useIdIfNeeded as a } from "../../hooks/useIdIfNeeded.js";
|
|
7
|
-
import { t as o } from "../../floating-ui.react-
|
|
7
|
+
import { t as o } from "../../floating-ui.react-TDMXDOBr.js";
|
|
8
8
|
import { usePopover as s } from "../Popover/hooks/usePopover.js";
|
|
9
9
|
import { IressTooltipProvider as c } from "../Tooltip/TooltipProvider.js";
|
|
10
10
|
import { menu as l } from "./Menu.styles.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as e } from "../../../cx-
|
|
1
|
+
import { t as e } from "../../../cx-QcEwjve6.js";
|
|
2
2
|
import { GlobalCSSClass as t } from "../../../enums.js";
|
|
3
3
|
import { MenuContext as n } from "../Menu.js";
|
|
4
4
|
import { IressDivider as r } from "../../Divider/Divider.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as e } from "../../../cx-
|
|
1
|
+
import { t as e } from "../../../cx-QcEwjve6.js";
|
|
2
2
|
import { GlobalCSSClass as t } from "../../../enums.js";
|
|
3
3
|
import { IressIcon as n } from "../../Icon/Icon.js";
|
|
4
4
|
import { propagateTestid as r } from "../../../helpers/utility/propagateTestid.js";
|
|
@@ -79,7 +79,7 @@ var v = ({ append: v, active: y, children: b, className: x, defaultActive: S, di
|
|
|
79
79
|
"data-testid": A,
|
|
80
80
|
...j,
|
|
81
81
|
className: e(t.MenuGroup, x),
|
|
82
|
-
srOnly: F == "rail"
|
|
82
|
+
srOnly: F == "rail" || void 0,
|
|
83
83
|
width: F == "rail" ? "auto" : void 0,
|
|
84
84
|
children: E
|
|
85
85
|
}),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as e } from "../../../cx-
|
|
1
|
+
import { t as e } from "../../../cx-QcEwjve6.js";
|
|
2
2
|
import { GlobalCSSClass as t } from "../../../enums.js";
|
|
3
3
|
import { IressMenuText as n } from "../MenuText/MenuText.js";
|
|
4
4
|
import { jsx as r } from "react/jsx-runtime";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { t as e } from "../../../css-
|
|
2
|
-
import { t } from "../../../cx-
|
|
3
|
-
import { n } from "../../../is-valid-prop-
|
|
1
|
+
import { t as e } from "../../../css-R34N3rft.js";
|
|
2
|
+
import { t } from "../../../cx-QcEwjve6.js";
|
|
3
|
+
import { n } from "../../../is-valid-prop-BVyYPT21.js";
|
|
4
4
|
import { GlobalCSSClass as r } from "../../../enums.js";
|
|
5
5
|
import { idsLogger as ee } from "../../../helpers/utility/idsLogger.js";
|
|
6
6
|
import { IressIcon as i } from "../../Icon/Icon.js";
|
|
7
7
|
import { propagateTestid as a } from "../../../helpers/utility/propagateTestid.js";
|
|
8
|
-
import { n as te } from "../../../floating-ui.react-
|
|
8
|
+
import { n as te } from "../../../floating-ui.react-TDMXDOBr.js";
|
|
9
9
|
import { usePopover as o } from "../../Popover/hooks/usePopover.js";
|
|
10
10
|
import { usePopoverItem as s } from "../../Popover/hooks/usePopoverItem.js";
|
|
11
11
|
import { IressTooltip as ne } from "../../Tooltip/Tooltip.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { t as e } from "../../../css-
|
|
2
|
-
import { t } from "../../../cx-
|
|
3
|
-
import { n } from "../../../is-valid-prop-
|
|
1
|
+
import { t as e } from "../../../css-R34N3rft.js";
|
|
2
|
+
import { t } from "../../../cx-QcEwjve6.js";
|
|
3
|
+
import { n } from "../../../is-valid-prop-BVyYPT21.js";
|
|
4
4
|
import { GlobalCSSClass as r } from "../../../enums.js";
|
|
5
5
|
import { IressText as i } from "../../Text/Text.js";
|
|
6
6
|
import { MenuContext as a } from "../Menu.js";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { t as e } from "../../cx-
|
|
2
|
-
import { n as t } from "../../is-valid-prop-
|
|
3
|
-
import { t as n } from "../../factory-
|
|
1
|
+
import { t as e } from "../../cx-QcEwjve6.js";
|
|
2
|
+
import { n as t } from "../../is-valid-prop-BVyYPT21.js";
|
|
3
|
+
import { t as n } from "../../factory-BKr3zaf6.js";
|
|
4
4
|
import { GlobalCSSClass as r } from "../../enums.js";
|
|
5
5
|
import { idsLogger as i } from "../../helpers/utility/idsLogger.js";
|
|
6
6
|
import { IressIcon as ee } from "../Icon/Icon.js";
|
|
7
|
-
import { t as te } from "../../Button-
|
|
8
|
-
import { t as ne } from "../../Text.styles-
|
|
7
|
+
import { t as te } from "../../Button-BY2qzshw.js";
|
|
8
|
+
import { t as ne } from "../../Text.styles-DUvXBRio.js";
|
|
9
9
|
import { IressText as a } from "../Text/Text.js";
|
|
10
10
|
import { propagateTestid as o } from "../../helpers/utility/propagateTestid.js";
|
|
11
11
|
import { alert as s } from "../Alert/Alert.styles.js";
|
|
12
12
|
import { useIdIfNeeded as c } from "../../hooks/useIdIfNeeded.js";
|
|
13
|
-
import { b as l, d as u, g as re, o as ie, r as ae, s as oe, u as se, y as ce } from "../../floating-ui.react-
|
|
13
|
+
import { b as l, d as u, g as re, o as ie, r as ae, s as oe, u as se, y as ce } from "../../floating-ui.react-TDMXDOBr.js";
|
|
14
14
|
import { IressCloseButton as le } from "../Button/CloseButton/CloseButton.js";
|
|
15
15
|
import { modal as d } from "./Modal.styles.js";
|
|
16
16
|
import { useProviderModal as f } from "./hooks/useProviderModal.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as e } from "../../css-
|
|
2
|
-
import { t } from "../../cx-
|
|
3
|
-
import { n } from "../../is-valid-prop-
|
|
4
|
-
import { t as r } from "../../factory-
|
|
1
|
+
import { t as e } from "../../css-R34N3rft.js";
|
|
2
|
+
import { t } from "../../cx-QcEwjve6.js";
|
|
3
|
+
import { n } from "../../is-valid-prop-BVyYPT21.js";
|
|
4
|
+
import { t as r } from "../../factory-BKr3zaf6.js";
|
|
5
5
|
import { GlobalCSSClass as i } from "../../enums.js";
|
|
6
6
|
import { pill as a } from "./Pill.styles.js";
|
|
7
7
|
import { jsx as o } from "react/jsx-runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as e } from "../../cx-
|
|
1
|
+
import { t as e } from "../../cx-QcEwjve6.js";
|
|
2
2
|
import { GlobalCSSClass as t } from "../../enums.js";
|
|
3
3
|
import { IressText as n } from "../Text/Text.js";
|
|
4
4
|
import { toCSSLengthValue as r } from "../../helpers/formatting/toCSSLengthValue.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as e } from "../../../cx-
|
|
2
|
-
import { t } from "../../../factory-
|
|
1
|
+
import { t as e } from "../../../cx-QcEwjve6.js";
|
|
2
|
+
import { t } from "../../../factory-BKr3zaf6.js";
|
|
3
3
|
import { GlobalCSSClass as n } from "../../../enums.js";
|
|
4
4
|
import { propagateTestid as r } from "../../../helpers/utility/propagateTestid.js";
|
|
5
5
|
import { FloatingPopoverContext as i, useFloatingPopover as a } from "../hooks/useFloatingPopover.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as e } from "../../css-
|
|
2
|
-
import { t } from "../../cx-
|
|
3
|
-
import { n } from "../../is-valid-prop-
|
|
4
|
-
import { t as r } from "../../factory-
|
|
1
|
+
import { t as e } from "../../css-R34N3rft.js";
|
|
2
|
+
import { t } from "../../cx-QcEwjve6.js";
|
|
3
|
+
import { n } from "../../is-valid-prop-BVyYPT21.js";
|
|
4
|
+
import { t as r } from "../../factory-BKr3zaf6.js";
|
|
5
5
|
import { GlobalCSSClass as i } from "../../enums.js";
|
|
6
6
|
import { propagateTestid as a } from "../../helpers/utility/propagateTestid.js";
|
|
7
7
|
import { FloatingPopoverContext as o, useFloatingPopover as s } from "./hooks/useFloatingPopover.js";
|
|
@@ -19,21 +19,25 @@ var s = [
|
|
|
19
19
|
e.removeAttribute(n), r && t.setAttribute(n, r);
|
|
20
20
|
}), r && t.setAttribute("id", r);
|
|
21
21
|
}, l = ({ children: s, ...l }) => {
|
|
22
|
-
let u = n(), d = a(null), f = s?.props,
|
|
22
|
+
let u = n(), d = a(null), f = a(null), p = a(null), m = s?.props, h = t(u, m), g = i(() => {
|
|
23
23
|
if (u?.show) return [
|
|
24
24
|
...u.getAriaControls(),
|
|
25
|
-
|
|
25
|
+
m["aria-controls"],
|
|
26
26
|
u.api.context.floatingId
|
|
27
27
|
].join(" ").trim();
|
|
28
|
-
}, [
|
|
29
|
-
return r(() => {
|
|
30
|
-
|
|
28
|
+
}, [m, u]);
|
|
29
|
+
return r(() => () => {
|
|
30
|
+
f.current !== null && clearTimeout(f.current), p.current !== null && clearTimeout(p.current);
|
|
31
|
+
}, []), r(() => {
|
|
32
|
+
if (!d.current || !u?.getVirtualFocus || u.activeIndex === null) return;
|
|
33
|
+
let e = setTimeout(() => u?.api.refs.domReference.current?.removeAttribute("aria-activedescendant"));
|
|
34
|
+
return d.current.setAttribute("aria-activedescendant", u.list.current?.[u.activeIndex]?.id ?? ""), () => clearTimeout(e);
|
|
31
35
|
}, [u]), /* @__PURE__ */ o("div", {
|
|
32
36
|
...l,
|
|
33
37
|
...u?.interactions.getReferenceProps({
|
|
34
|
-
...
|
|
35
|
-
"aria-controls":
|
|
36
|
-
role:
|
|
38
|
+
...h,
|
|
39
|
+
"aria-controls": g,
|
|
40
|
+
role: m.role,
|
|
37
41
|
ref: (t) => {
|
|
38
42
|
if (!t) return;
|
|
39
43
|
u?.api.refs.setReference(t);
|
|
@@ -46,9 +50,9 @@ var s = [
|
|
|
46
50
|
},
|
|
47
51
|
onFocus: (e) => {
|
|
48
52
|
let t = u?.api.refs.floating.current, n = e.relatedTarget;
|
|
49
|
-
n instanceof Element && (n.hasAttribute("data-floating-ui-focus-guard") || t?.contains(n)) && u.show && (setTimeout(() => {
|
|
53
|
+
n instanceof Element && (n.hasAttribute("data-floating-ui-focus-guard") || t?.contains(n)) && u.show && (clearTimeout(f.current ?? void 0), f.current = setTimeout(() => {
|
|
50
54
|
d.current?.focus();
|
|
51
|
-
}), setTimeout(() => {
|
|
55
|
+
}), clearTimeout(p.current ?? void 0), p.current = setTimeout(() => {
|
|
52
56
|
let n = document.activeElement;
|
|
53
57
|
n instanceof Element && n.closest("[data-floating-ui-focusable]") && !t?.contains(n) || u.setShowWithReason(!1, e.nativeEvent, "focus");
|
|
54
58
|
}, 300));
|
|
@@ -1,74 +1,84 @@
|
|
|
1
|
-
import { t as e } from "../../../factory-
|
|
2
|
-
import { a as t, c as n, f as r, i, p as a, r as o, s } from "../../../floating-ui.react-
|
|
1
|
+
import { t as e } from "../../../factory-BKr3zaf6.js";
|
|
2
|
+
import { a as t, c as n, f as r, i, p as a, r as o, s } from "../../../floating-ui.react-TDMXDOBr.js";
|
|
3
3
|
import { usePopover as c } from "../hooks/usePopover.js";
|
|
4
4
|
import { composePopoverFloatingProps as l } from "../helpers/composeFloatingProps.js";
|
|
5
5
|
import { usePopoverContainer as u } from "../hooks/usePopoverContainer.js";
|
|
6
|
-
import { useEffect as d, useMemo as f, useRef as p } from "react";
|
|
7
|
-
import { jsx as
|
|
6
|
+
import { useEffect as d, useMemo as f, useRef as p, useState as m } from "react";
|
|
7
|
+
import { jsx as h } from "react/jsx-runtime";
|
|
8
8
|
//#region src/components/Popover/components/PopoverContent.tsx
|
|
9
|
-
var
|
|
10
|
-
let
|
|
9
|
+
var g = ({ children: t, displayMode: n, id: r, observerTarget: a, style: s, virtualFocus: u, ...m }) => {
|
|
10
|
+
let g = c(), _ = p(null);
|
|
11
11
|
d(() => {
|
|
12
|
-
if (
|
|
13
|
-
let e = () => {
|
|
14
|
-
|
|
12
|
+
if (g?.show) {
|
|
13
|
+
let e = a ?? document.body, t = () => {
|
|
14
|
+
e.querySelectorAll("[data-floating-ui-focus-guard][aria-hidden=\"true\"]").forEach((e) => {
|
|
15
15
|
e instanceof HTMLElement && e.tabIndex !== -1 && (e.tabIndex = -1);
|
|
16
16
|
});
|
|
17
|
-
},
|
|
17
|
+
}, n = (e) => {
|
|
18
18
|
e instanceof HTMLElement && e.hasAttribute("data-floating-ui-focus-guard") && e.getAttribute("aria-hidden") === "true" && e.tabIndex !== -1 && (e.tabIndex = -1);
|
|
19
|
-
},
|
|
19
|
+
}, r = setTimeout(t, 0), i = new MutationObserver((e) => {
|
|
20
20
|
e.forEach((e) => {
|
|
21
|
-
e.addedNodes.forEach(
|
|
21
|
+
e.addedNodes.forEach(n);
|
|
22
22
|
});
|
|
23
23
|
});
|
|
24
|
-
return
|
|
24
|
+
return i.observe(e, {
|
|
25
25
|
childList: !0,
|
|
26
26
|
subtree: !0
|
|
27
27
|
}), () => {
|
|
28
|
-
clearTimeout(
|
|
28
|
+
clearTimeout(r), i.disconnect();
|
|
29
29
|
};
|
|
30
30
|
}
|
|
31
|
-
}, [
|
|
32
|
-
|
|
33
|
-
}, [
|
|
34
|
-
let
|
|
35
|
-
if (!
|
|
36
|
-
let
|
|
37
|
-
return /* @__PURE__ */
|
|
38
|
-
elementsRef:
|
|
39
|
-
children: /* @__PURE__ */
|
|
40
|
-
context:
|
|
41
|
-
initialFocus:
|
|
31
|
+
}, [g?.show, a]), d(() => {
|
|
32
|
+
g?.show && g.api.elements.reference && (_.current = g.getFocusableActivator() ?? null);
|
|
33
|
+
}, [g?.show, g]);
|
|
34
|
+
let v = f(() => !u && _, [u]);
|
|
35
|
+
if (!g) return null;
|
|
36
|
+
let y = l(g, n, s, r);
|
|
37
|
+
return /* @__PURE__ */ h(i, {
|
|
38
|
+
elementsRef: g.list,
|
|
39
|
+
children: /* @__PURE__ */ h(o, {
|
|
40
|
+
context: g.api.context,
|
|
41
|
+
initialFocus: u ? -1 : 0,
|
|
42
42
|
modal: !1,
|
|
43
|
-
disabled: !
|
|
44
|
-
returnFocus:
|
|
45
|
-
children: /* @__PURE__ */
|
|
46
|
-
...
|
|
47
|
-
hidden: !
|
|
48
|
-
ref:
|
|
49
|
-
...
|
|
43
|
+
disabled: !g?.show,
|
|
44
|
+
returnFocus: v,
|
|
45
|
+
children: /* @__PURE__ */ h(e.div, {
|
|
46
|
+
...m,
|
|
47
|
+
hidden: !g?.show,
|
|
48
|
+
ref: g?.api.refs.setFloating,
|
|
49
|
+
...y,
|
|
50
50
|
children: t
|
|
51
51
|
})
|
|
52
52
|
})
|
|
53
53
|
});
|
|
54
54
|
};
|
|
55
|
-
|
|
56
|
-
var
|
|
57
|
-
let i = r(), { container: a } = u(), o = e === void 0 ? a : e;
|
|
58
|
-
return
|
|
55
|
+
g.displayName = "PopoverContentInner";
|
|
56
|
+
var _ = ({ container: e, ...n }) => {
|
|
57
|
+
let i = r(), { container: a } = u(), o = e === void 0 ? a : e, [c, l] = m();
|
|
58
|
+
return d(() => {
|
|
59
|
+
if (!o) {
|
|
60
|
+
l(void 0);
|
|
61
|
+
return;
|
|
62
|
+
}
|
|
63
|
+
let e = "current" in o ? o.current ?? void 0 : o ?? void 0;
|
|
64
|
+
l(e);
|
|
65
|
+
}, [o]), o ? /* @__PURE__ */ h(t, {
|
|
59
66
|
id: i,
|
|
60
|
-
children: /* @__PURE__ */
|
|
67
|
+
children: /* @__PURE__ */ h(s, {
|
|
61
68
|
root: o,
|
|
62
69
|
preserveTabOrder: !0,
|
|
63
|
-
children: /* @__PURE__ */
|
|
70
|
+
children: /* @__PURE__ */ h(g, {
|
|
71
|
+
...n,
|
|
72
|
+
observerTarget: c
|
|
73
|
+
})
|
|
64
74
|
})
|
|
65
|
-
}) : /* @__PURE__ */
|
|
75
|
+
}) : /* @__PURE__ */ h(t, {
|
|
66
76
|
id: i,
|
|
67
|
-
children: /* @__PURE__ */
|
|
77
|
+
children: /* @__PURE__ */ h(g, { ...n })
|
|
68
78
|
});
|
|
69
79
|
};
|
|
70
|
-
|
|
71
|
-
var
|
|
72
|
-
|
|
80
|
+
_.displayName = "PopoverContentContainer";
|
|
81
|
+
var v = (e) => a() === null ? /* @__PURE__ */ h(n, { children: /* @__PURE__ */ h(_, { ...e }) }) : /* @__PURE__ */ h(_, { ...e });
|
|
82
|
+
v.displayName = "PopoverContent";
|
|
73
83
|
//#endregion
|
|
74
|
-
export {
|
|
84
|
+
export { v as PopoverContent };
|