luaniverse 4.2.6 → 4.2.8
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 +6 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/tailwind.preset.js +4 -0
- package/dist/theme.css +254 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6977,6 +6977,12 @@ var luaniversePreset = {
|
|
|
6977
6977
|
active: "hsl(var(--destructive-active, 351 100% 37%))"
|
|
6978
6978
|
// Fallback to #BF001C
|
|
6979
6979
|
},
|
|
6980
|
+
info: {
|
|
6981
|
+
DEFAULT: "hsl(var(--info, 217 91% 60%))",
|
|
6982
|
+
// Fallback to blue-500
|
|
6983
|
+
foreground: "hsl(var(--info-foreground, 222 47% 11%))"
|
|
6984
|
+
// Fallback to dark
|
|
6985
|
+
},
|
|
6980
6986
|
// Brand neutral colors
|
|
6981
6987
|
black: {
|
|
6982
6988
|
DEFAULT: "#000000",
|