luaniverse 4.2.25 → 4.2.26
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 +5 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/safelist.js +4 -0
- package/dist/safelist.txt +5 -1
- package/dist/theme.css +12 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -79,7 +79,7 @@ var buttonVariants = cva(
|
|
|
79
79
|
"lua:font-onest lua:font-semibold lua:whitespace-nowrap",
|
|
80
80
|
"lua:transition-all lua:cursor-pointer",
|
|
81
81
|
"lua:focus-visible:outline-hidden lua:focus-visible:ring-2 lua:focus-visible:ring-offset-2 lua:focus-visible:ring-ring",
|
|
82
|
-
"lua:disabled:pointer-events-none lua:disabled:bg-
|
|
82
|
+
"lua:disabled:pointer-events-none lua:disabled:bg-disabled lua:disabled:text-disabled-foreground lua:disabled:shadow-none lua:disabled:border-transparent"
|
|
83
83
|
].join(" "),
|
|
84
84
|
{
|
|
85
85
|
variants: {
|
|
@@ -7120,6 +7120,10 @@ var luaniverseSafelist = [
|
|
|
7120
7120
|
"lua:active:bg-warning-active",
|
|
7121
7121
|
"lua:focus-visible:bg-warning-base",
|
|
7122
7122
|
// Semantic Color Tokens - Disabled State
|
|
7123
|
+
"lua:bg-disabled",
|
|
7124
|
+
"lua:text-disabled-foreground",
|
|
7125
|
+
"lua:disabled:bg-disabled",
|
|
7126
|
+
"lua:disabled:text-disabled-foreground",
|
|
7123
7127
|
"lua:bg-disabled-bg",
|
|
7124
7128
|
"lua:text-disabled-text",
|
|
7125
7129
|
"lua:border-disabled-border",
|