@konoma-development/react-components 0.0.3 → 0.0.4

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.
@@ -120,7 +120,7 @@ export interface FormFieldProps<DataType> extends Classes {
120
120
  onChange?: (value: FormValue | FormValue[], event?: ChangeEvent) => void;
121
121
  onInput?: (value: FormValue, event?: InputEvent) => void;
122
122
  onClick?: (e: MouseEvent) => void;
123
- onIconRightClick?: () => void;
123
+ onIconRightClick?: (e: MouseEvent) => void;
124
124
  onIconLeftClick?: () => void;
125
125
  onKeyDown?: (event: React.KeyboardEvent<HTMLElement>) => void;
126
126
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@konoma-development/react-components",
3
3
  "packageManager": "yarn@4.6.0",
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },