@sc-360-v2/storefront-cms-library 0.2.73 → 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.
Files changed (106) hide show
  1. package/dist/add-order.scss +69 -0
  2. package/dist/allocationDetails.scss +335 -0
  3. package/dist/allocations.scss +546 -2
  4. package/dist/amount-estimator.scss +733 -187
  5. package/dist/brand-basic-elements.scss +142 -61
  6. package/dist/brand.scss +66 -16
  7. package/dist/breadcrumbs.scss +379 -88
  8. package/dist/builder.js +1 -1
  9. package/dist/bulk-variant-picker.scss +525 -121
  10. package/dist/bundle-basic-elements.scss +283 -121
  11. package/dist/bundle.scss +74 -15
  12. package/dist/buyFor.scss +153 -0
  13. package/dist/cart-details.scss +387 -0
  14. package/dist/cart-summary.scss +175 -0
  15. package/dist/cart.scss +178 -44
  16. package/dist/cartDropdownOverlay.scss +118 -0
  17. package/dist/cartGrouping.scss +89 -0
  18. package/dist/category.scss +38 -7
  19. package/dist/categoryDetails.scss +24 -6
  20. package/dist/categoryWidget.scss +11 -6
  21. package/dist/code-temp.scss +6 -4
  22. package/dist/contact-us.scss +19 -147
  23. package/dist/container.scss +22 -1
  24. package/dist/countdown.scss +372 -112
  25. package/dist/editCartItem.scss +111 -0
  26. package/dist/embed-temp.scss +29 -14
  27. package/dist/faq.scss +3 -6
  28. package/dist/filters.scss +11 -2
  29. package/dist/form-preview.scss +128 -93
  30. package/dist/gallery-slider-temp.scss +548 -135
  31. package/dist/grid.scss +24 -0
  32. package/dist/hotspot.scss +27 -25
  33. package/dist/icon-library.scss +26 -15
  34. package/dist/icons.js +1 -1
  35. package/dist/image-temp.scss +45 -17
  36. package/dist/index.js +1 -1
  37. package/dist/item-stock.scss +125 -0
  38. package/dist/layouter-item.scss +26 -2
  39. package/dist/layouter.scss +26 -1
  40. package/dist/light-box-v2.scss +29 -3
  41. package/dist/lightbox.scss +18 -2
  42. package/dist/line.scss +165 -0
  43. package/dist/login.scss +15 -23
  44. package/dist/map.scss +495 -119
  45. package/dist/marchandiserSets.scss +35 -18
  46. package/dist/menu.scss +121 -33
  47. package/dist/modal.scss +4 -0
  48. package/dist/past-orders.scss +11 -2
  49. package/dist/payment-methods.scss +29 -13
  50. package/dist/pickup-locations.scss +884 -244
  51. package/dist/product-actions.scss +2223 -418
  52. package/dist/product-basic-elements.scss +273 -122
  53. package/dist/product-highlights.scss +22 -14
  54. package/dist/product-image.scss +535 -136
  55. package/dist/product-inventory.scss +1105 -283
  56. package/dist/product-options.scss +378 -94
  57. package/dist/product-price.scss +1386 -316
  58. package/dist/product-promotions.scss +2252 -601
  59. package/dist/product.scss +68 -14
  60. package/dist/productDetails.scss +29 -2
  61. package/dist/profile.scss +19 -4
  62. package/dist/quantity-selector.scss +5 -4
  63. package/dist/quick-links.scss +277 -0
  64. package/dist/quotes.scss +11 -2
  65. package/dist/repeater-item.scss +26 -2
  66. package/dist/repeater.scss +60 -7
  67. package/dist/rfqs.scss +11 -2
  68. package/dist/scroll.scss +112 -47
  69. package/dist/search-results-heading.scss +282 -0
  70. package/dist/search.scss +84 -23
  71. package/dist/section.scss +25 -1
  72. package/dist/shareCartSideBar.scss +230 -0
  73. package/dist/shipping-estimator.scss +7 -3
  74. package/dist/social.scss +148 -38
  75. package/dist/sort.scss +11 -2
  76. package/dist/stack.scss +23 -3
  77. package/dist/static-text.scss +0 -1
  78. package/dist/store-locations.scss +887 -244
  79. package/dist/sub-category.scss +50 -19
  80. package/dist/tab-container-item.scss +80 -0
  81. package/dist/tab-container.scss +89 -0
  82. package/dist/tab-v2.scss +579 -0
  83. package/dist/table.scss +370 -91
  84. package/dist/tabs.scss +334 -74
  85. package/dist/text-temp-v2.scss +21 -9
  86. package/dist/types/builder/elements/add-order/index.d.ts +27 -0
  87. package/dist/types/builder/elements/create-form/index.d.ts +27 -0
  88. package/dist/types/builder/elements/form-builder/index.d.ts +7 -0
  89. package/dist/types/builder/elements/image/index.d.ts +13 -0
  90. package/dist/types/builder/elements/quick-links/index.d.ts +36 -0
  91. package/dist/types/builder/enums/index.d.ts +9 -1
  92. package/dist/types/builder/index.d.ts +4 -1
  93. package/dist/types/builder/interfaces/global.d.ts +5 -0
  94. package/dist/types/builder/tools/element-edit/addOrder.d.ts +28 -0
  95. package/dist/types/builder/tools/element-edit/createForm.d.ts +15 -0
  96. package/dist/types/builder/tools/element-edit/index.d.ts +4 -1
  97. package/dist/types/builder/tools/element-edit/quickLinks.d.ts +360 -0
  98. package/dist/uom-selector.scss +1569 -383
  99. package/dist/variant-picker.scss +1593 -481
  100. package/dist/video.scss +212 -53
  101. package/dist/volume-pricing.scss +775 -196
  102. package/dist/widget.scss +14 -0
  103. package/package.json +1 -1
  104. package/dist/editor-core.scss +0 -537
  105. package/dist/tab-panel.scss +0 -93
  106. package/dist/text-editor.scss +0 -331
