kaleido-ui 0.1.104 → 0.1.105
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 +5 -5
- package/dist/web/index.js +5 -5
- package/package.json +1 -1
package/dist/web/index.cjs
CHANGED
|
@@ -4733,12 +4733,12 @@ function ActivityNetworkFilters({
|
|
|
4733
4733
|
// src/web/components/activity-type-tabs.tsx
|
|
4734
4734
|
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
4735
4735
|
function ActivityTypeTabs({ counts = {} }) {
|
|
4736
|
-
return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(TabsList, { className: "grid h-12 w-full grid-cols-4 gap-1 rounded-
|
|
4736
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(TabsList, { className: "grid h-12 w-full grid-cols-4 gap-1 rounded-2xl bg-surface-card p-1 backdrop-blur-xl", children: [
|
|
4737
4737
|
/* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
|
|
4738
4738
|
TabsTrigger,
|
|
4739
4739
|
{
|
|
4740
4740
|
value: "all",
|
|
4741
|
-
className: "h-full rounded-
|
|
4741
|
+
className: "h-full rounded-xl px-2 text-xs font-bold tracking-wide transition-all data-[state=active]:bg-surface-elevated data-[state=active]:text-white",
|
|
4742
4742
|
children: [
|
|
4743
4743
|
"All",
|
|
4744
4744
|
counts.all ? /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)("span", { className: "ml-1 opacity-60", children: [
|
|
@@ -4753,7 +4753,7 @@ function ActivityTypeTabs({ counts = {} }) {
|
|
|
4753
4753
|
TabsTrigger,
|
|
4754
4754
|
{
|
|
4755
4755
|
value: "received",
|
|
4756
|
-
className: "group h-full rounded-
|
|
4756
|
+
className: "group h-full rounded-xl px-1.5 text-xs font-bold tracking-wide transition-all hover:text-tx-receive data-[state=active]:bg-tx-receive/15 data-[state=active]:text-tx-receive data-[state=active]:hover:bg-tx-receive/20 data-[state=active]:hover:text-tx-receive",
|
|
4757
4757
|
children: [
|
|
4758
4758
|
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
4759
4759
|
AppIcon,
|
|
@@ -4771,7 +4771,7 @@ function ActivityTypeTabs({ counts = {} }) {
|
|
|
4771
4771
|
TabsTrigger,
|
|
4772
4772
|
{
|
|
4773
4773
|
value: "sent",
|
|
4774
|
-
className: "group h-full rounded-
|
|
4774
|
+
className: "group h-full rounded-xl px-1.5 text-xs font-bold tracking-wide transition-all hover:text-tx-sent data-[state=active]:bg-tx-sent/15 data-[state=active]:text-tx-sent data-[state=active]:hover:bg-tx-sent/20 data-[state=active]:hover:text-tx-sent",
|
|
4775
4775
|
children: [
|
|
4776
4776
|
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
4777
4777
|
AppIcon,
|
|
@@ -4789,7 +4789,7 @@ function ActivityTypeTabs({ counts = {} }) {
|
|
|
4789
4789
|
TabsTrigger,
|
|
4790
4790
|
{
|
|
4791
4791
|
value: "swaps",
|
|
4792
|
-
className: "group h-full rounded-
|
|
4792
|
+
className: "group h-full rounded-xl px-1.5 text-xs font-bold tracking-wide transition-all hover:text-network-arkade data-[state=active]:bg-network-arkade/15 data-[state=active]:text-network-arkade data-[state=active]:hover:bg-network-arkade/20 data-[state=active]:hover:text-network-arkade",
|
|
4793
4793
|
children: [
|
|
4794
4794
|
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
4795
4795
|
AppIcon,
|
package/dist/web/index.js
CHANGED
|
@@ -4551,12 +4551,12 @@ function ActivityNetworkFilters({
|
|
|
4551
4551
|
// src/web/components/activity-type-tabs.tsx
|
|
4552
4552
|
import { jsx as jsx44, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
4553
4553
|
function ActivityTypeTabs({ counts = {} }) {
|
|
4554
|
-
return /* @__PURE__ */ jsxs31(TabsList, { className: "grid h-12 w-full grid-cols-4 gap-1 rounded-
|
|
4554
|
+
return /* @__PURE__ */ jsxs31(TabsList, { className: "grid h-12 w-full grid-cols-4 gap-1 rounded-2xl bg-surface-card p-1 backdrop-blur-xl", children: [
|
|
4555
4555
|
/* @__PURE__ */ jsxs31(
|
|
4556
4556
|
TabsTrigger,
|
|
4557
4557
|
{
|
|
4558
4558
|
value: "all",
|
|
4559
|
-
className: "h-full rounded-
|
|
4559
|
+
className: "h-full rounded-xl px-2 text-xs font-bold tracking-wide transition-all data-[state=active]:bg-surface-elevated data-[state=active]:text-white",
|
|
4560
4560
|
children: [
|
|
4561
4561
|
"All",
|
|
4562
4562
|
counts.all ? /* @__PURE__ */ jsxs31("span", { className: "ml-1 opacity-60", children: [
|
|
@@ -4571,7 +4571,7 @@ function ActivityTypeTabs({ counts = {} }) {
|
|
|
4571
4571
|
TabsTrigger,
|
|
4572
4572
|
{
|
|
4573
4573
|
value: "received",
|
|
4574
|
-
className: "group h-full rounded-
|
|
4574
|
+
className: "group h-full rounded-xl px-1.5 text-xs font-bold tracking-wide transition-all hover:text-tx-receive data-[state=active]:bg-tx-receive/15 data-[state=active]:text-tx-receive data-[state=active]:hover:bg-tx-receive/20 data-[state=active]:hover:text-tx-receive",
|
|
4575
4575
|
children: [
|
|
4576
4576
|
/* @__PURE__ */ jsx44(
|
|
4577
4577
|
AppIcon,
|
|
@@ -4589,7 +4589,7 @@ function ActivityTypeTabs({ counts = {} }) {
|
|
|
4589
4589
|
TabsTrigger,
|
|
4590
4590
|
{
|
|
4591
4591
|
value: "sent",
|
|
4592
|
-
className: "group h-full rounded-
|
|
4592
|
+
className: "group h-full rounded-xl px-1.5 text-xs font-bold tracking-wide transition-all hover:text-tx-sent data-[state=active]:bg-tx-sent/15 data-[state=active]:text-tx-sent data-[state=active]:hover:bg-tx-sent/20 data-[state=active]:hover:text-tx-sent",
|
|
4593
4593
|
children: [
|
|
4594
4594
|
/* @__PURE__ */ jsx44(
|
|
4595
4595
|
AppIcon,
|
|
@@ -4607,7 +4607,7 @@ function ActivityTypeTabs({ counts = {} }) {
|
|
|
4607
4607
|
TabsTrigger,
|
|
4608
4608
|
{
|
|
4609
4609
|
value: "swaps",
|
|
4610
|
-
className: "group h-full rounded-
|
|
4610
|
+
className: "group h-full rounded-xl px-1.5 text-xs font-bold tracking-wide transition-all hover:text-network-arkade data-[state=active]:bg-network-arkade/15 data-[state=active]:text-network-arkade data-[state=active]:hover:bg-network-arkade/20 data-[state=active]:hover:text-network-arkade",
|
|
4611
4611
|
children: [
|
|
4612
4612
|
/* @__PURE__ */ jsx44(
|
|
4613
4613
|
AppIcon,
|
package/package.json
CHANGED