@wealthx/shadcn 0.0.2 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (188) hide show
  1. package/.turbo/turbo-build.log +135 -11
  2. package/CHANGELOG.md +6 -0
  3. package/CHANGES.md +345 -0
  4. package/dist/chunk-2WZVSBAY.mjs +232 -0
  5. package/dist/chunk-2Y7YJKPE.mjs +47 -0
  6. package/dist/chunk-3U7SD3MS.mjs +55 -0
  7. package/dist/chunk-3VQNJ235.mjs +114 -0
  8. package/dist/chunk-55CEW76V.mjs +35 -0
  9. package/dist/chunk-6AFMNC42.mjs +146 -0
  10. package/dist/chunk-6OJF6XRN.mjs +117 -0
  11. package/dist/chunk-7LDIMXGM.mjs +181 -0
  12. package/dist/chunk-AMJ23O53.mjs +122 -0
  13. package/dist/chunk-BBJBJSXQ.mjs +44 -0
  14. package/dist/chunk-BGP2N52Z.mjs +126 -0
  15. package/dist/chunk-BMFN37JH.mjs +41 -0
  16. package/dist/chunk-CGOKTPXU.mjs +79 -0
  17. package/dist/chunk-CZ3BW5GL.mjs +81 -0
  18. package/dist/chunk-DBHJ5KC3.mjs +55 -0
  19. package/dist/chunk-DDPA2XXS.mjs +97 -0
  20. package/dist/chunk-DS2AMHN2.mjs +30 -0
  21. package/dist/chunk-E3K6O4FZ.mjs +57 -0
  22. package/dist/chunk-FWCSY2DS.mjs +37 -0
  23. package/dist/chunk-GPRJQ24C.mjs +28 -0
  24. package/dist/chunk-HS7TFG7V.mjs +24 -0
  25. package/dist/chunk-HUVTPUV2.mjs +256 -0
  26. package/dist/chunk-IAOOZCUY.mjs +90 -0
  27. package/dist/chunk-JF4PHPD5.mjs +111 -0
  28. package/dist/chunk-JU2RUWHF.mjs +123 -0
  29. package/dist/chunk-KKHTJNMM.mjs +86 -0
  30. package/dist/chunk-MJIEMGRD.mjs +266 -0
  31. package/dist/chunk-MKFL5MNH.mjs +372 -0
  32. package/dist/chunk-MQ72DIBH.mjs +105 -0
  33. package/dist/chunk-NGYG2EA6.mjs +148 -0
  34. package/dist/chunk-NWZ46DJL.mjs +213 -0
  35. package/dist/chunk-OXQQNQZI.mjs +75 -0
  36. package/dist/chunk-PMKODV6M.mjs +161 -0
  37. package/dist/chunk-QOJ2DQD6.mjs +57 -0
  38. package/dist/chunk-RL772EH7.mjs +126 -0
  39. package/dist/chunk-SLWCCURD.mjs +99 -0
  40. package/dist/chunk-V7CNWJT3.mjs +10 -0
  41. package/dist/chunk-VG6UF6UT.mjs +68 -0
  42. package/dist/chunk-VYMHBV6D.mjs +123 -0
  43. package/dist/chunk-VZ2NR7L3.mjs +195 -0
  44. package/dist/chunk-YN5SYTOO.mjs +117 -0
  45. package/dist/chunk-Z3MK2KKZ.mjs +83 -0
  46. package/dist/chunk-ZN2QKLF6.mjs +187 -0
  47. package/dist/chunk-ZZV5JVNW.mjs +34 -0
  48. package/dist/components/ui/accordion.js +142 -0
  49. package/dist/components/ui/accordion.mjs +14 -0
  50. package/dist/components/ui/alert-dialog.js +413 -0
  51. package/dist/components/ui/alert-dialog.mjs +34 -0
  52. package/dist/components/ui/alert.js +134 -0
  53. package/dist/components/ui/alert.mjs +12 -0
  54. package/dist/components/ui/avatar.js +173 -0
  55. package/dist/components/ui/avatar.mjs +18 -0
  56. package/dist/components/ui/badge.js +163 -0
  57. package/dist/components/ui/badge.mjs +11 -0
  58. package/dist/components/ui/button.js +198 -0
  59. package/dist/components/ui/button.mjs +11 -0
  60. package/dist/components/ui/calendar.js +408 -0
  61. package/dist/components/ui/calendar.mjs +12 -0
  62. package/dist/components/ui/card.js +156 -0
  63. package/dist/components/ui/card.mjs +20 -0
  64. package/dist/components/ui/checkbox.js +166 -0
  65. package/dist/components/ui/checkbox.mjs +11 -0
  66. package/dist/components/ui/chip.js +199 -0
  67. package/dist/components/ui/chip.mjs +10 -0
  68. package/dist/components/ui/data-table.js +925 -0
  69. package/dist/components/ui/data-table.mjs +29 -0
  70. package/dist/components/ui/date-picker.js +561 -0
  71. package/dist/components/ui/date-picker.mjs +15 -0
  72. package/dist/components/ui/dialog.js +378 -0
  73. package/dist/components/ui/dialog.mjs +30 -0
  74. package/dist/components/ui/drawer.js +213 -0
  75. package/dist/components/ui/drawer.mjs +28 -0
  76. package/dist/components/ui/dropdown-menu.js +338 -0
  77. package/dist/components/ui/dropdown-menu.mjs +38 -0
  78. package/dist/components/ui/empty.js +173 -0
  79. package/dist/components/ui/empty.mjs +18 -0
  80. package/dist/components/ui/field.js +359 -0
  81. package/dist/components/ui/field.mjs +28 -0
  82. package/dist/components/ui/input-group.js +406 -0
  83. package/dist/components/ui/input-group.mjs +22 -0
  84. package/dist/components/ui/input-otp.js +149 -0
  85. package/dist/components/ui/input-otp.mjs +14 -0
  86. package/dist/components/ui/input.js +81 -0
  87. package/dist/components/ui/input.mjs +8 -0
  88. package/dist/components/ui/label.js +85 -0
  89. package/dist/components/ui/label.mjs +8 -0
  90. package/dist/components/ui/pagination.js +333 -0
  91. package/dist/components/ui/pagination.mjs +22 -0
  92. package/dist/components/ui/popover.js +167 -0
  93. package/dist/components/ui/popover.mjs +22 -0
  94. package/dist/components/ui/progress.js +97 -0
  95. package/dist/components/ui/progress.mjs +8 -0
  96. package/dist/components/ui/radio-group.js +178 -0
  97. package/dist/components/ui/radio-group.mjs +12 -0
  98. package/dist/components/ui/select.js +262 -0
  99. package/dist/components/ui/select.mjs +28 -0
  100. package/dist/components/ui/separator.js +86 -0
  101. package/dist/components/ui/separator.mjs +8 -0
  102. package/dist/components/ui/sheet.js +227 -0
  103. package/dist/components/ui/sheet.mjs +26 -0
  104. package/dist/components/ui/skeleton.js +75 -0
  105. package/dist/components/ui/skeleton.mjs +8 -0
  106. package/dist/components/ui/sonner.js +86 -0
  107. package/dist/components/ui/sonner.mjs +7 -0
  108. package/dist/components/ui/spinner.js +93 -0
  109. package/dist/components/ui/spinner.mjs +10 -0
  110. package/dist/components/ui/switch.js +178 -0
  111. package/dist/components/ui/switch.mjs +11 -0
  112. package/dist/components/ui/table.js +184 -0
  113. package/dist/components/ui/table.mjs +22 -0
  114. package/dist/components/ui/tabs.js +181 -0
  115. package/dist/components/ui/tabs.mjs +16 -0
  116. package/dist/components/ui/textarea.js +79 -0
  117. package/dist/components/ui/textarea.mjs +8 -0
  118. package/dist/components/ui/toggle-group.js +184 -0
  119. package/dist/components/ui/toggle-group.mjs +12 -0
  120. package/dist/components/ui/toggle.js +108 -0
  121. package/dist/components/ui/toggle.mjs +11 -0
  122. package/dist/components/ui/tooltip.js +140 -0
  123. package/dist/components/ui/tooltip.mjs +16 -0
  124. package/dist/index.js +4312 -90
  125. package/dist/index.mjs +459 -158
  126. package/dist/lib/colors.js +84 -0
  127. package/dist/lib/colors.mjs +13 -0
  128. package/dist/lib/theme-provider.js +150 -0
  129. package/dist/lib/theme-provider.mjs +13 -0
  130. package/dist/lib/typography.js +157 -0
  131. package/dist/lib/typography.mjs +25 -0
  132. package/dist/lib/utils.js +34 -0
  133. package/dist/lib/utils.mjs +7 -0
  134. package/dist/styles.css +1 -1
  135. package/package.json +228 -11
  136. package/scripts/build-css.ts +15 -9
  137. package/src/components/index.tsx +443 -0
  138. package/src/components/ui/accordion.tsx +99 -0
  139. package/src/components/ui/alert-dialog.tsx +239 -0
  140. package/src/components/ui/alert.tsx +81 -0
  141. package/src/components/ui/avatar.tsx +130 -0
  142. package/src/components/ui/badge.tsx +57 -0
  143. package/src/components/ui/button.tsx +69 -37
  144. package/src/components/ui/calendar.tsx +252 -0
  145. package/src/components/ui/card.tsx +106 -0
  146. package/src/components/ui/checkbox.tsx +111 -0
  147. package/src/components/ui/chip.tsx +65 -0
  148. package/src/components/ui/data-table.tsx +490 -0
  149. package/src/components/ui/date-picker.tsx +133 -0
  150. package/src/components/ui/dialog.tsx +195 -0
  151. package/src/components/ui/drawer.tsx +169 -0
  152. package/src/components/ui/dropdown-menu.tsx +315 -0
  153. package/src/components/ui/empty.tsx +128 -0
  154. package/src/components/ui/field.tsx +273 -0
  155. package/src/components/ui/input-group.tsx +190 -0
  156. package/src/components/ui/input-otp.tsx +90 -0
  157. package/src/components/ui/input.tsx +28 -0
  158. package/src/components/ui/label.tsx +24 -0
  159. package/src/components/ui/pagination.tsx +148 -0
  160. package/src/components/ui/popover.tsx +112 -0
  161. package/src/components/ui/progress.tsx +40 -0
  162. package/src/components/ui/radio-group.tsx +129 -0
  163. package/src/components/ui/select.tsx +201 -0
  164. package/src/components/ui/separator.tsx +26 -0
  165. package/src/components/ui/sheet.tsx +182 -0
  166. package/src/components/ui/skeleton.tsx +22 -0
  167. package/src/components/ui/sonner.tsx +48 -0
  168. package/src/components/ui/spinner.tsx +41 -0
  169. package/src/components/ui/switch.tsx +126 -0
  170. package/src/components/ui/table.tsx +143 -0
  171. package/src/components/ui/tabs.tsx +119 -0
  172. package/src/components/ui/textarea.tsx +28 -0
  173. package/src/components/ui/toggle-group.tsx +94 -0
  174. package/src/components/ui/toggle.tsx +59 -0
  175. package/src/components/ui/tooltip.tsx +80 -0
  176. package/src/index.ts +15 -3
  177. package/src/lib/colors.ts +74 -0
  178. package/src/lib/slot.tsx +68 -0
  179. package/src/lib/theme-provider.tsx +134 -0
  180. package/src/lib/typography.ts +153 -0
  181. package/src/lib/utils.ts +1 -1
  182. package/src/styles/globals.css +377 -107
  183. package/src/styles/styles-css.ts +1 -1
  184. package/tsup.config.ts +48 -2
  185. package/dist/index.d.mts +0 -27
  186. package/dist/index.d.ts +0 -27
  187. package/src/provider/ShadcnProvider.tsx +0 -89
  188. package/src/provider/index.ts +0 -2
