@limpiolux/ui-styles 1.0.24 → 1.0.26
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 +28 -55
- package/package.json +1 -1
package/components.css
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
.form-input {
|
|
11
11
|
@apply w-full bg-zinc-900 border border-zinc-800 rounded-lg px-3 py-2.5 text-sm text-zinc-100
|
|
12
12
|
focus:ring-1 outline-none
|
|
13
|
-
|
|
13
|
+
placeholder:text-zinc-600;
|
|
14
14
|
box-shadow: none;
|
|
15
15
|
}
|
|
16
16
|
|
|
@@ -27,8 +27,9 @@
|
|
|
27
27
|
|
|
28
28
|
.btn-primary {
|
|
29
29
|
@apply text-white font-medium py-2.5 px-4 rounded-lg
|
|
30
|
-
|
|
30
|
+
active:scale-[0.98] flex items-center justify-center gap-2
|
|
31
31
|
disabled:opacity-50 disabled:cursor-not-allowed;
|
|
32
|
+
transition: transform 150ms ease, opacity 150ms ease;
|
|
32
33
|
background: rgb(var(--color-brand));
|
|
33
34
|
}
|
|
34
35
|
|
|
@@ -38,18 +39,14 @@
|
|
|
38
39
|
|
|
39
40
|
.btn-secondary {
|
|
40
41
|
@apply bg-zinc-800 hover:bg-zinc-700 text-zinc-200 font-medium py-2.5 px-4 rounded-lg
|
|
41
|
-
|
|
42
|
+
border border-zinc-700 active:scale-[0.98]
|
|
42
43
|
flex items-center justify-center gap-2;
|
|
44
|
+
transition: transform 150ms ease, opacity 150ms ease;
|
|
43
45
|
}
|
|
44
46
|
|
|
45
47
|
.theme-icon-button {
|
|
46
48
|
@apply inline-flex h-9 w-9 items-center justify-center rounded-xl border border-white/10 bg-white/5 text-zinc-200;
|
|
47
|
-
transition:
|
|
48
|
-
transform 220ms ease,
|
|
49
|
-
background-color 220ms ease,
|
|
50
|
-
border-color 220ms ease,
|
|
51
|
-
color 220ms ease,
|
|
52
|
-
box-shadow 220ms ease;
|
|
49
|
+
transition: transform 220ms ease, opacity 220ms ease;
|
|
53
50
|
}
|
|
54
51
|
|
|
55
52
|
.theme-icon-button:hover {
|
|
@@ -68,12 +65,7 @@
|
|
|
68
65
|
}
|
|
69
66
|
|
|
70
67
|
.theme-transition-surface {
|
|
71
|
-
transition:
|
|
72
|
-
background-color 420ms ease,
|
|
73
|
-
border-color 420ms ease,
|
|
74
|
-
box-shadow 420ms ease,
|
|
75
|
-
color 420ms ease,
|
|
76
|
-
transform 420ms ease;
|
|
68
|
+
transition: transform 420ms ease, opacity 420ms ease;
|
|
77
69
|
}
|
|
78
70
|
|
|
79
71
|
.collapse-panel {
|
|
@@ -102,11 +94,7 @@
|
|
|
102
94
|
.portal-card {
|
|
103
95
|
@apply rounded-[28px] border border-white/10 bg-white/[0.045] backdrop-blur-xl;
|
|
104
96
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 20px -2px rgba(0, 0, 0, 0.22);
|
|
105
|
-
transition:
|
|
106
|
-
background-color 420ms ease,
|
|
107
|
-
border-color 420ms ease,
|
|
108
|
-
box-shadow 420ms ease,
|
|
109
|
-
transform 420ms ease;
|
|
97
|
+
transition: transform 420ms ease;
|
|
110
98
|
}
|
|
111
99
|
|
|
112
100
|
.auth-kicker {
|
|
@@ -123,10 +111,6 @@
|
|
|
123
111
|
radial-gradient(circle at top left, rgba(59, 130, 246, 0.22), transparent 28%),
|
|
124
112
|
radial-gradient(circle at top right, rgba(16, 185, 129, 0.16), transparent 24%),
|
|
125
113
|
linear-gradient(180deg, rgba(9, 9, 11, 0.95), rgba(9, 9, 11, 1));
|
|
126
|
-
transition:
|
|
127
|
-
background-color 420ms ease,
|
|
128
|
-
color 420ms ease,
|
|
129
|
-
background-image 420ms ease;
|
|
130
114
|
}
|
|
131
115
|
|
|
132
116
|
.portal-grid {
|
|
@@ -134,7 +118,7 @@
|
|
|
134
118
|
}
|
|
135
119
|
|
|
136
120
|
.portal-app-card {
|
|
137
|
-
@apply rounded-[28px] border border-white/10 bg-white/[0.045] backdrop-blur-xl relative overflow-hidden p-5 transition duration-300;
|
|
121
|
+
@apply rounded-[28px] border border-white/10 bg-white/[0.045] backdrop-blur-xl relative overflow-hidden p-5 transition-[opacity,transform] duration-300;
|
|
138
122
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 20px -2px rgba(0, 0, 0, 0.22);
|
|
139
123
|
}
|
|
140
124
|
|
|
@@ -143,7 +127,7 @@
|
|
|
143
127
|
}
|
|
144
128
|
|
|
145
129
|
.portal-widget-card {
|
|
146
|
-
@apply rounded-[24px] border border-white/10 bg-white/[0.045] p-4 backdrop-blur-xl transition duration-300;
|
|
130
|
+
@apply rounded-[24px] border border-white/10 bg-white/[0.045] p-4 backdrop-blur-xl transition-[opacity,transform] duration-300;
|
|
147
131
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 20px -2px rgba(0, 0, 0, 0.22);
|
|
148
132
|
}
|
|
149
133
|
|
|
@@ -401,7 +385,11 @@
|
|
|
401
385
|
}
|
|
402
386
|
|
|
403
387
|
.auth-hero-panel {
|
|
404
|
-
@apply relative overflow-hidden p-
|
|
388
|
+
@apply relative overflow-hidden p-5 sm:p-6 lg:p-10;
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.auth-hero-kicker {
|
|
392
|
+
@apply text-xs font-medium uppercase tracking-[0.18em] text-zinc-500;
|
|
405
393
|
}
|
|
406
394
|
|
|
407
395
|
.auth-hero-backdrop {
|
|
@@ -430,24 +418,20 @@
|
|
|
430
418
|
}
|
|
431
419
|
|
|
432
420
|
.auth-hero-wordmark {
|
|
433
|
-
@apply mt-3 h-
|
|
421
|
+
@apply mt-3 h-12 w-auto lg:h-16;
|
|
434
422
|
}
|
|
435
423
|
|
|
436
424
|
.auth-hero-title {
|
|
437
|
-
@apply max-w-xl text-
|
|
425
|
+
@apply max-w-xl text-2xl font-semibold tracking-tight text-zinc-100 lg:text-[2.6rem];
|
|
438
426
|
}
|
|
439
427
|
|
|
440
428
|
.auth-hero-body {
|
|
441
|
-
@apply mt-4 max-w-xl text-sm leading-6 text-zinc-400
|
|
429
|
+
@apply mt-4 max-w-xl text-sm leading-6 text-zinc-400 lg:text-base;
|
|
442
430
|
}
|
|
443
431
|
|
|
444
432
|
.auth-card {
|
|
445
433
|
@apply rounded-[28px] border border-white/10 bg-white/[0.045] p-6 backdrop-blur-xl md:p-8;
|
|
446
434
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 4px 20px -2px rgba(0, 0, 0, 0.22);
|
|
447
|
-
transition:
|
|
448
|
-
background-color 420ms ease,
|
|
449
|
-
border-color 420ms ease,
|
|
450
|
-
box-shadow 420ms ease;
|
|
451
435
|
}
|
|
452
436
|
|
|
453
437
|
.auth-title {
|
|
@@ -464,7 +448,6 @@
|
|
|
464
448
|
|
|
465
449
|
.auth-link {
|
|
466
450
|
@apply text-sm font-medium text-zinc-400;
|
|
467
|
-
transition: color 180ms ease;
|
|
468
451
|
}
|
|
469
452
|
|
|
470
453
|
.auth-link:hover {
|
|
@@ -473,11 +456,7 @@
|
|
|
473
456
|
|
|
474
457
|
.auth-support-panel {
|
|
475
458
|
@apply rounded-[24px] border border-white/10 bg-white/[0.03] p-4;
|
|
476
|
-
transition:
|
|
477
|
-
background-color 320ms ease,
|
|
478
|
-
border-color 320ms ease,
|
|
479
|
-
box-shadow 320ms ease,
|
|
480
|
-
transform 320ms ease;
|
|
459
|
+
transition: transform 320ms ease;
|
|
481
460
|
box-shadow:
|
|
482
461
|
inset 0 1px 0 rgba(255, 255, 255, 0.03),
|
|
483
462
|
0 18px 34px -30px rgba(15, 23, 42, 0.24);
|
|
@@ -820,12 +799,7 @@
|
|
|
820
799
|
|
|
821
800
|
.portal-toolbar-icon {
|
|
822
801
|
@apply inline-flex h-9 w-9 items-center justify-center rounded-xl border border-white/10 bg-white/5 text-zinc-200;
|
|
823
|
-
transition:
|
|
824
|
-
transform 220ms ease,
|
|
825
|
-
background-color 220ms ease,
|
|
826
|
-
border-color 220ms ease,
|
|
827
|
-
color 220ms ease,
|
|
828
|
-
box-shadow 220ms ease;
|
|
802
|
+
transition: transform 220ms ease, opacity 220ms ease;
|
|
829
803
|
}
|
|
830
804
|
|
|
831
805
|
.portal-toolbar-icon:hover {
|
|
@@ -835,7 +809,7 @@
|
|
|
835
809
|
}
|
|
836
810
|
|
|
837
811
|
.portal-card {
|
|
838
|
-
@apply relative overflow-hidden p-5 transition duration-300;
|
|
812
|
+
@apply relative overflow-hidden p-5 transition-[opacity,transform] duration-300;
|
|
839
813
|
}
|
|
840
814
|
|
|
841
815
|
.portal-card:hover {
|
|
@@ -872,7 +846,7 @@
|
|
|
872
846
|
}
|
|
873
847
|
|
|
874
848
|
.portal-selection-card {
|
|
875
|
-
@apply rounded-2xl border p-4 text-left transition;
|
|
849
|
+
@apply rounded-2xl border p-4 text-left transition-[opacity,transform];
|
|
876
850
|
border-color: rgba(255, 255, 255, 0.1);
|
|
877
851
|
background: rgba(255, 255, 255, 0.03);
|
|
878
852
|
}
|
|
@@ -1045,10 +1019,11 @@
|
|
|
1045
1019
|
inset 0 -1px 0 rgba(0, 0, 0, 0.1);
|
|
1046
1020
|
backdrop-filter: blur(20px) saturate(1.4);
|
|
1047
1021
|
-webkit-backdrop-filter: blur(20px) saturate(1.4);
|
|
1048
|
-
transition:
|
|
1022
|
+
transition: transform 200ms ease;
|
|
1049
1023
|
}
|
|
1050
1024
|
|
|
1051
1025
|
.kpi-card:hover {
|
|
1026
|
+
transform: translateY(-2px);
|
|
1052
1027
|
border-color: rgba(255, 255, 255, 0.14);
|
|
1053
1028
|
box-shadow:
|
|
1054
1029
|
0 12px 40px -8px rgba(0, 0, 0, 0.35),
|
|
@@ -1082,13 +1057,11 @@
|
|
|
1082
1057
|
inset 0 -1px 0 rgba(0, 0, 0, 0.08);
|
|
1083
1058
|
backdrop-filter: blur(24px) saturate(1.5);
|
|
1084
1059
|
-webkit-backdrop-filter: blur(24px) saturate(1.5);
|
|
1085
|
-
transition:
|
|
1086
|
-
border-color 220ms ease,
|
|
1087
|
-
box-shadow 220ms ease,
|
|
1088
|
-
background 220ms ease;
|
|
1060
|
+
transition: transform 220ms ease;
|
|
1089
1061
|
}
|
|
1090
1062
|
|
|
1091
1063
|
.liquid-glass:hover {
|
|
1064
|
+
transform: translateY(-2px);
|
|
1092
1065
|
border-color: rgba(255, 255, 255, 0.16);
|
|
1093
1066
|
box-shadow:
|
|
1094
1067
|
0 12px 44px -8px rgba(0, 0, 0, 0.32),
|
|
@@ -1190,7 +1163,7 @@
|
|
|
1190
1163
|
border-radius: 0.35rem;
|
|
1191
1164
|
background-color: transparent;
|
|
1192
1165
|
cursor: pointer;
|
|
1193
|
-
transition:
|
|
1166
|
+
transition: transform 140ms ease, opacity 140ms ease;
|
|
1194
1167
|
}
|
|
1195
1168
|
|
|
1196
1169
|
.form-check-input[type="radio"] {
|
|
@@ -1221,7 +1194,7 @@
|
|
|
1221
1194
|
background: rgb(var(--color-zinc-700));
|
|
1222
1195
|
position: relative;
|
|
1223
1196
|
cursor: pointer;
|
|
1224
|
-
transition:
|
|
1197
|
+
transition: transform 180ms ease, opacity 180ms ease;
|
|
1225
1198
|
}
|
|
1226
1199
|
|
|
1227
1200
|
.form-switch .form-check-input::before,
|