@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.
Files changed (140) hide show
  1. package/bin/migration-scripts/0.14.20.js +30 -0
  2. package/bundle/blocks.schema.json +1 -1
  3. package/bundle/bundle.umd.js +12 -15
  4. package/bundle/bundle.umd.min.js +1 -1
  5. package/bundle/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
  6. package/bundle/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
  7. package/bundle/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
  8. package/bundle/components/BonusBenefitsBlock/renderBonusBenefits.mobile.d.ts +2 -2
  9. package/bundle/components/ProductBlock/ProductBlockContent.d.ts +2 -0
  10. package/dist/api/CorporateLeadAPI.js +3 -0
  11. package/dist/api/CorporateLeadAPI.js.map +1 -1
  12. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  13. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  14. package/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
  15. package/dist/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
  16. package/dist/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -2
  17. package/dist/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
  18. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
  19. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -2
  20. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
  21. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.mobile.d.ts +2 -2
  22. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.mobile.js +1 -1
  23. package/dist/components/BonusBenefitsBlock/renderBonusBenefits.mobile.js.map +1 -1
  24. package/dist/components/ProductBlock/ProductBlock.js +5 -2
  25. package/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  26. package/dist/components/ProductBlock/ProductBlockContent.d.ts +2 -0
  27. package/dist/components/StickyBottomMenu/StickyBottomMenu.mobile.js +1 -1
  28. package/dist/components/StickyBottomMenu/StickyBottomMenu.mobile.js.map +1 -1
  29. package/lib/api/CorporateLeadAPI.js +3 -0
  30. package/lib/api/CorporateLeadAPI.js.map +1 -1
  31. package/lib/common.css +1 -1
  32. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  33. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  34. package/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
  35. package/lib/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
  36. package/lib/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -2
  37. package/lib/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
  38. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
  39. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -2
  40. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
  41. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.mobile.d.ts +2 -2
  42. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.mobile.js +1 -1
  43. package/lib/components/BonusBenefitsBlock/renderBonusBenefits.mobile.js.map +1 -1
  44. package/lib/components/ProductBlock/ProductBlock.js +5 -2
  45. package/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  46. package/lib/components/ProductBlock/ProductBlockContent.d.ts +2 -0
  47. package/lib/components/StickyBottomMenu/StickyBottomMenu.mobile.js +1 -1
  48. package/lib/components/StickyBottomMenu/StickyBottomMenu.mobile.js.map +1 -1
  49. package/mobile/bundle/bundle.umd.js +14 -8
  50. package/mobile/bundle/bundle.umd.min.js +1 -1
  51. package/mobile/bundle/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
  52. package/mobile/bundle/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
  53. package/mobile/bundle/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
  54. package/mobile/bundle/components/ProductBlock/ProductBlockContent.d.ts +2 -0
  55. package/mobile/dist/api/CorporateLeadAPI.js +3 -0
  56. package/mobile/dist/api/CorporateLeadAPI.js.map +1 -1
  57. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  58. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  59. package/mobile/dist/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
  60. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
  61. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -2
  62. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
  63. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
  64. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -1
  65. package/mobile/dist/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
  66. package/mobile/dist/components/ProductBlock/ProductBlock.js +5 -2
  67. package/mobile/dist/components/ProductBlock/ProductBlock.js.map +1 -1
  68. package/mobile/dist/components/ProductBlock/ProductBlockContent.d.ts +2 -0
  69. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.js +1 -1
  70. package/mobile/dist/components/StickyBottomMenu/StickyBottomMenu.js.map +1 -1
  71. package/mobile/lib/api/CorporateLeadAPI.js +3 -0
  72. package/mobile/lib/api/CorporateLeadAPI.js.map +1 -1
  73. package/mobile/lib/common.css +1 -1
  74. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js +1 -1
  75. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlock.js.map +1 -1
  76. package/mobile/lib/components/BonusBenefitsBlock/BonusBenefitsBlockContent.d.ts +2 -2
  77. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefit.d.ts +2 -1
  78. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefit.js +1 -2
  79. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefit.js.map +1 -1
  80. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefits.d.ts +2 -2
  81. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefits.js +1 -1
  82. package/mobile/lib/components/BonusBenefitsBlock/renderBonusBenefits.js.map +1 -1
  83. package/mobile/lib/components/ProductBlock/ProductBlock.js +5 -2
  84. package/mobile/lib/components/ProductBlock/ProductBlock.js.map +1 -1
  85. package/mobile/lib/components/ProductBlock/ProductBlockContent.d.ts +2 -0
  86. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.js +1 -1
  87. package/mobile/lib/components/StickyBottomMenu/StickyBottomMenu.js.map +1 -1
  88. package/mobile/src/api/CorporateLeadAPI.ts +4 -0
  89. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +1 -1
  90. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +1 -1
  91. package/mobile/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +2 -2
  92. package/mobile/src/components/BonusBenefitsBlock/renderBonusBenefit.tsx +26 -23
  93. package/mobile/src/components/BonusBenefitsBlock/renderBonusBenefits.tsx +3 -8
  94. package/mobile/src/components/ProductBlock/ProductBlock.tsx +9 -2
  95. package/mobile/src/components/ProductBlock/ProductBlockContent.ts +2 -0
  96. package/mobile/src/components/StickyBottomMenu/StickyBottomMenu.tsx +0 -1
  97. package/mobile/tailwind.config.cjs +127 -0
  98. package/package.json +2 -1
  99. package/src/api/CorporateLeadAPI.ts +4 -0
  100. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.example.json +1 -1
  101. package/src/components/BonusBenefitsBlock/BonusBenefitsBlock.tsx +1 -1
  102. package/src/components/BonusBenefitsBlock/BonusBenefitsBlockContent.ts +2 -2
  103. package/src/components/BonusBenefitsBlock/renderBonusBenefit.tsx +26 -23
  104. package/src/components/BonusBenefitsBlock/renderBonusBenefits.mobile.tsx +3 -8
  105. package/src/components/BonusBenefitsBlock/renderBonusBenefits.tsx +4 -5
  106. package/src/components/ProductBlock/ProductBlock.tsx +9 -2
  107. package/src/components/ProductBlock/ProductBlockContent.ts +2 -0
  108. package/src/components/StickyBottomMenu/StickyBottomMenu.mobile.tsx +0 -1
  109. package/bundle/model/AlignText.d.ts +0 -6
  110. package/bundle/model/AlignType.d.ts +0 -21
  111. package/dist/model/AlignText.d.ts +0 -6
  112. package/dist/model/AlignText.js +0 -11
  113. package/dist/model/AlignText.js.map +0 -1
  114. package/dist/model/AlignType.d.ts +0 -21
  115. package/dist/model/AlignType.js +0 -2
  116. package/dist/model/AlignType.js.map +0 -1
  117. package/lib/model/AlignText.d.ts +0 -6
  118. package/lib/model/AlignText.js +0 -9
  119. package/lib/model/AlignText.js.map +0 -1
  120. package/lib/model/AlignType.d.ts +0 -21
  121. package/lib/model/AlignType.js +0 -2
  122. package/lib/model/AlignType.js.map +0 -1
  123. package/mobile/bundle/model/AlignText.d.ts +0 -6
  124. package/mobile/bundle/model/AlignType.d.ts +0 -21
  125. package/mobile/dist/model/AlignText.d.ts +0 -6
  126. package/mobile/dist/model/AlignText.js +0 -11
  127. package/mobile/dist/model/AlignText.js.map +0 -1
  128. package/mobile/dist/model/AlignType.d.ts +0 -21
  129. package/mobile/dist/model/AlignType.js +0 -2
  130. package/mobile/dist/model/AlignType.js.map +0 -1
  131. package/mobile/lib/model/AlignText.d.ts +0 -6
  132. package/mobile/lib/model/AlignText.js +0 -9
  133. package/mobile/lib/model/AlignText.js.map +0 -1
  134. package/mobile/lib/model/AlignType.d.ts +0 -21
  135. package/mobile/lib/model/AlignType.js +0 -2
  136. package/mobile/lib/model/AlignType.js.map +0 -1
  137. package/mobile/src/model/AlignText.ts +0 -11
  138. package/mobile/src/model/AlignType.ts +0 -22
  139. package/src/model/AlignText.ts +0 -11
  140. package/src/model/AlignType.ts +0 -22
