@datum-cloud/datum-ui 0.8.0 → 0.9.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 (225) hide show
  1. package/dist/{adapter-context-NyGTDZYq.mjs → adapter-context-DemTWhel.mjs} +3 -3
  2. package/dist/alert/index.mjs +1 -1
  3. package/dist/{alert-BDj6od5I.mjs → alert-Cz56SqdN.mjs} +2 -2
  4. package/dist/app-navigation/index.mjs +2 -2
  5. package/dist/{app-navigation-rSOfo1KV.mjs → app-navigation-CnGkJvwF.mjs} +1 -1
  6. package/dist/autocomplete/index.mjs +1 -1
  7. package/dist/{autocomplete-DdbTQe6u.mjs → autocomplete-ChuPNldi.mjs} +6 -6
  8. package/dist/autosearch/index.mjs +12 -12
  9. package/dist/avatar-stack/index.mjs +1 -1
  10. package/dist/{avatar-stack-CDhlA1Nm.mjs → avatar-stack-WqoQ3l06.mjs} +1 -1
  11. package/dist/{button-D3RrsMfQ.mjs → button-Rw1xI-k9.mjs} +2 -2
  12. package/dist/calendar/index.mjs +1 -1
  13. package/dist/calendar-D_DriVHT.mjs +77 -0
  14. package/dist/{calendar-C-Hbf74r.mjs → calendar-Dwvq3Vu_.mjs} +6 -6
  15. package/dist/calendar-date-picker-CchHKodM.mjs +52 -0
  16. package/dist/chart/index.mjs +1 -1
  17. package/dist/{chart-CUa21ynK.mjs → chart-DgcOwkOh.mjs} +5 -5
  18. package/dist/code-editor/index.mjs +1 -1
  19. package/dist/{col-DISdGlqY.mjs → col-Q6yazFwL.mjs} +2 -1
  20. package/dist/components/base/button/button.d.ts.map +1 -1
  21. package/dist/components/features/calendar-date-picker/calendar-date-picker.d.ts +6 -5
  22. package/dist/components/features/calendar-date-picker/calendar-date-picker.d.ts.map +1 -1
  23. package/dist/components/features/calendar-date-picker/types.d.ts +19 -0
  24. package/dist/components/features/calendar-date-picker/types.d.ts.map +1 -1
  25. package/dist/components/features/code-editor/code-editor.d.ts +1 -1
  26. package/dist/components/features/code-editor/code-editor.d.ts.map +1 -1
  27. package/dist/components/features/code-editor/index.d.ts +1 -1
  28. package/dist/components/features/code-editor/index.d.ts.map +1 -1
  29. package/dist/components/features/code-editor/types.d.ts +25 -2
  30. package/dist/components/features/code-editor/types.d.ts.map +1 -1
  31. package/dist/components/features/data-table/core/client-provider.d.ts.map +1 -1
  32. package/dist/components/features/date-time-picker/date-time-picker.d.ts +12 -4
  33. package/dist/components/features/date-time-picker/date-time-picker.d.ts.map +1 -1
  34. package/dist/components/features/date-time-picker/types.d.ts +9 -0
  35. package/dist/components/features/date-time-picker/types.d.ts.map +1 -1
  36. package/dist/components/features/grid/components/col.d.ts +1 -1
  37. package/dist/components/features/grid/components/col.d.ts.map +1 -1
  38. package/dist/components/features/grid/components/row.d.ts +1 -1
  39. package/dist/components/features/grid/components/row.d.ts.map +1 -1
  40. package/dist/components/features/picker/components/calendar.d.ts +14 -0
  41. package/dist/components/features/picker/components/calendar.d.ts.map +1 -0
  42. package/dist/components/features/picker/components/content.d.ts +18 -0
  43. package/dist/components/features/picker/components/content.d.ts.map +1 -0
  44. package/dist/components/features/picker/components/context.d.ts +57 -0
  45. package/dist/components/features/picker/components/context.d.ts.map +1 -0
  46. package/dist/components/features/picker/components/footer.d.ts +35 -0
  47. package/dist/components/features/picker/components/footer.d.ts.map +1 -0
  48. package/dist/components/features/picker/components/index.d.ts +36 -0
  49. package/dist/components/features/picker/components/index.d.ts.map +1 -0
  50. package/dist/components/features/picker/components/presets.d.ts +9 -0
  51. package/dist/components/features/picker/components/presets.d.ts.map +1 -0
  52. package/dist/components/features/picker/components/root.d.ts +40 -0
  53. package/dist/components/features/picker/components/root.d.ts.map +1 -0
  54. package/dist/components/features/picker/components/time-input-field.d.ts +13 -0
  55. package/dist/components/features/picker/components/time-input-field.d.ts.map +1 -0
  56. package/dist/components/features/picker/components/time-input.d.ts +13 -0
  57. package/dist/components/features/picker/components/time-input.d.ts.map +1 -0
  58. package/dist/components/features/picker/components/timezone-indicator.d.ts +14 -0
  59. package/dist/components/features/picker/components/timezone-indicator.d.ts.map +1 -0
  60. package/dist/components/features/picker/components/timezone-select.d.ts +16 -0
  61. package/dist/components/features/picker/components/timezone-select.d.ts.map +1 -0
  62. package/dist/components/features/picker/components/trigger.d.ts +23 -0
  63. package/dist/components/features/picker/components/trigger.d.ts.map +1 -0
  64. package/dist/components/features/picker/hooks/index.d.ts +5 -0
  65. package/dist/components/features/picker/hooks/index.d.ts.map +1 -0
  66. package/dist/components/features/picker/hooks/use-keyboard-shortcuts.d.ts +25 -0
  67. package/dist/components/features/picker/hooks/use-keyboard-shortcuts.d.ts.map +1 -0
  68. package/dist/components/features/picker/hooks/use-picker-state.d.ts +51 -0
  69. package/dist/components/features/picker/hooks/use-picker-state.d.ts.map +1 -0
  70. package/dist/components/features/picker/hooks/use-presets.d.ts +24 -0
  71. package/dist/components/features/picker/hooks/use-presets.d.ts.map +1 -0
  72. package/dist/components/features/picker/hooks/use-time-slots.d.ts +21 -0
  73. package/dist/components/features/picker/hooks/use-time-slots.d.ts.map +1 -0
  74. package/dist/components/features/picker/index.d.ts +8 -0
  75. package/dist/components/features/picker/index.d.ts.map +1 -0
  76. package/dist/components/features/picker/internal/use-deprecation-warning.d.ts +9 -0
  77. package/dist/components/features/picker/internal/use-deprecation-warning.d.ts.map +1 -0
  78. package/dist/components/features/picker/presets/defaults.d.ts +16 -0
  79. package/dist/components/features/picker/presets/defaults.d.ts.map +1 -0
  80. package/dist/components/features/picker/presets/index.d.ts +2 -0
  81. package/dist/components/features/picker/presets/index.d.ts.map +1 -0
  82. package/dist/components/features/picker/types.d.ts +70 -0
  83. package/dist/components/features/picker/types.d.ts.map +1 -0
  84. package/dist/components/features/picker/utils/commit.d.ts +16 -0
  85. package/dist/components/features/picker/utils/commit.d.ts.map +1 -0
  86. package/dist/components/features/picker/utils/compare.d.ts +12 -0
  87. package/dist/components/features/picker/utils/compare.d.ts.map +1 -0
  88. package/dist/components/features/picker/utils/format-value.d.ts +25 -0
  89. package/dist/components/features/picker/utils/format-value.d.ts.map +1 -0
  90. package/dist/components/features/picker/utils/format.d.ts +38 -0
  91. package/dist/components/features/picker/utils/format.d.ts.map +1 -0
  92. package/dist/components/features/picker/utils/index.d.ts +7 -0
  93. package/dist/components/features/picker/utils/index.d.ts.map +1 -0
  94. package/dist/components/features/picker/utils/range.d.ts +26 -0
  95. package/dist/components/features/picker/utils/range.d.ts.map +1 -0
  96. package/dist/components/features/picker/utils/timezone.d.ts +38 -0
  97. package/dist/components/features/picker/utils/timezone.d.ts.map +1 -0
  98. package/dist/components/features/picker/wrappers/date-picker.d.ts +10 -0
  99. package/dist/components/features/picker/wrappers/date-picker.d.ts.map +1 -0
  100. package/dist/components/features/picker/wrappers/date-range-picker.d.ts +16 -0
  101. package/dist/components/features/picker/wrappers/date-range-picker.d.ts.map +1 -0
  102. package/dist/components/features/picker/wrappers/date-range-time-picker.d.ts +16 -0
  103. package/dist/components/features/picker/wrappers/date-range-time-picker.d.ts.map +1 -0
  104. package/dist/components/features/picker/wrappers/date-time-picker.d.ts +20 -0
  105. package/dist/components/features/picker/wrappers/date-time-picker.d.ts.map +1 -0
  106. package/dist/components/features/picker/wrappers/date-time-range-picker.d.ts +16 -0
  107. package/dist/components/features/picker/wrappers/date-time-range-picker.d.ts.map +1 -0
  108. package/dist/components/features/picker/wrappers/index.d.ts +16 -0
  109. package/dist/components/features/picker/wrappers/index.d.ts.map +1 -0
  110. package/dist/components/features/picker/wrappers/internal/default-footer.d.ts +7 -0
  111. package/dist/components/features/picker/wrappers/internal/default-footer.d.ts.map +1 -0
  112. package/dist/components/features/picker/wrappers/time-picker.d.ts +14 -0
  113. package/dist/components/features/picker/wrappers/time-picker.d.ts.map +1 -0
  114. package/dist/components/features/picker/wrappers/time-range-picker.d.ts +16 -0
  115. package/dist/components/features/picker/wrappers/time-range-picker.d.ts.map +1 -0
  116. package/dist/components/features/picker/wrappers/types.d.ts +118 -0
  117. package/dist/components/features/picker/wrappers/types.d.ts.map +1 -0
  118. package/dist/components/features/tag-input/tag-input.d.ts +1 -1
  119. package/dist/components/features/tag-input/tag-input.d.ts.map +1 -1
  120. package/dist/components/features/time-picker/time-picker.d.ts +5 -0
  121. package/dist/components/features/time-picker/time-picker.d.ts.map +1 -1
  122. package/dist/components/features/time-picker/types.d.ts +5 -0
  123. package/dist/components/features/time-picker/types.d.ts.map +1 -1
  124. package/dist/components/features/time-range-picker/index.d.ts +5 -0
  125. package/dist/components/features/time-range-picker/index.d.ts.map +1 -1
  126. package/dist/components/features/time-range-picker/time-range-picker.d.ts +19 -14
  127. package/dist/components/features/time-range-picker/time-range-picker.d.ts.map +1 -1
  128. package/dist/components/features/time-range-picker/types.d.ts +20 -0
  129. package/dist/components/features/time-range-picker/types.d.ts.map +1 -1
  130. package/dist/data-table/index.mjs +22 -15
  131. package/dist/date-picker/index.mjs +2 -2
  132. package/dist/date-range-picker-DNZh06zo.mjs +77 -0
  133. package/dist/date-time-picker/index.mjs +1 -1
  134. package/dist/date-time-picker-BiobghTJ.mjs +43 -0
  135. package/dist/date-time-picker-C0fF7s_e.mjs +109 -0
  136. package/dist/date-time-range-picker-cW4rbuFn.mjs +82 -0
  137. package/dist/default-footer-DbpemJVl.mjs +1037 -0
  138. package/dist/dropzone/index.mjs +1 -1
  139. package/dist/{dropzone-Bt0plEuw.mjs → dropzone-DXH0xHso.mjs} +1 -1
  140. package/dist/empty-content/index.mjs +1 -1
  141. package/dist/form/adapters/conform/index.mjs +19 -19
  142. package/dist/form/adapters/rhf/index.mjs +18 -18
  143. package/dist/form/index.mjs +2 -2
  144. package/dist/form/stepper/index.mjs +23 -23
  145. package/dist/{form-CCNN9VtJ.mjs → form-DvgKb4s4.mjs} +49 -42
  146. package/dist/{form-context-CeKyvO-A.mjs → form-context-0usxTumz.mjs} +3 -3
  147. package/dist/grid/index.mjs +1 -1
  148. package/dist/hooks/index.mjs +2 -2
  149. package/dist/index.mjs +41 -41
  150. package/dist/input-group/index.mjs +1 -1
  151. package/dist/{input-group-DDtz-RT7.mjs → input-group-CeMsDhOk.mjs} +1 -1
  152. package/dist/input-number/index.mjs +1 -1
  153. package/dist/{input-number-Diu-C6d5.mjs → input-number-BU4nno8J.mjs} +1 -1
  154. package/dist/loader-overlay/index.mjs +1 -1
  155. package/dist/map/index.mjs +1 -1
  156. package/dist/{map-qo7bY_g_.mjs → map-l7iwhEwM.mjs} +24 -27
  157. package/dist/more-actions/index.mjs +2 -2
  158. package/dist/{more-actions-Ca5qqd0H.mjs → more-actions-Baqor0yr.mjs} +2 -2
  159. package/dist/multi-select/index.mjs +1 -1
  160. package/dist/{multi-select-DM_dxnSV.mjs → multi-select-BHmtkQIi.mjs} +6 -6
  161. package/dist/nprogress/nprogress.css +59 -11
  162. package/dist/page-title/index.mjs +1 -1
  163. package/dist/picker/index.mjs +273 -0
  164. package/dist/rich-text-editor/index.mjs +1 -1
  165. package/dist/{rich-text-editor-CQH_U4T5.mjs → rich-text-editor-aWuLRaj9.mjs} +1 -1
  166. package/dist/select/index.mjs +1 -1
  167. package/dist/select-By1ZqPgr.mjs +94 -0
  168. package/dist/select-Ck0szhAH.mjs +73 -0
  169. package/dist/sidebar/index.mjs +1 -1
  170. package/dist/{sidebar-B8LQJiNI.mjs → sidebar-CUnFkH7o.mjs} +32 -32
  171. package/dist/skeleton/index.mjs +1 -1
  172. package/dist/{skeleton-D4HOEiOZ.mjs → skeleton-CxAhQT6T.mjs} +1 -1
  173. package/dist/stepper/index.mjs +1 -1
  174. package/dist/{stepper-Beb-zbdL.mjs → stepper-adDdiJMx.mjs} +7 -7
  175. package/dist/styles/root.css +4 -2
  176. package/dist/styles/shadcn/shadcn.css +212 -213
  177. package/dist/switch/index.mjs +1 -1
  178. package/dist/table/index.mjs +1 -1
  179. package/dist/tag-input/index.mjs +1 -1
  180. package/dist/{tag-input-Bf4GMptp.mjs → tag-input-D3NYy9-_.mjs} +1 -1
  181. package/dist/task-queue/index.mjs +1 -1
  182. package/dist/{task-queue-dropdown-D-LncEWm.mjs → task-queue-dropdown-t9KKIL6j.mjs} +3 -3
  183. package/dist/textarea/index.mjs +1 -1
  184. package/dist/theme/index.mjs +1 -1
  185. package/dist/{themes-CAiN4b6G.mjs → themes-08-znmBI.mjs} +16 -16
  186. package/dist/time-input-9LdNL0Us.mjs +196 -0
  187. package/dist/time-picker/index.mjs +1 -1
  188. package/dist/time-picker-B-vpUClR.mjs +45 -0
  189. package/dist/time-picker-C840fLl6.mjs +49 -0
  190. package/dist/timezone-indicator-COoeMKKs.mjs +27 -0
  191. package/dist/{to-api-format-CgKcC9SK.mjs → to-api-format-CNqrcrz7.mjs} +58 -243
  192. package/dist/toast/index.mjs +2 -2
  193. package/dist/{toast-DDdLgY53.mjs → toast-Bd5Kk7BB.mjs} +1 -1
  194. package/dist/tooltip/index.mjs +1 -1
  195. package/dist/transfer/index.mjs +1 -1
  196. package/dist/{transfer-CoGPwOc6.mjs → transfer-CuJGL420.mjs} +6 -6
  197. package/dist/{types-CKIe2WlV.mjs → types-DvMIxilw.mjs} +9 -3
  198. package/dist/typography/index.mjs +1 -1
  199. package/dist/{typography-TRKP_CLT.mjs → typography-CBwfg-vz.mjs} +5 -5
  200. package/dist/{use-copy-to-clipboard-D7KyLIAt.mjs → use-copy-to-clipboard-ZHDvfV3W.mjs} +1 -1
  201. package/dist/use-deprecation-warning-Dy_DOyLu.mjs +20 -0
  202. package/dist/{use-display-touched-C-afz17j.mjs → use-display-touched-DpX3fsOl.mjs} +5 -5
  203. package/dist/{use-option-picker-BXQOfyrK.mjs → use-option-picker-DV5O68eV.mjs} +1 -1
  204. package/dist/utils/index.mjs +1 -1
  205. package/dist/visually-hidden/index.mjs +1 -1
  206. package/package.json +30 -25
  207. package/dist/calendar-date-picker-BaykEs6j.mjs +0 -749
  208. package/dist/date-time-picker-DKOxrhmc.mjs +0 -193
  209. package/dist/select-zxwykvQn.mjs +0 -163
  210. package/dist/time-picker-BZF5jbF6.mjs +0 -99
  211. package/dist/use-date-constraints-R3H4lIoT.mjs +0 -41
  212. /package/dist/{action-row-DnhBhMtt.mjs → action-row-ZaMsJ8cP.mjs} +0 -0
  213. /package/dist/{empty-content-CBh5bbtJ.mjs → empty-content-DTk_lwnh.mjs} +0 -0
  214. /package/dist/{hooks-DQXVwbrs.mjs → hooks-CnphNpwz.mjs} +0 -0
  215. /package/dist/{loader-overlay-C2WDla6V.mjs → loader-overlay-B3YEoOFJ.mjs} +0 -0
  216. /package/dist/{map-leaflet-imports-yWwH4CHB.mjs → map-leaflet-imports-Ix8F7E8j.mjs} +0 -0
  217. /package/dist/{page-title-ChLiv6gB.mjs → page-title-D5JhOpxV.mjs} +0 -0
  218. /package/dist/{skeleton-D2xuJdE1.mjs → skeleton-B1NOdZGM.mjs} +0 -0
  219. /package/dist/{switch-DcSF42Kc.mjs → switch-BcQaR1Bp.mjs} +0 -0
  220. /package/dist/{table-DWGT4cqh.mjs → table-ouGk4Vxe.mjs} +0 -0
  221. /package/dist/{textarea-BoChBcFz.mjs → textarea-q-k7DYwi.mjs} +0 -0
  222. /package/dist/{toast-D5XD7goD.mjs → toast-BWol1pyV.mjs} +0 -0
  223. /package/dist/{tooltip-a7NTDCWw.mjs → tooltip-CHuzXR_O.mjs} +0 -0
  224. /package/dist/{utils-BwB1mIdZ.mjs → utils-bUueJ2r9.mjs} +0 -0
  225. /package/dist/{visuallyhidden-BHOPczmW.mjs → visuallyhidden-CoIJOJ9z.mjs} +0 -0
@@ -1,14 +1,14 @@
1
1
  import { t as cn } from "./cn-D2KYQ917.mjs";
2
- import { t as Button } from "./button-D3RrsMfQ.mjs";
2
+ import { t as Button } from "./button-Rw1xI-k9.mjs";
3
3
  import { cva } from "class-variance-authority";
4
- import * as React$1 from "react";
4
+ import * as React from "react";
5
5
  import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
6
6
  import { Slot } from "@radix-ui/react-slot";
7
7
  import * as Stepperize from "@stepperize/react";
8
8
  //#region src/components/features/stepper/stepper.tsx
9
- const StepperContext = React$1.createContext(null);
9
+ const StepperContext = React.createContext(null);
10
10
  function useStepperProvider() {
11
- const context = React$1.use(StepperContext);
11
+ const context = React.use(StepperContext);
12
12
  if (!context) throw new Error("useStepper must be used within a StepperProvider.");
13
13
  return context;
14
14
  }
@@ -287,12 +287,12 @@ function scrollIntoStepperPanel(node, tracking) {
287
287
  });
288
288
  }
289
289
  function useStepChildren(children) {
290
- return React$1.useMemo(() => extractChildren(children), [children]);
290
+ return React.useMemo(() => extractChildren(children), [children]);
291
291
  }
