uds-tailwind-test 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (234) hide show
  1. package/AI_USAGE.md +98 -0
  2. package/README.md +169 -0
  3. package/dist/components/ui/accordion.d.ts +11 -0
  4. package/dist/components/ui/accordion.d.ts.map +1 -0
  5. package/dist/components/ui/alert-dialog-uds.d.ts +22 -0
  6. package/dist/components/ui/alert-dialog-uds.d.ts.map +1 -0
  7. package/dist/components/ui/alert-dialog.d.ts +15 -0
  8. package/dist/components/ui/alert-dialog.d.ts.map +1 -0
  9. package/dist/components/ui/alert.d.ts +12 -0
  10. package/dist/components/ui/alert.d.ts.map +1 -0
  11. package/dist/components/ui/app-shell.d.ts +20 -0
  12. package/dist/components/ui/app-shell.d.ts.map +1 -0
  13. package/dist/components/ui/aspect-ratio.d.ts +4 -0
  14. package/dist/components/ui/aspect-ratio.d.ts.map +1 -0
  15. package/dist/components/ui/avatar-uds.d.ts +19 -0
  16. package/dist/components/ui/avatar-uds.d.ts.map +1 -0
  17. package/dist/components/ui/avatar.d.ts +7 -0
  18. package/dist/components/ui/avatar.d.ts.map +1 -0
  19. package/dist/components/ui/badge.d.ts +25 -0
  20. package/dist/components/ui/badge.d.ts.map +1 -0
  21. package/dist/components/ui/branding.d.ts +13 -0
  22. package/dist/components/ui/branding.d.ts.map +1 -0
  23. package/dist/components/ui/breadcrumb.d.ts +12 -0
  24. package/dist/components/ui/breadcrumb.d.ts.map +1 -0
  25. package/dist/components/ui/button-base.d.ts +13 -0
  26. package/dist/components/ui/button-base.d.ts.map +1 -0
  27. package/dist/components/ui/button-group.d.ts +12 -0
  28. package/dist/components/ui/button-group.d.ts.map +1 -0
  29. package/dist/components/ui/button-theme.d.ts +30 -0
  30. package/dist/components/ui/button-theme.d.ts.map +1 -0
  31. package/dist/components/ui/button.d.ts +11 -0
  32. package/dist/components/ui/button.d.ts.map +1 -0
  33. package/dist/components/ui/calendar.d.ts +11 -0
  34. package/dist/components/ui/calendar.d.ts.map +1 -0
  35. package/dist/components/ui/card.d.ts +12 -0
  36. package/dist/components/ui/card.d.ts.map +1 -0
  37. package/dist/components/ui/chart-core.d.ts +19 -0
  38. package/dist/components/ui/chart-core.d.ts.map +1 -0
  39. package/dist/components/ui/chart-theme.d.ts +37 -0
  40. package/dist/components/ui/chart-theme.d.ts.map +1 -0
  41. package/dist/components/ui/chart-uds.d.ts +17 -0
  42. package/dist/components/ui/chart-uds.d.ts.map +1 -0
  43. package/dist/components/ui/chart.d.ts +4 -0
  44. package/dist/components/ui/chart.d.ts.map +1 -0
  45. package/dist/components/ui/check-list.d.ts +14 -0
  46. package/dist/components/ui/check-list.d.ts.map +1 -0
  47. package/dist/components/ui/checkbox.d.ts +6 -0
  48. package/dist/components/ui/checkbox.d.ts.map +1 -0
  49. package/dist/components/ui/collapsible.d.ts +13 -0
  50. package/dist/components/ui/collapsible.d.ts.map +1 -0
  51. package/dist/components/ui/combobox-base.d.ts +14 -0
  52. package/dist/components/ui/combobox-base.d.ts.map +1 -0
  53. package/dist/components/ui/combobox-theme.d.ts +13 -0
  54. package/dist/components/ui/combobox-theme.d.ts.map +1 -0
  55. package/dist/components/ui/combobox-uds.d.ts +15 -0
  56. package/dist/components/ui/combobox-uds.d.ts.map +1 -0
  57. package/dist/components/ui/combobox.d.ts +3 -0
  58. package/dist/components/ui/combobox.d.ts.map +1 -0
  59. package/dist/components/ui/command-base.d.ts +12 -0
  60. package/dist/components/ui/command-base.d.ts.map +1 -0
  61. package/dist/components/ui/command-theme.d.ts +12 -0
  62. package/dist/components/ui/command-theme.d.ts.map +1 -0
  63. package/dist/components/ui/command-uds.d.ts +10 -0
  64. package/dist/components/ui/command-uds.d.ts.map +1 -0
  65. package/dist/components/ui/command.d.ts +3 -0
  66. package/dist/components/ui/command.d.ts.map +1 -0
  67. package/dist/components/ui/context-menu.d.ts +32 -0
  68. package/dist/components/ui/context-menu.d.ts.map +1 -0
  69. package/dist/components/ui/date-input.d.ts +10 -0
  70. package/dist/components/ui/date-input.d.ts.map +1 -0
  71. package/dist/components/ui/date-range-input.d.ts +12 -0
  72. package/dist/components/ui/date-range-input.d.ts.map +1 -0
  73. package/dist/components/ui/description-list.d.ts +7 -0
  74. package/dist/components/ui/description-list.d.ts.map +1 -0
  75. package/dist/components/ui/dialog-uds.d.ts +16 -0
  76. package/dist/components/ui/dialog-uds.d.ts.map +1 -0
  77. package/dist/components/ui/dialog.d.ts +14 -0
  78. package/dist/components/ui/dialog.d.ts.map +1 -0
  79. package/dist/components/ui/direction.d.ts +8 -0
  80. package/dist/components/ui/direction.d.ts.map +1 -0
  81. package/dist/components/ui/doctor-avatar.d.ts +30 -0
  82. package/dist/components/ui/doctor-avatar.d.ts.map +1 -0
  83. package/dist/components/ui/dot-status.d.ts +21 -0
  84. package/dist/components/ui/dot-status.d.ts.map +1 -0
  85. package/dist/components/ui/drawer-base.d.ts +8 -0
  86. package/dist/components/ui/drawer-base.d.ts.map +1 -0
  87. package/dist/components/ui/drawer-theme.d.ts +8 -0
  88. package/dist/components/ui/drawer-theme.d.ts.map +1 -0
  89. package/dist/components/ui/drawer-uds.d.ts +10 -0
  90. package/dist/components/ui/drawer-uds.d.ts.map +1 -0
  91. package/dist/components/ui/drawer.d.ts +3 -0
  92. package/dist/components/ui/drawer.d.ts.map +1 -0
  93. package/dist/components/ui/dropdown-menu.d.ts +30 -0
  94. package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
  95. package/dist/components/ui/empty.d.ts +10 -0
  96. package/dist/components/ui/empty.d.ts.map +1 -0
  97. package/dist/components/ui/field.d.ts +25 -0
  98. package/dist/components/ui/field.d.ts.map +1 -0
  99. package/dist/components/ui/file-upload-cards.d.ts +28 -0
  100. package/dist/components/ui/file-upload-cards.d.ts.map +1 -0
  101. package/dist/components/ui/file-upload.d.ts +15 -0
  102. package/dist/components/ui/file-upload.d.ts.map +1 -0
  103. package/dist/components/ui/hover-card.d.ts +7 -0
  104. package/dist/components/ui/hover-card.d.ts.map +1 -0
  105. package/dist/components/ui/input-group.d.ts +21 -0
  106. package/dist/components/ui/input-group.d.ts.map +1 -0
  107. package/dist/components/ui/input-otp.d.ts +13 -0
  108. package/dist/components/ui/input-otp.d.ts.map +1 -0
  109. package/dist/components/ui/input.d.ts +9 -0
  110. package/dist/components/ui/input.d.ts.map +1 -0
  111. package/dist/components/ui/item.d.ts +24 -0
  112. package/dist/components/ui/item.d.ts.map +1 -0
  113. package/dist/components/ui/kbd.d.ts +4 -0
  114. package/dist/components/ui/kbd.d.ts.map +1 -0
  115. package/dist/components/ui/label.d.ts +7 -0
  116. package/dist/components/ui/label.d.ts.map +1 -0
  117. package/dist/components/ui/link.d.ts +7 -0
  118. package/dist/components/ui/link.d.ts.map +1 -0
  119. package/dist/components/ui/medallion-palette.d.ts +81 -0
  120. package/dist/components/ui/medallion-palette.d.ts.map +1 -0
  121. package/dist/components/ui/medallion.d.ts +17 -0
  122. package/dist/components/ui/medallion.d.ts.map +1 -0
  123. package/dist/components/ui/menubar.d.ts +31 -0
  124. package/dist/components/ui/menubar.d.ts.map +1 -0
  125. package/dist/components/ui/micro-calendar.d.ts +7 -0
  126. package/dist/components/ui/micro-calendar.d.ts.map +1 -0
  127. package/dist/components/ui/native-select.d.ts +9 -0
  128. package/dist/components/ui/native-select.d.ts.map +1 -0
  129. package/dist/components/ui/navigation-menu-theme.d.ts +15 -0
  130. package/dist/components/ui/navigation-menu-theme.d.ts.map +1 -0
  131. package/dist/components/ui/navigation-menu-uds.d.ts +11 -0
  132. package/dist/components/ui/navigation-menu-uds.d.ts.map +1 -0
  133. package/dist/components/ui/navigation-menu.d.ts +13 -0
  134. package/dist/components/ui/navigation-menu.d.ts.map +1 -0
  135. package/dist/components/ui/number-input.d.ts +5 -0
  136. package/dist/components/ui/number-input.d.ts.map +1 -0
  137. package/dist/components/ui/pagination-base.d.ts +25 -0
  138. package/dist/components/ui/pagination-base.d.ts.map +1 -0
  139. package/dist/components/ui/pagination-theme.d.ts +11 -0
  140. package/dist/components/ui/pagination-theme.d.ts.map +1 -0
  141. package/dist/components/ui/pagination-uds.d.ts +13 -0
  142. package/dist/components/ui/pagination-uds.d.ts.map +1 -0
  143. package/dist/components/ui/pagination.d.ts +3 -0
  144. package/dist/components/ui/pagination.d.ts.map +1 -0
  145. package/dist/components/ui/password-input.d.ts +10 -0
  146. package/dist/components/ui/password-input.d.ts.map +1 -0
  147. package/dist/components/ui/phone-input.d.ts +10 -0
  148. package/dist/components/ui/phone-input.d.ts.map +1 -0
  149. package/dist/components/ui/popover.d.ts +11 -0
  150. package/dist/components/ui/popover.d.ts.map +1 -0
  151. package/dist/components/ui/progress-circles.d.ts +11 -0
  152. package/dist/components/ui/progress-circles.d.ts.map +1 -0
  153. package/dist/components/ui/progress.d.ts +5 -0
  154. package/dist/components/ui/progress.d.ts.map +1 -0
  155. package/dist/components/ui/radio-group.d.ts +6 -0
  156. package/dist/components/ui/radio-group.d.ts.map +1 -0
  157. package/dist/components/ui/resizable.d.ts +8 -0
  158. package/dist/components/ui/resizable.d.ts.map +1 -0
  159. package/dist/components/ui/scroll-area.d.ts +6 -0
  160. package/dist/components/ui/scroll-area.d.ts.map +1 -0
  161. package/dist/components/ui/search-input.d.ts +12 -0
  162. package/dist/components/ui/search-input.d.ts.map +1 -0
  163. package/dist/components/ui/section-header.d.ts +8 -0
  164. package/dist/components/ui/section-header.d.ts.map +1 -0
  165. package/dist/components/ui/select.d.ts +16 -0
  166. package/dist/components/ui/select.d.ts.map +1 -0
  167. package/dist/components/ui/separator.d.ts +14 -0
  168. package/dist/components/ui/separator.d.ts.map +1 -0
  169. package/dist/components/ui/sheet-uds.d.ts +13 -0
  170. package/dist/components/ui/sheet-uds.d.ts.map +1 -0
  171. package/dist/components/ui/sheet.d.ts +16 -0
  172. package/dist/components/ui/sheet.d.ts.map +1 -0
  173. package/dist/components/ui/sidebar-core.d.ts +27 -0
  174. package/dist/components/ui/sidebar-core.d.ts.map +1 -0
  175. package/dist/components/ui/sidebar-layout.d.ts +11 -0
  176. package/dist/components/ui/sidebar-layout.d.ts.map +1 -0
  177. package/dist/components/ui/sidebar-theme.d.ts +21 -0
  178. package/dist/components/ui/sidebar-theme.d.ts.map +1 -0
  179. package/dist/components/ui/sidebar-uds.d.ts +52 -0
  180. package/dist/components/ui/sidebar-uds.d.ts.map +1 -0
  181. package/dist/components/ui/sidebar.d.ts +2 -0
  182. package/dist/components/ui/sidebar.d.ts.map +1 -0
  183. package/dist/components/ui/skeleton.d.ts +3 -0
  184. package/dist/components/ui/skeleton.d.ts.map +1 -0
  185. package/dist/components/ui/slider.d.ts +5 -0
  186. package/dist/components/ui/slider.d.ts.map +1 -0
  187. package/dist/components/ui/sonner.d.ts +4 -0
  188. package/dist/components/ui/sonner.d.ts.map +1 -0
  189. package/dist/components/ui/spinner.d.ts +3 -0
  190. package/dist/components/ui/spinner.d.ts.map +1 -0
  191. package/dist/components/ui/statistics.d.ts +8 -0
  192. package/dist/components/ui/statistics.d.ts.map +1 -0
  193. package/dist/components/ui/status.d.ts +10 -0
  194. package/dist/components/ui/status.d.ts.map +1 -0
  195. package/dist/components/ui/steps.d.ts +15 -0
  196. package/dist/components/ui/steps.d.ts.map +1 -0
  197. package/dist/components/ui/switch.d.ts +7 -0
  198. package/dist/components/ui/switch.d.ts.map +1 -0
  199. package/dist/components/ui/table.d.ts +11 -0
  200. package/dist/components/ui/table.d.ts.map +1 -0
  201. package/dist/components/ui/tabs.d.ts +12 -0
  202. package/dist/components/ui/tabs.d.ts.map +1 -0
  203. package/dist/components/ui/textarea.d.ts +4 -0
  204. package/dist/components/ui/textarea.d.ts.map +1 -0
  205. package/dist/components/ui/time-input.d.ts +5 -0
  206. package/dist/components/ui/time-input.d.ts.map +1 -0
  207. package/dist/components/ui/time-step-input.d.ts +14 -0
  208. package/dist/components/ui/time-step-input.d.ts.map +1 -0
  209. package/dist/components/ui/toggle-group.d.ts +11 -0
  210. package/dist/components/ui/toggle-group.d.ts.map +1 -0
  211. package/dist/components/ui/toggle.d.ts +10 -0
  212. package/dist/components/ui/toggle.d.ts.map +1 -0
  213. package/dist/components/ui/token-input.d.ts +14 -0
  214. package/dist/components/ui/token-input.d.ts.map +1 -0
  215. package/dist/components/ui/toolbar.d.ts +6 -0
  216. package/dist/components/ui/toolbar.d.ts.map +1 -0
  217. package/dist/components/ui/tooltip.d.ts +12 -0
  218. package/dist/components/ui/tooltip.d.ts.map +1 -0
  219. package/dist/components/ui/url-input.d.ts +8 -0
  220. package/dist/components/ui/url-input.d.ts.map +1 -0
  221. package/dist/hooks/use-mobile.d.ts +2 -0
  222. package/dist/hooks/use-mobile.d.ts.map +1 -0
  223. package/dist/index.cjs +7 -0
  224. package/dist/index.d.ts +82 -0
  225. package/dist/index.d.ts.map +1 -0
  226. package/dist/index.js +4869 -0
  227. package/dist/lib/doctor-avatars.d.ts +46 -0
  228. package/dist/lib/doctor-avatars.d.ts.map +1 -0
  229. package/dist/lib/utils.d.ts +3 -0
  230. package/dist/lib/utils.d.ts.map +1 -0
  231. package/dist/styles.cjs +0 -0
  232. package/dist/styles.css +3 -0
  233. package/dist/styles.js +0 -0
  234. package/package.json +92 -0
