@sc-360-v2/storefront-cms-library 0.2.39 → 0.2.41

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.
@@ -22,8 +22,6 @@ export interface SectionStyleProperties extends CommonStyleProperties {
22
22
  gridArea?: string;
23
23
  display?: DisplayValue;
24
24
  boxSizing?: string;
25
- rowGap?: string;
26
- columnGap?: string;
27
25
  gridTemplateRows?: string;
28
26
  gridTemplateColumns?: string;
29
27
  }
@@ -244,6 +244,8 @@ export declare const CMSElementsListEnum: {
244
244
  RFQS: string;
245
245
  LIGHTBOXV2: string;
246
246
  ALLOCATIONS: string;
247
+ LAYOUTER: string;
248
+ LAYOUTER_ITEM: string;
247
249
  };
248
250
  export declare enum CMSResponsiveModeEnums {
249
251
  DESKTOP = "desktop",
@@ -1,8 +1,11 @@
1
1
  import { CMSElementEditPopupDesignInterface, CMSElementEditPopupInterface, CMSElementEditPopupLayoutInterface } from "./common";
2
+ import { CMSIBSizeInterface } from "../../interfaces/global";
2
3
  export interface SectionEditPopupInterface extends CMSElementEditPopupInterface {
3
4
  }
4
5
  interface selfLayoutInterface {
5
6
  selectorKey: string;
7
+ columnGap: CMSIBSizeInterface;
8
+ rowGap: CMSIBSizeInterface;
6
9
  }
7
10
  export interface selfDesignInterface {
8
11
  selectorKey: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.2.39",
3
+ "version": "0.2.41",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {