@limpiolux/ui-styles 1.0.4 → 1.0.5

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/components.css CHANGED
@@ -365,6 +365,25 @@
365
365
  box-shadow: inset 0 0 0 1px rgba(var(--color-brand) / 0.24);
366
366
  }
367
367
 
368
+ .sidebar-action {
369
+ @apply flex w-full items-center gap-2.5 rounded-lg px-3 py-2 text-sm font-medium transition-colors;
370
+ color: #a1a1aa;
371
+ }
372
+
373
+ .sidebar-action:hover {
374
+ color: #e4e4e7;
375
+ background: rgba(39, 39, 42, 0.72);
376
+ }
377
+
378
+ .sidebar-action-danger {
379
+ color: rgba(239, 68, 68, 0.8);
380
+ }
381
+
382
+ .sidebar-action-danger:hover {
383
+ color: rgba(248, 113, 113, 1);
384
+ background: rgba(39, 39, 42, 0.72);
385
+ }
386
+
368
387
  /* ── Brand surfaces ── */
369
388
 
370
389
  .brand-panel {
package/light.css CHANGED
@@ -281,6 +281,24 @@
281
281
  box-shadow: inset 0 0 0 1px rgba(var(--color-brand) / 0.2);
282
282
  }
283
283
 
284
+ .light .sidebar-action {
285
+ color: #52525b;
286
+ }
287
+
288
+ .light .sidebar-action:hover {
289
+ color: #18181b;
290
+ background: #f4f4f5;
291
+ }
292
+
293
+ .light .sidebar-action-danger {
294
+ color: #b91c1c;
295
+ }
296
+
297
+ .light .sidebar-action-danger:hover {
298
+ color: #991b1b;
299
+ background: #fef2f2;
300
+ }
301
+
284
302
  /* ── Brand surfaces ── */
285
303
 
286
304
  .light .brand-panel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limpiolux/ui-styles",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Shared design system — Limpiolux liquid glass theme with auth, portal and dark/light mode support",
5
5
  "type": "module",
6
6
  "exports": {