@sc-360-v2/storefront-cms-library 0.5.49 → 0.5.50

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.
@@ -2153,7 +2153,32 @@ export declare const getDefaultData: () => {
2153
2153
  propertyType?: any;
2154
2154
  isReadOnly?: boolean | undefined;
2155
2155
  };
2156
- icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
2156
+ leftIcon: {
2157
+ value: string;
2158
+ unit?: string | number | undefined;
2159
+ customIcon?: {
2160
+ isCustomIcon: boolean;
2161
+ url: string;
2162
+ name: string;
2163
+ } | undefined;
2164
+ property?: any;
2165
+ propertyType?: any;
2166
+ isReadOnly?: boolean | undefined;
2167
+ parentRef?: string | undefined;
2168
+ };
2169
+ rightIcon: {
2170
+ value: string;
2171
+ unit?: string | number | undefined;
2172
+ customIcon?: {
2173
+ isCustomIcon: boolean;
2174
+ url: string;
2175
+ name: string;
2176
+ } | undefined;
2177
+ property?: any;
2178
+ propertyType?: any;
2179
+ isReadOnly?: boolean | undefined;
2180
+ parentRef?: string | undefined;
2181
+ };
2157
2182
  backgroundColor: CMSIBCommonInterface;
2158
2183
  borderRadius: import("../../interfaces/global").CSSPaddingValues;
2159
2184
  borderColor: {
@@ -2178,7 +2203,32 @@ export declare const getDefaultData: () => {
2178
2203
  propertyType?: any;
2179
2204
  isReadOnly?: boolean | undefined;
2180
2205
  };
2181
- icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
2206
+ leftIcon: {
2207
+ value: string;
2208
+ unit?: string | number | undefined;
2209
+ customIcon?: {
2210
+ isCustomIcon: boolean;
2211
+ url: string;
2212
+ name: string;
2213
+ } | undefined;
2214
+ property?: any;
2215
+ propertyType?: any;
2216
+ isReadOnly?: boolean | undefined;
2217
+ parentRef?: string | undefined;
2218
+ };
2219
+ rightIcon: {
2220
+ value: string;
2221
+ unit?: string | number | undefined;
2222
+ customIcon?: {
2223
+ isCustomIcon: boolean;
2224
+ url: string;
2225
+ name: string;
2226
+ } | undefined;
2227
+ property?: any;
2228
+ propertyType?: any;
2229
+ isReadOnly?: boolean | undefined;
2230
+ parentRef?: string | undefined;
2231
+ };
2182
2232
  backgroundColor: CMSIBCommonInterface;
2183
2233
  borderRadius: import("../../interfaces/global").CSSPaddingValues;
2184
2234
  borderColor: {
@@ -2206,7 +2256,32 @@ export declare const getDefaultData: () => {
2206
2256
  propertyType?: any;
2207
2257
  isReadOnly?: boolean | undefined;
2208
2258
  };
2209
- icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
2259
+ leftIcon: {
2260
+ value: string;
2261
+ unit?: string | number | undefined;
2262
+ customIcon?: {
2263
+ isCustomIcon: boolean;
2264
+ url: string;
2265
+ name: string;
2266
+ } | undefined;
2267
+ property?: any;
2268
+ propertyType?: any;
2269
+ isReadOnly?: boolean | undefined;
2270
+ parentRef?: string | undefined;
2271
+ };
2272
+ rightIcon: {
2273
+ value: string;
2274
+ unit?: string | number | undefined;
2275
+ customIcon?: {
2276
+ isCustomIcon: boolean;
2277
+ url: string;
2278
+ name: string;
2279
+ } | undefined;
2280
+ property?: any;
2281
+ propertyType?: any;
2282
+ isReadOnly?: boolean | undefined;
2283
+ parentRef?: string | undefined;
2284
+ };
2210
2285
  backgroundColor: CMSIBCommonInterface;
2211
2286
  borderRadius: import("../../interfaces/global").CSSPaddingValues;
2212
2287
  borderColor: {
@@ -2231,7 +2306,32 @@ export declare const getDefaultData: () => {
2231
2306
  propertyType?: any;
2232
2307
  isReadOnly?: boolean | undefined;
2233
2308
  };
2234
- icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
2309
+ leftIcon: {
2310
+ value: string;
2311
+ unit?: string | number | undefined;
2312
+ customIcon?: {
2313
+ isCustomIcon: boolean;
2314
+ url: string;
2315
+ name: string;
2316
+ } | undefined;
2317
+ property?: any;
2318
+ propertyType?: any;
2319
+ isReadOnly?: boolean | undefined;
2320
+ parentRef?: string | undefined;
2321
+ };
2322
+ rightIcon: {
2323
+ value: string;
2324
+ unit?: string | number | undefined;
2325
+ customIcon?: {
2326
+ isCustomIcon: boolean;
2327
+ url: string;
2328
+ name: string;
2329
+ } | undefined;
2330
+ property?: any;
2331
+ propertyType?: any;
2332
+ isReadOnly?: boolean | undefined;
2333
+ parentRef?: string | undefined;
2334
+ };
2235
2335
  backgroundColor: CMSIBCommonInterface;
2236
2336
  borderRadius: import("../../interfaces/global").CSSPaddingValues;
2237
2337
  borderColor: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.5.49",
3
+ "version": "0.5.50",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {