luaniverse 4.2.7 → 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.js CHANGED
@@ -6940,6 +6940,12 @@ var luaniversePreset = {
6940
6940
  active: "hsl(var(--destructive-active, 351 100% 37%))"
6941
6941
  // Fallback to #BF001C
6942
6942
  },
6943
+ info: {
6944
+ DEFAULT: "hsl(var(--info, 217 91% 60%))",
6945
+ // Fallback to blue-500
6946
+ foreground: "hsl(var(--info-foreground, 222 47% 11%))"
6947
+ // Fallback to dark
6948
+ },
6943
6949
  // Brand neutral colors
6944
6950
  black: {
6945
6951
  DEFAULT: "#000000",