@limpiolux/ui-styles 1.1.4 → 1.1.6

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 +131 -0
  2. package/light.css +87 -0
  3. package/package.json +2 -2
package/components.css CHANGED
@@ -874,6 +874,110 @@
874
874
  border-color: rgba(255, 255, 255, 0.14);
875
875
  }
876
876
 
877
+ .dashboard-ghost-button {
878
+ @apply inline-flex items-center justify-center gap-2 rounded-lg border px-3 py-2 text-sm transition-colors disabled:cursor-not-allowed disabled:opacity-40;
879
+ border-color: rgba(39, 39, 42, 0.92);
880
+ background: rgba(24, 24, 27, 0.5);
881
+ color: #d4d4d8;
882
+ }
883
+
884
+ .dashboard-ghost-button:hover {
885
+ background: rgba(39, 39, 42, 0.92);
886
+ color: #ffffff;
887
+ }
888
+
889
+ .mobile-pager-button {
890
+ @apply flex items-center justify-center rounded-lg border transition-colors disabled:cursor-not-allowed disabled:opacity-40;
891
+ height: 2rem;
892
+ width: 2rem;
893
+ border-color: rgba(39, 39, 42, 0.92);
894
+ background: rgba(24, 24, 27, 0.7);
895
+ color: #d4d4d8;
896
+ }
897
+
898
+ .mobile-pager-button:active {
899
+ background: rgba(39, 39, 42, 0.92);
900
+ color: #ffffff;
901
+ }
902
+
903
+ .mobile-pager-indicator {
904
+ @apply flex items-center justify-center rounded-lg border text-center;
905
+ min-width: 5.25rem;
906
+ height: 2rem;
907
+ padding: 0 0.75rem;
908
+ border-color: rgba(63, 63, 70, 0.7);
909
+ background: rgba(24, 24, 27, 0.6);
910
+ }
911
+
912
+ .mobile-pager-indicator-text {
913
+ @apply whitespace-nowrap font-semibold;
914
+ font-size: 12px;
915
+ color: #f4f4f5;
916
+ }
917
+
918
+ .mobile-pager-size-trigger {
919
+ @apply flex items-center gap-1.5 rounded-lg border px-2.5 font-medium transition-colors;
920
+ height: 2rem;
921
+ border-color: rgba(39, 39, 42, 0.92);
922
+ background: rgba(24, 24, 27, 0.7);
923
+ color: #e4e4e7;
924
+ font-size: 11px;
925
+ }
926
+
927
+ .mobile-pager-size-trigger:active {
928
+ background: rgba(39, 39, 42, 0.92);
929
+ }
930
+
931
+ .mobile-pager-size-menu {
932
+ @apply rounded-xl border p-1 shadow-2xl;
933
+ width: 5.5rem;
934
+ border-color: rgba(39, 39, 42, 0.92);
935
+ background: rgba(9, 9, 11, 0.95);
936
+ box-shadow: 0 24px 48px -24px rgba(0, 0, 0, 0.5);
937
+ backdrop-filter: blur(20px) saturate(1.5);
938
+ -webkit-backdrop-filter: blur(20px) saturate(1.5);
939
+ }
940
+
941
+ .mobile-pager-size-option {
942
+ @apply flex w-full items-center justify-center rounded-lg px-2 py-2 text-sm transition-colors;
943
+ color: #d4d4d8;
944
+ }
945
+
946
+ .mobile-pager-size-option:active {
947
+ background: rgba(39, 39, 42, 0.92);
948
+ }
949
+
950
+ .mobile-pager-size-option-active {
951
+ color: #d7f1fb;
952
+ border-color: rgba(var(--color-brand) / 0.18);
953
+ background: rgba(var(--color-brand) / 0.05);
954
+ }
955
+
956
+ .compact-choice-track {
957
+ @apply inline-flex items-center gap-1 rounded-2xl border p-1;
958
+ border-color: rgba(255, 255, 255, 0.08);
959
+ background: rgba(255, 255, 255, 0.04);
960
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
961
+ backdrop-filter: blur(18px) saturate(1.4);
962
+ -webkit-backdrop-filter: blur(18px) saturate(1.4);
963
+ }
964
+
965
+ .compact-choice-button {
966
+ @apply inline-flex min-w-[42px] items-center justify-center rounded-xl px-2.5 py-1.5 text-[11px] font-semibold transition-colors;
967
+ color: #a1a1aa;
968
+ }
969
+
970
+ .compact-choice-button:hover {
971
+ color: #f4f4f5;
972
+ background: rgba(39, 39, 42, 0.72);
973
+ }
974
+
975
+ .compact-choice-button-active {
976
+ color: #d7f1fb;
977
+ background: rgba(var(--color-brand) / 0.16);
978
+ box-shadow: inset 0 0 0 1px rgba(var(--color-brand) / 0.24);
979
+ }
980
+
877
981
  .portal-card {
878
982
  @apply relative overflow-hidden p-5 transition-[opacity,transform] duration-300;
879
983
  }
@@ -1069,6 +1173,33 @@
1069
1173
  -webkit-backdrop-filter: blur(40px) saturate(1.8);
1070
1174
  }
1071
1175
 
1176
+ .mobile-sheet-handle {
1177
+ @apply mx-auto h-1.5 w-12 rounded-full;
1178
+ background: rgba(113, 113, 122, 0.85);
1179
+ }
1180
+
1181
+ .mobile-top-sheet {
1182
+ border-bottom-left-radius: 28px;
1183
+ border-bottom-right-radius: 28px;
1184
+ box-shadow: 0 28px 56px -24px rgba(0, 0, 0, 0.48);
1185
+ }
1186
+
1187
+ .mobile-bottom-sheet {
1188
+ border-top-left-radius: 28px;
1189
+ border-top-right-radius: 28px;
1190
+ box-shadow: 0 -24px 48px -24px rgba(0, 0, 0, 0.46);
1191
+ }
1192
+
1193
+ @media (max-width: 767px) {
1194
+ .mobile-top-sheet {
1195
+ max-height: calc(100dvh - 0.75rem);
1196
+ }
1197
+
1198
+ .mobile-bottom-sheet {
1199
+ max-height: min(82dvh, 44rem);
1200
+ }
1201
+ }
1202
+
1072
1203
  /* ── KPI cards ── */
1073
1204
 
1074
1205
  .kpi-card {
package/light.css CHANGED
@@ -382,6 +382,89 @@
382
382
  border-color: rgba(161, 161, 170, 0.36);
383
383
  }
384
384
 
385
+ .light .dashboard-ghost-button {
386
+ border-color: rgba(212, 212, 216, 0.92);
387
+ background: rgba(255, 255, 255, 0.82);
388
+ color: #3f3f46;
389
+ box-shadow: 0 16px 36px -28px rgba(15, 23, 42, 0.18);
390
+ }
391
+
392
+ .light .dashboard-ghost-button:hover {
393
+ background: #ffffff;
394
+ border-color: rgba(161, 161, 170, 0.36);
395
+ color: #18181b;
396
+ }
397
+
398
+ .light .mobile-pager-button {
399
+ border-color: rgba(212, 212, 216, 0.92);
400
+ background: rgba(255, 255, 255, 0.82);
401
+ color: #3f3f46;
402
+ }
403
+
404
+ .light .mobile-pager-button:active {
405
+ background: #ffffff;
406
+ color: #18181b;
407
+ }
408
+
409
+ .light .mobile-pager-indicator {
410
+ border-color: rgba(212, 212, 216, 0.92);
411
+ background: rgba(255, 255, 255, 0.9);
412
+ }
413
+
414
+ .light .mobile-pager-indicator-text {
415
+ color: #18181b;
416
+ }
417
+
418
+ .light .mobile-pager-size-trigger {
419
+ border-color: rgba(212, 212, 216, 0.92);
420
+ background: rgba(255, 255, 255, 0.82);
421
+ color: #18181b;
422
+ }
423
+
424
+ .light .mobile-pager-size-trigger:active {
425
+ background: #ffffff;
426
+ }
427
+
428
+ .light .mobile-pager-size-menu {
429
+ border-color: rgba(212, 212, 216, 0.92);
430
+ background: rgba(255, 255, 255, 0.96);
431
+ box-shadow: 0 24px 48px -28px rgba(15, 23, 42, 0.18);
432
+ }
433
+
434
+ .light .mobile-pager-size-option {
435
+ color: #3f3f46;
436
+ }
437
+
438
+ .light .mobile-pager-size-option:active {
439
+ background: #f4f4f5;
440
+ }
441
+
442
+ .light .mobile-pager-size-option-active {
443
+ color: #083344;
444
+ background: rgba(var(--color-brand) / 0.1);
445
+ }
446
+
447
+ .light .compact-choice-track {
448
+ border-color: rgba(212, 212, 216, 0.92);
449
+ background: rgba(255, 255, 255, 0.84);
450
+ box-shadow: 0 14px 28px -24px rgba(15, 23, 42, 0.12);
451
+ }
452
+
453
+ .light .compact-choice-button {
454
+ color: #52525b;
455
+ }
456
+
457
+ .light .compact-choice-button:hover {
458
+ color: #18181b;
459
+ background: #f4f4f5;
460
+ }
461
+
462
+ .light .compact-choice-button-active {
463
+ color: #083344;
464
+ background: rgba(var(--color-brand) / 0.1);
465
+ box-shadow: inset 0 0 0 1px rgba(var(--color-brand) / 0.18);
466
+ }
467
+
385
468
  .light .portal-widget-card {
386
469
  border-color: rgba(212, 212, 216, 0.92);
387
470
  background: rgba(255, 255, 255, 0.84);
@@ -705,6 +788,10 @@
705
788
  box-shadow: 0 28px 50px -30px rgba(15, 23, 42, 0.22);
706
789
  }
707
790
 
791
+ .light .mobile-sheet-handle {
792
+ background: rgba(161, 161, 170, 0.92);
793
+ }
794
+
708
795
  .light .kpi-card {
709
796
  border-color: rgba(0, 0, 0, 0.08);
710
797
  background: linear-gradient(
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@limpiolux/ui-styles",
3
- "version": "1.1.4",
4
- "description": "Shared design system \u2014 Limpiolux liquid glass theme with auth, portal and dark/light mode support",
3
+ "version": "1.1.6",
4
+ "description": "Shared design system \u2026 Limpiolux liquid glass theme with auth, portal and dark/light mode support",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": "./index.css",