@gardenfi/garden-book 0.1.100-beta.5 → 0.1.100-beta.7

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/ui.es.js CHANGED
@@ -10859,8 +10859,8 @@ const v = "5.7.4", fr = 60, ip = 0, op = 120, w = 64, h = 64, nm = "loading spin
10859
10859
  size: {
10860
10860
  h1: "gf-text-[32px] gf-leading-10",
10861
10861
  h2: "gf-text-xl gf-leading-5",
10862
- h3: "gf-text-base gf-leading-4",
10863
- h4: "gf-text-sm gf-leading-4",
10862
+ h3: "gf-text-base gf-leading-5",
10863
+ h4: "gf-text-sm gf-leading-5",
10864
10864
  h5: "gf-text-xs gf-leading-4",
10865
10865
  h6: "gf-text-[10px] gf-leading-3"
10866
10866
  },
@@ -16515,41 +16515,30 @@ const InfoBadge = ({ children: e, className: t, ...i }) => /* @__PURE__ */ jsx(
16515
16515
  )
16516
16516
  ] })
16517
16517
  }
16518
- ), AssetChainLogos = ({
16518
+ ), TokenNetworkLogos = ({
16519
16519
  tokenLogo: e,
16520
16520
  chainLogo: t,
16521
- iconStyles: i,
16522
- className: n,
16523
- ...s
16521
+ ...i
16524
16522
  }) => /* @__PURE__ */ jsxs(
16525
16523
  "div",
16526
16524
  {
16527
- className: cn(
16528
- `gf-relative gf-flex gf-items-center gf-justify-between gf-h-5 ${t ? "gf-w-[36px]" : "gf-w-5"}`,
16529
- n
16530
- ),
16531
- ...s,
16525
+ className: `gf-relative gf-flex gf-h-5 gf-items-center gf-justify-between ${t ? "gf-w-[36px]" : "gf-w-5"}`,
16526
+ ...i,
16532
16527
  children: [
16533
16528
  /* @__PURE__ */ jsx(
16534
16529
  "img",
16535
16530
  {
16536
16531
  src: e,
16537
- className: cn(
16538
- "gf-absolute gf-left-0 gf-w-5 gf-h-5 gf-z-30 gf-rounded-full",
16539
- i
16540
- )
16532
+ className: "gf-absolute gf-left-0 gf-z-30 gf-h-5 gf-w-5 gf-rounded-full"
16541
16533
  }
16542
16534
  ),
16543
- t ? /* @__PURE__ */ jsx(
16535
+ t && t !== e && /* @__PURE__ */ jsx(
16544
16536
  "img",
16545
16537
  {
16546
16538
  src: t,
16547
- className: cn(
16548
- "gf-absolute gf-right-0 gf-w-5 gf-h-5 gf-z-20 gf-rounded-full",
16549
- i
16550
- )
16539
+ className: "gf-absolute gf-right-0 gf-z-20 gf-h-5 gf-w-5 gf-rounded-full"
16551
16540
  }
16552
- ) : null
16541
+ )
16553
16542
  ]
16554
16543
  }
16555
16544
  ), GradientScroll = ({
@@ -22259,7 +22248,6 @@ export {
22259
22248
  ArrowSouthWestIcon,
22260
22249
  ArrowSyncIcon,
22261
22250
  ArrowUpwardIcon,
22262
- AssetChainLogos,
22263
22251
  BTCLogo,
22264
22252
  BlogCard,
22265
22253
  BlogIcon,
@@ -22353,6 +22341,7 @@ export {
22353
22341
  ThorswapIcon,
22354
22342
  TimerIcon,
22355
22343
  TokenInfo,
22344
+ TokenNetworkLogos,
22356
22345
  TraderJoe,
22357
22346
  TrailOfBits,
22358
22347
  TrustWallet,