@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
@@ -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":""}
@@ -1,11 +0,0 @@
1
- import { type TextAlign } from '../ui-kit/Text/TextProps';
2
- import { type AlignType } from './AlignType';
3
-
4
- /**
5
- * @deprecated
6
- */
7
- export const AlignText: Record<AlignType, TextAlign> = {
8
- left: 'text-left',
9
- center: 'text-center',
10
- right: 'text-right',
11
- };
@@ -1,22 +0,0 @@
1
- /**
2
- * @title Выравнивание
3
- * @deprecated
4
- * @enumNames [
5
- * "По левому краю",
6
- * "По центру",
7
- * "По правому краю"
8
- * ]
9
- */
10
- export type AlignType = 'left' | 'center' | 'right';
11
-
12
- /**
13
- * @title Выравнивание
14
- * @deprecated
15
- * @enumNames [
16
- * "Во всю ширину",
17
- * "По левому краю",
18
- * "По центру",
19
- * "По правому краю"
20
- * ]
21
- */
22
- export type AlignTypeWithStretch = 'stretch' | 'left' | 'center' | 'right';
@@ -1,11 +0,0 @@
1
- import { type TextAlign } from '../ui-kit/Text/TextProps';
2
- import { type AlignType } from './AlignType';
3
-
4
- /**
5
- * @deprecated
6
- */
7
- export const AlignText: Record<AlignType, TextAlign> = {
8
- left: 'text-left',
9
- center: 'text-center',
10
- right: 'text-right',
11
- };
@@ -1,22 +0,0 @@
1
- /**
2
- * @title Выравнивание
3
- * @deprecated
4
- * @enumNames [
5
- * "По левому краю",
6
- * "По центру",
7
- * "По правому краю"
8
- * ]
9
- */
10
- export type AlignType = 'left' | 'center' | 'right';
11
-
12
- /**
13
- * @title Выравнивание
14
- * @deprecated
15
- * @enumNames [
16
- * "Во всю ширину",
17
- * "По левому краю",
18
- * "По центру",
19
- * "По правому краю"
20
- * ]
21
- */
22
- export type AlignTypeWithStretch = 'stretch' | 'left' | 'center' | 'right';