@redneckz/wildless-cms-uni-blocks 0.14.1007 → 0.14.1013
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/bin/migration-scripts/0.14.1013.js +34 -0
- package/bundle/bundle.umd.js +86 -78
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/retail/validator/validators.d.ts +1 -0
- package/dist/components/CalculatorRko/CalculatorRko.js +16 -16
- package/dist/components/CalculatorRko/CalculatorRko.js.map +1 -1
- package/dist/components/DebitForm/DebitFormStatus.js +2 -2
- package/dist/components/DebitForm/DebitFormStatus.js.map +1 -1
- package/dist/components/RkoTariffCardsTable/RkoTariffCard.js +1 -1
- package/dist/components/RkoTariffCardsTable/RkoTariffCard.js.map +1 -1
- package/dist/components/RkoTariffCardsTable/RkoTariffCardsTable.js +3 -3
- package/dist/components/RkoTariffCardsTable/RkoTariffCardsTable.js.map +1 -1
- package/dist/components/RkoTariffCardsTable/constants.js +1 -1
- package/dist/retail/components/Fields/CodeWordField.js +12 -1
- package/dist/retail/components/Fields/CodeWordField.js.map +1 -1
- package/dist/retail/validator/validators.d.ts +1 -0
- package/dist/retail/validator/validators.js +3 -3
- package/dist/retail/validator/validators.js.map +1 -1
- package/lib/common.css +1 -1
- package/lib/components/CalculatorRko/CalculatorRko.js +16 -16
- package/lib/components/CalculatorRko/CalculatorRko.js.map +1 -1
- package/lib/components/DebitForm/DebitFormStatus.js +2 -2
- package/lib/components/DebitForm/DebitFormStatus.js.map +1 -1
- package/lib/components/RkoTariffCardsTable/RkoTariffCard.js +1 -1
- package/lib/components/RkoTariffCardsTable/RkoTariffCard.js.map +1 -1
- package/lib/components/RkoTariffCardsTable/RkoTariffCardsTable.js +3 -3
- package/lib/components/RkoTariffCardsTable/RkoTariffCardsTable.js.map +1 -1
- package/lib/components/RkoTariffCardsTable/constants.js +1 -1
- package/lib/retail/components/Fields/CodeWordField.js +12 -1
- package/lib/retail/components/Fields/CodeWordField.js.map +1 -1
- package/lib/retail/validator/validators.d.ts +1 -0
- package/lib/retail/validator/validators.js +1 -1
- package/lib/retail/validator/validators.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +86 -78
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/retail/validator/validators.d.ts +1 -0
- package/mobile/dist/components/CalculatorRko/CalculatorRko.js +16 -16
- package/mobile/dist/components/CalculatorRko/CalculatorRko.js.map +1 -1
- package/mobile/dist/components/DebitForm/DebitFormStatus.js +2 -2
- package/mobile/dist/components/DebitForm/DebitFormStatus.js.map +1 -1
- package/mobile/dist/components/RkoTariffCardsTable/RkoTariffCard.js +1 -1
- package/mobile/dist/components/RkoTariffCardsTable/RkoTariffCard.js.map +1 -1
- package/mobile/dist/components/RkoTariffCardsTable/RkoTariffCardsTable.js +3 -3
- package/mobile/dist/components/RkoTariffCardsTable/RkoTariffCardsTable.js.map +1 -1
- package/mobile/dist/components/RkoTariffCardsTable/constants.js +1 -1
- package/mobile/dist/retail/components/Fields/CodeWordField.js +12 -1
- package/mobile/dist/retail/components/Fields/CodeWordField.js.map +1 -1
- package/mobile/dist/retail/validator/validators.d.ts +1 -0
- package/mobile/dist/retail/validator/validators.js +3 -3
- package/mobile/dist/retail/validator/validators.js.map +1 -1
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/components/CalculatorRko/CalculatorRko.js +16 -16
- package/mobile/lib/components/CalculatorRko/CalculatorRko.js.map +1 -1
- package/mobile/lib/components/DebitForm/DebitFormStatus.js +2 -2
- package/mobile/lib/components/DebitForm/DebitFormStatus.js.map +1 -1
- package/mobile/lib/components/RkoTariffCardsTable/RkoTariffCard.js +1 -1
- package/mobile/lib/components/RkoTariffCardsTable/RkoTariffCard.js.map +1 -1
- package/mobile/lib/components/RkoTariffCardsTable/RkoTariffCardsTable.js +3 -3
- package/mobile/lib/components/RkoTariffCardsTable/RkoTariffCardsTable.js.map +1 -1
- package/mobile/lib/components/RkoTariffCardsTable/constants.js +1 -1
- package/mobile/lib/retail/components/Fields/CodeWordField.js +12 -1
- package/mobile/lib/retail/components/Fields/CodeWordField.js.map +1 -1
- package/mobile/lib/retail/validator/validators.d.ts +1 -0
- package/mobile/lib/retail/validator/validators.js +1 -1
- package/mobile/lib/retail/validator/validators.js.map +1 -1
- package/mobile/src/components/ApplicationForm/ApplicationForm.example.json +2 -3
- package/mobile/src/components/CalculatorRko/CalculatorRko.tsx +4 -4
- package/mobile/src/components/DebitForm/DebitFormStatus.tsx +2 -2
- package/mobile/src/components/RkoTariffCardsTable/RkoTariffCard.tsx +1 -1
- package/mobile/src/components/RkoTariffCardsTable/RkoTariffCardsTable.tsx +5 -3
- package/mobile/src/components/RkoTariffCardsTable/constants.ts +1 -1
- package/mobile/src/retail/components/Fields/CodeWordField.tsx +24 -8
- package/mobile/src/retail/validator/validators.ts +1 -1
- package/package.json +1 -1
- package/src/components/ApplicationForm/ApplicationForm.example.json +2 -3
- package/src/components/ApplicationForm/ApplicationForm.fixture.tsx +1 -2
- package/src/components/CalculatorRko/CalculatorRko.tsx +4 -4
- package/src/components/DebitForm/DebitFormStatus.tsx +2 -2
- package/src/components/RkoTariffCardsTable/RkoTariffCard.tsx +1 -1
- package/src/components/RkoTariffCardsTable/RkoTariffCardsTable.tsx +5 -3
- package/src/components/RkoTariffCardsTable/constants.ts +1 -1
- package/src/retail/components/Fields/CodeWordField.tsx +24 -8
- package/src/retail/validator/validators.ts +1 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export const description = 'v0.14.1013';
|
|
2
|
+
|
|
3
|
+
export default (uniPath, content) => {
|
|
4
|
+
modifyBlock(content, uniPath);
|
|
5
|
+
|
|
6
|
+
return content;
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
function modifyBlock(data, uniPath) {
|
|
10
|
+
if (!uniPath.includes('.page.json')) return;
|
|
11
|
+
|
|
12
|
+
const slug = data?.slug;
|
|
13
|
+
const canonical = data?.main?.canonical || '';
|
|
14
|
+
const ogUrl = data?.og?.url || '';
|
|
15
|
+
|
|
16
|
+
if (slug && !canonical.includes(slug) && !ogUrl.includes(slug)) {
|
|
17
|
+
const relativePath = uniPath;
|
|
18
|
+
const cleanPath = relativePath.replace('content/', '').replace(/\.page\.json$/, ''); // убираем расширение на всякий случай
|
|
19
|
+
const isSubFolder = cleanPath.includes('/');
|
|
20
|
+
const newValue = (isSubFolder ? '/' : '') + cleanPath;
|
|
21
|
+
|
|
22
|
+
if (data.main) {
|
|
23
|
+
data.main.canonical = newValue;
|
|
24
|
+
} else {
|
|
25
|
+
data.main = { canonical: newValue };
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
if (data.og) {
|
|
29
|
+
data.og.url = newValue;
|
|
30
|
+
} else {
|
|
31
|
+
data.og = { url: newValue };
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
package/bundle/bundle.umd.js
CHANGED
|
@@ -3922,7 +3922,7 @@
|
|
|
3922
3922
|
|
|
3923
3923
|
const ERROR_MESSAGE = 'Некорректно заполненное поле';
|
|
3924
3924
|
const ADDRESS_ERROR_MESSAGE = 'Укажите регион, город/населенный пункт, улицу, дом';
|
|
3925
|
-
const codeWordPattern = /^[
|
|
3925
|
+
const codeWordPattern = /^[а-яёА-ЯЁ\d]+$/u;
|
|
3926
3926
|
const retailCyrillicPattern = /^[\u0400-\u04FF-\s]+$/u;
|
|
3927
3927
|
const retailNotCyrillicPattern = /^(?!\s*$)[^\p{Script=Cyrillic}]+$/u;
|
|
3928
3928
|
const addressDaDataValidate = (address) => Boolean(address.region && (address.city || address.locality) && address.house);
|
|
@@ -5282,7 +5282,66 @@
|
|
|
5282
5282
|
|
|
5283
5283
|
const ChildrenField = JSX(({ field, input }) => (jsx(DaDataInputControl, { label: "\u041A\u043E\u043B\u0438\u0447\u0435\u0441\u0442\u0432\u043E \u0434\u0435\u0442\u0435\u0439 \u0434\u043E 18 \u043B\u0435\u0442", placeholder: "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0437\u043D\u0430\u0447\u0435\u043D\u0438\u0435", isInteger: true, type: "number", ...field(input?.name ?? ''), ...input })));
|
|
5284
5284
|
|
|
5285
|
-
const
|
|
5285
|
+
const autoLayoutKeyboard = (str) => {
|
|
5286
|
+
const replacer = {
|
|
5287
|
+
q: 'й',
|
|
5288
|
+
w: 'ц',
|
|
5289
|
+
e: 'у',
|
|
5290
|
+
r: 'к',
|
|
5291
|
+
t: 'е',
|
|
5292
|
+
y: 'н',
|
|
5293
|
+
u: 'г',
|
|
5294
|
+
i: 'ш',
|
|
5295
|
+
o: 'щ',
|
|
5296
|
+
p: 'з',
|
|
5297
|
+
'[': 'х',
|
|
5298
|
+
']': 'ъ',
|
|
5299
|
+
a: 'ф',
|
|
5300
|
+
s: 'ы',
|
|
5301
|
+
d: 'в',
|
|
5302
|
+
f: 'а',
|
|
5303
|
+
g: 'п',
|
|
5304
|
+
h: 'р',
|
|
5305
|
+
j: 'о',
|
|
5306
|
+
k: 'л',
|
|
5307
|
+
l: 'д',
|
|
5308
|
+
';': 'ж',
|
|
5309
|
+
"'": 'э',
|
|
5310
|
+
z: 'я',
|
|
5311
|
+
x: 'ч',
|
|
5312
|
+
c: 'с',
|
|
5313
|
+
v: 'м',
|
|
5314
|
+
b: 'и',
|
|
5315
|
+
n: 'т',
|
|
5316
|
+
m: 'ь',
|
|
5317
|
+
',': 'б',
|
|
5318
|
+
'.': 'ю',
|
|
5319
|
+
'`': 'ё',
|
|
5320
|
+
'{': 'Х',
|
|
5321
|
+
'}': 'Ъ',
|
|
5322
|
+
':': 'Ж',
|
|
5323
|
+
'~': 'Ё',
|
|
5324
|
+
'"': 'Э',
|
|
5325
|
+
'<': 'Б',
|
|
5326
|
+
'>': 'Ю',
|
|
5327
|
+
'\\': '\\',
|
|
5328
|
+
'^': '^',
|
|
5329
|
+
_: '_',
|
|
5330
|
+
};
|
|
5331
|
+
return str.replace(/[A-z,`~<.>;:\\'"[{\]}]/g, (x) => {
|
|
5332
|
+
return x === x.toLowerCase() ? replacer[x] : replacer[x.toLowerCase()].toUpperCase();
|
|
5333
|
+
});
|
|
5334
|
+
};
|
|
5335
|
+
|
|
5336
|
+
const CodeWordField = JSX(({ field, input }) => {
|
|
5337
|
+
const onChange = useCallback((value) => {
|
|
5338
|
+
const translatedValue = autoLayoutKeyboard(value);
|
|
5339
|
+
if (codeWordPattern.test(translatedValue) || translatedValue.length === 0) {
|
|
5340
|
+
field(input?.name ?? '')?.onChange?.(translatedValue);
|
|
5341
|
+
}
|
|
5342
|
+
}, [field, input]);
|
|
5343
|
+
return (jsx(DaDataInputControl, { label: "\u041A\u043E\u0434\u043E\u0432\u043E\u0435 \u0441\u043B\u043E\u0432\u043E", maxLength: 20, ...field(input?.name ?? ''), ...input, onChange: onChange }));
|
|
5344
|
+
});
|
|
5286
5345
|
|
|
5287
5346
|
const ConfirmationIncomeField = JSX(({ field, input }) => {
|
|
5288
5347
|
const { data: confirmationIncome } = useLeadFormData('INCOME_CERT_UNITED');
|
|
@@ -6191,57 +6250,6 @@
|
|
|
6191
6250
|
];
|
|
6192
6251
|
const MethodObtainField = JSX(({ field, input }) => (jsx(RadioButtonGroupControl, { orientation: "horizontal", items: METHODS_OF_OBTAIN, ...field(input?.name ?? '') })));
|
|
6193
6252
|
|
|
6194
|
-
const autoLayoutKeyboard = (str) => {
|
|
6195
|
-
const replacer = {
|
|
6196
|
-
q: 'й',
|
|
6197
|
-
w: 'ц',
|
|
6198
|
-
e: 'у',
|
|
6199
|
-
r: 'к',
|
|
6200
|
-
t: 'е',
|
|
6201
|
-
y: 'н',
|
|
6202
|
-
u: 'г',
|
|
6203
|
-
i: 'ш',
|
|
6204
|
-
o: 'щ',
|
|
6205
|
-
p: 'з',
|
|
6206
|
-
'[': 'х',
|
|
6207
|
-
']': 'ъ',
|
|
6208
|
-
a: 'ф',
|
|
6209
|
-
s: 'ы',
|
|
6210
|
-
d: 'в',
|
|
6211
|
-
f: 'а',
|
|
6212
|
-
g: 'п',
|
|
6213
|
-
h: 'р',
|
|
6214
|
-
j: 'о',
|
|
6215
|
-
k: 'л',
|
|
6216
|
-
l: 'д',
|
|
6217
|
-
';': 'ж',
|
|
6218
|
-
"'": 'э',
|
|
6219
|
-
z: 'я',
|
|
6220
|
-
x: 'ч',
|
|
6221
|
-
c: 'с',
|
|
6222
|
-
v: 'м',
|
|
6223
|
-
b: 'и',
|
|
6224
|
-
n: 'т',
|
|
6225
|
-
m: 'ь',
|
|
6226
|
-
',': 'б',
|
|
6227
|
-
'.': 'ю',
|
|
6228
|
-
'`': 'ё',
|
|
6229
|
-
'{': 'Х',
|
|
6230
|
-
'}': 'Ъ',
|
|
6231
|
-
':': 'Ж',
|
|
6232
|
-
'~': 'Ё',
|
|
6233
|
-
'"': 'Э',
|
|
6234
|
-
'<': 'Б',
|
|
6235
|
-
'>': 'Ю',
|
|
6236
|
-
'\\': '\\',
|
|
6237
|
-
'^': '^',
|
|
6238
|
-
_: '_',
|
|
6239
|
-
};
|
|
6240
|
-
return str.replace(/[A-z,`~<.>;:\\'"[{\]}]/g, (x) => {
|
|
6241
|
-
return x === x.toLowerCase() ? replacer[x] : replacer[x.toLowerCase()].toUpperCase();
|
|
6242
|
-
});
|
|
6243
|
-
};
|
|
6244
|
-
|
|
6245
6253
|
const MiddleNameField = JSX(({ field, input }) => {
|
|
6246
6254
|
const onChange = useCallback((value) => {
|
|
6247
6255
|
const translatedValue = autoLayoutKeyboard(value);
|
|
@@ -9221,7 +9229,7 @@
|
|
|
9221
9229
|
|
|
9222
9230
|
const RKO_COMMISSIONS_TITLE_MAP = {
|
|
9223
9231
|
tariffName: 'Название тарифа',
|
|
9224
|
-
accountServiceFee: 'Обслуживание
|
|
9232
|
+
accountServiceFee: 'Обслуживание счёта',
|
|
9225
9233
|
transferLegalCountCommission: 'Переводы Юрлицам и ИП',
|
|
9226
9234
|
flTransferSumCommission: 'Переводы физлицам',
|
|
9227
9235
|
cashOutSumCommission: 'Снятие наличных',
|
|
@@ -9282,7 +9290,7 @@
|
|
|
9282
9290
|
const commissions = RKO_COLUMNS_ORDER.map((key) => tariffData[key]);
|
|
9283
9291
|
const isMobileMode = useMobileMode();
|
|
9284
9292
|
const handleOpenDepositClick = () => globalThis?.sessionStorage.setItem('rkoTariffName', tariffName);
|
|
9285
|
-
return (jsxs("div", { className: style(className, 'rounded-xl min-h-24 items-center min-w-0 lg:p-xl p-3xl', isBest
|
|
9293
|
+
return (jsxs("div", { className: style(className, 'rounded-xl min-h-24 items-center min-w-0 lg:p-xl p-3xl lg:mb-m mb-xl', isBest
|
|
9286
9294
|
? 'bg-primary-main text-white relative'
|
|
9287
9295
|
: 'bg-white text-primary-text border border-solid border-gray'), children: [jsxs("div", { className: "col-span-2", children: [jsx(Heading, { headingType: isMobileMode ? 'h2' : 'h6', title: tariffName }), jsx(Text, { size: "text-xs", children: tariffDesc })] }), isMobileMode
|
|
9288
9296
|
? renderMobileCard({
|
|
@@ -9300,13 +9308,13 @@
|
|
|
9300
9308
|
const isMobileMode = useMobileMode();
|
|
9301
9309
|
const commissionTypes = getSortedCommissionTypes(items) ?? [];
|
|
9302
9310
|
const columnsCount = commissionTypes.length + 4; // 2 на "Название тарифа" и 2 на кнопку
|
|
9303
|
-
const tableLayoutStyle = `lg:grid lg:grid-cols-${String(columnsCount)} gap-m lg:px-xl px-3xl`;
|
|
9304
|
-
return (jsxs("div", { className: "
|
|
9311
|
+
const tableLayoutStyle = `lg:grid lg:grid-cols-${String(columnsCount)} gap-m lg:px-xl px-3xl order-first lg:mb-m mb-xl`;
|
|
9312
|
+
return (jsxs("div", { className: "w-full flex flex-col mt-s", children: [isMobileMode
|
|
9305
9313
|
? null
|
|
9306
9314
|
: renderRkoTariffsTableHeader({
|
|
9307
9315
|
params: commissionTypes,
|
|
9308
9316
|
className: tableLayoutStyle,
|
|
9309
|
-
}), items.map((item, index) => (jsx("div", { children: jsx(RkoTariffCard, { ...item, className: tableLayoutStyle, currency: currency, openDepositBtnLink: openDepositBtnLink, commissionTypes: commissionTypes }) }, index)))] }));
|
|
9317
|
+
}), items.map((item, index) => (jsx("div", { className: item?.isBest ? 'order-first' : '', children: jsx(RkoTariffCard, { ...item, className: tableLayoutStyle, currency: currency, openDepositBtnLink: openDepositBtnLink, commissionTypes: commissionTypes }) }, index)))] }));
|
|
9310
9318
|
});
|
|
9311
9319
|
|
|
9312
9320
|
const filterByClientType = (data, clientType) => {
|
|
@@ -9535,23 +9543,23 @@
|
|
|
9535
9543
|
const result = markBestTariff(mergedTariffs);
|
|
9536
9544
|
setTariffs(result);
|
|
9537
9545
|
}, [userInputParams, calcTariffs]);
|
|
9538
|
-
return (jsxs("div", { className: style(className, 'bg-white'), children: [jsx(CalculatorLayout, { className: className, title: title, ...rest, children:
|
|
9539
|
-
|
|
9540
|
-
|
|
9541
|
-
|
|
9542
|
-
|
|
9543
|
-
|
|
9544
|
-
|
|
9545
|
-
|
|
9546
|
-
|
|
9547
|
-
|
|
9548
|
-
|
|
9549
|
-
|
|
9550
|
-
|
|
9551
|
-
|
|
9552
|
-
|
|
9553
|
-
});
|
|
9554
|
-
const renderHeading$1 = () => (jsx(Text, { size: "text-h6", font: "font-medium", align: "text-center", className: "block lg:mb-
|
|
9546
|
+
return (jsxs("div", { className: style(className, 'bg-white'), children: [jsx(CalculatorLayout, { className: className, title: title, ...rest, children: jsx("section", { className: style(CalculatorStyle.wrapperMax, className), children: jsxs("div", { className: CalculatorStyle.inputMax, children: [renderCountInput({
|
|
9547
|
+
title: 'Количество внешних переводов на счета ЮЛ и ИП в месяц, шт',
|
|
9548
|
+
step: 1,
|
|
9549
|
+
min: calcParams.minTransferLegalCount,
|
|
9550
|
+
max: calcParams.maxTransferLegalCount,
|
|
9551
|
+
...field('transferLegalCount'),
|
|
9552
|
+
value: calcParams.transferLegalCount,
|
|
9553
|
+
}), INPUTS_CONFIG.map((config, index) => (jsx("div", { children: renderWantedSumInput({
|
|
9554
|
+
title: config.title,
|
|
9555
|
+
step: config.step,
|
|
9556
|
+
min: calcParams[`min${capitalize(config.key)}`],
|
|
9557
|
+
max: calcParams[`max${capitalize(config.key)}`],
|
|
9558
|
+
...field(config.key),
|
|
9559
|
+
value: calcParams[config.key],
|
|
9560
|
+
}) }, index)))] }) }) }), jsxs(BlockWrapper, { className: style('flex flex-col items-center', className), defaultPadding: "p-4xl pt-0", ...rest, children: [renderHeading$1(), tariffs ? (jsx(RkoTariffCardsTable, { items: tariffs, currency: RKO_DEFAULT_CURRENCY, openDepositBtnLink: openDepositBtnLink })) : (jsx(Loader, { position: "static" })), jsx("div", { className: style(CalculatorStyle.result), children: renderFootnote(footnote) })] })] }));
|
|
9561
|
+
});
|
|
9562
|
+
const renderHeading$1 = () => (jsx(Text, { size: "text-h6", font: "font-medium", align: "text-center", className: "block lg:mb-xl mb-m", children: "\u0420\u0430\u0441\u0447\u0451\u0442\u044B \u0437\u0430 \u043E\u0434\u0438\u043D \u043C\u0435\u0441\u044F\u0446 \u043F\u043E \u0432\u0432\u0435\u0434\u0435\u043D\u043D\u044B\u043C \u0432\u044B\u0448\u0435 \u043F\u0430\u0440\u0430\u043C\u0435\u0442\u0440\u0430\u043C" }));
|
|
9555
9563
|
|
|
9556
9564
|
const NumberInput = JSX((props) => {
|
|
9557
9565
|
const { onChange, min, max, defaultValue = '0', fractionDigits = 0, ...inputProps } = props;
|
|
@@ -11633,9 +11641,9 @@
|
|
|
11633
11641
|
return (jsxs("div", { className: "py-lg px-5xl bg-white col-span-12", children: [stepsTitles[step] || null, jsx(ProgressBar, { step: progress, showPercentage: false })] }));
|
|
11634
11642
|
});
|
|
11635
11643
|
|
|
11636
|
-
const INTERNET_BANK_LINK = 'https://online.rshb.ru/
|
|
11644
|
+
const INTERNET_BANK_LINK = 'https://online.rshb.ru/d?l=dcNqSvOE';
|
|
11637
11645
|
const DebitFormStatus = JSX(({ title, description: dsc, sectionInfo, buttonText, isDboClient, ...props }) => {
|
|
11638
|
-
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: "\
|
|
11646
|
+
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] }));
|
|
11639
11647
|
});
|
|
11640
11648
|
const SectionInfo = ({ title, items, }) => {
|
|
11641
11649
|
if (!items) {
|
|
@@ -14155,7 +14163,7 @@
|
|
|
14155
14163
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
14156
14164
|
});
|
|
14157
14165
|
|
|
14158
|
-
const packageVersion = "0.14.
|
|
14166
|
+
const packageVersion = "0.14.1012";
|
|
14159
14167
|
|
|
14160
14168
|
exports.Blocks = Blocks;
|
|
14161
14169
|
exports.ContentPage = ContentPage;
|