@agentero/design-system 0.26.1 → 0.26.2

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.
@@ -594,7 +594,7 @@
594
594
  <main>
595
595
  <div class="wrap">
596
596
  <div class="note ok" style="margin-bottom: 16px;">
597
- Using <code>react-component-meta</code>. Generation took <strong>5.6s</strong>.
597
+ Using <code>react-component-meta</code>. Generation took <strong>4.5s</strong>.
598
598
  </div>
599
599
  <h2 class="section-title">Components</h2>
600
600
  <div class="grid" role="list">
@@ -7287,6 +7287,6 @@
7287
7287
  },
7288
7288
  "meta": {
7289
7289
  "docgen": "react-component-meta",
7290
- "durationMs": 5599
7290
+ "durationMs": 4462
7291
7291
  }
7292
7292
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentero/design-system",
3
- "version": "0.26.1",
3
+ "version": "0.26.2",
4
4
  "description": "A React component library built with Tailwind CSS v4 and Radix UI primitives",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -5,8 +5,8 @@ import { jsx as n, jsxs as r } from "react/jsx-runtime";
5
5
  import { Command as i } from "cmdk";
6
6
  //#region src/command/command.tsx
7
7
  var a = t({ slots: {
8
- root: ["overflow-hidden rounded-md bg-bg-default-base-primary shadow-xl", "border border-border-default-base-secondary"],
9
- search: ["flex items-center gap-2 px-4 py-3", "border-b border-border-default-base-secondary"],
8
+ root: ["overflow-hidden rounded-md bg-bg-default-base-primary shadow-xl", "border border-border-default-base-primary"],
9
+ search: ["flex items-center gap-2 px-4 py-3", "border-b border-border-default-base-primary"],
10
10
  searchIcon: "shrink-0 pointer-events-none [&>path]:fill-icon-default-base-tertiary",
11
11
  input: ["w-full border-none bg-transparent text-sm text-text-default-base-primary outline-none", "placeholder:text-text-default-base-tertiary"],
12
12
  list: ["max-h-65.25 overflow-y-auto rounded-md px-1 py-2 outline-none scroll-py-2", "not-has-[[cmdk-item]]:py-0"],