292
292
  function extractChildren(children) {
293
- const childrenArray = React$1.Children.toArray(children);
293
+ const childrenArray = React.Children.toArray(children);
294
294
  const map = /* @__PURE__ */ new Map();
295
- for (const child of childrenArray) if (React$1.isValidElement(child)) if (child.type === Title) map.set("title", child);
295
+ for (const child of childrenArray) if (React.isValidElement(child)) if (child.type === Title) map.set("title", child);
296
296
  else if (child.type === Description) map.set("description", child);
297
297
  else map.set("panel", child);
298
298
  return map;
@@ -12,8 +12,10 @@
12
12
  */
13
13
 
14
14
  /* Scan datum-ui's compiled JS for Tailwind class usage.
15
- * Resolves relative to this file (dist/styles/root.css → dist/*.mjs) */
16
- @source "../*.mjs";
15
+ * Recursive: matches both top-level hashed chunks (dist/<name>-<hash>.mjs)
16
+ * AND per-export entries (dist/<name>/index.mjs). Without **, components that
17
+ * resolve through a subfolder export are missed and their utilities get purged. */
18
+ @source "../**/*.mjs";
17
19
 
18
20
  @custom-variant dark (&:is(.dark *));
19
21
 
@@ -5,131 +5,131 @@
5
5
  */
6
6
 
7
7
  @layer shadcn-base {
8
- :root {
9
- /* Sidebar sizing */
10
- --sidebar-width: 14rem;
11
- --sidebar-width-icon: 3rem;
12
- --sidebar-width-mobile: 18rem;
13
-
14
- /* Default radius */
15
- --radius: 0.625rem;
16
-
17
- /* Minimal color fallbacks using OKLCH */
18
- --background: oklch(1 0 0);
19
- --foreground: oklch(0.145 0 0);
20
- --card: oklch(1 0 0);
21
- --card-foreground: oklch(0.145 0 0);
22
- --popover: oklch(1 0 0);
23
- --popover-foreground: oklch(0.145 0 0);
24
- --primary: oklch(0.205 0 0);
25
- --primary-foreground: oklch(0.985 0 0);
26
- --secondary: oklch(0.97 0 0);
27
- --secondary-foreground: oklch(0.205 0 0);
28
- --muted: oklch(0.97 0 0);
29
- --muted-foreground: oklch(0.556 0 0);
30
- --accent: oklch(0.97 0 0);
31
- --accent-foreground: oklch(0.205 0 0);
32
- --destructive: oklch(0.577 0.245 27.325);
33
- --destructive-foreground: oklch(0.985 0 0);
34
- --border: oklch(0.922 0 0);
35
- --input: oklch(0.922 0 0);
36
- --ring: oklch(0.708 0 0);
37
-
38
- /* Chart colors */
39
- --chart-1: oklch(0.646 0.222 41.116);
40
- --chart-2: oklch(0.6 0.118 184.704);
41
- --chart-3: oklch(0.398 0.07 227.392);
42
- --chart-4: oklch(0.828 0.189 84.429);
43
- --chart-5: oklch(0.769 0.188 70.08);
44
-
45
- /* Sidebar colors */
46
- --sidebar: oklch(0.985 0 0);
47
- --sidebar-foreground: oklch(0.145 0 0);
48
- --sidebar-primary: oklch(0.205 0 0);
49
- --sidebar-primary-foreground: oklch(0.985 0 0);
50
- --sidebar-accent: oklch(0.97 0 0);
51
- --sidebar-accent-foreground: oklch(0.205 0 0);
52
- --sidebar-border: oklch(0.922 0 0);
53
- --sidebar-ring: oklch(0.708 0 0);
54
- }
55
-
56
- .dark {
57
- --background: oklch(0.145 0 0);
58
- --foreground: oklch(0.985 0 0);
59
- --card: oklch(0.205 0 0);
60
- --card-foreground: oklch(0.985 0 0);
61
- --popover: oklch(0.205 0 0);
62
- --popover-foreground: oklch(0.985 0 0);
63
- --primary: oklch(0.922 0 0);
64
- --primary-foreground: oklch(0.205 0 0);
65
- --secondary: oklch(0.269 0 0);
66
- --secondary-foreground: oklch(0.985 0 0);
67
- --muted: oklch(0.269 0 0);
68
- --muted-foreground: oklch(0.708 0 0);
69
- --accent: oklch(0.269 0 0);
70
- --accent-foreground: oklch(0.985 0 0);
71
- --destructive: oklch(0.704 0.191 22.216);
72
- --destructive-foreground: oklch(0.985 0 0);
73
- --border: oklch(1 0 0 / 10%);
74
- --input: oklch(1 0 0 / 15%);
75
- --ring: oklch(0.556 0 0);
76
-
77
- /* Chart colors - dark mode */
78
- --chart-1: oklch(0.488 0.243 264.376);
79
- --chart-2: oklch(0.696 0.17 162.48);
80
- --chart-3: oklch(0.769 0.188 70.08);
81
- --chart-4: oklch(0.627 0.265 303.9);
82
- --chart-5: oklch(0.645 0.246 16.439);
83
-
84
- /* Sidebar colors - dark mode */
85
- --sidebar: oklch(0.205 0 0);
86
- --sidebar-foreground: oklch(0.985 0 0);
87
- --sidebar-primary: oklch(0.488 0.243 264.376);
88
- --sidebar-primary-foreground: oklch(0.985 0 0);
89
- --sidebar-accent: oklch(0.269 0 0);
90
- --sidebar-accent-foreground: oklch(0.985 0 0);
91
- --sidebar-border: oklch(1 0 0 / 10%);
92
- --sidebar-ring: oklch(0.556 0 0);
93
- }
94
-
95
- /* Tailwind theme integration */
96
- @theme inline {
97
- --color-sidebar: var(--sidebar);
98
- --color-sidebar-foreground: var(--sidebar-foreground);
99
- --color-sidebar-primary: var(--sidebar-primary);
100
- --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
101
- --color-sidebar-accent: var(--sidebar-accent);
102
- --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
103
- --color-sidebar-border: var(--sidebar-border);
104
- --color-sidebar-ring: var(--sidebar-ring);
105
- --color-chart-5: var(--chart-5);
106
- --color-chart-4: var(--chart-4);
107
- --color-chart-3: var(--chart-3);
108
- --color-chart-2: var(--chart-2);
109
- --color-chart-1: var(--chart-1);
110
- --color-ring: var(--ring);
111
- --color-input: var(--input);
112
- --color-border: var(--border);
113
- --color-destructive: var(--destructive);
114
- --color-accent-foreground: var(--accent-foreground);
115
- --color-accent: var(--accent);
116
- --color-muted-foreground: var(--muted-foreground);
117
- --color-muted: var(--muted);
118
- --color-secondary-foreground: var(--secondary-foreground);
119
- --color-secondary: var(--secondary);
120
- --color-primary-foreground: var(--primary-foreground);
121
- --color-primary: var(--primary);
122
- --color-popover-foreground: var(--popover-foreground);
123
- --color-popover: var(--popover);
124
- --color-card-foreground: var(--card-foreground);
125
- --color-card: var(--card);
126
- --color-foreground: var(--foreground);
127
- --color-background: var(--background);
128
- --radius-sm: calc(var(--radius) - 4px);
129
- --radius-md: calc(var(--radius) - 2px);
130
- --radius-lg: var(--radius);
131
- --radius-xl: calc(var(--radius) + 4px);
132
- }
8
+ :root {
9
+ /* Sidebar sizing */
10
+ --sidebar-width: 14rem;
11
+ --sidebar-width-icon: 3rem;
12
+ --sidebar-width-mobile: 18rem;
13
+
14
+ /* Default radius */
15
+ --radius: 0.625rem;
16
+
17
+ /* Minimal color fallbacks using OKLCH */
18
+ --background: oklch(1 0 0);
19
+ --foreground: oklch(0.145 0 0);
20
+ --card: oklch(1 0 0);
21
+ --card-foreground: oklch(0.145 0 0);
22
+ --popover: oklch(1 0 0);
23
+ --popover-foreground: oklch(0.145 0 0);
24
+ --primary: oklch(0.205 0 0);
25
+ --primary-foreground: oklch(0.985 0 0);
26
+ --secondary: oklch(0.97 0 0);
27
+ --secondary-foreground: oklch(0.205 0 0);
28
+ --muted: oklch(0.97 0 0);
29
+ --muted-foreground: oklch(0.556 0 0);
30
+ --accent: oklch(0.97 0 0);
31
+ --accent-foreground: oklch(0.205 0 0);
32
+ --destructive: oklch(0.577 0.245 27.325);
33
+ --destructive-foreground: oklch(0.985 0 0);
34
+ --border: oklch(0.922 0 0);
35
+ --input: oklch(0.922 0 0);
36
+ --ring: oklch(0.708 0 0);
37
+
38
+ /* Chart colors */
39
+ --chart-1: oklch(0.646 0.222 41.116);
40
+ --chart-2: oklch(0.6 0.118 184.704);
41
+ --chart-3: oklch(0.398 0.07 227.392);
42
+ --chart-4: oklch(0.828 0.189 84.429);
43
+ --chart-5: oklch(0.769 0.188 70.08);
44
+
45
+ /* Sidebar colors */
46
+ --sidebar: oklch(0.985 0 0);
47
+ --sidebar-foreground: oklch(0.145 0 0);
48
+ --sidebar-primary: oklch(0.205 0 0);
49
+ --sidebar-primary-foreground: oklch(0.985 0 0);
50
+ --sidebar-accent: oklch(0.97 0 0);
51
+ --sidebar-accent-foreground: oklch(0.205 0 0);
52
+ --sidebar-border: oklch(0.922 0 0);
53
+ --sidebar-ring: oklch(0.708 0 0);
54
+ }
55
+
56
+ .dark {
57
+ --background: oklch(0.145 0 0);
58
+ --foreground: oklch(0.985 0 0);
59
+ --card: oklch(0.205 0 0);
60
+ --card-foreground: oklch(0.985 0 0);
61
+ --popover: oklch(0.205 0 0);
62
+ --popover-foreground: oklch(0.985 0 0);
63
+ --primary: oklch(0.922 0 0);
64
+ --primary-foreground: oklch(0.205 0 0);
65
+ --secondary: oklch(0.269 0 0);
66
+ --secondary-foreground: oklch(0.985 0 0);
67
+ --muted: oklch(0.269 0 0);
68
+ --muted-foreground: oklch(0.708 0 0);
69
+ --accent: oklch(0.269 0 0);
70
+ --accent-foreground: oklch(0.985 0 0);
71
+ --destructive: oklch(0.704 0.191 22.216);
72
+ --destructive-foreground: oklch(0.985 0 0);
73
+ --border: oklch(1 0 0 / 10%);
74
+ --input: oklch(1 0 0 / 15%);
75
+ --ring: oklch(0.556 0 0);
76
+
77
+ /* Chart colors - dark mode */
78
+ --chart-1: oklch(0.488 0.243 264.376);
79
+ --chart-2: oklch(0.696 0.17 162.48);
80
+ --chart-3: oklch(0.769 0.188 70.08);
81
+ --chart-4: oklch(0.627 0.265 303.9);
82
+ --chart-5: oklch(0.645 0.246 16.439);
83
+
84
+ /* Sidebar colors - dark mode */
85
+ --sidebar: oklch(0.205 0 0);
86
+ --sidebar-foreground: oklch(0.985 0 0);
87
+ --sidebar-primary: oklch(0.488 0.243 264.376);
88
+ --sidebar-primary-foreground: oklch(0.985 0 0);
89
+ --sidebar-accent: oklch(0.269 0 0);
90
+ --sidebar-accent-foreground: oklch(0.985 0 0);
91
+ --sidebar-border: oklch(1 0 0 / 10%);
92
+ --sidebar-ring: oklch(0.556 0 0);
93
+ }
94
+
95
+ /* Tailwind theme integration */
96
+ @theme inline {
97
+ --color-sidebar: var(--sidebar);
98
+ --color-sidebar-foreground: var(--sidebar-foreground);
99
+ --color-sidebar-primary: var(--sidebar-primary);
100
+ --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
101
+ --color-sidebar-accent: var(--sidebar-accent);
102
+ --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
103
+ --color-sidebar-border: var(--sidebar-border);
104
+ --color-sidebar-ring: var(--sidebar-ring);
105
+ --color-chart-5: var(--chart-5);
106
+ --color-chart-4: var(--chart-4);
107
+ --color-chart-3: var(--chart-3);
108
+ --color-chart-2: var(--chart-2);
109
+ --color-chart-1: var(--chart-1);
110
+ --color-ring: var(--ring);
111
+ --color-input: var(--input);
112
+ --color-border: var(--border);
113
+ --color-destructive: var(--destructive);
114
+ --color-accent-foreground: var(--accent-foreground);
115
+ --color-accent: var(--accent);
116
+ --color-muted-foreground: var(--muted-foreground);
117
+ --color-muted: var(--muted);
118
+ --color-secondary-foreground: var(--secondary-foreground);
119
+ --color-secondary: var(--secondary);
120
+ --color-primary-foreground: var(--primary-foreground);
121
+ --color-primary: var(--primary);
122
+ --color-popover-foreground: var(--popover-foreground);
123
+ --color-popover: var(--popover);
124
+ --color-card-foreground: var(--card-foreground);
125
+ --color-card: var(--card);
126
+ --color-foreground: var(--foreground);
127
+ --color-background: var(--background);
128
+ --radius-sm: calc(var(--radius) - 4px);
129
+ --radius-md: calc(var(--radius) - 2px);
130
+ --radius-lg: var(--radius);
131
+ --radius-xl: calc(var(--radius) + 4px);
132
+ }
133
133
  }
134
134
 
135
135
  /**
@@ -138,99 +138,98 @@
138
138
  */
139
139
 
140
140
  @theme {
141
- --font-sans:
142
- 'Inter', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
143
- 'Segoe UI Symbol', 'Noto Color Emoji';
141
+ --font-sans:
142
+ "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
143
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
144
144
  }
145
145
 
146
146
  html,
147
147
  body {
148
- @apply dark:bg-gray-950;
149
-
150
- @media (prefers-color-scheme: dark) {
151
- color-scheme: dark;
152
- }
148
+ @media (prefers-color-scheme: dark) {
149
+ color-scheme: dark;
150
+ }
153
151
  }
154
152
 
155
153
  @layer base {
156
- * {
157
- @apply border-border outline-ring/50;
158
- scrollbar-width: thin;
159
- scrollbar-color: var(--border) transparent;
160
- }
161
- html {
162
- @apply overflow-x-hidden;
163
- }
164
- body {
165
- @apply bg-background text-foreground min-h-svh w-full;
166
- }
167
-
168
- button:not(:disabled),
169
- [role='button']:not(:disabled) {
170
- cursor: pointer;
171
- }
172
-
173
- /* Prevent focus zoom on mobile devices */
174
- @media screen and (max-width: 767px) {
175
- input,
176
- select,
177
- textarea {
178
- font-size: 16px !important;
179
- }
180
- }
181
- .leaflet-container {
182
- @apply !bg-card !font-[inherit];
183
- }
184
- .leaflet-container a {
185
- @apply !text-inherit;
186
- }
187
- .leaflet-div-icon {
188
- @apply !border-none !bg-transparent;
189
- }
190
- .leaflet-popup-content-wrapper,
191
- .leaflet-popup-content,
192
- .leaflet-popup-content p {
193
- @apply ![all:unset];
194
- }
195
- .leaflet-popup {
196
- @apply !animate-none;
197
- }
198
- .leaflet-popup-close-button {
199
- @apply ring-offset-background focus:ring-ring bg-secondary rounded-xs opacity-70 transition-opacity hover:opacity-100 focus:ring-2 focus:outline-hidden;
200
- }
201
- .leaflet-tooltip,
202
- .leaflet-draw-tooltip {
203
- @apply !bg-foreground !text-background !animate-none !rounded-md !border-none !p-0 !px-3 !py-1.5 !shadow-none;
204
- }
205
- .leaflet-draw-tooltip:before {
206
- @apply bg-foreground !top-1/2 !right-0.5 size-2.5 translate-x-1/2 -translate-y-1/2 rotate-45 rounded-[2px] !border-none;
207
- }
208
- .leaflet-error-draw-tooltip {
209
- @apply !bg-destructive !text-white;
210
- }
211
- .leaflet-error-draw-tooltip:before {
212
- @apply bg-destructive;
213
- }
214
- .leaflet-draw-tooltip-subtext {
215
- @apply !text-background;
216
- }
217
- .leaflet-popup-tip-container,
218
- .leaflet-tooltip-top:before,
219
- .leaflet-tooltip-bottom:before,
220
- .leaflet-tooltip-left:before,
221
- .leaflet-tooltip-right:before {
222
- @apply hidden;
223
- }
224
- .leaflet-control-attribution {
225
- @apply !bg-muted rounded-md !px-[4px] !py-[2px] text-[10px] !leading-none !text-inherit;
226
- }
227
- .leaflet-draw-guide-dash {
228
- @apply rounded-full;
229
- }
230
- .leaflet-edit-marker-selected {
231
- @apply !border-transparent !bg-transparent;
232
- }
233
- .marker-cluster div {
234
- @apply font-[inherit];
235
- }
154
+ * {
155
+ @apply border-border outline-ring/50;
156
+ scrollbar-width: thin;
157
+ scrollbar-color: var(--border) transparent;
158
+ }
159
+
160
+ html {
161
+ @apply overflow-x-hidden;
162
+ }
163
+ body {
164
+ @apply bg-background text-foreground min-h-svh w-full;
165
+ }
166
+
167
+ button:not(:disabled),
168
+ [role="button"]:not(:disabled) {
169
+ cursor: pointer;
170
+ }
171
+
172
+ /* Prevent focus zoom on mobile devices */
173
+ @media screen and (max-width: 767px) {
174
+ input,
175
+ select,
176
+ textarea {
177
+ font-size: 16px !important;
178
+ }
179
+ }
180
+ .leaflet-container {
181
+ @apply !bg-card !font-[inherit];
182
+ }
183
+ .leaflet-container a {
184
+ @apply !text-inherit;
185
+ }
186
+ .leaflet-div-icon {
187
+ @apply !border-none !bg-transparent;
188
+ }
189
+ .leaflet-popup-content-wrapper,
190
+ .leaflet-popup-content,
191
+ .leaflet-popup-content p {
192
+ @apply ![all:unset];
193
+ }
194
+ .leaflet-popup {
195
+ @apply !animate-none;
196
+ }
197
+ .leaflet-popup-close-button {
198
+ @apply ring-offset-background focus:ring-ring bg-secondary rounded-xs opacity-70 transition-opacity hover:opacity-100 focus:ring-2 focus:outline-hidden;
199
+ }
200
+ .leaflet-tooltip,
201
+ .leaflet-draw-tooltip {
202
+ @apply !bg-foreground !text-background !animate-none !rounded-md !border-none !p-0 !px-3 !py-1.5 !shadow-none;
203
+ }
204
+ .leaflet-draw-tooltip:before {
205
+ @apply bg-foreground !top-1/2 !right-0.5 size-2.5 translate-x-1/2 -translate-y-1/2 rotate-45 rounded-[2px] !border-none;
206
+ }
207
+ .leaflet-error-draw-tooltip {
208
+ @apply !bg-destructive !text-white;
209
+ }
210
+ .leaflet-error-draw-tooltip:before {
211
+ @apply bg-destructive;
212
+ }
213
+ .leaflet-draw-tooltip-subtext {
214
+ @apply !text-background;
215
+ }
216
+ .leaflet-popup-tip-container,
217
+ .leaflet-tooltip-top:before,
218
+ .leaflet-tooltip-bottom:before,
219
+ .leaflet-tooltip-left:before,
220
+ .leaflet-tooltip-right:before {
221
+ @apply hidden;
222
+ }
223
+ .leaflet-control-attribution {
224
+ @apply !bg-muted rounded-md !px-[4px] !py-[2px] text-[10px] !leading-none !text-inherit;
225
+ }
226
+ .leaflet-draw-guide-dash {
227
+ @apply rounded-full;
228
+ }
229
+ .leaflet-edit-marker-selected {
230
+ @apply !border-transparent !bg-transparent;
231
+ }
232
+ .marker-cluster div {
233
+ @apply font-[inherit];
234
+ }
236
235
  }
@@ -1,2 +1,2 @@
1
- import { t as Switch } from "../switch-DcSF42Kc.mjs";
1
+ import { t as Switch } from "../switch-BcQaR1Bp.mjs";
2
2
  export { Switch };
@@ -1,2 +1,2 @@
1
- import { a as TableFooter, c as TableRow, i as TableCell, n as TableBody, o as TableHead, r as TableCaption, s as TableHeader, t as Table } from "../table-DWGT4cqh.mjs";
1
+ import { a as TableFooter, c as TableRow, i as TableCell, n as TableBody, o as TableHead, r as TableCaption, s as TableHeader, t as Table } from "../table-ouGk4Vxe.mjs";
2
2
  export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow };
@@ -1,2 +1,2 @@
1
- import { t as TagsInput } from "../tag-input-Bf4GMptp.mjs";
1
+ import { t as TagsInput } from "../tag-input-D3NYy9-_.mjs";
2
2
  export { TagsInput };
@@ -3,7 +3,7 @@ import { t as Badge } from "./badge-DJR33ftJ.mjs";
3
3
  import { t as Icon } from "./icon-wrapper-DuLp3RM1.mjs";
4
4
  import { t as Input } from "./input-FKGqZypx.mjs";
5
5
  import { X } from "lucide-react";
6
- import React from "react";
6
+ import * as React from "react";
7
7
  import { jsx, jsxs } from "react/jsx-runtime";
8
8
  import { z } from "zod";
9
9
  //#region src/components/features/tag-input/tag-input.tsx
@@ -1,2 +1,2 @@
1
- import { _ as RedisTaskStorage, a as TaskPanelItem, b as createProjectMetadata, c as TaskPanelHeader, d as useCurrentScope, f as useTasksWithLabels, g as detectStorage, h as TaskQueue, i as TaskPanel, l as getContextLabel, m as TaskQueueProvider, n as TaskSummaryDialog, o as TaskPanelCounter, p as useTaskQueue, r as TaskQueueTrigger, s as TaskPanelActions, t as TaskQueueDropdown, u as matchesCurrentScope, v as LocalTaskStorage, x as createUserMetadata, y as createOrgMetadata } from "../task-queue-dropdown-D-LncEWm.mjs";
1
+ import { _ as RedisTaskStorage, a as TaskPanelItem, b as createProjectMetadata, c as TaskPanelHeader, d as useCurrentScope, f as useTasksWithLabels, g as detectStorage, h as TaskQueue, i as TaskPanel, l as getContextLabel, m as TaskQueueProvider, n as TaskSummaryDialog, o as TaskPanelCounter, p as useTaskQueue, r as TaskQueueTrigger, s as TaskPanelActions, t as TaskQueueDropdown, u as matchesCurrentScope, v as LocalTaskStorage, x as createUserMetadata, y as createOrgMetadata } from "../task-queue-dropdown-t9KKIL6j.mjs";
2
2
  export { LocalTaskStorage, RedisTaskStorage, TaskPanel, TaskPanelActions, TaskPanelCounter, TaskPanelHeader, TaskPanelItem, TaskQueue, TaskQueueDropdown, TaskQueueProvider, TaskQueueTrigger, TaskSummaryDialog, createOrgMetadata, createProjectMetadata, createUserMetadata, detectStorage, getContextLabel, matchesCurrentScope, useCurrentScope, useTaskQueue, useTasksWithLabels };
