@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.
Files changed (106) hide show
  1. package/dist/add-products-tab-details.scss +3 -0
  2. package/dist/allocation-header-quota-details.scss +520 -0
  3. package/dist/allocationDetails.scss +608 -396
  4. package/dist/allocations-quota-details.scss +173 -170
  5. package/dist/allocations.scss +8 -112
  6. package/dist/amount-estimator.scss +1088 -1083
  7. package/dist/badge.scss +396 -388
  8. package/dist/breadcrumbs.scss +17 -0
  9. package/dist/builder.js +1 -1
  10. package/dist/bulk-variant-picker.scss +4 -0
  11. package/dist/bundle copy.scss +26 -0
  12. package/dist/bundle.scss +10 -0
  13. package/dist/bundleDetails.scss +14 -0
  14. package/dist/button copy.scss +2 -0
  15. package/dist/button.scss +2 -0
  16. package/dist/buyForHeaders.scss +19 -0
  17. package/dist/cart-details.scss +101 -18
  18. package/dist/cart-summary.scss +18 -0
  19. package/dist/cart.scss +2 -0
  20. package/dist/cartAttributes.scss +4 -0
  21. package/dist/category-groups-quota-details.scss +124 -38
  22. package/dist/checkout.scss +6 -0
  23. package/dist/countdown.scss +2 -0
  24. package/dist/coupon.scss +8 -0
  25. package/dist/embroidery.scss +2 -0
  26. package/dist/employee-bulk-order.scss +5 -0
  27. package/dist/faq.scss +9 -0
  28. package/dist/filters.scss +2 -0
  29. package/dist/form-zindex-module.scss +24 -24
  30. package/dist/gallery-slider-temp.scss +205 -14
  31. package/dist/hotspot.scss +4 -0
  32. package/dist/icon-list.scss +2 -0
  33. package/dist/kitDetails.scss +2 -0
  34. package/dist/kits.scss +2 -0
  35. package/dist/language-selector.scss +6 -4
  36. package/dist/last-x-orders.scss +5 -0
  37. package/dist/login.scss +14 -0
  38. package/dist/map.scss +6 -0
  39. package/dist/mega-menu.scss +41 -0
  40. package/dist/menu-v2.scss +83 -6
  41. package/dist/past-orders.scss +989 -975
  42. package/dist/pickup-locations.scss +1172 -1167
  43. package/dist/product-image-allocation.scss +59 -0
  44. package/dist/product-inventory.scss +1381 -1378
  45. package/dist/product-promotions.scss +2768 -2759
  46. package/dist/product-sizechart.scss +4 -0
  47. package/dist/profile.scss +8 -0
  48. package/dist/quantity-selector.scss +4 -0
  49. package/dist/quick-inventory-check.scss +5 -0
  50. package/dist/quick-order-pad.scss +5 -0
  51. package/dist/quota-details.scss +99 -15
  52. package/dist/repeater copy.scss +3 -0
  53. package/dist/repeater-grid-toggle.scss +2 -0
  54. package/dist/repeater-item.scss +2 -2
  55. package/dist/repeater.scss +2 -0
  56. package/dist/request-for-quotes.scss +1 -1
  57. package/dist/rfqs.scss +10 -0
  58. package/dist/scroll.scss +46 -0
  59. package/dist/search.scss +4 -0
  60. package/dist/shipping-payments.scss +4 -0
  61. package/dist/social.scss +5 -0
  62. package/dist/store-locations.scss +1402 -1398
  63. package/dist/tab-v2.scss +2 -0
  64. package/dist/table-common.scss +509 -506
  65. package/dist/table.scss +687 -685
  66. package/dist/types/builder/tools/element-edit/addProductsTab.d.ts +28 -0
  67. package/dist/types/builder/tools/element-edit/allocationDetails.d.ts +5 -0
  68. package/dist/types/builder/tools/element-edit/allocations.d.ts +1 -0
  69. package/dist/types/builder/tools/element-edit/breadcrumbs.d.ts +5 -0
  70. package/dist/types/builder/tools/element-edit/bundle.d.ts +40 -0
  71. package/dist/types/builder/tools/element-edit/bundleDetails.d.ts +20 -0
  72. package/dist/types/builder/tools/element-edit/buttonInstance.d.ts +18 -0
  73. package/dist/types/builder/tools/element-edit/buyForWithTab.d.ts +1 -0
  74. package/dist/types/builder/tools/element-edit/cartAttributes.d.ts +9 -0
  75. package/dist/types/builder/tools/element-edit/cartDetails.d.ts +79 -1
  76. package/dist/types/builder/tools/element-edit/cartSummary.d.ts +72 -0
  77. package/dist/types/builder/tools/element-edit/categoryGroups.d.ts +28 -0
  78. package/dist/types/builder/tools/element-edit/checkout.d.ts +1 -0
  79. package/dist/types/builder/tools/element-edit/common.d.ts +23 -0
  80. package/dist/types/builder/tools/element-edit/countdown.d.ts +1 -0
  81. package/dist/types/builder/tools/element-edit/coupon.d.ts +19 -0
  82. package/dist/types/builder/tools/element-edit/embroidery.d.ts +9 -0
  83. package/dist/types/builder/tools/element-edit/filterResults.d.ts +10 -0
  84. package/dist/types/builder/tools/element-edit/gallery-slider.d.ts +19 -0
  85. package/dist/types/builder/tools/element-edit/icon-list.d.ts +9 -0
  86. package/dist/types/builder/tools/element-edit/iconInstace.d.ts +1 -0
  87. package/dist/types/builder/tools/element-edit/iconLibrary.d.ts +2 -7
  88. package/dist/types/builder/tools/element-edit/kitDetails.d.ts +19 -0
  89. package/dist/types/builder/tools/element-edit/kits.d.ts +9 -0
  90. package/dist/types/builder/tools/element-edit/orderStatus.d.ts +19 -0
  91. package/dist/types/builder/tools/element-edit/quickLinks.d.ts +10 -0
  92. package/dist/types/builder/tools/element-edit/quotaDetails.d.ts +1 -0
  93. package/dist/types/builder/tools/element-edit/rfqs.d.ts +5 -0
  94. package/dist/types/builder/tools/element-edit/scroll.d.ts +1 -0
  95. package/dist/types/builder/tools/element-edit/shipping-payments.d.ts +2 -0
  96. package/dist/types/builder/tools/element-edit/social.d.ts +1 -0
  97. package/dist/types/builder/tools/element-edit/table.d.ts +1 -0
  98. package/dist/types/builder/tools/element-edit/tabs.d.ts +18 -0
  99. package/dist/types/builder/tools/element-edit/tabsV2.d.ts +17 -0
  100. package/dist/types/builder/tools/element-edit/userElements.d.ts +5 -0
  101. package/dist/types/builder/tools/element-edit/video.d.ts +2 -0
  102. package/dist/user-elements.scss +10 -0
  103. package/dist/variant-picker.scss +2 -0
  104. package/dist/video.scss +2 -0
  105. package/dist/volume-pricing.scss +3 -0
  106. package/package.json +1 -1
