phx-react 1.3.1322 → 1.3.1323
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.
|
@@ -866,7 +866,7 @@ var PHXMainWrapV4 = function (_a) {
|
|
|
866
866
|
react_2.default.createElement("p", { className: (0, types_1.classNames)('leading-5', (item === null || item === void 0 ? void 0 : item.current) ? '' : 'font-normal text-[#353A44]') }, item === null || item === void 0 ? void 0 : item.name)),
|
|
867
867
|
react_2.default.createElement("p", { className: 'mt-1 text-slate-500' }, item === null || item === void 0 ? void 0 : item.description))) : ('')))); }))))),
|
|
868
868
|
react_2.default.createElement("main", { className: 'w-full bg-[#dedede] pt-12 lg:pl-[4.5rem] lg:pr-[0.5rem]' },
|
|
869
|
-
react_2.default.createElement("div", { className: 'h-full w-full overflow-hidden rounded-[20px]' }, dataInitMain.isLoadingPermission ? (react_2.default.createElement("div", { className: "h-full border-gray-300 lg:h-[calc(100vh-3.5rem)] lg:overflow-y-auto lg:border-y lg:border-r lg:bg-[#
|
|
869
|
+
react_2.default.createElement("div", { className: 'h-full w-full overflow-hidden rounded-[20px]' }, dataInitMain.isLoadingPermission ? (react_2.default.createElement("div", { className: "h-full border-gray-300 lg:h-[calc(100vh-3.5rem)] lg:overflow-y-auto lg:border-y lg:border-r lg:bg-[#F1F1F1] ".concat(showSubMenu ? 'rounded-r-[20px] lg:ml-[17.2rem]' : 'rounded-[20px]', " px-4 py-6 transition-all duration-300") })) : enablePer(currentCode, dataInitMain.perCode) ? (react_2.default.createElement("div", { className: "h-full border-gray-300 lg:h-[calc(100vh-3.5rem)] lg:overflow-y-auto lg:border-y lg:border-r lg:bg-[#F1F1F1] ".concat(showSubMenu ? 'rounded-r-[20px] lg:ml-[17.2rem]' : 'rounded-[20px]', " px-4 py-6 transition-all duration-300") }, children)) : (react_2.default.createElement(Card_1.PHXCard, null,
|
|
870
870
|
react_2.default.createElement("div", { className: 'mb-10 mt-10 sm:mb-20 sm:mt-20 lg:mb-32 lg:mt-32' },
|
|
871
871
|
react_2.default.createElement("div", { className: 'flex items-center justify-center' },
|
|
872
872
|
react_2.default.createElement(outline_1.LockClosedIcon, { className: 'text-gray-400', height: 70, width: 70 })),
|
|
@@ -863,7 +863,7 @@ export var PHXMainWrapV4 = function (_a) {
|
|
|
863
863
|
React.createElement("p", { className: classNames('leading-5', (item === null || item === void 0 ? void 0 : item.current) ? '' : 'font-normal text-[#353A44]') }, item === null || item === void 0 ? void 0 : item.name)),
|
|
864
864
|
React.createElement("p", { className: 'mt-1 text-slate-500' }, item === null || item === void 0 ? void 0 : item.description))) : ('')))); }))))),
|
|
865
865
|
React.createElement("main", { className: 'w-full bg-[#dedede] pt-12 lg:pl-[4.5rem] lg:pr-[0.5rem]' },
|
|
866
|
-
React.createElement("div", { className: 'h-full w-full overflow-hidden rounded-[20px]' }, dataInitMain.isLoadingPermission ? (React.createElement("div", { className: "h-full border-gray-300 lg:h-[calc(100vh-3.5rem)] lg:overflow-y-auto lg:border-y lg:border-r lg:bg-[#
|
|
866
|
+
React.createElement("div", { className: 'h-full w-full overflow-hidden rounded-[20px]' }, dataInitMain.isLoadingPermission ? (React.createElement("div", { className: "h-full border-gray-300 lg:h-[calc(100vh-3.5rem)] lg:overflow-y-auto lg:border-y lg:border-r lg:bg-[#F1F1F1] ".concat(showSubMenu ? 'rounded-r-[20px] lg:ml-[17.2rem]' : 'rounded-[20px]', " px-4 py-6 transition-all duration-300") })) : enablePer(currentCode, dataInitMain.perCode) ? (React.createElement("div", { className: "h-full border-gray-300 lg:h-[calc(100vh-3.5rem)] lg:overflow-y-auto lg:border-y lg:border-r lg:bg-[#F1F1F1] ".concat(showSubMenu ? 'rounded-r-[20px] lg:ml-[17.2rem]' : 'rounded-[20px]', " px-4 py-6 transition-all duration-300") }, children)) : (React.createElement(PHXCard, null,
|
|
867
867
|
React.createElement("div", { className: 'mb-10 mt-10 sm:mb-20 sm:mt-20 lg:mb-32 lg:mt-32' },
|
|
868
868
|
React.createElement("div", { className: 'flex items-center justify-center' },
|
|
869
869
|
React.createElement(LockClosedIcon, { className: 'text-gray-400', height: 70, width: 70 })),
|