kui-basic 1.0.36 → 1.0.37

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +6 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -286,9 +286,12 @@ type HeadingType = (props: HeadingProps) => React.ReactElement
286
286
  declare const Heading: HeadingType
287
287
 
288
288
  interface InputProps
289
- extends React.DetailedHTMLProps<
290
- React.InputHTMLAttributes<HTMLInputElement>,
291
- HTMLInputElement
289
+ extends Omit<
290
+ React.DetailedHTMLProps<
291
+ React.InputHTMLAttributes<HTMLInputElement>,
292
+ HTMLInputElement
293
+ >,
294
+ "ref"
292
295
  >,
293
296
  React.AriaAttributes {
294
297
  isTextArea?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-basic",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "private": false,
5
5
  "description": "React UI Components for Maroom projects",
6
6
  "author": {