@@ -5,8 +5,8 @@ import { t as Button } from "./button-BllvE9Lm.mjs";
5
5
  import { t as Icon } from "./icon-wrapper-DuLp3RM1.mjs";
6
6
  import { t as Dialog } from "./dialog-Bm2H9lrx.mjs";
7
7
  import { t as ResponsiveDropdown } from "./responsive-dropdown-IFroDgKn.mjs";
8
- import { a as TooltipTrigger, n as Tooltip, r as TooltipContent, t as Tooltip$1 } from "./tooltip-a7NTDCWw.mjs";
9
- import { c as TableRow, i as TableCell, n as TableBody, o as TableHead, s as TableHeader, t as Table } from "./table-DWGT4cqh.mjs";
8
+ import { a as TooltipTrigger, n as Tooltip, r as TooltipContent, t as Tooltip$1 } from "./tooltip-CHuzXR_O.mjs";
9
+ import { c as TableRow, i as TableCell, n as TableBody, o as TableHead, s as TableHeader, t as Table } from "./table-ouGk4Vxe.mjs";
10
10
  import { Ban, CheckCircle2, CircleAlert, CircleCheck, CornerDownRightIcon, FileIcon, ListTodo, X, XCircle } from "lucide-react";
11
11
  import { createContext, use, useEffect, useMemo, useRef, useState, useSyncExternalStore } from "react";
12
12
  import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
@@ -1111,7 +1111,7 @@ function TaskQueueTrigger({ ref, tasks, ...props }) {
1111
1111
  if (isAllComplete && !prevAllComplete.current) {
1112
1112
  prevAllComplete.current = true;
1113
1113
  setFlash(true);
1114
- const timer = setTimeout(() => setFlash(false), 5e3);
1114
+ const timer = setTimeout(setFlash, 5e3, false);
1115
1115
  return () => clearTimeout(timer);
1116
1116
  }
1117
1117
  if (!isAllComplete) prevAllComplete.current = false;
@@ -1,2 +1,2 @@
1
- import { t as Textarea } from "../textarea-BoChBcFz.mjs";
1
+ import { t as Textarea } from "../textarea-q-k7DYwi.mjs";
2
2
  export { Textarea };
@@ -1,2 +1,2 @@
1
- import { i as ClientOnly, n as useTheme, r as ThemeScript, t as ThemeProvider } from "../themes-CAiN4b6G.mjs";
1
+ import { i as ClientOnly, n as useTheme, r as ThemeScript, t as ThemeProvider } from "../themes-08-znmBI.mjs";
2
2
  export { ClientOnly, ThemeProvider, ThemeScript, useTheme };