@andespindola/ui-core 0.3.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (312) hide show
  1. package/dist/cjs/{index-Cb1tfi_9.js → index-DV8CICae.js} +1 -1
  2. package/dist/cjs/loader.cjs.js +2 -2
  3. package/dist/cjs/ui-accordion-item.cjs.entry.js +2 -2
  4. package/dist/cjs/ui-accordion.cjs.entry.js +2 -2
  5. package/dist/cjs/ui-alert.cjs.entry.js +1 -1
  6. package/dist/cjs/ui-avatar-group.cjs.entry.js +2 -2
  7. package/dist/cjs/ui-avatar.cjs.entry.js +3 -3
  8. package/dist/cjs/ui-badge.cjs.entry.js +1 -1
  9. package/dist/cjs/ui-breadcrumb-item.cjs.entry.js +2 -2
  10. package/dist/cjs/ui-breadcrumb.cjs.entry.js +2 -2
  11. package/dist/cjs/ui-button.cjs.entry.js +2 -2
  12. package/dist/cjs/ui-card.cjs.entry.js +2 -2
  13. package/dist/cjs/ui-carousel.cjs.entry.js +104 -0
  14. package/dist/cjs/ui-checkbox.cjs.entry.js +2 -2
  15. package/dist/cjs/ui-combobox.cjs.entry.js +1 -1
  16. package/dist/cjs/ui-command.cjs.entry.js +137 -0
  17. package/dist/cjs/ui-container.cjs.entry.js +2 -2
  18. package/dist/cjs/ui-date-picker.cjs.entry.js +2 -2
  19. package/dist/cjs/ui-dialog.cjs.entry.js +2 -2
  20. package/dist/cjs/ui-drawer.cjs.entry.js +2 -2
  21. package/dist/cjs/ui-dropdown-item.cjs.entry.js +2 -2
  22. package/dist/cjs/ui-dropdown-menu.cjs.entry.js +2 -2
  23. package/dist/cjs/ui-field.cjs.entry.js +2 -2
  24. package/dist/cjs/ui-file-upload.cjs.entry.js +2 -2
  25. package/dist/cjs/ui-grid.cjs.entry.js +2 -2
  26. package/dist/cjs/ui-input.cjs.entry.js +2 -2
  27. package/dist/cjs/ui-label.cjs.entry.js +2 -2
  28. package/dist/cjs/ui-loading-overlay.cjs.entry.js +1 -1
  29. package/dist/cjs/ui-navbar.cjs.entry.js +2 -2
  30. package/dist/cjs/ui-pagination.cjs.entry.js +3 -3
  31. package/dist/cjs/ui-popover.cjs.entry.js +2 -2
  32. package/dist/cjs/ui-progress-circular.cjs.entry.js +2 -2
  33. package/dist/cjs/ui-progress.cjs.entry.js +2 -2
  34. package/dist/cjs/ui-radio-group.cjs.entry.js +2 -2
  35. package/dist/cjs/ui-rating.cjs.entry.js +2 -2
  36. package/dist/cjs/ui-reveal.cjs.entry.js +2 -2
  37. package/dist/cjs/ui-scroll-progress.cjs.entry.js +2 -2
  38. package/dist/cjs/ui-section.cjs.entry.js +2 -2
  39. package/dist/cjs/ui-segmented.cjs.entry.js +2 -2
  40. package/dist/cjs/ui-select.cjs.entry.js +2 -2
  41. package/dist/cjs/ui-separator.cjs.entry.js +2 -2
  42. package/dist/cjs/ui-skeleton.cjs.entry.js +2 -2
  43. package/dist/cjs/ui-slider.cjs.entry.js +2 -2
  44. package/dist/cjs/ui-spinner.cjs.entry.js +3 -3
  45. package/dist/cjs/ui-stack.cjs.entry.js +2 -2
  46. package/dist/cjs/ui-stat.cjs.entry.js +2 -2
  47. package/dist/cjs/ui-switch.cjs.entry.js +2 -2
  48. package/dist/cjs/ui-table.cjs.entry.js +2 -2
  49. package/dist/cjs/ui-tabs.cjs.entry.js +3 -3
  50. package/dist/cjs/ui-textarea.cjs.entry.js +2 -2
  51. package/dist/cjs/ui-theme-toggle.cjs.entry.js +2 -2
  52. package/dist/cjs/ui-timeline-item.cjs.entry.js +19 -0
  53. package/dist/cjs/ui-timeline.cjs.entry.js +17 -0
  54. package/dist/cjs/ui-toast.cjs.entry.js +2 -2
  55. package/dist/cjs/ui-toaster.cjs.entry.js +2 -2
  56. package/dist/cjs/ui-tooltip.cjs.entry.js +2 -2
  57. package/dist/cjs/uikit.cjs.js +2 -2
  58. package/dist/collection/collection-manifest.json +4 -0
  59. package/dist/collection/components/ui-accordion/ui-accordion.js +1 -1
  60. package/dist/collection/components/ui-accordion-item/ui-accordion-item.js +1 -1
  61. package/dist/collection/components/ui-avatar/ui-avatar.css +2 -1
  62. package/dist/collection/components/ui-avatar/ui-avatar.js +1 -1
  63. package/dist/collection/components/ui-avatar-group/ui-avatar-group.js +1 -1
  64. package/dist/collection/components/ui-breadcrumb/ui-breadcrumb.js +1 -1
  65. package/dist/collection/components/ui-breadcrumb-item/ui-breadcrumb-item.js +1 -1
  66. package/dist/collection/components/ui-button/ui-button.css +3 -2
  67. package/dist/collection/components/ui-card/ui-card.js +1 -1
  68. package/dist/collection/components/ui-carousel/ui-carousel.css +103 -0
  69. package/dist/collection/components/ui-carousel/ui-carousel.js +273 -0
  70. package/dist/collection/components/ui-checkbox/ui-checkbox.js +1 -1
  71. package/dist/collection/components/ui-command/ui-command.css +85 -0
  72. package/dist/collection/components/ui-command/ui-command.js +290 -0
  73. package/dist/collection/components/ui-container/ui-container.js +1 -1
  74. package/dist/collection/components/ui-date-picker/ui-date-picker.js +1 -1
  75. package/dist/collection/components/ui-dialog/ui-dialog.js +1 -1
  76. package/dist/collection/components/ui-drawer/ui-drawer.js +1 -1
  77. package/dist/collection/components/ui-dropdown-item/ui-dropdown-item.js +1 -1
  78. package/dist/collection/components/ui-dropdown-menu/ui-dropdown-menu.js +1 -1
  79. package/dist/collection/components/ui-field/ui-field.js +1 -1
  80. package/dist/collection/components/ui-file-upload/ui-file-upload.js +1 -1
  81. package/dist/collection/components/ui-grid/ui-grid.js +1 -1
  82. package/dist/collection/components/ui-input/ui-input.js +1 -1
  83. package/dist/collection/components/ui-label/ui-label.js +1 -1
  84. package/dist/collection/components/ui-navbar/ui-navbar.js +1 -1
  85. package/dist/collection/components/ui-pagination/ui-pagination.js +2 -2
  86. package/dist/collection/components/ui-popover/ui-popover.js +1 -1
  87. package/dist/collection/components/ui-progress/ui-progress.js +1 -1
  88. package/dist/collection/components/ui-progress-circular/ui-progress-circular.js +1 -1
  89. package/dist/collection/components/ui-radio-group/ui-radio-group.js +1 -1
  90. package/dist/collection/components/ui-rating/ui-rating.js +1 -1
  91. package/dist/collection/components/ui-reveal/ui-reveal.js +1 -1
  92. package/dist/collection/components/ui-scroll-progress/ui-scroll-progress.js +1 -1
  93. package/dist/collection/components/ui-section/ui-section.js +1 -1
  94. package/dist/collection/components/ui-segmented/ui-segmented.js +1 -1
  95. package/dist/collection/components/ui-select/ui-select.js +1 -1
  96. package/dist/collection/components/ui-separator/ui-separator.js +1 -1
  97. package/dist/collection/components/ui-skeleton/ui-skeleton.js +1 -1
  98. package/dist/collection/components/ui-slider/ui-slider.js +1 -1
  99. package/dist/collection/components/ui-spinner/ui-spinner.css +1 -0
  100. package/dist/collection/components/ui-spinner/ui-spinner.js +1 -1
  101. package/dist/collection/components/ui-stack/ui-stack.js +1 -1
  102. package/dist/collection/components/ui-stat/ui-stat.js +1 -1
  103. package/dist/collection/components/ui-switch/ui-switch.js +1 -1
  104. package/dist/collection/components/ui-table/ui-table.js +1 -1
  105. package/dist/collection/components/ui-tabs/ui-tabs.js +2 -2
  106. package/dist/collection/components/ui-textarea/ui-textarea.js +1 -1
  107. package/dist/collection/components/ui-theme-toggle/ui-theme-toggle.js +1 -1
  108. package/dist/collection/components/ui-timeline/ui-timeline.css +8 -0
  109. package/dist/collection/components/ui-timeline/ui-timeline.js +18 -0
  110. package/dist/collection/components/ui-timeline-item/ui-timeline-item.css +83 -0
  111. package/dist/collection/components/ui-timeline-item/ui-timeline-item.js +90 -0
  112. package/dist/collection/components/ui-toast/ui-toast.js +1 -1
  113. package/dist/collection/components/ui-toaster/ui-toaster.js +1 -1
  114. package/dist/collection/components/ui-tooltip/ui-tooltip.js +1 -1
  115. package/dist/components/index.js +1 -1
  116. package/dist/components/p-Bme0V5M9.js +1 -0
  117. package/dist/components/{p-DDJE__UC.js → p-DAnXvxY_.js} +1 -1
  118. package/dist/components/ui-accordion-item.js +1 -1
  119. package/dist/components/ui-accordion.js +1 -1
  120. package/dist/components/ui-avatar-group.js +1 -1
  121. package/dist/components/ui-avatar.js +1 -1
  122. package/dist/components/ui-breadcrumb-item.js +1 -1
  123. package/dist/components/ui-breadcrumb.js +1 -1
  124. package/dist/components/ui-button.js +1 -1
  125. package/dist/components/ui-card.js +1 -1
  126. package/dist/components/ui-carousel.d.ts +11 -0
  127. package/dist/components/ui-carousel.js +1 -0
  128. package/dist/components/ui-checkbox.js +1 -1
  129. package/dist/components/ui-command.d.ts +11 -0
  130. package/dist/components/ui-command.js +1 -0
  131. package/dist/components/ui-container.js +1 -1
  132. package/dist/components/ui-date-picker.js +1 -1
  133. package/dist/components/ui-dialog.js +1 -1
  134. package/dist/components/ui-drawer.js +1 -1
  135. package/dist/components/ui-dropdown-item.js +1 -1
  136. package/dist/components/ui-dropdown-menu.js +1 -1
  137. package/dist/components/ui-field.js +1 -1
  138. package/dist/components/ui-file-upload.js +1 -1
  139. package/dist/components/ui-grid.js +1 -1
  140. package/dist/components/ui-input.js +1 -1
  141. package/dist/components/ui-label.js +1 -1
  142. package/dist/components/ui-loading-overlay.js +1 -1
  143. package/dist/components/ui-navbar.js +1 -1
  144. package/dist/components/ui-pagination.js +1 -1
  145. package/dist/components/ui-popover.js +1 -1
  146. package/dist/components/ui-progress-circular.js +1 -1
  147. package/dist/components/ui-progress.js +1 -1
  148. package/dist/components/ui-radio-group.js +1 -1
  149. package/dist/components/ui-rating.js +1 -1
  150. package/dist/components/ui-reveal.js +1 -1
  151. package/dist/components/ui-scroll-progress.js +1 -1
  152. package/dist/components/ui-section.js +1 -1
  153. package/dist/components/ui-segmented.js +1 -1
  154. package/dist/components/ui-select.js +1 -1
  155. package/dist/components/ui-separator.js +1 -1
  156. package/dist/components/ui-skeleton.js +1 -1
  157. package/dist/components/ui-slider.js +1 -1
  158. package/dist/components/ui-spinner.js +1 -1
  159. package/dist/components/ui-stack.js +1 -1
  160. package/dist/components/ui-stat.js +1 -1
  161. package/dist/components/ui-switch.js +1 -1
  162. package/dist/components/ui-table.js +1 -1
  163. package/dist/components/ui-tabs.js +1 -1
  164. package/dist/components/ui-textarea.js +1 -1
  165. package/dist/components/ui-theme-toggle.js +1 -1
  166. package/dist/components/ui-timeline-item.d.ts +11 -0
  167. package/dist/components/ui-timeline-item.js +1 -0
  168. package/dist/components/ui-timeline.d.ts +11 -0
  169. package/dist/components/ui-timeline.js +1 -0
  170. package/dist/components/ui-toast.js +1 -1
  171. package/dist/components/ui-toaster.js +1 -1
  172. package/dist/components/ui-tooltip.js +1 -1
  173. package/dist/esm/{index-DYwlrXg_.js → index-COlwaVJP.js} +1 -1
  174. package/dist/esm/loader.js +3 -3
  175. package/dist/esm/ui-accordion-item.entry.js +2 -2
  176. package/dist/esm/ui-accordion.entry.js +2 -2
  177. package/dist/esm/ui-alert.entry.js +1 -1
  178. package/dist/esm/ui-avatar-group.entry.js +2 -2
  179. package/dist/esm/ui-avatar.entry.js +3 -3
  180. package/dist/esm/ui-badge.entry.js +1 -1
  181. package/dist/esm/ui-breadcrumb-item.entry.js +2 -2
  182. package/dist/esm/ui-breadcrumb.entry.js +2 -2
  183. package/dist/esm/ui-button.entry.js +2 -2
  184. package/dist/esm/ui-card.entry.js +2 -2
  185. package/dist/esm/ui-carousel.entry.js +102 -0
  186. package/dist/esm/ui-checkbox.entry.js +2 -2
  187. package/dist/esm/ui-combobox.entry.js +1 -1
  188. package/dist/esm/ui-command.entry.js +135 -0
  189. package/dist/esm/ui-container.entry.js +2 -2
  190. package/dist/esm/ui-date-picker.entry.js +2 -2
  191. package/dist/esm/ui-dialog.entry.js +2 -2
  192. package/dist/esm/ui-drawer.entry.js +2 -2
  193. package/dist/esm/ui-dropdown-item.entry.js +2 -2
  194. package/dist/esm/ui-dropdown-menu.entry.js +2 -2
  195. package/dist/esm/ui-field.entry.js +2 -2
  196. package/dist/esm/ui-file-upload.entry.js +2 -2
  197. package/dist/esm/ui-grid.entry.js +2 -2
  198. package/dist/esm/ui-input.entry.js +2 -2
  199. package/dist/esm/ui-label.entry.js +2 -2
  200. package/dist/esm/ui-loading-overlay.entry.js +1 -1
  201. package/dist/esm/ui-navbar.entry.js +2 -2
  202. package/dist/esm/ui-pagination.entry.js +3 -3
  203. package/dist/esm/ui-popover.entry.js +2 -2
  204. package/dist/esm/ui-progress-circular.entry.js +2 -2
  205. package/dist/esm/ui-progress.entry.js +2 -2
  206. package/dist/esm/ui-radio-group.entry.js +2 -2
  207. package/dist/esm/ui-rating.entry.js +2 -2
  208. package/dist/esm/ui-reveal.entry.js +2 -2
  209. package/dist/esm/ui-scroll-progress.entry.js +2 -2
  210. package/dist/esm/ui-section.entry.js +2 -2
  211. package/dist/esm/ui-segmented.entry.js +2 -2
  212. package/dist/esm/ui-select.entry.js +2 -2
  213. package/dist/esm/ui-separator.entry.js +2 -2
  214. package/dist/esm/ui-skeleton.entry.js +2 -2
  215. package/dist/esm/ui-slider.entry.js +2 -2
  216. package/dist/esm/ui-spinner.entry.js +3 -3
  217. package/dist/esm/ui-stack.entry.js +2 -2
  218. package/dist/esm/ui-stat.entry.js +2 -2
  219. package/dist/esm/ui-switch.entry.js +2 -2
  220. package/dist/esm/ui-table.entry.js +2 -2
  221. package/dist/esm/ui-tabs.entry.js +3 -3
  222. package/dist/esm/ui-textarea.entry.js +2 -2
  223. package/dist/esm/ui-theme-toggle.entry.js +2 -2
  224. package/dist/esm/ui-timeline-item.entry.js +17 -0
  225. package/dist/esm/ui-timeline.entry.js +15 -0
  226. package/dist/esm/ui-toast.entry.js +2 -2
  227. package/dist/esm/ui-toaster.entry.js +2 -2
  228. package/dist/esm/ui-tooltip.entry.js +2 -2
  229. package/dist/esm/uikit.js +3 -3
  230. package/dist/types/components/ui-carousel/ui-carousel.d.ts +35 -0
  231. package/dist/types/components/ui-command/ui-command.d.ts +42 -0
  232. package/dist/types/components/ui-timeline/ui-timeline.d.ts +3 -0
  233. package/dist/types/components/ui-timeline-item/ui-timeline-item.d.ts +10 -0
  234. package/dist/types/components.d.ts +236 -0
  235. package/dist/uikit/{p-5e0bc34a.entry.js → p-02583f33.entry.js} +1 -1
  236. package/dist/uikit/{p-4044ebde.entry.js → p-0b8fb2cc.entry.js} +1 -1
  237. package/dist/uikit/{p-894fc85f.entry.js → p-12777ebf.entry.js} +1 -1
  238. package/dist/uikit/p-186d394f.entry.js +1 -0
  239. package/dist/uikit/{p-fd05c146.entry.js → p-247f7a40.entry.js} +1 -1
  240. package/dist/uikit/{p-8535f5c9.entry.js → p-24c9885b.entry.js} +1 -1
  241. package/dist/uikit/p-26c4b4f9.entry.js +1 -0
  242. package/dist/uikit/{p-3fdfad2e.entry.js → p-2716a9e4.entry.js} +1 -1
  243. package/dist/uikit/{p-1449f229.entry.js → p-27c609c2.entry.js} +1 -1
  244. package/dist/uikit/{p-5951a496.entry.js → p-2a4de93f.entry.js} +1 -1
  245. package/dist/uikit/{p-88238a16.entry.js → p-2ce36223.entry.js} +1 -1
  246. package/dist/uikit/p-30834f9e.entry.js +1 -0
  247. package/dist/uikit/p-333a3598.entry.js +1 -0
  248. package/dist/uikit/{p-60910c03.entry.js → p-33a19160.entry.js} +1 -1
  249. package/dist/uikit/{p-a3d819cd.entry.js → p-400536f7.entry.js} +1 -1
  250. package/dist/uikit/{p-008118af.entry.js → p-411a753f.entry.js} +1 -1
  251. package/dist/uikit/p-41355be1.entry.js +1 -0
  252. package/dist/uikit/p-4281fc69.entry.js +1 -0
  253. package/dist/uikit/p-4c2fb226.entry.js +1 -0
  254. package/dist/uikit/{p-45e80e73.entry.js → p-5562b70d.entry.js} +1 -1
  255. package/dist/uikit/{p-c1a9db7c.entry.js → p-56b1bf3f.entry.js} +1 -1
  256. package/dist/uikit/p-57adf02c.entry.js +1 -0
  257. package/dist/uikit/{p-b7e30398.entry.js → p-66037a7c.entry.js} +1 -1
  258. package/dist/uikit/p-73a6b682.entry.js +1 -0
  259. package/dist/uikit/{p-ffcd1faf.entry.js → p-7a04fd11.entry.js} +1 -1
  260. package/dist/uikit/p-7aeed213.entry.js +1 -0
  261. package/dist/uikit/p-80236139.entry.js +1 -0
  262. package/dist/uikit/p-81a37bda.entry.js +1 -0
  263. package/dist/uikit/{p-f4344cce.entry.js → p-849347da.entry.js} +1 -1
  264. package/dist/uikit/p-866a0947.entry.js +1 -0
  265. package/dist/uikit/p-86af6f43.entry.js +1 -0
  266. package/dist/uikit/{p-bdd30484.entry.js → p-86bf22c1.entry.js} +1 -1
  267. package/dist/uikit/p-98234aed.entry.js +1 -0
  268. package/dist/uikit/p-COlwaVJP.js +2 -0
  269. package/dist/uikit/{p-413cfbc6.entry.js → p-a312d278.entry.js} +1 -1
  270. package/dist/uikit/{p-9310b73b.entry.js → p-a4b535ad.entry.js} +1 -1
  271. package/dist/uikit/p-a8f81996.entry.js +1 -0
  272. package/dist/uikit/{p-99b7e461.entry.js → p-aa0ce28c.entry.js} +1 -1
  273. package/dist/uikit/{p-b0f2b1c8.entry.js → p-aa41b084.entry.js} +1 -1
  274. package/dist/uikit/p-acce5342.entry.js +1 -0
  275. package/dist/uikit/p-aef9bb6e.entry.js +1 -0
  276. package/dist/uikit/p-b232849a.entry.js +1 -0
  277. package/dist/uikit/{p-f2983e94.entry.js → p-bd287e67.entry.js} +1 -1
  278. package/dist/uikit/p-bf66ce1b.entry.js +1 -0
  279. package/dist/uikit/p-c0b3f5a3.entry.js +1 -0
  280. package/dist/uikit/{p-9f09fcec.entry.js → p-c29317aa.entry.js} +1 -1
  281. package/dist/uikit/{p-3995852d.entry.js → p-d73e789a.entry.js} +1 -1
  282. package/dist/uikit/{p-2d92ce04.entry.js → p-dc00c84b.entry.js} +1 -1
  283. package/dist/uikit/{p-fb89d9a4.entry.js → p-de2bb69c.entry.js} +1 -1
  284. package/dist/uikit/{p-ccca2aeb.entry.js → p-e2e35a6b.entry.js} +1 -1
  285. package/dist/uikit/{p-d7ab158f.entry.js → p-e32fa613.entry.js} +1 -1
  286. package/dist/uikit/{p-e2065caa.entry.js → p-e61e7ef1.entry.js} +1 -1
  287. package/dist/uikit/{p-62881327.entry.js → p-e891fec3.entry.js} +1 -1
  288. package/dist/uikit/{p-0715db16.entry.js → p-ef6ec7f7.entry.js} +1 -1
  289. package/dist/uikit/p-faa31e8c.entry.js +1 -0
  290. package/dist/uikit/uikit.css +1 -1
  291. package/dist/uikit/uikit.esm.js +1 -1
  292. package/package.json +1 -1
  293. package/dist/components/p-DUT2Q8Df.js +0 -1
  294. package/dist/uikit/p-10afa395.entry.js +0 -1
  295. package/dist/uikit/p-1514ae37.entry.js +0 -1
  296. package/dist/uikit/p-1685191b.entry.js +0 -1
  297. package/dist/uikit/p-1ef7948f.entry.js +0 -1
  298. package/dist/uikit/p-283e7623.entry.js +0 -1
  299. package/dist/uikit/p-3b1f92da.entry.js +0 -1
  300. package/dist/uikit/p-4ba0e4bc.entry.js +0 -1
  301. package/dist/uikit/p-6c51a216.entry.js +0 -1
  302. package/dist/uikit/p-6d363a02.entry.js +0 -1
  303. package/dist/uikit/p-8b882367.entry.js +0 -1
  304. package/dist/uikit/p-9d8d420e.entry.js +0 -1
  305. package/dist/uikit/p-9dbe7e12.entry.js +0 -1
  306. package/dist/uikit/p-DYwlrXg_.js +0 -2
  307. package/dist/uikit/p-bac2c523.entry.js +0 -1
  308. package/dist/uikit/p-bbc718ef.entry.js +0 -1
  309. package/dist/uikit/p-c2138fb9.entry.js +0 -1
  310. package/dist/uikit/p-c94492ff.entry.js +0 -1
  311. package/dist/uikit/p-da807078.entry.js +0 -1
  312. package/dist/uikit/p-fbe7806c.entry.js +0 -1
