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.
@@ -32,6 +32,10 @@ export const luaniversePreset = {
32
32
  hover: 'hsl(var(--destructive-hover, 351 100% 40%))', // Fallback to #CC001E
33
33
  active: 'hsl(var(--destructive-active, 351 100% 37%))', // Fallback to #BF001C
34
34
  },
35
+ info: {
36
+ DEFAULT: 'hsl(var(--info, 217 91% 60%))', // Fallback to blue-500
37
+ foreground: 'hsl(var(--info-foreground, 222 47% 11%))', // Fallback to dark
38
+ },
35
39
  // Brand neutral colors
36
40
  black: {
37
41
  DEFAULT: '#000000',
package/dist/theme.css CHANGED
@@ -51,7 +51,7 @@
51
51
  /* Accent */
52
52
  --accent: 221 83% 53%; /* blue-600 */
53
53
  --accent-foreground: 0 0% 100%; /* white */
54
-
54
+
55
55
  /* Accent Subtle (for tabs, pills) */
56
56
  --accent-subtle: 214 100% 97%; /* blue-50 - very light blue */
57
57
  --accent-subtle-foreground: 213 97% 27%; /* blue-800 */
@@ -118,7 +118,7 @@
118
118
  /* Accent Tokens */
119
119
  --color-accent: hsl(var(--accent));
120
120
  --color-accent-foreground: hsl(var(--accent-foreground));
121
-
121
+
122
122
  /* Accent Subtle Tokens (for tabs, pills) */
123
123
  --color-accent-subtle: hsl(var(--accent-subtle));
124
124
  --color-accent-subtle-foreground: hsl(var(--accent-subtle-foreground));
@@ -148,8 +148,8 @@
148
148
  @media (prefers-color-scheme: dark) {
149
149
  :root {
150
150
  /* Base Colors - Dark grays and off-whites */
151
- --background: 222 47% 11%; /* gray-900 */
152
- --foreground: 210 20% 98%; /* gray-50 */
151
+ --background: 220 13% 12%;
152
+ --foreground: 210 20% 98%;
153
153
 
154
154
  /* Card & Surface - Slightly lighter than background for depth */
155
155
  --card: 217 19% 18%; /* gray-800/850 - elevated surface */
@@ -159,17 +159,17 @@
159
159
  --popover: 217 19% 18%; /* gray-800/850 - elevated surface */
160
160
  --popover-foreground: 210 20% 98%; /* gray-50 */
161
161
 
162
- /* Default (Emphasis - Inverted for dark mode) */
163
- --default: 220 13% 95%; /* gray-100 - light gray for dark bg */
164
- --default-foreground: 222 47% 11%; /* gray-900 - dark text */
165
- --default-hover: 210 20% 98%; /* gray-50 - lighter on hover */
166
- --default-active: 220 13% 91%; /* gray-200 - darker on press */
162
+ /* Default (Emphasis - Still prominent but comfortable) */
163
+ --default: 215 25% 35%; /* gray-600/650 - medium-light gray */
164
+ --default-foreground: 210 20% 98%; /* gray-50 - off-white text */
165
+ --default-hover: 217 19% 40%; /* slightly lighter on hover */
166
+ --default-active: 215 25% 30%; /* slightly darker on press */
167
167
 
168
- /* Primary (Brand - Blue) - Slightly lighter for visibility */
169
- --primary: 217 91% 60%; /* blue-500 */
170
- --primary-foreground: 222 47% 11%; /* gray-900 */
171
- --primary-hover: 213 94% 68%; /* blue-400 */
172
- --primary-active: 221 83% 53%; /* blue-600 */
168
+ /* Primary (Brand - Blue) - Brighter and more vibrant for CTAs */
169
+ --primary: 217 95% 65%; /* blue-450 - more saturated and lighter */
170
+ --primary-foreground: 210 20% 98%; /* gray-50 - off-white for better contrast */
171
+ --primary-hover: 213 97% 70%; /* blue-400 - brighter hover */
172
+ --primary-active: 217 91% 60%; /* blue-500 - original as active */
173
173
 
174
174
  /* Secondary (Neutral) - Dark grays */
175
175
  --secondary: 217 19% 27%; /* gray-700 */
@@ -184,7 +184,7 @@
184
184
  /* Accent */
185
185
  --accent: 217 91% 60%; /* blue-500 */
186
186
  --accent-foreground: 222 47% 11%; /* gray-900 */
187
-
187
+
188
188
  /* Accent Subtle (for tabs, pills) */
189
189
  --accent-subtle: 215 25% 27%; /* gray-700 - dark subtle bg */
190
190
  --accent-subtle-foreground: 213 94% 68%; /* blue-400 - bright blue text */
@@ -216,7 +216,7 @@
216
216
  .rdp-root {
217
217
  /* Calendar background */
218
218
  --rdp-background-color: hsl(var(--card));
219
-
219
+
220
220
  /* Use semantic tokens for selected days instead of default blue */
221
221
  --rdp-accent-color: hsl(var(--foreground));
222
222
  --rdp-accent-background-color: hsl(var(--secondary));
@@ -236,11 +236,11 @@
236
236
  [data-theme='dark'] .rdp-root {
237
237
  /* Calendar background and base colors for dark mode */
238
238
  --rdp-background-color: hsl(var(--card));
239
-
239
+
240
240
  /* Use semantic tokens for selected days in dark mode */
241
241
  --rdp-accent-color: hsl(var(--foreground));
242
242
  --rdp-accent-background-color: hsl(var(--secondary));
243
-
243
+
244
244
  /* Range selection colors for dark mode */
245
245
  --rdp-range_middle-background-color: hsl(var(--muted));
246
246
  --rdp-range_middle-color: hsl(var(--foreground));
@@ -248,7 +248,7 @@
248
248
  --rdp-range_start-color: hsl(var(--foreground));
249
249
  --rdp-range_end-background: hsl(var(--secondary));
250
250
  --rdp-range_end-color: hsl(var(--foreground));
251
-
251
+
252
252
  /* Today indicator for dark mode */
253
253
  --rdp-today-color: hsl(var(--foreground));
254
254
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luaniverse",
3
- "version": "4.2.7",
3
+ "version": "4.2.8",
4
4
  "description": "Lua Design System - A React component library for Lua applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",