@sc-360-v2/storefront-cms-library 0.2.75 → 0.2.76
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 +69 -0
- package/dist/allocationDetails.scss +335 -0
- package/dist/allocations.scss +546 -2
- package/dist/amount-estimator.scss +733 -187
- package/dist/brand-basic-elements.scss +142 -61
- package/dist/brand.scss +66 -16
- package/dist/breadcrumbs.scss +379 -88
- package/dist/builder.js +1 -1
- package/dist/bulk-variant-picker.scss +525 -121
- package/dist/bundle-basic-elements.scss +283 -121
- package/dist/bundle.scss +74 -15
- package/dist/buyFor.scss +153 -0
- package/dist/cart-details.scss +387 -0
- package/dist/cart-summary.scss +175 -0
- package/dist/cart.scss +178 -44
- package/dist/cartDropdownOverlay.scss +118 -0
- package/dist/cartGrouping.scss +89 -0
- package/dist/category.scss +38 -7
- package/dist/categoryDetails.scss +24 -6
- package/dist/categoryWidget.scss +11 -6
- package/dist/code-temp.scss +6 -4
- package/dist/contact-us.scss +19 -147
- package/dist/container.scss +22 -1
- package/dist/countdown.scss +372 -112
- package/dist/editCartItem.scss +111 -0
- package/dist/embed-temp.scss +29 -14
- package/dist/faq.scss +3 -6
- package/dist/filters.scss +11 -2
- package/dist/form-preview.scss +128 -93
- package/dist/gallery-slider-temp.scss +548 -135
- package/dist/grid.scss +24 -0
- package/dist/hotspot.scss +27 -25
- package/dist/icon-library.scss +26 -15
- package/dist/icons.js +1 -1
- package/dist/image-temp.scss +45 -17
- package/dist/index.js +1 -1
- package/dist/item-stock.scss +125 -0
- package/dist/layouter-item.scss +26 -2
- package/dist/layouter.scss +26 -1
- package/dist/light-box-v2.scss +29 -3
- package/dist/lightbox.scss +18 -2
- package/dist/line.scss +165 -0
- package/dist/login.scss +15 -23
- package/dist/map.scss +495 -119
- package/dist/marchandiserSets.scss +35 -18
- package/dist/menu.scss +121 -33
- package/dist/modal.scss +4 -0
- package/dist/past-orders.scss +11 -2
- package/dist/payment-methods.scss +29 -13
- package/dist/pickup-locations.scss +884 -244
- package/dist/product-actions.scss +2223 -418
- package/dist/product-basic-elements.scss +273 -122
- package/dist/product-highlights.scss +22 -14
- package/dist/product-image.scss +535 -136
- package/dist/product-inventory.scss +1105 -283
- package/dist/product-options.scss +378 -94
- package/dist/product-price.scss +1386 -316
- package/dist/product-promotions.scss +2252 -601
- package/dist/product.scss +68 -14
- package/dist/productDetails.scss +29 -2
- package/dist/profile.scss +19 -4
- package/dist/quantity-selector.scss +5 -4
- package/dist/quick-links.scss +277 -0
- package/dist/quotes.scss +11 -2
- package/dist/repeater-item.scss +26 -2
- package/dist/repeater.scss +60 -7
- package/dist/rfqs.scss +11 -2
- package/dist/scroll.scss +112 -47
- package/dist/search-results-heading.scss +282 -0
- package/dist/search.scss +84 -23
- package/dist/section.scss +25 -1
- package/dist/shareCartSideBar.scss +230 -0
- package/dist/shipping-estimator.scss +7 -3
- package/dist/social.scss +148 -38
- package/dist/sort.scss +11 -2
- package/dist/stack.scss +23 -3
- package/dist/static-text.scss +0 -1
- package/dist/store-locations.scss +887 -244
- package/dist/sub-category.scss +50 -19
- package/dist/tab-container-item.scss +80 -0
- package/dist/tab-container.scss +89 -0
- package/dist/tab-v2.scss +579 -0
- package/dist/table.scss +370 -91
- package/dist/tabs.scss +334 -74
- package/dist/text-temp-v2.scss +21 -9
- package/dist/types/builder/elements/add-order/index.d.ts +27 -0
- package/dist/types/builder/elements/create-form/index.d.ts +27 -0
- package/dist/types/builder/elements/form-builder/index.d.ts +2 -2
- package/dist/types/builder/elements/image/index.d.ts +13 -0
- package/dist/types/builder/enums/index.d.ts +5 -1
- package/dist/types/builder/index.d.ts +3 -1
- package/dist/types/builder/interfaces/global.d.ts +5 -0
- package/dist/types/builder/tools/element-edit/addOrder.d.ts +28 -0
- package/dist/types/builder/tools/element-edit/createForm.d.ts +15 -0
- package/dist/types/builder/tools/element-edit/index.d.ts +3 -1
- package/dist/uom-selector.scss +1569 -383
- package/dist/variant-picker.scss +1593 -481
- package/dist/video.scss +212 -53
- package/dist/volume-pricing.scss +775 -196
- package/dist/widget.scss +14 -0
- package/package.json +1 -1
- package/dist/editor-core.scss +0 -537
- package/dist/tab-panel.scss +0 -93
- package/dist/text-editor.scss +0 -331
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { CMSIBCommonInterface } from "../../interfaces/global";
|
|
2
|
+
import { CMSElementEditPopupDesignInterface, CMSElementEditPopupInterface, CMSElementEditPopupLayoutInterface } from "./common";
|
|
3
|
+
export interface SectionEditPopupInterface extends CMSElementEditPopupInterface {
|
|
4
|
+
}
|
|
5
|
+
export interface AddOrderLayoutInterface {
|
|
6
|
+
selectorKey: string;
|
|
7
|
+
buttonStyle: CMSIBCommonInterface;
|
|
8
|
+
buttonText: CMSIBCommonInterface;
|
|
9
|
+
buttonIcon: CMSIBCommonInterface;
|
|
10
|
+
iconPosition: CMSIBCommonInterface;
|
|
11
|
+
iconAndTextSpacing: CMSIBCommonInterface;
|
|
12
|
+
alignment: CMSIBCommonInterface;
|
|
13
|
+
buttonType: CMSIBCommonInterface;
|
|
14
|
+
linkTo: CMSIBCommonInterface;
|
|
15
|
+
}
|
|
16
|
+
export interface selfDesignInterface {
|
|
17
|
+
selectorKey: string;
|
|
18
|
+
defaultState: any;
|
|
19
|
+
hoverState: any;
|
|
20
|
+
}
|
|
21
|
+
export declare enum AddOrderSelectorKeysEnum {
|
|
22
|
+
HOVER_STATE = "hover",
|
|
23
|
+
DEFAULT_STATE = "default",
|
|
24
|
+
LAYOUT = "layout",
|
|
25
|
+
DESIGN = "design",
|
|
26
|
+
DATA_CONNECTOR = "dataConnector"
|
|
27
|
+
}
|
|
28
|
+
export declare const getDefaultData: () => CMSElementEditPopupInterface<AddOrderLayoutInterface & CMSElementEditPopupLayoutInterface, selfDesignInterface & CMSElementEditPopupDesignInterface>;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { CMSElementEditPopupDesignInterface, CMSElementEditPopupInterface, CMSElementEditPopupLayoutInterface } from "./common";
|
|
2
|
+
export interface CreateFormEditPopupInterface extends CMSElementEditPopupInterface {
|
|
3
|
+
}
|
|
4
|
+
interface selfLayoutInterface {
|
|
5
|
+
selectorKey: string;
|
|
6
|
+
}
|
|
7
|
+
export interface selfDesignInterface {
|
|
8
|
+
selectorKey: string;
|
|
9
|
+
}
|
|
10
|
+
export declare enum createFormSelectorKeysEnum {
|
|
11
|
+
LAYOUT = "layout",
|
|
12
|
+
DESIGN = "design"
|
|
13
|
+
}
|
|
14
|
+
export declare const getDefaultData: () => CMSElementEditPopupInterface<selfLayoutInterface & CMSElementEditPopupLayoutInterface, selfDesignInterface & CMSElementEditPopupDesignInterface>;
|
|
15
|
+
export {};
|
|
@@ -75,5 +75,7 @@ import * as line from "./line";
|
|
|
75
75
|
import * as tabsV2 from "./tabsV2";
|
|
76
76
|
import * as tabContainer from "./tabContainer";
|
|
77
77
|
import * as marchandiserSets from "./marchandiserSets";
|
|
78
|
+
import * as createForm from "./createForm";
|
|
78
79
|
import * as quickLinks from "./quickLinks";
|
|
79
|
-
|
|
80
|
+
import * as addOrder from "./addOrder";
|
|
81
|
+
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, allocationDetails, line, tabsV2, tabContainer, marchandiserSets, createForm, quickLinks, addOrder, };
|