@nxgt/material 1.0.5 → 1.2.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 (116) hide show
  1. package/README.md +26 -8
  2. package/dist/components.js +3 -2
  3. package/dist/{dist-DdZVa0Zr.js → dist-DNEsJ1nV.js} +2 -2
  4. package/dist/dnd.js +2 -2
  5. package/dist/{hooks-BPv0i6YN.js → hooks-CHmfdtMs.js} +81 -47
  6. package/dist/hooks.js +3 -3
  7. package/dist/{i18n-1Eg35q8-.js → i18n-D4R3sSqT.js} +102 -0
  8. package/dist/i18n.js +1 -1
  9. package/dist/lib/components/index.d.ts +15 -0
  10. package/dist/lib/components/ui/anchor-heading.d.ts +9 -0
  11. package/dist/lib/components/ui/anchor-heading.stories.d.ts +13 -0
  12. package/dist/lib/components/ui/anchor-heading.utils.d.ts +2 -0
  13. package/dist/lib/components/ui/api-endpoint.d.ts +9 -0
  14. package/dist/lib/components/ui/api-endpoint.stories.d.ts +14 -0
  15. package/dist/lib/components/ui/api-operation.d.ts +13 -0
  16. package/dist/lib/components/ui/api-operation.stories.d.ts +13 -0
  17. package/dist/lib/components/ui/cards/cards.stories.d.ts +23 -0
  18. package/dist/lib/components/ui/cards/cards.stories.data.d.ts +11 -0
  19. package/dist/lib/components/ui/cards/index.d.ts +12 -0
  20. package/dist/lib/components/ui/cards/partials/crew-card.d.ts +2 -0
  21. package/dist/lib/components/ui/cards/partials/feature-card.d.ts +2 -0
  22. package/dist/lib/components/ui/cards/partials/media-card.d.ts +2 -0
  23. package/dist/lib/components/ui/cards/partials/notice-card.d.ts +2 -0
  24. package/dist/lib/components/ui/cards/partials/overlay-card.d.ts +2 -0
  25. package/dist/lib/components/ui/cards/partials/pricing-card.d.ts +2 -0
  26. package/dist/lib/components/ui/cards/partials/profile-card.d.ts +2 -0
  27. package/dist/lib/components/ui/cards/partials/quote-card.d.ts +2 -0
  28. package/dist/lib/components/ui/cards/partials/split-card.d.ts +2 -0
  29. package/dist/lib/components/ui/cards/partials/spotlight-card.d.ts +2 -0
  30. package/dist/lib/components/ui/cards/partials/ticket-card.d.ts +2 -0
  31. package/dist/lib/components/ui/cards/types.d.ts +76 -0
  32. package/dist/lib/components/ui/code/code-group.d.ts +13 -0
  33. package/dist/lib/components/ui/code/code-group.stories.d.ts +14 -0
  34. package/dist/lib/components/ui/code/index.d.ts +2 -0
  35. package/dist/lib/components/ui/copy-button/copy-button.d.ts +5 -3
  36. package/dist/lib/components/ui/doc/doc-api.stories.d.ts +13 -0
  37. package/dist/lib/components/ui/doc/doc-blocks.stories.d.ts +13 -0
  38. package/dist/lib/components/ui/doc/doc-context.d.ts +61 -0
  39. package/dist/lib/components/ui/doc/doc.d.ts +11 -0
  40. package/dist/lib/components/ui/doc/doc.keyboard.d.ts +20 -0
  41. package/dist/lib/components/ui/doc/doc.keyboard.test.d.ts +1 -0
  42. package/dist/lib/components/ui/doc/doc.slice.d.ts +97 -0
  43. package/dist/lib/components/ui/doc/doc.stories.d.ts +15 -0
  44. package/dist/lib/components/ui/doc/doc.stories.data.d.ts +7 -0
  45. package/dist/lib/components/ui/doc/doc.utils.d.ts +29 -0
  46. package/dist/lib/components/ui/doc/doc.utils.test.d.ts +1 -0
  47. package/dist/lib/components/ui/doc/index.d.ts +36 -0
  48. package/dist/lib/components/ui/doc/partials/doc-article.d.ts +6 -0
  49. package/dist/lib/components/ui/doc/partials/doc-child-cards.d.ts +4 -0
  50. package/dist/lib/components/ui/doc/partials/doc-copy-actions.d.ts +7 -0
  51. package/dist/lib/components/ui/doc/partials/doc-empty.d.ts +3 -0
  52. package/dist/lib/components/ui/doc/partials/doc-header.d.ts +18 -0
  53. package/dist/lib/components/ui/doc/partials/doc-link.d.ts +3 -0
  54. package/dist/lib/components/ui/doc/partials/doc-nav.d.ts +4 -0
  55. package/dist/lib/components/ui/doc/partials/doc-page.d.ts +6 -0
  56. package/dist/lib/components/ui/doc/partials/doc-pager.d.ts +4 -0
  57. package/dist/lib/components/ui/doc/partials/doc-progress.d.ts +3 -0
  58. package/dist/lib/components/ui/doc/partials/doc-search.d.ts +1 -0
  59. package/dist/lib/components/ui/doc/partials/doc-see-also.d.ts +4 -0
  60. package/dist/lib/components/ui/doc/partials/doc-sidebar.d.ts +4 -0
  61. package/dist/lib/components/ui/doc/partials/doc-skip-link.d.ts +2 -0
  62. package/dist/lib/components/ui/doc/partials/doc-toc.d.ts +6 -0
  63. package/dist/lib/components/ui/doc/partials/doc-topbar.d.ts +4 -0
  64. package/dist/lib/components/ui/doc/types.d.ts +46 -0
  65. package/dist/lib/components/ui/doc/use-doc.d.ts +43 -0
  66. package/dist/lib/components/ui/feedback/empty-state.stories.d.ts +1 -0
  67. package/dist/lib/components/ui/feedback/index.d.ts +1 -0
  68. package/dist/lib/components/ui/feedback/scroll-progress.d.ts +6 -0
  69. package/dist/lib/components/ui/feedback/scroll-progress.stories.d.ts +13 -0
  70. package/dist/lib/components/ui/figure.d.ts +7 -0
  71. package/dist/lib/components/ui/figure.stories.d.ts +13 -0
  72. package/dist/lib/components/ui/hero.d.ts +10 -0
  73. package/dist/lib/components/ui/hero.stories.d.ts +13 -0
  74. package/dist/lib/components/ui/highlight-text.d.ts +6 -0
  75. package/dist/lib/components/ui/highlight-text.stories.d.ts +12 -0
  76. package/dist/lib/components/ui/list-tile.d.ts +2 -1
  77. package/dist/lib/components/ui/list-tile.stories.d.ts +1 -0
  78. package/dist/lib/components/ui/metrics/index.d.ts +6 -0
  79. package/dist/lib/components/ui/metrics/metrics.stories.d.ts +16 -0
  80. package/dist/lib/components/ui/metrics/metrics.stories.data.d.ts +5 -0
  81. package/dist/lib/components/ui/metrics/partials/breakdown-card.d.ts +2 -0
  82. package/dist/lib/components/ui/metrics/partials/goal-card.d.ts +2 -0
  83. package/dist/lib/components/ui/metrics/partials/rank-card.d.ts +2 -0
  84. package/dist/lib/components/ui/metrics/partials/sparkline.d.ts +5 -0
  85. package/dist/lib/components/ui/metrics/partials/trend-card.d.ts +2 -0
  86. package/dist/lib/components/ui/metrics/types.d.ts +35 -0
  87. package/dist/lib/components/ui/pager.d.ts +20 -0
  88. package/dist/lib/components/ui/pager.stories.d.ts +13 -0
  89. package/dist/lib/components/ui/param-table.d.ts +13 -0
  90. package/dist/lib/components/ui/param-table.stories.d.ts +13 -0
  91. package/dist/lib/components/ui/see-also.d.ts +17 -0
  92. package/dist/lib/components/ui/see-also.stories.d.ts +12 -0
  93. package/dist/lib/components/ui/skip-link.d.ts +3 -0
  94. package/dist/lib/components/ui/skip-link.stories.d.ts +12 -0
  95. package/dist/lib/components/ui/steps.d.ts +13 -0
  96. package/dist/lib/components/ui/steps.stories.d.ts +13 -0
  97. package/dist/lib/components/ui/tabs.d.ts +4 -1
  98. package/dist/lib/components/ui/tabs.stories.d.ts +1 -0
  99. package/dist/lib/components/ui/toc.d.ts +21 -0
  100. package/dist/lib/components/ui/toc.stories.d.ts +13 -0
  101. package/dist/lib/hooks/index.d.ts +1 -0
  102. package/dist/lib/hooks/use-heading-spy.d.ts +6 -0
  103. package/dist/lib/i18n/resources/en/index.d.ts +57 -0
  104. package/dist/lib/i18n/resources/en/material.json.d.ts +57 -0
  105. package/dist/lib/i18n/resources/fr/index.d.ts +57 -0
  106. package/dist/lib/i18n/resources/fr/material.json.d.ts +57 -0
  107. package/dist/lib/i18n/resources/index.d.ts +114 -0
  108. package/dist/lib/i18n/translator.d.ts +1 -1
  109. package/dist/lib/lib/string.utils.d.ts +9 -0
  110. package/dist/lib/lib/url.utils.d.ts +2 -0
  111. package/dist/{lib-CaKARQ-7.js → lib-Rq5clPUe.js} +620 -584
  112. package/dist/lib.js +3 -3
  113. package/dist/{main-CHByIwHT.js → main-Df-oZmsh.js} +35823 -33747
  114. package/dist/main.js +6 -6
  115. package/dist/material.css +1 -1
  116. package/package.json +1 -1
package/README.md CHANGED
@@ -5,9 +5,10 @@ drag-and-drop, i18n, and `Icon`. Tailwind CSS v4 + Base UI.
5
5
 
6
6
  ## At a glance
7
7
 
