@andespindola/ui-core 0.2.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (331) hide show
  1. package/dist/cjs/{floating-ui.dom-BPemvNRD.js → floating-ui.dom-BZk7Blsu.js} +93 -0
  2. package/dist/cjs/{index-Cb1tfi_9.js → index-DV8CICae.js} +1 -1
  3. package/dist/cjs/loader.cjs.js +2 -2
  4. package/dist/cjs/ui-accordion-item.cjs.entry.js +2 -2
  5. package/dist/cjs/ui-accordion.cjs.entry.js +2 -2
  6. package/dist/cjs/ui-alert.cjs.entry.js +1 -1
  7. package/dist/cjs/ui-avatar-group.cjs.entry.js +2 -2
  8. package/dist/cjs/ui-avatar.cjs.entry.js +2 -2
  9. package/dist/cjs/ui-badge.cjs.entry.js +1 -1
  10. package/dist/cjs/ui-breadcrumb-item.cjs.entry.js +2 -2
  11. package/dist/cjs/ui-breadcrumb.cjs.entry.js +2 -2
  12. package/dist/cjs/ui-button.cjs.entry.js +2 -2
  13. package/dist/cjs/ui-card.cjs.entry.js +2 -2
  14. package/dist/cjs/ui-carousel.cjs.entry.js +104 -0
  15. package/dist/cjs/ui-checkbox.cjs.entry.js +2 -2
  16. package/dist/cjs/ui-combobox.cjs.entry.js +153 -0
  17. package/dist/cjs/ui-command.cjs.entry.js +137 -0
  18. package/dist/cjs/ui-container.cjs.entry.js +2 -2
  19. package/dist/cjs/ui-date-picker.cjs.entry.js +171 -0
  20. package/dist/cjs/ui-dialog.cjs.entry.js +2 -2
  21. package/dist/cjs/ui-drawer.cjs.entry.js +2 -2
  22. package/dist/cjs/ui-dropdown-item.cjs.entry.js +2 -2
  23. package/dist/cjs/ui-dropdown-menu.cjs.entry.js +3 -3
  24. package/dist/cjs/ui-field.cjs.entry.js +2 -2
  25. package/dist/cjs/ui-file-upload.cjs.entry.js +57 -0
  26. package/dist/cjs/ui-grid.cjs.entry.js +2 -2
  27. package/dist/cjs/ui-input.cjs.entry.js +2 -2
  28. package/dist/cjs/ui-label.cjs.entry.js +2 -2
  29. package/dist/cjs/ui-loading-overlay.cjs.entry.js +1 -1
  30. package/dist/cjs/ui-navbar.cjs.entry.js +17 -0
  31. package/dist/cjs/ui-pagination.cjs.entry.js +3 -3
  32. package/dist/cjs/ui-popover.cjs.entry.js +3 -3
  33. package/dist/cjs/ui-progress-circular.cjs.entry.js +44 -0
  34. package/dist/cjs/ui-progress.cjs.entry.js +2 -2
  35. package/dist/cjs/ui-radio-group.cjs.entry.js +2 -2
  36. package/dist/cjs/ui-rating.cjs.entry.js +45 -0
  37. package/dist/cjs/ui-reveal.cjs.entry.js +2 -2
  38. package/dist/cjs/ui-scroll-progress.cjs.entry.js +2 -2
  39. package/dist/cjs/ui-section.cjs.entry.js +2 -2
  40. package/dist/cjs/ui-segmented.cjs.entry.js +2 -2
  41. package/dist/cjs/ui-select.cjs.entry.js +2 -2
  42. package/dist/cjs/ui-separator.cjs.entry.js +2 -2
  43. package/dist/cjs/ui-skeleton.cjs.entry.js +2 -2
  44. package/dist/cjs/ui-slider.cjs.entry.js +2 -2
  45. package/dist/cjs/ui-spinner.cjs.entry.js +2 -2
  46. package/dist/cjs/ui-stack.cjs.entry.js +2 -2
  47. package/dist/cjs/ui-stat.cjs.entry.js +2 -2
  48. package/dist/cjs/ui-switch.cjs.entry.js +2 -2
  49. package/dist/cjs/ui-table.cjs.entry.js +25 -0
  50. package/dist/cjs/ui-tabs.cjs.entry.js +3 -3
  51. package/dist/cjs/ui-textarea.cjs.entry.js +2 -2
  52. package/dist/cjs/ui-theme-toggle.cjs.entry.js +2 -2
  53. package/dist/cjs/ui-timeline-item.cjs.entry.js +19 -0
  54. package/dist/cjs/ui-timeline.cjs.entry.js +17 -0
  55. package/dist/cjs/ui-toast.cjs.entry.js +2 -2
  56. package/dist/cjs/ui-toaster.cjs.entry.js +2 -2
  57. package/dist/cjs/ui-tooltip.cjs.entry.js +3 -3
  58. package/dist/cjs/uikit.cjs.js +2 -2
  59. package/dist/collection/collection-manifest.json +11 -0
  60. package/dist/collection/components/ui-accordion/ui-accordion.js +1 -1
  61. package/dist/collection/components/ui-accordion-item/ui-accordion-item.js +1 -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 +2 -0
  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-combobox/ui-combobox.css +93 -0
  72. package/dist/collection/components/ui-combobox/ui-combobox.js +248 -0
  73. package/dist/collection/components/ui-command/ui-command.css +85 -0
  74. package/dist/collection/components/ui-command/ui-command.js +290 -0
  75. package/dist/collection/components/ui-container/ui-container.js +1 -1
  76. package/dist/collection/components/ui-date-picker/ui-date-picker.css +176 -0
  77. package/dist/collection/components/ui-date-picker/ui-date-picker.js +243 -0
  78. package/dist/collection/components/ui-dialog/ui-dialog.js +1 -1
  79. package/dist/collection/components/ui-drawer/ui-drawer.js +1 -1
  80. package/dist/collection/components/ui-dropdown-item/ui-dropdown-item.js +1 -1
  81. package/dist/collection/components/ui-dropdown-menu/ui-dropdown-menu.js +1 -1
  82. package/dist/collection/components/ui-field/ui-field.js +1 -1
  83. package/dist/collection/components/ui-file-upload/ui-file-upload.css +79 -0
  84. package/dist/collection/components/ui-file-upload/ui-file-upload.js +151 -0
  85. package/dist/collection/components/ui-grid/ui-grid.js +1 -1
  86. package/dist/collection/components/ui-input/ui-input.js +1 -1
  87. package/dist/collection/components/ui-label/ui-label.js +1 -1
  88. package/dist/collection/components/ui-navbar/ui-navbar.css +36 -0
  89. package/dist/collection/components/ui-navbar/ui-navbar.js +18 -0
  90. package/dist/collection/components/ui-pagination/ui-pagination.js +2 -2
  91. package/dist/collection/components/ui-popover/ui-popover.js +1 -1
  92. package/dist/collection/components/ui-progress/ui-progress.js +1 -1
  93. package/dist/collection/components/ui-progress-circular/ui-progress-circular.css +46 -0
  94. package/dist/collection/components/ui-progress-circular/ui-progress-circular.js +171 -0
  95. package/dist/collection/components/ui-radio-group/ui-radio-group.js +1 -1
  96. package/dist/collection/components/ui-rating/ui-rating.css +52 -0
  97. package/dist/collection/components/ui-rating/ui-rating.js +134 -0
  98. package/dist/collection/components/ui-reveal/ui-reveal.js +1 -1
  99. package/dist/collection/components/ui-scroll-progress/ui-scroll-progress.js +1 -1
  100. package/dist/collection/components/ui-section/ui-section.js +1 -1
  101. package/dist/collection/components/ui-segmented/ui-segmented.js +1 -1
  102. package/dist/collection/components/ui-select/ui-select.js +1 -1
  103. package/dist/collection/components/ui-separator/ui-separator.js +1 -1
  104. package/dist/collection/components/ui-skeleton/ui-skeleton.js +1 -1
  105. package/dist/collection/components/ui-slider/ui-slider.js +1 -1
  106. package/dist/collection/components/ui-spinner/ui-spinner.js +1 -1
  107. package/dist/collection/components/ui-stack/ui-stack.js +1 -1
  108. package/dist/collection/components/ui-stat/ui-stat.js +1 -1
  109. package/dist/collection/components/ui-switch/ui-switch.js +1 -1
  110. package/dist/collection/components/ui-table/ui-table.css +46 -0
  111. package/dist/collection/components/ui-table/ui-table.js +119 -0
  112. package/dist/collection/components/ui-tabs/ui-tabs.js +2 -2
  113. package/dist/collection/components/ui-textarea/ui-textarea.js +1 -1
  114. package/dist/collection/components/ui-theme-toggle/ui-theme-toggle.js +1 -1
  115. package/dist/collection/components/ui-timeline/ui-timeline.css +8 -0
  116. package/dist/collection/components/ui-timeline/ui-timeline.js +18 -0
  117. package/dist/collection/components/ui-timeline-item/ui-timeline-item.css +83 -0
  118. package/dist/collection/components/ui-timeline-item/ui-timeline-item.js +90 -0
  119. package/dist/collection/components/ui-toast/ui-toast.js +1 -1
  120. package/dist/collection/components/ui-toaster/ui-toaster.js +1 -1
  121. package/dist/collection/components/ui-tooltip/ui-tooltip.js +1 -1
  122. package/dist/components/index.js +1 -1
  123. package/dist/components/{p-CgsjJD8o.js → p-DAnXvxY_.js} +1 -1
  124. package/dist/components/{p-CyBRmmbs.js → p-DDtwbwIl.js} +1 -1
  125. package/dist/components/{p-BwNtNvTb.js → p-yTNEyxh1.js} +1 -1
  126. package/dist/components/ui-accordion-item.js +1 -1
  127. package/dist/components/ui-accordion.js +1 -1
  128. package/dist/components/ui-avatar-group.js +1 -1
  129. package/dist/components/ui-avatar.js +1 -1
  130. package/dist/components/ui-breadcrumb-item.js +1 -1
  131. package/dist/components/ui-breadcrumb.js +1 -1
  132. package/dist/components/ui-button.js +1 -1
  133. package/dist/components/ui-card.js +1 -1
  134. package/dist/components/ui-carousel.d.ts +11 -0
  135. package/dist/components/ui-carousel.js +1 -0
  136. package/dist/components/ui-checkbox.js +1 -1
  137. package/dist/components/ui-combobox.d.ts +11 -0
  138. package/dist/components/ui-combobox.js +1 -0
  139. package/dist/components/ui-command.d.ts +11 -0
  140. package/dist/components/ui-command.js +1 -0
  141. package/dist/components/ui-container.js +1 -1
  142. package/dist/components/ui-date-picker.d.ts +11 -0
  143. package/dist/components/ui-date-picker.js +1 -0
  144. package/dist/components/ui-dialog.js +1 -1
  145. package/dist/components/ui-drawer.js +1 -1
  146. package/dist/components/ui-dropdown-item.js +1 -1
  147. package/dist/components/ui-dropdown-menu.js +1 -1
  148. package/dist/components/ui-field.js +1 -1
  149. package/dist/components/ui-file-upload.d.ts +11 -0
  150. package/dist/components/ui-file-upload.js +1 -0
  151. package/dist/components/ui-grid.js +1 -1
  152. package/dist/components/ui-input.js +1 -1
  153. package/dist/components/ui-label.js +1 -1
  154. package/dist/components/ui-loading-overlay.js +1 -1
  155. package/dist/components/ui-navbar.d.ts +11 -0
  156. package/dist/components/ui-navbar.js +1 -0
  157. package/dist/components/ui-pagination.js +1 -1
  158. package/dist/components/ui-popover.js +1 -1
  159. package/dist/components/ui-progress-circular.d.ts +11 -0
  160. package/dist/components/ui-progress-circular.js +1 -0
  161. package/dist/components/ui-progress.js +1 -1
  162. package/dist/components/ui-radio-group.js +1 -1
  163. package/dist/components/ui-rating.d.ts +11 -0
  164. package/dist/components/ui-rating.js +1 -0
  165. package/dist/components/ui-reveal.js +1 -1
  166. package/dist/components/ui-scroll-progress.js +1 -1
  167. package/dist/components/ui-section.js +1 -1
  168. package/dist/components/ui-segmented.js +1 -1
  169. package/dist/components/ui-select.js +1 -1
  170. package/dist/components/ui-separator.js +1 -1
  171. package/dist/components/ui-skeleton.js +1 -1
  172. package/dist/components/ui-slider.js +1 -1
  173. package/dist/components/ui-spinner.js +1 -1
  174. package/dist/components/ui-stack.js +1 -1
  175. package/dist/components/ui-stat.js +1 -1
  176. package/dist/components/ui-switch.js +1 -1
  177. package/dist/components/ui-table.d.ts +11 -0
  178. package/dist/components/ui-table.js +1 -0
  179. package/dist/components/ui-tabs.js +1 -1
  180. package/dist/components/ui-textarea.js +1 -1
  181. package/dist/components/ui-theme-toggle.js +1 -1
  182. package/dist/components/ui-timeline-item.d.ts +11 -0
  183. package/dist/components/ui-timeline-item.js +1 -0
  184. package/dist/components/ui-timeline.d.ts +11 -0
  185. package/dist/components/ui-timeline.js +1 -0
  186. package/dist/components/ui-toast.js +1 -1
  187. package/dist/components/ui-toaster.js +1 -1
  188. package/dist/components/ui-tooltip.js +1 -1
  189. package/dist/esm/{floating-ui.dom-CyBRmmbs.js → floating-ui.dom-DDtwbwIl.js} +93 -1
  190. package/dist/esm/{index-DYwlrXg_.js → index-COlwaVJP.js} +1 -1
  191. package/dist/esm/loader.js +3 -3
  192. package/dist/esm/ui-accordion-item.entry.js +2 -2
  193. package/dist/esm/ui-accordion.entry.js +2 -2
  194. package/dist/esm/ui-alert.entry.js +1 -1
  195. package/dist/esm/ui-avatar-group.entry.js +2 -2
  196. package/dist/esm/ui-avatar.entry.js +2 -2
  197. package/dist/esm/ui-badge.entry.js +1 -1
  198. package/dist/esm/ui-breadcrumb-item.entry.js +2 -2
  199. package/dist/esm/ui-breadcrumb.entry.js +2 -2
  200. package/dist/esm/ui-button.entry.js +2 -2
  201. package/dist/esm/ui-card.entry.js +2 -2
  202. package/dist/esm/ui-carousel.entry.js +102 -0
  203. package/dist/esm/ui-checkbox.entry.js +2 -2
  204. package/dist/esm/ui-combobox.entry.js +151 -0
  205. package/dist/esm/ui-command.entry.js +135 -0
  206. package/dist/esm/ui-container.entry.js +2 -2
  207. package/dist/esm/ui-date-picker.entry.js +169 -0
  208. package/dist/esm/ui-dialog.entry.js +2 -2
  209. package/dist/esm/ui-drawer.entry.js +2 -2
  210. package/dist/esm/ui-dropdown-item.entry.js +2 -2
  211. package/dist/esm/ui-dropdown-menu.entry.js +3 -3
  212. package/dist/esm/ui-field.entry.js +2 -2
  213. package/dist/esm/ui-file-upload.entry.js +55 -0
  214. package/dist/esm/ui-grid.entry.js +2 -2
  215. package/dist/esm/ui-input.entry.js +2 -2
  216. package/dist/esm/ui-label.entry.js +2 -2
  217. package/dist/esm/ui-loading-overlay.entry.js +1 -1
  218. package/dist/esm/ui-navbar.entry.js +15 -0
  219. package/dist/esm/ui-pagination.entry.js +3 -3
  220. package/dist/esm/ui-popover.entry.js +3 -3
  221. package/dist/esm/ui-progress-circular.entry.js +42 -0
  222. package/dist/esm/ui-progress.entry.js +2 -2
  223. package/dist/esm/ui-radio-group.entry.js +2 -2
  224. package/dist/esm/ui-rating.entry.js +43 -0
  225. package/dist/esm/ui-reveal.entry.js +2 -2
  226. package/dist/esm/ui-scroll-progress.entry.js +2 -2
  227. package/dist/esm/ui-section.entry.js +2 -2
  228. package/dist/esm/ui-segmented.entry.js +2 -2
  229. package/dist/esm/ui-select.entry.js +2 -2
  230. package/dist/esm/ui-separator.entry.js +2 -2
  231. package/dist/esm/ui-skeleton.entry.js +2 -2
  232. package/dist/esm/ui-slider.entry.js +2 -2
  233. package/dist/esm/ui-spinner.entry.js +2 -2
  234. package/dist/esm/ui-stack.entry.js +2 -2
  235. package/dist/esm/ui-stat.entry.js +2 -2
  236. package/dist/esm/ui-switch.entry.js +2 -2
  237. package/dist/esm/ui-table.entry.js +23 -0
  238. package/dist/esm/ui-tabs.entry.js +3 -3
  239. package/dist/esm/ui-textarea.entry.js +2 -2
  240. package/dist/esm/ui-theme-toggle.entry.js +2 -2
  241. package/dist/esm/ui-timeline-item.entry.js +17 -0
  242. package/dist/esm/ui-timeline.entry.js +15 -0
  243. package/dist/esm/ui-toast.entry.js +2 -2
  244. package/dist/esm/ui-toaster.entry.js +2 -2
  245. package/dist/esm/ui-tooltip.entry.js +3 -3
  246. package/dist/esm/uikit.js +3 -3
  247. package/dist/types/components/ui-carousel/ui-carousel.d.ts +35 -0
  248. package/dist/types/components/ui-combobox/ui-combobox.d.ts +38 -0
  249. package/dist/types/components/ui-command/ui-command.d.ts +42 -0
  250. package/dist/types/components/ui-date-picker/ui-date-picker.d.ts +42 -0
  251. package/dist/types/components/ui-file-upload/ui-file-upload.d.ts +24 -0
  252. package/dist/types/components/ui-navbar/ui-navbar.d.ts +3 -0
  253. package/dist/types/components/ui-progress-circular/ui-progress-circular.d.ts +17 -0
  254. package/dist/types/components/ui-rating/ui-rating.d.ts +17 -0
  255. package/dist/types/components/ui-table/ui-table.d.ts +16 -0
  256. package/dist/types/components/ui-timeline/ui-timeline.d.ts +3 -0
  257. package/dist/types/components/ui-timeline-item/ui-timeline-item.d.ts +10 -0
  258. package/dist/types/components.d.ts +645 -0
  259. package/dist/types/index.d.ts +1 -0
  260. package/dist/uikit/{p-635862e6.entry.js → p-02583f33.entry.js} +1 -1
  261. package/dist/uikit/p-0b8fb2cc.entry.js +1 -0
  262. package/dist/uikit/{p-595e146f.entry.js → p-12777ebf.entry.js} +1 -1
  263. package/dist/uikit/p-186d394f.entry.js +1 -0
  264. package/dist/uikit/{p-fd05c146.entry.js → p-247f7a40.entry.js} +1 -1
  265. package/dist/uikit/{p-67963692.entry.js → p-24c9885b.entry.js} +1 -1
  266. package/dist/uikit/p-26c4b4f9.entry.js +1 -0
  267. package/dist/uikit/p-2716a9e4.entry.js +1 -0
  268. package/dist/uikit/{p-25637424.entry.js → p-27c609c2.entry.js} +1 -1
  269. package/dist/uikit/{p-5951a496.entry.js → p-2a4de93f.entry.js} +1 -1
  270. package/dist/uikit/{p-2601d8b6.entry.js → p-2ce36223.entry.js} +1 -1
  271. package/dist/uikit/p-30834f9e.entry.js +1 -0
  272. package/dist/uikit/{p-db07f9c5.entry.js → p-333a3598.entry.js} +1 -1
  273. package/dist/uikit/{p-86ed6154.entry.js → p-33a19160.entry.js} +1 -1
  274. package/dist/uikit/{p-a977a0db.entry.js → p-400536f7.entry.js} +1 -1
  275. package/dist/uikit/{p-81b45a43.entry.js → p-411a753f.entry.js} +1 -1
  276. package/dist/uikit/p-41355be1.entry.js +1 -0
  277. package/dist/uikit/p-4281fc69.entry.js +1 -0
  278. package/dist/uikit/p-4c2fb226.entry.js +1 -0
  279. package/dist/uikit/{p-45e80e73.entry.js → p-5562b70d.entry.js} +1 -1
  280. package/dist/uikit/{p-fd832f52.entry.js → p-56b1bf3f.entry.js} +1 -1
  281. package/dist/uikit/p-57adf02c.entry.js +1 -0
  282. package/dist/uikit/{p-cd0ec835.entry.js → p-58035d5a.entry.js} +1 -1
  283. package/dist/uikit/{p-567f7496.entry.js → p-5ff44eca.entry.js} +1 -1
  284. package/dist/uikit/{p-3996590f.entry.js → p-66037a7c.entry.js} +1 -1
  285. package/dist/uikit/p-6d58ff8d.entry.js +1 -0
  286. package/dist/uikit/p-7a04fd11.entry.js +1 -0
  287. package/dist/uikit/p-7aeed213.entry.js +1 -0
  288. package/dist/uikit/p-80236139.entry.js +1 -0
  289. package/dist/uikit/{p-a92a7b19.entry.js → p-81a37bda.entry.js} +1 -1
  290. package/dist/uikit/{p-2de05aac.entry.js → p-849347da.entry.js} +1 -1
  291. package/dist/uikit/p-866a0947.entry.js +1 -0
  292. package/dist/uikit/{p-74b60a60.entry.js → p-86bf22c1.entry.js} +1 -1
  293. package/dist/uikit/p-98234aed.entry.js +1 -0
  294. package/dist/uikit/p-COlwaVJP.js +2 -0
  295. package/dist/uikit/{p-CyBRmmbs.js → p-DDtwbwIl.js} +1 -1
  296. package/dist/uikit/{p-95cd976e.entry.js → p-a312d278.entry.js} +1 -1
  297. package/dist/uikit/{p-12db6a6e.entry.js → p-a4b535ad.entry.js} +1 -1
  298. package/dist/uikit/{p-94ad46a5.entry.js → p-a8f81996.entry.js} +1 -1
  299. package/dist/uikit/{p-1d016ea4.entry.js → p-aa0ce28c.entry.js} +1 -1
  300. package/dist/uikit/{p-979f6178.entry.js → p-aa41b084.entry.js} +1 -1
  301. package/dist/uikit/p-acce5342.entry.js +1 -0
  302. package/dist/uikit/p-b232849a.entry.js +1 -0
  303. package/dist/uikit/{p-dca9f6f9.entry.js → p-bd287e67.entry.js} +1 -1
  304. package/dist/uikit/p-bf66ce1b.entry.js +1 -0
  305. package/dist/uikit/{p-6c0e9809.entry.js → p-c0b3f5a3.entry.js} +1 -1
  306. package/dist/uikit/{p-09895cd0.entry.js → p-c29317aa.entry.js} +1 -1
  307. package/dist/uikit/{p-faa98928.entry.js → p-d73e789a.entry.js} +1 -1
  308. package/dist/uikit/p-dc00c84b.entry.js +1 -0
  309. package/dist/uikit/{p-3fc062a6.entry.js → p-de2bb69c.entry.js} +1 -1
  310. package/dist/uikit/{p-7f2c2924.entry.js → p-e2e35a6b.entry.js} +1 -1
  311. package/dist/uikit/{p-a01305a5.entry.js → p-e32fa613.entry.js} +1 -1
  312. package/dist/uikit/p-e61e7ef1.entry.js +1 -0
  313. package/dist/uikit/p-e891fec3.entry.js +1 -0
  314. package/dist/uikit/p-ef6ec7f7.entry.js +1 -0
  315. package/dist/uikit/p-faa31e8c.entry.js +1 -0
  316. package/dist/uikit/uikit.css +1 -1
  317. package/dist/uikit/uikit.esm.js +1 -1
  318. package/package.json +1 -1
  319. package/dist/uikit/p-0cba0d11.entry.js +0 -1
  320. package/dist/uikit/p-55a23f91.entry.js +0 -1
  321. package/dist/uikit/p-7a3d85da.entry.js +0 -1
  322. package/dist/uikit/p-97d4dbf4.entry.js +0 -1
  323. package/dist/uikit/p-9a4dc343.entry.js +0 -1
  324. package/dist/uikit/p-9a9590b9.entry.js +0 -1
  325. package/dist/uikit/p-DYwlrXg_.js +0 -2
  326. package/dist/uikit/p-a080f46a.entry.js +0 -1
  327. package/dist/uikit/p-b2df8437.entry.js +0 -1
  328. package/dist/uikit/p-c73c1009.entry.js +0 -1
  329. package/dist/uikit/p-d20452b4.entry.js +0 -1
  330. package/dist/uikit/p-d7021157.entry.js +0 -1
  331. package/dist/uikit/p-ddd70374.entry.js +0 -1
