@redneckz/wildless-cms-uni-blocks 0.14.873 → 0.14.874
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/bundle/bundle.umd.js +1 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/StickyBottomMenu/StickyBottomMenuDialog.js +1 -1
- package/dist/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
- package/lib/components/StickyBottomMenu/StickyBottomMenuDialog.js +1 -1
- package/lib/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuDialog.js +1 -1
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuDialog.js +1 -1
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenuDialog.js.map +1 -1
- package/mobile/src/components/StickyBottomMenu/StickyBottomMenuDialog.tsx +1 -1
- package/package.json +1 -1
- package/src/components/StickyBottomMenu/StickyBottomMenuDialog.tsx +1 -1
- package/src/icons/IconName.ts +4 -4
|
@@ -4,5 +4,5 @@ const jsx_runtime_1 = require("@redneckz/uni-jsx/jsx-runtime");
|
|
|
4
4
|
const uni_jsx_1 = require("@redneckz/uni-jsx");
|
|
5
5
|
const CloseButton_1 = require("../../ui-kit/DialogManager/CloseButton");
|
|
6
6
|
const style_1 = require("../../utils/style");
|
|
7
|
-
exports.StickyBottomMenuDialog = (0, uni_jsx_1.JSX)(({ className, head, children, onClose, onClick }) => ((0, jsx_runtime_1.jsxs)("div", { onClick: onClick, className: (0, style_1.style)('
|
|
7
|
+
exports.StickyBottomMenuDialog = (0, uni_jsx_1.JSX)(({ className, head, children, onClose, onClick }) => ((0, jsx_runtime_1.jsxs)("div", { onClick: onClick, className: (0, style_1.style)('absolute bg-white p-0 rounded-xl bottom-0 top-32 w-full', className), role: "dialog", children: [(0, jsx_runtime_1.jsxs)("div", { className: "sticky py-xl top-0 rounded-xl bg-white z-10", children: [(0, jsx_runtime_1.jsx)(CloseButton_1.CloseButton, { className: "absolute top-1.5 right-0", onClose: onClose }), (0, jsx_runtime_1.jsx)("div", { className: "container", children: head })] }), (0, jsx_runtime_1.jsx)("div", { className: "container pb-6xl", children: children })] })));
|
|
8
8
|
//# sourceMappingURL=StickyBottomMenuDialog.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StickyBottomMenuDialog.js","sourceRoot":"","sources":["../../../src/components/StickyBottomMenu/StickyBottomMenuDialog.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAKxC,wEAAqE;AACrE,6CAA0C;AAS7B,QAAA,sBAAsB,GAAG,IAAA,aAAG,EACvC,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CACnD,iCACE,OAAO,EAAE,OAAO,EAChB,SAAS,EAAE,IAAA,aAAK,EAAC,
|
|
1
|
+
{"version":3,"file":"StickyBottomMenuDialog.js","sourceRoot":"","sources":["../../../src/components/StickyBottomMenu/StickyBottomMenuDialog.tsx"],"names":[],"mappings":";;;AAAA,+CAAwC;AAKxC,wEAAqE;AACrE,6CAA0C;AAS7B,QAAA,sBAAsB,GAAG,IAAA,aAAG,EACvC,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CACnD,iCACE,OAAO,EAAE,OAAO,EAChB,SAAS,EAAE,IAAA,aAAK,EAAC,yDAAyD,EAAE,SAAS,CAAC,EACtF,IAAI,EAAC,QAAQ,aAEb,iCAAK,SAAS,EAAC,6CAA6C,aAC1D,uBAAC,yBAAW,IAAC,SAAS,EAAC,0BAA0B,EAAC,OAAO,EAAE,OAAO,GAAI,EACtE,gCAAK,SAAS,EAAC,WAAW,YAAE,IAAI,GAAO,IACnC,EACN,gCAAK,SAAS,EAAC,kBAAkB,YAAE,QAAQ,GAAO,IAC9C,CACP,CACF,CAAC"}
|
|
@@ -2,5 +2,5 @@ import { jsx as _jsx, jsxs as _jsxs } from "@redneckz/uni-jsx/jsx-runtime";
|
|
|
2
2
|
import { JSX } from '@redneckz/uni-jsx';
|
|
3
3
|
import { CloseButton } from '../../ui-kit/DialogManager/CloseButton.js';
|
|
4
4
|
import { style } from '../../utils/style.js';
|
|
5
|
-
export const StickyBottomMenuDialog = JSX(({ className, head, children, onClose, onClick }) => (_jsxs("div", { onClick: onClick, className: style('
|
|
5
|
+
export const StickyBottomMenuDialog = JSX(({ className, head, children, onClose, onClick }) => (_jsxs("div", { onClick: onClick, className: style('absolute bg-white p-0 rounded-xl bottom-0 top-32 w-full', className), role: "dialog", children: [_jsxs("div", { className: "sticky py-xl top-0 rounded-xl bg-white z-10", children: [_jsx(CloseButton, { className: "absolute top-1.5 right-0", onClose: onClose }), _jsx("div", { className: "container", children: head })] }), _jsx("div", { className: "container pb-6xl", children: children })] })));
|
|
6
6
|
//# sourceMappingURL=StickyBottomMenuDialog.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StickyBottomMenuDialog.js","sourceRoot":"","sources":["../../../src/components/StickyBottomMenu/StickyBottomMenuDialog.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAKxC,OAAO,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;AACrE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAS1C,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,CACvC,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CACnD,eACE,OAAO,EAAE,OAAO,EAChB,SAAS,EAAE,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"StickyBottomMenuDialog.js","sourceRoot":"","sources":["../../../src/components/StickyBottomMenu/StickyBottomMenuDialog.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AAKxC,OAAO,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;AACrE,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAS1C,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,CACvC,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CACnD,eACE,OAAO,EAAE,OAAO,EAChB,SAAS,EAAE,KAAK,CAAC,yDAAyD,EAAE,SAAS,CAAC,EACtF,IAAI,EAAC,QAAQ,aAEb,eAAK,SAAS,EAAC,6CAA6C,aAC1D,KAAC,WAAW,IAAC,SAAS,EAAC,0BAA0B,EAAC,OAAO,EAAE,OAAO,GAAI,EACtE,cAAK,SAAS,EAAC,WAAW,YAAE,IAAI,GAAO,IACnC,EACN,cAAK,SAAS,EAAC,kBAAkB,YAAE,QAAQ,GAAO,IAC9C,CACP,CACF,CAAC"}
|
|
@@ -9838,7 +9838,7 @@
|
|
|
9838
9838
|
|
|
9839
9839
|
const StickyBottomMenuItem = JSX(({ isActive, item, onClick }) => (jsxs("div", { className: style(isActive ? 'text-primary-main' : 'text-primary-text', `w-10 m-4 flex justify-center items-center flex-col text-xs cursor-pointer`), title: item?.title || '', onClick: onClick, children: [jsx(Icon, { className: "w-6 h-6", name: item?.icon?.icon, iconVersion: isActive ? 'color' : 'black' }), item?.title || ''] })));
|
|
9840
9840
|
|
|
9841
|
-
const StickyBottomMenuDialog = JSX(({ className, head, children, onClose, onClick }) => (jsxs("div", { onClick: onClick, className: style('
|
|
9841
|
+
const StickyBottomMenuDialog = JSX(({ className, head, children, onClose, onClick }) => (jsxs("div", { onClick: onClick, className: style('absolute bg-white p-0 rounded-xl bottom-0 top-32 w-full', className), role: "dialog", children: [jsxs("div", { className: "sticky py-xl top-0 rounded-xl bg-white z-10", children: [jsx(CloseButton, { className: "absolute top-1.5 right-0", onClose: onClose }), jsx("div", { className: "container", children: head })] }), jsx("div", { className: "container pb-6xl", children: children })] })));
|
|
9842
9842
|
|
|
9843
9843
|
const useBottomMenuItemDialog = ({ menuRef, dialogRef, leftItems, rightItems, onClose, }) => {
|
|
9844
9844
|
const { open, close } = useDialogManager();
|
|
@@ -10577,7 +10577,7 @@
|
|
|
10577
10577
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
10578
10578
|
});
|
|
10579
10579
|
|
|
10580
|
-
const packageVersion = "0.14.
|
|
10580
|
+
const packageVersion = "0.14.873";
|
|
10581
10581
|
|
|
10582
10582
|
exports.Blocks = Blocks;
|
|
10583
10583
|
exports.ContentPage = ContentPage;
|