package/AI_USAGE.md ADDED
@@ -0,0 +1,98 @@
1
+ # AI Usage Guide
2
+
3
+ Use this package as a public npm dependency, not as a source-code template.
4
+
5
+ ## Allowed Imports
6
+
7
+ Always import from:
8
+
9
+ ```ts
10
+ import { Button, Dialog, SidebarProvider } from "uds-tailwind-test"
11
+ import "uds-tailwind-test/styles.css"
12
+ ```
13
+
14
+ ## Disallowed Imports
15
+
16
+ Do not import from:
17
+
18
+ - `src/components/ui/*`
19
+ - `dist/*`
20
+ - any `*-base`, `*-core`, `*-theme`, or `*-uds` file
21
+ - repo-local aliases such as `@/components/ui/*`
22
+
23
+ ## Component Model
24
+
25
+ This package exposes three categories of components:
26
+
27
+ ### 1. Themed Primitive Wrappers
28
+
29
+ Examples:
30
+
31
+ - `Button`
32
+ - `Drawer`
33
+ - `Pagination`
34
+ - `Command`
35
+ - `Combobox`
36
+
37
+ These are package-facing wrappers around lower-level primitives.
38
+
39
+ ### 2. UDS Preset Wrappers
40
+
41
+ Examples:
42
+
43
+ - `AlertDialog`
44
+ - `Dialog`
45
+ - `Sheet`
46
+ - `Avatar`
47
+ - `NavigationMenu`
48
+
49
+ These are the preferred themed surfaces for consumers.
50
+
51
+ ### 3. First-Party System Components
52
+
53
+ Examples:
54
+
55
+ - `AppShell`
56
+ - `Sidebar`
57
+ - `Item`
58
+ - `FileUpload`
59
+ - `FileUploadCards`
60
+ - `ChartContainer`
61
+
62
+ These are original components in this package. Do not assume they map directly to stock shadcn components.
63
+
64
+ ## Layout Default
65
+
66
+ For authenticated application screens, default to `AppShell` unless the user explicitly requests a different
67
+ layout.
68
+
69
+ When using `AppShell`:
70
+
71
+ - treat it as the standard product-shell wrapper for app experiences
72
+ - use the theme `Sidebar` primitives inside the `sidebar` region rather than ad hoc navigation markup
73
+ - use the optional `listview` region for master-detail, queue, inbox, or search-result flows
74
+ - omit the `listview` or `footer` regions when the screen does not need them
75
+
76
+ ## Styling Rules
77
+
78
+ Always import:
79
+
80
+ ```ts
81
+ import "uds-tailwind-test/styles.css"
82
+ ```
83
+
84
+ Assume:
85
+
86
+ - dark mode uses the `.dark` class convention
87
+ - CSS variables may be overridden by consumers
88
+ - package styles already include the required component styling contract
89
+
90
+ ## Source of Truth
91
+
92
+ For available exports, use:
93
+
94
+ - [src/index.ts](./src/index.ts)
95
+ - [README.md](./README.md)
96
+ - [examples/consumer-react](./examples/consumer-react)
97
+
98
+ Do not infer the public API from internal implementation files.
package/README.md ADDED
@@ -0,0 +1,169 @@
1
+ # uds-tailwind-test
2
+
3
+ `uds-tailwind-test` is a publishable React UI package built from this Tailwind v4 and shadcn-based design system workspace.
4
+
5
+ This package contains three kinds of exports:
6
+
7
+ - themed primitive wrappers
8
+ - UDS preset wrappers
9
+ - first-party system components
10
+
11
+ The important rule for consumers and AI tools is simple: import only from `uds-tailwind-test` and `uds-tailwind-test/styles.css`.
12
+
13
+ ## Installation
14
+
15
+ ```bash
16
+ npm install uds-tailwind-test react react-dom
17
+ ```
18
+
19
+ Import the stylesheet once near your app root:
20
+
21
+ ```ts
22
+ import "uds-tailwind-test/styles.css"
23
+ ```
24
+
25
+ ## Quick Start
26
+
27
+ ```tsx
28
+ import {
29
+ Button,
30
+ Tooltip,
31
+ TooltipContent,
32
+ TooltipProvider,
33
+ TooltipTrigger,
34
+ } from "uds-tailwind-test"
35
+ import "uds-tailwind-test/styles.css"
36
+
37
+ export function Example() {
38
+ return (
39
+ <TooltipProvider>
40
+ <Tooltip>
41
+ <TooltipTrigger asChild>
42
+ <Button>Open</Button>
43
+ </TooltipTrigger>
44
+ <TooltipContent>Package quick start</TooltipContent>
45
+ </Tooltip>
46
+ </TooltipProvider>
47
+ )
48
+ }
49
+ ```
50
+
51
+ ## CSS Contract
52
+
53
+ `uds-tailwind-test/styles.css` is the canonical consumer stylesheet.
54
+
55
+ It currently imports:
56
+
57
+ - Tailwind v4 base utilities
58
+ - `tw-animate-css`
59
+ - the package token layer
60
+ - the package component layer
61
+
62
+ Dark mode follows the existing `.dark` class convention on the root element.
63
+
64
+ Consumers may override the shipped CSS variables with their own values. Fonts are optional. The docs app imports additional font assets, but package consumers can load their own typography stack.
65
+
66
+ ## Public API Model
67
+
68
+ The root package entrypoint is [src/index.ts](./src/index.ts). That file is the only canonical public API.
69
+
70
+ Internal implementation layers such as these are not public API:
71
+
72
+ - `*-base.tsx`
73
+ - `*-core.tsx`
74
+ - `*-theme.ts`
75
+ - `*-theme.tsx`
76
+ - `*-uds.tsx`
77
+
78
+ They exist to keep the system maintainable. Consumers should not import from them.
79
+
80
+ ### Primitive Wrappers
81
+
82
+ Examples:
83
+
84
+ - `Button`
85
+ - `Drawer`
86
+ - `Pagination`
87
+ - `Command`
88
+ - `Combobox`
89
+
90
+ These are package-facing wrappers around lower-level primitives.
91
+
92
+ ### UDS Preset Wrappers
93
+
94
+ Examples:
95
+
96
+ - `AlertDialog`
97
+ - `Dialog`
98
+ - `Sheet`
99
+ - `Avatar`
100
+ - `NavigationMenu`
101
+
102
+ These represent the UDS-styled package surface. Their internal implementation may compose base primitives, but consumers should still import them from `uds-tailwind-test`.
103
+
104
+ ### First-Party System Components
105
+
106
+ Examples:
107
+
108
+ - `AppShell`
109
+ - `Item`
110
+ - `FileUpload`
111
+ - `FileUploadCards`
112
+ - `Sidebar`
113
+ - `ChartContainer`
114
+
115
+ These are original components in this system, not just themed shadcn wrappers.
116
+
117
+ ## AI Usage
118
+
119
+ If you are using this package with an AI code generator, give it these rules:
120
+
121
+ 1. Import components only from `uds-tailwind-test`.
122
+ 2. Import styles only from `uds-tailwind-test/styles.css`.
123
+ 3. Do not import from internal files such as `uds-tailwind-test/dist/*`, `src/components/ui/*`, or any `*-base`, `*-core`, `*-theme`, or `*-uds` module.
124
+ 4. Treat `AppShell`, `Sidebar`, `Item`, `FileUpload`, `FileUploadCards`, and `ChartContainer` as first-party components, not stock shadcn primitives.
125
+ 5. Treat the package root exports as the source of truth for available components.
126
+ 6. For authenticated application screens, default to `AppShell` unless the user explicitly requests a different layout.
127
+ 7. When using `AppShell`, prefer the theme `Sidebar` primitives for the `sidebar` region and only include the `listview` or `footer` regions when the screen needs them.
128
+
129
+ For a dedicated AI-oriented guide, see [AI_USAGE.md](./AI_USAGE.md).
130
+
131
+ ## Docs-Only Exceptions
132
+
133
+ These are intentionally not part of the published component contract:
134
+
135
+ - `Branding`
136
+ - `DoctorAvatar`
137
+
138
+ They depend on repo-owned assets and docs-specific assumptions.
139
+
140
+ ## Local Development
141
+
142
+ ```bash
143
+ npm install
144
+ npm run dev
145
+ ```
146
+
147
+ Useful checks:
148
+
149
+ ```bash
150
+ npm run lint
151
+ npm run typecheck
152
+ npm run build
153
+ npm run pack:check
154
+ ```
155
+
156
+ The docs app builds to `docs-dist/`. The package build emits distributable artifacts to `dist/`.
157
+
158
+ ## Consumer Smoke Fixture
159
+
160
+ A minimal consumer example lives in [examples/consumer-react](./examples/consumer-react). It demonstrates the intended import shape:
161
+
162
+ - package imports from `uds-tailwind-test`
163
+ - stylesheet import from `uds-tailwind-test/styles.css`
164
+
165
+ ## Publishing
166
+
167
+ - `npm run build` builds both the package and the docs app.
168
+ - `npm run pack:check` verifies the publish payload.
169
+ - published exports are defined in [package.json](./package.json).
@@ -0,0 +1,11 @@
1
+ import * as React from "react";
2
+ import { Accordion as AccordionPrimitive } from "radix-ui";
3
+ export type AccordionVariant = "boxed" | "divided";
4
+ declare function Accordion({ className, variant, ...props }: React.ComponentProps<typeof AccordionPrimitive.Root> & {
5
+ variant?: AccordionVariant;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare function AccordionItem({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>): import("react/jsx-runtime").JSX.Element;
8
+ declare function AccordionTrigger({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
9
+ declare function AccordionContent({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
10
+ export { Accordion, AccordionItem, AccordionTrigger, AccordionContent };
11
+ //# sourceMappingURL=accordion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accordion.d.ts","sourceRoot":"","sources":["../../../src/components/ui/accordion.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,SAAS,IAAI,kBAAkB,EAAE,MAAM,UAAU,CAAA;AAK1D,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,SAAS,CAAA;AAIlD,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,OAAmB,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,GAAG;IACxD,OAAO,CAAC,EAAE,gBAAgB,CAAA;CAC3B,2CAgBA;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,2CAWtD;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,2CAoBzD;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,OAAO,CAAC,2CAiBzD;AAED,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,CAAA"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * UDS-styled alert dialog. Prefer these exports for product UI; keep `./alert-dialog`
3
+ * close to shadcn defaults so registry upgrades are easier to merge.
4
+ */
5
+ import * as React from "react";
6
+ import { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger } from './alert-dialog';
7
+ import { type MedallionColor, type MedallionProps } from './medallion';
8
+ type AlertDialogMediaProps = React.ComponentProps<"div"> & {
9
+ color?: MedallionColor;
10
+ icon?: React.ReactNode;
11
+ shape?: MedallionProps["shape"];
12
+ };
13
+ declare function UdsAlertDialogMedia({ className, children, color, icon, shape, ...props }: AlertDialogMediaProps): import("react/jsx-runtime").JSX.Element;
14
+ declare function UdsAlertDialogContent({ className, size, ...props }: React.ComponentProps<typeof AlertDialogContent> & {
15
+ size?: "default" | "sm";
16
+ }): import("react/jsx-runtime").JSX.Element;
17
+ declare function UdsAlertDialogHeader({ className, ...props }: React.ComponentProps<typeof AlertDialogHeader>): import("react/jsx-runtime").JSX.Element;
18
+ declare function UdsAlertDialogFooter({ className, ...props }: React.ComponentProps<typeof AlertDialogFooter>): import("react/jsx-runtime").JSX.Element;
19
+ declare function UdsAlertDialogTitle({ className, ...props }: React.ComponentProps<typeof AlertDialogTitle>): import("react/jsx-runtime").JSX.Element;
20
+ declare function UdsAlertDialogDescription({ className, ...props }: React.ComponentProps<typeof AlertDialogDescription>): import("react/jsx-runtime").JSX.Element;
21
+ export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogOverlay, AlertDialogPortal, AlertDialogTrigger, UdsAlertDialogMedia as AlertDialogMedia, UdsAlertDialogContent as AlertDialogContent, UdsAlertDialogDescription as AlertDialogDescription, UdsAlertDialogFooter as AlertDialogFooter, UdsAlertDialogHeader as AlertDialogHeader, UdsAlertDialogTitle as AlertDialogTitle, };
22
+ //# sourceMappingURL=alert-dialog-uds.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert-dialog-uds.d.ts","sourceRoot":"","sources":["../../../src/components/ui/alert-dialog-uds.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,EACnB,MAAM,8BAA8B,CAAA;AACrC,OAAO,EAAa,KAAK,cAAc,EAAE,KAAK,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAG/F,KAAK,qBAAqB,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IACzD,KAAK,CAAC,EAAE,cAAc,CAAA;IACtB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACtB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;CAChC,CAAA;AAED,iBAAS,mBAAmB,CAAC,EAC3B,SAAS,EACT,QAAQ,EACR,KAAK,EACL,IAAI,EACJ,KAAiB,EACjB,GAAG,KAAK,EACT,EAAE,qBAAqB,2CA6BvB;AAED,iBAAS,qBAAqB,CAAC,EAC7B,SAAS,EACT,IAAgB,EAChB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,GAAG;IACnD,IAAI,CAAC,EAAE,SAAS,GAAG,IAAI,CAAA;CACxB,2CAWA;AAED,iBAAS,oBAAoB,CAAC,EAC5B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,2CAUhD;AAED,iBAAS,oBAAoB,CAAC,EAC5B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,2CAUhD;AAED,iBAAS,mBAAmB,CAAC,EAC3B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,gBAAgB,CAAC,2CAU/C;AAED,iBAAS,yBAAyB,CAAC,EACjC,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,sBAAsB,CAAC,2CAUrD;AAED,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,iBAAiB,EACjB,kBAAkB,EAClB,mBAAmB,IAAI,gBAAgB,EACvC,qBAAqB,IAAI,kBAAkB,EAC3C,yBAAyB,IAAI,sBAAsB,EACnD,oBAAoB,IAAI,iBAAiB,EACzC,oBAAoB,IAAI,iBAAiB,EACzC,mBAAmB,IAAI,gBAAgB,GACxC,CAAA"}
@@ -0,0 +1,15 @@
1
+ import * as React from "react";
2
+ import { AlertDialog as AlertDialogPrimitive } from "radix-ui";
3
+ declare function AlertDialog({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function AlertDialogTrigger({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
5
+ declare function AlertDialogPortal({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
6
+ declare function AlertDialogOverlay({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>): import("react/jsx-runtime").JSX.Element;
7
+ declare function AlertDialogContent({ className, children, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
8
+ declare function AlertDialogHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
9
+ declare function AlertDialogFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
10
+ declare function AlertDialogTitle({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>): import("react/jsx-runtime").JSX.Element;
11
+ declare function AlertDialogDescription({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>): import("react/jsx-runtime").JSX.Element;
12
+ declare function AlertDialogAction({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Action>): import("react/jsx-runtime").JSX.Element;
13
+ declare function AlertDialogCancel({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>): import("react/jsx-runtime").JSX.Element;
14
+ export { AlertDialog, AlertDialogTrigger, AlertDialogPortal, AlertDialogOverlay, AlertDialogContent, AlertDialogHeader, AlertDialogFooter, AlertDialogTitle, AlertDialogDescription, AlertDialogAction, AlertDialogCancel, };
15
+ //# sourceMappingURL=alert-dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert-dialog.d.ts","sourceRoot":"","sources":["../../../src/components/ui/alert-dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,WAAW,IAAI,oBAAoB,EAAE,MAAM,UAAU,CAAA;AAK9D,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,2CAExD;AAED,iBAAS,kBAAkB,CAAC,EAC1B,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,OAAO,CAAC,2CAI3D;AAED,iBAAS,iBAAiB,CAAC,EACzB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,MAAM,CAAC,2CAI1D;AAED,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,OAAO,CAAC,2CAW3D;AAED,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,OAAO,CAAC,2CAgB3D;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQ7B;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQ7B;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,KAAK,CAAC,2CAQzD;AAED,iBAAS,sBAAsB,CAAC,EAC9B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,WAAW,CAAC,2CAQ/D;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,MAAM,CAAC,2CAM1D;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,MAAM,CAAC,2CAM1D;AAED,OAAO,EACL,WAAW,EACX,kBAAkB,EAClB,iBAAiB,EACjB,kBAAkB,EAClB,kBAAkB,EAClB,iBAAiB,EACjB,iBAAiB,EACjB,gBAAgB,EAChB,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,GAClB,CAAA"}
@@ -0,0 +1,12 @@
1
+ import * as React from "react";
2
+ import { type VariantProps } from "class-variance-authority";
3
+ declare const alertVariants: (props?: ({
4
+ variant?: "default" | "destructive" | null | undefined;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
+ declare function Alert({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>): import("react/jsx-runtime").JSX.Element;
7
+ declare function AlertContent({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
8
+ declare function AlertTitle({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
9
+ declare function AlertDescription({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
10
+ declare function AlertAction({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
11
+ export { Alert, AlertContent, AlertTitle, AlertDescription, AlertAction };
12
+ //# sourceMappingURL=alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../src/components/ui/alert.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAIjE,QAAA,MAAM,aAAa;;8EAelB,CAAA;AAED,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,OAAO,EACP,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,2CASlE;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQzE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWvE;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAW7B;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQxE;AAED,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,CAAA"}
@@ -0,0 +1,20 @@
1
+ import * as React from "react";
2
+ type AppShellWidth = number | string;
3
+ type AppShellProps = React.ComponentProps<"div"> & {
4
+ sidebar?: React.ReactNode;
5
+ listview?: React.ReactNode;
6
+ footer?: React.ReactNode;
7
+ showListview?: boolean;
8
+ showFooter?: boolean;
9
+ sidebarWidth?: AppShellWidth;
10
+ listviewWidth?: AppShellWidth;
11
+ footerHeight?: AppShellWidth;
12
+ sidebarClassName?: string;
13
+ listviewClassName?: string;
14
+ mainClassName?: string;
15
+ footerClassName?: string;
16
+ };
17
+ declare function AppShell({ className, children, sidebar, listview, footer, showListview, showFooter, sidebarWidth, listviewWidth, footerHeight, sidebarClassName, listviewClassName, mainClassName, footerClassName, style, ...props }: AppShellProps): import("react/jsx-runtime").JSX.Element;
18
+ export { AppShell };
19
+ export type { AppShellProps };
20
+ //# sourceMappingURL=app-shell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app-shell.d.ts","sourceRoot":"","sources":["../../../src/components/ui/app-shell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAI9B,KAAK,aAAa,GAAG,MAAM,GAAG,MAAM,CAAA;AAEpC,KAAK,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IACjD,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC1B,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACxB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,YAAY,CAAC,EAAE,aAAa,CAAA;IAC5B,aAAa,CAAC,EAAE,aAAa,CAAA;IAC7B,YAAY,CAAC,EAAE,aAAa,CAAA;IAC5B,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,eAAe,CAAC,EAAE,MAAM,CAAA;CACzB,CAAA;AAOD,iBAAS,QAAQ,CAAC,EAChB,SAAS,EACT,QAAQ,EACR,OAAO,EACP,QAAQ,EACR,MAAM,EACN,YAAmB,EACnB,UAAiB,EACjB,YAAiB,EACjB,aAAmB,EACnB,YAAiB,EACjB,gBAAgB,EAChB,iBAAiB,EACjB,aAAa,EACb,eAAe,EACf,KAAK,EACL,GAAG,KAAK,EACT,EAAE,aAAa,2CA+Ef;AAED,OAAO,EAAE,QAAQ,EAAE,CAAA;AACnB,YAAY,EAAE,aAAa,EAAE,CAAA"}
@@ -0,0 +1,4 @@
1
+ import { AspectRatio as AspectRatioPrimitive } from "radix-ui";
2
+ declare function AspectRatio({ ...props }: React.ComponentProps<typeof AspectRatioPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
3
+ export { AspectRatio };
4
+ //# sourceMappingURL=aspect-ratio.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aspect-ratio.d.ts","sourceRoot":"","sources":["../../../src/components/ui/aspect-ratio.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,IAAI,oBAAoB,EAAE,MAAM,UAAU,CAAA;AAE9D,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,2CAExD;AAED,OAAO,EAAE,WAAW,EAAE,CAAA"}
@@ -0,0 +1,19 @@
1
+ import * as React from "react";
2
+ import { Avatar as AvatarBase, AvatarFallback as AvatarFallbackBase, AvatarImage } from './avatar';
3
+ import { type DotStatusProps } from './dot-status';
4
+ export type AvatarSize = "default" | "sm" | "lg" | "xs";
5
+ declare function Avatar({ className, size, ...props }: React.ComponentProps<typeof AvatarBase> & {
6
+ size?: AvatarSize;
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ declare function AvatarFallback({ className, ...props }: React.ComponentProps<typeof AvatarFallbackBase>): import("react/jsx-runtime").JSX.Element;
9
+ export type AvatarStatusProps = Omit<DotStatusProps, "size">;
10
+ declare function AvatarStatus({ className, outline, ...props }: AvatarStatusProps): import("react/jsx-runtime").JSX.Element;
11
+ export type AvatarCameraActionProps = Omit<React.ComponentProps<"button">, "children"> & {
12
+ icon?: React.ReactNode;
13
+ };
14
+ declare function AvatarCameraAction({ className, type, icon, "aria-label": ariaLabel, ...props }: AvatarCameraActionProps): import("react/jsx-runtime").JSX.Element;
15
+ declare function AvatarBadge({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
16
+ declare function AvatarGroup({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
17
+ declare function AvatarGroupCount({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
18
+ export { Avatar, AvatarImage, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarBadge, AvatarStatus, AvatarCameraAction, };
19
+ //# sourceMappingURL=avatar-uds.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar-uds.d.ts","sourceRoot":"","sources":["../../../src/components/ui/avatar-uds.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAG9B,OAAO,EACL,MAAM,IAAI,UAAU,EACpB,cAAc,IAAI,kBAAkB,EACpC,WAAW,EACZ,MAAM,wBAAwB,CAAA;AAC/B,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,4BAA4B,CAAA;AAG3E,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;AAEvD,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,IAAgB,EAChB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,UAAU,CAAC,GAAG;IAC3C,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB,2CAWA;AAED,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,2CAUjD;AAED,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAAC,cAAc,EAAE,MAAM,CAAC,CAAA;AAE5D,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,OAAe,EACf,GAAG,KAAK,EACT,EAAE,iBAAiB,2CAcnB;AAED,MAAM,MAAM,uBAAuB,GAAG,IAAI,CACxC,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,EAC9B,UAAU,CACX,GAAG;IACF,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CACvB,CAAA;AAED,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,IAAe,EACf,IAAI,EACJ,YAAY,EAAE,SAA0B,EACxC,GAAG,KAAK,EACT,EAAE,uBAAuB,2CAsBzB;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,2CAezE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWxE;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAW7B;AAED,OAAO,EACL,MAAM,EACN,WAAW,EACX,cAAc,EACd,WAAW,EACX,gBAAgB,EAChB,WAAW,EACX,YAAY,EACZ,kBAAkB,GACnB,CAAA"}
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ import { Avatar as AvatarPrimitive } from "radix-ui";
3
+ declare function Avatar({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function AvatarImage({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>): import("react/jsx-runtime").JSX.Element;
5
+ declare function AvatarFallback({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>): import("react/jsx-runtime").JSX.Element;
6
+ export { Avatar, AvatarImage, AvatarFallback };
7
+ //# sourceMappingURL=avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../src/components/ui/avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,UAAU,CAAA;AAIpD,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAQnD;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAQpD;AAED,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,QAAQ,CAAC,2CAQvD;AAED,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,cAAc,EAAE,CAAA"}
@@ -0,0 +1,25 @@
1
+ import * as React from "react";
2
+ import { type VariantProps } from "class-variance-authority";
3
+ /** Accent hues aligned with the UDS badge matrix (label-only / every-color). */
4
+ export declare const BADGE_ACCENTS: readonly ["transparent", "neutral", "red", "orange", "yellow", "emerald", "green", "sky", "cyan", "blue", "indigo", "purple", "fuchsia", "magenta", "inverse"];
5
+ export type BadgeAccent = (typeof BADGE_ACCENTS)[number];
6
+ export type BadgeAppearance = "subtle" | "pastel" | "outlined" | "solid";
7
+ export declare const BADGE_SHAPES: readonly ["pill", "rect"];
8
+ export type BadgeShape = (typeof BADGE_SHAPES)[number];
9
+ declare const badgeLayoutVariants: (props?: ({
10
+ shape?: "rect" | "pill" | null | undefined;
11
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
12
+ declare const badgeColorVariants: (props?: ({
13
+ variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
14
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
15
+ export type BadgeProps = React.ComponentProps<"span"> & VariantProps<typeof badgeColorVariants> & VariantProps<typeof badgeLayoutVariants> & {
16
+ asChild?: boolean;
17
+ accent?: BadgeAccent;
18
+ appearance?: BadgeAppearance;
19
+ /** Extra leading/trailing icon; ignored when `asChild` is true (compose manually). */
20
+ icon?: React.ReactNode;
21
+ iconPlacement?: "inline-start" | "inline-end";
22
+ };
23
+ declare function Badge({ className, style, variant, accent, appearance, shape, icon, iconPlacement, asChild, children, ...props }: BadgeProps): import("react/jsx-runtime").JSX.Element;
24
+ export { Badge, badgeColorVariants, badgeLayoutVariants };
25
+ //# sourceMappingURL=badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../src/components/ui/badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAKjE,gFAAgF;AAChF,eAAO,MAAM,aAAa,gKAgBhB,CAAA;AAEV,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,CAAC,CAAA;AAExD,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,QAAQ,GAAG,UAAU,GAAG,OAAO,CAAA;AAExE,eAAO,MAAM,YAAY,2BAA4B,CAAA;AACrD,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,CAAA;AAMtD,QAAA,MAAM,mBAAmB;;8EAUvB,CAAA;AAEF,QAAA,MAAM,kBAAkB;;8EAkBtB,CAAA;AAiHF,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,GACnD,YAAY,CAAC,OAAO,kBAAkB,CAAC,GACvC,YAAY,CAAC,OAAO,mBAAmB,CAAC,GAAG;IACzC,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,MAAM,CAAC,EAAE,WAAW,CAAA;IACpB,UAAU,CAAC,EAAE,eAAe,CAAA;IAC5B,sFAAsF;IACtF,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IACtB,aAAa,CAAC,EAAE,cAAc,GAAG,YAAY,CAAA;CAC9C,CAAA;AAEH,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,KAAK,EACL,OAAmB,EACnB,MAAM,EACN,UAAoB,EACpB,KAAc,EACd,IAAI,EACJ,aAA8B,EAC9B,OAAe,EACf,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,UAAU,2CAoDZ;AAED,OAAO,EAAE,KAAK,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,CAAA"}
@@ -0,0 +1,13 @@
1
+ import * as React from "react";
2
+ export type BrandingAppearance = "Connect" | "Locumsmart" | "Wireframe" | "MyWeatherby" | "MyCompHealth" | "Modio" | "Design System";
3
+ export type BrandingProps = React.ComponentProps<"div"> & {
4
+ /** Product / brand row from the design system. */
5
+ appearance?: BrandingAppearance;
6
+ /** When true, render the square mark only (64×64). Otherwise full wordmark (200×80). */
7
+ symbol?: boolean;
8
+ /** Wordmark only: how artwork sits in the frame (`start` matches typical left-aligned lockups). */
9
+ wordmarkAlign?: "start" | "center";
10
+ };
11
+ declare function Branding({ className, appearance, symbol, wordmarkAlign, ...props }: BrandingProps): import("react/jsx-runtime").JSX.Element;
12
+ export { Branding };
13
+ //# sourceMappingURL=branding.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"branding.d.ts","sourceRoot":"","sources":["../../../src/components/ui/branding.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAM9B,MAAM,MAAM,kBAAkB,GAC1B,SAAS,GACT,YAAY,GACZ,WAAW,GACX,aAAa,GACb,cAAc,GACd,OAAO,GACP,eAAe,CAAA;AAkCnB,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IACxD,kDAAkD;IAClD,UAAU,CAAC,EAAE,kBAAkB,CAAA;IAC/B,wFAAwF;IACxF,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,mGAAmG;IACnG,aAAa,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAA;CACnC,CAAA;AAED,iBAAS,QAAQ,CAAC,EAChB,SAAS,EACT,UAAwB,EACxB,MAAc,EACd,aAAuB,EACvB,GAAG,KAAK,EACT,EAAE,aAAa,2CAyCf;AAED,OAAO,EAAE,QAAQ,EAAE,CAAA"}
@@ -0,0 +1,12 @@
1
+ import * as React from "react";
2
+ declare function Breadcrumb({ className, ...props }: React.ComponentProps<"nav">): import("react/jsx-runtime").JSX.Element;
3
+ declare function BreadcrumbList({ className, ...props }: React.ComponentProps<"ol">): import("react/jsx-runtime").JSX.Element;
4
+ declare function BreadcrumbItem({ className, ...props }: React.ComponentProps<"li">): import("react/jsx-runtime").JSX.Element;
5
+ declare function BreadcrumbLink({ asChild, className, ...props }: React.ComponentProps<"a"> & {
6
+ asChild?: boolean;
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ declare function BreadcrumbPage({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
9
+ declare function BreadcrumbSeparator({ children, className, ...props }: React.ComponentProps<"li">): import("react/jsx-runtime").JSX.Element;
10
+ declare function BreadcrumbEllipsis({ className, ...props }: React.ComponentProps<"span">): import("react/jsx-runtime").JSX.Element;
11
+ export { Breadcrumb, BreadcrumbList, BreadcrumbItem, BreadcrumbLink, BreadcrumbPage, BreadcrumbSeparator, BreadcrumbEllipsis, };
12
+ //# sourceMappingURL=breadcrumb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../../src/components/ui/breadcrumb.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAM9B,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAYvE;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAW1E;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAQ1E;AAED,iBAAS,cAAc,CAAC,EACtB,OAAO,EACP,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,GAAG;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,2CAaA;AAED,iBAAS,cAAc,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,2CAY5E;AAED,iBAAS,mBAAmB,CAAC,EAC3B,QAAQ,EACR,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,2CAY5B;AAED,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,2CAgB9B;AAED,OAAO,EACL,UAAU,EACV,cAAc,EACd,cAAc,EACd,cAAc,EACd,cAAc,EACd,mBAAmB,EACnB,kBAAkB,GACnB,CAAA"}
@@ -0,0 +1,13 @@
1
+ import * as React from "react";
2
+ import { type VariantProps } from "class-variance-authority";
3
+ declare const baseButtonVariants: (props?: ({
4
+ variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
5
+ size?: "default" | "sm" | "lg" | "icon" | null | undefined;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
+ type BaseButtonProps = React.ComponentProps<"button"> & VariantProps<typeof baseButtonVariants> & {
8
+ asChild?: boolean;
9
+ };
10
+ declare function BaseButton({ className, variant, size, asChild, ...props }: BaseButtonProps): import("react/jsx-runtime").JSX.Element;
11
+ export { BaseButton, baseButtonVariants };
12
+ export type { BaseButtonProps };
13
+ //# sourceMappingURL=button-base.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button-base.d.ts","sourceRoot":"","sources":["../../../src/components/ui/button-base.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAKjE,QAAA,MAAM,kBAAkB;;;8EA0BvB,CAAA;AAED,KAAK,eAAe,GAAG,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GACnD,YAAY,CAAC,OAAO,kBAAkB,CAAC,GAAG;IACxC,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAA;AAEH,iBAAS,UAAU,CAAC,EAClB,SAAS,EACT,OAAmB,EACnB,IAAgB,EAChB,OAAe,EACf,GAAG,KAAK,EACT,EAAE,eAAe,2CAYjB;AAED,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,CAAA;AACzC,YAAY,EAAE,eAAe,EAAE,CAAA"}
@@ -0,0 +1,12 @@
1
+ import { type VariantProps } from "class-variance-authority";
2
+ import { Separator } from './separator';
3
+ declare const buttonGroupVariants: (props?: ({
4
+ orientation?: "horizontal" | "vertical" | null | undefined;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
+ declare function ButtonGroup({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVariants>): import("react/jsx-runtime").JSX.Element;
7
+ declare function ButtonGroupText({ className, asChild, ...props }: React.ComponentProps<"div"> & {
8
+ asChild?: boolean;
9
+ }): import("react/jsx-runtime").JSX.Element;
10
+ declare function ButtonGroupSeparator({ className, orientation, ...props }: React.ComponentProps<typeof Separator>): import("react/jsx-runtime").JSX.Element;
11
+ export { ButtonGroup, ButtonGroupSeparator, ButtonGroupText, buttonGroupVariants, };
12
+ //# sourceMappingURL=button-group.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button-group.d.ts","sourceRoot":"","sources":["../../../src/components/ui/button-group.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAIjE,OAAO,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAErD,QAAA,MAAM,mBAAmB;;8EAexB,CAAA;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,WAAW,EACX,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC,OAAO,mBAAmB,CAAC,2CAUxE;AAED,iBAAS,eAAe,CAAC,EACvB,SAAS,EACT,OAAe,EACf,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC/B,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,2CAYA;AAED,iBAAS,oBAAoB,CAAC,EAC5B,SAAS,EACT,WAAwB,EACxB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,2CAYxC;AAED,OAAO,EACL,WAAW,EACX,oBAAoB,EACpB,eAAe,EACf,mBAAmB,GACpB,CAAA"}
@@ -0,0 +1,30 @@
1
+ import { type VariantProps } from "class-variance-authority";
2
+ declare const buttonSizeToBaseSize: {
3
+ readonly default: "default";
4
+ readonly xs: "sm";
5
+ readonly sm: "sm";
6
+ readonly lg: "lg";
7
+ readonly icon: "icon";
8
+ readonly "icon-xs": "icon";
9
+ readonly "icon-sm": "icon";
10
+ readonly "icon-lg": "icon";
11
+ };
12
+ declare const buttonThemeVariants: (props?: ({
13
+ variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
14
+ size?: "default" | "sm" | "lg" | "icon" | "xs" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
15
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
16
+ type ButtonVariant = NonNullable<VariantProps<typeof buttonThemeVariants>["variant"]>;
17
+ type ButtonSize = NonNullable<VariantProps<typeof buttonThemeVariants>["size"]>;
18
+ declare function resolveButtonClasses({ variant, size, className, }: {
19
+ variant?: ButtonVariant;
20
+ size?: ButtonSize;
21
+ className?: string;
22
+ }): string;
23
+ declare function buttonVariants({ variant, size, className, }?: {
24
+ variant?: ButtonVariant;
25
+ size?: ButtonSize;
26
+ className?: string;
27
+ }): string;
28
+ export { buttonSizeToBaseSize, buttonThemeVariants, buttonVariants, resolveButtonClasses };
29
+ export type { ButtonSize, ButtonVariant };
30
+ //# sourceMappingURL=button-theme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button-theme.d.ts","sourceRoot":"","sources":["../../../src/components/ui/button-theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAKjE,QAAA,MAAM,oBAAoB;;;;;;;;;CAShB,CAAA;AAEV,QAAA,MAAM,mBAAmB;;;8EAiCxB,CAAA;AAED,KAAK,aAAa,GAAG,WAAW,CAAC,YAAY,CAAC,OAAO,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,CAAA;AACrF,KAAK,UAAU,GAAG,WAAW,CAAC,YAAY,CAAC,OAAO,mBAAmB,CAAC,CAAC,MAAM,CAAC,CAAC,CAAA;AAE/E,iBAAS,oBAAoB,CAAC,EAC5B,OAAmB,EACnB,IAAgB,EAChB,SAAS,GACV,EAAE;IACD,OAAO,CAAC,EAAE,aAAa,CAAA;IACvB,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,UAYA;AAED,iBAAS,cAAc,CAAC,EACtB,OAAmB,EACnB,IAAgB,EAChB,SAAS,GACV,GAAE;IACD,OAAO,CAAC,EAAE,aAAa,CAAA;IACvB,IAAI,CAAC,EAAE,UAAU,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;CACd,UAEL;AAED,OAAO,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,cAAc,EAAE,oBAAoB,EAAE,CAAA;AAC1F,YAAY,EAAE,UAAU,EAAE,aAAa,EAAE,CAAA"}
@@ -0,0 +1,11 @@
1
+ import { type BaseButtonProps } from './button-base';
2
+ import { buttonSizeToBaseSize, buttonThemeVariants, buttonVariants, resolveButtonClasses, type ButtonSize, type ButtonVariant } from './button-theme';
3
+ declare function Button({ className, variant, size, asChild, ...props }: Omit<BaseButtonProps, "variant" | "size"> & {
4
+ variant?: ButtonVariant;
5
+ size?: ButtonSize;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ export { Button };
8
+ export { BaseButton, baseButtonVariants } from './button-base';
9
+ export { buttonSizeToBaseSize, buttonThemeVariants, buttonVariants, resolveButtonClasses };
10
+ export type { BaseButtonProps, ButtonSize, ButtonVariant };
11
+ //# sourceMappingURL=button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../src/components/ui/button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,eAAe,EAAE,MAAM,6BAA6B,CAAA;AAC9E,OAAO,EACL,oBAAoB,EACpB,mBAAmB,EACnB,cAAc,EACd,oBAAoB,EACpB,KAAK,UAAU,EACf,KAAK,aAAa,EACnB,MAAM,8BAA8B,CAAA;AAErC,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,OAAmB,EACnB,IAAgB,EAChB,OAAe,EACf,GAAG,KAAK,EACT,EAAE,IAAI,CAAC,eAAe,EAAE,SAAS,GAAG,MAAM,CAAC,GAAG;IAC7C,OAAO,CAAC,EAAE,aAAa,CAAA;IACvB,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB,2CAUA;AAED,OAAO,EAAE,MAAM,EAAE,CAAA;AACjB,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,6BAA6B,CAAA;AAC5E,OAAO,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,cAAc,EAAE,oBAAoB,EAAE,CAAA;AAC1F,YAAY,EAAE,eAAe,EAAE,UAAU,EAAE,aAAa,EAAE,CAAA"}
@@ -0,0 +1,11 @@
1
+ import * as React from "react";
2
+ import { DayPicker, type DayButton, type Locale } from "react-day-picker";
3
+ import { Button } from './button';
4
+ declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, locale, formatters, components, ...props }: React.ComponentProps<typeof DayPicker> & {
5
+ buttonVariant?: React.ComponentProps<typeof Button>["variant"];
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ declare function CalendarDayButton({ className, day, modifiers, locale, ...props }: React.ComponentProps<typeof DayButton> & {
8
+ locale?: Partial<Locale>;
9
+ }): import("react/jsx-runtime").JSX.Element;
10
+ export { Calendar, CalendarDayButton };
11
+ //# sourceMappingURL=calendar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../../src/components/ui/calendar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,EACL,SAAS,EAET,KAAK,SAAS,EACd,KAAK,MAAM,EACZ,MAAM,kBAAkB,CAAA;AAGzB,OAAO,EAAE,MAAM,EAAkB,MAAM,wBAAwB,CAAA;AAG/D,iBAAS,QAAQ,CAAC,EAChB,SAAS,EACT,UAAU,EACV,eAAsB,EACtB,aAAuB,EACvB,aAAuB,EACvB,MAAM,EACN,UAAU,EACV,UAAU,EACV,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,GAAG;IAC1C,aAAa,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC,SAAS,CAAC,CAAA;CAC/D,2CAoKA;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,EACH,SAAS,EACT,MAAM,EACN,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,CAAA;CAAE,2CAgCvE;AAED,OAAO,EAAE,QAAQ,EAAE,iBAAiB,EAAE,CAAA"}
@@ -0,0 +1,12 @@
1
+ import * as React from "react";
2
+ declare function Card({ className, size, ...props }: React.ComponentProps<"div"> & {
3
+ size?: "default" | "sm";
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ declare function CardHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
6
+ declare function CardTitle({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
7
+ declare function CardDescription({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
8
+ declare function CardAction({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
9
+ declare function CardContent({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
10
+ declare function CardFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
11
+ export { Card, CardHeader, CardFooter, CardTitle, CardAction, CardDescription, CardContent, };
12
+ //# sourceMappingURL=card.d.ts.map