@tutti-os/agent-gui 0.0.218 → 0.0.220

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.
@@ -77,7 +77,7 @@ import {
77
77
  toLocalShortDateTime,
78
78
  updateAgentComposerDraft,
79
79
  useProjectedAgentConversation
80
- } from "./chunk-PZWBLTYH.js";
80
+ } from "./chunk-6SYYX63E.js";
81
81
  import {
82
82
  agentRichTextContentToPromptText,
83
83
  createAgentRichTextInputExtensions,
@@ -38413,7 +38413,7 @@ function TuttiBudgetPopover({
38413
38413
  Slider,
38414
38414
  {
38415
38415
  "aria-label": labels.intensityLabel,
38416
- className: `-mx-1 w-[calc(100%_+_8px)] [&_[data-slot=slider-range]]:bg-transparent [&_[data-slot=slider-track]]:mx-1 [&_[data-slot=slider-track]]:h-5 [&_[data-slot=slider-track]]:bg-[linear-gradient(90deg,var(--state-success)_0%,var(--accent-codex)_50%,var(--tutti-purple)_100%)] [&_[data-slot=slider-thumb]]:size-10 [&_[data-slot=slider-thumb]]:border-transparent [&_[data-slot=slider-thumb]]:bg-transparent [&_[data-slot=slider-thumb]]:bg-[image:var(--tutti-intensity-handle-url)] [&_[data-slot=slider-thumb]]:bg-contain [&_[data-slot=slider-thumb]]:bg-center [&_[data-slot=slider-thumb]]:bg-no-repeat [&_[data-slot=slider-thumb]]:shadow-none [&_[data-slot=slider-thumb]]:hover:ring-0 [&_[data-slot=slider-thumb]]:focus-visible:ring-0 [&_[data-slot=slider-thumb]]:-translate-y-1 [&_[data-slot=slider-thumb]]:cursor-grab [&_[data-slot=slider-thumb]]:active:cursor-grabbing [&_[data-slot=slider-thumb]]:z-[2]`,
38416
+ className: `-mx-1 w-[calc(100%_+_8px)] [&_[data-slot=slider-range]]:bg-transparent [&_[data-slot=slider-track]]:mx-1 [&_[data-slot=slider-track]]:h-5 [&_[data-slot=slider-track]]:bg-[linear-gradient(color-mix(in_srgb,var(--white-stationary)_20%,transparent),color-mix(in_srgb,var(--white-stationary)_20%,transparent)),linear-gradient(90deg,var(--state-success)_0%,var(--accent-codex)_50%,var(--tutti-purple)_100%)] [&_[data-slot=slider-thumb]]:size-10 [&_[data-slot=slider-thumb]]:border-transparent [&_[data-slot=slider-thumb]]:bg-transparent [&_[data-slot=slider-thumb]]:bg-[image:var(--tutti-intensity-handle-url)] [&_[data-slot=slider-thumb]]:bg-contain [&_[data-slot=slider-thumb]]:bg-center [&_[data-slot=slider-thumb]]:bg-no-repeat [&_[data-slot=slider-thumb]]:shadow-none [&_[data-slot=slider-thumb]]:hover:ring-0 [&_[data-slot=slider-thumb]]:focus-visible:ring-0 [&_[data-slot=slider-thumb]]:-translate-y-1 [&_[data-slot=slider-thumb]]:cursor-grab [&_[data-slot=slider-thumb]]:active:cursor-grabbing [&_[data-slot=slider-thumb]]:z-[2]`,
38417
38417
  style: {
38418
38418
  "--tutti-intensity-handle-url": `url("${previewTone.sliderHandleUrl}")`
38419
38419
  },
@@ -38563,27 +38563,25 @@ function TuttiWorkflowDock({
38563
38563
  "data-agent-tutti-tier": reviewTier ?? void 0,
38564
38564
  "data-testid": "agent-gui-tutti-workflow-intensity",
38565
38565
  className: cn(
38566
- "flex items-center gap-1 rounded-md px-1.5 py-0.5 transition-colors",
38566
+ "flex items-center gap-0.5 rounded-md px-1.5 py-0.5 text-[11px] transition-colors",
38567
38567
  "data-[state=open]:bg-[color-mix(in_srgb,var(--tutti-purple)_12%,transparent)] data-[state=open]:text-[var(--tutti-purple)]"
38568
38568
  ),
38569
38569
  children: [
38570
38570
  /* @__PURE__ */ jsx75(Gauge2, { "aria-hidden": true, className: "size-3.5" }),
38571
- /* @__PURE__ */ jsxs53("span", { className: "flex items-center gap-0.5", children: [
38572
- /* @__PURE__ */ jsx75("span", { className: "grid text-[11px]", children: [
38573
- ["cost", intensityPopoverLabels.previewCost],
38574
- ["balance", intensityPopoverLabels.previewBalance],
38575
- ["powerful", intensityPopoverLabels.previewPowerful]
38576
- ].map(([tier, label]) => /* @__PURE__ */ jsx75(
38577
- "span",
38578
- {
38579
- "aria-hidden": tier !== reviewTier,
38580
- className: tier === reviewTier ? "[grid-area:1/1]" : "invisible [grid-area:1/1]",
38581
- children: label
38582
- },
38583
- tier
38584
- )) }),
38585
- /* @__PURE__ */ jsx75("span", { className: "inline-block w-[3ch] text-left text-[11px] tabular-nums", children: reviewDisplayIntensity ?? review.intensity })
38586
- ] })
38571
+ /* @__PURE__ */ jsx75("span", { className: "grid", children: [
38572
+ ["cost", intensityPopoverLabels.previewCost],
38573
+ ["balance", intensityPopoverLabels.previewBalance],
38574
+ ["powerful", intensityPopoverLabels.previewPowerful]
38575
+ ].map(([tier, label]) => /* @__PURE__ */ jsx75(
38576
+ "span",
38577
+ {
38578
+ "aria-hidden": tier !== reviewTier,
38579
+ className: tier === reviewTier ? "[grid-area:1/1]" : "invisible [grid-area:1/1]",
38580
+ children: label
38581
+ },
38582
+ tier
38583
+ )) }),
38584
+ /* @__PURE__ */ jsx75("span", { className: "inline-block w-[3ch] text-left text-[11px] tabular-nums", children: reviewDisplayIntensity ?? review.intensity })
38587
38585
  ]
38588
38586
  }
38589
38587
  )
@@ -44531,4 +44529,4 @@ export {
44531
44529
  AgentHandoffMenu,
44532
44530
  AgentGUI
44533
44531
  };
44534
- //# sourceMappingURL=chunk-OB7GGK6S.js.map
44532
+ //# sourceMappingURL=chunk-DBM4HFIU.js.map