@g4rcez/components 5.0.1 → 5.0.3

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 (514) hide show
  1. package/dist/AnimatePresence-j36AYeOQ.js +181 -0
  2. package/dist/AnimatePresence-j36AYeOQ.js.map +1 -0
  3. package/dist/Calendar.es-xICmgvjq.js +23 -0
  4. package/dist/Calendar.es-xICmgvjq.js.map +1 -0
  5. package/dist/Funnel.es-DjKVl8Nj.js +23 -0
  6. package/dist/Funnel.es-DjKVl8Nj.js.map +1 -0
  7. package/dist/{MotionConfig-DKKYqBH2.js → MotionConfig-CXHoPGbK.js} +2 -2
  8. package/dist/{MotionConfig-DKKYqBH2.js.map → MotionConfig-CXHoPGbK.js.map} +1 -1
  9. package/dist/Plus.es-DbyRkEE2.js +23 -0
  10. package/dist/Plus.es-DbyRkEE2.js.map +1 -0
  11. package/dist/Trash.es-BFAc8PMf.js +23 -0
  12. package/dist/Trash.es-BFAc8PMf.js.map +1 -0
  13. package/dist/{calendar-PCCZDUIL.js → calendar-DEPkz8sw.js} +364 -502
  14. package/dist/calendar-DEPkz8sw.js.map +1 -0
  15. package/dist/calendar-header-Dfr-CwkY.js +174 -0
  16. package/dist/calendar-header-Dfr-CwkY.js.map +1 -0
  17. package/dist/chunk-jwUa06l-.js +23 -0
  18. package/dist/components/core/button.d.ts +77 -0
  19. package/dist/components/core/button.d.ts.map +1 -0
  20. package/dist/components/core/button.js +1 -1
  21. package/dist/components/core/button.jsx +79 -0
  22. package/dist/components/core/heading.d.ts +3 -0
  23. package/dist/components/core/heading.d.ts.map +1 -0
  24. package/dist/components/core/heading.js +11 -0
  25. package/dist/components/core/heading.js.map +1 -0
  26. package/dist/components/core/heading.jsx +4 -0
  27. package/dist/components/core/polymorph.d.ts +10 -0
  28. package/dist/components/core/polymorph.d.ts.map +1 -0
  29. package/dist/{polymorph-BLXhrn9n.js → components/core/polymorph.js} +2 -2
  30. package/dist/components/core/polymorph.js.map +1 -0
  31. package/dist/components/core/polymorph.jsx +5 -0
  32. package/dist/components/core/render-on-view.d.ts +7 -0
  33. package/dist/components/core/render-on-view.d.ts.map +1 -0
  34. package/dist/components/core/render-on-view.js +29 -0
  35. package/dist/components/core/render-on-view.js.map +1 -0
  36. package/dist/components/core/render-on-view.jsx +31 -0
  37. package/dist/components/core/resizable.d.ts +9 -0
  38. package/dist/components/core/resizable.d.ts.map +1 -0
  39. package/dist/components/core/resizable.js +60 -0
  40. package/dist/components/core/resizable.js.map +1 -0
  41. package/dist/components/core/resizable.jsx +57 -0
  42. package/dist/components/core/slot.d.ts +16 -0
  43. package/dist/components/core/slot.d.ts.map +1 -0
  44. package/dist/{slot-pC8kH9De.js → components/core/slot.js} +2 -2
  45. package/dist/components/core/slot.js.map +1 -0
  46. package/dist/components/core/slot.jsx +156 -0
  47. package/dist/components/core/tag.d.ts +35 -0
  48. package/dist/components/core/tag.d.ts.map +1 -0
  49. package/dist/components/core/tag.js +1 -1
  50. package/dist/components/core/tag.jsx +53 -0
  51. package/dist/components/core/typography.d.ts +25 -0
  52. package/dist/components/core/typography.d.ts.map +1 -0
  53. package/dist/components/core/typography.js +40 -0
  54. package/dist/components/core/typography.js.map +1 -0
  55. package/dist/components/core/typography.jsx +20 -0
  56. package/dist/components/display/alert.d.ts +28 -0
  57. package/dist/components/display/alert.d.ts.map +1 -0
  58. package/dist/components/display/alert.js +83 -102
  59. package/dist/components/display/alert.js.map +1 -1
  60. package/dist/components/display/alert.jsx +58 -0
  61. package/dist/components/display/calendar.d.ts +42 -0
  62. package/dist/components/display/calendar.d.ts.map +1 -0
  63. package/dist/components/display/calendar.js +1 -1
  64. package/dist/components/display/calendar.jsx +323 -0
  65. package/dist/components/display/card.d.ts +29 -0
  66. package/dist/components/display/card.d.ts.map +1 -0
  67. package/dist/components/display/card.js +2 -2
  68. package/dist/components/display/card.jsx +43 -0
  69. package/dist/components/display/empty.d.ts +8 -0
  70. package/dist/components/display/empty.d.ts.map +1 -0
  71. package/dist/components/display/empty.js +25 -0
  72. package/dist/components/display/empty.js.map +1 -0
  73. package/dist/components/display/empty.jsx +13 -0
  74. package/dist/components/display/list.d.ts +16 -0
  75. package/dist/components/display/list.d.ts.map +1 -0
  76. package/dist/components/display/list.js +132 -122
  77. package/dist/components/display/list.js.map +1 -1
  78. package/dist/components/display/list.jsx +90 -0
  79. package/dist/components/display/notifications.d.ts +27 -0
  80. package/dist/components/display/notifications.d.ts.map +1 -0
  81. package/dist/components/display/notifications.js +1 -1
  82. package/dist/components/display/notifications.jsx +132 -0
  83. package/dist/components/display/progress.d.ts +16 -0
  84. package/dist/components/display/progress.d.ts.map +1 -0
  85. package/dist/components/display/progress.js +3 -0
  86. package/dist/components/display/progress.jsx +19 -0
  87. package/dist/components/display/shortcut.d.ts +4 -0
  88. package/dist/components/display/shortcut.d.ts.map +1 -0
  89. package/dist/components/display/shortcut.js +2 -0
  90. package/dist/components/display/shortcut.jsx +23 -0
  91. package/dist/components/display/skeleton.d.ts +12 -0
  92. package/dist/components/display/skeleton.d.ts.map +1 -0
  93. package/dist/components/display/skeleton.js +41 -0
  94. package/dist/components/display/skeleton.js.map +1 -0
  95. package/dist/components/display/skeleton.jsx +19 -0
  96. package/dist/components/display/spinner.d.ts +5 -0
  97. package/dist/components/display/spinner.d.ts.map +1 -0
  98. package/dist/components/display/spinner.js +17 -0
  99. package/dist/components/display/spinner.js.map +1 -0
  100. package/dist/components/display/spinner.jsx +11 -0
  101. package/dist/components/display/stats.d.ts +12 -0
  102. package/dist/components/display/stats.d.ts.map +1 -0
  103. package/dist/components/display/stats.jsx +16 -0
  104. package/dist/components/display/step.d.ts +24 -0
  105. package/dist/components/display/step.d.ts.map +1 -0
  106. package/dist/components/display/step.js +3 -0
  107. package/dist/components/display/step.jsx +145 -0
  108. package/dist/components/display/tabs.d.ts +24 -0
  109. package/dist/components/display/tabs.d.ts.map +1 -0
  110. package/dist/components/display/tabs.js +1 -1
  111. package/dist/components/display/tabs.jsx +125 -0
  112. package/dist/components/display/timeline.d.ts +10 -0
  113. package/dist/components/display/timeline.d.ts.map +1 -0
  114. package/dist/components/display/timeline.js +1 -1
  115. package/dist/components/display/timeline.jsx +25 -0
  116. package/dist/components/floating/command-palette.d.ts +49 -0
  117. package/dist/components/floating/command-palette.d.ts.map +1 -0
  118. package/dist/components/floating/command-palette.js +255 -0
  119. package/dist/components/floating/command-palette.js.map +1 -0
  120. package/dist/components/floating/command-palette.jsx +232 -0
  121. package/dist/components/floating/dropdown.d.ts +15 -0
  122. package/dist/components/floating/dropdown.d.ts.map +1 -0
  123. package/dist/components/floating/dropdown.js +1 -1
  124. package/dist/components/floating/dropdown.js.map +1 -1
  125. package/dist/components/floating/dropdown.jsx +56 -0
  126. package/dist/components/floating/expand.d.ts +11 -0
  127. package/dist/components/floating/expand.d.ts.map +1 -0
  128. package/dist/components/floating/expand.js +15 -14
  129. package/dist/components/floating/expand.js.map +1 -1
  130. package/dist/components/floating/expand.jsx +44 -0
  131. package/dist/components/floating/menu.d.ts +52 -0
  132. package/dist/components/floating/menu.d.ts.map +1 -0
  133. package/dist/components/floating/menu.js +1 -1
  134. package/dist/components/floating/menu.jsx +165 -0
  135. package/dist/components/floating/modal.d.ts +63 -0
  136. package/dist/components/floating/modal.d.ts.map +1 -0
  137. package/dist/components/floating/modal.js +1 -1
  138. package/dist/components/floating/modal.jsx +375 -0
  139. package/dist/components/floating/toolbar.d.ts +6 -0
  140. package/dist/components/floating/toolbar.d.ts.map +1 -0
  141. package/dist/components/floating/toolbar.js +20 -0
  142. package/dist/components/floating/toolbar.js.map +1 -0
  143. package/dist/components/floating/toolbar.jsx +9 -0
  144. package/dist/components/floating/tooltip.d.ts +17 -0
  145. package/dist/components/floating/tooltip.d.ts.map +1 -0
  146. package/dist/components/floating/tooltip.js +2 -2
  147. package/dist/components/floating/tooltip.js.map +1 -1
  148. package/dist/components/floating/tooltip.jsx +67 -0
  149. package/dist/components/floating/wizard.d.ts +26 -0
  150. package/dist/components/floating/wizard.d.ts.map +1 -0
  151. package/dist/components/floating/wizard.js +3 -0
  152. package/dist/components/floating/wizard.jsx +165 -0
  153. package/dist/components/form/autocomplete.d.ts +16 -0
  154. package/dist/components/form/autocomplete.d.ts.map +1 -0
  155. package/dist/components/form/autocomplete.js +344 -2
  156. package/dist/components/form/autocomplete.js.map +1 -0
  157. package/dist/components/form/autocomplete.jsx +299 -0
  158. package/dist/components/form/checkbox.d.ts +12 -0
  159. package/dist/components/form/checkbox.d.ts.map +1 -0
  160. package/dist/components/form/checkbox.js +29 -27
  161. package/dist/components/form/checkbox.js.map +1 -1
  162. package/dist/components/form/checkbox.jsx +27 -0
  163. package/dist/components/form/date-picker.d.ts +10 -0
  164. package/dist/components/form/date-picker.d.ts.map +1 -0
  165. package/dist/components/form/date-picker.js +1 -1
  166. package/dist/components/form/date-picker.jsx +115 -0
  167. package/dist/components/form/file-upload.d.ts +20 -0
  168. package/dist/components/form/file-upload.d.ts.map +1 -0
  169. package/dist/components/form/file-upload.js +1 -1
  170. package/dist/components/form/file-upload.jsx +160 -0
  171. package/dist/components/form/form.d.ts +3 -0
  172. package/dist/components/form/form.d.ts.map +1 -0
  173. package/dist/components/form/form.jsx +10 -0
  174. package/dist/components/form/formReset.d.ts +2 -0
  175. package/dist/components/form/formReset.d.ts.map +1 -0
  176. package/dist/components/form/formReset.js +10 -0
  177. package/dist/components/form/formReset.js.map +1 -0
  178. package/dist/components/form/formReset.jsx +17 -0
  179. package/dist/components/form/free-text.d.ts +11 -0
  180. package/dist/components/form/free-text.d.ts.map +1 -0
  181. package/dist/components/form/free-text.js +70 -0
  182. package/dist/components/form/free-text.js.map +1 -0
  183. package/dist/components/form/free-text.jsx +41 -0
  184. package/dist/components/form/input-field.d.ts +34 -0
  185. package/dist/components/form/input-field.d.ts.map +1 -0
  186. package/dist/components/form/input-field.js +3 -0
  187. package/dist/components/form/input-field.jsx +64 -0
  188. package/dist/components/form/input.d.ts +52 -0
  189. package/dist/components/form/input.d.ts.map +1 -0
  190. package/dist/components/form/input.js +1 -1
  191. package/dist/components/form/input.jsx +36 -0
  192. package/dist/components/form/multi-select.d.ts +19 -0
  193. package/dist/components/form/multi-select.d.ts.map +1 -0
  194. package/dist/components/form/multi-select.js +420 -0
  195. package/dist/components/form/multi-select.js.map +1 -0
  196. package/dist/components/form/multi-select.jsx +352 -0
  197. package/dist/components/form/radiobox.d.ts +7 -0
  198. package/dist/components/form/radiobox.d.ts.map +1 -0
  199. package/dist/components/form/radiobox.jsx +6 -0
  200. package/dist/components/form/select.d.ts +13 -0
  201. package/dist/components/form/select.d.ts.map +1 -0
  202. package/dist/components/form/select.js +55 -51
  203. package/dist/components/form/select.js.map +1 -1
  204. package/dist/components/form/select.jsx +47 -0
  205. package/dist/components/form/slider.d.ts +7 -0
  206. package/dist/components/form/slider.d.ts.map +1 -0
  207. package/dist/components/form/slider.js +3 -0
  208. package/dist/components/form/slider.jsx +45 -0
  209. package/dist/components/form/switch.d.ts +10 -0
  210. package/dist/components/form/switch.d.ts.map +1 -0
  211. package/dist/components/form/switch.js +32 -26
  212. package/dist/components/form/switch.js.map +1 -1
  213. package/dist/components/form/switch.jsx +59 -0
  214. package/dist/components/form/task-list.d.ts +3 -0
  215. package/dist/components/form/task-list.d.ts.map +1 -0
  216. package/dist/components/form/task-list.jsx +26 -0
  217. package/dist/components/form/textarea.d.ts +5 -0
  218. package/dist/components/form/textarea.d.ts.map +1 -0
  219. package/dist/components/form/textarea.js +19 -0
  220. package/dist/components/form/textarea.js.map +1 -0
  221. package/dist/components/form/textarea.jsx +26 -0
  222. package/dist/components/index.d.ts +45 -0
  223. package/dist/components/index.d.ts.map +1 -0
  224. package/dist/components/index.js +44 -0
  225. package/dist/components/page-calendar/calendar-header.d.ts +16 -0
  226. package/dist/components/page-calendar/calendar-header.d.ts.map +1 -0
  227. package/dist/components/page-calendar/calendar-header.js +2 -0
  228. package/dist/components/page-calendar/calendar-header.jsx +85 -0
  229. package/dist/components/page-calendar/day-view.d.ts +12 -0
  230. package/dist/components/page-calendar/day-view.d.ts.map +1 -0
  231. package/dist/components/page-calendar/day-view.js +124 -0
  232. package/dist/components/page-calendar/day-view.js.map +1 -0
  233. package/dist/components/page-calendar/day-view.jsx +89 -0
  234. package/dist/components/page-calendar/event-pill.d.ts +9 -0
  235. package/dist/components/page-calendar/event-pill.d.ts.map +1 -0
  236. package/dist/components/page-calendar/event-pill.js +44 -0
  237. package/dist/components/page-calendar/event-pill.js.map +1 -0
  238. package/dist/components/page-calendar/event-pill.jsx +25 -0
  239. package/dist/components/page-calendar/index.d.ts +4 -0
  240. package/dist/components/page-calendar/index.d.ts.map +1 -0
  241. package/dist/components/page-calendar/index.js +2 -0
  242. package/dist/components/page-calendar/month-view.d.ts +11 -0
  243. package/dist/components/page-calendar/month-view.d.ts.map +1 -0
  244. package/dist/components/page-calendar/month-view.js +109 -0
  245. package/dist/components/page-calendar/month-view.js.map +1 -0
  246. package/dist/components/page-calendar/month-view.jsx +93 -0
  247. package/dist/components/page-calendar/page-calendar.d.ts +18 -0
  248. package/dist/components/page-calendar/page-calendar.d.ts.map +1 -0
  249. package/dist/components/page-calendar/page-calendar.js +75 -0
  250. package/dist/components/page-calendar/page-calendar.js.map +1 -0
  251. package/dist/components/page-calendar/page-calendar.jsx +41 -0
  252. package/dist/components/page-calendar/page-calendar.types.d.ts +18 -0
  253. package/dist/components/page-calendar/page-calendar.types.d.ts.map +1 -0
  254. package/dist/components/page-calendar/page-calendar.types.js +1 -0
  255. package/dist/components/page-calendar/page-calendar.utils.d.ts +24 -0
  256. package/dist/components/page-calendar/page-calendar.utils.d.ts.map +1 -0
  257. package/dist/components/page-calendar/page-calendar.utils.js +93 -0
  258. package/dist/components/page-calendar/week-view.d.ts +11 -0
  259. package/dist/components/page-calendar/week-view.d.ts.map +1 -0
  260. package/dist/components/page-calendar/week-view.js +88 -0
  261. package/dist/components/page-calendar/week-view.js.map +1 -0
  262. package/dist/components/page-calendar/week-view.jsx +66 -0
  263. package/dist/components/table/filter.d.ts +42 -0
  264. package/dist/components/table/filter.d.ts.map +1 -0
  265. package/dist/components/table/filter.js +239 -0
  266. package/dist/components/table/filter.js.map +1 -0
  267. package/dist/components/table/filter.jsx +174 -0
  268. package/dist/components/table/group.d.ts +17 -0
  269. package/dist/components/table/group.d.ts.map +1 -0
  270. package/dist/components/table/group.js +3 -0
  271. package/dist/components/table/group.jsx +77 -0
  272. package/dist/components/table/index.d.ts +19 -0
  273. package/dist/components/table/index.d.ts.map +1 -0
  274. package/dist/components/table/index.js +102 -0
  275. package/dist/components/table/index.js.map +1 -0
  276. package/dist/components/table/index.jsx +63 -0
  277. package/dist/components/table/inner-table.d.ts +29 -0
  278. package/dist/components/table/inner-table.d.ts.map +1 -0
  279. package/dist/components/table/inner-table.js +2 -0
  280. package/dist/components/table/inner-table.jsx +102 -0
  281. package/dist/components/table/metadata.d.ts +4 -0
  282. package/dist/components/table/metadata.d.ts.map +1 -0
  283. package/dist/components/table/metadata.js +73 -0
  284. package/dist/components/table/metadata.js.map +1 -0
  285. package/dist/components/table/metadata.jsx +36 -0
  286. package/dist/components/table/pagination.d.ts +5 -0
  287. package/dist/components/table/pagination.d.ts.map +1 -0
  288. package/dist/components/table/pagination.js +70 -0
  289. package/dist/components/table/pagination.js.map +1 -0
  290. package/dist/components/table/pagination.jsx +74 -0
  291. package/dist/components/table/row.d.ts +11 -0
  292. package/dist/components/table/row.d.ts.map +1 -0
  293. package/dist/components/table/row.js +58 -0
  294. package/dist/components/table/row.js.map +1 -0
  295. package/dist/components/table/row.jsx +49 -0
  296. package/dist/components/table/sort.d.ts +28 -0
  297. package/dist/components/table/sort.d.ts.map +1 -0
  298. package/dist/components/table/sort.js +3 -0
  299. package/dist/components/table/sort.jsx +111 -0
  300. package/dist/components/table/table-lib.d.ts +135 -0
  301. package/dist/components/table/table-lib.d.ts.map +1 -0
  302. package/dist/components/table/table-lib.js +83 -0
  303. package/dist/components/table/table.context.d.ts +10 -0
  304. package/dist/components/table/table.context.d.ts.map +1 -0
  305. package/dist/components/table/table.context.jsx +5 -0
  306. package/dist/components/table/thead.d.ts +9 -0
  307. package/dist/components/table/thead.d.ts.map +1 -0
  308. package/dist/components/table/thead.js +3 -0
  309. package/dist/components/table/thead.jsx +103 -0
  310. package/dist/config/context.d.ts +21 -0
  311. package/dist/config/context.d.ts.map +1 -0
  312. package/dist/config/context.js +12 -0
  313. package/dist/config/default-translations.d.ts +112 -0
  314. package/dist/config/default-translations.d.ts.map +1 -0
  315. package/dist/config/default-translations.jsx +105 -0
  316. package/dist/config/default-tweaks.d.ts +13 -0
  317. package/dist/config/default-tweaks.d.ts.map +1 -0
  318. package/dist/config/default-tweaks.js +4 -0
  319. package/dist/constants.d.ts +3 -0
  320. package/dist/constants.d.ts.map +1 -0
  321. package/dist/constants.js +2 -0
  322. package/dist/{use-translations-DTLfPE3_.js → context-CsnUsfeP.js} +55 -40
  323. package/dist/context-CsnUsfeP.js.map +1 -0
  324. package/dist/{date-picker-BhKEFZew.js → date-picker-DNzupG8R.js} +301 -317
  325. package/dist/date-picker-DNzupG8R.js.map +1 -0
  326. package/dist/dict-CisoYSMO.js +28 -0
  327. package/dist/dict-CisoYSMO.js.map +1 -0
  328. package/dist/dist-ChfJ5LO9.js +498 -0
  329. package/dist/dist-ChfJ5LO9.js.map +1 -0
  330. package/dist/{dist-BrGpYRaj.js → dist-DIjUECx9.js} +56 -56
  331. package/dist/{dist-BrGpYRaj.js.map → dist-DIjUECx9.js.map} +1 -1
  332. package/dist/dom-Bn4wY_Zx.js.map +1 -1
  333. package/dist/{file-upload-DWbZfeG5.js → file-upload-C2zNnv9n.js} +501 -481
  334. package/dist/{file-upload-DWbZfeG5.js.map → file-upload-C2zNnv9n.js.map} +1 -1
  335. package/dist/fzf-CPGDDCoU.js +64 -0
  336. package/dist/fzf-CPGDDCoU.js.map +1 -0
  337. package/dist/getISOWeek-EcB4Ebqp.js +72 -0
  338. package/dist/getISOWeek-EcB4Ebqp.js.map +1 -0
  339. package/dist/group-Dl14TJXO.js +222 -0
  340. package/dist/group-Dl14TJXO.js.map +1 -0
  341. package/dist/hooks/use-click-outside.d.ts +3 -0
  342. package/dist/hooks/use-click-outside.d.ts.map +1 -0
  343. package/dist/hooks/use-click-outside.js +17 -0
  344. package/dist/hooks/use-color-parser.d.ts +2 -0
  345. package/dist/hooks/use-color-parser.d.ts.map +1 -0
  346. package/dist/hooks/use-color-parser.js +9 -0
  347. package/dist/hooks/use-components-provider.d.ts +15 -0
  348. package/dist/hooks/use-components-provider.d.ts.map +1 -0
  349. package/dist/hooks/use-components-provider.jsx +22 -0
  350. package/dist/hooks/use-debounce.d.ts +5 -0
  351. package/dist/hooks/use-debounce.d.ts.map +1 -0
  352. package/dist/hooks/use-debounce.js +12 -0
  353. package/dist/hooks/use-floating-ref.d.ts +2 -0
  354. package/dist/hooks/use-floating-ref.d.ts.map +1 -0
  355. package/dist/hooks/use-floating-ref.js +6 -0
  356. package/dist/hooks/use-form.d.ts +394 -0
  357. package/dist/hooks/use-form.d.ts.map +1 -0
  358. package/dist/hooks/use-form.js +563 -0
  359. package/dist/hooks/use-hover.d.ts +3 -0
  360. package/dist/hooks/use-hover.d.ts.map +1 -0
  361. package/dist/hooks/use-hover.js +18 -0
  362. package/dist/hooks/use-input-id.d.ts +4 -0
  363. package/dist/hooks/use-input-id.d.ts.map +1 -0
  364. package/dist/hooks/use-input-id.js +5 -0
  365. package/dist/hooks/use-is-coarse-device.d.ts +2 -0
  366. package/dist/hooks/use-is-coarse-device.d.ts.map +1 -0
  367. package/dist/hooks/use-is-coarse-device.js +12 -0
  368. package/dist/hooks/use-locale.d.ts +3 -0
  369. package/dist/hooks/use-locale.d.ts.map +1 -0
  370. package/dist/hooks/use-locale.js +10 -0
  371. package/dist/hooks/use-media-query.d.ts +2 -0
  372. package/dist/hooks/use-media-query.d.ts.map +1 -0
  373. package/dist/hooks/use-media-query.js +25 -0
  374. package/dist/hooks/use-on-event.d.ts +4 -0
  375. package/dist/hooks/use-on-event.d.ts.map +1 -0
  376. package/dist/hooks/use-on-event.js +10 -0
  377. package/dist/hooks/use-parent.d.ts +3 -0
  378. package/dist/hooks/use-parent.d.ts.map +1 -0
  379. package/dist/hooks/use-parent.js +21 -0
  380. package/dist/hooks/use-preferences.d.ts +2 -0
  381. package/dist/hooks/use-preferences.d.ts.map +1 -0
  382. package/dist/hooks/use-preferences.js +23 -0
  383. package/dist/hooks/use-previous.d.ts +2 -0
  384. package/dist/hooks/use-previous.d.ts.map +1 -0
  385. package/dist/hooks/use-previous.js +9 -0
  386. package/dist/hooks/use-reactive.d.ts +2 -0
  387. package/dist/hooks/use-reactive.d.ts.map +1 -0
  388. package/dist/hooks/use-reactive.js +9 -0
  389. package/dist/hooks/use-remove-scroll.d.ts +4 -0
  390. package/dist/hooks/use-remove-scroll.d.ts.map +1 -0
  391. package/dist/hooks/use-remove-scroll.js +48 -0
  392. package/dist/hooks/use-resize-observer.d.ts +2 -0
  393. package/dist/hooks/use-resize-observer.d.ts.map +1 -0
  394. package/dist/hooks/use-resize-observer.js +17 -0
  395. package/dist/hooks/use-stable-ref.d.ts +2 -0
  396. package/dist/hooks/use-stable-ref.d.ts.map +1 -0
  397. package/dist/hooks/use-stable-ref.js +9 -0
  398. package/dist/hooks/use-swipe.d.ts +8 -0
  399. package/dist/hooks/use-swipe.d.ts.map +1 -0
  400. package/dist/hooks/use-swipe.js +17 -0
  401. package/dist/hooks/use-translations.d.ts +110 -0
  402. package/dist/hooks/use-translations.d.ts.map +1 -0
  403. package/dist/hooks/use-translations.js +9 -0
  404. package/dist/hooks/use-tweaks.d.ts +3 -0
  405. package/dist/hooks/use-tweaks.d.ts.map +1 -0
  406. package/dist/hooks/use-tweaks.js +9 -0
  407. package/dist/hooks/use-window-size.d.ts +5 -0
  408. package/dist/hooks/use-window-size.d.ts.map +1 -0
  409. package/dist/hooks/use-window-size.js +14 -0
  410. package/dist/index.css +1 -1
  411. package/dist/index.d.ts +22 -0
  412. package/dist/index.d.ts.map +1 -0
  413. package/dist/index.js +20 -7932
  414. package/dist/index.js.map +1 -1
  415. package/dist/inner-table-CeDX60cL.js +151 -0
  416. package/dist/inner-table-CeDX60cL.js.map +1 -0
  417. package/dist/input-Cmyuea4Y.js +412 -0
  418. package/dist/input-Cmyuea4Y.js.map +1 -0
  419. package/dist/{input-field-B_whI66Q.js → input-field-ffx1MbHo.js} +29 -16
  420. package/dist/input-field-ffx1MbHo.js.map +1 -0
  421. package/dist/isSameMonth-C3lsSwcg.js +10 -0
  422. package/dist/isSameMonth-C3lsSwcg.js.map +1 -0
  423. package/dist/isToday-COXfxFui.js +32 -0
  424. package/dist/isToday-COXfxFui.js.map +1 -0
  425. package/dist/lib/combi-keys.d.ts +15 -0
  426. package/dist/lib/combi-keys.d.ts.map +1 -0
  427. package/dist/lib/combi-keys.js +60 -0
  428. package/dist/lib/dict.d.ts +9 -0
  429. package/dist/lib/dict.d.ts.map +1 -0
  430. package/dist/lib/dict.js +28 -0
  431. package/dist/lib/dom.d.ts +20 -0
  432. package/dist/lib/dom.d.ts.map +1 -0
  433. package/dist/lib/dom.js +185 -0
  434. package/dist/lib/fns.d.ts +11 -0
  435. package/dist/lib/fns.d.ts.map +1 -0
  436. package/dist/lib/fns.js +46 -0
  437. package/dist/lib/fzf.d.ts +16 -0
  438. package/dist/lib/fzf.d.ts.map +1 -0
  439. package/dist/lib/fzf.js +115 -0
  440. package/dist/lib/keyboard-area.d.ts +16 -0
  441. package/dist/lib/keyboard-area.d.ts.map +1 -0
  442. package/dist/lib/keyboard-area.js +14 -0
  443. package/dist/modal-Df8-6i-o.js +408 -0
  444. package/dist/modal-Df8-6i-o.js.map +1 -0
  445. package/dist/notifications-NhCESJUV.js +1697 -0
  446. package/dist/notifications-NhCESJUV.js.map +1 -0
  447. package/dist/page-calendar.utils-Bd0PHktL.js +102 -0
  448. package/dist/page-calendar.utils-Bd0PHktL.js.map +1 -0
  449. package/dist/preset/preset.tailwind.d.ts.map +1 -1
  450. package/dist/preset/preset.tailwind.js +6 -7
  451. package/dist/preset/src/styles/dark.js +1 -1
  452. package/dist/progress-8LO5gWLp.js +104 -0
  453. package/dist/progress-8LO5gWLp.js.map +1 -0
  454. package/dist/{proxy-BcJ_5Dwq.js → proxy-fP2NxmhM.js} +658 -844
  455. package/dist/proxy-fP2NxmhM.js.map +1 -0
  456. package/dist/shim-Czv-YhKR.js +93 -0
  457. package/dist/shim-Czv-YhKR.js.map +1 -0
  458. package/dist/shortcut-CQCmgmlU.js +100 -0
  459. package/dist/shortcut-CQCmgmlU.js.map +1 -0
  460. package/dist/slider-TX9hiHO-.js +1196 -0
  461. package/dist/slider-TX9hiHO-.js.map +1 -0
  462. package/dist/sort-DGmiselV.js +195 -0
  463. package/dist/sort-DGmiselV.js.map +1 -0
  464. package/dist/step-DFpJ7zCG.js +185 -0
  465. package/dist/step-DFpJ7zCG.js.map +1 -0
  466. package/dist/styles/dark.js +1 -1
  467. package/dist/subMonths-QcCnE3Yh.js +43 -0
  468. package/dist/subMonths-QcCnE3Yh.js.map +1 -0
  469. package/dist/table-lib-1bkYSklk.js +174 -0
  470. package/dist/table-lib-1bkYSklk.js.map +1 -0
  471. package/dist/{tabs-Ciy0l9OF.js → tabs-Brc963EW.js} +2 -2
  472. package/dist/{tabs-Ciy0l9OF.js.map → tabs-Brc963EW.js.map} +1 -1
  473. package/dist/thead-B6WELJZ-.js +211 -0
  474. package/dist/thead-B6WELJZ-.js.map +1 -0
  475. package/dist/types.d.ts +26 -0
  476. package/dist/types.d.ts.map +1 -0
  477. package/dist/types.js +1 -0
  478. package/dist/use-locale-DPM_sg4s.js +12 -0
  479. package/dist/use-locale-DPM_sg4s.js.map +1 -0
  480. package/dist/use-remove-scroll-pAgC09Sq.js +38 -0
  481. package/dist/use-remove-scroll-pAgC09Sq.js.map +1 -0
  482. package/dist/use-translations-BE4PuhLm.js +11 -0
  483. package/dist/use-translations-BE4PuhLm.js.map +1 -0
  484. package/dist/useAnimationFrame-DnKbaXfi.js +223 -0
  485. package/dist/useAnimationFrame-DnKbaXfi.js.map +1 -0
  486. package/dist/valueToPercent-DZc_m1tm.js +43 -0
  487. package/dist/valueToPercent-DZc_m1tm.js.map +1 -0
  488. package/dist/visuallyHidden-B7wI86yi.js +303 -0
  489. package/dist/visuallyHidden-B7wI86yi.js.map +1 -0
  490. package/dist/with-selector-BFW5n-pb.js +102 -0
  491. package/dist/with-selector-BFW5n-pb.js.map +1 -0
  492. package/dist/wizard-7u_qZ-78.js +218 -0
  493. package/dist/wizard-7u_qZ-78.js.map +1 -0
  494. package/package.json +19 -11
  495. package/dist/autocomplete-D3VOTihi.js +0 -415
  496. package/dist/autocomplete-D3VOTihi.js.map +0 -1
  497. package/dist/calendar-PCCZDUIL.js.map +0 -1
  498. package/dist/components/table/table.js +0 -3
  499. package/dist/date-picker-BhKEFZew.js.map +0 -1
  500. package/dist/input-B7jqwPG4.js +0 -473
  501. package/dist/input-B7jqwPG4.js.map +0 -1
  502. package/dist/input-field-B_whI66Q.js.map +0 -1
  503. package/dist/modal-Bz-61ays.js +0 -373
  504. package/dist/modal-Bz-61ays.js.map +0 -1
  505. package/dist/notifications-MT4XkLov.js +0 -2203
  506. package/dist/notifications-MT4XkLov.js.map +0 -1
  507. package/dist/polymorph-BLXhrn9n.js.map +0 -1
  508. package/dist/proxy-BcJ_5Dwq.js.map +0 -1
  509. package/dist/skeleton-CBYEq3lM.js +0 -26
  510. package/dist/skeleton-CBYEq3lM.js.map +0 -1
  511. package/dist/slot-pC8kH9De.js.map +0 -1
  512. package/dist/table-CUFbAI2k.js +0 -1914
  513. package/dist/table-CUFbAI2k.js.map +0 -1
  514. package/dist/use-translations-DTLfPE3_.js.map +0 -1
@@ -0,0 +1,102 @@
1
+ import { a as e, n as t, s as n, t as r } from "./getISOWeek-EcB4Ebqp.js";
2
+ //#region src/components/page-calendar/page-calendar.utils.ts
3
+ function i(e) {
4
+ return `${e.getFullYear()}-${String(e.getMonth() + 1).padStart(2, "0")}-${String(e.getDate()).padStart(2, "0")}`;
5
+ }
6
+ function a(e) {
7
+ let t = /* @__PURE__ */ new Map();
8
+ for (let n of e) {
9
+ let e = i(n.date), r = t.get(e);
10
+ r ? r.push(n) : t.set(e, [n]);
11
+ }
12
+ return t;
13
+ }
14
+ function o(r) {
15
+ let i = e(t(r), { weekStartsOn: 1 }), a = [];
16
+ for (let e = 0; e < 42; e++) a.push(n(i, e));
17
+ return a;
18
+ }
19
+ function s(t) {
20
+ let r = e(t, { weekStartsOn: 1 }), i = [];
21
+ for (let e = 0; e < 7; e++) i.push(n(r, e));
22
+ return i;
23
+ }
24
+ function c() {
25
+ return Array.from({ length: 24 }, (e, t) => t);
26
+ }
27
+ function l(e, t) {
28
+ return new Intl.DateTimeFormat(t, {
29
+ hour: "2-digit",
30
+ minute: "2-digit",
31
+ hour12: !1
32
+ }).format(new Date(e));
33
+ }
34
+ function u(e, t) {
35
+ return new Intl.DateTimeFormat(t, { day: "numeric" }).format(e);
36
+ }
37
+ function d(e, t) {
38
+ return new Intl.DateTimeFormat(t, { weekday: "short" }).format(e);
39
+ }
40
+ function f(e, t) {
41
+ return new Intl.DateTimeFormat(t, { weekday: "long" }).format(e);
42
+ }
43
+ function p(e, t) {
44
+ return new Intl.DateTimeFormat(t, { weekday: "short" }).format(e);
45
+ }
46
+ function m(e, t) {
47
+ return new Intl.DateTimeFormat(t, {
48
+ month: "long",
49
+ year: "numeric"
50
+ }).format(e);
51
+ }
52
+ function h(e, t) {
53
+ return new Intl.DateTimeFormat(t, { month: "short" }).format(e);
54
+ }
55
+ function g(e, t) {
56
+ return new Intl.DateTimeFormat(t, {
57
+ hour: "2-digit",
58
+ minute: "2-digit",
59
+ hour12: !1
60
+ }).format(new Date(0, 0, 0, e));
61
+ }
62
+ function _(e, t) {
63
+ return new Intl.DateTimeFormat(t, {
64
+ weekday: "long",
65
+ month: "short",
66
+ day: "numeric",
67
+ year: "numeric"
68
+ }).format(e);
69
+ }
70
+ function v(e, t) {
71
+ return new Intl.DateTimeFormat(t, {
72
+ hour: "2-digit",
73
+ minute: "2-digit",
74
+ hour12: !1
75
+ }).format(e);
76
+ }
77
+ function y(e) {
78
+ return r(e);
79
+ }
80
+ function b(e) {
81
+ let t = [...e].sort((e, t) => e.date.getTime() - t.date.getTime()), n = /* @__PURE__ */ new Map();
82
+ for (let e of t) {
83
+ let t = e.date.getHours(), r = n.get(t);
84
+ r ? r.push(e) : n.set(t, [e]);
85
+ }
86
+ let r = [];
87
+ for (let e of n.values()) {
88
+ let t = e.length;
89
+ e.forEach((e, n) => {
90
+ r.push({
91
+ event: e,
92
+ columnIndex: n,
93
+ columnCount: t
94
+ });
95
+ });
96
+ }
97
+ return r;
98
+ }
99
+ //#endregion
100
+ export { i as _, g as a, v as c, p as d, c as f, a as g, y as h, _ as i, d as l, s as m, u as n, h as o, o as p, l as r, m as s, b as t, f as u };
101
+
102
+ //# sourceMappingURL=page-calendar.utils-Bd0PHktL.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"page-calendar.utils-Bd0PHktL.js","names":[],"sources":["../src/components/page-calendar/page-calendar.utils.ts"],"sourcesContent":["import { addDays, startOfMonth, startOfWeek, getISOWeek } from \"date-fns\";\nimport type { CalendarEvent, CalendarEventBase } from \"./page-calendar.types\";\n\nexport function toDateKey(d: Date): string {\n return `${d.getFullYear()}-${String(d.getMonth() + 1).padStart(2, \"0\")}-${String(d.getDate()).padStart(2, \"0\")}`;\n}\n\nexport function groupEventsByDate<T extends CalendarEventBase>(events: CalendarEvent<T>[]): Map<string, CalendarEvent<T>[]> {\n const map = new Map<string, CalendarEvent<T>[]>();\n for (const event of events) {\n const key = toDateKey(event.date);\n const existing = map.get(key);\n if (existing) {\n existing.push(event);\n } else {\n map.set(key, [event]);\n }\n }\n return map;\n}\n\nexport function getMonthDays(date: Date): Date[] {\n const monthStart = startOfMonth(date);\n const gridStart = startOfWeek(monthStart, { weekStartsOn: 1 });\n const days: Date[] = [];\n for (let i = 0; i < 42; i++) {\n days.push(addDays(gridStart, i));\n }\n return days;\n}\n\nexport function getWeekDays(date: Date): Date[] {\n const weekStart = startOfWeek(date, { weekStartsOn: 1 });\n const days: Date[] = [];\n for (let i = 0; i < 7; i++) {\n days.push(addDays(weekStart, i));\n }\n return days;\n}\n\nexport function getHourSlots(): number[] {\n return Array.from({ length: 24 }, (_, i) => i);\n}\n\nexport function formatEventTime(date: Date, locale?: string): string {\n return new Intl.DateTimeFormat(locale, { hour: \"2-digit\", minute: \"2-digit\", hour12: false }).format(new Date(date));\n}\n\nexport function formatDay(date: Date, locale?: string): string {\n return new Intl.DateTimeFormat(locale, { day: \"numeric\" }).format(date);\n}\n\nexport function formatWeekDay(date: Date, locale?: string): string {\n return new Intl.DateTimeFormat(locale, { weekday: \"short\" }).format(date);\n}\n\nexport function formatWeekdayLong(date: Date, locale?: string): string {\n return new Intl.DateTimeFormat(locale, { weekday: \"long\" }).format(date);\n}\n\nexport function formatWeekdayShort(date: Date, locale?: string): string {\n return new Intl.DateTimeFormat(locale, { weekday: \"short\" }).format(date);\n}\n\nexport function formatMonthYear(date: Date, locale?: string): string {\n return new Intl.DateTimeFormat(locale, { month: \"long\", year: \"numeric\" }).format(date);\n}\n\nexport function formatMonthShort(date: Date, locale?: string): string {\n return new Intl.DateTimeFormat(locale, { month: \"short\" }).format(date);\n}\n\nexport function formatHourLabel(hour: number, locale?: string): string {\n return new Intl.DateTimeFormat(locale, { hour: \"2-digit\", minute: \"2-digit\", hour12: false }).format(new Date(0, 0, 0, hour));\n}\n\nexport function formatFullDate(date: Date, locale?: string): string {\n return new Intl.DateTimeFormat(locale, { weekday: \"long\", month: \"short\", day: \"numeric\", year: \"numeric\" }).format(date);\n}\n\nexport function formatTime(date: Date, locale?: string): string {\n return new Intl.DateTimeFormat(locale, { hour: \"2-digit\", minute: \"2-digit\", hour12: false }).format(date);\n}\n\nexport function getWeekNumber(date: Date): number {\n return getISOWeek(date);\n}\n\nexport type EventColumn<T extends CalendarEventBase> = {\n event: CalendarEvent<T>;\n columnIndex: number;\n columnCount: number;\n};\n\nexport function computeEventColumns<T extends CalendarEventBase>(events: CalendarEvent<T>[]): EventColumn<T>[] {\n const sorted = [...events].sort((a, b) => a.date.getTime() - b.date.getTime());\n const hourGroups = new Map<number, CalendarEvent<T>[]>();\n for (const event of sorted) {\n const hour = event.date.getHours();\n const group = hourGroups.get(hour);\n if (group) {\n group.push(event);\n } else {\n hourGroups.set(hour, [event]);\n }\n }\n const result: EventColumn<T>[] = [];\n for (const group of hourGroups.values()) {\n const columnCount = group.length;\n group.forEach((event, columnIndex) => {\n result.push({ event, columnIndex, columnCount });\n });\n }\n return result;\n}\n"],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"preset.tailwind.d.ts","sourceRoot":"","sources":["../../preset.tailwind.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,kBAAkB,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AAEzE,OAAO,EAAE,iBAAiB,IAAI,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,aAAa,MAAM,mBAAmB,CAAC;AAsC9C,QAAA,MAAM,MAAM,EAAE,OAAO,CAAC,MAAM,CAqC3B,CAAC;AAEF,OAAO,EAAE,kBAAkB,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,aAAa,EAAE,CAAC;AAErE,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"preset.tailwind.d.ts","sourceRoot":"","sources":["../../preset.tailwind.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,kBAAkB,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAC;AAEzE,OAAO,EAAE,iBAAiB,IAAI,KAAK,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,aAAa,MAAM,mBAAmB,CAAC;AAiC9C,QAAA,MAAM,MAAM,EAAE,OAAO,CAAC,MAAM,CAsC3B,CAAC;AAEF,OAAO,EAAE,kBAAkB,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,EAAE,aAAa,EAAE,CAAC;AAErE,eAAe,MAAM,CAAC"}
@@ -37,9 +37,7 @@ for (const [component, attrs] of Object.entries(components_1.components)) {
37
37
  componentBorderWidth[key] = `var(--${key})`;
38
38
  componentSpacing[key] = `var(--${key})`;
39
39
  }
