@colisweb/rescript-toolkit 5.44.0 → 5.44.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colisweb/rescript-toolkit",
3
- "version": "5.44.0",
3
+ "version": "5.44.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -22,6 +22,7 @@ let make = (
22
22
  ~onChange: option<ReactEvent.Form.t => unit>=?,
23
23
  ~onChangeText: option<string => unit>=?,
24
24
  ~allowWhiteSpace=false,
25
+ ~onPaste=?,
25
26
  ~isInvalid: option<bool>=?,
26
27
  ~className: string="",
27
28
  ~style: option<ReactDOM.style>=?,
@@ -41,6 +42,7 @@ let make = (
41
42
  ?style
42
43
  ?name
43
44
  ?value
45
+ ?onPaste
44
46
  ?defaultValue
45
47
  ?type_
46
48
  ?disabled