@sc-360-v2/storefront-cms-library 0.5.14 → 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.
@@ -75,7 +75,7 @@ export declare const getDefaultData: () => {
75
75
  };
76
76
  showDivider: {
77
77
  value: boolean;
78
- parentRef: string;
78
+ parentRef: null;
79
79
  property?: any;
80
80
  propertyType?: any;
81
81
  isReadOnly?: boolean | undefined;
@@ -101,8 +101,8 @@ export declare const getDefaultData: () => {
101
101
  };
102
102
  dividerColor: {
103
103
  property: string;
104
- value: null;
105
- parentRef: string;
104
+ parentRef: null;
105
+ value?: any;
106
106
  propertyType?: any;
107
107
  isReadOnly?: boolean | undefined;
108
108
  };
@@ -137,14 +137,14 @@ export declare const getDefaultData: () => {
137
137
  defaultState: {
138
138
  icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
139
139
  showIcon: {
140
- parentRef: string;
140
+ parentRef: null;
141
141
  value?: any;
142
142
  property?: any;
143
143
  propertyType?: any;
144
144
  isReadOnly?: boolean | undefined;
145
145
  };
146
146
  iconSize: {
147
- parentRef: string;
147
+ parentRef: null;
148
148
  unit?: string | number | undefined;
149
149
  value?: any;
150
150
  property?: any;
@@ -152,7 +152,7 @@ export declare const getDefaultData: () => {
152
152
  isReadOnly?: boolean | undefined;
153
153
  };
154
154
  iconColor: {
155
- parentRef: string;
155
+ parentRef: null;
156
156
  value?: any;
157
157
  property?: any;
158
158
  propertyType?: any;
@@ -174,14 +174,14 @@ export declare const getDefaultData: () => {
174
174
  hoverState: {
175
175
  icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
176
176
  showIcon: {
177
- parentRef: string;
177
+ parentRef: null;
178
178
  value?: any;
179
179
  property?: any;
180
180
  propertyType?: any;
181
181
  isReadOnly?: boolean | undefined;
182
182
  };
183
183
  iconSize: {
184
- parentRef: string;
184
+ parentRef: null;
185
185
  unit?: string | number | undefined;
186
186
  value?: any;
187
187
  property?: any;
@@ -189,7 +189,7 @@ export declare const getDefaultData: () => {
189
189
  isReadOnly?: boolean | undefined;
190
190
  };
191
191
  iconColor: {
192
- parentRef: string;
192
+ parentRef: null;
193
193
  value?: any;
194
194
  property?: any;
195
195
  propertyType?: any;
@@ -269,7 +269,7 @@ export declare const getDefaultData: () => {
269
269
  };
270
270
  showDivider: {
271
271
  value: boolean;
272
- parentRef: string;
272
+ parentRef: null;
273
273
  property?: any;
274
274
  propertyType?: any;
275
275
  isReadOnly?: boolean | undefined;
@@ -289,8 +289,8 @@ export declare const getDefaultData: () => {
289
289
  };
290
290
  dividerColor: {
291
291
  property: string;
292
- value: null;
293
- parentRef: string;
292
+ parentRef: null;
293
+ value?: any;
294
294
  propertyType?: any;
295
295
  isReadOnly?: boolean | undefined;
296
296
  };
@@ -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.14",
3
+ "version": "0.5.16",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {