anentrypoint-design 0.0.73 → 0.0.74

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
@@ -2774,3 +2774,10 @@
2774
2774
  .ds-247420 .fd-chat-send-row textarea { flex: 1; resize: vertical; }
2775
2775
  .ds-247420 .fd-chat-send-row .btn-primary { flex-shrink: 0; align-self: flex-end; padding: 10px 20px; }
2776
2776
  .ds-247420 .fd-muted { opacity: 0.5; }
2777
+
2778
+ /* freddie additions */
2779
+ .ds-247420 .fd-tool-meta { display: inline-flex; gap: 6px; flex-wrap: wrap; align-items: center; }
2780
+ .ds-247420 .fd-tool-kv { width: 100%; font-size: 12.5px; }
2781
+ .ds-247420 .fd-tool-kv td { padding: 3px 8px; vertical-align: top; }
2782
+ .ds-247420 .fd-tool-kv td:first-child { color: var(--panel-text-2); white-space: nowrap; font-family: var(--ff-mono); font-size: 11.5px; }
2783
+ .ds-247420 .fd-msg-tool { padding-left: 4px; }