@bigbinary/neeto-form-frontend 3.0.3 → 3.0.5

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.0.3",
3
+ "version": "3.0.5",
4
4
  "description": "Neeto Form Engine Frontend",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-form-nano",
@@ -50,14 +50,14 @@
50
50
  "@bigbinary/babel-preset-neeto": "1.0.6",
51
51
  "@bigbinary/eslint-plugin-neeto": "1.5.2",
52
52
  "@bigbinary/neeto-audit-frontend": "2.0.12",
53
- "@bigbinary/neeto-cist": "1.0.10",
54
- "@bigbinary/neeto-commons-frontend": "4.1.0",
53
+ "@bigbinary/neeto-cist": "1.0.11",
54
+ "@bigbinary/neeto-commons-frontend": "4.3.1",
55
55
  "@bigbinary/neeto-editor": "1.20.0",
56
- "@bigbinary/neeto-filters-frontend": "4.0.0",
56
+ "@bigbinary/neeto-filters-frontend": "4.0.1",
57
57
  "@bigbinary/neeto-hotkeys": "^1.0.1",
58
- "@bigbinary/neeto-icons": "1.19.1",
59
- "@bigbinary/neeto-molecules": "3.2.1",
60
- "@bigbinary/neetoui": "7.0.2",
58
+ "@bigbinary/neeto-icons": "1.20.0",
59
+ "@bigbinary/neeto-molecules": "3.2.18",
60
+ "@bigbinary/neetoui": "8.1.4",
61
61
  "@emotion/is-prop-valid": "1.2.0",
62
62
  "@faker-js/faker": "8.2.0",
63
63
  "@hello-pangea/dnd": "16.3.0",
@@ -169,13 +169,13 @@
169
169
  "peerDependencies": {
170
170
  "@babel/runtime": "7.19.0",
171
171
  "@bigbinary/neeto-cist": "latest",
172
- "@bigbinary/neeto-commons-frontend": "4.1.0",
172
+ "@bigbinary/neeto-commons-frontend": "4.3.1",
173
173
  "@bigbinary/neeto-editor": "^1.26.3",
174
- "@bigbinary/neeto-filters-frontend": "4.0.0",
174
+ "@bigbinary/neeto-filters-frontend": "4.0.1",
175
175
  "@bigbinary/neeto-hotkeys": "^1.0.1",
176
- "@bigbinary/neeto-icons": "1.19.1",
177
- "@bigbinary/neeto-molecules": "3.2.1",
178
- "@bigbinary/neetoui": "7.0.2",
176
+ "@bigbinary/neeto-icons": "1.20.0",
177
+ "@bigbinary/neeto-molecules": "3.2.18",
178
+ "@bigbinary/neetoui": "8.1.4",
179
179
  "@hello-pangea/dnd": "16.3.0",
180
180
  "@honeybadger-io/js": "^6.5.3",
181
181
  "@honeybadger-io/react": "^6.1.9",
package/types.d.ts CHANGED
@@ -72,6 +72,7 @@ interface BuildFormProps {
72
72
  onLanguageChange?: () => void;
73
73
  additionalActionOptions?: MenuItems[];
74
74
  additionalQuestionKindPattern?: (values: KeyValuePair) => KeyValuePair;
75
+ fieldCodeHelpDocUrl?: string;
75
76
  }
76
77
 
77
78
  interface ExternalFormProps {
@@ -145,6 +146,7 @@ interface SubmissionProps {
145
146
  formId: string;
146
147
  submissionId: string;
147
148
  className?: string;
149
+ fetchPublicSubmission?: boolean;
148
150
  questionLabelProps?: TypographyProps;
149
151
  answerProps?: TypographyProps;
150
152
  }
@@ -211,7 +213,7 @@ interface Item {
211
213
  nodeId: string;
212
214
  }
213
215
 
214
- interface MenuItems {
216
+ interface MenuItems {
215
217
  label: string;
216
218
  onClick: () => void;
217
219
  key: string;