@bigbinary/neeto-fields-frontend 1.1.5 → 1.1.6

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.5",
3
+ "version": "1.1.6",
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",
package/types.d.ts CHANGED
@@ -105,9 +105,7 @@ interface FieldValuesContainerProps {
105
105
  formRefs?: React.RefObject<any>;
106
106
  disabled?: boolean;
107
107
  isRequiredColumnName?: string;
108
- fieldContainerClassName?: string;
109
108
  fieldClassName?: string;
110
- labelClassName?: string;
111
109
  onMutationSuccess?: (...args: any[]) => void;
112
110
  }
113
111