@@ -4,7 +4,7 @@ const NAMESPACE = 'uikit';
4
4
  const BUILD = /* uikit */ { hotModuleReplacement: false, hydratedSelectorName: "hydrated", lazyLoad: true, propChangeCallback: true, state: true, updatable: true};
5
5
 
6
6
  const globalScripts = () => {};
7
- const globalStyles = ":root{--ui-background:#f6f7fb;--ui-foreground:#090b12;--ui-muted:#475467;--ui-text-soft:#263244;--ui-text-muted:#667085;--ui-text-faint:#8a94a6;--ui-border:rgba(15, 23, 42, 0.12);--ui-border-strong:rgba(15, 23, 42, 0.22);--ui-panel:rgba(255, 255, 255, 0.72);--ui-panel-strong:rgba(255, 255, 255, 0.9);--ui-panel-dark:rgba(255, 255, 255, 0.62);--ui-chip:rgba(255, 255, 255, 0.68);--ui-overlay:rgba(15, 23, 42, 0.32);--ui-accent:#26d0ce;--ui-accent-strong:#5b8cff;--ui-accent-contrast:#020617;--ui-ring:rgba(38, 208, 206, 0.34);--ui-success:#17c964;--ui-warning:#f5a524;--ui-danger:#f31260;--ui-info:#5b8cff;--ui-on-status:#ffffff;--ui-radius-sm:0.625rem;--ui-radius:1rem;--ui-radius-lg:1.5rem;--ui-radius-xl:1.75rem;--ui-radius-full:9999px;--ui-shadow-sm:0 1px 2px rgba(15, 23, 42, 0.08);--ui-shadow:0 16px 60px rgba(15, 23, 42, 0.1);--ui-shadow-lg:0 24px 80px rgba(15, 23, 42, 0.16);--ui-ease:cubic-bezier(0.22, 1, 0.36, 1);--ui-duration-fast:150ms;--ui-duration:300ms;--ui-duration-slow:600ms;--ui-font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,\n \"Segoe UI\", sans-serif;--ui-font-mono:ui-monospace, \"IBM Plex Mono\", SFMono-Regular, Menlo, monospace;--ui-page-gradient:radial-gradient(circle at 16% 0%, rgba(38, 208, 206, 0.16), transparent 30rem),\n radial-gradient(circle at 78% 12%, rgba(91, 140, 255, 0.14), transparent 34rem),\n linear-gradient(180deg, #f7f9fe 0%, #eef4fb 52%, #e8eef7 100%)}.dark{--ui-background:#03050b;--ui-foreground:#f8fbff;--ui-muted:#9aa7bd;--ui-text-soft:#e2e8f0;--ui-text-muted:#cbd5e1;--ui-text-faint:#94a3b8;--ui-border:rgba(226, 232, 240, 0.12);--ui-border-strong:rgba(226, 232, 240, 0.22);--ui-panel:rgba(9, 13, 24, 0.68);--ui-panel-strong:rgba(11, 16, 29, 0.86);--ui-panel-dark:rgba(0, 0, 0, 0.28);--ui-chip:rgba(255, 255, 255, 0.055);--ui-overlay:rgba(2, 4, 9, 0.62);--ui-accent:#64fff2;--ui-accent-strong:#8aa8ff;--ui-accent-contrast:#020617;--ui-ring:rgba(100, 255, 242, 0.24);--ui-success:#45d483;--ui-warning:#f7b750;--ui-danger:#f871a0;--ui-info:#8aa8ff;--ui-shadow-sm:0 1px 2px rgba(0, 0, 0, 0.4);--ui-shadow:0 16px 60px rgba(0, 0, 0, 0.24);--ui-shadow-lg:0 24px 80px rgba(0, 0, 0, 0.18);--ui-page-gradient:radial-gradient(circle at 18% 0%, rgba(38, 208, 206, 0.18), transparent 30rem),\n radial-gradient(circle at 78% 10%, rgba(91, 140, 255, 0.14), transparent 34rem),\n linear-gradient(180deg, var(--ui-background), #070911 58%, #03050b)}:where(html){font-family:var(--ui-font-sans)}";
7
+ const globalStyles = ":root{--ui-background:#f6f7fb;--ui-foreground:#090b12;--ui-muted:#475467;--ui-text-soft:#263244;--ui-text-muted:#667085;--ui-text-faint:#8a94a6;--ui-border:rgba(15, 23, 42, 0.12);--ui-border-strong:rgba(15, 23, 42, 0.22);--ui-panel:rgba(255, 255, 255, 0.72);--ui-panel-strong:rgba(255, 255, 255, 0.9);--ui-panel-dark:rgba(255, 255, 255, 0.62);--ui-chip:rgba(255, 255, 255, 0.68);--ui-overlay:rgba(15, 23, 42, 0.32);--ui-accent:#26d0ce;--ui-accent-strong:#5b8cff;--ui-accent-contrast:#020617;--ui-ring:rgba(38, 208, 206, 0.34);--ui-success:#17c964;--ui-warning:#f5a524;--ui-danger:#f31260;--ui-info:#5b8cff;--ui-on-status:#ffffff;--ui-radius-sm:0.625rem;--ui-radius:1rem;--ui-radius-lg:1.5rem;--ui-radius-xl:1.75rem;--ui-radius-full:9999px;--ui-shadow-sm:0 1px 2px rgba(15, 23, 42, 0.08);--ui-shadow:0 16px 60px rgba(15, 23, 42, 0.1);--ui-shadow-lg:0 24px 80px rgba(15, 23, 42, 0.16);--ui-ease:cubic-bezier(0.22, 1, 0.36, 1);--ui-duration-fast:150ms;--ui-duration:300ms;--ui-duration-slow:600ms;--ui-font-sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,\n \"Segoe UI\", sans-serif;--ui-font-mono:ui-monospace, \"IBM Plex Mono\", SFMono-Regular, Menlo, monospace;--ui-page-gradient:radial-gradient(circle at 16% 0%, rgba(38, 208, 206, 0.16), transparent 30rem),\n radial-gradient(circle at 78% 12%, rgba(91, 140, 255, 0.14), transparent 34rem),\n linear-gradient(180deg, #f7f9fe 0%, #eef4fb 52%, #e8eef7 100%)}.dark{--ui-background:#03050b;--ui-foreground:#f8fbff;--ui-muted:#9aa7bd;--ui-text-soft:#e2e8f0;--ui-text-muted:#cbd5e1;--ui-text-faint:#94a3b8;--ui-border:rgba(226, 232, 240, 0.12);--ui-border-strong:rgba(226, 232, 240, 0.22);--ui-panel:rgba(9, 13, 24, 0.68);--ui-panel-strong:rgba(11, 16, 29, 0.86);--ui-panel-dark:rgba(0, 0, 0, 0.28);--ui-chip:rgba(255, 255, 255, 0.055);--ui-overlay:rgba(2, 4, 9, 0.62);--ui-accent:#64fff2;--ui-accent-strong:#8aa8ff;--ui-accent-contrast:#020617;--ui-ring:rgba(100, 255, 242, 0.24);--ui-success:#45d483;--ui-warning:#f7b750;--ui-danger:#f871a0;--ui-info:#8aa8ff;--ui-shadow-sm:0 1px 2px rgba(0, 0, 0, 0.4);--ui-shadow:0 16px 60px rgba(0, 0, 0, 0.24);--ui-shadow-lg:0 24px 80px rgba(0, 0, 0, 0.18);--ui-page-gradient:radial-gradient(circle at 18% 0%, rgba(38, 208, 206, 0.18), transparent 30rem),\n radial-gradient(circle at 78% 10%, rgba(91, 140, 255, 0.14), transparent 34rem),\n linear-gradient(180deg, var(--ui-background), #070911 58%, #03050b)}.theme-violet{--ui-accent:#8b5cf6;--ui-accent-strong:#6366f1;--ui-ring:rgba(139, 92, 246, 0.34)}.dark.theme-violet{--ui-accent:#a78bfa;--ui-accent-strong:#818cf8;--ui-ring:rgba(167, 139, 250, 0.28)}.theme-emerald{--ui-accent:#10b981;--ui-accent-strong:#14b8a6;--ui-ring:rgba(16, 185, 129, 0.32)}.dark.theme-emerald{--ui-accent:#34d399;--ui-accent-strong:#2dd4bf;--ui-ring:rgba(52, 211, 153, 0.26)}.theme-amber{--ui-accent:#f59e0b;--ui-accent-strong:#f97316;--ui-accent-contrast:#1c1207;--ui-ring:rgba(245, 158, 11, 0.32)}.dark.theme-amber{--ui-accent:#fbbf24;--ui-accent-strong:#fb923c;--ui-ring:rgba(251, 191, 36, 0.26)}.theme-rose{--ui-accent:#f43f5e;--ui-accent-strong:#ec4899;--ui-accent-contrast:#fff;--ui-ring:rgba(244, 63, 94, 0.32)}.dark.theme-rose{--ui-accent:#fb7185;--ui-accent-strong:#f472b6;--ui-ring:rgba(251, 113, 133, 0.26)}.theme-blue{--ui-accent:#3b82f6;--ui-accent-strong:#6366f1;--ui-accent-contrast:#fff;--ui-ring:rgba(59, 130, 246, 0.32)}.dark.theme-blue{--ui-accent:#60a5fa;--ui-accent-strong:#818cf8;--ui-ring:rgba(96, 165, 250, 0.26)}:where(html){font-family:var(--ui-font-sans)}";
8
8
 
