@redneckz/wildless-cms-uni-blocks 0.14.544 → 0.14.546
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/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +9 -13
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/OfficesAtmsMap/renderDescriptionBlock.d.ts +1 -1
- package/bundle/components/RollupItem/RollupItemContent.d.ts +1 -1
- package/dist/components/OfficesAtmsMap/renderDescriptionBlock.d.ts +1 -1
- package/dist/components/OfficesAtmsMap/renderDescriptionBlock.js +1 -1
- package/dist/components/OfficesAtmsMap/renderDescriptionBlock.js.map +1 -1
- package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +2 -2
- package/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
- package/dist/components/RollupItem/AccordionFoldButton.js +1 -2
- package/dist/components/RollupItem/AccordionFoldButton.js.map +1 -1
- package/dist/components/RollupItem/RollupItem.js +1 -2
- package/dist/components/RollupItem/RollupItem.js.map +1 -1
- package/dist/components/RollupItem/RollupItemContent.d.ts +1 -1
- package/dist/components/TextBlock/TextBlock.js +1 -1
- package/dist/components/TextBlock/TextBlock.js.map +1 -1
- package/dist/ui-kit/BaseProductTile/BaseProductTile.js +2 -2
- package/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
- package/lib/components/OfficesAtmsMap/renderDescriptionBlock.d.ts +1 -1
- package/lib/components/OfficesAtmsMap/renderDescriptionBlock.js +1 -1
- package/lib/components/OfficesAtmsMap/renderDescriptionBlock.js.map +1 -1
- package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +2 -2
- package/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
- package/lib/components/RollupItem/AccordionFoldButton.js +1 -2
- package/lib/components/RollupItem/AccordionFoldButton.js.map +1 -1
- package/lib/components/RollupItem/RollupItem.js +1 -2
- package/lib/components/RollupItem/RollupItem.js.map +1 -1
- package/lib/components/RollupItem/RollupItemContent.d.ts +1 -1
- package/lib/components/TextBlock/TextBlock.js +1 -1
- package/lib/components/TextBlock/TextBlock.js.map +1 -1
- package/lib/ui-kit/BaseProductTile/BaseProductTile.js +2 -2
- package/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +9 -13
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/OfficesAtmsMap/renderDescriptionBlock.d.ts +1 -1
- package/mobile/bundle/components/RollupItem/RollupItemContent.d.ts +1 -1
- package/mobile/dist/components/OfficesAtmsMap/renderDescriptionBlock.d.ts +1 -1
- package/mobile/dist/components/OfficesAtmsMap/renderDescriptionBlock.js +1 -1
- package/mobile/dist/components/OfficesAtmsMap/renderDescriptionBlock.js.map +1 -1
- package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +2 -2
- package/mobile/dist/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
- package/mobile/dist/components/RollupItem/AccordionFoldButton.js +1 -2
- package/mobile/dist/components/RollupItem/AccordionFoldButton.js.map +1 -1
- package/mobile/dist/components/RollupItem/RollupItem.js +1 -2
- package/mobile/dist/components/RollupItem/RollupItem.js.map +1 -1
- package/mobile/dist/components/RollupItem/RollupItemContent.d.ts +1 -1
- package/mobile/dist/components/TextBlock/TextBlock.js +1 -1
- package/mobile/dist/components/TextBlock/TextBlock.js.map +1 -1
- package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js +2 -2
- package/mobile/dist/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/components/OfficesAtmsMap/renderDescriptionBlock.d.ts +1 -1
- package/mobile/lib/components/OfficesAtmsMap/renderDescriptionBlock.js +1 -1
- package/mobile/lib/components/OfficesAtmsMap/renderDescriptionBlock.js.map +1 -1
- package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js +2 -2
- package/mobile/lib/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.js.map +1 -1
- package/mobile/lib/components/RollupItem/AccordionFoldButton.js +1 -2
- package/mobile/lib/components/RollupItem/AccordionFoldButton.js.map +1 -1
- package/mobile/lib/components/RollupItem/RollupItem.js +1 -2
- package/mobile/lib/components/RollupItem/RollupItem.js.map +1 -1
- package/mobile/lib/components/RollupItem/RollupItemContent.d.ts +1 -1
- package/mobile/lib/components/TextBlock/TextBlock.js +1 -1
- package/mobile/lib/components/TextBlock/TextBlock.js.map +1 -1
- package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js +2 -2
- package/mobile/lib/ui-kit/BaseProductTile/BaseProductTile.js.map +1 -1
- package/mobile/src/components/OfficesAtmsMap/renderDescriptionBlock.tsx +2 -2
- package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +5 -3
- package/mobile/src/components/RollupItem/AccordionFoldButton.tsx +1 -4
- package/mobile/src/components/RollupItem/RollupItem.tsx +4 -2
- package/mobile/src/components/RollupItem/RollupItemContent.ts +1 -1
- package/mobile/src/components/TextBlock/TextBlock.tsx +2 -2
- package/mobile/src/ui-kit/BaseProductTile/BaseProductTile.tsx +2 -0
- package/package.json +1 -1
- package/src/components/OfficesAtmsMap/renderDescriptionBlock.tsx +2 -2
- package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.tsx +5 -3
- package/src/components/RollupItem/AccordionFoldButton.tsx +1 -4
- package/src/components/RollupItem/RollupItem.tsx +4 -2
- package/src/components/RollupItem/RollupItemContent.ts +1 -1
- package/src/components/TextBlock/TextBlock.tsx +2 -2
- package/src/ui-kit/BaseProductTile/BaseProductTile.tsx +2 -0
- package/bundle/components/RollupItem/rollupIconVersion.d.ts +0 -1
- package/bundle/components/RollupItem/rollupItemStyles.d.ts +0 -1
- package/bundle/components/RollupItem/rollupItemStyles.mobile.d.ts +0 -1
- package/dist/components/RollupItem/rollupIconVersion.d.ts +0 -1
- package/dist/components/RollupItem/rollupIconVersion.js +0 -4
- package/dist/components/RollupItem/rollupIconVersion.js.map +0 -1
- package/dist/components/RollupItem/rollupItemStyles.d.ts +0 -1
- package/dist/components/RollupItem/rollupItemStyles.js +0 -4
- package/dist/components/RollupItem/rollupItemStyles.js.map +0 -1
- package/dist/components/RollupItem/rollupItemStyles.mobile.d.ts +0 -1
- package/dist/components/RollupItem/rollupItemStyles.mobile.js +0 -4
- package/dist/components/RollupItem/rollupItemStyles.mobile.js.map +0 -1
- package/lib/components/RollupItem/rollupIconVersion.d.ts +0 -1
- package/lib/components/RollupItem/rollupIconVersion.js +0 -2
- package/lib/components/RollupItem/rollupIconVersion.js.map +0 -1
- package/lib/components/RollupItem/rollupItemStyles.d.ts +0 -1
- package/lib/components/RollupItem/rollupItemStyles.js +0 -2
- package/lib/components/RollupItem/rollupItemStyles.js.map +0 -1
- package/lib/components/RollupItem/rollupItemStyles.mobile.d.ts +0 -1
- package/lib/components/RollupItem/rollupItemStyles.mobile.js +0 -2
- package/lib/components/RollupItem/rollupItemStyles.mobile.js.map +0 -1
- package/mobile/bundle/components/RollupItem/rollupIconVersion.d.ts +0 -1
- package/mobile/bundle/components/RollupItem/rollupItemStyles.d.ts +0 -1
- package/mobile/dist/components/RollupItem/rollupIconVersion.d.ts +0 -1
- package/mobile/dist/components/RollupItem/rollupIconVersion.js +0 -4
- package/mobile/dist/components/RollupItem/rollupIconVersion.js.map +0 -1
- package/mobile/dist/components/RollupItem/rollupItemStyles.d.ts +0 -1
- package/mobile/dist/components/RollupItem/rollupItemStyles.js +0 -4
- package/mobile/dist/components/RollupItem/rollupItemStyles.js.map +0 -1
- package/mobile/lib/components/RollupItem/rollupIconVersion.d.ts +0 -1
- package/mobile/lib/components/RollupItem/rollupIconVersion.js +0 -2
- package/mobile/lib/components/RollupItem/rollupIconVersion.js.map +0 -1
- package/mobile/lib/components/RollupItem/rollupItemStyles.d.ts +0 -1
- package/mobile/lib/components/RollupItem/rollupItemStyles.js +0 -2
- package/mobile/lib/components/RollupItem/rollupItemStyles.js.map +0 -1
- package/mobile/src/components/RollupItem/rollupIconVersion.tsx +0 -1
- package/mobile/src/components/RollupItem/rollupItemStyles.ts +0 -1
- package/src/components/RollupItem/rollupIconVersion.tsx +0 -1
- package/src/components/RollupItem/rollupItemStyles.mobile.ts +0 -1
- package/src/components/RollupItem/rollupItemStyles.ts +0 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextBlock.js","sourceRoot":"","sources":["../../../src/components/TextBlock/TextBlock.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAC1D,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAE9C,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAK1C,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,CAC1B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,
|
|
1
|
+
{"version":3,"file":"TextBlock.js","sourceRoot":"","sources":["../../../src/components/TextBlock/TextBlock.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,MAAM,gCAAgC,CAAC;AAC1D,OAAO,EAAE,IAAI,EAAE,MAAM,wBAAwB,CAAC;AAE9C,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAK1C,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,CAC1B,CAAC,EAAE,SAAS,GAAG,EAAE,EAAE,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,EAAE,WAAW,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,CAAC,CACrF,MAAC,YAAY,IACX,SAAS,EAAE,KAAK,CACd,sEAAsE,EACtE,SAAS,CACV,KACG,IAAI,aAEP,WAAW,KAAK,OAAO,CAAC,CAAC,CAAC,UAAU,EAAE,CAAC,CAAC,CAAC,IAAI,EAC9C,eAAK,SAAS,EAAC,uCAAuC,aACnD,KAAK,CAAC,CAAC,CAAC,CACP,KAAC,IAAI,IACH,IAAI,EAAC,QAAQ,EACb,IAAI,EAAC,aAAa,EAClB,KAAK,EAAC,mDAAmD,YAExD,KAAK,GACD,CACR,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,EACnD,MAAM,CAAC,CAAC,CAAC,KAAC,QAAQ,IAAC,WAAW,EAAE,WAAW,EAAE,MAAM,EAAE,MAAM,GAAI,CAAC,CAAC,CAAC,IAAI,IACnE,IACO,CAChB,CACF,CAAC;AAEF,MAAM,UAAU,GAAG,GAAG,EAAE,CAAC,CACvB,cACE,SAAS,EAAE,qJAAqJ,kBAG5J,CACP,CAAC;AAEF,MAAM,iBAAiB,GAAG,CAAC,WAAmB,EAAE,EAAE,CAAC,CACjD,KAAC,SAAS,IACR,IAAI,EAAC,QAAQ,EACb,IAAI,EAAC,YAAY,EACjB,KAAK,EAAC,qDAAqD,YAE1D,WAAW,GACF,CACb,CAAC"}
|
|
@@ -18,11 +18,11 @@ const RICHTEXT_SIZE = {
|
|
|
18
18
|
};
|
|
19
19
|
export const BaseProductTile = JSX(
|
|
20
20
|
// eslint-disable-next-line max-lines-per-function
|
|
21
|
-
({ className, padding, defaultPadding, title, description, headlineVersion = 'L', align = 'text-left', benefitsVersion, isTabularBenefits, isDotted = true, benefits, __html, isFullWidthTitle, priceList = [], tags = [], buttons, image, imageOptions: { imageAlign = 'center', directionRight = true, isImageAlwaysOnRight, isImageSecondary = false, } = {}, backwardButton, children, ...rest }) => {
|
|
21
|
+
({ className, padding, defaultPadding, title, description, headlineVersion = 'L', align = 'text-left', benefitsVersion, isTabularBenefits, isDotted = true, benefits, __html, richVersion, isFullWidthTitle, priceList = [], tags = [], buttons, image, imageOptions: { imageAlign = 'center', directionRight = true, isImageAlwaysOnRight, isImageSecondary = false, } = {}, backwardButton, children, ...rest }) => {
|
|
22
22
|
const img = image?.src ? _jsx(Img, { image: image }) : null;
|
|
23
23
|
const headline = (_jsx(Headline, { title: title, description: description, headlineVersion: headlineVersion, align: align, isEmbedded: true }));
|
|
24
24
|
const filteredBenefits = benefits?.filter((_) => '__html' in _ || 'label' in _ || 'description' in _);
|
|
25
|
-
return (_jsx(BaseTile, { className: className, padding: padding, defaultPadding: defaultPadding, ...(isFullWidthTitle ? { title: headline } : { insetTitle: headline }), ...leftOrRightImage(img, directionRight), isImageSecondary: isImageSecondary, imageAlign: imageAlign, isImageAlwaysOnRight: isImageAlwaysOnRight, buttons: renderButtonsSection(buttons), backwardButton: backwardButton, ...rest, children: _jsxs("div", { className: "flex flex-col sm:gap-xl gap-4xl", children: [filteredBenefits?.length ? (_jsx(BenefitsList, { benefitsVersion: benefitsVersion, isTabularBenefits: isTabularBenefits, benefits: filteredBenefits })) : null, __html ? (_jsx(RichText, { __html: __html, isDotted: isDotted, itemSize: RICHTEXT_SIZE[headlineVersion] })) : null, children, priceList?.length ? _jsx(PriceList, { priceList: priceList }) : null, renderTags(tags)] }) }));
|
|
25
|
+
return (_jsx(BaseTile, { className: className, padding: padding, defaultPadding: defaultPadding, ...(isFullWidthTitle ? { title: headline } : { insetTitle: headline }), ...leftOrRightImage(img, directionRight), isImageSecondary: isImageSecondary, imageAlign: imageAlign, isImageAlwaysOnRight: isImageAlwaysOnRight, buttons: renderButtonsSection(buttons), backwardButton: backwardButton, ...rest, children: _jsxs("div", { className: "flex flex-col sm:gap-xl gap-4xl", children: [filteredBenefits?.length ? (_jsx(BenefitsList, { benefitsVersion: benefitsVersion, isTabularBenefits: isTabularBenefits, benefits: filteredBenefits })) : null, __html ? (_jsx(RichText, { richVersion: richVersion, __html: __html, isDotted: isDotted, itemSize: RICHTEXT_SIZE[headlineVersion] })) : null, children, priceList?.length ? _jsx(PriceList, { priceList: priceList }) : null, renderTags(tags)] }) }));
|
|
26
26
|
});
|
|
27
27
|
export const leftOrRightImage = (img, directionRight) => directionRight ? { rightImage: img } : { leftImage: img };
|
|
28
28
|
const renderTags = (tags) => (tags?.length ? _jsx(Tags, { tags: tags }) : null);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseProductTile.js","sourceRoot":"","sources":["../../../src/ui-kit/BaseProductTile/BaseProductTile.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"BaseProductTile.js","sourceRoot":"","sources":["../../../src/ui-kit/BaseProductTile/BaseProductTile.tsx"],"names":[],"mappings":"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"}
|
|
@@ -3,12 +3,12 @@ import { RichText } from '../../ui-kit/RichText/RichText';
|
|
|
3
3
|
import { Text } from '../../ui-kit/Text/Text';
|
|
4
4
|
import { type AtmsDef } from './OfficesAtmsMapContent';
|
|
5
5
|
|
|
6
|
-
export const renderDescriptionBlock = ({ __html, list }: AtmsDef) =>
|
|
6
|
+
export const renderDescriptionBlock = ({ __html, list, richVersion }: AtmsDef) =>
|
|
7
7
|
__html || list?.length ? (
|
|
8
8
|
<div className="mb-2xl border-b sm:border border-main-divider sm:rounded-md">
|
|
9
9
|
{__html ? (
|
|
10
10
|
<div className="mb-2xl">
|
|
11
|
-
<RichText __html={__html} />
|
|
11
|
+
<RichText __html={__html} richVersion={richVersion} />
|
|
12
12
|
</div>
|
|
13
13
|
) : null}
|
|
14
14
|
{list?.length ? (
|
|
@@ -6,6 +6,7 @@ import { Icon } from '../../ui-kit/Icon/Icon';
|
|
|
6
6
|
import { Img } from '../../ui-kit/Img/Img';
|
|
7
7
|
import { renderButtonsSection } from '../../ui-kit/LinkButton/renderButtonsSection';
|
|
8
8
|
import { RichText } from '../../ui-kit/RichText/RichText';
|
|
9
|
+
import { type RichTextProps } from '../../ui-kit/RichText/RichTextProps';
|
|
9
10
|
import { Text } from '../../ui-kit/Text/Text';
|
|
10
11
|
import { type TextColor } from '../../ui-kit/Text/TextProps';
|
|
11
12
|
import { type UniBlockProps } from '../../UniBlock/UniBlockProps';
|
|
@@ -25,6 +26,7 @@ export const RepresentativeOfficeInfo = JSX<RepresentativeOfficeInfoProps>(
|
|
|
25
26
|
button,
|
|
26
27
|
className = '',
|
|
27
28
|
__html,
|
|
29
|
+
richVersion,
|
|
28
30
|
icon,
|
|
29
31
|
title,
|
|
30
32
|
version = 'primary',
|
|
@@ -44,7 +46,7 @@ export const RepresentativeOfficeInfo = JSX<RepresentativeOfficeInfoProps>(
|
|
|
44
46
|
{title ? <Heading headingType="h3" as="h3" title={title} /> : null}
|
|
45
47
|
</div>
|
|
46
48
|
<div className="w-full space-y-m">
|
|
47
|
-
{__html ? renderDescriptionBlock(__html) : null}
|
|
49
|
+
{__html ? renderDescriptionBlock({ __html, richVersion }) : null}
|
|
48
50
|
{renderBlock({
|
|
49
51
|
label: 'Адрес',
|
|
50
52
|
data: address,
|
|
@@ -63,9 +65,9 @@ export const RepresentativeOfficeInfo = JSX<RepresentativeOfficeInfoProps>(
|
|
|
63
65
|
),
|
|
64
66
|
);
|
|
65
67
|
|
|
66
|
-
const renderDescriptionBlock = (
|
|
68
|
+
const renderDescriptionBlock = (props: RichTextProps) => (
|
|
67
69
|
<div className="border-b border-main-divider pb-lg">
|
|
68
|
-
<RichText
|
|
70
|
+
<RichText {...props} itemSize="list-s" />
|
|
69
71
|
</div>
|
|
70
72
|
);
|
|
71
73
|
|
|
@@ -7,7 +7,6 @@ import { Text } from '../../ui-kit/Text/Text';
|
|
|
7
7
|
import { TextWithIcon } from '../../ui-kit/TextWithIcon/TextWithIcon';
|
|
8
8
|
import { style } from '../../utils/style';
|
|
9
9
|
import { renderRoundedIcon } from './renderRoundedIcon';
|
|
10
|
-
import { rollupIconVersion } from './rollupIconVersion';
|
|
11
10
|
|
|
12
11
|
interface RollupButtonProps {
|
|
13
12
|
label?: string;
|
|
@@ -36,9 +35,7 @@ export const AccordionFoldButton = JSX<RollupButtonProps>(
|
|
|
36
35
|
) : null}
|
|
37
36
|
</div>
|
|
38
37
|
}
|
|
39
|
-
iconNode={
|
|
40
|
-
icon ? <Icon name={icon} iconVersion={rollupIconVersion} width="24" height="24" /> : null
|
|
41
|
-
}
|
|
38
|
+
iconNode={icon ? <Icon name={icon} iconVersion="color" width="24" height="24" /> : null}
|
|
42
39
|
/>
|
|
43
40
|
),
|
|
44
41
|
);
|
|
@@ -14,7 +14,6 @@ import { AccordionFoldButton } from './AccordionFoldButton';
|
|
|
14
14
|
import { getFoldableStyles } from './getFoldableStyles';
|
|
15
15
|
import { getIconName } from './getIconName';
|
|
16
16
|
import { type FoldButtonVersion, type RollupItemContent } from './RollupItemContent';
|
|
17
|
-
import { rollupItemStyles } from './rollupItemStyles';
|
|
18
17
|
|
|
19
18
|
interface RollupItemProps extends RollupItemContent, UniBlockProps {
|
|
20
19
|
labelIcon?: Picture;
|
|
@@ -40,7 +39,10 @@ export const RollupItem = UniBlock<RollupItemProps>(
|
|
|
40
39
|
|
|
41
40
|
return (
|
|
42
41
|
<BlockWrapper
|
|
43
|
-
className={style(
|
|
42
|
+
className={style(
|
|
43
|
+
'w-full border-0 border-b border-solid border-main-divider last:border-b-0',
|
|
44
|
+
className,
|
|
45
|
+
)}
|
|
44
46
|
defaultPadding="p-0"
|
|
45
47
|
tag="div"
|
|
46
48
|
version="transparent"
|
|
@@ -10,7 +10,7 @@ import { type TextBlockContent } from './TextBlockContent';
|
|
|
10
10
|
export interface TextBlockProps extends TextBlockContent, UniBlockProps {}
|
|
11
11
|
|
|
12
12
|
export const TextBlock = JSX<TextBlockProps>(
|
|
13
|
-
({ className = '', title, description, iconVersion, __html, ...rest }) => (
|
|
13
|
+
({ className = '', title, description, iconVersion, __html, richVersion, ...rest }) => (
|
|
14
14
|
<BlockWrapper
|
|
15
15
|
className={style(
|
|
16
16
|
'flex gap-s sm:gap-m bg-white group-data-secondary:bg-primary-main/10',
|
|
@@ -30,7 +30,7 @@ export const TextBlock = JSX<TextBlockProps>(
|
|
|
30
30
|
</Text>
|
|
31
31
|
) : null}
|
|
32
32
|
{description ? renderDescription(description) : null}
|
|
33
|
-
{__html ? <RichText __html={__html} /> : null}
|
|
33
|
+
{__html ? <RichText richVersion={richVersion} __html={__html} /> : null}
|
|
34
34
|
</div>
|
|
35
35
|
</BlockWrapper>
|
|
36
36
|
),
|
|
@@ -40,6 +40,7 @@ export const BaseProductTile = JSX<BaseProductTileProps>(
|
|
|
40
40
|
isDotted = true,
|
|
41
41
|
benefits,
|
|
42
42
|
__html,
|
|
43
|
+
richVersion,
|
|
43
44
|
isFullWidthTitle,
|
|
44
45
|
priceList = [],
|
|
45
46
|
tags = [],
|
|
@@ -93,6 +94,7 @@ export const BaseProductTile = JSX<BaseProductTileProps>(
|
|
|
93
94
|
) : null}
|
|
94
95
|
{__html ? (
|
|
95
96
|
<RichText
|
|
97
|
+
richVersion={richVersion}
|
|
96
98
|
__html={__html}
|
|
97
99
|
isDotted={isDotted}
|
|
98
100
|
itemSize={RICHTEXT_SIZE[headlineVersion]}
|
package/package.json
CHANGED
|
@@ -3,12 +3,12 @@ import { RichText } from '../../ui-kit/RichText/RichText';
|
|
|
3
3
|
import { Text } from '../../ui-kit/Text/Text';
|
|
4
4
|
import { type AtmsDef } from './OfficesAtmsMapContent';
|
|
5
5
|
|
|
6
|
-
export const renderDescriptionBlock = ({ __html, list }: AtmsDef) =>
|
|
6
|
+
export const renderDescriptionBlock = ({ __html, list, richVersion }: AtmsDef) =>
|
|
7
7
|
__html || list?.length ? (
|
|
8
8
|
<div className="mb-2xl border-b sm:border border-main-divider sm:rounded-md">
|
|
9
9
|
{__html ? (
|
|
10
10
|
<div className="mb-2xl">
|
|
11
|
-
<RichText __html={__html} />
|
|
11
|
+
<RichText __html={__html} richVersion={richVersion} />
|
|
12
12
|
</div>
|
|
13
13
|
) : null}
|
|
14
14
|
{list?.length ? (
|
|
@@ -6,6 +6,7 @@ import { Icon } from '../../ui-kit/Icon/Icon';
|
|
|
6
6
|
import { Img } from '../../ui-kit/Img/Img';
|
|
7
7
|
import { renderButtonsSection } from '../../ui-kit/LinkButton/renderButtonsSection';
|
|
8
8
|
import { RichText } from '../../ui-kit/RichText/RichText';
|
|
9
|
+
import { type RichTextProps } from '../../ui-kit/RichText/RichTextProps';
|
|
9
10
|
import { Text } from '../../ui-kit/Text/Text';
|
|
10
11
|
import { type TextColor } from '../../ui-kit/Text/TextProps';
|
|
11
12
|
import { type UniBlockProps } from '../../UniBlock/UniBlockProps';
|
|
@@ -25,6 +26,7 @@ export const RepresentativeOfficeInfo = JSX<RepresentativeOfficeInfoProps>(
|
|
|
25
26
|
button,
|
|
26
27
|
className = '',
|
|
27
28
|
__html,
|
|
29
|
+
richVersion,
|
|
28
30
|
icon,
|
|
29
31
|
title,
|
|
30
32
|
version = 'primary',
|
|
@@ -44,7 +46,7 @@ export const RepresentativeOfficeInfo = JSX<RepresentativeOfficeInfoProps>(
|
|
|
44
46
|
{title ? <Heading headingType="h3" as="h3" title={title} /> : null}
|
|
45
47
|
</div>
|
|
46
48
|
<div className="w-full space-y-m">
|
|
47
|
-
{__html ? renderDescriptionBlock(__html) : null}
|
|
49
|
+
{__html ? renderDescriptionBlock({ __html, richVersion }) : null}
|
|
48
50
|
{renderBlock({
|
|
49
51
|
label: 'Адрес',
|
|
50
52
|
data: address,
|
|
@@ -63,9 +65,9 @@ export const RepresentativeOfficeInfo = JSX<RepresentativeOfficeInfoProps>(
|
|
|
63
65
|
),
|
|
64
66
|
);
|
|
65
67
|
|
|
66
|
-
const renderDescriptionBlock = (
|
|
68
|
+
const renderDescriptionBlock = (props: RichTextProps) => (
|
|
67
69
|
<div className="border-b border-main-divider pb-lg">
|
|
68
|
-
<RichText
|
|
70
|
+
<RichText {...props} itemSize="list-s" />
|
|
69
71
|
</div>
|
|
70
72
|
);
|
|
71
73
|
|
|
@@ -7,7 +7,6 @@ import { Text } from '../../ui-kit/Text/Text';
|
|
|
7
7
|
import { TextWithIcon } from '../../ui-kit/TextWithIcon/TextWithIcon';
|
|
8
8
|
import { style } from '../../utils/style';
|
|
9
9
|
import { renderRoundedIcon } from './renderRoundedIcon';
|
|
10
|
-
import { rollupIconVersion } from './rollupIconVersion';
|
|
11
10
|
|
|
12
11
|
interface RollupButtonProps {
|
|
13
12
|
label?: string;
|
|
@@ -36,9 +35,7 @@ export const AccordionFoldButton = JSX<RollupButtonProps>(
|
|
|
36
35
|
) : null}
|
|
37
36
|
</div>
|
|
38
37
|
}
|
|
39
|
-
iconNode={
|
|
40
|
-
icon ? <Icon name={icon} iconVersion={rollupIconVersion} width="24" height="24" /> : null
|
|
41
|
-
}
|
|
38
|
+
iconNode={icon ? <Icon name={icon} iconVersion="color" width="24" height="24" /> : null}
|
|
42
39
|
/>
|
|
43
40
|
),
|
|
44
41
|
);
|
|
@@ -14,7 +14,6 @@ import { AccordionFoldButton } from './AccordionFoldButton';
|
|
|
14
14
|
import { getFoldableStyles } from './getFoldableStyles';
|
|
15
15
|
import { getIconName } from './getIconName';
|
|
16
16
|
import { type FoldButtonVersion, type RollupItemContent } from './RollupItemContent';
|
|
17
|
-
import { rollupItemStyles } from './rollupItemStyles';
|
|
18
17
|
|
|
19
18
|
interface RollupItemProps extends RollupItemContent, UniBlockProps {
|
|
20
19
|
labelIcon?: Picture;
|
|
@@ -40,7 +39,10 @@ export const RollupItem = UniBlock<RollupItemProps>(
|
|
|
40
39
|
|
|
41
40
|
return (
|
|
42
41
|
<BlockWrapper
|
|
43
|
-
className={style(
|
|
42
|
+
className={style(
|
|
43
|
+
'w-full border-0 border-b border-solid border-main-divider last:border-b-0',
|
|
44
|
+
className,
|
|
45
|
+
)}
|
|
44
46
|
defaultPadding="p-0"
|
|
45
47
|
tag="div"
|
|
46
48
|
version="transparent"
|
|
@@ -10,7 +10,7 @@ import { type TextBlockContent } from './TextBlockContent';
|
|
|
10
10
|
export interface TextBlockProps extends TextBlockContent, UniBlockProps {}
|
|
11
11
|
|
|
12
12
|
export const TextBlock = JSX<TextBlockProps>(
|
|
13
|
-
({ className = '', title, description, iconVersion, __html, ...rest }) => (
|
|
13
|
+
({ className = '', title, description, iconVersion, __html, richVersion, ...rest }) => (
|
|
14
14
|
<BlockWrapper
|
|
15
15
|
className={style(
|
|
16
16
|
'flex gap-s sm:gap-m bg-white group-data-secondary:bg-primary-main/10',
|
|
@@ -30,7 +30,7 @@ export const TextBlock = JSX<TextBlockProps>(
|
|
|
30
30
|
</Text>
|
|
31
31
|
) : null}
|
|
32
32
|
{description ? renderDescription(description) : null}
|
|
33
|
-
{__html ? <RichText __html={__html} /> : null}
|
|
33
|
+
{__html ? <RichText richVersion={richVersion} __html={__html} /> : null}
|
|
34
34
|
</div>
|
|
35
35
|
</BlockWrapper>
|
|
36
36
|
),
|
|
@@ -40,6 +40,7 @@ export const BaseProductTile = JSX<BaseProductTileProps>(
|
|
|
40
40
|
isDotted = true,
|
|
41
41
|
benefits,
|
|
42
42
|
__html,
|
|
43
|
+
richVersion,
|
|
43
44
|
isFullWidthTitle,
|
|
44
45
|
priceList = [],
|
|
45
46
|
tags = [],
|
|
@@ -93,6 +94,7 @@ export const BaseProductTile = JSX<BaseProductTileProps>(
|
|
|
93
94
|
) : null}
|
|
94
95
|
{__html ? (
|
|
95
96
|
<RichText
|
|
97
|
+
richVersion={richVersion}
|
|
96
98
|
__html={__html}
|
|
97
99
|
isDotted={isDotted}
|
|
98
100
|
itemSize={RICHTEXT_SIZE[headlineVersion]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const rollupIconVersion = "color";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const rollupItemStyles = "border-0 border-b border-solid border-main-divider last:border-b-0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const rollupItemStyles = "";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const rollupIconVersion = "color";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rollupIconVersion.js","sourceRoot":"","sources":["../../../src/components/RollupItem/rollupIconVersion.tsx"],"names":[],"mappings":";;AAAa,QAAA,iBAAiB,GAAG,OAAO,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const rollupItemStyles = "border-0 border-b border-solid border-main-divider last:border-b-0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rollupItemStyles.js","sourceRoot":"","sources":["../../../src/components/RollupItem/rollupItemStyles.ts"],"names":[],"mappings":";;AAAa,QAAA,gBAAgB,GAC3B,oEAAoE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const rollupItemStyles = "";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rollupItemStyles.mobile.js","sourceRoot":"","sources":["../../../src/components/RollupItem/rollupItemStyles.mobile.ts"],"names":[],"mappings":";;AAAa,QAAA,gBAAgB,GAAG,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const rollupIconVersion = "color";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rollupIconVersion.js","sourceRoot":"","sources":["../../../src/components/RollupItem/rollupIconVersion.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,iBAAiB,GAAG,OAAO,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const rollupItemStyles = "border-0 border-b border-solid border-main-divider last:border-b-0";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rollupItemStyles.js","sourceRoot":"","sources":["../../../src/components/RollupItem/rollupItemStyles.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAC3B,oEAAoE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const rollupItemStyles = "";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rollupItemStyles.mobile.js","sourceRoot":"","sources":["../../../src/components/RollupItem/rollupItemStyles.mobile.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const rollupIconVersion = "black";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const rollupItemStyles = "";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const rollupIconVersion = "black";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rollupIconVersion.js","sourceRoot":"","sources":["../../../src/components/RollupItem/rollupIconVersion.tsx"],"names":[],"mappings":";;AAAa,QAAA,iBAAiB,GAAG,OAAO,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const rollupItemStyles = "";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rollupItemStyles.js","sourceRoot":"","sources":["../../../src/components/RollupItem/rollupItemStyles.ts"],"names":[],"mappings":";;AAAa,QAAA,gBAAgB,GAAG,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const rollupIconVersion = "black";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rollupIconVersion.js","sourceRoot":"","sources":["../../../src/components/RollupItem/rollupIconVersion.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,iBAAiB,GAAG,OAAO,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const rollupItemStyles = "";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"rollupItemStyles.js","sourceRoot":"","sources":["../../../src/components/RollupItem/rollupItemStyles.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,gBAAgB,GAAG,EAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const rollupIconVersion = 'black';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const rollupItemStyles = '';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const rollupIconVersion = 'color';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const rollupItemStyles = '';
|