anentrypoint-design 0.0.78 → 0.0.80

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/dist/247420.css CHANGED
@@ -2761,6 +2761,9 @@
2761
2761
  .ds-247420 .fd-col { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 120px; }
2762
2762
  .ds-247420 .fd-chips { display: flex; flex-wrap: wrap; gap: 6px; padding: 8px 4px; }
2763
2763
  .ds-247420 .fd-chip-wrap { cursor: pointer; }
2764
+ .ds-247420 .fd-search { background: var(--panel-2); border: 0; border-radius: 8px; padding: 4px 10px; font: inherit; font-size: 12.5px; color: var(--panel-text); min-width: 220px; }
2765
+ .ds-247420 .fd-search:focus { outline: 2px solid var(--panel-accent); outline-offset: 1px; }
2766
+ .ds-247420 .fd-muted { color: var(--panel-text-2); font-size: 12.5px; }
2764
2767
  .ds-247420 .fd-chat-thread { max-height: 50vh; overflow-y: auto; border-radius: 10px; padding: 4px; margin-top: 8px; background: rgba(0,0,0,0.08); }
2765
2768
  .ds-247420 .fd-msg { padding: 6px 10px; border-bottom: 1px solid rgba(128,128,128,0.1); white-space: pre-wrap; word-break: break-word; }
2766
2769
  .ds-247420 .fd-msg-assistant { opacity: 0.9; }