@bigbinary/neeto-fields-frontend 1.1.13 → 1.1.15

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.1.13",
3
+ "version": "1.1.15",
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",
@@ -106,7 +106,7 @@
106
106
  "mixpanel-browser": "2.46.0",
107
107
  "os-browserify": "^0.3.0",
108
108
  "path-browserify": "^1.0.1",
109
- "postcss": "8.4.23",
109
+ "postcss": "8.4.31",
110
110
  "postcss-import": "15.1.0",
111
111
  "postcss-loader": "7.3.0",
112
112
  "postcss-preset-env": "8.3.2",
package/types.d.ts CHANGED
@@ -107,6 +107,13 @@ interface FieldValuesContainerProps {
107
107
  isRequiredColumnName?: string;
108
108
  fieldClassName?: string;
109
109
  onMutationSuccess?: (...args: any[]) => void;
110
+ blockNavigation?: boolean;
111
+ blockNavigationAlertProps?: {
112
+ title?: string;
113
+ message?: string;
114
+ submitButtonLabel?: string;
115
+ cancelButtonLabel?: string;
116
+ };
110
117
  }
111
118
 
112
119
  interface FieldInputsProps {