@@ -22,6 +22,10 @@ export function CorporateLeadAPI() {
22
22
  body: JSON.stringify(body),
23
23
  });
24
24
 
25
+ if (!response?.ok) {
26
+ return null;
27
+ }
28
+
25
29
  const data = await response.json();
26
30
 
27
31
  return data;
@@ -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?: AlignType;
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 = ({ icon, title, description }: BonusBenefit, i: number) => (
9
- <div
10
- key={String(i)}
11
- className={style(
12
- 'flex flex-col',
13
- bonusBenefitStyles,
14
- !description && !title ? 'justify-center' : '',
15
- )}
16
- >
17
- {title ? (
18
- <Text size="text-h6" font="font-normal" align={AlignStyles}>
19
- {title}
20
- </Text>
21
- ) : null}
22
- {icon ? <Img image={icon} height="180" className="w-auto" /> : null}
23
- {description ? (
24
- <Text size="text-h6" font="font-normal" align={AlignStyles}>
25
- {description}
26
- </Text>
27
- ) : null}
28
- </div>
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: AlignType,
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('overflow-hidden flex flex-col gap-3xl box-border', className)}
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}
@@ -8,4 +8,6 @@ export type ProductBlockContent = UniBlockContent &
8
8
  BaseProductTileContent & {
9
9
  /** @title Отображать кнопку возврата (только для десктопной версии) */
10
10
  backwardButton?: boolean;
11
+ /** @title Показывать рамку вокруг блока */
12
+ showBorder?: boolean;
11
13
  };
