anentrypoint-design 0.0.294 → 0.0.296
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/chat.css +12 -0
- package/dist/247420.css +12 -0
- package/dist/247420.js +14 -14
- package/package.json +1 -1
- package/src/components/sessions.js +13 -0
- package/src/components.js +1 -1
package/chat.css
CHANGED
|
@@ -967,6 +967,18 @@ button.chat-composer-context:focus-visible { outline: var(--focus-w) solid var(-
|
|
|
967
967
|
}
|
|
968
968
|
@keyframes ds-skel-shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
|
|
969
969
|
|
|
970
|
+
/* Agent-picker list loading skeleton (shares the .ds-skel shimmer base above). */
|
|
971
|
+
.ds-agent-list-skeleton { display: flex; flex-direction: column; gap: var(--space-2); }
|
|
972
|
+
.ds-agent-row-skeleton { display: flex; align-items: center; gap: var(--space-2); padding: var(--space-2) var(--space-3); }
|
|
973
|
+
.ds-agent-row-skeleton .ds-skel { background: var(--bg-3); border-radius: var(--r-1); }
|
|
974
|
+
.ds-agent-row-skeleton .ds-skel-icon { height: 18px; width: 18px; flex: none; border-radius: var(--r-round, 50%); }
|
|
975
|
+
.ds-agent-row-skeleton .ds-skel-title { height: 12px; width: 40%; }
|
|
976
|
+
.ds-agent-row-skeleton .ds-skel-meta { height: 9px; width: 25%; margin-left: auto; }
|
|
977
|
+
.ds-agent-list-skeleton-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
|
|
978
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
979
|
+
.ds-agent-row-skeleton .ds-skel { animation: ds-skel-shimmer 1.3s ease-in-out infinite; background: linear-gradient(90deg, var(--bg-3) 0%, var(--bg-2) 50%, var(--bg-3) 100%); background-size: 200% 100%; }
|
|
980
|
+
}
|
|
981
|
+
|
|
970
982
|
/* File code preview: paint Prism tokens (the bundle scoped them to the chat
|
|
971
983
|
block only) + an optional non-selectable line-number gutter. */
|
|
972
984
|
.ds-preview-code code { color: var(--fg); }
|
package/dist/247420.css
CHANGED
|
@@ -7720,6 +7720,18 @@
|
|
|
7720
7720
|
}
|
|
7721
7721
|
@keyframes ds-skel-shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }
|
|
7722
7722
|
|
|
7723
|
+
/* Agent-picker list loading skeleton (shares the .ds-skel shimmer base above). */
|
|
7724
|
+
.ds-247420 .ds-agent-list-skeleton { display: flex; flex-direction: column; gap: var(--space-2); }
|
|
7725
|
+
.ds-247420 .ds-agent-row-skeleton { display: flex; align-items: center; gap: var(--space-2); padding: var(--space-2) var(--space-3); }
|
|
7726
|
+
.ds-247420 .ds-agent-row-skeleton .ds-skel { background: var(--bg-3); border-radius: var(--r-1); }
|
|
7727
|
+
.ds-247420 .ds-agent-row-skeleton .ds-skel-icon { height: 18px; width: 18px; flex: none; border-radius: var(--r-round, 50%); }
|
|
7728
|
+
.ds-247420 .ds-agent-row-skeleton .ds-skel-title { height: 12px; width: 40%; }
|
|
7729
|
+
.ds-247420 .ds-agent-row-skeleton .ds-skel-meta { height: 9px; width: 25%; margin-left: auto; }
|
|
7730
|
+
.ds-247420 .ds-agent-list-skeleton-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
|
|
7731
|
+
@media (prefers-reduced-motion: no-preference) {
|
|
7732
|
+
.ds-247420 .ds-agent-row-skeleton .ds-skel { animation: ds-skel-shimmer 1.3s ease-in-out infinite; background: linear-gradient(90deg, var(--bg-3) 0%, var(--bg-2) 50%, var(--bg-3) 100%); background-size: 200% 100%; }
|
|
7733
|
+
}
|
|
7734
|
+
|
|
7723
7735
|
/* File code preview: paint Prism tokens (the bundle scoped them to the chat
|
|
7724
7736
|
block only) + an optional non-selectable line-number gutter. */
|
|
7725
7737
|
.ds-247420 .ds-preview-code code { color: var(--fg); }
|