@e-burgos/tucu-ui 1.0.0

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.
Files changed (248) hide show
  1. package/README.md +1113 -0
  2. package/components/auth/forget-password-form.d.ts +16 -0
  3. package/components/auth/index.d.ts +4 -0
  4. package/components/auth/reset-pin-form.d.ts +18 -0
  5. package/components/auth/sign-in-form.d.ts +18 -0
  6. package/components/auth/sign-up-form.d.ts +21 -0
  7. package/components/blockchain/coin-card.d.ts +17 -0
  8. package/components/blockchain/coin-info-card.d.ts +15 -0
  9. package/components/blockchain/coin-listbox.d.ts +14 -0
  10. package/components/blockchain/collection-card.d.ts +19 -0
  11. package/components/blockchain/collection-select-list.d.ts +11 -0
  12. package/components/blockchain/currency-swap-icons.d.ts +7 -0
  13. package/components/blockchain/index.d.ts +9 -0
  14. package/components/blockchain/live-price-feed.d.ts +24 -0
  15. package/components/blockchain/nft-grid.d.ts +11 -0
  16. package/components/blockchain/transaction-info.d.ts +7 -0
  17. package/components/buttons/button/button-drip.d.ts +12 -0
  18. package/components/buttons/button/button-loader.d.ts +9 -0
  19. package/components/buttons/button/index.d.ts +23 -0
  20. package/components/buttons/hamburger.d.ts +6 -0
  21. package/components/buttons/index.d.ts +6 -0
  22. package/components/buttons/topup-button.d.ts +8 -0
  23. package/components/cards/author-card.d.ts +7 -0
  24. package/components/cards/card-container.d.ts +7 -0
  25. package/components/cards/card-title.d.ts +9 -0
  26. package/components/cards/index.d.ts +5 -0
  27. package/components/cards/panel-action-card.d.ts +16 -0
  28. package/components/cards/panel-card.d.ts +8 -0
  29. package/components/carousel/carousel-cards.d.ts +19 -0
  30. package/components/carousel/carousel-component.d.ts +41 -0
  31. package/components/carousel/carousel-image.d.ts +18 -0
  32. package/components/carousel/index.d.ts +3 -0
  33. package/components/common/avatar.d.ts +12 -0
  34. package/components/common/badge.d.ts +8 -0
  35. package/components/common/collapse.d.ts +7 -0
  36. package/components/common/index.d.ts +7 -0
  37. package/components/common/menu-item.d.ts +21 -0
  38. package/components/common/scrollbar-native.d.ts +14 -0
  39. package/components/common/scrollbar.d.ts +14 -0
  40. package/components/common/skeleton.d.ts +6 -0
  41. package/components/dialog/drawer-container.d.ts +8 -0
  42. package/components/dialog/drawer.d.ts +19 -0
  43. package/components/dialog/index.d.ts +5 -0
  44. package/components/dialog/modal.d.ts +21 -0
  45. package/components/dialog/sidebar-menu.d.ts +13 -0
  46. package/components/dialog/sidebar.d.ts +12 -0
  47. package/components/forms/checkbox.d.ts +38 -0
  48. package/components/forms/field-error-text.d.ts +19 -0
  49. package/components/forms/field-helper-text.d.ts +18 -0
  50. package/components/forms/file-input.d.ts +8 -0
  51. package/components/forms/form-system/example/error-container-example.d.ts +3 -0
  52. package/components/forms/form-system/example/form-example.d.ts +3 -0
  53. package/components/forms/form-system/example/form-methods-example.d.ts +3 -0
  54. package/components/forms/form-system/example/validations.d.ts +14 -0
  55. package/components/forms/form-system/form-field.d.ts +14 -0
  56. package/components/forms/form-system/form.d.ts +13 -0
  57. package/components/forms/form-system/hook-form.d.ts +3 -0
  58. package/components/forms/form-system/index.d.ts +10 -0
  59. package/components/forms/form-system/types/dependencies.type.d.ts +11 -0
  60. package/components/forms/form-system/types/extend-react-hook-form.type.d.ts +16 -0
  61. package/components/forms/form-system/types/index.d.ts +3 -0
  62. package/components/forms/form-system/types/validations.type.d.ts +9 -0
  63. package/components/forms/index.d.ts +17 -0
  64. package/components/forms/input-label.d.ts +9 -0
  65. package/components/forms/input-searcher.d.ts +7 -0
  66. package/components/forms/input-select.d.ts +24 -0
  67. package/components/forms/input-switch.d.ts +13 -0
  68. package/components/forms/input.d.ts +14 -0
  69. package/components/forms/pin-code.d.ts +97 -0
  70. package/components/forms/radio-group.d.ts +56 -0
  71. package/components/forms/radio.d.ts +87 -0
  72. package/components/forms/textarea.d.ts +10 -0
  73. package/components/forms/toggle-bar.d.ts +9 -0
  74. package/components/forms/uploader-two.d.ts +44 -0
  75. package/components/forms/uploader.d.ts +2 -0
  76. package/components/icons/arrow-link-icon.d.ts +1 -0
  77. package/components/icons/arrow-right.d.ts +1 -0
  78. package/components/icons/arrow-up.d.ts +1 -0
  79. package/components/icons/bitcoin.d.ts +1 -0
  80. package/components/icons/bnb.d.ts +1 -0
  81. package/components/icons/book.d.ts +1 -0
  82. package/components/icons/brands/facebook.d.ts +1 -0
  83. package/components/icons/brands/github.d.ts +1 -0
  84. package/components/icons/brands/instagram.d.ts +1 -0
  85. package/components/icons/brands/telegram.d.ts +1 -0
  86. package/components/icons/brands/twitter.d.ts +1 -0
  87. package/components/icons/calendar-icon.d.ts +1 -0
  88. package/components/icons/cardano.d.ts +1 -0
  89. package/components/icons/check.d.ts +1 -0
  90. package/components/icons/checkmark.d.ts +1 -0
  91. package/components/icons/chevron-down.d.ts +1 -0
  92. package/components/icons/chevron-forward.d.ts +1 -0
  93. package/components/icons/chevron-right.d.ts +1 -0
  94. package/components/icons/classic-layout-icon.d.ts +1 -0
  95. package/components/icons/close.d.ts +1 -0
  96. package/components/icons/compact-grid.d.ts +1 -0
  97. package/components/icons/compass.d.ts +1 -0
  98. package/components/icons/copy.d.ts +1 -0
  99. package/components/icons/disk.d.ts +1 -0
  100. package/components/icons/document.d.ts +1 -0
  101. package/components/icons/doge.d.ts +1 -0
  102. package/components/icons/dots-icon.d.ts +1 -0
  103. package/components/icons/ethereum-dark.d.ts +1 -0
  104. package/components/icons/ethereum.d.ts +1 -0
  105. package/components/icons/exchange.d.ts +1 -0
  106. package/components/icons/export-icon.d.ts +1 -0
  107. package/components/icons/external-link.d.ts +1 -0
  108. package/components/icons/eye.d.ts +1 -0
  109. package/components/icons/eyeslash.d.ts +1 -0
  110. package/components/icons/farm.d.ts +1 -0
  111. package/components/icons/flash.d.ts +1 -0
  112. package/components/icons/flow.d.ts +1 -0
  113. package/components/icons/gas-icon.d.ts +1 -0
  114. package/components/icons/guide-icon.d.ts +1 -0
  115. package/components/icons/history.d.ts +1 -0
  116. package/components/icons/home.d.ts +1 -0
  117. package/components/icons/horizontal-three-dots.d.ts +1 -0
  118. package/components/icons/icon-us-flag.d.ts +1 -0
  119. package/components/icons/index.d.ts +97 -0
  120. package/components/icons/info-circle.d.ts +1 -0
  121. package/components/icons/info-icon.d.ts +1 -0
  122. package/components/icons/left-align.d.ts +1 -0
  123. package/components/icons/level-icon.d.ts +1 -0
  124. package/components/icons/link-icon.d.ts +1 -0
  125. package/components/icons/live-pricing.d.ts +1 -0
  126. package/components/icons/lock-icon.d.ts +1 -0
  127. package/components/icons/long-arrow-left.d.ts +1 -0
  128. package/components/icons/long-arrow-right.d.ts +1 -0
  129. package/components/icons/long-arrow-up.d.ts +1 -0
  130. package/components/icons/loop-icon.d.ts +1 -0
  131. package/components/icons/lucide-react/index.d.ts +1 -0
  132. package/components/icons/media-play-icon.d.ts +1 -0
  133. package/components/icons/menu-icon.d.ts +2 -0
  134. package/components/icons/minimal-layout-icon.d.ts +1 -0
  135. package/components/icons/modern-layout-icon.d.ts +1 -0
  136. package/components/icons/moon.d.ts +1 -0
  137. package/components/icons/more-icon.d.ts +1 -0
  138. package/components/icons/normal-grid.d.ts +1 -0
  139. package/components/icons/option.d.ts +1 -0
  140. package/components/icons/play-icon.d.ts +1 -0
  141. package/components/icons/plus-circle.d.ts +1 -0
  142. package/components/icons/plus.d.ts +1 -0
  143. package/components/icons/pool.d.ts +1 -0
  144. package/components/icons/power.d.ts +1 -0
  145. package/components/icons/profile.d.ts +1 -0
  146. package/components/icons/question-icon.d.ts +1 -0
  147. package/components/icons/question-solid-icon.d.ts +1 -0
  148. package/components/icons/range-icon.d.ts +1 -0
  149. package/components/icons/refresh.d.ts +1 -0
  150. package/components/icons/retro-layout-icon.d.ts +1 -0
  151. package/components/icons/right-align.d.ts +1 -0
  152. package/components/icons/sand-clock.d.ts +1 -0
  153. package/components/icons/search.d.ts +1 -0
  154. package/components/icons/shut-down-icon.d.ts +1 -0
  155. package/components/icons/spike-bar.d.ts +1 -0
  156. package/components/icons/star-fill.d.ts +1 -0
  157. package/components/icons/star.d.ts +1 -0
  158. package/components/icons/sun.d.ts +1 -0
  159. package/components/icons/swap-icon.d.ts +1 -0
  160. package/components/icons/tag-icon.d.ts +1 -0
  161. package/components/icons/tag.d.ts +1 -0
  162. package/components/icons/tether.d.ts +1 -0
  163. package/components/icons/trading-bot-icon.d.ts +1 -0
  164. package/components/icons/trend-arrow-down-icon.d.ts +1 -0
  165. package/components/icons/trend-arrow-up-icon.d.ts +1 -0
  166. package/components/icons/tucu.d.ts +1 -0
  167. package/components/icons/unlocked.d.ts +1 -0
  168. package/components/icons/upload.d.ts +1 -0
  169. package/components/icons/usdc.d.ts +1 -0
  170. package/components/icons/verified-icon.d.ts +1 -0
  171. package/components/icons/verified.d.ts +1 -0
  172. package/components/icons/vertical-three-dots.d.ts +1 -0
  173. package/components/icons/vote-icon.d.ts +1 -0
  174. package/components/icons/warning.d.ts +1 -0
  175. package/components/index.d.ts +16 -0
  176. package/components/layouts/authentication/layout.d.ts +5 -0
  177. package/components/layouts/classic/layout.d.ts +16 -0
  178. package/components/layouts/header/header.d.ts +16 -0
  179. package/components/layouts/menus/collapsible-menu.d.ts +3 -0
  180. package/components/layouts/menus/expandable-sidebar.d.ts +8 -0
  181. package/components/layouts/menus/minimal-nav-menu.d.ts +5 -0
  182. package/components/layouts/minimal/layout.d.ts +24 -0
  183. package/components/layouts/root-layout.d.ts +18 -0
  184. package/components/links/active-link.d.ts +7 -0
  185. package/components/links/anchor-link.d.ts +3 -0
  186. package/components/links/index.d.ts +2 -0
  187. package/components/loaders/index.d.ts +3 -0
  188. package/components/loaders/loader.d.ts +20 -0
  189. package/components/loaders/progressbar.d.ts +64 -0
  190. package/components/loaders/spinner.d.ts +15 -0
  191. package/components/logos/index.d.ts +2 -0
  192. package/components/logos/logo-theme.d.ts +5 -0
  193. package/components/logos/logo.d.ts +13 -0
  194. package/components/notifications/alert.d.ts +12 -0
  195. package/components/notifications/index.d.ts +3 -0
  196. package/components/notifications/notification-card.d.ts +14 -0
  197. package/components/notifications/toast.d.ts +3 -0
  198. package/components/tabs/index.d.ts +3 -0
  199. package/components/tabs/param-tab.d.ts +13 -0
  200. package/components/tabs/tab-select.d.ts +10 -0
  201. package/components/tabs/tab.d.ts +20 -0
  202. package/components/typography/index.d.ts +39 -0
  203. package/components/utils/code-block.d.ts +8 -0
  204. package/components/utils/image.d.ts +16 -0
  205. package/components/utils/index.d.ts +5 -0
  206. package/components/utils/reveal-content.d.ts +6 -0
  207. package/components/utils/scroll-to-top.d.ts +5 -0
  208. package/components/utils/test-brand-classes.d.ts +1 -0
  209. package/hooks/index.d.ts +13 -0
  210. package/hooks/use-breakpoint.d.ts +1 -0
  211. package/hooks/use-click-away.d.ts +1 -0
  212. package/hooks/use-copy-to-clipboard.d.ts +1 -0
  213. package/hooks/use-element-size.d.ts +9 -0
  214. package/hooks/use-event-listener.d.ts +7 -0
  215. package/hooks/use-grid-switcher.d.ts +6 -0
  216. package/hooks/use-is-mobile.d.ts +4 -0
  217. package/hooks/use-is-mounted.d.ts +1 -0
  218. package/hooks/use-lock-body-scroll.d.ts +1 -0
  219. package/hooks/use-measure.d.ts +1 -0
  220. package/hooks/use-scrollable-slider.d.ts +7 -0
  221. package/hooks/use-toast-store.d.ts +17 -0
  222. package/hooks/use-window-scroll.d.ts +1 -0
  223. package/index.css +1 -0
  224. package/index.d.ts +10 -0
  225. package/index.js +133 -0
  226. package/index.mjs +44201 -0
  227. package/libs/framer-motion/fade-in-bottom.d.ts +18 -0
  228. package/libs/index.d.ts +3 -0
  229. package/libs/local-storage/index.d.ts +7 -0
  230. package/libs/range-map.d.ts +1 -0
  231. package/lucide-react/index.d.ts +1 -0
  232. package/package.json +76 -0
  233. package/react-router-dom/index.d.ts +1 -0
  234. package/storybook/components/StoryContainer.d.ts +6 -0
  235. package/storybook/components/pages/Accessibility.d.ts +1 -0
  236. package/storybook/components/pages/Introduction.d.ts +1 -0
  237. package/storybook/hooks/useDummy.d.ts +34 -0
  238. package/swiper-react/index.d.ts +2 -0
  239. package/themes/components/pages/not-found.d.ts +2 -0
  240. package/themes/components/theme-provider/app-routes.d.ts +17 -0
  241. package/themes/components/theme-provider/index.d.ts +26 -0
  242. package/themes/components/theme-provider/settings-button.d.ts +2 -0
  243. package/themes/components/theme-provider/settings-drawer.d.ts +3 -0
  244. package/themes/config.d.ts +106 -0
  245. package/themes/index.d.ts +9 -0
  246. package/themes/use-direction.d.ts +1 -0
  247. package/themes/use-theme-color.d.ts +10 -0
  248. package/themes/use-theme.d.ts +83 -0