8
- - **148 catalogue entries in 12 categories** ([Components](#components)).
8
+ - **155 catalogue entries in 12 categories** ([Components](#components)).
9
9
  They cover primitives and overlays as well as data tables, filters, kanban,
10
- calendars, charts, chat, rich-text and code editors, PDF and media players.
10
+ calendars, charts, chat, documentation pages, rich-text and code editors,
11
+ PDF and media players.
11
12
  - **Form fields ship in pairs.** Each one has a standalone component
12
13
  (`TextField`) and a React Hook Form wrapper (`TextFormField`). Both are in
13
14
  the same barrel.
@@ -55,7 +56,7 @@ bun add react react-dom react-hook-form react-redux @reduxjs/toolkit @tanstack/r
55
56
  | `react-hook-form` `^7` | every `*FormField` |
56
57
  | `react-redux` `^9`, `@reduxjs/toolkit` `^2` | `DataTable`, filter, gallery, kanban, player, slice helpers |
57
58
  | `@tanstack/react-table` `^9` | `DataTable` |
58
- | `react-use` `^17` | `useTheme`, `useIsMobile`, other hooks |
59
+ | `react-use` `^17` | `useTheme`, `useIsMobile`, `ScrollProgress` (`useScroll` / `useWindowScroll`), `CopyButton` (`useCopyToClipboard`), other hooks |
59
60
 
60
61
  The tarball is `dist/`, not `lib/`. There is no `postinstall` build.
61
62
 
@@ -226,6 +227,7 @@ Vue has none. "(same parts)" means Vue exports the same sub-components.
226
227
  | `Collapsible`, `CollapsibleTrigger`, `CollapsibleContent` | A single show / hide region and its trigger. | `Collapsible` (same parts) |
227
228
  | `Card`, `CardHeader`, `CardTitle`, `CardDescription`, `CardAction`, `CardContent`, `CardFooter` | Card surface with header, action slot, content and footer. | `Card` (same parts) |
228
229
  | `Typography` | Text in the Material type scale (headline, title, body, caption…). | `Typography` |
230
+ | `AnchorHeading` | Heading with a hover copy-link (always visible on the phone). | `AnchorHeading` |
229
231
  | `Label` | Form label with an optional required asterisk. | `Label` |
230
232
  | `HelperText` | Hint or error message under a field. | `HelperText` |
231
233
  | `ExtendedLabel` | Section title with an animated accent underline and a trailing slot. | `ExtendedLabel` |
@@ -236,7 +238,7 @@ Vue has none. "(same parts)" means Vue exports the same sub-components.
236
238
  | `Kbd`, `KbdShortcut` | One keyboard key, or a key combination with platform glyphs. | `Kbd`, `KbdShortcut` |
237
239
  | `Separator` | Horizontal or vertical divider. | `Separator` |
238
240
  | `Table`, `TableHeader`, `TableBody`, `TableFooter`, `TableRow`, `TableHead`, `TableCell`, `TableCaption` | Styled semantic table inside a scrollable wrapper. | `Table` (same parts), `TableEmpty` |
239
- | `Tabs`, `TabsList`, `TabsTrigger`, `TabsContent` | Tabs whose triggers can take an icon. | `Tabs` (same parts) |
241
+ | `Tabs`, `TabsList`, `TabsTrigger`, `TabsContent` | Tabs whose triggers can take an icon. `variant="line"` is the quieter pill style. | `Tabs` (same parts) |
240
242
  | `Toggle` | Pressable on / off button: default or outlined, three sizes. | `Toggle` |
241
243
  | `ToggleGroup`, `ToggleGroupItem`, `ToggleGroupSeparator` | Single or multiple toggle group sharing variant and size. | `ToggleGroup`, `ToggleGroupItem` |
242
244
  | `Activity` | React `<Activity>` switched by a boolean `visible`. | `Activity` |
@@ -252,6 +254,7 @@ Vue has none. "(same parts)" means Vue exports the same sub-components.
252
254
  | `ResponsiveButton` | Shows its label on desktop and collapses to icon-only on mobile. | `ResponsiveButton` |
253
255
  | `LinkButton`, `IconLinkButton`, `ResponsiveLinkButton` | The button styles rendered as `react-router` links. | `LinkButton`, `IconLinkButton`, `ResponsiveLinkButton` |
254
256
  | `CopyButton`, `CopyValue` | Copies a value to the clipboard and briefly shows a check mark. `CopyValue` displays the value next to the button. | `CopyButton` |
257
+ | `HighlightText` | Marks case-insensitive matches of a query inside a string (`splitMatch`). | `HighlightText` |
255
258
  | `LoadMoreButton` | "Load more" button for cursor pagination; icon-only with a tooltip unless `expanded`. | `LoadMoreButton` |
256
259
  | `ScrollToTop` | Floating button that appears past a scroll threshold. | `ScrollToTop` |
257
260
  | `ActionCard` | Clickable card with icon, title, description and active indicator. | `ActionCard` |
@@ -327,15 +330,20 @@ Vue has none. "(same parts)" means Vue exports the same sub-components.
327
330
  | `CountBadge` | Count in the corner of its children, capped at `99+` and hidden at 0. | `CountBadge` |
328
331
  | `Chip` | Pill with leading, avatar and trailing slots, an active state and a dismiss button. | `Chip` |
329
332
  | `StatCard` | KPI tile with value, hint, icon, toned delta and a loading skeleton. | `StatCard` |
333
+ | `TrendCard`, `GoalCard`, `BreakdownCard`, `RankCard` | Dashboard tiles: trend + sparkline, goal vs target, share breakdown, ranked list. Container queries. | `TrendCard`, `GoalCard`, `BreakdownCard`, `RankCard` |
334
+ | `FeatureCard`, `MediaCard`, `PricingCard`, `ProfileCard`, `QuoteCard`, `OverlayCard`, `SpotlightCard`, `CrewCard`, `SplitCard`, `TicketCard`, `NoticeCard` | Card presets: product, media, pricing, profile, quote, overlay, spotlight, crew, split panel, ticket stub, notice rail. Container queries. | `FeatureCard`, `MediaCard`, `PricingCard`, `ProfileCard`, `QuoteCard`, `OverlayCard`, `SpotlightCard`, `CrewCard`, `SplitCard`, `TicketCard`, `NoticeCard` |
330
335
  | `StatusIndicator` | Coloured status dot with an optional pulse and label. | `StatusIndicator` |
331
336
  | `SummaryData` | Label / value pairs as a grid or inline; hides empty values. | `SummaryData` |
332
337
  | `Description` | Read-only label / value pair that renders nothing when empty. | `Description` |
333
338
  | `EntityHeader` | Page header with icon, title, status, metadata and actions. | `EntityHeader` |
334
- | `ListTile` | Row with leading / trailing slots, title and subtitle; becomes a link or button when interactive. | `ListTile` |
339
+ | `ListTile` | Row with leading / trailing slots, title and subtitle; becomes a link or button when interactive. `size="sm"` is the dense row. | `ListTile` |
335
340
  | `AccordionCard` | Renders `items` (title, content) as a styled accordion. | `AccordionCard` |
336
341
  | `Timeline`, `TimelineItem`, `RelativeTime` | Vertical event timeline with toned icons and relative times. | `Timeline`, `TimelineItem`, `RelativeTime` |
337
342
  | `EventChip` | Calendar event pill with time, all-day and continuation edges. | `EventChip` |
338
- | `CodeBlock`, `CodeDiff`, `JsonViewer` | Highlighted code with line numbers and copy, a Monaco diff, and a collapsible JSON tree. | `CodeBlock`, `CodeDiff`, `JsonViewer` |
343
+ | `CodeBlock`, `CodeDiff`, `JsonViewer`, `CodeGroup` | Highlighted code with line numbers and copy, a Monaco diff, a collapsible JSON tree, and tabbed samples (`Tabs variant="line"`). | `CodeBlock`, `CodeDiff`, `JsonViewer`, `CodeGroup` |
344
+ | `Figure` | Framed media with an optional caption. | `Figure` |
345
+ | `ApiEndpoint`, `ApiOperation` | HTTP method badge, path and copy; `ApiOperation` adds a param table and example `CodeGroup`. | `ApiEndpoint`, `ApiOperation` |
346
+ | `ParamTable` | Name / type / default / description table; stacked cards below `sm`. | `ParamTable` |
339
347
  | `QRCode` | QR code on a padded tile, with an optional centred logo. | `QRCode` |
340
348
  | `Barecode` | 1D barcode. | `Barecode` |
341
349
 
@@ -361,7 +369,14 @@ Vue has none. "(same parts)" means Vue exports the same sub-components.
361
369
  | `ListDetailsLayout`, `PaneLayout`, `ThreadLayout` | List / details that collapses to one view on mobile, a side pane that becomes a sheet, and a centred column. | `ListDetailsLayout`, `PaneLayout`, `ThreadLayout` |
362
370
  | `ResponsiveGrid` | Container-query grid that grows from 1 to 5 columns. | `ResponsiveGrid` |
363
371
  | `ResizableGroup`, `ResizablePanel`, `ResizableSeparator` | Resizable panels with an optional grip handle. | `ResizablePanelGroup`, `ResizablePanel`, `ResizableHandle` |
372
+ | `SkipLink` | Skip-to-content control, visible on focus. `DocSkipLink` composes it with `#doc-content`. | `SkipLink` |
373
+ | `Pager` | Previous / next cards for a sequence of pages. `DocPager` composes it. | `Pager` |
374
+ | `SeeAlso` | Related-link list with outbound icons. `DocSeeAlso` composes it. | `SeeAlso` |
375
+ | `Toc` | On-this-page outline with a per-item active bar. Rail from `xl`, collapsible panel below. `DocToc` composes it. | `Toc` |
364
376
  | `Stepper`, `StepperIndicator` | Clickable horizontal or vertical steps with status and progress; compact on mobile. | `Stepper` |
377
+ | `Steps`, `StepsItem` | Numbered editorial steps that stay visible on every breakpoint. | `Steps`, `StepsItem` |
378
+ | `Hero` | Landing band with eyebrow, title, supporting copy and actions. | `Hero` |
379
+ | `Doc`, `DocPage`, `DocTopbar`, `DocSidebar`, `DocToc`, `DocPager`, `DocSearch`, `DocChildCards`, `DocSeeAlso`, `DocEmpty`, `DocProgress` | Documentation site shell: sidebar from `md`, TOC rail from `xl`. Reading bar, copy-page / markdown, child cards, see also, and a 404 slot. Storybook `UI/Doc/Api` composes an API page from `DocPage`, `AnchorHeading`, `ApiOperation`, `ParamTable` and `CodeGroup`. | `Doc`, `DocPage`, `DocTopbar`, `DocSidebar`, `DocToc`, `DocPager`, `DocSearch`, `DocChildCards`, `DocSeeAlso`, `DocEmpty`, `DocProgress` |
365
380
  | `Background` | Full-viewport gradient with blurred colour blobs; centres its children. | `Background` |
366
381
  | `NavigationRail` | Placeholder: renders an empty rail container and takes no props yet. | `NavigationRail` |
367
382
 
@@ -389,8 +404,9 @@ Vue has none. "(same parts)" means Vue exports the same sub-components.
389
404
  | `AlertDialog`, `AlertDialogContent`, `AlertDialogAction`, `AlertDialogCancel`… | Parts for a blocking confirmation dialog. | `AlertDialog` (same parts) |
390
405
  | `ConfirmDialog`, `ConfirmationDialog`, `CustomAlertDialog` | Confirm / cancel dialog with async loading. `ConfirmationDialog` adds a trigger and an optional Zod form. | `ConfirmDialog`, `ConfirmationDialog`, `CustomAlertDialog` |
391
406
  | `CustomDialog` | Ready-made dialog with trigger, icon, title, body and footer. | `CustomDialog` |
392
- | `EmptyState` | Icon, title, description and action, with not-found, unauthorized, generic and empty presets. | `EmptyState` |
407
+ | `EmptyState` | Icon in a tinted well, title, description and action; not-found, unauthorized, generic and empty presets. | `EmptyState` |
393
408
  | `Progress`, `CircularProgress`, `ProgressField` | Linear bar, circular ring with a label, and a labelled progress field. | `Progress`, `CircularProgress`, `ProgressField` |
409
+ | `ScrollProgress` | Hairline that tracks window or a scrollable `target` (`react-use` `useWindowScroll` / `useScroll`). `DocProgress` composes it. | `ScrollProgress` |
394
410
  | `Spinner` | Loading spinner in several styles and colours. | `Spinner` |
395
411
  | `Toaster`, `toast`, `toasts`, `Toast` | Sonner toasts with icon and action. `toasts` provides `success` / `error` / `warning` / `info` / `loading` presets. | `Toaster`, `toast`, `toasts`, `Toast` |
396
412
  | `Skeleton`, `SkeletonAvatar`, `SkeletonCard`, `SkeletonText`, `SkeletonTable` | Loading placeholder and ready-made shapes. | `Skeleton` (same parts) |
@@ -456,9 +472,10 @@ functions; the differences are listed under each table.
456
472
  | `cast<T>(value)`, `castAsync<T>(promise)` | Type-only casts. |
457
473
  | `delay(ms)` | Promise that resolves after `ms`. |
458
474
  | `safeGetItem(key, default)`, `safeSetItem(key, value)`, `safeRemoveItem(key)` | JSON `localStorage` access that never throws (SSR, private mode). Grouped as `LOCALE_STORE_UTILS`. |
459
- | `enumToKebabCase(value)`, `joinTruthyParts(parts, sep = ', ')` | `SOME_ENUM` → `some-enum`; joins the truthy parts only. Grouped as `STRING_UTILS`. |
475
+ | `enumToKebabCase(value)`, `joinTruthyParts(parts, sep = ', ')`, `splitMatch(text, query)` | `SOME_ENUM` → `some-enum`; joins the truthy parts only; splits a string around case-insensitive matches. Grouped as `STRING_UTILS`. |
460
476
  | `STYLES_UTILS.colorFromVariable(name, alpha?)` | `rgb(from var(--name) r g b / alpha)` for a theme token. |
461
477
  | `searchParams(request)`, `searchParam(request, key)` | Reads the query string of a Fetch `Request` (loaders, actions). |
478
+ | `isExternalHref(href)` | True for `http(s):` and `mailto:` — new tab, not in-app. |
462
479
  | `buildFieldOptions(values, { valueKey, label })` | Maps records to `{ value, label }` options by path or label function. |
463
480
  | `zodLocaleError()` | Zod v4 `customError` that translates issues through `material.zod.*`: `z.config({ customError: zodLocaleError() })`. |
464
481
  | `parsedType(data)` | Runtime type name used for Zod's `{received}` placeholder. |
@@ -492,6 +509,7 @@ Vue: the Redux helpers are Pinia store factories — `defineLocalStore`
492
509
  | `resolveTheme(stored, prefersDark)`, `applyResolvedTheme(theme)` | The pure theme logic behind `useTheme`, usable in an inline boot script. |
493
510
  | `useIsClient()` | `false` on the server and first render, `true` after mount — a hydration guard. |
494
511
  | `useIsMobile()` | `true` below 768 px. |
512
+ | `useHeadingSpy(ids, onActive, options?)` | IntersectionObserver over heading ids; reports the topmost visible one. |
495
513
  | `useLocalizedDate()` | `{ language, locale, format }`: `DATE_UTILS.format` bound to the `I18nProvider` language. |
496
514
  | `useNumberFormatter()` | `{ formatNumber, formatCurrency }` bound to the `I18nProvider` language. |
497
515
  | `useOptions(items, { value, label, filter?, expanded? })` | Memoised `{ value, label }` options for selects; `buildOptions` is the non-hook version. |
@@ -1,2 +1,3 @@
1
- import { $ as ee, $a as te, $c as ne, $d as re, $i as ie, $l as e, $n as t, $o as n, $r as r, $s as i, $t as a, $u as o, A as s, Aa as c, Ac as l, Ad as u, Ai as d, Al as f, An as p, Ao as m, Ar as h, As as g, At as _, Au as v, B as y, Ba as b, Bc as x, Bd as S, Bi as C, Bl as w, Bn as T, Bo as E, Br as D, Bs as O, Bt as k, Bu as A, C as j, Ca as M, Cc as N, Cd as P, Ci as F, Cl as I, Cn as L, Co as R, Cr as z, Cs as B, Ct as V, Cu as H, D as U, Da as W, Dc as G, Dd as K, Di as q, Dl as J, Dn as Y, Do as ae, Dr as oe, Ds as se, Dt as ce, Du as le, E as ue, Ea as de, Ec as fe, Ed as pe, Ei as me, El as he, En as ge, Eo as _e, Er as ve, Es as ye, Et as be, Eu as xe, F as Se, Fa as Ce, Fc as we, Fd as Te, Fi as Ee, Fl as De, Fn as Oe, Fo as ke, Fr as Ae, Fs as je, Ft as Me, Fu as Ne, G as Pe, Ga as X, Gc as Fe, Gd as Ie, Gi as Le, Gl as Re, Gn as ze, Go as Be, Gr as Ve, Gs as He, Gt as Ue, Gu as We, H as Ge, Ha as Ke, Hc as qe, Hd as Je, Hi as Ye, Hl as Xe, Hn as Ze, Ho as Qe, Hr as $e, Hs as et, Ht as tt, Hu as nt, I as rt, Ia as it, Ic as at, Id as ot, Ii as st, Il as ct, In as lt, Io as ut, Ir as dt, Is as ft, It as pt, Iu as mt, J as ht, Ja as gt, Jc as _t, Jd as vt, Ji as yt, Jl as bt, Jn as xt, Jo as St, Jr as Ct, Js as wt, Jt as Tt, Ju as Et, K as Dt, Ka as Ot, Kc as kt, Kd as At, Ki as jt, Kl as Mt, Kn as Nt, Ko as Pt, Kr as Ft, Ks as It, Kt as Lt, Ku as Rt, L as zt, La as Bt, Lc as Vt, Ld as Ht, Li as Ut, Ll as Wt, Ln as Gt, Lo as Kt, Lr as qt, Ls as Jt, Lt as Yt, Lu as Xt, M as Zt, Ma as Qt, Mc as $t, Md as en, Mi as tn, Ml as nn, Mn as rn, Mo as an, Mr as on, Ms as sn, Mt as cn, Mu as ln, N as un, Na as dn, Nc as fn, Nd as pn, Ni as mn, Nl as hn, Nn as gn, No as _n, Nr as vn, Ns as yn, Nt as bn, Nu as xn, O as Sn, Oa as Cn, Oc as wn, Od as Tn, Oi as En, Ol as Dn, On, Oo as kn, Or as An, Os as jn, Ot as Mn, Ou as Nn, P as Pn, Pa as Fn, Pc as In, Pd as Ln, Pi as Rn, Pl as zn, Pn as Bn, Po as Vn, Pr as Hn, Ps as Un, Pt as Wn, Pu as Gn, Q as Kn, Qa as qn, Qc as Jn, Qd as Yn, Qi as Xn, Ql as Zn, Qn, Qo as $n, Qr as er, Qs as tr, Qt as nr, Qu as rr, R as ir, Ra as ar, Rc as or, Rd as sr, Ri as cr, Rl as lr, Rn as ur, Ro as dr, Rr as fr, Rs as pr, Rt as mr, Ru as hr, S as gr, Sa as _r, Sc as vr, Sd as yr, Si as br, Sl as xr, Sn as Sr, So as Cr, Sr as wr, Ss as Tr, St as Er, Su as Dr, T as Or, Ta as kr, Tc as Ar, Td as jr, Ti as Mr, Tl as Nr, Tn as Pr, To as Fr, Tr as Ir, Ts as Lr, Tt as Rr, Tu as zr, U as Br, Ua as Vr, Uc as Hr, Ud as Ur, Ui as Wr, Ul as Gr, Un as Kr, Uo as qr, Ur as Jr, Us as Yr, Ut as Xr, Uu as Zr, V as Qr, Va as $r, Vc as ei, Vd as ti, Vi as ni, Vl as ri, Vn as ii, Vo as ai, Vr as oi, Vs as si, Vt as ci, Vu as li, W as ui, Wa as di, Wc as fi, Wd as pi, Wi as mi, Wl as hi, Wn as gi, Wo as _i, Wr as vi, Ws as yi, Wt as bi, Wu as xi, X as Si, Xa as Ci, Xc as wi, Xd as Ti, Xi as Ei, Xl as Di, Xn as Oi, Xo as ki, Xr as Ai, Xs as ji, Xt as Mi, Xu as Ni, Y as Pi, Ya as Fi, Yc as Ii, Yd as Li, Yi as Ri, Yl as zi, Yn as Bi, Yo as Vi, Yr as Hi, Ys as Ui, Yt as Wi, Yu as Gi, Z as Ki, Za as qi, Zc as Ji, Zd as Yi, Zi as Xi, Zl as Zi, Zn as Qi, Zo as $i, Zr as ea, Zs as ta, Zt as na, Zu as ra, _ as ia, _a as aa, _c as oa, _d as sa, _f as ca, _i as la, _l as ua, _n as da, _o as fa, _r as pa, _s as ma, _t as ha, _u as ga, a as _a, aa as va, ac as ya, ad as ba, af as xa, ai as Sa, al as Ca, an as wa, ao as Ta, ar as Ea, as as Da, at as Oa, au as ka, b as Aa, ba as ja, bc as Ma, bd as Na, bi as Pa, bl as Fa, bn as Ia, bo as La, br as Ra, bs as za, bt as Ba, bu as Va, c as Ha, ca as Ua, cc as Wa, cd as Ga, cf as Ka, ci as qa, cl as Ja, cn as Ya, co as Xa, cr as Za, cs as Qa, ct as $a, cu as eo, d as to, da as Z, dc as no, dd as ro, df as io, di as ao, dl as oo, dn as so, do as co, dr as lo, ds as uo, dt as fo, du as po, ea as mo, ec as ho, ed as go, ef as _o, ei as vo, el as yo, en as bo, eo as xo, er as So, es as Co, et as wo, eu as To, f as Q, fa as Eo, fc as Do, fd as Oo, ff as ko, fi as Ao, fl as jo, fn as Mo, fo as No, fr as Po, fs as Fo, ft as Io, fu as Lo, g as Ro, ga as zo, gc as Bo, gd as Vo, gf as Ho, gi as Uo, gl as Wo, gn as Go, go as Ko, gr as qo, gs as Jo, gt as Yo, gu as Xo, h as Zo, ha as Qo, hc as $o, hd as es, hf as ts, hi as ns, hl as rs, hn as is, ho as as, hr as os, hs as ss, ht as cs, hu as ls, i as us, ia as ds, ic as fs, id as ps, if as ms, ii as hs, il as gs, in as _s, io as vs, ir as ys, is as bs, it as xs, iu as Ss, j as Cs, ja as ws, jc as Ts, jd as Es, ji as Ds, jl as Os, jn as ks, jo as As, jr as js, js as Ms, jt as Ns, ju as Ps, k as Fs, ka as Is, kc as Ls, kd as Rs, ki as zs, kl as Bs, kn as Vs, ko as Hs, kr as Us, ks as Ws, kt as Gs, ku as Ks, l as qs, la as Js, lc as Ys, ld as Xs, lf as Zs, li as Qs, ll as $s, ln as ec, lo as tc, lr as nc, ls as rc, lt as ic, lu as ac, m as oc, ma as sc, mc as cc, md as lc, mf as uc, mi as dc, ml as fc, mn as pc, mo as mc, mr as hc, ms as gc, mt as _c, mu as vc, n as yc, na as bc, nc as xc, nd as Sc, nf as Cc, ni as wc, nl as Tc, nn as Ec, no as Dc, nr as Oc, ns as kc, nt as Ac, nu as jc, o as Mc, oa as Nc, oc as Pc, od as Fc, of as Ic, oi as Lc, ol as Rc, on as zc, oo as Bc, or as Vc, os as Hc, ot as Uc, ou as Wc, p as Gc, pa as Kc, pc as qc, pd as Jc, pf as Yc, pi as Xc, pl as Zc, pn as Qc, po as $c, pr as el, ps as tl, pt as nl, pu as rl, q as il, qa as al, qc as ol, qd as sl, qi as cl, ql as ll, qn as ul, qo as dl, qr as fl, qs as pl, qt as ml, qu as hl, r as gl, ra as _l, rc as vl, rd as yl, rf as $, ri as bl, rl as xl, rn as Sl, ro as Cl, rr as wl, rs as Tl, rt as El, ru as Dl, s as Ol, sa as kl, sc as Al, sd as jl, sf as Ml, si as Nl, sl as Pl, sn as Fl, so as Il, sr as Ll, ss as Rl, st as zl, su as Bl, t as Vl, ta as Hl, tc as Ul, td as Wl, tf as Gl, ti as Kl, tl as ql, tn as Jl, to as Yl, tr as Xl, ts as Zl, tt as Ql, tu as $l, u as eu, ua as tu, uc as nu, ud as ru, uf as iu, ui as au, ul as ou, un as su, uo as cu, ur as lu, us as uu, ut as du, uu as fu, v as pu, va as mu, vc as hu, vd as gu, vf as _u, vi as vu, vl as yu, vn as bu, vo as xu, vr as Su, vs as Cu, vt as wu, vu as Tu, w as Eu, wa as Du, wc as Ou, wd as ku, wi as Au, wl as ju, wn as Mu, wo as Nu, wr as Pu, ws as Fu, wt as Iu, wu as Lu, x as Ru, xa as zu, xc as Bu, xd as Vu, xi as Hu, xl as Uu, xn as Wu, xo as Gu, xr as Ku, xs as qu, xt as Ju, xu as Yu, y as Xu, ya as Zu, yc as Qu, yd as $u, yi as ed, yl as td, yn as nd, yo as rd, yr as id, ys as ad, yt as od, yu as sd, z as cd, za as ld, zc as ud, zd as dd, zi as fd, zl as pd, zn as md, zo as hd, zr as gd, zs as _d, zt as vd, zu as yd } from "./main-CHByIwHT.js";
2
- export { ko as Accordion, Ln as AccordionCard, Yc as AccordionContent, uc as AccordionItem, _u as AccordionPrimitive, ts as AccordionTrigger, pe as ActionCard, jr as Activity, Na as ActivityContent, Xt as ActivityLayout, ds as Alert, tc as AlertDialog, cu as AlertDialogAction, co as AlertDialogCancel, No as AlertDialogContent, $c as AlertDialogDescription, mc as AlertDialogFooter, as as AlertDialogHeader, Ko as AlertDialogOverlay, fa as AlertDialogPortal, ca as AlertDialogPrimitive, xu as AlertDialogTitle, rd as AlertDialogTrigger, Xs as AppBreadcrumb, ru as AppBreadcrumbItem, ro as AppBreadcrumbSeparator, hr as AppHeader, yd as AppSidebar, Do as AreaChart, Tc as AttributeDialog, xl as AttributeForm, gs as AttributeValueFormField, Jn as AttributeValuesForm, wi as AttributeValuesFormFieldSet, ei as AttributesField, x as AttributesFormField, qe as AttributesList, zi as Autocomplete, Di as AutocompleteChips, bt as AutocompleteFormField, yl as Avatar, ps as AvatarBase, ba as AvatarFallback, or as AvatarGroup, Fc as AvatarImage, $u as Background, at as Badge, we as Banner, no as BarChart, In as Barecode, ku as BottomAppBar, Oo as Breadcrumb, Jc as BreadcrumbEllipsis, lc as BreadcrumbItem, es as BreadcrumbLink, Vo as BreadcrumbList, sa as BreadcrumbPage, gu as BreadcrumbSeparator, xa as Button, ms as ButtonGroup, pl as CODE_LANGUAGES, Cl as CSS, ju as Calendar, Nr as CalendarDayButton, K as Card, Tn as CardAction, Rs as CardContent, u as CardDescription, Es as CardFooter, en as CardHeader, pn as CardTitle, Ls as Carousel, l as CarouselContent, Ts as CarouselItem, $t as CarouselNext, fn as CarouselPrevious, $o as ChartContainer, ho as ChatComposer, ya as ChatComposerAttachmentChip, vl as ChatComposerAttachmentList, fs as ChatComposerAttachments, tr as ChatConversationItem, je as ChatMarkdown, Un as ChatMessage, sn as ChatMessageList, Ms as ChatMessageSeparator, g as ChatReactionGroup, Ws as ChatThread, yn as ChatTypingIndicator, se as CheckCardField, ve as CheckCardFormField, ye as Checkbox, Ir as CheckboxFormField, Lr as CheckboxGroup, Pu as CheckboxGroupFormField, xe as Chip, _l as CircularProgress, Yr as CodeBlock, O as CodeDiff, Fu as CodeEditor, z as CodeEditorFormField, qu as Collapsible, Tr as CollapsibleContent, B as CollapsibleTrigger, Cu as ColorField, wr as ColorFormField, To as Combobox, $l as ComboboxChip, jc as ComboboxChips, Dl as ComboboxChipsInput, Ss as ComboboxCollection, ka as ComboboxContent, Wc as ComboboxEmpty, ma as ComboboxField, Ku as ComboboxFormField, Bl as ComboboxGroup, eo as ComboboxInput, ac as ComboboxItem, fu as ComboboxLabel, po as ComboboxList, zr as ComboboxPrimitive, Lo as ComboboxSeparator, rl as ComboboxTrigger, vc as ComboboxValue, Qa as Command, rc as CommandDialog, uu as CommandEmpty, uo as CommandGroup, Fo as CommandInput, tl as CommandItem, gc as CommandList, ss as CommandSeparator, Jo as CommandShortcut, tu as ConfirmDialog, Hl as ConfirmationDialog, Da as ContactDialog, bs as ContactItem, Rl as ContactType, Tl as Contacts, kc as ContactsFormField, ai as ContextMenu, Qe as ContextMenuCheckboxItem, qr as ContextMenuContent, _i as ContextMenuGroup, Be as ContextMenuItem, Pt as ContextMenuLabel, dl as ContextMenuPortal, St as ContextMenuRadioGroup, Vi as ContextMenuRadioItem, ki as ContextMenuSeparator, $i as ContextMenuShortcut, $n as ContextMenuSub, n as ContextMenuSubContent, Co as ContextMenuSubTrigger, Zl as ContextMenuTrigger, ji as CopyButton, Ui as CopyValue, i as CountBadge, kn as CountryField, Ra as CountryFormField, _e as CurrencyField, id as CurrencyFormField, mo as CustomAlertDialog, bc as CustomDialog, Rr as DAY_OF_WEEK_FALLBACKS, ad as DEFAULT_COLOR, zs as DEFAULT_FILTER_STATE, d as DEFAULT_MAX_VISIBLE_CHIPS, Ds as DEFAULT_PERSISTENCE_CONFIG, tn as DEFAULT_PRESET_CONFIG, mn as DEFAULT_VALIDATION_RULES, Gu as DataTable, La as DataTableColumnHeader, Nu as DataTablePagination, R as DataTableViewOptions, Uu as DateField, xr as DateFieldContent, I as DateFieldTrigger, Fa as DateFormField, Ta as DateRangeField, Bc as DateRangeFieldTrigger, Su as DateRangeFormField, vs as Description, le as Dialog, Nn as DialogClose, Ks as DialogContent, v as DialogDescription, Ps as DialogFooter, ln as DialogHeader, xn as DialogOverlay, Gn as DialogPortal, Ne as DialogTitle, mt as DialogTrigger, al as DndOverlay, Ot as DndProvider, X as DragHandle, X as SortableHandle, di as Draggable, Vr as DraggableDroppable, Is as Drawer, c as DrawerClose, ws as DrawerContent, Qt as DrawerDescription, dn as DrawerFooter, Fn as DrawerHeader, Ce as DrawerOverlay, it as DrawerPortal, Bt as DrawerTitle, ar as DrawerTrigger, Ht as DropdownMenu, sr as DropdownMenuCheckboxItem, dd as DropdownMenuContent, S as DropdownMenuGroup, ti as DropdownMenuItem, Je as DropdownMenuLabel, Ur as DropdownMenuPortal, pi as DropdownMenuRadioGroup, Ie as DropdownMenuRadioItem, At as DropdownMenuSeparator, sl as DropdownMenuShortcut, vt as DropdownMenuSub, Li as DropdownMenuSubContent, Ti as DropdownMenuSubTrigger, Yi as DropdownMenuTrigger, Ke as Droppable, de as DurationField, pa as DurationFormField, zo as EmailField, qo as EmailFormField, Fe as EmptyState, sc as EntityHeader, va as EventCalendar, Eo as EventCalendarProvider, Z as EventChip, Ji as ExtendedLabel, Rn as FILTER_CONTAINER_BREAKPOINTS, ni as Field, fd as FileList, cr as FileListField, os as FileListFormField, Ut as FileListS3Field, hc as FileListS3FormField, el as FilesFormField, An as Filter, gd as FilterActions, fr as FilterChips, Hn as FilterContent, vn as FilterDialog, on as FilterDrawer, qt as FilterField, oe as FilterFormField, Ae as FilterGroup, dt as FilterGroups, js as FilterInline, h as FilterPopover, D as FilterPresets, oi as FilterProvider, Us as FilterSheet, Po as FormField, nu as FunnelChart, On as Gallery, Ys as HeatmapChart, e as HelperText, Sr as HoverCard, L as HoverCardContent, Mu as HoverCardTrigger, Pr as HydrateLoading, bu as IMAGE_CROP_ASPECTS, Te as Icon, Cc as IconButton, Yn as IconLinkButton, da as ImageCropper, Go as ImageCropperDialog, Xn as ImageField, lo as ImageFormField, Xi as ImageS3Field, lu as ImageS3FormField, Js as InlineEdit, nc as InlineEditFormField, H as Input, Xo as InputGroup, ga as InputGroupAddon, Tu as InputGroupButton, Za as InputGroupField, Ll as InputGroupFormField, sd as InputGroupInput, Va as InputGroupText, Yu as InputGroupTextarea, Jt as JsonViewer, Mo as Kanban, pc as KanbanProvider, so as Kbd, ec as KbdShortcut, Zn as Label, Ya as LanguageSwitcher, Y as LightboxGallery, qc as LineChart, re as LinkButton, Sl as ListDetailsDetails, _s as ListDetailsLayout, wa as ListDetailsList, zc as ListDetailsTrigger, fi as ListTile, Fr as LoadMoreButton, yi as MOONLIGHT_DARK, He as MOONLIGHT_DAY, Me as Menubar, pt as MenubarCheckboxItem, Yt as MenubarContent, mr as MenubarGroup, vd as MenubarItem, k as MenubarLabel, ci as MenubarMenu, tt as MenubarPortal, Xr as MenubarRadioGroup, bi as MenubarRadioItem, Ue as MenubarSeparator, Lt as MenubarShortcut, ml as MenubarSub, Tt as MenubarSubContent, Wi as MenubarSubTrigger, Mi as MenubarTrigger, ge as MiniGallery, Wn as NavigationRail, Wr as NetworkUploadField, Vc as NetworkUploadFormField, Mn as Notifications, hi as NumberField, Gr as NumberFormField, Iu as OpeningHours, V as OpeningHoursDialog, Er as OpeningHoursFormField, Ju as OpeningHoursItem, be as OpeningHoursSchema, Ei as OtpField, Ea as OtpFormField, dr as PHONE_COUNTRIES, _c as Pagination, Io as PaginationBar, cs as PaginationContent, Yo as PaginationEllipsis, ha as PaginationItem, wu as PaginationLink, od as PaginationNext, Ba as PaginationPrevious, nr as PaneLayout, a as PaneLayoutContent, bo as PaneLayoutPane, Jl as PaneLayoutTrigger, wl as PasswordField, Oc as PasswordFormField, fo as PdfOutlineSidebar, du as PdfPageList, xs as PdfReader, $a as PdfSidebar, ic as PdfThumbnailSidebar, zl as PdfToolbar, Oa as PdfViewer, Xl as PercentField, So as PercentFormField, m as PhoneField, t as PhoneFormField, Wa as PieChart, fc as Popover, rs as PopoverAnchor, Wo as PopoverContent, ua as PopoverTrigger, wo as PostalAddress, ee as PostalAddressDialog, Kn as PostalAddressFormField, Pi as PrintBadge, il as PrintCard, ht as PrintCardField, Dt as PrintHeader, ui as PrintInfoRow, Pe as PrintSection, y as PrintTable, Qr as PrintTableCell, Ge as PrintTableHeader, Br as PrintTableRow, ir as PrintTotalRow, cd as PrintTotals, _r as Progress, zu as ProgressField, Se as QRCode, M as QuestionCard, mu as Quiz, Al as RadarChart, cl as RadioGroup, yt as RadioGroupBase, Qn as RadioGroupFormField, Ri as RadioGroupItem, Oi as RatingField, Bi as RatingFormField, Ns as RelativeTime, Zt as ResizableGroup, un as ResizablePanel, Pn as ResizableSeparator, Gl as ResponsiveButton, Hr as ResponsiveGrid, _o as ResponsiveLinkButton, td as RichTextEditor, yu as RichTextEditorFormField, xt as S3UploadField, ul as S3UploadFormField, Pc as ScatterChart, Cs as ScrollToTop, kl as SearchField, Nt as SearchFormField, hn as Select, jn as SelectCardField, ze as SelectCardFormField, jt as SelectChipField, gi as SelectChipFormField, zn as SelectContent, Os as SelectField, nn as SelectFieldTrigger, f as SelectFormField, De as SelectGroup, ct as SelectItem, Wt as SelectLabel, lr as SelectScrollDownButton, pd as SelectScrollUpButton, w as SelectSeparator, ri as SelectTrigger, Xe as SelectValue, Zi as Separator, Gi as Sheet, Ni as SheetClose, ra as SheetContent, rr as SheetDescription, o as SheetFooter, go as SheetHeader, Wl as SheetTitle, Sc as SheetTrigger, Zr as Sidebar, xi as SidebarContent, We as SidebarFooter, Rt as SidebarHeader, hl as SidebarMenuItem, Et as SidebarMenuLabel, wn as Skeleton, G as SkeletonAvatar, Ar as SkeletonCard, Bo as SkeletonTable, fe as SkeletonText, Le as Slider, Kr as SliderFormField, b as Sortable, Ze as SortableList, ii as SortableListFormField, ld as SortableProvider, io as Spinner, ot as SplitButton, Fs as StatCard, Ga as StatusIndicator, ue as Stepper, U as StepperIndicator, Q as StxPlayer, Q as VideoPlayer, ia as StxPlayerControls, Ro as StxPlayerExtras, Zo as StxPlayerMini, pu as StxPlayerProvider, oc as StxPlayerQueue, Gc as StxPlayerViewport, Qo as SummaryData, mi as Switch, T as SwitchFormField, to as Switcher, ur as TIMEZONES, oa as Table, hu as TableBody, Qu as TableCaption, Ma as TableCell, Bu as TableFooter, vr as TableHead, N as TableHeader, Ou as TableRow, Ol as Tabs, Ha as TabsContent, qs as TabsList, eu as TabsTrigger, Bs as TextField, Dn as TextFormField, Dr as Textarea, J as TextareaField, he as TextareaFormField, Mc as ThemeToggle, na as ThreadLayout, Rc as TimeField, Pl as TimeFieldTrigger, Ca as TimeFormField, Ja as TimePicker, Gs as Timeline, _ as TimelineItem, Gt as TimezoneField, lt as TimezoneFormField, kt as Toast, _t as Toaster, jo as Toggle, $s as ToggleGroup, ou as ToggleGroupItem, oo as ToggleGroupSeparator, Ml as Tooltip, Ka as TooltipContent, Ho as TooltipPrimitive, Zs as TooltipProvider, iu as TooltipTrigger, P as TopAppBar, Oe as TransferList, Bn as TransferListFormField, Vl as Tree, _a as TreeItem, Vu as Typography, Ee as URL_PARAM_SEPARATORS, Ye as UploadField, gn as UploadFormField, p as UrlField, Vs as UrlFormField, st as VALIDATION_MESSAGES, hs as VALIDATION_PATTERNS, Sa as VALIDATION_PRESETS, Zu as answeredCount, Ao as areFilterValuesEqual, qi as arrayMove, Vt as badgeVariants, Ic as buttonVariants, Ql as cityLine, Re as clampNumber, Qi as clampRating, Xc as cleanFilterValues, Kl as clearFromStorage, Ct as clearPersistedFilterValues, Ve as clearPresets, xo as closestCenter, Ul as collectComposerAttachments, Ki as commonPrintStyles, Ci as composeRefs, Hc as contactTypeLabel, ne as convertAttributesToRecord, ta as copyToClipboard, dc as countActiveFilters, Hs as countryOptions, Ru as createInitialState, Lc as createValidationRule, nd as cropImageToFile, Cr as dataTableFeatures, ce as dayOfWeekLabel, Ua as debounce, As as exampleNational, A as findActiveMenuItem, hd as findCountry, gl as findTreeNode, E as flagEmoji, us as flattenVisibleTree, rt as formatAmount, yo as formatAttributeDisplayedValue, ql as formatAttributesValues, zt as formatDate, C as formatFileSize, ns as formatFilterValue, an as formatInternational, _n as formatNational, cn as formatRelativeTime, s as formatStatDelta, Or as formatTime, q as generatePresetId, ed as getDefaultValuesFromSchema, Pa as getFilterField, Hu as getFilterFieldLabel, br as getGroupFields, Ia as getRadianAngle, F as getUngroupedFields, Nl as getValidationError, Au as getVisibleFields, Uo as hasActiveFilters, qa as hasValidationErrors, la as haveFiltersChanged, It as highlightCode, qn as horizontalListSortingStrategy, $ as iconButtonVariants, $ as variants, Lu as inputDefaultClassNames, $r as insertIds, Du as isAnswerCorrect, kr as isAnswered, aa as isEmail, Mr as isFieldVisible, vu as isFilterValueEmpty, li as isMenuItemActive, Vn as isPossiblePhoneNumber, Ac as isPostalAddressEmpty, ks as isUrl, ke as isValidPhoneNumber, wc as loadFromStorage, ea as loadFromUrl, Hi as loadPersistedFilterValues, Ft as loadPresets, me as mapFilterFieldToFieldConfig, W as minutesToParts, si as moonlightThemeName, za as normalizeHex, rn as normalizeUrl, nl as paginationItems, ae as parseCurrencyInput, er as parseFromUrlParams, pr as parseJsonSource, Mt as parseNumberInput, ut as parsePhoneInput, nt as partitionMenu, Cn as partsToMinutes, Ai as persistFilterValues, Yl as pointerWithin, El as postalAddressCountryName, _d as prettyJson, Dc as rectIntersection, et as registerMoonlightThemes, ft as renderChatMarkdown, wt as resolveCodeLanguage, Sn as resolveStepState, Wu as rotateSize, fl as savePresets, bl as saveToStorage, ys as scorePassword, ja as scoreQuiz, r as serializeToUrlParams, su as shortcutGlyph, Ii as sonnerToast, En as sortPresets, ud as splitAvatarOverflow, jl as statusToneDotClass, ll as stepNumber, gr as stxPlayerActions, j as stxPlayerSelectors, Eu as stxPlayerSlice, md as timezoneLabel, bn as toDate, Kt as toE164, ol as toast, ie as toasts, Zc as toggleVariants, Si as tw, yr as typographyVariants, vo as updateUrlWithFilters, cc as useChartTheme, xc as useChatComposerAttachments, Il as useColumnHelpers, ls as useComboboxAnchor, Xa as useDeleteRowsHandler, gt as useDndActiveId, Fi as useDndItem, Nc as useEventCalendar, Kc as useEventCalendarContext, Jr as useFilter, $e as useFilterContext, vi as useFilterSelector, Qc as useKanban, is as useKanbanContext, Fl as useListDetails, Ec as usePaneLayout, Uc as usePdfReader, Aa as useStxPlayer, Xu as useStxPlayerContext, yc as useTree, Qs as validateAllFilters, au as validateField, ao as validateFilterValue, te as verticalListSortingStrategy };
1
+ import { $ as ee, $a as te, $c as ne, $d as re, $f as ie, $i as e, $l as t, $n as n, $o as r, $r as i, $s as a, $t as o, $u as s, A as c, Aa as l, Ac as u, Ad as d, Af as f, Ai as p, Al as m, An as h, Ao as g, Ap as _, Ar as v, As as y, At as b, Au as x, B as S, Ba as C, Bc as w, Bd as T, Bf as E, Bi as D, Bl as O, Bn as k, Bo as A, Br as j, Bs as M, Bt as N, Bu as P, C as F, Ca as I, Cc as L, Cd as R, Cf as z, Ci as B, Cl as V, Cn as H, Co as U, Cp as W, Cr as G, Cs as K, Ct as q, Cu as J, D as Y, Da as ae, Dc as oe, Dd as se, Df as ce, Di as le, Dl as ue, Dn as de, Do as fe, Dp as pe, Dr as me, Ds as he, Dt as ge, Du as _e, E as ve, Ea as ye, Ec as be, Ed as xe, Ef as Se, Ei as Ce, El as we, En as Te, Eo as Ee, Ep as De, Er as Oe, Es as ke, Et as Ae, Eu as je, F as Me, Fa as Ne, Fc as Pe, Fd as Fe, Ff as Ie, Fi as Le, Fl as Re, Fn as ze, Fo as Be, Fr as Ve, Fs as He, Ft as Ue, Fu as We, G as Ge, Ga as Ke, Gc as qe, Gd as Je, Gf as Ye, Gi as Xe, Gl as Ze, Gn as Qe, Go as $e, Gr as et, Gs as tt, Gt as nt, Gu as rt, H as it, Ha as at, Hc as ot, Hd as st, Hf as ct, Hi as lt, Hl as ut, Hn as dt, Ho as ft, Hr as pt, Hs as mt, Ht as ht, Hu as gt, I as _t, Ia as vt, Ic as yt, Id as bt, If as xt, Ii as St, Il as Ct, In as wt, Io as Tt, Ir as Et, Is as Dt, It as Ot, Iu as kt, J as At, Ja as jt, Jc as Mt, Jd as Nt, Jf as Pt, Ji as Ft, Jl as It, Jn as Lt, Jo as Rt, Jr as zt, Js as Bt, Jt as Vt, Ju as Ht, K as Ut, Ka as Wt, Kc as Gt, Kd as Kt, Kf as qt, Ki as Jt, Kl as Yt, Kn as Xt, Ko as Zt, Kr as Qt, Ks as $t, Kt as en, Ku as tn, L as nn, La as rn, Lc as an, Ld as on, Lf as sn, Li as cn, Ll as ln, Ln as un, Lo as dn, Lr as fn, Ls as pn, Lt as mn, Lu as hn, M as gn, Ma as _n, Mc as vn, Md as yn, Mf as bn, Mi as xn, Ml as Sn, Mn as Cn, Mo as wn, Mp as Tn, Mr as En, Ms as Dn, Mt as On, Mu as kn, N as An, Na as jn, Nc as Mn, Nd as Nn, Nf as Pn, Ni as Fn, Nl as In, Nn as Ln, No as Rn, Np as zn, Nr as Bn, Ns as Vn, Nt as Hn, Nu as Un, O as Wn, Oa as Gn, Oc as Kn, Od as qn, Of as Jn, Oi as Yn, Ol as Xn, On as Zn, Oo as Qn, Op as $n, Or as er, Os as tr, Ot as nr, Ou as rr, P as ir, Pa as ar, Pc as or, Pd as sr, Pf as cr, Pi as lr, Pl as ur, Pn as dr, Po as fr, Pr as pr, Ps as mr, Pt as hr, Pu as gr, Q as _r, Qa as vr, Qc as yr, Qd as br, Qf as xr, Qi as Sr, Ql as Cr, Qn as wr, Qo as Tr, Qr as Er, Qs as Dr, Qt as Or, Qu as kr, R as Ar, Ra as jr, Rc as Mr, Rd as Nr, Rf as Pr, Ri as Fr, Rl as Ir, Rn as Lr, Ro as Rr, Rr as zr, Rs as Br, Rt as Vr, Ru as Hr, S as Ur, Sa as Wr, Sc as Gr, Sd as Kr, Sf as qr, Si as Jr, Sl as Yr, Sn as Xr, So as Zr, Sp as Qr, Sr as $r, Ss as ei, St as ti, Su as ni, T as ri, Ta as ii, Tc as ai, Td as oi, Tf as si, Ti as ci, Tl as li, Tn as ui, To as di, Tp as fi, Tr as pi, Ts as mi, Tt as hi, Tu as gi, U as _i, Ua as vi, Uc as yi, Ud as bi, Uf as xi, Ui as Si, Ul as Ci, Un as wi, Uo as Ti, Ur as Ei, Us as Di, Ut as Oi, Uu as ki, V as Ai, Va as ji, Vc as Mi, Vd as Ni, Vf as Pi, Vi as Fi, Vl as Ii, Vn as Li, Vo as Ri, Vr as zi, Vs as Bi, Vt as Vi, Vu as Hi, W as Ui, Wa as Wi, Wc as Gi, Wd as Ki, Wf as qi, Wi as Ji, Wl as Yi, Wn as Xi, Wo as Zi, Wr as Qi, Ws as $i, Wt as ea, Wu as ta, X as na, Xa as ra, Xc as ia, Xd as aa, Xf as oa, Xi as sa, Xl as ca, Xn as la, Xo as ua, Xr as da, Xs as fa, Xt as pa, Xu as ma, Y as ha, Ya as ga, Yc as _a, Yd as va, Yf as ya, Yi as ba, Yl as xa, Yn as Sa, Yo as Ca, Yr as wa, Ys as Ta, Yt as Ea, Yu as Da, Z as Oa, Za as ka, Zc as Aa, Zd as ja, Zf as Ma, Zi as Na, Zl as Pa, Zn as Fa, Zo as Ia, Zr as La, Zs as Ra, Zt as za, Zu as Ba, _ as Va, _a as Ha, _c as Ua, _d as Wa, _f as Ga, _i as Ka, _l as qa, _n as Ja, _o as Ya, _p as Xa, _r as Za, _s as Qa, _t as $a, _u as eo, a as to, aa as no, ac as ro, ad as io, af as ao, ai as oo, al as so, an as co, ao as lo, ap as uo, ar as fo, as as po, at as mo, au as ho, b as go, ba as _o, bc as vo, bd as yo, bf as bo, bi as xo, bl as So, bn as Co, bo as wo, bp as To, br as Eo, bs as Do, bt as Oo, bu as ko, c as X, ca as Ao, cc as jo, cd as Mo, cf as No, ci as Po, cl as Fo, cn as Io, co as Lo, cp as Ro, cr as zo, cs as Bo, ct as Vo, cu as Ho, d as Z, da as Uo, dc as Wo, dd as Go, df as Ko, di as qo, dl as Jo, dn as Yo, do as Xo, dp as Zo, dr as Qo, ds as $o, dt as es, du as ts, ea as ns, ec as rs, ed as is, ef as as, ei as os, el as ss, en as cs, eo as ls, ep as us, er as ds, es as fs, et as ps, eu as ms, f as hs, fa as gs, fc as _s, fd as vs, ff as ys, fi as bs, fl as xs, fn as Ss, fo as Cs, fp as ws, fr as Ts, fs as Es, ft as Ds, fu as Os, g as ks, ga as As, gc as js, gd as Ms, gf as Ns, gi as Ps, gl as Fs, gn as Is, go as Ls, gp as Rs, gr as zs, gs as Bs, gt as Vs, gu as Hs, h as Us, ha as Ws, hc as Gs, hd as Ks, hf as qs, hi as Js, hl as Ys, hn as Xs, ho as Zs, hp as Qs, hr as $s, hs as ec, ht as tc, hu as nc, i as rc, ia as ic, ic as ac, id as oc, if as sc, ii as cc, il as lc, in as uc, io as dc, ip as fc, ir as pc, is as mc, it as hc, iu as gc, j as _c, ja as vc, jc as yc, jd as bc, jf as xc, ji as Sc, jl as Cc, jn as wc, jo as Tc, jp as Ec, jr as Dc, js as Oc, jt as kc, ju as Ac, k as jc, ka as Mc, kc as Nc, kd as Pc, kf as Fc, ki as Ic, kl as Lc, kn as Rc, ko as zc, kp as Bc, kr as Vc, ks as Hc, kt as Uc, ku as Wc, l as Gc, la as Kc, lc as qc, ld as Jc, lf as Yc, li as Xc, ll as Zc, ln as Qc, lo as $c, lp as el, lr as tl, ls as nl, lt as rl, lu as il, m as al, ma as ol, mc as sl, md as cl, mf as ll, mi as ul, ml as dl, mn as fl, mo as pl, mp as ml, mr as hl, ms as gl, mt as _l, mu as vl, n as yl, na as bl, nc as xl, nd as Sl, nf as Cl, ni as wl, nl as Tl, nn as El, no as Dl, np as Ol, nr as kl, ns as Al, nt as jl, nu as Ml, o as Nl, oa as Pl, oc as Fl, od as Il, of as Ll, oi as Rl, ol as zl, on as Bl, oo as Vl, op as Hl, or as Ul, os as Wl, ot as Gl, ou as Kl, p as ql, pa as Jl, pc as Yl, pd as Xl, pf as Zl, pi as Ql, pl as $l, pn as eu, po as tu, pp as nu, pr as ru, ps as iu, pt as au, pu as ou, q as su, qa as cu, qc as lu, qd as uu, qf as du, qi as fu, ql as pu, qn as mu, qo as hu, qr as gu, qs as _u, qt as vu, qu as yu, r as bu, ra as xu, rc as Su, rd as Cu, rf as wu, ri as Tu, rl as Eu, rn as Du, ro as Ou, rp as ku, rr as Au, rs as ju, rt as Mu, ru as Nu, s as Pu, sa as Fu, sc as Iu, sd as Lu, sf as Ru, si as zu, sl as Bu, sn as Vu, so as Hu, sp as Uu, sr as Wu, ss as Gu, st as Ku, su as qu, t as Ju, ta as Yu, tc as Xu, td as Zu, tf as Qu, ti as $u, tl as ed, tn as td, to as nd, tp as rd, tr as id, ts as ad, tt as od, tu as sd, u as cd, ua as ld, uc as ud, ud as dd, uf as fd, ui as pd, ul as md, un as hd, uo as gd, up as _d, ur as vd, us as yd, ut as bd, uu as xd, v as Sd, va as Cd, vc as wd, vd as Td, vf as Ed, vi as Dd, vl as Od, vn as kd, vo as Ad, vp as Q, vr as jd, vs as Md, vt as Nd, vu as Pd, w as Fd, wa as Id, wc as Ld, wd as Rd, wf as zd, wi as Bd, wl as Vd, wn as Hd, wo as Ud, wp as Wd, wr as Gd, ws as Kd, wt as qd, wu as Jd, x as Yd, xa as Xd, xc as Zd, xd as Qd, xf as $d, xi as ef, xl as tf, xn as nf, xo as rf, xp as af, xr as of, xs as sf, xt as cf, xu as lf, y as uf, ya as df, yc as ff, yd as pf, yf as mf, yi as hf, yl as gf, yn as _f, yo as vf, yp as yf, yr as bf, ys as xf, yt as Sf, yu as Cf, z as wf, za as Tf, zc as Ef, zd as Df, zf as Of, zi as kf, zl as Af, zn as jf, zo as $, zr as Mf, zs as Nf, zt as Pf, zu as Ff } from "./main-Df-oZmsh.js";
2
+ import { H as If, r as Lf } from "./lib-Rq5clPUe.js";
3
+ export { pe as Accordion, ya as AccordionCard, $n as AccordionContent, Bc as AccordionItem, zn as AccordionPrimitive, _ as AccordionTrigger, Pi as ActionCard, E as Activity, Ll as ActivityContent, R as ActivityLayout, xu as Alert, ju as AlertDialog, mc as AlertDialogAction, po as AlertDialogCancel, Wl as AlertDialogContent, Gu as AlertDialogDescription, Bo as AlertDialogFooter, nl as AlertDialogHeader, yd as AlertDialogOverlay, $o as AlertDialogPortal, Tn as AlertDialogPrimitive, Es as AlertDialogTitle, iu as AlertDialogTrigger, Ie as AnchorHeading, bn as ApiEndpoint, Ko as ApiOperation, va as AppBreadcrumb, aa as AppBreadcrumbItem, ja as AppBreadcrumbSeparator, Rd as AppHeader, oi as AppSidebar, Aa as AreaChart, ut as AttributeDialog, Ci as AttributeForm, Yi as AttributeValueFormField, Ir as AttributeValuesForm, Ct as AttributeValuesFormFieldSet, ue as AttributesField, we as AttributesFormField, Xn as AttributesList, We as Autocomplete, kt as AutocompleteChips, gr as AutocompleteFormField, bi as Avatar, Ki as AvatarBase, Je as AvatarFallback, Vd as AvatarGroup, Kt as AvatarImage, ao as Background, Pn as Badge, V as Banner, ia as BarChart, Yr as Barecode, fd as BottomAppBar, br as Breadcrumb, re as BreadcrumbEllipsis, as as BreadcrumbItem, Qu as BreadcrumbLink, Cl as BreadcrumbList, wu as BreadcrumbPage, sc as BreadcrumbSeparator, hr as BreakdownCard, To as Button, yf as ButtonGroup, Se as CODE_LANGUAGES, Ia as CSS, xd as Calendar, ts as CalendarDayButton, ct as Card, xi as CardAction, qi as CardContent, Ye as CardDescription, qt as CardFooter, du as CardHeader, Pt as CardTitle, zl as Carousel, Bu as CarouselContent, Fo as CarouselItem, Zc as CarouselNext, md as CarouselPrevious, ss as ChartContainer, Ef as ChatComposer, Gi as ChatComposerAttachmentChip, ot as ChatComposerAttachmentList, yi as ChatComposerAttachments, an as ChatConversationItem, Nc as ChatMarkdown, Kn as ChatMessage, be as ChatMessageList, ai as ChatMessageSeparator, Ld as ChatReactionGroup, L as ChatThread, oe as ChatTypingIndicator, Zd as CheckCardField, Gd as CheckCardFormField, vo as Checkbox, G as CheckboxFormField, ff as CheckboxGroup, $r as CheckboxGroupFormField, vs as Chip, bl as CircularProgress, qr as CodeBlock, or as CodeDiff, wd as CodeEditor, of as CodeEditorFormField, $d as CodeGroup, Gs as Collapsible, js as CollapsibleContent, Ua as CollapsibleTrigger, _s as ColorField, Eo as ColorFormField, P as Combobox, Hi as ComboboxChip, gt as ComboboxChips, ki as ComboboxChipsInput, ta as ComboboxCollection, rt as ComboboxContent, tn as ComboboxEmpty, Wo as ComboboxField, bf as ComboboxFormField, yu as ComboboxGroup, Ht as ComboboxInput, Da as ComboboxItem, ma as ComboboxLabel, Ba as ComboboxList, Go as ComboboxPrimitive, kr as ComboboxSeparator, s as ComboboxTrigger, is as ComboboxValue, xl as Command, Su as CommandDialog, ac as CommandEmpty, ro as CommandGroup, Fl as CommandInput, Iu as CommandItem, jo as CommandList, qc as CommandSeparator, ud as CommandShortcut, Fu as ConfirmDialog, ns as ConfirmationDialog, a as ContactDialog, Dr as ContactItem, Xu as ContactType, Ra as Contacts, fa as ContactsFormField, He as ContextMenu, Dt as ContextMenuCheckboxItem, pn as ContextMenuContent, Br as ContextMenuGroup, Nf as ContextMenuItem, M as ContextMenuLabel, Bi as ContextMenuPortal, mt as ContextMenuRadioGroup, Di as ContextMenuRadioItem, $i as ContextMenuSeparator, tt as ContextMenuShortcut, $t as ContextMenuSub, _u as ContextMenuSubContent, Bt as ContextMenuSubTrigger, Ta as ContextMenuTrigger, Pr as CopyButton, xt as CopyValue, Mr as CountBadge, ei as CountryField, jd as CountryFormField, tf as CrewCard, Do as CurrencyField, Za as CurrencyFormField, e as CustomAlertDialog, Yu as CustomDialog, ti as DAY_OF_WEEK_FALLBACKS, Yl as DEFAULT_COLOR, le as DEFAULT_FILTER_STATE, Yn as DEFAULT_MAX_VISIBLE_CHIPS, Ic as DEFAULT_PERSISTENCE_CONFIG, p as DEFAULT_PRESET_CONFIG, Sc as DEFAULT_VALIDATION_RULES, ec as DataTable, gl as DataTableColumnHeader, Md as DataTablePagination, Qa as DataTableViewOptions, qu as DateField, Ho as DateFieldContent, il as DateFieldTrigger, Kl as DateFormField, r as DateRangeField, fs as DateRangeFieldTrigger, zs as DateRangeFormField, Xo as DefaultDocLink, Tr as Description, Xl as Dialog, cl as DialogClose, Ks as DialogContent, Ms as DialogDescription, Wa as DialogFooter, Td as DialogHeader, pf as DialogOverlay, yo as DialogPortal, Qd as DialogTitle, Kr as DialogTrigger, Ri as DndOverlay, A as DndProvider, ga as Doc, zc as DocArticle, jt as DocChildCards, Wt as DocCopyMarkdown, cu as DocCopyPage, Ke as DocEmpty, ji as DocHeader, Cs as DocLink, gd as DocNav, vt as DocPage, Tf as DocPager, nd as DocProgress, g as DocProvider, Ad as DocSearch, rn as DocSeeAlso, $c as DocSidebar, Hu as DocSkipLink, lo as DocToc, ls as DocTopbar, $ as DragHandle, $ as SortableHandle, Rr as Draggable, dn as DraggableDroppable, ye as Drawer, ae as DrawerClose, Gn as DrawerContent, Mc as DrawerDescription, l as DrawerFooter, vc as DrawerHeader, _n as DrawerOverlay, jn as DrawerPortal, ar as DrawerTitle, Ne as DrawerTrigger, xr as DropdownMenu, ie as DropdownMenuCheckboxItem, us as DropdownMenuContent, rd as DropdownMenuGroup, Ol as DropdownMenuItem, ku as DropdownMenuLabel, fc as DropdownMenuPortal, uo as DropdownMenuRadioGroup, Hl as DropdownMenuRadioItem, Uu as DropdownMenuSeparator, Ro as DropdownMenuShortcut, el as DropdownMenuSub, _d as DropdownMenuSubContent, Zo as DropdownMenuSubTrigger, ws as DropdownMenuTrigger, Tt as Droppable, I as DurationField, $s as DurationFormField, Jl as EmailField, hl as EmailFormField, Cc as EmptyState, Uo as EntityHeader, ic as EventCalendar, Kc as EventCalendarProvider, Ao as EventChip, ln as ExtendedLabel, xn as FILTER_CONTAINER_BREAKPOINTS, So as FeatureCard, D as Field, kf as Figure, cn as FileList, St as FileListField, ru as FileListFormField, Le as FileListS3Field, Ts as FileListS3FormField, Qo as FilesFormField, Oe as Filter, fn as FilterActions, Et as FilterChips, En as FilterContent, Dc as FilterDialog, v as FilterDrawer, Ve as FilterField, pi as FilterFormField, Bn as FilterGroup, pr as FilterGroups, Vc as FilterInline, er as FilterPopover, zr as FilterPresets, Mf as FilterProvider, me as FilterSheet, vd as FormField, _a as FunnelChart, Te as Gallery, Hn as GoalCard, Mt as HeatmapChart, Ff as HelperText, H as Hero, Qn as HighlightText, _f as HoverCard, Co as HoverCardContent, nf as HoverCardTrigger, Xr as HydrateLoading, Xs as IMAGE_CROP_ASPECTS, oa as Icon, Xa as IconButton, nu as IconLinkButton, fl as ImageCropper, eu as ImageCropperDialog, Na as ImageField, tl as ImageFormField, sa as ImageS3Field, zo as ImageS3FormField, Pl as InlineEdit, Wu as InlineEditFormField, Jc as Input, Sl as InputGroup, Cu as InputGroupAddon, oc as InputGroupButton, Ul as InputGroupField, fo as InputGroupFormField, io as InputGroupInput, Il as InputGroupText, Lu as InputGroupTextarea, yc as JsonViewer, Qc as Kanban, Yo as KanbanProvider, fe as Kbd, Ou as KbdShortcut, Hr as Label, Io as LanguageSwitcher, ui as LightboxGallery, yr as LineChart, ml as LinkButton, Du as ListDetailsDetails, uc as ListDetailsLayout, co as ListDetailsList, Bl as ListDetailsTrigger, m as ListTile, xf as LoadMoreButton, z as MOONLIGHT_DARK, zd as MOONLIGHT_DAY, gf as MediaCard, Ue as Menubar, Ot as MenubarCheckboxItem, mn as MenubarContent, Vr as MenubarGroup, Pf as MenubarItem, N as MenubarLabel, Vi as MenubarMenu, ht as MenubarPortal, Oi as MenubarRadioGroup, ea as MenubarRadioItem, nt as MenubarSeparator, en as MenubarShortcut, vu as MenubarSub, Vt as MenubarSubContent, Ea as MenubarSubTrigger, pa as MenubarTrigger, Hd as MiniGallery, nr as NavigationRail, lt as NetworkUploadField, pc as NetworkUploadFormField, Od as NoticeCard, hi as Notifications, x as NumberField, Wc as NumberFormField, cf as OpeningHours, Oo as OpeningHoursDialog, Sf as OpeningHoursFormField, Nd as OpeningHoursItem, q as OpeningHoursSchema, ba as OtpField, Au as OtpFormField, qa as OverlayCard, Dn as PHONE_COUNTRIES, C as Pager, es as Pagination, rl as PaginationBar, Ds as PaginationContent, au as PaginationEllipsis, _l as PaginationItem, tc as PaginationLink, Vs as PaginationNext, $a as PaginationPrevious, Or as PaneLayout, o as PaneLayoutContent, cs as PaneLayoutPane, td as PaneLayoutTrigger, ys as ParamTable, id as PasswordField, ds as PasswordFormField, Vo as PdfOutlineSidebar, Ku as PdfPageList, od as PdfReader, mo as PdfSidebar, Gl as PdfThumbnailSidebar, hc as PdfToolbar, jl as PdfViewer, n as PercentField, wr as PercentFormField, Kd as PhoneField, Fa as PhoneFormField, lu as PieChart, ms as Popover, sd as PopoverAnchor, Ml as PopoverContent, Nu as PopoverTrigger, Oa as PostalAddress, na as PostalAddressDialog, ha as PostalAddressFormField, Fs as PricingCard, Ut as PrintBadge, Ui as PrintCard, Ge as PrintCardField, _i as PrintHeader, Ai as PrintInfoRow, it as PrintSection, nn as PrintTable, Ar as PrintTableCell, wf as PrintTableHeader, S as PrintTableRow, Me as PrintTotalRow, _t as PrintTotals, Ys as ProfileCard, df as Progress, Cd as ProgressField, gn as QRCode, _o as QuestionCard, Ws as Quiz, dl as QuoteCard, Gt as RadarChart, Jt as RadioGroup, fu as RadioGroupBase, la as RadioGroupFormField, Ft as RadioGroupItem, On as RankCard, Lt as RatingField, mu as RatingFormField, at as RelativeTime, jc as ResizableGroup, c as ResizablePanel, _c as ResizableSeparator, Rs as ResponsiveButton, Lc as ResponsiveGrid, Qs as ResponsiveLinkButton, ho as RichTextEditor, gc as RichTextEditorFormField, Xt as S3UploadField, Qe as S3UploadFormField, qe as ScatterChart, Dl as ScrollProgress, Wn as ScrollToTop, Ls as SearchField, Xi as SearchFormField, jr as SeeAlso, Cf as Select, Gr as SelectCardField, wi as SelectCardFormField, Xe as SelectChipField, dt as SelectChipFormField, ko as SelectContent, eo as SelectField, Pd as SelectFieldTrigger, Hs as SelectFormField, lf as SelectGroup, ni as SelectItem, J as SelectLabel, Jd as SelectScrollDownButton, gi as SelectScrollUpButton, je as SelectSeparator, _e as SelectTrigger, rr as SelectValue, hn as Separator, Fe as Sheet, bt as SheetClose, on as SheetContent, Nr as SheetDescription, Df as SheetFooter, T as SheetHeader, Ni as SheetTitle, st as SheetTrigger, Pc as Sidebar, d as SidebarContent, bc as SidebarFooter, yn as SidebarHeader, Nn as SidebarMenuItem, sr as SidebarMenuLabel, so as Skeleton, lc as SkeletonAvatar, Tl as SkeletonCard, ed as SkeletonTable, Eu as SkeletonText, Lo as SkipLink, Ji as Slider, Li as SliderFormField, fr as Sortable, k as SortableList, jf as SortableListFormField, Rn as SortableProvider, kc as Sparkline, De as Spinner, Ma as SplitButton, $l as SplitCard, xs as SpotlightCard, Y as StatCard, Nt as StatusIndicator, Fd as Stepper, ri as StepperIndicator, Ur as Steps, F as StepsItem, X as StxPlayer, X as VideoPlayer, ql as StxPlayerControls, hs as StxPlayerExtras, Z as StxPlayerMini, al as StxPlayerProvider, cd as StxPlayerQueue, Gc as StxPlayerViewport, gs as SummaryData, Si as Switch, Lr as SwitchFormField, Pu as Switcher, wt as TIMEZONES, Zl as Table, ll as TableBody, qs as TableCaption, Ns as TableCell, Ga as TableFooter, Ed as TableHead, mf as TableHeader, bo as TableRow, Jn as Tabs, Fc as TabsContent, f as TabsList, xc as TabsTrigger, nc as TextField, vl as TextFormField, Mo as Textarea, ou as TextareaField, Os as TextareaFormField, Nl as ThemeToggle, za as ThreadLayout, Jo as TicketCard, Yt as TimeField, pu as TimeFieldTrigger, Ze as TimeFormField, It as TimePicker, Ae as Timeline, ge as TimelineItem, ze as TimezoneField, dr as TimezoneFormField, Sn as Toast, ur as Toaster, Vl as Toc, Cr as Toggle, xa as ToggleGroup, ca as ToggleGroupItem, Pa as ToggleGroupSeparator, Qr as Tooltip, W as TooltipContent, Ec as TooltipPrimitive, Wd as TooltipProvider, fi as TooltipTrigger, Yc as TopAppBar, Ln as TransferList, Cn as TransferListFormField, Ju as Tree, to as TreeItem, Uc as TrendCard, Ru as Typography, Fn as URL_PARAM_SEPARATORS, Fi as UploadField, wc as UploadFormField, Zn as UrlField, de as UrlFormField, lr as VALIDATION_MESSAGES, wl as VALIDATION_PATTERNS, Tu as VALIDATION_PRESETS, As as answeredCount, pd as areFilterValuesEqual, $e as arrayMove, cr as badgeVariants, af as buttonVariants, _r as cityLine, Ac as clampNumber, Sa as clampRating, qo as cleanFilterValues, i as clearFromStorage, Qt as clearPersistedFilterValues, Ei as clearPresets, Rt as closestCenter, w as collectComposerAttachments, At as commonPrintStyles, Zi as composeRefs, rs as contactTypeLabel, Af as convertAttributesToRecord, sn as copyToClipboard, bs as countActiveFilters, K as countryOptions, Va as createInitialState, cc as createValidationRule, Is as cropImageToFile, Bs as dataTableFeatures, qd as dayOfWeekLabel, Ya as debounce, tu as docActions, pl as docSelectors, Zs as docSlice, mi as exampleNational, vf as filterDocNav, wo as findActiveDocHref, xe as findActiveMenuItem, Vn as findCountry, rf as findDocChildren, Zr as findDocPager, U as findDocSiblings, bu as findTreeNode, mr as flagEmoji, Ud as flattenDocNav, rc as flattenVisibleTree, An as formatAmount, O as formatAttributeDisplayedValue, Ii as formatAttributesValues, ir as formatDate, Fr as formatFileSize, Ql as formatFilterValue, ke as formatInternational, he as formatNational, vi as formatRelativeTime, b as formatStatDelta, Yd as formatTime, ci as generatePresetId, Ka as getDefaultValuesFromSchema, Dd as getFilterField, hf as getFilterFieldLabel, xo as getGroupFields, Ja as getRadianAngle, ef as getUngroupedFields, oo as getValidationError, Jr as getVisibleFields, ka as handleDocKeyDown, ul as hasActiveFilters, Rl as hasValidationErrors, Js as haveFiltersChanged, Of as headingText, si as highlightCode, Zt as horizontalListSortingStrategy, Q as iconButtonVariants, Q as variants, dd as inputDefaultClassNames, Be as insertIds, Xd as isAnswerCorrect, Wr as isAnswered, di as isDocPathActive, vr as isDocSearchHotkey, ol as isEmail, Lf as isExternalHref, B as isFieldVisible, Ps as isFilterValueEmpty, se as isMenuItemActive, tr as isPossiblePhoneNumber, ee as isPostalAddressEmpty, te as isTypingTarget, Rc as isUrl, Hc as isValidPhoneNumber, os as loadFromStorage, wa as loadFromUrl, gu as loadPersistedFilterValues, Qi as loadPresets, Bd as mapFilterFieldToFieldConfig, Id as minutesToParts, Pe as moonlightThemeName, Ee as navLabel, sl as normalizeHex, h as normalizeUrl, bd as paginationItems, sf as parseCurrencyInput, da as parseFromUrlParams, vn as parseJsonSource, kn as parseNumberInput, y as parsePhoneInput, qn as partitionMenu, ii as partsToMinutes, zt as persistFilterValues, Ca as pointerWithin, ps as postalAddressCountryName, Mn as prettyJson, ua as rectIntersection, yt as registerMoonlightThemes, u as renderChatMarkdown, ce as resolveCodeLanguage, ve as resolveStepState, kd as rotateSize, et as savePresets, $u as saveToStorage, kl as scorePassword, Ha as scoreQuiz, La as serializeToUrlParams, dc as shortcutGlyph, If as slugify, Re as sonnerToast, Ce as sortPresets, li as splitAvatarOverflow, uu as statusToneDotClass, Un as stepNumber, Sd as stxPlayerActions, uf as stxPlayerSelectors, go as stxPlayerSlice, un as timezoneLabel, Wi as toDate, Oc as toE164, In as toast, Sr as toasts, t as toggleVariants, su as tw, No as typographyVariants, Er as updateUrlWithFilters, ne as useChartTheme, Mi as useChatComposerAttachments, ad as useColumnHelpers, Zu as useComboboxAnchor, Al as useDeleteRowsHandler, ft as useDndActiveId, Ti as useDndItem, ra as useDoc, Tc as useDocContext, no as useEventCalendar, ld as useEventCalendarContext, zi as useFilter, j as useFilterContext, pt as useFilterSelector, hd as useKanban, Ss as useKanbanContext, Vu as useListDetails, wn as useOptionalDocContext, El as usePaneLayout, Mu as usePdfReader, ks as useStxPlayer, Us as useStxPlayerContext, yl as useTree, zu as validateAllFilters, Po as validateField, Xc as validateFilterValue, hu as verticalListSortingStrategy };
@@ -1,5 +1,5 @@
1
- import { bf as e, xf as t, yf as n } from "./main-CHByIwHT.js";
2
- import { q as r } from "./lib-CaKARQ-7.js";
1
+ import { Fp as e, Ip as t, Pp as n } from "./main-Df-oZmsh.js";
2
+ import { X as r } from "./lib-Rq5clPUe.js";
3
3
  import { createContext as i, forwardRef as a, useCallback as o, useContext as s, useEffect as c, useImperativeHandle as l, useLayoutEffect as u, useMemo as d, useReducer as f, useRef as p } from "react";
4
4
  import { jsx as m, jsxs as h } from "react/jsx-runtime";
5
5
  //#region node_modules/pdfjs-dist/build/pdf.mjs
package/dist/dnd.js CHANGED
@@ -1,2 +1,2 @@
1
- import { $a as e, Ba as t, Ga as n, Ha as r, Ja as i, Ka as a, Qa as o, Ua as s, Va as c, Wa as l, Xa as u, Ya as d, Za as f, eo as p, no as m, qa as h, ro as g, to as _, za as v } from "./main-CHByIwHT.js";
2
- export { g as CSS, h as DndOverlay, a as DndProvider, n as DragHandle, l as Draggable, s as DraggableDroppable, r as Droppable, t as Sortable, v as SortableProvider, f as arrayMove, p as closestCenter, u as composeRefs, o as horizontalListSortingStrategy, c as insertIds, _ as pointerWithin, m as rectIntersection, i as useDndActiveId, d as useDndItem, e as verticalListSortingStrategy };
1
+ import { Bo as e, Fo as t, Go as n, Ho as r, Io as i, Jo as a, Ko as o, Lo as s, No as c, Po as l, Ro as u, Uo as d, Vo as f, Wo as p, Xo as m, Yo as h, Zo as g, qo as _, zo as v } from "./main-Df-oZmsh.js";
2
+ export { g as CSS, f as DndOverlay, e as DndProvider, v as DragHandle, u as Draggable, s as DraggableDroppable, i as Droppable, l as Sortable, c as SortableProvider, n as arrayMove, a as closestCenter, p as composeRefs, o as horizontalListSortingStrategy, t as insertIds, h as pointerWithin, m as rectIntersection, r as useDndActiveId, d as useDndItem, _ as verticalListSortingStrategy };
@@ -1,4 +1,4 @@
1
- import { l as e } from "./i18n-1Eg35q8-.js";
1
+ import { l as e } from "./i18n-D4R3sSqT.js";
2
2
  import { F as t, I as n, N as r, P as i, n as a, t as o, w as s } from "./number.utils-BR3XO6me.js";
3
3
  import { useCallback as c, useEffect as l, useLayoutEffect as u, useMemo as d, useRef as f, useState as p } from "react";
4
4
  import { useNavigate as m, useSearchParams as h } from "react-router";
@@ -25,8 +25,33 @@ function v(e, t, n) {
25
25
  }).filter((e) => e !== null);
26
26
  }
27
27
  //#endregion
28
+ //#region lib/hooks/use-heading-spy.ts
29
+ var y = "0px 0px -65% 0px", b = [0, 1];
30
+ function x(e, t, n) {
31
+ let r = n?.rootMargin ?? y, i = n?.threshold ?? b;
32
+ l(() => {
33
+ if (e.length === 0) return;
34
+ let n = e.map((e) => document.getElementById(e)).filter((e) => e != null);
35
+ if (n.length === 0) return;
36
+ let a = new IntersectionObserver((e) => {
37
+ let n = e.filter((e) => e.isIntersecting).sort((e, t) => e.boundingClientRect.top - t.boundingClientRect.top)[0]?.target.id;
38
+ n && t(n);
39
+ }, {
40
+ rootMargin: r,
41
+ threshold: i
42
+ });
43
+ for (let e of n) a.observe(e);
44
+ return () => a.disconnect();
45
+ }, [
46
+ e,
47
+ t,
48
+ r,
49
+ i
50
+ ]);
51
+ }
52
+ //#endregion
28
53
  //#region node_modules/date-fns/locale/fr/_lib/formatDistance.js
29
- var y = {
54
+ var S = {
30
55
  lessThanXSeconds: {
31
56
  one: "moins d’une seconde",
32
57
  other: "moins de {{count}} secondes"
@@ -88,10 +113,10 @@ var y = {
88
113
  one: "presqu’un an",
89
114
  other: "presque {{count}} ans"
90
115
  }
91
- }, b = (e, t, n) => {
92
- let r, i = y[e];
116
+ }, C = (e, t, n) => {
117
+ let r, i = S[e];
93
118
  return r = typeof i == "string" ? i : t === 1 ? i.one : i.other.replace("{{count}}", String(t)), n?.addSuffix ? n.comparison && n.comparison > 0 ? "dans " + r : "il y a " + r : r;
94
- }, x = {
119
+ }, w = {
95
120
  date: n({
96
121
  formats: {
97
122
  full: "EEEE d MMMM y",
@@ -119,18 +144,18 @@ var y = {
119
144
  },
120
145
  defaultWidth: "full"
121
146
  })
122
- }, S = {
147
+ }, T = {
123
148
  lastWeek: "eeee 'dernier à' p",
124
149
  yesterday: "'hier à' p",
125
150
  today: "'aujourd’hui à' p",
126
151
  tomorrow: "'demain à' p'",
127
152
  nextWeek: "eeee 'prochain à' p",
128
153
  other: "P"
129
- }, C = (e, t, n, r) => S[e], w = {
154
+ }, E = (e, t, n, r) => T[e], D = {
130
155
  narrow: ["av. J.-C", "ap. J.-C"],
131
156
  abbreviated: ["av. J.-C", "ap. J.-C"],
132
157
  wide: ["avant Jésus-Christ", "après Jésus-Christ"]
133
- }, T = {
158
+ }, O = {
134
159
  narrow: [
135
160
  "T1",
136
161
  "T2",
@@ -149,7 +174,7 @@ var y = {
149
174
  "3ème trimestre",
150
175
  "4ème trimestre"
151
176
  ]
152
- }, E = {
177
+ }, k = {
153
178
  narrow: [
154
179
  "J",
155
180
  "F",
@@ -192,7 +217,7 @@ var y = {
192
217
  "novembre",
193
218
  "décembre"
194
219
  ]
195
- }, D = {
220
+ }, A = {
196
221
  narrow: [
197
222
  "D",
198
223
  "L",
@@ -229,7 +254,7 @@ var y = {
229
254
  "vendredi",
230
255
  "samedi"
231
256
  ]
232
- }, O = {
257
+ }, j = {
233
258
  narrow: {
234
259
  am: "AM",
235
260
  pm: "PM",
@@ -260,7 +285,7 @@ var y = {
260
285
  evening: "du soir",
261
286
  night: "du matin"
262
287
  }
263
- }, k = (e, t) => {
288
+ }, M = (e, t) => {
264
289
  let n = Number(e), r = t?.unit;
265
290
  if (n === 0) return "0";
266
291
  let i = [
@@ -271,38 +296,38 @@ var y = {
271
296
  "second"
272
297
  ], a;
273
298
  return a = n === 1 ? r && i.includes(r) ? "ère" : "er" : "ème", n + a;
274
- }, A = ["MMM", "MMMM"], j = {
299
+ }, N = ["MMM", "MMMM"], P = {
275
300
  en: s,
276
301
  fr: {
277
302
  code: "fr",
278
- formatDistance: b,
279
- formatLong: x,
280
- formatRelative: C,
303
+ formatDistance: C,
304
+ formatLong: w,
305
+ formatRelative: E,
281
306
  localize: {
282
- preprocessor: (e, t) => e.getDate() === 1 || !t.some((e) => e.isToken && A.includes(e.value)) ? t : t.map((e) => e.isToken && e.value === "do" ? {
307
+ preprocessor: (e, t) => e.getDate() === 1 || !t.some((e) => e.isToken && N.includes(e.value)) ? t : t.map((e) => e.isToken && e.value === "do" ? {
283
308
  isToken: !0,
284
309
  value: "d"
285
310
  } : e),
286
- ordinalNumber: k,
311
+ ordinalNumber: M,
287
312
  era: t({
288
- values: w,
313
+ values: D,
289
314
  defaultWidth: "wide"
290
315
  }),
291
316
  quarter: t({
292
- values: T,
317
+ values: O,
293
318
  defaultWidth: "wide",
294
319
  argumentCallback: (e) => e - 1
295
320
  }),
296
321
  month: t({
297
- values: E,
322
+ values: k,
298
323
  defaultWidth: "wide"
299
324
  }),
300
325
  day: t({
301
- values: D,
326
+ values: A,
302
327
  defaultWidth: "wide"
303
328
  }),
304
329
  dayPeriod: t({
305
- values: O,
330
+ values: j,
306
331
  defaultWidth: "wide"
307
332
  })
308
333
  },
@@ -432,8 +457,8 @@ var y = {
432
457
  }
433
458
  }
434
459
  };
435
- function M() {
436
- let t = e()?.language ?? "en", n = d(() => j[t] ?? s, [t]);
460
+ function F() {
461
+ let t = e()?.language ?? "en", n = d(() => P[t] ?? s, [t]);
437
462
  return {
438
463
  language: t,
439
464
  locale: n,
@@ -442,11 +467,20 @@ function M() {
442
467
  }
443
468
  //#endregion
444
469
  //#region node_modules/react-use/esm/misc/util.js
445
- var N = function() {}, P = typeof window < "u", F = function(e, t, n) {
446
- if (!P) return [
470
+ var I = function() {};
471
+ function L(e) {
472
+ var t = [...arguments].slice(1);
473
+ e && e.addEventListener && e.addEventListener.apply(e, t);
474
+ }
475
+ function R(e) {
476
+ var t = [...arguments].slice(1);
477
+ e && e.removeEventListener && e.removeEventListener.apply(e, t);
478
+ }
479
+ var z = typeof window < "u", B = function(e, t, n) {
480
+ if (!z) return [
447
481
  t,
448
- N,
449
- N
482
+ I,
483
+ I
450
484
  ];
451
485
  if (!e) throw Error("useLocalStorage key may not be falsy");
452
486
  var r = n ? n.raw ? function(e) {
@@ -479,10 +513,10 @@ var N = function() {}, P = typeof window < "u", F = function(e, t, n) {
479
513
  } catch {}
480
514
  }, [e, s])
481
515
  ];
482
- }, I = function(e, t) {
483
- return t === void 0 ? P ? window.matchMedia(e).matches : (process.env.NODE_ENV !== "production" && console.warn("`useMedia` When server side rendering, defaultState should be defined to prevent a hydration mismatches."), !1) : t;
484
- }, L = function(e, t) {
485
- var n = p(I(e, t)), r = n[0], i = n[1];
516
+ }, V = function(e, t) {
517
+ return t === void 0 ? z ? window.matchMedia(e).matches : (process.env.NODE_ENV !== "production" && console.warn("`useMedia` When server side rendering, defaultState should be defined to prevent a hydration mismatches."), !1) : t;
518
+ }, H = function(e, t) {
519
+ var n = p(V(e, t)), r = n[0], i = n[1];
486
520
  return l(function() {
487
521
  var t = !0, n = window.matchMedia(e), r = function() {
488
522
  t && i(!!n.matches);
@@ -491,13 +525,13 @@ var N = function() {}, P = typeof window < "u", F = function(e, t, n) {
491
525
  t = !1, n.removeEventListener("change", r);
492
526
  };
493
527
  }, [e]), r;
494
- }, R = 768;
495
- function z() {
496
- return L(`(max-width: ${R - 1}px)`);
528
+ }, U = 768;
529
+ function W() {
530
+ return H(`(max-width: ${U - 1}px)`);
497
531
  }
498
532
  //#endregion
499
533
  //#region lib/hooks/use-navigation.ts
500
- function B(e, t) {
534
+ function G(e, t) {
501
535
  let n = m();
502
536
  return c(() => {
503
537
  n(e, t);
@@ -507,7 +541,7 @@ function B(e, t) {
507
541
  t
508
542
  ]);
509
543
  }
510
- function V(e) {
544
+ function K(e) {
511
545
  let t = m();
512
546
  return d(() => e.map(({ to: e, options: n }) => () => {
513
547
  t(e, n);
@@ -515,7 +549,7 @@ function V(e) {
515
549
  }
516
550
  //#endregion
517
551
  //#region lib/hooks/use-number-formatter.ts
518
- function H() {
552
+ function q() {
519
553
  let t = e(), n = c((e, n) => o(e, {
520
554
  ...n,
521
555
  language: t?.language
@@ -531,7 +565,7 @@ function H() {
531
565
  }
532
566
  //#endregion
533
567
  //#region lib/hooks/use-options.ts
534
- function U(e, { filter: t, value: n, label: r, expanded: i }) {
568
+ function J(e, { filter: t, value: n, label: r, expanded: i }) {
535
569
  return e.filter((e) => e && (t?.(e) ?? !0)).map((e) => {
536
570
  let t = typeof n == "function" ? n(e) : e[n]?.toString() ?? "", a = "";
537
571
  return a = typeof r == "function" ? r(e) : Array.isArray(r) ? r.map((t) => e[t]).filter(Boolean).join(" ") : e[r]?.toString() ?? "", {
@@ -541,9 +575,9 @@ function U(e, { filter: t, value: n, label: r, expanded: i }) {
541
575
  };
542
576
  });
543
577
  }
544
- function W(e, t) {
578
+ function Y(e, t) {
545
579
  let { filter: n, value: r, label: i, expanded: a } = t;
546
- return d(() => U(e, {
580
+ return d(() => J(e, {
547
581
  filter: n,
548
582
  value: r,
549
583
  label: i,
@@ -556,19 +590,19 @@ function W(e, t) {
556
590
  a
557
591
  ]);
558
592
  }
559
- function G(e) {
593
+ function X(e) {
560
594
  return e?.edges?.map((e) => e.node) ?? [];
561
595
  }
562
596
  //#endregion
563
597
  //#region lib/hooks/use-search-param.ts
564
- function K(e) {
598
+ function Z(e) {
565
599
  let [t, n] = h();
566
600
  return d(() => t.get(e), [t, e]);
567
601
  }
568
602
  //#endregion
569
603
  //#region lib/hooks/use-theme.ts
570
- function q() {
571
- let e = L("(prefers-color-scheme: dark)"), [t, n, r] = F("theme"), { theme: i, preference: a } = g(typeof t == "string" ? t : void 0, !!e);
604
+ function Q() {
605
+ let e = H("(prefers-color-scheme: dark)"), [t, n, r] = B("theme"), { theme: i, preference: a } = g(typeof t == "string" ? t : void 0, !!e);
572
606
  return {
573
607
  theme: i,
574
608
  preference: a,
@@ -578,4 +612,4 @@ function q() {
578
612
  };
579
613
  }
580
614
  //#endregion
581
- export { W as a, V as c, F as d, M as f, g as h, G as i, z as l, _ as m, K as n, H as o, v as p, U as r, B as s, q as t, L as u };
615
+ export { v as _, Y as a, K as c, B as d, z as f, x as g, F as h, X as i, W as l, L as m, Z as n, q as o, R as p, J as r, G as s, Q as t, H as u, _ as v, g as y };
package/dist/hooks.js CHANGED
@@ -1,3 +1,3 @@
1
- import { a as e, c as t, f as n, h as r, i, l as a, m as o, n as s, o as c, p as l, r as u, s as d, t as f } from "./hooks-BPv0i6YN.js";
2
- import { L as p } from "./number.utils-BR3XO6me.js";
3
- export { o as applyResolvedTheme, u as buildOptions, i as extractNode, r as resolveTheme, l as useAllowedTransitions, p as useIsClient, a as useIsMobile, n as useLocalizedDate, d as useNavigationHandler, t as useNavigationHandlers, c as useNumberFormatter, e as useOptions, s as useSearchParam, f as useTheme };
1
+ import { _ as e, a as t, c as n, g as r, h as i, i as a, l as o, n as s, o as c, r as l, s as u, t as d, v as f, y as p } from "./hooks-CHmfdtMs.js";
2
+ import { L as m } from "./number.utils-BR3XO6me.js";
3
+ export { f as applyResolvedTheme, l as buildOptions, a as extractNode, p as resolveTheme, e as useAllowedTransitions, r as useHeadingSpy, m as useIsClient, o as useIsMobile, i as useLocalizedDate, u as useNavigationHandler, n as useNavigationHandlers, c as useNumberFormatter, t as useOptions, s as useSearchParam, d as useTheme };