@bigbinary/neeto-form-frontend 3.13.0 → 3.13.2

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": "3.13.0",
3
+ "version": "3.13.2",
4
4
  "description": "Neeto Form Engine Frontend",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-form-nano",
@@ -61,15 +61,15 @@
61
61
  "@babel/preset-typescript": "7.26.0",
62
62
  "@babel/runtime": "7.26.10",
63
63
  "@bigbinary/babel-preset-neeto": "^1.0.3",
64
- "@bigbinary/eslint-plugin-neeto": "1.6.2",
64
+ "@bigbinary/eslint-plugin-neeto": "1.6.4",
65
65
  "@bigbinary/neeto-cist": "1.0.17",
66
- "@bigbinary/neeto-commons-frontend": "4.13.39",
67
- "@bigbinary/neeto-editor": "1.47.7",
68
- "@bigbinary/neeto-filters-frontend": "4.3.19",
66
+ "@bigbinary/neeto-commons-frontend": "4.13.44",
67
+ "@bigbinary/neeto-editor": "1.47.17",
68
+ "@bigbinary/neeto-filters-frontend": "4.3.22",
69
69
  "@bigbinary/neeto-hotkeys": "1.0.9",
70
- "@bigbinary/neeto-icons": "1.20.47",
71
- "@bigbinary/neeto-molecules": "3.16.49",
72
- "@bigbinary/neetoui": "8.3.6",
70
+ "@bigbinary/neeto-icons": "1.20.50",
71
+ "@bigbinary/neeto-molecules": "3.16.67",
72
+ "@bigbinary/neetoui": "8.3.10",
73
73
  "@emotion/is-prop-valid": "1.2.0",
74
74
  "@faker-js/faker": "8.2.0",
75
75
  "@hello-pangea/dnd": "16.3.0",
@@ -145,8 +145,8 @@
145
145
  "prop-types": "15.8.1",
146
146
  "qs": "^6.11.2",
147
147
  "ramda": "0.29.0",
148
- "react": "18.2.0",
149
- "react-dom": "18.2.0",
148
+ "react": "18.3.1",
149
+ "react-dom": "18.3.1",
150
150
  "react-dropzone": "14.3.8",
151
151
  "react-google-recaptcha": "^3.1.0",
152
152
  "react-helmet": "^6.1.0",
@@ -179,20 +179,20 @@
179
179
  "webpack": "5.94.0",
180
180
  "webpack-assets-manifest": "5.1.0",
181
181
  "webpack-cli": "5.1.4",
182
- "webpack-dev-server": "4.15.1",
182
+ "webpack-dev-server": "5.2.1",
183
183
  "yup": "0.32.11",
184
184
  "zustand": "4.4.2"
185
185
  },
186
186
  "peerDependencies": {
187
187
  "@babel/runtime": "7.26.10",
188
188
  "@bigbinary/neeto-cist": "1.0.17",
189
- "@bigbinary/neeto-commons-frontend": "4.13.39",
190
- "@bigbinary/neeto-editor": "1.47.7",
191
- "@bigbinary/neeto-filters-frontend": "4.3.19",
189
+ "@bigbinary/neeto-commons-frontend": "4.13.44",
190
+ "@bigbinary/neeto-editor": "1.47.17",
191
+ "@bigbinary/neeto-filters-frontend": "4.3.22",
192
192
  "@bigbinary/neeto-hotkeys": "1.0.9",
193
- "@bigbinary/neeto-icons": "1.20.47",
194
- "@bigbinary/neeto-molecules": "3.16.49",
195
- "@bigbinary/neetoui": "8.3.6",
193
+ "@bigbinary/neeto-icons": "1.20.50",
194
+ "@bigbinary/neeto-molecules": "3.16.67",
195
+ "@bigbinary/neetoui": "8.3.10",
196
196
  "@hello-pangea/dnd": "16.3.0",
197
197
  "@honeybadger-io/js": "6.10.1",
198
198
  "@honeybadger-io/react": "6.1.25",
@@ -217,8 +217,8 @@
217
217
  "path-browserify": "^1.0.1",
218
218
  "qs": "^6.11.2",
219
219
  "ramda": "0.29.0",
220
- "react": "18.2.0",
221
- "react-dom": "18.2.0",
220
+ "react": "18.3.1",
221
+ "react-dom": "18.3.1",
222
222
  "react-dropzone": "14.3.8",
223
223
  "react-google-recaptcha": "^3.1.0",
224
224
  "react-helmet": "^6.1.0",
@@ -241,7 +241,9 @@
241
241
  "resolutions": {
242
242
  "postcss": "^8",
243
243
  "wrap-ansi": "7.0.0",
244
- "string-width": "4.1.0"
244
+ "string-width": "4.1.0",
245
+ "react": "18.3.1",
246
+ "react-dom": "18.3.1"
245
247
  },
246
248
  "engines": {
247
249
  "node": ">=22.13",
package/types.d.ts CHANGED
@@ -9,6 +9,7 @@ import {
9
9
  } from "@tanstack/react-query";
10
10
  import { EditorProps } from "@bigbinary/neeto-editor";
11
11
  import { Schema } from "yup";
12
+ import HelpPopover from "neetomolecules/HelpPopover";
12
13
 
13
14
  interface Question {
14
15
  id: string;
@@ -53,7 +54,7 @@ interface BuildFormProps {
53
54
  isFieldRequired?: (item: Item) => boolean;
54
55
  isFieldLabelDisabled?: (item: Item) => boolean;
55
56
  isQuestionDeletable?: (item: Item) => boolean;
56
- disabledAddButtonTooltipProps?: DisabledAddButtonTooltipProps;
57
+ disabledAddButtonHelpPopoverProps?: HelpPopoverProps;
57
58
  availableLanguages?: AvailableLanguage[];
58
59
  formDescription?: string;
59
60
  formTitle?: string;
@@ -129,10 +130,6 @@ interface UrlBuilderProps {
129
130
  autoCompleteKinds?: string[];
130
131
  }
131
132
 
132
- interface DisabledAddButtonTooltipProps {
133
- content?: string;
134
- }
135
-
136
133
  interface AvailableLanguage {
137
134
  code?: string;
138
135
  name?: string;