@redneckz/wildless-cms-uni-blocks 0.14.976 → 0.14.977
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 +2 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/ApplicationLeadForm/EsiaLoginBanner.js +1 -1
- package/dist/components/ApplicationLeadForm/EsiaLoginBanner.js.map +1 -1
- package/lib/components/ApplicationLeadForm/EsiaLoginBanner.js +1 -1
- package/lib/components/ApplicationLeadForm/EsiaLoginBanner.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/ApplicationLeadForm/EsiaLoginBanner.js +1 -1
- package/mobile/dist/components/ApplicationLeadForm/EsiaLoginBanner.js.map +1 -1
- package/mobile/lib/components/ApplicationLeadForm/EsiaLoginBanner.js +1 -1
- package/mobile/lib/components/ApplicationLeadForm/EsiaLoginBanner.js.map +1 -1
- package/mobile/src/components/ApplicationLeadForm/EsiaLoginBanner.tsx +7 -2
- package/package.json +1 -1
- package/src/components/ApplicationLeadForm/EsiaLoginBanner.tsx +7 -2
package/bundle/bundle.umd.js
CHANGED
|
@@ -3719,7 +3719,7 @@
|
|
|
3719
3719
|
onChangeEsiaStatus(EsiaStatuses.Error);
|
|
3720
3720
|
}
|
|
3721
3721
|
}, [frameLocation]);
|
|
3722
|
-
return (jsxs("div", { className: "flex items-center rounded-md bg-main-gray p-4xl", children: [jsxs("div", { className: "flex gap-m flex-col justify-around w-full", children: [jsx("p", { className: "text-xl", children: `Заполните данные через Госуслуги${productType === 'debitCard' ? '
|
|
3722
|
+
return (jsxs("div", { className: "flex items-center rounded-md bg-main-gray p-4xl", children: [jsxs("div", { className: "flex gap-m flex-col justify-around w-full", children: [jsx("p", { className: "text-xl", children: `Заполните данные через Госуслуги${productType === 'debitCard' ? ': ' : ''}` }), productType === 'debitCard' ? (jsxs("ul", { className: "list-disc list-inside", children: [jsx("li", { children: "\u0437\u043D\u0430\u0447\u0438\u0442\u0435\u043B\u044C\u043D\u043E \u0441\u043E\u043A\u0440\u0430\u0442\u0438\u0442 \u0432\u0440\u0435\u043C\u044F \u043E\u0444\u043E\u0440\u043C\u043B\u0435\u043D\u0438\u044F \u0437\u0430\u044F\u0432\u043A\u0438" }), jsx("li", { children: "\u2060\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0430 \u043A\u0443\u0440\u044C\u0435\u0440\u0441\u043A\u0430\u044F \u0434\u043E\u0441\u0442\u0430\u0432\u043A\u0430 \u0432 \u0433. \u041C\u043E\u0441\u043A\u0432\u0430 (\u0432 \u043F\u0440\u0435\u0434\u0435\u043B\u0430\u0445 \u041C\u041A\u0410\u0414)" })] })) : (jsxs("ul", { className: "list-disc list-inside", children: [jsx("li", { children: "\u0412\u0435\u0440\u043E\u044F\u0442\u043D\u043E\u0441\u0442\u044C \u043E\u0434\u043E\u0431\u0440\u0435\u043D\u0438\u044F \u0432\u044B\u0448\u0435" }), jsx("li", { children: "\u0411\u0435\u0437 \u0441\u043F\u0440\u0430\u0432\u043E\u043A \u043E \u0434\u043E\u0445\u043E\u0434\u0430\u0445 \u0438 \u0442\u0440\u0443\u0434\u043E\u0443\u0441\u0442\u0440\u043E\u0439\u0441\u0442\u0432\u0435" }), jsx("li", { children: "\u0421 \u0437\u0430\u0449\u0438\u0442\u043E\u0439 \u0412\u0430\u0448\u0438\u0445 \u0434\u0430\u043D\u043D\u044B\u0445" })] })), jsx(Img, { className: "block self-center @md:hidden", image: { icon: 'GosUslugiIcon', iconVersion: 'normal' }, height: "80", width: "80" }), jsx(Button, { type: "button", onClick: handleAuth, className: "w-full @md:w-fit", children: "\u0417\u0430\u043F\u043E\u043B\u043D\u0438\u0442\u044C" })] }), jsx(Img, { className: "hidden @md:block", image: { icon: 'GosUslugiIcon', iconVersion: 'normal' }, height: "164" })] }));
|
|
3723
3723
|
});
|
|
3724
3724
|
|
|
3725
3725
|
const NAME_HINTS_LIST_OPTIONS = {
|
|
@@ -13074,7 +13074,7 @@
|
|
|
13074
13074
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
13075
13075
|
});
|
|
13076
13076
|
|
|
13077
|
-
const packageVersion = "0.14.
|
|
13077
|
+
const packageVersion = "0.14.976";
|
|
13078
13078
|
|
|
13079
13079
|
exports.Blocks = Blocks;
|
|
13080
13080
|
exports.ContentPage = ContentPage;
|