nectiasw 0.0.96 → 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 -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
|
@@ -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$({
|