@colisweb/rescript-toolkit 5.46.4 → 5.46.5

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.46.4",
3
+ "version": "5.46.5",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -720,6 +720,7 @@ module Make = (StateLenses: Config) => {
720
720
  ~label=?,
721
721
  ~id,
722
722
  ~size=?,
723
+ ~disabled=?,
723
724
  ~displayTitle=?,
724
725
  ~switchClassName=?,
725
726
  ~labelClassName=?,
@@ -735,6 +736,7 @@ module Make = (StateLenses: Config) => {
735
736
  onChange={value => handleChange(value)}
736
737
  name=id
737
738
  checked=value
739
+ ?disabled
738
740
  ?size
739
741
  ?displayTitle
740
742
  ?switchClassName