@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,25 +1,9 @@
1
1
  'use strict';
2
2
 
3
- var reactSocialIcons = require('react-social-icons');
4
- var ui = require('@hanzo/ui');
3
+ var index_js = require('../../components/icons/index.js');
5
4
  var jsxRuntime = require('react/jsx-runtime');
6
5
 
7
- // src/site/components/icons/social-icon.tsx
8
- var SocialIcon = ({
9
- network,
10
- size,
11
- className = ""
12
- }) => /* @__PURE__ */ jsxRuntime.jsx(
13
- reactSocialIcons.SocialIcon,
14
- {
15
- network,
16
- as: "div",
17
- className: ui.cn("color-inherit", className),
18
- bgColor: "transparent",
19
- fgColor: "currentColor",
20
- style: { height: size, width: size, flex: "none" }
21
- }
22
- );
6
+ // src/site/site-def/footer/community.tsx
23
7
  var SOC_ICON_SIZE = 18;
24
8
  var community_default = [
25
9
  {
@@ -30,47 +14,47 @@ var community_default = [
30
14
  {
31
15
  title: "Lux Channel",
32
16
  href: "https://warpcast.com/~/channel/lux",
33
- icon: /* @__PURE__ */ jsxRuntime.jsx(SocialIcon, { network: "x", size: SOC_ICON_SIZE })
17
+ icon: /* @__PURE__ */ jsxRuntime.jsx(index_js.SocialIcon, { network: "x", size: SOC_ICON_SIZE })
34
18
  },
35
19
  {
36
20
  title: "Lux Discussions",
37
21
  href: "https://github.com/orgs/luxfi/discussions",
38
- icon: /* @__PURE__ */ jsxRuntime.jsx(SocialIcon, { network: "github", size: SOC_ICON_SIZE })
22
+ icon: /* @__PURE__ */ jsxRuntime.jsx(index_js.SocialIcon, { network: "github", size: SOC_ICON_SIZE })
39
23
  },
40
24
  {
41
25
  title: "Discord",
42
26
  href: "https://discord.gg/sxaS7FFHwh",
43
- icon: /* @__PURE__ */ jsxRuntime.jsx(SocialIcon, { network: "discord", size: SOC_ICON_SIZE })
27
+ icon: /* @__PURE__ */ jsxRuntime.jsx(index_js.SocialIcon, { network: "discord", size: SOC_ICON_SIZE })
44
28
  },
45
29
  {
46
30
  title: "Telegram",
47
31
  href: "https://t.me/luxdefi",
48
- icon: /* @__PURE__ */ jsxRuntime.jsx(SocialIcon, { network: "telegram", size: SOC_ICON_SIZE })
32
+ icon: /* @__PURE__ */ jsxRuntime.jsx(index_js.SocialIcon, { network: "telegram", size: SOC_ICON_SIZE })
49
33
  },
50
34
  {
51
35
  title: "@luxdefi",
52
36
  href: "https://twitter.com/luxdefi",
53
- icon: /* @__PURE__ */ jsxRuntime.jsx(SocialIcon, { network: "x", size: SOC_ICON_SIZE })
37
+ icon: /* @__PURE__ */ jsxRuntime.jsx(index_js.SocialIcon, { network: "x", size: SOC_ICON_SIZE })
54
38
  },
55
39
  {
56
40
  title: "@luxdefi",
57
41
  href: "https://facebook.com/luxdefi",
58
- icon: /* @__PURE__ */ jsxRuntime.jsx(SocialIcon, { network: "facebook", size: SOC_ICON_SIZE + 2 })
42
+ icon: /* @__PURE__ */ jsxRuntime.jsx(index_js.SocialIcon, { network: "facebook", size: SOC_ICON_SIZE + 2 })
59
43
  },
60
44
  {
61
45
  title: "@luxdefi",
62
46
  href: "https://www.instagram.com/luxdefi",
63
- icon: /* @__PURE__ */ jsxRuntime.jsx(SocialIcon, { network: "instagram", size: SOC_ICON_SIZE + 2 })
47
+ icon: /* @__PURE__ */ jsxRuntime.jsx(index_js.SocialIcon, { network: "instagram", size: SOC_ICON_SIZE + 2 })
64
48
  },
65
49
  {
66
50
  title: "@luxdefi",
67
51
  href: "https://linkedin.com/company/luxdefi",
68
- icon: /* @__PURE__ */ jsxRuntime.jsx(SocialIcon, { network: "linkedin", size: SOC_ICON_SIZE + 2 })
52
+ icon: /* @__PURE__ */ jsxRuntime.jsx(index_js.SocialIcon, { network: "linkedin", size: SOC_ICON_SIZE + 2 })
69
53
  },
70
54
  {
71
55
  title: "@luxdefi",
72
56
  href: "https://www.youtube.com/@luxdefi",
73
- icon: /* @__PURE__ */ jsxRuntime.jsx(SocialIcon, { network: "youtube", size: SOC_ICON_SIZE + 2 })
57
+ icon: /* @__PURE__ */ jsxRuntime.jsx(index_js.SocialIcon, { network: "youtube", size: SOC_ICON_SIZE + 2 })
74
58
  }
75
59
  ];
76
60
 
@@ -1,23 +1,7 @@
1
- import { SocialIcon as SocialIcon$1 } from 'react-social-icons';
2
- import { cn } from '@hanzo/ui';
1
+ import { SocialIcon } from '../../components/icons/index.js';
3
2
  import { jsx } from 'react/jsx-runtime';
4
3
 
5
- // src/site/components/icons/social-icon.tsx
6
- var SocialIcon = ({
7
- network,
8
- size,
9
- className = ""
10
- }) => /* @__PURE__ */ jsx(
11
- SocialIcon$1,
12
- {
13
- network,
14
- as: "div",
15
- className: cn("color-inherit", className),
16
- bgColor: "transparent",
17
- fgColor: "currentColor",
18
- style: { height: size, width: size, flex: "none" }
19
- }
20
- );
4
+ // src/site/site-def/footer/community.tsx
21
5
  var SOC_ICON_SIZE = 18;
22
6
  var community_default = [
23
7
  {
@@ -1,228 +1,48 @@
1
1
  'use strict';
2
2
 
3
- var reactSocialIcons = require('react-social-icons');
4
- var ui = require('@hanzo/ui');
5
- var jsxRuntime = require('react/jsx-runtime');
3
+ var ecosystem = require('./ecosystem.js');
4
+ var network = require('./network.js');
5
+ var company = require('./company.js');
6
+ var community = require('./community.js');
7
+ var legal_js = require('./legal.js');
6
8
 
7
- // src/site/site-def/footer/ecosystem.ts
8
- var ecosystem_default = [
9
- {
10
- title: "Ecosystem",
11
- href: "https://lux.link",
12
- variant: "linkFG"
13
- },
14
- {
15
- title: "Lux AI",
16
- href: "https://lux.chat"
17
- },
18
- {
19
- title: "Lux Credit",
20
- href: "https://lux.credit"
21
- },
22
- {
23
- title: "Lux Exchange",
24
- href: "https://lux.exchange"
25
- },
26
- {
27
- title: "Lux Finance",
28
- href: "https://lux.finance"
29
- },
30
- {
31
- title: "Lux Market",
32
- href: "https://lux.market"
33
- },
34
- {
35
- title: "Lux Shop",
36
- href: "https://lux.shop"
37
- },
38
- {
39
- title: "Lux Quest",
40
- href: "https://lux.quest"
41
- }
42
- ];
43
-
44
- // src/site/site-def/footer/network.ts
45
- var network_default = [
46
- {
47
- title: "Network",
48
- href: "https://lux.network/",
49
- variant: "linkFG"
50
- },
51
- {
52
- title: "Lux Bridge",
53
- href: "https://bridge.lux.network/"
54
- },
55
- {
56
- title: "Lux Explorer",
57
- href: "https://explore.lux.network/"
58
- },
59
- {
60
- title: "Lux Wallet",
61
- href: "https://wallet.lux.network/"
62
- },
63
- {
64
- title: "Lux Safe",
65
- href: "https://safe.lux.network/"
66
- },
67
- {
68
- title: "Lux Build",
69
- href: "https://lux.build"
70
- },
71
- {
72
- title: "Lux Coin",
73
- href: "https://lux.network/coin"
74
- },
75
- {
76
- title: "Governance",
77
- href: "https://lux.vote"
78
- },
79
- {
80
- title: "Open Source",
81
- href: "https://github.com/luxfi"
82
- },
83
- {
84
- title: "Launch Subnet",
85
- href: "https://docs.lux.network/build/subnet/hello-subnet"
86
- }
87
- ];
9
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
88
10
 
89
- // src/site/site-def/footer/company.ts
90
- var company_default = [
91
- {
92
- title: "Company",
93
- href: "https://lux.partners/",
94
- variant: "linkFG",
95
- newTab: false
96
- },
97
- {
98
- title: "About",
99
- href: "https://lux.partners",
100
- newTab: false
101
- },
102
- {
103
- title: "Brand",
104
- href: "https://drive.google.com/drive/folders/14OJtKLVakGY6883XO9yGbiHtlFxQUUm5?usp=share_link"
105
- },
106
- {
107
- title: "Careers",
108
- href: "https://docs.google.com/document/d/1SCt0Hg7EIs06TootKCA1am1xo4mcXoKF/edit#heading=h.30j0zll",
109
- newTab: true
110
- },
111
- {
112
- title: "Partnerships",
113
- href: "https://apply.lux.partners/",
114
- newTab: false
115
- },
116
- {
117
- title: "Press",
118
- href: "mailto:ai@lux.partners?subject=%E2%96%BC%20Press"
119
- },
120
- {
121
- title: "Help",
122
- href: "mailto:ai@lux.partners?subject=%E2%96%BC%20Help"
123
- }
124
- ];
125
- var SocialIcon = ({
126
- network,
127
- size,
128
- className = ""
129
- }) => /* @__PURE__ */ jsxRuntime.jsx(
130
- reactSocialIcons.SocialIcon,
131
- {
132
- network,
133
- as: "div",
134
- className: ui.cn("color-inherit", className),
135
- bgColor: "transparent",
136
- fgColor: "currentColor",
137
- style: { height: size, width: size, flex: "none" }
138
- }
139
- );
140
- var SOC_ICON_SIZE = 18;
141
- var community_default = [
142
- {
143
- title: "Community",
144
- href: "",
145
- variant: "linkFG"
146
- },
147
- {
148
- title: "Lux Channel",
149
- href: "https://warpcast.com/~/channel/lux",
150
- icon: /* @__PURE__ */ jsxRuntime.jsx(SocialIcon, { network: "x", size: SOC_ICON_SIZE })
151
- },
152
- {
153
- title: "Lux Discussions",
154
- href: "https://github.com/orgs/luxfi/discussions",
155
- icon: /* @__PURE__ */ jsxRuntime.jsx(SocialIcon, { network: "github", size: SOC_ICON_SIZE })
156
- },
157
- {
158
- title: "Discord",
159
- href: "https://discord.gg/sxaS7FFHwh",
160
- icon: /* @__PURE__ */ jsxRuntime.jsx(SocialIcon, { network: "discord", size: SOC_ICON_SIZE })
161
- },
162
- {
163
- title: "Telegram",
164
- href: "https://t.me/luxdefi",
165
- icon: /* @__PURE__ */ jsxRuntime.jsx(SocialIcon, { network: "telegram", size: SOC_ICON_SIZE })
166
- },
167
- {
168
- title: "@luxdefi",
169
- href: "https://twitter.com/luxdefi",
170
- icon: /* @__PURE__ */ jsxRuntime.jsx(SocialIcon, { network: "x", size: SOC_ICON_SIZE })
171
- },
172
- {
173
- title: "@luxdefi",
174
- href: "https://facebook.com/luxdefi",
175
- icon: /* @__PURE__ */ jsxRuntime.jsx(SocialIcon, { network: "facebook", size: SOC_ICON_SIZE + 2 })
176
- },
177
- {
178
- title: "@luxdefi",
179
- href: "https://www.instagram.com/luxdefi",
180
- icon: /* @__PURE__ */ jsxRuntime.jsx(SocialIcon, { network: "instagram", size: SOC_ICON_SIZE + 2 })
181
- },
182
- {
183
- title: "@luxdefi",
184
- href: "https://linkedin.com/company/luxdefi",
185
- icon: /* @__PURE__ */ jsxRuntime.jsx(SocialIcon, { network: "linkedin", size: SOC_ICON_SIZE + 2 })
186
- },
187
- {
188
- title: "@luxdefi",
189
- href: "https://www.youtube.com/@luxdefi",
190
- icon: /* @__PURE__ */ jsxRuntime.jsx(SocialIcon, { network: "youtube", size: SOC_ICON_SIZE + 2 })
191
- }
192
- ];
193
-
194
- // src/site/site-def/footer/legal.ts
195
- var legal = [
196
- {
197
- title: "Terms and Conditions",
198
- href: "https://docs.google.com/document/d/1mvkjr1w8Rv8ttirs1mu-_2fw_PXclOyS/preview",
199
- newTab: true
200
- },
201
- {
202
- title: "Privacy Policy",
203
- href: "https://docs.google.com/document/d/1vZjOKaNdOoThDIaVLERWxflQLtOsuvLn/preview",
204
- newTab: true
205
- }
206
- ];
207
- var title = {
208
- title: "Legal",
209
- href: "",
210
- variant: "linkFG"
211
- };
212
- var legalColumn = [title, ...legal];
11
+ var ecosystem__default = /*#__PURE__*/_interopDefault(ecosystem);
12
+ var network__default = /*#__PURE__*/_interopDefault(network);
13
+ var company__default = /*#__PURE__*/_interopDefault(company);
14
+ var community__default = /*#__PURE__*/_interopDefault(community);
213
15
 
214
16
  // src/site/site-def/footer/index.tsx
215
17
  var standard = [
216
- ecosystem_default,
217
- network_default,
218
- company_default,
219
- community_default
18
+ ecosystem__default.default,
19
+ network__default.default,
20
+ company__default.default,
21
+ community__default.default
220
22
  ];
221
23
 
222
- exports.community = community_default;
223
- exports.company = company_default;
224
- exports.ecosystem = ecosystem_default;
225
- exports.legal = legal;
226
- exports.legalColumn = legalColumn;
227
- exports.network = network_default;
24
+ Object.defineProperty(exports, "ecosystem", {
25
+ enumerable: true,
26
+ get: function () { return ecosystem__default.default; }
27
+ });
28
+ Object.defineProperty(exports, "network", {
29
+ enumerable: true,
30
+ get: function () { return network__default.default; }
31
+ });
32
+ Object.defineProperty(exports, "company", {
33
+ enumerable: true,
34
+ get: function () { return company__default.default; }
35
+ });
36
+ Object.defineProperty(exports, "community", {
37
+ enumerable: true,
38
+ get: function () { return community__default.default; }
39
+ });
40
+ Object.defineProperty(exports, "legal", {
41
+ enumerable: true,
42
+ get: function () { return legal_js.legal; }
43
+ });
44
+ Object.defineProperty(exports, "legalColumn", {
45
+ enumerable: true,
46
+ get: function () { return legal_js.legalColumn; }
47
+ });
228
48
  exports.standard = standard;
@@ -1,220 +1,19 @@
1
- import { SocialIcon as SocialIcon$1 } from 'react-social-icons';
2
- import { cn } from '@hanzo/ui';
3
- import { jsx } from 'react/jsx-runtime';
4
-
5
- // src/site/site-def/footer/ecosystem.ts
6
- var ecosystem_default = [
7
- {
8
- title: "Ecosystem",
9
- href: "https://lux.link",
10
- variant: "linkFG"
11
- },
12
- {
13
- title: "Lux AI",
14
- href: "https://lux.chat"
15
- },
16
- {
17
- title: "Lux Credit",
18
- href: "https://lux.credit"
19
- },
20
- {
21
- title: "Lux Exchange",
22
- href: "https://lux.exchange"
23
- },
24
- {
25
- title: "Lux Finance",
26
- href: "https://lux.finance"
27
- },
28
- {
29
- title: "Lux Market",
30
- href: "https://lux.market"
31
- },
32
- {
33
- title: "Lux Shop",
34
- href: "https://lux.shop"
35
- },
36
- {
37
- title: "Lux Quest",
38
- href: "https://lux.quest"
39
- }
40
- ];
41
-
42
- // src/site/site-def/footer/network.ts
43
- var network_default = [
44
- {
45
- title: "Network",
46
- href: "https://lux.network/",
47
- variant: "linkFG"
48
- },
49
- {
50
- title: "Lux Bridge",
51
- href: "https://bridge.lux.network/"
52
- },
53
- {
54
- title: "Lux Explorer",
55
- href: "https://explore.lux.network/"
56
- },
57
- {
58
- title: "Lux Wallet",
59
- href: "https://wallet.lux.network/"
60
- },
61
- {
62
- title: "Lux Safe",
63
- href: "https://safe.lux.network/"
64
- },
65
- {
66
- title: "Lux Build",
67
- href: "https://lux.build"
68
- },
69
- {
70
- title: "Lux Coin",
71
- href: "https://lux.network/coin"
72
- },
73
- {
74
- title: "Governance",
75
- href: "https://lux.vote"
76
- },
77
- {
78
- title: "Open Source",
79
- href: "https://github.com/luxfi"
80
- },
81
- {
82
- title: "Launch Subnet",
83
- href: "https://docs.lux.network/build/subnet/hello-subnet"
84
- }
85
- ];
86
-
87
- // src/site/site-def/footer/company.ts
88
- var company_default = [
89
- {
90
- title: "Company",
91
- href: "https://lux.partners/",
92
- variant: "linkFG",
93
- newTab: false
94
- },
95
- {
96
- title: "About",
97
- href: "https://lux.partners",
98
- newTab: false
99
- },
100
- {
101
- title: "Brand",
102
- href: "https://drive.google.com/drive/folders/14OJtKLVakGY6883XO9yGbiHtlFxQUUm5?usp=share_link"
103
- },
104
- {
105
- title: "Careers",
106
- href: "https://docs.google.com/document/d/1SCt0Hg7EIs06TootKCA1am1xo4mcXoKF/edit#heading=h.30j0zll",
107
- newTab: true
108
- },
109
- {
110
- title: "Partnerships",
111
- href: "https://apply.lux.partners/",
112
- newTab: false
113
- },
114
- {
115
- title: "Press",
116
- href: "mailto:ai@lux.partners?subject=%E2%96%BC%20Press"
117
- },
118
- {
119
- title: "Help",
120
- href: "mailto:ai@lux.partners?subject=%E2%96%BC%20Help"
121
- }
122
- ];
123
- var SocialIcon = ({
124
- network,
125
- size,
126
- className = ""
127
- }) => /* @__PURE__ */ jsx(
128
- SocialIcon$1,
129
- {
130
- network,
131
- as: "div",
132
- className: cn("color-inherit", className),
133
- bgColor: "transparent",
134
- fgColor: "currentColor",
135
- style: { height: size, width: size, flex: "none" }
136
- }
137
- );
138
- var SOC_ICON_SIZE = 18;
139
- var community_default = [
140
- {
141
- title: "Community",
142
- href: "",
143
- variant: "linkFG"
144
- },
145
- {
146
- title: "Lux Channel",
147
- href: "https://warpcast.com/~/channel/lux",
148
- icon: /* @__PURE__ */ jsx(SocialIcon, { network: "x", size: SOC_ICON_SIZE })
149
- },
150
- {
151
- title: "Lux Discussions",
152
- href: "https://github.com/orgs/luxfi/discussions",
153
- icon: /* @__PURE__ */ jsx(SocialIcon, { network: "github", size: SOC_ICON_SIZE })
154
- },
155
- {
156
- title: "Discord",
157
- href: "https://discord.gg/sxaS7FFHwh",
158
- icon: /* @__PURE__ */ jsx(SocialIcon, { network: "discord", size: SOC_ICON_SIZE })
159
- },
160
- {
161
- title: "Telegram",
162
- href: "https://t.me/luxdefi",
163
- icon: /* @__PURE__ */ jsx(SocialIcon, { network: "telegram", size: SOC_ICON_SIZE })
164
- },
165
- {
166
- title: "@luxdefi",
167
- href: "https://twitter.com/luxdefi",
168
- icon: /* @__PURE__ */ jsx(SocialIcon, { network: "x", size: SOC_ICON_SIZE })
169
- },
170
- {
171
- title: "@luxdefi",
172
- href: "https://facebook.com/luxdefi",
173
- icon: /* @__PURE__ */ jsx(SocialIcon, { network: "facebook", size: SOC_ICON_SIZE + 2 })
174
- },
175
- {
176
- title: "@luxdefi",
177
- href: "https://www.instagram.com/luxdefi",
178
- icon: /* @__PURE__ */ jsx(SocialIcon, { network: "instagram", size: SOC_ICON_SIZE + 2 })
179
- },
180
- {
181
- title: "@luxdefi",
182
- href: "https://linkedin.com/company/luxdefi",
183
- icon: /* @__PURE__ */ jsx(SocialIcon, { network: "linkedin", size: SOC_ICON_SIZE + 2 })
184
- },
185
- {
186
- title: "@luxdefi",
187
- href: "https://www.youtube.com/@luxdefi",
188
- icon: /* @__PURE__ */ jsx(SocialIcon, { network: "youtube", size: SOC_ICON_SIZE + 2 })
189
- }
190
- ];
191
-
192
- // src/site/site-def/footer/legal.ts
193
- var legal = [
194
- {
195
- title: "Terms and Conditions",
196
- href: "https://docs.google.com/document/d/1mvkjr1w8Rv8ttirs1mu-_2fw_PXclOyS/preview",
197
- newTab: true
198
- },
199
- {
200
- title: "Privacy Policy",
201
- href: "https://docs.google.com/document/d/1vZjOKaNdOoThDIaVLERWxflQLtOsuvLn/preview",
202
- newTab: true
203
- }
204
- ];
205
- var title = {
206
- title: "Legal",
207
- href: "",
208
- variant: "linkFG"
209
- };
210
- var legalColumn = [title, ...legal];
1
+ import ecosystem from './ecosystem.js';
2
+ export { default as ecosystem } from './ecosystem.js';
3
+ import network from './network.js';
4
+ export { default as network } from './network.js';
5
+ import company from './company.js';
6
+ export { default as company } from './company.js';
7
+ import community from './community.js';
8
+ export { default as community } from './community.js';
9
+ export { legal, legalColumn } from './legal.js';
211
10
 
212
11
  // src/site/site-def/footer/index.tsx
213
12
  var standard = [
214
- ecosystem_default,
215
- network_default,
216
- company_default,
217
- community_default
13
+ ecosystem,
14
+ network,
15
+ company,
16
+ community
218
17
  ];
219
18
 
220
- export { community_default as community, company_default as company, ecosystem_default as ecosystem, legal, legalColumn, network_default as network, standard };
19
+ export { standard };