@vritti/quantum-ui 0.2.8 → 0.2.10

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/README.md +7 -7
  2. package/dist/Alert.js +115 -0
  3. package/dist/Alert.js.map +1 -0
  4. package/dist/Avatar.js +6 -6
  5. package/dist/Badge.js +2 -28
  6. package/dist/Badge.js.map +1 -1
  7. package/dist/Badge2.js +30 -0
  8. package/dist/Badge2.js.map +1 -0
  9. package/dist/Button.js +1 -1
  10. package/dist/Button2.js +35 -16
  11. package/dist/Button2.js.map +1 -1
  12. package/dist/Card.js +1 -1
  13. package/dist/Chart.js +2 -2
  14. package/dist/Checkbox.js +2 -289
  15. package/dist/Checkbox.js.map +1 -1
  16. package/dist/Checkbox2.js +292 -0
  17. package/dist/Checkbox2.js.map +1 -0
  18. package/dist/Combination.js +6 -18
  19. package/dist/Combination.js.map +1 -1
  20. package/dist/DatePicker.js +4 -335
  21. package/dist/DatePicker.js.map +1 -1
  22. package/dist/DropdownMenu.js +8 -7
  23. package/dist/DropdownMenu.js.map +1 -1
  24. package/dist/Form.js +52 -27
  25. package/dist/Form.js.map +1 -1
  26. package/dist/Label.js +2 -2
  27. package/dist/OTPField.js +1 -1
  28. package/dist/PasswordField.js +1 -1
  29. package/dist/PhoneField.js +6 -6
  30. package/dist/PhoneField.js.map +1 -1
  31. package/dist/Progress.js +3 -3
  32. package/dist/Skeleton.js +1 -1
  33. package/dist/Sonner.js +7 -39
  34. package/dist/Sonner.js.map +1 -1
  35. package/dist/Spinner.js +1 -1
  36. package/dist/Switch.js +5 -5
  37. package/dist/TextArea.js +1 -1
  38. package/dist/TextField.js +4 -3
  39. package/dist/TextField.js.map +1 -1
  40. package/dist/ThemeContext.js +2 -8
  41. package/dist/ThemeContext.js.map +1 -1
  42. package/dist/Toggle.js +3 -3
  43. package/dist/Typography.js +1 -1
  44. package/dist/assets/quantum-ui.css +31 -31
  45. package/dist/chevron-left.js +15 -0
  46. package/dist/chevron-left.js.map +1 -0
  47. package/dist/chevron-right.js +15 -0
  48. package/dist/chevron-right.js.map +1 -0
  49. package/dist/components/Alert.js +2 -0
  50. package/dist/components/Alert.js.map +1 -0
  51. package/dist/components/Badge.js +2 -1
  52. package/dist/components/Badge.js.map +1 -1
  53. package/dist/components/DataTable.js +2 -0
  54. package/dist/components/DataTable.js.map +1 -0
  55. package/dist/components/Select.js +1379 -0
  56. package/dist/components/Select.js.map +1 -0
  57. package/dist/field.js +2 -2
  58. package/dist/hooks/index.js +1 -0
  59. package/dist/hooks/index.js.map +1 -1
  60. package/dist/index.js +10 -4
  61. package/dist/index.js.map +1 -1
  62. package/dist/index10.js +10 -99
  63. package/dist/index10.js.map +1 -1
  64. package/dist/index11.js +35 -95
  65. package/dist/index11.js.map +1 -1
  66. package/dist/index12.js +86 -190
  67. package/dist/index12.js.map +1 -1
  68. package/dist/index13.js +196 -190
  69. package/dist/index13.js.map +1 -1
  70. package/dist/index14.js +199 -0
  71. package/dist/index14.js.map +1 -0
  72. package/dist/index2.js +65 -58
  73. package/dist/index2.js.map +1 -1
  74. package/dist/index3.js +60 -8
  75. package/dist/index3.js.map +1 -1
  76. package/dist/index4.js +80 -106
  77. package/dist/index4.js.map +1 -1
  78. package/dist/index5.js +42 -37
  79. package/dist/index5.js.map +1 -1
  80. package/dist/index6.js +9 -4
  81. package/dist/index6.js.map +1 -1
  82. package/dist/index7.js +125 -10
  83. package/dist/index7.js.map +1 -1
  84. package/dist/index8.js +37 -42
  85. package/dist/index8.js.map +1 -1
  86. package/dist/index9.js +4 -37
  87. package/dist/index9.js.map +1 -1
  88. package/dist/lib/components/Alert/Alert.d.ts +11 -0
  89. package/dist/lib/components/Alert/Alert.d.ts.map +1 -0
  90. package/dist/lib/components/Alert/index.d.ts +2 -0
  91. package/dist/lib/components/Alert/index.d.ts.map +1 -0
  92. package/dist/lib/components/DataTable/DataTable.d.ts +15 -0
  93. package/dist/lib/components/DataTable/DataTable.d.ts.map +1 -0
  94. package/dist/lib/components/DataTable/components/DataTableColumnHeader.d.ts +12 -0
  95. package/dist/lib/components/DataTable/components/DataTableColumnHeader.d.ts.map +1 -0
  96. package/dist/lib/components/DataTable/components/DataTableEmpty.d.ts +13 -0
  97. package/dist/lib/components/DataTable/components/DataTableEmpty.d.ts.map +1 -0
  98. package/dist/lib/components/DataTable/components/DataTablePagination.d.ts +13 -0
  99. package/dist/lib/components/DataTable/components/DataTablePagination.d.ts.map +1 -0
  100. package/dist/lib/components/DataTable/components/DataTableToolbar.d.ts +15 -0
  101. package/dist/lib/components/DataTable/components/DataTableToolbar.d.ts.map +1 -0
  102. package/dist/lib/components/DataTable/components/DataTableViewOptions.d.ts +11 -0
  103. package/dist/lib/components/DataTable/components/DataTableViewOptions.d.ts.map +1 -0
  104. package/dist/lib/components/DataTable/hooks/useDataTable.d.ts +3 -0
  105. package/dist/lib/components/DataTable/hooks/useDataTable.d.ts.map +1 -0
  106. package/dist/lib/components/DataTable/index.d.ts +10 -0
  107. package/dist/lib/components/DataTable/index.d.ts.map +1 -0
  108. package/dist/lib/components/DataTable/types.d.ts +67 -0
  109. package/dist/lib/components/DataTable/types.d.ts.map +1 -0
  110. package/dist/lib/components/DataTable/utils.d.ts +3 -0
  111. package/dist/lib/components/DataTable/utils.d.ts.map +1 -0
  112. package/dist/lib/components/Form/Form.d.ts +3 -2
  113. package/dist/lib/components/Form/Form.d.ts.map +1 -1
  114. package/dist/lib/components/PhoneField/PhoneField.d.ts +1 -0
  115. package/dist/lib/components/PhoneField/PhoneField.d.ts.map +1 -1
  116. package/dist/lib/components/Select/Select.d.ts +23 -0
  117. package/dist/lib/components/Select/Select.d.ts.map +1 -0
  118. package/dist/lib/components/Select/components/MultiSelect/MultiSelect.d.ts +25 -0
  119. package/dist/lib/components/Select/components/MultiSelect/MultiSelect.d.ts.map +1 -0
  120. package/dist/lib/components/Select/components/MultiSelect/MultiSelectFilter.d.ts +21 -0
  121. package/dist/lib/components/Select/components/MultiSelect/MultiSelectFilter.d.ts.map +1 -0
  122. package/dist/lib/components/Select/components/SingleSelect/SingleSelect.d.ts +25 -0
  123. package/dist/lib/components/Select/components/SingleSelect/SingleSelect.d.ts.map +1 -0
  124. package/dist/lib/components/Select/components/SingleSelect/SingleSelectFilter.d.ts +21 -0
  125. package/dist/lib/components/Select/components/SingleSelect/SingleSelectFilter.d.ts.map +1 -0
  126. package/dist/lib/components/Select/hooks/useMultiSelect.d.ts +32 -0
  127. package/dist/lib/components/Select/hooks/useMultiSelect.d.ts.map +1 -0
  128. package/dist/lib/components/Select/hooks/useSelect.d.ts +23 -0
  129. package/dist/lib/components/Select/hooks/useSelect.d.ts.map +1 -0
  130. package/dist/lib/components/Select/hooks/useSingleSelect.d.ts +30 -0
  131. package/dist/lib/components/Select/hooks/useSingleSelect.d.ts.map +1 -0
  132. package/dist/lib/components/Select/index.d.ts +38 -0
  133. package/dist/lib/components/Select/index.d.ts.map +1 -0
  134. package/dist/lib/components/Select/types.d.ts +31 -0
  135. package/dist/lib/components/Select/types.d.ts.map +1 -0
  136. package/dist/lib/components/TextField/TextField.d.ts.map +1 -1
  137. package/dist/lib/components/index.d.ts +3 -0
  138. package/dist/lib/components/index.d.ts.map +1 -1
  139. package/dist/lib/context/ThemeContext.d.ts +1 -1
  140. package/dist/lib/context/ThemeContext.d.ts.map +1 -1
  141. package/dist/lib/context/index.d.ts +1 -1
  142. package/dist/lib/context/index.d.ts.map +1 -1
  143. package/dist/lib/hooks/index.d.ts +2 -1
  144. package/dist/lib/hooks/index.d.ts.map +1 -1
  145. package/dist/lib/hooks/useSSE.d.ts +21 -0
  146. package/dist/lib/hooks/useSSE.d.ts.map +1 -0
  147. package/dist/lib/index.d.ts +2 -2
  148. package/dist/lib/index.d.ts.map +1 -1
  149. package/dist/lib/utils/axios.d.ts.map +1 -1
  150. package/dist/lib/utils/formHelpers.d.ts +7 -3
  151. package/dist/lib/utils/formHelpers.d.ts.map +1 -1
  152. package/dist/popover.js +329 -0
  153. package/dist/popover.js.map +1 -0
  154. package/dist/separator2.js +2 -2
  155. package/dist/shadcn/shadcnAlert/alert.d.ts +11 -0
  156. package/dist/shadcn/shadcnAlert/alert.d.ts.map +1 -0
  157. package/dist/shadcn/shadcnAlert/index.d.ts +2 -0
  158. package/dist/shadcn/shadcnAlert/index.d.ts.map +1 -0
  159. package/dist/shadcn/shadcnBadge/Badge.d.ts +1 -1
  160. package/dist/shadcn/shadcnButton/Button.d.ts +2 -2
  161. package/dist/shadcn/shadcnButton/Button.d.ts.map +1 -1
  162. package/dist/shadcn/shadcnInputOTP/InputOTP.d.ts +2 -2
  163. package/dist/shadcn/shadcnMultiSelect/index.d.ts +3 -0
  164. package/dist/shadcn/shadcnMultiSelect/index.d.ts.map +1 -0
  165. package/dist/shadcn/shadcnMultiSelect/multi-select.d.ts +61 -0
  166. package/dist/shadcn/shadcnMultiSelect/multi-select.d.ts.map +1 -0
  167. package/dist/shadcn/shadcnSingleSelect/index.d.ts +3 -0
  168. package/dist/shadcn/shadcnSingleSelect/index.d.ts.map +1 -0
  169. package/dist/shadcn/shadcnSingleSelect/single-select.d.ts +60 -0
  170. package/dist/shadcn/shadcnSingleSelect/single-select.d.ts.map +1 -0
  171. package/dist/shadcn/shadcnSonner/sonner.d.ts +1 -1
  172. package/dist/shadcn/shadcnSonner/sonner.d.ts.map +1 -1
  173. package/dist/triangle-alert.js +40 -0
  174. package/dist/triangle-alert.js.map +1 -0
  175. package/dist/useSSE.js +82 -0
  176. package/dist/useSSE.js.map +1 -0
  177. package/dist/useTheme.js.map +1 -1
  178. package/dist/utils/axios.js +4167 -2
  179. package/dist/utils/axios.js.map +1 -1
  180. package/dist/utils.js +3748 -2970
  181. package/dist/utils.js.map +1 -1
  182. package/dist/utils2.js +3042 -0
  183. package/dist/utils2.js.map +1 -0
  184. package/dist/x.js +18 -0
  185. package/dist/x.js.map +1 -0
  186. package/package.json +22 -7
  187. package/dist/axios.js +0 -4228
  188. package/dist/axios.js.map +0 -1
@@ -1,7 +1,7 @@
1
1
  export { cn } from '../shadcn/utils';
2
- export * from './hooks';
3
- export * from './context';
4
2
  export * from './components';
5
3
  export { type AuthConfig, type AxiosConfig, type CsrfConfig, configureQuantumUI, defineConfig, getConfig, type QuantumUIConfig, resetConfig, } from './config';
4
+ export * from './context';
5
+ export * from './hooks';
6
6
  export { axios, cancelTokenRefresh, clearCsrfToken, clearToken, getCsrfToken, getToken, recoverToken, scheduleTokenRefresh, setCsrfToken, setToken, } from './utils/axios';
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/index.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,CAAC;AAGrB,OAAO,EAAE,EAAE,EAAE,MAAM,iBAAiB,CAAC;AAGrC,cAAc,SAAS,CAAC;AAGxB,cAAc,WAAW,CAAC;AAG1B,cAAc,cAAc,CAAC;AAG7B,OAAO,EACL,KAAK,UAAU,EACf,KAAK,WAAW,EAChB,KAAK,UAAU,EACf,kBAAkB,EAClB,YAAY,EACZ,SAAS,EACT,KAAK,eAAe,EACpB,WAAW,GACZ,MAAM,UAAU,CAAC;AAGlB,OAAO,EACL,KAAK,EACL,kBAAkB,EAClB,cAAc,EACd,UAAU,EACV,YAAY,EACZ,QAAQ,EACR,YAAY,EACZ,oBAAoB,EACpB,YAAY,EACZ,QAAQ,GACT,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/index.ts"],"names":[],"mappings":"AACA,OAAO,aAAa,CAAC;AAGrB,OAAO,EAAE,EAAE,EAAE,MAAM,iBAAiB,CAAC;AAErC,cAAc,cAAc,CAAC;AAE7B,OAAO,EACL,KAAK,UAAU,EACf,KAAK,WAAW,EAChB,KAAK,UAAU,EACf,kBAAkB,EAClB,YAAY,EACZ,SAAS,EACT,KAAK,eAAe,EACpB,WAAW,GACZ,MAAM,UAAU,CAAC;AAElB,cAAc,WAAW,CAAC;AAE1B,cAAc,SAAS,CAAC;AAGxB,OAAO,EACL,KAAK,EACL,kBAAkB,EAClB,cAAc,EACd,UAAU,EACV,YAAY,EACZ,QAAQ,EACR,YAAY,EACZ,oBAAoB,EACpB,YAAY,EACZ,QAAQ,GACT,MAAM,eAAe,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"axios.d.ts","sourceRoot":"","sources":["../../../lib/utils/axios.ts"],"names":[],"mappings":"AAAA,OAAc,EAAmB,KAAK,aAAa,EAAmC,MAAM,OAAO,CAAC;AAKpG,OAAO,QAAQ,OAAO,CAAC;IACrB,UAAiB,kBAAkB;QAEjC,MAAM,CAAC,EAAE,OAAO,CAAC;QAEjB,gBAAgB,CAAC,EAAE,OAAO,CAAC;QAE3B,gBAAgB,CAAC,EAAE,OAAO,CAAC;QAE3B,cAAc,CAAC,EAAE,OAAO,CAAC;QAEzB,cAAc,CAAC,EAAE,MAAM,CAAC;QAExB,cAAc,CAAC,EAAE,MAAM,CAAC;QAExB,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB;CACF;AAyBD,eAAO,MAAM,QAAQ,GAAI,OAAO,MAAM,KAAG,IAIxC,CAAC;AAEF,eAAO,MAAM,QAAQ,QAAO,MAAM,GAAG,IAAmB,CAAC;AAEzD,eAAO,MAAM,UAAU,QAAO,IAG7B,CAAC;AAMF,eAAO,MAAM,YAAY,GAAI,OAAO,MAAM,KAAG,IAI5C,CAAC;AAEF,eAAO,MAAM,YAAY,QAAO,MAAM,GAAG,IAAiB,CAAC;AAE3D,eAAO,MAAM,cAAc,QAAO,IAEjC,CAAC;AAOF,wBAAsB,YAAY,IAAI,OAAO,CAAC;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE,CAAC,CAoBrF;AAkCD,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CA4B5D;AAED,wBAAgB,kBAAkB,IAAI,IAAI,CAKzC;AA8ED,eAAO,MAAM,KAAK,EAAE,aAAqC,CAAC;AAoI1D,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"axios.d.ts","sourceRoot":"","sources":["../../../lib/utils/axios.ts"],"names":[],"mappings":"AAAA,OAAc,EAAmB,KAAK,aAAa,EAAmC,MAAM,OAAO,CAAC;AAKpG,OAAO,QAAQ,OAAO,CAAC;IACrB,UAAiB,kBAAkB;QAEjC,MAAM,CAAC,EAAE,OAAO,CAAC;QAEjB,gBAAgB,CAAC,EAAE,OAAO,CAAC;QAE3B,gBAAgB,CAAC,EAAE,OAAO,CAAC;QAE3B,cAAc,CAAC,EAAE,OAAO,CAAC;QAEzB,cAAc,CAAC,EAAE,MAAM,CAAC;QAExB,cAAc,CAAC,EAAE,MAAM,CAAC;QAExB,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB;CACF;AA0BD,eAAO,MAAM,QAAQ,GAAI,OAAO,MAAM,KAAG,IAIxC,CAAC;AAEF,eAAO,MAAM,QAAQ,QAAO,MAAM,GAAG,IAAmB,CAAC;AAEzD,eAAO,MAAM,UAAU,QAAO,IAM7B,CAAC;AAMF,eAAO,MAAM,YAAY,GAAI,OAAO,MAAM,KAAG,IAI5C,CAAC;AAEF,eAAO,MAAM,YAAY,QAAO,MAAM,GAAG,IAAiB,CAAC;AAE3D,eAAO,MAAM,cAAc,QAAO,IAEjC,CAAC;AAOF,wBAAsB,YAAY,IAAI,OAAO,CAAC;IAAE,OAAO,EAAE,OAAO,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE,CAAC,CA0BrF;AAkCD,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,MAAM,GAAG,IAAI,CA2B5D;AAED,wBAAgB,kBAAkB,IAAI,IAAI,CAKzC;AAwED,eAAO,MAAM,KAAK,EAAE,aAAqC,CAAC;AAuI1D,eAAe,KAAK,CAAC"}
@@ -3,12 +3,16 @@ export interface FieldMapping {
3
3
  [apiField: string]: string;
4
4
  }
5
5
  export interface FieldError {
6
- field?: string;
6
+ field: string;
7
7
  message: string;
8
8
  }
9
9
  export interface ApiErrorResponse {
10
- message?: string;
11
- error?: string;
10
+ type?: string;
11
+ title?: string;
12
+ status?: number;
13
+ label?: string;
14
+ detail?: string;
15
+ instance?: string;
12
16
  errors?: FieldError[];
13
17
  }
14
18
  export interface MapApiErrorsOptions {
@@ -1 +1 @@
1
- {"version":3,"file":"formHelpers.d.ts","sourceRoot":"","sources":["../../../lib/utils/formHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAa,WAAW,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAK7E,MAAM,WAAW,YAAY;IAC3B,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B;AAcD,MAAM,WAAW,UAAU;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;CACjB;AAMD,MAAM,WAAW,gBAAgB;IAC/B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,UAAU,EAAE,CAAC;CACvB;AAKD,MAAM,WAAW,mBAAmB;IAIlC,YAAY,CAAC,EAAE,YAAY,CAAC;IAK5B,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAuBD,wBAAgB,kBAAkB,CAAC,YAAY,SAAS,WAAW,GAAG,WAAW,EAC/E,KAAK,EAAE,OAAO,EACd,IAAI,EAAE,aAAa,CAAC,YAAY,CAAC,EACjC,OAAO,GAAE,mBAAwB,GAChC,IAAI,CAoDN"}
1
+ {"version":3,"file":"formHelpers.d.ts","sourceRoot":"","sources":["../../../lib/utils/formHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAa,WAAW,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAK7E,MAAM,WAAW,YAAY;IAC3B,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC;CAC5B;AAcD,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB;AAMD,MAAM,WAAW,gBAAgB;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,UAAU,EAAE,CAAC;CACvB;AAKD,MAAM,WAAW,mBAAmB;IAIlC,YAAY,CAAC,EAAE,YAAY,CAAC;IAK5B,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AA2BD,wBAAgB,kBAAkB,CAAC,YAAY,SAAS,WAAW,GAAG,WAAW,EAC/E,KAAK,EAAE,OAAO,EACd,IAAI,EAAE,aAAa,CAAC,YAAY,CAAC,EACjC,OAAO,GAAE,mBAAwB,GAChC,IAAI,CAyCN"}
@@ -0,0 +1,329 @@
1
+ import { c as createLucideIcon } from './createLucideIcon.js';
2
+ import { jsx } from 'react/jsx-runtime';
3
+ import * as React from 'react';
4
+ import { u as useControllableState, P as Primitive, c as composeEventHandlers, a as createSlot } from './index13.js';
5
+ import { u as useComposedRefs } from './index8.js';
6
+ import { c as createContextScope } from './index12.js';
7
+ import { c as createPopperScope, R as Root2$1, u as useId, A as Anchor, P as Portal$1, h as hideOthers, a as ReactRemoveScroll, b as useFocusGuards, F as FocusScope, D as DismissableLayer, C as Content, d as Arrow } from './Combination.js';
8
+ import { P as Presence } from './index7.js';
9
+ import { c as cn } from './utils2.js';
10
+
11
+ /**
12
+ * @license lucide-react v0.562.0 - ISC
13
+ *
14
+ * This source code is licensed under the ISC license.
15
+ * See the LICENSE file in the root directory of this source tree.
16
+ */
17
+
18
+
19
+ const __iconNode = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
20
+ const ChevronDown = createLucideIcon("chevron-down", __iconNode);
21
+
22
+ var POPOVER_NAME = "Popover";
23
+ var [createPopoverContext] = createContextScope(POPOVER_NAME, [
24
+ createPopperScope
25
+ ]);
26
+ var usePopperScope = createPopperScope();
27
+ var [PopoverProvider, usePopoverContext] = createPopoverContext(POPOVER_NAME);
28
+ var Popover$1 = (props) => {
29
+ const {
30
+ __scopePopover,
31
+ children,
32
+ open: openProp,
33
+ defaultOpen,
34
+ onOpenChange,
35
+ modal = false
36
+ } = props;
37
+ const popperScope = usePopperScope(__scopePopover);
38
+ const triggerRef = React.useRef(null);
39
+ const [hasCustomAnchor, setHasCustomAnchor] = React.useState(false);
40
+ const [open, setOpen] = useControllableState({
41
+ prop: openProp,
42
+ defaultProp: defaultOpen ?? false,
43
+ onChange: onOpenChange,
44
+ caller: POPOVER_NAME
45
+ });
46
+ return /* @__PURE__ */ jsx(Root2$1, { ...popperScope, children: /* @__PURE__ */ jsx(
47
+ PopoverProvider,
48
+ {
49
+ scope: __scopePopover,
50
+ contentId: useId(),
51
+ triggerRef,
52
+ open,
53
+ onOpenChange: setOpen,
54
+ onOpenToggle: React.useCallback(() => setOpen((prevOpen) => !prevOpen), [setOpen]),
55
+ hasCustomAnchor,
56
+ onCustomAnchorAdd: React.useCallback(() => setHasCustomAnchor(true), []),
57
+ onCustomAnchorRemove: React.useCallback(() => setHasCustomAnchor(false), []),
58
+ modal,
59
+ children
60
+ }
61
+ ) });
62
+ };
63
+ Popover$1.displayName = POPOVER_NAME;
64
+ var ANCHOR_NAME = "PopoverAnchor";
65
+ var PopoverAnchor = React.forwardRef(
66
+ (props, forwardedRef) => {
67
+ const { __scopePopover, ...anchorProps } = props;
68
+ const context = usePopoverContext(ANCHOR_NAME, __scopePopover);
69
+ const popperScope = usePopperScope(__scopePopover);
70
+ const { onCustomAnchorAdd, onCustomAnchorRemove } = context;
71
+ React.useEffect(() => {
72
+ onCustomAnchorAdd();
73
+ return () => onCustomAnchorRemove();
74
+ }, [onCustomAnchorAdd, onCustomAnchorRemove]);
75
+ return /* @__PURE__ */ jsx(Anchor, { ...popperScope, ...anchorProps, ref: forwardedRef });
76
+ }
77
+ );
78
+ PopoverAnchor.displayName = ANCHOR_NAME;
79
+ var TRIGGER_NAME = "PopoverTrigger";
80
+ var PopoverTrigger$1 = React.forwardRef(
81
+ (props, forwardedRef) => {
82
+ const { __scopePopover, ...triggerProps } = props;
83
+ const context = usePopoverContext(TRIGGER_NAME, __scopePopover);
84
+ const popperScope = usePopperScope(__scopePopover);
85
+ const composedTriggerRef = useComposedRefs(forwardedRef, context.triggerRef);
86
+ const trigger = /* @__PURE__ */ jsx(
87
+ Primitive.button,
88
+ {
89
+ type: "button",
90
+ "aria-haspopup": "dialog",
91
+ "aria-expanded": context.open,
92
+ "aria-controls": context.contentId,
93
+ "data-state": getState(context.open),
94
+ ...triggerProps,
95
+ ref: composedTriggerRef,
96
+ onClick: composeEventHandlers(props.onClick, context.onOpenToggle)
97
+ }
98
+ );
99
+ return context.hasCustomAnchor ? trigger : /* @__PURE__ */ jsx(Anchor, { asChild: true, ...popperScope, children: trigger });
100
+ }
101
+ );
102
+ PopoverTrigger$1.displayName = TRIGGER_NAME;
103
+ var PORTAL_NAME = "PopoverPortal";
104
+ var [PortalProvider, usePortalContext] = createPopoverContext(PORTAL_NAME, {
105
+ forceMount: void 0
106
+ });
107
+ var PopoverPortal = (props) => {
108
+ const { __scopePopover, forceMount, children, container } = props;
109
+ const context = usePopoverContext(PORTAL_NAME, __scopePopover);
110
+ return /* @__PURE__ */ jsx(PortalProvider, { scope: __scopePopover, forceMount, children: /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(Portal$1, { asChild: true, container, children }) }) });
111
+ };
112
+ PopoverPortal.displayName = PORTAL_NAME;
113
+ var CONTENT_NAME = "PopoverContent";
114
+ var PopoverContent$1 = React.forwardRef(
115
+ (props, forwardedRef) => {
116
+ const portalContext = usePortalContext(CONTENT_NAME, props.__scopePopover);
117
+ const { forceMount = portalContext.forceMount, ...contentProps } = props;
118
+ const context = usePopoverContext(CONTENT_NAME, props.__scopePopover);
119
+ return /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: context.modal ? /* @__PURE__ */ jsx(PopoverContentModal, { ...contentProps, ref: forwardedRef }) : /* @__PURE__ */ jsx(PopoverContentNonModal, { ...contentProps, ref: forwardedRef }) });
120
+ }
121
+ );
122
+ PopoverContent$1.displayName = CONTENT_NAME;
123
+ var Slot = createSlot("PopoverContent.RemoveScroll");
124
+ var PopoverContentModal = React.forwardRef(
125
+ (props, forwardedRef) => {
126
+ const context = usePopoverContext(CONTENT_NAME, props.__scopePopover);
127
+ const contentRef = React.useRef(null);
128
+ const composedRefs = useComposedRefs(forwardedRef, contentRef);
129
+ const isRightClickOutsideRef = React.useRef(false);
130
+ React.useEffect(() => {
131
+ const content = contentRef.current;
132
+ if (content) return hideOthers(content);
133
+ }, []);
134
+ return /* @__PURE__ */ jsx(ReactRemoveScroll, { as: Slot, allowPinchZoom: true, children: /* @__PURE__ */ jsx(
135
+ PopoverContentImpl,
136
+ {
137
+ ...props,
138
+ ref: composedRefs,
139
+ trapFocus: context.open,
140
+ disableOutsidePointerEvents: true,
141
+ onCloseAutoFocus: composeEventHandlers(props.onCloseAutoFocus, (event) => {
142
+ event.preventDefault();
143
+ if (!isRightClickOutsideRef.current) context.triggerRef.current?.focus();
144
+ }),
145
+ onPointerDownOutside: composeEventHandlers(
146
+ props.onPointerDownOutside,
147
+ (event) => {
148
+ const originalEvent = event.detail.originalEvent;
149
+ const ctrlLeftClick = originalEvent.button === 0 && originalEvent.ctrlKey === true;
150
+ const isRightClick = originalEvent.button === 2 || ctrlLeftClick;
151
+ isRightClickOutsideRef.current = isRightClick;
152
+ },
153
+ { checkForDefaultPrevented: false }
154
+ ),
155
+ onFocusOutside: composeEventHandlers(
156
+ props.onFocusOutside,
157
+ (event) => event.preventDefault(),
158
+ { checkForDefaultPrevented: false }
159
+ )
160
+ }
161
+ ) });
162
+ }
163
+ );
164
+ var PopoverContentNonModal = React.forwardRef(
165
+ (props, forwardedRef) => {
166
+ const context = usePopoverContext(CONTENT_NAME, props.__scopePopover);
167
+ const hasInteractedOutsideRef = React.useRef(false);
168
+ const hasPointerDownOutsideRef = React.useRef(false);
169
+ return /* @__PURE__ */ jsx(
170
+ PopoverContentImpl,
171
+ {
172
+ ...props,
173
+ ref: forwardedRef,
174
+ trapFocus: false,
175
+ disableOutsidePointerEvents: false,
176
+ onCloseAutoFocus: (event) => {
177
+ props.onCloseAutoFocus?.(event);
178
+ if (!event.defaultPrevented) {
179
+ if (!hasInteractedOutsideRef.current) context.triggerRef.current?.focus();
180
+ event.preventDefault();
181
+ }
182
+ hasInteractedOutsideRef.current = false;
183
+ hasPointerDownOutsideRef.current = false;
184
+ },
185
+ onInteractOutside: (event) => {
186
+ props.onInteractOutside?.(event);
187
+ if (!event.defaultPrevented) {
188
+ hasInteractedOutsideRef.current = true;
189
+ if (event.detail.originalEvent.type === "pointerdown") {
190
+ hasPointerDownOutsideRef.current = true;
191
+ }
192
+ }
193
+ const target = event.target;
194
+ const targetIsTrigger = context.triggerRef.current?.contains(target);
195
+ if (targetIsTrigger) event.preventDefault();
196
+ if (event.detail.originalEvent.type === "focusin" && hasPointerDownOutsideRef.current) {
197
+ event.preventDefault();
198
+ }
199
+ }
200
+ }
201
+ );
202
+ }
203
+ );
204
+ var PopoverContentImpl = React.forwardRef(
205
+ (props, forwardedRef) => {
206
+ const {
207
+ __scopePopover,
208
+ trapFocus,
209
+ onOpenAutoFocus,
210
+ onCloseAutoFocus,
211
+ disableOutsidePointerEvents,
212
+ onEscapeKeyDown,
213
+ onPointerDownOutside,
214
+ onFocusOutside,
215
+ onInteractOutside,
216
+ ...contentProps
217
+ } = props;
218
+ const context = usePopoverContext(CONTENT_NAME, __scopePopover);
219
+ const popperScope = usePopperScope(__scopePopover);
220
+ useFocusGuards();
221
+ return /* @__PURE__ */ jsx(
222
+ FocusScope,
223
+ {
224
+ asChild: true,
225
+ loop: true,
226
+ trapped: trapFocus,
227
+ onMountAutoFocus: onOpenAutoFocus,
228
+ onUnmountAutoFocus: onCloseAutoFocus,
229
+ children: /* @__PURE__ */ jsx(
230
+ DismissableLayer,
231
+ {
232
+ asChild: true,
233
+ disableOutsidePointerEvents,
234
+ onInteractOutside,
235
+ onEscapeKeyDown,
236
+ onPointerDownOutside,
237
+ onFocusOutside,
238
+ onDismiss: () => context.onOpenChange(false),
239
+ children: /* @__PURE__ */ jsx(
240
+ Content,
241
+ {
242
+ "data-state": getState(context.open),
243
+ role: "dialog",
244
+ id: context.contentId,
245
+ ...popperScope,
246
+ ...contentProps,
247
+ ref: forwardedRef,
248
+ style: {
249
+ ...contentProps.style,
250
+ // re-namespace exposed content custom properties
251
+ ...{
252
+ "--radix-popover-content-transform-origin": "var(--radix-popper-transform-origin)",
253
+ "--radix-popover-content-available-width": "var(--radix-popper-available-width)",
254
+ "--radix-popover-content-available-height": "var(--radix-popper-available-height)",
255
+ "--radix-popover-trigger-width": "var(--radix-popper-anchor-width)",
256
+ "--radix-popover-trigger-height": "var(--radix-popper-anchor-height)"
257
+ }
258
+ }
259
+ }
260
+ )
261
+ }
262
+ )
263
+ }
264
+ );
265
+ }
266
+ );
267
+ var CLOSE_NAME = "PopoverClose";
268
+ var PopoverClose = React.forwardRef(
269
+ (props, forwardedRef) => {
270
+ const { __scopePopover, ...closeProps } = props;
271
+ const context = usePopoverContext(CLOSE_NAME, __scopePopover);
272
+ return /* @__PURE__ */ jsx(
273
+ Primitive.button,
274
+ {
275
+ type: "button",
276
+ ...closeProps,
277
+ ref: forwardedRef,
278
+ onClick: composeEventHandlers(props.onClick, () => context.onOpenChange(false))
279
+ }
280
+ );
281
+ }
282
+ );
283
+ PopoverClose.displayName = CLOSE_NAME;
284
+ var ARROW_NAME = "PopoverArrow";
285
+ var PopoverArrow = React.forwardRef(
286
+ (props, forwardedRef) => {
287
+ const { __scopePopover, ...arrowProps } = props;
288
+ const popperScope = usePopperScope(__scopePopover);
289
+ return /* @__PURE__ */ jsx(Arrow, { ...popperScope, ...arrowProps, ref: forwardedRef });
290
+ }
291
+ );
292
+ PopoverArrow.displayName = ARROW_NAME;
293
+ function getState(open) {
294
+ return open ? "open" : "closed";
295
+ }
296
+ var Root2 = Popover$1;
297
+ var Trigger = PopoverTrigger$1;
298
+ var Portal = PopoverPortal;
299
+ var Content2 = PopoverContent$1;
300
+
301
+ function Popover({ ...props }) {
302
+ return /* @__PURE__ */ jsx(Root2, { "data-slot": "popover", ...props });
303
+ }
304
+ function PopoverTrigger({ ...props }) {
305
+ return /* @__PURE__ */ jsx(Trigger, { "data-slot": "popover-trigger", ...props });
306
+ }
307
+ function PopoverContent({
308
+ className,
309
+ align = "center",
310
+ sideOffset = 4,
311
+ ...props
312
+ }) {
313
+ return /* @__PURE__ */ jsx(Portal, { children: /* @__PURE__ */ jsx(
314
+ Content2,
315
+ {
316
+ "data-slot": "popover-content",
317
+ align,
318
+ sideOffset,
319
+ className: cn(
320
+ "bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-72 rounded-md border p-4 shadow-md outline-none",
321
+ className
322
+ ),
323
+ ...props
324
+ }
325
+ ) });
326
+ }
327
+
328
+ export { ChevronDown as C, Popover as P, PopoverTrigger as a, PopoverContent as b };
329
+ //# sourceMappingURL=popover.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"popover.js","sources":["../node_modules/.pnpm/lucide-react@0.562.0_react@19.2.3/node_modules/lucide-react/dist/esm/icons/chevron-down.js","../node_modules/.pnpm/@radix-ui+react-popover@1.1.15_@types+react-dom@19.2.3_@types+react@19.2.9__@types+reac_65d2cefad98cd5d087063d28b2397d25/node_modules/@radix-ui/react-popover/dist/index.mjs","../shadcn/shadcnPopover/popover.tsx"],"sourcesContent":["/**\n * @license lucide-react v0.562.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createLucideIcon from '../createLucideIcon.js';\n\nconst __iconNode = [[\"path\", { d: \"m6 9 6 6 6-6\", key: \"qrunsl\" }]];\nconst ChevronDown = createLucideIcon(\"chevron-down\", __iconNode);\n\nexport { __iconNode, ChevronDown as default };\n//# sourceMappingURL=chevron-down.js.map\n","\"use client\";\n\n// src/popover.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { DismissableLayer } from \"@radix-ui/react-dismissable-layer\";\nimport { useFocusGuards } from \"@radix-ui/react-focus-guards\";\nimport { FocusScope } from \"@radix-ui/react-focus-scope\";\nimport { useId } from \"@radix-ui/react-id\";\nimport * as PopperPrimitive from \"@radix-ui/react-popper\";\nimport { createPopperScope } from \"@radix-ui/react-popper\";\nimport { Portal as PortalPrimitive } from \"@radix-ui/react-portal\";\nimport { Presence } from \"@radix-ui/react-presence\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { createSlot } from \"@radix-ui/react-slot\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport { hideOthers } from \"aria-hidden\";\nimport { RemoveScroll } from \"react-remove-scroll\";\nimport { jsx } from \"react/jsx-runtime\";\nvar POPOVER_NAME = \"Popover\";\nvar [createPopoverContext, createPopoverScope] = createContextScope(POPOVER_NAME, [\n createPopperScope\n]);\nvar usePopperScope = createPopperScope();\nvar [PopoverProvider, usePopoverContext] = createPopoverContext(POPOVER_NAME);\nvar Popover = (props) => {\n const {\n __scopePopover,\n children,\n open: openProp,\n defaultOpen,\n onOpenChange,\n modal = false\n } = props;\n const popperScope = usePopperScope(__scopePopover);\n const triggerRef = React.useRef(null);\n const [hasCustomAnchor, setHasCustomAnchor] = React.useState(false);\n const [open, setOpen] = useControllableState({\n prop: openProp,\n defaultProp: defaultOpen ?? false,\n onChange: onOpenChange,\n caller: POPOVER_NAME\n });\n return /* @__PURE__ */ jsx(PopperPrimitive.Root, { ...popperScope, children: /* @__PURE__ */ jsx(\n PopoverProvider,\n {\n scope: __scopePopover,\n contentId: useId(),\n triggerRef,\n open,\n onOpenChange: setOpen,\n onOpenToggle: React.useCallback(() => setOpen((prevOpen) => !prevOpen), [setOpen]),\n hasCustomAnchor,\n onCustomAnchorAdd: React.useCallback(() => setHasCustomAnchor(true), []),\n onCustomAnchorRemove: React.useCallback(() => setHasCustomAnchor(false), []),\n modal,\n children\n }\n ) });\n};\nPopover.displayName = POPOVER_NAME;\nvar ANCHOR_NAME = \"PopoverAnchor\";\nvar PopoverAnchor = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopePopover, ...anchorProps } = props;\n const context = usePopoverContext(ANCHOR_NAME, __scopePopover);\n const popperScope = usePopperScope(__scopePopover);\n const { onCustomAnchorAdd, onCustomAnchorRemove } = context;\n React.useEffect(() => {\n onCustomAnchorAdd();\n return () => onCustomAnchorRemove();\n }, [onCustomAnchorAdd, onCustomAnchorRemove]);\n return /* @__PURE__ */ jsx(PopperPrimitive.Anchor, { ...popperScope, ...anchorProps, ref: forwardedRef });\n }\n);\nPopoverAnchor.displayName = ANCHOR_NAME;\nvar TRIGGER_NAME = \"PopoverTrigger\";\nvar PopoverTrigger = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopePopover, ...triggerProps } = props;\n const context = usePopoverContext(TRIGGER_NAME, __scopePopover);\n const popperScope = usePopperScope(__scopePopover);\n const composedTriggerRef = useComposedRefs(forwardedRef, context.triggerRef);\n const trigger = /* @__PURE__ */ jsx(\n Primitive.button,\n {\n type: \"button\",\n \"aria-haspopup\": \"dialog\",\n \"aria-expanded\": context.open,\n \"aria-controls\": context.contentId,\n \"data-state\": getState(context.open),\n ...triggerProps,\n ref: composedTriggerRef,\n onClick: composeEventHandlers(props.onClick, context.onOpenToggle)\n }\n );\n return context.hasCustomAnchor ? trigger : /* @__PURE__ */ jsx(PopperPrimitive.Anchor, { asChild: true, ...popperScope, children: trigger });\n }\n);\nPopoverTrigger.displayName = TRIGGER_NAME;\nvar PORTAL_NAME = \"PopoverPortal\";\nvar [PortalProvider, usePortalContext] = createPopoverContext(PORTAL_NAME, {\n forceMount: void 0\n});\nvar PopoverPortal = (props) => {\n const { __scopePopover, forceMount, children, container } = props;\n const context = usePopoverContext(PORTAL_NAME, __scopePopover);\n return /* @__PURE__ */ jsx(PortalProvider, { scope: __scopePopover, forceMount, children: /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(PortalPrimitive, { asChild: true, container, children }) }) });\n};\nPopoverPortal.displayName = PORTAL_NAME;\nvar CONTENT_NAME = \"PopoverContent\";\nvar PopoverContent = React.forwardRef(\n (props, forwardedRef) => {\n const portalContext = usePortalContext(CONTENT_NAME, props.__scopePopover);\n const { forceMount = portalContext.forceMount, ...contentProps } = props;\n const context = usePopoverContext(CONTENT_NAME, props.__scopePopover);\n return /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: context.modal ? /* @__PURE__ */ jsx(PopoverContentModal, { ...contentProps, ref: forwardedRef }) : /* @__PURE__ */ jsx(PopoverContentNonModal, { ...contentProps, ref: forwardedRef }) });\n }\n);\nPopoverContent.displayName = CONTENT_NAME;\nvar Slot = createSlot(\"PopoverContent.RemoveScroll\");\nvar PopoverContentModal = React.forwardRef(\n (props, forwardedRef) => {\n const context = usePopoverContext(CONTENT_NAME, props.__scopePopover);\n const contentRef = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, contentRef);\n const isRightClickOutsideRef = React.useRef(false);\n React.useEffect(() => {\n const content = contentRef.current;\n if (content) return hideOthers(content);\n }, []);\n return /* @__PURE__ */ jsx(RemoveScroll, { as: Slot, allowPinchZoom: true, children: /* @__PURE__ */ jsx(\n PopoverContentImpl,\n {\n ...props,\n ref: composedRefs,\n trapFocus: context.open,\n disableOutsidePointerEvents: true,\n onCloseAutoFocus: composeEventHandlers(props.onCloseAutoFocus, (event) => {\n event.preventDefault();\n if (!isRightClickOutsideRef.current) context.triggerRef.current?.focus();\n }),\n onPointerDownOutside: composeEventHandlers(\n props.onPointerDownOutside,\n (event) => {\n const originalEvent = event.detail.originalEvent;\n const ctrlLeftClick = originalEvent.button === 0 && originalEvent.ctrlKey === true;\n const isRightClick = originalEvent.button === 2 || ctrlLeftClick;\n isRightClickOutsideRef.current = isRightClick;\n },\n { checkForDefaultPrevented: false }\n ),\n onFocusOutside: composeEventHandlers(\n props.onFocusOutside,\n (event) => event.preventDefault(),\n { checkForDefaultPrevented: false }\n )\n }\n ) });\n }\n);\nvar PopoverContentNonModal = React.forwardRef(\n (props, forwardedRef) => {\n const context = usePopoverContext(CONTENT_NAME, props.__scopePopover);\n const hasInteractedOutsideRef = React.useRef(false);\n const hasPointerDownOutsideRef = React.useRef(false);\n return /* @__PURE__ */ jsx(\n PopoverContentImpl,\n {\n ...props,\n ref: forwardedRef,\n trapFocus: false,\n disableOutsidePointerEvents: false,\n onCloseAutoFocus: (event) => {\n props.onCloseAutoFocus?.(event);\n if (!event.defaultPrevented) {\n if (!hasInteractedOutsideRef.current) context.triggerRef.current?.focus();\n event.preventDefault();\n }\n hasInteractedOutsideRef.current = false;\n hasPointerDownOutsideRef.current = false;\n },\n onInteractOutside: (event) => {\n props.onInteractOutside?.(event);\n if (!event.defaultPrevented) {\n hasInteractedOutsideRef.current = true;\n if (event.detail.originalEvent.type === \"pointerdown\") {\n hasPointerDownOutsideRef.current = true;\n }\n }\n const target = event.target;\n const targetIsTrigger = context.triggerRef.current?.contains(target);\n if (targetIsTrigger) event.preventDefault();\n if (event.detail.originalEvent.type === \"focusin\" && hasPointerDownOutsideRef.current) {\n event.preventDefault();\n }\n }\n }\n );\n }\n);\nvar PopoverContentImpl = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopePopover,\n trapFocus,\n onOpenAutoFocus,\n onCloseAutoFocus,\n disableOutsidePointerEvents,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside,\n onInteractOutside,\n ...contentProps\n } = props;\n const context = usePopoverContext(CONTENT_NAME, __scopePopover);\n const popperScope = usePopperScope(__scopePopover);\n useFocusGuards();\n return /* @__PURE__ */ jsx(\n FocusScope,\n {\n asChild: true,\n loop: true,\n trapped: trapFocus,\n onMountAutoFocus: onOpenAutoFocus,\n onUnmountAutoFocus: onCloseAutoFocus,\n children: /* @__PURE__ */ jsx(\n DismissableLayer,\n {\n asChild: true,\n disableOutsidePointerEvents,\n onInteractOutside,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside,\n onDismiss: () => context.onOpenChange(false),\n children: /* @__PURE__ */ jsx(\n PopperPrimitive.Content,\n {\n \"data-state\": getState(context.open),\n role: \"dialog\",\n id: context.contentId,\n ...popperScope,\n ...contentProps,\n ref: forwardedRef,\n style: {\n ...contentProps.style,\n // re-namespace exposed content custom properties\n ...{\n \"--radix-popover-content-transform-origin\": \"var(--radix-popper-transform-origin)\",\n \"--radix-popover-content-available-width\": \"var(--radix-popper-available-width)\",\n \"--radix-popover-content-available-height\": \"var(--radix-popper-available-height)\",\n \"--radix-popover-trigger-width\": \"var(--radix-popper-anchor-width)\",\n \"--radix-popover-trigger-height\": \"var(--radix-popper-anchor-height)\"\n }\n }\n }\n )\n }\n )\n }\n );\n }\n);\nvar CLOSE_NAME = \"PopoverClose\";\nvar PopoverClose = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopePopover, ...closeProps } = props;\n const context = usePopoverContext(CLOSE_NAME, __scopePopover);\n return /* @__PURE__ */ jsx(\n Primitive.button,\n {\n type: \"button\",\n ...closeProps,\n ref: forwardedRef,\n onClick: composeEventHandlers(props.onClick, () => context.onOpenChange(false))\n }\n );\n }\n);\nPopoverClose.displayName = CLOSE_NAME;\nvar ARROW_NAME = \"PopoverArrow\";\nvar PopoverArrow = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopePopover, ...arrowProps } = props;\n const popperScope = usePopperScope(__scopePopover);\n return /* @__PURE__ */ jsx(PopperPrimitive.Arrow, { ...popperScope, ...arrowProps, ref: forwardedRef });\n }\n);\nPopoverArrow.displayName = ARROW_NAME;\nfunction getState(open) {\n return open ? \"open\" : \"closed\";\n}\nvar Root2 = Popover;\nvar Anchor2 = PopoverAnchor;\nvar Trigger = PopoverTrigger;\nvar Portal = PopoverPortal;\nvar Content2 = PopoverContent;\nvar Close = PopoverClose;\nvar Arrow2 = PopoverArrow;\nexport {\n Anchor2 as Anchor,\n Arrow2 as Arrow,\n Close,\n Content2 as Content,\n Popover,\n PopoverAnchor,\n PopoverArrow,\n PopoverClose,\n PopoverContent,\n PopoverPortal,\n PopoverTrigger,\n Portal,\n Root2 as Root,\n Trigger,\n createPopoverScope\n};\n//# sourceMappingURL=index.mjs.map\n","'use client';\n\nimport * as PopoverPrimitive from '@radix-ui/react-popover';\nimport type * as React from 'react';\n\nimport { cn } from '../utils';\n\nfunction Popover({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Root>) {\n return <PopoverPrimitive.Root data-slot=\"popover\" {...props} />;\n}\n\nfunction PopoverTrigger({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Trigger>) {\n return <PopoverPrimitive.Trigger data-slot=\"popover-trigger\" {...props} />;\n}\n\nfunction PopoverContent({\n className,\n align = 'center',\n sideOffset = 4,\n ...props\n}: React.ComponentProps<typeof PopoverPrimitive.Content>) {\n return (\n <PopoverPrimitive.Portal>\n <PopoverPrimitive.Content\n data-slot=\"popover-content\"\n align={align}\n sideOffset={sideOffset}\n className={cn(\n 'bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 w-72 rounded-md border p-4 shadow-md outline-none',\n className,\n )}\n {...props}\n />\n </PopoverPrimitive.Portal>\n );\n}\n\nexport { Popover, PopoverContent, PopoverTrigger };\n"],"names":["Popover","PopperPrimitive.Root","PopperPrimitive.Anchor","PopoverTrigger","PortalPrimitive","PopoverContent","RemoveScroll","PopperPrimitive.Content","PopperPrimitive.Arrow","PopoverPrimitive.Root","PopoverPrimitive.Trigger","PopoverPrimitive.Portal","PopoverPrimitive.Content"],"mappings":"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","x_google_ignoreList":[0,1]}
@@ -1,7 +1,7 @@
1
1
  import { jsx } from 'react/jsx-runtime';
