@arbidocs/blocks 0.3.164 → 0.3.166

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/dist/index.cjs CHANGED
@@ -1049,7 +1049,7 @@ function UsageMeter({
1049
1049
  testId
1050
1050
  }) {
1051
1051
  const clamped = Math.max(0, Math.min(100, pct2));
1052
- const tone = clamped >= 100 ? "bg-destructive" : clamped >= 80 ? "bg-amber-500" : "bg-primary";
1052
+ const tone = clamped >= 100 ? "bg-red-500" : clamped >= 50 ? "bg-yellow-500" : "bg-green-500";
1053
1053
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: react.cn("space-y-1.5", className), "data-testid": testId, children: [
1054
1054
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between gap-3 text-sm", children: [
1055
1055
  /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "flex min-w-0 items-center gap-1.5 text-muted-foreground", children: [