@zerwiz/sessrumnir 0.1.18 → 0.1.19

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.
@@ -425,7 +425,6 @@
425
425
  --color-emerald-500: oklch(69.6% .17 162.48);
426
426
  --color-teal-400: oklch(77.7% .152 181.912);
427
427
  --color-sky-400: oklch(74.6% .16 232.661);
428
- --color-blue-500: oklch(62.3% .214 259.815);
429
428
  --color-violet-500: oklch(60.6% .25 292.717);
430
429
  --color-rose-500: oklch(64.5% .246 16.439);
431
430
  --color-neutral-500: oklch(55.6% 0 0);
@@ -2526,10 +2525,6 @@
2526
2525
  }
2527
2526
  }
2528
2527
 
2529
- .bg-blue-500 {
2530
- background-color: var(--color-blue-500);
2531
- }
2532
-
2533
2528
  .bg-border {
2534
2529
  background-color: var(--color-border);
2535
2530
  }
@@ -21157,7 +21157,7 @@ function StatusPopover() {
21157
21157
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "px-4 py-2 border-t border-border flex items-center justify-between text-[10px] text-faint", children: [
21158
21158
  /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { children: [
21159
21159
  "v",
21160
- "0.1.18"
21160
+ "0.1.19"
21161
21161
  ] }),
21162
21162
  /* @__PURE__ */ jsxRuntimeExports.jsxs(
21163
21163
  "button",
@@ -93506,7 +93506,7 @@ const LEVEL_CLASSES = {
93506
93506
  const MODEL_DOT_COLORS = [
93507
93507
  "bg-emerald-500",
93508
93508
  /* theme-exempt: categorical palette */
93509
- "bg-blue-500",
93509
+ "bg-sky-400",
93510
93510
  /* theme-exempt: categorical palette */
93511
93511
  "bg-sky-400",
93512
93512
  /* theme-exempt: categorical palette */
@@ -10,8 +10,8 @@
10
10
  <link rel="icon" type="image/svg+xml" href="./assets/ymir-mark-kY-7e1x6.svg" />
11
11
  <title>Sessrúmnir</title>
12
12
  <script src="./theme-boot.js"></script>
13
- <script type="module" crossorigin src="./assets/index-BvfL-Umc.js"></script>
14
- <link rel="stylesheet" crossorigin href="./assets/index-W51edCEX.css">
13
+ <script type="module" crossorigin src="./assets/index-D3JPicJm.js"></script>
14
+ <link rel="stylesheet" crossorigin href="./assets/index-BAwvNwsE.css">
15
15
  </head>
16
16
  <body class="bg-app text-primary antialiased">
17
17
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zerwiz/sessrumnir",
3
- "version": "0.1.18",
3
+ "version": "0.1.19",
4
4
  "description": "Desktop GUI frontend for the Pi coding agent",
5
5
  "main": "out/main/index.js",
6
6
  "desktopName": "pi-desktop.desktop",
@@ -48,7 +48,7 @@ const LEVEL_CLASSES: Record<IntensityLevel, string> = {
48
48
  // Legend dot colors, cycled by model rank.
49
49
  const MODEL_DOT_COLORS = [
50
50
  'bg-emerald-500', /* theme-exempt: categorical palette */
51
- 'bg-blue-500', /* theme-exempt: categorical palette */
51
+ 'bg-sky-400', /* theme-exempt: categorical palette */
52
52
  'bg-sky-400', /* theme-exempt: categorical palette */
53
53
  'bg-violet-500', /* theme-exempt: categorical palette */
54
54
  'bg-amber-500', /* theme-exempt: categorical palette */