componentables 0.1.11 → 0.1.13
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/componentables.css +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -2413,7 +2413,7 @@ const Ko = {
|
|
|
2413
2413
|
ghost: "bg-transparent text-primary border-transparent hover:bg-primary hover:text-white hover:border-primary",
|
|
2414
2414
|
light: "bg-light text-text border-border hover:bg-background-light",
|
|
2415
2415
|
danger: "bg-transparent text-danger border-danger hover:text-white hover:bg-danger hover:border-danger active:bg-danger-dark",
|
|
2416
|
-
link: "bg-transparent text-
|
|
2416
|
+
link: "bg-transparent text-secondary-light! underline hover:text-primary! border-0"
|
|
2417
2417
|
}, Jo = {
|
|
2418
2418
|
sm: "px-3 py-1.5 text-sm",
|
|
2419
2419
|
md: "px-4 py-2 text-base",
|
|
@@ -4404,7 +4404,7 @@ const xa = ({
|
|
|
4404
4404
|
variant: "link",
|
|
4405
4405
|
size: "sm",
|
|
4406
4406
|
fullWidth: !0,
|
|
4407
|
-
className: "shadow-none! !hover:shadow-none
|
|
4407
|
+
className: "shadow-none! !hover:shadow-none",
|
|
4408
4408
|
children: "¿Olvidaste tu contraseña?"
|
|
4409
4409
|
}
|
|
4410
4410
|
),
|
|
@@ -4416,7 +4416,7 @@ const xa = ({
|
|
|
4416
4416
|
variant: "link",
|
|
4417
4417
|
size: "sm",
|
|
4418
4418
|
fullWidth: !0,
|
|
4419
|
-
className: "shadow-none! !hover:shadow-none
|
|
4419
|
+
className: "shadow-none! !hover:shadow-none",
|
|
4420
4420
|
children: "Volver al inicio de sesión"
|
|
4421
4421
|
}
|
|
4422
4422
|
)
|