@dynamic-labs-sdk/droplet 1.13.0 → 1.16.1

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 (143) hide show
  1. package/dist/components/ui/accordion/accordion.stories.d.ts +19 -0
  2. package/dist/components/ui/accordion/accordion.stories.d.ts.map +1 -0
  3. package/dist/components/ui/alert/alert.d.ts +41 -0
  4. package/dist/components/ui/alert/alert.d.ts.map +1 -0
  5. package/dist/components/ui/alert/alert.stories.d.ts +26 -0
  6. package/dist/components/ui/alert/alert.stories.d.ts.map +1 -0
  7. package/dist/components/ui/alert/index.d.ts +3 -0
  8. package/dist/components/ui/alert/index.d.ts.map +1 -0
  9. package/dist/components/ui/alert-dialog/alert-dialog.d.ts +4 -1
  10. package/dist/components/ui/alert-dialog/alert-dialog.d.ts.map +1 -1
  11. package/dist/components/ui/badge/badge.d.ts +11 -1
  12. package/dist/components/ui/badge/badge.d.ts.map +1 -1
  13. package/dist/components/ui/badge/badge.stories.d.ts +3 -3
  14. package/dist/components/ui/badge/badge.stories.d.ts.map +1 -1
  15. package/dist/components/ui/breadcrumb/breadcrumb.d.ts +73 -0
  16. package/dist/components/ui/breadcrumb/breadcrumb.d.ts.map +1 -0
  17. package/dist/components/ui/breadcrumb/breadcrumb.stories.d.ts +19 -0
  18. package/dist/components/ui/breadcrumb/breadcrumb.stories.d.ts.map +1 -0
  19. package/dist/components/ui/breadcrumb/index.d.ts +3 -0
  20. package/dist/components/ui/breadcrumb/index.d.ts.map +1 -0
  21. package/dist/components/ui/button/button.d.ts +7 -3
  22. package/dist/components/ui/button/button.d.ts.map +1 -1
  23. package/dist/components/ui/button/button.stories.d.ts +6 -3
  24. package/dist/components/ui/button/button.stories.d.ts.map +1 -1
  25. package/dist/components/ui/card/card.d.ts +14 -3
  26. package/dist/components/ui/card/card.d.ts.map +1 -1
  27. package/dist/components/ui/card/card.stories.d.ts +8 -2
  28. package/dist/components/ui/card/card.stories.d.ts.map +1 -1
  29. package/dist/components/ui/check-icon/check-icon.stories.d.ts +26 -0
  30. package/dist/components/ui/check-icon/check-icon.stories.d.ts.map +1 -0
  31. package/dist/components/ui/checkbox/checkbox.stories.d.ts.map +1 -1
  32. package/dist/components/ui/collapsible/collapsible.d.ts +1 -1
  33. package/dist/components/ui/collapsible/collapsible.d.ts.map +1 -1
  34. package/dist/components/ui/collapsible/collapsible.stories.d.ts +1 -0
  35. package/dist/components/ui/collapsible/collapsible.stories.d.ts.map +1 -1
  36. package/dist/components/ui/combobox/combobox.d.ts +49 -0
  37. package/dist/components/ui/combobox/combobox.d.ts.map +1 -0
  38. package/dist/components/ui/combobox/combobox.stories.d.ts +24 -0
  39. package/dist/components/ui/combobox/combobox.stories.d.ts.map +1 -0
  40. package/dist/components/ui/combobox/index.d.ts +3 -0
  41. package/dist/components/ui/combobox/index.d.ts.map +1 -0
  42. package/dist/components/ui/command/command.d.ts.map +1 -1
  43. package/dist/components/ui/command/command.stories.d.ts +31 -0
  44. package/dist/components/ui/command/command.stories.d.ts.map +1 -0
  45. package/dist/components/ui/dialog/dialog.d.ts +5 -1
  46. package/dist/components/ui/dialog/dialog.d.ts.map +1 -1
  47. package/dist/components/ui/dialog/dialog.stories.d.ts.map +1 -1
  48. package/dist/components/ui/dropdown-menu/dropdown-menu.d.ts.map +1 -1
  49. package/dist/components/ui/field/field.d.ts +60 -0
  50. package/dist/components/ui/field/field.d.ts.map +1 -0
  51. package/dist/components/ui/field/field.stories.d.ts +40 -0
  52. package/dist/components/ui/field/field.stories.d.ts.map +1 -0
  53. package/dist/components/ui/field/index.d.ts +3 -0
  54. package/dist/components/ui/field/index.d.ts.map +1 -0
  55. package/dist/components/ui/flush-card-detach/flush-card-detach.stories.d.ts.map +1 -1
  56. package/dist/components/ui/flush-card-stack/flush-card-stack.d.ts +57 -0
  57. package/dist/components/ui/flush-card-stack/flush-card-stack.d.ts.map +1 -0
  58. package/dist/components/ui/flush-card-stack/flush-card-stack.stories.d.ts +24 -0
  59. package/dist/components/ui/flush-card-stack/flush-card-stack.stories.d.ts.map +1 -0
  60. package/dist/components/ui/icon/icon.stories.d.ts +510 -0
  61. package/dist/components/ui/icon/icon.stories.d.ts.map +1 -0
  62. package/dist/components/ui/input/input.d.ts.map +1 -1
  63. package/dist/components/ui/kbd/kbd.d.ts +1 -1
  64. package/dist/components/ui/kbd/kbd.stories.d.ts +15 -0
  65. package/dist/components/ui/kbd/kbd.stories.d.ts.map +1 -0
  66. package/dist/components/ui/pagination/index.d.ts +3 -0
  67. package/dist/components/ui/pagination/index.d.ts.map +1 -0
  68. package/dist/components/ui/pagination/pagination.d.ts +82 -0
  69. package/dist/components/ui/pagination/pagination.d.ts.map +1 -0
  70. package/dist/components/ui/pagination/pagination.stories.d.ts +16 -0
  71. package/dist/components/ui/pagination/pagination.stories.d.ts.map +1 -0
  72. package/dist/components/ui/popover/popover.d.ts +1 -1
  73. package/dist/components/ui/popover/popover.d.ts.map +1 -1
  74. package/dist/components/ui/progress/progress.d.ts +7 -4
  75. package/dist/components/ui/progress/progress.d.ts.map +1 -1
  76. package/dist/components/ui/progress/progress.stories.d.ts +4 -1
  77. package/dist/components/ui/progress/progress.stories.d.ts.map +1 -1
  78. package/dist/components/ui/radio-group/index.d.ts +1 -1
  79. package/dist/components/ui/radio-group/index.d.ts.map +1 -1
  80. package/dist/components/ui/radio-group/radio-group.d.ts +45 -2
  81. package/dist/components/ui/radio-group/radio-group.d.ts.map +1 -1
  82. package/dist/components/ui/radio-group/radio-group.stories.d.ts +19 -0
  83. package/dist/components/ui/radio-group/radio-group.stories.d.ts.map +1 -1
  84. package/dist/components/ui/scroll-area/scroll-area.stories.d.ts +15 -0
  85. package/dist/components/ui/scroll-area/scroll-area.stories.d.ts.map +1 -0
  86. package/dist/components/ui/search-input/search-input.stories.d.ts +27 -0
  87. package/dist/components/ui/search-input/search-input.stories.d.ts.map +1 -0
  88. package/dist/components/ui/select/select.d.ts.map +1 -1
  89. package/dist/components/ui/skeleton/skeleton.d.ts +1 -1
  90. package/dist/components/ui/skeleton/skeleton.d.ts.map +1 -1
  91. package/dist/components/ui/skeleton/skeleton.stories.d.ts +1 -1
  92. package/dist/components/ui/slider/index.d.ts +3 -0
  93. package/dist/components/ui/slider/index.d.ts.map +1 -0
  94. package/dist/components/ui/slider/slider.d.ts +28 -0
  95. package/dist/components/ui/slider/slider.d.ts.map +1 -0
  96. package/dist/components/ui/slider/slider.stories.d.ts +40 -0
  97. package/dist/components/ui/slider/slider.stories.d.ts.map +1 -0
  98. package/dist/components/ui/sonner/sonner.stories.d.ts +10 -0
  99. package/dist/components/ui/sonner/sonner.stories.d.ts.map +1 -0
  100. package/dist/components/ui/spinner/spinner.d.ts +13 -2
  101. package/dist/components/ui/spinner/spinner.d.ts.map +1 -1
  102. package/dist/components/ui/spinner/spinner.stories.d.ts +1 -3
  103. package/dist/components/ui/spinner/spinner.stories.d.ts.map +1 -1
  104. package/dist/components/ui/stepper/index.d.ts +3 -0
  105. package/dist/components/ui/stepper/index.d.ts.map +1 -0
  106. package/dist/components/ui/stepper/stepper.d.ts +36 -0
  107. package/dist/components/ui/stepper/stepper.d.ts.map +1 -0
  108. package/dist/components/ui/stepper/stepper.stories.d.ts +21 -0
  109. package/dist/components/ui/stepper/stepper.stories.d.ts.map +1 -0
  110. package/dist/components/ui/switch/switch.d.ts.map +1 -1
  111. package/dist/components/ui/table/table.d.ts +1 -1
  112. package/dist/components/ui/table/table.d.ts.map +1 -1
  113. package/dist/components/ui/toggle-group/index.d.ts +3 -0
  114. package/dist/components/ui/toggle-group/index.d.ts.map +1 -0
  115. package/dist/components/ui/toggle-group/toggle-group.d.ts +62 -0
  116. package/dist/components/ui/toggle-group/toggle-group.d.ts.map +1 -0
  117. package/dist/components/ui/toggle-group/toggle-group.stories.d.ts +20 -0
  118. package/dist/components/ui/toggle-group/toggle-group.stories.d.ts.map +1 -0
  119. package/dist/components/ui/tray/renderTrayLayout.d.ts +37 -0
  120. package/dist/components/ui/tray/renderTrayLayout.d.ts.map +1 -0
  121. package/dist/components/ui/tray/resolveTrayLayout.d.ts +35 -0
  122. package/dist/components/ui/tray/resolveTrayLayout.d.ts.map +1 -0
  123. package/dist/components/ui/well/well-reveal.stories.d.ts +27 -0
  124. package/dist/components/ui/well/well-reveal.stories.d.ts.map +1 -0
  125. package/dist/components/ui/well/well.d.ts +2 -2
  126. package/dist/components/ui/well/well.d.ts.map +1 -1
  127. package/dist/components/ui/well/well.stories.d.ts +2 -2
  128. package/dist/index.cjs +1320 -306
  129. package/dist/index.cjs.map +1 -1
  130. package/dist/index.d.ts +18 -2
  131. package/dist/index.d.ts.map +1 -1
  132. package/dist/index.esm.js +1292 -312
  133. package/dist/index.esm.js.map +1 -1
  134. package/dist/migration.cjs +1 -1
  135. package/dist/migration.esm.js +1 -1
  136. package/dist/{toggle-row-B7XCm0Z-.cjs → toggle-row-BafR1dY7.cjs} +93 -12
  137. package/dist/toggle-row-BafR1dY7.cjs.map +1 -0
  138. package/dist/{toggle-row-C-B8HtY0.esm.js → toggle-row-h0h1m_hc.esm.js} +88 -13
  139. package/dist/toggle-row-h0h1m_hc.esm.js.map +1 -0
  140. package/package.json +1 -1
  141. package/src/styles/globals.css +68 -23
  142. package/dist/toggle-row-B7XCm0Z-.cjs.map +0 -1
  143. package/dist/toggle-row-C-B8HtY0.esm.js.map +0 -1
@@ -0,0 +1,82 @@
1
+ import { type ComponentProps, type ReactNode } from 'react';
2
+ /**
3
+ * Root nav wrapper for a pagination control set.
4
+ * Renders a semantic `<nav>` with the ARIA `navigation` landmark.
5
+ */
6
+ declare const Pagination: ({ className, ...props }: ComponentProps<"nav">) => import("react/jsx-runtime").JSX.Element;
7
+ /**
8
+ * Flex row that holds `PaginationItem` children.
9
+ * Renders as a `<ul>` for correct list semantics inside the nav landmark.
10
+ */
11
+ declare const PaginationContent: ({ className, ...props }: ComponentProps<"ul">) => import("react/jsx-runtime").JSX.Element;
12
+ /**
13
+ * A single `<li>` slot inside `PaginationContent`.
14
+ * Acts as a structural wrapper — pair with `PaginationLink`, `PaginationPrevious`, or `PaginationNext`.
15
+ */
16
+ declare const PaginationItem: ({ className, ...props }: ComponentProps<"li">) => import("react/jsx-runtime").JSX.Element;
17
+ type PaginationLinkProps = ComponentProps<'a'> & {
18
+ /** When true, renders the link with the `outline` variant and sets `aria-current="page"`. */
19
+ isActive?: boolean;
20
+ };
21
+ /**
22
+ * An individual page link.
23
+ * Applies `buttonVariants` — `outline` when active, `ghost` when inactive — so focus rings,
24
+ * `ease-out` transitions, and `motion-reduce` suppression are all inherited from Button's CVA base.
25
+ */
26
+ declare const PaginationLink: ({ className, isActive, children, ...props }: PaginationLinkProps) => import("react/jsx-runtime").JSX.Element;
27
+ /**
28
+ * Previous-page control.
29
+ * Disabled when the consumer passes `aria-disabled="true"` or the native `disabled` attribute.
30
+ * Touch target is expanded to 44 px via the pseudo-element already baked into `icon-sm`.
31
+ */
32
+ declare const PaginationPrevious: ({ className, children, ...props }: ComponentProps<"a">) => import("react/jsx-runtime").JSX.Element;
33
+ /**
34
+ * Next-page control.
35
+ * Touch target is expanded to 44 px via the pseudo-element already baked into `icon-sm`.
36
+ */
37
+ declare const PaginationNext: ({ className, children, ...props }: ComponentProps<"a">) => import("react/jsx-runtime").JSX.Element;
38
+ /**
39
+ * Ellipsis placeholder shown between non-contiguous page ranges.
40
+ * Hidden from assistive technologies via `aria-hidden` — screen readers hear the surrounding page
41
+ * numbers and can infer that pages are omitted.
42
+ */
43
+ declare const PaginationEllipsis: ({ className, ...props }: ComponentProps<"span">) => import("react/jsx-runtime").JSX.Element;
44
+ type CursorPaginationProps = {
45
+ className?: string;
46
+ /** Whether a next page exists; disables the next button when false. */
47
+ hasNext: boolean;
48
+ /** Whether a previous page exists; disables the previous button when false. */
49
+ hasPrevious: boolean;
50
+ /**
51
+ * Optional content rendered between the two navigation buttons.
52
+ * Commonly used for a "Page N of M" or record-range label.
53
+ */
54
+ label?: ReactNode;
55
+ /** Fired when the user requests the next page. */
56
+ onNext: () => void;
57
+ /** Fired when the user requests the previous page. */
58
+ onPrevious: () => void;
59
+ };
60
+ /**
61
+ * Pre-assembled cursor-based pagination bar.
62
+ *
63
+ * Renders a Previous button, an optional center label, and a Next button.
64
+ * Each button is disabled automatically when there is no page in that direction.
65
+ * Designed for dashboard tables and lists that use cursor/keyset pagination rather
66
+ * than numbered pages — which is the dominant pattern in the Redcoast design system.
67
+ *
68
+ * @example
69
+ * ```tsx
70
+ * <CursorPagination
71
+ * hasPrevious={!!cursor.before}
72
+ * hasNext={!!cursor.after}
73
+ * onPrevious={loadPrevious}
74
+ * onNext={loadNext}
75
+ * label={`${startIndex}–${endIndex} of ${total}`}
76
+ * />
77
+ * ```
78
+ */
79
+ declare const CursorPagination: ({ hasPrevious, hasNext, onPrevious, onNext, label, className, }: CursorPaginationProps) => import("react/jsx-runtime").JSX.Element;
80
+ export { CursorPagination, Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, };
81
+ export type { CursorPaginationProps, PaginationLinkProps };
82
+ //# sourceMappingURL=pagination.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/pagination/pagination.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAO5D;;;GAGG;AACH,QAAA,MAAM,UAAU,4BAA6B,cAAc,CAAC,KAAK,CAAC,4CAQjE,CAAC;AAEF;;;GAGG;AACH,QAAA,MAAM,iBAAiB,4BAA6B,cAAc,CAAC,IAAI,CAAC,4CAMvE,CAAC;AAEF;;;GAGG;AACH,QAAA,MAAM,cAAc,4BAA6B,cAAc,CAAC,IAAI,CAAC,4CAEpE,CAAC;AAEF,KAAK,mBAAmB,GAAG,cAAc,CAAC,GAAG,CAAC,GAAG;IAC/C,6FAA6F;IAC7F,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF;;;;GAIG;AACH,QAAA,MAAM,cAAc,gDAKjB,mBAAmB,4CAerB,CAAC;AAEF;;;;GAIG;AACH,QAAA,MAAM,kBAAkB,sCAIrB,cAAc,CAAC,GAAG,CAAC,4CAerB,CAAC;AAEF;;;GAGG;AACH,QAAA,MAAM,cAAc,sCAIjB,cAAc,CAAC,GAAG,CAAC,4CAcrB,CAAC;AAEF;;;;GAIG;AACH,QAAA,MAAM,kBAAkB,4BAA6B,cAAc,CAAC,MAAM,CAAC,4CAU1E,CAAC;AAMF,KAAK,qBAAqB,GAAG;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uEAAuE;IACvE,OAAO,EAAE,OAAO,CAAC;IACjB,+EAA+E;IAC/E,WAAW,EAAE,OAAO,CAAC;IACrB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,kDAAkD;IAClD,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,sDAAsD;IACtD,UAAU,EAAE,MAAM,IAAI,CAAC;CACxB,CAAC;AAEF;;;;;;;;;;;;;;;;;;GAkBG;AACH,QAAA,MAAM,gBAAgB,oEAOnB,qBAAqB,4CA+BvB,CAAC;AAEF,OAAO,EACL,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,kBAAkB,EAClB,cAAc,EACd,cAAc,EACd,cAAc,EACd,kBAAkB,GACnB,CAAC;AACF,YAAY,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,CAAC"}
@@ -0,0 +1,16 @@
1
+ import type { StoryObj } from '@storybook/react-vite';
2
+ declare const meta: {
3
+ component: ({ className, ...props }: import("react").ComponentProps<"nav">) => import("react/jsx-runtime").JSX.Element;
4
+ parameters: {
5
+ layout: string;
6
+ };
7
+ tags: string[];
8
+ title: string;
9
+ };
10
+ export default meta;
11
+ type Story = StoryObj<typeof meta>;
12
+ /** Numbered pagination with an ellipsis between non-contiguous page ranges. */
13
+ export declare const Default: Story;
14
+ /** Cursor-based prev/next bar — the dominant pattern for dashboard tables and infinite lists. */
15
+ export declare const Cursor: StoryObj;
16
+ //# sourceMappingURL=pagination.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pagination.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/pagination/pagination.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAc5D,QAAA,MAAM,IAAI;;;;;;;CAKyB,CAAC;AAEpC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,+EAA+E;AAC/E,eAAO,MAAM,OAAO,EAAE,KA8BrB,CAAC;AAEF,iGAAiG;AACjG,eAAO,MAAM,MAAM,EAAE,QAqBpB,CAAC"}
@@ -5,7 +5,7 @@ declare const PopoverTrigger: ({ ...props }: ComponentProps<typeof PopoverPrimit
5
5
  declare const PopoverContent: ({ className, align, sideOffset, ...props }: ComponentProps<typeof PopoverPrimitive.Content>) => import("react/jsx-runtime").JSX.Element;
6
6
  declare const PopoverAnchor: ({ ...props }: ComponentProps<typeof PopoverPrimitive.Anchor>) => import("react/jsx-runtime").JSX.Element;
7
7
  declare const PopoverHeader: ({ className, ...props }: ComponentProps<"div">) => import("react/jsx-runtime").JSX.Element;
8
- declare const PopoverTitle: ({ className, ...props }: ComponentProps<"h2">) => import("react/jsx-runtime").JSX.Element;
8
+ declare const PopoverTitle: ({ className, children, ...props }: ComponentProps<"h2">) => import("react/jsx-runtime").JSX.Element;
9
9
  declare const PopoverDescription: ({ className, ...props }: ComponentProps<"p">) => import("react/jsx-runtime").JSX.Element;
10
10
  export { Popover, PopoverTrigger, PopoverContent, PopoverAnchor, PopoverHeader, PopoverTitle, PopoverDescription, };
11
11
  //# sourceMappingURL=popover.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/popover/popover.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAA;AAC3C,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAA;AAI3D,QAAA,MAAM,OAAO,iBAEV,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,4CAE9C,CAAA;AAED,QAAA,MAAM,cAAc,iBAEjB,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,4CAEjD,CAAA;AAED,QAAA,MAAM,cAAc,+CAKjB,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,4CAejD,CAAA;AAED,QAAA,MAAM,aAAa,iBAEhB,cAAc,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,4CAEhD,CAAA;AAED,QAAA,MAAM,aAAa,4BAA6B,cAAc,CAAC,KAAK,CAAC,4CAQpE,CAAA;AAED,QAAA,MAAM,YAAY,4BAA6B,cAAc,CAAC,IAAI,CAAC,4CAQlE,CAAA;AAED,QAAA,MAAM,kBAAkB,4BAGrB,cAAc,CAAC,GAAG,CAAC,4CAQrB,CAAA;AAED,OAAO,EACL,OAAO,EACP,cAAc,EACd,cAAc,EACd,aAAa,EACb,aAAa,EACb,YAAY,EACZ,kBAAkB,GACnB,CAAA"}
1
+ {"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/popover/popover.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAA;AAC3C,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAA;AAI3D,QAAA,MAAM,OAAO,iBAEV,cAAc,CAAC,OAAO,gBAAgB,CAAC,IAAI,CAAC,4CAE9C,CAAA;AAED,QAAA,MAAM,cAAc,iBAEjB,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,4CAEjD,CAAA;AAED,QAAA,MAAM,cAAc,+CAKjB,cAAc,CAAC,OAAO,gBAAgB,CAAC,OAAO,CAAC,4CAejD,CAAA;AAED,QAAA,MAAM,aAAa,iBAEhB,cAAc,CAAC,OAAO,gBAAgB,CAAC,MAAM,CAAC,4CAEhD,CAAA;AAED,QAAA,MAAM,aAAa,4BAA6B,cAAc,CAAC,KAAK,CAAC,4CAQpE,CAAA;AAED,QAAA,MAAM,YAAY,sCAAuC,cAAc,CAAC,IAAI,CAAC,4CAU5E,CAAA;AAED,QAAA,MAAM,kBAAkB,4BAGrB,cAAc,CAAC,GAAG,CAAC,4CAQrB,CAAA;AAED,OAAO,EACL,OAAO,EACP,cAAc,EACd,cAAc,EACd,aAAa,EACb,aAAa,EACb,YAAY,EACZ,kBAAkB,GACnB,CAAA"}
@@ -1,12 +1,15 @@
1
1
  import { type ComponentProps } from 'react';
2
2
  import { type VariantProps } from 'class-variance-authority';
3
3
  declare const progressVariants: (props?: ({
4
- variant?: "default" | "brand" | "danger" | "process" | "success" | "warning" | null | undefined;
4
+ variant?: "default" | "danger" | "success" | "warning" | "brand" | "process" | null | undefined;
5
5
  } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
- export interface ProgressProps extends Omit<ComponentProps<'div'>, 'children'>, VariantProps<typeof progressVariants> {
6
+ export type ProgressProps = Omit<ComponentProps<'div'>, 'children'> & VariantProps<typeof progressVariants> & {
7
7
  indeterminate?: boolean;
8
8
  value?: number;
9
- }
10
- declare const Progress: ({ className, indeterminate, value, variant, ...props }: ProgressProps) => import("react/jsx-runtime").JSX.Element;
9
+ };
10
+ declare const Progress: ({ "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, className, indeterminate, value, variant, ...props }: ProgressProps & {
11
+ "aria-label"?: string;
12
+ "aria-labelledby"?: string;
13
+ }) => import("react/jsx-runtime").JSX.Element;
11
14
  export { Progress };
12
15
  //# sourceMappingURL=progress.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/progress/progress.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,KAAK,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,gBAAgB;;8EAiBrB,CAAC;AAEF,MAAM,WAAW,aACf,SAAQ,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,EAC7C,YAAY,CAAC,OAAO,gBAAgB,CAAC;IACvC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,QAAA,MAAM,QAAQ,2DAMX,aAAa,4CAyBf,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"progress.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/progress/progress.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAE,KAAK,YAAY,EAAO,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,gBAAgB;;8EAiBrB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,UAAU,CAAC,GACjE,YAAY,CAAC,OAAO,gBAAgB,CAAC,GAAG;IACtC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEJ,QAAA,MAAM,QAAQ,uHAQX,aAAa,GAAG;IAAE,YAAY,CAAC,EAAE,MAAM,CAAC;IAAC,iBAAiB,CAAC,EAAE,MAAM,CAAA;CAAE,4CA8BvE,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -3,7 +3,10 @@ declare const meta: {
3
3
  args: {
4
4
  value: number;
5
5
  };
6
- component: ({ className, indeterminate, value, variant, ...props }: import("./progress").ProgressProps) => import("react/jsx-runtime").JSX.Element;
6
+ component: ({ "aria-label": ariaLabel, "aria-labelledby": ariaLabelledBy, className, indeterminate, value, variant, ...props }: import("./progress").ProgressProps & {
7
+ "aria-label"?: string;
8
+ "aria-labelledby"?: string;
9
+ }) => import("react/jsx-runtime").JSX.Element;
7
10
  parameters: {
8
11
  layout: string;
9
12
  };
@@ -1 +1 @@
1
- {"version":3,"file":"progress.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/progress/progress.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAI5D,QAAA,MAAM,IAAI;;;;;;;;;;CAMuB,CAAC;AAElC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,MAAM,EAAE,KASpB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAiBtB,CAAC"}
1
+ {"version":3,"file":"progress.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/progress/progress.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAI5D,QAAA,MAAM,IAAI;;;;;oBAmC+B,CAAC;yBAA2B,CAAC;;;;;;;CA7BrC,CAAC;AAElC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,MAAM,EAAE,KASpB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAiBtB,CAAC"}
@@ -1,2 +1,2 @@
1
- export { RadioGroup, RadioGroupItem } from './radio-group';
1
+ export { Radio, RadioField, RadioGroup, RadioGroupItem } from './radio-group';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/radio-group/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/radio-group/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC"}
@@ -1,6 +1,49 @@
1
- import { type ComponentProps } from 'react';
1
+ import { type ComponentProps, type ReactNode } from 'react';
2
2
  import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
3
3
  declare const RadioGroup: ({ className, ...props }: ComponentProps<typeof RadioGroupPrimitive.Root>) => import("react/jsx-runtime").JSX.Element;
4
4
  declare const RadioGroupItem: ({ className, ...props }: ComponentProps<typeof RadioGroupPrimitive.Item>) => import("react/jsx-runtime").JSX.Element;
5
- export { RadioGroup, RadioGroupItem };
5
+ /**
6
+ * Alias for `RadioGroupItem` for use in labeled-row patterns.
7
+ *
8
+ * A radio is inherently part of a group — it must always live inside a
9
+ * `RadioGroup`. For a standalone on/off toggle, prefer `Checkbox` or `Switch`.
10
+ * `Radio` is the labeled-usage alias that signals "I'm pairing this with a
11
+ * `<Label>`" rather than constructing raw item markup.
12
+ */
13
+ declare const Radio: ({ className, ...props }: ComponentProps<typeof RadioGroupPrimitive.Item>) => import("react/jsx-runtime").JSX.Element;
14
+ type RadioFieldProps = {
15
+ /** Extra class names merged onto the outer wrapper element. */
16
+ className?: string;
17
+ /** Optional secondary line rendered below the label. */
18
+ description?: ReactNode;
19
+ /** Whether this field is non-interactive. */
20
+ disabled?: boolean;
21
+ /**
22
+ * Override the generated element `id`. Useful when the parent already
23
+ * manages a stable id. When omitted, a React-stable id is generated.
24
+ */
25
+ id?: string;
26
+ /** Visible label text or element rendered next to the radio button. */
27
+ label: ReactNode;
28
+ /** The value this radio represents within its parent `RadioGroup`. */
29
+ value: string;
30
+ };
31
+ /**
32
+ * A convenience labeled-radio row for use inside a `RadioGroup`.
33
+ *
34
+ * Renders a `RadioGroupItem` paired with an associated `<Label>` (and an
35
+ * optional description line) so callers don't have to wire up `id`/`htmlFor`
36
+ * by hand. The `id` is stable across renders via `React.useId` unless
37
+ * overridden.
38
+ *
39
+ * @example
40
+ * ```tsx
41
+ * <RadioGroup value={val} onValueChange={setVal}>
42
+ * <RadioField value="a" label="Option A" description="First choice" />
43
+ * <RadioField value="b" label="Option B" />
44
+ * </RadioGroup>
45
+ * ```
46
+ */
47
+ declare const RadioField: ({ value, label, description, disabled, id: idProp, className, }: RadioFieldProps) => import("react/jsx-runtime").JSX.Element;
48
+ export { RadioGroup, RadioGroupItem, Radio, RadioField };
6
49
  //# sourceMappingURL=radio-group.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"radio-group.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/radio-group/radio-group.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAA;AAC3C,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAA;AAIlE,QAAA,MAAM,UAAU,4BAGb,cAAc,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,4CAQjD,CAAA;AAED,QAAA,MAAM,cAAc,4BAGjB,cAAc,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,4CAmBjD,CAAA;AAED,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,CAAA"}
1
+ {"version":3,"file":"radio-group.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/radio-group/radio-group.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,SAAS,EAAS,MAAM,OAAO,CAAA;AAClE,OAAO,KAAK,mBAAmB,MAAM,6BAA6B,CAAA;AAKlE,QAAA,MAAM,UAAU,4BAGb,cAAc,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,4CAQjD,CAAA;AAED,QAAA,MAAM,cAAc,4BAGjB,cAAc,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,4CAmBjD,CAAA;AAED;;;;;;;GAOG;AACH,QAAA,MAAM,KAAK,4BA7BR,cAAc,CAAC,OAAO,mBAAmB,CAAC,IAAI,CAAC,4CA6BtB,CAAA;AAE5B,KAAK,eAAe,GAAG;IACrB,+DAA+D;IAC/D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,wDAAwD;IACxD,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,uEAAuE;IACvE,KAAK,EAAE,SAAS,CAAC;IACjB,sEAAsE;IACtE,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED;;;;;;;;;;;;;;;GAeG;AACH,QAAA,MAAM,UAAU,oEAOb,eAAe,4CAkCjB,CAAA;AAED,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,KAAK,EAAE,UAAU,EAAE,CAAA"}
@@ -10,5 +10,24 @@ declare const meta: {
10
10
  };
11
11
  export default meta;
12
12
  type Story = StoryObj<typeof meta>;
13
+ /**
14
+ * Three `RadioGroupItem`s wired up with `id`/`htmlFor` label associations.
15
+ * This is the low-level pattern — for the convenience row, see `WithDescriptions`.
16
+ */
13
17
  export declare const Default: Story;
18
+ /**
19
+ * Uses the `RadioField` convenience component which wires `id`/`htmlFor`
20
+ * automatically and renders an optional description line below the label.
21
+ */
22
+ export declare const WithDescriptions: Story;
23
+ /**
24
+ * Demonstrates disabled state at the individual field level.
25
+ * The `Subscription` option is disabled while the group remains interactive.
26
+ */
27
+ export declare const Disabled: Story;
28
+ /**
29
+ * Horizontal orientation — pass `orientation="horizontal"` to `RadioGroup`
30
+ * and switch the flex direction to row.
31
+ */
32
+ export declare const Horizontal: Story;
14
33
  //# sourceMappingURL=radio-group.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"radio-group.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/radio-group/radio-group.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAK5D,QAAA,MAAM,IAAI;;;;;;;CAKyB,CAAC;AAEpC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KA8CrB,CAAC"}
1
+ {"version":3,"file":"radio-group.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/radio-group/radio-group.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAK5D,QAAA,MAAM,IAAI;;;;;;;CAKyB,CAAC;AAEpC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC;;;GAGG;AACH,eAAO,MAAM,OAAO,EAAE,KA4BrB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gBAAgB,EAAE,KA2B9B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,QAAQ,EAAE,KA4BtB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,EAAE,KA6BxB,CAAC"}
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import type { StoryObj } from '@storybook/react-vite';
3
+ declare const meta: {
4
+ component: ({ className, children, ...props }: React.ComponentProps<React.ForwardRefExoticComponent<import("@radix-ui/react-scroll-area").ScrollAreaProps & React.RefAttributes<HTMLDivElement>>>) => import("react/jsx-runtime").JSX.Element;
5
+ parameters: {
6
+ layout: string;
7
+ };
8
+ tags: string[];
9
+ title: string;
10
+ };
11
+ export default meta;
12
+ type Story = StoryObj<typeof meta>;
13
+ export declare const Vertical: Story;
14
+ export declare const Horizontal: Story;
15
+ //# sourceMappingURL=scroll-area.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"scroll-area.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/scroll-area/scroll-area.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAI5D,QAAA,MAAM,IAAI;;;;;;;CAKyB,CAAC;AAEpC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAoBnC,eAAO,MAAM,QAAQ,EAAE,KAetB,CAAC;AAiBF,eAAO,MAAM,UAAU,EAAE,KAgBxB,CAAC"}
@@ -0,0 +1,27 @@
1
+ import type { StoryObj } from '@storybook/react-vite';
2
+ declare const meta: {
3
+ args: {
4
+ placeholder: string;
5
+ shortcut: string;
6
+ };
7
+ argTypes: {
8
+ placeholder: {
9
+ control: "text";
10
+ };
11
+ shortcut: {
12
+ control: "text";
13
+ };
14
+ };
15
+ component: ({ className, placeholder, shortcut, onClick, ...props }: import("react").ComponentProps<"button"> & {
16
+ placeholder?: string;
17
+ shortcut?: string;
18
+ }) => import("react/jsx-runtime").JSX.Element;
19
+ tags: string[];
20
+ title: string;
21
+ };
22
+ export default meta;
23
+ type Story = StoryObj<typeof meta>;
24
+ export declare const Default: Story;
25
+ export declare const WithShortcut: Story;
26
+ export declare const CustomPlaceholder: Story;
27
+ //# sourceMappingURL=search-input.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search-input.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/search-input/search-input.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAI5D,QAAA,MAAM,IAAI;;;;;;;;;;;;;;mBAYe,CAAC;gBAEnB,CAAA;;;;CAF6B,CAAC;AAErC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAMrB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAM1B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,KAM/B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/select.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAO5C,OAAO,EACL,OAAO,EACP,KAAK,EAEL,IAAI,EAGJ,KAAK,EAEL,IAAI,EACJ,gBAAgB,EAChB,cAAc,EACd,SAAS,EACT,OAAO,EACP,KAAK,EAEN,MAAM,wBAAwB,CAAC;AAIhC,QAAA,MAAM,MAAM,iBAAkB,cAAc,CAAC,OAAO,IAAI,CAAC,4CAExD,CAAC;AAEF,QAAA,MAAM,WAAW,iBAAkB,cAAc,CAAC,OAAO,KAAK,CAAC,4CAE9D,CAAC;AAEF,QAAA,MAAM,WAAW,iBAAkB,cAAc,CAAC,OAAO,KAAK,CAAC,4CAE9D,CAAC;AAEF,QAAA,MAAM,aAAa,4CAKhB,cAAc,CAAC,OAAO,OAAO,CAAC,GAAG;IAClC,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CACzB,4CAeA,CAAC;AAEF,QAAA,MAAM,aAAa,uDAMhB,cAAc,CAAC,OAAO,OAAO,CAAC,4CA2BhC,CAAC;AAEF,QAAA,MAAM,WAAW,4BAGd,cAAc,CAAC,OAAO,KAAK,CAAC,4CAM9B,CAAC;AAEF,QAAA,MAAM,UAAU,sCAIb,cAAc,CAAC,OAAO,IAAI,CAAC,4CAmB7B,CAAC;AAEF,QAAA,MAAM,eAAe,4BAGlB,cAAc,CAAC,OAAO,SAAS,CAAC,4CAMlC,CAAC;AAEF,QAAA,MAAM,oBAAoB,4BAGvB,cAAc,CAAC,OAAO,cAAc,CAAC,4CAWvC,CAAC;AAEF,QAAA,MAAM,sBAAsB,4BAGzB,cAAc,CAAC,OAAO,gBAAgB,CAAC,4CAWzC,CAAC;AAEF,OAAO,EACL,MAAM,EACN,aAAa,EACb,WAAW,EACX,UAAU,EACV,WAAW,EACX,sBAAsB,EACtB,oBAAoB,EACpB,eAAe,EACf,aAAa,EACb,WAAW,GACZ,CAAC"}
1
+ {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/select/select.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAO5C,OAAO,EACL,OAAO,EACP,KAAK,EAEL,IAAI,EAGJ,KAAK,EAEL,IAAI,EACJ,gBAAgB,EAChB,cAAc,EACd,SAAS,EACT,OAAO,EACP,KAAK,EAEN,MAAM,wBAAwB,CAAC;AAIhC,QAAA,MAAM,MAAM,iBAAkB,cAAc,CAAC,OAAO,IAAI,CAAC,4CAExD,CAAC;AAEF,QAAA,MAAM,WAAW,iBAAkB,cAAc,CAAC,OAAO,KAAK,CAAC,4CAE9D,CAAC;AAEF,QAAA,MAAM,WAAW,iBAAkB,cAAc,CAAC,OAAO,KAAK,CAAC,4CAE9D,CAAC;AAEF,QAAA,MAAM,aAAa,4CAKhB,cAAc,CAAC,OAAO,OAAO,CAAC,GAAG;IAClC,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;CACzB,4CAmBA,CAAC;AAEF,QAAA,MAAM,aAAa,uDAMhB,cAAc,CAAC,OAAO,OAAO,CAAC,4CA2BhC,CAAC;AAEF,QAAA,MAAM,WAAW,4BAGd,cAAc,CAAC,OAAO,KAAK,CAAC,4CAM9B,CAAC;AAEF,QAAA,MAAM,UAAU,sCAIb,cAAc,CAAC,OAAO,IAAI,CAAC,4CAmB7B,CAAC;AAEF,QAAA,MAAM,eAAe,4BAGlB,cAAc,CAAC,OAAO,SAAS,CAAC,4CAMlC,CAAC;AAEF,QAAA,MAAM,oBAAoB,4BAGvB,cAAc,CAAC,OAAO,cAAc,CAAC,4CAWvC,CAAC;AAEF,QAAA,MAAM,sBAAsB,4BAGzB,cAAc,CAAC,OAAO,gBAAgB,CAAC,4CAWzC,CAAC;AAEF,OAAO,EACL,MAAM,EACN,aAAa,EACb,WAAW,EACX,UAAU,EACV,WAAW,EACX,sBAAsB,EACtB,oBAAoB,EACpB,eAAe,EACf,aAAa,EACb,WAAW,GACZ,CAAC"}
@@ -1,4 +1,4 @@
1
1
  import { type ComponentProps } from 'react';
2
- declare const Skeleton: ({ className, ...props }: ComponentProps<"div">) => import("react/jsx-runtime").JSX.Element;
2
+ declare const Skeleton: ({ className, ...props }: ComponentProps<"output">) => import("react/jsx-runtime").JSX.Element;
3
3
  export { Skeleton };
4
4
  //# sourceMappingURL=skeleton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/skeleton/skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAA;AAI3C,QAAA,MAAM,QAAQ,4BAA6B,cAAc,CAAC,KAAK,CAAC,4CAW/D,CAAA;AAED,OAAO,EAAE,QAAQ,EAAE,CAAA"}
1
+ {"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/skeleton/skeleton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAA;AAI3C,QAAA,MAAM,QAAQ,4BAA6B,cAAc,CAAC,QAAQ,CAAC,4CAYlE,CAAA;AAED,OAAO,EAAE,QAAQ,EAAE,CAAA"}
@@ -1,6 +1,6 @@
1
1
  import type { StoryObj } from '@storybook/react-vite';
2
2
  declare const meta: {
3
- component: ({ className, ...props }: import("react").ComponentProps<"div">) => import("react/jsx-runtime").JSX.Element;
3
+ component: ({ className, ...props }: import("react").ComponentProps<"output">) => import("react/jsx-runtime").JSX.Element;
4
4
  parameters: {
5
5
  layout: string;
6
6
  };
@@ -0,0 +1,3 @@
1
+ export { Slider } from './slider';
2
+ export type { SliderProps } from './slider';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/slider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC"}
@@ -0,0 +1,28 @@
1
+ type SliderProps = {
2
+ /** Additional class names forwarded to the wrapper element. */
3
+ className?: string;
4
+ /** When true, the slider is non-interactive and visually dimmed. */
5
+ disabled?: boolean;
6
+ /** Maximum value (inclusive). Defaults to 100. */
7
+ max?: number;
8
+ /** Minimum value (inclusive). Defaults to 0. */
9
+ min?: number;
10
+ /** Callback fired when the user moves the slider. */
11
+ onValueChange: (value: number) => void;
12
+ /** Granularity of each step. Defaults to 1. */
13
+ step?: number;
14
+ /** Current value of the slider. */
15
+ value: number;
16
+ };
17
+ /**
18
+ * Controlled range slider built on a native `<input type="range">`.
19
+ *
20
+ * Zero-dependency — all styling is done with Tailwind arbitrary variants so
21
+ * no Radix/Headless UI install is needed. The filled portion is rendered via an
22
+ * inline CSS custom property so the gradient stays in sync with the value without
23
+ * any JS animation loop.
24
+ */
25
+ declare const Slider: ({ value, onValueChange, min, max, step, disabled, className, }: SliderProps) => import("react/jsx-runtime").JSX.Element;
26
+ export { Slider };
27
+ export type { SliderProps };
28
+ //# sourceMappingURL=slider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slider.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/slider/slider.tsx"],"names":[],"mappings":"AAIA,KAAK,WAAW,GAAG;IACjB,+DAA+D;IAC/D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,oEAAoE;IACpE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kDAAkD;IAClD,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,gDAAgD;IAChD,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,qDAAqD;IACrD,aAAa,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,+CAA+C;IAC/C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,mCAAmC;IACnC,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;;;;;;GAOG;AACH,QAAA,MAAM,MAAM,mEAQT,WAAW,4CAiFb,CAAC;AAEF,OAAO,EAAE,MAAM,EAAE,CAAC;AAClB,YAAY,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1,40 @@
1
+ import type { StoryObj } from '@storybook/react-vite';
2
+ declare const meta: {
3
+ args: {
4
+ disabled: false;
5
+ max: number;
6
+ min: number;
7
+ onValueChange: () => void;
8
+ step: number;
9
+ value: number;
10
+ };
11
+ argTypes: {
12
+ disabled: {
13
+ control: "boolean";
14
+ };
15
+ max: {
16
+ control: "number";
17
+ };
18
+ min: {
19
+ control: "number";
20
+ };
21
+ step: {
22
+ control: "number";
23
+ };
24
+ value: {
25
+ control: "number";
26
+ };
27
+ };
28
+ component: ({ value, onValueChange, min, max, step, disabled, className, }: import("./slider").SliderProps) => import("react/jsx-runtime").JSX.Element;
29
+ tags: string[];
30
+ title: string;
31
+ };
32
+ export default meta;
33
+ type Story = StoryObj<typeof meta>;
34
+ /** Interactive slider that shows the current value below the track. */
35
+ export declare const Default: Story;
36
+ /** Step of 10 — thumb snaps to every 10 units. */
37
+ export declare const Steps: Story;
38
+ /** Non-interactive; pointer-events are disabled and the component is dimmed. */
39
+ export declare const Disabled: Story;
40
+ //# sourceMappingURL=slider.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slider.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/slider/slider.stories.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAI5D,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBqB,CAAC;AAEhC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,uEAAuE;AACvE,eAAO,MAAM,OAAO,EAAE,KAUrB,CAAC;AAEF,kDAAkD;AAClD,eAAO,MAAM,KAAK,EAAE,KAUnB,CAAC;AAEF,gFAAgF;AAChF,eAAO,MAAM,QAAQ,EAAE,KAMtB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { StoryObj } from '@storybook/react-vite';
2
+ declare const meta: {
3
+ tags: string[];
4
+ title: string;
5
+ };
6
+ export default meta;
7
+ type Story = StoryObj<typeof meta>;
8
+ export declare const Default: Story;
9
+ export declare const Variants: Story;
10
+ //# sourceMappingURL=sonner.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sonner.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/sonner/sonner.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAK5D,QAAA,MAAM,IAAI;;;CAGsB,CAAC;AAEjC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAarB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAkCtB,CAAC"}
@@ -1,5 +1,16 @@
1
- declare const Spinner: ({ className }: {
1
+ /** Maps the `size` prop to Tailwind size utilities. */
2
+ declare const sizeMap: {
3
+ readonly lg: "size-6";
4
+ readonly md: "size-4";
5
+ readonly sm: "size-3";
6
+ };
7
+ type SpinnerSize = keyof typeof sizeMap;
8
+ type SpinnerProps = {
2
9
  className?: string;
3
- }) => import("react/jsx-runtime").JSX.Element;
10
+ /** Controls the spinner diameter. Defaults to `md` (size-4). `className` wins over `size`. */
11
+ size?: SpinnerSize;
12
+ };
13
+ declare const Spinner: ({ className, size }: SpinnerProps) => import("react/jsx-runtime").JSX.Element;
4
14
  export { Spinner };
15
+ export type { SpinnerProps, SpinnerSize };
5
16
  //# sourceMappingURL=spinner.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"spinner.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/spinner/spinner.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO,kBAAmB;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,4CAuBrD,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC"}
1
+ {"version":3,"file":"spinner.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/spinner/spinner.tsx"],"names":[],"mappings":"AAEA,uDAAuD;AACvD,QAAA,MAAM,OAAO;;;;CAIH,CAAC;AAEX,KAAK,WAAW,GAAG,MAAM,OAAO,OAAO,CAAC;AAExC,KAAK,YAAY,GAAG;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,8FAA8F;IAC9F,IAAI,CAAC,EAAE,WAAW,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,OAAO,wBAAgC,YAAY,4CAuBxD,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC;AACnB,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,CAAC"}
@@ -1,8 +1,6 @@
1
1
  import type { StoryObj } from '@storybook/react-vite';
2
2
  declare const meta: {
3
- component: ({ className }: {
4
- className?: string;
5
- }) => import("react/jsx-runtime").JSX.Element;
3
+ component: ({ className, size }: import("./spinner").SpinnerProps) => import("react/jsx-runtime").JSX.Element;
6
4
  parameters: {
7
5
  layout: string;
8
6
  };
@@ -1 +1 @@
1
- {"version":3,"file":"spinner.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/spinner/spinner.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAK5D,QAAA,MAAM,IAAI;;iBAHc,CAAA;;;;;;;CAQQ,CAAC;AAEjC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KASnB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAO1B,CAAC"}
1
+ {"version":3,"file":"spinner.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/spinner/spinner.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAK5D,QAAA,MAAM,IAAI;;;;;;;CAKsB,CAAC;AAEjC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,KASnB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,KAO1B,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { Stepper } from './stepper';
2
+ export type { StepperProps, StepperStep } from './stepper';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/stepper/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,WAAW,CAAC"}
@@ -0,0 +1,36 @@
1
+ import { type ComponentProps } from 'react';
2
+ type StepperStep = {
3
+ /** Optional supporting text rendered below the label. */
4
+ description?: string;
5
+ /** The visible label shown beneath the step indicator. */
6
+ label: string;
7
+ };
8
+ type StepperProps = {
9
+ /** Additional class names forwarded to the root `<ol>`. */
10
+ className?: string;
11
+ /**
12
+ * Zero-based index of the currently active step.
13
+ * Steps with a lower index are treated as COMPLETED; higher as UPCOMING.
14
+ */
15
+ currentStep: number;
16
+ /** Ordered list of steps to render. */
17
+ steps: StepperStep[];
18
+ } & Omit<ComponentProps<'ol'>, 'children'>;
19
+ /**
20
+ * Horizontal step indicator that renders an ordered sequence of steps with
21
+ * connector lines between them.
22
+ *
23
+ * - **COMPLETED** (index < currentStep): filled action-coloured circle + white checkmark.
24
+ * - **CURRENT** (index === currentStep): action-coloured border + step number; label is font-medium.
25
+ * - **UPCOMING** (index > currentStep): muted border + step number.
26
+ *
27
+ * Connector lines between adjacent steps are action-coloured when the segment
28
+ * is completed (both endpoints are ≤ currentStep) and divider-coloured otherwise.
29
+ *
30
+ * @example
31
+ * <Stepper steps={[{ label: 'Account' }, { label: 'Details' }, { label: 'Review' }]} currentStep={1} />
32
+ */
33
+ declare const Stepper: ({ steps, currentStep, className, ...props }: StepperProps) => import("react/jsx-runtime").JSX.Element;
34
+ export { Stepper };
35
+ export type { StepperProps, StepperStep };
36
+ //# sourceMappingURL=stepper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepper.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/stepper/stepper.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAK5C,KAAK,WAAW,GAAG;IACjB,yDAAyD;IACzD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,0DAA0D;IAC1D,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,KAAK,YAAY,GAAG;IAClB,2DAA2D;IAC3D,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB,uCAAuC;IACvC,KAAK,EAAE,WAAW,EAAE,CAAC;CACtB,GAAG,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,UAAU,CAAC,CAAC;AAE3C;;;;;;;;;;;;;GAaG;AACH,QAAA,MAAM,OAAO,gDAKV,YAAY,4CAgGd,CAAC;AAEF,OAAO,EAAE,OAAO,EAAE,CAAC;AACnB,YAAY,EAAE,YAAY,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1,21 @@
1
+ import type { StoryObj } from '@storybook/react-vite';
2
+ declare const meta: {
3
+ component: ({ steps, currentStep, className, ...props }: import("./stepper").StepperProps) => import("react/jsx-runtime").JSX.Element;
4
+ parameters: {
5
+ layout: string;
6
+ };
7
+ tags: string[];
8
+ title: string;
9
+ };
10
+ export default meta;
11
+ type Story = StoryObj<typeof meta>;
12
+ /** Step 1 (Details) is active; step 0 (Account) is completed. */
13
+ export declare const Default: Story;
14
+ /** The very first step is active — no steps are completed yet. */
15
+ export declare const FirstStep: Story;
16
+ /**
17
+ * `currentStep` is set beyond the last step index so every step appears
18
+ * completed (all indicators show a checkmark, no step has aria-current).
19
+ */
20
+ export declare const Completed: Story;
21
+ //# sourceMappingURL=stepper.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stepper.stories.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/stepper/stepper.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAI5D,QAAA,MAAM,IAAI;;;;;;;CAKsB,CAAC;AAEjC,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AASnC,iEAAiE;AACjE,eAAO,MAAM,OAAO,EAAE,KAUrB,CAAC;AAEF,kEAAkE;AAClE,eAAO,MAAM,SAAS,EAAE,KAUvB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,SAAS,EAAE,KAUvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/switch/switch.tsx"],"names":[],"mappings":"AAQA,QAAA,MAAM,MAAM;WAGD,IAAI,GAAG,SAAS;qDAoBzB,CAAC;AAGH,OAAO,EAAE,MAAM,EAAE,CAAC"}
1
+ {"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/switch/switch.tsx"],"names":[],"mappings":"AAQA,QAAA,MAAM,MAAM;WAGD,IAAI,GAAG,SAAS;qDAyCzB,CAAC;AAGH,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -4,7 +4,7 @@ declare const TableHeader: ({ className, ...props }: ComponentProps<"thead">) =>
4
4
  declare const TableBody: ({ className, ...props }: ComponentProps<"tbody">) => import("react/jsx-runtime").JSX.Element;
5
5
  declare const TableFooter: ({ className, ...props }: ComponentProps<"tfoot">) => import("react/jsx-runtime").JSX.Element;
6
6
  declare const TableRow: ({ className, ...props }: ComponentProps<"tr">) => import("react/jsx-runtime").JSX.Element;
7
- declare const TableHead: ({ className, ...props }: ComponentProps<"th">) => import("react/jsx-runtime").JSX.Element;
7
+ declare const TableHead: ({ className, scope, ...props }: ComponentProps<"th">) => import("react/jsx-runtime").JSX.Element;
8
8
  declare const TableCell: ({ className, ...props }: ComponentProps<"td">) => import("react/jsx-runtime").JSX.Element;
9
9
  declare const TableCaption: ({ className, ...props }: ComponentProps<"caption">) => import("react/jsx-runtime").JSX.Element;
10
10
  export { Table, TableHeader, TableBody, TableFooter, TableHead, TableRow, TableCell, TableCaption, };
@@ -1 +1 @@
1
- {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/table/table.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAA;AAI3C,QAAA,MAAM,KAAK,4BAA6B,cAAc,CAAC,OAAO,CAAC,4CAa9D,CAAA;AAED,QAAA,MAAM,WAAW,4BAA6B,cAAc,CAAC,OAAO,CAAC,4CAWpE,CAAA;AAED,QAAA,MAAM,SAAS,4BAA6B,cAAc,CAAC,OAAO,CAAC,4CAQlE,CAAA;AAED,QAAA,MAAM,WAAW,4BAA6B,cAAc,CAAC,OAAO,CAAC,4CAWpE,CAAA;AAED,QAAA,MAAM,QAAQ,4BAA6B,cAAc,CAAC,IAAI,CAAC,4CAW9D,CAAA;AAED,QAAA,MAAM,SAAS,4BAA6B,cAAc,CAAC,IAAI,CAAC,4CAW/D,CAAA;AAED,QAAA,MAAM,SAAS,4BAA6B,cAAc,CAAC,IAAI,CAAC,4CAW/D,CAAA;AAED,QAAA,MAAM,YAAY,4BAGf,cAAc,CAAC,SAAS,CAAC,4CAQ3B,CAAA;AAED,OAAO,EACL,KAAK,EACL,WAAW,EACX,SAAS,EACT,WAAW,EACX,SAAS,EACT,QAAQ,EACR,SAAS,EACT,YAAY,GACb,CAAA"}
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/table/table.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,OAAO,CAAA;AAI3C,QAAA,MAAM,KAAK,4BAA6B,cAAc,CAAC,OAAO,CAAC,4CAa9D,CAAA;AAED,QAAA,MAAM,WAAW,4BAA6B,cAAc,CAAC,OAAO,CAAC,4CAWpE,CAAA;AAED,QAAA,MAAM,SAAS,4BAA6B,cAAc,CAAC,OAAO,CAAC,4CAQlE,CAAA;AAED,QAAA,MAAM,WAAW,4BAA6B,cAAc,CAAC,OAAO,CAAC,4CAWpE,CAAA;AAED,QAAA,MAAM,QAAQ,4BAA6B,cAAc,CAAC,IAAI,CAAC,4CAW9D,CAAA;AAED,QAAA,MAAM,SAAS,mCAAoC,cAAc,CAAC,IAAI,CAAC,4CAYtE,CAAA;AAED,QAAA,MAAM,SAAS,4BAA6B,cAAc,CAAC,IAAI,CAAC,4CAW/D,CAAA;AAED,QAAA,MAAM,YAAY,4BAGf,cAAc,CAAC,SAAS,CAAC,4CAQ3B,CAAA;AAED,OAAO,EACL,KAAK,EACL,WAAW,EACX,SAAS,EACT,WAAW,EACX,SAAS,EACT,QAAQ,EACR,SAAS,EACT,YAAY,GACb,CAAA"}
@@ -0,0 +1,3 @@
1
+ export { ToggleGroup, ToggleGroupItem } from './toggle-group';
2
+ export type { ToggleGroupProps, ToggleGroupItemProps } from './toggle-group';
3
+ //# sourceMappingURL=index.d.ts.map