@sc-360-v2/storefront-cms-library 0.2.1 → 0.2.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.
@@ -59,6 +59,7 @@ export declare enum CMSElementSelectors {
59
59
  iframePreviewSelector = "iframe[data-title='cms-iframe-preview']",
60
60
  iframePreviewMainSelector = "[data-page-id='cms-iframe-preview-main']",
61
61
  templteEditiorSelector = "[data-page-id='cms__template__editor']",
62
+ pageWrapper = "[data-page-id='page-wrapper']",
62
63
  gridSelector = "section[data-div-type='section'] > .wrapper > div[data-div-type='grid']",
63
64
  insideGridSelector = ".wrapper > div[data-div-type='grid']",
64
65
  elementSelector = "section[data-div-type='section'] > .wrapper > div[data-div-type='grid'] > div[data-div-type='cms-grid-wrapper'] > div[data-div-type='element']",
@@ -252,3 +253,10 @@ export declare enum CMSRepeaterSliderControlTypes {
252
253
  DOTS = "Dots",
253
254
  NONE = "None"
254
255
  }
256
+ export declare enum FliterTypes {
257
+ BRAND_FILTER = 1,
258
+ CATEGORY_FILTER = 2,
259
+ OPTION_FILTER = 3,
260
+ CUSTOM_ATTRIBUTE_FILTER = 4,
261
+ PRICE_FILTER = 5
262
+ }
@@ -27,6 +27,7 @@ interface selfLayoutInterface {
27
27
  openItemsIn: CMSIBCommonInterface;
28
28
  showMoreItems: CMSIBCommonInterface;
29
29
  verticalSpacingBetweenItems: CMSIBCommonInterface;
30
+ showOptionsFilter: CMSIBCommonInterface;
30
31
  }
31
32
  interface selfDesignInterface {
32
33
  selectorKey: string;
package/dist/widget.scss CHANGED
@@ -1,4 +1,10 @@
1
1
  // Note: please import only widget related css only in this
2
+ @use "./section.scss";
3
+ @use "./grid.scss";
4
+ @use "./container.scss";
5
+ @use "./stack.scss";
6
+ @use "./repeater.scss";
7
+ @use "./repeater-item.scss";
2
8
  @use "./video.scss";
3
9
  @use "./social.scss";
4
10
  @use "./faq.scss";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.2.01",
3
+ "version": "0.2.02",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {