@luxfi/ui 6.1.3 → 7.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 (241) hide show
  1. package/dist/accordion.cjs +213 -0
  2. package/dist/accordion.d.cts +74 -0
  3. package/dist/accordion.d.ts +74 -0
  4. package/dist/accordion.js +186 -0
  5. package/dist/alert.cjs +553 -0
  6. package/dist/alert.d.cts +30 -0
  7. package/dist/alert.d.ts +30 -0
  8. package/dist/alert.js +531 -0
  9. package/dist/avatar.cjs +149 -0
  10. package/dist/avatar.d.cts +25 -0
  11. package/dist/avatar.d.ts +25 -0
  12. package/dist/avatar.js +125 -0
  13. package/dist/badge.cjs +611 -0
  14. package/dist/badge.d.cts +23 -0
  15. package/dist/badge.d.ts +23 -0
  16. package/dist/badge.js +589 -0
  17. package/dist/bank.cjs +272 -0
  18. package/dist/bank.d.cts +76 -0
  19. package/dist/bank.d.ts +76 -0
  20. package/dist/bank.js +258 -0
  21. package/dist/button.cjs +689 -0
  22. package/dist/button.d.cts +52 -0
  23. package/dist/button.d.ts +52 -0
  24. package/dist/button.js +664 -0
  25. package/dist/checkbox.cjs +265 -0
  26. package/dist/checkbox.d.cts +31 -0
  27. package/dist/checkbox.d.ts +31 -0
  28. package/dist/checkbox.js +241 -0
  29. package/dist/close-button.cjs +73 -0
  30. package/dist/close-button.d.cts +9 -0
  31. package/dist/close-button.d.ts +9 -0
  32. package/dist/close-button.js +51 -0
  33. package/dist/collapsible.cjs +702 -0
  34. package/dist/collapsible.d.cts +23 -0
  35. package/dist/collapsible.d.ts +23 -0
  36. package/dist/collapsible.js +679 -0
  37. package/dist/color-mode.cjs +96 -0
  38. package/dist/color-mode.d.cts +25 -0
  39. package/dist/color-mode.d.ts +25 -0
  40. package/dist/color-mode.js +72 -0
  41. package/dist/dialog.cjs +279 -0
  42. package/dist/dialog.d.cts +66 -0
  43. package/dist/dialog.d.ts +66 -0
  44. package/dist/dialog.js +246 -0
  45. package/dist/drawer.cjs +207 -0
  46. package/dist/drawer.d.cts +36 -0
  47. package/dist/drawer.d.ts +36 -0
  48. package/dist/drawer.js +175 -0
  49. package/dist/empty-state.cjs +93 -0
  50. package/dist/empty-state.d.cts +13 -0
  51. package/dist/empty-state.d.ts +13 -0
  52. package/dist/empty-state.js +71 -0
  53. package/dist/expiration-selector.cjs +138 -0
  54. package/dist/expiration-selector.d.cts +16 -0
  55. package/dist/expiration-selector.d.ts +16 -0
  56. package/dist/expiration-selector.js +116 -0
  57. package/dist/field.cjs +183 -0
  58. package/dist/field.d.cts +24 -0
  59. package/dist/field.d.ts +24 -0
  60. package/dist/field.js +160 -0
  61. package/dist/greeks-display.cjs +114 -0
  62. package/dist/greeks-display.d.cts +14 -0
  63. package/dist/greeks-display.d.ts +14 -0
  64. package/dist/greeks-display.js +92 -0
  65. package/dist/heading.cjs +46 -0
  66. package/dist/heading.d.cts +10 -0
  67. package/dist/heading.d.ts +10 -0
  68. package/dist/heading.js +40 -0
  69. package/dist/icon-button.cjs +491 -0
  70. package/dist/icon-button.d.cts +33 -0
  71. package/dist/icon-button.d.ts +33 -0
  72. package/dist/icon-button.js +470 -0
  73. package/dist/image.cjs +572 -0
  74. package/dist/image.d.cts +57 -0
  75. package/dist/image.d.ts +57 -0
  76. package/dist/image.js +551 -0
  77. package/dist/index.cjs +7316 -0
  78. package/dist/index.d.cts +58 -0
  79. package/dist/index.d.ts +58 -0
  80. package/dist/index.js +7137 -0
  81. package/dist/input-group.cjs +155 -0
  82. package/dist/input-group.d.cts +17 -0
  83. package/dist/input-group.d.ts +17 -0
  84. package/dist/input-group.js +133 -0
  85. package/dist/input.cjs +65 -0
  86. package/dist/input.d.cts +11 -0
  87. package/dist/input.d.ts +11 -0
  88. package/dist/input.js +59 -0
  89. package/dist/link.cjs +630 -0
  90. package/dist/link.d.cts +37 -0
  91. package/dist/link.d.ts +37 -0
  92. package/dist/link.js +606 -0
  93. package/dist/menu.cjs +305 -0
  94. package/dist/menu.d.cts +84 -0
  95. package/dist/menu.d.ts +84 -0
  96. package/dist/menu.js +269 -0
  97. package/dist/option-chain.cjs +221 -0
  98. package/dist/option-chain.d.cts +37 -0
  99. package/dist/option-chain.d.ts +37 -0
  100. package/dist/option-chain.js +199 -0
  101. package/dist/option-position.cjs +164 -0
  102. package/dist/option-position.d.cts +29 -0
  103. package/dist/option-position.d.ts +29 -0
  104. package/dist/option-position.js +142 -0
  105. package/dist/pin-input.cjs +182 -0
  106. package/dist/pin-input.d.cts +25 -0
  107. package/dist/pin-input.d.ts +25 -0
  108. package/dist/pin-input.js +160 -0
  109. package/dist/pnl-diagram.cjs +453 -0
  110. package/dist/pnl-diagram.d.cts +11 -0
  111. package/dist/pnl-diagram.d.ts +11 -0
  112. package/dist/pnl-diagram.js +431 -0
  113. package/dist/popover.cjs +327 -0
  114. package/dist/popover.d.cts +73 -0
  115. package/dist/popover.d.ts +73 -0
  116. package/dist/popover.js +294 -0
  117. package/dist/progress-circle.cjs +152 -0
  118. package/dist/progress-circle.d.cts +47 -0
  119. package/dist/progress-circle.d.ts +47 -0
  120. package/dist/progress-circle.js +128 -0
  121. package/dist/progress.cjs +117 -0
  122. package/dist/progress.d.cts +28 -0
  123. package/dist/progress.d.ts +28 -0
  124. package/dist/progress.js +94 -0
  125. package/dist/provider.cjs +62 -0
  126. package/dist/provider.d.cts +7 -0
  127. package/dist/provider.d.ts +7 -0
  128. package/dist/provider.js +40 -0
  129. package/dist/radio.cjs +177 -0
  130. package/dist/radio.d.cts +53 -0
  131. package/dist/radio.d.ts +53 -0
  132. package/dist/radio.js +153 -0
  133. package/dist/rating.cjs +80 -0
  134. package/dist/rating.d.cts +14 -0
  135. package/dist/rating.d.ts +14 -0
  136. package/dist/rating.js +58 -0
  137. package/dist/select.cjs +791 -0
  138. package/dist/select.d.cts +130 -0
  139. package/dist/select.d.ts +130 -0
  140. package/dist/select.js +757 -0
  141. package/dist/separator.cjs +57 -0
  142. package/dist/separator.d.cts +13 -0
  143. package/dist/separator.d.ts +13 -0
  144. package/dist/separator.js +51 -0
  145. package/dist/skeleton.cjs +370 -0
  146. package/dist/skeleton.d.cts +60 -0
  147. package/dist/skeleton.d.ts +60 -0
  148. package/dist/skeleton.js +346 -0
  149. package/dist/slider.cjs +138 -0
  150. package/dist/slider.d.cts +24 -0
  151. package/dist/slider.d.ts +24 -0
  152. package/dist/slider.js +115 -0
  153. package/dist/strategy-builder.cjs +373 -0
  154. package/dist/strategy-builder.d.cts +26 -0
  155. package/dist/strategy-builder.d.ts +26 -0
  156. package/dist/strategy-builder.js +351 -0
  157. package/dist/switch.cjs +163 -0
  158. package/dist/switch.d.cts +27 -0
  159. package/dist/switch.d.ts +27 -0
  160. package/dist/switch.js +140 -0
  161. package/dist/table.cjs +1044 -0
  162. package/dist/table.d.cts +107 -0
  163. package/dist/table.d.ts +107 -0
  164. package/dist/table.js +1013 -0
  165. package/dist/tabs.cjs +240 -0
  166. package/dist/tabs.d.cts +78 -0
  167. package/dist/tabs.d.ts +78 -0
  168. package/dist/tabs.js +213 -0
  169. package/dist/tag.cjs +651 -0
  170. package/dist/tag.d.cts +21 -0
  171. package/dist/tag.d.ts +21 -0
  172. package/dist/tag.js +628 -0
  173. package/dist/textarea.cjs +65 -0
  174. package/dist/textarea.d.cts +11 -0
  175. package/dist/textarea.d.ts +11 -0
  176. package/dist/textarea.js +59 -0
  177. package/dist/toaster.cjs +99 -0
  178. package/dist/toaster.d.cts +29 -0
  179. package/dist/toaster.d.ts +29 -0
  180. package/dist/toaster.js +96 -0
  181. package/dist/tooltip.cjs +171 -0
  182. package/dist/tooltip.d.cts +39 -0
  183. package/dist/tooltip.d.ts +39 -0
  184. package/dist/tooltip.js +148 -0
  185. package/dist/utils.cjs +11 -0
  186. package/dist/utils.d.cts +5 -0
  187. package/dist/utils.d.ts +5 -0
  188. package/dist/utils.js +9 -0
  189. package/package.json +283 -90
  190. package/src/accordion.tsx +285 -0
  191. package/src/alert.tsx +221 -0
  192. package/src/avatar.tsx +174 -0
  193. package/src/badge.tsx +158 -0
  194. package/src/bank.tsx +325 -0
  195. package/src/button.tsx +411 -0
  196. package/src/checkbox.tsx +307 -0
  197. package/src/close-button.tsx +51 -0
  198. package/src/collapsible.tsx +126 -0
  199. package/src/color-mode.tsx +125 -0
  200. package/src/dialog.tsx +356 -0
  201. package/src/drawer.tsx +186 -0
  202. package/src/empty-state.tsx +97 -0
  203. package/src/expiration-selector.tsx +163 -0
  204. package/src/field.tsx +202 -0
  205. package/src/greeks-display.tsx +138 -0
  206. package/src/heading.tsx +55 -0
  207. package/src/icon-button.tsx +192 -0
  208. package/src/image.tsx +280 -0
  209. package/src/index.ts +267 -138
  210. package/src/input-group.tsx +159 -0
  211. package/src/input.tsx +60 -0
  212. package/src/link.tsx +326 -0
  213. package/src/menu.tsx +471 -0
  214. package/src/option-chain.tsx +261 -0
  215. package/src/option-position.tsx +200 -0
  216. package/src/pin-input.tsx +187 -0
  217. package/src/pnl-diagram.tsx +458 -0
  218. package/src/popover.tsx +400 -0
  219. package/src/progress-circle.tsx +180 -0
  220. package/src/progress.tsx +109 -0
  221. package/src/provider.tsx +12 -0
  222. package/src/radio.tsx +175 -0
  223. package/src/rating.tsx +79 -0
  224. package/src/select.tsx +696 -0
  225. package/src/separator.tsx +59 -0
  226. package/src/skeleton.tsx +302 -0
  227. package/src/slider.tsx +152 -0
  228. package/src/strategy-builder.tsx +466 -0
  229. package/src/switch.tsx +158 -0
  230. package/src/table.tsx +621 -0
  231. package/src/tabs.tsx +354 -0
  232. package/src/tag.tsx +159 -0
  233. package/src/textarea.tsx +60 -0
  234. package/src/toaster.tsx +117 -0
  235. package/src/tokens.css +438 -0
  236. package/src/tooltip.tsx +184 -0
  237. package/src/utils/cn.ts +7 -0
  238. package/src/utils.ts +6 -0
  239. package/tokens.css +438 -0
  240. package/LICENSE +0 -122
  241. package/README.md +0 -109
