@sc-360-v2/storefront-cms-library 0.3.17 → 0.3.18

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.
@@ -72,6 +72,7 @@ export declare enum FormElementIdEnum {
72
72
  SubmitButton = "SubmitButton",
73
73
  ResetButton = "ResetButton",
74
74
  LoginButton = "LoginButton",
75
+ SignupButton = "SignupButton",
75
76
  CustomAttribute1 = "CustomAttribute1",
76
77
  CustomAttribute2 = "CustomAttribute2",
77
78
  Header = "Header",
@@ -122,7 +123,8 @@ export declare enum ElementSettingEnum {
122
123
  DESCRIPTION = 4,
123
124
  LIMIT_CHARACTER = 5,
124
125
  MULTI_TOGGLE = 6,
125
- OPTIONS = 7
126
+ OPTIONS = 7,
127
+ ButtonType = 8
126
128
  }
127
129
  export interface SidebarElementItem extends FormComponentConfig {
128
130
  categoryId?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.3.17",
3
+ "version": "0.3.18",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {