@sc-360-v2/storefront-cms-library 0.5.37 → 0.5.39
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/brand-basic-elements.scss +3 -0
- package/dist/builder.js +1 -1
- package/dist/builderLite.js +1 -1
- package/dist/bulk-variant-picker copy.scss +1121 -1121
- package/dist/bundle.scss +4 -3
- 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-element.scss +10 -8
- package/dist/category-groups-product-options.scss +215 -0
- 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/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/hotspot.scss +2 -0
- package/dist/icon-library.scss +74 -74
- package/dist/image-for-product.scss +21 -21
- package/dist/kitDetails.scss +5379 -0
- package/dist/kits.scss +299 -0
- package/dist/lightbox.scss +78 -78
- 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-basic-elements.scss +13 -5
- package/dist/product-customizations.scss +149 -149
- package/dist/product-image copy.scss +787 -787
- package/dist/product-image-bundles.scss +3 -2
- package/dist/product-inventory.scss +1378 -1378
- package/dist/product-promotions.scss +2759 -2759
- package/dist/quota-details.scss +8 -7
- 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 +48 -4
- 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/elements/kit-details/index.d.ts +30 -0
- package/dist/types/builder/elements/kits/index.d.ts +30 -0
- package/dist/types/builder/enums/index.d.ts +2 -0
- package/dist/types/builder/index.d.ts +3 -1
- package/dist/types/builder/tools/element-edit/bundle.d.ts +16 -1
- package/dist/types/builder/tools/element-edit/categoryGroups.d.ts +5 -1
- package/dist/types/builder/tools/element-edit/icon-list.d.ts +303 -33
- package/dist/types/builder/tools/element-edit/index.d.ts +3 -1
- package/dist/types/builder/tools/element-edit/kitDetails.d.ts +1929 -0
- package/dist/types/builder/tools/element-edit/kits.d.ts +595 -0
- package/dist/types/builder/tools/element-edit/scroll.d.ts +24 -1
- package/dist/user-elements copy.scss +1437 -1437
- package/dist/video.scss +476 -476
- package/dist/website.js +1 -1
- package/dist/widget.scss +2 -0
- 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
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { CommonStyleProperties } from "../../../global/style-properties";
|
|
2
|
+
import { CMSHTMLAttributes } from "../../../global/attributes";
|
|
3
|
+
import { AlignSelfValue, BoxSizingValue, GlobalImageAttributes, GridAreaValue, HeightValue, ImageBuilderAttributes, JustifySelfValue, MarginValue, MaxHeightValue, MaxWidthValue, MinHeightValue, MinWidthValue, PaddingValue } from "../../../global/types";
|
|
4
|
+
import { BuilderAttributes, CMSElementInterface } from "../common";
|
|
5
|
+
export interface KitDetailsStyleProperties extends CommonStyleProperties {
|
|
6
|
+
minHeight?: MinHeightValue;
|
|
7
|
+
height?: HeightValue;
|
|
8
|
+
minWidth?: MinWidthValue;
|
|
9
|
+
maxWidth?: MaxWidthValue;
|
|
10
|
+
maxHeight?: MaxHeightValue;
|
|
11
|
+
gridArea?: GridAreaValue;
|
|
12
|
+
boxSizing?: BoxSizingValue;
|
|
13
|
+
padding?: PaddingValue;
|
|
14
|
+
marginLeft?: MarginValue;
|
|
15
|
+
marginTop?: MarginValue;
|
|
16
|
+
marginBottom?: MarginValue;
|
|
17
|
+
marginRight?: MarginValue;
|
|
18
|
+
justifySelf?: JustifySelfValue;
|
|
19
|
+
alignSelf?: AlignSelfValue;
|
|
20
|
+
}
|
|
21
|
+
export declare const getDefaultStyles: () => KitDetailsStyleProperties;
|
|
22
|
+
export interface CMSKitDetailsInterface extends Omit<CMSElementInterface, "attributes"> {
|
|
23
|
+
attributes: {
|
|
24
|
+
HTML: Pick<CMSHTMLAttributes, GlobalImageAttributes>;
|
|
25
|
+
BUILDER: Pick<BuilderAttributes, ImageBuilderAttributes>;
|
|
26
|
+
CUSTOM: any;
|
|
27
|
+
};
|
|
28
|
+
styles: KitDetailsStyleProperties;
|
|
29
|
+
childrenStyles?: CommonStyleProperties;
|
|
30
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { CommonStyleProperties } from "../../../global/style-properties";
|
|
2
|
+
import { CMSHTMLAttributes } from "../../../global/attributes";
|
|
3
|
+
import { AlignSelfValue, BoxSizingValue, GlobalImageAttributes, GridAreaValue, HeightValue, ImageBuilderAttributes, JustifySelfValue, MarginValue, MaxHeightValue, MaxWidthValue, MinHeightValue, MinWidthValue, PaddingValue } from "../../../global/types";
|
|
4
|
+
import { BuilderAttributes, CMSElementInterface } from "../common";
|
|
5
|
+
export interface KitsStyleProperties extends CommonStyleProperties {
|
|
6
|
+
minHeight?: MinHeightValue;
|
|
7
|
+
height?: HeightValue;
|
|
8
|
+
minWidth?: MinWidthValue;
|
|
9
|
+
maxWidth?: MaxWidthValue;
|
|
10
|
+
maxHeight?: MaxHeightValue;
|
|
11
|
+
gridArea?: GridAreaValue;
|
|
12
|
+
boxSizing?: BoxSizingValue;
|
|
13
|
+
padding?: PaddingValue;
|
|
14
|
+
marginLeft?: MarginValue;
|
|
15
|
+
marginTop?: MarginValue;
|
|
16
|
+
marginBottom?: MarginValue;
|
|
17
|
+
marginRight?: MarginValue;
|
|
18
|
+
justifySelf?: JustifySelfValue;
|
|
19
|
+
alignSelf?: AlignSelfValue;
|
|
20
|
+
}
|
|
21
|
+
export declare const getDefaultStyles: () => KitsStyleProperties;
|
|
22
|
+
export interface CMSBundleInterface extends Omit<CMSElementInterface, "attributes"> {
|
|
23
|
+
attributes: {
|
|
24
|
+
HTML: Pick<CMSHTMLAttributes, GlobalImageAttributes>;
|
|
25
|
+
BUILDER: Pick<BuilderAttributes, ImageBuilderAttributes>;
|
|
26
|
+
CUSTOM: any;
|
|
27
|
+
};
|
|
28
|
+
styles: KitsStyleProperties;
|
|
29
|
+
childrenStyles?: CommonStyleProperties;
|
|
30
|
+
}
|
|
@@ -94,4 +94,6 @@ import * as cartWrapperSchema from "./elements/cart-wrapper";
|
|
|
94
94
|
import * as embroiderySchema from "./elements/embroidery";
|
|
95
95
|
import embroideryVectors from "./embroidery-icons/index";
|
|
96
96
|
import * as pageSchema from "./elements/page";
|
|
97
|
-
|
|
97
|
+
import * as kitDetails from "./elements/kit-details";
|
|
98
|
+
import * as kitsSchema from "./elements/kits";
|
|
99
|
+
export { ElementEditSchema, amountEstimatorSchema, bulkVariantPickerSchema, buttonSchema, cmsTypes, codeSchema, commonFunctions, containerSchema, countdownSchema, embedSchema, enums, faqSchema, gallerySliderSchema, gridSchema, imageHotspotSchema, imageSchema, interfaces, mapSchema, paymentMethodsSchema, pickupLocationsSchema, priceSchema, productActionsSchema, productHighlightsSchema, productImageSchema, productInventorySchema, productPromotionsSchema, quantitySelectorSchema, scrollSchema, sectionSchema, shippingEstimatorSchema, socialIconsSchema, stackSchema, storeLocationsSchema, tabSchema, tableSchema, textSchema, uomSelectorSchema, variantPickerSchema, videoSChema, volumePricingSchema, lightboxSchema, cartSchema, profileSchema, productSchema, repeaterSchema, brandSchema, bundleSchema, bundleDetailsSchema, brandImageSchema, lightBoxV2Schema, searchSchema, layouterSchema, layouterItemSchema, categoryDetailsSchema, contactUsSchema, loginSchema, createFormSchema, resetPasswordSchema, searchResultsHeadingSchema, itemStockSchema, lineItemSchema, tabsV2Schema, tabsContainerSchema, marchandiserSetsSchema, formBuilder, quickLinksSchema, addOrderSchema, buyForTabsSchema, buyForTabsContainerSchema, checkoutSchema, cartSummarySchema, toasterSchema, spotlightSchema, productCustomizationsSchema, iconListSchema, orderStatusSchema, menuV2Schema, menuItemSchema, layouterProSchema, layouterProItemSchema, userElementsSchema, filterResultsSchema, productSizeChartSchema, badgeSchema, cartAttributesSchema, loaderSchema, addProductsTabSchema, shippingPaymentsSchema, couponSchema, megaMenuSchema, megaMenuContainerSchema, simpleListSchema, cartWrapperSchema, embroiderySchema, embroideryVectors, pageSchema, kitDetails, kitsSchema, };
|
|
@@ -27,7 +27,8 @@ export declare enum SelectorKeysEnum {
|
|
|
27
27
|
HOVER_STATE = "hoverState",
|
|
28
28
|
SLIDER_NAVIGATION_STYLES = "sliderNavigationStyles",
|
|
29
29
|
CATEGORY_SLIDER = "categorySlider",
|
|
30
|
-
PRODUCT_SLIDER = "ProductSlider"
|
|
30
|
+
PRODUCT_SLIDER = "ProductSlider",
|
|
31
|
+
WIDGET_STYLE = "widgetStyle"
|
|
31
32
|
}
|
|
32
33
|
export declare const getDefaultData: () => {
|
|
33
34
|
layout: {
|
|
@@ -183,6 +184,20 @@ export declare const getDefaultData: () => {
|
|
|
183
184
|
};
|
|
184
185
|
design: {
|
|
185
186
|
selectorKey: SelectorKeysEnum;
|
|
187
|
+
widgetStyle: {
|
|
188
|
+
selectorKey: SelectorKeysEnum;
|
|
189
|
+
backgroundColor: CMSIBCommonInterface;
|
|
190
|
+
borderColor: CMSIBCommonInterface;
|
|
191
|
+
borderStyle: CMSIBCommonInterface;
|
|
192
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
193
|
+
showBorder: CMSIBCommonInterface;
|
|
194
|
+
showShadow: CMSIBCommonInterface;
|
|
195
|
+
shadowColor: CMSIBCommonInterface;
|
|
196
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
197
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
198
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
199
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
200
|
+
};
|
|
186
201
|
headingDesign: {
|
|
187
202
|
borderColor: CMSIBCommonInterface;
|
|
188
203
|
borderStyle: CMSIBCommonInterface;
|
|
@@ -2809,7 +2809,11 @@ export declare const getDefaultData: () => {
|
|
|
2809
2809
|
productImage: {
|
|
2810
2810
|
selectorKey: SelectorKeysEnum;
|
|
2811
2811
|
productImageLayout: any;
|
|
2812
|
-
productImageDesign:
|
|
2812
|
+
productImageDesign: {
|
|
2813
|
+
galleryWidgetStyle: any;
|
|
2814
|
+
itemStyle: any;
|
|
2815
|
+
paginationArrows: any;
|
|
2816
|
+
};
|
|
2813
2817
|
productImageContent: any;
|
|
2814
2818
|
};
|
|
2815
2819
|
quotaDetails: {
|
|
@@ -219,17 +219,107 @@ export declare const getDefaultData: () => {
|
|
|
219
219
|
property: string;
|
|
220
220
|
propertyType: CMSElementEditTypes;
|
|
221
221
|
};
|
|
222
|
-
theme:
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
222
|
+
theme: {
|
|
223
|
+
value: string;
|
|
224
|
+
property: string;
|
|
225
|
+
propertyType: CMSElementEditTypes;
|
|
226
|
+
};
|
|
227
|
+
tag: {
|
|
228
|
+
value: string;
|
|
229
|
+
property: string;
|
|
230
|
+
propertyType: CMSElementEditTypes;
|
|
231
|
+
};
|
|
232
|
+
font: {
|
|
233
|
+
value: string;
|
|
234
|
+
property: string;
|
|
235
|
+
propertyType: CMSElementEditTypes;
|
|
236
|
+
parentRef: string;
|
|
237
|
+
};
|
|
238
|
+
fontSize: {
|
|
239
|
+
value: number;
|
|
240
|
+
unit: number;
|
|
241
|
+
property: string;
|
|
242
|
+
propertyType: CMSElementEditTypes;
|
|
243
|
+
parentRef: string;
|
|
244
|
+
};
|
|
245
|
+
textColor: {
|
|
246
|
+
value: {
|
|
247
|
+
hex: string;
|
|
248
|
+
rgb: {
|
|
249
|
+
r: string;
|
|
250
|
+
g: string;
|
|
251
|
+
b: string;
|
|
252
|
+
a: number;
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
property: string;
|
|
256
|
+
propertyType: CMSElementEditTypes;
|
|
257
|
+
parentRef: string;
|
|
258
|
+
};
|
|
259
|
+
textHighlight: {
|
|
260
|
+
value: {
|
|
261
|
+
hex: string;
|
|
262
|
+
rgb: {
|
|
263
|
+
r: string;
|
|
264
|
+
g: string;
|
|
265
|
+
b: string;
|
|
266
|
+
a: number;
|
|
267
|
+
};
|
|
268
|
+
};
|
|
269
|
+
property: string;
|
|
270
|
+
propertyType: CMSElementEditTypes;
|
|
271
|
+
};
|
|
272
|
+
bold: {
|
|
273
|
+
value: string;
|
|
274
|
+
property: string;
|
|
275
|
+
propertyType: CMSElementEditTypes;
|
|
276
|
+
parentRef: string;
|
|
277
|
+
};
|
|
278
|
+
italic: {
|
|
279
|
+
value: string;
|
|
280
|
+
property: string;
|
|
281
|
+
propertyType: CMSElementEditTypes;
|
|
282
|
+
parentRef: string;
|
|
283
|
+
};
|
|
284
|
+
linethrough: {
|
|
285
|
+
value: string;
|
|
286
|
+
property: string;
|
|
287
|
+
propertyType: CMSElementEditTypes;
|
|
288
|
+
parentRef: string;
|
|
289
|
+
};
|
|
290
|
+
underline: {
|
|
291
|
+
value: string;
|
|
292
|
+
property: string;
|
|
293
|
+
propertyType: CMSElementEditTypes;
|
|
294
|
+
parentRef: string;
|
|
295
|
+
};
|
|
296
|
+
textAlign: {
|
|
297
|
+
value: string;
|
|
298
|
+
property: string;
|
|
299
|
+
propertyType: CMSElementEditTypes;
|
|
300
|
+
parentRef: string;
|
|
301
|
+
};
|
|
302
|
+
characterSpacing: {
|
|
303
|
+
value: number;
|
|
304
|
+
unit: number;
|
|
305
|
+
property: string;
|
|
306
|
+
propertyType: CMSElementEditTypes;
|
|
307
|
+
parentRef: string;
|
|
308
|
+
};
|
|
309
|
+
lineHeight: {
|
|
310
|
+
value: number;
|
|
311
|
+
unit: number;
|
|
312
|
+
property: string;
|
|
313
|
+
propertyType: CMSElementEditTypes;
|
|
314
|
+
parentRef: string;
|
|
315
|
+
};
|
|
316
|
+
paragraphSpacing: {
|
|
317
|
+
value: number;
|
|
318
|
+
unit: number;
|
|
319
|
+
property: string;
|
|
320
|
+
propertyType: CMSElementEditTypes;
|
|
321
|
+
parentRef: string;
|
|
322
|
+
};
|
|
233
323
|
selectorKey: SelectorKeysEnum;
|
|
234
324
|
};
|
|
235
325
|
hoverState: {
|
|
@@ -240,34 +330,214 @@ export declare const getDefaultData: () => {
|
|
|
240
330
|
property: string;
|
|
241
331
|
propertyType: CMSElementEditTypes;
|
|
242
332
|
};
|
|
243
|
-
theme:
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
333
|
+
theme: {
|
|
334
|
+
value: string;
|
|
335
|
+
property: string;
|
|
336
|
+
propertyType: CMSElementEditTypes;
|
|
337
|
+
};
|
|
338
|
+
tag: {
|
|
339
|
+
value: string;
|
|
340
|
+
property: string;
|
|
341
|
+
propertyType: CMSElementEditTypes;
|
|
342
|
+
};
|
|
343
|
+
font: {
|
|
344
|
+
value: string;
|
|
345
|
+
property: string;
|
|
346
|
+
propertyType: CMSElementEditTypes;
|
|
347
|
+
parentRef: string;
|
|
348
|
+
};
|
|
349
|
+
fontSize: {
|
|
350
|
+
value: number;
|
|
351
|
+
unit: number;
|
|
352
|
+
property: string;
|
|
353
|
+
propertyType: CMSElementEditTypes;
|
|
354
|
+
parentRef: string;
|
|
355
|
+
};
|
|
356
|
+
textColor: {
|
|
357
|
+
value: {
|
|
358
|
+
hex: string;
|
|
359
|
+
rgb: {
|
|
360
|
+
r: string;
|
|
361
|
+
g: string;
|
|
362
|
+
b: string;
|
|
363
|
+
a: number;
|
|
364
|
+
};
|
|
365
|
+
};
|
|
366
|
+
property: string;
|
|
367
|
+
propertyType: CMSElementEditTypes;
|
|
368
|
+
parentRef: string;
|
|
369
|
+
};
|
|
370
|
+
textHighlight: {
|
|
371
|
+
value: {
|
|
372
|
+
hex: string;
|
|
373
|
+
rgb: {
|
|
374
|
+
r: string;
|
|
375
|
+
g: string;
|
|
376
|
+
b: string;
|
|
377
|
+
a: number;
|
|
378
|
+
};
|
|
379
|
+
};
|
|
380
|
+
property: string;
|
|
381
|
+
propertyType: CMSElementEditTypes;
|
|
382
|
+
};
|
|
383
|
+
bold: {
|
|
384
|
+
value: string;
|
|
385
|
+
property: string;
|
|
386
|
+
propertyType: CMSElementEditTypes;
|
|
387
|
+
parentRef: string;
|
|
388
|
+
};
|
|
389
|
+
italic: {
|
|
390
|
+
value: string;
|
|
391
|
+
property: string;
|
|
392
|
+
propertyType: CMSElementEditTypes;
|
|
393
|
+
parentRef: string;
|
|
394
|
+
};
|
|
395
|
+
linethrough: {
|
|
396
|
+
value: string;
|
|
397
|
+
property: string;
|
|
398
|
+
propertyType: CMSElementEditTypes;
|
|
399
|
+
parentRef: string;
|
|
400
|
+
};
|
|
401
|
+
underline: {
|
|
402
|
+
value: string;
|
|
403
|
+
property: string;
|
|
404
|
+
propertyType: CMSElementEditTypes;
|
|
405
|
+
parentRef: string;
|
|
406
|
+
};
|
|
407
|
+
textAlign: {
|
|
408
|
+
value: string;
|
|
409
|
+
property: string;
|
|
410
|
+
propertyType: CMSElementEditTypes;
|
|
411
|
+
parentRef: string;
|
|
412
|
+
};
|
|
413
|
+
characterSpacing: {
|
|
414
|
+
value: number;
|
|
415
|
+
unit: number;
|
|
416
|
+
property: string;
|
|
417
|
+
propertyType: CMSElementEditTypes;
|
|
418
|
+
parentRef: string;
|
|
419
|
+
};
|
|
420
|
+
lineHeight: {
|
|
421
|
+
value: number;
|
|
422
|
+
unit: number;
|
|
423
|
+
property: string;
|
|
424
|
+
propertyType: CMSElementEditTypes;
|
|
425
|
+
parentRef: string;
|
|
426
|
+
};
|
|
427
|
+
paragraphSpacing: {
|
|
428
|
+
value: number;
|
|
429
|
+
unit: number;
|
|
430
|
+
property: string;
|
|
431
|
+
propertyType: CMSElementEditTypes;
|
|
432
|
+
parentRef: string;
|
|
433
|
+
};
|
|
254
434
|
selectorKey: SelectorKeysEnum;
|
|
255
435
|
};
|
|
256
436
|
};
|
|
257
437
|
description: {
|
|
258
438
|
wordWrap: CMSIBCommonInterface;
|
|
259
439
|
wordBreak: CMSIBCommonInterface;
|
|
260
|
-
theme:
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
440
|
+
theme: {
|
|
441
|
+
value: string;
|
|
442
|
+
property: string;
|
|
443
|
+
propertyType: CMSElementEditTypes;
|
|
444
|
+
};
|
|
445
|
+
tag: {
|
|
446
|
+
value: string;
|
|
447
|
+
property: string;
|
|
448
|
+
propertyType: CMSElementEditTypes;
|
|
449
|
+
};
|
|
450
|
+
font: {
|
|
451
|
+
value: string;
|
|
452
|
+
property: string;
|
|
453
|
+
propertyType: CMSElementEditTypes;
|
|
454
|
+
parentRef: string;
|
|
455
|
+
};
|
|
456
|
+
fontSize: {
|
|
457
|
+
value: number;
|
|
458
|
+
unit: number;
|
|
459
|
+
property: string;
|
|
460
|
+
propertyType: CMSElementEditTypes;
|
|
461
|
+
parentRef: string;
|
|
462
|
+
};
|
|
463
|
+
textColor: {
|
|
464
|
+
value: {
|
|
465
|
+
hex: string;
|
|
466
|
+
rgb: {
|
|
467
|
+
r: string;
|
|
468
|
+
g: string;
|
|
469
|
+
b: string;
|
|
470
|
+
a: number;
|
|
471
|
+
};
|
|
472
|
+
};
|
|
473
|
+
property: string;
|
|
474
|
+
propertyType: CMSElementEditTypes;
|
|
475
|
+
parentRef: string;
|
|
476
|
+
};
|
|
477
|
+
textHighlight: {
|
|
478
|
+
value: {
|
|
479
|
+
hex: string;
|
|
480
|
+
rgb: {
|
|
481
|
+
r: string;
|
|
482
|
+
g: string;
|
|
483
|
+
b: string;
|
|
484
|
+
a: number;
|
|
485
|
+
};
|
|
486
|
+
};
|
|
487
|
+
property: string;
|
|
488
|
+
propertyType: CMSElementEditTypes;
|
|
489
|
+
};
|
|
490
|
+
bold: {
|
|
491
|
+
value: string;
|
|
492
|
+
property: string;
|
|
493
|
+
propertyType: CMSElementEditTypes;
|
|
494
|
+
parentRef: string;
|
|
495
|
+
};
|
|
496
|
+
italic: {
|
|
497
|
+
value: string;
|
|
498
|
+
property: string;
|
|
499
|
+
propertyType: CMSElementEditTypes;
|
|
500
|
+
parentRef: string;
|
|
501
|
+
};
|
|
502
|
+
linethrough: {
|
|
503
|
+
value: string;
|
|
504
|
+
property: string;
|
|
505
|
+
propertyType: CMSElementEditTypes;
|
|
506
|
+
parentRef: string;
|
|
507
|
+
};
|
|
508
|
+
underline: {
|
|
509
|
+
value: string;
|
|
510
|
+
property: string;
|
|
511
|
+
propertyType: CMSElementEditTypes;
|
|
512
|
+
parentRef: string;
|
|
513
|
+
};
|
|
514
|
+
textAlign: {
|
|
515
|
+
value: string;
|
|
516
|
+
property: string;
|
|
517
|
+
propertyType: CMSElementEditTypes;
|
|
518
|
+
parentRef: string;
|
|
519
|
+
};
|
|
520
|
+
characterSpacing: {
|
|
521
|
+
value: number;
|
|
522
|
+
unit: number;
|
|
523
|
+
property: string;
|
|
524
|
+
propertyType: CMSElementEditTypes;
|
|
525
|
+
parentRef: string;
|
|
526
|
+
};
|
|
527
|
+
lineHeight: {
|
|
528
|
+
value: number;
|
|
529
|
+
unit: number;
|
|
530
|
+
property: string;
|
|
531
|
+
propertyType: CMSElementEditTypes;
|
|
532
|
+
parentRef: string;
|
|
533
|
+
};
|
|
534
|
+
paragraphSpacing: {
|
|
535
|
+
value: number;
|
|
536
|
+
unit: number;
|
|
537
|
+
property: string;
|
|
538
|
+
propertyType: CMSElementEditTypes;
|
|
539
|
+
parentRef: string;
|
|
540
|
+
};
|
|
271
541
|
selectorKey: SelectorKeysEnum;
|
|
272
542
|
};
|
|
273
543
|
textContainer: {
|
|
@@ -117,4 +117,6 @@ import * as requestForQuote from "./request-for-quote";
|
|
|
117
117
|
import * as categoryGroups from "./categoryGroups";
|
|
118
118
|
import * as embroidery from "./embroidery";
|
|
119
119
|
import * as stockStatus from "./stockStatus";
|
|
120
|
-
|
|
120
|
+
import * as kitDetails from "./kitDetails";
|
|
121
|
+
import * as kits from "./kits";
|
|
122
|
+
export { amountEstimator, bulkVariantPicker, button, code, staticText, common, container, countdown, embed, faq, gallerySlider, grid, image, imageHotspot, map, paymentMethods, pickupLocations, price, productActions, productHighlights, productImage, productInventory, productPromotions, quantitySelector, scroll, section, shippingEstimator, slideShowLayouter, social, stack, storeLocations, table, tabs, text, uomSelector, variantPicker, video, volumePricing, lightbox, cart, profile, repeater, repeaterItem, product, menu, productOptions, productDetails, category, subCategory, brand, bundle, brandImage, filters, sort, pastOrders, quotes, rfqs, lightBoxV2, allocations, search, layouter, layouterItem, categoryDetails, contactUs, login, resetPassword, breadcrumbs, iconLibrary, searchResultsHeading, itemStock, cartDetails, cartSummary, checkout, allocationDetails, line, tabsV2, tabContainer, marchandiserSets, createForm, quickLinks, addOrder, buyForWithTabs, buyForTabsContainer, toaster, spotlight, bundleDetails, productCustomizations, iconList, orderStatus, menuV2, menuItem, layouterPro, layouterProItem, filterResults, productSizeChart, userElements, badge, cartAttributes, languageMenu, loader, addProductsTab, quotaDetails, shippingPayments, coupon, productDescription, megaMenu, megaMenuContainer, simpleList, cartWrapper, optionBar, myTemplates, requestForQuote, categoryGroups, embroidery, stockStatus, page, lastXOrdersButton, quickInventoryCheck, productLabels, kitDetails, kits, };
|