@sc-360-v2/storefront-cms-library 0.5.15 → 0.5.16

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.
@@ -171,7 +171,7 @@ export declare const getDefaultData: () => {
171
171
  blur: import("../../interfaces/global").CMSIBSizeInterface;
172
172
  };
173
173
  itemStyle: {
174
- selectorKey: SocialSelectorKeysEnum;
174
+ padding: any;
175
175
  backgroundColor: CMSIBCommonInterface;
176
176
  cropRatio: CMSIBCommonInterface;
177
177
  zoomImage: CMSIBCommonInterface;
@@ -225,6 +225,12 @@ export declare const getDefaultData: () => {
225
225
  propertyType: CMSElementEditTypes;
226
226
  parentRef: string;
227
227
  };
228
+ exposure: import("../../interfaces/global").CMSIBSizeInterface;
229
+ contrast: import("../../interfaces/global").CMSIBSizeInterface;
230
+ saturation: import("../../interfaces/global").CMSIBSizeInterface;
231
+ highlights: import("../../interfaces/global").CMSIBSizeInterface;
232
+ shadows: import("../../interfaces/global").CMSIBSizeInterface;
233
+ selectorKey: SocialSelectorKeysEnum;
228
234
  };
229
235
  socialIcons: {
230
236
  selectorKey: SocialSelectorKeysEnum;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.5.15",
3
+ "version": "0.5.16",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {