componenteszw-package 1.0.32 → 1.0.33

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2422,7 +2422,7 @@ function st({ checked: e = !1, onChange: t, labelActivo: n = "Activo", labelInac
2422
2422
  borderRadius: "9999px",
2423
2423
  backgroundColor: "white",
2424
2424
  boxShadow: "0 1px 3px rgba(0,0,0,0.2)",
2425
- transform: o ? "translateX(32px)" : "translateX(4px)",
2425
+ transform: o ? "translateX(4px)" : "translateX(32px)",
2426
2426
  transition: "transform 200ms"
2427
2427
  } })
2428
2428
  }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "componenteszw-package",
3
- "version": "1.0.32",
3
+ "version": "1.0.33",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",