@sustaina/shared-ui 1.15.0 → 1.16.0
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 +27 -1
- package/dist/index.d.ts +27 -1
- package/dist/index.js +232 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +232 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -850,7 +850,7 @@ function SelectTrigger({
|
|
|
850
850
|
"data-slot": "select-trigger",
|
|
851
851
|
"data-size": size,
|
|
852
852
|
className: cn(
|
|
853
|
-
"border-input data-
|
|
853
|
+
"border-input data-placeholder:text-gray-00 [&_svg:not([class*='text-'])]:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:hover:bg-input/50 flex w-fit items-center justify-between gap-2 rounded-md border bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-9 data-[size=sm]:h-8 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 data-[state=open]:border-ring data-[state=open]:[&_svg]:text-foreground",
|
|
854
854
|
className
|
|
855
855
|
),
|
|
856
856
|
...props,
|
|
@@ -872,7 +872,7 @@ function SelectContent({
|
|
|
872
872
|
{
|
|
873
873
|
"data-slot": "select-content",
|
|
874
874
|
className: cn(
|
|
875
|
-
"bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 relative z-50 max-h-(--radix-select-content-available-height) min-w-
|
|
875
|
+
"bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 relative z-50 max-h-(--radix-select-content-available-height) min-w-32 origin-(--radix-select-content-transform-origin) overflow-x-hidden overflow-y-auto rounded-md border shadow-md",
|
|
876
876
|
position === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
|
|
877
877
|
className
|
|
878
878
|
),
|
|
@@ -885,7 +885,7 @@ function SelectContent({
|
|
|
885
885
|
{
|
|
886
886
|
className: cn(
|
|
887
887
|
"m-1",
|
|
888
|
-
position === "popper" && "h-
|
|
888
|
+
position === "popper" && "h-(--radix-select-trigger-height) w-full min-w-(--radix-select-trigger-width) scroll-my-1"
|
|
889
889
|
),
|
|
890
890
|
children
|
|
891
891
|
}
|
|
@@ -915,7 +915,7 @@ function SelectItem({
|
|
|
915
915
|
{
|
|
916
916
|
"data-slot": "select-item",
|
|
917
917
|
className: cn(
|
|
918
|
-
"hover:bg-[#EAF5EE] hover:text-[#379A2A] [&_svg:not([class*='text-'])]:text-muted-foreground relative flex w-full cursor-default items-center gap-2 py-1.5 pr-8 pl-2 text-sm outline-hidden select-none data-
|
|
918
|
+
"hover:bg-[#EAF5EE] hover:text-[#379A2A] [&_svg:not([class*='text-'])]:text-muted-foreground relative flex w-full cursor-default items-center gap-2 py-1.5 pr-8 pl-2 text-sm outline-hidden select-none data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4 *:[span]:last:flex *:[span]:last:items-center *:[span]:last:gap-2 ",
|
|
919
919
|
className
|
|
920
920
|
),
|
|
921
921
|
...props,
|
|
@@ -5738,6 +5738,233 @@ var useGridSettingsStore = create(
|
|
|
5738
5738
|
})
|
|
5739
5739
|
);
|
|
5740
5740
|
var useGridSettingsStore_default = useGridSettingsStore;
|
|
5741
|
+
function LoadingOverlay({
|
|
5742
|
+
className,
|
|
5743
|
+
fullscreen = true,
|
|
5744
|
+
spinnerClassName,
|
|
5745
|
+
...props
|
|
5746
|
+
}) {
|
|
5747
|
+
return /* @__PURE__ */ jsx(
|
|
5748
|
+
"div",
|
|
5749
|
+
{
|
|
5750
|
+
"data-slot": "loading-overlay",
|
|
5751
|
+
className: cn(
|
|
5752
|
+
fullscreen ? "fixed z-100" : "absolute z-10",
|
|
5753
|
+
"inset-0 flex items-center justify-center transition-opacity duration-300",
|
|
5754
|
+
className
|
|
5755
|
+
),
|
|
5756
|
+
...props,
|
|
5757
|
+
children: /* @__PURE__ */ jsx(Spinner, { className: cn("size-50", spinnerClassName) })
|
|
5758
|
+
}
|
|
5759
|
+
);
|
|
5760
|
+
}
|
|
5761
|
+
var DEVICE_SIZES = [320, 420, 640, 768, 1024, 1280, 1536, 1920];
|
|
5762
|
+
var IMAGE_SIZES = [16, 32, 48, 64, 96, 128, 256, 384];
|
|
5763
|
+
var defaultLoader = ({ src }) => src;
|
|
5764
|
+
function toNumber(value) {
|
|
5765
|
+
if (typeof value === "number") {
|
|
5766
|
+
return Number.isFinite(value) ? value : void 0;
|
|
5767
|
+
}
|
|
5768
|
+
if (typeof value === "string") {
|
|
5769
|
+
const parsed = parseInt(value, 10);
|
|
5770
|
+
return Number.isFinite(parsed) ? parsed : void 0;
|
|
5771
|
+
}
|
|
5772
|
+
return void 0;
|
|
5773
|
+
}
|
|
5774
|
+
function formatDimension(value) {
|
|
5775
|
+
if (typeof value === "number") {
|
|
5776
|
+
return `${value}px`;
|
|
5777
|
+
}
|
|
5778
|
+
return value;
|
|
5779
|
+
}
|
|
5780
|
+
function matchClosestSize(target) {
|
|
5781
|
+
for (const size of IMAGE_SIZES) {
|
|
5782
|
+
if (size >= target) {
|
|
5783
|
+
return size;
|
|
5784
|
+
}
|
|
5785
|
+
}
|
|
5786
|
+
return DEVICE_SIZES[DEVICE_SIZES.length - 1];
|
|
5787
|
+
}
|
|
5788
|
+
function getCandidateWidths({
|
|
5789
|
+
width,
|
|
5790
|
+
sizes,
|
|
5791
|
+
fill
|
|
5792
|
+
}) {
|
|
5793
|
+
if (fill || sizes) {
|
|
5794
|
+
return DEVICE_SIZES;
|
|
5795
|
+
}
|
|
5796
|
+
if (typeof width === "number" && width > 0) {
|
|
5797
|
+
const targets = /* @__PURE__ */ new Set([width, width * 2]);
|
|
5798
|
+
return Array.from(targets).map((target) => matchClosestSize(target)).sort((a, b) => a - b);
|
|
5799
|
+
}
|
|
5800
|
+
return DEVICE_SIZES;
|
|
5801
|
+
}
|
|
5802
|
+
var Image2 = React4.forwardRef(function Image3({
|
|
5803
|
+
src,
|
|
5804
|
+
alt,
|
|
5805
|
+
width,
|
|
5806
|
+
height,
|
|
5807
|
+
fill = false,
|
|
5808
|
+
sizes,
|
|
5809
|
+
quality = 75,
|
|
5810
|
+
priority = false,
|
|
5811
|
+
placeholder: placeholder2 = "empty",
|
|
5812
|
+
blurDataURL,
|
|
5813
|
+
loader = defaultLoader,
|
|
5814
|
+
unoptimized = false,
|
|
5815
|
+
wrapperClassName,
|
|
5816
|
+
className,
|
|
5817
|
+
objectFit,
|
|
5818
|
+
objectPosition,
|
|
5819
|
+
onLoadingComplete,
|
|
5820
|
+
style,
|
|
5821
|
+
...imgProps
|
|
5822
|
+
}, ref) {
|
|
5823
|
+
const {
|
|
5824
|
+
loading: loadingProp,
|
|
5825
|
+
fetchPriority: fetchPriorityProp,
|
|
5826
|
+
decoding: decodingProp,
|
|
5827
|
+
onLoad: onLoadProp,
|
|
5828
|
+
...restImgProps
|
|
5829
|
+
} = imgProps;
|
|
5830
|
+
const widthNumber = toNumber(width);
|
|
5831
|
+
const heightNumber = toNumber(height);
|
|
5832
|
+
React4.useEffect(() => {
|
|
5833
|
+
if (!fill && (!widthNumber || !heightNumber)) {
|
|
5834
|
+
console.warn(
|
|
5835
|
+
"[Image] When `fill` is false you should provide both `width` and `height` to prevent layout shifts."
|
|
5836
|
+
);
|
|
5837
|
+
}
|
|
5838
|
+
}, [fill, heightNumber, widthNumber]);
|
|
5839
|
+
const candidateWidths = React4.useMemo(
|
|
5840
|
+
() => getCandidateWidths({ width: widthNumber, sizes, fill }),
|
|
5841
|
+
[fill, sizes, widthNumber]
|
|
5842
|
+
);
|
|
5843
|
+
const largestWidth = candidateWidths[candidateWidths.length - 1] ?? widthNumber ?? DEVICE_SIZES[DEVICE_SIZES.length - 1];
|
|
5844
|
+
const computedSrc = React4.useMemo(() => {
|
|
5845
|
+
if (unoptimized) {
|
|
5846
|
+
return src;
|
|
5847
|
+
}
|
|
5848
|
+
return loader({ src, width: largestWidth, quality });
|
|
5849
|
+
}, [largestWidth, loader, quality, src, unoptimized]);
|
|
5850
|
+
const computedSrcSet = React4.useMemo(() => {
|
|
5851
|
+
if (unoptimized) {
|
|
5852
|
+
return void 0;
|
|
5853
|
+
}
|
|
5854
|
+
return candidateWidths.map((currentWidth) => `${loader({ src, width: currentWidth, quality })} ${currentWidth}w`).join(", ");
|
|
5855
|
+
}, [candidateWidths, loader, quality, src, unoptimized]);
|
|
5856
|
+
const sizesValue = sizes ?? (fill ? "100vw" : widthNumber ? `${widthNumber}px` : void 0);
|
|
5857
|
+
const [isLoaded, setIsLoaded] = React4.useState(false);
|
|
5858
|
+
const internalRef = React4.useRef(null);
|
|
5859
|
+
const setRefs = React4.useCallback(
|
|
5860
|
+
(node) => {
|
|
5861
|
+
internalRef.current = node;
|
|
5862
|
+
if (!ref) {
|
|
5863
|
+
return;
|
|
5864
|
+
}
|
|
5865
|
+
if (typeof ref === "function") {
|
|
5866
|
+
ref(node);
|
|
5867
|
+
} else {
|
|
5868
|
+
ref.current = node;
|
|
5869
|
+
}
|
|
5870
|
+
},
|
|
5871
|
+
[ref]
|
|
5872
|
+
);
|
|
5873
|
+
React4.useEffect(() => {
|
|
5874
|
+
const image = internalRef.current;
|
|
5875
|
+
if (!image) {
|
|
5876
|
+
return;
|
|
5877
|
+
}
|
|
5878
|
+
if (image.complete && image.naturalWidth > 0) {
|
|
5879
|
+
setIsLoaded(true);
|
|
5880
|
+
onLoadingComplete?.(image);
|
|
5881
|
+
} else {
|
|
5882
|
+
setIsLoaded(false);
|
|
5883
|
+
}
|
|
5884
|
+
}, [onLoadingComplete, src]);
|
|
5885
|
+
const handleLoad = React4.useCallback(
|
|
5886
|
+
(event) => {
|
|
5887
|
+
setIsLoaded(true);
|
|
5888
|
+
onLoadProp?.(event);
|
|
5889
|
+
onLoadingComplete?.(event.currentTarget);
|
|
5890
|
+
},
|
|
5891
|
+
[onLoadProp, onLoadingComplete]
|
|
5892
|
+
);
|
|
5893
|
+
const loading = priority ? "eager" : loadingProp ?? "lazy";
|
|
5894
|
+
const fetchPriority = priority ? "high" : fetchPriorityProp;
|
|
5895
|
+
const decoding = decodingProp ?? "async";
|
|
5896
|
+
const resolvedObjectFit = objectFit ?? (fill ? "cover" : void 0);
|
|
5897
|
+
const wrapperStyle = React4.useMemo(
|
|
5898
|
+
() => ({
|
|
5899
|
+
position: "relative",
|
|
5900
|
+
display: fill ? "block" : "inline-block",
|
|
5901
|
+
overflow: "hidden",
|
|
5902
|
+
width: fill ? "100%" : formatDimension(width) ?? void 0,
|
|
5903
|
+
height: fill ? "100%" : formatDimension(height) ?? void 0
|
|
5904
|
+
}),
|
|
5905
|
+
[fill, height, width]
|
|
5906
|
+
);
|
|
5907
|
+
const imageStyle = React4.useMemo(
|
|
5908
|
+
() => ({
|
|
5909
|
+
width: fill ? "100%" : formatDimension(width) ?? void 0,
|
|
5910
|
+
height: fill ? "100%" : formatDimension(height) ?? void 0,
|
|
5911
|
+
position: fill ? "absolute" : void 0,
|
|
5912
|
+
inset: fill ? 0 : void 0,
|
|
5913
|
+
objectFit: resolvedObjectFit,
|
|
5914
|
+
objectPosition,
|
|
5915
|
+
...style
|
|
5916
|
+
}),
|
|
5917
|
+
[fill, height, objectPosition, resolvedObjectFit, style, width]
|
|
5918
|
+
);
|
|
5919
|
+
const shouldShowLoadingOverlay = placeholder2 === "blur";
|
|
5920
|
+
return /* @__PURE__ */ jsxs(
|
|
5921
|
+
"span",
|
|
5922
|
+
{
|
|
5923
|
+
"data-slot": "image",
|
|
5924
|
+
className: cn("relative overflow-hidden", fill ? "block" : "inline-block", wrapperClassName),
|
|
5925
|
+
style: wrapperStyle,
|
|
5926
|
+
children: [
|
|
5927
|
+
shouldShowLoadingOverlay && /* @__PURE__ */ jsx(
|
|
5928
|
+
LoadingOverlay,
|
|
5929
|
+
{
|
|
5930
|
+
"aria-hidden": true,
|
|
5931
|
+
fullscreen: false,
|
|
5932
|
+
spinnerClassName: "size-6",
|
|
5933
|
+
className: cn(
|
|
5934
|
+
// "bg-white/75!",
|
|
5935
|
+
isLoaded ? "opacity-0 pointer-events-none" : "opacity-100"
|
|
5936
|
+
)
|
|
5937
|
+
}
|
|
5938
|
+
),
|
|
5939
|
+
/* @__PURE__ */ jsx(
|
|
5940
|
+
"img",
|
|
5941
|
+
{
|
|
5942
|
+
ref: setRefs,
|
|
5943
|
+
className: cn(
|
|
5944
|
+
"block transition-opacity duration-300",
|
|
5945
|
+
fill && "absolute inset-0 size-full",
|
|
5946
|
+
shouldShowLoadingOverlay && !isLoaded ? "opacity-0" : "opacity-100",
|
|
5947
|
+
className
|
|
5948
|
+
),
|
|
5949
|
+
src: computedSrc,
|
|
5950
|
+
srcSet: computedSrcSet,
|
|
5951
|
+
sizes: sizesValue,
|
|
5952
|
+
width: fill ? void 0 : widthNumber,
|
|
5953
|
+
height: fill ? void 0 : heightNumber,
|
|
5954
|
+
alt,
|
|
5955
|
+
loading,
|
|
5956
|
+
fetchPriority,
|
|
5957
|
+
decoding,
|
|
5958
|
+
onLoad: handleLoad,
|
|
5959
|
+
style: imageStyle,
|
|
5960
|
+
...restImgProps
|
|
5961
|
+
}
|
|
5962
|
+
)
|
|
5963
|
+
]
|
|
5964
|
+
}
|
|
5965
|
+
);
|
|
5966
|
+
});
|
|
5967
|
+
Image2.displayName = "Image";
|
|
5741
5968
|
var ListTable = ({ onTableReady, children }) => {
|
|
5742
5969
|
React4.useEffect(() => {
|
|
5743
5970
|
if (onTableReady) {
|
|
@@ -8446,6 +8673,6 @@ var CropperModal = ({
|
|
|
8446
8673
|
);
|
|
8447
8674
|
};
|
|
8448
8675
|
|
|
8449
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, AdvanceSearch_default as AdvanceSearch, arrow_default as ArrowIcon, Button, Checkbox, Collapsible, CollapsibleContent2 as CollapsibleContent, CollapsibleTrigger2 as CollapsibleTrigger, CropperModal, CropperModalError, DIALOG_ALERT_I18N_NAMESPACE, DataTable_default as DataTable, DatePicker2 as DatePicker, Dialog, DialogAlert, DialogAlertProvider, DialogContent, DialogDescription, DialogFooter, DialogTitle, DialogTrigger, ErrorCompression, ErrorCreateCanvas, ErrorGeneratingBlob, ErrorInvalidSVG, ErrorSVGExceedSize, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, GridSettingsModal_default as GridSettingsModal, HeaderCell_default as HeaderCell, Input, Label2 as Label, List_default as List, container_default as ListContainer, header_default as ListHeader, table_default as ListTable, LookupSelect, MonthPicker2 as MonthPicker, navbar_default as Navbar, not_found_default as NotFoundIcon, Popover, PopoverAnchor, PopoverArrow, PopoverContent, PopoverTrigger, PreventPageLeave_default as PreventPageLeave, RadioGroupItem, RadioGroupRoot, RadioLabel, RichText, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator2 as Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarLayout, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Spinner, calendar_default as SuiCalendarIcon, check_default as SuiCheckIcon, dots_vertical_default as SuiDotsVerticalIcon, empty_data_default as SuiEmptyDataIcon, expand_default as SuiExpandIcon, filter_default as SuiFilterIcon, setting_default as SuiSettingIcon, triangle_down_default as SuiTriangleDownIcon, warning_default as SuiWarningIcon, Switch, Textarea, Tooltip, TooltipArrow, TooltipContent, TooltipProvider, TooltipTrigger, ui_exports as UI, booleanToSelectValue, buttonVariants, cn, compareAlphanumeric, debounce, formatISODate, getDialogAlertControls, getDialogTemplates, inputVariants, isDefined, isEmptyObject, selectValueToBoolean, spinnerVariants, stripNullishObject, throttle, useFormField, useGridSettingsStore_default as useGridSettingsStore, useHover_default as useHover, useIntersectionObserver_default as useIntersectionObserver, useMediaQuery_default as useMediaQuery, usePreventPageLeave_default as usePreventPageLeave, usePreventPageLeaveStore_default as usePreventPageLeaveStore, useScreenSize_default as useScreenSize, useSidebar, useTruncated_default as useTruncated };
|
|
8676
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger, AdvanceSearch_default as AdvanceSearch, arrow_default as ArrowIcon, Button, Checkbox, Collapsible, CollapsibleContent2 as CollapsibleContent, CollapsibleTrigger2 as CollapsibleTrigger, CropperModal, CropperModalError, DIALOG_ALERT_I18N_NAMESPACE, DataTable_default as DataTable, DatePicker2 as DatePicker, Dialog, DialogAlert, DialogAlertProvider, DialogContent, DialogDescription, DialogFooter, DialogTitle, DialogTrigger, ErrorCompression, ErrorCreateCanvas, ErrorGeneratingBlob, ErrorInvalidSVG, ErrorSVGExceedSize, Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, GridSettingsModal_default as GridSettingsModal, HeaderCell_default as HeaderCell, Image2 as Image, Input, Label2 as Label, List_default as List, container_default as ListContainer, header_default as ListHeader, table_default as ListTable, LookupSelect, MonthPicker2 as MonthPicker, navbar_default as Navbar, not_found_default as NotFoundIcon, Popover, PopoverAnchor, PopoverArrow, PopoverContent, PopoverTrigger, PreventPageLeave_default as PreventPageLeave, RadioGroupItem, RadioGroupRoot, RadioLabel, RichText, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator2 as Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarLayout, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Spinner, calendar_default as SuiCalendarIcon, check_default as SuiCheckIcon, dots_vertical_default as SuiDotsVerticalIcon, empty_data_default as SuiEmptyDataIcon, expand_default as SuiExpandIcon, filter_default as SuiFilterIcon, setting_default as SuiSettingIcon, triangle_down_default as SuiTriangleDownIcon, warning_default as SuiWarningIcon, Switch, Textarea, Tooltip, TooltipArrow, TooltipContent, TooltipProvider, TooltipTrigger, ui_exports as UI, booleanToSelectValue, buttonVariants, cn, compareAlphanumeric, debounce, formatISODate, getDialogAlertControls, getDialogTemplates, inputVariants, isDefined, isEmptyObject, selectValueToBoolean, spinnerVariants, stripNullishObject, throttle, useFormField, useGridSettingsStore_default as useGridSettingsStore, useHover_default as useHover, useIntersectionObserver_default as useIntersectionObserver, useMediaQuery_default as useMediaQuery, usePreventPageLeave_default as usePreventPageLeave, usePreventPageLeaveStore_default as usePreventPageLeaveStore, useScreenSize_default as useScreenSize, useSidebar, useTruncated_default as useTruncated };
|
|
8450
8677
|
//# sourceMappingURL=index.mjs.map
|
|
8451
8678
|
//# sourceMappingURL=index.mjs.map
|