componentables 0.1.12 → 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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- 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-secondary-light! underline hover:text-primary
|
|
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",
|