@@ -49,6 +49,7 @@ interface selfDesignInterface {
49
49
  showIcon: CMSIBCommonInterface;
50
50
  iconSize: CMSIBCommonInterface;
51
51
  iconColor: CMSIBCommonInterface;
52
+ strokeWidth: CMSIBCommonInterface;
52
53
  icon: CMSIBCommonInterface;
53
54
  };
54
55
  printIcon: {
@@ -56,6 +57,7 @@ interface selfDesignInterface {
56
57
  showIcon: CMSIBCommonInterface;
57
58
  iconSize: CMSIBCommonInterface;
58
59
  iconColor: CMSIBCommonInterface;
60
+ strokeWidth: CMSIBCommonInterface;
59
61
  icon: CMSIBCommonInterface;
60
62
  };
61
63
  downloadIcon: {
@@ -63,6 +65,7 @@ interface selfDesignInterface {
63
65
  showIcon: CMSIBCommonInterface;
64
66
  iconSize: CMSIBCommonInterface;
65
67
  iconColor: CMSIBCommonInterface;
68
+ strokeWidth: CMSIBCommonInterface;
66
69
  icon: CMSIBCommonInterface;
67
70
  };
68
71
  cancelIcon: {
@@ -70,6 +73,7 @@ interface selfDesignInterface {
70
73
  showIcon: CMSIBCommonInterface;
71
74
  iconSize: CMSIBCommonInterface;
72
75
  iconColor: CMSIBCommonInterface;
76
+ strokeWidth: CMSIBCommonInterface;
73
77
  icon: CMSIBCommonInterface;
74
78
  };
75
79
  sendMessageIcon: {
@@ -77,6 +81,7 @@ interface selfDesignInterface {
77
81
  showIcon: CMSIBCommonInterface;
78
82
  iconSize: CMSIBCommonInterface;
79
83
  iconColor: CMSIBCommonInterface;
84
+ strokeWidth: CMSIBCommonInterface;
80
85
  icon: CMSIBCommonInterface;
81
86
  };
82
87
  };
@@ -176,6 +176,7 @@ export declare const getDefaultData: () => {
176
176
  showIcon: CMSIBCommonInterface | undefined;
177
177
  iconSize: import("../../interfaces/global").CMSIBSizeInterface;
178
178
  iconColor: CMSIBCommonInterface;
179
+ strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
179
180
  theme: CMSIBCommonInterface;
180
181
  backgroundColor: CMSIBCommonInterface;
181
182
  showBorder: CMSIBCommonInterface;
@@ -648,6 +648,7 @@ export declare const getDefaultData: () => {
648
648
  showIcon: CMSIBCommonInterface | undefined;
649
649
  iconSize: import("../../interfaces/global").CMSIBSizeInterface;
650
650
  iconColor: CMSIBCommonInterface;
651
+ strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
651
652
  selectorKey: string;
652
653
  };
653
654
  };
@@ -893,6 +894,7 @@ export declare const getDefaultData: () => {
893
894
  showIcon: CMSIBCommonInterface | undefined;
894
895
  iconSize: import("../../interfaces/global").CMSIBSizeInterface;
895
896
  iconColor: CMSIBCommonInterface;
897
+ strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
896
898
  borderColor: CMSIBCommonInterface;
897
899
  borderStyle: CMSIBCommonInterface;
898
900
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
@@ -225,6 +225,7 @@ export declare const getDefaultData: () => {
225
225
  propertyType: CMSElementEditTypes;
226
226
  parentRef: string;
227
227
  };
228
+ strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
228
229
  exposure: import("../../interfaces/global").CMSIBSizeInterface;
229
230
  contrast: import("../../interfaces/global").CMSIBSizeInterface;
230
231
  saturation: import("../../interfaces/global").CMSIBSizeInterface;
@@ -129,6 +129,7 @@ export interface TableControlInterface {
129
129
  nextIcon?: CMSIBCommonInterface;
130
130
  iconSize?: CMSIBCommonInterface;
131
131
  iconColor?: CMSIBCommonInterface;
132
+ strokeWidth?: CMSIBCommonInterface;
132
133
  };
133
134
  hoverState?: {
134
135
  selectorKey: string;
@@ -143,6 +143,7 @@ export declare const getDefaultData: () => {
143
143
  isReadOnly?: boolean | undefined;
144
144
  parentRef?: string | undefined;
145
145
  };
146
+ strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
146
147
  verticalAlignment: {
147
148
  value: string;
148
149
  property: string;
@@ -184,6 +185,14 @@ export declare const getDefaultData: () => {
184
185
  selectorKey: SelectorKeysEnum;
185
186
  };
186
187
  hoverState: {
188
+ strokeWidth: {
189
+ propertyType: CMSElementEditTypes;
190
+ isReadOnly: boolean;
191
+ unit?: string | number | undefined;
192
+ value?: any;
193
+ property?: any;
194
+ parentRef?: string | undefined;
195
+ };
187
196
  icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
188
197
  showIcon: {
189
198
  value?: any;
@@ -248,6 +257,14 @@ export declare const getDefaultData: () => {
248
257
  selectorKey: SelectorKeysEnum;
249
258
  };
250
259
  selectedState: {
260
+ strokeWidth: {
261
+ propertyType: CMSElementEditTypes;
262
+ isReadOnly: boolean;
263
+ unit?: string | number | undefined;
264
+ value?: any;
265
+ property?: any;
266
+ parentRef?: string | undefined;
267
+ };
251
268
  icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
252
269
  showIcon: {
253
270
  value?: any;
@@ -485,6 +502,7 @@ export declare const getDefaultData: () => {
485
502
  value: string;
486
503
  propertyType: CMSElementEditTypes;
487
504
  };
505
+ strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
488
506
  iconSize: {
489
507
  value: number;
490
508
  unit: number;
@@ -151,6 +151,7 @@ export declare const getDefaultData: () => {
151
151
  isReadOnly?: boolean | undefined;
152
152
  parentRef?: string | undefined;
153
153
  };
154
+ strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
154
155
  verticalAlignment: {
155
156
  value: string;
156
157
  property: string;
@@ -223,6 +224,14 @@ export declare const getDefaultData: () => {
223
224
  selectorKey: SelectorKeysEnum;
224
225
  };
225
226
  hoverState: {
227
+ strokeWidth: {
228
+ propertyType: CMSElementEditTypes;
229
+ isReadOnly: boolean;
230
+ unit?: string | number | undefined;
231
+ value?: any;
232
+ property?: any;
233
+ parentRef?: string | undefined;
234
+ };
226
235
  showIcon: {
227
236
  value?: any;
228
237
  property?: any;
@@ -317,6 +326,14 @@ export declare const getDefaultData: () => {
317
326
  selectorKey: SelectorKeysEnum;
318
327
  };
319
328
  selectedState: {
329
+ strokeWidth: {
330
+ propertyType: CMSElementEditTypes;
331
+ isReadOnly: boolean;
332
+ unit?: string | number | undefined;
333
+ value?: any;
334
+ property?: any;
335
+ parentRef?: string | undefined;
336
+ };
320
337
  showIcon: {
321
338
  value?: any;
322
339
  property?: any;
@@ -275,6 +275,7 @@ export declare const getDefaultData: () => {
275
275
  showIcon: CMSIBCommonInterface | undefined;
276
276
  iconSize: import("../../interfaces/global").CMSIBSizeInterface;
277
277
  iconColor: CMSIBCommonInterface;
278
+ strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
278
279
  theme: CMSIBCommonInterface;
279
280
  font: CMSIBCommonInterface;
280
281
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -354,6 +355,7 @@ export declare const getDefaultData: () => {
354
355
  showIcon: CMSIBCommonInterface | undefined;
355
356
  iconSize: import("../../interfaces/global").CMSIBSizeInterface;
356
357
  iconColor: CMSIBCommonInterface;
358
+ strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
357
359
  theme: CMSIBCommonInterface;
358
360
  font: CMSIBCommonInterface;
359
361
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -377,6 +379,7 @@ export declare const getDefaultData: () => {
377
379
  showIcon: CMSIBCommonInterface | undefined;
378
380
  iconSize: import("../../interfaces/global").CMSIBSizeInterface;
379
381
  iconColor: CMSIBCommonInterface;
382
+ strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
380
383
  theme: CMSIBCommonInterface;
381
384
  font: CMSIBCommonInterface;
382
385
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -400,6 +403,7 @@ export declare const getDefaultData: () => {
400
403
  showIcon: CMSIBCommonInterface | undefined;
401
404
  iconSize: import("../../interfaces/global").CMSIBSizeInterface;
402
405
  iconColor: CMSIBCommonInterface;
406
+ strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
403
407
  theme: CMSIBCommonInterface;
404
408
  font: CMSIBCommonInterface;
405
409
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
@@ -892,6 +896,7 @@ export declare const getDefaultData: () => {
892
896
  showIcon: CMSIBCommonInterface | undefined;
893
897
  iconSize: import("../../interfaces/global").CMSIBSizeInterface;
894
898
  iconColor: CMSIBCommonInterface;
899
+ strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
895
900
  };
896
901
  };
897
902
  dropdownStyle: {
@@ -423,6 +423,7 @@ export declare const getDefaultData: () => {
423
423
  showIcon: CMSIBCommonInterface | undefined;
424
424
  iconSize: import("../../interfaces/global").CMSIBSizeInterface;
425
425
  iconColor: CMSIBCommonInterface;
426
+ strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
426
427
  };
427
428
  videoPlayer: {
428
429
  selectorKey: VideoSelectorKeysEnum;
@@ -492,6 +493,7 @@ export declare const getDefaultData: () => {
492
493
  propertyType: CMSElementEditTypes;
493
494
  };
494
495
  iconColor: CMSIBCommonInterface;
496
+ strokeWidth: import("../../interfaces/global").CMSIBSizeInterface;
495
497
  backgroundShape: {
496
498
  value: string;
497
499
  property: string;
@@ -903,6 +903,8 @@ $imagePositions: (
903
903
  height: prepareMediaVariable(--_ctm-dn-ur-io-dn-ur-ne-dn-in-se);
904
904
  path {
905
905
  stroke: prepareMediaVariable(--_ctm-dn-ur-io-dn-ur-ne-dn-in-c1);
906
+ // Overrides the stroke-width presentation attribute baked into the icon markup.
907
+ stroke-width: prepareMediaVariable(--_ctm-dn-ur-io-dn-ur-ne-dn-se-wh, 1.25);
906
908
  }
907
909
  }
908
910
  }
@@ -942,6 +944,8 @@ $imagePositions: (
942
944
  height: prepareMediaVariable(--_ctm-dn-ur-io-dn-ur-id-dn-in-se);
943
945
  path {
944
946
  stroke: prepareMediaVariable(--_ctm-dn-ur-io-dn-ur-id-dn-in-c1);
947
+ // Overrides the stroke-width presentation attribute baked into the icon markup.
948
+ stroke-width: prepareMediaVariable(--_ctm-dn-ur-io-dn-ur-id-dn-se-wh, 1.25);
945
949
  }
946
950
  }
947
951
  }
@@ -970,6 +974,8 @@ $imagePositions: (
970
974
  height: prepareMediaVariable(--_ctm-dn-ur-io-dn-ur-el-dn-in-se);
971
975
  path {
972
976
  stroke: prepareMediaVariable(--_ctm-dn-ur-io-dn-ur-el-dn-in-c1);
977
+ // Overrides the stroke-width presentation attribute baked into the icon markup.
978
+ stroke-width: prepareMediaVariable(--_ctm-dn-ur-io-dn-ur-el-dn-se-wh, 1.25);
973
979
  }
974
980
  }
975
981
  }
@@ -998,6 +1004,8 @@ $imagePositions: (
998
1004
  height: prepareMediaVariable(--_ctm-dn-ur-io-dn-ur-pe-dn-in-se);
999
1005
  path {
1000
1006
  stroke: prepareMediaVariable(--_ctm-dn-ur-io-dn-ur-pe-dn-in-c1);
1007
+ // Overrides the stroke-width presentation attribute baked into the icon markup.
1008
+ stroke-width: prepareMediaVariable(--_ctm-dn-ur-io-dn-ur-pe-dn-se-wh, 1.25);
1001
1009
  }
1002
1010
  }
1003
1011
  }
@@ -1811,6 +1819,8 @@ $imagePositions: (
1811
1819
  var(--_ctm-dn-ur-sy-io-dn-ct-in-in-c1)
1812
1820
  )
1813
1821
  );
1822
+ // Overrides the stroke-width presentation attribute baked into the icon markup.
1823
+ stroke-width: prepareMediaVariable(--_ctm-dn-ur-sy-io-dn-ct-in-se-wh, 1.25);
1814
1824
  }
1815
1825
  }
1816
1826
  }
@@ -946,6 +946,8 @@ $minWidth: 70px;
946
946
  var(--_ctm-dn-on-ve-gp-sr-aw-dt-se-in-c1, #002a4e)
947
947
  )
948
948
  );
949
+ // Overrides the stroke-width presentation attribute baked into the icon markup.
950
+ stroke-width: prepareMediaVariable(--_ctm-dn-on-ve-gp-sr-aw-dt-se-se-wh, 1.25);
949
951
  }
950
952
  }
951
953
 
package/dist/video.scss CHANGED
@@ -539,6 +539,8 @@
539
539
  --_ctm-mob-dn-py-pe-in-c1,
540
540
  var(--_ctm-tab-dn-py-pe-in-c1, var(--_ctm-dn-py-pe-in-c1))
541
541
  );
542
+ // Overrides the stroke-width presentation attribute baked into the icon markup.
543
+ stroke-width: prepareMediaVariable(--_ctm-dn-py-pe-se-wh, 1.25);
542
544
  }
543
545
  }
544
546
  }
@@ -1,3 +1,4 @@
1
+ @use "./functions.scss" as *;
1
2
  @use "sass:map";
2
3
  @use "sass:list";
3
4
 
@@ -1050,6 +1051,8 @@
1050
1051
  path {
1051
1052
  stroke: var(--_gray-500);
1052
1053
  // stroke: var(--_ctm-dn-pn-in-c1, var(--_tst-dn-pn-in-c1));
1054
+ // Overrides the stroke-width presentation attribute baked into the icon markup.
1055
+ stroke-width: prepareMediaVariable(--_ctm-dn-pn-se-wh, 1.25);
1053
1056
  }
1054
1057
  }
1055
1058
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.5.54",
3
+ "version": "0.5.55",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {