@rizom/site-rizom-ai 0.2.0-alpha.225 → 0.2.0-alpha.227

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": "@rizom/site-rizom-ai",
3
- "version": "0.2.0-alpha.225",
3
+ "version": "0.2.0-alpha.227",
4
4
  "description": "Rizom AI site package for hosted Rover deployments",
5
5
  "type": "module",
6
6
  "exports": {
@@ -18,9 +18,9 @@
18
18
  "prepack": "publish-manifest prepare"
19
19
  },
20
20
  "dependencies": {
21
- "@rizom/site": "0.2.0-alpha.225",
22
- "@rizom/site-rizom": "0.2.0-alpha.225",
23
- "@rizom/site-sections": "0.2.0-alpha.225",
21
+ "@rizom/site": "0.2.0-alpha.227",
22
+ "@rizom/site-rizom": "0.2.0-alpha.227",
23
+ "@rizom/site-sections": "0.2.0-alpha.227",
24
24
  "preact": "^10.27.2"
25
25
  },
26
26
  "publishConfig": {
@@ -25,8 +25,8 @@ export const SCREEN_STYLES = `
25
25
  .brain-screen .ifc-strip .snav { display: flex; gap: 4px; font-family: var(--scr-ui); font-size: 12px; }
26
26
  .brain-screen .ifc-strip .snav span { padding: 4px 10px; border-radius: 6px; color: rgba(241,234,221,.4); }
27
27
  .brain-screen .ifc-strip .snav span.on { color: #f1eadd; background: rgba(241,234,221,.08); }
28
- .brain-screen .ifc-strip .anchor { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px; border-radius: 999px; background: rgba(104,204,139,.13); color: #68cc8b; font-size: 10px; }
29
- .brain-screen .ifc-strip .anchor::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #68cc8b; }
28
+ .brain-screen .ifc-strip .admin { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px; border-radius: 999px; background: rgba(104,204,139,.13); color: #68cc8b; font-size: 10px; }
29
+ .brain-screen .ifc-strip .admin::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #68cc8b; }
30
30
  .brain-screen .ifc-tabs { display: flex; gap: 2px; padding: 8px 16px 0; border-bottom: 1px solid rgba(241,234,221,.12); font-family: var(--scr-mono); font-size: 10.5px; }
31
31
  .brain-screen .ifc-tabs span { padding: 6px 12px 8px; color: rgba(241,234,221,.38); border-bottom: 2px solid transparent; transform: translateY(1px); }
32
32
  .brain-screen .ifc-tabs span.on { color: #f1eadd; border-bottom-color: #ff8b3d; }
@@ -198,7 +198,7 @@ export function ChatScreen(): JSX.Element {
198
198
  <span>mira.studio/chat</span>
199
199
  </div>
200
200
  <div class="body">
201
- <span class="ifc-eyebrow">connected · anchor session</span>
201
+ <span class="ifc-eyebrow">connected · Admin session</span>
202
202
  <h6>
203
203
  Talk to <em>your brain</em>
204
204
  </h6>
@@ -332,7 +332,7 @@ export function DashboardScreen(): JSX.Element {
332
332
  <span>Chat</span>
333
333
  <span>Library</span>
334
334
  </div>
335
- <span class="anchor">anchor</span>
335
+ <span class="admin">Admin</span>
336
336
  </div>
337
337
  <div class="ifc-tabs">
338
338
  <span class="on">overview</span>