40
- else if (attr === "text" ||
41
- attr.endsWith("-text") ||
42
- attr.startsWith("text-")) {
40
+ else if (attr === "text" || attr.endsWith("-text") || attr.startsWith("text-")) {
43
41
  componentFontSize[key] = `var(--${key})`;
44
42
  componentSpacing[key] = `var(--${key})`;
45
43
  }
@@ -54,18 +52,19 @@ const config = {
54
52
  DEFAULT: "cubic-bezier(0,0,.58,1)",
55
53
  normal: "cubic-bezier(.25,.1,.25,1)",
56
54
  },
57
- spacing: { ...spacing, ...componentSpacing },
58
55
  fill: COLORS,
59
56
  colors: COLORS,
60
- width: { ...spacing, ...componentSpacing },
61
- fontSize: { ...spacing, ...componentFontSize },
62
57
  boxShadow: shadows,
63
58
  dropShadow: shadows,
59
+ placeholderColor: COLORS,
64
60
  lineHeight: { typography: "1.45" },
65
61
  letterSpacing: { typography: "0.0175" },
66
- placeholderColor: COLORS,
67
62
  transitionDuration: { DEFAULT: "375ms" },
68
63
  minWidth: { xs: "20rem", screen: "100vh" },
64
+ width: { ...spacing, ...componentSpacing },
65
+ spacing: { ...spacing, ...componentSpacing },
66
+ fontSize: { ...spacing, ...componentFontSize },
67
+ maxHeight: { ...spacing, ...componentSpacing },
69
68
  borderColors: { ...COLORS, DEFAULT: COLORS.card.border },
70
69
  borderRadius: {
71
70
  ...(0, design_tokens_1.createDesignTokens)(theme_1.defaultLightTheme.rounded, design_tokens_1.parsers.cssVariable),
@@ -98,7 +98,7 @@ exports.DARK_THEME = {
98
98
  foreground: "hsla(240, 10%, 4%)",
99
99
  background: "hsla(0, 0%, 100%)",
100
100
  hover: "hsla(0, 0%, 100%)",
101
- border: "hsla(0, 0%, 100%)",
101
+ border: "hsla(221, 10%, 17%)",
102
102
  overlay: "hsla(0, 0%, 0%)",
103
103
  },
104
104
  table: {
@@ -0,0 +1,104 @@
1
+ import { p as e, t } from "./dom-Bn4wY_Zx.js";
2
+ import { n, s as r, t as i } from "./visuallyHidden-B7wI86yi.js";
3
+ import { i as a, r as o, t as s } from "./valueToPercent-DZc_m1tm.js";
4
+ import * as c from "react";
5
+ import { jsx as l, jsxs as u } from "react/jsx-runtime";
6
+ //#region ../../node_modules/.pnpm/@base-ui+react@1.5.0_@types+react@19.2.14_date-fns@4.3.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/progress/root/ProgressRootContext.js
7
+ var d = /* @__PURE__ */ c.createContext(void 0);
8
+ process.env.NODE_ENV !== "production" && (d.displayName = "ProgressRootContext");
9
+ function f() {
10
+ let e = c.useContext(d);
11
+ if (e === void 0) throw Error(process.env.NODE_ENV === "production" ? r(51) : "Base UI: ProgressRootContext is missing. Progress parts must be placed within <Progress.Root>.");
12
+ return e;
13
+ }
14
+ //#endregion
15
+ //#region ../../node_modules/.pnpm/@base-ui+react@1.5.0_@types+react@19.2.14_date-fns@4.3.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/progress/root/ProgressRootDataAttributes.js
16
+ var p = /* @__PURE__ */ function(e) {
17
+ return e.complete = "data-complete", e.indeterminate = "data-indeterminate", e.progressing = "data-progressing", e;
18
+ }({}), m = { status(e) {
19
+ return e === "progressing" ? { [p.progressing]: "" } : e === "complete" ? { [p.complete]: "" } : e === "indeterminate" ? { [p.indeterminate]: "" } : null;
20
+ } };
21
+ //#endregion
22
+ //#region ../../node_modules/.pnpm/@base-ui+react@1.5.0_@types+react@19.2.14_date-fns@4.3.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/progress/root/ProgressRoot.js
23
+ function h(e, t) {
24
+ return t == null ? "indeterminate progress" : e || `${t}%`;
25
+ }
26
+ var g = /* @__PURE__ */ c.forwardRef(function(e, t) {
27
+ let { format: r, getAriaValueText: s = h, locale: f, max: p = 100, min: g = 0, value: _, render: v, className: y, children: b, style: x, ...S } = e, [C, w] = c.useState(), T = a(r), E = "indeterminate";
28
+ Number.isFinite(_) && (E = _ === p ? "complete" : "progressing");
29
+ let D = o(_, f, T.current), O = c.useMemo(() => ({ status: E }), [E]), k = {
30
+ "aria-labelledby": C,
31
+ "aria-valuemax": p,
32
+ "aria-valuemin": g,
33
+ "aria-valuenow": _ ?? void 0,
34
+ "aria-valuetext": s(D, _),
35
+ role: "progressbar",
36
+ children: /* @__PURE__ */ u(c.Fragment, { children: [b, /* @__PURE__ */ l("span", {
37
+ role: "presentation",
38
+ style: i,
39
+ children: "x"
40
+ })] })
41
+ }, A = c.useMemo(() => ({
42
+ formattedValue: D,
43
+ max: p,
44
+ min: g,
45
+ setLabelId: w,
46
+ state: O,
47
+ status: E,
48
+ value: _
49
+ }), [
50
+ D,
51
+ p,
52
+ g,
53
+ w,
54
+ O,
55
+ E,
56
+ _
57
+ ]), j = n("div", e, {
58
+ state: O,
59
+ ref: t,
60
+ props: [k, S],
61
+ stateAttributesMapping: m
62
+ });
63
+ return /* @__PURE__ */ l(d.Provider, {
64
+ value: A,
65
+ children: j
66
+ });
67
+ });
68
+ process.env.NODE_ENV !== "production" && (g.displayName = "ProgressRoot");
69
+ //#endregion
70
+ //#region ../../node_modules/.pnpm/@base-ui+react@1.5.0_@types+react@19.2.14_date-fns@4.3.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/progress/indicator/ProgressIndicator.js
71
+ var _ = /* @__PURE__ */ c.forwardRef(function(e, t) {
72
+ let { render: r, className: i, style: a, ...o } = e, { max: c, min: l, value: u, state: d } = f(), p = Number.isFinite(u) && u !== null ? s(u, l, c) : null;
73
+ return n("div", e, {
74
+ state: d,
75
+ ref: t,
76
+ props: [{ style: p == null ? {} : {
77
+ insetInlineStart: 0,
78
+ height: "inherit",
79
+ width: `${p}%`
80
+ } }, o],
81
+ stateAttributesMapping: m
82
+ });
83
+ });
84
+ process.env.NODE_ENV !== "production" && (_.displayName = "ProgressIndicator");
85
+ //#endregion
86
+ //#region src/components/display/progress.tsx
87
+ var v = (e, t, n) => Math.min(Math.max(e, t), n), y = (n) => {
88
+ let r = n.min ?? 0, i = n.max ?? 100, a = i - r, o = n.value ?? n.percent, s = e.number(o) && a > 0, c = s ? v((o - r) / a * 100, 0, 100) : null;
89
+ return /* @__PURE__ */ u(g, {
90
+ min: r,
91
+ max: i,
92
+ value: s ? o : null,
93
+ style: { transform: "translateZ(0)" },
94
+ className: t("relative h-progress-track-h w-full overflow-hidden rounded-progress-radius bg-background", n.container),
95
+ children: [/* @__PURE__ */ l(_, { className: t("h-full bg-primary transition-[width] duration-500 ease-in-out", n.className) }), c === null ? null : /* @__PURE__ */ l("p", {
96
+ className: t("absolute inset-0 flex w-full items-center justify-center font-semibold tabular-nums text-primary-foreground", n.textClassName),
97
+ children: n.label ? n.label : `${Math.round(c)} %`
98
+ })]
99
+ });
100
+ };
101
+ //#endregion
102
+ export { y as t };
103
+
104
+ //# sourceMappingURL=progress-8LO5gWLp.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"progress-8LO5gWLp.js","names":["React","_formatErrorMessage","React"],"sources":["../../../node_modules/.pnpm/@base-ui+react@1.5.0_@types+react@19.2.14_date-fns@4.3.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/progress/root/ProgressRootContext.js","../../../node_modules/.pnpm/@base-ui+react@1.5.0_@types+react@19.2.14_date-fns@4.3.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/progress/root/ProgressRootDataAttributes.js","../../../node_modules/.pnpm/@base-ui+react@1.5.0_@types+react@19.2.14_date-fns@4.3.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/progress/root/stateAttributesMapping.js","../../../node_modules/.pnpm/@base-ui+react@1.5.0_@types+react@19.2.14_date-fns@4.3.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/progress/root/ProgressRoot.js","../../../node_modules/.pnpm/@base-ui+react@1.5.0_@types+react@19.2.14_date-fns@4.3.0_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@base-ui/react/esm/progress/indicator/ProgressIndicator.js","../src/components/display/progress.tsx"],"sourcesContent":["'use client';\n\nimport _formatErrorMessage from \"@base-ui/utils/formatErrorMessage\";\nimport * as React from 'react';\n/**\n * @internal\n */\nexport const ProgressRootContext = /*#__PURE__*/React.createContext(undefined);\nif (process.env.NODE_ENV !== \"production\") ProgressRootContext.displayName = \"ProgressRootContext\";\nexport function useProgressRootContext() {\n const context = React.useContext(ProgressRootContext);\n if (context === undefined) {\n throw new Error(process.env.NODE_ENV !== \"production\" ? 'Base UI: ProgressRootContext is missing. Progress parts must be placed within <Progress.Root>.' : _formatErrorMessage(51));\n }\n return context;\n}","export let ProgressRootDataAttributes = /*#__PURE__*/function (ProgressRootDataAttributes) {\n /**\n * Present when the progress has completed.\n */\n ProgressRootDataAttributes[\"complete\"] = \"data-complete\";\n /**\n * Present when the progress is in indeterminate state.\n */\n ProgressRootDataAttributes[\"indeterminate\"] = \"data-indeterminate\";\n /**\n * Present while the progress is progressing.\n */\n ProgressRootDataAttributes[\"progressing\"] = \"data-progressing\";\n return ProgressRootDataAttributes;\n}({});","import { ProgressRootDataAttributes } from \"./ProgressRootDataAttributes.js\";\nexport const progressStateAttributesMapping = {\n status(value) {\n if (value === 'progressing') {\n return {\n [ProgressRootDataAttributes.progressing]: ''\n };\n }\n if (value === 'complete') {\n return {\n [ProgressRootDataAttributes.complete]: ''\n };\n }\n if (value === 'indeterminate') {\n return {\n [ProgressRootDataAttributes.indeterminate]: ''\n };\n }\n return null;\n }\n};","'use client';\n\nimport * as React from 'react';\nimport { useValueAsRef } from '@base-ui/utils/useValueAsRef';\nimport { visuallyHidden } from '@base-ui/utils/visuallyHidden';\nimport { formatNumberValue } from \"../../utils/formatNumber.js\";\nimport { useRenderElement } from \"../../internals/useRenderElement.js\";\nimport { ProgressRootContext } from \"./ProgressRootContext.js\";\nimport { progressStateAttributesMapping } from \"./stateAttributesMapping.js\";\nimport { jsx as _jsx, jsxs as _jsxs } from \"react/jsx-runtime\";\nfunction getDefaultAriaValueText(formattedValue, value) {\n if (value == null) {\n return 'indeterminate progress';\n }\n return formattedValue || `${value}%`;\n}\n\n/**\n * Groups all parts of the progress bar and provides the task completion status to screen readers.\n * Renders a `<div>` element.\n *\n * Documentation: [Base UI Progress](https://base-ui.com/react/components/progress)\n */\nexport const ProgressRoot = /*#__PURE__*/React.forwardRef(function ProgressRoot(componentProps, forwardedRef) {\n const {\n format,\n getAriaValueText = getDefaultAriaValueText,\n locale,\n max = 100,\n min = 0,\n value,\n render,\n className,\n children,\n style,\n ...elementProps\n } = componentProps;\n const [labelId, setLabelId] = React.useState();\n const formatOptionsRef = useValueAsRef(format);\n let status = 'indeterminate';\n if (Number.isFinite(value)) {\n status = value === max ? 'complete' : 'progressing';\n }\n const formattedValue = formatNumberValue(value, locale, formatOptionsRef.current);\n const state = React.useMemo(() => ({\n status\n }), [status]);\n const defaultProps = {\n 'aria-labelledby': labelId,\n 'aria-valuemax': max,\n 'aria-valuemin': min,\n 'aria-valuenow': value ?? undefined,\n 'aria-valuetext': getAriaValueText(formattedValue, value),\n role: 'progressbar',\n children: /*#__PURE__*/_jsxs(React.Fragment, {\n children: [children, /*#__PURE__*/_jsx(\"span\", {\n role: \"presentation\",\n style: visuallyHidden,\n children: \"x\"\n })]\n })\n };\n const contextValue = React.useMemo(() => ({\n formattedValue,\n max,\n min,\n setLabelId,\n state,\n status,\n value\n }), [formattedValue, max, min, setLabelId, state, status, value]);\n const element = useRenderElement('div', componentProps, {\n state,\n ref: forwardedRef,\n props: [defaultProps, elementProps],\n stateAttributesMapping: progressStateAttributesMapping\n });\n return /*#__PURE__*/_jsx(ProgressRootContext.Provider, {\n value: contextValue,\n children: element\n });\n});\nif (process.env.NODE_ENV !== \"production\") ProgressRoot.displayName = \"ProgressRoot\";","'use client';\n\nimport * as React from 'react';\nimport { useRenderElement } from \"../../internals/useRenderElement.js\";\nimport { valueToPercent } from \"../../utils/valueToPercent.js\";\nimport { useProgressRootContext } from \"../root/ProgressRootContext.js\";\nimport { progressStateAttributesMapping } from \"../root/stateAttributesMapping.js\";\n/**\n * Visualizes the completion status of the task.\n * Renders a `<div>` element.\n *\n * Documentation: [Base UI Progress](https://base-ui.com/react/components/progress)\n */\nexport const ProgressIndicator = /*#__PURE__*/React.forwardRef(function ProgressIndicator(componentProps, forwardedRef) {\n const {\n render,\n className,\n style,\n ...elementProps\n } = componentProps;\n const {\n max,\n min,\n value,\n state\n } = useProgressRootContext();\n const percentageValue = Number.isFinite(value) && value !== null ? valueToPercent(value, min, max) : null;\n const indicatorStyle = percentageValue == null ? {} : {\n insetInlineStart: 0,\n height: 'inherit',\n width: `${percentageValue}%`\n };\n const element = useRenderElement('div', componentProps, {\n state,\n ref: forwardedRef,\n props: [{\n style: indicatorStyle\n }, elementProps],\n stateAttributesMapping: progressStateAttributesMapping\n });\n return element;\n});\nif (process.env.NODE_ENV !== \"production\") ProgressIndicator.displayName = \"ProgressIndicator\";","\"use client\";\nimport { Is } from \"sidekicker\";\nimport { Progress as RadixProgress } from \"@base-ui/react/progress\";\nimport { css } from \"../../lib/dom\";\nimport { PropsWithoutRef } from \"react\";\nimport { Label } from \"../../types\";\n\ntype ProgressProps = {\n min?: number;\n max?: number;\n value?: number;\n /** @deprecated use value */\n percent?: number;\n label?: Label;\n className?: string;\n container?: string;\n textClassName?: string;\n};\n\nconst clamp = (n: number, min: number, max: number) => Math.min(Math.max(n, min), max);\n\nexport const Progress = (props: PropsWithoutRef<ProgressProps>) => {\n const min = props.min ?? 0;\n const max = props.max ?? 100;\n const range = max - min;\n const rawValue = props.value ?? props.percent;\n const hasValue = Is.number(rawValue) && range > 0;\n const percent = hasValue ? clamp(((rawValue! - min) / range) * 100, 0, 100) : null;\n\n return (\n <RadixProgress.Root\n min={min}\n max={max}\n value={hasValue ? rawValue! : null}\n style={{ transform: \"translateZ(0)\" }}\n className={css(\"relative h-progress-track-h w-full overflow-hidden rounded-progress-radius bg-background\", props.container)}\n >\n <RadixProgress.Indicator className={css(\"h-full bg-primary transition-[width] duration-500 ease-in-out\", props.className)} />\n {percent !== null ? (\n <p\n className={css(\n \"absolute inset-0 flex w-full items-center justify-center font-semibold tabular-nums text-primary-foreground\",\n props.textClassName\n )}\n >\n {props.label ? props.label : `${Math.round(percent)} %`}\n </p>\n ) : null}\n </RadixProgress.Root>\n );\n};\n"],"x_google_ignoreList":[0,1,2,3,4],"mappings":"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"}