@sc-360-v2/storefront-cms-library 0.4.29 → 0.4.31
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-products-tab.scss +2 -1
- package/dist/allocationDetails.scss +1 -1
- package/dist/allocations.scss +1 -1
- package/dist/builder.js +1 -1
- package/dist/bulk-order-pad.scss +30 -11
- package/dist/bundle copy.scss +2805 -0
- package/dist/bundle.scss +2156 -1625
- package/dist/button.scss +69 -0
- package/dist/buyForHeaders.scss +24 -10
- package/dist/buyForPopup.scss +19 -5
- package/dist/default-dropdown.scss +15 -1
- package/dist/dropdownTemplate.scss +36 -2
- package/dist/emtpy-templates.scss +29 -0
- package/dist/image-for-product.scss +1 -1
- package/dist/language-selector.scss +25 -1
- package/dist/multi-select-dropdown.scss +43 -14
- package/dist/option-bar.scss +1 -1
- package/dist/order-status.scss +1 -1
- package/dist/product-actions.scss +1 -1
- package/dist/product-image.scss +61 -3
- package/dist/quantity-selector.scss +2 -2
- package/dist/quick-order-pad.scss +54 -46
- package/dist/repeater.scss +1 -1
- package/dist/shipping-payments.scss +5 -4
- package/dist/types/builder/enums/data-connectors.d.ts +0 -1
- package/dist/types/builder/tools/element-edit/bundle.d.ts +951 -88
- package/dist/types/builder/tools/element-edit/bundleDetails.d.ts +868 -84
- package/dist/types/builder/tools/element-edit/button.d.ts +2 -1
- package/dist/types/builder/tools/element-edit/imageInstance.d.ts +33 -0
- package/dist/types/builder/tools/element-edit/product-image.d.ts +1 -0
- package/dist/types/website/constants/data-connectors.d.ts +0 -4
- package/dist/website.js +1 -1
- package/package.json +1 -1
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
|
|
492
492
|
&:hover {
|
|
493
493
|
--_sf-hr-bd-cr: var(
|
|
494
|
-
--_ctm-mob-dn-
|
|
494
|
+
--_ctm-mob-dn-ie-bn-hr-se-bd-cr,
|
|
495
495
|
var(--_ctm-tab-dn-ie-bn-hr-se-bd-cr, var(--_ctm-dn-ie-bn-hr-se-bd-cr))
|
|
496
496
|
);
|
|
497
497
|
--_sf-hr-br-cr: var(
|
|
@@ -709,7 +709,7 @@
|
|
|
709
709
|
}
|
|
710
710
|
&:hover {
|
|
711
711
|
--_sf-hr-bd-cr: var(
|
|
712
|
-
--_ctm-mob-dn-
|
|
712
|
+
--_ctm-mob-dn-de-bn-hr-se-bd-cr,
|
|
713
713
|
var(--_ctm-tab-dn-de-bn-hr-se-bd-cr, var(--_ctm-dn-de-bn-hr-se-bd-cr))
|
|
714
714
|
);
|
|
715
715
|
--_sf-hr-br-cr: var(
|
|
@@ -25,7 +25,7 @@ $input-padding: 10px 12px;
|
|
|
25
25
|
.input-group {
|
|
26
26
|
// display: flex;
|
|
27
27
|
display: grid;
|
|
28
|
-
grid-template-columns:
|
|
28
|
+
grid-template-columns: 44vw 44vw 100px;
|
|
29
29
|
gap: 12px;
|
|
30
30
|
height: fit-content;
|
|
31
31
|
align-items: center;
|
|
@@ -105,57 +105,60 @@ $input-padding: 10px 12px;
|
|
|
105
105
|
font-weight: 400;
|
|
106
106
|
line-height: 20px;
|
|
107
107
|
}
|
|
108
|
+
.msd {
|
|
109
|
+
width: 100%;
|
|
110
|
+
}
|
|
108
111
|
|
|
109
112
|
.input-group-right-col {
|
|
110
113
|
display: flex;
|
|
111
114
|
gap: 16px;
|
|
112
|
-
|
|
113
|
-
|
|
115
|
+
width: 100%;
|
|
116
|
+
}
|
|
117
|
+
.add-btn {
|
|
118
|
+
// background-color: $primary;
|
|
119
|
+
// color: $white;
|
|
120
|
+
padding: 10px 16px;
|
|
121
|
+
height: 40px;
|
|
122
|
+
gap: 6px;
|
|
123
|
+
// border-radius: 4px;
|
|
124
|
+
// font-weight: 600;
|
|
125
|
+
// font-size: 14px;
|
|
126
|
+
// cursor: pointer;
|
|
127
|
+
// transition: background-color 0.2s;
|
|
128
|
+
// display: flex;
|
|
129
|
+
// gap: 4px;
|
|
130
|
+
// line-height: 20px;
|
|
131
|
+
// justify-content: center;
|
|
132
|
+
svg path {
|
|
133
|
+
stroke: var(--_base-white);
|
|
114
134
|
}
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
//
|
|
121
|
-
|
|
122
|
-
// cursor: pointer;
|
|
123
|
-
// transition: background-color 0.2s;
|
|
124
|
-
// display: flex;
|
|
125
|
-
// gap: 4px;
|
|
126
|
-
// line-height: 20px;
|
|
127
|
-
// justify-content: center;
|
|
128
|
-
svg path {
|
|
129
|
-
stroke: var(--_base-white);
|
|
130
|
-
}
|
|
131
|
-
&.disabled {
|
|
132
|
-
opacity: 0.4;
|
|
133
|
-
pointer-events: none;
|
|
134
|
-
}
|
|
135
|
-
.spinner {
|
|
136
|
-
margin-top: -3px;
|
|
137
|
-
display: inline-block;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
// .add-icon {
|
|
141
|
-
// width: 20px;
|
|
142
|
-
// height: 20px;
|
|
143
|
-
// display: flex;
|
|
144
|
-
// align-items: center;
|
|
145
|
-
// justify-content: center;
|
|
146
|
-
|
|
147
|
-
// svg {
|
|
148
|
-
// width: 16px;
|
|
149
|
-
// height: 16px;
|
|
150
|
-
// path {
|
|
151
|
-
// stroke: #fff;
|
|
152
|
-
// }
|
|
153
|
-
// }
|
|
154
|
-
// }
|
|
155
|
-
// &:hover {
|
|
156
|
-
// background-color: $primary-hover;
|
|
157
|
-
// }
|
|
135
|
+
&.disabled {
|
|
136
|
+
opacity: 0.4;
|
|
137
|
+
pointer-events: none;
|
|
138
|
+
}
|
|
139
|
+
.spinner {
|
|
140
|
+
// margin-top: -3px;
|
|
141
|
+
display: inline-block;
|
|
158
142
|
}
|
|
143
|
+
|
|
144
|
+
// .add-icon {
|
|
145
|
+
// width: 20px;
|
|
146
|
+
// height: 20px;
|
|
147
|
+
// display: flex;
|
|
148
|
+
// align-items: center;
|
|
149
|
+
// justify-content: center;
|
|
150
|
+
|
|
151
|
+
// svg {
|
|
152
|
+
// width: 16px;
|
|
153
|
+
// height: 16px;
|
|
154
|
+
// path {
|
|
155
|
+
// stroke: #fff;
|
|
156
|
+
// }
|
|
157
|
+
// }
|
|
158
|
+
// }
|
|
159
|
+
// &:hover {
|
|
160
|
+
// background-color: $primary-hover;
|
|
161
|
+
// }
|
|
159
162
|
}
|
|
160
163
|
}
|
|
161
164
|
.cart_products_wrapper {
|
|
@@ -214,6 +217,11 @@ $input-padding: 10px 12px;
|
|
|
214
217
|
}
|
|
215
218
|
.remove-btn {
|
|
216
219
|
color: var(--_error-500);
|
|
220
|
+
padding: 8px 16px;
|
|
221
|
+
border-radius: 4px;
|
|
222
|
+
&:hover {
|
|
223
|
+
background: var(--_error-50);
|
|
224
|
+
}
|
|
217
225
|
}
|
|
218
226
|
}
|
|
219
227
|
}
|
package/dist/repeater.scss
CHANGED
|
@@ -698,7 +698,7 @@ $rai: "repeater-advertise-item";
|
|
|
698
698
|
|
|
699
699
|
&:hover {
|
|
700
700
|
--_sf-hr-bd-cr: var(
|
|
701
|
-
--_ctm-rep-mob-dn-
|
|
701
|
+
--_ctm-rep-mob-dn-bn-se-hr-se-bd-cr,
|
|
702
702
|
var(--_ctm-rep-tab-dn-bn-se-hr-se-bd-cr, var(--_ctm-rep-dn-bn-se-hr-se-bd-cr))
|
|
703
703
|
);
|
|
704
704
|
--_sf-hr-br-cr: var(
|
|
@@ -2089,10 +2089,11 @@ $activeElementSelector: "[data-has-clicked='true']";
|
|
|
2089
2089
|
.chk_address {
|
|
2090
2090
|
display: flex;
|
|
2091
2091
|
flex-direction: column;
|
|
2092
|
-
gap: calc(var(--_ctm-lt-sd-sg-as-le-gp) / 2);
|
|
2092
|
+
// gap: calc(var(--_ctm-lt-sd-sg-as-le-gp) / 2);
|
|
2093
|
+
gap: 12px;
|
|
2093
2094
|
|
|
2094
2095
|
.chk_saved_address_name {
|
|
2095
|
-
color: var(--_gray-
|
|
2096
|
+
color: var(--_gray-900);
|
|
2096
2097
|
font-size: 16px;
|
|
2097
2098
|
font-weight: 600;
|
|
2098
2099
|
}
|
|
@@ -2108,7 +2109,7 @@ $activeElementSelector: "[data-has-clicked='true']";
|
|
|
2108
2109
|
}
|
|
2109
2110
|
|
|
2110
2111
|
.chk_saved_address_value {
|
|
2111
|
-
color: var(--_gray-
|
|
2112
|
+
color: var(--_gray-900);
|
|
2112
2113
|
font-size: 12px;
|
|
2113
2114
|
}
|
|
2114
2115
|
.address_skeletons {
|
|
@@ -2120,7 +2121,7 @@ $activeElementSelector: "[data-has-clicked='true']";
|
|
|
2120
2121
|
|
|
2121
2122
|
.contact {
|
|
2122
2123
|
font-size: 0.875rem;
|
|
2123
|
-
color:
|
|
2124
|
+
color: var(--_gray-900);
|
|
2124
2125
|
line-height: 1.4;
|
|
2125
2126
|
}
|
|
2126
2127
|
}
|
|
@@ -15,7 +15,6 @@ export declare enum dataConnectorapis {
|
|
|
15
15
|
MARCHANDISER_SETS = "MARCHANDISER_SETS",
|
|
16
16
|
BUNDLES = "BUNDLES",
|
|
17
17
|
BUNLES_BY_ID = "BUNLES_BY_ID",
|
|
18
|
-
BUNDLE_BY_TYPE = "BUNDLE_BY_TYPE",
|
|
19
18
|
PRODUCT_BUNDLE_DETAILS = "PRODUCT_BUNDLE_DETAILS",
|
|
20
19
|
CATEGORY_BUNDLE_DETAILS = "CATEGORY_BUNDLE_DETAILS",
|
|
21
20
|
CATEGORY_GROUPS = "CATEGORY_GROUPS",
|