@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
|
@@ -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,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 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AlignType.js","sourceRoot":"","sources":["../../src/model/AlignType.ts"],"names":[],"mappings":""}
|
|
@@ -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 +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';
|
package/src/model/AlignText.ts
DELETED
|
@@ -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
|
-
};
|
package/src/model/AlignType.ts
DELETED
|
@@ -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';
|