nectiasw 0.0.97 → 0.0.98
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 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -13891,7 +13891,7 @@ const vb = {
|
|
|
13891
13891
|
container: {
|
|
13892
13892
|
root: "flex items-center relative ",
|
|
13893
13893
|
label: "ml-2 text-sm font-medium text-gray-900 dark:text-gray-300",
|
|
13894
|
-
input: "h-6 w-6 rounded-md"
|
|
13894
|
+
input: "h-6 w-6 rounded-md cursor-pointer"
|
|
13895
13895
|
}
|
|
13896
13896
|
};
|
|
13897
13897
|
function W$({
|
|
@@ -14425,7 +14425,6 @@ const wU = /* @__PURE__ */ U.forwardRef(xU), N6 = ye.input.attrs({ type: "checkb
|
|
|
14425
14425
|
padding: 0;
|
|
14426
14426
|
z-index: 1;
|
|
14427
14427
|
font-size: 20px;
|
|
14428
|
-
cursor: pointer;
|
|
14429
14428
|
transition: color 0.2s linear;
|
|
14430
14429
|
`;
|
|
14431
14430
|
N6.defaultProps = {
|