anentrypoint-design 0.0.241 → 0.0.242

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anentrypoint-design",
3
- "version": "0.0.241",
3
+ "version": "0.0.242",
4
4
  "description": "247420 design system SDK — webjsx + modified ripple-ui, single-file ESM bundle for reproducible use of the AnEntrypoint design.",
5
5
  "type": "module",
6
6
  "main": "./dist/247420.js",
@@ -70,7 +70,7 @@ export function mountCommunityApp(root, adapter = {}) {
70
70
  for (const c of text) out.push(railPill(c, cur, false, s));
71
71
  } else if (!servers.length) {
72
72
  out.push(h('div', { class: 'group' }, 'rooms'));
73
- out.push(h('div', { class: 'rail-empty' }, 'no channels yet'));
73
+ out.push(h('div', { class: 'rail-empty', role: 'status' }, 'no rooms yet'));
74
74
  }
75
75
  if (voice.length) {
76
76
  out.push(h('div', { class: 'group' }, 'voice'));
@@ -8,7 +8,7 @@
8
8
  standalone theme.css resolves cleanly. */
9
9
 
10
10
  .app-fd .fd-pre {
11
- font-family: var(--os-mono, JetBrains Mono, monospace);
11
+ font-family: var(--os-mono, monospace);
12
12
  font-size: var(--fs-tiny, 12px);
13
13
  white-space: pre-wrap;
14
14
  word-break: break-all;
@@ -29,7 +29,7 @@
29
29
  .fd-chat-row { display: flex; gap: var(--space-3, 16px); flex-wrap: wrap; }
30
30
  .fd-chat-field { display: flex; flex-direction: column; gap: var(--space-1, 4px); min-width: 120px; }
31
31
  .fd-chat-field-grow { flex: 2; min-width: 140px; }
32
- .fd-chat-field > label { font-family: var(--os-mono, JetBrains Mono, monospace); font-size: var(--fs-micro, 11px); color: var(--os-fg-3); letter-spacing: var(--tr-label, 0.10em); text-transform: uppercase; }
32
+ .fd-chat-field > label { font-family: var(--os-mono, monospace); font-size: var(--fs-micro, 11px); color: var(--os-fg-3); letter-spacing: var(--tr-label, 0.10em); text-transform: uppercase; }
33
33
  .fd-chat-field > input { width: 100%; box-sizing: border-box; }
34
34
  .fd-chat-submit { display: flex; gap: var(--space-3, 16px); align-items: flex-end; }
35
35
  .fd-chat-submit textarea { flex: 1; resize: none; min-height: 80px; }
@@ -44,7 +44,7 @@
44
44
  }
45
45
  .fd-chatlog-msg { padding: var(--space-1, 4px) var(--space-3, 16px); background: var(--os-bg-2); white-space: pre-wrap; word-break: break-word; }
46
46
  .fd-chatlog-assistant { color: var(--os-accent); }
47
- .fd-chatlog-tool { margin: var(--space-1, 4px) 0; padding: var(--space-1, 4px) var(--space-2, 8px); background: var(--os-bg-3); border-radius: var(--os-radius-sm, 6px); font-family: var(--os-mono, JetBrains Mono, monospace); font-size: var(--fs-tiny, 12px); }
47
+ .fd-chatlog-tool { margin: var(--space-1, 4px) 0; padding: var(--space-1, 4px) var(--space-2, 8px); background: var(--os-bg-3); border-radius: var(--os-radius-sm, 6px); font-family: var(--os-mono, monospace); font-size: var(--fs-tiny, 12px); }
48
48
  .fd-chatlog-tool-sum { cursor: pointer; color: var(--os-red); padding: var(--space-1, 4px) 0; }
49
49
  .fd-chatlog-tool-body { margin: var(--space-1, 4px) 0 0; white-space: pre-wrap; word-break: break-all; max-height: 200px; overflow-y: auto; }
50
50
 
@@ -621,10 +621,10 @@ html.ds-247420 { touch-action: pan-x pan-y; overscroll-behavior: none; -webkit-t
621
621
  }
622
622
  .ds-247420 freddie-chat .chat-bubble pre,
623
623
  .ds-247420 freddie-chat .chat-bubble code {
624
- font-family: 'JetBrains Mono', ui-monospace, Menlo, Consolas, monospace;
624
+ font-family: var(--ff-mono, ui-monospace, Menlo, Consolas, monospace);
625
625
  }
626
626
  .ds-247420 freddie-chat .chat-head {
627
- font-family: var(--ff-display, 'Inter', system-ui, sans-serif);
627
+ font-family: var(--ff-display, system-ui, sans-serif);
628
628
  font-weight: 700;
629
629
  }
630
630