@redneckz/wildless-cms-uni-blocks 0.14.1016 → 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.
Files changed (31) hide show
  1. package/bundle/bundle.umd.js +6 -5
  2. package/bundle/bundle.umd.min.js +1 -1
  3. package/bundle/components/DebitForm/DebitFormStatus.d.ts +1 -0
  4. package/dist/components/DebitForm/DebitFormStatus.d.ts +1 -0
  5. package/dist/components/DebitForm/DebitFormStatus.js +3 -2
  6. package/dist/components/DebitForm/DebitFormStatus.js.map +1 -1
  7. package/dist/components/DebitForm/SuccessStatusContent.js +2 -2
  8. package/dist/components/DebitForm/SuccessStatusContent.js.map +1 -1
  9. package/lib/components/DebitForm/DebitFormStatus.d.ts +1 -0
  10. package/lib/components/DebitForm/DebitFormStatus.js +3 -2
  11. package/lib/components/DebitForm/DebitFormStatus.js.map +1 -1
  12. package/lib/components/DebitForm/SuccessStatusContent.js +2 -2
  13. package/lib/components/DebitForm/SuccessStatusContent.js.map +1 -1
  14. package/mobile/bundle/bundle.umd.js +6 -5
  15. package/mobile/bundle/bundle.umd.min.js +1 -1
  16. package/mobile/bundle/components/DebitForm/DebitFormStatus.d.ts +1 -0
  17. package/mobile/dist/components/DebitForm/DebitFormStatus.d.ts +1 -0
  18. package/mobile/dist/components/DebitForm/DebitFormStatus.js +3 -2
  19. package/mobile/dist/components/DebitForm/DebitFormStatus.js.map +1 -1
  20. package/mobile/dist/components/DebitForm/SuccessStatusContent.js +2 -2
  21. package/mobile/dist/components/DebitForm/SuccessStatusContent.js.map +1 -1
  22. package/mobile/lib/components/DebitForm/DebitFormStatus.d.ts +1 -0
  23. package/mobile/lib/components/DebitForm/DebitFormStatus.js +3 -2
  24. package/mobile/lib/components/DebitForm/DebitFormStatus.js.map +1 -1
  25. package/mobile/lib/components/DebitForm/SuccessStatusContent.js +2 -2
  26. package/mobile/lib/components/DebitForm/SuccessStatusContent.js.map +1 -1
  27. package/mobile/src/components/DebitForm/DebitFormStatus.tsx +20 -2
  28. package/mobile/src/components/DebitForm/SuccessStatusContent.tsx +2 -1
  29. package/package.json +1 -1
  30. package/src/components/DebitForm/DebitFormStatus.tsx +20 -2
  31. package/src/components/DebitForm/SuccessStatusContent.tsx +2 -1
@@ -11643,8 +11643,9 @@
11643
11643
  });
11644
11644
 
11645
11645
  const INTERNET_BANK_LINK = 'https://online.rshb.ru/d?l=dcNqSvOE';
11646
- const DebitFormStatus = JSX(({ title, description: dsc, sectionInfo, buttonText, isDboClient, ...props }) => {
11647
- 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 }), 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] }));
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);
@@ -14287,7 +14288,7 @@
14287
14288
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
14288
14289
  });
14289
14290
 
14290
- const packageVersion = "0.14.1015";
14291
+ const packageVersion = "0.14.1016";
14291
14292
 
14292
14293
  exports.Blocks = Blocks;
14293
14294
  exports.ContentPage = ContentPage;