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.cjs
CHANGED
|
@@ -106,7 +106,7 @@ var buttonVariants = classVarianceAuthority.cva(
|
|
|
106
106
|
"lua:font-onest lua:font-semibold lua:whitespace-nowrap",
|
|
107
107
|
"lua:transition-all lua:cursor-pointer",
|
|
108
108
|
"lua:focus-visible:outline-hidden lua:focus-visible:ring-2 lua:focus-visible:ring-offset-2 lua:focus-visible:ring-ring",
|
|
109
|
-
"lua:disabled:pointer-events-none lua:disabled:bg-
|
|
109
|
+
"lua:disabled:pointer-events-none lua:disabled:bg-disabled lua:disabled:text-disabled-foreground lua:disabled:shadow-none lua:disabled:border-transparent"
|
|
110
110
|
].join(" "),
|
|
111
111
|
{
|
|
112
112
|
variants: {
|
|
@@ -7147,6 +7147,10 @@ var luaniverseSafelist = [
|
|
|
7147
7147
|
"lua:active:bg-warning-active",
|
|
7148
7148
|
"lua:focus-visible:bg-warning-base",
|
|
7149
7149
|
// Semantic Color Tokens - Disabled State
|
|
7150
|
+
"lua:bg-disabled",
|
|
7151
|
+
"lua:text-disabled-foreground",
|
|
7152
|
+
"lua:disabled:bg-disabled",
|
|
7153
|
+
"lua:disabled:text-disabled-foreground",
|
|
7150
7154
|
"lua:bg-disabled-bg",
|
|
7151
7155
|
"lua:text-disabled-text",
|
|
7152
7156
|
"lua:border-disabled-border",
|