package/dist/index.mjs CHANGED
@@ -1,161 +1,462 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropSymbols = Object.getOwnPropertySymbols;
3
- var __hasOwnProp = Object.prototype.hasOwnProperty;
4
- var __propIsEnum = Object.prototype.propertyIsEnumerable;
5
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
6
- var __spreadValues = (a, b) => {
7
- for (var prop in b || (b = {}))
8
- if (__hasOwnProp.call(b, prop))
9
- __defNormalProp(a, prop, b[prop]);
10
- if (__getOwnPropSymbols)
11
- for (var prop of __getOwnPropSymbols(b)) {
12
- if (__propIsEnum.call(b, prop))
13
- __defNormalProp(a, prop, b[prop]);
14
- }
15
- return a;
16
- };
17
- var __objRest = (source, exclude) => {
18
- var target = {};
19
- for (var prop in source)
20
- if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
21
- target[prop] = source[prop];
22
- if (source != null && __getOwnPropSymbols)
23
- for (var prop of __getOwnPropSymbols(source)) {
24
- if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
25
- target[prop] = source[prop];
26
- }
27
- return target;
28
- };
29
-
30
- // src/provider/ShadcnProvider.tsx
31
- import { useMemo, useId } from "react";
32
-
33
- // src/styles/styles-css.ts
34
- var STYLES_CSS = `/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
35
- @layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-font-weight:initial;--tw-outline-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}:root,:host{--font-sans:"Figtree Variable", sans-serif;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--font-weight-medium:500;--radius-md:calc(var(--shadcn-radius) * .8);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1)}.inline-flex{display:inline-flex}.size-6{width:calc(var(--spacing) * 6);height:calc(var(--spacing) * 6)}.size-7{width:calc(var(--spacing) * 7);height:calc(var(--spacing) * 7)}.size-8{width:calc(var(--spacing) * 8);height:calc(var(--spacing) * 8)}.size-9{width:calc(var(--spacing) * 9);height:calc(var(--spacing) * 9)}.h-6{height:calc(var(--spacing) * 6)}.h-7{height:calc(var(--spacing) * 7)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.shrink-0{flex-shrink:0}.items-center{align-items:center}.justify-center{justify-content:center}.gap-1{gap:calc(var(--spacing) * 1)}.gap-1\\.5{gap:calc(var(--spacing) * 1.5)}.rounded-\\[min\\(var\\(--radius-md\\)\\,10px\\)\\]{border-radius:min(var(--radius-md), 10px)}.rounded-\\[min\\(var\\(--radius-md\\)\\,12px\\)\\]{border-radius:min(var(--radius-md), 12px)}.rounded-lg{border-radius:var(--shadcn-radius)}.border{border-style:var(--tw-border-style);border-width:1px}.border-border{border-color:var(--shadcn-border)}.border-transparent{border-color:#0000}.bg-background{background-color:var(--shadcn-background)}.bg-destructive,.bg-destructive\\/10{background-color:var(--shadcn-destructive)}@supports (color:color-mix(in lab, red, red)){.bg-destructive\\/10{background-color:color-mix(in oklab, var(--shadcn-destructive) 10%, transparent)}}.bg-primary{background-color:var(--shadcn-primary)}.bg-secondary{background-color:var(--shadcn-secondary)}.bg-clip-padding{background-clip:padding-box}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\\.5{padding-inline:calc(var(--spacing) * 2.5)}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.text-\\[0\\.8rem\\]{font-size:.8rem}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.whitespace-nowrap{white-space:nowrap}.text-destructive{color:var(--shadcn-destructive)}.text-primary{color:var(--shadcn-primary)}.text-primary-foreground{color:var(--shadcn-primary-foreground)}.text-secondary-foreground{color:var(--shadcn-secondary-foreground)}.underline-offset-4{text-underline-offset:4px}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}@media (hover:hover){.hover\\:bg-destructive\\/20:hover{background-color:var(--shadcn-destructive)}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-destructive\\/20:hover{background-color:color-mix(in oklab, var(--shadcn-destructive) 20%, transparent)}}.hover\\:bg-muted:hover{background-color:var(--shadcn-muted)}.hover\\:bg-secondary\\/80:hover{background-color:var(--shadcn-secondary)}@supports (color:color-mix(in lab, red, red)){.hover\\:bg-secondary\\/80:hover{background-color:color-mix(in oklab, var(--shadcn-secondary) 80%, transparent)}}.hover\\:text-foreground:hover{color:var(--shadcn-foreground)}.hover\\:underline:hover{text-decoration-line:underline}}.focus-visible\\:border-destructive\\/40:focus-visible{border-color:var(--shadcn-destructive)}@supports (color:color-mix(in lab, red, red)){.focus-visible\\:border-destructive\\/40:focus-visible{border-color:color-mix(in oklab, var(--shadcn-destructive) 40%, transparent)}}.focus-visible\\:border-ring:focus-visible{border-color:var(--shadcn-ring)}.focus-visible\\:ring-3:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.focus-visible\\:ring-destructive\\/20:focus-visible{--tw-ring-color:var(--shadcn-destructive)}@supports (color:color-mix(in lab, red, red)){.focus-visible\\:ring-destructive\\/20:focus-visible{--tw-ring-color:color-mix(in oklab, var(--shadcn-destructive) 20%, transparent)}}.focus-visible\\:ring-ring\\/50:focus-visible{--tw-ring-color:var(--shadcn-ring)}@supports (color:color-mix(in lab, red, red)){.focus-visible\\:ring-ring\\/50:focus-visible{--tw-ring-color:color-mix(in oklab, var(--shadcn-ring) 50%, transparent)}}.active\\:translate-y-px:active{--tw-translate-y:1px;translate:var(--tw-translate-x) var(--tw-translate-y)}.disabled\\:pointer-events-none:disabled{pointer-events:none}.disabled\\:opacity-50:disabled{opacity:.5}:where([data-slot=button-group]) .in-data-\\[slot\\=button-group\\]\\:rounded-lg{border-radius:var(--shadcn-radius)}.has-data-\\[icon\\=inline-end\\]\\:pr-1\\.5:has([data-icon=inline-end]){padding-right:calc(var(--spacing) * 1.5)}.has-data-\\[icon\\=inline-end\\]\\:pr-2:has([data-icon=inline-end]){padding-right:calc(var(--spacing) * 2)}.has-data-\\[icon\\=inline-end\\]\\:pr-3:has([data-icon=inline-end]){padding-right:calc(var(--spacing) * 3)}.has-data-\\[icon\\=inline-start\\]\\:pl-1\\.5:has([data-icon=inline-start]){padding-left:calc(var(--spacing) * 1.5)}.has-data-\\[icon\\=inline-start\\]\\:pl-2:has([data-icon=inline-start]){padding-left:calc(var(--spacing) * 2)}.has-data-\\[icon\\=inline-start\\]\\:pl-3:has([data-icon=inline-start]){padding-left:calc(var(--spacing) * 3)}.aria-expanded\\:bg-muted[aria-expanded=true]{background-color:var(--shadcn-muted)}.aria-expanded\\:bg-secondary[aria-expanded=true]{background-color:var(--shadcn-secondary)}.aria-expanded\\:text-foreground[aria-expanded=true]{color:var(--shadcn-foreground)}.aria-expanded\\:text-secondary-foreground[aria-expanded=true]{color:var(--shadcn-secondary-foreground)}.aria-invalid\\:border-destructive[aria-invalid=true]{border-color:var(--shadcn-destructive)}.aria-invalid\\:ring-3[aria-invalid=true]{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.aria-invalid\\:ring-destructive\\/20[aria-invalid=true]{--tw-ring-color:var(--shadcn-destructive)}@supports (color:color-mix(in lab, red, red)){.aria-invalid\\:ring-destructive\\/20[aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--shadcn-destructive) 20%, transparent)}}.dark\\:border-input:is(.dark *){border-color:var(--shadcn-input)}.dark\\:bg-destructive\\/20:is(.dark *){background-color:var(--shadcn-destructive)}@supports (color:color-mix(in lab, red, red)){.dark\\:bg-destructive\\/20:is(.dark *){background-color:color-mix(in oklab, var(--shadcn-destructive) 20%, transparent)}}.dark\\:bg-input\\/30:is(.dark *){background-color:var(--shadcn-input)}@supports (color:color-mix(in lab, red, red)){.dark\\:bg-input\\/30:is(.dark *){background-color:color-mix(in oklab, var(--shadcn-input) 30%, transparent)}}@media (hover:hover){.dark\\:hover\\:bg-destructive\\/30:is(.dark *):hover{background-color:var(--shadcn-destructive)}@supports (color:color-mix(in lab, red, red)){.dark\\:hover\\:bg-destructive\\/30:is(.dark *):hover{background-color:color-mix(in oklab, var(--shadcn-destructive) 30%, transparent)}}.dark\\:hover\\:bg-input\\/50:is(.dark *):hover{background-color:var(--shadcn-input)}@supports (color:color-mix(in lab, red, red)){.dark\\:hover\\:bg-input\\/50:is(.dark *):hover{background-color:color-mix(in oklab, var(--shadcn-input) 50%, transparent)}}.dark\\:hover\\:bg-muted\\/50:is(.dark *):hover{background-color:var(--shadcn-muted)}@supports (color:color-mix(in lab, red, red)){.dark\\:hover\\:bg-muted\\/50:is(.dark *):hover{background-color:color-mix(in oklab, var(--shadcn-muted) 50%, transparent)}}}.dark\\:focus-visible\\:ring-destructive\\/40:is(.dark *):focus-visible{--tw-ring-color:var(--shadcn-destructive)}@supports (color:color-mix(in lab, red, red)){.dark\\:focus-visible\\:ring-destructive\\/40:is(.dark *):focus-visible{--tw-ring-color:color-mix(in oklab, var(--shadcn-destructive) 40%, transparent)}}.dark\\:aria-invalid\\:border-destructive\\/50:is(.dark *)[aria-invalid=true]{border-color:var(--shadcn-destructive)}@supports (color:color-mix(in lab, red, red)){.dark\\:aria-invalid\\:border-destructive\\/50:is(.dark *)[aria-invalid=true]{border-color:color-mix(in oklab, var(--shadcn-destructive) 50%, transparent)}}.dark\\:aria-invalid\\:ring-destructive\\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:var(--shadcn-destructive)}@supports (color:color-mix(in lab, red, red)){.dark\\:aria-invalid\\:ring-destructive\\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--shadcn-destructive) 40%, transparent)}}.\\[\\&_svg\\]\\:pointer-events-none svg{pointer-events:none}.\\[\\&_svg\\]\\:shrink-0 svg{flex-shrink:0}.\\[\\&_svg\\:not\\(\\[class\\*\\=\\'size-\\'\\]\\)\\]\\:size-3 svg:not([class*=size-]){width:calc(var(--spacing) * 3);height:calc(var(--spacing) * 3)}.\\[\\&_svg\\:not\\(\\[class\\*\\=\\'size-\\'\\]\\)\\]\\:size-3\\.5 svg:not([class*=size-]){width:calc(var(--spacing) * 3.5);height:calc(var(--spacing) * 3.5)}.\\[\\&_svg\\:not\\(\\[class\\*\\=\\'size-\\'\\]\\)\\]\\:size-4 svg:not([class*=size-]){width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}@media (hover:hover){.\\[a\\]\\:hover\\:bg-primary\\/80:is(a):hover{background-color:var(--shadcn-primary)}@supports (color:color-mix(in lab, red, red)){.\\[a\\]\\:hover\\:bg-primary\\/80:is(a):hover{background-color:color-mix(in oklab, var(--shadcn-primary) 80%, transparent)}}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@font-face{font-family:Figtree Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(./files/figtree-latin-ext-wght-normal.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Figtree Variable;font-style:normal;font-display:swap;font-weight:300 900;src:url(./files/figtree-latin-wght-normal.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--shadcn-background:oklch(100% 0 0);--shadcn-foreground:oklch(14.5% 0 0);--shadcn-card:oklch(100% 0 0);--shadcn-card-foreground:oklch(14.5% 0 0);--shadcn-popover:oklch(100% 0 0);--shadcn-popover-foreground:oklch(14.5% 0 0);--shadcn-primary:oklch(53.2% .157 131.589);--shadcn-primary-foreground:oklch(98.6% .031 120.757);--shadcn-secondary:oklch(96.7% .001 286.375);--shadcn-secondary-foreground:oklch(21% .006 285.885);--shadcn-muted:oklch(97% 0 0);--shadcn-muted-foreground:oklch(55.6% 0 0);--shadcn-accent:oklch(97% 0 0);--shadcn-accent-foreground:oklch(20.5% 0 0);--shadcn-destructive:oklch(57.7% .245 27.325);--shadcn-border:oklch(92.2% 0 0);--shadcn-input:oklch(92.2% 0 0);--shadcn-ring:oklch(70.8% 0 0);--shadcn-chart-1:oklch(87.1% .15 154.449);--shadcn-chart-2:oklch(72.3% .219 149.579);--shadcn-chart-3:oklch(62.7% .194 149.214);--shadcn-chart-4:oklch(52.7% .154 150.069);--shadcn-chart-5:oklch(44.8% .119 151.328);--shadcn-radius:0;--shadcn-sidebar:oklch(98.5% 0 0);--shadcn-sidebar-foreground:oklch(14.5% 0 0);--shadcn-sidebar-primary:oklch(64.8% .2 131.684);--shadcn-sidebar-primary-foreground:oklch(98.6% .031 120.757);--shadcn-sidebar-accent:oklch(97% 0 0);--shadcn-sidebar-accent-foreground:oklch(20.5% 0 0);--shadcn-sidebar-border:oklch(92.2% 0 0);--shadcn-sidebar-ring:oklch(70.8% 0 0)}.dark{--shadcn-background:oklch(14.5% 0 0);--shadcn-foreground:oklch(98.5% 0 0);--shadcn-card:oklch(20.5% 0 0);--shadcn-card-foreground:oklch(98.5% 0 0);--shadcn-popover:oklch(20.5% 0 0);--shadcn-popover-foreground:oklch(98.5% 0 0);--shadcn-primary:oklch(45.3% .124 130.933);--shadcn-primary-foreground:oklch(98.6% .031 120.757);--shadcn-secondary:oklch(27.4% .006 286.033);--shadcn-secondary-foreground:oklch(98.5% 0 0);--shadcn-muted:oklch(26.9% 0 0);--shadcn-muted-foreground:oklch(70.8% 0 0);--shadcn-accent:oklch(26.9% 0 0);--shadcn-accent-foreground:oklch(98.5% 0 0);--shadcn-destructive:oklch(70.4% .191 22.216);--shadcn-border:oklch(100% 0 0/.1);--shadcn-input:oklch(100% 0 0/.15);--shadcn-ring:oklch(55.6% 0 0);--shadcn-chart-1:oklch(87.1% .15 154.449);--shadcn-chart-2:oklch(72.3% .219 149.579);--shadcn-chart-3:oklch(62.7% .194 149.214);--shadcn-chart-4:oklch(52.7% .154 150.069);--shadcn-chart-5:oklch(44.8% .119 151.328);--shadcn-sidebar:oklch(20.5% 0 0);--shadcn-sidebar-foreground:oklch(98.5% 0 0);--shadcn-sidebar-primary:oklch(76.8% .233 130.85);--shadcn-sidebar-primary-foreground:oklch(98.6% .031 120.757);--shadcn-sidebar-accent:oklch(26.9% 0 0);--shadcn-sidebar-accent-foreground:oklch(98.5% 0 0);--shadcn-sidebar-border:oklch(100% 0 0/.1);--shadcn-sidebar-ring:oklch(55.6% 0 0)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}`;
36
-
37
- // src/provider/ShadcnProvider.tsx
38
- import { Fragment, jsx, jsxs } from "react/jsx-runtime";
39
- function hexToOklchCss(hex) {
40
- const r = parseInt(hex.slice(1, 3), 16) / 255;
41
- const g = parseInt(hex.slice(3, 5), 16) / 255;
42
- const b = parseInt(hex.slice(5, 7), 16) / 255;
43
- const toLinear = (c) => c <= 0.04045 ? c / 12.92 : Math.pow((c + 0.055) / 1.055, 2.4);
44
- const lr = toLinear(r);
45
- const lg = toLinear(g);
46
- const lb = toLinear(b);
47
- const l_ = Math.cbrt(0.4122214708 * lr + 0.5363325363 * lg + 0.0514459929 * lb);
48
- const m_ = Math.cbrt(0.2119034982 * lr + 0.6806995451 * lg + 0.1073969566 * lb);
49
- const s_ = Math.cbrt(0.0883024619 * lr + 0.2817188376 * lg + 0.6299787005 * lb);
50
- const L = 0.2104542553 * l_ + 0.793617785 * m_ - 0.0040720468 * s_;
51
- const a = 1.9779984951 * l_ - 2.428592205 * m_ + 0.4505937099 * s_;
52
- const bOk = 0.0259040371 * l_ + 0.7827717662 * m_ - 0.808675766 * s_;
53
- const C = Math.sqrt(a * a + bOk * bOk);
54
- const h = C < 1e-4 ? 0 : (Math.atan2(bOk, a) * 180 / Math.PI + 360) % 360;
55
- return `oklch(${L.toFixed(3)} ${C.toFixed(3)} ${h.toFixed(3)})`;
56
- }
57
- function computeContrastForeground(hex) {
58
- const r = parseInt(hex.slice(1, 3), 16) / 255;
59
- const g = parseInt(hex.slice(3, 5), 16) / 255;
60
- const b = parseInt(hex.slice(5, 7), 16) / 255;
61
- const toLinear = (c) => c <= 0.04045 ? c / 12.92 : Math.pow((c + 0.055) / 1.055, 2.4);
62
- const luminance = 0.2126 * toLinear(r) + 0.7152 * toLinear(g) + 0.0722 * toLinear(b);
63
- return luminance > 0.179 ? "oklch(0.145 0 0)" : "oklch(0.985 0 0)";
64
- }
65
- function ShadcnProvider({
66
- children,
67
- primary,
68
- secondary
69
- }) {
70
- const styleId = useId().replace(/:/g, "-");
71
- const themeOverrides = useMemo(() => {
72
- const overrides = [];
73
- if (primary) {
74
- overrides.push(`--shadcn-primary: ${hexToOklchCss(primary)}`);
75
- overrides.push(`--shadcn-primary-foreground: ${computeContrastForeground(primary)}`);
76
- }
77
- if (secondary) {
78
- overrides.push(`--shadcn-secondary: ${hexToOklchCss(secondary)}`);
79
- overrides.push(`--shadcn-secondary-foreground: ${computeContrastForeground(secondary)}`);
80
- }
81
- if (overrides.length === 0) return "";
82
- return `:root { ${overrides.join("; ")}; }`;
83
- }, [primary, secondary]);
84
- return /* @__PURE__ */ jsxs(Fragment, { children: [
85
- STYLES_CSS ? /* @__PURE__ */ jsx("style", { id: `shadcn-styles-${styleId}`, "data-shadcn-styles": true, children: STYLES_CSS }) : null,
86
- themeOverrides ? /* @__PURE__ */ jsx("style", { id: `shadcn-theme-${styleId}`, "data-shadcn-theme": true, children: themeOverrides }) : null,
87
- children
88
- ] });
89
- }
90
- ShadcnProvider.displayName = "ShadcnProvider";
91
-
92
- // src/components/ui/button.tsx
93
- import { cva } from "class-variance-authority";
94
- import { Slot } from "radix-ui";
95
-
96
- // src/lib/utils.ts
97
- import { clsx } from "clsx";
98
- import { twMerge } from "tailwind-merge";
99
- function cn(...inputs) {
100
- return twMerge(clsx(inputs));
101
- }
102
-
103
- // src/components/ui/button.tsx
104
- import { jsx as jsx2 } from "react/jsx-runtime";
105
- var buttonVariants = cva(
106
- "group/button inline-flex shrink-0 items-center justify-center rounded-lg border border-transparent bg-clip-padding text-sm font-medium whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-3 focus-visible:ring-ring/50 active:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-3 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4",
107
- {
108
- variants: {
109
- variant: {
110
- default: "bg-primary text-primary-foreground [a]:hover:bg-primary/80",
111
- outline: "border-border bg-background hover:bg-muted hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:border-input dark:bg-input/30 dark:hover:bg-input/50",
112
- secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80 aria-expanded:bg-secondary aria-expanded:text-secondary-foreground",
113
- ghost: "hover:bg-muted hover:text-foreground aria-expanded:bg-muted aria-expanded:text-foreground dark:hover:bg-muted/50",
114
- destructive: "bg-destructive/10 text-destructive hover:bg-destructive/20 focus-visible:border-destructive/40 focus-visible:ring-destructive/20 dark:bg-destructive/20 dark:hover:bg-destructive/30 dark:focus-visible:ring-destructive/40",
115
- link: "text-primary underline-offset-4 hover:underline"
116
- },
117
- size: {
118
- default: "h-8 gap-1.5 px-2.5 has-data-[icon=inline-end]:pr-2 has-data-[icon=inline-start]:pl-2",
119
- xs: "h-6 gap-1 rounded-[min(var(--radius-md),10px)] px-2 text-xs in-data-[slot=button-group]:rounded-lg has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 [&_svg:not([class*='size-'])]:size-3",
120
- sm: "h-7 gap-1 rounded-[min(var(--radius-md),12px)] px-2.5 text-[0.8rem] in-data-[slot=button-group]:rounded-lg has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 [&_svg:not([class*='size-'])]:size-3.5",
121
- lg: "h-9 gap-1.5 px-2.5 has-data-[icon=inline-end]:pr-3 has-data-[icon=inline-start]:pl-3",
122
- icon: "size-8",
123
- "icon-xs": "size-6 rounded-[min(var(--radius-md),10px)] in-data-[slot=button-group]:rounded-lg [&_svg:not([class*='size-'])]:size-3",
124
- "icon-sm": "size-7 rounded-[min(var(--radius-md),12px)] in-data-[slot=button-group]:rounded-lg",
125
- "icon-lg": "size-9"
126
- }
127
- },
128
- defaultVariants: {
129
- variant: "default",
130
- size: "default"
131
- }
132
- }
133
- );
134
- function Button(_a) {
135
- var _b = _a, {
136
- className,
137
- variant = "default",
138
- size = "default",
139
- asChild = false
140
- } = _b, props = __objRest(_b, [
141
- "className",
142
- "variant",
143
- "size",
144
- "asChild"
145
- ]);
146
- const Comp = asChild ? Slot.Root : "button";
147
- return /* @__PURE__ */ jsx2(
148
- Comp,
149
- __spreadValues({
150
- "data-slot": "button",
151
- "data-variant": variant,
152
- "data-size": size,
153
- className: cn(buttonVariants({ variant, size, className }))
154
- }, props)
155
- );
156
- }
157
- export {
1
+ import {
2
+ ToggleGroup,
3
+ ToggleGroupItem
4
+ } from "./chunk-DDPA2XXS.mjs";
5
+ import {
6
+ Toggle,
7
+ toggleVariants
8
+ } from "./chunk-3U7SD3MS.mjs";
9
+ import {
10
+ Tooltip,
11
+ TooltipContent,
12
+ TooltipProvider,
13
+ TooltipTrigger
14
+ } from "./chunk-CGOKTPXU.mjs";
15
+ import {
16
+ Sheet,
17
+ SheetClose,
18
+ SheetContent,
19
+ SheetDescription,
20
+ SheetFooter,
21
+ SheetHeader,
22
+ SheetPortal,
23
+ SheetTitle,
24
+ SheetTrigger
25
+ } from "./chunk-PMKODV6M.mjs";
26
+ import {
27
+ Toaster
28
+ } from "./chunk-2Y7YJKPE.mjs";
29
+ import {
30
+ Spinner,
31
+ spinnerVariants
32
+ } from "./chunk-BMFN37JH.mjs";
33
+ import {
34
+ Switch,
35
+ SwitchCard
36
+ } from "./chunk-VYMHBV6D.mjs";
37
+ import {
38
+ Tabs,
39
+ TabsContent,
40
+ TabsList,
41
+ TabsTrigger,
42
+ tabsListVariants
43
+ } from "./chunk-RL772EH7.mjs";
44
+ import {
45
+ Pagination,
46
+ PaginationContent,
47
+ PaginationEllipsis,
48
+ PaginationItem,
49
+ PaginationLink,
50
+ PaginationNext,
51
+ PaginationPrevious
52
+ } from "./chunk-NGYG2EA6.mjs";
53
+ import {
54
+ Progress
55
+ } from "./chunk-BBJBJSXQ.mjs";
56
+ import {
57
+ RadioGroup,
58
+ RadioGroupCard,
59
+ RadioGroupItem
60
+ } from "./chunk-JU2RUWHF.mjs";
61
+ import {
62
+ DatePicker
63
+ } from "./chunk-AMJ23O53.mjs";
64
+ import {
65
+ Popover,
66
+ PopoverAnchor,
67
+ PopoverContent,
68
+ PopoverDescription,
69
+ PopoverHeader,
70
+ PopoverTitle,
71
+ PopoverTrigger
72
+ } from "./chunk-MQ72DIBH.mjs";
73
+ import {
74
+ Dialog,
75
+ DialogClose,
76
+ DialogContent,
77
+ DialogDescription,
78
+ DialogFooter,
79
+ DialogHeader,
80
+ DialogOverlay,
81
+ DialogPortal,
82
+ DialogTitle,
83
+ DialogTrigger
84
+ } from "./chunk-7LDIMXGM.mjs";
85
+ import {
86
+ Drawer,
87
+ DrawerClose,
88
+ DrawerContent,
89
+ DrawerDescription,
90
+ DrawerFooter,
91
+ DrawerHeader,
92
+ DrawerOverlay,
93
+ DrawerPortal,
94
+ DrawerTitle,
95
+ DrawerTrigger
96
+ } from "./chunk-6AFMNC42.mjs";
97
+ import {
98
+ Empty,
99
+ EmptyContent,
100
+ EmptyDescription,
101
+ EmptyHeader,
102
+ EmptyMedia,
103
+ EmptyTitle
104
+ } from "./chunk-YN5SYTOO.mjs";
105
+ import {
106
+ Field,
107
+ FieldContent,
108
+ FieldDescription,
109
+ FieldError,
110
+ FieldGroup,
111
+ FieldLabel,
112
+ FieldLegend,
113
+ FieldSeparator,
114
+ FieldSet,
115
+ FieldTitle
116
+ } from "./chunk-HUVTPUV2.mjs";
117
+ import {
118
+ Label
119
+ } from "./chunk-ZZV5JVNW.mjs";
120
+ import {
121
+ Separator
122
+ } from "./chunk-55CEW76V.mjs";
123
+ import {
124
+ InputGroup,
125
+ InputGroupAddon,
126
+ InputGroupButton,
127
+ InputGroupInput,
128
+ InputGroupText,
129
+ InputGroupTextarea
130
+ } from "./chunk-ZN2QKLF6.mjs";
131
+ import {
132
+ Textarea
133
+ } from "./chunk-GPRJQ24C.mjs";
134
+ import {
135
+ InputOTP,
136
+ InputOTPGroup,
137
+ InputOTPSeparator,
138
+ InputOTPSlot
139
+ } from "./chunk-Z3MK2KKZ.mjs";
140
+ import {
141
+ Avatar,
142
+ AvatarBadge,
143
+ AvatarFallback,
144
+ AvatarGroup,
145
+ AvatarGroupCount,
146
+ AvatarImage
147
+ } from "./chunk-6OJF6XRN.mjs";
148
+ import {
149
+ Calendar,
150
+ CalendarDayButton
151
+ } from "./chunk-2WZVSBAY.mjs";
152
+ import {
153
+ Card,
154
+ CardAction,
155
+ CardContent,
156
+ CardDescription,
157
+ CardFooter,
158
+ CardHeader,
159
+ CardTitle
160
+ } from "./chunk-SLWCCURD.mjs";
161
+ import {
162
+ Chip
163
+ } from "./chunk-VG6UF6UT.mjs";
164
+ import {
165
+ Badge,
166
+ badgeVariants
167
+ } from "./chunk-E3K6O4FZ.mjs";
168
+ import {
169
+ DataTable,
170
+ DataTableColumnHeader,
171
+ DataTablePagination,
172
+ DataTableSkeleton,
173
+ DataTableToolbar,
174
+ getSelectionColumn
175
+ } from "./chunk-MKFL5MNH.mjs";
176
+ import {
177
+ Skeleton
178
+ } from "./chunk-HS7TFG7V.mjs";
179
+ import {
180
+ Table,
181
+ TableBody,
182
+ TableCaption,
183
+ TableCell,
184
+ TableFooter,
185
+ TableHead,
186
+ TableHeader,
187
+ TableRow
188
+ } from "./chunk-BGP2N52Z.mjs";
189
+ import {
190
+ Select,
191
+ SelectContent,
192
+ SelectGroup,
193
+ SelectItem,
194
+ SelectLabel,
195
+ SelectScrollDownButton,
196
+ SelectScrollUpButton,
197
+ SelectSeparator,
198
+ SelectTrigger,
199
+ SelectValue
200
+ } from "./chunk-VZ2NR7L3.mjs";
201
+ import {
202
+ DropdownMenu,
203
+ DropdownMenuCheckboxItem,
204
+ DropdownMenuContent,
205
+ DropdownMenuGroup,
206
+ DropdownMenuItem,
207
+ DropdownMenuLabel,
208
+ DropdownMenuPortal,
209
+ DropdownMenuRadioGroup,
210
+ DropdownMenuRadioItem,
211
+ DropdownMenuSeparator,
212
+ DropdownMenuShortcut,
213
+ DropdownMenuSub,
214
+ DropdownMenuSubContent,
215
+ DropdownMenuSubTrigger,
216
+ DropdownMenuTrigger
217
+ } from "./chunk-MJIEMGRD.mjs";
218
+ import {
219
+ Input
220
+ } from "./chunk-DS2AMHN2.mjs";
221
+ import {
222
+ Checkbox,
223
+ CheckboxCard
224
+ } from "./chunk-JF4PHPD5.mjs";
225
+ import {
226
+ FONT_FAMILY_SANS,
227
+ TYPOGRAPHY,
228
+ TYPOGRAPHY_BODY,
229
+ TYPOGRAPHY_DISPLAY,
230
+ TYPOGRAPHY_HEADING,
231
+ TYPOGRAPHY_LABEL,
232
+ TYPOGRAPHY_RESPONSIVE,
233
+ TYPOGRAPHY_UTILITY,
234
+ getResponsiveTypographyCssVars,
235
+ getTypographyCssVars
236
+ } from "./chunk-3VQNJ235.mjs";
237
+ import {
238
+ Accordion,
239
+ AccordionContent,
240
+ AccordionItem,
241
+ AccordionTrigger
242
+ } from "./chunk-KKHTJNMM.mjs";
243
+ import {
244
+ AlertDialog,
245
+ AlertDialogAction,
246
+ AlertDialogCancel,
247
+ AlertDialogContent,
248
+ AlertDialogDescription,
249
+ AlertDialogFooter,
250
+ AlertDialogHeader,
251
+ AlertDialogMedia,
252
+ AlertDialogOverlay,
253
+ AlertDialogPortal,
254
+ AlertDialogTitle,
255
+ AlertDialogTrigger
256
+ } from "./chunk-NWZ46DJL.mjs";
257
+ import {
158
258
  Button,
159
- ShadcnProvider,
160
259
  buttonVariants
260
+ } from "./chunk-IAOOZCUY.mjs";
261
+ import "./chunk-DBHJ5KC3.mjs";
262
+ import "./chunk-OXQQNQZI.mjs";
263
+ import "./chunk-QOJ2DQD6.mjs";
264
+ import {
265
+ Alert,
266
+ AlertDescription,
267
+ AlertTitle
268
+ } from "./chunk-CZ3BW5GL.mjs";
269
+ import {
270
+ cn
271
+ } from "./chunk-V7CNWJT3.mjs";
272
+ import "./chunk-FWCSY2DS.mjs";
273
+ export {
274
+ Accordion,
275
+ AccordionContent,
276
+ AccordionItem,
277
+ AccordionTrigger,
278
+ Alert,
279
+ AlertDescription,
280
+ AlertDialog,
281
+ AlertDialogAction,
282
+ AlertDialogCancel,
283
+ AlertDialogContent,
284
+ AlertDialogDescription,
285
+ AlertDialogFooter,
286
+ AlertDialogHeader,
287
+ AlertDialogMedia,
288
+ AlertDialogOverlay,
289
+ AlertDialogPortal,
290
+ AlertDialogTitle,
291
+ AlertDialogTrigger,
292
+ AlertTitle,
293
+ Avatar,
294
+ AvatarBadge,
295
+ AvatarFallback,
296
+ AvatarGroup,
297
+ AvatarGroupCount,
298
+ AvatarImage,
299
+ Badge,
300
+ Button,
301
+ Calendar,
302
+ CalendarDayButton,
303
+ Card,
304
+ CardAction,
305
+ CardContent,
306
+ CardDescription,
307
+ CardFooter,
308
+ CardHeader,
309
+ CardTitle,
310
+ Checkbox,
311
+ CheckboxCard,
312
+ Chip,
313
+ DataTable,
314
+ DataTableColumnHeader,
315
+ DataTablePagination,
316
+ DataTableSkeleton,
317
+ DataTableToolbar,
318
+ DatePicker,
319
+ Dialog,
320
+ DialogClose,
321
+ DialogContent,
322
+ DialogDescription,
323
+ DialogFooter,
324
+ DialogHeader,
325
+ DialogOverlay,
326
+ DialogPortal,
327
+ DialogTitle,
328
+ DialogTrigger,
329
+ Drawer,
330
+ DrawerClose,
331
+ DrawerContent,
332
+ DrawerDescription,
333
+ DrawerFooter,
334
+ DrawerHeader,
335
+ DrawerOverlay,
336
+ DrawerPortal,
337
+ DrawerTitle,
338
+ DrawerTrigger,
339
+ DropdownMenu,
340
+ DropdownMenuCheckboxItem,
341
+ DropdownMenuContent,
342
+ DropdownMenuGroup,
343
+ DropdownMenuItem,
344
+ DropdownMenuLabel,
345
+ DropdownMenuPortal,
346
+ DropdownMenuRadioGroup,
347
+ DropdownMenuRadioItem,
348
+ DropdownMenuSeparator,
349
+ DropdownMenuShortcut,
350
+ DropdownMenuSub,
351
+ DropdownMenuSubContent,
352
+ DropdownMenuSubTrigger,
353
+ DropdownMenuTrigger,
354
+ Empty,
355
+ EmptyContent,
356
+ EmptyDescription,
357
+ EmptyHeader,
358
+ EmptyMedia,
359
+ EmptyTitle,
360
+ FONT_FAMILY_SANS,
361
+ Field,
362
+ FieldContent,
363
+ FieldDescription,
364
+ FieldError,
365
+ FieldGroup,
366
+ FieldLabel,
367
+ FieldLegend,
368
+ FieldSeparator,
369
+ FieldSet,
370
+ FieldTitle,
371
+ Input,
372
+ InputGroup,
373
+ InputGroupAddon,
374
+ InputGroupButton,
375
+ InputGroupInput,
376
+ InputGroupText,
377
+ InputGroupTextarea,
378
+ InputOTP,
379
+ InputOTPGroup,
380
+ InputOTPSeparator,
381
+ InputOTPSlot,
382
+ Label,
383
+ Pagination,
384
+ PaginationContent,
385
+ PaginationEllipsis,
386
+ PaginationItem,
387
+ PaginationLink,
388
+ PaginationNext,
389
+ PaginationPrevious,
390
+ Popover,
391
+ PopoverAnchor,
392
+ PopoverContent,
393
+ PopoverDescription,
394
+ PopoverHeader,
395
+ PopoverTitle,
396
+ PopoverTrigger,
397
+ Progress,
398
+ RadioGroup,
399
+ RadioGroupCard,
400
+ RadioGroupItem,
401
+ Select,
402
+ SelectContent,
403
+ SelectGroup,
404
+ SelectItem,
405
+ SelectLabel,
406
+ SelectScrollDownButton,
407
+ SelectScrollUpButton,
408
+ SelectSeparator,
409
+ SelectTrigger,
410
+ SelectValue,
411
+ Separator,
412
+ Sheet,
413
+ SheetClose,
414
+ SheetContent,
415
+ SheetDescription,
416
+ SheetFooter,
417
+ SheetHeader,
418
+ SheetPortal,
419
+ SheetTitle,
420
+ SheetTrigger,
421
+ Skeleton,
422
+ Spinner,
423
+ Switch,
424
+ SwitchCard,
425
+ TYPOGRAPHY,
426
+ TYPOGRAPHY_BODY,
427
+ TYPOGRAPHY_DISPLAY,
428
+ TYPOGRAPHY_HEADING,
429
+ TYPOGRAPHY_LABEL,
430
+ TYPOGRAPHY_RESPONSIVE,
431
+ TYPOGRAPHY_UTILITY,
432
+ Table,
433
+ TableBody,
434
+ TableCaption,
435
+ TableCell,
436
+ TableFooter,
437
+ TableHead,
438
+ TableHeader,
439
+ TableRow,
440
+ Tabs,
441
+ TabsContent,
442
+ TabsList,
443
+ TabsTrigger,
444
+ Textarea,
445
+ Toaster,
446
+ Toggle,
447
+ ToggleGroup,
448
+ ToggleGroupItem,
449
+ Tooltip,
450
+ TooltipContent,
451
+ TooltipProvider,
452
+ TooltipTrigger,
453
+ badgeVariants,
454
+ buttonVariants,
455
+ cn,
456
+ getResponsiveTypographyCssVars,
457
+ getSelectionColumn,
458
+ getTypographyCssVars,
459
+ spinnerVariants,
460
+ tabsListVariants,
461
+ toggleVariants
161
462
  };