@sc-360-v2/storefront-cms-library 0.3.12 → 0.3.14

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.
@@ -219,7 +219,7 @@ interface selfDesignInterface {
219
219
  [key: string]: any;
220
220
  };
221
221
  }
222
- export declare enum VariantPickerSelectorKeysEnum {
222
+ export declare enum SelfEnums {
223
223
  LAYOUT = "layout",
224
224
  CONTENT = "content",
225
225
  DESIGN = "design",
@@ -32,7 +32,7 @@ export type CMSEditControlsTypes = "Slider" | "Settings" | string;
32
32
  export type GlobalVideoAttributes = "src" | "poster" | "controls" | "autoplay" | "loop" | "muted" | "preload" | "crossOrigin" | "playsInline";
33
33
  export type CommonBuilderAttributes = "dataDivType" | "dataType" | "dataElementType" | "dataWidgetType" | "dataElementSubChild";
34
34
  export type GlobalTableAttributes = "cellPadding" | "cellSpacing" | "border" | "width" | "height" | "align" | "bgColor" | "frame" | "headers" | "rows" | "rules";
35
- export type StackDirectionType = "horizontal" | "vertical";
35
+ export type StackDirectionType = "horizontal" | "vertical" | string;
36
36
  export type FlexSizeType = "none" | "shrink" | "grow" | string;
37
37
  export type ShowShubMenuType = "On Hover" | "On Click";
38
38
  export type ObjectFitValue = "fill" | "contain" | "cover" | "none" | "scale-down" | string;
@@ -1,6 +1,5 @@
1
1
  @use "sass:map";
2
2
  @use "sass:list";
3
- @use "./table-common.scss";
4
3
 
5
4
  [data-div-type="element"] {
6
5
  &[data-element-type="uomSelector"] {
package/dist/widget.scss CHANGED
@@ -109,6 +109,8 @@
109
109
  @use "./user-elements.scss";
110
110
  @use "./filter-results.scss";
111
111
  @use "./product-sizechart.scss";
112
+ @use "./badge.scss";
112
113
  @use "./toggle-button.scss";
113
114
  @use "./employee-bulk-order.scss";
114
115
  @use "./confirmationModal.scss";
116
+ @use "./submit-quote.scss";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.3.12",
3
+ "version": "0.3.14",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {