@gardenfi/garden-book 0.2.30 → 0.2.31

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.
@@ -0,0 +1,5 @@
1
+ import { default as React } from 'react';
2
+
3
+ type SvgProps = React.SVGProps<SVGSVGElement>;
4
+ export declare const Code4renaLogo: React.FC<SvgProps>;
5
+ export {};
@@ -0,0 +1,45 @@
1
+ import { jsxs as t, jsx as C } from "react/jsx-runtime";
2
+ const e = (l) => /* @__PURE__ */ t(
3
+ "svg",
4
+ {
5
+ width: "32",
6
+ height: "32",
7
+ viewBox: "0 0 224 220",
8
+ ...l,
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg",
11
+ children: [
12
+ /* @__PURE__ */ C(
13
+ "path",
14
+ {
15
+ d: "M223.791 131.053L210.241 65.6732C211.461 71.5832 205.411 78.7032 198.531 84.3532C198.091 84.7532 197.621 85.1432 197.111 85.5532L191.621 89.8932C170.011 106.893 135.751 132.373 126.081 137.673C125.441 138.043 124.801 138.393 124.151 138.713C124.011 138.783 123.871 138.843 123.731 138.913C123.221 139.163 122.721 139.403 122.211 139.633C122.081 139.693 121.951 139.733 121.831 139.793C121.311 140.013 120.781 140.233 120.261 140.423C120.171 140.453 120.071 140.483 119.981 140.523C119.421 140.723 118.861 140.913 118.301 141.073C118.241 141.093 118.181 141.103 118.121 141.123C117.521 141.293 116.931 141.443 116.341 141.573C116.311 141.573 116.281 141.583 116.261 141.593C115.641 141.733 115.011 141.843 114.401 141.933C114.401 141.933 114.391 141.933 114.381 141.933C113.101 142.113 111.831 142.193 110.581 142.173V219.993C118.281 219.793 125.791 217.643 132.411 213.743C142.361 208.263 168.841 187.203 199.871 162.233L212.041 152.453C220.131 145.993 224.011 139.583 223.921 132.823C223.951 132.223 223.921 131.623 223.821 131.033L223.791 131.053Z",
16
+ fill: "#908aad"
17
+ }
18
+ ),
19
+ /* @__PURE__ */ C(
20
+ "path",
21
+ {
22
+ d: "M13.7511 65.8332C13.7511 65.8332 13.7511 65.8232 13.7511 65.8132L13.7311 65.9332C13.7311 65.9332 13.7511 65.8632 13.7611 65.8332H13.7511Z",
23
+ fill: "#6e6889"
24
+ }
25
+ ),
26
+ /* @__PURE__ */ C(
27
+ "path",
28
+ {
29
+ d: "M97.6411 137.773C97.6411 137.773 23.8911 83.4332 22.4111 82.3332C14.9611 76.5432 12.9211 71.2932 13.4711 67.1632L0.191068 132.103C0.0510678 132.823 -0.00893219 133.553 0.00106781 134.283C0.241068 143.493 8.15107 149.943 9.96107 151.293L89.9111 212.723C95.8911 217.193 103.181 219.563 110.651 219.473V142.193C106.081 142.143 101.681 140.733 97.6411 137.783V137.773Z",
30
+ fill: "#6e6889"
31
+ }
32
+ ),
33
+ /* @__PURE__ */ C(
34
+ "path",
35
+ {
36
+ d: "M206.191 60.1633C206.051 60.0633 205.921 59.9533 205.791 59.8433C203.281 57.7333 153.721 23.9333 124.401 3.97327C120.531 1.31327 115.911 -0.0767307 111.191 0.00326935C106.481 0.0832693 101.911 1.63327 98.1211 4.42327L94.5311 7.11327C88.3111 11.7533 76.7611 20.3533 62.8211 30.2033C46.8411 41.5133 32.1511 51.3533 19.0711 59.1533C13.5211 62.4633 8.38106 71.4133 22.4011 82.3233C23.8811 83.4233 97.6311 137.763 97.6311 137.763C106.101 143.953 116.121 143.403 126.061 137.673C135.741 132.363 170.001 106.893 191.601 89.8933L197.091 85.5533C197.601 85.1433 198.071 84.7433 198.511 84.3533C207.741 76.7733 215.481 66.5433 206.171 60.1533L206.191 60.1633Z",
37
+ fill: "#b0abc8"
38
+ }
39
+ )
40
+ ]
41
+ }
42
+ );
43
+ export {
44
+ e as Code4renaLogo
45
+ };
@@ -35,3 +35,4 @@ export { GardenLogoMarkDark } from './GardenLogoMarkDark';
35
35
  export { GardenLogoMarkLight } from './GardenLogoMarkLight';
36
36
  export { GardenLogoDark } from './GardenLogoDark';
37
37
  export { GardenLogoLight } from './GardenLogoLight';
38
+ export { Code4renaLogo } from './Code4renaLogo';
@@ -3,9 +3,9 @@ import { BTCLogo as m } from "./BTCLogo.js";
3
3
  import { CatalogLogo as p } from "./CatalogLogo.js";
4
4
  import { Coinbase as a } from "./Coinbase.js";
5
5
  import { EthereumLogo as g } from "./EthereumLogo.js";
6
- import { GardenExplorer as l } from "./GardenExplorer.js";
6
+ import { GardenExplorer as L } from "./GardenExplorer.js";
7
7
  import { GardenFullLogo as G } from "./GardenFullLogo.js";
8
- import { GardenLogo as c } from "./GardenLogo.js";
8
+ import { GardenLogo as C } from "./GardenLogo.js";
9
9
  import { GardenLogoText as T } from "./GardenLogoText.js";
10
10
  import { GardenStrokeIcon as D } from "./GardenStrokeIcon.js";
11
11
  import { GMXLogo as I } from "./GMXLogo.js";
@@ -30,16 +30,18 @@ import { GardenIcon as mo } from "./GardenIcon.js";
30
30
  import { GardenIconOutline as po } from "./GardenIconOutline.js";
31
31
  import { NFTIcon as ao } from "./NFTIcon.js";
32
32
  import { GardenExplorerAlt as go } from "./GardenExplorerAlt.js";
33
- import { GardenDocs as Lo } from "./GardenDocs.js";
33
+ import { GardenDocs as lo } from "./GardenDocs.js";
34
34
  import { GardenLogoMarkDark as io } from "./GardenLogoMarkDark.js";
35
- import { GardenLogoMarkLight as Co } from "./GardenLogoMarkLight.js";
35
+ import { GardenLogoMarkLight as co } from "./GardenLogoMarkLight.js";
36
36
  import { GardenLogoDark as ko } from "./GardenLogoDark.js";
37
37
  import { GardenLogoLight as uo } from "./GardenLogoLight.js";
38
+ import { Code4renaLogo as ho } from "./Code4renaLogo.js";
38
39
  export {
39
40
  e as ArbitrumLogo,
40
41
  m as BTCLogo,
41
42
  q as Camelot,
42
43
  p as CatalogLogo,
44
+ ho as Code4renaLogo,
43
45
  a as Coinbase,
44
46
  v as DLCBTC,
45
47
  V as Debridge,
@@ -47,17 +49,17 @@ export {
47
49
  g as EthereumLogo,
48
50
  H as GMX,
49
51
  I as GMXLogo,
50
- Lo as GardenDocs,
51
- l as GardenExplorer,
52
+ lo as GardenDocs,
53
+ L as GardenExplorer,
52
54
  go as GardenExplorerAlt,
53
55
  G as GardenFullLogo,
54
56
  mo as GardenIcon,
55
57
  po as GardenIconOutline,
56
- c as GardenLogo,
58
+ C as GardenLogo,
57
59
  ko as GardenLogoDark,
58
60
  uo as GardenLogoLight,
59
61
  io as GardenLogoMarkDark,
60
- Co as GardenLogoMarkLight,
62
+ co as GardenLogoMarkLight,
61
63
  T as GardenLogoText,
62
64
  D as GardenStrokeIcon,
63
65
  ao as NFTIcon,
package/dist/index.js CHANGED
@@ -136,26 +136,27 @@ import { GardenLogoMarkDark as op } from "./Logo/GardenLogoMarkDark.js";
136
136
  import { GardenLogoMarkLight as ep } from "./Logo/GardenLogoMarkLight.js";
137
137
  import { GardenLogoDark as pp } from "./Logo/GardenLogoDark.js";
138
138
  import { GardenLogoLight as fp } from "./Logo/GardenLogoLight.js";
139
- import { BlogCard as xp } from "./BlogCard/index.js";
140
- import { BottomSheet as Ip } from "./BottomSheet/index.js";
141
- import { Button as lp } from "./Button/index.js";
142
- import { CheckBox as dp } from "./Checkbox/index.js";
143
- import { Chip as hp } from "./Chip/index.js";
144
- import { ClientOnly as Cp } from "./ClientOnly/index.js";
145
- import { Container as Lp } from "./Container/index.js";
146
- import { Footer as Sp } from "./Footer/index.js";
147
- import { GradientScroll as up } from "./GradientScroll/index.js";
148
- import { InfoBadge as Ap } from "./InfoBadge/index.js";
149
- import { Modal as Rp } from "./Modal/index.js";
150
- import { Opacity as Tp } from "./Opacity/index.js";
151
- import { QuestCard as Fp } from "./QuestCard/index.js";
152
- import { RollingText as Pp } from "./animations/RollingText/RollingText.js";
153
- import { ScaleY as Wp } from "./animations/ScaleY/ScaleY.js";
154
- import { Shine as Kp } from "./animations/Shine/Shine.js";
155
- import { Sidebar as Np } from "./Sidebar/index.js";
156
- import { TokenInfo as Xp } from "./TokenInfo/index.js";
157
- import { TokenNetworkLogos as zp } from "./TokenNetworkLogos/index.js";
158
- import { Typography as qp } from "./Typography/index.js";
139
+ import { Code4renaLogo as xp } from "./Logo/Code4renaLogo.js";
140
+ import { BlogCard as Ip } from "./BlogCard/index.js";
141
+ import { BottomSheet as lp } from "./BottomSheet/index.js";
142
+ import { Button as dp } from "./Button/index.js";
143
+ import { CheckBox as hp } from "./Checkbox/index.js";
144
+ import { Chip as Cp } from "./Chip/index.js";
145
+ import { ClientOnly as Lp } from "./ClientOnly/index.js";
146
+ import { Container as Sp } from "./Container/index.js";
147
+ import { Footer as up } from "./Footer/index.js";
148
+ import { GradientScroll as Ap } from "./GradientScroll/index.js";
149
+ import { InfoBadge as Rp } from "./InfoBadge/index.js";
150
+ import { Modal as Tp } from "./Modal/index.js";
151
+ import { Opacity as Fp } from "./Opacity/index.js";
152
+ import { QuestCard as Pp } from "./QuestCard/index.js";
153
+ import { RollingText as Wp } from "./animations/RollingText/RollingText.js";
154
+ import { ScaleY as Kp } from "./animations/ScaleY/ScaleY.js";
155
+ import { Shine as Np } from "./animations/Shine/Shine.js";
156
+ import { Sidebar as Xp } from "./Sidebar/index.js";
157
+ import { TokenInfo as zp } from "./TokenInfo/index.js";
158
+ import { TokenNetworkLogos as qp } from "./TokenNetworkLogos/index.js";
159
+ import { Typography as Qp } from "./Typography/index.js";
159
160
  export {
160
161
  hr as APIIcon,
161
162
  a as AddIcon,
@@ -172,30 +173,31 @@ export {
172
173
  Ir as ArrowSyncIcon,
173
174
  n as ArrowUpwardIcon,
174
175
  ze as BTCLogo,
175
- xp as BlogCard,
176
+ Ip as BlogCard,
176
177
  Cr as BlogIcon,
177
178
  Fe as BooksIcon,
178
- Ip as BottomSheet,
179
+ lp as BottomSheet,
179
180
  Lr as BrandKitIcon,
180
181
  le as BtcIcon,
181
- lp as Button,
182
+ dp as Button,
182
183
  Tt as Camelot,
183
184
  xr as CancelIcon,
184
185
  qe as CatalogLogo,
185
186
  Qo as ChainflipIcon,
186
- dp as CheckBox,
187
+ hp as CheckBox,
187
188
  Ao as CheckCircleIcon,
188
189
  k as CheckIcon,
189
190
  Wo as Checked,
190
- hp as Chip,
191
- Cp as ClientOnly,
191
+ Cp as Chip,
192
+ Lp as ClientOnly,
192
193
  G as ClockIcon,
193
194
  y as CloseIcon,
195
+ xp as Code4renaLogo,
194
196
  dr as CodeBlockIcon,
195
197
  Qe as Coinbase,
196
198
  To as CompareArrowsIcon,
197
199
  Sr as ConsoleIcon,
198
- Lp as Container,
200
+ Sp as Container,
199
201
  D as CopyIcon,
200
202
  ur as CopyrightsIcon,
201
203
  ut as DLCBTC,
@@ -219,7 +221,7 @@ export {
219
221
  Ro as FingerprintIcon,
220
222
  Le as FlowChartIcon,
221
223
  fe as FolderIcon,
222
- Sp as Footer,
224
+ up as Footer,
223
225
  Ft as GMX,
224
226
  xt as GMXLogo,
225
227
  _t as GardenDocs,
@@ -238,11 +240,11 @@ export {
238
240
  fr as GasStationIcon,
239
241
  oe as GiftBoxIcon,
240
242
  v as GlobeIcon,
241
- up as GradientScroll,
243
+ Ap as GradientScroll,
242
244
  Zr as HorizontalSwap,
243
245
  lr as HubIcon,
244
246
  Xo as InfinityIcon,
245
- Ap as InfoBadge,
247
+ Rp as InfoBadge,
246
248
  E as InfoIcon,
247
249
  M as KeyboardDownIcon,
248
250
  O as KeyboardLeftIcon,
@@ -255,9 +257,9 @@ export {
255
257
  We as MailIcon,
256
258
  j as MenuIcon,
257
259
  Fo as MinusIcon,
258
- Rp as Modal,
260
+ Tp as Modal,
259
261
  Qt as NFTIcon,
260
- Tp as Opacity,
262
+ Fp as Opacity,
261
263
  $ as OpenInFullIcon,
262
264
  So as OpenInNewIcon,
263
265
  Tr as OtterSecIcon,
@@ -268,7 +270,7 @@ export {
268
270
  It as PhantomIcon,
269
271
  Po as PlusIcon,
270
272
  lt as PolygonLogo,
271
- Fp as QuestCard,
273
+ Pp as QuestCard,
272
274
  Xt as Radiant,
273
275
  dt as RadiantLogo,
274
276
  to as RadioCheckedIcon,
@@ -278,18 +280,18 @@ export {
278
280
  Zo as RelayLinkIcon,
279
281
  mo as RemoveIcon,
280
282
  Ce as RewardsIcon,
281
- Pp as RollingText,
283
+ Wp as RollingText,
282
284
  zr as Rotate360Icon,
283
285
  Qr as RoutingIcon,
284
286
  pe as RowInfoIcon,
285
287
  Fr as SDKIcon,
286
- Wp as ScaleY,
288
+ Kp as ScaleY,
287
289
  io as SearchIcon,
288
290
  Xr as SearchIconThin,
289
291
  Se as ShapesIcon,
290
292
  No as Share,
291
- Kp as Shine,
292
- Np as Sidebar,
293
+ Np as Shine,
294
+ Xp as Sidebar,
293
295
  Pt as Solv,
294
296
  Pr as StakeIcon,
295
297
  co as StarIcon,
@@ -297,12 +299,12 @@ export {
297
299
  St as SwellBTC,
298
300
  _o as ThorswapIcon,
299
301
  ho as TimerIcon,
300
- Xp as TokenInfo,
301
- zp as TokenNetworkLogos,
302
+ zp as TokenInfo,
303
+ qp as TokenNetworkLogos,
302
304
  At as TraderJoe,
303
305
  ht as TrailOfBits,
304
306
  Ct as TrustWallet,
305
- qp as Typography,
307
+ Qp as Typography,
306
308
  Ko as Unchecked,
307
309
  Re as UserGroupsIcon,
308
310
  Nt as Vertex,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gardenfi/garden-book",
3
- "version": "0.2.30",
3
+ "version": "0.2.31",
4
4
  "type": "module",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": [