9
9
  /*
10
10
  Stencil Client Platform v4.43.5 | MIT Licensed | https://stenciljs.com
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Cb1tfi_9.js');
3
+ var index = require('./index-DV8CICae.js');
4
4
 
5
5
  const defineCustomElements = async (win, options) => {
6
6
  if (typeof window === 'undefined') return undefined;
7
7
  await index.globalScripts();
8
- return index.bootstrapLazy([["ui-loading-overlay.cjs",[[1,"ui-loading-overlay",{"visible":[4],"label":[1],"spinnerSize":[1,"spinner-size"]}]]],["ui-toaster.cjs",[[1,"ui-toaster",{"items":[32],"toast":[64]}]]],["ui-accordion.cjs",[[257,"ui-accordion"]]],["ui-accordion-item.cjs",[[257,"ui-accordion-item",{"heading":[1],"open":[1540]}]]],["ui-alert.cjs",[[257,"ui-alert",{"variant":[1],"heading":[1],"dismissible":[4],"open":[32]}]]],["ui-avatar.cjs",[[1,"ui-avatar",{"src":[1],"alt":[1],"fallback":[1],"status":[1]}]]],["ui-avatar-group.cjs",[[257,"ui-avatar-group"]]],["ui-badge.cjs",[[257,"ui-badge",{"variant":[1],"dot":[4],"removable":[4]}]]],["ui-breadcrumb.cjs",[[257,"ui-breadcrumb"]]],["ui-breadcrumb-item.cjs",[[257,"ui-breadcrumb-item",{"href":[1],"current":[4]}]]],["ui-button.cjs",[[257,"ui-button",{"variant":[1],"size":[1],"disabled":[4],"loading":[4],"type":[1],"full":[516]}]]],["ui-card.cjs",[[257,"ui-card"]]],["ui-checkbox.cjs",[[1,"ui-checkbox",{"checked":[1540],"disabled":[4],"name":[1],"value":[1]}]]],["ui-combobox.cjs",[[1,"ui-combobox",{"options":[16],"value":[1025],"placeholder":[1],"query":[32],"open":[32],"activeIndex":[32]}]]],["ui-container.cjs",[[257,"ui-container",{"size":[1],"padded":[4]}]]],["ui-date-picker.cjs",[[1,"ui-date-picker",{"value":[1025],"placeholder":[1],"open":[32],"viewYear":[32],"viewMonth":[32]},null,{"value":[{"onValueChange":0}]}]]],["ui-dialog.cjs",[[257,"ui-dialog",{"open":[1540],"show":[64],"close":[64]},null,{"open":[{"onOpenChange":0}]}]]],["ui-drawer.cjs",[[257,"ui-drawer",{"open":[1540],"side":[513],"show":[64],"close":[64]},null,{"open":[{"onOpenChange":0}]}]]],["ui-dropdown-item.cjs",[[257,"ui-dropdown-item",{"disabled":[516]}]]],["ui-dropdown-menu.cjs",[[257,"ui-dropdown-menu",{"open":[1540],"placement":[1],"show":[64],"close":[64]},[[0,"uiDropdownClose","onItemClose"]],{"open":[{"onOpenChange":0}]}]]],["ui-field.cjs",[[257,"ui-field",{"label":[1],"description":[1],"error":[1],"required":[4],"fieldId":[1,"field-id"]}]]],["ui-file-upload.cjs",[[1,"ui-file-upload",{"accept":[1],"multiple":[4],"label":[1],"files":[32],"dragging":[32]}]]],["ui-grid.cjs",[[257,"ui-grid",{"columns":[2],"gap":[1],"minItemWidth":[1,"min-item-width"]}]]],["ui-input.cjs",[[257,"ui-input",{"value":[1025],"placeholder":[1],"type":[1],"disabled":[4],"invalid":[4],"name":[1],"clearable":[4]}]]],["ui-label.cjs",[[257,"ui-label"]]],["ui-navbar.cjs",[[257,"ui-navbar"]]],["ui-pagination.cjs",[[1,"ui-pagination",{"total":[2],"current":[1538],"siblings":[2]}]]],["ui-popover.cjs",[[257,"ui-popover",{"open":[1540],"placement":[1],"show":[64],"close":[64]},null,{"open":[{"onOpenChange":0}]}]]],["ui-progress.cjs",[[1,"ui-progress",{"value":[2],"max":[2],"indeterminate":[4]}]]],["ui-progress-circular.cjs",[[1,"ui-progress-circular",{"value":[2],"max":[2],"size":[1],"strokeWidth":[2,"stroke-width"],"indeterminate":[4],"showValue":[4,"show-value"]}]]],["ui-radio-group.cjs",[[1,"ui-radio-group",{"value":[1025],"name":[1],"options":[16],"disabled":[4]}]]],["ui-rating.cjs",[[1,"ui-rating",{"value":[1026],"max":[2],"readonly":[4],"hoverValue":[32]}]]],["ui-reveal.cjs",[[257,"ui-reveal",{"delay":[2],"visible":[32]}]]],["ui-scroll-progress.cjs",[[1,"ui-scroll-progress",{"progress":[32]}]]],["ui-section.cjs",[[257,"ui-section",{"eyebrow":[1],"heading":[1],"description":[1]}]]],["ui-segmented.cjs",[[1,"ui-segmented",{"items":[16],"value":[1537]}]]],["ui-select.cjs",[[1,"ui-select",{"value":[1025],"disabled":[4],"name":[1],"options":[16],"placeholder":[1]}]]],["ui-separator.cjs",[[1,"ui-separator",{"orientation":[513]}]]],["ui-skeleton.cjs",[[1,"ui-skeleton"]]],["ui-slider.cjs",[[1,"ui-slider",{"value":[1026],"min":[2],"max":[2],"step":[2],"disabled":[4]}]]],["ui-stack.cjs",[[257,"ui-stack",{"direction":[1],"gap":[1],"align":[1],"justify":[1],"wrap":[4]}]]],["ui-stat.cjs",[[257,"ui-stat",{"label":[1],"value":[1],"delta":[1],"trend":[1]}]]],["ui-switch.cjs",[[1,"ui-switch",{"checked":[1540],"disabled":[4]}]]],["ui-table.cjs",[[1,"ui-table",{"columns":[16],"rows":[16],"striped":[4],"hoverable":[4]}]]],["ui-tabs.cjs",[[257,"ui-tabs",{"value":[1537],"items":[16]}]]],["ui-textarea.cjs",[[1,"ui-textarea",{"value":[1025],"placeholder":[1],"disabled":[4],"invalid":[4],"name":[1],"rows":[2]}]]],["ui-theme-toggle.cjs",[[1,"ui-theme-toggle",{"isDark":[32]}]]],["ui-tooltip.cjs",[[257,"ui-tooltip",{"content":[1],"placement":[1],"openDelay":[2,"open-delay"],"visible":[32]}]]],["ui-spinner.cjs",[[1,"ui-spinner",{"size":[1]}]]],["ui-toast.cjs",[[1,"ui-toast",{"open":[1540],"variant":[1],"heading":[1],"description":[1],"duration":[2],"show":[64],"close":[64]},null,{"open":[{"onOpenChange":0}]}]]]], options);
8
+ return index.bootstrapLazy([["ui-loading-overlay.cjs",[[1,"ui-loading-overlay",{"visible":[4],"label":[1],"spinnerSize":[1,"spinner-size"]}]]],["ui-toaster.cjs",[[1,"ui-toaster",{"items":[32],"toast":[64]}]]],["ui-accordion.cjs",[[257,"ui-accordion"]]],["ui-accordion-item.cjs",[[257,"ui-accordion-item",{"heading":[1],"open":[1540]}]]],["ui-alert.cjs",[[257,"ui-alert",{"variant":[1],"heading":[1],"dismissible":[4],"open":[32]}]]],["ui-avatar.cjs",[[1,"ui-avatar",{"src":[1],"alt":[1],"fallback":[1],"status":[1]}]]],["ui-avatar-group.cjs",[[257,"ui-avatar-group"]]],["ui-badge.cjs",[[257,"ui-badge",{"variant":[1],"dot":[4],"removable":[4]}]]],["ui-breadcrumb.cjs",[[257,"ui-breadcrumb"]]],["ui-breadcrumb-item.cjs",[[257,"ui-breadcrumb-item",{"href":[1],"current":[4]}]]],["ui-button.cjs",[[257,"ui-button",{"variant":[1],"size":[1],"disabled":[4],"loading":[4],"type":[1],"full":[516]}]]],["ui-card.cjs",[[257,"ui-card"]]],["ui-carousel.cjs",[[257,"ui-carousel",{"loop":[4],"autoplay":[2],"showArrows":[4,"show-arrows"],"showDots":[4,"show-dots"],"index":[32],"count":[32],"next":[64],"prev":[64],"goTo":[64]}]]],["ui-checkbox.cjs",[[1,"ui-checkbox",{"checked":[1540],"disabled":[4],"name":[1],"value":[1]}]]],["ui-combobox.cjs",[[1,"ui-combobox",{"options":[16],"value":[1025],"placeholder":[1],"query":[32],"open":[32],"activeIndex":[32]}]]],["ui-command.cjs",[[1,"ui-command",{"open":[1540],"items":[16],"placeholder":[1],"hotkey":[4],"query":[32],"activeIndex":[32],"show":[64],"close":[64]},null,{"open":[{"onOpenChange":0}]}]]],["ui-container.cjs",[[257,"ui-container",{"size":[1],"padded":[4]}]]],["ui-date-picker.cjs",[[1,"ui-date-picker",{"value":[1025],"placeholder":[1],"open":[32],"viewYear":[32],"viewMonth":[32]},null,{"value":[{"onValueChange":0}]}]]],["ui-dialog.cjs",[[257,"ui-dialog",{"open":[1540],"show":[64],"close":[64]},null,{"open":[{"onOpenChange":0}]}]]],["ui-drawer.cjs",[[257,"ui-drawer",{"open":[1540],"side":[513],"show":[64],"close":[64]},null,{"open":[{"onOpenChange":0}]}]]],["ui-dropdown-item.cjs",[[257,"ui-dropdown-item",{"disabled":[516]}]]],["ui-dropdown-menu.cjs",[[257,"ui-dropdown-menu",{"open":[1540],"placement":[1],"show":[64],"close":[64]},[[0,"uiDropdownClose","onItemClose"]],{"open":[{"onOpenChange":0}]}]]],["ui-field.cjs",[[257,"ui-field",{"label":[1],"description":[1],"error":[1],"required":[4],"fieldId":[1,"field-id"]}]]],["ui-file-upload.cjs",[[1,"ui-file-upload",{"accept":[1],"multiple":[4],"label":[1],"files":[32],"dragging":[32]}]]],["ui-grid.cjs",[[257,"ui-grid",{"columns":[2],"gap":[1],"minItemWidth":[1,"min-item-width"]}]]],["ui-input.cjs",[[257,"ui-input",{"value":[1025],"placeholder":[1],"type":[1],"disabled":[4],"invalid":[4],"name":[1],"clearable":[4]}]]],["ui-label.cjs",[[257,"ui-label"]]],["ui-navbar.cjs",[[257,"ui-navbar"]]],["ui-pagination.cjs",[[1,"ui-pagination",{"total":[2],"current":[1538],"siblings":[2]}]]],["ui-popover.cjs",[[257,"ui-popover",{"open":[1540],"placement":[1],"show":[64],"close":[64]},null,{"open":[{"onOpenChange":0}]}]]],["ui-progress.cjs",[[1,"ui-progress",{"value":[2],"max":[2],"indeterminate":[4]}]]],["ui-progress-circular.cjs",[[1,"ui-progress-circular",{"value":[2],"max":[2],"size":[1],"strokeWidth":[2,"stroke-width"],"indeterminate":[4],"showValue":[4,"show-value"]}]]],["ui-radio-group.cjs",[[1,"ui-radio-group",{"value":[1025],"name":[1],"options":[16],"disabled":[4]}]]],["ui-rating.cjs",[[1,"ui-rating",{"value":[1026],"max":[2],"readonly":[4],"hoverValue":[32]}]]],["ui-reveal.cjs",[[257,"ui-reveal",{"delay":[2],"visible":[32]}]]],["ui-scroll-progress.cjs",[[1,"ui-scroll-progress",{"progress":[32]}]]],["ui-section.cjs",[[257,"ui-section",{"eyebrow":[1],"heading":[1],"description":[1]}]]],["ui-segmented.cjs",[[1,"ui-segmented",{"items":[16],"value":[1537]}]]],["ui-select.cjs",[[1,"ui-select",{"value":[1025],"disabled":[4],"name":[1],"options":[16],"placeholder":[1]}]]],["ui-separator.cjs",[[1,"ui-separator",{"orientation":[513]}]]],["ui-skeleton.cjs",[[1,"ui-skeleton"]]],["ui-slider.cjs",[[1,"ui-slider",{"value":[1026],"min":[2],"max":[2],"step":[2],"disabled":[4]}]]],["ui-stack.cjs",[[257,"ui-stack",{"direction":[1],"gap":[1],"align":[1],"justify":[1],"wrap":[4]}]]],["ui-stat.cjs",[[257,"ui-stat",{"label":[1],"value":[1],"delta":[1],"trend":[1]}]]],["ui-switch.cjs",[[1,"ui-switch",{"checked":[1540],"disabled":[4]}]]],["ui-table.cjs",[[1,"ui-table",{"columns":[16],"rows":[16],"striped":[4],"hoverable":[4]}]]],["ui-tabs.cjs",[[257,"ui-tabs",{"value":[1537],"items":[16]}]]],["ui-textarea.cjs",[[1,"ui-textarea",{"value":[1025],"placeholder":[1],"disabled":[4],"invalid":[4],"name":[1],"rows":[2]}]]],["ui-theme-toggle.cjs",[[1,"ui-theme-toggle",{"isDark":[32]}]]],["ui-timeline.cjs",[[257,"ui-timeline"]]],["ui-timeline-item.cjs",[[257,"ui-timeline-item",{"heading":[1],"time":[1],"variant":[513]}]]],["ui-tooltip.cjs",[[257,"ui-tooltip",{"content":[1],"placement":[1],"openDelay":[2,"open-delay"],"visible":[32]}]]],["ui-spinner.cjs",[[1,"ui-spinner",{"size":[1]}]]],["ui-toast.cjs",[[1,"ui-toast",{"open":[1540],"variant":[1],"heading":[1],"description":[1],"duration":[2],"show":[64],"close":[64]},null,{"open":[{"onOpenChange":0}]}]]]], options);
9
9
  };
10
10
 
11
11
  exports.setNonce = index.setNonce;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Cb1tfi_9.js');
3
+ var index = require('./index-DV8CICae.js');
4
4
 
5
5
  const uiAccordionItemCss = () => `:host{display:block;font-family:var(--ui-font-sans);border-bottom:1px solid var(--ui-border)}summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0;cursor:pointer;font-weight:500;color:var(--ui-foreground);list-style:none;outline:none}summary::-webkit-details-marker{display:none}summary:hover{color:var(--ui-accent)}summary:hover .chevron{color:var(--ui-accent)}summary:focus-visible{box-shadow:0 0 0 2px var(--ui-background), 0 0 0 4px var(--ui-ring);border-radius:var(--ui-radius-sm)}.chevron{flex:none;color:var(--ui-text-muted);transition:transform var(--ui-duration) var(--ui-ease)}details[open] .chevron{transform:rotate(180deg)}.content{padding-bottom:1rem;color:var(--ui-text-muted)}`;
6
6
 
@@ -19,7 +19,7 @@ const UiAccordionItem = class {
19
19
  };
20
20
  }
21
21
  render() {
22
- return (index.h(index.Host, { key: '613b3accfe538702304aeaa7d826297948cd2c45' }, index.h("details", { key: '912854f32a5e15fbb2e708b4de5e0c4059733722', open: this.open, onToggle: this.onToggle }, index.h("summary", { key: '814a3332eb5dd4fbf340ae7cdb55fe8f618c0253' }, index.h("span", { key: '63ab8d2d1a60ea7327577b80547897aa0d78e2dd', class: "heading" }, this.heading), index.h("svg", { key: 'c6812c39cbe86ad0e09d61d44bfff3784c93d462', class: "chevron", width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "aria-hidden": "true" }, index.h("polyline", { key: '67969ddf96e125133c9b7a4d59edb5a9af21a319', points: "6 9 12 15 18 9" }))), index.h("div", { key: 'e8e1adb834e3749848db663b0a27b672fb33302d', class: "content" }, index.h("slot", { key: '3d22b0d25f5000e6e9402658ec52996c2f9f3c09' })))));
22
+ return (index.h(index.Host, { key: '11d00df0e199adbc3badfa4e80702b1b1b3ccba7' }, index.h("details", { key: '44b13038c647250ca575b39a29c51b4552bf08af', open: this.open, onToggle: this.onToggle }, index.h("summary", { key: '08f7b8573dcfe59772f5e8f5aba4e5f35d4b56e1' }, index.h("span", { key: 'cd9805611d92d5e79fb8ef919641be21db847653', class: "heading" }, this.heading), index.h("svg", { key: '86f746ee1069f1da35ae413d0e3027faa3c16e28', class: "chevron", width: "16", height: "16", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round", "aria-hidden": "true" }, index.h("polyline", { key: 'f390ee46eb11ea19bd1009a6729e350190cb3832', points: "6 9 12 15 18 9" }))), index.h("div", { key: 'a8648065e4fabb367320d891d6ca31a3d66a6e92', class: "content" }, index.h("slot", { key: '8666001409bd732acbc0b5cd8aa3c078de166a77' })))));
23
23
  }
24
24
  };
25
25
  UiAccordionItem.style = uiAccordionItemCss();
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Cb1tfi_9.js');
3
+ var index = require('./index-DV8CICae.js');
4
4
 
5
5
  const uiAccordionCss = () => `:host{display:block;font-family:var(--ui-font-sans)}`;
6
6
 
@@ -9,7 +9,7 @@ const UiAccordion = class {
9
9
  index.registerInstance(this, hostRef);
10
10
  }
11
11
  render() {
12
- return (index.h(index.Host, { key: '0242c529aecf9b0f35958f21f9df65d4cba8ba37' }, index.h("slot", { key: '394493e0939fa0224be6233830f588e88e49a2d3' })));
12
+ return (index.h(index.Host, { key: '56a5f7f6b52c0b6a4c38cb46ddba0cd74882bd66' }, index.h("slot", { key: 'e93260e203e7530a478cf67911c6ad82b1bb42b8' })));
13
13
  }
14
14
  };
15
15
  UiAccordion.style = uiAccordionCss();
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Cb1tfi_9.js');
3
+ var index = require('./index-DV8CICae.js');
4
4
 
5
5
  const uiAlertCss = () => `:host{display:block}.alert{display:flex;align-items:flex-start;gap:0.75rem;padding:0.875rem 1rem;border:1px solid var(--ui-border);border-left:3px solid var(--ui-info);border-radius:var(--ui-radius);font-family:var(--ui-font-sans)}.indicator{display:inline-flex;flex-shrink:0;margin-top:0.0625rem}.icon{display:block}.body{flex:1;min-width:0;display:flex;flex-direction:column;gap:0.25rem}.heading{margin:0;font-size:0.875rem;font-weight:600;color:var(--ui-foreground)}.content{font-size:0.8125rem;color:var(--ui-text-soft)}.close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:0.125rem;border:none;background:transparent;color:var(--ui-text-muted);cursor:pointer;border-radius:var(--ui-radius-sm);transition:color var(--ui-duration) var(--ui-ease)}.close:hover{color:var(--ui-foreground)}.variant-info{border-left-color:var(--ui-info);background:color-mix(in srgb, var(--ui-info) 12%, transparent)}.variant-info .indicator{color:var(--ui-info)}.variant-success{border-left-color:var(--ui-success);background:color-mix(in srgb, var(--ui-success) 12%, transparent)}.variant-success .indicator{color:var(--ui-success)}.variant-warning{border-left-color:var(--ui-warning);background:color-mix(in srgb, var(--ui-warning) 12%, transparent)}.variant-warning .indicator{color:var(--ui-warning)}.variant-danger{border-left-color:var(--ui-danger);background:color-mix(in srgb, var(--ui-danger) 12%, transparent)}.variant-danger .indicator{color:var(--ui-danger)}`;
6
6
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Cb1tfi_9.js');
3
+ var index = require('./index-DV8CICae.js');
4
4
 
5
5
  const uiAvatarGroupCss = () => `:host{display:inline-flex}.group{display:inline-flex;align-items:center}::slotted(*){border-radius:var(--ui-radius-full)}::slotted(*:not(:first-child)){margin-left:-0.6rem}::slotted(ui-avatar){outline:2px solid var(--ui-background);border-radius:var(--ui-radius-full)}`;
6
6
 
@@ -9,7 +9,7 @@ const UiAvatarGroup = class {
9
9
  index.registerInstance(this, hostRef);
10
10
  }
11
11
  render() {
12
- return (index.h(index.Host, { key: 'ffbc4f069a58a5c5e9bf014ec9fc41d11ceb24b8' }, index.h("div", { key: 'c6f7c559740f193c0347f7834169fbd2eb252272', class: "group" }, index.h("slot", { key: 'd66719ad68488098d753eefc8da5cc65bf6a85a4' }))));
12
+ return (index.h(index.Host, { key: '5c342ae641715653dddb31b78aeee575b8aed1f7' }, index.h("div", { key: '51f02e90a80b567ecae3bec66409fe81fd23311b', class: "group" }, index.h("slot", { key: 'e51f5620608a021eac9f11caba645a528dad4e82' }))));
13
13
  }
14
14
  };
15
15
  UiAvatarGroup.style = uiAvatarGroupCss();
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Cb1tfi_9.js');
3
+ var index = require('./index-DV8CICae.js');
4
4
 
5
- const uiAvatarCss = () => `:host{display:inline-block;}.avatar{display:inline-flex;align-items:center;justify-content:center;width:var(--ui-avatar-size, 2.5rem);height:var(--ui-avatar-size, 2.5rem);border-radius:var(--ui-radius-full);border:1px solid var(--ui-border);background:var(--ui-chip);overflow:hidden;font-family:var(--ui-font-sans)}.image{width:100%;height:100%;object-fit:cover}.fallback{font-size:0.875rem;font-weight:500;color:var(--ui-text-muted);line-height:1}.wrapper{position:relative;display:inline-flex}.status{position:absolute;right:0;bottom:0;width:28%;height:28%;min-width:0.55rem;min-height:0.55rem;border-radius:var(--ui-radius-full);border:2px solid var(--ui-background);box-sizing:border-box}.status-online{background:var(--ui-success)}.status-busy{background:var(--ui-danger)}.status-away{background:var(--ui-warning)}.status-offline{background:var(--ui-text-faint)}`;
5
+ const uiAvatarCss = () => `:host{display:inline-flex;vertical-align:middle;}.avatar{display:inline-flex;align-items:center;justify-content:center;width:var(--ui-avatar-size, 2.5rem);height:var(--ui-avatar-size, 2.5rem);border-radius:var(--ui-radius-full);border:1px solid var(--ui-border);background:var(--ui-chip);overflow:hidden;font-family:var(--ui-font-sans)}.image{width:100%;height:100%;object-fit:cover}.fallback{font-size:0.875rem;font-weight:500;color:var(--ui-text-muted);line-height:1}.wrapper{position:relative;display:inline-flex}.status{position:absolute;right:0;bottom:0;width:28%;height:28%;min-width:0.55rem;min-height:0.55rem;border-radius:var(--ui-radius-full);border:2px solid var(--ui-background);box-sizing:border-box}.status-online{background:var(--ui-success)}.status-busy{background:var(--ui-danger)}.status-away{background:var(--ui-warning)}.status-offline{background:var(--ui-text-faint)}`;
6
6
 
7
7
  const UiAvatar = class {
8
8
  constructor(hostRef) {
@@ -11,7 +11,7 @@ const UiAvatar = class {
11
11
  this.alt = "";
12
12
  }
13
13
  render() {
14
- return (index.h(index.Host, { key: '3f5862531fd7c0df254cca0be373c4f5661bac1c' }, index.h("span", { key: '2c831417964e89d68f3535321868aa0fab82df26', class: "wrapper" }, index.h("span", { key: '7573d9b9bdd3c07e7913002923722e19eb652d8e', class: "avatar" }, this.src ? (index.h("img", { class: "image", src: this.src, alt: this.alt })) : (index.h("span", { class: "fallback" }, this.fallback))), this.status && (index.h("span", { key: 'adb6bf39438427a853fffe2eb84b95474aa8c123', class: `status status-${this.status}`, "aria-label": this.status })))));
14
+ return (index.h(index.Host, { key: '6347a5a14cb07b2782759417006f8a23fd7a6b54' }, index.h("span", { key: 'dfb14ae7a3e19312a7fa597612a9d10842561d8f', class: "wrapper" }, index.h("span", { key: '66ad000b4c2f1bea00332cc164a86ee196b80943', class: "avatar" }, this.src ? (index.h("img", { class: "image", src: this.src, alt: this.alt })) : (index.h("span", { class: "fallback" }, this.fallback))), this.status && (index.h("span", { key: 'd40f9d4f2c42415aa8c346f2819aade2221a2829', class: `status status-${this.status}`, "aria-label": this.status })))));
15
15
  }
16
16
  };
17
17
  UiAvatar.style = uiAvatarCss();
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Cb1tfi_9.js');
3
+ var index = require('./index-DV8CICae.js');
4
4
 
5
5
  const uiBadgeCss = () => `:host{display:inline-flex}.badge{display:inline-flex;align-items:center;gap:0.25rem;border:1px solid transparent;border-radius:var(--ui-radius-full);padding:0.25rem 0.75rem;font-family:var(--ui-font-sans);font-size:0.75rem;font-weight:500;backdrop-filter:blur(22px)}.variant-default{background:var(--ui-chip);border-color:var(--ui-border);color:var(--ui-text-soft)}.variant-solid{background:var(--ui-accent);color:var(--ui-accent-contrast)}.variant-outline{border-color:var(--ui-border-strong);color:var(--ui-foreground)}.variant-success{background:color-mix(in srgb, var(--ui-success) 15%, transparent);color:var(--ui-success)}.variant-warning{background:color-mix(in srgb, var(--ui-warning) 15%, transparent);color:var(--ui-warning)}.variant-danger{background:color-mix(in srgb, var(--ui-danger) 15%, transparent);color:var(--ui-danger)}.variant-info{background:color-mix(in srgb, var(--ui-info) 15%, transparent);color:var(--ui-info)}.dot{width:0.4rem;height:0.4rem;border-radius:var(--ui-radius-full);background:currentColor}.remove{display:inline-flex;align-items:center;justify-content:center;margin:0 -0.25rem 0 0.125rem;padding:0.125rem;border:none;border-radius:var(--ui-radius-full);background:transparent;color:inherit;cursor:pointer;opacity:0.7;transition:opacity var(--ui-duration) var(--ui-ease)}.remove:hover{opacity:1}`;
6
6
 
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Cb1tfi_9.js');
3
+ var index = require('./index-DV8CICae.js');
4
4
 
5
5
  const uiBreadcrumbItemCss = () => `:host{display:inline-flex;align-items:center}.link{color:var(--ui-text-muted);text-decoration:none;transition:color var(--ui-duration) var(--ui-ease)}.link:hover{color:var(--ui-accent)}.current{color:var(--ui-foreground);font-weight:500}.separator{display:inline-flex;align-items:center;margin:0 0.5rem;color:var(--ui-text-faint)}.separator svg{display:block}`;
6
6
 
@@ -15,7 +15,7 @@ const UiBreadcrumbItem = class {
15
15
  }
16
16
  render() {
17
17
  const isLink = this.href && !this.current;
18
- return (index.h(index.Host, { key: '20f1a108e5275c29e2fbb243720a8b70efb10b24' }, isLink ? (index.h("a", { class: "link", href: this.href }, index.h("slot", null))) : (index.h("span", { class: "current", "aria-current": this.current ? "page" : undefined }, index.h("slot", null))), !this.current && this.renderSeparator()));
18
+ return (index.h(index.Host, { key: 'daa9ab5db1045afddfd1c1656a1635fd98a9e5cb' }, isLink ? (index.h("a", { class: "link", href: this.href }, index.h("slot", null))) : (index.h("span", { class: "current", "aria-current": this.current ? "page" : undefined }, index.h("slot", null))), !this.current && this.renderSeparator()));
19
19
  }
20
20
  };
21
21
  UiBreadcrumbItem.style = uiBreadcrumbItemCss();
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Cb1tfi_9.js');
3
+ var index = require('./index-DV8CICae.js');
4
4
 
5
5
  const uiBreadcrumbCss = () => `:host{display:block}ol{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem;margin:0;padding:0;list-style:none;font-family:var(--ui-font-sans);font-size:0.875rem}`;
6
6
 
@@ -9,7 +9,7 @@ const UiBreadcrumb = class {
9
9
  index.registerInstance(this, hostRef);
10
10
  }
11
11
  render() {
12
- return (index.h(index.Host, { key: '93726eb6ef05c505f409ec5b313e7db50c0d0a78' }, index.h("nav", { key: 'dc02b8d95d1c0998e2e7533ab8ed214fb9c19a63', "aria-label": "breadcrumb" }, index.h("ol", { key: '41dc2d7fe3cbf1b684723d759ef0d00f17bf2e00' }, index.h("slot", { key: 'eb64652ac37ca5ce1ebd865260ad1ac2c5dd7548' })))));
12
+ return (index.h(index.Host, { key: '08c7f1a9160ee85b361bbdbaa79bebe383c45356' }, index.h("nav", { key: 'c556ee500aae55becf5c1095344278f48bf6c8a5', "aria-label": "breadcrumb" }, index.h("ol", { key: 'cf7611405a6884d91fe9b4a657f640080e2085e6' }, index.h("slot", { key: '4d10ef99bed3ba63f5893a62ac8ac4c3c0256461' })))));
13
13
  }
14
14
  };
15
15
  UiBreadcrumb.style = uiBreadcrumbCss();
@@ -1,8 +1,8 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Cb1tfi_9.js');
3
+ var index = require('./index-DV8CICae.js');
4
4
 
5
- const uiButtonCss = () => `:host{display:inline-block}:host([full]){display:block;width:100%}:host([full]) .btn{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;white-space:nowrap;border:1px solid transparent;border-radius:var(--ui-radius-full);background:transparent;color:var(--ui-foreground);font-family:var(--ui-font-sans);font-weight:500;cursor:pointer;outline:none;transition:all var(--ui-duration) var(--ui-ease)}.btn:active{transform:scale(0.98)}.btn:focus-visible{box-shadow:0 0 0 2px var(--ui-background), 0 0 0 4px var(--ui-ring)}.btn:disabled{pointer-events:none;opacity:0.5}.size-sm{height:2.25rem;padding:0 1rem;font-size:0.75rem}.size-md{height:2.75rem;padding:0 1.25rem;font-size:0.875rem}.size-lg{height:3rem;padding:0 1.5rem;font-size:1rem}.size-icon{height:2.5rem;width:2.5rem;padding:0}.variant-solid{background:var(--ui-accent);color:var(--ui-accent-contrast);box-shadow:var(--ui-shadow)}.variant-solid:hover{filter:brightness(1.1)}.variant-default{background:var(--ui-panel-strong);color:var(--ui-foreground);border-color:var(--ui-border);backdrop-filter:blur(22px)}.variant-default:hover{border-color:var(--ui-border-strong)}.variant-subtle{background:var(--ui-chip);color:var(--ui-foreground);border-color:var(--ui-border);backdrop-filter:blur(22px)}.variant-subtle:hover{background:var(--ui-panel)}.variant-outline{color:var(--ui-foreground);border-color:color-mix(in srgb, var(--ui-foreground) 30%, transparent)}.variant-outline:hover{background:var(--ui-chip);border-color:color-mix(in srgb, var(--ui-foreground) 45%, transparent)}.variant-ghost{color:var(--ui-text-soft)}.variant-ghost:hover{background:var(--ui-chip)}.variant-destructive{background:var(--ui-danger);color:var(--ui-on-status)}.variant-destructive:hover{filter:brightness(1.1)}.variant-link{color:var(--ui-accent);text-underline-offset:4px}.variant-link:hover{text-decoration:underline}.spinner{width:1rem;height:1rem;border-radius:9999px;border:2px solid currentColor;border-top-color:transparent;animation:ui-button-spin 0.7s linear infinite}@keyframes ui-button-spin{to{transform:rotate(360deg)}}`;
5
+ const uiButtonCss = () => `:host{display:inline-flex;vertical-align:middle}:host([full]){display:flex;width:100%}:host([full]) .btn{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;white-space:nowrap;border:1px solid transparent;border-radius:var(--ui-radius-full);background:transparent;color:var(--ui-foreground);font-family:var(--ui-font-sans);font-weight:500;cursor:pointer;outline:none;transition:all var(--ui-duration) var(--ui-ease)}.btn:active{transform:scale(0.98)}.btn:focus-visible{box-shadow:0 0 0 2px var(--ui-background), 0 0 0 4px var(--ui-ring)}.btn:disabled{pointer-events:none;opacity:0.5}.size-sm{height:2.25rem;padding:0 1rem;font-size:0.75rem}.size-md{height:2.75rem;padding:0 1.25rem;font-size:0.875rem}.size-lg{height:3rem;padding:0 1.5rem;font-size:1rem}.size-icon{height:2.5rem;width:2.5rem;padding:0}.variant-solid{background:var(--ui-accent);color:var(--ui-accent-contrast);box-shadow:var(--ui-shadow)}.variant-solid:hover{filter:brightness(1.1)}.variant-default{background:var(--ui-panel-strong);color:var(--ui-foreground);border-color:var(--ui-border);backdrop-filter:blur(22px)}.variant-default:hover{border-color:var(--ui-border-strong)}.variant-subtle{background:var(--ui-chip);color:var(--ui-foreground);border-color:var(--ui-border);backdrop-filter:blur(22px)}.variant-subtle:hover{background:var(--ui-panel)}.variant-outline{color:var(--ui-foreground);border-color:color-mix(in srgb, var(--ui-foreground) 30%, transparent)}.variant-outline:hover{background:var(--ui-chip);border-color:color-mix(in srgb, var(--ui-foreground) 45%, transparent)}.variant-ghost{color:var(--ui-text-soft)}.variant-ghost:hover{background:var(--ui-chip)}.variant-destructive{background:var(--ui-danger);color:var(--ui-on-status)}.variant-destructive:hover{filter:brightness(1.1)}.variant-link{color:var(--ui-accent);text-underline-offset:4px}.variant-link:hover{text-decoration:underline}.spinner{width:1rem;height:1rem;border-radius:9999px;border:2px solid currentColor;border-top-color:transparent;animation:ui-button-spin 0.7s linear infinite}@keyframes ui-button-spin{to{transform:rotate(360deg)}}`;
6
6
 
7
7
  const UiButton = class {
8
8
  constructor(hostRef) {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Cb1tfi_9.js');
3
+ var index = require('./index-DV8CICae.js');
4
4
 
5
5
  const uiCardCss = () => `:host{display:block}.card{display:flex;flex-direction:column;gap:0.5rem;padding:1.5rem;border:1px solid var(--ui-border);background:var(--ui-panel);box-shadow:var(--ui-shadow-lg);backdrop-filter:blur(22px) saturate(140%);border-radius:var(--ui-radius-xl);color:var(--ui-text-soft);font-family:var(--ui-font-sans)}::slotted([slot="title"]){margin:0;font-size:1.125rem;font-weight:600;letter-spacing:-0.01em;color:var(--ui-foreground)}::slotted([slot="description"]){margin:0;font-size:0.875rem;color:var(--ui-text-muted)}::slotted([slot="footer"]){display:flex;gap:0.75rem;margin-top:0.5rem}`;
6
6
 
@@ -9,7 +9,7 @@ const UiCard = class {
9
9
  index.registerInstance(this, hostRef);
10
10
  }
11
11
  render() {
12
- return (index.h(index.Host, { key: '2f6568112992159a78a5c9dac99bd1a453cd779a' }, index.h("div", { key: '3d76798bf20f98b20a8d7b1847896f9641585cda', class: "card" }, index.h("slot", { key: 'cf396f9448c56b96859072327f5f82bb00f0c36d', name: "title" }), index.h("slot", { key: '04fdf85b8c4ffa318b084616ba902998d085a990', name: "description" }), index.h("slot", { key: 'a716446f123d47c8f47bea6915ac7489dd41fd45' }), index.h("slot", { key: '9b2e4abc3987a04e72b13eff8cacf3257b89f174', name: "footer" }))));
12
+ return (index.h(index.Host, { key: '6382864bd44db2d3bc909fba6b50e61889e248ba' }, index.h("div", { key: 'ced7e89f9d398eb80d914c0734bf7792b0da415e', class: "card" }, index.h("slot", { key: '3d77e38ace558104a5498e76730264731d02ad75', name: "title" }), index.h("slot", { key: '7fe9e17f69e79444eb0d3908f099bc40a49ebe0d', name: "description" }), index.h("slot", { key: '523ae4e729f6127e4686fb82e12ff3153a67f774' }), index.h("slot", { key: '87603f17a6d0c8ff7724b5a658e34ae868abd83e', name: "footer" }))));
13
13
  }
14
14
  };
15
15
  UiCard.style = uiCardCss();
@@ -0,0 +1,104 @@
1
+ 'use strict';
2
+
3
+ var index = require('./index-DV8CICae.js');
4
+
5
+ const uiCarouselCss = () => `:host{display:block}.viewport{position:relative;overflow:hidden;border:1px solid var(--ui-border);border-radius:var(--ui-radius-lg);font-family:var(--ui-font-sans);color:var(--ui-foreground)}.track{display:flex;transition:transform 0.4s var(--ui-ease);will-change:transform}::slotted(*){flex:0 0 100%;width:100%}.arrow{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--ui-radius-full);border:1px solid var(--ui-border);background:var(--ui-panel-strong);color:var(--ui-foreground);font-size:1.5rem;line-height:1;cursor:pointer;backdrop-filter:blur(22px);box-shadow:var(--ui-shadow);outline:none;transition:all var(--ui-duration) var(--ui-ease)}.arrow:hover{border-color:var(--ui-border-strong)}.arrow:focus-visible{box-shadow:0 0 0 2px var(--ui-ring)}.arrow:disabled{opacity:0.4;pointer-events:none}.arrow-prev{left:0.5rem}.arrow-next{right:0.5rem}.dots{position:absolute;left:0;right:0;bottom:0.75rem;display:flex;align-items:center;justify-content:center;gap:0.5rem}.dot{width:0.625rem;height:0.625rem;padding:0;border:none;border-radius:var(--ui-radius-full);background:var(--ui-chip);cursor:pointer;outline:none;transition:all var(--ui-duration) var(--ui-ease)}.dot:hover{filter:brightness(1.15)}.dot:focus-visible{box-shadow:0 0 0 2px var(--ui-ring)}.dot.active{background:var(--ui-accent)}`;
6
+
7
+ const UiCarousel = class {
8
+ constructor(hostRef) {
9
+ index.registerInstance(this, hostRef);
10
+ this.uiChange = index.createEvent(this, "uiChange");
11
+ /** Permite navegação circular (wrap) entre o primeiro e o último slide. */
12
+ this.loop = false;
13
+ /** Intervalo de autoplay em ms. 0 desliga o autoplay. */
14
+ this.autoplay = 0;
15
+ /** Exibe as setas de navegação. */
16
+ this.showArrows = true;
17
+ /** Exibe os indicadores (dots). */
18
+ this.showDots = true;
19
+ /** Índice do slide atual. */
20
+ this.index = 0;
21
+ /** Quantidade de slides. */
22
+ this.count = 0;
23
+ this.syncCount = () => {
24
+ const slot = this.host.shadowRoot?.querySelector("slot");
25
+ if (!slot)
26
+ return;
27
+ this.count = slot.assignedElements().length;
28
+ if (this.index > this.count - 1) {
29
+ this.index = Math.max(0, this.count - 1);
30
+ }
31
+ };
32
+ this.handleMouseEnter = () => {
33
+ if (this.autoplay > 0)
34
+ this.stopAutoplay();
35
+ };
36
+ this.handleMouseLeave = () => {
37
+ if (this.autoplay > 0)
38
+ this.startAutoplay();
39
+ };
40
+ }
41
+ componentDidLoad() {
42
+ this.syncCount();
43
+ this.startAutoplay();
44
+ }
45
+ disconnectedCallback() {
46
+ this.stopAutoplay();
47
+ }
48
+ startAutoplay() {
49
+ if (this.autoplay > 0) {
50
+ this.stopAutoplay();
51
+ this.timer = setInterval(() => {
52
+ this.advance();
53
+ }, this.autoplay);
54
+ }
55
+ }
56
+ stopAutoplay() {
57
+ if (this.timer) {
58
+ clearInterval(this.timer);
59
+ this.timer = undefined;
60
+ }
61
+ }
62
+ advance() {
63
+ if (this.count < 1)
64
+ return;
65
+ this.goTo((this.index + 1) % this.count);
66
+ }
67
+ setIndex(i) {
68
+ if (this.count < 1)
69
+ return;
70
+ let target = i;
71
+ if (this.loop) {
72
+ target = ((i % this.count) + this.count) % this.count;
73
+ }
74
+ else {
75
+ target = Math.max(0, Math.min(i, this.count - 1));
76
+ }
77
+ if (target === this.index)
78
+ return;
79
+ this.index = target;
80
+ this.uiChange.emit(this.index);
81
+ }
82
+ /** Avança para o próximo slide. */
83
+ async next() {
84
+ this.setIndex(this.index + 1);
85
+ }
86
+ /** Volta para o slide anterior. */
87
+ async prev() {
88
+ this.setIndex(this.index - 1);
89
+ }
90
+ /** Vai para um slide específico pelo índice. */
91
+ async goTo(i) {
92
+ this.setIndex(i);
93
+ }
94
+ render() {
95
+ const hasNav = this.count > 1;
96
+ const atStart = this.index <= 0;
97
+ const atEnd = this.index >= this.count - 1;
98
+ return (index.h(index.Host, { key: '8674262ced2aef3587cb5b5148628776c3a438df' }, index.h("div", { key: 'f75c9ec8e3d6aa8635e3001a108795f2b0ac8075', class: "viewport", onMouseEnter: this.handleMouseEnter, onMouseLeave: this.handleMouseLeave }, index.h("div", { key: 'eb654e625366fbeef0b91dd9d86fabe82bada130', class: "track", style: { transform: `translateX(${-this.index * 100}%)` } }, index.h("slot", { key: '23be2c8067e38b9092bbe6d3ef7b59efb91176c2', onSlotchange: this.syncCount })), this.showArrows && hasNav && (index.h("button", { key: 'a079b10d78e03a780cccd34a18cb677890c79b8d', type: "button", class: "arrow arrow-prev", "aria-label": "Slide anterior", disabled: !this.loop && atStart, onClick: () => this.prev() }, "\u2039")), this.showArrows && hasNav && (index.h("button", { key: 'baa6cdc3055631a766afeffc2dadf3d565afaf71', type: "button", class: "arrow arrow-next", "aria-label": "Pr\u00F3ximo slide", disabled: !this.loop && atEnd, onClick: () => this.next() }, "\u203A")), this.showDots && hasNav && (index.h("div", { key: '3b381517e47193aece7e50c7f134f3e70ea2eda6', class: "dots" }, Array.from({ length: this.count }).map((_, i) => (index.h("button", { key: i, type: "button", class: { dot: true, active: i === this.index }, "aria-label": `Ir para slide ${i + 1}`, "aria-current": i === this.index ? "true" : "false", onClick: () => this.goTo(i) }))))))));
99
+ }
100
+ get host() { return index.getElement(this); }
101
+ };
102
+ UiCarousel.style = uiCarouselCss();
103
+
104
+ exports.ui_carousel = UiCarousel;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Cb1tfi_9.js');
3
+ var index = require('./index-DV8CICae.js');
4
4
 
