@ixo/ui 0.0.27 → 0.0.29
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/AppShellNavigation/index.d.ts +2 -2
- package/dist/components/AppShellNavigation/index.d.ts.map +1 -1
- package/dist/{components-1T5OAPCu.cjs → components-B89RP1Qv.cjs} +13 -13
- package/dist/{components-1T5OAPCu.cjs.map → components-B89RP1Qv.cjs.map} +1 -1
- package/dist/{components-Cz8WWecd.js → components-DUBzGbHO.js} +13 -13
- package/dist/{components-Cz8WWecd.js.map → components-DUBzGbHO.js.map} +1 -1
- package/dist/export/components.cjs +1 -1
- package/dist/export/components.mjs +1 -1
- package/dist/{index-CIwY6iD8.js → index-B6-GpYJ0.js} +2 -2
- package/dist/{index-CIwY6iD8.js.map → index-B6-GpYJ0.js.map} +1 -1
- package/dist/{index-iI7Zhyhm.js → index-B66l9S32.js} +2 -2
- package/dist/{index-iI7Zhyhm.js.map → index-B66l9S32.js.map} +1 -1
- package/dist/{index-BvLDz9ju.js → index-BF7EDbk-.js} +2 -2
- package/dist/{index-BvLDz9ju.js.map → index-BF7EDbk-.js.map} +1 -1
- package/dist/{index-U8hn-pPO.cjs → index-BFzQ1hGf.cjs} +2 -2
- package/dist/{index-U8hn-pPO.cjs.map → index-BFzQ1hGf.cjs.map} +1 -1
- package/dist/{index-C2RJNWb0.cjs → index-BP3YC9oK.cjs} +2 -2
- package/dist/{index-C2RJNWb0.cjs.map → index-BP3YC9oK.cjs.map} +1 -1
- package/dist/{index-JR8QXc1W.cjs → index-Ba4Rzk7f.cjs} +3 -3
- package/dist/{index-JR8QXc1W.cjs.map → index-Ba4Rzk7f.cjs.map} +1 -1
- package/dist/{index-CaHoAyTX.cjs → index-BxUAmDcr.cjs} +2 -2
- package/dist/{index-CaHoAyTX.cjs.map → index-BxUAmDcr.cjs.map} +1 -1
- package/dist/{index-BJ2nymqk.cjs → index-CBKWda4P.cjs} +2 -2
- package/dist/{index-BJ2nymqk.cjs.map → index-CBKWda4P.cjs.map} +1 -1
- package/dist/{index-BU02ZwuW.js → index-CD9toC8w.js} +2 -2
- package/dist/{index-BU02ZwuW.js.map → index-CD9toC8w.js.map} +1 -1
- package/dist/{index-D0TuE55o.js → index-CFZxQcF3.js} +2 -2
- package/dist/{index-D0TuE55o.js.map → index-CFZxQcF3.js.map} +1 -1
- package/dist/{index-BB0uMPP_.js → index-CNVzWqHo.js} +3 -3
- package/dist/{index-BB0uMPP_.js.map → index-CNVzWqHo.js.map} +1 -1
- package/dist/{index-8vziz3lU.cjs → index-CeRsxOnc.cjs} +3 -3
- package/dist/{index-8vziz3lU.cjs.map → index-CeRsxOnc.cjs.map} +1 -1
- package/dist/{index-DwJkTeO1.cjs → index-DMOwZycF.cjs} +2 -2
- package/dist/{index-DwJkTeO1.cjs.map → index-DMOwZycF.cjs.map} +1 -1
- package/dist/{index-BxjmGq7x.js → index-DlgZoNXu.js} +2 -2
- package/dist/{index-BxjmGq7x.js.map → index-DlgZoNXu.js.map} +1 -1
- package/dist/{index-OHU4qE1M.js → index-dyVGiJWa.js} +2 -2
- package/dist/{index-OHU4qE1M.js.map → index-dyVGiJWa.js.map} +1 -1
- package/dist/{index-Bu0loE24.js → index-jiBN2CPy.js} +2 -2
- package/dist/{index-Bu0loE24.js.map → index-jiBN2CPy.js.map} +1 -1
- package/dist/{index-BBcYj1fc.cjs → index-nTbayUKm.cjs} +2 -2
- package/dist/{index-BBcYj1fc.cjs.map → index-nTbayUKm.cjs.map} +1 -1
- package/dist/{index-BZ90dkbV.cjs → index-qBd92Aos.cjs} +2 -2
- package/dist/{index-BZ90dkbV.cjs.map → index-qBd92Aos.cjs.map} +1 -1
- package/dist/{index-B_RJajoe.cjs → index-uJdL51go.cjs} +2 -2
- package/dist/{index-B_RJajoe.cjs.map → index-uJdL51go.cjs.map} +1 -1
- package/dist/{index-Is1FFlQG.js → index-xnDimXuT.js} +3 -3
- package/dist/{index-Is1FFlQG.js.map → index-xnDimXuT.js.map} +1 -1
- package/package.json +1 -1
|
@@ -774,8 +774,8 @@ function AccordionTable({
|
|
|
774
774
|
}
|
|
775
775
|
);
|
|
776
776
|
}
|
|
777
|
-
const Header$3 = lazy(() => import("./index-
|
|
778
|
-
const Footer = lazy(() => import("./index-
|
|
777
|
+
const Header$3 = lazy(() => import("./index-CFZxQcF3.js"));
|
|
778
|
+
const Footer = lazy(() => import("./index-CNVzWqHo.js"));
|
|
779
779
|
function ActionCard({ header, content, footer, useHoverMode = false }) {
|
|
780
780
|
const hasContent = !!content || !!footer;
|
|
781
781
|
const initialVisibility = footer?.startHidden !== true;
|
|
@@ -859,7 +859,7 @@ function Loader({ size, color = "primary" }) {
|
|
|
859
859
|
}
|
|
860
860
|
const CARD_WIDTH$1 = 350;
|
|
861
861
|
const CARD_HEADER_HEIGHT = 158;
|
|
862
|
-
const Header$2 = lazy(() => import("./index-
|
|
862
|
+
const Header$2 = lazy(() => import("./index-DlgZoNXu.js"));
|
|
863
863
|
function Card({ children, className, contentClassName, roundedBottom, noPadding = false, fullWidth = false, header, wrapperSx, onClick }) {
|
|
864
864
|
const wrapperRef = useRef(null);
|
|
865
865
|
const handleOnClick = useCallback(
|
|
@@ -1294,7 +1294,7 @@ function ModalSheet({ isOpen, children, hideHandler, zIndex, onRequestHide, onRe
|
|
|
1294
1294
|
document.body
|
|
1295
1295
|
);
|
|
1296
1296
|
}
|
|
1297
|
-
const Badge = lazy(() => import("./index-
|
|
1297
|
+
const Badge = lazy(() => import("./index-B6-GpYJ0.js"));
|
|
1298
1298
|
function ActionSheet({ children, isOpen, header, navMenu = void 0, onRequestHide, onRequestShow }) {
|
|
1299
1299
|
const shadowScrollRef = useRef(null);
|
|
1300
1300
|
const wrapperContentAreaRef = useRef(null);
|
|
@@ -2537,7 +2537,7 @@ function AppShellNavigation({
|
|
|
2537
2537
|
onSettingsIconClick,
|
|
2538
2538
|
onBackClick,
|
|
2539
2539
|
isBackButtonVisible,
|
|
2540
|
-
|
|
2540
|
+
footerContent,
|
|
2541
2541
|
roomCategories,
|
|
2542
2542
|
right,
|
|
2543
2543
|
asideCollapsed = true,
|
|
@@ -2559,7 +2559,7 @@ function AppShellNavigation({
|
|
|
2559
2559
|
withBorder: false,
|
|
2560
2560
|
styles: {
|
|
2561
2561
|
navbar: {
|
|
2562
|
-
background: theme.bg.
|
|
2562
|
+
background: theme.bg.navIconsBg,
|
|
2563
2563
|
transition: "width 0.3s ease"
|
|
2564
2564
|
},
|
|
2565
2565
|
aside: {
|
|
@@ -2659,7 +2659,7 @@ function AppShellNavigation({
|
|
|
2659
2659
|
loading ? /* @__PURE__ */ jsx(Stack$1, { gap: 5, children: Array.from({ length: 6 }).map((_, idx) => /* @__PURE__ */ jsx(NavigationItemSkeleton, {}, idx)) }) : menuItems?.map((item) => /* @__PURE__ */ jsx(MenuItem, { onMenuItemClick, item }, item.id)),
|
|
2660
2660
|
roomCategories && roomCategories.length > 0 && /* @__PURE__ */ jsx(Stack$1, { gap: 8, mt: 16, children: roomCategories.map((category) => /* @__PURE__ */ jsx(RoomCategory, { category }, category.id)) })
|
|
2661
2661
|
] }),
|
|
2662
|
-
/* @__PURE__ */ jsx(Stack$1, { gap: 5, children:
|
|
2662
|
+
/* @__PURE__ */ jsx(Stack$1, { gap: 5, children: footerContent })
|
|
2663
2663
|
] })
|
|
2664
2664
|
] }) }),
|
|
2665
2665
|
/* @__PURE__ */ jsx(AppShell.Main, { children }),
|
|
@@ -5684,13 +5684,13 @@ function ActionButton({ onClick, left, right }) {
|
|
|
5684
5684
|
}
|
|
5685
5685
|
);
|
|
5686
5686
|
}
|
|
5687
|
-
const MainAction = lazy(() => import("./index-
|
|
5688
|
-
const Header$1 = lazy(() => import("./index-
|
|
5689
|
-
const Content = lazy(() => import("./index-
|
|
5687
|
+
const MainAction = lazy(() => import("./index-BF7EDbk-.js"));
|
|
5688
|
+
const Header$1 = lazy(() => import("./index-B66l9S32.js"));
|
|
5689
|
+
const Content = lazy(() => import("./index-CD9toC8w.js"));
|
|
5690
5690
|
const Map = lazy(() => import("./index-D5Ufmf-s.js"));
|
|
5691
5691
|
const CustomContent = lazy(() => import("./index-DsYjW_4y.js"));
|
|
5692
|
-
const Assets = lazy(() => import("./index-
|
|
5693
|
-
const Actions = lazy(() => import("./index-
|
|
5692
|
+
const Assets = lazy(() => import("./index-dyVGiJWa.js"));
|
|
5693
|
+
const Actions = lazy(() => import("./index-xnDimXuT.js"));
|
|
5694
5694
|
const HOVER_BORDER_WIDTH = 1;
|
|
5695
5695
|
function SodaCardCmp({ numSelected = 0, expanded = true, mainAction, header, content, map, customContent, customFooter, actions, assets, onClick }, ref) {
|
|
5696
5696
|
const wrapperRef = useRef(null);
|
|
@@ -11005,4 +11005,4 @@ export {
|
|
|
11005
11005
|
CardHero as y,
|
|
11006
11006
|
CardSelector as z
|
|
11007
11007
|
};
|
|
11008
|
-
//# sourceMappingURL=components-
|
|
11008
|
+
//# sourceMappingURL=components-DUBzGbHO.js.map
|