@stackloop/ui 2.0.3 → 2.0.4
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 +9 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2843,8 +2843,15 @@ const mt = ae(
|
|
|
2843
2843
|
{
|
|
2844
2844
|
type: "button",
|
|
2845
2845
|
onClick: () => x(!m),
|
|
2846
|
-
className: "absolute
|
|
2847
|
-
style: {
|
|
2846
|
+
className: "absolute text-primary hover:text-primary-dark transition-colors",
|
|
2847
|
+
style: {
|
|
2848
|
+
right: "14px",
|
|
2849
|
+
top: "50%",
|
|
2850
|
+
transform: "translateY(-50%)",
|
|
2851
|
+
display: "inline-flex",
|
|
2852
|
+
alignItems: "center",
|
|
2853
|
+
justifyContent: "center"
|
|
2854
|
+
},
|
|
2848
2855
|
"aria-label": m ? "Hide password" : "Show password",
|
|
2849
2856
|
whileTap: { scale: 0.9 },
|
|
2850
2857
|
transition: { duration: 0.1 },
|