@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>
|
|
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">
|
package/package.json
CHANGED
package/src/command/command.js
CHANGED
|
@@ -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-
|
|
9
|
-
search: ["flex items-center gap-2 px-4 py-3", "border-b border-border-default-base-
|
|
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"],
|