rbro-tat-uds 1.5.13 → 1.5.14
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +5 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -3484,18 +3484,20 @@ const a6 = M.button`
|
|
3484
3484
|
name: o,
|
3485
3485
|
checked: i = !1,
|
3486
3486
|
disabled: a = !1,
|
3487
|
-
|
3487
|
+
onChange: s = () => {
|
3488
|
+
},
|
3489
|
+
...d
|
3488
3490
|
}) => /* @__PURE__ */ r.jsx(
|
3489
3491
|
R6,
|
3490
3492
|
{
|
3491
3493
|
type: "checkbox",
|
3492
3494
|
$size: e,
|
3493
|
-
onChange: s
|
3495
|
+
onChange: s,
|
3494
3496
|
checked: i,
|
3495
3497
|
disabled: a,
|
3496
3498
|
id: n,
|
3497
3499
|
name: o,
|
3498
|
-
...
|
3500
|
+
...d
|
3499
3501
|
}
|
3500
3502
|
), F6 = M.div`
|
3501
3503
|
width: 100%;
|