@@ -0,0 +1 @@
1
+ export declare function Instagram(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Telegram(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Twitter(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function CalendarIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Cardano(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Check: React.FC<React.SVGAttributes<SVGElement>>;
@@ -0,0 +1 @@
1
+ export declare function CheckmarkIcon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function ChevronDown(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const ChevronForward: React.FC<React.SVGAttributes<SVGElement>>;
@@ -0,0 +1 @@
1
+ export declare function ChevronRight(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function ClassicLayoutIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Close(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function CompactGridIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function CompassIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Copy: React.FC<React.SVGAttributes<SVGElement>>;
@@ -0,0 +1 @@
1
+ export declare function DiskIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function DocumentIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Doge(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function DotsIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function EthereumDark(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Ethereum(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function ExchangeIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function ExportIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function ExternalLink(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function EyeIcon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function EyeSlashIcon(props: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function FarmIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const FlashIcon: React.FC<React.SVGAttributes<SVGElement>>;
@@ -0,0 +1 @@
1
+ export declare function Flow(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const GasIcon: React.FC<React.SVGAttributes<SVGElement>>;
@@ -0,0 +1 @@
1
+ export declare function GuideIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function HistoryIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const HomeIcon: React.FC<React.SVGAttributes<SVGElement>>;
@@ -0,0 +1 @@
1
+ export default function HorizontalThreeDots(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const IconUSFlag: React.FC<React.SVGAttributes<SVGElement>>;
@@ -0,0 +1,97 @@
1
+ export * from './arrow-link-icon';
2
+ export * from './arrow-right';
3
+ export * from './arrow-up';
4
+ export * from './bitcoin';
5
+ export * from './bnb';
6
+ export * from './book';
7
+ export * from './brands/facebook';
8
+ export * from './brands/github';
9
+ export * from './brands/instagram';
10
+ export * from './brands/telegram';
11
+ export * from './brands/twitter';
12
+ export * from './calendar-icon';
13
+ export * from './cardano';
14
+ export * from './check';
15
+ export * from './checkmark';
16
+ export * from './chevron-down';
17
+ export * from './chevron-forward';
18
+ export * from './chevron-right';
19
+ export * from './classic-layout-icon';
20
+ export * from './close';
21
+ export * from './compact-grid';
22
+ export * from './compass';
23
+ export * from './copy';
24
+ export * from './disk';
25
+ export * from './document';
26
+ export * from './doge';
27
+ export * from './dots-icon';
28
+ export * from './ethereum-dark';
29
+ export * from './ethereum';
30
+ export * from './exchange';
31
+ export * from './export-icon';
32
+ export * from './external-link';
33
+ export * from './eye';
34
+ export * from './eyeslash';
35
+ export * from './farm';
36
+ export * from './flash';
37
+ export * from './flow';
38
+ export * from './gas-icon';
39
+ export * from './guide-icon';
40
+ export * from './history';
41
+ export * from './home';
42
+ export * from './horizontal-three-dots';
43
+ export * from './icon-us-flag';
44
+ export * from './info-circle';
45
+ export * from './info-icon';
46
+ export * from './left-align';
47
+ export * from './level-icon';
48
+ export * from './link-icon';
49
+ export * from './live-pricing';
50
+ export * from './lock-icon';
51
+ export * from './long-arrow-left';
52
+ export * from './long-arrow-right';
53
+ export * from './long-arrow-up';
54
+ export * from './loop-icon';
55
+ export * from './media-play-icon';
56
+ export * from './menu-icon';
57
+ export * from './minimal-layout-icon';
58
+ export * from './modern-layout-icon';
59
+ export * from './moon';
60
+ export * from './more-icon';
61
+ export * from './normal-grid';
62
+ export * from './option';
63
+ export * from './play-icon';
64
+ export * from './plus-circle';
65
+ export * from './plus';
66
+ export * from './pool';
67
+ export * from './power';
68
+ export * from './profile';
69
+ export * from './question-icon';
70
+ export * from './question-solid-icon';
71
+ export * from './range-icon';
72
+ export * from './refresh';
73
+ export * from './retro-layout-icon';
74
+ export * from './right-align';
75
+ export * from './sand-clock';
76
+ export * from './search';
77
+ export * from './shut-down-icon';
78
+ export * from './spike-bar';
79
+ export * from './star-fill';
80
+ export * from './star';
81
+ export * from './sun';
82
+ export * from './swap-icon';
83
+ export * from './tag-icon';
84
+ export * from './tag';
85
+ export * from './tether';
86
+ export * from './trading-bot-icon';
87
+ export * from './trend-arrow-down-icon';
88
+ export * from './trend-arrow-up-icon';
89
+ export * from './tucu';
90
+ export * from './unlocked';
91
+ export * from './upload';
92
+ export * from './usdc';
93
+ export * from './verified-icon';
94
+ export * from './verified';
95
+ export * from './vertical-three-dots';
96
+ export * from './vote-icon';
97
+ export * from './warning';
@@ -0,0 +1 @@
1
+ export declare function InfoCircle(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function InfoIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function LeftAlign(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function LevelIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const LinkIcon: React.FC<React.SVGAttributes<SVGElement>>;
@@ -0,0 +1 @@
1
+ export declare function LivePricing(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function LockIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function LongArrowLeft(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function LongArrowRight(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const LongArrowUp: React.FC<React.SVGAttributes<SVGElement>>;
@@ -0,0 +1 @@
1
+ export declare function LoopIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export * from 'lucide-react';
@@ -0,0 +1 @@
1
+ export declare function MediaPlayIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ declare const Logo: React.FC<React.SVGAttributes<object>>;
2
+ export default Logo;
@@ -0,0 +1 @@
1
+ export declare function MinimalLayoutIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function ModernLayoutIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Moon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function MoreIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function NormalGridIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function OptionIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function PlayIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function PlusCircle(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Plus(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function PoolIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function PowerIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function ProfileIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const QuestionIcon: React.FC<React.SVGAttributes<SVGElement>>;
@@ -0,0 +1 @@
1
+ export declare function QuestionSolidIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function RangeIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const Refresh: React.FC<React.SVGAttributes<SVGElement>>;
@@ -0,0 +1 @@
1
+ export declare function RetroLayoutIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function RightAlign(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function SandClock(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const SearchIcon: React.FC<React.SVGAttributes<SVGElement>>;
@@ -0,0 +1 @@
1
+ export declare function ShutdownIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function SpikeBarIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function StarFill(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Star(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Sun(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function SwapIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function TagIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Tag(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Tether(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function TradingBotIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function TrendArrowDownIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function TrendArrowUpIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Tucu(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Unlocked(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export default function UploadIcon({ ...props }: React.SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Usdc(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const VerifiedIcon: React.FC<React.SVGAttributes<SVGElement>>;
@@ -0,0 +1 @@
1
+ export declare const Verified: React.FC<React.SVGAttributes<SVGElement>>;
@@ -0,0 +1 @@
1
+ export default function VerticalThreeDots(): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function VoteIcon(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare function Warning(props: React.SVGAttributes<SVGElement>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,16 @@
1
+ export * from './auth';
2
+ export * from './blockchain';
3
+ export * from './buttons';
4
+ export * from './cards';
5
+ export * from './carousel';
6
+ export * from './common';
7
+ export * from './dialog';
8
+ export * from './forms';
9
+ export * from './tabs';
10
+ export * from './icons';
11
+ export * from './links';
12
+ export * from './loaders';
13
+ export * from './logos';
14
+ export * from './notifications';
15
+ export * from './typography';
16
+ export * from './utils';
@@ -0,0 +1,5 @@
1
+ export declare function AuthLayout({ children, className, }: {
2
+ children: React.ReactNode;
3
+ className?: string;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ export default AuthLayout;
@@ -0,0 +1,16 @@
1
+ import { LogoPropTypes } from '../../logos';
2
+ import { IMenuItem } from '../../common/menu-item';
3
+ interface ClassicLayoutProps {
4
+ children: React.ReactNode;
5
+ menuItems: IMenuItem[];
6
+ rightButton?: React.ReactNode;
7
+ logo?: LogoPropTypes;
8
+ className?: string;
9
+ isOpen: boolean;
10
+ headerClassName?: string;
11
+ contentClassName?: string;
12
+ fullWidth?: boolean;
13
+ setIsOpen: (isOpen: boolean) => void;
14
+ }
15
+ export declare function ClassicLayout({ logo, children, menuItems, rightButton, isOpen, className, headerClassName, contentClassName, fullWidth, setIsOpen, }: ClassicLayoutProps): import("react/jsx-runtime").JSX.Element;
16
+ export default ClassicLayout;
@@ -0,0 +1,16 @@
1
+ import { LogoPropTypes } from '../../logos/logo';
2
+ export declare function ClassicHeader({ className, logo, rightButton, isOpen, setIsOpen, }: {
3
+ className?: string;
4
+ logo?: LogoPropTypes;
5
+ rightButton?: React.ReactNode;
6
+ isOpen?: boolean;
7
+ setIsOpen?: (isOpen: boolean) => void;
8
+ }): import("react/jsx-runtime").JSX.Element;
9
+ export default function Header({ logo, searchButton, isOpen, setIsOpen, className, rightButton, }: {
10
+ logo?: LogoPropTypes;
11
+ searchButton?: React.ReactNode;
12
+ isOpen?: boolean;
13
+ setIsOpen?: (isOpen: boolean) => void;
14
+ className?: string;
15
+ rightButton?: React.ReactNode;
16
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ import { IMenuItem } from '../../common/menu-item';
2
+ export declare function CollapsibleMenu({ name, icon, href, dropdownItems, isActive, onClick, }: IMenuItem): import("react/jsx-runtime").JSX.Element;
3
+ export default CollapsibleMenu;
@@ -0,0 +1,8 @@
1
+ import { LogoPropTypes } from '../../logos/logo';
2
+ import { IMenuItem } from '../../common/menu-item';
3
+ export declare function ExpandableSidebar({ logo, className, menuItems, }: {
4
+ logo?: LogoPropTypes;
5
+ className?: string;
6
+ menuItems: IMenuItem[];
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ export default ExpandableSidebar;
@@ -0,0 +1,5 @@
1
+ import { IMenuItem } from '../../common/menu-item';
2
+ export declare function MinimalNavMenu({ menuItems }: {
3
+ menuItems: IMenuItem[];
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ export default MinimalNavMenu;
@@ -0,0 +1,24 @@
1
+ import { LogoPropTypes } from '../../logos/logo';
2
+ import { IMenuItem } from '../../common/menu-item';
3
+ export declare function Header({ className, menuItems, rightButton, logo, isOpen, setIsOpen, }: {
4
+ className?: string;
5
+ menuItems: IMenuItem[];
6
+ rightButton?: React.ReactNode;
7
+ logo?: LogoPropTypes;
8
+ isOpen: boolean;
9
+ setIsOpen: (isOpen: boolean) => void;
10
+ }): import("react/jsx-runtime").JSX.Element;
11
+ interface MinimalLayoutProps {
12
+ children: React.ReactNode;
13
+ menuItems: IMenuItem[];
14
+ rightButton?: React.ReactNode;
15
+ logo?: LogoPropTypes;
16
+ className?: string;
17
+ isOpen: boolean;
18
+ fullWidth?: boolean;
19
+ headerClassName?: string;
20
+ contentClassName?: string;
21
+ setIsOpen: (isOpen: boolean) => void;
22
+ }
23
+ export declare function MinimalLayout({ children, menuItems, rightButton, logo, className, isOpen, fullWidth, headerClassName, contentClassName, setIsOpen, }: MinimalLayoutProps): import("react/jsx-runtime").JSX.Element;
24
+ export default MinimalLayout;
@@ -0,0 +1,18 @@
1
+ import { LogoPropTypes } from '../logos/logo';
2
+ import { LayoutOptionType } from '../../themes/config';
3
+ import { IMenuItem } from '../common/menu-item';
4
+ export interface LayoutTypeProps {
5
+ logo?: LogoPropTypes;
6
+ layout?: LayoutOptionType;
7
+ menuItems: IMenuItem[];
8
+ rightButton?: React.ReactNode;
9
+ className?: string;
10
+ headerClassName?: string;
11
+ contentClassName?: string;
12
+ fullWidth?: boolean;
13
+ }
14
+ interface RootLayoutProps extends LayoutTypeProps {
15
+ children: React.ReactNode;
16
+ }
17
+ export declare function RootLayout(props: RootLayoutProps): import("react/jsx-runtime").JSX.Element;
18
+ export default RootLayout;
@@ -0,0 +1,7 @@
1
+ import { LinkProps } from 'react-router-dom';
2
+ export interface ActiveLinkProps extends LinkProps {
3
+ activeClassName?: string;
4
+ href: string;
5
+ }
6
+ export declare const ActiveLink: React.FC<ActiveLinkProps & Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, 'href'>>;
7
+ export default ActiveLink;
@@ -0,0 +1,3 @@
1
+ import { LinkProps } from 'react-router-dom';
2
+ export declare const AnchorLink: React.FC<LinkProps & Omit<React.AnchorHTMLAttributes<HTMLAnchorElement>, 'href'>>;
3
+ export default AnchorLink;
@@ -0,0 +1,2 @@
1
+ export * from './active-link';
2
+ export * from './anchor-link';
@@ -0,0 +1,3 @@
1
+ export * from './loader';
2
+ export * from './progressbar';
3
+ export * from './spinner';
@@ -0,0 +1,20 @@
1
+ export type LoaderSizeTypes = 'large' | 'medium' | 'small';
2
+ export type LoaderVariantTypes = 'blink' | 'scaleUp' | 'moveUp';
3
+ export interface LoaderTypes extends React.HTMLAttributes<HTMLDivElement | HTMLSpanElement> {
4
+ tag?: 'div' | 'span';
5
+ size?: LoaderSizeTypes;
6
+ variant?: LoaderVariantTypes;
7
+ showOnlyThreeDots?: boolean;
8
+ className?: string;
9
+ color?: keyof typeof colors;
10
+ }
11
+ declare const colors: {
12
+ primary: string;
13
+ gray: string;
14
+ success: string;
15
+ danger: string;
16
+ info: string;
17
+ warning: string;
18
+ };
19
+ export declare function Loader({ tag, color, size, variant, showOnlyThreeDots, className, }: LoaderTypes): import("react/jsx-runtime").JSX.Element;
20
+ export default Loader;