@luxfi/ui 8.2.7 → 8.2.8

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 (240) hide show
  1. package/dist/3d-model-viewer.cjs +25 -421
  2. package/dist/3d-model-viewer.js +20 -416
  3. package/dist/accordion.cjs +3 -10
  4. package/dist/accordion.js +2 -10
  5. package/dist/advanced-navigation-bar.cjs +5 -401
  6. package/dist/advanced-navigation-bar.js +5 -401
  7. package/dist/ai-agents.cjs +45 -890
  8. package/dist/ai-agents.js +8 -834
  9. package/dist/ai-assistant.cjs +13 -740
  10. package/dist/ai-assistant.js +10 -738
  11. package/dist/ai-chat.cjs +24 -770
  12. package/dist/ai-chat.js +18 -765
  13. package/dist/ai-code.cjs +67 -923
  14. package/dist/ai-code.js +49 -905
  15. package/dist/ai-playground.cjs +25 -801
  16. package/dist/ai-playground.js +18 -795
  17. package/dist/ai-tools.cjs +22 -767
  18. package/dist/ai-tools.js +15 -761
  19. package/dist/ai-vision.cjs +41 -993
  20. package/dist/ai-vision.js +30 -983
  21. package/dist/ai-voice-settings.cjs +35 -1006
  22. package/dist/ai-voice-settings.js +32 -1004
  23. package/dist/ai-voice.cjs +51 -1024
  24. package/dist/ai-voice.js +9 -963
  25. package/dist/alert.cjs +11 -129
  26. package/dist/alert.js +8 -127
  27. package/dist/announcement.cjs +6 -402
  28. package/dist/announcement.js +6 -402
  29. package/dist/app-switcher-navigation-bar.cjs +5 -401
  30. package/dist/app-switcher-navigation-bar.js +5 -401
  31. package/dist/apple-cards-carousel.cjs +84 -480
  32. package/dist/apple-cards-carousel.js +19 -415
  33. package/dist/auth.cjs +10 -387
  34. package/dist/auth.js +7 -385
  35. package/dist/avatar.cjs +2 -9
  36. package/dist/avatar.js +2 -10
  37. package/dist/badge.cjs +8 -228
  38. package/dist/badge.js +5 -210
  39. package/dist/button.cjs +14 -67
  40. package/dist/button.js +12 -65
  41. package/dist/chrome.cjs +29 -493
  42. package/dist/chrome.js +9 -474
  43. package/dist/code-block.cjs +16 -664
  44. package/dist/code-block.js +13 -662
  45. package/dist/code-compare.cjs +28 -1302
  46. package/dist/code-compare.js +18 -1293
  47. package/dist/code-diff.cjs +21 -669
  48. package/dist/code-diff.js +17 -666
  49. package/dist/code-editor.cjs +13 -409
  50. package/dist/code-editor.js +12 -408
  51. package/dist/code-explorer.cjs +14 -456
  52. package/dist/code-explorer.js +13 -456
  53. package/dist/code-preview.cjs +31 -983
  54. package/dist/code-preview.js +23 -976
  55. package/dist/code-snippet.cjs +19 -667
  56. package/dist/code-snippet.js +14 -663
  57. package/dist/code-terminal.cjs +24 -485
  58. package/dist/code-terminal.js +19 -481
  59. package/dist/collapsible.cjs +13 -347
  60. package/dist/collapsible.js +11 -330
  61. package/dist/color-picker.cjs +8 -450
  62. package/dist/color-picker.js +7 -450
  63. package/dist/combobox.cjs +6 -402
  64. package/dist/combobox.js +6 -402
  65. package/dist/communication-navigation-bar.cjs +7 -403
  66. package/dist/communication-navigation-bar.js +5 -401
  67. package/dist/dashboard-navigation-bar.cjs +6 -402
  68. package/dist/dashboard-navigation-bar.js +5 -401
  69. package/dist/dialog-stack.cjs +5 -401
  70. package/dist/dialog-stack.js +5 -401
  71. package/dist/dialog.cjs +13 -70
  72. package/dist/dialog.js +13 -70
  73. package/dist/drawer.cjs +23 -99
  74. package/dist/drawer.js +19 -96
  75. package/dist/e-commerce-navigation-bar.cjs +7 -403
  76. package/dist/e-commerce-navigation-bar.js +5 -401
  77. package/dist/editor.cjs +9 -405
  78. package/dist/editor.js +6 -402
  79. package/dist/iam.cjs +2 -123
  80. package/dist/iam.js +1 -122
  81. package/dist/icon-button.cjs +2 -56
  82. package/dist/icon-button.js +1 -55
  83. package/dist/identity.cjs +28 -242
  84. package/dist/identity.js +20 -235
  85. package/dist/image-crop.cjs +10 -406
  86. package/dist/image-crop.js +7 -403
  87. package/dist/image.cjs +14 -83
  88. package/dist/image.js +13 -67
  89. package/dist/index.cjs +1868 -38770
  90. package/dist/index.js +174 -38320
  91. package/dist/input-group.cjs +3 -10
  92. package/dist/input-group.js +2 -10
  93. package/dist/item.cjs +2 -27
  94. package/dist/item.js +1 -22
  95. package/dist/kanban.cjs +25 -751
  96. package/dist/kanban.js +15 -742
  97. package/dist/limelight-nav.cjs +10 -452
  98. package/dist/limelight-nav.js +9 -452
  99. package/dist/link.cjs +11 -80
  100. package/dist/link.js +6 -60
  101. package/dist/lux.config.cjs +14 -32
  102. package/dist/lux.config.js +3 -26
  103. package/dist/menu.cjs +5 -13
  104. package/dist/menu.js +1 -9
  105. package/dist/message-dock.cjs +5 -401
  106. package/dist/message-dock.js +5 -401
  107. package/dist/mini-calendar.cjs +7 -403
  108. package/dist/mini-calendar.js +6 -402
  109. package/dist/music-player.cjs +30 -528
  110. package/dist/music-player.js +22 -520
  111. package/dist/next.cjs +8 -89
  112. package/dist/next.js +3 -86
  113. package/dist/popover.cjs +17 -74
  114. package/dist/popover.js +16 -73
  115. package/dist/progress-circle.cjs +3 -10
  116. package/dist/progress-circle.js +2 -10
  117. package/dist/provider.cjs +7 -176
  118. package/dist/provider.js +4 -174
  119. package/dist/select.cjs +36 -89
  120. package/dist/select.js +35 -88
  121. package/dist/sidebar.cjs +22 -493
  122. package/dist/sidebar.js +17 -489
  123. package/dist/site/commerce/ui/context.cjs +9 -214
  124. package/dist/site/commerce/ui/context.js +6 -215
  125. package/dist/site/components/analytics.cjs +2 -42
  126. package/dist/site/components/analytics.js +1 -37
  127. package/dist/site/components/auth/callback.cjs +2 -8
  128. package/dist/site/components/auth/callback.js +1 -7
  129. package/dist/site/components/auth/login-panel.cjs +15 -74
  130. package/dist/site/components/auth/login-panel.js +12 -73
  131. package/dist/site/components/auth/login.cjs +2 -6
  132. package/dist/site/components/auth/login.js +1 -5
  133. package/dist/site/components/auth/widget.cjs +2 -6
  134. package/dist/site/components/auth/widget.js +1 -5
  135. package/dist/site/components/commerce/bag-button.cjs +2 -3
  136. package/dist/site/components/commerce/bag-button.js +2 -3
  137. package/dist/site/components/commerce/buy-button.cjs +2 -11
  138. package/dist/site/components/commerce/buy-button.js +1 -10
  139. package/dist/site/components/commerce/checkout-button.cjs +2 -3
  140. package/dist/site/components/commerce/checkout-button.js +2 -3
  141. package/dist/site/components/commerce/checkout-panel/desktop-cp.cjs +15 -173
  142. package/dist/site/components/commerce/checkout-panel/desktop-cp.js +14 -174
  143. package/dist/site/components/commerce/checkout-panel/index.cjs +9 -400
  144. package/dist/site/components/commerce/checkout-panel/index.js +10 -403
  145. package/dist/site/components/commerce/checkout-panel/mobile-cp.cjs +15 -236
  146. package/dist/site/components/commerce/checkout-panel/mobile-cp.js +13 -237
  147. package/dist/site/components/commerce/desktop-bag-popup.cjs +7 -8
  148. package/dist/site/components/commerce/desktop-bag-popup.js +3 -8
  149. package/dist/site/components/commerce/drawer/index.cjs +15 -289
  150. package/dist/site/components/commerce/drawer/index.js +10 -290
  151. package/dist/site/components/commerce/drawer/micro.cjs +8 -115
  152. package/dist/site/components/commerce/drawer/micro.js +4 -115
  153. package/dist/site/components/commerce/drawer/shell.cjs +2 -10
  154. package/dist/site/components/commerce/drawer/shell.js +2 -10
  155. package/dist/site/components/contact-dialog/index.cjs +6 -69
  156. package/dist/site/components/contact-dialog/index.js +7 -71
  157. package/dist/site/components/drawer-margin.cjs +2 -10
  158. package/dist/site/components/drawer-margin.js +2 -10
  159. package/dist/site/components/footer.cjs +11 -81
  160. package/dist/site/components/footer.js +8 -80
  161. package/dist/site/components/header/desktop.cjs +18 -374
  162. package/dist/site/components/header/desktop.js +12 -355
  163. package/dist/site/components/header/index.cjs +9 -674
  164. package/dist/site/components/header/index.js +8 -657
  165. package/dist/site/components/header/mobile-bag-drawer.cjs +6 -71
  166. package/dist/site/components/header/mobile-bag-drawer.js +5 -74
  167. package/dist/site/components/header/mobile-nav-menu-ai.cjs +25 -28
  168. package/dist/site/components/header/mobile-nav-menu-ai.js +24 -27
  169. package/dist/site/components/header/mobile-nav-menu-item.cjs +6 -60
  170. package/dist/site/components/header/mobile-nav-menu-item.js +6 -61
  171. package/dist/site/components/header/mobile-nav-menu.cjs +7 -110
  172. package/dist/site/components/header/mobile-nav-menu.js +7 -112
  173. package/dist/site/components/header/mobile.cjs +48 -330
  174. package/dist/site/components/header/mobile.js +42 -330
  175. package/dist/site/components/icons/index.cjs +34 -35
  176. package/dist/site/components/icons/index.js +5 -33
  177. package/dist/site/components/index.cjs +118 -1961
  178. package/dist/site/components/index.js +23 -1951
  179. package/dist/site/components/mini-chart/index.cjs +7 -90
  180. package/dist/site/components/mini-chart/index.js +1 -92
  181. package/dist/site/components/mini-chart/wrapper.cjs +7 -76
  182. package/dist/site/components/mini-chart/wrapper.js +4 -77
  183. package/dist/site/components/not-found/index.cjs +9 -819
  184. package/dist/site/components/not-found/index.js +8 -802
  185. package/dist/site/components/security/index.cjs +9 -819
  186. package/dist/site/components/security/index.js +8 -802
  187. package/dist/site/next/analytics/index.cjs +16 -49
  188. package/dist/site/next/analytics/index.js +3 -49
  189. package/dist/site/next/analytics/pixel-analytics.cjs +23 -8
  190. package/dist/site/next/analytics/pixel-analytics.js +4 -8
  191. package/dist/site/next/index.cjs +13 -140
  192. package/dist/site/next/index.js +2 -140
  193. package/dist/site/root-layout/index.cjs +12 -1435
  194. package/dist/site/root-layout/index.css +0 -133
  195. package/dist/site/root-layout/index.js +12 -1416
  196. package/dist/site/site-def/footer/community.cjs +11 -27
  197. package/dist/site/site-def/footer/community.js +2 -18
  198. package/dist/site/site-def/footer/index.cjs +38 -218
  199. package/dist/site/site-def/footer/index.js +14 -215
  200. package/dist/site/site-def/index.cjs +28 -620
  201. package/dist/site/site-def/index.js +3 -624
  202. package/dist/table.cjs +20 -338
  203. package/dist/table.js +19 -338
  204. package/dist/tabs.cjs +3 -10
  205. package/dist/tabs.js +1 -9
  206. package/dist/tag.cjs +9 -270
  207. package/dist/tag.js +6 -268
  208. package/dist/tags.cjs +6 -314
  209. package/dist/tags.js +5 -314
  210. package/dist/textarea.cjs +4 -50
  211. package/dist/textarea.js +3 -49
  212. package/dist/tooltip.cjs +15 -34
  213. package/dist/tooltip.js +13 -33
  214. package/dist/vite.cjs +3 -82
  215. package/dist/vite.js +1 -80
  216. package/package.json +1 -1
  217. package/dist/index.css +0 -132
  218. package/dist/site/components/auth/login-panel.css +0 -4
  219. package/dist/site/components/commerce/bag-button.css +0 -4
  220. package/dist/site/components/commerce/checkout-button.css +0 -4
  221. package/dist/site/components/commerce/checkout-panel/desktop-cp.css +0 -132
  222. package/dist/site/components/commerce/checkout-panel/index.css +0 -132
  223. package/dist/site/components/commerce/checkout-panel/mobile-cp.css +0 -132
  224. package/dist/site/components/commerce/desktop-bag-popup.css +0 -4
  225. package/dist/site/components/commerce/drawer/index.css +0 -132
  226. package/dist/site/components/commerce/drawer/micro.css +0 -4
  227. package/dist/site/components/header/desktop.css +0 -4
  228. package/dist/site/components/header/index.css +0 -132
  229. package/dist/site/components/header/mobile-bag-drawer.css +0 -4
  230. package/dist/site/components/header/mobile-nav-menu-ai.css +0 -132
  231. package/dist/site/components/header/mobile-nav-menu-item.css +0 -132
  232. package/dist/site/components/header/mobile-nav-menu.css +0 -132
  233. package/dist/site/components/header/mobile.css +0 -132
  234. package/dist/site/components/icons/index.css +0 -4
  235. package/dist/site/components/index.css +0 -132
  236. package/dist/site/components/not-found/index.css +0 -132
  237. package/dist/site/components/security/index.css +0 -132
  238. package/dist/site/site-def/footer/community.css +0 -4
  239. package/dist/site/site-def/footer/index.css +0 -4
  240. package/dist/site/site-def/index.css +0 -4
