@idds/react 1.3.1 → 1.3.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/dist/index.cjs.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.es.js +1 -0
- package/dist/index.umd.js +1 -1
- package/dist/types/components/Checkbox.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -1679,6 +1679,7 @@ function Checkbox({
|
|
|
1679
1679
|
const checkboxClasses = clsx(
|
|
1680
1680
|
"ina-checkbox",
|
|
1681
1681
|
{ "ina-checkbox--disabled": disabled },
|
|
1682
|
+
{ "ina-checkbox--with-subtext": subtext },
|
|
1682
1683
|
className
|
|
1683
1684
|
);
|
|
1684
1685
|
return /* @__PURE__ */ jsxs("label", { htmlFor: id, className: checkboxClasses, children: [
|