@@ -274,6 +274,8 @@ export declare const CMSElementsListEnum: {
274
274
  CATEGORY_DETAILS: string;
275
275
  CONTACTUS: string;
276
276
  LOGIN: string;
277
+ CREATE_FORM: string;
278
+ ADD_EXISTING_FORM: string;
277
279
  RESET_PASSWORD: string;
278
280
  FORGOT_PASSWORD: string;
279
281
  BREADCRUMBS: string;
@@ -288,6 +290,8 @@ export declare const CMSElementsListEnum: {
288
290
  TABS_V2: string;
289
291
  TABS_CONTAINER: string;
290
292
  MARCHANDISER_SETS: string;
293
+ QUICK_LINKS: string;
294
+ ADD_ORDER: string;
291
295
  };
292
296
  export declare enum CMSResponsiveModeEnums {
293
297
  DESKTOP = "desktop",
@@ -342,7 +346,8 @@ export declare enum CMSCustomEventsListEnums {
342
346
  LIGHTBOX = "customLightBoxV1",
343
347
  UOMSELECTOR = "uomSelectorV1",
344
348
  TEXTELEMENTCODEVIEW = "textElementCodeView",
345
- PRODUCT_DETAILS_STATE = "productDetailsState"
349
+ PRODUCT_DETAILS_STATE = "productDetailsState",
350
+ IMAGE_CROP = "imageCrop"
346
351
  }
347
352
  export declare enum FlexAppVersionEnums {
348
353
  NESTEDJSON = 1,
@@ -351,3 +356,6 @@ export declare enum FlexAppVersionEnums {
351
356
  export declare enum FlexDefaultValues {
352
357
  FLEXLIGHTBOXCLOSEBTN = "isLightboxCloseIconKey"
353
358
  }
359
+ export declare enum SkeletonItems {
360
+ PLACEHOLDER_IMAGE = "/00000000-0000-0000-0000-000000000000/development/img-placeholder.jpg"
361
+ }
@@ -52,6 +52,7 @@ import * as layouterItemSchema from "./elements/layouter-item/index";
52
52
  import commonFunctions from "./utilities/global";
53
53
  import * as contactUsSchema from "./elements/contact-us/index";
54
54
  import * as loginSchema from "./elements/login/index";
55
+ import * as createFormSchema from "./elements/create-form/index";
55
56
  import * as resetPasswordSchema from "./elements/reset-password/index";
56
57
  import * as categoryDetailsSchema from "./elements/category-details/index";
57
58
  import * as searchResultsHeadingSchema from "./elements/search-results-heading/index";
@@ -61,4 +62,6 @@ import * as tabsV2Schema from "./elements/tab-v2/index";
61
62
  import * as tabsContainerSchema from "./elements/tab-container/index";
62
63
  import * as marchandiserSetsSchema from "./elements/marchandiser-sets/index";
63
64
  import * as formBuilder from "./elements/form-builder/index";
64
- 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, brandImageSchema, lightBoxV2Schema, searchSchema, layouterSchema, layouterItemSchema, categoryDetailsSchema, contactUsSchema, loginSchema, resetPasswordSchema, searchResultsHeadingSchema, itemStockSchema, lineItemSchema, tabsV2Schema, tabsContainerSchema, marchandiserSetsSchema, formBuilder, };
65
+ import * as quickLinksSchema from "./elements/quick-links/index";
66
+ import * as addOrderSchema from "./elements/add-order/index";
67
+ 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, brandImageSchema, lightBoxV2Schema, searchSchema, layouterSchema, layouterItemSchema, categoryDetailsSchema, contactUsSchema, loginSchema, createFormSchema, resetPasswordSchema, searchResultsHeadingSchema, itemStockSchema, lineItemSchema, tabsV2Schema, tabsContainerSchema, marchandiserSetsSchema, formBuilder, quickLinksSchema, addOrderSchema, };
@@ -122,3 +122,8 @@ export interface CMSLightBoxCustomEventInterface {
122
122
  displayType?: CMSComponentImportTypeEnum;
123
123
  item?: LightBoxV2ElementInterface;
124
124
  }
125
+ export interface FlexCustomEventInterface {
126
+ show: boolean;
127
+ displayType?: CMSComponentImportTypeEnum;
128
+ item?: any;
129
+ }
@@ -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,4 +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
- 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, };
78
+ import * as createForm from "./createForm";
79
+ import * as quickLinks from "./quickLinks";
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, };
@@ -0,0 +1,360 @@
1
+ import { CMSElementEditTypes } from "../../enums";
2
+ import { CMSIBCommonInterface } from "../../interfaces/global";
3
+ import { CMSElementEditPopupInterface } from "./common";
4
+ export interface SectionEditPopupInterface extends CMSElementEditPopupInterface {
5
+ }
6
+ interface ControlInterface {
7
+ value: string | boolean;
8
+ propertyType: string;
9
+ }
10
+ export declare enum QuickLinksSelectorKeysEnum {
11
+ LAYOUT = "layout",
12
+ DESIGN = "design",
13
+ CONTENT = "content",
14
+ FILL_AND_BACKGROUND = "fillAndBackground",
15
+ ITEM_STYLE = "iconStyle",
16
+ QuickLinks_ICONS = "QuickLinks",
17
+ QuickLinks_WIDGET = "QuickLinksWidget"
18
+ }
19
+ export interface SelectorKeys {
20
+ LAYOUT: string;
21
+ DESIGN: string;
22
+ CONTENT: string;
23
+ QuickLinks_PLAYER_TEXT: string;
24
+ PLAY_PAUSE: string;
25
+ QuickLinks: string;
26
+ }
27
+ export interface QuickLinksControlInterface {
28
+ selectorKey?: string;
29
+ margin?: CMSIBCommonInterface;
30
+ padding?: CMSIBCommonInterface;
31
+ alignment?: CMSIBCommonInterface;
32
+ itemSpacing?: ControlInterface;
33
+ iconSize?: CMSIBCommonInterface;
34
+ positionType?: CMSIBCommonInterface;
35
+ pinTo?: CMSIBCommonInterface;
36
+ website?: CMSIBCommonInterface;
37
+ websiteUrl?: CMSIBCommonInterface;
38
+ instagram?: CMSIBCommonInterface;
39
+ instagramUrl?: CMSIBCommonInterface;
40
+ linkedIn?: CMSIBCommonInterface;
41
+ linkedInUrl?: CMSIBCommonInterface;
42
+ facebook?: CMSIBCommonInterface;
43
+ facebookUrl?: CMSIBCommonInterface;
44
+ amazon?: CMSIBCommonInterface;
45
+ amazonUrl?: CMSIBCommonInterface;
46
+ twitter?: CMSIBCommonInterface;
47
+ iconPosition?: CMSIBCommonInterface;
48
+ clickToNavigate?: CMSIBCommonInterface;
49
+ iconAndTextSpacing?: CMSIBCommonInterface;
50
+ iconStyle?: {
51
+ selectorKey?: string;
52
+ icon?: CMSIBCommonInterface;
53
+ iconColor?: CMSIBCommonInterface;
54
+ iconSize?: CMSIBCommonInterface;
55
+ };
56
+ fillAndBackground?: {
57
+ selectorKey?: string;
58
+ backgroundColor?: CMSIBCommonInterface;
59
+ };
60
+ QuickLinks?: {
61
+ selectorKey?: string;
62
+ instagramIcon?: CMSIBCommonInterface;
63
+ facebookIcon: CMSIBCommonInterface;
64
+ twitterIcon: CMSIBCommonInterface;
65
+ amazonIcon: CMSIBCommonInterface;
66
+ websiteIcon: CMSIBCommonInterface;
67
+ youtubeIcon: CMSIBCommonInterface;
68
+ linkedinIcon: CMSIBCommonInterface;
69
+ };
70
+ }
71
+ export interface CMSQuickLinksEditPopupInterface<L = QuickLinksControlInterface, C = QuickLinksControlInterface, D = QuickLinksControlInterface> {
72
+ layout?: L;
73
+ content?: C;
74
+ design?: D;
75
+ }
76
+ export declare const getDefaultData: () => {
77
+ layout: {
78
+ selectorKey: QuickLinksSelectorKeysEnum;
79
+ width: {
80
+ value: string;
81
+ unit: number;
82
+ };
83
+ height: {
84
+ value: string;
85
+ unit: number;
86
+ property?: any;
87
+ propertyType?: any;
88
+ isReadOnly?: boolean | undefined;
89
+ parentRef?: string | undefined;
90
+ };
91
+ margin: import("../../interfaces/global").CSSPaddingValues | undefined;
92
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
93
+ displayStyle: {
94
+ value: string;
95
+ propertyType: CMSElementEditTypes;
96
+ };
97
+ showIcon: {
98
+ layout: {
99
+ iconAndTextSpacing: {
100
+ value: number;
101
+ property: string;
102
+ unit: number;
103
+ propertyType: CMSElementEditTypes;
104
+ };
105
+ displayStyle: {
106
+ value: string;
107
+ propertyType: CMSElementEditTypes;
108
+ };
109
+ showIcon: {
110
+ value: boolean;
111
+ propertyType: CMSElementEditTypes;
112
+ };
113
+ iconPosition: {
114
+ value: string;
115
+ propertyType: CMSElementEditTypes;
116
+ };
117
+ };
118
+ content: {
119
+ linksData: {
120
+ value: {
121
+ id: any;
122
+ title: string;
123
+ name: string;
124
+ show: boolean;
125
+ url: string;
126
+ }[];
127
+ propertyType: CMSElementEditTypes;
128
+ };
129
+ showTitle: {
130
+ value: boolean;
131
+ propertyType: CMSElementEditTypes;
132
+ };
133
+ title: {
134
+ value: string;
135
+ propertyType: CMSElementEditTypes;
136
+ };
137
+ description: {
138
+ value: string;
139
+ propertyType: CMSElementEditTypes;
140
+ };
141
+ showDescription: {
142
+ value: boolean;
143
+ propertyType: CMSElementEditTypes;
144
+ };
145
+ };
146
+ design: {
147
+ icon: {
148
+ value: string;
149
+ propertyType: CMSElementEditTypes;
150
+ };
151
+ designiconSize: {
152
+ value: string;
153
+ propertyType: CMSElementEditTypes;
154
+ unit: number;
155
+ property: string;
156
+ };
157
+ iconColor: {
158
+ value: {
159
+ hex: string;
160
+ rgb: {
161
+ r: string;
162
+ g: string;
163
+ b: string;
164
+ a: number;
165
+ };
166
+ };
167
+ property: string;
168
+ propertyType: CMSElementEditTypes;
169
+ parentRef: string;
170
+ };
171
+ instagramIcon: {
172
+ value: string;
173
+ property: string;
174
+ propertyType: CMSElementEditTypes;
175
+ };
176
+ facebookIcon: {
177
+ value: string;
178
+ property: string;
179
+ propertyType: CMSElementEditTypes;
180
+ };
181
+ twitterIcon: {
182
+ value: string;
183
+ property: string;
184
+ propertyType: CMSElementEditTypes;
185
+ };
186
+ amazonIcon: {
187
+ value: string;
188
+ property: string;
189
+ propertyType: CMSElementEditTypes;
190
+ };
191
+ websiteIcon: {
192
+ value: string;
193
+ property: string;
194
+ propertyType: CMSElementEditTypes;
195
+ };
196
+ youtubeIcon: {
197
+ value: string;
198
+ property: string;
199
+ propertyType: CMSElementEditTypes;
200
+ };
201
+ linkedinIcon: {
202
+ value: string;
203
+ property: string;
204
+ propertyType: CMSElementEditTypes;
205
+ };
206
+ };
207
+ };
208
+ iconPosition: {
209
+ value: string;
210
+ propertyType: CMSElementEditTypes;
211
+ };
212
+ positionType: CMSIBCommonInterface | undefined;
213
+ pinTo: CMSIBCommonInterface | undefined;
214
+ };
215
+ content: {
216
+ selectorKey: QuickLinksSelectorKeysEnum;
217
+ showTitle: {
218
+ value: boolean;
219
+ propertyType: CMSElementEditTypes;
220
+ };
221
+ title: {
222
+ value: string;
223
+ propertyType: CMSElementEditTypes;
224
+ };
225
+ showDescription: {
226
+ value: boolean;
227
+ propertyType: CMSElementEditTypes;
228
+ };
229
+ description: {
230
+ value: string;
231
+ propertyType: CMSElementEditTypes;
232
+ };
233
+ linksData: {
234
+ value: {
235
+ id: any;
236
+ title: string;
237
+ name: string;
238
+ show: boolean;
239
+ url: string;
240
+ }[];
241
+ propertyType: CMSElementEditTypes;
242
+ };
243
+ };
244
+ design: {
245
+ selectorKey: QuickLinksSelectorKeysEnum;
246
+ QuickLinksWidget: {
247
+ selectorKey: QuickLinksSelectorKeysEnum;
248
+ backgroundColor: CMSIBCommonInterface;
249
+ cropRatio: CMSIBCommonInterface;
250
+ zoomImage: CMSIBCommonInterface;
251
+ flip: CMSIBCommonInterface;
252
+ rotate: import("../../interfaces/global").CMSIBSizeInterface;
253
+ showBorder: CMSIBCommonInterface;
254
+ borderStyle: CMSIBCommonInterface;
255
+ borderColor: CMSIBCommonInterface;
256
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
257
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
258
+ showShadow: CMSIBCommonInterface;
259
+ shadowColor: CMSIBCommonInterface;
260
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
261
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
262
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
263
+ };
264
+ itemStyle: {
265
+ selectorKey: QuickLinksSelectorKeysEnum;
266
+ backgroundColor: CMSIBCommonInterface;
267
+ cropRatio: CMSIBCommonInterface;
268
+ zoomImage: CMSIBCommonInterface;
269
+ flip: CMSIBCommonInterface;
270
+ rotate: import("../../interfaces/global").CMSIBSizeInterface;
271
+ theme: CMSIBCommonInterface;
272
+ font: CMSIBCommonInterface;
273
+ fontSize: import("../../interfaces/global").CMSIBSizeInterface;
274
+ textColor: CMSIBCommonInterface;
275
+ bold: CMSIBCommonInterface;
276
+ italic: CMSIBCommonInterface;
277
+ linethrough: CMSIBCommonInterface;
278
+ underline: CMSIBCommonInterface;
279
+ textAlign: CMSIBCommonInterface;
280
+ characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
281
+ lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
282
+ showBorder: CMSIBCommonInterface;
283
+ borderStyle: CMSIBCommonInterface;
284
+ borderColor: CMSIBCommonInterface;
285
+ borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
286
+ borderRadius: import("../../interfaces/global").CSSPaddingValues;
287
+ showShadow: CMSIBCommonInterface;
288
+ shadowColor: CMSIBCommonInterface;
289
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
290
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
291
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
292
+ showIcon: {
293
+ value: boolean;
294
+ property?: any;
295
+ propertyType?: any;
296
+ isReadOnly?: boolean | undefined;
297
+ parentRef?: string | undefined;
298
+ };
299
+ iconSize: {
300
+ value: string;
301
+ propertyType: CMSElementEditTypes;
302
+ unit: number;
303
+ property: string;
304
+ };
305
+ iconColor: {
306
+ value: {
307
+ hex: string;
308
+ rgb: {
309
+ r: string;
310
+ g: string;
311
+ b: string;
312
+ a: number;
313
+ };
314
+ };
315
+ property: string;
316
+ propertyType: CMSElementEditTypes;
317
+ parentRef: string;
318
+ };
319
+ };
320
+ QuickLinks: {
321
+ selectorKey: QuickLinksSelectorKeysEnum;
322
+ instagramIcon: {
323
+ value: string;
324
+ property: string;
325
+ propertyType: CMSElementEditTypes;
326
+ };
327
+ facebookIcon: {
328
+ value: string;
329
+ property: string;
330
+ propertyType: CMSElementEditTypes;
331
+ };
332
+ twitterIcon: {
333
+ value: string;
334
+ property: string;
335
+ propertyType: CMSElementEditTypes;
336
+ };
337
+ amazonIcon: {
338
+ value: string;
339
+ property: string;
340
+ propertyType: CMSElementEditTypes;
341
+ };
342
+ websiteIcon: {
343
+ value: string;
344
+ property: string;
345
+ propertyType: CMSElementEditTypes;
346
+ };
347
+ youtubeIcon: {
348
+ value: string;
349
+ property: string;
350
+ propertyType: CMSElementEditTypes;
351
+ };
352
+ linkedinIcon: {
353
+ value: string;
354
+ property: string;
355
+ propertyType: CMSElementEditTypes;
356
+ };
357
+ };
358
+ };
359
+ };
360
+ export {};