@sc-360-v2/storefront-cms-library 0.2.72 → 0.2.73

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.
@@ -23,14 +23,6 @@ export declare const getDefaultData: () => {
23
23
  value: number;
24
24
  unit: CMSCSSUnitTypesEnums;
25
25
  };
26
- height: {
27
- value: number;
28
- unit: CMSCSSUnitTypesEnums;
29
- property?: any;
30
- propertyType?: any;
31
- isReadOnly?: boolean | undefined;
32
- parentRef?: string | undefined;
33
- };
34
26
  margin: import("../../interfaces/global").CSSPaddingValues | undefined;
35
27
  padding: import("../../interfaces/global").CSSPaddingValues | undefined;
36
28
  overflowContent: CMSIBCommonInterface | undefined;
@@ -116,15 +108,6 @@ export declare const getDefaultData: () => {
116
108
  };
117
109
  design: {
118
110
  selectorKey: SelectorKeysEnum;
119
- cartItemStyles: {
120
- selectorKey: SelectorKeysEnum;
121
- padding: import("../../interfaces/global").CSSPaddingValues | undefined;
122
- margin: import("../../interfaces/global").CSSPaddingValues | undefined;
123
- height: import("../../interfaces/global").CMSIBSizeInterface | undefined;
124
- showShadow: CMSIBCommonInterface;
125
- shadowColor: CMSIBCommonInterface;
126
- borderRadius: import("../../interfaces/global").CSSPaddingValues;
127
- };
128
111
  cartHeadingStyles: {
129
112
  theme: CMSIBCommonInterface;
130
113
  font: CMSIBCommonInterface;
@@ -146,7 +129,7 @@ export declare const getDefaultData: () => {
146
129
  angle: import("../../interfaces/global").CMSIBSizeInterface;
147
130
  };
148
131
  cartActionStyles: {
149
- theme: CMSIBCommonInterface;
132
+ selectorKey: SelectorKeysEnum;
150
133
  font: CMSIBCommonInterface;
151
134
  fontSize: import("../../interfaces/global").CMSIBSizeInterface;
152
135
  textColor: CMSIBCommonInterface;
@@ -156,24 +139,43 @@ export declare const getDefaultData: () => {
156
139
  underline: CMSIBCommonInterface;
157
140
  textAlign: CMSIBCommonInterface;
158
141
  characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
159
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
160
- backgroundColor: CMSIBCommonInterface;
142
+ };
143
+ cartItemStyles: {
144
+ selectorKey: SelectorKeysEnum;
145
+ padding: import("../../interfaces/global").CSSPaddingValues | undefined;
146
+ margin: {
147
+ isAll: boolean;
148
+ sides: {
149
+ top: {
150
+ value: number;
151
+ unit: number;
152
+ };
153
+ right: {
154
+ value: number;
155
+ unit: number;
156
+ };
157
+ bottom: {
158
+ value: number;
159
+ unit: number;
160
+ };
161
+ left: {
162
+ value: number;
163
+ unit: number;
164
+ };
165
+ };
166
+ property: string;
167
+ propertyType: CMSElementEditTypes;
168
+ };
169
+ shadowColor: CMSIBCommonInterface;
170
+ angle: import("../../interfaces/global").CMSIBSizeInterface;
171
+ spread: import("../../interfaces/global").CMSIBSizeInterface;
172
+ blur: import("../../interfaces/global").CMSIBSizeInterface;
173
+ showBorder: CMSIBCommonInterface;
161
174
  borderColor: CMSIBCommonInterface;
162
175
  borderStyle: CMSIBCommonInterface;
163
176
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
164
- showBorder: CMSIBCommonInterface;
165
- showShadow: CMSIBCommonInterface;
166
- shadowColor: CMSIBCommonInterface;
167
- blur: import("../../interfaces/global").CMSIBSizeInterface;
168
- spread: import("../../interfaces/global").CMSIBSizeInterface;
169
- angle: import("../../interfaces/global").CMSIBSizeInterface;
170
177
  borderRadius: import("../../interfaces/global").CSSPaddingValues;
171
- exposure: import("../../interfaces/global").CMSIBSizeInterface;
172
- contrast: import("../../interfaces/global").CMSIBSizeInterface;
173
- saturation: import("../../interfaces/global").CMSIBSizeInterface;
174
- highlights: import("../../interfaces/global").CMSIBSizeInterface;
175
- shadows: import("../../interfaces/global").CMSIBSizeInterface;
176
- selectorKey: SelectorKeysEnum;
178
+ backgroundColor: CMSIBCommonInterface;
177
179
  };
178
180
  productActionsStyles: {
179
181
  theme: CMSIBCommonInterface;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.2.72",
3
+ "version": "0.2.73",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {