@limpiolux/ui-styles 1.1.3 → 1.1.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 +64 -3
- package/light.css +25 -0
- package/package.json +2 -2
package/components.css
CHANGED
|
@@ -709,9 +709,18 @@
|
|
|
709
709
|
opacity: 0;
|
|
710
710
|
transform: translateX(-2px);
|
|
711
711
|
transition:
|
|
712
|
-
max-width
|
|
713
|
-
opacity
|
|
714
|
-
transform
|
|
712
|
+
max-width 300ms ease,
|
|
713
|
+
opacity 240ms ease,
|
|
714
|
+
transform 300ms ease;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
@media (min-width: 768px) {
|
|
718
|
+
.soft-tab-text {
|
|
719
|
+
transition:
|
|
720
|
+
max-width 220ms ease,
|
|
721
|
+
opacity 180ms ease,
|
|
722
|
+
transform 220ms ease;
|
|
723
|
+
}
|
|
715
724
|
}
|
|
716
725
|
|
|
717
726
|
.soft-tab-active .soft-tab-text {
|
|
@@ -865,6 +874,31 @@
|
|
|
865
874
|
border-color: rgba(255, 255, 255, 0.14);
|
|
866
875
|
}
|
|
867
876
|
|
|
877
|
+
.compact-choice-track {
|
|
878
|
+
@apply inline-flex items-center gap-1 rounded-2xl border p-1;
|
|
879
|
+
border-color: rgba(255, 255, 255, 0.08);
|
|
880
|
+
background: rgba(255, 255, 255, 0.04);
|
|
881
|
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
|
|
882
|
+
backdrop-filter: blur(18px) saturate(1.4);
|
|
883
|
+
-webkit-backdrop-filter: blur(18px) saturate(1.4);
|
|
884
|
+
}
|
|
885
|
+
|
|
886
|
+
.compact-choice-button {
|
|
887
|
+
@apply inline-flex min-w-[42px] items-center justify-center rounded-xl px-2.5 py-1.5 text-[11px] font-semibold transition-colors;
|
|
888
|
+
color: #a1a1aa;
|
|
889
|
+
}
|
|
890
|
+
|
|
891
|
+
.compact-choice-button:hover {
|
|
892
|
+
color: #f4f4f5;
|
|
893
|
+
background: rgba(39, 39, 42, 0.72);
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
.compact-choice-button-active {
|
|
897
|
+
color: #d7f1fb;
|
|
898
|
+
background: rgba(var(--color-brand) / 0.16);
|
|
899
|
+
box-shadow: inset 0 0 0 1px rgba(var(--color-brand) / 0.24);
|
|
900
|
+
}
|
|
901
|
+
|
|
868
902
|
.portal-card {
|
|
869
903
|
@apply relative overflow-hidden p-5 transition-[opacity,transform] duration-300;
|
|
870
904
|
}
|
|
@@ -1060,6 +1094,33 @@
|
|
|
1060
1094
|
-webkit-backdrop-filter: blur(40px) saturate(1.8);
|
|
1061
1095
|
}
|
|
1062
1096
|
|
|
1097
|
+
.mobile-sheet-handle {
|
|
1098
|
+
@apply mx-auto h-1.5 w-12 rounded-full;
|
|
1099
|
+
background: rgba(113, 113, 122, 0.85);
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
.mobile-top-sheet {
|
|
1103
|
+
border-bottom-left-radius: 28px;
|
|
1104
|
+
border-bottom-right-radius: 28px;
|
|
1105
|
+
box-shadow: 0 28px 56px -24px rgba(0, 0, 0, 0.48);
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
.mobile-bottom-sheet {
|
|
1109
|
+
border-top-left-radius: 28px;
|
|
1110
|
+
border-top-right-radius: 28px;
|
|
1111
|
+
box-shadow: 0 -24px 48px -24px rgba(0, 0, 0, 0.46);
|
|
1112
|
+
}
|
|
1113
|
+
|
|
1114
|
+
@media (max-width: 767px) {
|
|
1115
|
+
.mobile-top-sheet {
|
|
1116
|
+
max-height: calc(100dvh - 0.75rem);
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1119
|
+
.mobile-bottom-sheet {
|
|
1120
|
+
max-height: min(82dvh, 44rem);
|
|
1121
|
+
}
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1063
1124
|
/* ── KPI cards ── */
|
|
1064
1125
|
|
|
1065
1126
|
.kpi-card {
|
package/light.css
CHANGED
|
@@ -382,6 +382,27 @@
|
|
|
382
382
|
border-color: rgba(161, 161, 170, 0.36);
|
|
383
383
|
}
|
|
384
384
|
|
|
385
|
+
.light .compact-choice-track {
|
|
386
|
+
border-color: rgba(212, 212, 216, 0.92);
|
|
387
|
+
background: rgba(255, 255, 255, 0.84);
|
|
388
|
+
box-shadow: 0 14px 28px -24px rgba(15, 23, 42, 0.12);
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.light .compact-choice-button {
|
|
392
|
+
color: #52525b;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.light .compact-choice-button:hover {
|
|
396
|
+
color: #18181b;
|
|
397
|
+
background: #f4f4f5;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
.light .compact-choice-button-active {
|
|
401
|
+
color: #083344;
|
|
402
|
+
background: rgba(var(--color-brand) / 0.1);
|
|
403
|
+
box-shadow: inset 0 0 0 1px rgba(var(--color-brand) / 0.18);
|
|
404
|
+
}
|
|
405
|
+
|
|
385
406
|
.light .portal-widget-card {
|
|
386
407
|
border-color: rgba(212, 212, 216, 0.92);
|
|
387
408
|
background: rgba(255, 255, 255, 0.84);
|
|
@@ -705,6 +726,10 @@
|
|
|
705
726
|
box-shadow: 0 28px 50px -30px rgba(15, 23, 42, 0.22);
|
|
706
727
|
}
|
|
707
728
|
|
|
729
|
+
.light .mobile-sheet-handle {
|
|
730
|
+
background: rgba(161, 161, 170, 0.92);
|
|
731
|
+
}
|
|
732
|
+
|
|
708
733
|
.light .kpi-card {
|
|
709
734
|
border-color: rgba(0, 0, 0, 0.08);
|
|
710
735
|
background: linear-gradient(
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@limpiolux/ui-styles",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "Shared design system \
|
|
3
|
+
"version": "1.1.5",
|
|
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",
|