@redneckz/wildless-cms-uni-blocks 0.14.21 → 0.14.22
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.20.js +30 -0
- package/bundle/blocks.schema.json +1 -1
- package/bundle/bundle.umd.js +12 -15
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
- package/bundle/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
- package/bundle/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
- package/bundle/components/BonusBenefitsBlock/renderBonusBenefits.mobile.d.ts +2 -2
- package/bundle/components/ProductBlock/ProductBlockContent.d.ts +2 -0
- package/dist/api/CorporateLeadAPI.js +3 -0
- package/dist/api/CorporateLeadAPI.js.map +1 -1
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
- package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
- package/dist/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
- package/dist/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -2
- package/dist/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
- package/dist/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
- package/dist/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -2
- package/dist/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
- package/dist/components/BonusBenefitsBlock/renderBonusBenefits.mobile.d.ts +2 -2
- package/dist/components/BonusBenefitsBlock/renderBonusBenefits.mobile.js +1 -1
- package/dist/components/BonusBenefitsBlock/renderBonusBenefits.mobile.js.map +1 -1
- package/dist/components/ProductBlock/ProductBlock.js +5 -2
- package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
- package/dist/components/ProductBlock/ProductBlockContent.d.ts +2 -0
- package/dist/components/StickyBottomMenu/StickyBottomMenu.mobile.js +1 -1
- package/dist/components/StickyBottomMenu/StickyBottomMenu.mobile.js.map +1 -1
- package/lib/api/CorporateLeadAPI.js +3 -0
- package/lib/api/CorporateLeadAPI.js.map +1 -1
- package/lib/common.css +1 -1
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
- package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
- package/lib/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
- package/lib/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -2
- package/lib/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
- package/lib/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
- package/lib/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -2
- package/lib/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
- package/lib/components/BonusBenefitsBlock/renderBonusBenefits.mobile.d.ts +2 -2
- package/lib/components/BonusBenefitsBlock/renderBonusBenefits.mobile.js +1 -1
- package/lib/components/BonusBenefitsBlock/renderBonusBenefits.mobile.js.map +1 -1
- package/lib/components/ProductBlock/ProductBlock.js +5 -2
- package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
- package/lib/components/ProductBlock/ProductBlockContent.d.ts +2 -0
- package/lib/components/StickyBottomMenu/StickyBottomMenu.mobile.js +1 -1
- package/lib/components/StickyBottomMenu/StickyBottomMenu.mobile.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +14 -8
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
- package/mobile/bundle/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
- package/mobile/bundle/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
- package/mobile/bundle/components/ProductBlock/ProductBlockContent.d.ts +2 -0
- package/mobile/dist/api/CorporateLeadAPI.js +3 -0
- package/mobile/dist/api/CorporateLeadAPI.js.map +1 -1
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
- package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
- package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
- package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -2
- package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
- package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
- package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -1
- package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
- package/mobile/dist/components/ProductBlock/ProductBlock.js +5 -2
- package/mobile/dist/components/ProductBlock/ProductBlock.js.map +1 -1
- package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +2 -0
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.js +1 -1
- package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.js.map +1 -1
- package/mobile/lib/api/CorporateLeadAPI.js +3 -0
- package/mobile/lib/api/CorporateLeadAPI.js.map +1 -1
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
- package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
- package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
- package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -2
- package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
- package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
- package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -1
- package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
- package/mobile/lib/components/ProductBlock/ProductBlock.js +5 -2
- package/mobile/lib/components/ProductBlock/ProductBlock.js.map +1 -1
- package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +2 -0
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.js +1 -1
- package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.js.map +1 -1
- package/mobile/src/api/CorporateLeadAPI.ts +4 -0
- package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +1 -1
- package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +1 -1
- package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +2 -2
- package/mobile/src/components/BonusBenefitsBlock/renderBonusBenefit.tsx +26 -23
- package/mobile/src/components/BonusBenefitsBlock/renderBonusBenefits.tsx +3 -8
- package/mobile/src/components/ProductBlock/ProductBlock.tsx +9 -2
- package/mobile/src/components/ProductBlock/ProductBlockContent.ts +2 -0
- package/mobile/src/components/StickyBottomMenu/StickyBottomMenu.tsx +0 -1
- package/mobile/tailwind.config.cjs +127 -0
- package/package.json +2 -1
- package/src/api/CorporateLeadAPI.ts +4 -0
- package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +1 -1
- package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +1 -1
- package/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +2 -2
- package/src/components/BonusBenefitsBlock/renderBonusBenefit.tsx +26 -23
- package/src/components/BonusBenefitsBlock/renderBonusBenefits.mobile.tsx +3 -8
- package/src/components/BonusBenefitsBlock/renderBonusBenefits.tsx +4 -5
- package/src/components/ProductBlock/ProductBlock.tsx +9 -2
- package/src/components/ProductBlock/ProductBlockContent.ts +2 -0
- package/src/components/StickyBottomMenu/StickyBottomMenu.mobile.tsx +0 -1
- package/bundle/model/AlignText.d.ts +0 -6
- package/bundle/model/AlignType.d.ts +0 -21
- package/dist/model/AlignText.d.ts +0 -6
- package/dist/model/AlignText.js +0 -11
- package/dist/model/AlignText.js.map +0 -1
- package/dist/model/AlignType.d.ts +0 -21
- package/dist/model/AlignType.js +0 -2
- package/dist/model/AlignType.js.map +0 -1
- package/lib/model/AlignText.d.ts +0 -6
- package/lib/model/AlignText.js +0 -9
- package/lib/model/AlignText.js.map +0 -1
- package/lib/model/AlignType.d.ts +0 -21
- package/lib/model/AlignType.js +0 -2
- package/lib/model/AlignType.js.map +0 -1
- package/mobile/bundle/model/AlignText.d.ts +0 -6
- package/mobile/bundle/model/AlignType.d.ts +0 -21
- package/mobile/dist/model/AlignText.d.ts +0 -6
- package/mobile/dist/model/AlignText.js +0 -11
- package/mobile/dist/model/AlignText.js.map +0 -1
- package/mobile/dist/model/AlignType.d.ts +0 -21
- package/mobile/dist/model/AlignType.js +0 -2
- package/mobile/dist/model/AlignType.js.map +0 -1
- package/mobile/lib/model/AlignText.d.ts +0 -6
- package/mobile/lib/model/AlignText.js +0 -9
- package/mobile/lib/model/AlignText.js.map +0 -1
- package/mobile/lib/model/AlignType.d.ts +0 -21
- package/mobile/lib/model/AlignType.js +0 -2
- package/mobile/lib/model/AlignType.js.map +0 -1
- package/mobile/src/model/AlignText.ts +0 -11
- package/mobile/src/model/AlignType.ts +0 -22
- package/src/model/AlignText.ts +0 -11
- package/src/model/AlignType.ts +0 -22
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"title": "Вы можете оплатить бонусными баллами",
|
|
4
4
|
"subtitle": "Удобный каталог с большим ассортиментом товаров и сервисов",
|
|
5
5
|
"columnsCount": "4",
|
|
6
|
-
"cardTextAlign": "center",
|
|
6
|
+
"cardTextAlign": "text-center",
|
|
7
7
|
"bonusBenefits": [
|
|
8
8
|
{
|
|
9
9
|
"title": "Верхний заголовок",
|
|
@@ -10,7 +10,7 @@ export interface BenefitsBlockProps extends BonusBenefitsBlockContent, UniBlockP
|
|
|
10
10
|
export const BonusBenefitsBlock = JSX<BenefitsBlockProps>(
|
|
11
11
|
({
|
|
12
12
|
bonusBenefits,
|
|
13
|
-
cardTextAlign = 'center',
|
|
13
|
+
cardTextAlign = 'text-center',
|
|
14
14
|
className = '',
|
|
15
15
|
columnsCount = '4',
|
|
16
16
|
subtitle,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { type AlignType } from '../../model/AlignType';
|
|
2
1
|
import {
|
|
3
2
|
type DescriptionProps,
|
|
4
3
|
type SubtitleProps,
|
|
@@ -6,6 +5,7 @@ import {
|
|
|
6
5
|
} from '../../model/HeadlineType';
|
|
7
6
|
import { type UniBlockContent } from '../../model/JSXBlock';
|
|
8
7
|
import { type IconProps } from '../../model/Picture';
|
|
8
|
+
import { type TextAlign } from '../../ui-kit/Text/TextProps';
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* @title Количество элементов в строке
|
|
@@ -31,5 +31,5 @@ export type BonusBenefitsBlockContent = UniBlockContent &
|
|
|
31
31
|
/** @title Список бонусов */
|
|
32
32
|
bonusBenefits?: BonusBenefit[];
|
|
33
33
|
columnsCount?: ColumnsCount;
|
|
34
|
-
cardTextAlign?:
|
|
34
|
+
cardTextAlign?: TextAlign;
|
|
35
35
|
};
|
|
@@ -1,29 +1,32 @@
|
|
|
1
|
-
import { AlignStyles } from '../../model/AlignStyles';
|
|
2
1
|
import { Img } from '../../ui-kit/Img/Img';
|
|
3
2
|
import { Text } from '../../ui-kit/Text/Text';
|
|
3
|
+
import { type TextAlign } from '../../ui-kit/Text/TextProps';
|
|
4
4
|
import { style } from '../../utils/style';
|
|
5
5
|
import { type BonusBenefit } from './BonusBenefitsBlockContent';
|
|
6
6
|
import { bonusBenefitStyles } from './bonusBenefitStyles';
|
|
7
7
|
|
|
8
|
-
export const renderBonusBenefit =
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
{
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
8
|
+
export const renderBonusBenefit =
|
|
9
|
+
(cardTextAlign: TextAlign) =>
|
|
10
|
+
({ icon, title, description }: BonusBenefit, i: number) =>
|
|
11
|
+
(
|
|
12
|
+
<div
|
|
13
|
+
key={String(i)}
|
|
14
|
+
className={style(
|
|
15
|
+
'flex flex-col gap-1',
|
|
16
|
+
bonusBenefitStyles,
|
|
17
|
+
!description && !title ? 'justify-center' : '',
|
|
18
|
+
)}
|
|
19
|
+
>
|
|
20
|
+
{title ? (
|
|
21
|
+
<Text size="text-h6" font="font-normal" align={cardTextAlign}>
|
|
22
|
+
{title}
|
|
23
|
+
</Text>
|
|
24
|
+
) : null}
|
|
25
|
+
{icon ? <Img image={icon} height="180" className="w-auto" /> : null}
|
|
26
|
+
{description ? (
|
|
27
|
+
<Text size="text-h6" font="font-normal" align={cardTextAlign}>
|
|
28
|
+
{description}
|
|
29
|
+
</Text>
|
|
30
|
+
) : null}
|
|
31
|
+
</div>
|
|
32
|
+
);
|
|
@@ -1,15 +1,10 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
2
|
-
import { type AlignType } from '../../model/AlignType';
|
|
3
1
|
import { SwipeListControl } from '../../ui-kit/SwipeListControl/SwipeListControl';
|
|
2
|
+
import { type TextAlign } from '../../ui-kit/Text/TextProps';
|
|
4
3
|
import { type BonusBenefit, type ColumnsCount } from './BonusBenefitsBlockContent';
|
|
5
4
|
import { renderBonusBenefit } from './renderBonusBenefit';
|
|
6
5
|
|
|
7
6
|
export const renderBonusBenefits = (
|
|
8
7
|
bonusBenefits: BonusBenefit[],
|
|
9
8
|
_columnsCount: ColumnsCount,
|
|
10
|
-
_cardTextAlign:
|
|
11
|
-
) => (
|
|
12
|
-
<SwipeListControl>
|
|
13
|
-
{bonusBenefits.map((_, i) => renderBonusBenefit({ ..._ }, i))}
|
|
14
|
-
</SwipeListControl>
|
|
15
|
-
);
|
|
9
|
+
_cardTextAlign: TextAlign,
|
|
10
|
+
) => <SwipeListControl>{bonusBenefits.map(renderBonusBenefit(_cardTextAlign))}</SwipeListControl>;
|
|
@@ -12,16 +12,23 @@ import { renderBackwardButton } from './renderBackwardButton';
|
|
|
12
12
|
export interface ProductBlockProps extends UniBlockProps, ProductBlockContent {}
|
|
13
13
|
|
|
14
14
|
export const ProductBlock = JSX<ProductBlockProps>(
|
|
15
|
-
({ className, padding, backwardButton, ...rest }) => {
|
|
15
|
+
({ className, padding, backwardButton, showBorder, ...rest }) => {
|
|
16
16
|
const router = useRouter();
|
|
17
17
|
const handleClick = useCallback((ev?: PreventableEvent) => {
|
|
18
18
|
ev?.preventDefault();
|
|
19
19
|
router.back();
|
|
20
20
|
}, []);
|
|
21
|
+
const borderStyle = showBorder
|
|
22
|
+
? 'border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider'
|
|
23
|
+
: '';
|
|
21
24
|
|
|
22
25
|
return (
|
|
23
26
|
<BlockWrapper
|
|
24
|
-
className={style(
|
|
27
|
+
className={style(
|
|
28
|
+
'overflow-hidden flex flex-col gap-3xl box-border',
|
|
29
|
+
borderStyle,
|
|
30
|
+
className,
|
|
31
|
+
)}
|
|
25
32
|
defaultPadding="p-6xl"
|
|
26
33
|
padding={padding}
|
|
27
34
|
{...rest}
|
|
@@ -40,7 +40,6 @@ export const StickyBottomMenu = JSX<StickyBottomMenuProps>(({ ...rest }) => {
|
|
|
40
40
|
<BlockWrapper
|
|
41
41
|
className="@container-normal fixed w-full h-[74px] bottom-0 left-0 my-0 mx-auto bg-transparent z-[100]"
|
|
42
42
|
padding="p-0"
|
|
43
|
-
data-component="sticky-bottom-menu"
|
|
44
43
|
>
|
|
45
44
|
<RenderMenuItems menuItems={menuItemsWithButton} onClick={toggle} />
|
|
46
45
|
</BlockWrapper>
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
const config = require('../tailwind.config.cjs');
|
|
2
|
+
|
|
3
|
+
const quadXL = '1.5rem 1.25rem'; // 24px 20px
|
|
4
|
+
|
|
5
|
+
module.exports = {
|
|
6
|
+
...config,
|
|
7
|
+
theme: {
|
|
8
|
+
...config.theme,
|
|
9
|
+
extend: {
|
|
10
|
+
...config.theme.extend,
|
|
11
|
+
borderRadius: {
|
|
12
|
+
icon: '0.375rem',
|
|
13
|
+
},
|
|
14
|
+
spacing: {
|
|
15
|
+
'6xl': '1.5rem', // 24px
|
|
16
|
+
'5xl': '1.5rem', // 24px
|
|
17
|
+
'4xl': '1.5rem', // 24px
|
|
18
|
+
'3xl': '1rem', // 16px
|
|
19
|
+
'2xl': '1rem', // 16px
|
|
20
|
+
xl: '1rem', // 16px
|
|
21
|
+
lg: '1rem', // 16px
|
|
22
|
+
m: '0.5rem', // 8px
|
|
23
|
+
s: '0.5rem', // 8px
|
|
24
|
+
xs: '0.5rem', // 8px
|
|
25
|
+
'2xs': '0.25rem', // 4px
|
|
26
|
+
'3xs': '0', // 0
|
|
27
|
+
},
|
|
28
|
+
padding: {
|
|
29
|
+
'6xl': quadXL,
|
|
30
|
+
'5xl': quadXL,
|
|
31
|
+
'4xl': quadXL,
|
|
32
|
+
},
|
|
33
|
+
fontSize: {
|
|
34
|
+
...config.theme.extend.fontSize,
|
|
35
|
+
'title-extra': ['9.375rem', '13rem'], // 150px 208px
|
|
36
|
+
h0: [
|
|
37
|
+
'1.5rem',
|
|
38
|
+
{
|
|
39
|
+
// 24px 34px
|
|
40
|
+
lineHeight: '2.125rem',
|
|
41
|
+
fontWeight: '400',
|
|
42
|
+
},
|
|
43
|
+
],
|
|
44
|
+
h1: [
|
|
45
|
+
'1.5rem',
|
|
46
|
+
{
|
|
47
|
+
// 24px 34px
|
|
48
|
+
lineHeight: '2.125rem',
|
|
49
|
+
fontWeight: '400',
|
|
50
|
+
},
|
|
51
|
+
],
|
|
52
|
+
h2: [
|
|
53
|
+
'1.5rem',
|
|
54
|
+
{
|
|
55
|
+
// 24px 34px
|
|
56
|
+
lineHeight: '2.125rem',
|
|
57
|
+
fontWeight: '400',
|
|
58
|
+
},
|
|
59
|
+
],
|
|
60
|
+
h3: [
|
|
61
|
+
'1.25rem',
|
|
62
|
+
{
|
|
63
|
+
// 20px 28px
|
|
64
|
+
lineHeight: '1.75rem',
|
|
65
|
+
fontWeight: '400',
|
|
66
|
+
},
|
|
67
|
+
],
|
|
68
|
+
h4: [
|
|
69
|
+
'1.25rem',
|
|
70
|
+
{
|
|
71
|
+
// 20px 28px
|
|
72
|
+
lineHeight: '1.75rem',
|
|
73
|
+
fontWeight: '400',
|
|
74
|
+
},
|
|
75
|
+
],
|
|
76
|
+
h5: [
|
|
77
|
+
'1rem',
|
|
78
|
+
{
|
|
79
|
+
// 16px 24px
|
|
80
|
+
lineHeight: '1.5rem',
|
|
81
|
+
fontWeight: '400',
|
|
82
|
+
},
|
|
83
|
+
],
|
|
84
|
+
h6: [
|
|
85
|
+
'1rem',
|
|
86
|
+
{
|
|
87
|
+
// 16px 24px
|
|
88
|
+
lineHeight: '1.5rem',
|
|
89
|
+
fontWeight: '400',
|
|
90
|
+
},
|
|
91
|
+
],
|
|
92
|
+
xl: [
|
|
93
|
+
'1rem',
|
|
94
|
+
{
|
|
95
|
+
// 16px 24px
|
|
96
|
+
lineHeight: '1.5rem',
|
|
97
|
+
fontWeight: '400',
|
|
98
|
+
},
|
|
99
|
+
],
|
|
100
|
+
l: [
|
|
101
|
+
'1rem',
|
|
102
|
+
{
|
|
103
|
+
// 16px 24px
|
|
104
|
+
lineHeight: '1.5rem',
|
|
105
|
+
fontWeight: '400',
|
|
106
|
+
},
|
|
107
|
+
],
|
|
108
|
+
s: [
|
|
109
|
+
'0.875rem',
|
|
110
|
+
{
|
|
111
|
+
// 14px 20px
|
|
112
|
+
lineHeight: '1.25rem',
|
|
113
|
+
fontWeight: '400',
|
|
114
|
+
},
|
|
115
|
+
],
|
|
116
|
+
xs: [
|
|
117
|
+
'0.75rem',
|
|
118
|
+
{
|
|
119
|
+
// 12px 18px
|
|
120
|
+
lineHeight: '1.125rem',
|
|
121
|
+
fontWeight: '400',
|
|
122
|
+
},
|
|
123
|
+
],
|
|
124
|
+
},
|
|
125
|
+
},
|
|
126
|
+
},
|
|
127
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@redneckz/wildless-cms-uni-blocks",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.22",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ЦК",
|
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
"mobile/src",
|
|
70
70
|
"cosmos-static/icons",
|
|
71
71
|
"tailwind.config.cjs",
|
|
72
|
+
"mobile/tailwind.config.cjs",
|
|
72
73
|
"!**/*.spec.*"
|
|
73
74
|
],
|
|
74
75
|
"repository": {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"title": "Вы можете оплатить бонусными баллами",
|
|
4
4
|
"subtitle": "Удобный каталог с большим ассортиментом товаров и сервисов",
|
|
5
5
|
"columnsCount": "4",
|
|
6
|
-
"cardTextAlign": "center",
|
|
6
|
+
"cardTextAlign": "text-center",
|
|
7
7
|
"bonusBenefits": [
|
|
8
8
|
{
|
|
9
9
|
"title": "Верхний заголовок",
|
|
@@ -10,7 +10,7 @@ export interface BenefitsBlockProps extends BonusBenefitsBlockContent, UniBlockP
|
|
|
10
10
|
export const BonusBenefitsBlock = JSX<BenefitsBlockProps>(
|
|
11
11
|
({
|
|
12
12
|
bonusBenefits,
|
|
13
|
-
cardTextAlign = 'center',
|
|
13
|
+
cardTextAlign = 'text-center',
|
|
14
14
|
className = '',
|
|
15
15
|
columnsCount = '4',
|
|
16
16
|
subtitle,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { type AlignType } from '../../model/AlignType';
|
|
2
1
|
import {
|
|
3
2
|
type DescriptionProps,
|
|
4
3
|
type SubtitleProps,
|
|
@@ -6,6 +5,7 @@ import {
|
|
|
6
5
|
} from '../../model/HeadlineType';
|
|
7
6
|
import { type UniBlockContent } from '../../model/JSXBlock';
|
|
8
7
|
import { type IconProps } from '../../model/Picture';
|
|
8
|
+
import { type TextAlign } from '../../ui-kit/Text/TextProps';
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* @title Количество элементов в строке
|
|
@@ -31,5 +31,5 @@ export type BonusBenefitsBlockContent = UniBlockContent &
|
|
|
31
31
|
/** @title Список бонусов */
|
|
32
32
|
bonusBenefits?: BonusBenefit[];
|
|
33
33
|
columnsCount?: ColumnsCount;
|
|
34
|
-
cardTextAlign?:
|
|
34
|
+
cardTextAlign?: TextAlign;
|
|
35
35
|
};
|
|
@@ -1,29 +1,32 @@
|
|
|
1
|
-
import { AlignStyles } from '../../model/AlignStyles';
|
|
2
1
|
import { Img } from '../../ui-kit/Img/Img';
|
|
3
2
|
import { Text } from '../../ui-kit/Text/Text';
|
|
3
|
+
import { type TextAlign } from '../../ui-kit/Text/TextProps';
|
|
4
4
|
import { style } from '../../utils/style';
|
|
5
5
|
import { type BonusBenefit } from './BonusBenefitsBlockContent';
|
|
6
6
|
import { bonusBenefitStyles } from './bonusBenefitStyles';
|
|
7
7
|
|
|
8
|
-
export const renderBonusBenefit =
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
{
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
8
|
+
export const renderBonusBenefit =
|
|
9
|
+
(cardTextAlign: TextAlign) =>
|
|
10
|
+
({ icon, title, description }: BonusBenefit, i: number) =>
|
|
11
|
+
(
|
|
12
|
+
<div
|
|
13
|
+
key={String(i)}
|
|
14
|
+
className={style(
|
|
15
|
+
'flex flex-col gap-1',
|
|
16
|
+
bonusBenefitStyles,
|
|
17
|
+
!description && !title ? 'justify-center' : '',
|
|
18
|
+
)}
|
|
19
|
+
>
|
|
20
|
+
{title ? (
|
|
21
|
+
<Text size="text-h6" font="font-normal" align={cardTextAlign}>
|
|
22
|
+
{title}
|
|
23
|
+
</Text>
|
|
24
|
+
) : null}
|
|
25
|
+
{icon ? <Img image={icon} height="180" className="w-auto" /> : null}
|
|
26
|
+
{description ? (
|
|
27
|
+
<Text size="text-h6" font="font-normal" align={cardTextAlign}>
|
|
28
|
+
{description}
|
|
29
|
+
</Text>
|
|
30
|
+
) : null}
|
|
31
|
+
</div>
|
|
32
|
+
);
|
|
@@ -1,15 +1,10 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
2
|
-
import { type AlignType } from '../../model/AlignType';
|
|
3
1
|
import { SwipeListControl } from '../../ui-kit/SwipeListControl/SwipeListControl';
|
|
2
|
+
import { type TextAlign } from '../../ui-kit/Text/TextProps';
|
|
4
3
|
import { type BonusBenefit, type ColumnsCount } from './BonusBenefitsBlockContent';
|
|
5
4
|
import { renderBonusBenefit } from './renderBonusBenefit';
|
|
6
5
|
|
|
7
6
|
export const renderBonusBenefits = (
|
|
8
7
|
bonusBenefits: BonusBenefit[],
|
|
9
8
|
_columnsCount: ColumnsCount,
|
|
10
|
-
_cardTextAlign:
|
|
11
|
-
) => (
|
|
12
|
-
<SwipeListControl>
|
|
13
|
-
{bonusBenefits.map((_, i) => renderBonusBenefit({ ..._ }, i))}
|
|
14
|
-
</SwipeListControl>
|
|
15
|
-
);
|
|
9
|
+
_cardTextAlign: TextAlign,
|
|
10
|
+
) => <SwipeListControl>{bonusBenefits.map(renderBonusBenefit(_cardTextAlign))}</SwipeListControl>;
|
|
@@ -1,15 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { type AlignType } from '../../model/AlignType';
|
|
1
|
+
import { type TextAlign } from '../../ui-kit/Text/TextProps';
|
|
3
2
|
import { type BonusBenefit, type ColumnsCount } from './BonusBenefitsBlockContent';
|
|
4
3
|
import { renderBonusBenefit } from './renderBonusBenefit';
|
|
5
4
|
|
|
6
5
|
export const renderBonusBenefits = (
|
|
7
6
|
bonusBenefits: BonusBenefit[],
|
|
8
7
|
columnsCount: ColumnsCount,
|
|
9
|
-
cardTextAlign:
|
|
8
|
+
cardTextAlign: TextAlign,
|
|
10
9
|
) => (
|
|
11
|
-
<div className={`grid gap-2xs ${
|
|
12
|
-
{bonusBenefits.map(renderBonusBenefit)}
|
|
10
|
+
<div className={`grid gap-2xs ${getElementsColsValue(columnsCount)}`}>
|
|
11
|
+
{bonusBenefits.map(renderBonusBenefit(cardTextAlign))}
|
|
13
12
|
</div>
|
|
14
13
|
);
|
|
15
14
|
|
|
@@ -12,16 +12,23 @@ import { renderBackwardButton } from './renderBackwardButton';
|
|
|
12
12
|
export interface ProductBlockProps extends UniBlockProps, ProductBlockContent {}
|
|
13
13
|
|
|
14
14
|
export const ProductBlock = JSX<ProductBlockProps>(
|
|
15
|
-
({ className, padding, backwardButton, ...rest }) => {
|
|
15
|
+
({ className, padding, backwardButton, showBorder, ...rest }) => {
|
|
16
16
|
const router = useRouter();
|
|
17
17
|
const handleClick = useCallback((ev?: PreventableEvent) => {
|
|
18
18
|
ev?.preventDefault();
|
|
19
19
|
router.back();
|
|
20
20
|
}, []);
|
|
21
|
+
const borderStyle = showBorder
|
|
22
|
+
? 'border border-solid border-gray group-data-secondary:border-white/50 group-data-gray:border-main-divider'
|
|
23
|
+
: '';
|
|
21
24
|
|
|
22
25
|
return (
|
|
23
26
|
<BlockWrapper
|
|
24
|
-
className={style(
|
|
27
|
+
className={style(
|
|
28
|
+
'overflow-hidden flex flex-col gap-3xl box-border',
|
|
29
|
+
borderStyle,
|
|
30
|
+
className,
|
|
31
|
+
)}
|
|
25
32
|
defaultPadding="p-6xl"
|
|
26
33
|
padding={padding}
|
|
27
34
|
{...rest}
|
|
@@ -40,7 +40,6 @@ export const StickyBottomMenu = JSX<StickyBottomMenuProps>(({ ...rest }) => {
|
|
|
40
40
|
<BlockWrapper
|
|
41
41
|
className="@container-normal fixed w-full h-[74px] bottom-0 left-0 my-0 mx-auto bg-transparent z-[100]"
|
|
42
42
|
padding="p-0"
|
|
43
|
-
data-component="sticky-bottom-menu"
|
|
44
43
|
>
|
|
45
44
|
<RenderMenuItems menuItems={menuItemsWithButton} onClick={toggle} />
|
|
46
45
|
</BlockWrapper>
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @title Выравнивание
|
|
3
|
-
* @deprecated
|
|
4
|
-
* @enumNames [
|
|
5
|
-
* "По левому краю",
|
|
6
|
-
* "По центру",
|
|
7
|
-
* "По правому краю"
|
|
8
|
-
* ]
|
|
9
|
-
*/
|
|
10
|
-
export declare type AlignType = 'left' | 'center' | 'right';
|
|
11
|
-
/**
|
|
12
|
-
* @title Выравнивание
|
|
13
|
-
* @deprecated
|
|
14
|
-
* @enumNames [
|
|
15
|
-
* "Во всю ширину",
|
|
16
|
-
* "По левому краю",
|
|
17
|
-
* "По центру",
|
|
18
|
-
* "По правому краю"
|
|
19
|
-
* ]
|
|
20
|
-
*/
|
|
21
|
-
export declare type AlignTypeWithStretch = 'stretch' | 'left' | 'center' | 'right';
|
package/dist/model/AlignText.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
2
|
-
exports.AlignText = void 0;
|
|
3
|
-
/**
|
|
4
|
-
* @deprecated
|
|
5
|
-
*/
|
|
6
|
-
exports.AlignText = {
|
|
7
|
-
left: 'text-left',
|
|
8
|
-
center: 'text-center',
|
|
9
|
-
right: 'text-right',
|
|
10
|
-
};
|
|
11
|
-
//# sourceMappingURL=AlignText.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AlignText.js","sourceRoot":"","sources":["../../src/model/AlignText.ts"],"names":[],"mappings":";;AAGA;;GAEG;AACU,QAAA,SAAS,GAAiC;IACrD,IAAI,EAAE,WAAW;IACjB,MAAM,EAAE,aAAa;IACrB,KAAK,EAAE,YAAY;CACpB,CAAC"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @title Выравнивание
|
|
3
|
-
* @deprecated
|
|
4
|
-
* @enumNames [
|
|
5
|
-
* "По левому краю",
|
|
6
|
-
* "По центру",
|
|
7
|
-
* "По правому краю"
|
|
8
|
-
* ]
|
|
9
|
-
*/
|
|
10
|
-
export declare type AlignType = 'left' | 'center' | 'right';
|
|
11
|
-
/**
|
|
12
|
-
* @title Выравнивание
|
|
13
|
-
* @deprecated
|
|
14
|
-
* @enumNames [
|
|
15
|
-
* "Во всю ширину",
|
|
16
|
-
* "По левому краю",
|
|
17
|
-
* "По центру",
|
|
18
|
-
* "По правому краю"
|
|
19
|
-
* ]
|
|
20
|
-
*/
|
|
21
|
-
export declare type AlignTypeWithStretch = 'stretch' | 'left' | 'center' | 'right';
|
package/dist/model/AlignType.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AlignType.js","sourceRoot":"","sources":["../../src/model/AlignType.ts"],"names":[],"mappings":""}
|
package/lib/model/AlignText.d.ts
DELETED
package/lib/model/AlignText.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AlignText.js","sourceRoot":"","sources":["../../src/model/AlignText.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,MAAM,CAAC,MAAM,SAAS,GAAiC;IACrD,IAAI,EAAE,WAAW;IACjB,MAAM,EAAE,aAAa;IACrB,KAAK,EAAE,YAAY;CACpB,CAAC"}
|
package/lib/model/AlignType.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @title Выравнивание
|
|
3
|
-
* @deprecated
|
|
4
|
-
* @enumNames [
|
|
5
|
-
* "По левому краю",
|
|
6
|
-
* "По центру",
|
|
7
|
-
* "По правому краю"
|
|
8
|
-
* ]
|
|
9
|
-
*/
|
|
10
|
-
export declare type AlignType = 'left' | 'center' | 'right';
|
|
11
|
-
/**
|
|
12
|
-
* @title Выравнивание
|
|
13
|
-
* @deprecated
|
|
14
|
-
* @enumNames [
|
|
15
|
-
* "Во всю ширину",
|
|
16
|
-
* "По левому краю",
|
|
17
|
-
* "По центру",
|
|
18
|
-
* "По правому краю"
|
|
19
|
-
* ]
|
|
20
|
-
*/
|
|
21
|
-
export declare type AlignTypeWithStretch = 'stretch' | 'left' | 'center' | 'right';
|
package/lib/model/AlignType.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AlignType.js","sourceRoot":"","sources":["../../src/model/AlignType.ts"],"names":[],"mappings":""}
|