anentrypoint-design 1.0.4 → 1.0.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.
- package/community.css +6 -0
- package/dist/247420.css +6 -0
- package/dist/247420.js +23 -23
- package/dist/index.html +1 -1
- package/package.json +1 -1
package/community.css
CHANGED
|
@@ -560,6 +560,9 @@
|
|
|
560
560
|
font-size: var(--fs-pico);
|
|
561
561
|
font-weight: var(--fw-medium);
|
|
562
562
|
overflow: hidden;
|
|
563
|
+
/* Depth over a flat solid-color disc: a hairline inset ring so avatars
|
|
564
|
+
read as a real surface element, not a wireframe placeholder. */
|
|
565
|
+
box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--fg) 10%, transparent);
|
|
563
566
|
transition: box-shadow var(--dur-snap) var(--ease);
|
|
564
567
|
}
|
|
565
568
|
.cm-ch-voice-user-avatar img {
|
|
@@ -695,6 +698,7 @@
|
|
|
695
698
|
font-size: var(--fs-xs);
|
|
696
699
|
font-weight: var(--fw-medium);
|
|
697
700
|
overflow: hidden;
|
|
701
|
+
box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--fg) 10%, transparent);
|
|
698
702
|
}
|
|
699
703
|
.cm-user-avatar img {
|
|
700
704
|
width: 100%;
|
|
@@ -906,6 +910,7 @@
|
|
|
906
910
|
font-size: var(--fs-micro);
|
|
907
911
|
font-weight: var(--fw-medium);
|
|
908
912
|
overflow: hidden;
|
|
913
|
+
box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--fg) 10%, transparent);
|
|
909
914
|
}
|
|
910
915
|
.cm-member-avatar img {
|
|
911
916
|
width: 100%;
|
|
@@ -967,6 +972,7 @@
|
|
|
967
972
|
font-size: var(--fs-lg);
|
|
968
973
|
font-weight: var(--fw-medium);
|
|
969
974
|
overflow: hidden;
|
|
975
|
+
box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--fg) 10%, transparent);
|
|
970
976
|
}
|
|
971
977
|
.cm-voice-user-avatar img {
|
|
972
978
|
width: 100%;
|
package/dist/247420.css
CHANGED
|
@@ -8998,6 +8998,9 @@
|
|
|
8998
8998
|
font-size: var(--fs-pico);
|
|
8999
8999
|
font-weight: var(--fw-medium);
|
|
9000
9000
|
overflow: hidden;
|
|
9001
|
+
/* Depth over a flat solid-color disc: a hairline inset ring so avatars
|
|
9002
|
+
read as a real surface element, not a wireframe placeholder. */
|
|
9003
|
+
box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--fg) 10%, transparent);
|
|
9001
9004
|
transition: box-shadow var(--dur-snap) var(--ease);
|
|
9002
9005
|
}
|
|
9003
9006
|
.ds-247420 .cm-ch-voice-user-avatar img {
|
|
@@ -9133,6 +9136,7 @@
|
|
|
9133
9136
|
font-size: var(--fs-xs);
|
|
9134
9137
|
font-weight: var(--fw-medium);
|
|
9135
9138
|
overflow: hidden;
|
|
9139
|
+
box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--fg) 10%, transparent);
|
|
9136
9140
|
}
|
|
9137
9141
|
.ds-247420 .cm-user-avatar img {
|
|
9138
9142
|
width: 100%;
|
|
@@ -9344,6 +9348,7 @@
|
|
|
9344
9348
|
font-size: var(--fs-micro);
|
|
9345
9349
|
font-weight: var(--fw-medium);
|
|
9346
9350
|
overflow: hidden;
|
|
9351
|
+
box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--fg) 10%, transparent);
|
|
9347
9352
|
}
|
|
9348
9353
|
.ds-247420 .cm-member-avatar img {
|
|
9349
9354
|
width: 100%;
|
|
@@ -9405,6 +9410,7 @@
|
|
|
9405
9410
|
font-size: var(--fs-lg);
|
|
9406
9411
|
font-weight: var(--fw-medium);
|
|
9407
9412
|
overflow: hidden;
|
|
9413
|
+
box-shadow: inset 0 0 0 1px color-mix(in oklab, var(--fg) 10%, transparent);
|
|
9408
9414
|
}
|
|
9409
9415
|
.ds-247420 .cm-voice-user-avatar img {
|
|
9410
9416
|
width: 100%;
|