indicator-ui 1.0.17 → 1.0.18

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.
@@ -305,7 +305,6 @@ export declare function useFormPaginatedSelectField<D, M extends boolean = false
305
305
  is?: string | undefined | undefined;
306
306
  exportparts?: string | undefined | undefined;
307
307
  part?: string | undefined | undefined;
308
- onUpdate?: ((action: React.SetStateAction<ValueType<D, M> | null | undefined>) => void) | undefined;
309
308
  error?: import('../../../../hooks').FormErrorType;
310
309
  };
311
310
  };
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "react-components",
12
12
  "ui-kit"
13
13
  ],
14
- "version": "1.0.17",
14
+ "version": "1.0.18",
15
15
  "exports": {
16
16
  ".": {
17
17
  "types": "./dist/types/index.d.ts",