@ballistix.digital/react-components 9.5.3 → 9.6.0
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.esm.js +2 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -5622,11 +5622,13 @@ const $acc2be9e37923725$var$CheckboxInput = (props)=>{
|
|
|
5622
5622
|
(0, $4MPRY$jsx)("label", {
|
|
5623
5623
|
htmlFor: name,
|
|
5624
5624
|
className: styles.label,
|
|
5625
|
+
onClick: handleClick,
|
|
5625
5626
|
children: title
|
|
5626
5627
|
}),
|
|
5627
5628
|
description && (0, $4MPRY$jsx)("p", {
|
|
5628
5629
|
id: `${name}-description`,
|
|
5629
5630
|
className: styles.description,
|
|
5631
|
+
onClick: handleClick,
|
|
5630
5632
|
children: description
|
|
5631
5633
|
})
|
|
5632
5634
|
]
|