kui-basic 1.1.152 → 1.1.154

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/Input/index.d.ts CHANGED
@@ -9,7 +9,7 @@ interface InputProps
9
9
  React.InputHTMLAttributes<HTMLInputElement>,
10
10
  HTMLInputElement
11
11
  >,
12
- "value"
12
+ "value" | "onPointerEnterCapture" | "onPointerLeaveCapture"
13
13
  >,
14
14
  React.AriaAttributes {
15
15
  rows?: number
@@ -9,7 +9,7 @@ interface InputProps
9
9
  React.InputHTMLAttributes<HTMLInputElement>,
10
10
  HTMLInputElement
11
11
  >,
12
- "value"
12
+ "value" | "onPointerEnterCapture" | "onPointerLeaveCapture"
13
13
  >,
14
14
  React.AriaAttributes {
15
15
  rows?: number
@@ -9,7 +9,7 @@ interface InputProps
9
9
  React.InputHTMLAttributes<HTMLInputElement>,
10
10
  HTMLInputElement
11
11
  >,
12
- "value"
12
+ "value" | "onPointerEnterCapture" | "onPointerLeaveCapture"
13
13
  >,
14
14
  React.AriaAttributes {
15
15
  rows?: number
@@ -9,7 +9,7 @@ interface InputProps
9
9
  React.InputHTMLAttributes<HTMLInputElement>,
10
10
  HTMLInputElement
11
11
  >,
12
- "value"
12
+ "value" | "onPointerEnterCapture" | "onPointerLeaveCapture"
13
13
  >,
14
14
  React.AriaAttributes {
15
15
  rows?: number
package/index.d.ts CHANGED
@@ -314,7 +314,7 @@ interface InputProps
314
314
  React.InputHTMLAttributes<HTMLInputElement>,
315
315
  HTMLInputElement
316
316
  >,
317
- "value"
317
+ "value" | "onPointerEnterCapture" | "onPointerLeaveCapture"
318
318
  >,
319
319
  React.AriaAttributes {
320
320
  rows?: number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-basic",
3
- "version": "1.1.152",
3
+ "version": "1.1.154",
4
4
  "private": false,
5
5
  "description": "React UI Components for Maroom projects",
6
6
  "author": {