kaleido-ui 0.1.100 → 0.1.101
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/web/index.cjs +1 -0
- package/dist/web/index.js +1 -0
- package/package.json +1 -1
package/dist/web/index.cjs
CHANGED
|
@@ -4585,6 +4585,7 @@ function ActivityList({
|
|
|
4585
4585
|
}
|
|
4586
4586
|
),
|
|
4587
4587
|
isExpanded && /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "bg-gradient-to-b from-white/[0.025] to-primary/[0.035] shadow-inner animate-in slide-in-from-top-2 duration-300", children: [
|
|
4588
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { "aria-hidden": true, className: "h-2.5 bg-gradient-to-b from-black/25 to-transparent" }),
|
|
4588
4589
|
(item.network || item.label) && /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "flex items-center gap-1.5 px-3 py-2.5", children: [
|
|
4589
4590
|
item.network && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(NetworkBadge, { network: item.network, showLabel: true }),
|
|
4590
4591
|
item.label && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "text-xxs font-medium text-muted-foreground", children: item.label })
|
package/dist/web/index.js
CHANGED
|
@@ -4403,6 +4403,7 @@ function ActivityList({
|
|
|
4403
4403
|
}
|
|
4404
4404
|
),
|
|
4405
4405
|
isExpanded && /* @__PURE__ */ jsxs28("div", { className: "bg-gradient-to-b from-white/[0.025] to-primary/[0.035] shadow-inner animate-in slide-in-from-top-2 duration-300", children: [
|
|
4406
|
+
/* @__PURE__ */ jsx41("div", { "aria-hidden": true, className: "h-2.5 bg-gradient-to-b from-black/25 to-transparent" }),
|
|
4406
4407
|
(item.network || item.label) && /* @__PURE__ */ jsxs28("div", { className: "flex items-center gap-1.5 px-3 py-2.5", children: [
|
|
4407
4408
|
item.network && /* @__PURE__ */ jsx41(NetworkBadge, { network: item.network, showLabel: true }),
|
|
4408
4409
|
item.label && /* @__PURE__ */ jsx41("span", { className: "text-xxs font-medium text-muted-foreground", children: item.label })
|
package/package.json
CHANGED