@ixo/ui 0.1.12 → 0.1.13
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/.vite/manifest.json +31 -31
- package/dist/{components-D3rxdT4n.cjs → components-CJrqVhQR.cjs} +11 -11
- package/dist/{components-D3rxdT4n.cjs.map → components-CJrqVhQR.cjs.map} +1 -1
- package/dist/{components-dTYQ8rTq.js → components-GC_64xlg.js} +11 -11
- package/dist/{components-dTYQ8rTq.js.map → components-GC_64xlg.js.map} +1 -1
- package/dist/export/components.cjs +1 -1
- package/dist/export/components.mjs +1 -1
- package/dist/{index-BPoZBmyU.js → index-9ec-F2tJ.js} +3 -3
- package/dist/{index-BPoZBmyU.js.map → index-9ec-F2tJ.js.map} +1 -1
- package/dist/{index-CpXitdO3.cjs → index-BOA1rttV.cjs} +2 -2
- package/dist/{index-CpXitdO3.cjs.map → index-BOA1rttV.cjs.map} +1 -1
- package/dist/{index-CbPdWxEp.js → index-BZJenoN5.js} +2 -2
- package/dist/{index-CbPdWxEp.js.map → index-BZJenoN5.js.map} +1 -1
- package/dist/{index-BU1d2aXs.cjs → index-BpkeS09U.cjs} +2 -2
- package/dist/{index-BU1d2aXs.cjs.map → index-BpkeS09U.cjs.map} +1 -1
- package/dist/{index-BQtjQahV.js → index-BpxUOj0_.js} +2 -2
- package/dist/{index-BQtjQahV.js.map → index-BpxUOj0_.js.map} +1 -1
- package/dist/{index-DjWinr86.js → index-C4p0n2GU.js} +2 -2
- package/dist/{index-DjWinr86.js.map → index-C4p0n2GU.js.map} +1 -1
- package/dist/{index-DwToBgAS.cjs → index-C6Lz1EwO.cjs} +2 -2
- package/dist/{index-DwToBgAS.cjs.map → index-C6Lz1EwO.cjs.map} +1 -1
- package/dist/{index-rDm_w3ng.cjs → index-CF95Yjpx.cjs} +2 -2
- package/dist/{index-rDm_w3ng.cjs.map → index-CF95Yjpx.cjs.map} +1 -1
- package/dist/{index-B1Z7u-Q2.cjs → index-CKLLUc_t.cjs} +3 -3
- package/dist/{index-B1Z7u-Q2.cjs.map → index-CKLLUc_t.cjs.map} +1 -1
- package/dist/{index-Dmacl8Cz.cjs → index-CLu6bi6f.cjs} +2 -2
- package/dist/{index-Dmacl8Cz.cjs.map → index-CLu6bi6f.cjs.map} +1 -1
- package/dist/{index-CX5AcvQo.js → index-COjoiQ6v.js} +2 -2
- package/dist/{index-CX5AcvQo.js.map → index-COjoiQ6v.js.map} +1 -1
- package/dist/{index-CsFfgG7d.js → index-CbIehUPm.js} +2 -2
- package/dist/{index-CsFfgG7d.js.map → index-CbIehUPm.js.map} +1 -1
- package/dist/{index-vOyrQuAW.cjs → index-CxwDOTKU.cjs} +2 -2
- package/dist/{index-vOyrQuAW.cjs.map → index-CxwDOTKU.cjs.map} +1 -1
- package/dist/{index-82ezVhzZ.cjs → index-D4hjQu7o.cjs} +3 -3
- package/dist/{index-82ezVhzZ.cjs.map → index-D4hjQu7o.cjs.map} +1 -1
- package/dist/{index-D-hlfLhF.cjs → index-DRGAD1wN.cjs} +2 -2
- package/dist/{index-D-hlfLhF.cjs.map → index-DRGAD1wN.cjs.map} +1 -1
- package/dist/{index-BjOqIsrR.js → index-DhuIVvP-.js} +2 -2
- package/dist/{index-BjOqIsrR.js.map → index-DhuIVvP-.js.map} +1 -1
- package/dist/{index-TP4S1689.js → index-IBMUjXjl.js} +2 -2
- package/dist/{index-TP4S1689.js.map → index-IBMUjXjl.js.map} +1 -1
- package/dist/{index-DZk2rXc1.cjs → index-MS9bqnlO.cjs} +2 -2
- package/dist/{index-DZk2rXc1.cjs.map → index-MS9bqnlO.cjs.map} +1 -1
- package/dist/{index-ChIy51g8.js → index-WKkZDhwm.js} +3 -3
- package/dist/{index-ChIy51g8.js.map → index-WKkZDhwm.js.map} +1 -1
- package/dist/{index-C5V_Znv6.js → index-mBNnN5WH.js} +2 -2
- package/dist/{index-C5V_Znv6.js.map → index-mBNnN5WH.js.map} +1 -1
- package/package.json +1 -1
|
@@ -823,8 +823,8 @@ function AccordionTable({
|
|
|
823
823
|
}
|
|
824
824
|
);
|
|
825
825
|
}
|
|
826
|
-
const Header$3 = lazy(() => import("./index-
|
|
827
|
-
const Footer = lazy(() => import("./index-
|
|
826
|
+
const Header$3 = lazy(() => import("./index-C4p0n2GU.js"));
|
|
827
|
+
const Footer = lazy(() => import("./index-9ec-F2tJ.js"));
|
|
828
828
|
function ActionCard({ header, content, footer, useHoverMode = false }) {
|
|
829
829
|
const hasContent = !!content || !!footer;
|
|
830
830
|
const initialVisibility = footer?.startHidden !== true;
|
|
@@ -908,7 +908,7 @@ function Loader({ size, color = "primary" }) {
|
|
|
908
908
|
}
|
|
909
909
|
const CARD_WIDTH$1 = 350;
|
|
910
910
|
const CARD_HEADER_HEIGHT = 158;
|
|
911
|
-
const Header$2 = lazy(() => import("./index-
|
|
911
|
+
const Header$2 = lazy(() => import("./index-CbIehUPm.js"));
|
|
912
912
|
function Card({ children, className, contentClassName, roundedBottom, noPadding = false, fullWidth = false, header, wrapperSx, onClick }) {
|
|
913
913
|
const wrapperRef = useRef(null);
|
|
914
914
|
const handleOnClick = useCallback(
|
|
@@ -1343,7 +1343,7 @@ function ModalSheet({ isOpen, children, hideHandler, zIndex, onRequestHide, onRe
|
|
|
1343
1343
|
document.body
|
|
1344
1344
|
);
|
|
1345
1345
|
}
|
|
1346
|
-
const Badge = lazy(() => import("./index-
|
|
1346
|
+
const Badge = lazy(() => import("./index-mBNnN5WH.js"));
|
|
1347
1347
|
function ActionSheet({ children, isOpen, header, navMenu = void 0, onRequestHide, onRequestShow }) {
|
|
1348
1348
|
const shadowScrollRef = useRef(null);
|
|
1349
1349
|
const wrapperContentAreaRef = useRef(null);
|
|
@@ -2212,7 +2212,7 @@ function AsideResizable({ children, navbarWidth, asideMaximized, asideCollapsed
|
|
|
2212
2212
|
clearListeners();
|
|
2213
2213
|
onAsideToggle();
|
|
2214
2214
|
}
|
|
2215
|
-
}, [width, asideCollapsed
|
|
2215
|
+
}, [width, asideCollapsed]);
|
|
2216
2216
|
useEffect(() => {
|
|
2217
2217
|
const maxWidth = Math.min(window.innerWidth - 600, MAX_WIDTH);
|
|
2218
2218
|
if (width >= maxWidth && onMaxExpand && !hasFiredMaxExpand.current) {
|
|
@@ -6094,13 +6094,13 @@ function ActionButton({ onClick, left, right }) {
|
|
|
6094
6094
|
}
|
|
6095
6095
|
);
|
|
6096
6096
|
}
|
|
6097
|
-
const MainAction = lazy(() => import("./index-
|
|
6098
|
-
const Header$1 = lazy(() => import("./index-
|
|
6099
|
-
const Content = lazy(() => import("./index-
|
|
6097
|
+
const MainAction = lazy(() => import("./index-BZJenoN5.js"));
|
|
6098
|
+
const Header$1 = lazy(() => import("./index-IBMUjXjl.js"));
|
|
6099
|
+
const Content = lazy(() => import("./index-BpxUOj0_.js"));
|
|
6100
6100
|
const Map = lazy(() => import("./index-D5Ufmf-s.js"));
|
|
6101
6101
|
const CustomContent = lazy(() => import("./index-DsYjW_4y.js"));
|
|
6102
|
-
const Assets = lazy(() => import("./index-
|
|
6103
|
-
const Actions = lazy(() => import("./index-
|
|
6102
|
+
const Assets = lazy(() => import("./index-DhuIVvP-.js"));
|
|
6103
|
+
const Actions = lazy(() => import("./index-WKkZDhwm.js"));
|
|
6104
6104
|
const HOVER_BORDER_WIDTH = 1;
|
|
6105
6105
|
function SodaCardCmp({ numSelected = 0, expanded = true, mainAction, header, content, map, customContent, customFooter, actions, assets, onClick }, ref) {
|
|
6106
6106
|
const wrapperRef = useRef(null);
|
|
@@ -11399,4 +11399,4 @@ export {
|
|
|
11399
11399
|
CardHero as y,
|
|
11400
11400
|
CardSelector as z
|
|
11401
11401
|
};
|
|
11402
|
-
//# sourceMappingURL=components-
|
|
11402
|
+
//# sourceMappingURL=components-GC_64xlg.js.map
|