@redneckz/wildless-cms-uni-blocks 0.13.0 → 0.13.1
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 +1 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/model/HeadlineType.d.ts +1 -1
- package/dist/components/Blocks.mobile.js +17 -13
- package/dist/components/Blocks.mobile.js.map +1 -1
- package/dist/model/HeadlineType.d.ts +1 -1
- package/lib/components/Blocks.mobile.js +17 -13
- package/lib/components/Blocks.mobile.js.map +1 -1
- package/lib/model/HeadlineType.d.ts +1 -1
- package/mobile/bundle/bundle.umd.js +73 -67
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/model/HeadlineType.d.ts +1 -1
- package/mobile/dist/components/Blocks.js +17 -13
- package/mobile/dist/components/Blocks.js.map +1 -1
- package/mobile/dist/model/HeadlineType.d.ts +1 -1
- package/mobile/lib/components/Blocks.js +17 -13
- package/mobile/lib/components/Blocks.js.map +1 -1
- package/mobile/lib/model/HeadlineType.d.ts +1 -1
- package/mobile/src/components/Blocks.ts +17 -13
- package/mobile/src/model/HeadlineType.ts +1 -1
- package/package.json +1 -1
- package/src/components/Blocks.mobile.ts +17 -13
- package/src/model/HeadlineType.ts +1 -1
|
@@ -36,7 +36,7 @@ export declare type AdditionalDescriptionProps = {
|
|
|
36
36
|
/** @title Дополнительное описание */
|
|
37
37
|
additionalDescription?: string;
|
|
38
38
|
};
|
|
39
|
-
export declare type HeadlineCommonProps = TitleProps & DescriptionProps & AlignProps
|
|
39
|
+
export declare type HeadlineCommonProps = TitleProps & DescriptionProps & AlignProps;
|
|
40
40
|
export declare type HeadlineProps = HeadlineCommonProps & {
|
|
41
41
|
headlineVersion?: HeadlineVersion;
|
|
42
42
|
};
|
|
@@ -8,12 +8,12 @@ const Calculator_1 = require("./Calculator/Calculator");
|
|
|
8
8
|
const CardTransfer_1 = require("./CardTransfer/CardTransfer");
|
|
9
9
|
const Carousel_1 = require("./Carousel/Carousel");
|
|
10
10
|
const CarouselBankHistoryCard_1 = require("./CarouselBankHistoryCard/CarouselBankHistoryCard");
|
|
11
|
-
const CarouselProgramsCard_1 = require("./CarouselProgramsCard/CarouselProgramsCard");
|
|
12
|
-
const CarouselRecommendationCard_1 = require("./CarouselRecommendationCard/CarouselRecommendationCard");
|
|
13
|
-
const CarouselTariffsCard_1 = require("./CarouselTariffsCard/CarouselTariffsCard");
|
|
14
11
|
const CarouselCard_1 = require("./CarouselCard/CarouselCard");
|
|
15
12
|
const CarouselCatalogCard_1 = require("./CarouselCatalogCard/CarouselCatalogCard");
|
|
16
13
|
const CarouselProductCard_1 = require("./CarouselProductCard/CarouselProductCard");
|
|
14
|
+
const CarouselProgramsCard_1 = require("./CarouselProgramsCard/CarouselProgramsCard");
|
|
15
|
+
const CarouselRecommendationCard_1 = require("./CarouselRecommendationCard/CarouselRecommendationCard");
|
|
16
|
+
const CarouselTariffsCard_1 = require("./CarouselTariffsCard/CarouselTariffsCard");
|
|
17
17
|
const ComparisonTable_1 = require("./ComparisonTable/ComparisonTable");
|
|
18
18
|
const ExchangeRateTile_1 = require("./ExchangeRateTile/ExchangeRateTile");
|
|
19
19
|
const Footer_1 = require("./Footer/Footer");
|
|
@@ -27,6 +27,7 @@ const PictureText_1 = require("./PictureText/PictureText");
|
|
|
27
27
|
const Placeholder_1 = require("./Placeholder/Placeholder");
|
|
28
28
|
const ProductBlock_1 = require("./ProductBlock/ProductBlock");
|
|
29
29
|
const ProductGallery_1 = require("./ProductGallery/ProductGallery");
|
|
30
|
+
const ProductTile_1 = require("./ProductTile/ProductTile");
|
|
30
31
|
const RichTextBlock_1 = require("./RichTextBlock/RichTextBlock");
|
|
31
32
|
const RollupItem_1 = require("./RollupItem/RollupItem");
|
|
32
33
|
const SafeDepositRental_1 = require("./SafeDepositRental/SafeDepositRental");
|
|
@@ -34,20 +35,25 @@ const StepsBlock_1 = require("./StepsBlock/StepsBlock");
|
|
|
34
35
|
const Tabs_1 = require("./Tabs/Tabs");
|
|
35
36
|
const TariffsTable_1 = require("./TariffsTable/TariffsTable");
|
|
36
37
|
const TextBlock_1 = require("./TextBlock/TextBlock");
|
|
38
|
+
const Tile_1 = require("./Tile/Tile");
|
|
37
39
|
const VerticalLayout_1 = require("./VerticalLayout/VerticalLayout");
|
|
38
40
|
exports.Blocks = {
|
|
39
41
|
ApplicationForm: ApplicationForm_1.ApplicationForm,
|
|
40
|
-
|
|
42
|
+
BenefitsBlock: BenefitsBlock_1.BenefitsBlock,
|
|
41
43
|
BonusBenefitsBlock: BonusBenefitsBlock_1.BonusBenefitsBlock,
|
|
44
|
+
ButtonsBlock: ButtonsBlock_1.ButtonsBlock,
|
|
42
45
|
Calculator: Calculator_1.Calculator,
|
|
43
46
|
CardTransfer: CardTransfer_1.CardTransfer,
|
|
44
47
|
Carousel: Carousel_1.Carousel,
|
|
48
|
+
CarouselBankHistoryCard: CarouselBankHistoryCard_1.CarouselBankHistoryCard,
|
|
45
49
|
CarouselCard: CarouselCard_1.CarouselCard,
|
|
46
50
|
CarouselCatalogCard: CarouselCatalogCard_1.CarouselCatalogCard,
|
|
47
51
|
CarouselProductCard: CarouselProductCard_1.CarouselProductCard,
|
|
48
|
-
|
|
52
|
+
CarouselProgramsCard: CarouselProgramsCard_1.CarouselProgramsCard,
|
|
53
|
+
CarouselRecommendationCard: CarouselRecommendationCard_1.CarouselRecommendationCard,
|
|
49
54
|
CarouselTariffsCard: CarouselTariffsCard_1.CarouselTariffsCard,
|
|
50
55
|
ComparisonTable: ComparisonTable_1.ComparisonTable,
|
|
56
|
+
ExchangeRateTile: ExchangeRateTile_1.ExchangeRateTile,
|
|
51
57
|
Footer: Footer_1.Footer,
|
|
52
58
|
Header: Header_1.Header,
|
|
53
59
|
Headline: Headline_1.Headline,
|
|
@@ -58,18 +64,16 @@ exports.Blocks = {
|
|
|
58
64
|
PictureText: PictureText_1.PictureText,
|
|
59
65
|
Placeholder: Placeholder_1.Placeholder,
|
|
60
66
|
ProductBlock: ProductBlock_1.ProductBlock,
|
|
67
|
+
ProductGallery: ProductGallery_1.ProductGallery,
|
|
68
|
+
ProductTile: ProductTile_1.ProductTile,
|
|
69
|
+
RichTextBlock: RichTextBlock_1.RichTextBlock,
|
|
70
|
+
RollupItem: RollupItem_1.RollupItem,
|
|
71
|
+
SafeDepositRental: SafeDepositRental_1.SafeDepositRental,
|
|
61
72
|
StepsBlock: StepsBlock_1.StepsBlock,
|
|
62
73
|
Tabs: Tabs_1.Tabs,
|
|
63
74
|
TariffsTable: TariffsTable_1.TariffsTable,
|
|
64
75
|
TextBlock: TextBlock_1.TextBlock,
|
|
65
|
-
|
|
66
|
-
RollupItem: RollupItem_1.RollupItem,
|
|
67
|
-
SafeDepositRental: SafeDepositRental_1.SafeDepositRental,
|
|
76
|
+
Tile: Tile_1.Tile,
|
|
68
77
|
VerticalLayout: VerticalLayout_1.VerticalLayout,
|
|
69
|
-
CarouselRecommendationCard: CarouselRecommendationCard_1.CarouselRecommendationCard,
|
|
70
|
-
ExchangeRateTile: ExchangeRateTile_1.ExchangeRateTile,
|
|
71
|
-
CarouselProgramsCard: CarouselProgramsCard_1.CarouselProgramsCard,
|
|
72
|
-
ProductGallery: ProductGallery_1.ProductGallery,
|
|
73
|
-
BenefitsBlock: BenefitsBlock_1.BenefitsBlock,
|
|
74
78
|
};
|
|
75
79
|
//# sourceMappingURL=Blocks.mobile.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Blocks.mobile.js","sourceRoot":"","sources":["../../src/components/Blocks.mobile.ts"],"names":[],"mappings":";;AACA,uEAAoE;AACpE,iEAA8D;AAC9D,gFAA6E;AAC7E,8DAA2D;AAC3D,wDAAqD;AACrD,8DAA2D;AAC3D,kDAA+C;AAC/C,+FAA4F;AAC5F,
|
|
1
|
+
{"version":3,"file":"Blocks.mobile.js","sourceRoot":"","sources":["../../src/components/Blocks.mobile.ts"],"names":[],"mappings":";;AACA,uEAAoE;AACpE,iEAA8D;AAC9D,gFAA6E;AAC7E,8DAA2D;AAC3D,wDAAqD;AACrD,8DAA2D;AAC3D,kDAA+C;AAC/C,+FAA4F;AAC5F,8DAA2D;AAC3D,mFAAgF;AAChF,mFAAgF;AAChF,sFAAmF;AACnF,wGAAqG;AACrG,mFAAgF;AAChF,uEAAoE;AACpE,0EAAuE;AACvE,4CAAyC;AACzC,4CAAyC;AACzC,kDAA+C;AAC/C,0EAAuE;AACvE,kDAA+C;AAC/C,kDAA+C;AAC/C,iEAA8D;AAC9D,2DAAwD;AACxD,2DAAwD;AACxD,8DAA2D;AAC3D,oEAAiE;AACjE,2DAAwD;AACxD,iEAA8D;AAC9D,wDAAqD;AACrD,6EAA0E;AAC1E,wDAAqD;AACrD,sCAAmC;AACnC,8DAA2D;AAC3D,qDAAkD;AAClD,sCAAmC;AACnC,oEAAiE;AAEpD,QAAA,MAAM,GAAmB;IACpC,eAAe,EAAf,iCAAe;IACf,aAAa,EAAb,6BAAa;IACb,kBAAkB,EAAlB,uCAAkB;IAClB,YAAY,EAAZ,2BAAY;IACZ,UAAU,EAAV,uBAAU;IACV,YAAY,EAAZ,2BAAY;IACZ,QAAQ,EAAR,mBAAQ;IACR,uBAAuB,EAAvB,iDAAuB;IACvB,YAAY,EAAZ,2BAAY;IACZ,mBAAmB,EAAnB,yCAAmB;IACnB,mBAAmB,EAAnB,yCAAmB;IACnB,oBAAoB,EAApB,2CAAoB;IACpB,0BAA0B,EAA1B,uDAA0B;IAC1B,mBAAmB,EAAnB,yCAAmB;IACnB,eAAe,EAAf,iCAAe;IACf,gBAAgB,EAAhB,mCAAgB;IAChB,MAAM,EAAN,eAAM;IACN,MAAM,EAAN,eAAM;IACN,QAAQ,EAAR,mBAAQ;IACR,gBAAgB,EAAhB,mCAAgB;IAChB,QAAQ,EAAR,mBAAQ;IACR,QAAQ,EAAR,mBAAQ;IACR,aAAa,EAAb,6BAAa;IACb,WAAW,EAAX,yBAAW;IACX,WAAW,EAAX,yBAAW;IACX,YAAY,EAAZ,2BAAY;IACZ,cAAc,EAAd,+BAAc;IACd,WAAW,EAAX,yBAAW;IACX,aAAa,EAAb,6BAAa;IACb,UAAU,EAAV,uBAAU;IACV,iBAAiB,EAAjB,qCAAiB;IACjB,UAAU,EAAV,uBAAU;IACV,IAAI,EAAJ,WAAI;IACJ,YAAY,EAAZ,2BAAY;IACZ,SAAS,EAAT,qBAAS;IACT,IAAI,EAAJ,WAAI;IACJ,cAAc,EAAd,+BAAc;CACf,CAAC"}
|
|
@@ -36,7 +36,7 @@ export declare type AdditionalDescriptionProps = {
|
|
|
36
36
|
/** @title Дополнительное описание */
|
|
37
37
|
additionalDescription?: string;
|
|
38
38
|
};
|
|
39
|
-
export declare type HeadlineCommonProps = TitleProps & DescriptionProps & AlignProps
|
|
39
|
+
export declare type HeadlineCommonProps = TitleProps & DescriptionProps & AlignProps;
|
|
40
40
|
export declare type HeadlineProps = HeadlineCommonProps & {
|
|
41
41
|
headlineVersion?: HeadlineVersion;
|
|
42
42
|
};
|
|
@@ -6,12 +6,12 @@ import { Calculator } from './Calculator/Calculator.js';
|
|
|
6
6
|
import { CardTransfer } from './CardTransfer/CardTransfer.js';
|
|
7
7
|
import { Carousel } from './Carousel/Carousel.js';
|
|
8
8
|
import { CarouselBankHistoryCard } from './CarouselBankHistoryCard/CarouselBankHistoryCard.js';
|
|
9
|
-
import { CarouselProgramsCard } from './CarouselProgramsCard/CarouselProgramsCard.js';
|
|
10
|
-
import { CarouselRecommendationCard } from './CarouselRecommendationCard/CarouselRecommendationCard.js';
|
|
11
|
-
import { CarouselTariffsCard } from './CarouselTariffsCard/CarouselTariffsCard.js';
|
|
12
9
|
import { CarouselCard } from './CarouselCard/CarouselCard.js';
|
|
13
10
|
import { CarouselCatalogCard } from './CarouselCatalogCard/CarouselCatalogCard.js';
|
|
14
11
|
import { CarouselProductCard } from './CarouselProductCard/CarouselProductCard.js';
|
|
12
|
+
import { CarouselProgramsCard } from './CarouselProgramsCard/CarouselProgramsCard.js';
|
|
13
|
+
import { CarouselRecommendationCard } from './CarouselRecommendationCard/CarouselRecommendationCard.js';
|
|
14
|
+
import { CarouselTariffsCard } from './CarouselTariffsCard/CarouselTariffsCard.js';
|
|
15
15
|
import { ComparisonTable } from './ComparisonTable/ComparisonTable.js';
|
|
16
16
|
import { ExchangeRateTile } from './ExchangeRateTile/ExchangeRateTile.js';
|
|
17
17
|
import { Footer } from './Footer/Footer.js';
|
|
@@ -25,6 +25,7 @@ import { PictureText } from './PictureText/PictureText.js';
|
|
|
25
25
|
import { Placeholder } from './Placeholder/Placeholder.js';
|
|
26
26
|
import { ProductBlock } from './ProductBlock/ProductBlock.js';
|
|
27
27
|
import { ProductGallery } from './ProductGallery/ProductGallery.js';
|
|
28
|
+
import { ProductTile } from './ProductTile/ProductTile.js';
|
|
28
29
|
import { RichTextBlock } from './RichTextBlock/RichTextBlock.js';
|
|
29
30
|
import { RollupItem } from './RollupItem/RollupItem.js';
|
|
30
31
|
import { SafeDepositRental } from './SafeDepositRental/SafeDepositRental.js';
|
|
@@ -32,20 +33,25 @@ import { StepsBlock } from './StepsBlock/StepsBlock.js';
|
|
|
32
33
|
import { Tabs } from './Tabs/Tabs.js';
|
|
33
34
|
import { TariffsTable } from './TariffsTable/TariffsTable.js';
|
|
34
35
|
import { TextBlock } from './TextBlock/TextBlock.js';
|
|
36
|
+
import { Tile } from './Tile/Tile.js';
|
|
35
37
|
import { VerticalLayout } from './VerticalLayout/VerticalLayout.js';
|
|
36
38
|
export const Blocks = {
|
|
37
39
|
ApplicationForm,
|
|
38
|
-
|
|
40
|
+
BenefitsBlock,
|
|
39
41
|
BonusBenefitsBlock,
|
|
42
|
+
ButtonsBlock,
|
|
40
43
|
Calculator,
|
|
41
44
|
CardTransfer,
|
|
42
45
|
Carousel,
|
|
46
|
+
CarouselBankHistoryCard,
|
|
43
47
|
CarouselCard,
|
|
44
48
|
CarouselCatalogCard,
|
|
45
49
|
CarouselProductCard,
|
|
46
|
-
|
|
50
|
+
CarouselProgramsCard,
|
|
51
|
+
CarouselRecommendationCard,
|
|
47
52
|
CarouselTariffsCard,
|
|
48
53
|
ComparisonTable,
|
|
54
|
+
ExchangeRateTile,
|
|
49
55
|
Footer,
|
|
50
56
|
Header,
|
|
51
57
|
Headline,
|
|
@@ -56,18 +62,16 @@ export const Blocks = {
|
|
|
56
62
|
PictureText,
|
|
57
63
|
Placeholder,
|
|
58
64
|
ProductBlock,
|
|
65
|
+
ProductGallery,
|
|
66
|
+
ProductTile,
|
|
67
|
+
RichTextBlock,
|
|
68
|
+
RollupItem,
|
|
69
|
+
SafeDepositRental,
|
|
59
70
|
StepsBlock,
|
|
60
71
|
Tabs,
|
|
61
72
|
TariffsTable,
|
|
62
73
|
TextBlock,
|
|
63
|
-
|
|
64
|
-
RollupItem,
|
|
65
|
-
SafeDepositRental,
|
|
74
|
+
Tile,
|
|
66
75
|
VerticalLayout,
|
|
67
|
-
CarouselRecommendationCard,
|
|
68
|
-
ExchangeRateTile,
|
|
69
|
-
CarouselProgramsCard,
|
|
70
|
-
ProductGallery,
|
|
71
|
-
BenefitsBlock,
|
|
72
76
|
};
|
|
73
77
|
//# sourceMappingURL=Blocks.mobile.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Blocks.mobile.js","sourceRoot":"","sources":["../../src/components/Blocks.mobile.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACpE,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,uBAAuB,EAAE,MAAM,mDAAmD,CAAC;AAC5F,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Blocks.mobile.js","sourceRoot":"","sources":["../../src/components/Blocks.mobile.ts"],"names":[],"mappings":"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"}
|
|
@@ -36,7 +36,7 @@ export declare type AdditionalDescriptionProps = {
|
|
|
36
36
|
/** @title Дополнительное описание */
|
|
37
37
|
additionalDescription?: string;
|
|
38
38
|
};
|
|
39
|
-
export declare type HeadlineCommonProps = TitleProps & DescriptionProps & AlignProps
|
|
39
|
+
export declare type HeadlineCommonProps = TitleProps & DescriptionProps & AlignProps;
|
|
40
40
|
export declare type HeadlineProps = HeadlineCommonProps & {
|
|
41
41
|
headlineVersion?: HeadlineVersion;
|
|
42
42
|
};
|
|
@@ -2417,6 +2417,62 @@
|
|
|
2417
2417
|
|
|
2418
2418
|
const CarouselBankHistoryCard = JSX(({ title, description, className }) => (jsx(BlockWrapper, { className: className, defaultPadding: "p-6xl", children: jsx(Headline, { headlineVersion: "XS", title: title, description: description, align: "text-left", className: "text-primary-text", isPadding: false }) })));
|
|
2419
2419
|
|
|
2420
|
+
const titleSize = 'XS';
|
|
2421
|
+
|
|
2422
|
+
const layerBaseStyle = 'z-10 border border-solid w-full h-full';
|
|
2423
|
+
const layerStyle = style(layerBaseStyle, 'absolute hidden sm:block border-transparent');
|
|
2424
|
+
const CarouselCard = JSX(({ className, title, description, button, ...rest }) => (jsx(BlockWrapper, { className: style('sm:pl-12 sm:pb-9', className), defaultPadding: "p-0", ...rest, children: jsxs("div", { className: "relative", children: [jsx("div", { className: style(layerStyle, 'top-9 right-12 bg-green-dark') }), jsx("div", { className: style(layerStyle, 'top-6 right-8 bg-green') }), jsx("div", { className: style(layerStyle, 'top-3 right-4 bg-green-light') }), jsxs("div", { className: style(layerBaseStyle, 'relative p-10 bg-white border-green-light'), children: [jsx(Headline, { title: title, description: description, headlineVersion: titleSize, align: "text-left", isPadding: false }), renderButtonsSection([button], {
|
|
2425
|
+
className: 'mt-6xl sm:justify-center',
|
|
2426
|
+
isVertical: true,
|
|
2427
|
+
})] })] }) })));
|
|
2428
|
+
|
|
2429
|
+
const cardStyleMap = {
|
|
2430
|
+
black: 'bg-black',
|
|
2431
|
+
white: 'bg-white',
|
|
2432
|
+
};
|
|
2433
|
+
const CarouselCatalogCard = JSX(({ className = '', title, description, image, price, button, colors, ...rest }) => (jsxs(BlockWrapper, { className: style('flex flex-col justify-left', className), defaultPadding: "p-2xl", ...rest, children: [image?.src ? jsx(Img, { className: "flex justify-center mb-xl", image: image }) : null, jsx(Headline, { title: title, description: description, headlineVersion: "XS", isPadding: false, align: "text-left", className: "mb-m" }), colors?.length ? (jsxs("div", { className: "flex text-secondary-text mb-m", children: [jsx("div", { className: "mr-xs", children: jsx(Text, { size: "text-s", align: "text-left", font: "font-light", children: "\u0426\u0432\u0435\u0442\u0430:" }) }), colors.map(renderColorOption)] })) : null, price ? (jsxs(Text, { size: "text-h3", align: "text-left", children: [price, "\u00A0\u20BD"] })) : null, renderButtonsSection([button], { buttonClassName: 'w-full mt-lg' })] })));
|
|
2434
|
+
const renderColorOption = (color, i) => (jsx("div", { role: "figure", className: `w-6 h-6 ml-s border border-solid border-main-divider rounded-full ${cardStyleMap[color]}` }, String(i)));
|
|
2435
|
+
|
|
2436
|
+
const LinkWrapper = JSX(({ className = '', href, target, isRemote = false, children }) => {
|
|
2437
|
+
const link = useLink({ isRemote });
|
|
2438
|
+
const linkProps = link({ href, target });
|
|
2439
|
+
const Tag = href ? 'a' : 'div';
|
|
2440
|
+
return (jsx(Tag, { className: style('block', className), ...(href ? linkProps : {}), children: children }));
|
|
2441
|
+
});
|
|
2442
|
+
|
|
2443
|
+
const DOT_SIZE_MAP = {
|
|
2444
|
+
L: 'w-1.5 h-1.5 mr-m',
|
|
2445
|
+
M: 'w-1.5 h-1.5 mr-s',
|
|
2446
|
+
S: 'w-1 h-1 mr-xs',
|
|
2447
|
+
};
|
|
2448
|
+
const ListItem = JSX(({ className, isDotted = true, children, size = 'M' }) => (jsxs("div", { className: style('font-sans flex', className), role: "listitem", children: [isDotted ? (jsx("div", { className: "shrink-0", children: jsx("div", { className: style('align-middle inline-block rounded-full bg-primary-text group-data-secondary:bg-white', DOT_SIZE_MAP[size]) }) })) : null, jsx("span", { children: children })] })));
|
|
2449
|
+
|
|
2450
|
+
const TEXT_SIZE_MAP = {
|
|
2451
|
+
S: 'text-l font-light',
|
|
2452
|
+
M: 'text-h6',
|
|
2453
|
+
L: 'text-h5',
|
|
2454
|
+
};
|
|
2455
|
+
const ITEM_INDENT_MAP = {
|
|
2456
|
+
S: 'ml-xs',
|
|
2457
|
+
M: 'ml-s',
|
|
2458
|
+
L: 'ml-m',
|
|
2459
|
+
};
|
|
2460
|
+
const List = JSX(({ className, hasIndent, isDotted, items, listItemSize = 'M' }) => items?.length ? (jsx("section", { className: style('flex flex-col gap-xs text-left text-primary-text group-data-secondary:text-white group-data-gray:text-secondary-text', TEXT_SIZE_MAP[listItemSize], hasIndent ? ITEM_INDENT_MAP[listItemSize] : '', className), role: "list", children: items.map((item, i) => (jsx(ListItem, { isDotted: isDotted, size: listItemSize, children: item }, String(i)))) })) : null);
|
|
2461
|
+
|
|
2462
|
+
const alignTextStyle = 'text-left';
|
|
2463
|
+
|
|
2464
|
+
const CarouselProductCard = JSX(({ additionalDescription, align = alignTextStyle, button = {}, className = '', description, headlineSmallVersion = 'H6', href, icon, isDotted = true, isButtonFullWidth = true, isImageFullWidth = false, isTopPosition = false, items = [], target, title, version = 'primary', ...rest }) => {
|
|
2465
|
+
return (jsxs(BlockWrapper, { className: style('flex flex-col justify-between', align, className), defaultPadding: "p-0", version: version, ...rest, children: [jsxs(LinkWrapper, { className: "p-m flex flex-col gap-xs", href: href, target: target, children: [renderCardTitle(headlineSmallVersion, title), renderDescription$2(description), renderItems(items, isDotted, version), renderAdditionalDescription(additionalDescription), renderImage$2(icon, isImageFullWidth, isTopPosition)] }), renderButtonsSection([button], {
|
|
2466
|
+
className: style('p-m pt-0', isButtonFullWidth ? '' : 'self-center'),
|
|
2467
|
+
isVertical: isButtonFullWidth,
|
|
2468
|
+
})] }));
|
|
2469
|
+
});
|
|
2470
|
+
const renderImage$2 = (image, isImageFullWidth, isTopPosition) => (jsxs("div", { className: style('flex gap-lg', isTopPosition ? 'order-first' : 'order-last', !isImageFullWidth ? 'justify-center' : ''), children: [image?.src ? jsx(Img, { className: "shrink-0", image: image }) : null, image?.icon ? (jsx(Img, { className: style('shrink-0', !isImageFullWidth ? 'w-8 h-8 min-w-8' : ''), image: image })) : null] }));
|
|
2471
|
+
const renderCardTitle = (headlineSmallVersion, title) => title ? jsx(Text, { size: HEADLINE_SMALL_VERSION[headlineSmallVersion], children: title }) : null;
|
|
2472
|
+
const renderDescription$2 = (description) => description ? jsx(Paragraph, { size: "text-l", children: description }) : null;
|
|
2473
|
+
const renderAdditionalDescription = (additionalDescription) => additionalDescription ? (jsx(Text, { size: "text-m", font: "font-light", color: "text-secondary-text group-data-secondary:text-white/80", children: additionalDescription })) : null;
|
|
2474
|
+
const renderItems = (items, isDotted, version = 'primary') => items?.length ? (jsx(List, { className: style('text-s', version === 'primary' ? '!text-secondary-text' : ''), items: items.filter((item) => item?.text).map((item) => item.text), isDotted: isDotted, listItemSize: "S" })) : null;
|
|
2475
|
+
|
|
2420
2476
|
const imageAlignmentMap = {
|
|
2421
2477
|
start: 'self-start',
|
|
2422
2478
|
center: 'self-center',
|
|
@@ -2464,25 +2520,6 @@
|
|
|
2464
2520
|
|
|
2465
2521
|
const BenefitsList = JSX(({ isTabularBenefits, ...rest }) => isTabularBenefits ? jsx(TabularBenefitsList, { ...rest }) : jsx(DefaultBenefitsList, { ...rest }));
|
|
2466
2522
|
|
|
2467
|
-
const DOT_SIZE_MAP = {
|
|
2468
|
-
L: 'w-1.5 h-1.5 mr-m',
|
|
2469
|
-
M: 'w-1.5 h-1.5 mr-s',
|
|
2470
|
-
S: 'w-1 h-1 mr-xs',
|
|
2471
|
-
};
|
|
2472
|
-
const ListItem = JSX(({ className, isDotted = true, children, size = 'M' }) => (jsxs("div", { className: style('font-sans flex', className), role: "listitem", children: [isDotted ? (jsx("div", { className: "shrink-0", children: jsx("div", { className: style('align-middle inline-block rounded-full bg-primary-text group-data-secondary:bg-white', DOT_SIZE_MAP[size]) }) })) : null, jsx("span", { children: children })] })));
|
|
2473
|
-
|
|
2474
|
-
const TEXT_SIZE_MAP = {
|
|
2475
|
-
S: 'text-l font-light',
|
|
2476
|
-
M: 'text-h6',
|
|
2477
|
-
L: 'text-h5',
|
|
2478
|
-
};
|
|
2479
|
-
const ITEM_INDENT_MAP = {
|
|
2480
|
-
S: 'ml-xs',
|
|
2481
|
-
M: 'ml-s',
|
|
2482
|
-
L: 'ml-m',
|
|
2483
|
-
};
|
|
2484
|
-
const List = JSX(({ className, hasIndent, isDotted, items, listItemSize = 'M' }) => items?.length ? (jsx("section", { className: style('flex flex-col gap-xs text-left text-primary-text group-data-secondary:text-white group-data-gray:text-secondary-text', TEXT_SIZE_MAP[listItemSize], hasIndent ? ITEM_INDENT_MAP[listItemSize] : '', className), role: "list", children: items.map((item, i) => (jsx(ListItem, { isDotted: isDotted, size: listItemSize, children: item }, String(i)))) })) : null);
|
|
2485
|
-
|
|
2486
2523
|
const Tags = JSX(({ className, tags }) => tags?.length ? (jsx("div", { className: style('flex flex-wrap gap-xs', className), role: "list", children: tags.map(renderTag) })) : null);
|
|
2487
2524
|
const renderTag = (tag, key) => (jsx("div", { className: "py-2 px-2.5 border-solid border rounded-md border-gray", role: "listitem", children: jsx(Text, { size: "text-m", font: "font-light", children: tag }) }, String(key)));
|
|
2488
2525
|
|
|
@@ -2493,13 +2530,6 @@
|
|
|
2493
2530
|
});
|
|
2494
2531
|
const leftOrRightImage = (img, directionRight) => directionRight ? { rightImage: img } : { leftImage: img };
|
|
2495
2532
|
|
|
2496
|
-
const LinkWrapper = JSX(({ className = '', href, target, isRemote = false, children }) => {
|
|
2497
|
-
const link = useLink({ isRemote });
|
|
2498
|
-
const linkProps = link({ href, target });
|
|
2499
|
-
const Tag = href ? 'a' : 'div';
|
|
2500
|
-
return (jsx(Tag, { className: style('block', className), ...(href ? linkProps : {}), children: children }));
|
|
2501
|
-
});
|
|
2502
|
-
|
|
2503
2533
|
const CarouselProgramsCard = JSX(({ className, title, icon, list, href, target, ...rest }) => (jsx(BlockWrapper, { className: className, defaultPadding: "p-3xl", ...rest, children: jsx(LinkWrapper, { className: "flex items-center h-full", href: href, target: target, children: jsx(BaseProductTile, { title: title, headlineVersion: "XS", image: icon, imageOptions: { directionRight: false, imageAlign: 'center' }, benefits: list?.map((_) => ({
|
|
2504
2534
|
type: 'default',
|
|
2505
2535
|
label: _.title,
|
|
@@ -2583,36 +2613,6 @@
|
|
|
2583
2613
|
const renderFoldButton$1 = ({ isUnfolded, onToggle }) => (jsxs("button", { className: "w-full cursor-pointer text-primary-main pt-5 flex justify-between items-center", onClick: onToggle, children: [jsx("div", { children: isUnfolded ? 'Скрыть' : 'Подробнее о тарифе' }), jsx(Icon, { className: "text-primary-text", name: isUnfolded ? 'ArrowUpIcon' : 'ArrowDownIcon', width: "16", height: "16" })] }));
|
|
2584
2614
|
const renderHitIcon = () => (jsxs("div", { className: "absolute -top-7 -right-4 h-[60px] w-[60px] bg-white flex flex-col items-center justify-center rounded-md shadow-[0_4px_25px_rgba(0,0,0,0.07)]", children: [jsx(Icon, { iconVersion: "black", name: "HeartIcon", width: "23", height: "22" }), jsx(Paragraph, { size: "text-s", font: "font-normal", align: "text-center", color: "text-primary-text", children: "\u0425\u0418\u0422" })] }));
|
|
2585
2615
|
|
|
2586
|
-
const titleSize = 'XS';
|
|
2587
|
-
|
|
2588
|
-
const layerBaseStyle = 'z-10 border border-solid w-full h-full';
|
|
2589
|
-
const layerStyle = style(layerBaseStyle, 'absolute hidden sm:block border-transparent');
|
|
2590
|
-
const CarouselCard = JSX(({ className, title, description, button, ...rest }) => (jsx(BlockWrapper, { className: style('sm:pl-12 sm:pb-9', className), defaultPadding: "p-0", ...rest, children: jsxs("div", { className: "relative", children: [jsx("div", { className: style(layerStyle, 'top-9 right-12 bg-green-dark') }), jsx("div", { className: style(layerStyle, 'top-6 right-8 bg-green') }), jsx("div", { className: style(layerStyle, 'top-3 right-4 bg-green-light') }), jsxs("div", { className: style(layerBaseStyle, 'relative p-10 bg-white border-green-light'), children: [jsx(Headline, { title: title, description: description, headlineVersion: titleSize, align: "text-left", isPadding: false }), renderButtonsSection([button], {
|
|
2591
|
-
className: 'mt-6xl sm:justify-center',
|
|
2592
|
-
isVertical: true,
|
|
2593
|
-
})] })] }) })));
|
|
2594
|
-
|
|
2595
|
-
const cardStyleMap = {
|
|
2596
|
-
black: 'bg-black',
|
|
2597
|
-
white: 'bg-white',
|
|
2598
|
-
};
|
|
2599
|
-
const CarouselCatalogCard = JSX(({ className = '', title, description, image, price, button, colors, ...rest }) => (jsxs(BlockWrapper, { className: style('flex flex-col justify-left', className), defaultPadding: "p-2xl", ...rest, children: [image?.src ? jsx(Img, { className: "flex justify-center mb-xl", image: image }) : null, jsx(Headline, { title: title, description: description, headlineVersion: "XS", isPadding: false, align: "text-left", className: "mb-m" }), colors?.length ? (jsxs("div", { className: "flex text-secondary-text mb-m", children: [jsx("div", { className: "mr-xs", children: jsx(Text, { size: "text-s", align: "text-left", font: "font-light", children: "\u0426\u0432\u0435\u0442\u0430:" }) }), colors.map(renderColorOption)] })) : null, price ? (jsxs(Text, { size: "text-h3", align: "text-left", children: [price, "\u00A0\u20BD"] })) : null, renderButtonsSection([button], { buttonClassName: 'w-full mt-lg' })] })));
|
|
2600
|
-
const renderColorOption = (color, i) => (jsx("div", { role: "figure", className: `w-6 h-6 ml-s border border-solid border-main-divider rounded-full ${cardStyleMap[color]}` }, String(i)));
|
|
2601
|
-
|
|
2602
|
-
const alignTextStyle = 'text-left';
|
|
2603
|
-
|
|
2604
|
-
const CarouselProductCard = JSX(({ additionalDescription, align = alignTextStyle, button = {}, className = '', description, headlineSmallVersion = 'H6', href, icon, isDotted = true, isButtonFullWidth = true, isImageFullWidth = false, isTopPosition = false, items = [], target, title, version = 'primary', ...rest }) => {
|
|
2605
|
-
return (jsxs(BlockWrapper, { className: style('flex flex-col justify-between', align, className), defaultPadding: "p-0", version: version, ...rest, children: [jsxs(LinkWrapper, { className: "p-m flex flex-col gap-xs", href: href, target: target, children: [renderCardTitle(headlineSmallVersion, title), renderDescription$2(description), renderItems(items, isDotted, version), renderAdditionalDescription(additionalDescription), renderImage$2(icon, isImageFullWidth, isTopPosition)] }), renderButtonsSection([button], {
|
|
2606
|
-
className: style('p-m pt-0', isButtonFullWidth ? '' : 'self-center'),
|
|
2607
|
-
isVertical: isButtonFullWidth,
|
|
2608
|
-
})] }));
|
|
2609
|
-
});
|
|
2610
|
-
const renderImage$2 = (image, isImageFullWidth, isTopPosition) => (jsxs("div", { className: style('flex gap-lg', isTopPosition ? 'order-first' : 'order-last', !isImageFullWidth ? 'justify-center' : ''), children: [image?.src ? jsx(Img, { className: "shrink-0", image: image }) : null, image?.icon ? (jsx(Img, { className: style('shrink-0', !isImageFullWidth ? 'w-8 h-8 min-w-8' : ''), image: image })) : null] }));
|
|
2611
|
-
const renderCardTitle = (headlineSmallVersion, title) => title ? jsx(Text, { size: HEADLINE_SMALL_VERSION[headlineSmallVersion], children: title }) : null;
|
|
2612
|
-
const renderDescription$2 = (description) => description ? jsx(Paragraph, { size: "text-l", children: description }) : null;
|
|
2613
|
-
const renderAdditionalDescription = (additionalDescription) => additionalDescription ? (jsx(Text, { size: "text-m", font: "font-light", color: "text-secondary-text group-data-secondary:text-white/80", children: additionalDescription })) : null;
|
|
2614
|
-
const renderItems = (items, isDotted, version = 'primary') => items?.length ? (jsx(List, { className: style('text-s', version === 'primary' ? '!text-secondary-text' : ''), items: items.filter((item) => item?.text).map((item) => item.text), isDotted: isDotted, listItemSize: "S" })) : null;
|
|
2615
|
-
|
|
2616
2616
|
const GRADIENT = 'bg-gradient-to-r from-main-gradient-start to-main-gradient-end';
|
|
2617
2617
|
const DIVIDER_CLASSES = 'border-main-divider border border-t-0 border-x-0';
|
|
2618
2618
|
|
|
@@ -3105,6 +3105,8 @@
|
|
|
3105
3105
|
.map((s) => s.productBlock)
|
|
3106
3106
|
.map((_, i) => (jsx("div", { className: "box-border h-full", role: "listitem", children: jsx(BaseProductTile, { className: "px-5 h-full", headlineVersion: "L", ..._, ...rest }) }, String(i)))) }) })));
|
|
3107
3107
|
|
|
3108
|
+
const ProductTile = JSX(({ className, padding, headlineVersion = 'S', isTabularBenefits = true, additionalDescription, imageOptions, ...rest }) => (jsx(BlockWrapper, { className: className, padding: "p-0", ...rest, children: jsx(BaseProductTile, { className: "h-full", defaultPadding: "p-xl", padding: padding, headlineVersion: headlineVersion, isTabularBenefits: isTabularBenefits, imageOptions: { isBackground: true, ...imageOptions }, ...rest, children: additionalDescription ? (jsx(Paragraph, { size: "text-m", font: "font-light", color: "group-data-primary:text-secondary-text", children: additionalDescription })) : null }) })));
|
|
3109
|
+
|
|
3108
3110
|
const RichTextBlock = JSX((props) => {
|
|
3109
3111
|
const { __html, richVersion, ...rest } = props;
|
|
3110
3112
|
return (jsx(BlockWrapper, { defaultPadding: "p-0", ...rest, children: jsx(RichText, { __html: __html, richVersion: richVersion }) }));
|
|
@@ -3687,19 +3689,25 @@
|
|
|
3687
3689
|
return (jsx("ul", { className: style('text-secondary-text group-data-secondary:text-white/80', listStyle), children: items.map((_, i) => (jsx("li", { children: jsx(Text, { size: "text-s", font: "font-light", children: _ }) }, `listItem-${i}`))) }));
|
|
3688
3690
|
};
|
|
3689
3691
|
|
|
3692
|
+
const Tile = JSX(({ className, padding, headlineVersion = 'S', listItemSize = 'M', ...rest }) => (jsx(BlockWrapper, { className: className, padding: "p-0", ...rest, children: jsx(BaseProductTile, { className: "h-full", defaultPadding: "p-xl", padding: padding, headlineVersion: headlineVersion, listItemSize: listItemSize, ...rest }) })));
|
|
3693
|
+
|
|
3690
3694
|
const Blocks = {
|
|
3691
3695
|
ApplicationForm,
|
|
3692
|
-
|
|
3696
|
+
BenefitsBlock,
|
|
3693
3697
|
BonusBenefitsBlock,
|
|
3698
|
+
ButtonsBlock,
|
|
3694
3699
|
Calculator,
|
|
3695
3700
|
CardTransfer,
|
|
3696
3701
|
Carousel,
|
|
3702
|
+
CarouselBankHistoryCard,
|
|
3697
3703
|
CarouselCard,
|
|
3698
3704
|
CarouselCatalogCard,
|
|
3699
3705
|
CarouselProductCard,
|
|
3700
|
-
|
|
3706
|
+
CarouselProgramsCard,
|
|
3707
|
+
CarouselRecommendationCard,
|
|
3701
3708
|
CarouselTariffsCard,
|
|
3702
3709
|
ComparisonTable,
|
|
3710
|
+
ExchangeRateTile,
|
|
3703
3711
|
Footer,
|
|
3704
3712
|
Header,
|
|
3705
3713
|
Headline,
|
|
@@ -3710,19 +3718,17 @@
|
|
|
3710
3718
|
PictureText,
|
|
3711
3719
|
Placeholder,
|
|
3712
3720
|
ProductBlock,
|
|
3721
|
+
ProductGallery,
|
|
3722
|
+
ProductTile,
|
|
3723
|
+
RichTextBlock,
|
|
3724
|
+
RollupItem,
|
|
3725
|
+
SafeDepositRental,
|
|
3713
3726
|
StepsBlock,
|
|
3714
3727
|
Tabs,
|
|
3715
3728
|
TariffsTable,
|
|
3716
3729
|
TextBlock,
|
|
3717
|
-
|
|
3718
|
-
RollupItem,
|
|
3719
|
-
SafeDepositRental,
|
|
3730
|
+
Tile,
|
|
3720
3731
|
VerticalLayout,
|
|
3721
|
-
CarouselRecommendationCard,
|
|
3722
|
-
ExchangeRateTile,
|
|
3723
|
-
CarouselProgramsCard,
|
|
3724
|
-
ProductGallery,
|
|
3725
|
-
BenefitsBlock,
|
|
3726
3732
|
};
|
|
3727
3733
|
|
|
3728
3734
|
const debounce = (fn, delay = 600) => {
|
|
@@ -3928,7 +3934,7 @@
|
|
|
3928
3934
|
|
|
3929
3935
|
const joinList = (sep) => (list) => list.reduce((acc, el, i) => (acc.length ? acc.concat({ ...sep, key: `sep-${i}` }, el) : [el]), []);
|
|
3930
3936
|
|
|
3931
|
-
const packageVersion = "0.13.
|
|
3937
|
+
const packageVersion = "0.13.1";
|
|
3932
3938
|
|
|
3933
3939
|
exports.Blocks = Blocks;
|
|
3934
3940
|
exports.ContentPage = ContentPage;
|