@sc-360-v2/storefront-cms-library 0.3.0 → 0.3.2
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 +291 -226
- package/dist/builder.js +1 -1
- package/dist/bulk-order-pad.scss +119 -64
- package/dist/bundleDetails.scss +808 -678
- package/dist/buyForHeaders.scss +94 -29
- package/dist/cart-details.scss +5 -3
- package/dist/cartDropdownOverlay.scss +0 -13
- package/dist/dropdownTemplate.scss +141 -0
- package/dist/faq.scss +20 -24
- package/dist/functions.scss +53 -18
- package/dist/item-stock.scss +38 -76
- package/dist/map.scss +35 -35
- package/dist/menu-item.scss +19 -0
- package/dist/modal.scss +328 -0
- package/dist/order-status.scss +483 -0
- package/dist/payment-methods.scss +71 -1
- package/dist/pickup-locations.scss +22 -19
- package/dist/product-basic-elements.scss +285 -132
- package/dist/product-options.scss +118 -76
- package/dist/quick-links.scss +186 -143
- package/dist/quick-order-pad.scss +26 -285
- package/dist/quotes.scss +9 -0
- package/dist/repeater-item.scss +1 -0
- package/dist/rfqs.scss +8 -0
- package/dist/section.scss +29 -78
- package/dist/stack.scss +16 -61
- package/dist/store-locations.scss +21 -20
- package/dist/table-common.scss +510 -0
- package/dist/text-temp-v2.scss +2 -0
- package/dist/types/builder/elements/bundle-details/index.d.ts +30 -0
- package/dist/types/builder/elements/layouter-pro/index.d.ts +43 -0
- package/dist/types/builder/elements/layouter-pro-item/index.d.ts +39 -0
- package/dist/types/builder/enums/index.d.ts +4 -0
- package/dist/types/builder/index.d.ts +4 -1
- package/dist/types/builder/tools/element-edit/bundleDetails.d.ts +627 -10
- package/dist/types/builder/tools/element-edit/buyForWithTab.d.ts +287 -4
- package/dist/types/builder/tools/element-edit/cartDetails.d.ts +1 -1
- package/dist/types/builder/tools/element-edit/filters.d.ts +39 -1
- package/dist/types/builder/tools/element-edit/index.d.ts +3 -1
- package/dist/types/builder/tools/element-edit/itemStock.d.ts +11 -0
- package/dist/types/builder/tools/element-edit/layouter-pro-item.d.ts +9 -0
- package/dist/types/builder/tools/element-edit/layouterPro.d.ts +39 -0
- package/dist/types/builder/tools/element-edit/paymentMethods.d.ts +94 -1
- package/dist/uom-selector.scss +929 -1416
- package/dist/variant-picker.scss +613 -138
- package/dist/volume-pricing copy.scss +1092 -0
- package/dist/volume-pricing.scss +1007 -606
- package/dist/widget.scss +3 -0
- package/package.json +1 -1
|
@@ -50,8 +50,10 @@ export declare enum CMSToolIdTypes {
|
|
|
50
50
|
containerElement = "div[data-element-type='container']",
|
|
51
51
|
repeaterWrapper = "cms-repeater-wrapper",
|
|
52
52
|
layouterWrapper = "cms-layouter-wrapper",
|
|
53
|
+
layouterProWrapper = "cms-layouter-pro-wrapper",
|
|
53
54
|
repeaterItemWrapper = "cms-repeater-item-wrapper",
|
|
54
55
|
layouterItemWrapper = "cms-layouter-item-wrapper",
|
|
56
|
+
layouterProItemWrapper = "cms-layouter-pro-item-wrapper",
|
|
55
57
|
cmsElementFullView = "cms-element-full-view",
|
|
56
58
|
productWrapper = "cms-product-wrapper",
|
|
57
59
|
productDetailsWrapper = "cms-product-details-wrapper",
|
|
@@ -313,6 +315,8 @@ export declare const CMSElementsListEnum: {
|
|
|
313
315
|
MENU_ITEM: string;
|
|
314
316
|
SIMPLE_LIST: string;
|
|
315
317
|
SIMPLE_LIST_ITEM: string;
|
|
318
|
+
LAYOUTER_PRO: string;
|
|
319
|
+
LAYOUTER_PRO_ITEM: string;
|
|
316
320
|
};
|
|
317
321
|
export declare enum CMSResponsiveModeEnums {
|
|
318
322
|
DESKTOP = "desktop",
|
|
@@ -46,6 +46,7 @@ import * as repeaterSchema from "./elements/repeater/index";
|
|
|
46
46
|
import * as brandSchema from "./elements/brand/index";
|
|
47
47
|
import * as brandImageSchema from "./elements/brand-image/index";
|
|
48
48
|
import * as bundleSchema from "./elements/bundle/index";
|
|
49
|
+
import * as bundleDetailsSchema from "./elements/bundle-details/index";
|
|
49
50
|
import * as lightBoxV2Schema from "./elements/light-box-v2/index";
|
|
50
51
|
import * as searchSchema from "./elements/search/index";
|
|
51
52
|
import * as layouterSchema from "./elements/layouter/index";
|
|
@@ -74,4 +75,6 @@ import * as productCustomizationsSchema from "./elements/product-customizations/
|
|
|
74
75
|
import * as iconListSchema from "./elements/icon-list/index";
|
|
75
76
|
import * as menuV2Schema from "./elements/menu-v2/index";
|
|
76
77
|
import * as menuItemSchema from "./elements/menu-item/index";
|
|
77
|
-
|
|
78
|
+
import * as layouterProSchema from "./elements/layouter-pro/index";
|
|
79
|
+
import * as layouterProItemSchema from "./elements/layouter-pro-item/index";
|
|
80
|
+
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, toasterSchema, spotlightSchema, productCustomizationsSchema, iconListSchema, orderStatusSchema, menuV2Schema, menuItemSchema, layouterProSchema, layouterProItemSchema, };
|