@fluidattacks/design 3.15.8-pr-01 → 3.15.8-pr-02

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.
@@ -1,5 +1,5 @@
1
1
  import { InputHTMLAttributes, TextareaHTMLAttributes } from 'react';
2
- import { Control, ControllerFieldState, ControllerRenderProps, FieldValues, UseFieldArrayAppend, UseFieldArrayRemove, UseFormRegister, UseFormSetValue, UseFormWatch } from 'react-hook-form';
2
+ import { Control, ControllerFieldState, ControllerRenderProps, UseFieldArrayAppend, UseFieldArrayRemove, UseFormRegister, UseFormSetValue, UseFormWatch } from 'react-hook-form';
3
3
  /**
4
4
  * Label component props.
5
5
  * @interface ILabelProps
@@ -158,7 +158,7 @@ interface IInputDateRangeProps extends InputHTMLAttributes<HTMLInputElement>, Pa
158
158
  */
159
159
  interface IInputArrayProps extends Partial<Omit<ControllerRenderProps, "onChange">> {
160
160
  addText?: string;
161
- append?: UseFieldArrayAppend<FieldValues, any>;
161
+ append?: UseFieldArrayAppend<any, any>;
162
162
  control?: Control<any>;
163
163
  disabled?: boolean;
164
164
  fields?: Record<"id", string>[];
package/package.json CHANGED
@@ -116,5 +116,5 @@
116
116
  "test-storybook": "test-storybook"
117
117
  },
118
118
  "typings": "./dist/index.d.ts",
119
- "version": "3.15.8-pr-01"
119
+ "version": "3.15.8-pr-02"
120
120
  }