@sc-360-v2/storefront-cms-library 0.5.50 → 0.5.52
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/dist/add-order.scss +62 -13
- package/dist/brand-basic-elements.scss +109 -46
- package/dist/brand.scss +6 -0
- package/dist/breadcrumbs.scss +157 -51
- package/dist/builder.js +1 -1
- package/dist/bundle copy.scss +2805 -0
- package/dist/bundle.scss +74 -48
- package/dist/bundleDetails.scss +1360 -275
- package/dist/button copy.scss +271 -0
- package/dist/cart-details.scss +214 -0
- package/dist/cart.scss +124 -41
- package/dist/category-groups-product-image.scss +72 -21
- package/dist/category.scss +25 -4
- package/dist/container.scss +20 -17
- package/dist/embed-temp.scss +2 -2
- package/dist/hotspot.scss +153 -77
- package/dist/icon-library.scss +78 -74
- package/dist/image-temp.scss +2 -1
- package/dist/language-selector.scss +215 -55
- package/dist/light-box-v2.scss +4 -3
- package/dist/line.scss +54 -36
- package/dist/login.scss +225 -69
- package/dist/map.scss +354 -147
- package/dist/marchandiserSets.scss +34 -0
- package/dist/menu-v2.scss +51 -3
- package/dist/modal.scss +251 -28
- package/dist/product-actions.scss +53 -0
- package/dist/product-basic-elements.scss +44 -244
- package/dist/product-image-allocation.scss +51 -15
- package/dist/product-image-bundles.scss +72 -15
- package/dist/product-image.scss +178 -19
- package/dist/productDetails.scss +33 -0
- package/dist/quick-links.scss +23 -2
- package/dist/repeater copy.scss +635 -0
- package/dist/repeater-embla-controls.scss +9 -1
- package/dist/repeater-grid-toggle.scss +121 -7
- package/dist/repeater-item.scss +5 -1
- package/dist/repeater.scss +69 -102
- package/dist/review-cart.scss +7 -1
- package/dist/scroll.scss +52 -11
- package/dist/search.scss +46 -6
- package/dist/skeleton.scss +24 -35
- package/dist/styles.css +1 -1
- package/dist/tab-container.scss +14 -12
- package/dist/tab-v2.scss +834 -583
- package/dist/text-temp-v2.scss +18 -1
- package/dist/types/builder/tools/element-edit/breadcrumbs.d.ts +26 -5
- package/dist/types/builder/tools/element-edit/cart.d.ts +7 -0
- package/dist/types/builder/tools/element-edit/map.d.ts +0 -1
- package/dist/types/builder/tools/element-edit/product-image.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/quickLinks.d.ts +6 -0
- package/dist/types/builder/tools/element-edit/repeater.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/search.d.ts +4 -61
- package/dist/types/builder/tools/element-edit/tabsV2.d.ts +164 -1
- package/dist/types/builder/tools/element-edit/video.d.ts +32 -0
- package/dist/upload-media.scss +14 -2
- package/dist/video.scss +548 -476
- package/package.json +1 -1
package/dist/text-temp-v2.scss
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
$ie: '[contenteditable="true"]';
|
|
6
6
|
$re: '[data-cms-tool="cms-element-resizer"]';
|
|
7
7
|
$dblclk: '[data-cms-tt-ee-dbl-clkd="true"]';
|
|
8
|
+
$overflowSelector: ".flex__overflow";
|
|
8
9
|
|
|
9
10
|
[data-div-type="element"] {
|
|
10
11
|
&[data-element-type="text"] {
|
|
@@ -42,6 +43,7 @@ $dblclk: '[data-cms-tt-ee-dbl-clkd="true"]';
|
|
|
42
43
|
&#{$dblclk} {
|
|
43
44
|
--_sf-op-bm-zz: 1;
|
|
44
45
|
--_sf-vt-bm-zz: visible;
|
|
46
|
+
|
|
45
47
|
#{$re} {
|
|
46
48
|
display: none !important;
|
|
47
49
|
}
|
|
@@ -51,6 +53,7 @@ $dblclk: '[data-cms-tt-ee-dbl-clkd="true"]';
|
|
|
51
53
|
white-space: normal;
|
|
52
54
|
unicode-bidi: plaintext;
|
|
53
55
|
}
|
|
56
|
+
|
|
54
57
|
&[data-haslink="true"] {
|
|
55
58
|
cursor: pointer;
|
|
56
59
|
}
|
|
@@ -63,7 +66,10 @@ $dblclk: '[data-cms-tt-ee-dbl-clkd="true"]';
|
|
|
63
66
|
padding: var(--_ctm-mob-lt-pg, var(--_ctm-tab-lt-pg, var(--_ctm-lt-pg)));
|
|
64
67
|
border-color: var(--_ctm-mob-dn-br-cr, var(--_ctm-tab-dn-br-cr, var(--_ctm-dn-br-cr)));
|
|
65
68
|
border-style: var(--_ctm-mob-dn-br-se, var(--_ctm-tab-dn-br-se, var(--_ctm-dn-br-se)));
|
|
66
|
-
border-width: var(
|
|
69
|
+
border-width: var(
|
|
70
|
+
--_show-border,
|
|
71
|
+
var(--_ctm-mob-dn-br-wh, var(--_ctm-tab-dn-br-wh, var(--_ctm-dn-br-wh)))
|
|
72
|
+
);
|
|
67
73
|
border-radius: var(--_ctm-mob-dn-br-rs, var(--_ctm-tab-dn-br-rs, var(--_ctm-dn-br-rs)));
|
|
68
74
|
|
|
69
75
|
box-shadow: var(
|
|
@@ -82,10 +88,15 @@ $dblclk: '[data-cms-tt-ee-dbl-clkd="true"]';
|
|
|
82
88
|
}
|
|
83
89
|
}
|
|
84
90
|
}
|
|
91
|
+
|
|
85
92
|
&[data-show-shadow="false"] {
|
|
86
93
|
--_show-shadow: none;
|
|
87
94
|
}
|
|
88
95
|
|
|
96
|
+
&[data-show-border="false"] {
|
|
97
|
+
--_show-border: 0;
|
|
98
|
+
}
|
|
99
|
+
|
|
89
100
|
.text-element {
|
|
90
101
|
// background-color: var(--_ctm-mob-dn-bd-cr, var(--_ctm-tab-dn-bd-cr, var(--_ctm-dn-bd-cr)));
|
|
91
102
|
// padding: var(--_ctm-lt-pg, var(--_tst-lt-pg));
|
|
@@ -108,9 +119,11 @@ $dblclk: '[data-cms-tt-ee-dbl-clkd="true"]';
|
|
|
108
119
|
|
|
109
120
|
// transform: scale(var(--_ctm-dn-zm-ie));
|
|
110
121
|
scale: var(--_ctm-dn-zm-ie);
|
|
122
|
+
|
|
111
123
|
&[data-flip-x="true"] {
|
|
112
124
|
transform: scaleX(-1);
|
|
113
125
|
}
|
|
126
|
+
|
|
114
127
|
&[data-flip-y="true"] {
|
|
115
128
|
transform: scaleY(-1);
|
|
116
129
|
}
|
|
@@ -136,6 +149,10 @@ $dblclk: '[data-cms-tt-ee-dbl-clkd="true"]';
|
|
|
136
149
|
word-break: prepareMediaVariable(--_ctm-dn-wd-bk);
|
|
137
150
|
}
|
|
138
151
|
}
|
|
152
|
+
|
|
153
|
+
&#{$overflowSelector} {
|
|
154
|
+
@include restrictToLinesShow(#{var(--_sf-line-clamp, 1)});
|
|
155
|
+
}
|
|
139
156
|
}
|
|
140
157
|
}
|
|
141
158
|
}
|
|
@@ -58,6 +58,11 @@ export declare const getDefaultData: () => {
|
|
|
58
58
|
property: string;
|
|
59
59
|
propertyType: CMSElementEditTypes;
|
|
60
60
|
};
|
|
61
|
+
overflowItems: {
|
|
62
|
+
value: string;
|
|
63
|
+
property: string;
|
|
64
|
+
propertyType: CMSElementEditTypes;
|
|
65
|
+
};
|
|
61
66
|
numOfItemsToLoad: {
|
|
62
67
|
value: string;
|
|
63
68
|
property: string;
|
|
@@ -69,11 +74,6 @@ export declare const getDefaultData: () => {
|
|
|
69
74
|
property: string;
|
|
70
75
|
propertyType: CMSElementEditTypes;
|
|
71
76
|
};
|
|
72
|
-
collapseInTheMiddle: {
|
|
73
|
-
value: boolean;
|
|
74
|
-
property: string;
|
|
75
|
-
propertyType: CMSElementEditTypes;
|
|
76
|
-
};
|
|
77
77
|
showMoreItems: {
|
|
78
78
|
value: string;
|
|
79
79
|
property: string;
|
|
@@ -152,6 +152,13 @@ export declare const getDefaultData: () => {
|
|
|
152
152
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
153
153
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
154
154
|
backgroundColor: CMSIBCommonInterface;
|
|
155
|
+
textTransform: {
|
|
156
|
+
value: string;
|
|
157
|
+
property: string;
|
|
158
|
+
propertyType: CMSElementEditTypes;
|
|
159
|
+
};
|
|
160
|
+
wordWrap: CMSIBCommonInterface;
|
|
161
|
+
wordBreak: CMSIBCommonInterface;
|
|
155
162
|
borderColor: CMSIBCommonInterface;
|
|
156
163
|
borderStyle: CMSIBCommonInterface;
|
|
157
164
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -205,6 +212,13 @@ export declare const getDefaultData: () => {
|
|
|
205
212
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
206
213
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
207
214
|
backgroundColor: CMSIBCommonInterface;
|
|
215
|
+
textTransform: {
|
|
216
|
+
value: string;
|
|
217
|
+
property: string;
|
|
218
|
+
propertyType: CMSElementEditTypes;
|
|
219
|
+
};
|
|
220
|
+
wordWrap: CMSIBCommonInterface;
|
|
221
|
+
wordBreak: CMSIBCommonInterface;
|
|
208
222
|
borderColor: CMSIBCommonInterface;
|
|
209
223
|
borderStyle: CMSIBCommonInterface;
|
|
210
224
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -258,6 +272,13 @@ export declare const getDefaultData: () => {
|
|
|
258
272
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
259
273
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
260
274
|
backgroundColor: CMSIBCommonInterface;
|
|
275
|
+
textTransform: {
|
|
276
|
+
value: string;
|
|
277
|
+
property: string;
|
|
278
|
+
propertyType: CMSElementEditTypes;
|
|
279
|
+
};
|
|
280
|
+
wordWrap: CMSIBCommonInterface;
|
|
281
|
+
wordBreak: CMSIBCommonInterface;
|
|
261
282
|
borderColor: CMSIBCommonInterface;
|
|
262
283
|
borderStyle: CMSIBCommonInterface;
|
|
263
284
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -23,6 +23,7 @@ export interface selfDesignInterface {
|
|
|
23
23
|
angle: CMSIBCommonInterface;
|
|
24
24
|
borderRadius: CMSIBCommonInterface;
|
|
25
25
|
shadows: CMSIBSizeInterface;
|
|
26
|
+
itemGap: CMSIBSizeInterface;
|
|
26
27
|
};
|
|
27
28
|
cartIcon: {
|
|
28
29
|
selectorKey: string;
|
|
@@ -68,6 +69,12 @@ export interface selfDesignInterface {
|
|
|
68
69
|
textAlignDesc: CMSIBCommonInterface;
|
|
69
70
|
characterSpacingDesc: CMSIBSizeInterface | undefined;
|
|
70
71
|
lineHeightDesc: CMSIBCommonInterface;
|
|
72
|
+
textTransform: CMSIBCommonInterface;
|
|
73
|
+
wordWrap: CMSIBCommonInterface;
|
|
74
|
+
wordBreak: CMSIBCommonInterface;
|
|
75
|
+
textTransformDesc: CMSIBCommonInterface;
|
|
76
|
+
wordWrapDesc: CMSIBCommonInterface;
|
|
77
|
+
wordBreakDesc: CMSIBCommonInterface;
|
|
71
78
|
};
|
|
72
79
|
cartItemsCount: {
|
|
73
80
|
selectorKey: string;
|
|
@@ -59,7 +59,6 @@ export interface selfDesignInterface {
|
|
|
59
59
|
borderStyle: CMSIBCommonInterface;
|
|
60
60
|
borderColor: CMSIBCommonInterface;
|
|
61
61
|
borderPerSlide: CMSIBCommonInterface;
|
|
62
|
-
borderRadius: CMSIBCommonInterface;
|
|
63
62
|
showShadow: CMSIBCommonInterface;
|
|
64
63
|
shadowColor: CMSIBCommonInterface;
|
|
65
64
|
angle: CMSIBCommonInterface;
|
|
@@ -24,6 +24,7 @@ interface selfLayoutInterface {
|
|
|
24
24
|
autoplayDuration: CMSIBSizeInterface;
|
|
25
25
|
sliderSpeed: CMSIBSizeInterface;
|
|
26
26
|
fitOptions: CMSIBCommonInterface;
|
|
27
|
+
imageMagnifierOptions: CMSIBCommonInterface;
|
|
27
28
|
objectPosition: CMSIBCommonInterface;
|
|
28
29
|
thumbnailPlacement: CMSIBSizeInterface;
|
|
29
30
|
thumbnailWidth: CMSIBSizeInterface;
|
|
@@ -34,6 +34,7 @@ export interface QuickLinksControlInterface {
|
|
|
34
34
|
margin?: CMSIBCommonInterface;
|
|
35
35
|
padding?: CMSIBCommonInterface;
|
|
36
36
|
alignment?: CMSIBCommonInterface;
|
|
37
|
+
itemsAlignment?: CMSIBCommonInterface;
|
|
37
38
|
itemSpacing?: ControlInterface;
|
|
38
39
|
iconSize?: CMSIBCommonInterface;
|
|
39
40
|
positionType?: CMSIBCommonInterface;
|
|
@@ -99,6 +100,11 @@ export declare const getDefaultData: () => {
|
|
|
99
100
|
value: string;
|
|
100
101
|
propertyType: CMSElementEditTypes;
|
|
101
102
|
};
|
|
103
|
+
itemsAlignment: {
|
|
104
|
+
value: string;
|
|
105
|
+
property: string;
|
|
106
|
+
propertyType: CMSElementEditTypes;
|
|
107
|
+
};
|
|
102
108
|
gapBetweenItems: {
|
|
103
109
|
value: string;
|
|
104
110
|
unit: number;
|
|
@@ -43,6 +43,7 @@ interface selfLayoutInterface {
|
|
|
43
43
|
value: string | number | any;
|
|
44
44
|
unit: CMSCSSUnitTypesEnums;
|
|
45
45
|
};
|
|
46
|
+
arrowIconColor: CMSIBCommonInterface;
|
|
46
47
|
dotSize: Pick<CMSIBCommonInterface, "property" | "propertyType"> & {
|
|
47
48
|
value: string | number | any;
|
|
48
49
|
unit: CMSCSSUnitTypesEnums;
|
|
@@ -65,7 +66,6 @@ export interface selfDesignInterface {
|
|
|
65
66
|
repeaterWidget: any;
|
|
66
67
|
buttonStyle: any;
|
|
67
68
|
gridViewControlStyle: any;
|
|
68
|
-
adStyle: any;
|
|
69
69
|
}
|
|
70
70
|
export declare enum selfSelectorKeysEnum {
|
|
71
71
|
LAYOUT = "layout",
|
|
@@ -23,67 +23,10 @@ export interface selfDesignInterface {
|
|
|
23
23
|
propertyType: CMSElementEditTypes;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
|
-
searchBar:
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
borderStyle: CMSIBCommonInterface;
|
|
31
|
-
borderPerSlide: CMSIBCommonInterface;
|
|
32
|
-
showBorder: CMSIBCommonInterface;
|
|
33
|
-
showShadow: CMSIBCommonInterface;
|
|
34
|
-
shadowColor: CMSIBCommonInterface;
|
|
35
|
-
blur: CMSIBCommonInterface;
|
|
36
|
-
spread: CMSIBCommonInterface;
|
|
37
|
-
angle: CMSIBCommonInterface;
|
|
38
|
-
borderRadius: CMSIBCommonInterface;
|
|
39
|
-
itemGap: CMSIBCommonInterface;
|
|
40
|
-
theme: CMSIBCommonInterface;
|
|
41
|
-
font: CMSIBCommonInterface;
|
|
42
|
-
fontSize: CMSIBCommonInterface;
|
|
43
|
-
textColor: CMSIBCommonInterface;
|
|
44
|
-
bold: CMSIBCommonInterface;
|
|
45
|
-
italic: CMSIBCommonInterface;
|
|
46
|
-
linethrough: CMSIBCommonInterface;
|
|
47
|
-
underline: CMSIBCommonInterface;
|
|
48
|
-
textAlign: CMSIBCommonInterface;
|
|
49
|
-
characterSpacing: CMSIBCommonInterface;
|
|
50
|
-
lineHeight: CMSIBCommonInterface;
|
|
51
|
-
};
|
|
52
|
-
searchIcon: {
|
|
53
|
-
selectorKey: string;
|
|
54
|
-
showIcon: CMSIBCommonInterface | undefined;
|
|
55
|
-
iconSize: CMSIBCommonInterface;
|
|
56
|
-
iconColor: CMSIBCommonInterface;
|
|
57
|
-
icon: CMSIBCommonInterface;
|
|
58
|
-
};
|
|
59
|
-
searchBarFocus: {
|
|
60
|
-
selectorKey: string;
|
|
61
|
-
backgroundColor: CMSIBCommonInterface;
|
|
62
|
-
borderColor: CMSIBCommonInterface;
|
|
63
|
-
borderStyle: CMSIBCommonInterface;
|
|
64
|
-
borderPerSlide: CMSIBCommonInterface;
|
|
65
|
-
showBorder: CMSIBCommonInterface;
|
|
66
|
-
showShadow: CMSIBCommonInterface;
|
|
67
|
-
shadowColor: CMSIBCommonInterface;
|
|
68
|
-
blur: CMSIBCommonInterface;
|
|
69
|
-
spread: CMSIBCommonInterface;
|
|
70
|
-
angle: CMSIBCommonInterface;
|
|
71
|
-
borderRadius: CMSIBCommonInterface;
|
|
72
|
-
};
|
|
73
|
-
placeholderText: {
|
|
74
|
-
selectorKey: string;
|
|
75
|
-
theme: CMSIBCommonInterface;
|
|
76
|
-
font: CMSIBCommonInterface;
|
|
77
|
-
fontSize: CMSIBCommonInterface;
|
|
78
|
-
textColor: CMSIBCommonInterface;
|
|
79
|
-
bold: CMSIBCommonInterface;
|
|
80
|
-
italic: CMSIBCommonInterface;
|
|
81
|
-
linethrough: CMSIBCommonInterface;
|
|
82
|
-
underline: CMSIBCommonInterface;
|
|
83
|
-
textAlign: CMSIBCommonInterface;
|
|
84
|
-
characterSpacing: CMSIBCommonInterface;
|
|
85
|
-
lineHeight: CMSIBCommonInterface;
|
|
86
|
-
};
|
|
26
|
+
searchBar: any;
|
|
27
|
+
searchIcon: any;
|
|
28
|
+
searchBarFocus: any;
|
|
29
|
+
placeholderText: any;
|
|
87
30
|
buttonStyles: any;
|
|
88
31
|
}
|
|
89
32
|
export declare enum searchSelectorKeysEnum {
|
|
@@ -25,6 +25,16 @@ export declare const getDefaultData: () => {
|
|
|
25
25
|
property: string;
|
|
26
26
|
propertyType: CMSElementEditTypes;
|
|
27
27
|
};
|
|
28
|
+
displayContent: {
|
|
29
|
+
value: string;
|
|
30
|
+
property: string;
|
|
31
|
+
propertyType: CMSElementEditTypes;
|
|
32
|
+
};
|
|
33
|
+
contentAlignment: {
|
|
34
|
+
value: string;
|
|
35
|
+
property: string;
|
|
36
|
+
propertyType: CMSElementEditTypes;
|
|
37
|
+
};
|
|
28
38
|
alignItems: {
|
|
29
39
|
value: string;
|
|
30
40
|
property: string;
|
|
@@ -41,7 +51,7 @@ export declare const getDefaultData: () => {
|
|
|
41
51
|
property: string;
|
|
42
52
|
propertyType: CMSElementEditTypes;
|
|
43
53
|
};
|
|
44
|
-
|
|
54
|
+
tabContainerGap: {
|
|
45
55
|
value: number;
|
|
46
56
|
unit: number;
|
|
47
57
|
property: string;
|
|
@@ -119,6 +129,39 @@ export declare const getDefaultData: () => {
|
|
|
119
129
|
tabs: {
|
|
120
130
|
selectorKey: SelectorKeysEnum;
|
|
121
131
|
defaultState: {
|
|
132
|
+
showIcon: {
|
|
133
|
+
value?: any;
|
|
134
|
+
property?: any;
|
|
135
|
+
propertyType?: any;
|
|
136
|
+
isReadOnly?: boolean | undefined;
|
|
137
|
+
parentRef?: string | undefined;
|
|
138
|
+
};
|
|
139
|
+
iconSize: {
|
|
140
|
+
unit?: string | number | undefined;
|
|
141
|
+
value?: any;
|
|
142
|
+
property?: any;
|
|
143
|
+
propertyType?: any;
|
|
144
|
+
isReadOnly?: boolean | undefined;
|
|
145
|
+
parentRef?: string | undefined;
|
|
146
|
+
};
|
|
147
|
+
iconColor: {
|
|
148
|
+
value?: any;
|
|
149
|
+
property?: any;
|
|
150
|
+
propertyType?: any;
|
|
151
|
+
isReadOnly?: boolean | undefined;
|
|
152
|
+
parentRef?: string | undefined;
|
|
153
|
+
};
|
|
154
|
+
verticalAlignment: {
|
|
155
|
+
value: string;
|
|
156
|
+
property: string;
|
|
157
|
+
propertyType: CMSElementEditTypes;
|
|
158
|
+
};
|
|
159
|
+
iconGap: {
|
|
160
|
+
value: number;
|
|
161
|
+
unit: CMSCSSUnitTypesEnums;
|
|
162
|
+
property: string;
|
|
163
|
+
propertyType: CMSElementEditTypes;
|
|
164
|
+
};
|
|
122
165
|
theme: CMSIBCommonInterface;
|
|
123
166
|
font: CMSIBCommonInterface;
|
|
124
167
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -130,6 +173,24 @@ export declare const getDefaultData: () => {
|
|
|
130
173
|
textAlign: CMSIBCommonInterface;
|
|
131
174
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
132
175
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
176
|
+
textTransform: {
|
|
177
|
+
value: string;
|
|
178
|
+
property: string;
|
|
179
|
+
propertyType: CMSElementEditTypes;
|
|
180
|
+
};
|
|
181
|
+
wordWrap: CMSIBCommonInterface;
|
|
182
|
+
wordBreak: CMSIBCommonInterface;
|
|
183
|
+
textOverflow: {
|
|
184
|
+
value: boolean;
|
|
185
|
+
property: string;
|
|
186
|
+
propertyType: CMSElementEditTypes;
|
|
187
|
+
};
|
|
188
|
+
numberOfDisplayedLines: {
|
|
189
|
+
unit: CMSCSSUnitTypesEnums;
|
|
190
|
+
value: number;
|
|
191
|
+
property: string;
|
|
192
|
+
propertyType: CMSElementEditTypes;
|
|
193
|
+
};
|
|
133
194
|
borderColor: CMSIBCommonInterface;
|
|
134
195
|
borderStyle: CMSIBCommonInterface;
|
|
135
196
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -162,6 +223,39 @@ export declare const getDefaultData: () => {
|
|
|
162
223
|
selectorKey: SelectorKeysEnum;
|
|
163
224
|
};
|
|
164
225
|
hoverState: {
|
|
226
|
+
showIcon: {
|
|
227
|
+
value?: any;
|
|
228
|
+
property?: any;
|
|
229
|
+
propertyType?: any;
|
|
230
|
+
isReadOnly?: boolean | undefined;
|
|
231
|
+
parentRef?: string | undefined;
|
|
232
|
+
};
|
|
233
|
+
iconSize: {
|
|
234
|
+
unit?: string | number | undefined;
|
|
235
|
+
value?: any;
|
|
236
|
+
property?: any;
|
|
237
|
+
propertyType?: any;
|
|
238
|
+
isReadOnly?: boolean | undefined;
|
|
239
|
+
parentRef?: string | undefined;
|
|
240
|
+
};
|
|
241
|
+
iconColor: {
|
|
242
|
+
value?: any;
|
|
243
|
+
property?: any;
|
|
244
|
+
propertyType?: any;
|
|
245
|
+
isReadOnly?: boolean | undefined;
|
|
246
|
+
parentRef?: string | undefined;
|
|
247
|
+
};
|
|
248
|
+
verticalAlignment: {
|
|
249
|
+
value: string;
|
|
250
|
+
property: string;
|
|
251
|
+
propertyType: CMSElementEditTypes;
|
|
252
|
+
};
|
|
253
|
+
iconGap: {
|
|
254
|
+
value: number;
|
|
255
|
+
unit: CMSCSSUnitTypesEnums;
|
|
256
|
+
property: string;
|
|
257
|
+
propertyType: CMSElementEditTypes;
|
|
258
|
+
};
|
|
165
259
|
theme: CMSIBCommonInterface;
|
|
166
260
|
font: CMSIBCommonInterface;
|
|
167
261
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -173,6 +267,24 @@ export declare const getDefaultData: () => {
|
|
|
173
267
|
textAlign: CMSIBCommonInterface;
|
|
174
268
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
175
269
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
270
|
+
textTransform: {
|
|
271
|
+
value: string;
|
|
272
|
+
property: string;
|
|
273
|
+
propertyType: CMSElementEditTypes;
|
|
274
|
+
};
|
|
275
|
+
wordWrap: CMSIBCommonInterface;
|
|
276
|
+
wordBreak: CMSIBCommonInterface;
|
|
277
|
+
textOverflow: {
|
|
278
|
+
value: boolean;
|
|
279
|
+
property: string;
|
|
280
|
+
propertyType: CMSElementEditTypes;
|
|
281
|
+
};
|
|
282
|
+
numberOfDisplayedLines: {
|
|
283
|
+
unit: CMSCSSUnitTypesEnums;
|
|
284
|
+
value: number;
|
|
285
|
+
property: string;
|
|
286
|
+
propertyType: CMSElementEditTypes;
|
|
287
|
+
};
|
|
176
288
|
borderColor: CMSIBCommonInterface;
|
|
177
289
|
borderStyle: CMSIBCommonInterface;
|
|
178
290
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -205,6 +317,39 @@ export declare const getDefaultData: () => {
|
|
|
205
317
|
selectorKey: SelectorKeysEnum;
|
|
206
318
|
};
|
|
207
319
|
selectedState: {
|
|
320
|
+
showIcon: {
|
|
321
|
+
value?: any;
|
|
322
|
+
property?: any;
|
|
323
|
+
propertyType?: any;
|
|
324
|
+
isReadOnly?: boolean | undefined;
|
|
325
|
+
parentRef?: string | undefined;
|
|
326
|
+
};
|
|
327
|
+
iconSize: {
|
|
328
|
+
unit?: string | number | undefined;
|
|
329
|
+
value?: any;
|
|
330
|
+
property?: any;
|
|
331
|
+
propertyType?: any;
|
|
332
|
+
isReadOnly?: boolean | undefined;
|
|
333
|
+
parentRef?: string | undefined;
|
|
334
|
+
};
|
|
335
|
+
iconColor: {
|
|
336
|
+
value?: any;
|
|
337
|
+
property?: any;
|
|
338
|
+
propertyType?: any;
|
|
339
|
+
isReadOnly?: boolean | undefined;
|
|
340
|
+
parentRef?: string | undefined;
|
|
341
|
+
};
|
|
342
|
+
verticalAlignment: {
|
|
343
|
+
value: string;
|
|
344
|
+
property: string;
|
|
345
|
+
propertyType: CMSElementEditTypes;
|
|
346
|
+
};
|
|
347
|
+
iconGap: {
|
|
348
|
+
value: number;
|
|
349
|
+
unit: CMSCSSUnitTypesEnums;
|
|
350
|
+
property: string;
|
|
351
|
+
propertyType: CMSElementEditTypes;
|
|
352
|
+
};
|
|
208
353
|
theme: CMSIBCommonInterface;
|
|
209
354
|
font: CMSIBCommonInterface;
|
|
210
355
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -216,6 +361,24 @@ export declare const getDefaultData: () => {
|
|
|
216
361
|
textAlign: CMSIBCommonInterface;
|
|
217
362
|
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
218
363
|
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
364
|
+
textTransform: {
|
|
365
|
+
value: string;
|
|
366
|
+
property: string;
|
|
367
|
+
propertyType: CMSElementEditTypes;
|
|
368
|
+
};
|
|
369
|
+
wordWrap: CMSIBCommonInterface;
|
|
370
|
+
wordBreak: CMSIBCommonInterface;
|
|
371
|
+
textOverflow: {
|
|
372
|
+
value: boolean;
|
|
373
|
+
property: string;
|
|
374
|
+
propertyType: CMSElementEditTypes;
|
|
375
|
+
};
|
|
376
|
+
numberOfDisplayedLines: {
|
|
377
|
+
unit: CMSCSSUnitTypesEnums;
|
|
378
|
+
value: number;
|
|
379
|
+
property: string;
|
|
380
|
+
propertyType: CMSElementEditTypes;
|
|
381
|
+
};
|
|
219
382
|
borderColor: CMSIBCommonInterface;
|
|
220
383
|
borderStyle: CMSIBCommonInterface;
|
|
221
384
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -184,6 +184,21 @@ export declare const getDefaultData: () => {
|
|
|
184
184
|
};
|
|
185
185
|
};
|
|
186
186
|
videoWidgetDesign: {
|
|
187
|
+
textTransformDesc: {
|
|
188
|
+
value: string;
|
|
189
|
+
property: string;
|
|
190
|
+
propertyType: CMSElementEditTypes;
|
|
191
|
+
};
|
|
192
|
+
wordWrapDesc: {
|
|
193
|
+
value: string;
|
|
194
|
+
property: string;
|
|
195
|
+
propertyType: CMSElementEditTypes;
|
|
196
|
+
};
|
|
197
|
+
wordBreakDesc: {
|
|
198
|
+
value: string;
|
|
199
|
+
property: string;
|
|
200
|
+
propertyType: CMSElementEditTypes;
|
|
201
|
+
};
|
|
187
202
|
themeDesc: {
|
|
188
203
|
value: string;
|
|
189
204
|
property: string;
|
|
@@ -285,6 +300,13 @@ export declare const getDefaultData: () => {
|
|
|
285
300
|
propertyType: CMSElementEditTypes;
|
|
286
301
|
parentRef: string;
|
|
287
302
|
};
|
|
303
|
+
textTransform: {
|
|
304
|
+
value: string;
|
|
305
|
+
property: string;
|
|
306
|
+
propertyType: CMSElementEditTypes;
|
|
307
|
+
};
|
|
308
|
+
wordWrap: CMSIBCommonInterface;
|
|
309
|
+
wordBreak: CMSIBCommonInterface;
|
|
288
310
|
theme: {
|
|
289
311
|
value: string;
|
|
290
312
|
property: string;
|
|
@@ -477,6 +499,16 @@ export declare const getDefaultData: () => {
|
|
|
477
499
|
propertyType: CMSElementEditTypes;
|
|
478
500
|
};
|
|
479
501
|
backgroundColor: CMSIBCommonInterface;
|
|
502
|
+
padding: any;
|
|
503
|
+
showBorder: CMSIBCommonInterface;
|
|
504
|
+
borderColor: CMSIBCommonInterface;
|
|
505
|
+
borderStyle: CMSIBCommonInterface;
|
|
506
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
507
|
+
showShadow: CMSIBCommonInterface;
|
|
508
|
+
shadowColor: CMSIBCommonInterface;
|
|
509
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
510
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
511
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
480
512
|
};
|
|
481
513
|
};
|
|
482
514
|
};
|
package/dist/upload-media.scss
CHANGED
|
@@ -296,6 +296,7 @@ $isPublish: "[data-is-publish='true']";
|
|
|
296
296
|
align-items: center;
|
|
297
297
|
border-radius: 6px;
|
|
298
298
|
height: 170px;
|
|
299
|
+
|
|
299
300
|
&:hover {
|
|
300
301
|
border: 1px solid var(--_primary-200);
|
|
301
302
|
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
|
|
@@ -406,6 +407,7 @@ $isPublish: "[data-is-publish='true']";
|
|
|
406
407
|
color 0.2s,
|
|
407
408
|
border-color 0.2s,
|
|
408
409
|
box-shadow 0.2s;
|
|
410
|
+
|
|
409
411
|
&:focus-within {
|
|
410
412
|
border: 1px solid var(--_primary-300);
|
|
411
413
|
outline: 2px solid var(--_primary-50);
|
|
@@ -703,6 +705,7 @@ $isPublish: "[data-is-publish='true']";
|
|
|
703
705
|
transition: border-color 0.15s ease;
|
|
704
706
|
height: 170px;
|
|
705
707
|
width: 100%;
|
|
708
|
+
|
|
706
709
|
.sc-upload-media-assets__img-cntainer {
|
|
707
710
|
height: 130px;
|
|
708
711
|
width: 100%;
|
|
@@ -710,12 +713,14 @@ $isPublish: "[data-is-publish='true']";
|
|
|
710
713
|
justify-content: center;
|
|
711
714
|
align-items: center;
|
|
712
715
|
overflow: hidden;
|
|
716
|
+
|
|
713
717
|
&__image-thumb {
|
|
714
718
|
max-width: 100%;
|
|
715
719
|
max-height: 128px;
|
|
716
720
|
|
|
717
721
|
object-fit: contain;
|
|
718
722
|
}
|
|
723
|
+
|
|
719
724
|
&__image-placeholder {
|
|
720
725
|
width: 100%;
|
|
721
726
|
height: 128px;
|
|
@@ -748,6 +753,7 @@ $isPublish: "[data-is-publish='true']";
|
|
|
748
753
|
width: 100%;
|
|
749
754
|
border-top: 1px solid var(--_gray-200);
|
|
750
755
|
justify-content: space-between;
|
|
756
|
+
|
|
751
757
|
span {
|
|
752
758
|
white-space: nowrap;
|
|
753
759
|
overflow: hidden;
|
|
@@ -827,6 +833,7 @@ $isPublish: "[data-is-publish='true']";
|
|
|
827
833
|
0% {
|
|
828
834
|
background-position: 200% 0;
|
|
829
835
|
}
|
|
836
|
+
|
|
830
837
|
100% {
|
|
831
838
|
background-position: -200% 0;
|
|
832
839
|
}
|
|
@@ -847,6 +854,7 @@ $isPublish: "[data-is-publish='true']";
|
|
|
847
854
|
.sc-upload-media__tabs {
|
|
848
855
|
padding: 8px 0px 0px 0px;
|
|
849
856
|
}
|
|
857
|
+
|
|
850
858
|
.sc-upload-media__footer {
|
|
851
859
|
padding: 12px 0px 16px 0px;
|
|
852
860
|
}
|
|
@@ -871,9 +879,13 @@ $isPublish: "[data-is-publish='true']";
|
|
|
871
879
|
.p-dialog-content {
|
|
872
880
|
padding: 0 !important;
|
|
873
881
|
border-radius: 12px !important;
|
|
882
|
+
|
|
883
|
+
.sc-upload-media {
|
|
884
|
+
padding: 16px 24px;
|
|
885
|
+
}
|
|
874
886
|
}
|
|
875
887
|
}
|
|
876
888
|
|
|
877
|
-
.upload-media-dialog
|
|
889
|
+
.upload-media-dialog+.p-dialog-mask {
|
|
878
890
|
z-index: 99999 !important;
|
|
879
|
-
}
|
|
891
|
+
}
|