@stackloop/ui 2.0.5 → 2.0.7
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2847,13 +2847,13 @@ const mt = ae(
|
|
|
2847
2847
|
style: {
|
|
2848
2848
|
right: "14px",
|
|
2849
2849
|
top: "50%",
|
|
2850
|
-
transform: "translateY(-50%)",
|
|
2851
2850
|
display: "inline-flex",
|
|
2852
2851
|
alignItems: "center",
|
|
2853
2852
|
justifyContent: "center"
|
|
2854
2853
|
},
|
|
2855
2854
|
"aria-label": m ? "Hide password" : "Show password",
|
|
2856
|
-
whileTap: { scale: 0.9 },
|
|
2855
|
+
whileTap: { scale: 0.9, y: "-50%" },
|
|
2856
|
+
animate: { y: "-50%" },
|
|
2857
2857
|
transition: { duration: 0.1 },
|
|
2858
2858
|
children: m ? /* @__PURE__ */ r(or, { className: "w-5 h-5" }) : /* @__PURE__ */ r(ar, { className: "w-5 h-5" })
|
|
2859
2859
|
}
|
|
@@ -2945,7 +2945,7 @@ const pt = ae(
|
|
|
2945
2945
|
"peer-focus:ring-2 peer-focus:ring-primary peer-focus:ring-offset-2",
|
|
2946
2946
|
"peer-disabled:opacity-50 peer-disabled:cursor-not-allowed",
|
|
2947
2947
|
"flex items-center justify-center",
|
|
2948
|
-
x ? "bg-primary border-primary" : "border-border bg-
|
|
2948
|
+
x ? "bg-primary border-primary" : "border-border bg-secondary",
|
|
2949
2949
|
a
|
|
2950
2950
|
),
|
|
2951
2951
|
whileTap: { scale: 0.95 },
|