@nivaro/react 0.1.109 → 0.1.110
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.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -24264,8 +24264,8 @@ function d_({
|
|
|
24264
24264
|
onClick: () => s((o) => !o),
|
|
24265
24265
|
"data-tip": "Record insights — audience, integrations, owner history",
|
|
24266
24266
|
"aria-label": "Record insights",
|
|
24267
|
-
className: "flex h-
|
|
24268
|
-
children: /* @__PURE__ */ e(_o, { className: "h-
|
|
24267
|
+
className: "inline-flex h-9 items-center gap-1.5 rounded-md border border-input bg-background px-3 text-sm font-medium shadow-sm transition-colors hover:bg-accent hover:text-accent-foreground",
|
|
24268
|
+
children: /* @__PURE__ */ e(_o, { className: "h-3.5 w-3.5" })
|
|
24269
24269
|
}
|
|
24270
24270
|
),
|
|
24271
24271
|
a && /* @__PURE__ */ r("div", { className: "absolute right-0 top-full z-[60] mt-1 w-[380px] rounded-lg border border-slate-200 bg-white p-3 shadow-xl dark:border-border dark:bg-card", children: [
|