@sc-360-v2/storefront-cms-library 0.5.54 → 0.5.55
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-details.scss +3 -0
- package/dist/allocation-header-quota-details.scss +520 -0
- package/dist/allocationDetails.scss +608 -396
- package/dist/allocations-quota-details.scss +173 -170
- package/dist/allocations.scss +8 -112
- package/dist/amount-estimator.scss +1088 -1083
- package/dist/badge.scss +396 -388
- package/dist/breadcrumbs.scss +17 -0
- package/dist/builder.js +1 -1
- package/dist/bulk-variant-picker.scss +4 -0
- package/dist/bundle copy.scss +26 -0
- package/dist/bundle.scss +10 -0
- package/dist/bundleDetails.scss +14 -0
- package/dist/button copy.scss +2 -0
- package/dist/button.scss +2 -0
- package/dist/buyForHeaders.scss +19 -0
- package/dist/cart-details.scss +101 -18
- package/dist/cart-summary.scss +18 -0
- package/dist/cart.scss +2 -0
- package/dist/cartAttributes.scss +4 -0
- package/dist/category-groups-quota-details.scss +124 -38
- package/dist/checkout.scss +6 -0
- package/dist/countdown.scss +2 -0
- package/dist/coupon.scss +8 -0
- package/dist/embroidery.scss +2 -0
- package/dist/employee-bulk-order.scss +5 -0
- package/dist/faq.scss +9 -0
- package/dist/filters.scss +2 -0
- package/dist/form-zindex-module.scss +24 -24
- package/dist/gallery-slider-temp.scss +205 -14
- package/dist/hotspot.scss +4 -0
- package/dist/icon-list.scss +2 -0
- package/dist/kitDetails.scss +2 -0
- package/dist/kits.scss +2 -0
- package/dist/language-selector.scss +6 -4
- package/dist/last-x-orders.scss +5 -0
- package/dist/login.scss +14 -0
- package/dist/map.scss +6 -0
- package/dist/mega-menu.scss +41 -0
- package/dist/menu-v2.scss +83 -6
- package/dist/past-orders.scss +989 -975
- package/dist/pickup-locations.scss +1172 -1167
- package/dist/product-image-allocation.scss +59 -0
- package/dist/product-inventory.scss +1381 -1378
- package/dist/product-promotions.scss +2768 -2759
- package/dist/product-sizechart.scss +4 -0
- package/dist/profile.scss +8 -0
- package/dist/quantity-selector.scss +4 -0
- package/dist/quick-inventory-check.scss +5 -0
- package/dist/quick-order-pad.scss +5 -0
- package/dist/quota-details.scss +99 -15
- package/dist/repeater copy.scss +3 -0
- package/dist/repeater-grid-toggle.scss +2 -0
- package/dist/repeater-item.scss +2 -2
- package/dist/repeater.scss +2 -0
- package/dist/request-for-quotes.scss +1 -1
- package/dist/rfqs.scss +10 -0
- package/dist/scroll.scss +46 -0
- package/dist/search.scss +4 -0
- package/dist/shipping-payments.scss +4 -0
- package/dist/social.scss +5 -0
- package/dist/store-locations.scss +1402 -1398
- package/dist/tab-v2.scss +2 -0
- package/dist/table-common.scss +509 -506
- package/dist/table.scss +687 -685
- package/dist/types/builder/tools/element-edit/addProductsTab.d.ts +28 -0
- package/dist/types/builder/tools/element-edit/allocationDetails.d.ts +5 -0
- package/dist/types/builder/tools/element-edit/allocations.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/breadcrumbs.d.ts +5 -0
- package/dist/types/builder/tools/element-edit/bundle.d.ts +40 -0
- package/dist/types/builder/tools/element-edit/bundleDetails.d.ts +20 -0
- package/dist/types/builder/tools/element-edit/buttonInstance.d.ts +18 -0
- package/dist/types/builder/tools/element-edit/buyForWithTab.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/cartAttributes.d.ts +9 -0
- package/dist/types/builder/tools/element-edit/cartDetails.d.ts +79 -1
- package/dist/types/builder/tools/element-edit/cartSummary.d.ts +72 -0
- package/dist/types/builder/tools/element-edit/categoryGroups.d.ts +28 -0
- package/dist/types/builder/tools/element-edit/checkout.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/common.d.ts +23 -0
- package/dist/types/builder/tools/element-edit/countdown.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/coupon.d.ts +19 -0
- package/dist/types/builder/tools/element-edit/embroidery.d.ts +9 -0
- package/dist/types/builder/tools/element-edit/filterResults.d.ts +10 -0
- package/dist/types/builder/tools/element-edit/gallery-slider.d.ts +19 -0
- package/dist/types/builder/tools/element-edit/icon-list.d.ts +9 -0
- package/dist/types/builder/tools/element-edit/iconInstace.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/iconLibrary.d.ts +2 -7
- package/dist/types/builder/tools/element-edit/kitDetails.d.ts +19 -0
- package/dist/types/builder/tools/element-edit/kits.d.ts +9 -0
- package/dist/types/builder/tools/element-edit/orderStatus.d.ts +19 -0
- package/dist/types/builder/tools/element-edit/quickLinks.d.ts +10 -0
- package/dist/types/builder/tools/element-edit/quotaDetails.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/rfqs.d.ts +5 -0
- package/dist/types/builder/tools/element-edit/scroll.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/shipping-payments.d.ts +2 -0
- package/dist/types/builder/tools/element-edit/social.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/table.d.ts +1 -0
- package/dist/types/builder/tools/element-edit/tabs.d.ts +18 -0
- package/dist/types/builder/tools/element-edit/tabsV2.d.ts +17 -0
- package/dist/types/builder/tools/element-edit/userElements.d.ts +5 -0
- package/dist/types/builder/tools/element-edit/video.d.ts +2 -0
- package/dist/user-elements.scss +10 -0
- package/dist/variant-picker.scss +2 -0
- package/dist/video.scss +2 -0
- package/dist/volume-pricing.scss +3 -0
- package/package.json +1 -1
|
@@ -230,10 +230,19 @@ export declare const getDefaultData: () => {
|
|
|
230
230
|
selectorKey: SelectorKeysEnum;
|
|
231
231
|
showIcon: CMSIBCommonInterface | undefined;
|
|
232
232
|
iconColor: CMSIBCommonInterface;
|
|
233
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
233
234
|
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
234
235
|
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
235
236
|
showIconDesc: CMSIBCommonInterface | undefined;
|
|
236
237
|
iconColorDesc: CMSIBCommonInterface;
|
|
238
|
+
strokeWidthDesc: {
|
|
239
|
+
property: string;
|
|
240
|
+
unit?: string | number | undefined;
|
|
241
|
+
value?: any;
|
|
242
|
+
propertyType?: any;
|
|
243
|
+
isReadOnly?: boolean | undefined;
|
|
244
|
+
parentRef?: string | undefined;
|
|
245
|
+
};
|
|
237
246
|
iconSizeDesc: import("../../interfaces/global").CMSIBSizeInterface;
|
|
238
247
|
iconDesc: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
239
248
|
};
|
|
@@ -2631,6 +2640,7 @@ export declare const getDefaultData: () => {
|
|
|
2631
2640
|
propertyType?: any;
|
|
2632
2641
|
isReadOnly?: boolean | undefined;
|
|
2633
2642
|
};
|
|
2643
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
2634
2644
|
textTransform: {
|
|
2635
2645
|
value: string;
|
|
2636
2646
|
property: string;
|
|
@@ -2856,6 +2866,14 @@ export declare const getDefaultData: () => {
|
|
|
2856
2866
|
propertyType?: any;
|
|
2857
2867
|
isReadOnly?: boolean | undefined;
|
|
2858
2868
|
};
|
|
2869
|
+
strokeWidth: {
|
|
2870
|
+
propertyType: CMSElementEditTypes;
|
|
2871
|
+
isReadOnly: boolean;
|
|
2872
|
+
unit?: string | number | undefined;
|
|
2873
|
+
value?: any;
|
|
2874
|
+
property?: any;
|
|
2875
|
+
parentRef?: string | undefined;
|
|
2876
|
+
};
|
|
2859
2877
|
textTransform: {
|
|
2860
2878
|
value: string;
|
|
2861
2879
|
property: string;
|
|
@@ -3098,6 +3116,7 @@ export declare const getDefaultData: () => {
|
|
|
3098
3116
|
propertyType?: any;
|
|
3099
3117
|
isReadOnly?: boolean | undefined;
|
|
3100
3118
|
};
|
|
3119
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
3101
3120
|
textTransform: {
|
|
3102
3121
|
value: string;
|
|
3103
3122
|
property: string;
|
|
@@ -3323,6 +3342,14 @@ export declare const getDefaultData: () => {
|
|
|
3323
3342
|
propertyType?: any;
|
|
3324
3343
|
isReadOnly?: boolean | undefined;
|
|
3325
3344
|
};
|
|
3345
|
+
strokeWidth: {
|
|
3346
|
+
propertyType: CMSElementEditTypes;
|
|
3347
|
+
isReadOnly: boolean;
|
|
3348
|
+
unit?: string | number | undefined;
|
|
3349
|
+
value?: any;
|
|
3350
|
+
property?: any;
|
|
3351
|
+
parentRef?: string | undefined;
|
|
3352
|
+
};
|
|
3326
3353
|
textTransform: {
|
|
3327
3354
|
value: string;
|
|
3328
3355
|
property: string;
|
|
@@ -3565,6 +3592,7 @@ export declare const getDefaultData: () => {
|
|
|
3565
3592
|
propertyType?: any;
|
|
3566
3593
|
isReadOnly?: boolean | undefined;
|
|
3567
3594
|
};
|
|
3595
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
3568
3596
|
textTransform: {
|
|
3569
3597
|
value: string;
|
|
3570
3598
|
property: string;
|
|
@@ -3790,6 +3818,14 @@ export declare const getDefaultData: () => {
|
|
|
3790
3818
|
propertyType?: any;
|
|
3791
3819
|
isReadOnly?: boolean | undefined;
|
|
3792
3820
|
};
|
|
3821
|
+
strokeWidth: {
|
|
3822
|
+
propertyType: CMSElementEditTypes;
|
|
3823
|
+
isReadOnly: boolean;
|
|
3824
|
+
unit?: string | number | undefined;
|
|
3825
|
+
value?: any;
|
|
3826
|
+
property?: any;
|
|
3827
|
+
parentRef?: string | undefined;
|
|
3828
|
+
};
|
|
3793
3829
|
textTransform: {
|
|
3794
3830
|
value: string;
|
|
3795
3831
|
property: string;
|
|
@@ -4032,6 +4068,7 @@ export declare const getDefaultData: () => {
|
|
|
4032
4068
|
propertyType?: any;
|
|
4033
4069
|
isReadOnly?: boolean | undefined;
|
|
4034
4070
|
};
|
|
4071
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
4035
4072
|
textTransform: {
|
|
4036
4073
|
value: string;
|
|
4037
4074
|
property: string;
|
|
@@ -4257,6 +4294,14 @@ export declare const getDefaultData: () => {
|
|
|
4257
4294
|
propertyType?: any;
|
|
4258
4295
|
isReadOnly?: boolean | undefined;
|
|
4259
4296
|
};
|
|
4297
|
+
strokeWidth: {
|
|
4298
|
+
propertyType: CMSElementEditTypes;
|
|
4299
|
+
isReadOnly: boolean;
|
|
4300
|
+
unit?: string | number | undefined;
|
|
4301
|
+
value?: any;
|
|
4302
|
+
property?: any;
|
|
4303
|
+
parentRef?: string | undefined;
|
|
4304
|
+
};
|
|
4260
4305
|
textTransform: {
|
|
4261
4306
|
value: string;
|
|
4262
4307
|
property: string;
|
|
@@ -4499,6 +4544,7 @@ export declare const getDefaultData: () => {
|
|
|
4499
4544
|
propertyType?: any;
|
|
4500
4545
|
isReadOnly?: boolean | undefined;
|
|
4501
4546
|
};
|
|
4547
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
4502
4548
|
textTransform: {
|
|
4503
4549
|
value: string;
|
|
4504
4550
|
property: string;
|
|
@@ -4724,6 +4770,14 @@ export declare const getDefaultData: () => {
|
|
|
4724
4770
|
propertyType?: any;
|
|
4725
4771
|
isReadOnly?: boolean | undefined;
|
|
4726
4772
|
};
|
|
4773
|
+
strokeWidth: {
|
|
4774
|
+
propertyType: CMSElementEditTypes;
|
|
4775
|
+
isReadOnly: boolean;
|
|
4776
|
+
unit?: string | number | undefined;
|
|
4777
|
+
value?: any;
|
|
4778
|
+
property?: any;
|
|
4779
|
+
parentRef?: string | undefined;
|
|
4780
|
+
};
|
|
4727
4781
|
textTransform: {
|
|
4728
4782
|
value: string;
|
|
4729
4783
|
property: string;
|
|
@@ -4966,6 +5020,7 @@ export declare const getDefaultData: () => {
|
|
|
4966
5020
|
propertyType?: any;
|
|
4967
5021
|
isReadOnly?: boolean | undefined;
|
|
4968
5022
|
};
|
|
5023
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
4969
5024
|
textTransform: {
|
|
4970
5025
|
value: string;
|
|
4971
5026
|
property: string;
|
|
@@ -5191,6 +5246,14 @@ export declare const getDefaultData: () => {
|
|
|
5191
5246
|
propertyType?: any;
|
|
5192
5247
|
isReadOnly?: boolean | undefined;
|
|
5193
5248
|
};
|
|
5249
|
+
strokeWidth: {
|
|
5250
|
+
propertyType: CMSElementEditTypes;
|
|
5251
|
+
isReadOnly: boolean;
|
|
5252
|
+
unit?: string | number | undefined;
|
|
5253
|
+
value?: any;
|
|
5254
|
+
property?: any;
|
|
5255
|
+
parentRef?: string | undefined;
|
|
5256
|
+
};
|
|
5194
5257
|
textTransform: {
|
|
5195
5258
|
value: string;
|
|
5196
5259
|
property: string;
|
|
@@ -5433,6 +5496,7 @@ export declare const getDefaultData: () => {
|
|
|
5433
5496
|
propertyType?: any;
|
|
5434
5497
|
isReadOnly?: boolean | undefined;
|
|
5435
5498
|
};
|
|
5499
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
5436
5500
|
textTransform: {
|
|
5437
5501
|
value: string;
|
|
5438
5502
|
property: string;
|
|
@@ -5658,6 +5722,14 @@ export declare const getDefaultData: () => {
|
|
|
5658
5722
|
propertyType?: any;
|
|
5659
5723
|
isReadOnly?: boolean | undefined;
|
|
5660
5724
|
};
|
|
5725
|
+
strokeWidth: {
|
|
5726
|
+
propertyType: CMSElementEditTypes;
|
|
5727
|
+
isReadOnly: boolean;
|
|
5728
|
+
unit?: string | number | undefined;
|
|
5729
|
+
value?: any;
|
|
5730
|
+
property?: any;
|
|
5731
|
+
parentRef?: string | undefined;
|
|
5732
|
+
};
|
|
5661
5733
|
textTransform: {
|
|
5662
5734
|
value: string;
|
|
5663
5735
|
property: string;
|
|
@@ -642,9 +642,18 @@ export declare const getDefaultData: () => {
|
|
|
642
642
|
isReadOnly?: boolean | undefined;
|
|
643
643
|
parentRef?: string | undefined;
|
|
644
644
|
};
|
|
645
|
+
strokeWidthExpanded: {
|
|
646
|
+
property: string;
|
|
647
|
+
unit?: string | number | undefined;
|
|
648
|
+
value?: any;
|
|
649
|
+
propertyType?: any;
|
|
650
|
+
isReadOnly?: boolean | undefined;
|
|
651
|
+
parentRef?: string | undefined;
|
|
652
|
+
};
|
|
645
653
|
showIcon: import("../../interfaces/global").CMSIBCommonInterface | undefined;
|
|
646
654
|
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
647
655
|
iconColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
656
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
648
657
|
selectorKey: SelectorKeysEnum;
|
|
649
658
|
};
|
|
650
659
|
subCategoryTreeItem: {
|
|
@@ -1415,10 +1424,19 @@ export declare const getDefaultData: () => {
|
|
|
1415
1424
|
showIcon: import("../../interfaces/global").CMSIBCommonInterface | undefined;
|
|
1416
1425
|
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1417
1426
|
iconColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1427
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1418
1428
|
selectorKey: SelectorKeysEnum;
|
|
1419
1429
|
padding: any;
|
|
1420
1430
|
};
|
|
1421
1431
|
hoverState: {
|
|
1432
|
+
strokeWidth: {
|
|
1433
|
+
propertyType: CMSElementEditTypes;
|
|
1434
|
+
isReadOnly: boolean;
|
|
1435
|
+
unit?: string | number | undefined;
|
|
1436
|
+
value?: any;
|
|
1437
|
+
property?: any;
|
|
1438
|
+
parentRef?: string | undefined;
|
|
1439
|
+
};
|
|
1422
1440
|
borderColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1423
1441
|
borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
|
|
1424
1442
|
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
@@ -1624,6 +1642,7 @@ export declare const getDefaultData: () => {
|
|
|
1624
1642
|
propertyType?: any;
|
|
1625
1643
|
isReadOnly?: boolean | undefined;
|
|
1626
1644
|
};
|
|
1645
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1627
1646
|
textTransform: {
|
|
1628
1647
|
value: string;
|
|
1629
1648
|
property: string;
|
|
@@ -1849,6 +1868,14 @@ export declare const getDefaultData: () => {
|
|
|
1849
1868
|
propertyType?: any;
|
|
1850
1869
|
isReadOnly?: boolean | undefined;
|
|
1851
1870
|
};
|
|
1871
|
+
strokeWidth: {
|
|
1872
|
+
propertyType: CMSElementEditTypes;
|
|
1873
|
+
isReadOnly: boolean;
|
|
1874
|
+
unit?: string | number | undefined;
|
|
1875
|
+
value?: any;
|
|
1876
|
+
property?: any;
|
|
1877
|
+
parentRef?: string | undefined;
|
|
1878
|
+
};
|
|
1852
1879
|
textTransform: {
|
|
1853
1880
|
value: string;
|
|
1854
1881
|
property: string;
|
|
@@ -2272,6 +2299,7 @@ export declare const getDefaultData: () => {
|
|
|
2272
2299
|
showIcon: import("../../interfaces/global").CMSIBCommonInterface | undefined;
|
|
2273
2300
|
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
2274
2301
|
iconColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
2302
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
2275
2303
|
selectorKey: SelectorKeysEnum;
|
|
2276
2304
|
};
|
|
2277
2305
|
};
|
|
@@ -510,6 +510,7 @@ export declare const getDefaultData: () => {
|
|
|
510
510
|
};
|
|
511
511
|
showIcon: import("../../interfaces/global").CMSIBCommonInterface | undefined;
|
|
512
512
|
iconColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
513
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
513
514
|
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
514
515
|
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
515
516
|
theme: import("../../interfaces/global").CMSIBCommonInterface;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { CMSIBCommonInterface, CMSIBIconInterface, CMSIBSizeInterface, CSSPaddingValues } from "../../interfaces/global";
|
|
2
|
+
import { CMSElementEditTypes } from "../../enums/index";
|
|
2
3
|
export interface CMSElementEditPopupLayoutInterface {
|
|
3
4
|
selectorKey?: string;
|
|
4
5
|
adjustment?: CMSIBCommonInterface;
|
|
@@ -93,6 +94,7 @@ export interface CMSElementEditPopupDesignInterface {
|
|
|
93
94
|
shadows: CMSIBSizeInterface;
|
|
94
95
|
iconSize: CMSIBSizeInterface;
|
|
95
96
|
iconColor: CMSIBCommonInterface;
|
|
97
|
+
strokeWidth: CMSIBSizeInterface;
|
|
96
98
|
showIcon?: CMSIBCommonInterface;
|
|
97
99
|
showDivider?: CMSIBCommonInterface;
|
|
98
100
|
dividerWidth: CMSIBSizeInterface;
|
|
@@ -138,4 +140,25 @@ export declare const iconProperty: {
|
|
|
138
140
|
showIcon: CMSIBCommonInterface | undefined;
|
|
139
141
|
iconSize: CMSIBSizeInterface;
|
|
140
142
|
iconColor: CMSIBCommonInterface;
|
|
143
|
+
strokeWidth: CMSIBSizeInterface;
|
|
144
|
+
};
|
|
145
|
+
/**
|
|
146
|
+
* Stroke width for a hover or selected state's icon.
|
|
147
|
+
*
|
|
148
|
+
* Stroke width is authored once, on the default state — hover and selected inherit it.
|
|
149
|
+
* The control is still rendered in those sections (greyed out, via `isReadOnly`) so the
|
|
150
|
+
* setting is discoverable where the rest of the icon's styling lives, rather than
|
|
151
|
+
* looking like it was forgotten.
|
|
152
|
+
*
|
|
153
|
+
* `CONTROLS` rather than `CSS` on purpose: the value can never be edited here, so
|
|
154
|
+
* emitting a per-state `se-wh` var would only publish the schema default and risk
|
|
155
|
+
* shadowing the default state's real value.
|
|
156
|
+
*/
|
|
157
|
+
export declare const iconStrokeWidthReadOnly: {
|
|
158
|
+
propertyType: CMSElementEditTypes;
|
|
159
|
+
isReadOnly: boolean;
|
|
160
|
+
unit?: string | number | undefined;
|
|
161
|
+
value?: any;
|
|
162
|
+
property?: any;
|
|
163
|
+
parentRef?: string | undefined;
|
|
141
164
|
};
|
|
@@ -653,6 +653,7 @@ export declare const getDefaultData: () => {
|
|
|
653
653
|
showIcon: CMSIBCommonInterface | undefined;
|
|
654
654
|
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
655
655
|
iconColor: CMSIBCommonInterface;
|
|
656
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
656
657
|
selectorKey: SelectorKeysEnum;
|
|
657
658
|
};
|
|
658
659
|
};
|
|
@@ -251,6 +251,7 @@ export declare const getDefaultData: () => {
|
|
|
251
251
|
icons: {
|
|
252
252
|
showIcon: CMSIBCommonInterface | undefined;
|
|
253
253
|
iconColor: CMSIBCommonInterface;
|
|
254
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
254
255
|
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
255
256
|
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
256
257
|
theme: CMSIBCommonInterface;
|
|
@@ -560,6 +561,7 @@ export declare const getDefaultData: () => {
|
|
|
560
561
|
propertyType?: any;
|
|
561
562
|
isReadOnly?: boolean | undefined;
|
|
562
563
|
};
|
|
564
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
563
565
|
textTransform: {
|
|
564
566
|
value: string;
|
|
565
567
|
property: string;
|
|
@@ -785,6 +787,14 @@ export declare const getDefaultData: () => {
|
|
|
785
787
|
propertyType?: any;
|
|
786
788
|
isReadOnly?: boolean | undefined;
|
|
787
789
|
};
|
|
790
|
+
strokeWidth: {
|
|
791
|
+
propertyType: CMSElementEditTypes;
|
|
792
|
+
isReadOnly: boolean;
|
|
793
|
+
unit?: string | number | undefined;
|
|
794
|
+
value?: any;
|
|
795
|
+
property?: any;
|
|
796
|
+
parentRef?: string | undefined;
|
|
797
|
+
};
|
|
788
798
|
textTransform: {
|
|
789
799
|
value: string;
|
|
790
800
|
property: string;
|
|
@@ -1016,6 +1026,7 @@ export declare const getDefaultData: () => {
|
|
|
1016
1026
|
propertyType?: any;
|
|
1017
1027
|
isReadOnly?: boolean | undefined;
|
|
1018
1028
|
};
|
|
1029
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1019
1030
|
textTransform: {
|
|
1020
1031
|
value: string;
|
|
1021
1032
|
property: string;
|
|
@@ -1241,6 +1252,14 @@ export declare const getDefaultData: () => {
|
|
|
1241
1252
|
propertyType?: any;
|
|
1242
1253
|
isReadOnly?: boolean | undefined;
|
|
1243
1254
|
};
|
|
1255
|
+
strokeWidth: {
|
|
1256
|
+
propertyType: CMSElementEditTypes;
|
|
1257
|
+
isReadOnly: boolean;
|
|
1258
|
+
unit?: string | number | undefined;
|
|
1259
|
+
value?: any;
|
|
1260
|
+
property?: any;
|
|
1261
|
+
parentRef?: string | undefined;
|
|
1262
|
+
};
|
|
1244
1263
|
textTransform: {
|
|
1245
1264
|
value: string;
|
|
1246
1265
|
property: string;
|
|
@@ -290,6 +290,7 @@ export declare const getDefaultData: () => {
|
|
|
290
290
|
propertyType?: any;
|
|
291
291
|
isReadOnly?: boolean | undefined;
|
|
292
292
|
};
|
|
293
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
293
294
|
textTransform: {
|
|
294
295
|
value: string;
|
|
295
296
|
property: string;
|
|
@@ -476,6 +477,14 @@ export declare const getDefaultData: () => {
|
|
|
476
477
|
propertyType?: any;
|
|
477
478
|
isReadOnly?: boolean | undefined;
|
|
478
479
|
};
|
|
480
|
+
strokeWidth: {
|
|
481
|
+
propertyType: CMSElementEditTypes;
|
|
482
|
+
isReadOnly: boolean;
|
|
483
|
+
unit?: string | number | undefined;
|
|
484
|
+
value?: any;
|
|
485
|
+
property?: any;
|
|
486
|
+
parentRef?: string | undefined;
|
|
487
|
+
};
|
|
479
488
|
textTransform: {
|
|
480
489
|
value: string;
|
|
481
490
|
property: string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { CMSElementEditTypes } from "../../enums/index";
|
|
1
2
|
import { CMSIBCommonInterface, CMSIBSizeInterface } from "../../interfaces/global";
|
|
2
3
|
export interface selfDesignInterface {
|
|
3
4
|
selectorKey: string;
|
|
@@ -79,6 +80,7 @@ export declare const getDefaultData: () => {
|
|
|
79
80
|
isReadOnly?: boolean | undefined;
|
|
80
81
|
parentRef?: string | undefined;
|
|
81
82
|
};
|
|
83
|
+
strokeWidth: CMSIBSizeInterface;
|
|
82
84
|
};
|
|
83
85
|
hoverState: {
|
|
84
86
|
selectorKey: SelectorKeysEnum;
|
|
@@ -121,6 +123,14 @@ export declare const getDefaultData: () => {
|
|
|
121
123
|
isReadOnly?: boolean | undefined;
|
|
122
124
|
parentRef?: string | undefined;
|
|
123
125
|
};
|
|
126
|
+
strokeWidth: {
|
|
127
|
+
propertyType: CMSElementEditTypes;
|
|
128
|
+
isReadOnly: boolean;
|
|
129
|
+
unit?: string | number | undefined;
|
|
130
|
+
value?: any;
|
|
131
|
+
property?: any;
|
|
132
|
+
parentRef?: string | undefined;
|
|
133
|
+
};
|
|
124
134
|
};
|
|
125
135
|
};
|
|
126
136
|
};
|
|
@@ -142,11 +142,30 @@ export interface selfDesignInterface {
|
|
|
142
142
|
paginationDots: {
|
|
143
143
|
selectorKey: string;
|
|
144
144
|
dotSize: CMSIBCommonInterface;
|
|
145
|
+
borderColor: CMSIBCommonInterface;
|
|
146
|
+
borderStyle: CMSIBCommonInterface;
|
|
147
|
+
borderPerSlide: CMSIBCommonInterface;
|
|
148
|
+
showBorder: CMSIBCommonInterface;
|
|
149
|
+
showShadow: CMSIBCommonInterface;
|
|
150
|
+
shadowColor: CMSIBCommonInterface;
|
|
151
|
+
blur: CMSIBCommonInterface;
|
|
152
|
+
spread: CMSIBCommonInterface;
|
|
153
|
+
angle: CMSIBCommonInterface;
|
|
145
154
|
currentDotColor: CMSIBCommonInterface;
|
|
146
155
|
otherDotColor: CMSIBCommonInterface;
|
|
147
156
|
};
|
|
148
157
|
paginationLine: {
|
|
149
158
|
selectorKey: string;
|
|
159
|
+
borderColor: CMSIBCommonInterface;
|
|
160
|
+
borderStyle: CMSIBCommonInterface;
|
|
161
|
+
borderPerSlide: CMSIBCommonInterface;
|
|
162
|
+
showBorder: CMSIBCommonInterface;
|
|
163
|
+
showShadow: CMSIBCommonInterface;
|
|
164
|
+
shadowColor: CMSIBCommonInterface;
|
|
165
|
+
blur: CMSIBCommonInterface;
|
|
166
|
+
spread: CMSIBCommonInterface;
|
|
167
|
+
angle: CMSIBCommonInterface;
|
|
168
|
+
borderRadius: CMSIBCommonInterface;
|
|
150
169
|
currentLineColor: CMSIBCommonInterface;
|
|
151
170
|
otherLineColor: CMSIBCommonInterface;
|
|
152
171
|
lineHeight: CMSIBCommonInterface;
|
|
@@ -158,6 +158,7 @@ export declare const getDefaultData: () => {
|
|
|
158
158
|
propertyType?: any;
|
|
159
159
|
isReadOnly?: boolean | undefined;
|
|
160
160
|
};
|
|
161
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
161
162
|
verticalAlignment: {
|
|
162
163
|
value: string;
|
|
163
164
|
property: string;
|
|
@@ -172,6 +173,14 @@ export declare const getDefaultData: () => {
|
|
|
172
173
|
selectorKey: SelectorKeysEnum;
|
|
173
174
|
};
|
|
174
175
|
hoverState: {
|
|
176
|
+
strokeWidth: {
|
|
177
|
+
propertyType: CMSElementEditTypes;
|
|
178
|
+
isReadOnly: boolean;
|
|
179
|
+
unit?: string | number | undefined;
|
|
180
|
+
value?: any;
|
|
181
|
+
property?: any;
|
|
182
|
+
parentRef?: string | undefined;
|
|
183
|
+
};
|
|
175
184
|
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
176
185
|
showIcon: {
|
|
177
186
|
parentRef: null;
|
|
@@ -3,4 +3,5 @@ export declare const iconInstance: {
|
|
|
3
3
|
showIcon: import("../../interfaces/global").CMSIBCommonInterface | undefined;
|
|
4
4
|
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
5
5
|
iconColor: import("../../interfaces/global").CMSIBCommonInterface;
|
|
6
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
6
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CMSCSSUnitTypesEnums
|
|
1
|
+
import { CMSCSSUnitTypesEnums } from "../../enums";
|
|
2
2
|
import { CMSIBCommonInterface } from "../../interfaces/global";
|
|
3
3
|
import { CMSElementEditPopupInterface } from "./common";
|
|
4
4
|
export interface SectionEditPopupInterface extends CMSElementEditPopupInterface {
|
|
@@ -33,12 +33,7 @@ export declare const getDefaultData: () => {
|
|
|
33
33
|
showIcon: CMSIBCommonInterface | undefined;
|
|
34
34
|
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
35
35
|
iconColor: CMSIBCommonInterface;
|
|
36
|
-
strokeWidth:
|
|
37
|
-
value: number;
|
|
38
|
-
property: string;
|
|
39
|
-
unit: CMSCSSUnitTypesEnums;
|
|
40
|
-
propertyType: CMSElementEditTypes;
|
|
41
|
-
};
|
|
36
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
42
37
|
selectorKey: SelectorKeysEnum;
|
|
43
38
|
backgroundColor: CMSIBCommonInterface;
|
|
44
39
|
borderColor: CMSIBCommonInterface;
|
|
@@ -679,6 +679,14 @@ export declare const getDefaultData: () => {
|
|
|
679
679
|
propertyType?: any;
|
|
680
680
|
isReadOnly?: boolean | undefined;
|
|
681
681
|
};
|
|
682
|
+
strokeWidth: {
|
|
683
|
+
propertyType: CMSElementEditTypes;
|
|
684
|
+
isReadOnly: boolean;
|
|
685
|
+
unit?: string | number | undefined;
|
|
686
|
+
value?: any;
|
|
687
|
+
property?: any;
|
|
688
|
+
parentRef?: string | undefined;
|
|
689
|
+
};
|
|
682
690
|
textTransform: {
|
|
683
691
|
value: string;
|
|
684
692
|
property: string;
|
|
@@ -910,6 +918,7 @@ export declare const getDefaultData: () => {
|
|
|
910
918
|
propertyType?: any;
|
|
911
919
|
isReadOnly?: boolean | undefined;
|
|
912
920
|
};
|
|
921
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
913
922
|
textTransform: {
|
|
914
923
|
value: string;
|
|
915
924
|
property: string;
|
|
@@ -1174,6 +1183,14 @@ export declare const getDefaultData: () => {
|
|
|
1174
1183
|
propertyType?: any;
|
|
1175
1184
|
isReadOnly?: boolean | undefined;
|
|
1176
1185
|
};
|
|
1186
|
+
strokeWidth: {
|
|
1187
|
+
propertyType: CMSElementEditTypes;
|
|
1188
|
+
isReadOnly: boolean;
|
|
1189
|
+
unit?: string | number | undefined;
|
|
1190
|
+
value?: any;
|
|
1191
|
+
property?: any;
|
|
1192
|
+
parentRef?: string | undefined;
|
|
1193
|
+
};
|
|
1177
1194
|
textTransform: {
|
|
1178
1195
|
value: string;
|
|
1179
1196
|
property: string;
|
|
@@ -1405,6 +1422,7 @@ export declare const getDefaultData: () => {
|
|
|
1405
1422
|
propertyType?: any;
|
|
1406
1423
|
isReadOnly?: boolean | undefined;
|
|
1407
1424
|
};
|
|
1425
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1408
1426
|
textTransform: {
|
|
1409
1427
|
value: string;
|
|
1410
1428
|
property: string;
|
|
@@ -1621,6 +1639,7 @@ export declare const getDefaultData: () => {
|
|
|
1621
1639
|
showIcon: CMSIBCommonInterface | undefined;
|
|
1622
1640
|
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1623
1641
|
iconColor: CMSIBCommonInterface;
|
|
1642
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
1624
1643
|
theme: {
|
|
1625
1644
|
value: string;
|
|
1626
1645
|
property: string;
|
|
@@ -395,6 +395,7 @@ export declare const getDefaultData: () => {
|
|
|
395
395
|
propertyType?: any;
|
|
396
396
|
isReadOnly?: boolean | undefined;
|
|
397
397
|
};
|
|
398
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
398
399
|
textTransform: {
|
|
399
400
|
value: string;
|
|
400
401
|
property: string;
|
|
@@ -583,6 +584,14 @@ export declare const getDefaultData: () => {
|
|
|
583
584
|
propertyType?: any;
|
|
584
585
|
isReadOnly?: boolean | undefined;
|
|
585
586
|
};
|
|
587
|
+
strokeWidth: {
|
|
588
|
+
propertyType: CMSElementEditTypes;
|
|
589
|
+
isReadOnly: boolean;
|
|
590
|
+
unit?: string | number | undefined;
|
|
591
|
+
value?: any;
|
|
592
|
+
property?: any;
|
|
593
|
+
parentRef?: string | undefined;
|
|
594
|
+
};
|
|
586
595
|
textTransform: {
|
|
587
596
|
value: string;
|
|
588
597
|
property: string;
|
|
@@ -61,6 +61,25 @@ export declare const getDefaultData: () => {
|
|
|
61
61
|
margin: import("../../interfaces/global").CSSPaddingValues | undefined;
|
|
62
62
|
positionType: import("../../interfaces/global").CMSIBCommonInterface | undefined;
|
|
63
63
|
};
|
|
64
|
+
content: {
|
|
65
|
+
selectorKey: orderSelectorKeysEnum;
|
|
66
|
+
orderDetails: {
|
|
67
|
+
value: boolean;
|
|
68
|
+
propertyType: CMSElementEditTypes;
|
|
69
|
+
};
|
|
70
|
+
quickActions: {
|
|
71
|
+
value: boolean;
|
|
72
|
+
propertyType: CMSElementEditTypes;
|
|
73
|
+
};
|
|
74
|
+
cartItems: {
|
|
75
|
+
value: boolean;
|
|
76
|
+
propertyType: CMSElementEditTypes;
|
|
77
|
+
};
|
|
78
|
+
orderAttributes: {
|
|
79
|
+
value: boolean;
|
|
80
|
+
propertyType: CMSElementEditTypes;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
64
83
|
design: {
|
|
65
84
|
selectorKey: orderSelectorKeysEnum;
|
|
66
85
|
orderWidget: {
|
|
@@ -385,6 +385,7 @@ export declare const getDefaultData: () => {
|
|
|
385
385
|
showIcon: CMSIBCommonInterface | undefined;
|
|
386
386
|
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
387
387
|
iconColor: CMSIBCommonInterface;
|
|
388
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
388
389
|
};
|
|
389
390
|
itemStyle: {
|
|
390
391
|
selectorKey: QuickLinksSelectorKeysEnum;
|
|
@@ -444,6 +445,7 @@ export declare const getDefaultData: () => {
|
|
|
444
445
|
propertyType: CMSElementEditTypes;
|
|
445
446
|
parentRef: string;
|
|
446
447
|
};
|
|
448
|
+
strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
|
|
447
449
|
};
|
|
448
450
|
hoverState: {
|
|
449
451
|
selectorKey: QuickLinksSelectorKeysEnum;
|
|
@@ -501,6 +503,14 @@ export declare const getDefaultData: () => {
|
|
|
501
503
|
propertyType: CMSElementEditTypes;
|
|
502
504
|
parentRef: string;
|
|
503
505
|
};
|
|
506
|
+
strokeWidth: {
|
|
507
|
+
propertyType: CMSElementEditTypes;
|
|
508
|
+
isReadOnly: boolean;
|
|
509
|
+
unit?: string | number | undefined;
|
|
510
|
+
value?: any;
|
|
511
|
+
property?: any;
|
|
512
|
+
parentRef?: string | undefined;
|
|
513
|
+
};
|
|
504
514
|
};
|
|
505
515
|
};
|
|
506
516
|
quickLinksTextLayout: {
|
|
@@ -7,6 +7,7 @@ export interface selfDesignInterface {
|
|
|
7
7
|
selectorKey: string;
|
|
8
8
|
widgetStyle?: {
|
|
9
9
|
selectorKey: string;
|
|
10
|
+
horizontalAlignment?: CMSIBCommonInterface;
|
|
10
11
|
backgroundColor?: CMSIBCommonInterface;
|
|
11
12
|
borderColor?: CMSIBCommonInterface;
|
|
12
13
|
borderStyle?: CMSIBCommonInterface;
|