@@ -0,0 +1,248 @@
1
+ import { h, Host, } from "@stencil/core";
2
+ import { computePosition, autoUpdate, offset, flip, shift, size, } from "@floating-ui/dom";
3
+ export class UiCombobox {
4
+ constructor() {
5
+ /** Opções disponíveis para autocomplete. */
6
+ this.options = [];
7
+ /** Valor selecionado. */
8
+ this.value = "";
9
+ /** Placeholder do campo. */
10
+ this.placeholder = "";
11
+ /** Texto digitado no campo. */
12
+ this.query = "";
13
+ /** Indica se a lista flutuante está aberta. */
14
+ this.open = false;
15
+ /** Índice da opção destacada. */
16
+ this.activeIndex = -1;
17
+ this.listId = `ui-combobox-list-${Math.random().toString(36).slice(2, 9)}`;
18
+ this.onInput = (event) => {
19
+ this.query = event.target.value;
20
+ this.activeIndex = -1;
21
+ this.setOpen(true);
22
+ };
23
+ this.onFocus = () => {
24
+ this.setOpen(true);
25
+ };
26
+ this.onKeydown = (event) => {
27
+ const items = this.filtered;
28
+ switch (event.key) {
29
+ case "ArrowDown":
30
+ event.preventDefault();
31
+ if (!this.open) {
32
+ this.setOpen(true);
33
+ return;
34
+ }
35
+ if (items.length === 0)
36
+ return;
37
+ this.activeIndex = (this.activeIndex + 1) % items.length;
38
+ break;
39
+ case "ArrowUp":
40
+ event.preventDefault();
41
+ if (items.length === 0)
42
+ return;
43
+ this.activeIndex =
44
+ (this.activeIndex - 1 + items.length) % items.length;
45
+ break;
46
+ case "Enter":
47
+ if (this.open && this.activeIndex >= 0 && items[this.activeIndex]) {
48
+ event.preventDefault();
49
+ this.select(items[this.activeIndex]);
50
+ }
51
+ break;
52
+ case "Escape":
53
+ if (this.open) {
54
+ event.preventDefault();
55
+ this.setOpen(false);
56
+ }
57
+ break;
58
+ }
59
+ };
60
+ this.onDocumentClick = (event) => {
61
+ if (!this.open)
62
+ return;
63
+ if (event.composedPath().includes(this.host))
64
+ return;
65
+ this.setOpen(false);
66
+ };
67
+ }
68
+ componentWillLoad() {
69
+ const selected = this.options.find((option) => option.value === this.value);
70
+ if (selected)
71
+ this.query = selected.label;
72
+ }
73
+ disconnectedCallback() {
74
+ this.stop();
75
+ document.removeEventListener("click", this.onDocumentClick);
76
+ }
77
+ get filtered() {
78
+ const term = this.query.toLowerCase();
79
+ return this.options.filter((option) => option.label.toLowerCase().includes(term));
80
+ }
81
+ setOpen(value) {
82
+ if (this.open === value)
83
+ return;
84
+ this.open = value;
85
+ if (value) {
86
+ requestAnimationFrame(() => this.start());
87
+ document.addEventListener("click", this.onDocumentClick);
88
+ }
89
+ else {
90
+ this.stop();
91
+ this.activeIndex = -1;
92
+ document.removeEventListener("click", this.onDocumentClick);
93
+ }
94
+ }
95
+ start() {
96
+ if (!this.inputEl || !this.listEl)
97
+ return;
98
+ this.stop();
99
+ this.cleanup = autoUpdate(this.inputEl, this.listEl, () => {
100
+ if (!this.inputEl || !this.listEl)
101
+ return;
102
+ computePosition(this.inputEl, this.listEl, {
103
+ placement: "bottom-start",
104
+ middleware: [
105
+ offset(6),
106
+ flip(),
107
+ shift({ padding: 8 }),
108
+ size({
109
+ apply: ({ rects, elements }) => {
110
+ Object.assign(elements.floating.style, {
111
+ width: `${rects.reference.width}px`,
112
+ });
113
+ },
114
+ }),
115
+ ],
116
+ }).then(({ x, y }) => {
117
+ Object.assign(this.listEl.style, { left: `${x}px`, top: `${y}px` });
118
+ });
119
+ });
120
+ }
121
+ stop() {
122
+ this.cleanup?.();
123
+ this.cleanup = undefined;
124
+ }
125
+ select(option) {
126
+ this.value = option.value;
127
+ this.query = option.label;
128
+ this.setOpen(false);
129
+ this.uiChange.emit(option.value);
130
+ }
131
+ render() {
132
+ const items = this.filtered;
133
+ return (h(Host, { key: '64d332f96d0cb39e1889eb56dbf448f67e5ed240' }, h("div", { key: '30f829b5eff180aa97a2bbb2f90a4e289768df71', class: "field" }, h("input", { key: 'f6df95047db674d2e49d34fed6057cffc86eab49', class: "input", type: "text", role: "combobox", value: this.query, placeholder: this.placeholder, autocomplete: "off", "aria-expanded": this.open ? "true" : "false", "aria-controls": this.listId, "aria-autocomplete": "list", ref: (el) => (this.inputEl = el), onInput: this.onInput, onFocus: this.onFocus, onKeyDown: this.onKeydown })), h("div", { key: 'de55c7ad59dfa3e35aeac8799366e3ee849d1398', id: this.listId, class: { list: true, "is-open": this.open }, role: "listbox", ref: (el) => (this.listEl = el) }, items.length === 0 ? (h("div", { class: "empty" }, "Nenhum resultado")) : (items.map((option, index) => (h("div", { class: {
134
+ option: true,
135
+ active: index === this.activeIndex,
136
+ selected: option.value === this.value,
137
+ }, role: "option", "aria-selected": option.value === this.value ? "true" : "false", onMouseEnter: () => (this.activeIndex = index), onMouseDown: (event) => {
138
+ event.preventDefault();
139
+ this.select(option);
140
+ } }, option.label)))))));
141
+ }
142
+ static get is() { return "ui-combobox"; }
143
+ static get encapsulation() { return "shadow"; }
144
+ static get originalStyleUrls() {
145
+ return {
146
+ "$": ["ui-combobox.css"]
147
+ };
148
+ }
149
+ static get styleUrls() {
150
+ return {
151
+ "$": ["ui-combobox.css"]
152
+ };
153
+ }
154
+ static get properties() {
155
+ return {
156
+ "options": {
157
+ "type": "unknown",
158
+ "mutable": false,
159
+ "complexType": {
160
+ "original": "UiComboboxOption[]",
161
+ "resolved": "UiComboboxOption[]",
162
+ "references": {
163
+ "UiComboboxOption": {
164
+ "location": "local",
165
+ "path": "/Users/andersonespindola/.ghq/github.com/andersonflima/ui/packages/core/src/components/ui-combobox/ui-combobox.tsx",
166
+ "id": "src/components/ui-combobox/ui-combobox.tsx::UiComboboxOption"
167
+ }
168
+ }
169
+ },
170
+ "required": false,
171
+ "optional": false,
172
+ "docs": {
173
+ "tags": [],
174
+ "text": "Op\u00E7\u00F5es dispon\u00EDveis para autocomplete."
175
+ },
176
+ "getter": false,
177
+ "setter": false,
178
+ "defaultValue": "[]"
179
+ },
180
+ "value": {
181
+ "type": "string",
182
+ "mutable": true,
183
+ "complexType": {
184
+ "original": "string",
185
+ "resolved": "string",
186
+ "references": {}
187
+ },
188
+ "required": false,
189
+ "optional": false,
190
+ "docs": {
191
+ "tags": [],
192
+ "text": "Valor selecionado."
193
+ },
194
+ "getter": false,
195
+ "setter": false,
196
+ "reflect": false,
197
+ "attribute": "value",
198
+ "defaultValue": "\"\""
199
+ },
200
+ "placeholder": {
201
+ "type": "string",
202
+ "mutable": false,
203
+ "complexType": {
204
+ "original": "string",
205
+ "resolved": "string",
206
+ "references": {}
207
+ },
208
+ "required": false,
209
+ "optional": false,
210
+ "docs": {
211
+ "tags": [],
212
+ "text": "Placeholder do campo."
213
+ },
214
+ "getter": false,
215
+ "setter": false,
216
+ "reflect": false,
217
+ "attribute": "placeholder",
218
+ "defaultValue": "\"\""
219
+ }
220
+ };
221
+ }
222
+ static get states() {
223
+ return {
224
+ "query": {},
225
+ "open": {},
226
+ "activeIndex": {}
227
+ };
228
+ }
229
+ static get events() {
230
+ return [{
231
+ "method": "uiChange",
232
+ "name": "uiChange",
233
+ "bubbles": true,
234
+ "cancelable": true,
235
+ "composed": true,
236
+ "docs": {
237
+ "tags": [],
238
+ "text": "Emitido ao selecionar uma op\u00E7\u00E3o."
239
+ },
240
+ "complexType": {
241
+ "original": "string",
242
+ "resolved": "string",
243
+ "references": {}
244
+ }
245
+ }];
246
+ }
247
+ static get elementRef() { return "host"; }
248
+ }
@@ -0,0 +1,85 @@
1
+ .command {
2
+ padding: 0;
3
+ border: none;
4
+ background: transparent;
5
+ max-width: none;
6
+ max-height: none;
7
+ color: var(--ui-foreground);
8
+ }
9
+
10
+ .command::backdrop {
11
+ background: var(--ui-overlay);
12
+ backdrop-filter: blur(4px);
13
+ }
14
+
15
+ .panel {
16
+ margin: 12vh auto 0;
17
+ width: min(40rem, 92vw);
18
+ border: 1px solid var(--ui-border);
19
+ background: var(--ui-panel-strong);
20
+ box-shadow: var(--ui-shadow-lg);
21
+ backdrop-filter: blur(22px) saturate(140%);
22
+ border-radius: var(--ui-radius-xl);
23
+ overflow: hidden;
24
+ font-family: var(--ui-font-sans);
25
+ }
26
+
27
+ .search {
28
+ width: 100%;
29
+ box-sizing: border-box;
30
+ border: none;
31
+ border-bottom: 1px solid var(--ui-border);
32
+ background: transparent;
33
+ color: var(--ui-foreground);
34
+ font-family: var(--ui-font-sans);
35
+ font-size: 1rem;
36
+ padding: 1rem;
37
+ outline: none;
38
+ }
39
+
40
+ .search::placeholder {
41
+ color: var(--ui-text-faint);
42
+ }
43
+
44
+ .list {
45
+ max-height: 50vh;
46
+ overflow: auto;
47
+ padding: 0.5rem;
48
+ }
49
+
50
+ .group {
51
+ text-transform: uppercase;
52
+ font-size: 0.7rem;
53
+ letter-spacing: 0.04em;
54
+ color: var(--ui-text-faint);
55
+ padding: 0.5rem 0.75rem 0.25rem;
56
+ }
57
+
58
+ .item {
59
+ display: flex;
60
+ align-items: center;
61
+ justify-content: space-between;
62
+ gap: 0.75rem;
63
+ padding: 0.5rem 0.75rem;
64
+ border-radius: var(--ui-radius-sm);
65
+ cursor: pointer;
66
+ }
67
+
68
+ .item.active {
69
+ background: var(--ui-chip);
70
+ }
71
+
72
+ .label {
73
+ color: var(--ui-foreground);
74
+ }
75
+
76
+ .hint {
77
+ color: var(--ui-text-faint);
78
+ font-size: 0.8rem;
79
+ }
80
+
81
+ .empty {
82
+ text-align: center;
83
+ color: var(--ui-text-faint);
84
+ padding: 1.5rem 1rem;
85
+ }
@@ -0,0 +1,290 @@
1
+ import { h, Host, } from "@stencil/core";
2
+ export class UiCommand {
3
+ constructor() {
4
+ /** Controla a abertura da paleta de comandos. */
5
+ this.open = false;
6
+ /** Itens disponíveis na paleta. */
7
+ this.items = [];
8
+ /** Placeholder do campo de busca. */
9
+ this.placeholder = "Buscar comando…";
10
+ /** Abre/fecha com Cmd/Ctrl+K quando habilitado. */
11
+ this.hotkey = true;
12
+ /** Texto digitado na busca. */
13
+ this.query = "";
14
+ /** Índice do item destacado na lista filtrada. */
15
+ this.activeIndex = 0;
16
+ this.onHotkey = (event) => {
17
+ if ((event.metaKey || event.ctrlKey) && event.key.toLowerCase() === "k") {
18
+ event.preventDefault();
19
+ this.open = !this.open;
20
+ }
21
+ };
22
+ this.onClose = () => {
23
+ if (this.open)
24
+ this.open = false;
25
+ this.query = "";
26
+ this.activeIndex = 0;
27
+ };
28
+ this.onInput = (event) => {
29
+ this.query = event.target.value;
30
+ this.activeIndex = 0;
31
+ };
32
+ this.onKeydown = (event) => {
33
+ const items = this.filtered;
34
+ switch (event.key) {
35
+ case "ArrowDown":
36
+ event.preventDefault();
37
+ if (items.length === 0)
38
+ return;
39
+ this.activeIndex = (this.activeIndex + 1) % items.length;
40
+ break;
41
+ case "ArrowUp":
42
+ event.preventDefault();
43
+ if (items.length === 0)
44
+ return;
45
+ this.activeIndex =
46
+ (this.activeIndex - 1 + items.length) % items.length;
47
+ break;
48
+ case "Enter":
49
+ if (items[this.activeIndex]) {
50
+ event.preventDefault();
51
+ this.select(items[this.activeIndex]);
52
+ }
53
+ break;
54
+ }
55
+ };
56
+ }
57
+ onOpenChange(value) {
58
+ this.sync(value);
59
+ if (value) {
60
+ requestAnimationFrame(() => this.inputEl?.focus());
61
+ }
62
+ }
63
+ componentDidLoad() {
64
+ this.sync(this.open);
65
+ }
66
+ connectedCallback() {
67
+ if (this.hotkey && typeof document !== "undefined") {
68
+ document.addEventListener("keydown", this.onHotkey);
69
+ }
70
+ }
71
+ disconnectedCallback() {
72
+ if (typeof document !== "undefined") {
73
+ document.removeEventListener("keydown", this.onHotkey);
74
+ }
75
+ }
76
+ sync(value) {
77
+ if (!this.dialogEl)
78
+ return;
79
+ if (value && !this.dialogEl.open)
80
+ this.dialogEl.showModal();
81
+ else if (!value && this.dialogEl.open)
82
+ this.dialogEl.close();
83
+ }
84
+ /** Abre a paleta imperativamente. */
85
+ async show() {
86
+ this.open = true;
87
+ }
88
+ /** Fecha a paleta imperativamente. */
89
+ async close() {
90
+ this.open = false;
91
+ }
92
+ get filtered() {
93
+ const term = this.query.toLowerCase();
94
+ return this.items.filter((item) => item.label.toLowerCase().includes(term));
95
+ }
96
+ select(item) {
97
+ this.uiSelect.emit(item.value);
98
+ this.open = false;
99
+ this.query = "";
100
+ this.activeIndex = 0;
101
+ }
102
+ render() {
103
+ const items = this.filtered;
104
+ let flatIndex = -1;
105
+ const seenGroups = new Set();
106
+ return (h(Host, { key: '2c99a55d42f0fa90a2b2ec4cae3d0952429fe861' }, h("dialog", { key: '514c6b029111f2fbba14ce430f515c3528b6666f', class: "command", ref: (el) => (this.dialogEl = el), onClose: this.onClose, onCancel: this.onClose }, h("div", { key: '430a2fd81e35ff4f2478a45d1398df7a575ce92d', class: "panel" }, 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 }), h("div", { key: '031e45085143e13aa360b0f2641a1fc80c4f75ab', class: "list", role: "listbox" }, items.length === 0 ? (h("div", { class: "empty" }, "Nenhum comando")) : (items.map((item) => {
107
+ flatIndex += 1;
108
+ const index = flatIndex;
109
+ const showGroup = item.group !== undefined && !seenGroups.has(item.group);
110
+ if (item.group !== undefined)
111
+ seenGroups.add(item.group);
112
+ return [
113
+ showGroup ? (h("div", { class: "group" }, item.group)) : null,
114
+ h("div", { class: { item: true, active: index === this.activeIndex }, role: "option", "aria-selected": index === this.activeIndex ? "true" : "false", onMouseEnter: () => (this.activeIndex = index), onMouseDown: (event) => {
115
+ event.preventDefault();
116
+ this.select(item);
117
+ } }, h("span", { class: "label" }, item.label), item.hint ? (h("span", { class: "hint" }, item.hint)) : null),
118
+ ];
119
+ })))))));
120
+ }
121
+ static get is() { return "ui-command"; }
122
+ static get encapsulation() { return "shadow"; }
123
+ static get originalStyleUrls() {
124
+ return {
125
+ "$": ["ui-command.css"]
126
+ };
127
+ }
128
+ static get styleUrls() {
129
+ return {
130
+ "$": ["ui-command.css"]
131
+ };
132
+ }
133
+ static get properties() {
134
+ return {
135
+ "open": {
136
+ "type": "boolean",
137
+ "mutable": true,
138
+ "complexType": {
139
+ "original": "boolean",
140
+ "resolved": "boolean",
141
+ "references": {}
142
+ },
143
+ "required": false,
144
+ "optional": false,
145
+ "docs": {
146
+ "tags": [],
147
+ "text": "Controla a abertura da paleta de comandos."
148
+ },
149
+ "getter": false,
150
+ "setter": false,
151
+ "reflect": true,
152
+ "attribute": "open",
153
+ "defaultValue": "false"
154
+ },
155
+ "items": {
156
+ "type": "unknown",
157
+ "mutable": false,
158
+ "complexType": {
159
+ "original": "UiCommandItem[]",
160
+ "resolved": "UiCommandItem[]",
161
+ "references": {
162
+ "UiCommandItem": {
163
+ "location": "local",
164
+ "path": "/Users/andersonespindola/.ghq/github.com/andersonflima/ui/packages/core/src/components/ui-command/ui-command.tsx",
165
+ "id": "src/components/ui-command/ui-command.tsx::UiCommandItem"
166
+ }
167
+ }
168
+ },
169
+ "required": false,
170
+ "optional": false,
171
+ "docs": {
172
+ "tags": [],
173
+ "text": "Itens dispon\u00EDveis na paleta."
174
+ },
175
+ "getter": false,
176
+ "setter": false,
177
+ "defaultValue": "[]"
178
+ },
179
+ "placeholder": {
180
+ "type": "string",
181
+ "mutable": false,
182
+ "complexType": {
183
+ "original": "string",
184
+ "resolved": "string",
185
+ "references": {}
186
+ },
187
+ "required": false,
188
+ "optional": false,
189
+ "docs": {
190
+ "tags": [],
191
+ "text": "Placeholder do campo de busca."
192
+ },
193
+ "getter": false,
194
+ "setter": false,
195
+ "reflect": false,
196
+ "attribute": "placeholder",
197
+ "defaultValue": "\"Buscar comando\u2026\""
198
+ },
199
+ "hotkey": {
200
+ "type": "boolean",
201
+ "mutable": false,
202
+ "complexType": {
203
+ "original": "boolean",
204
+ "resolved": "boolean",
205
+ "references": {}
206
+ },
207
+ "required": false,
208
+ "optional": false,
209
+ "docs": {
210
+ "tags": [],
211
+ "text": "Abre/fecha com Cmd/Ctrl+K quando habilitado."
212
+ },
213
+ "getter": false,
214
+ "setter": false,
215
+ "reflect": false,
216
+ "attribute": "hotkey",
217
+ "defaultValue": "true"
218
+ }
219
+ };
220
+ }
221
+ static get states() {
222
+ return {
223
+ "query": {},
224
+ "activeIndex": {}
225
+ };
226
+ }
227
+ static get events() {
228
+ return [{
229
+ "method": "uiSelect",
230
+ "name": "uiSelect",
231
+ "bubbles": true,
232
+ "cancelable": true,
233
+ "composed": true,
234
+ "docs": {
235
+ "tags": [],
236
+ "text": "Emitido ao selecionar um comando."
237
+ },
238
+ "complexType": {
239
+ "original": "string",
240
+ "resolved": "string",
241
+ "references": {}
242
+ }
243
+ }];
244
+ }
245
+ static get methods() {
246
+ return {
247
+ "show": {
248
+ "complexType": {
249
+ "signature": "() => Promise<void>",
250
+ "parameters": [],
251
+ "references": {
252
+ "Promise": {
253
+ "location": "global",
254
+ "id": "global::Promise"
255
+ }
256
+ },
257
+ "return": "Promise<void>"
258
+ },
259
+ "docs": {
260
+ "text": "Abre a paleta imperativamente.",
261
+ "tags": []
262
+ }
263
+ },
264
+ "close": {
265
+ "complexType": {
266
+ "signature": "() => Promise<void>",
267
+ "parameters": [],
268
+ "references": {
269
+ "Promise": {
270
+ "location": "global",
271
+ "id": "global::Promise"
272
+ }
273
+ },
274
+ "return": "Promise<void>"
275
+ },
276
+ "docs": {
277
+ "text": "Fecha a paleta imperativamente.",
278
+ "tags": []
279
+ }
280
+ }
281
+ };
282
+ }
283
+ static get elementRef() { return "host"; }
284
+ static get watchers() {
285
+ return [{
286
+ "propName": "open",
287
+ "methodName": "onOpenChange"
288
+ }];
289
+ }
290
+ }
@@ -12,7 +12,7 @@ export class UiContainer {
12
12
  [`size-${this.size}`]: true,
13
13
  padded: this.padded,
14
14
  };
15
- return (h(Host, { key: '4f00ee39f0ae347fafac349ee8e42c991c8013dd' }, h("div", { key: 'a0f8f0c6d418f119c6631d0387f9328af8fbb416', class: classes }, h("slot", { key: '86178f8371c958123fcf8b7e6bfe059aeed9f690' }))));
15
+ return (h(Host, { key: '474a0aeda3c1caad66af3108381f325dbec41566' }, h("div", { key: 'df5fdea525ac34873923b65408f971957fb53186', class: classes }, h("slot", { key: 'e83ff090d3634368b7425db0d4c94f860934c951' }))));
16
16
  }
17
17
  static get is() { return "ui-container"; }
18
18
  static get encapsulation() { return "shadow"; }