@bigbinary/neeto-form-frontend 1.2.46 → 1.2.48

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-form-frontend",
3
- "version": "1.2.46",
3
+ "version": "1.2.48",
4
4
  "description": "Neeto Form Engine Frontend",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-form-nano",
@@ -48,16 +48,16 @@
48
48
  "@babel/preset-typescript": "7.23.2",
49
49
  "@babel/runtime": "7.23.2",
50
50
  "@bigbinary/babel-preset-neeto": "1.0.6",
51
- "@bigbinary/eslint-plugin-neeto": "1.5.0",
51
+ "@bigbinary/eslint-plugin-neeto": "1.5.1",
52
52
  "@bigbinary/neeto-audit-frontend": "2.0.9",
53
53
  "@bigbinary/neeto-cist": "1.0.9",
54
- "@bigbinary/neeto-commons-frontend": "3.3.0",
54
+ "@bigbinary/neeto-commons-frontend": "3.4.0",
55
55
  "@bigbinary/neeto-editor": "1.20.0",
56
56
  "@bigbinary/neeto-filters-frontend": "3.3.1",
57
57
  "@bigbinary/neeto-hotkeys": "^1.0.1",
58
- "@bigbinary/neeto-icons": "1.18.2",
59
- "@bigbinary/neeto-molecules": "1.15.12",
60
- "@bigbinary/neetoui": "6.5.9",
58
+ "@bigbinary/neeto-icons": "1.18.4",
59
+ "@bigbinary/neeto-molecules": "1.15.15",
60
+ "@bigbinary/neetoui": "6.5.10",
61
61
  "@emotion/is-prop-valid": "1.2.0",
62
62
  "@faker-js/faker": "8.2.0",
63
63
  "@hello-pangea/dnd": "^16.5.0",
@@ -165,13 +165,13 @@
165
165
  },
166
166
  "peerDependencies": {
167
167
  "@bigbinary/neeto-cist": "latest",
168
- "@bigbinary/neeto-commons-frontend": "3.3.0",
168
+ "@bigbinary/neeto-commons-frontend": "3.4.0",
169
169
  "@bigbinary/neeto-editor": "^1.26.3",
170
170
  "@bigbinary/neeto-filters-frontend": "3.3.1",
171
171
  "@bigbinary/neeto-hotkeys": "^1.0.1",
172
- "@bigbinary/neeto-icons": "1.18.2",
173
- "@bigbinary/neeto-molecules": "1.15.12",
174
- "@bigbinary/neetoui": "6.5.9",
172
+ "@bigbinary/neeto-icons": "1.18.4",
173
+ "@bigbinary/neeto-molecules": "1.15.15",
174
+ "@bigbinary/neetoui": "6.5.10",
175
175
  "@honeybadger-io/js": "^6.5.3",
176
176
  "@honeybadger-io/react": "^6.1.9",
177
177
  "axios": "^1.6.0",
package/types.d.ts CHANGED
@@ -157,6 +157,8 @@ interface IBuildFormState {
157
157
  errors: { [key: string]: string }[];
158
158
  submitForm: () => void;
159
159
  resetForm: () => void;
160
+ enabled: boolean;
161
+ title: string;
160
162
  }
161
163
 
162
164
  interface ISubmission {