@sc-360-v2/storefront-cms-library 0.3.84 → 0.3.85

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.
@@ -363,6 +363,69 @@ export declare const buttonHoverStateInstance: {
363
363
  isReadOnly?: boolean | undefined;
364
364
  };
365
365
  };
366
+ export declare const ButtonInstance: {
367
+ buttonStyle: {
368
+ value: null;
369
+ parentRef: string;
370
+ propertyType: CMSElementEditTypes;
371
+ };
372
+ buttonType: {
373
+ value: string;
374
+ propertyType: CMSElementEditTypes;
375
+ };
376
+ buttonText: {
377
+ value: string;
378
+ property: string;
379
+ propertyType: CMSElementEditTypes;
380
+ };
381
+ buttonIcon: {
382
+ value: string;
383
+ property: string;
384
+ propertyType: CMSElementEditTypes;
385
+ };
386
+ iconPosition: {
387
+ value: null;
388
+ parentRef: string;
389
+ propertyType: CMSElementEditTypes;
390
+ };
391
+ iconAndTextSpacing: {
392
+ value: null;
393
+ property: string;
394
+ unit: number;
395
+ parentRef: string;
396
+ propertyType: CMSElementEditTypes;
397
+ };
398
+ alignment: {
399
+ value: null;
400
+ property: string;
401
+ parentRef: string;
402
+ propertyType: CMSElementEditTypes;
403
+ };
404
+ linkTo: {
405
+ value: {
406
+ type: string;
407
+ target: string;
408
+ };
409
+ property: string;
410
+ propertyType: CMSElementEditTypes;
411
+ };
412
+ iconPadding: {
413
+ value: number;
414
+ property: string;
415
+ parentRef: string;
416
+ propertyType: CMSElementEditTypes;
417
+ };
418
+ width: {
419
+ value: string;
420
+ unit: number;
421
+ };
422
+ padding: any;
423
+ buttonAlignment: {
424
+ value: string;
425
+ property: string;
426
+ propertyType: CMSElementEditTypes;
427
+ };
428
+ };
366
429
  export declare const ButtonProperties: {
367
430
  backgroundColor: {
368
431
  value: null;
@@ -813,64 +876,6 @@ export declare const ButtonPropertiesHover: {
813
876
  };
814
877
  padding: any;
815
878
  };
816
- export declare const ButtonInstance: {
817
- buttonStyle: {
818
- value: null;
819
- parentRef: string;
820
- propertyType: CMSElementEditTypes;
821
- };
822
- buttonType: {
823
- value: string;
824
- propertyType: CMSElementEditTypes;
825
- };
826
- buttonText: {
827
- value: string;
828
- property: string;
829
- propertyType: CMSElementEditTypes;
830
- };
831
- buttonIcon: {
832
- value: string;
833
- property: string;
834
- propertyType: CMSElementEditTypes;
835
- };
836
- iconPosition: {
837
- value: null;
838
- parentRef: string;
839
- propertyType: CMSElementEditTypes;
840
- };
841
- iconAndTextSpacing: {
842
- value: null;
843
- property: string;
844
- unit: number;
845
- parentRef: string;
846
- propertyType: CMSElementEditTypes;
847
- };
848
- alignment: {
849
- value: null;
850
- property: string;
851
- parentRef: string;
852
- propertyType: CMSElementEditTypes;
853
- };
854
- linkTo: {
855
- value: {
856
- type: string;
857
- target: string;
858
- };
859
- property: string;
860
- propertyType: CMSElementEditTypes;
861
- };
862
- iconPadding: {
863
- value: number;
864
- property: string;
865
- parentRef: string;
866
- propertyType: CMSElementEditTypes;
867
- };
868
- width: {
869
- value: string;
870
- unit: number;
871
- };
872
- padding: any;
873
- };
874
879
  export declare const DividerStylesInstance: {
875
880
  showDivider: {
876
881
  value: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.3.84",
3
+ "version": "0.3.85",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {