@limpiolux/ui-styles 1.0.6 → 1.0.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.
Files changed (3) hide show
  1. package/components.css +119 -5
  2. package/light.css +83 -0
  3. package/package.json +1 -1
package/components.css CHANGED
@@ -95,7 +95,11 @@
95
95
  overflow: hidden;
96
96
  }
97
97
 
98
- .glass-panel {
98
+ .glass-panel,
99
+ .auth-hero-panel,
100
+ .portal-panel,
101
+ .portal-header-panel,
102
+ .portal-card {
99
103
  @apply rounded-[28px] border border-white/10 bg-white/[0.045] shadow-2xl shadow-black/30 backdrop-blur-xl;
100
104
  transition:
101
105
  background-color 420ms ease,
@@ -112,8 +116,28 @@
112
116
  @apply inline-flex h-14 items-center justify-center rounded-[20px] border border-white/10 bg-white/5 px-4;
113
117
  }
114
118
 
119
+ .portal-shell {
120
+ @apply min-h-screen px-4 py-6 md:px-8 md:py-8;
121
+ background-image:
122
+ radial-gradient(circle at top left, rgba(59, 130, 246, 0.22), transparent 28%),
123
+ radial-gradient(circle at top right, rgba(16, 185, 129, 0.16), transparent 24%),
124
+ linear-gradient(180deg, rgba(9, 9, 11, 0.95), rgba(9, 9, 11, 1));
125
+ transition:
126
+ background-color 420ms ease,
127
+ color 420ms ease,
128
+ background-image 420ms ease;
129
+ }
130
+
131
+ .portal-grid {
132
+ @apply grid gap-4 md:grid-cols-2 xl:grid-cols-3;
133
+ }
134
+
135
+ .portal-app-card {
136
+ @apply portal-card;
137
+ }
138
+
115
139
  .auth-hero-panel {
116
- @apply glass-panel relative overflow-hidden p-8 md:p-10;
140
+ @apply relative overflow-hidden p-8 md:p-10;
117
141
  }
118
142
 
119
143
  .auth-hero-backdrop {
@@ -439,11 +463,11 @@
439
463
  /* ── Portal surfaces ── */
440
464
 
441
465
  .portal-panel {
442
- @apply glass-panel p-5;
466
+ @apply p-5;
443
467
  }
444
468
 
445
469
  .portal-header-panel {
446
- @apply glass-panel flex flex-col gap-4 p-6 md:flex-row md:items-end md:justify-between;
470
+ @apply flex flex-col gap-4 p-6 md:flex-row md:items-end md:justify-between;
447
471
  }
448
472
 
449
473
  .portal-stat-card {
@@ -453,7 +477,7 @@
453
477
  }
454
478
 
455
479
  .portal-card {
456
- @apply glass-panel relative overflow-hidden p-5 transition duration-300;
480
+ @apply relative overflow-hidden p-5 transition duration-300;
457
481
  }
458
482
 
459
483
  .portal-card:hover {
@@ -523,6 +547,96 @@
523
547
  color: #e0f2fe;
524
548
  }
525
549
 
550
+ .portal-title {
551
+ color: #f4f4f5;
552
+ }
553
+
554
+ .portal-body {
555
+ color: #a1a1aa;
556
+ }
557
+
558
+ .portal-code {
559
+ color: #d4d4d8;
560
+ }
561
+
562
+ .portal-muted {
563
+ color: #71717a;
564
+ }
565
+
566
+ .portal-directory-title {
567
+ color: #f0f9ff;
568
+ }
569
+
570
+ .portal-directory-text {
571
+ color: rgba(224, 242, 254, 0.8);
572
+ }
573
+
574
+ .portal-directory-search-icon {
575
+ color: rgba(224, 242, 254, 0.6);
576
+ }
577
+
578
+ .portal-directory-empty {
579
+ color: rgba(224, 242, 254, 0.7);
580
+ }
581
+
582
+ .portal-directory-name {
583
+ color: #f0f9ff;
584
+ }
585
+
586
+ .portal-directory-meta {
587
+ color: rgba(224, 242, 254, 0.8);
588
+ }
589
+
590
+ .portal-directory-fine {
591
+ color: rgba(224, 242, 254, 0.6);
592
+ }
593
+
594
+ .portal-directory-in-portal-badge {
595
+ @apply rounded-full border px-2.5 py-1 text-[11px] uppercase tracking-[0.18em];
596
+ border-color: rgba(255, 255, 255, 0.1);
597
+ background: rgba(255, 255, 255, 0.1);
598
+ color: #e0f2fe;
599
+ }
600
+
601
+ .portal-warning-text {
602
+ color: rgba(254, 243, 199, 0.8);
603
+ }
604
+
605
+ .portal-success-badge {
606
+ border-color: rgba(110, 231, 183, 0.2);
607
+ background: rgba(110, 231, 183, 0.1);
608
+ color: #d1fae5;
609
+ }
610
+
611
+ .portal-inactive-badge {
612
+ border-color: rgba(252, 211, 77, 0.2);
613
+ background: rgba(252, 211, 77, 0.1);
614
+ color: #fef3c7;
615
+ }
616
+
617
+ .portal-it-badge {
618
+ @apply rounded-full border px-2.5 py-1 text-[11px] font-medium uppercase tracking-[0.18em];
619
+ border-color: rgba(251, 191, 36, 0.2);
620
+ background: rgba(251, 191, 36, 0.1);
621
+ color: #fde68a;
622
+ }
623
+
624
+ .portal-system-badge {
625
+ border-color: rgba(56, 189, 248, 0.2);
626
+ background: rgba(56, 189, 248, 0.1);
627
+ color: #bae6fd;
628
+ }
629
+
630
+ .portal-custom-badge {
631
+ border-color: rgba(52, 211, 153, 0.2);
632
+ background: rgba(52, 211, 153, 0.1);
633
+ color: #a7f3d0;
634
+ }
635
+
636
+ .portal-custom-label {
637
+ color: #6ee7b7;
638
+ }
639
+
526
640
  /* ── Glass toolbar ── */
527
641
 
528
642
  .glass-toolbar {
package/light.css CHANGED
@@ -35,6 +35,13 @@
35
35
  box-shadow: 0 20px 36px -30px rgba(15, 23, 42, 0.18);
36
36
  }
37
37
 
38
+ .light .portal-shell {
39
+ background-image:
40
+ radial-gradient(circle at top left, rgba(59, 130, 246, 0.14), transparent 28%),
41
+ radial-gradient(circle at top right, rgba(16, 185, 129, 0.12), transparent 24%),
42
+ linear-gradient(180deg, rgba(250, 250, 250, 0.96), rgba(244, 244, 245, 1));
43
+ }
44
+
38
45
  .light .auth-hero-backdrop {
39
46
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.82), transparent 36%);
40
47
  }