5
5
  const uiCheckboxCss = () => `:host{display:inline-flex}.checkbox{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;padding:0;border:1.5px solid color-mix(in srgb, var(--ui-foreground) 32%, transparent);border-radius:var(--ui-radius-sm);background:var(--ui-chip);cursor:pointer;outline:none;transition:all var(--ui-duration) var(--ui-ease)}.checkbox:hover:not(:disabled):not([aria-checked="true"]){border-color:var(--ui-accent)}.checkbox:focus-visible{box-shadow:0 0 0 2px var(--ui-background), 0 0 0 4px var(--ui-ring)}.checkbox[aria-checked="true"]{background:var(--ui-accent);border-color:var(--ui-accent)}.checkbox:disabled{opacity:0.5;pointer-events:none}.check{width:0.875rem;height:0.875rem;color:var(--ui-accent-contrast);opacity:0;transform:scale(0.6);transition:all var(--ui-duration) var(--ui-ease)}.checkbox[aria-checked="true"] .check{opacity:1;transform:scale(1)}`;
6
6
 
@@ -26,7 +26,7 @@ const UiCheckbox = class {
26
26
  };
27
27
  }
28
28
  render() {
29
- return (index.h(index.Host, { key: 'ec07dd3898dfb9eeac1a07d41895be145a8f03f0' }, index.h("button", { key: '7d1e72daf042994ba140703e5f8ce2bb5558932d', class: "checkbox", type: "button", role: "checkbox", "aria-checked": this.checked ? "true" : "false", disabled: this.disabled, onClick: this.toggle, onKeyDown: this.onKeyDown }, index.h("svg", { key: 'f1a59bc59f90e6bce5b289a4a05da51778788c19', class: "check", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": "3", "stroke-linecap": "round", "stroke-linejoin": "round", "aria-hidden": "true" }, index.h("polyline", { key: '6ea7bc0406e6e8befd6ceea7193423bd433d9a63', points: "20 6 9 17 4 12" })))));
29
+ return (index.h(index.Host, { key: '341aeea485e623d978d0e738481dd5e0865b1ff3' }, index.h("button", { key: 'a3a5fa4569152d3811d0b575dd3dba099aa7b782', class: "checkbox", type: "button", role: "checkbox", "aria-checked": this.checked ? "true" : "false", disabled: this.disabled, onClick: this.toggle, onKeyDown: this.onKeyDown }, index.h("svg", { key: '2653b2db08fc200cc9de850bf3b5e7aec7bb96a0', class: "check", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": "3", "stroke-linecap": "round", "stroke-linejoin": "round", "aria-hidden": "true" }, index.h("polyline", { key: '009b16f0efcd6f4d59255262e95542e5362832ed', points: "20 6 9 17 4 12" })))));
30
30
  }
31
31
  };
32
32
  UiCheckbox.style = uiCheckboxCss();
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Cb1tfi_9.js');
3
+ var index = require('./index-DV8CICae.js');
4
4
  var floatingUi_dom = require('./floating-ui.dom-BZk7Blsu.js');
5
5
 
6
6
  const uiComboboxCss = () => `:host{display:block}.field{display:flex;align-items:center;gap:0.5rem;width:100%;height:2.75rem;padding:0 0.875rem;border:1px solid var(--ui-border);border-radius:var(--ui-radius-sm);background:var(--ui-panel);backdrop-filter:blur(22px);transition:all var(--ui-duration) var(--ui-ease);box-sizing:border-box}.field:hover{border-color:var(--ui-border-strong)}.field:focus-within{border-color:var(--ui-accent);box-shadow:0 0 0 2px var(--ui-ring)}.input{flex:1;min-width:0;height:100%;border:none;background:transparent;color:var(--ui-foreground);font-family:var(--ui-font-sans);font-size:0.875rem;outline:none}.input::placeholder{color:var(--ui-text-faint)}.list{position:fixed;top:0;left:0;z-index:50;max-height:16rem;overflow-y:auto;padding:0.25rem;font-family:var(--ui-font-sans);color:var(--ui-foreground);border:1px solid var(--ui-border);background:var(--ui-panel-strong);box-shadow:var(--ui-shadow-lg);backdrop-filter:blur(22px);border-radius:var(--ui-radius);visibility:hidden;opacity:0;transition:opacity var(--ui-duration) var(--ui-ease), visibility var(--ui-duration) var(--ui-ease)}.list.is-open{visibility:visible;opacity:1}.option{padding:0.5rem 0.75rem;font-size:0.875rem;color:var(--ui-foreground);border-radius:var(--ui-radius-sm);cursor:pointer;transition:background var(--ui-duration) var(--ui-ease)}.option.active{background:var(--ui-chip)}.option.selected{color:var(--ui-accent)}.empty{padding:0.5rem 0.75rem;font-size:0.875rem;color:var(--ui-text-faint)}`;
@@ -0,0 +1,137 @@
1
+ 'use strict';
2
+
3
+ var index = require('./index-DV8CICae.js');
4
+
5
+ const uiCommandCss = () => `.command{padding:0;border:none;background:transparent;max-width:none;max-height:none;color:var(--ui-foreground)}.command::backdrop{background:var(--ui-overlay);backdrop-filter:blur(4px)}.panel{margin:12vh auto 0;width:min(40rem, 92vw);border:1px solid var(--ui-border);background:var(--ui-panel-strong);box-shadow:var(--ui-shadow-lg);backdrop-filter:blur(22px) saturate(140%);border-radius:var(--ui-radius-xl);overflow:hidden;font-family:var(--ui-font-sans)}.search{width:100%;box-sizing:border-box;border:none;border-bottom:1px solid var(--ui-border);background:transparent;color:var(--ui-foreground);font-family:var(--ui-font-sans);font-size:1rem;padding:1rem;outline:none}.search::placeholder{color:var(--ui-text-faint)}.list{max-height:50vh;overflow:auto;padding:0.5rem}.group{text-transform:uppercase;font-size:0.7rem;letter-spacing:0.04em;color:var(--ui-text-faint);padding:0.5rem 0.75rem 0.25rem}.item{display:flex;align-items:center;justify-content:space-between;gap:0.75rem;padding:0.5rem 0.75rem;border-radius:var(--ui-radius-sm);cursor:pointer}.item.active{background:var(--ui-chip)}.label{color:var(--ui-foreground)}.hint{color:var(--ui-text-faint);font-size:0.8rem}.empty{text-align:center;color:var(--ui-text-faint);padding:1.5rem 1rem}`;
6
+
7
+ const UiCommand = class {
8
+ constructor(hostRef) {
9
+ index.registerInstance(this, hostRef);
10
+ this.uiSelect = index.createEvent(this, "uiSelect");
11
+ /** Controla a abertura da paleta de comandos. */
12
+ this.open = false;
13
+ /** Itens disponíveis na paleta. */
14
+ this.items = [];
15
+ /** Placeholder do campo de busca. */
16
+ this.placeholder = "Buscar comando…";
17
+ /** Abre/fecha com Cmd/Ctrl+K quando habilitado. */
18
+ this.hotkey = true;
19
+ /** Texto digitado na busca. */
20
+ this.query = "";
21
+ /** Índice do item destacado na lista filtrada. */
22
+ this.activeIndex = 0;
23
+ this.onHotkey = (event) => {
24
+ if ((event.metaKey || event.ctrlKey) && event.key.toLowerCase() === "k") {
25
+ event.preventDefault();
26
+ this.open = !this.open;
27
+ }
28
+ };
29
+ this.onClose = () => {
30
+ if (this.open)
31
+ this.open = false;
32
+ this.query = "";
33
+ this.activeIndex = 0;
34
+ };
35
+ this.onInput = (event) => {
36
+ this.query = event.target.value;
37
+ this.activeIndex = 0;
38
+ };
39
+ this.onKeydown = (event) => {
40
+ const items = this.filtered;
41
+ switch (event.key) {
42
+ case "ArrowDown":
43
+ event.preventDefault();
44
+ if (items.length === 0)
45
+ return;
46
+ this.activeIndex = (this.activeIndex + 1) % items.length;
47
+ break;
48
+ case "ArrowUp":
49
+ event.preventDefault();
50
+ if (items.length === 0)
51
+ return;
52
+ this.activeIndex =
53
+ (this.activeIndex - 1 + items.length) % items.length;
54
+ break;
55
+ case "Enter":
56
+ if (items[this.activeIndex]) {
57
+ event.preventDefault();
58
+ this.select(items[this.activeIndex]);
59
+ }
60
+ break;
61
+ }
62
+ };
63
+ }
64
+ onOpenChange(value) {
65
+ this.sync(value);
66
+ if (value) {
67
+ requestAnimationFrame(() => this.inputEl?.focus());
68
+ }
69
+ }
70
+ componentDidLoad() {
71
+ this.sync(this.open);
72
+ }
73
+ connectedCallback() {
74
+ if (this.hotkey && typeof document !== "undefined") {
75
+ document.addEventListener("keydown", this.onHotkey);
76
+ }
77
+ }
78
+ disconnectedCallback() {
79
+ if (typeof document !== "undefined") {
80
+ document.removeEventListener("keydown", this.onHotkey);
81
+ }
82
+ }
83
+ sync(value) {
84
+ if (!this.dialogEl)
85
+ return;
86
+ if (value && !this.dialogEl.open)
87
+ this.dialogEl.showModal();
88
+ else if (!value && this.dialogEl.open)
89
+ this.dialogEl.close();
90
+ }
91
+ /** Abre a paleta imperativamente. */
92
+ async show() {
93
+ this.open = true;
94
+ }
95
+ /** Fecha a paleta imperativamente. */
96
+ async close() {
97
+ this.open = false;
98
+ }
99
+ get filtered() {
100
+ const term = this.query.toLowerCase();
101
+ return this.items.filter((item) => item.label.toLowerCase().includes(term));
102
+ }
103
+ select(item) {
104
+ this.uiSelect.emit(item.value);
105
+ this.open = false;
106
+ this.query = "";
107
+ this.activeIndex = 0;
108
+ }
109
+ render() {
110
+ const items = this.filtered;
111
+ let flatIndex = -1;
112
+ const seenGroups = new Set();
113
+ return (index.h(index.Host, { key: '2c99a55d42f0fa90a2b2ec4cae3d0952429fe861' }, index.h("dialog", { key: '514c6b029111f2fbba14ce430f515c3528b6666f', class: "command", ref: (el) => (this.dialogEl = el), onClose: this.onClose, onCancel: this.onClose }, index.h("div", { key: '430a2fd81e35ff4f2478a45d1398df7a575ce92d', class: "panel" }, index.h("input", { key: '2eb475315a08d49f5716fd3aac87e1ce9d3d937b', class: "search", type: "text", role: "combobox", "aria-expanded": "true", "aria-autocomplete": "list", autocomplete: "off", value: this.query, placeholder: this.placeholder, ref: (el) => (this.inputEl = el), onInput: this.onInput, onKeyDown: this.onKeydown }), index.h("div", { key: '031e45085143e13aa360b0f2641a1fc80c4f75ab', class: "list", role: "listbox" }, items.length === 0 ? (index.h("div", { class: "empty" }, "Nenhum comando")) : (items.map((item) => {
114
+ flatIndex += 1;
115
+ const index$1 = flatIndex;
116
+ const showGroup = item.group !== undefined && !seenGroups.has(item.group);
117
+ if (item.group !== undefined)
118
+ seenGroups.add(item.group);
119
+ return [
120
+ showGroup ? (index.h("div", { class: "group" }, item.group)) : null,
121
+ index.h("div", { class: { item: true, active: index$1 === this.activeIndex }, role: "option", "aria-selected": index$1 === this.activeIndex ? "true" : "false", onMouseEnter: () => (this.activeIndex = index$1), onMouseDown: (event) => {
122
+ event.preventDefault();
123
+ this.select(item);
124
+ } }, index.h("span", { class: "label" }, item.label), item.hint ? (index.h("span", { class: "hint" }, item.hint)) : null),
125
+ ];
126
+ })))))));
127
+ }
128
+ get host() { return index.getElement(this); }
129
+ static get watchers() { return {
130
+ "open": [{
131
+ "onOpenChange": 0
132
+ }]
133
+ }; }
134
+ };
135
+ UiCommand.style = uiCommandCss();
136
+
137
+ exports.ui_command = UiCommand;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Cb1tfi_9.js');
3
+ var index = require('./index-DV8CICae.js');
4
4
 
5
5
  const uiContainerCss = () => `:host{display:block;width:100%}.container{margin-inline:auto;width:100%;font-family:var(--ui-font-sans)}.size-sm{max-width:40rem}.size-md{max-width:48rem}.size-lg{max-width:64rem}.size-xl{max-width:80rem}.size-full{max-width:none}.padded{padding-inline:1.25rem}@media (min-width: 640px){.padded{padding-inline:2rem}}`;
6
6
 
@@ -18,7 +18,7 @@ const UiContainer = class {
18
18
  [`size-${this.size}`]: true,
19
19
  padded: this.padded,
20
20
  };
21
- return (index.h(index.Host, { key: 'd9f407cdd15aa38d7e21898f4088d58846e38f22' }, index.h("div", { key: '7c7596a79dedc3daf94ac5440447c4608e037854', class: classes }, index.h("slot", { key: '5005378ea1514e2d96fa0cdba219055161ee6688' }))));
21
+ return (index.h(index.Host, { key: '474a0aeda3c1caad66af3108381f325dbec41566' }, index.h("div", { key: 'df5fdea525ac34873923b65408f971957fb53186', class: classes }, index.h("slot", { key: 'e83ff090d3634368b7425db0d4c94f860934c951' }))));
22
22
  }
23
23
  };
24
24
  UiContainer.style = uiContainerCss();
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Cb1tfi_9.js');
3
+ var index = require('./index-DV8CICae.js');
4
4
  var floatingUi_dom = require('./floating-ui.dom-BZk7Blsu.js');
5
5
 
6
6
  const uiDatePickerCss = () => `:host{display:inline-block;font-family:var(--ui-font-sans)}.field{display:inline-flex;align-items:center;justify-content:space-between;gap:0.5rem;width:100%;min-width:12rem;height:2.75rem;padding:0 0.875rem;border:1px solid var(--ui-border);border-radius:var(--ui-radius-sm);background:var(--ui-panel);color:var(--ui-foreground);font-family:var(--ui-font-sans);font-size:0.875rem;text-align:left;cursor:pointer;backdrop-filter:blur(22px);transition:all var(--ui-duration) var(--ui-ease);box-sizing:border-box}.field:hover{border-color:var(--ui-border-strong)}.field:focus-visible{outline:none;border-color:var(--ui-accent);box-shadow:0 0 0 2px var(--ui-ring)}.label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ui-foreground)}.label.placeholder{color:var(--ui-text-faint)}.icon{flex:none;color:var(--ui-text-muted)}.calendar{position:fixed;top:0;left:0;z-index:50;width:17rem;max-width:calc(100vw - 1rem);padding:1rem;font-family:var(--ui-font-sans);color:var(--ui-foreground);border:1px solid var(--ui-border);background:var(--ui-panel-strong);box-shadow:var(--ui-shadow-lg);backdrop-filter:blur(22px);border-radius:var(--ui-radius);visibility:hidden;opacity:0;transform:scale(0.96);transition:opacity var(--ui-duration) var(--ui-ease), transform var(--ui-duration) var(--ui-ease)}.calendar.is-open{visibility:visible;opacity:1;transform:scale(1)}.header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0.75rem}.month-label{font-size:0.875rem;font-weight:600;text-transform:capitalize;color:var(--ui-foreground)}.nav{display:inline-flex;align-items:center;justify-content:center;flex:none;width:2rem;height:2rem;padding:0;border:none;border-radius:var(--ui-radius-full);background:transparent;color:var(--ui-text-soft);cursor:pointer;transition:all var(--ui-duration) var(--ui-ease)}.nav:hover{background:var(--ui-chip);color:var(--ui-foreground)}.weekdays{display:grid;grid-template-columns:repeat(7, 1fr);margin-bottom:0.25rem}.weekday{display:flex;align-items:center;justify-content:center;height:1.75rem;font-size:0.7rem;color:var(--ui-text-faint)}.grid{display:grid;grid-template-columns:repeat(7, 1fr);gap:0.125rem;justify-items:center}.day{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid transparent;border-radius:var(--ui-radius-full);background:transparent;color:var(--ui-foreground);font-family:var(--ui-font-sans);font-size:0.8125rem;cursor:pointer;transition:all var(--ui-duration) var(--ui-ease)}.day.empty{cursor:default;pointer-events:none}.day:hover:not(.empty):not(.selected){background:var(--ui-chip)}.day.today{border-color:var(--ui-accent)}.day.selected{background:var(--ui-accent);color:var(--ui-accent-contrast);border-color:transparent}`;
@@ -150,7 +150,7 @@ const UiDatePicker = class {
150
150
  }
151
151
  render() {
152
152
  const display = this.formatValue();
153
- return (index.h(index.Host, { key: '4ba4b256b16f49d1e65ffbe774c50065f097482f' }, index.h("button", { key: '0fa06810a3533cafcc808e680f61c3f289148ec5', type: "button", class: "field", ref: (el) => (this.triggerEl = el), onClick: this.onTriggerClick, "aria-haspopup": "dialog", "aria-expanded": this.open ? "true" : "false" }, index.h("span", { key: 'fd6c3f01d8ba6212284b70c8830a007fc6dc4fcb', class: { label: true, placeholder: !display } }, display || this.placeholder), index.h("svg", { key: 'aebef2e4b5928db3fdd0eee7754d6d7c430459d4', class: "icon", viewBox: "0 0 24 24", width: "18", height: "18", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }, index.h("rect", { key: '8a87dd6a1230546145cd0d6626309c4c3835d379', x: "3", y: "4", width: "18", height: "18", rx: "2" }), index.h("path", { key: 'e3bca802e11ff11bbbd767c92233843a2b767e78', d: "M16 2v4M8 2v4M3 10h18" }))), index.h("div", { key: '1a8d439b816c7dcf0789e26788aee838e311b087', class: { calendar: true, "is-open": this.open }, role: "dialog", ref: (el) => (this.floatingEl = el) }, index.h("div", { key: '82d98e286b405ddfd12cc65cffe26b14ace1a31c', class: "header" }, index.h("button", { key: '6a01a9a3458d3e7b1dfc5ff153266106b9242511', type: "button", class: "nav", "aria-label": "M\u00EAs anterior", onClick: this.prevMonth }, index.h("svg", { key: 'cea0c6c7aecdf96eb2b4e42bf1b559fe7ea6e443', viewBox: "0 0 24 24", width: "16", height: "16", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }, index.h("path", { key: '54d095e51205b3df5f52af6d2d28f89f2dd4db5c', d: "m15 18-6-6 6-6" }))), index.h("span", { key: '2dd822f49aa7f8bb419079a0c47f29bbfb7a22c4', class: "month-label" }, this.monthLabel()), index.h("button", { key: '553659e9903e96b84dcecbc86270d915dcd947f5', type: "button", class: "nav", "aria-label": "Pr\u00F3ximo m\u00EAs", onClick: this.nextMonth }, index.h("svg", { key: 'a73cdb32bedad0004a1d84b44e7866e008864fd8', viewBox: "0 0 24 24", width: "16", height: "16", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }, index.h("path", { key: 'dac9e5c1fc22d2eefc73046269246ae07af53037', d: "m9 18 6-6-6-6" })))), index.h("div", { key: 'e731ae7eab8fee747826a58634cad540a60317a5', class: "weekdays" }, WEEKDAYS.map((label) => (index.h("span", { class: "weekday" }, label)))), index.h("div", { key: '4aa9f208fb5b20b3b35ae14f27d435918db3f380', class: "grid" }, this.buildDays().map((day) => day === 0 ? (index.h("span", { class: "day empty" })) : (index.h("button", { type: "button", class: {
153
+ return (index.h(index.Host, { key: '2c7c34f0f2b688e7f4788c135ce46dc27576390a' }, index.h("button", { key: '0e36f9b8e3a96376b186e97eba82621d513ca041', type: "button", class: "field", ref: (el) => (this.triggerEl = el), onClick: this.onTriggerClick, "aria-haspopup": "dialog", "aria-expanded": this.open ? "true" : "false" }, index.h("span", { key: '74e80a1defef918550ad375440ed96bbc77e4545', class: { label: true, placeholder: !display } }, display || this.placeholder), index.h("svg", { key: 'bdc13113d3545c1978bd5c0654e38baac83e8ef4', class: "icon", viewBox: "0 0 24 24", width: "18", height: "18", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }, index.h("rect", { key: 'a67ced294fbaf97735a027773d5900b8e444e1fb', x: "3", y: "4", width: "18", height: "18", rx: "2" }), index.h("path", { key: 'ab89ca2d6b92e0e094439e07aa8f33a77d00520d', d: "M16 2v4M8 2v4M3 10h18" }))), index.h("div", { key: 'cdd601edb1497cea10eaa026037684530aec0f0e', class: { calendar: true, "is-open": this.open }, role: "dialog", ref: (el) => (this.floatingEl = el) }, index.h("div", { key: '83dda2789c83c34fb1996a7601c564eefe0403f9', class: "header" }, index.h("button", { key: '4e2a0966a1f17a17005f767c9d8a396cf1e8e8bc', type: "button", class: "nav", "aria-label": "M\u00EAs anterior", onClick: this.prevMonth }, index.h("svg", { key: '3ff66e36cd36166da633c3c8d5379af0d561a973', viewBox: "0 0 24 24", width: "16", height: "16", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }, index.h("path", { key: '677dcab4309b5814429a6cd5528cf4a84d836fdf', d: "m15 18-6-6 6-6" }))), index.h("span", { key: 'd478e154bb6c3ad7f43e37c042a0ee8de73bdc55', class: "month-label" }, this.monthLabel()), index.h("button", { key: '8b7a399d6885f38cba8b9b79f5911cf8e1d3b97f', type: "button", class: "nav", "aria-label": "Pr\u00F3ximo m\u00EAs", onClick: this.nextMonth }, index.h("svg", { key: '1b3b7558875c3328af1cae826bebe9b488dfe822', viewBox: "0 0 24 24", width: "16", height: "16", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }, index.h("path", { key: '9c486397121befd51b7e0b8dcdc04afe8d8ecc90', d: "m9 18 6-6-6-6" })))), index.h("div", { key: '460ae2803e427ed67625355c88a97b46cf307311', class: "weekdays" }, WEEKDAYS.map((label) => (index.h("span", { class: "weekday" }, label)))), index.h("div", { key: '6bd0d6b507f75a66b9496a18fba9fe2b8dcc3f7e', class: "grid" }, this.buildDays().map((day) => day === 0 ? (index.h("span", { class: "day empty" })) : (index.h("button", { type: "button", class: {
154
154
  day: true,
155
155
  today: this.isToday(day),
156
156
  selected: this.isSelected(day),
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var index = require('./index-Cb1tfi_9.js');
3
+ var index = require('./index-DV8CICae.js');
4
4
 
5
5
  const uiDialogCss = () => `.dialog{padding:0;border:none;background:transparent;max-width:32rem;width:calc(100% - 2rem);color:var(--ui-foreground)}.dialog::backdrop{background:var(--ui-overlay);backdrop-filter:blur(4px)}.dialog[open]{animation:ui-dialog-in var(--ui-duration) var(--ui-ease)}.content{border:1px solid var(--ui-border);background:var(--ui-panel-strong);box-shadow:var(--ui-shadow-lg);backdrop-filter:blur(22px) saturate(140%);border-radius:var(--ui-radius-xl);padding:1.5rem;font-family:var(--ui-font-sans)}::slotted([slot="title"]){font-size:1.125rem;font-weight:600}::slotted([slot="description"]){color:var(--ui-text-muted);font-size:0.875rem}@keyframes ui-dialog-in{from{opacity:0;transform:scale(0.96) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}`;
6
6
 
@@ -44,7 +44,7 @@ const UiDialog = class {
44
44
  this.open = false;
45
45
  }
46
46
  render() {
47
- return (index.h(index.Host, { key: 'f0ba1e147438e9941bd748b84cca800b93e0058a' }, index.h("dialog", { key: '54a38db84cc2bcd5064401499c8cbc48f9355021', class: "dialog", ref: (el) => (this.dialogEl = el), onClose: this.onClose, onCancel: this.onClose, onClick: this.onBackdropClick }, index.h("div", { key: '658cf9b13efe14c8db0c02b14b6ace5686ca686a', class: "content" }, index.h("slot", { key: '00cc3a3657049aabb7c80dfdefba059a5767da78' })))));
47
+ return (index.h(index.Host, { key: '84c982a7870da6b7517f7f989574c41684fd47d1' }, index.h("dialog", { key: 'f83e558d1344f2612d719032df6e4d652212ce94', class: "dialog", ref: (el) => (this.dialogEl = el), onClose: this.onClose, onCancel: this.onClose, onClick: this.onBackdropClick }, index.h("div", { key: 'f0506fc17bb608a4b4a33c113e749d9fdb637508', class: "content" }, index.h("slot", { key: 'ceab792ebd46acefe430467fb9b6c260e658b7bc' })))));
48
48
  }
49
49
  static get watchers() { return {
50
50
  "open": [{