nectiasw 0.0.69 → 0.0.70
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -19168,7 +19168,7 @@ const Checkbox = ({
|
|
|
19168
19168
|
className: classes$l.container.input
|
|
19169
19169
|
}
|
|
19170
19170
|
),
|
|
19171
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(CheckboxIconFilter, { top, right, left, status:
|
|
19171
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(CheckboxIconFilter, { top, right, left, status: filter2, onClick: handleClick }),
|
|
19172
19172
|
label && /* @__PURE__ */ jsxRuntimeExports.jsx("label", { htmlFor: id, className: classes$l.container.label, children: label })
|
|
19173
19173
|
] });
|
|
19174
19174
|
}
|