2
2
  import * as React from 'react';
3
- import { P as Primitive } from './index9.js';
4
- import { c as cn } from './utils.js';
3
+ import { P as Primitive } from './index11.js';
4
+ import { c as cn } from './utils2.js';
5
5
 
6
6
  // src/separator.tsx
7
7
  var NAME = "Separator";
@@ -0,0 +1,11 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import type * as React from 'react';
3
+ declare const alertVariants: (props?: ({
4
+ variant?: "default" | "destructive" | "warning" | "success" | "info" | 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 AlertTitle({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
8
+ declare function AlertDescription({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
9
+ declare function AlertAction({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element;
10
+ export { Alert, AlertTitle, AlertDescription, AlertAction, alertVariants };
11
+ //# sourceMappingURL=alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../../shadcn/shadcnAlert/alert.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAGpC,QAAA,MAAM,aAAa;;8EAiBlB,CAAC;AAEF,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,2CAEhH;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWvE;AAED,iBAAS,gBAAgB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAW7E;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAExE;AAED,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,gBAAgB,EAAE,WAAW,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { Alert, AlertAction, AlertDescription, AlertTitle, alertVariants } from './alert';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../shadcn/shadcnAlert/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { VariantProps } from 'class-variance-authority';
2
2
  import type * as React from 'react';
3
3
  declare const badgeVariants: (props?: ({
4
- variant?: "link" | "default" | "secondary" | "destructive" | "outline" | "ghost" | null | undefined;
4
+ variant?: "default" | "destructive" | "link" | "secondary" | "outline" | "ghost" | null | undefined;
5
5
  } & import('class-variance-authority/types').ClassProp) | undefined) => string;
6
6
  export interface BadgeProps extends React.ComponentProps<'span'>, VariantProps<typeof badgeVariants> {
7
7
  asChild?: boolean;
@@ -1,8 +1,8 @@
1
1
  import { VariantProps } from 'class-variance-authority';
2
2
  import type * as React from 'react';
3
3
  declare const buttonVariants: (props?: ({
4
- variant?: "link" | "default" | "secondary" | "destructive" | "outline" | "ghost" | null | undefined;
5
- size?: "default" | "sm" | "lg" | "icon" | null | undefined;
4
+ variant?: "default" | "destructive" | "link" | "secondary" | "outline" | "ghost" | null | undefined;
5
+ size?: "default" | "icon" | "sm" | "lg" | "xs" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
6
6
  } & import('class-variance-authority/types').ClassProp) | undefined) => string;
7
7
  declare function Button({ className, variant, size, asChild, ...props }: React.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & {
8
8
  asChild?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../shadcn/shadcnButton/Button.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAIpC,QAAA,MAAM,cAAc;;;8EA0BnB,CAAC;AAEF,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,OAAO,EACP,IAAI,EACJ,OAAe,EACf,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAC/B,YAAY,CAAC,OAAO,cAAc,CAAC,GAAG;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,2CAIF;AAED,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../shadcn/shadcnButton/Button.tsx"],"names":[],"mappings":"AACA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAIpC,QAAA,MAAM,cAAc;;;8EAsCnB,CAAC;AAEF,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,OAAmB,EACnB,IAAgB,EAChB,OAAe,EACf,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAC/B,YAAY,CAAC,OAAO,cAAc,CAAC,GAAG;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,2CAYF;AAED,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- declare const InputOTP: React.ForwardRefExoticComponent<(Omit<Omit<React.InputHTMLAttributes<HTMLInputElement>, "value" | "onChange" | "maxLength" | "textAlign" | "onComplete" | "pushPasswordManagerStrategy" | "pasteTransformer" | "containerClassName" | "noScriptCSSFallback"> & {
2
+ declare const InputOTP: React.ForwardRefExoticComponent<(Omit<Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "maxLength" | "textAlign" | "onComplete" | "pushPasswordManagerStrategy" | "pasteTransformer" | "containerClassName" | "noScriptCSSFallback"> & {
3
3
  value?: string;
4
4
  onChange?: (newValue: string) => unknown;
5
5
  maxLength: number;
@@ -12,7 +12,7 @@ declare const InputOTP: React.ForwardRefExoticComponent<(Omit<Omit<React.InputHT
12
12
  } & {
13
13
  render: (props: import('input-otp').RenderProps) => React.ReactNode;
14
14
  children?: never;
15
- } & React.RefAttributes<HTMLInputElement>, "ref"> | Omit<Omit<React.InputHTMLAttributes<HTMLInputElement>, "value" | "onChange" | "maxLength" | "textAlign" | "onComplete" | "pushPasswordManagerStrategy" | "pasteTransformer" | "containerClassName" | "noScriptCSSFallback"> & {
15
+ } & React.RefAttributes<HTMLInputElement>, "ref"> | Omit<Omit<React.InputHTMLAttributes<HTMLInputElement>, "onChange" | "value" | "maxLength" | "textAlign" | "onComplete" | "pushPasswordManagerStrategy" | "pasteTransformer" | "containerClassName" | "noScriptCSSFallback"> & {
16
16
  value?: string;
17
17
  onChange?: (newValue: string) => unknown;
18
18
  maxLength: number;
@@ -0,0 +1,3 @@
1
+ export type { MultiSelectActionsProps, MultiSelectContentProps, MultiSelectEmptyProps, MultiSelectGroupLabelProps, MultiSelectGroupProps, MultiSelectListProps, MultiSelectRootProps, MultiSelectRowProps, MultiSelectSearchProps, MultiSelectTriggerProps, } from './multi-select';
2
+ export { MultiSelectActions, MultiSelectContent, MultiSelectEmpty, MultiSelectGroup, MultiSelectGroupLabel, MultiSelectList, MultiSelectRoot, MultiSelectRow, MultiSelectSearch, MultiSelectTrigger, } from './multi-select';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../shadcn/shadcnMultiSelect/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,uBAAuB,EACvB,uBAAuB,EACvB,qBAAqB,EACrB,0BAA0B,EAC1B,qBAAqB,EACrB,oBAAoB,EACpB,oBAAoB,EACpB,mBAAmB,EACnB,sBAAsB,EACtB,uBAAuB,GACxB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,kBAAkB,EAClB,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,EAChB,qBAAqB,EACrB,eAAe,EACf,eAAe,EACf,cAAc,EACd,iBAAiB,EACjB,kBAAkB,GACnB,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,61 @@
1
+ import { PopoverContent } from '../shadcnPopover';
2
+ import * as React from 'react';
3
+ interface MultiSelectRootProps {
4
+ open?: boolean;
5
+ onOpenChange?: (open: boolean) => void;
6
+ disabled?: boolean;
7
+ children: React.ReactNode;
8
+ }
9
+ declare function MultiSelectRoot({ open, onOpenChange, disabled, children }: MultiSelectRootProps): import("react/jsx-runtime").JSX.Element;
10
+ interface MultiSelectTriggerProps extends React.ComponentProps<'button'> {
11
+ className?: string;
12
+ open?: boolean;
13
+ listboxId?: string;
14
+ }
15
+ declare const MultiSelectTrigger: React.ForwardRefExoticComponent<Omit<MultiSelectTriggerProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
16
+ interface MultiSelectContentProps extends React.ComponentProps<typeof PopoverContent> {
17
+ className?: string;
18
+ }
19
+ declare function MultiSelectContent({ className, children, align, ...props }: MultiSelectContentProps): import("react/jsx-runtime").JSX.Element;
20
+ interface MultiSelectSearchProps {
21
+ value: string;
22
+ onValueChange: (value: string) => void;
23
+ placeholder?: string;
24
+ className?: string;
25
+ }
26
+ declare function MultiSelectSearch({ value, onValueChange, placeholder, className }: MultiSelectSearchProps): import("react/jsx-runtime").JSX.Element;
27
+ interface MultiSelectActionsProps {
28
+ onSelectAll: () => void;
29
+ onClear: () => void;
30
+ disabled?: boolean;
31
+ className?: string;
32
+ }
33
+ declare function MultiSelectActions({ onSelectAll, onClear, disabled, className }: MultiSelectActionsProps): import("react/jsx-runtime").JSX.Element;
34
+ interface MultiSelectListProps extends React.ComponentProps<'div'> {
35
+ className?: string;
36
+ }
37
+ declare function MultiSelectList({ className, children, ...props }: MultiSelectListProps): import("react/jsx-runtime").JSX.Element;
38
+ interface MultiSelectRowProps {
39
+ name: string;
40
+ checked: boolean;
41
+ onToggle: () => void;
42
+ disabled?: boolean;
43
+ className?: string;
44
+ }
45
+ declare const MultiSelectRow: React.NamedExoticComponent<MultiSelectRowProps>;
46
+ interface MultiSelectGroupProps extends React.ComponentProps<'div'> {
47
+ className?: string;
48
+ }
49
+ declare function MultiSelectGroup({ className, children, ...props }: MultiSelectGroupProps): import("react/jsx-runtime").JSX.Element;
50
+ interface MultiSelectGroupLabelProps extends React.ComponentProps<'div'> {
51
+ className?: string;
52
+ }
53
+ declare function MultiSelectGroupLabel({ className, children, ...props }: MultiSelectGroupLabelProps): import("react/jsx-runtime").JSX.Element;
54
+ interface MultiSelectEmptyProps {
55
+ children?: React.ReactNode;
56
+ className?: string;
57
+ }
58
+ declare function MultiSelectEmpty({ children, className }: MultiSelectEmptyProps): import("react/jsx-runtime").JSX.Element;
59
+ export { MultiSelectActions, MultiSelectContent, MultiSelectEmpty, MultiSelectGroup, MultiSelectGroupLabel, MultiSelectList, MultiSelectRoot, MultiSelectRow, MultiSelectSearch, MultiSelectTrigger, };
60
+ export type { MultiSelectActionsProps, MultiSelectContentProps, MultiSelectEmptyProps, MultiSelectGroupLabelProps, MultiSelectGroupProps, MultiSelectListProps, MultiSelectRootProps, MultiSelectRowProps, MultiSelectSearchProps, MultiSelectTriggerProps, };
61
+ //# sourceMappingURL=multi-select.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"multi-select.d.ts","sourceRoot":"","sources":["../../../shadcn/shadcnMultiSelect/multi-select.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ export type { SingleSelectClearProps, SingleSelectContentProps, SingleSelectEmptyProps, SingleSelectGroupLabelProps, SingleSelectGroupProps, SingleSelectListProps, SingleSelectRootProps, SingleSelectRowProps, SingleSelectSearchProps, SingleSelectTriggerProps, } from './single-select';
2
+ export { SingleSelectClear, SingleSelectContent, SingleSelectEmpty, SingleSelectGroup, SingleSelectGroupLabel, SingleSelectList, SingleSelectRoot, SingleSelectRow, SingleSelectSearch, SingleSelectTrigger, } from './single-select';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../shadcn/shadcnSingleSelect/index.ts"],"names":[],"mappings":"AAAA,YAAY,EACV,sBAAsB,EACtB,wBAAwB,EACxB,sBAAsB,EACtB,2BAA2B,EAC3B,sBAAsB,EACtB,qBAAqB,EACrB,qBAAqB,EACrB,oBAAoB,EACpB,uBAAuB,EACvB,wBAAwB,GACzB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EACnB,iBAAiB,EACjB,iBAAiB,EACjB,sBAAsB,EACtB,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,kBAAkB,EAClB,mBAAmB,GACpB,MAAM,iBAAiB,CAAC"}