@sc-360-v2/storefront-cms-library 0.5.29 → 0.5.32
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/amount-estimator.scss +1083 -1083
- package/dist/animation-control.scss +23 -23
- package/dist/badge.scss +388 -388
- package/dist/builder.js +1 -1
- package/dist/bulk-variant-picker copy.scss +1121 -1121
- package/dist/bundleDetails copy.scss +1431 -1431
- package/dist/button copy.scss +271 -271
- package/dist/buy-for-tabs-container-item.scss +80 -80
- package/dist/cart-products-sidebar.scss +211 -211
- package/dist/cart-wrapper.scss +127 -127
- package/dist/cartGrouping.scss +89 -89
- package/dist/category-groups-quota-details.scss +451 -451
- package/dist/categoryDetails.scss +61 -61
- package/dist/categoryWidget.scss +34 -34
- package/dist/checkbox-radio.scss +124 -124
- package/dist/common-element.scss +35 -35
- package/dist/confirm-modal.scss +23 -9
- package/dist/confirmationModal.scss +139 -139
- package/dist/custom-fonts.scss +100 -100
- package/dist/embroider-preview-element.scss +94 -94
- package/dist/embroider-template-1.scss +482 -482
- package/dist/emtpy-templates.scss +165 -165
- package/dist/fb-dropdown.scss +125 -125
- package/dist/filter-results.scss +323 -323
- package/dist/flex-text-editor.scss +271 -271
- package/dist/form-zindex-module.scss +24 -24
- package/dist/icon-library.scss +74 -74
- package/dist/image-for-product.scss +21 -21
- package/dist/lightbox.scss +78 -78
- package/dist/line.scss +99 -25
- package/dist/loader.scss +37 -37
- package/dist/menu-item.scss +19 -19
- package/dist/my-wishlist.scss +17 -17
- package/dist/order-processing.scss +61 -61
- package/dist/overflow-module.scss +63 -63
- package/dist/past-orders.scss +975 -975
- package/dist/payment-methods.scss +289 -289
- package/dist/pickup-locations.scss +1167 -1167
- package/dist/position-module.scss +95 -95
- package/dist/prefix-list.scss +86 -86
- package/dist/product-actions copy.scss +2765 -2765
- package/dist/product-customizations.scss +149 -149
- package/dist/product-image copy.scss +787 -787
- package/dist/product-inventory.scss +1378 -1378
- package/dist/product-promotions.scss +2759 -2759
- package/dist/quotes.scss +737 -737
- package/dist/repeater copy.scss +635 -635
- package/dist/responsive-behaviour.scss +29 -29
- package/dist/rfqs.scss +736 -736
- package/dist/scroll.scss +4 -3
- package/dist/shareCartSideBar.scss +254 -254
- package/dist/shipping-estimator.scss +41 -41
- package/dist/sort.scss +89 -89
- package/dist/static-text.scss +52 -52
- package/dist/stockStatus.scss +64 -64
- package/dist/store-locations.scss +1398 -1398
- package/dist/sub-category.scss +74 -74
- package/dist/submit-quote.scss +275 -275
- package/dist/tab-container-item.scss +80 -80
- package/dist/tab-v2.scss +583 -583
- package/dist/table-common.scss +506 -506
- package/dist/table.scss +685 -685
- package/dist/tabs.scss +395 -395
- package/dist/text-temp.scss +109 -109
- package/dist/toaster.scss +350 -350
- package/dist/toggle-button.scss +32 -32
- package/dist/transform-properties-module.scss +20 -20
- package/dist/types/builder/tools/element-edit/icon-list.d.ts +6 -0
- package/dist/types/builder/tools/element-edit/line.d.ts +21 -0
- package/dist/types/builder/tools/element-edit/scroll.d.ts +0 -1
- package/dist/types/builder/tools/element-edit/variantPicker.d.ts +1 -145
- package/dist/user-elements copy.scss +1437 -1437
- package/dist/user-elements.scss +15 -0
- package/dist/variant-picker.scss +404 -117
- package/dist/video.scss +476 -476
- package/dist/wishlist-overlay.scss +48 -48
- package/package.json +1 -1
package/dist/toggle-button.scss
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
.toggle__button {
|
|
2
|
-
position: relative;
|
|
3
|
-
width: 36px;
|
|
4
|
-
height: 20px;
|
|
5
|
-
background-color: #d0d5dd;
|
|
6
|
-
border-radius: 12px;
|
|
7
|
-
cursor: pointer;
|
|
8
|
-
|
|
9
|
-
.toggle__slider {
|
|
10
|
-
position: absolute;
|
|
11
|
-
top: 2px;
|
|
12
|
-
left: 2px;
|
|
13
|
-
transform: translateY(0%);
|
|
14
|
-
width: 16px;
|
|
15
|
-
height: 16px;
|
|
16
|
-
background-color: #fff;
|
|
17
|
-
border-radius: 50%;
|
|
18
|
-
transition: transform 0.3s ease;
|
|
19
|
-
fill: var(--_base-white);
|
|
20
|
-
filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.06))
|
|
21
|
-
drop-shadow(0px 1px 3px rgba(16, 24, 40, 0.1));
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
&.toggle__active {
|
|
25
|
-
background: #132067;
|
|
26
|
-
|
|
27
|
-
.toggle__slider {
|
|
28
|
-
top: 2px;
|
|
29
|
-
transform: translateX(16px);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
}
|
|
1
|
+
.toggle__button {
|
|
2
|
+
position: relative;
|
|
3
|
+
width: 36px;
|
|
4
|
+
height: 20px;
|
|
5
|
+
background-color: #d0d5dd;
|
|
6
|
+
border-radius: 12px;
|
|
7
|
+
cursor: pointer;
|
|
8
|
+
|
|
9
|
+
.toggle__slider {
|
|
10
|
+
position: absolute;
|
|
11
|
+
top: 2px;
|
|
12
|
+
left: 2px;
|
|
13
|
+
transform: translateY(0%);
|
|
14
|
+
width: 16px;
|
|
15
|
+
height: 16px;
|
|
16
|
+
background-color: #fff;
|
|
17
|
+
border-radius: 50%;
|
|
18
|
+
transition: transform 0.3s ease;
|
|
19
|
+
fill: var(--_base-white);
|
|
20
|
+
filter: drop-shadow(0px 1px 2px rgba(16, 24, 40, 0.06))
|
|
21
|
+
drop-shadow(0px 1px 3px rgba(16, 24, 40, 0.1));
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&.toggle__active {
|
|
25
|
+
background: #132067;
|
|
26
|
+
|
|
27
|
+
.toggle__slider {
|
|
28
|
+
top: 2px;
|
|
29
|
+
transform: translateX(16px);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
@use "sass:map";
|
|
2
|
-
@use "sass:list";
|
|
3
|
-
@use "./prefix-list.scss" as *;
|
|
4
|
-
$editorBodySelector: '[data-iframe-body="true"]';
|
|
5
|
-
$sectionWrapper: '[data-div-type="cms-section-wrapper"]';
|
|
6
|
-
$le: '[data-element-type="lightboxv2"]';
|
|
7
|
-
$elementSelector: '[data-div-type="element"]';
|
|
8
|
-
$gridSelector: '[data-div-type="grid"]';
|
|
9
|
-
$var: "--_sf-transform-pr-vl";
|
|
10
|
-
|
|
11
|
-
@mixin FlexElementTransformProps() {
|
|
12
|
-
&:not(#{$editorBodySelector}) {
|
|
13
|
-
:is(#{$sectionWrapper} *, #{$le} *) {
|
|
14
|
-
&:is(#{$gridSelector}, #{$elementSelector}) {
|
|
15
|
-
@include FlexUpdatedPrefixCSSVariable($var, false, transform, none);
|
|
16
|
-
transform: var(#{$var}, none);
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "sass:list";
|
|
3
|
+
@use "./prefix-list.scss" as *;
|
|
4
|
+
$editorBodySelector: '[data-iframe-body="true"]';
|
|
5
|
+
$sectionWrapper: '[data-div-type="cms-section-wrapper"]';
|
|
6
|
+
$le: '[data-element-type="lightboxv2"]';
|
|
7
|
+
$elementSelector: '[data-div-type="element"]';
|
|
8
|
+
$gridSelector: '[data-div-type="grid"]';
|
|
9
|
+
$var: "--_sf-transform-pr-vl";
|
|
10
|
+
|
|
11
|
+
@mixin FlexElementTransformProps() {
|
|
12
|
+
&:not(#{$editorBodySelector}) {
|
|
13
|
+
:is(#{$sectionWrapper} *, #{$le} *) {
|
|
14
|
+
&:is(#{$gridSelector}, #{$elementSelector}) {
|
|
15
|
+
@include FlexUpdatedPrefixCSSVariable($var, false, transform, none);
|
|
16
|
+
transform: var(#{$var}, none);
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -212,6 +212,8 @@ export declare const getDefaultData: () => {
|
|
|
212
212
|
text: {
|
|
213
213
|
selectorKey: SelectorKeysEnum;
|
|
214
214
|
defaultState: {
|
|
215
|
+
wordWrap: CMSIBCommonInterface;
|
|
216
|
+
wordBreak: CMSIBCommonInterface;
|
|
215
217
|
textTransform: {
|
|
216
218
|
value: string;
|
|
217
219
|
property: string;
|
|
@@ -231,6 +233,8 @@ export declare const getDefaultData: () => {
|
|
|
231
233
|
selectorKey: SelectorKeysEnum;
|
|
232
234
|
};
|
|
233
235
|
hoverState: {
|
|
236
|
+
wordWrap: CMSIBCommonInterface;
|
|
237
|
+
wordBreak: CMSIBCommonInterface;
|
|
234
238
|
textTransform: {
|
|
235
239
|
value: string;
|
|
236
240
|
property: string;
|
|
@@ -251,6 +255,8 @@ export declare const getDefaultData: () => {
|
|
|
251
255
|
};
|
|
252
256
|
};
|
|
253
257
|
description: {
|
|
258
|
+
wordWrap: CMSIBCommonInterface;
|
|
259
|
+
wordBreak: CMSIBCommonInterface;
|
|
254
260
|
theme: CMSIBCommonInterface;
|
|
255
261
|
font: CMSIBCommonInterface;
|
|
256
262
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -17,6 +17,7 @@ export declare enum LineSelectorKeysEnum {
|
|
|
17
17
|
SOCIAL_WIDGET = "lineWidget",
|
|
18
18
|
START_END_ICON = "startEndIcons",
|
|
19
19
|
LINE_COLOR = "lineColor",
|
|
20
|
+
LINE_END_POINTS_COLOR = "lineEndPointsColor",
|
|
20
21
|
LINE_CORNERS = "lineCorners"
|
|
21
22
|
}
|
|
22
23
|
export interface SelectorKeys {
|
|
@@ -88,6 +89,12 @@ export declare const getDefaultData: () => {
|
|
|
88
89
|
unit: number;
|
|
89
90
|
propertyType: CMSElementEditTypes;
|
|
90
91
|
};
|
|
92
|
+
lineEndPointsThickness: {
|
|
93
|
+
value: number;
|
|
94
|
+
property: string;
|
|
95
|
+
unit: number;
|
|
96
|
+
propertyType: CMSElementEditTypes;
|
|
97
|
+
};
|
|
91
98
|
dash: {
|
|
92
99
|
value: string;
|
|
93
100
|
property: string;
|
|
@@ -141,6 +148,20 @@ export declare const getDefaultData: () => {
|
|
|
141
148
|
selectorKey: LineSelectorKeysEnum;
|
|
142
149
|
backgroundColor: CMSIBCommonInterface;
|
|
143
150
|
};
|
|
151
|
+
lineEndPointsColor: {
|
|
152
|
+
selectorKey: LineSelectorKeysEnum;
|
|
153
|
+
backgroundColor: CMSIBCommonInterface;
|
|
154
|
+
borderColor: CMSIBCommonInterface;
|
|
155
|
+
borderStyle: CMSIBCommonInterface;
|
|
156
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
157
|
+
showBorder: CMSIBCommonInterface;
|
|
158
|
+
showShadow: CMSIBCommonInterface;
|
|
159
|
+
shadowColor: CMSIBCommonInterface;
|
|
160
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
161
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
162
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
163
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
164
|
+
};
|
|
144
165
|
};
|
|
145
166
|
};
|
|
146
167
|
export {};
|
|
@@ -737,49 +737,6 @@ export declare const ControlsInstances: {
|
|
|
737
737
|
propertyType: CMSElementEditTypes;
|
|
738
738
|
};
|
|
739
739
|
design: {
|
|
740
|
-
table: {
|
|
741
|
-
borderColor: {
|
|
742
|
-
value: {
|
|
743
|
-
hex: string;
|
|
744
|
-
rgb: {
|
|
745
|
-
r: string;
|
|
746
|
-
g: string;
|
|
747
|
-
b: string;
|
|
748
|
-
a: number;
|
|
749
|
-
};
|
|
750
|
-
};
|
|
751
|
-
property: string;
|
|
752
|
-
propertyType: CMSElementEditTypes;
|
|
753
|
-
};
|
|
754
|
-
borderStyle: {
|
|
755
|
-
value: string;
|
|
756
|
-
property: string;
|
|
757
|
-
propertyType: CMSElementEditTypes;
|
|
758
|
-
};
|
|
759
|
-
borderPerSlide: {
|
|
760
|
-
isAll: boolean;
|
|
761
|
-
sides: {
|
|
762
|
-
top: {
|
|
763
|
-
value: number;
|
|
764
|
-
unit: number;
|
|
765
|
-
};
|
|
766
|
-
right: {
|
|
767
|
-
value: number;
|
|
768
|
-
unit: number;
|
|
769
|
-
};
|
|
770
|
-
bottom: {
|
|
771
|
-
value: number;
|
|
772
|
-
unit: number;
|
|
773
|
-
};
|
|
774
|
-
left: {
|
|
775
|
-
value: number;
|
|
776
|
-
unit: number;
|
|
777
|
-
};
|
|
778
|
-
};
|
|
779
|
-
property: string;
|
|
780
|
-
propertyType: CMSElementEditTypes;
|
|
781
|
-
};
|
|
782
|
-
};
|
|
783
740
|
rowAndHeaderDividers: {
|
|
784
741
|
rowDivider: {
|
|
785
742
|
value: {
|
|
@@ -919,108 +876,6 @@ export declare const ControlsInstances: {
|
|
|
919
876
|
parentRef: string;
|
|
920
877
|
};
|
|
921
878
|
};
|
|
922
|
-
pagination: {
|
|
923
|
-
pagination: {
|
|
924
|
-
value: string;
|
|
925
|
-
propertyType: CMSElementEditTypes;
|
|
926
|
-
};
|
|
927
|
-
paginationStyle: {
|
|
928
|
-
value: string;
|
|
929
|
-
propertyType: CMSElementEditTypes;
|
|
930
|
-
};
|
|
931
|
-
arrowIconStyle: {
|
|
932
|
-
value: string;
|
|
933
|
-
propertyType: CMSElementEditTypes;
|
|
934
|
-
};
|
|
935
|
-
arrowSize: {
|
|
936
|
-
value: string;
|
|
937
|
-
propertyType: CMSElementEditTypes;
|
|
938
|
-
unit: number;
|
|
939
|
-
};
|
|
940
|
-
arrowColor: {
|
|
941
|
-
value: string;
|
|
942
|
-
propertyType: CMSElementEditTypes;
|
|
943
|
-
};
|
|
944
|
-
backgroundShape: {
|
|
945
|
-
value: string;
|
|
946
|
-
propertyType: CMSElementEditTypes;
|
|
947
|
-
};
|
|
948
|
-
backgroundColor: {
|
|
949
|
-
value: string;
|
|
950
|
-
propertyType: CMSElementEditTypes;
|
|
951
|
-
};
|
|
952
|
-
font: {
|
|
953
|
-
value: string;
|
|
954
|
-
propertyType: CMSElementEditTypes;
|
|
955
|
-
};
|
|
956
|
-
fontSize: {
|
|
957
|
-
value: string;
|
|
958
|
-
propertyType: CMSElementEditTypes;
|
|
959
|
-
unit: number;
|
|
960
|
-
};
|
|
961
|
-
textColor: {
|
|
962
|
-
value: string;
|
|
963
|
-
propertyType: CMSElementEditTypes;
|
|
964
|
-
property: string;
|
|
965
|
-
};
|
|
966
|
-
textHighlight: {
|
|
967
|
-
value: string;
|
|
968
|
-
propertyType: CMSElementEditTypes;
|
|
969
|
-
};
|
|
970
|
-
hoverBackgroundShape: {
|
|
971
|
-
value: string;
|
|
972
|
-
propertyType: CMSElementEditTypes;
|
|
973
|
-
};
|
|
974
|
-
hoverBackgroundColor: {
|
|
975
|
-
value: string;
|
|
976
|
-
propertyType: CMSElementEditTypes;
|
|
977
|
-
};
|
|
978
|
-
hoverFont: {
|
|
979
|
-
value: string;
|
|
980
|
-
propertyType: CMSElementEditTypes;
|
|
981
|
-
};
|
|
982
|
-
hoverFontSize: {
|
|
983
|
-
value: string;
|
|
984
|
-
propertyType: CMSElementEditTypes;
|
|
985
|
-
unit: number;
|
|
986
|
-
};
|
|
987
|
-
hoverTextColor: {
|
|
988
|
-
value: string;
|
|
989
|
-
propertyType: CMSElementEditTypes;
|
|
990
|
-
};
|
|
991
|
-
hoverTextHighlight: {
|
|
992
|
-
value: string;
|
|
993
|
-
propertyType: CMSElementEditTypes;
|
|
994
|
-
};
|
|
995
|
-
previousIcon: {
|
|
996
|
-
value: string;
|
|
997
|
-
propertyType: CMSElementEditTypes;
|
|
998
|
-
};
|
|
999
|
-
nextIcon: {
|
|
1000
|
-
value: string;
|
|
1001
|
-
propertyType: CMSElementEditTypes;
|
|
1002
|
-
};
|
|
1003
|
-
iconSize: {
|
|
1004
|
-
value: string;
|
|
1005
|
-
propertyType: CMSElementEditTypes;
|
|
1006
|
-
unit: number;
|
|
1007
|
-
property: string;
|
|
1008
|
-
};
|
|
1009
|
-
iconColor: {
|
|
1010
|
-
value: {
|
|
1011
|
-
hex: string;
|
|
1012
|
-
rgb: {
|
|
1013
|
-
r: string;
|
|
1014
|
-
g: string;
|
|
1015
|
-
b: string;
|
|
1016
|
-
a: number;
|
|
1017
|
-
};
|
|
1018
|
-
};
|
|
1019
|
-
property: string;
|
|
1020
|
-
propertyType: CMSElementEditTypes;
|
|
1021
|
-
parentRef: string;
|
|
1022
|
-
};
|
|
1023
|
-
};
|
|
1024
879
|
};
|
|
1025
880
|
};
|
|
1026
881
|
interface selfDesignInterface {
|
|
@@ -1191,6 +1046,7 @@ export declare enum SelfEnums {
|
|
|
1191
1046
|
GROUP_TAB = "groupTab",
|
|
1192
1047
|
WIDGET = "widget",
|
|
1193
1048
|
RIBBON = "ribbon",
|
|
1049
|
+
GROUP_HEADER_IMAGE = "groupHeaderImage",
|
|
1194
1050
|
POPOVER_STYLE = "popoverStyle",
|
|
1195
1051
|
DETAILS_CARD = "detailsCard",
|
|
1196
1052
|
SELECTED_VALUE = "selectedValue",
|