@@ -1,624 +1,3 @@
1
- import { SocialIcon as SocialIcon$1 } from 'react-social-icons';
2
- import { cn } from '@hanzo/ui';
3
- import { jsx } from 'react/jsx-runtime';
4
- import { Anodized, GunMetal, Chrome, Irradescent, CompareCardsAct, CompareCards, ViewAllCardsAct, ViewAllCards, MoreBenefitsAct, MoreBenefits, GoldCard, Sterling, MirroredTitanium, AIChatAct, AIChat, ExchangeAct, Exchange, MarketAct, Market, ShopAct, Shop, CreditAct, Credit, LuxFinanceAct, LuxFinance, LuxQuestsAct, LuxQuests, BridgeAct, Bridge, ExplorerAct, Explorer, LaunchSubnetAct, LaunchSubnet, CoinsAct, Coins, SafeAct, Safe, LuxWalletAct, Wallet, ValidatorsAct, Validators, DeveloperDocsAct, DeveloperDocs, OpenSourceAct, OpenSource, LuxPassAct, LuxPass, IntegrationAct, Integration, TemplatesAct, Templates, GuidesAct, Guides, CustomersAct, Customers, BlogAct, Blog, ChangeLogAct, ChangeLog, CustomerSupportAct, CustomerSupport, FAQsAct, FAQs } from '@luxfi/menu-icons';
5
-
6
- var __defProp = Object.defineProperty;
7
- var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: true });
10
- };
11
-
12
- // src/site/site-def/footer/index.tsx
13
- var footer_exports = {};
14
- __export(footer_exports, {
15
- community: () => community_default,
16
- company: () => company_default,
17
- ecosystem: () => ecosystem_default,
18
- legal: () => legal,
19
- legalColumn: () => legalColumn,
20
- network: () => network_default,
21
- standard: () => standard
22
- });
23
-
24
- // src/site/site-def/footer/ecosystem.ts
25
- var ecosystem_default = [
26
- {
27
- title: "Ecosystem",
28
- href: "https://lux.link",
29
- variant: "linkFG"
30
- },
31
- {
32
- title: "Lux AI",
33
- href: "https://lux.chat"
34
- },
35
- {
36
- title: "Lux Credit",
37
- href: "https://lux.credit"
38
- },
39
- {
40
- title: "Lux Exchange",
41
- href: "https://lux.exchange"
42
- },
43
- {
44
- title: "Lux Finance",
45
- href: "https://lux.finance"
46
- },
47
- {
48
- title: "Lux Market",
49
- href: "https://lux.market"
50
- },
51
- {
52
- title: "Lux Shop",
53
- href: "https://lux.shop"
54
- },
55
- {
56
- title: "Lux Quest",
57
- href: "https://lux.quest"
58
- }
59
- ];
60
-
61
- // src/site/site-def/footer/network.ts
62
- var network_default = [
63
- {
64
- title: "Network",
65
- href: "https://lux.network/",
66
- variant: "linkFG"
67
- },
68
- {
69
- title: "Lux Bridge",
70
- href: "https://bridge.lux.network/"
71
- },
72
- {
73
- title: "Lux Explorer",
74
- href: "https://explore.lux.network/"
75
- },
76
- {
77
- title: "Lux Wallet",
78
- href: "https://wallet.lux.network/"
79
- },
80
- {
81
- title: "Lux Safe",
82
- href: "https://safe.lux.network/"
83
- },
84
- {
85
- title: "Lux Build",
86
- href: "https://lux.build"
87
- },
88
- {
89
- title: "Lux Coin",
90
- href: "https://lux.network/coin"
91
- },
92
- {
93
- title: "Governance",
94
- href: "https://lux.vote"
95
- },
96
- {
97
- title: "Open Source",
98
- href: "https://github.com/luxfi"
99
- },
100
- {
101
- title: "Launch Subnet",
102
- href: "https://docs.lux.network/build/subnet/hello-subnet"
103
- }
104
- ];
105
-
106
- // src/site/site-def/footer/company.ts
107
- var company_default = [
108
- {
109
- title: "Company",
110
- href: "https://lux.partners/",
111
- variant: "linkFG",
112
- newTab: false
113
- },
114
- {
115
- title: "About",
116
- href: "https://lux.partners",
117
- newTab: false
118
- },
119
- {
120
- title: "Brand",
121
- href: "https://drive.google.com/drive/folders/14OJtKLVakGY6883XO9yGbiHtlFxQUUm5?usp=share_link"
122
- },
123
- {
124
- title: "Careers",
125
- href: "https://docs.google.com/document/d/1SCt0Hg7EIs06TootKCA1am1xo4mcXoKF/edit#heading=h.30j0zll",
126
- newTab: true
127
- },
128
- {
129
- title: "Partnerships",
130
- href: "https://apply.lux.partners/",
131
- newTab: false
132
- },
133
- {
134
- title: "Press",
135
- href: "mailto:ai@lux.partners?subject=%E2%96%BC%20Press"
136
- },
137
- {
138
- title: "Help",
139
- href: "mailto:ai@lux.partners?subject=%E2%96%BC%20Help"
140
- }
141
- ];
142
- var SocialIcon = ({
143
- network,
144
- size,
145
- className = ""
146
- }) => /* @__PURE__ */ jsx(
147
- SocialIcon$1,
148
- {
149
- network,
150
- as: "div",
151
- className: cn("color-inherit", className),
152
- bgColor: "transparent",
153
- fgColor: "currentColor",
154
- style: { height: size, width: size, flex: "none" }
155
- }
156
- );
157
- var SOC_ICON_SIZE = 18;
158
- var community_default = [
159
- {
160
- title: "Community",
161
- href: "",
162
- variant: "linkFG"
163
- },
164
- {
165
- title: "Lux Channel",
166
- href: "https://warpcast.com/~/channel/lux",
167
- icon: /* @__PURE__ */ jsx(SocialIcon, { network: "x", size: SOC_ICON_SIZE })
168
- },
169
- {
170
- title: "Lux Discussions",
171
- href: "https://github.com/orgs/luxfi/discussions",
172
- icon: /* @__PURE__ */ jsx(SocialIcon, { network: "github", size: SOC_ICON_SIZE })
173
- },
174
- {
175
- title: "Discord",
176
- href: "https://discord.gg/sxaS7FFHwh",
177
- icon: /* @__PURE__ */ jsx(SocialIcon, { network: "discord", size: SOC_ICON_SIZE })
178
- },
179
- {
180
- title: "Telegram",
181
- href: "https://t.me/luxdefi",
182
- icon: /* @__PURE__ */ jsx(SocialIcon, { network: "telegram", size: SOC_ICON_SIZE })
183
- },
184
- {
185
- title: "@luxdefi",
186
- href: "https://twitter.com/luxdefi",
187
- icon: /* @__PURE__ */ jsx(SocialIcon, { network: "x", size: SOC_ICON_SIZE })
188
- },
189
- {
190
- title: "@luxdefi",
191
- href: "https://facebook.com/luxdefi",
192
- icon: /* @__PURE__ */ jsx(SocialIcon, { network: "facebook", size: SOC_ICON_SIZE + 2 })
193
- },
194
- {
195
- title: "@luxdefi",
196
- href: "https://www.instagram.com/luxdefi",
197
- icon: /* @__PURE__ */ jsx(SocialIcon, { network: "instagram", size: SOC_ICON_SIZE + 2 })
198
- },
199
- {
200
- title: "@luxdefi",
201
- href: "https://linkedin.com/company/luxdefi",
202
- icon: /* @__PURE__ */ jsx(SocialIcon, { network: "linkedin", size: SOC_ICON_SIZE + 2 })
203
- },
204
- {
205
- title: "@luxdefi",
206
- href: "https://www.youtube.com/@luxdefi",
207
- icon: /* @__PURE__ */ jsx(SocialIcon, { network: "youtube", size: SOC_ICON_SIZE + 2 })
208
- }
209
- ];
210
-
211
- // src/site/site-def/footer/legal.ts
212
- var legal = [
213
- {
214
- title: "Terms and Conditions",
215
- href: "https://docs.google.com/document/d/1mvkjr1w8Rv8ttirs1mu-_2fw_PXclOyS/preview",
216
- newTab: true
217
- },
218
- {
219
- title: "Privacy Policy",
220
- href: "https://docs.google.com/document/d/1vZjOKaNdOoThDIaVLERWxflQLtOsuvLn/preview",
221
- newTab: true
222
- }
223
- ];
224
- var title = {
225
- title: "Legal",
226
- href: "",
227
- variant: "linkFG"
228
- };
229
- var legalColumn = [title, ...legal];
230
-
231
- // src/site/site-def/footer/index.tsx
232
- var standard = [
233
- ecosystem_default,
234
- network_default,
235
- company_default,
236
- community_default
237
- ];
238
- var main_nav_default = [
239
- {
240
- title: "AI",
241
- icon: "",
242
- href: "https://lux.chat",
243
- newTab: false,
244
- isAIMenu: true
245
- },
246
- {
247
- title: "Cards",
248
- icon: "",
249
- details: "Lux Credit is a part of the Lux Network ecosystem that offers a crypto credit card solution. This service allows users to easily conduct transactions using their cryptocurrency holdings. The Lux Credit card aims to bridge the gap between traditional financial systems and the growing world of digital assets, providing a seamless way to spend cryptocurrencies in everyday transactions.",
250
- href: "https://lux.credit",
251
- newTab: false,
252
- childMenu: [
253
- {
254
- groupName: "Black Card",
255
- title: "Anodized Black Titanium",
256
- icon: /* @__PURE__ */ jsx(Anodized, {}),
257
- icon_act: "",
258
- href: "https://lux.credit/cards/black?sku=LXM-CR-B-ABT",
259
- newTab: false,
260
- contents: ""
261
- //insert string to here
262
- },
263
- {
264
- groupName: "Black Card",
265
- title: "Black Gunmetal",
266
- icon: /* @__PURE__ */ jsx(GunMetal, {}),
267
- icon_act: "",
268
- href: "https://lux.credit/cards/black?sku=LXM-CR-B-GM",
269
- newTab: false,
270
- contents: ""
271
- //insert string to here
272
- },
273
- {
274
- groupName: "Founder Card",
275
- title: "Cool Chrome",
276
- icon: /* @__PURE__ */ jsx(Chrome, {}),
277
- icon_act: "",
278
- href: "https://lux.credit/cards/founder?sku=LXM-CR-F-CC",
279
- newTab: false,
280
- contents: ""
281
- //insert string to here
282
- },
283
- {
284
- groupName: "Founder Card",
285
- title: "Iridescent Chrome",
286
- icon: /* @__PURE__ */ jsx(Irradescent, {}),
287
- icon_act: "",
288
- href: "https://lux.credit/cards/founder?sku=LXM-CR-F-IC",
289
- newTab: false,
290
- contents: ""
291
- //insert string to here
292
- },
293
- {
294
- groupName: "Explore",
295
- title: "Compare cards",
296
- icon: /* @__PURE__ */ jsx(CompareCards, { width: 25, height: 25 }),
297
- icon_act: /* @__PURE__ */ jsx(CompareCardsAct, { width: 27, height: 27 }),
298
- href: "https://lux.credit/compare",
299
- newTab: false,
300
- contents: "Evaluate Lux cards"
301
- },
302
- {
303
- groupName: "Explore",
304
- title: "View all cards",
305
- icon: /* @__PURE__ */ jsx(ViewAllCards, { width: 25, height: 25 }),
306
- icon_act: /* @__PURE__ */ jsx(ViewAllCardsAct, { width: 25, height: 25 }),
307
- href: "https://lux.credit/cards",
308
- newTab: false,
309
- contents: "General overview"
310
- },
311
- {
312
- groupName: "Explore",
313
- title: "More benefits",
314
- icon: /* @__PURE__ */ jsx(MoreBenefits, { width: 25, height: 25 }),
315
- icon_act: /* @__PURE__ */ jsx(MoreBenefitsAct, { width: 27, height: 27 }),
316
- href: "https://lux.credit/compare",
317
- newTab: false,
318
- contents: "See what's truly unique"
319
- },
320
- {
321
- groupName: "Elite Card",
322
- title: "24k Gold",
323
- icon: /* @__PURE__ */ jsx(GoldCard, {}),
324
- icon_act: "",
325
- href: "https://lux.credit/cards/elite?sku=LXM-CR-E-24G",
326
- newTab: false,
327
- contents: ""
328
- //insert string to here
329
- },
330
- {
331
- groupName: "Elite Card",
332
- title: "Sterling Silver",
333
- icon: /* @__PURE__ */ jsx(Sterling, {}),
334
- icon_act: "",
335
- href: "https://lux.credit/cards/elite?sku=LXM-CR-E-SS",
336
- newTab: false,
337
- contents: ""
338
- //insert string to here
339
- },
340
- {
341
- groupName: "Sovereign Card",
342
- title: "Reflective Titanium",
343
- icon: /* @__PURE__ */ jsx(MirroredTitanium, {}),
344
- icon_act: "",
345
- href: "https://lux.credit/cards/sovereign?sku=LXM-CR-S-RT",
346
- newTab: false,
347
- contents: ""
348
- //insert string to here
349
- }
350
- ]
351
- },
352
- {
353
- title: "Ecosystem",
354
- icon: "",
355
- details: "The Lux Ecosystem is a comprehensive suite of blockchain-based services and platforms designed to offer a wide range of functionalities, from decentralized finance (DeFi) to asset management and secure transactions.",
356
- href: "https://lux.link",
357
- newTab: false,
358
- childMenu: [
359
- {
360
- groupName: "Blockchain",
361
- title: "AI Chat",
362
- icon: /* @__PURE__ */ jsx(AIChat, { width: 25, height: 25 }),
363
- icon_act: /* @__PURE__ */ jsx(AIChatAct, { width: 27, height: 27 }),
364
- href: "https://lux.chat",
365
- newTab: false,
366
- contents: "Ask anything, literally"
367
- },
368
- {
369
- groupName: "Blockchain",
370
- title: "Exchange",
371
- icon: /* @__PURE__ */ jsx(Exchange, { width: 25, height: 25 }),
372
- icon_act: /* @__PURE__ */ jsx(ExchangeAct, { width: 27, height: 27 }),
373
- href: "https://lux.exchange",
374
- newTab: false,
375
- contents: "Buy, sell, trade, swap..."
376
- },
377
- {
378
- groupName: "Blockchain",
379
- title: "Market",
380
- icon: /* @__PURE__ */ jsx(Market, { width: 25, height: 25 }),
381
- icon_act: /* @__PURE__ */ jsx(MarketAct, { width: 27, height: 27 }),
382
- href: "https://lux.market",
383
- newTab: false,
384
- contents: "Digital collectibles & more"
385
- },
386
- {
387
- groupName: "Blockchain",
388
- title: "Shop",
389
- icon: /* @__PURE__ */ jsx(Shop, { width: 25, height: 25 }),
390
- icon_act: /* @__PURE__ */ jsx(ShopAct, { width: 27, height: 27 }),
391
- href: "https://lux.shop",
392
- newTab: false,
393
- contents: "Find any Lux product for sale"
394
- },
395
- {
396
- groupName: "Real World",
397
- title: "Credit",
398
- icon: /* @__PURE__ */ jsx(Credit, { width: 25, height: 25 }),
399
- icon_act: /* @__PURE__ */ jsx(CreditAct, { width: 27, height: 27 }),
400
- href: "https://lux.credit",
401
- newTab: false,
402
- contents: "Risk free loans"
403
- },
404
- {
405
- groupName: "Real World",
406
- title: "Lux Finance",
407
- icon: /* @__PURE__ */ jsx(LuxFinance, { width: 25, height: 25 }),
408
- icon_act: /* @__PURE__ */ jsx(LuxFinanceAct, { width: 27, height: 27 }),
409
- href: "https://lux.finance",
410
- newTab: false,
411
- contents: "Financial arbitrage"
412
- },
413
- {
414
- groupName: "More",
415
- title: "Lux Quest",
416
- icon: /* @__PURE__ */ jsx(LuxQuests, { width: 25, height: 25 }),
417
- icon_act: /* @__PURE__ */ jsx(LuxQuestsAct, { width: 27, height: 27 }),
418
- href: "https://lux.quest",
419
- newTab: false,
420
- contents: "Go above and beyond"
421
- }
422
- ]
423
- },
424
- {
425
- title: "Network",
426
- icon: "",
427
- details: "Lux Network is a scalable, quantum-safe blockchain designed to offer high throughput and low latency. It is part of a broader ecosystem that includes various platforms and services aimed at integrating traditional finance (TradFi) with decentralized finance (DeFi), providing secure and efficient solutions for asset management, trading, and more.",
428
- href: "https://lux.network/",
429
- newTab: false,
430
- childMenu: [
431
- {
432
- groupName: "Defi Tools",
433
- title: "Bridge",
434
- icon: /* @__PURE__ */ jsx(Bridge, { width: 25, height: 25 }),
435
- icon_act: /* @__PURE__ */ jsx(BridgeAct, { width: 27, height: 27 }),
436
- href: "https://bridge.lux.network/",
437
- newTab: false,
438
- contents: "Teleport assets"
439
- },
440
- {
441
- groupName: "Defi Tools",
442
- title: "Explorer",
443
- icon: /* @__PURE__ */ jsx(Explorer, { width: 25, height: 25 }),
444
- icon_act: /* @__PURE__ */ jsx(ExplorerAct, { width: 27, height: 27 }),
445
- href: "https://explore.lux.network/",
446
- newTab: false,
447
- contents: "All transactions"
448
- },
449
- {
450
- groupName: "Defi Tools",
451
- title: "Launch Subnet",
452
- icon: /* @__PURE__ */ jsx(LaunchSubnet, { width: 25, height: 25 }),
453
- icon_act: /* @__PURE__ */ jsx(LaunchSubnetAct, { width: 27, height: 27 }),
454
- href: "https://docs.lux.network/build/subnet/hello-subnet",
455
- newTab: false,
456
- contents: "Easy, free, and superior"
457
- },
458
- {
459
- groupName: "Earn",
460
- title: "Coins",
461
- icon: /* @__PURE__ */ jsx(Coins, { width: 25, height: 25 }),
462
- icon_act: /* @__PURE__ */ jsx(CoinsAct, { width: 27, height: 27 }),
463
- href: "https://lux.network/coin",
464
- newTab: false,
465
- contents: "Be part of the ecosystem"
466
- },
467
- {
468
- groupName: "Earn",
469
- title: "Safe",
470
- icon: /* @__PURE__ */ jsx(Safe, { width: 25, height: 25 }),
471
- icon_act: /* @__PURE__ */ jsx(SafeAct, { width: 27, height: 27 }),
472
- href: "https://safe.lux.network",
473
- newTab: false,
474
- contents: "Multi-signature wallet"
475
- },
476
- {
477
- groupName: "Earn",
478
- title: "Lux Wallet",
479
- icon: /* @__PURE__ */ jsx(Wallet, { width: 25, height: 25 }),
480
- icon_act: /* @__PURE__ */ jsx(LuxWalletAct, { width: 27, height: 27 }),
481
- href: "https://wallet.lux.network",
482
- newTab: false,
483
- contents: "Safe and quantum secure"
484
- },
485
- {
486
- groupName: "Earn",
487
- title: "Validators",
488
- icon: /* @__PURE__ */ jsx(Validators, { width: 25, height: 25 }),
489
- icon_act: /* @__PURE__ */ jsx(ValidatorsAct, { width: 27, height: 27 }),
490
- href: "https://lux.build",
491
- newTab: false,
492
- contents: "Stake, delegate, and manage"
493
- },
494
- {
495
- groupName: "Get Access",
496
- title: "Developer docs",
497
- icon: /* @__PURE__ */ jsx(DeveloperDocs, { width: 25, height: 25 }),
498
- icon_act: /* @__PURE__ */ jsx(DeveloperDocsAct, { width: 27, height: 27 }),
499
- href: "https://docs.lux.network",
500
- newTab: false,
501
- contents: "Software explained"
502
- },
503
- {
504
- groupName: "Get Access",
505
- title: "Open Source",
506
- icon: /* @__PURE__ */ jsx(OpenSource, { width: 25, height: 25 }),
507
- icon_act: /* @__PURE__ */ jsx(OpenSourceAct, { width: 27, height: 27 }),
508
- href: "https://github.com/luxfi",
509
- newTab: false,
510
- contents: "Accessible for everyone"
511
- },
512
- {
513
- groupName: "Get Access",
514
- title: "Lux Pass",
515
- icon: /* @__PURE__ */ jsx(LuxPass, { width: 25, height: 25 }),
516
- icon_act: /* @__PURE__ */ jsx(LuxPassAct, { width: 27, height: 27 }),
517
- href: "https://lux.market/pass",
518
- newTab: false,
519
- contents: "All access pass to network"
520
- }
521
- ]
522
- },
523
- {
524
- title: "Resources",
525
- icon: "",
526
- href: "https://docs.lux.network",
527
- newTab: false,
528
- details: "",
529
- childMenu: [
530
- {
531
- groupName: "Tools",
532
- title: "Resource Center",
533
- icon: /* @__PURE__ */ jsx(AIChat, { width: 25, height: 25 }),
534
- icon_act: /* @__PURE__ */ jsx(AIChatAct, { width: 27, height: 27 }),
535
- href: "https://docs.lux.network",
536
- newTab: false,
537
- contents: "Dynamic solutions"
538
- },
539
- {
540
- groupName: "Tools",
541
- title: "Integrations",
542
- icon: /* @__PURE__ */ jsx(Integration, { width: 25, height: 25 }),
543
- icon_act: /* @__PURE__ */ jsx(IntegrationAct, { width: 27, height: 27 }),
544
- href: "https://docs.lux.network/integrations",
545
- newTab: false,
546
- contents: "Simplified onboarding"
547
- },
548
- {
549
- groupName: "Tools",
550
- title: "Templates",
551
- icon: /* @__PURE__ */ jsx(Templates, { width: 25, height: 25 }),
552
- icon_act: /* @__PURE__ */ jsx(TemplatesAct, { width: 27, height: 27 }),
553
- href: "https://docs.lux.network/templates",
554
- newTab: false,
555
- contents: "Speedy app development"
556
- },
557
- {
558
- groupName: "Tools",
559
- title: "Guides",
560
- icon: /* @__PURE__ */ jsx(Guides, { width: 25, height: 25 }),
561
- icon_act: /* @__PURE__ */ jsx(GuidesAct, { width: 27, height: 27 }),
562
- href: "https://docs.lux.network/guides",
563
- newTab: false,
564
- contents: "Find help quickly"
565
- },
566
- {
567
- groupName: "Company",
568
- title: "Customers",
569
- icon: /* @__PURE__ */ jsx(Customers, { width: 25, height: 25 }),
570
- icon_act: /* @__PURE__ */ jsx(CustomersAct, { width: 27, height: 27 }),
571
- href: "https://lux.partners",
572
- newTab: false,
573
- contents: "Trusted by the best teams"
574
- },
575
- {
576
- groupName: "Company",
577
- title: "Blog",
578
- icon: /* @__PURE__ */ jsx(Blog, { width: 25, height: 25 }),
579
- icon_act: /* @__PURE__ */ jsx(BlogAct, { width: 27, height: 27 }),
580
- href: "https://blog.lux.network",
581
- newTab: false,
582
- contents: "Latest posts and changes"
583
- },
584
- {
585
- groupName: "Company",
586
- title: "Changelog",
587
- icon: /* @__PURE__ */ jsx(ChangeLog, { width: 25, height: 25 }),
588
- icon_act: /* @__PURE__ */ jsx(ChangeLogAct, { width: 27, height: 27 }),
589
- href: "https://docs.lux.network/changelog",
590
- newTab: false,
591
- contents: "Manage deployments"
592
- },
593
- {
594
- groupName: "More",
595
- title: "Developer docs",
596
- icon: /* @__PURE__ */ jsx(DeveloperDocs, { width: 25, height: 25 }),
597
- icon_act: /* @__PURE__ */ jsx(DeveloperDocsAct, { width: 25, height: 25 }),
598
- href: "https://docs.lux.network",
599
- newTab: false,
600
- contents: "Software explained"
601
- },
602
- {
603
- groupName: "More",
604
- title: "Customer Support",
605
- icon: /* @__PURE__ */ jsx(CustomerSupport, { width: 25, height: 25 }),
606
- icon_act: /* @__PURE__ */ jsx(CustomerSupportAct, { width: 27, height: 27 }),
607
- href: "mailto:support@lux.network",
608
- newTab: false,
609
- contents: "Dedicated help, 24/7"
610
- },
611
- {
612
- groupName: "More",
613
- title: "FAQs",
614
- icon: /* @__PURE__ */ jsx(FAQs, { width: 25, height: 25 }),
615
- icon_act: /* @__PURE__ */ jsx(FAQsAct, { width: 27, height: 27 }),
616
- href: "https://docs.lux.network/faq",
617
- newTab: false,
618
- contents: "Common queries"
619
- }
620
- ]
621
- }
622
- ];
623
-
624
- export { footer_exports as footer, main_nav_default as mainNav };
1
+ import * as index_js from './footer/index.js';
2
+ export { index_js as footer };
3
+ export { default as mainNav } from './main-nav.js';