@dmsi/wedgekit-react 0.0.2

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 (263) hide show
  1. package/README.md +35 -0
  2. package/dist/chunk-27KIIUAR.js +59 -0
  3. package/dist/chunk-2G2E2JMA.js +123 -0
  4. package/dist/chunk-4C66DLIJ.js +51 -0
  5. package/dist/chunk-4RD5ZF2V.js +55 -0
  6. package/dist/chunk-4RJKB7LC.js +14 -0
  7. package/dist/chunk-4T7F5BZZ.js +26 -0
  8. package/dist/chunk-5GOBP2JS.js +53 -0
  9. package/dist/chunk-6ZY524ID.js +42 -0
  10. package/dist/chunk-AWQSSKCK.js +32 -0
  11. package/dist/chunk-BNHSAFMP.js +93 -0
  12. package/dist/chunk-BWRHL2AG.js +439 -0
  13. package/dist/chunk-DKKYR6DS.js +132 -0
  14. package/dist/chunk-E5ALT5W7.js +182 -0
  15. package/dist/chunk-FY7PTP6E.js +322 -0
  16. package/dist/chunk-GTCSRHPF.js +119 -0
  17. package/dist/chunk-I2UVVKQI.js +12 -0
  18. package/dist/chunk-IGQVA7SC.js +41 -0
  19. package/dist/chunk-K3IKUSZW.js +59 -0
  20. package/dist/chunk-KENSVWOY.js +151 -0
  21. package/dist/chunk-KX3O6GJ6.js +138 -0
  22. package/dist/chunk-L4UM372R.js +253 -0
  23. package/dist/chunk-ORMEWXMH.js +37 -0
  24. package/dist/chunk-Q3FKEKIN.js +23 -0
  25. package/dist/chunk-SEKKGFM6.js +28 -0
  26. package/dist/chunk-SY3HT54E.js +91 -0
  27. package/dist/chunk-TAW5ZZ4Z.js +346 -0
  28. package/dist/chunk-TRUPPHBQ.js +109 -0
  29. package/dist/chunk-TU55CHXU.js +30 -0
  30. package/dist/chunk-TWZZB4WO.js +114 -0
  31. package/dist/chunk-TYI74BSP.js +62 -0
  32. package/dist/chunk-U42SKNR6.js +104 -0
  33. package/dist/chunk-UU3FA6LV.js +72 -0
  34. package/dist/chunk-WVUIIBRR.js +51 -0
  35. package/dist/chunk-XUIPGYP5.js +39 -0
  36. package/dist/chunk-Z4UCFUF7.js +299 -0
  37. package/dist/components/Breadcrumbs.cjs +376 -0
  38. package/dist/components/Breadcrumbs.js +90 -0
  39. package/dist/components/Button.cjs +319 -0
  40. package/dist/components/Button.js +8 -0
  41. package/dist/components/CalendarRange.cjs +520 -0
  42. package/dist/components/CalendarRange.js +13 -0
  43. package/dist/components/Caption.cjs +283 -0
  44. package/dist/components/Caption.js +80 -0
  45. package/dist/components/Checkbox.cjs +378 -0
  46. package/dist/components/Checkbox.js +11 -0
  47. package/dist/components/ContentTab.cjs +382 -0
  48. package/dist/components/ContentTab.js +10 -0
  49. package/dist/components/ContentTabs.cjs +472 -0
  50. package/dist/components/ContentTabs.js +98 -0
  51. package/dist/components/DMSiLogo.cjs +79 -0
  52. package/dist/components/DMSiLogo.js +56 -0
  53. package/dist/components/DataGrid.cjs +3113 -0
  54. package/dist/components/DataGrid.js +758 -0
  55. package/dist/components/DataGridCell.cjs +1907 -0
  56. package/dist/components/DataGridCell.js +24 -0
  57. package/dist/components/DataTable.cjs +791 -0
  58. package/dist/components/DataTable.js +720 -0
  59. package/dist/components/DateInput.cjs +1130 -0
  60. package/dist/components/DateInput.js +170 -0
  61. package/dist/components/DateRangeInput.cjs +1131 -0
  62. package/dist/components/DateRangeInput.js +171 -0
  63. package/dist/components/DebugJson.cjs +50 -0
  64. package/dist/components/DebugJson.js +27 -0
  65. package/dist/components/Display.cjs +234 -0
  66. package/dist/components/Display.js +12 -0
  67. package/dist/components/EditingContext.cjs +73 -0
  68. package/dist/components/EditingContext.js +35 -0
  69. package/dist/components/FilterGroup.cjs +1431 -0
  70. package/dist/components/FilterGroup.js +231 -0
  71. package/dist/components/FullViewportBox.cjs +35 -0
  72. package/dist/components/FullViewportBox.js +12 -0
  73. package/dist/components/Grid.cjs +69 -0
  74. package/dist/components/Grid.js +36 -0
  75. package/dist/components/GridContainer.cjs +125 -0
  76. package/dist/components/GridContainer.js +92 -0
  77. package/dist/components/Heading.cjs +238 -0
  78. package/dist/components/Heading.js +14 -0
  79. package/dist/components/HorizontalDivider.cjs +33 -0
  80. package/dist/components/HorizontalDivider.js +10 -0
  81. package/dist/components/Icon.cjs +98 -0
  82. package/dist/components/Icon.js +7 -0
  83. package/dist/components/Input.cjs +672 -0
  84. package/dist/components/Input.js +21 -0
  85. package/dist/components/InputGroup.cjs +270 -0
  86. package/dist/components/InputGroup.js +60 -0
  87. package/dist/components/Label.cjs +223 -0
  88. package/dist/components/Label.js +8 -0
  89. package/dist/components/Link.cjs +262 -0
  90. package/dist/components/Link.js +8 -0
  91. package/dist/components/List.cjs +37 -0
  92. package/dist/components/List.js +14 -0
  93. package/dist/components/LiveChatComponent.cjs +63 -0
  94. package/dist/components/LiveChatComponent.js +40 -0
  95. package/dist/components/LogoAgilityTopBar.cjs +115 -0
  96. package/dist/components/LogoAgilityTopBar.js +92 -0
  97. package/dist/components/LogoDMSiTopBar.cjs +79 -0
  98. package/dist/components/LogoDMSiTopBar.js +7 -0
  99. package/dist/components/LogoMillworkTopBar.cjs +221 -0
  100. package/dist/components/LogoMillworkTopBar.js +198 -0
  101. package/dist/components/MainBar.cjs +211 -0
  102. package/dist/components/MainBar.js +65 -0
  103. package/dist/components/Menu.cjs +437 -0
  104. package/dist/components/Menu.js +11 -0
  105. package/dist/components/MenuOption.cjs +483 -0
  106. package/dist/components/MenuOption.js +13 -0
  107. package/dist/components/MobileDataGrid.cjs +658 -0
  108. package/dist/components/MobileDataGrid.js +125 -0
  109. package/dist/components/Modal.cjs +783 -0
  110. package/dist/components/Modal.js +245 -0
  111. package/dist/components/ModalButtons.cjs +385 -0
  112. package/dist/components/ModalButtons.js +10 -0
  113. package/dist/components/ModalContent.cjs +57 -0
  114. package/dist/components/ModalContent.js +7 -0
  115. package/dist/components/ModalHeader.cjs +426 -0
  116. package/dist/components/ModalHeader.js +11 -0
  117. package/dist/components/ModalScrim.cjs +64 -0
  118. package/dist/components/ModalScrim.js +7 -0
  119. package/dist/components/NavigationTab.cjs +431 -0
  120. package/dist/components/NavigationTab.js +10 -0
  121. package/dist/components/NavigationTabs.cjs +477 -0
  122. package/dist/components/NavigationTabs.js +56 -0
  123. package/dist/components/Notification.cjs +640 -0
  124. package/dist/components/Notification.js +117 -0
  125. package/dist/components/OptionPill.cjs +478 -0
  126. package/dist/components/OptionPill.js +11 -0
  127. package/dist/components/Paragraph.cjs +231 -0
  128. package/dist/components/Paragraph.js +8 -0
  129. package/dist/components/Password.cjs +700 -0
  130. package/dist/components/Password.js +53 -0
  131. package/dist/components/ProjectBar.cjs +242 -0
  132. package/dist/components/ProjectBar.js +63 -0
  133. package/dist/components/Radio.cjs +349 -0
  134. package/dist/components/Radio.js +131 -0
  135. package/dist/components/Search.cjs +767 -0
  136. package/dist/components/Search.js +12 -0
  137. package/dist/components/Select.cjs +758 -0
  138. package/dist/components/Select.js +12 -0
  139. package/dist/components/SideMenu.cjs +54 -0
  140. package/dist/components/SideMenu.js +21 -0
  141. package/dist/components/SideMenuGroup.cjs +422 -0
  142. package/dist/components/SideMenuGroup.js +83 -0
  143. package/dist/components/SideMenuItem.cjs +388 -0
  144. package/dist/components/SideMenuItem.js +70 -0
  145. package/dist/components/Stack.cjs +138 -0
  146. package/dist/components/Stack.js +7 -0
  147. package/dist/components/StatusPill.cjs +265 -0
  148. package/dist/components/StatusPill.js +52 -0
  149. package/dist/components/Stepper.cjs +885 -0
  150. package/dist/components/Stepper.js +105 -0
  151. package/dist/components/Subheader.cjs +226 -0
  152. package/dist/components/Subheader.js +8 -0
  153. package/dist/components/Surface.cjs +98 -0
  154. package/dist/components/Surface.js +40 -0
  155. package/dist/components/Swatch.cjs +1728 -0
  156. package/dist/components/Swatch.js +1319 -0
  157. package/dist/components/Textarea.cjs +269 -0
  158. package/dist/components/Textarea.js +96 -0
  159. package/dist/components/Theme.cjs +36 -0
  160. package/dist/components/Theme.js +7 -0
  161. package/dist/components/Time.cjs +1118 -0
  162. package/dist/components/Time.js +353 -0
  163. package/dist/components/Toast.cjs +644 -0
  164. package/dist/components/Toast.js +218 -0
  165. package/dist/components/Tooltip.cjs +273 -0
  166. package/dist/components/Tooltip.js +9 -0
  167. package/dist/components/TopBar.cjs +352 -0
  168. package/dist/components/TopBar.js +132 -0
  169. package/dist/components/useInfiniteScroll.cjs +57 -0
  170. package/dist/components/useInfiniteScroll.js +8 -0
  171. package/dist/components/useMatchesMedia.cjs +53 -0
  172. package/dist/components/useMatchesMedia.js +9 -0
  173. package/dist/components/useMenuSystem.cjs +358 -0
  174. package/dist/components/useMenuSystem.js +11 -0
  175. package/dist/components/useMounted.cjs +39 -0
  176. package/dist/components/useMounted.js +8 -0
  177. package/dist/fonts.css +21 -0
  178. package/dist/icons-light[FILL]-PPZXOLWS.woff2 +0 -0
  179. package/dist/icons-normal[FILL]-PPZXOLWS.woff2 +0 -0
  180. package/dist/index.css +4401 -0
  181. package/dist/open-sans-55T6A4JE.woff2 +0 -0
  182. package/dist/types.cjs +18 -0
  183. package/dist/types.js +0 -0
  184. package/package.json +66 -0
  185. package/src/brand.css +125 -0
  186. package/src/classNames.ts +144 -0
  187. package/src/components/Breadcrumbs.tsx +116 -0
  188. package/src/components/Button.tsx +210 -0
  189. package/src/components/CalendarRange.tsx +429 -0
  190. package/src/components/Caption.tsx +101 -0
  191. package/src/components/Checkbox.tsx +196 -0
  192. package/src/components/ContentTab.tsx +66 -0
  193. package/src/components/ContentTabs.tsx +103 -0
  194. package/src/components/DMSiLogo.tsx +32 -0
  195. package/src/components/DataGrid.tsx +948 -0
  196. package/src/components/DataGridCell.tsx +384 -0
  197. package/src/components/DataTable.tsx +835 -0
  198. package/src/components/DateInput.tsx +188 -0
  199. package/src/components/DateRangeInput.tsx +179 -0
  200. package/src/components/DebugJson.tsx +24 -0
  201. package/src/components/Display.tsx +60 -0
  202. package/src/components/EditingContext.tsx +40 -0
  203. package/src/components/FilterGroup.tsx +234 -0
  204. package/src/components/FullViewportBox.tsx +11 -0
  205. package/src/components/Grid.tsx +75 -0
  206. package/src/components/GridContainer.tsx +124 -0
  207. package/src/components/Heading.tsx +66 -0
  208. package/src/components/HorizontalDivider.tsx +3 -0
  209. package/src/components/Icon.tsx +36 -0
  210. package/src/components/Input.tsx +511 -0
  211. package/src/components/InputGroup.tsx +51 -0
  212. package/src/components/Label.tsx +40 -0
  213. package/src/components/Link.tsx +106 -0
  214. package/src/components/List.tsx +10 -0
  215. package/src/components/LiveChatComponent.tsx +56 -0
  216. package/src/components/LogoAgilityTopBar.tsx +53 -0
  217. package/src/components/LogoDMSiTopBar.tsx +32 -0
  218. package/src/components/LogoMillworkTopBar.tsx +118 -0
  219. package/src/components/MainBar.tsx +83 -0
  220. package/src/components/Menu.tsx +286 -0
  221. package/src/components/MenuOption.tsx +275 -0
  222. package/src/components/MobileDataGrid.tsx +135 -0
  223. package/src/components/Modal.tsx +271 -0
  224. package/src/components/ModalButtons.tsx +44 -0
  225. package/src/components/ModalContent.tsx +23 -0
  226. package/src/components/ModalHeader.tsx +41 -0
  227. package/src/components/ModalScrim.tsx +35 -0
  228. package/src/components/NavigationTab.tsx +89 -0
  229. package/src/components/NavigationTabs.tsx +63 -0
  230. package/src/components/Notification.tsx +120 -0
  231. package/src/components/OptionPill.tsx +114 -0
  232. package/src/components/Paragraph.tsx +49 -0
  233. package/src/components/Password.tsx +46 -0
  234. package/src/components/ProjectBar.tsx +76 -0
  235. package/src/components/Radio.tsx +140 -0
  236. package/src/components/Search.tsx +129 -0
  237. package/src/components/Select.tsx +104 -0
  238. package/src/components/SideMenu.tsx +21 -0
  239. package/src/components/SideMenuGroup.tsx +81 -0
  240. package/src/components/SideMenuItem.tsx +90 -0
  241. package/src/components/Stack.tsx +179 -0
  242. package/src/components/StatusPill.tsx +51 -0
  243. package/src/components/Stepper.tsx +91 -0
  244. package/src/components/Subheader.tsx +44 -0
  245. package/src/components/Surface.tsx +34 -0
  246. package/src/components/Swatch.tsx +1066 -0
  247. package/src/components/Textarea.tsx +101 -0
  248. package/src/components/Theme.tsx +13 -0
  249. package/src/components/Time.tsx +438 -0
  250. package/src/components/Toast.tsx +244 -0
  251. package/src/components/Tooltip.tsx +137 -0
  252. package/src/components/TopBar.tsx +124 -0
  253. package/src/components/useInfiniteScroll.tsx +40 -0
  254. package/src/components/useMatchesMedia.tsx +28 -0
  255. package/src/components/useMenuSystem.tsx +367 -0
  256. package/src/components/useMounted.tsx +14 -0
  257. package/src/darkmode.css +140 -0
  258. package/src/fonts.css +23 -0
  259. package/src/index.css +509 -0
  260. package/src/index.tsx +2 -0
  261. package/src/types.ts +149 -0
  262. package/src/utils/formatting.tsx +81 -0
  263. package/src/utils.ts +23 -0
@@ -0,0 +1,244 @@
1
+ "use client";
2
+
3
+ import clsx from "clsx";
4
+ import { useEffect, useRef, useState } from "react";
5
+ import { Heading3 } from "./Heading";
6
+ import { Paragraph } from "./Paragraph";
7
+ import { Icon } from "./Icon";
8
+ import { Button } from "./Button";
9
+ import { createRoot } from "react-dom/client";
10
+
11
+ export interface ToastProps {
12
+ variant?: "success" | "warning" | "error" | "info";
13
+ title?: string;
14
+ message?: string;
15
+ show?: boolean;
16
+ showToast?: boolean; // deprecated but still supported
17
+ onClose?: () => void;
18
+ viewButtonLink?: string;
19
+ showViewButton?: boolean;
20
+ style?: React.CSSProperties;
21
+ }
22
+
23
+ // Shared variant styles
24
+ const variants = {
25
+ success: {
26
+ className: "border-success-400",
27
+ icon: (
28
+ <span className="text-icon-success-normal contents">
29
+ <Icon name="check_circle" size={24} />
30
+ </span>
31
+ ),
32
+ },
33
+ warning: {
34
+ className: "border-warning-400",
35
+ icon: (
36
+ <span className="text-icon-warning-normal contents">
37
+ <Icon name="warning" size={24} />
38
+ </span>
39
+ ),
40
+ },
41
+ error: {
42
+ className: "border-critical-400",
43
+ icon: (
44
+ <span className="text-icon-critical-normal contents">
45
+ <Icon name="error" size={24} />
46
+ </span>
47
+ ),
48
+ },
49
+ info: {
50
+ className: "border-action-400",
51
+ icon: (
52
+ <span className="text-icon-on-action-secondary-normal contents">
53
+ <Icon name="info" size={24} />
54
+ </span>
55
+ ),
56
+ },
57
+ };
58
+
59
+ // Animation utility
60
+ const slideInFromBottomAnimation = (
61
+ element: HTMLElement,
62
+ displayDuration = 8000,
63
+ inDuration = 50,
64
+ outDuration = 50,
65
+ ) => {
66
+ const totalDuration = inDuration + displayDuration + outDuration;
67
+ const rect = element.getBoundingClientRect();
68
+ const slideDistance = window.innerHeight - rect.bottom + 16; // 16px for padding
69
+
70
+ return element.animate(
71
+ [
72
+ {
73
+ opacity: 0,
74
+ transform: `translateY(${slideDistance}px)`,
75
+ offset: 0,
76
+ },
77
+ {
78
+ opacity: 1,
79
+ transform: "translateY(0)",
80
+ offset: inDuration / totalDuration,
81
+ },
82
+ {
83
+ opacity: 1,
84
+ transform: "translateY(0)",
85
+ offset: (inDuration + displayDuration) / totalDuration,
86
+ },
87
+ {
88
+ opacity: 0,
89
+ transform: `translateY(${slideDistance}px)`,
90
+ offset: 1,
91
+ },
92
+ ],
93
+ {
94
+ duration: totalDuration,
95
+ easing: "cubic-bezier(0.4, 0, 0.2, 1)",
96
+ fill: "both",
97
+ },
98
+ );
99
+ };
100
+
101
+ // Get or create the shared toast root container
102
+ const TOAST_ROOT_ID = "toast-root";
103
+ function getToastRoot(): HTMLElement {
104
+ let root = document.getElementById(TOAST_ROOT_ID);
105
+ if (!root) {
106
+ root = document.createElement("div");
107
+ root.id = TOAST_ROOT_ID;
108
+ root.className =
109
+ "fixed bottom-6 right-6 z-50 flex flex-col items-end gap-4 pointer-events-none";
110
+ document.body.appendChild(root);
111
+ }
112
+ return root;
113
+ }
114
+
115
+ export const Toast = ({
116
+ variant = "success",
117
+ title,
118
+ message,
119
+ show = false,
120
+ showToast = false, // deprecated
121
+ onClose,
122
+ viewButtonLink,
123
+ showViewButton = false,
124
+ ...props
125
+ }: ToastProps) => {
126
+ const toastElementRef = useRef<HTMLDivElement>(null);
127
+ const animationRef = useRef<Animation | null>(null);
128
+ const [isHovered, setIsHovered] = useState(false);
129
+
130
+ useEffect(() => {
131
+ if (show && !showToast) {
132
+ if (toastElementRef.current) {
133
+ const animation = slideInFromBottomAnimation(
134
+ toastElementRef.current
135
+ );
136
+ animationRef.current = animation;
137
+
138
+ animation.onfinish = () => {
139
+ onClose?.();
140
+ };
141
+ }
142
+ return () => {
143
+ if (animationRef.current) {
144
+ animationRef.current.cancel();
145
+ }
146
+ };
147
+ }
148
+ }, [show, showToast, onClose]);
149
+
150
+ useEffect(() => {
151
+ if (animationRef.current) {
152
+ if (isHovered) {
153
+ animationRef.current.pause();
154
+ } else {
155
+ animationRef.current.play();
156
+ }
157
+ }
158
+ }, [isHovered]);
159
+
160
+ useEffect(() => {
161
+ const handleAnimationEnd = () => {
162
+ if (!isHovered) {
163
+ onClose?.();
164
+ }
165
+ };
166
+
167
+ if (animationRef.current) {
168
+ animationRef.current.addEventListener('finish', handleAnimationEnd);
169
+ return () => {
170
+ if (animationRef.current) {
171
+ animationRef.current.removeEventListener('finish', handleAnimationEnd);
172
+ }
173
+ };
174
+ }
175
+ }, [isHovered, onClose]);
176
+
177
+ const handleMouseEnter = () => setIsHovered(true);
178
+ const handleMouseLeave = () => {
179
+ setIsHovered(false);
180
+ // Resume animation when mouse leaves
181
+ if (animationRef.current && animationRef.current.playState === 'paused') {
182
+ animationRef.current.play();
183
+ }
184
+ };
185
+
186
+ const { className, icon: iconElement } =
187
+ variants[variant] ?? variants.success;
188
+
189
+ if (!show) return null;
190
+
191
+ return (
192
+ <div
193
+ ref={toastElementRef}
194
+ onMouseEnter={handleMouseEnter}
195
+ onMouseLeave={handleMouseLeave}
196
+ className={clsx(
197
+ "flex items-start gap-desktop-component-gap p-desktop-component-padding border-2 rounded-sm bg-white shadow-md cursor-pointer pointer-events-auto transition-all duration-300 ease-in-out w-fit",
198
+ className,
199
+ )}
200
+ {...props}
201
+ style={props.style}
202
+ >
203
+ {iconElement}
204
+ <div className="flex gap-desktop-layout-group-gap items-center">
205
+ <div className="flex flex-col gap-desktop-component-gap w-68">
206
+ {title && <Heading3>{title}</Heading3>}
207
+ {message && <Paragraph>{message}</Paragraph>}
208
+ </div>
209
+ {showViewButton && (
210
+ <Button variant="tertiary" href={viewButtonLink}>
211
+ View
212
+ </Button>
213
+ )}
214
+ </div>
215
+ </div>
216
+ );
217
+ };
218
+
219
+ Toast.displayName = "Toast";
220
+
221
+ export function createToast(config: ToastProps) {
222
+ const toastRoot = getToastRoot();
223
+ const toastContainer = document.createElement("div");
224
+ toastRoot.appendChild(toastContainer);
225
+
226
+ const root = createRoot(toastContainer);
227
+
228
+ const handleClose = () => {
229
+ root.unmount();
230
+ toastContainer.remove();
231
+ };
232
+
233
+ root.render(
234
+ <Toast
235
+ show={true}
236
+ onClose={handleClose}
237
+ variant={config.variant}
238
+ title={config.title}
239
+ message={config.message}
240
+ showViewButton={config.showViewButton}
241
+ viewButtonLink={config.viewButtonLink}
242
+ />
243
+ );
244
+ }
@@ -0,0 +1,137 @@
1
+ "use client";
2
+
3
+ import clsx from "clsx";
4
+ import { PropsWithChildren, ReactNode, useEffect, useRef, useState } from "react";
5
+ import { createPortal } from "react-dom";
6
+ import { typography } from "../classNames";
7
+
8
+ export type TooltipProps = PropsWithChildren<{
9
+ message: string;
10
+ position?: "top" | "bottom" | "left" | "right";
11
+ children?: ReactNode;
12
+ showOnTruncation?: boolean;
13
+ offset?: number;
14
+ }>;
15
+
16
+ export const Tooltip = ({
17
+ message,
18
+ position = "top",
19
+ children,
20
+ showOnTruncation = false,
21
+ offset = 8,
22
+ }: TooltipProps) => {
23
+ const ref = useRef<HTMLDivElement>(null);
24
+ const tooltipRef = useRef<HTMLDivElement>(null);
25
+ const [isTruncated, setIsTruncated] = useState(false);
26
+ const [tooltipPosition, setTooltipPosition] = useState({ top: 0, left: 0 });
27
+ const [isVisible, setIsVisible] = useState(false);
28
+ const [removeOpacity, setRemoveOpacity] = useState(false);
29
+
30
+ const updatePosition = () => {
31
+ if (!ref.current || !tooltipRef.current) return;
32
+
33
+ const rect = ref.current.getBoundingClientRect();
34
+ const tooltipRect = tooltipRef.current.getBoundingClientRect();
35
+
36
+ let top = 0;
37
+ let left = 0;
38
+
39
+ switch (position) {
40
+ case "top":
41
+ top = rect.top - tooltipRect.height - offset;
42
+ left = rect.left + rect.width / 2 - tooltipRect.width / 2;
43
+ break;
44
+ case "bottom":
45
+ top = rect.bottom + offset;
46
+ left = rect.left + rect.width / 2 - tooltipRect.width / 2;
47
+ break;
48
+ case "left":
49
+ top = rect.top + rect.height / 2 - tooltipRect.height / 2;
50
+ left = rect.left - tooltipRect.width - offset;
51
+ break;
52
+ case "right":
53
+ top = rect.top + rect.height / 2 - tooltipRect.height / 2;
54
+ left = rect.right + offset;
55
+ break;
56
+ }
57
+
58
+ setTooltipPosition({ top, left });
59
+ requestAnimationFrame(() => {
60
+ setRemoveOpacity(true);
61
+ })
62
+ };
63
+
64
+ const handleMouseEnter = () => {
65
+ if (!showOnTruncation || checkForTextTruncation()) {
66
+ setIsVisible(true);
67
+ }
68
+ };
69
+
70
+ const handleMouseLeave = () => {
71
+ setIsVisible(false);
72
+ setRemoveOpacity(false);
73
+ };
74
+
75
+ useEffect(() => {
76
+ if (isVisible && tooltipRef.current) {
77
+ requestAnimationFrame(() => {
78
+ updatePosition();
79
+ })
80
+ }
81
+ }, [isVisible]);
82
+
83
+ useEffect(() => {
84
+ if (isVisible) {
85
+ window.addEventListener('resize', updatePosition);
86
+ return () => window.removeEventListener('resize', updatePosition);
87
+ }
88
+ }, [isVisible]);
89
+
90
+ return (
91
+ <div
92
+ ref={ref}
93
+ className="relative inline-grid grid-cols-[auto_1fr] items-center"
94
+ onMouseEnter={handleMouseEnter}
95
+ onMouseLeave={handleMouseLeave}
96
+ >
97
+ {children}
98
+
99
+ {isVisible && typeof document !== 'undefined' && createPortal(
100
+ <div
101
+ ref={tooltipRef}
102
+ style={{
103
+ position: 'fixed',
104
+ top: `${tooltipPosition.top}px`,
105
+ left: `${tooltipPosition.left}px`,
106
+ zIndex: 9999,
107
+ }}
108
+ className={clsx(
109
+ typography.caption,
110
+ "p-2 bg-neutral-500 text-neutral-100 rounded whitespace-nowrap shadow-2 pointer-events-none transition-opacity duration-100 ease-in-out",
111
+ !removeOpacity && "opacity-0"
112
+ )}
113
+ >
114
+ {message}
115
+ </div>,
116
+ document.body
117
+ )}
118
+ </div>
119
+ );
120
+
121
+ function checkForTextTruncation() {
122
+ if (showOnTruncation && ref.current) {
123
+ const paragraph = ref.current.querySelector('p');
124
+
125
+ if (paragraph) {
126
+ const isTruncated = paragraph.scrollWidth > paragraph.clientWidth;
127
+ setIsTruncated(isTruncated);
128
+
129
+ return isTruncated;
130
+ }
131
+ }
132
+
133
+ return false;
134
+ }
135
+ };
136
+
137
+ Tooltip.displayName = "Tooltip";
@@ -0,0 +1,124 @@
1
+ import clsx from "clsx";
2
+ import { ComponentProps, ReactNode } from "react";
3
+ import {
4
+ containerPaddingX,
5
+ gapUsingContainerPadding,
6
+ layoutGap,
7
+ layoutGroupGap,
8
+ layoutGroupGapPaddingY,
9
+ } from "../classNames";
10
+ import { LogoDMSiTopBar } from "./LogoDMSiTopBar";
11
+
12
+ export type TopBarProps = ComponentProps<"div"> & {
13
+ left?: ReactNode;
14
+ right?: ReactNode;
15
+ topNavLinks?: ReactNode;
16
+ mobileLeft?: ReactNode;
17
+ mobileRight?: ReactNode;
18
+ brandLogo?: ReactNode;
19
+ };
20
+
21
+ export const TopBarBase = ({
22
+ left,
23
+ right,
24
+ topNavLinks,
25
+ mobileLeft,
26
+ mobileRight,
27
+ brandLogo = <LogoDMSiTopBar />,
28
+ ...props
29
+ }: TopBarProps) => {
30
+ const defaultStyles = clsx("bg-background-primary-normal");
31
+
32
+ return (
33
+ <div
34
+ className={clsx(
35
+ "flex items-center justify-between",
36
+ containerPaddingX,
37
+ layoutGroupGapPaddingY,
38
+ layoutGap,
39
+ defaultStyles,
40
+ )}
41
+ {...props}
42
+ >
43
+ {left && (
44
+ <div
45
+ className={clsx(
46
+ "hidden desktop:flex items-center",
47
+ gapUsingContainerPadding,
48
+ )}
49
+ >
50
+ {left}
51
+ </div>
52
+ )}
53
+
54
+ {(right || topNavLinks) && (
55
+ <div
56
+ className={clsx(
57
+ "hidden desktop:flex items-center shrink-0 ml-auto",
58
+ "[&>a]:leading-6",
59
+ layoutGroupGap,
60
+ )}
61
+ >
62
+ {topNavLinks}
63
+
64
+ {topNavLinks && right && (
65
+ <div className="h-6 border-r border-border-primary-normal"></div>
66
+ )}
67
+
68
+ {right}
69
+ </div>
70
+ )}
71
+
72
+ {mobileLeft && (
73
+ <div
74
+ className={clsx("flex items-center desktop:hidden", layoutGroupGap)}
75
+ >
76
+ {mobileLeft}
77
+
78
+ <a
79
+ href="/"
80
+ className="grow max-w-[400px] h-auto max-h-10 *:max-h-[inherit]"
81
+ >
82
+ {brandLogo && brandLogo}
83
+ </a>
84
+ </div>
85
+ )}
86
+
87
+ {mobileRight && (
88
+ <div
89
+ className={clsx("flex items-center desktop:hidden", layoutGroupGap)}
90
+ >
91
+ {mobileRight}
92
+ </div>
93
+ )}
94
+ </div>
95
+ );
96
+ };
97
+
98
+ export const TopBar = ({
99
+ left,
100
+ brandLogo = <LogoDMSiTopBar />,
101
+
102
+ ...props
103
+ }: TopBarProps & { brandLogo?: ReactNode }) => {
104
+ return (
105
+ <TopBarBase
106
+ {...props}
107
+ brandLogo={brandLogo}
108
+ left={
109
+ <>
110
+ <a
111
+ href="/"
112
+ className="grow max-w-[400px] h-auto max-h-10 *:max-h-[inherit]"
113
+ >
114
+ {brandLogo && brandLogo}
115
+ </a>
116
+
117
+ {left}
118
+ </>
119
+ }
120
+ />
121
+ );
122
+ };
123
+
124
+ TopBar.displayName = "TopBar";
@@ -0,0 +1,40 @@
1
+ "use client";
2
+
3
+ import { useEffect, RefObject } from "react";
4
+
5
+ export function useInfiniteScroll({
6
+ containerRef,
7
+ onLoadMore,
8
+ isLoading,
9
+ offset = 50,
10
+ enabled = true, // ✅ Add this
11
+ }: {
12
+ containerRef: RefObject<HTMLElement | null>;
13
+ onLoadMore: () => void;
14
+ isLoading: boolean;
15
+ offset?: number;
16
+ enabled?: boolean; // ✅ Add this
17
+ }) {
18
+ useEffect(() => {
19
+ if (!enabled) return; // ✅ Skip logic if not enabled
20
+
21
+ const handleScroll = () => {
22
+ const el = containerRef.current;
23
+ if (!el || isLoading) return;
24
+
25
+ const { scrollTop, scrollHeight, clientHeight } = el;
26
+ const isNearBottom = scrollTop + clientHeight >= scrollHeight - offset;
27
+
28
+ if (isNearBottom) {
29
+ onLoadMore();
30
+ }
31
+ };
32
+
33
+ const el = containerRef.current;
34
+ if (el) el.addEventListener("scroll", handleScroll);
35
+
36
+ return () => {
37
+ if (el) el.removeEventListener("scroll", handleScroll);
38
+ };
39
+ }, [containerRef, onLoadMore, isLoading, offset, enabled]); // ✅ include enabled
40
+ }
@@ -0,0 +1,28 @@
1
+ import { useLayoutEffect, useState } from "react";
2
+
3
+ export const useMatchesMedia = (query: string): boolean => {
4
+ const [matches, setMatches] = useState(() =>
5
+ typeof window !== "undefined" ? window.matchMedia(query).matches : false,
6
+ );
7
+
8
+ useLayoutEffect(() => {
9
+ const mediaQueryList = window.matchMedia(query);
10
+ const listener = (event: MediaQueryListEvent) => {
11
+ setMatches(event.matches);
12
+ };
13
+
14
+ mediaQueryList.addEventListener("change", listener);
15
+ setMatches(mediaQueryList.matches);
16
+ return () => {
17
+ mediaQueryList.removeEventListener("change", listener);
18
+ };
19
+ }, [query]);
20
+
21
+ return matches;
22
+ };
23
+
24
+ export const useMatchesMobile = (): boolean => {
25
+ const isMobile = useMatchesMedia("(width < 48rem)");
26
+
27
+ return isMobile;
28
+ };