package/dist/drawer.js ADDED
@@ -0,0 +1,175 @@
1
+ "use client";
2
+ import * as RadixDialog from '@radix-ui/react-dialog';
3
+ import * as React2 from 'react';
4
+ import { clsx } from 'clsx';
5
+ import { twMerge } from 'tailwind-merge';
6
+ import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
7
+
8
+ // src/drawer.tsx
9
+ function cn(...inputs) {
10
+ return twMerge(clsx(inputs));
11
+ }
12
+ var CLOSE_ICON_PATH = "M9.44 8.035a.791.791 0 0 0 1.12 0l3.802-3.803a.791.791 0 0 1 1.119 0l.287.287a.79.79 0 0 1 0 1.119L11.965 9.44a.79.79 0 0 0 0 1.118l3.803 3.803a.791.791 0 0 1 0 1.119l-.287.287a.791.791 0 0 1-1.119 0l-3.803-3.803a.79.79 0 0 0-1.118 0l-3.803 3.803a.79.79 0 0 1-1.119 0l-.287-.287a.791.791 0 0 1 0-1.119l3.803-3.803a.791.791 0 0 0 0-1.118L4.232 5.638a.791.791 0 0 1 0-1.119l.287-.287a.791.791 0 0 1 1.119 0L9.44 8.035Z";
13
+ var CloseButton = React2.forwardRef(function CloseButton2(props, ref) {
14
+ const { variant: _variant, size: _size, className, children, ...rest } = props;
15
+ return /* @__PURE__ */ jsx(
16
+ "button",
17
+ {
18
+ type: "button",
19
+ "aria-label": "Close",
20
+ ref,
21
+ className: cn(
22
+ "inline-flex items-center justify-center",
23
+ "size-5 min-w-0 shrink-0 p-0",
24
+ "rounded-sm border-0 overflow-hidden",
25
+ "bg-transparent text-[var(--closeButton-fg,currentColor)]",
26
+ "hover:bg-transparent hover:text-[var(--hover-color,currentColor)]",
27
+ "disabled:opacity-40",
28
+ "cursor-pointer",
29
+ className
30
+ ),
31
+ ...rest,
32
+ children: children ?? /* @__PURE__ */ jsx(
33
+ "svg",
34
+ {
35
+ className: "size-5",
36
+ viewBox: "0 0 20 20",
37
+ fill: "none",
38
+ "aria-hidden": "true",
39
+ children: /* @__PURE__ */ jsx(
40
+ "path",
41
+ {
42
+ d: CLOSE_ICON_PATH,
43
+ fill: "currentColor"
44
+ }
45
+ )
46
+ }
47
+ )
48
+ }
49
+ );
50
+ });
51
+ var DrawerPlacementContext = React2.createContext("right");
52
+ var DrawerSizeContext = React2.createContext("md");
53
+ var DrawerRoot = (props) => {
54
+ const {
55
+ children,
56
+ open,
57
+ defaultOpen,
58
+ onOpenChange,
59
+ placement = "right",
60
+ modal = true,
61
+ size = "md"
62
+ } = props;
63
+ const handleOpenChange = React2.useCallback((nextOpen) => {
64
+ onOpenChange?.({ open: nextOpen });
65
+ }, [onOpenChange]);
66
+ return /* @__PURE__ */ jsx(DrawerPlacementContext.Provider, { value: placement, children: /* @__PURE__ */ jsx(DrawerSizeContext.Provider, { value: size, children: /* @__PURE__ */ jsx(
67
+ RadixDialog.Root,
68
+ {
69
+ open,
70
+ defaultOpen,
71
+ onOpenChange: handleOpenChange,
72
+ modal,
73
+ children
74
+ }
75
+ ) }) });
76
+ };
77
+ var PLACEMENT_CLASSES = {
78
+ right: [
79
+ "inset-y-0 right-0",
80
+ "data-[state=open]:animate-in data-[state=open]:slide-in-from-right",
81
+ "data-[state=closed]:animate-out data-[state=closed]:slide-out-to-right"
82
+ ].join(" "),
83
+ left: [
84
+ "inset-y-0 left-0",
85
+ "data-[state=open]:animate-in data-[state=open]:slide-in-from-left",
86
+ "data-[state=closed]:animate-out data-[state=closed]:slide-out-to-left"
87
+ ].join(" "),
88
+ top: [
89
+ "inset-x-0 top-0",
90
+ "data-[state=open]:animate-in data-[state=open]:slide-in-from-top",
91
+ "data-[state=closed]:animate-out data-[state=closed]:slide-out-to-top"
92
+ ].join(" "),
93
+ bottom: [
94
+ "inset-x-0 bottom-0",
95
+ "data-[state=open]:animate-in data-[state=open]:slide-in-from-bottom",
96
+ "data-[state=closed]:animate-out data-[state=closed]:slide-out-to-bottom"
97
+ ].join(" ")
98
+ };
99
+ var SIZE_CLASSES = {
100
+ right: { xs: "w-60", sm: "w-80", md: "w-96", lg: "w-[480px]", xl: "w-[640px]", full: "w-screen" },
101
+ left: { xs: "w-60", sm: "w-80", md: "w-96", lg: "w-[480px]", xl: "w-[640px]", full: "w-screen" },
102
+ top: { xs: "h-40", sm: "h-60", md: "h-80", lg: "h-96", xl: "h-[480px]", full: "h-screen" },
103
+ bottom: { xs: "h-40", sm: "h-60", md: "h-80", lg: "h-96", xl: "h-[480px]", full: "h-screen" }
104
+ };
105
+ var DrawerContent = React2.forwardRef(
106
+ function DrawerContent2(props, ref) {
107
+ const { children, portalled = true, portalRef, offset: _offset, backdrop = true, className, ...rest } = props;
108
+ const placement = React2.useContext(DrawerPlacementContext);
109
+ const size = React2.useContext(DrawerSizeContext);
110
+ const content = /* @__PURE__ */ jsxs(Fragment, { children: [
111
+ backdrop && /* @__PURE__ */ jsx(
112
+ RadixDialog.Overlay,
113
+ {
114
+ className: cn(
115
+ "fixed inset-0 z-50 bg-black/50",
116
+ "data-[state=open]:animate-in data-[state=open]:fade-in-0",
117
+ "data-[state=closed]:animate-out data-[state=closed]:fade-out-0"
118
+ )
119
+ }
120
+ ),
121
+ /* @__PURE__ */ jsx(
122
+ RadixDialog.Content,
123
+ {
124
+ ref,
125
+ className: cn(
126
+ "fixed z-50 flex flex-col bg-[var(--color-drawer-bg)] shadow-[var(--shadow-drawer)] duration-300",
127
+ PLACEMENT_CLASSES[placement] ?? PLACEMENT_CLASSES.right,
128
+ SIZE_CLASSES[placement]?.[size] ?? SIZE_CLASSES.right?.md,
129
+ className
130
+ ),
131
+ ...rest,
132
+ children
133
+ }
134
+ )
135
+ ] });
136
+ if (portalled) {
137
+ return /* @__PURE__ */ jsx(RadixDialog.Portal, { container: portalRef?.current ?? void 0, children: content });
138
+ }
139
+ return content;
140
+ }
141
+ );
142
+ var DrawerCloseTrigger = React2.forwardRef(function DrawerCloseTrigger2(props, ref) {
143
+ return /* @__PURE__ */ jsx(RadixDialog.Close, { asChild: true, children: /* @__PURE__ */ jsx(
144
+ CloseButton,
145
+ {
146
+ ref,
147
+ className: cn("absolute top-7 right-5", props.className),
148
+ ...props
149
+ }
150
+ ) });
151
+ });
152
+ var DrawerTrigger = (props) => {
153
+ const { asChild = true, ...rest } = props;
154
+ return /* @__PURE__ */ jsx(RadixDialog.Trigger, { asChild, ...rest });
155
+ };
156
+ var DrawerHeader = React2.forwardRef(
157
+ function DrawerHeader2({ className, ...props }, ref) {
158
+ return /* @__PURE__ */ jsx("div", { ref, className: cn("flex flex-col gap-1.5 p-6 pb-0", className), ...props });
159
+ }
160
+ );
161
+ var DrawerBody = React2.forwardRef(
162
+ function DrawerBody2({ className, ...props }, ref) {
163
+ return /* @__PURE__ */ jsx("div", { ref, className: cn("flex-1 overflow-auto p-6", className), ...props });
164
+ }
165
+ );
166
+ var DrawerFooter = React2.forwardRef(
167
+ function DrawerFooter2({ className, ...props }, ref) {
168
+ return /* @__PURE__ */ jsx("div", { ref, className: cn("flex items-center justify-end gap-2 p-6 pt-0", className), ...props });
169
+ }
170
+ );
171
+ var DrawerTitle = RadixDialog.Title;
172
+ var DrawerDescription = RadixDialog.Description;
173
+ var DrawerActionTrigger = RadixDialog.Close;
174
+
175
+ export { DrawerActionTrigger, DrawerBody, DrawerCloseTrigger, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerRoot, DrawerTitle, DrawerTrigger };
@@ -0,0 +1,93 @@
1
+ "use client";
2
+ 'use strict';
3
+
4
+ var React = require('react');
5
+ var clsx = require('clsx');
6
+ var tailwindMerge = require('tailwind-merge');
7
+ var jsxRuntime = require('react/jsx-runtime');
8
+
9
+ function _interopNamespace(e) {
10
+ if (e && e.__esModule) return e;
11
+ var n = Object.create(null);
12
+ if (e) {
13
+ Object.keys(e).forEach(function (k) {
14
+ if (k !== 'default') {
15
+ var d = Object.getOwnPropertyDescriptor(e, k);
16
+ Object.defineProperty(n, k, d.get ? d : {
17
+ enumerable: true,
18
+ get: function () { return e[k]; }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n.default = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ // src/empty-state.tsx
30
+ function cn(...inputs) {
31
+ return tailwindMerge.twMerge(clsx.clsx(inputs));
32
+ }
33
+ var apos = "\u2019";
34
+ function upperFirst(str) {
35
+ return str.charAt(0).toUpperCase() + str.slice(1);
36
+ }
37
+ var ICONS = {};
38
+ var EmptyState = React__namespace.forwardRef(
39
+ function EmptyState2(props, ref) {
40
+ const { title, description, term, type = "query", icon, children, className, ...rest } = props;
41
+ const titleContent = (() => {
42
+ if (title) {
43
+ return title;
44
+ }
45
+ if (type === "stats") {
46
+ return "Collecting data";
47
+ }
48
+ if (type === "coming_soon") {
49
+ return "Coming soon";
50
+ }
51
+ return "No results";
52
+ })();
53
+ const descriptionContent = (() => {
54
+ if (description) {
55
+ return description;
56
+ }
57
+ if (term && type === "query") {
58
+ return `Couldn${apos}t find any ${term} that matches your query.`;
59
+ }
60
+ if (type === "stats") {
61
+ return term ? `${upperFirst(term)} stats will be added soon` : "Charts and statistics will be available soon";
62
+ }
63
+ if (type === "coming_soon") {
64
+ return "The information will be available soon. Stay tuned!";
65
+ }
66
+ })();
67
+ const iconContent = (() => {
68
+ const Icon = ICONS[type];
69
+ if (Icon) {
70
+ return /* @__PURE__ */ jsxRuntime.jsx(Icon, {});
71
+ }
72
+ return icon;
73
+ })();
74
+ return /* @__PURE__ */ jsxRuntime.jsx(
75
+ "div",
76
+ {
77
+ ref,
78
+ className: cn("flex items-center justify-center py-10", className),
79
+ ...rest,
80
+ children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center gap-5", children: [
81
+ iconContent && /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex items-center justify-center", children: iconContent }),
82
+ descriptionContent ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col items-center gap-2 text-center", children: [
83
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-lg font-semibold text-text-secondary", children: titleContent }),
84
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-sm text-text-secondary", children: descriptionContent })
85
+ ] }) : /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-lg font-semibold text-text-secondary", children: titleContent }),
86
+ children
87
+ ] })
88
+ }
89
+ );
90
+ }
91
+ );
92
+
93
+ exports.EmptyState = EmptyState;
@@ -0,0 +1,13 @@
1
+ import * as React from 'react';
2
+
3
+ type EmptyStateType = 'query' | 'stats' | 'coming_soon';
4
+ interface EmptyStateProps extends React.HTMLAttributes<HTMLDivElement> {
5
+ title?: string;
6
+ description?: React.ReactNode;
7
+ term?: string;
8
+ type?: EmptyStateType;
9
+ icon?: React.ReactNode;
10
+ }
11
+ declare const EmptyState: React.ForwardRefExoticComponent<EmptyStateProps & React.RefAttributes<HTMLDivElement>>;
12
+
13
+ export { EmptyState, type EmptyStateProps, type EmptyStateType };
@@ -0,0 +1,13 @@
1
+ import * as React from 'react';
2
+
3
+ type EmptyStateType = 'query' | 'stats' | 'coming_soon';
4
+ interface EmptyStateProps extends React.HTMLAttributes<HTMLDivElement> {
5
+ title?: string;
6
+ description?: React.ReactNode;
7
+ term?: string;
8
+ type?: EmptyStateType;
9
+ icon?: React.ReactNode;
10
+ }
11
+ declare const EmptyState: React.ForwardRefExoticComponent<EmptyStateProps & React.RefAttributes<HTMLDivElement>>;
12
+
13
+ export { EmptyState, type EmptyStateProps, type EmptyStateType };
@@ -0,0 +1,71 @@
1
+ "use client";
2
+ import * as React from 'react';
3
+ import { clsx } from 'clsx';
4
+ import { twMerge } from 'tailwind-merge';
5
+ import { jsx, jsxs } from 'react/jsx-runtime';
6
+
7
+ // src/empty-state.tsx
8
+ function cn(...inputs) {
9
+ return twMerge(clsx(inputs));
10
+ }
11
+ var apos = "\u2019";
12
+ function upperFirst(str) {
13
+ return str.charAt(0).toUpperCase() + str.slice(1);
14
+ }
15
+ var ICONS = {};
16
+ var EmptyState = React.forwardRef(
17
+ function EmptyState2(props, ref) {
18
+ const { title, description, term, type = "query", icon, children, className, ...rest } = props;
19
+ const titleContent = (() => {
20
+ if (title) {
21
+ return title;
22
+ }
23
+ if (type === "stats") {
24
+ return "Collecting data";
25
+ }
26
+ if (type === "coming_soon") {
27
+ return "Coming soon";
28
+ }
29
+ return "No results";
30
+ })();
31
+ const descriptionContent = (() => {
32
+ if (description) {
33
+ return description;
34
+ }
35
+ if (term && type === "query") {
36
+ return `Couldn${apos}t find any ${term} that matches your query.`;
37
+ }
38
+ if (type === "stats") {
39
+ return term ? `${upperFirst(term)} stats will be added soon` : "Charts and statistics will be available soon";
40
+ }
41
+ if (type === "coming_soon") {
42
+ return "The information will be available soon. Stay tuned!";
43
+ }
44
+ })();
45
+ const iconContent = (() => {
46
+ const Icon = ICONS[type];
47
+ if (Icon) {
48
+ return /* @__PURE__ */ jsx(Icon, {});
49
+ }
50
+ return icon;
51
+ })();
52
+ return /* @__PURE__ */ jsx(
53
+ "div",
54
+ {
55
+ ref,
56
+ className: cn("flex items-center justify-center py-10", className),
57
+ ...rest,
58
+ children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col items-center gap-5", children: [
59
+ iconContent && /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center", children: iconContent }),
60
+ descriptionContent ? /* @__PURE__ */ jsxs("div", { className: "flex flex-col items-center gap-2 text-center", children: [
61
+ /* @__PURE__ */ jsx("span", { className: "text-lg font-semibold text-text-secondary", children: titleContent }),
62
+ /* @__PURE__ */ jsx("span", { className: "text-sm text-text-secondary", children: descriptionContent })
63
+ ] }) : /* @__PURE__ */ jsx("span", { className: "text-lg font-semibold text-text-secondary", children: titleContent }),
64
+ children
65
+ ] })
66
+ }
67
+ );
68
+ }
69
+ );
70
+
71
+ export { EmptyState };
@@ -0,0 +1,138 @@
1
+ "use client";
2
+ 'use strict';
3
+
4
+ var React = require('react');
5
+ var clsx = require('clsx');
6
+ var tailwindMerge = require('tailwind-merge');
7
+ var jsxRuntime = require('react/jsx-runtime');
8
+
9
+ function _interopNamespace(e) {
10
+ if (e && e.__esModule) return e;
11
+ var n = Object.create(null);
12
+ if (e) {
13
+ Object.keys(e).forEach(function (k) {
14
+ if (k !== 'default') {
15
+ var d = Object.getOwnPropertyDescriptor(e, k);
16
+ Object.defineProperty(n, k, d.get ? d : {
17
+ enumerable: true,
18
+ get: function () { return e[k]; }
19
+ });
20
+ }
21
+ });
22
+ }
23
+ n.default = e;
24
+ return Object.freeze(n);
25
+ }
26
+
27
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
28
+
29
+ function cn(...inputs) {
30
+ return tailwindMerge.twMerge(clsx.clsx(inputs));
31
+ }
32
+ function formatExpDate(date) {
33
+ const d = new Date(date);
34
+ return d.toLocaleDateString("en-US", { month: "short", day: "numeric" });
35
+ }
36
+ var GROUP_ORDER = ["weekly", "monthly", "quarterly"];
37
+ var GROUP_LABELS = {
38
+ weekly: "Weekly",
39
+ monthly: "Monthly",
40
+ quarterly: "Quarterly"
41
+ };
42
+ function ExpirationPill({ exp, isSelected, onClick }) {
43
+ return /* @__PURE__ */ jsxRuntime.jsxs(
44
+ "button",
45
+ {
46
+ type: "button",
47
+ onClick,
48
+ className: cn(
49
+ "flex flex-col items-center gap-0.5 rounded-md px-3 py-1.5 transition-colors shrink-0",
50
+ "border text-xs",
51
+ isSelected ? "border-blue-500/60 bg-blue-900/30 text-blue-300" : "border-zinc-800 bg-zinc-900/50 text-zinc-400 hover:border-zinc-600 hover:text-zinc-200"
52
+ ),
53
+ children: [
54
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "font-medium whitespace-nowrap", children: formatExpDate(exp.date) }),
55
+ /* @__PURE__ */ jsxRuntime.jsxs("span", { className: cn(
56
+ "font-mono tabular-nums text-[10px]",
57
+ isSelected ? "text-blue-400/70" : "text-zinc-600",
58
+ exp.dte <= 7 && !isSelected && "text-amber-600"
59
+ ), children: [
60
+ exp.dte,
61
+ "d"
62
+ ] })
63
+ ]
64
+ }
65
+ );
66
+ }
67
+ var ExpirationSelector = React__namespace.forwardRef(
68
+ function ExpirationSelector2(props, ref) {
69
+ const {
70
+ expirations,
71
+ selected,
72
+ onSelect,
73
+ showGroups = false,
74
+ className,
75
+ ...rest
76
+ } = props;
77
+ const scrollRef = React__namespace.useRef(null);
78
+ React__namespace.useEffect(() => {
79
+ const container = scrollRef.current;
80
+ if (!container) return;
81
+ const selectedEl = container.querySelector('[data-selected="true"]');
82
+ if (selectedEl) {
83
+ selectedEl.scrollIntoView({ behavior: "smooth", block: "nearest", inline: "center" });
84
+ }
85
+ }, [selected]);
86
+ if (showGroups) {
87
+ const grouped = GROUP_ORDER.map((type) => ({
88
+ type,
89
+ label: GROUP_LABELS[type],
90
+ items: expirations.filter((e) => e.type === type)
91
+ })).filter((g) => g.items.length > 0);
92
+ return /* @__PURE__ */ jsxRuntime.jsx(
93
+ "div",
94
+ {
95
+ ref,
96
+ className: cn("flex flex-col gap-2", className),
97
+ ...rest,
98
+ children: grouped.map((group) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-1", children: [
99
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-[10px] font-semibold uppercase tracking-wider text-zinc-600 px-1", children: group.label }),
100
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex gap-1.5 overflow-x-auto no-scrollbar", children: group.items.map((exp) => /* @__PURE__ */ jsxRuntime.jsx("div", { "data-selected": exp.date === selected || void 0, children: /* @__PURE__ */ jsxRuntime.jsx(
101
+ ExpirationPill,
102
+ {
103
+ exp,
104
+ isSelected: exp.date === selected,
105
+ onClick: () => onSelect(exp.date)
106
+ }
107
+ ) }, exp.date)) })
108
+ ] }, group.type))
109
+ }
110
+ );
111
+ }
112
+ return /* @__PURE__ */ jsxRuntime.jsx(
113
+ "div",
114
+ {
115
+ ref,
116
+ className: cn("flex items-center gap-1", className),
117
+ ...rest,
118
+ children: /* @__PURE__ */ jsxRuntime.jsx(
119
+ "div",
120
+ {
121
+ ref: scrollRef,
122
+ className: "flex gap-1.5 overflow-x-auto no-scrollbar",
123
+ children: expirations.map((exp) => /* @__PURE__ */ jsxRuntime.jsx("div", { "data-selected": exp.date === selected || void 0, children: /* @__PURE__ */ jsxRuntime.jsx(
124
+ ExpirationPill,
125
+ {
126
+ exp,
127
+ isSelected: exp.date === selected,
128
+ onClick: () => onSelect(exp.date)
129
+ }
130
+ ) }, exp.date))
131
+ }
132
+ )
133
+ }
134
+ );
135
+ }
136
+ );
137
+
138
+ exports.ExpirationSelector = ExpirationSelector;
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+
3
+ interface ExpirationOption {
4
+ date: string;
5
+ dte: number;
6
+ type: 'weekly' | 'monthly' | 'quarterly';
7
+ }
8
+ interface ExpirationSelectorProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'onSelect'> {
9
+ readonly expirations: ExpirationOption[];
10
+ readonly selected: string;
11
+ readonly onSelect: (date: string) => void;
12
+ readonly showGroups?: boolean;
13
+ }
14
+ declare const ExpirationSelector: React.ForwardRefExoticComponent<ExpirationSelectorProps & React.RefAttributes<HTMLDivElement>>;
15
+
16
+ export { type ExpirationOption, ExpirationSelector, type ExpirationSelectorProps };
@@ -0,0 +1,16 @@
1
+ import * as React from 'react';
2
+
3
+ interface ExpirationOption {
4
+ date: string;
5
+ dte: number;
6
+ type: 'weekly' | 'monthly' | 'quarterly';
7
+ }
8
+ interface ExpirationSelectorProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'onSelect'> {
9
+ readonly expirations: ExpirationOption[];
10
+ readonly selected: string;
11
+ readonly onSelect: (date: string) => void;
12
+ readonly showGroups?: boolean;
13
+ }
14
+ declare const ExpirationSelector: React.ForwardRefExoticComponent<ExpirationSelectorProps & React.RefAttributes<HTMLDivElement>>;
15
+
16
+ export { type ExpirationOption, ExpirationSelector, type ExpirationSelectorProps };
@@ -0,0 +1,116 @@
1
+ "use client";
2
+ import * as React from 'react';
3
+ import { clsx } from 'clsx';
4
+ import { twMerge } from 'tailwind-merge';
5
+ import { jsx, jsxs } from 'react/jsx-runtime';
6
+
7
+ function cn(...inputs) {
8
+ return twMerge(clsx(inputs));
9
+ }
10
+ function formatExpDate(date) {
11
+ const d = new Date(date);
12
+ return d.toLocaleDateString("en-US", { month: "short", day: "numeric" });
13
+ }
14
+ var GROUP_ORDER = ["weekly", "monthly", "quarterly"];
15
+ var GROUP_LABELS = {
16
+ weekly: "Weekly",
17
+ monthly: "Monthly",
18
+ quarterly: "Quarterly"
19
+ };
20
+ function ExpirationPill({ exp, isSelected, onClick }) {
21
+ return /* @__PURE__ */ jsxs(
22
+ "button",
23
+ {
24
+ type: "button",
25
+ onClick,
26
+ className: cn(
27
+ "flex flex-col items-center gap-0.5 rounded-md px-3 py-1.5 transition-colors shrink-0",
28
+ "border text-xs",
29
+ isSelected ? "border-blue-500/60 bg-blue-900/30 text-blue-300" : "border-zinc-800 bg-zinc-900/50 text-zinc-400 hover:border-zinc-600 hover:text-zinc-200"
30
+ ),
31
+ children: [
32
+ /* @__PURE__ */ jsx("span", { className: "font-medium whitespace-nowrap", children: formatExpDate(exp.date) }),
33
+ /* @__PURE__ */ jsxs("span", { className: cn(
34
+ "font-mono tabular-nums text-[10px]",
35
+ isSelected ? "text-blue-400/70" : "text-zinc-600",
36
+ exp.dte <= 7 && !isSelected && "text-amber-600"
37
+ ), children: [
38
+ exp.dte,
39
+ "d"
40
+ ] })
41
+ ]
42
+ }
43
+ );
44
+ }
45
+ var ExpirationSelector = React.forwardRef(
46
+ function ExpirationSelector2(props, ref) {
47
+ const {
48
+ expirations,
49
+ selected,
50
+ onSelect,
51
+ showGroups = false,
52
+ className,
53
+ ...rest
54
+ } = props;
55
+ const scrollRef = React.useRef(null);
56
+ React.useEffect(() => {
57
+ const container = scrollRef.current;
58
+ if (!container) return;
59
+ const selectedEl = container.querySelector('[data-selected="true"]');
60
+ if (selectedEl) {
61
+ selectedEl.scrollIntoView({ behavior: "smooth", block: "nearest", inline: "center" });
62
+ }
63
+ }, [selected]);
64
+ if (showGroups) {
65
+ const grouped = GROUP_ORDER.map((type) => ({
66
+ type,
67
+ label: GROUP_LABELS[type],
68
+ items: expirations.filter((e) => e.type === type)
69
+ })).filter((g) => g.items.length > 0);
70
+ return /* @__PURE__ */ jsx(
71
+ "div",
72
+ {
73
+ ref,
74
+ className: cn("flex flex-col gap-2", className),
75
+ ...rest,
76
+ children: grouped.map((group) => /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-1", children: [
77
+ /* @__PURE__ */ jsx("span", { className: "text-[10px] font-semibold uppercase tracking-wider text-zinc-600 px-1", children: group.label }),
78
+ /* @__PURE__ */ jsx("div", { className: "flex gap-1.5 overflow-x-auto no-scrollbar", children: group.items.map((exp) => /* @__PURE__ */ jsx("div", { "data-selected": exp.date === selected || void 0, children: /* @__PURE__ */ jsx(
79
+ ExpirationPill,
80
+ {
81
+ exp,
82
+ isSelected: exp.date === selected,
83
+ onClick: () => onSelect(exp.date)
84
+ }
85
+ ) }, exp.date)) })
86
+ ] }, group.type))
87
+ }
88
+ );
89
+ }
90
+ return /* @__PURE__ */ jsx(
91
+ "div",
92
+ {
93
+ ref,
94
+ className: cn("flex items-center gap-1", className),
95
+ ...rest,
96
+ children: /* @__PURE__ */ jsx(
97
+ "div",
98
+ {
99
+ ref: scrollRef,
100
+ className: "flex gap-1.5 overflow-x-auto no-scrollbar",
101
+ children: expirations.map((exp) => /* @__PURE__ */ jsx("div", { "data-selected": exp.date === selected || void 0, children: /* @__PURE__ */ jsx(
102
+ ExpirationPill,
103
+ {
104
+ exp,
105
+ isSelected: exp.date === selected,
106
+ onClick: () => onSelect(exp.date)
107
+ }
108
+ ) }, exp.date))
109
+ }
110
+ )
111
+ }
112
+ );
113
+ }
114
+ );
115
+
116
+ export { ExpirationSelector };