anentrypoint-design 0.0.381 → 0.0.383

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.
Files changed (54) hide show
  1. package/dist/247420.css +406 -180
  2. package/dist/247420.js +26 -26
  3. package/package.json +1 -1
  4. package/src/components/content/avatar.js +31 -0
  5. package/src/components/content/charts.js +50 -0
  6. package/src/components/content/cli.js +46 -0
  7. package/src/components/content/feedback.js +77 -0
  8. package/src/components/content/fields.js +136 -0
  9. package/src/components/content/hero.js +146 -0
  10. package/src/components/content/lists.js +85 -0
  11. package/src/components/content/panel.js +79 -0
  12. package/src/components/content/row.js +115 -0
  13. package/src/components/content/table.js +97 -0
  14. package/src/components/content/views.js +81 -0
  15. package/src/components/content.js +29 -861
  16. package/src/components/editor-primitives/batch.js +60 -0
  17. package/src/components/editor-primitives/chrome.js +146 -0
  18. package/src/components/editor-primitives/collapse.js +46 -0
  19. package/src/components/editor-primitives/context-menu.js +127 -0
  20. package/src/components/editor-primitives/diagnostics.js +44 -0
  21. package/src/components/editor-primitives/focus-trap.js +26 -0
  22. package/src/components/editor-primitives/json-viewer.js +123 -0
  23. package/src/components/editor-primitives/layout.js +89 -0
  24. package/src/components/editor-primitives/modals.js +89 -0
  25. package/src/components/editor-primitives/pager.js +74 -0
  26. package/src/components/editor-primitives/property-grid.js +57 -0
  27. package/src/components/editor-primitives/shared.js +18 -0
  28. package/src/components/editor-primitives/split-panel.js +101 -0
  29. package/src/components/editor-primitives/toast.js +59 -0
  30. package/src/components/editor-primitives/tree.js +75 -0
  31. package/src/components/editor-primitives.js +35 -1048
  32. package/src/components/files-modals.js +1 -1
  33. package/src/components/overlay-primitives/approval-prompt.js +38 -0
  34. package/src/components/overlay-primitives/auth-modal.js +89 -0
  35. package/src/components/overlay-primitives/command-palette.js +101 -0
  36. package/src/components/overlay-primitives/emoji-picker.js +103 -0
  37. package/src/components/overlay-primitives/floating.js +146 -0
  38. package/src/components/overlay-primitives/full-screen.js +45 -0
  39. package/src/components/overlay-primitives/menus.js +135 -0
  40. package/src/components/overlay-primitives/popover.js +51 -0
  41. package/src/components/overlay-primitives/roving-menu.js +73 -0
  42. package/src/components/overlay-primitives/settings-popover.js +85 -0
  43. package/src/components/overlay-primitives/tooltip.js +55 -0
  44. package/src/components/overlay-primitives.js +33 -855
  45. package/src/css/app-shell/base.css +54 -1
  46. package/src/css/app-shell/chat-polish.css +39 -32
  47. package/src/css/app-shell/data-density.css +25 -21
  48. package/src/css/app-shell/files.css +37 -29
  49. package/src/css/app-shell/kits-appended.css +92 -50
  50. package/src/css/app-shell/responsive.css +73 -35
  51. package/src/css/app-shell/responsive2-workspace.css +16 -4
  52. package/src/css/app-shell/states-interactions.css +21 -4
  53. package/src/css/app-shell/topbar.css +5 -1
  54. package/src/kits/os/freddie-dashboard.css +2 -2
@@ -59,7 +59,7 @@
59
59
  .fd-chat-config .fd-chat-field { display: flex; flex-direction: column; gap: var(--space-1, 4px); min-width: 120px; }
60
60
  .fd-chat-config .fd-chat-field > label { font-family: var(--os-mono, monospace); font-size: 10px; opacity: 0.6; letter-spacing: 0.05em; text-transform: uppercase; }
61
61
  .fd-chat-config .fd-chat-field > input,
62
- .fd-chat-config .fd-chat-field > select { width: 100%; box-sizing: border-box; padding: 6px 8px; background: var(--panel-1, transparent); color: var(--fg, inherit); border: 1px solid color-mix(in oklab, var(--fg) 14%, transparent); border-radius: var(--r-0); font: inherit; font-size: 12px; }
62
+ .fd-chat-config .fd-chat-field > select { width: 100%; box-sizing: border-box; padding: var(--space-1-75) var(--space-2); background: var(--panel-1, transparent); color: var(--fg, inherit); border: 1px solid color-mix(in oklab, var(--fg) 14%, transparent); border-radius: var(--r-0); font: inherit; font-size: 12px; }
63
63
  .fd-chat-config .fd-chat-field > input:focus-visible,
64
64
  .fd-chat-config .fd-chat-field > select:focus-visible { outline: 2px solid var(--os-accent, #247420); outline-offset: 0; border-color: color-mix(in oklab, var(--os-accent, #247420) 60%, transparent); }
65
65
  .fd-chat-config .fd-chat-row { display: flex; gap: var(--space-2, 8px); flex-wrap: wrap; }
@@ -68,5 +68,5 @@
68
68
  .app-fd ds-chat.fd-dashboard-chat { flex: 1 1 auto; min-height: 280px; display: flex; flex-direction: column; overflow: hidden; }
69
69
 
70
70
  .fd-chat-actions { display: inline-flex; gap: var(--space-1, 4px); align-items: center; }
71
- .fd-chat-actions .btn-secondary { background: transparent; color: var(--danger, #c0392b); border: 1px solid color-mix(in oklab, var(--danger, #c0392b) 40%, transparent); cursor: pointer; padding: 2px 8px; border-radius: var(--r-0); font: inherit; font-size: 12px; }
71
+ .fd-chat-actions .btn-secondary { background: transparent; color: var(--danger, #c0392b); border: 1px solid color-mix(in oklab, var(--danger, #c0392b) 40%, transparent); cursor: pointer; padding: var(--space-hair) var(--space-2); border-radius: var(--r-0); font: inherit; font-size: 12px; }
72
72
  .fd-chat-actions .btn-secondary:hover { background: color-mix(in oklab, var(--danger, #c0392b) 10%, transparent); }