@@ -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.21",
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": {
@@ -22,6 +22,10 @@ export function CorporateLeadAPI() {
22
22
  body: JSON.stringify(body),
23
23
  });
24
24
 
25
+ if (!response?.ok) {
26
+ return null;
27
+ }
28
+
25
29
  const data = await response.json();
26
30
 
27
31
  return data;
@@ -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?: AlignType;
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 = ({ icon, title, description }: BonusBenefit, i: number) => (
9
- <div
10
- key={String(i)}
11
- className={style(
12
- 'flex flex-col',
13
- bonusBenefitStyles,
14
- !description && !title ? 'justify-center' : '',
15
- )}
16
- >
17
- {title ? (
18
- <Text size="text-h6" font="font-normal" align={AlignStyles}>
19
- {title}
20
- </Text>
21
- ) : null}
22
- {icon ? <Img image={icon} height="180" className="w-auto" /> : null}
23
- {description ? (
24
- <Text size="text-h6" font="font-normal" align={AlignStyles}>
25
- {description}
26
- </Text>
27
- ) : null}
28
- </div>
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: AlignType,
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 { AlignText } from '../../model/AlignText';
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: AlignType,
8
+ cardTextAlign: TextAlign,
10
9
  ) => (
11
- <div className={`grid gap-2xs ${AlignText[cardTextAlign]} ${getElementsColsValue(columnsCount)}`}>
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('overflow-hidden flex flex-col gap-3xl box-border', className)}
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}
@@ -8,4 +8,6 @@ export type ProductBlockContent = UniBlockContent &
8
8
  BaseProductTileContent & {
9
9
  /** @title Отображать кнопку возврата (только для десктопной версии) */
10
10
  backwardButton?: boolean;
11
+ /** @title Показывать рамку вокруг блока */
12
+ showBorder?: boolean;
11
13
  };
@@ -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,6 +0,0 @@
1
- import { type TextAlign } from '../ui-kit/Text/TextProps';
2
- import { type AlignType } from './AlignType';
3
- /**
4
- * @deprecated
5
- */
6
- export declare const AlignText: Record<AlignType, TextAlign>;
@@ -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';
@@ -1,6 +0,0 @@
1
- import { type TextAlign } from '../ui-kit/Text/TextProps';
2
- import { type AlignType } from './AlignType';
3
- /**
4
- * @deprecated
5
- */
6
- export declare const AlignText: Record<AlignType, TextAlign>;
@@ -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';
@@ -1,2 +0,0 @@
1
- Object.defineProperty(exports, "__esModule", { value: true });
2
- //# sourceMappingURL=AlignType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AlignType.js","sourceRoot":"","sources":["../../src/model/AlignType.ts"],"names":[],"mappings":""}
@@ -1,6 +0,0 @@
1
- import { type TextAlign } from '../ui-kit/Text/TextProps';
2
- import { type AlignType } from './AlignType';
3
- /**
4
- * @deprecated
5
- */
6
- export declare const AlignText: Record<AlignType, TextAlign>;
@@ -1,9 +0,0 @@
1
- /**
2
- * @deprecated
3
- */
4
- export const AlignText = {
5
- left: 'text-left',
6
- center: 'text-center',
7
- right: 'text-right',
8
- };
9
- //# sourceMappingURL=AlignText.js.map
@@ -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"}
@@ -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';
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=AlignType.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AlignType.js","sourceRoot":"","sources":["../../src/model/AlignType.ts"],"names":[],"mappings":""}