@redneckz/wildless-cms-uni-blocks 0.14.1015 → 0.14.1017
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 +8 -7
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/DebitForm/DebitFormStatus.d.ts +1 -0
- package/dist/components/DebitForm/DebitFormStatus.d.ts +1 -0
- package/dist/components/DebitForm/DebitFormStatus.js +3 -2
- package/dist/components/DebitForm/DebitFormStatus.js.map +1 -1
- package/dist/components/DebitForm/SuccessStatusContent.js +2 -2
- package/dist/components/DebitForm/SuccessStatusContent.js.map +1 -1
- package/dist/ui-kit/TabsControl/TabItemInner.js +2 -2
- package/dist/ui-kit/TabsControl/TabItemInner.js.map +1 -1
- package/lib/common.css +1 -1
- package/lib/components/DebitForm/DebitFormStatus.d.ts +1 -0
- package/lib/components/DebitForm/DebitFormStatus.js +3 -2
- package/lib/components/DebitForm/DebitFormStatus.js.map +1 -1
- package/lib/components/DebitForm/SuccessStatusContent.js +2 -2
- package/lib/components/DebitForm/SuccessStatusContent.js.map +1 -1
- package/lib/ui-kit/TabsControl/TabItemInner.js +2 -2
- package/lib/ui-kit/TabsControl/TabItemInner.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +8 -7
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/DebitForm/DebitFormStatus.d.ts +1 -0
- package/mobile/dist/components/DebitForm/DebitFormStatus.d.ts +1 -0
- package/mobile/dist/components/DebitForm/DebitFormStatus.js +3 -2
- package/mobile/dist/components/DebitForm/DebitFormStatus.js.map +1 -1
- package/mobile/dist/components/DebitForm/SuccessStatusContent.js +2 -2
- package/mobile/dist/components/DebitForm/SuccessStatusContent.js.map +1 -1
- package/mobile/dist/ui-kit/TabsControl/TabItemInner.js +2 -2
- package/mobile/dist/ui-kit/TabsControl/TabItemInner.js.map +1 -1
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/components/DebitForm/DebitFormStatus.d.ts +1 -0
- package/mobile/lib/components/DebitForm/DebitFormStatus.js +3 -2
- package/mobile/lib/components/DebitForm/DebitFormStatus.js.map +1 -1
- package/mobile/lib/components/DebitForm/SuccessStatusContent.js +2 -2
- package/mobile/lib/components/DebitForm/SuccessStatusContent.js.map +1 -1
- package/mobile/lib/ui-kit/TabsControl/TabItemInner.js +2 -2
- package/mobile/lib/ui-kit/TabsControl/TabItemInner.js.map +1 -1
- package/mobile/src/components/DebitForm/DebitFormStatus.tsx +20 -2
- package/mobile/src/components/DebitForm/SuccessStatusContent.tsx +2 -1
- package/mobile/src/ui-kit/TabsControl/TabItemInner.tsx +2 -2
- package/package.json +1 -1
- package/src/components/DebitForm/DebitFormStatus.tsx +20 -2
- package/src/components/DebitForm/SuccessStatusContent.tsx +2 -1
- package/src/ui-kit/TabsControl/TabItemInner.tsx +2 -2
package/bundle/bundle.umd.js
CHANGED
|
@@ -11643,8 +11643,9 @@
|
|
|
11643
11643
|
});
|
|
11644
11644
|
|
|
11645
11645
|
const INTERNET_BANK_LINK = 'https://online.rshb.ru/d?l=dcNqSvOE';
|
|
11646
|
-
const
|
|
11647
|
-
|
|
11646
|
+
const PRELOGIN_LINK = 'https://online.rshb.ru/rshb-mbfl/webmodules/prelogin-zone';
|
|
11647
|
+
const DebitFormStatus = JSX(({ title, description: dsc, sectionInfo, buttonText, isDboClient, isOffice, ...props }) => {
|
|
11648
|
+
return (jsxs(BlockWrapper, { ...props, children: [jsx("div", { className: "flex flex-col md:flex-row items-center", children: jsx(Headline, { headlineVersion: "M", title: title, description: dsc, align: "text-left", padding: "p-xl", className: "w-full" }) }), jsx(SectionInfo, { items: sectionInfo }), isOffice ? (jsxs("div", { className: "flex flex-col md:flex-row md:gap-lg", children: [jsx(LinkButton, { href: PRELOGIN_LINK, text: "\u0423\u0437\u043D\u0430\u0442\u044C \u0441\u0442\u0430\u0442\u0443\u0441 \u0437\u0430\u044F\u0432\u043A\u0438", version: "primary", className: "w-full mt-lg" }), jsx(LinkButton, { href: "/natural", text: "\u0412\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043D\u0430 \u0433\u043B\u0430\u0432\u043D\u0443\u044E", version: "primary", className: "w-full mt-lg" })] })) : null, !isOffice && buttonText ? (jsx(LinkButton, { href: "/natural", text: buttonText, version: "primary", className: "w-full mt-lg" })) : null, isDboClient ? (jsxs("div", { className: "flex flex-col md:flex-row md:gap-lg", children: [jsx(LinkButton, { href: "/natural/debetcards", text: "\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C \u0437\u0430\u043D\u043E\u0432\u043E", version: "primary", className: "w-full mt-lg" }), jsx(LinkButton, { href: INTERNET_BANK_LINK, text: "\u0412\u044B\u043F\u0443\u0441\u0442\u0438\u0442\u044C \u043A\u0430\u0440\u0442\u0443 \u0432 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438\u0438", version: "primary", className: "w-full mt-lg" })] })) : null] }));
|
|
11648
11649
|
});
|
|
11649
11650
|
const SectionInfo = ({ title, items, }) => {
|
|
11650
11651
|
if (!items) {
|
|
@@ -11691,8 +11692,8 @@
|
|
|
11691
11692
|
const SalaryDboClientStatusContent = JSX(() => (jsx(DebitFormStatus, { description: "\u0412\u044B \u0443\u0436\u0435 \u044F\u0432\u043B\u044F\u0435\u0442\u0435\u0441\u044C \u043A\u043B\u0438\u0435\u043D\u0442\u043E\u043C \u0410\u041E \u00AB\u0420\u043E\u0441\u0441\u0435\u043B\u044C\u0445\u043E\u0437\u0431\u0430\u043D\u043A\u00BB, \u0434\u043B\u044F \u0412\u0430\u0441 \u043E\u0444\u043E\u0440\u043C\u043B\u0435\u043D\u0438\u0435 \u0437\u0430\u0440\u043F\u043B\u0430\u0442\u043D\u043E\u0439 \u043A\u0430\u0440\u0442\u044B \u0432\u043E\u0437\u043C\u043E\u0436\u043D\u043E \u0432 \u043F\u0435\u0440\u0432\u044B\u0439 \u0440\u0430\u0431\u043E\u0447\u0438\u0439 \u0434\u0435\u043D\u044C", buttonText: "\u041D\u0430 \u0433\u043B\u0430\u0432\u043D\u0443\u044E" })));
|
|
11692
11693
|
|
|
11693
11694
|
const SuccessStatusContent = JSX(({ isOffice }) => (jsx(DebitFormStatus, { title: "\u0417\u0430\u044F\u0432\u043A\u0430 \u043F\u0440\u0438\u043D\u044F\u0442\u0430", description: isOffice
|
|
11694
|
-
? 'Ваша заявка
|
|
11695
|
-
: 'Вам позвонит сотрудник Банка для уточнения времени и даты доставки', buttonText: "\u0412\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043D\u0430 \u0433\u043B\u0430\u0432\u043D\u0443\u044E" })));
|
|
11695
|
+
? 'Ваша заявка принята. Ожидайте СМС и EMAIL с статусом заявки'
|
|
11696
|
+
: 'Вам позвонит сотрудник Банка для уточнения времени и даты доставки', buttonText: "\u0412\u0435\u0440\u043D\u0443\u0442\u044C\u0441\u044F \u043D\u0430 \u0433\u043B\u0430\u0432\u043D\u0443\u044E", isOffice: isOffice })));
|
|
11696
11697
|
|
|
11697
11698
|
const DebitFormStatusTracker = JSX(() => {
|
|
11698
11699
|
const [status, setStatus] = useState(STATUS_TYPE.process);
|
|
@@ -13644,7 +13645,7 @@
|
|
|
13644
13645
|
};
|
|
13645
13646
|
const tabTextStyle = 'text-secondary-text hover:text-primary-main';
|
|
13646
13647
|
const activeTabTextStyleMap = {
|
|
13647
|
-
default: 'text-
|
|
13648
|
+
default: 'text-white',
|
|
13648
13649
|
underlined: 'text-primary-main border-b-2',
|
|
13649
13650
|
animated: 'text-white sm:text-white',
|
|
13650
13651
|
};
|
|
@@ -13654,7 +13655,7 @@
|
|
|
13654
13655
|
animated: 'p-1 ease-in duration-300 bg-white text-primary-text h-[70px] w-96',
|
|
13655
13656
|
};
|
|
13656
13657
|
const activeTabBgStyleMap = {
|
|
13657
|
-
default: 'bg-
|
|
13658
|
+
default: 'bg-primary-main',
|
|
13658
13659
|
underlined: 'bg-white',
|
|
13659
13660
|
animated: 'p-2 border-none bg-primary-main text-white h-20 w-96',
|
|
13660
13661
|
};
|
|
@@ -14287,7 +14288,7 @@
|
|
|
14287
14288
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
14288
14289
|
});
|
|
14289
14290
|
|
|
14290
|
-
const packageVersion = "0.14.
|
|
14291
|
+
const packageVersion = "0.14.1016";
|
|
14291
14292
|
|
|
14292
14293
|
exports.Blocks = Blocks;
|
|
14293
14294
|
exports.ContentPage = ContentPage;
|