@@ -403,6 +410,82 @@
403
410
  color: #0369a1;
404
411
  }
405
412
 
413
+ .light .portal-title {
414
+ color: #18181b;
415
+ }
416
+
417
+ .light .portal-body {
418
+ color: #52525b;
419
+ }
420
+
421
+ .light .portal-code,
422
+ .light .portal-muted {
423
+ color: #3f3f46;
424
+ }
425
+
426
+ .light .portal-directory-title,
427
+ .light .portal-directory-name {
428
+ color: #0c4a6e;
429
+ }
430
+
431
+ .light .portal-directory-text,
432
+ .light .portal-directory-meta {
433
+ color: rgba(8, 47, 73, 0.8);
434
+ }
435
+
436
+ .light .portal-directory-search-icon {
437
+ color: #0ea5e9;
438
+ }
439
+
440
+ .light .portal-directory-empty,
441
+ .light .portal-directory-fine {
442
+ color: rgba(8, 47, 73, 0.7);
443
+ }
444
+
445
+ .light .portal-directory-in-portal-badge {
446
+ border-color: rgba(212, 212, 216, 0.92);
447
+ background: #f4f4f5;
448
+ color: #0369a1;
449
+ }
450
+
451
+ .light .portal-warning-text {
452
+ color: rgba(180, 83, 9, 0.9);
453
+ }
454
+
455
+ .light .portal-success-badge {
456
+ border-color: rgba(110, 231, 183, 0.9);
457
+ background: #ecfdf5;
458
+ color: #047857;
459
+ }
460
+
461
+ .light .portal-inactive-badge {
462
+ border-color: rgba(252, 211, 77, 0.88);
463
+ background: #fffbeb;
464
+ color: #b45309;
465
+ }
466
+
467
+ .light .portal-it-badge {
468
+ border-color: rgba(252, 211, 77, 0.88);
469
+ background: #fffbeb;
470
+ color: #b45309;
471
+ }
472
+
473
+ .light .portal-system-badge {
474
+ border-color: rgba(125, 211, 252, 0.88);
475
+ background: #f0f9ff;
476
+ color: #0369a1;
477
+ }
478
+
479
+ .light .portal-custom-badge {
480
+ border-color: rgba(110, 231, 183, 0.88);
481
+ background: #ecfdf5;
482
+ color: #047857;
483
+ }
484
+
485
+ .light .portal-custom-label {
486
+ color: #047857;
487
+ }
488
+
406
489
  /* ── Glass / KPI ── */
407
490
 
408
491
  .light .glass-toolbar {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limpiolux/ui-styles",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
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": {