@bigbinary/neeto-fields-frontend 1.3.12 → 1.3.14

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-fields-frontend",
3
- "version": "1.3.12",
3
+ "version": "1.3.14",
4
4
  "description": "A repo acts as the source of truth for the new nano's structure, configs, data etc.",
5
5
  "license": "UNLICENSED",
6
6
  "homepage": "https://github.com/bigbinary/neeto-fields-nano",
@@ -54,7 +54,7 @@
54
54
  "@bigbinary/neeto-commons-frontend": "^2.1.29",
55
55
  "@bigbinary/neeto-filters-frontend": "^2.12.9",
56
56
  "@bigbinary/neeto-icons": "^1.14.0",
57
- "@bigbinary/neeto-molecules": "1.0.91-beta",
57
+ "@bigbinary/neeto-molecules": "1.1.44",
58
58
  "@bigbinary/neetoui": "^5.1.12",
59
59
  "@dnd-kit/core": "^6.0.8",
60
60
  "@dnd-kit/sortable": "^7.0.2",
package/types.d.ts CHANGED
@@ -132,6 +132,7 @@ interface InlineFieldValueInputProps {
132
132
  resourceType: string;
133
133
  ownerId?: string;
134
134
  onMutationSuccess?: (...args: any[]) => void;
135
+ onMutate?: (...args: any[]) => void;
135
136
  }
136
137
 
137
138
  type FieldsParams = {