@colisweb/rescript-toolkit 5.6.1 → 5.6.2

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.6.1",
3
+ "version": "5.6.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -622,7 +622,6 @@ module Make = (StateLenses: Config) => {
622
622
  ~switchClassName=?,
623
623
  ~labelClassName=?,
624
624
  ~color=?,
625
- ~className=?,
626
625
  ) =>
627
626
  <Field
628
627
  field
@@ -631,7 +630,6 @@ module Make = (StateLenses: Config) => {
631
630
  <Toolkit__Ui_Switch
632
631
  ?label
633
632
  ?color
634
- ?className
635
633
  onChange={value => handleChange(value)}
636
634
  name=id
637
635
  checked=value