@revotech-group/revotech-ui-kit 0.0.62 → 0.0.64

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 (409) hide show
  1. package/README.md +30 -30
  2. package/dist/library.css +2699 -2387
  3. package/dist/revotech-ui-kit.js +10501 -7226
  4. package/dist/revotech-ui-kit.umd.cjs +1894 -2226
  5. package/dist/src/assets/icons/arrow-up-circle.icon.d.ts +1 -1
  6. package/dist/src/assets/icons/arrows.icon.d.ts +1 -1
  7. package/dist/src/assets/icons/carousel-arrow-left.d.ts +1 -0
  8. package/dist/src/assets/icons/carousel-arrow-right.d.ts +1 -0
  9. package/dist/src/assets/icons/chart.icon.d.ts +1 -1
  10. package/dist/src/assets/icons/chorven-down.icon.d.ts +1 -1
  11. package/dist/src/assets/icons/circle-check.icon.d.ts +1 -1
  12. package/dist/src/assets/icons/circle-x.icon.d.ts +1 -1
  13. package/dist/src/assets/icons/circle.icon.d.ts +1 -1
  14. package/dist/src/assets/icons/close.icon.d.ts +1 -1
  15. package/dist/src/assets/icons/decrease.icon.d.ts +1 -1
  16. package/dist/src/assets/icons/dot.icon.d.ts +1 -1
  17. package/dist/src/assets/icons/help-circle.icon.d.ts +1 -1
  18. package/dist/src/assets/icons/index.d.ts +2 -0
  19. package/dist/src/assets/icons/plus.icon.d.ts +1 -1
  20. package/dist/src/assets/icons/radio-group.icon.d.ts +1 -1
  21. package/dist/src/assets/icons/radio.icon.d.ts +1 -1
  22. package/dist/src/assets/icons/search.icon.d.ts +1 -1
  23. package/dist/src/assets/icons/tick.icon.d.ts +1 -1
  24. package/dist/src/components/index.d.ts +0 -2
  25. package/dist/src/components/ui/accordion/accordion-content.d.ts +2 -1
  26. package/dist/src/components/ui/accordion/accordion-item.d.ts +2 -1
  27. package/dist/src/components/ui/accordion/accordion-trigger.d.ts +2 -1
  28. package/dist/src/components/ui/accordion/accordion.d.ts +2 -1
  29. package/dist/src/components/ui/accordion/accordion.stories.d.ts +2 -1
  30. package/dist/src/components/ui/alert/alert.d.ts +3 -3
  31. package/dist/src/components/ui/alert/alert.stories.d.ts +2 -1
  32. package/dist/src/components/ui/alert/alert.styles.d.ts +1 -1
  33. package/dist/src/components/ui/aspect-ratio/aspect-ratio.d.ts +2 -1
  34. package/dist/src/components/ui/aspect-ratio/aspect-ratio.stories.d.ts +2 -1
  35. package/dist/src/components/ui/aspect-ratio/aspect-ratio.styles.d.ts +1 -0
  36. package/dist/src/components/ui/avatar/avatar-fallback.d.ts +2 -1
  37. package/dist/src/components/ui/avatar/avatar-image.d.ts +2 -1
  38. package/dist/src/components/ui/avatar/avatar.d.ts +2 -1
  39. package/dist/src/components/ui/avatar/avatar.stories.d.ts +2 -1
  40. package/dist/src/components/ui/badge/badge.d.ts +3 -2
  41. package/dist/src/components/ui/badge/badge.stories.d.ts +2 -1
  42. package/dist/src/components/ui/badge/badge.style.d.ts +1 -1
  43. package/dist/src/components/ui/breadcrumb/breadcrumb-ellipsis.d.ts +12 -0
  44. package/dist/src/components/ui/breadcrumb/breadcrumb-item.d.ts +15 -0
  45. package/dist/src/components/ui/breadcrumb/breadcrumb-link.d.ts +16 -0
  46. package/dist/src/components/ui/breadcrumb/breadcrumb-list.d.ts +15 -0
  47. package/dist/src/components/ui/breadcrumb/breadcrumb-separator.d.ts +12 -0
  48. package/dist/src/components/ui/breadcrumb/breadcrumb-text.d.ts +15 -0
  49. package/dist/src/components/ui/breadcrumb/breadcrumb.d.ts +22 -0
  50. package/dist/src/components/ui/breadcrumb/breadcrumb.stories.d.ts +5 -0
  51. package/dist/src/components/{atoms/button/button.atom.d.ts → ui/button/button.d.ts} +6 -4
  52. package/dist/src/components/{atoms → ui}/button/button.stories.d.ts +2 -1
  53. package/dist/src/components/{atoms → ui}/button/button.style.d.ts +1 -1
  54. package/dist/src/components/ui/calendar/calendar.d.ts +4 -4
  55. package/dist/src/components/ui/calendar/calendar.stories.d.ts +2 -1
  56. package/dist/src/components/ui/calendar/calendar.style.d.ts +1 -1
  57. package/dist/src/components/ui/card/card-content.d.ts +6 -0
  58. package/dist/src/components/ui/card/card-description.d.ts +6 -0
  59. package/dist/src/components/ui/card/card-footer.d.ts +6 -0
  60. package/dist/src/components/ui/card/card-header.d.ts +6 -0
  61. package/dist/src/components/ui/card/card-title.d.ts +6 -0
  62. package/dist/src/components/{atoms/card/card.atom.d.ts → ui/card/card.d.ts} +9 -4
  63. package/dist/src/components/{atoms → ui}/card/card.stories.d.ts +2 -1
  64. package/dist/src/components/ui/card/card.styles.d.ts +1 -0
  65. package/dist/src/components/{atoms/carousel/carousel.atom.d.ts → ui/carousel/carousel.d.ts} +9 -5
  66. package/dist/src/components/{atoms → ui}/carousel/carousel.stories.d.ts +2 -1
  67. package/dist/src/components/ui/checkbox/checkbox.d.ts +2 -2
  68. package/dist/src/components/ui/checkbox/checkbox.stories.d.ts +2 -1
  69. package/dist/src/components/ui/collapsible/collapsible-content.d.ts +18 -0
  70. package/dist/src/components/{atoms → ui}/collapsible/collapsible-trigger.d.ts +7 -3
  71. package/dist/src/components/ui/collapsible/collapsible.d.ts +25 -0
  72. package/dist/src/components/{atoms → ui}/collapsible/collapsible.stories.d.ts +2 -1
  73. package/dist/src/components/ui/combobox/combo-box-empty.d.ts +15 -0
  74. package/dist/src/components/ui/combobox/combo-box-group.d.ts +38 -0
  75. package/dist/src/components/{atoms → ui}/combobox/combo-box-input.d.ts +3 -2
  76. package/dist/src/components/{atoms → ui}/combobox/combo-box-item.d.ts +6 -2
  77. package/dist/src/components/ui/combobox/combo-box-trigger.d.ts +19 -0
  78. package/dist/src/components/{atoms → ui}/combobox/combo-box-value.d.ts +4 -3
  79. package/dist/src/components/ui/combobox/combo-box.d.ts +36 -0
  80. package/dist/src/components/ui/combobox/combo-box.stories.d.ts +11 -0
  81. package/dist/src/components/ui/combobox/combo-box.styles.d.ts +5 -0
  82. package/dist/src/components/ui/command/command-empty.atom.d.ts +19 -0
  83. package/dist/src/components/ui/command/command-group.atom.d.ts +20 -0
  84. package/dist/src/components/ui/command/command-input.atom.d.ts +16 -0
  85. package/dist/src/components/ui/command/command-item.atom.d.ts +24 -0
  86. package/dist/src/components/ui/command/command-list.atom.d.ts +16 -0
  87. package/dist/src/components/ui/command/command-separator.atom.d.ts +15 -0
  88. package/dist/src/components/ui/command/command.d.ts +22 -0
  89. package/dist/src/components/ui/command/command.stories.d.ts +7 -0
  90. package/dist/src/components/ui/command/command.styles.d.ts +7 -0
  91. package/dist/src/components/ui/context-menu/context-menu-checkbox-Item.d.ts +17 -0
  92. package/dist/src/components/ui/context-menu/context-menu-content.d.ts +15 -0
  93. package/dist/src/components/ui/context-menu/context-menu-group.d.ts +11 -0
  94. package/dist/src/components/ui/context-menu/context-menu-item.d.ts +13 -0
  95. package/dist/src/components/ui/context-menu/context-menu-radio-item.d.ts +17 -0
  96. package/dist/src/components/ui/context-menu/context-menu-seperator.d.ts +7 -0
  97. package/dist/src/components/ui/context-menu/context-menu-shortcut.d.ts +10 -0
  98. package/dist/src/components/ui/context-menu/context-menu-trigger.d.ts +6 -0
  99. package/dist/src/components/{atoms/context-menu/context-menu.atom.d.ts → ui/context-menu/context-menu.d.ts} +14 -6
  100. package/dist/src/components/ui/context-menu/context-menu.styles.d.ts +7 -0
  101. package/dist/src/components/{atoms → ui}/context-menu/contextMenu.stories.d.ts +2 -1
  102. package/dist/src/components/ui/context-menu/contextMenu.style.d.ts +2 -0
  103. package/dist/src/components/ui/data-table/data-table.d.ts +42 -0
  104. package/dist/src/components/ui/data-table/data-table.stories.d.ts +6 -0
  105. package/dist/src/components/ui/date-picker/date-picker.d.ts +2 -2
  106. package/dist/src/components/ui/date-picker/date-picker.stories.d.ts +2 -1
  107. package/dist/src/components/ui/dialog/dialog-close.d.ts +16 -0
  108. package/dist/src/components/ui/dialog/dialog-content.d.ts +15 -0
  109. package/dist/src/components/ui/dialog/dialog-footer.d.ts +10 -0
  110. package/dist/src/components/{atoms → ui}/dialog/dialog-header.d.ts +3 -2
  111. package/dist/src/components/ui/dialog/dialog-overly.d.ts +6 -0
  112. package/dist/src/components/ui/dialog/dialog-trigger.d.ts +12 -0
  113. package/dist/src/components/{atoms/dialog/dialog.atom.d.ts → ui/dialog/dialog.d.ts} +9 -4
  114. package/dist/src/components/{atoms → ui}/dialog/dialog.stories.d.ts +2 -1
  115. package/dist/src/components/ui/dialog/dialog.styles.d.ts +4 -0
  116. package/dist/src/components/ui/drawer/drawer-close.d.ts +16 -0
  117. package/dist/src/components/ui/drawer/drawer-content.d.ts +14 -0
  118. package/dist/src/components/ui/drawer/drawer-description.d.ts +11 -0
  119. package/dist/src/components/ui/drawer/drawer-footer.d.ts +10 -0
  120. package/dist/src/components/{atoms → ui}/drawer/drawer-header.d.ts +3 -2
  121. package/dist/src/components/ui/drawer/drawer-overlay.d.ts +6 -0
  122. package/dist/src/components/ui/drawer/drawer-title.d.ts +11 -0
  123. package/dist/src/components/ui/drawer/drawer-trigger.d.ts +12 -0
  124. package/dist/src/components/{atoms/drawer/drawer.atom.d.ts → ui/drawer/drawer.d.ts} +9 -4
  125. package/dist/src/components/{atoms → ui}/drawer/drawer.stories.d.ts +2 -1
  126. package/dist/src/components/ui/drawer/drawer.styles.d.ts +5 -0
  127. package/dist/src/components/ui/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +18 -0
  128. package/dist/src/components/ui/dropdown-menu/dropdown-menu-content.d.ts +14 -0
  129. package/dist/src/components/ui/dropdown-menu/dropdown-menu-group.d.ts +12 -0
  130. package/dist/src/components/ui/dropdown-menu/dropdown-menu-item.d.ts +17 -0
  131. package/dist/src/components/ui/dropdown-menu/dropdown-menu-radio-item.d.ts +17 -0
  132. package/dist/src/components/ui/dropdown-menu/dropdown-menu-seperator.d.ts +9 -0
  133. package/dist/src/components/ui/dropdown-menu/dropdown-menu-shortcut.d.ts +9 -0
  134. package/dist/src/components/ui/dropdown-menu/dropdown-menu-trigger.d.ts +6 -0
  135. package/dist/src/components/{atoms/dropdown-menu/dropdown-menu.atom.d.ts → ui/dropdown-menu/dropdown-menu.d.ts} +15 -7
  136. package/dist/src/components/ui/dropdown-menu/dropdown-menu.styles.d.ts +7 -0
  137. package/dist/src/components/{atoms → ui}/dropdown-menu/dropdownMenu.stories.d.ts +2 -1
  138. package/dist/src/components/ui/dropdown-menu/dropdownMenu.style.d.ts +2 -0
  139. package/dist/src/components/ui/form/form-context.d.ts +5 -0
  140. package/dist/src/components/ui/form/form-controller.d.ts +28 -0
  141. package/dist/src/components/ui/form/form-field-context.d.ts +3 -0
  142. package/dist/src/components/ui/form/form-item-context.d.ts +7 -0
  143. package/dist/src/components/ui/form/form.stories.d.ts +6 -0
  144. package/dist/src/components/ui/form/form.styles.d.ts +6 -0
  145. package/dist/src/components/ui/form/rtg-form-controller.d.ts +17 -0
  146. package/dist/src/components/ui/form/rtg-form-description.d.ts +14 -0
  147. package/dist/src/components/ui/form/rtg-form-field.d.ts +20 -0
  148. package/dist/src/components/ui/form/rtg-form-item.d.ts +17 -0
  149. package/dist/src/components/ui/form/rtg-form-label.d.ts +21 -0
  150. package/dist/src/components/ui/form/rtg-form-message.d.ts +18 -0
  151. package/dist/src/components/ui/form/rtg-form.d.ts +24 -0
  152. package/dist/src/components/ui/hoverCard/hover-card-content.d.ts +16 -0
  153. package/dist/src/components/ui/hoverCard/hover-card-trigger.d.ts +10 -0
  154. package/dist/src/components/ui/hoverCard/hover-card.d.ts +30 -0
  155. package/dist/src/components/{atoms → ui}/hoverCard/hover-card.stories.d.ts +2 -1
  156. package/dist/src/components/ui/hoverCard/hover-card.styles.d.ts +1 -0
  157. package/dist/src/components/ui/index.d.ts +31 -0
  158. package/dist/src/components/ui/input/input.d.ts +3 -3
  159. package/dist/src/components/ui/input/input.stories.d.ts +2 -1
  160. package/dist/src/components/{molecules → ui}/input-otp/input-otp-group.d.ts +4 -2
  161. package/dist/src/components/{molecules → ui}/input-otp/input-otp-separator.d.ts +3 -2
  162. package/dist/src/components/{molecules → ui}/input-otp/input-otp-slot.d.ts +5 -4
  163. package/dist/src/components/ui/input-otp/input-otp.d.ts +31 -0
  164. package/dist/src/components/{molecules → ui}/input-otp/input-otp.stories.d.ts +2 -1
  165. package/dist/src/components/ui/label/label.d.ts +4 -3
  166. package/dist/src/components/ui/label/label.stories.d.ts +2 -1
  167. package/dist/src/components/ui/label/label.style.d.ts +1 -1
  168. package/dist/src/components/ui/menubar/menubar-checkbox.item.d.ts +21 -0
  169. package/dist/src/components/ui/menubar/menubar-content.d.ts +20 -0
  170. package/dist/src/components/ui/menubar/menubar-group.d.ts +15 -0
  171. package/dist/src/components/ui/menubar/menubar-item.d.ts +17 -0
  172. package/dist/src/components/ui/menubar/menubar-menu.d.ts +28 -0
  173. package/dist/src/components/ui/menubar/menubar-radio-item.d.ts +21 -0
  174. package/dist/src/components/ui/menubar/menubar-separator.d.ts +14 -0
  175. package/dist/src/components/ui/menubar/menubar-shortcut.d.ts +10 -0
  176. package/dist/src/components/ui/menubar/menubar-trigger.d.ts +11 -0
  177. package/dist/src/components/{atoms/menubar/menubar.atom.d.ts → ui/menubar/menubar.d.ts} +13 -6
  178. package/dist/src/components/{atoms → ui}/menubar/menubar.stories.d.ts +2 -1
  179. package/dist/src/components/ui/menubar/menubar.styles.d.ts +8 -0
  180. package/dist/src/components/ui/navigation-menu/navigation-menu-content.d.ts +21 -0
  181. package/dist/src/components/{atoms → ui}/navigation-menu/navigation-menu-item.d.ts +7 -6
  182. package/dist/src/components/ui/navigation-menu/navigation-menu-link.d.ts +10 -0
  183. package/dist/src/components/ui/navigation-menu/navigation-menu-list.d.ts +9 -0
  184. package/dist/src/components/ui/navigation-menu/navigation-menu-trigger.d.ts +10 -0
  185. package/dist/src/components/{atoms → ui}/navigation-menu/navigation-menu.d.ts +11 -6
  186. package/dist/src/components/{atoms → ui}/navigation-menu/navigation-menu.stories.d.ts +2 -1
  187. package/dist/src/components/ui/navigation-menu/navigation-menu.styles.d.ts +3 -0
  188. package/dist/src/components/ui/pagination/pagination-content.d.ts +10 -0
  189. package/dist/src/components/ui/pagination/pagination-ellipsis.d.ts +9 -0
  190. package/dist/src/components/ui/pagination/pagination-item.d.ts +15 -0
  191. package/dist/src/components/ui/pagination/pagination-link.d.ts +20 -0
  192. package/dist/src/components/ui/pagination/pagination-next.d.ts +9 -0
  193. package/dist/src/components/ui/pagination/pagination-previous.d.ts +9 -0
  194. package/dist/src/components/{atoms/pagination/pagination.atom.d.ts → ui/pagination/pagination.d.ts} +8 -5
  195. package/dist/src/components/{atoms → ui}/pagination/pagination.stories.d.ts +2 -1
  196. package/dist/src/components/ui/pagination/pagination.styles.d.ts +9 -0
  197. package/dist/src/components/ui/popover/popover-content.d.ts +19 -0
  198. package/dist/src/components/ui/popover/popover-trigger.d.ts +13 -0
  199. package/dist/src/components/{atoms/popover/popover.atom.d.ts → ui/popover/popover.d.ts} +8 -4
  200. package/dist/src/components/{atoms → ui}/popover/popover.stories.d.ts +2 -1
  201. package/dist/src/components/{atoms → ui}/popover/popover.style.d.ts +3 -3
  202. package/dist/src/components/{atoms/progress/progress.atom.d.ts → ui/progress/progress.d.ts} +4 -3
  203. package/dist/src/components/{atoms → ui}/progress/progress.stories.d.ts +2 -1
  204. package/dist/src/components/ui/progress/progress.styles.d.ts +1 -0
  205. package/dist/src/components/ui/radio-group/radio-group-item.d.ts +20 -0
  206. package/dist/src/components/ui/radio-group/radio-group.d.ts +19 -0
  207. package/dist/src/components/{atoms → ui}/radio-group/radio-group.stories.d.ts +2 -1
  208. package/dist/src/components/ui/radio-group/radio-group.styles.d.ts +2 -0
  209. package/dist/src/components/{atoms → ui}/sample-demo/sample-demo.d.ts +4 -3
  210. package/dist/src/components/{atoms → ui}/sample-demo/sample.style.d.ts +1 -1
  211. package/dist/src/components/ui/scroll-area/scroll-area.d.ts +13 -0
  212. package/dist/src/components/ui/scroll-area/scroll-area.stories.d.ts +5 -0
  213. package/dist/src/components/ui/scroll-area/scroll-area.style.d.ts +1 -0
  214. package/dist/src/components/ui/select/select-controller.d.ts +15 -0
  215. package/dist/src/components/ui/select/select-group.d.ts +23 -0
  216. package/dist/src/components/ui/select/select-item.d.ts +26 -0
  217. package/dist/src/components/ui/select/select-label.d.ts +14 -0
  218. package/dist/src/components/ui/select/select-list.d.ts +11 -0
  219. package/dist/src/components/ui/select/select-seperator.d.ts +9 -0
  220. package/dist/src/components/ui/select/select-trigger.d.ts +22 -0
  221. package/dist/src/components/ui/select/select-value.d.ts +21 -0
  222. package/dist/src/components/{atoms/select/select.atom.d.ts → ui/select/select.d.ts} +11 -9
  223. package/dist/src/components/ui/select/select.stories.d.ts +5 -0
  224. package/dist/src/components/ui/select/select.styles.d.ts +7 -0
  225. package/dist/src/components/{atoms/seperator/separator.atom.d.ts → ui/separator/separator.d.ts} +3 -2
  226. package/dist/src/components/{atoms/seperator → ui/separator}/separator.stories.d.ts +2 -1
  227. package/dist/src/components/ui/skeleton/skeleton.d.ts +11 -0
  228. package/dist/src/components/ui/skeleton/skeleton.stories.d.ts +5 -0
  229. package/dist/src/components/ui/skeleton/skeleton.style.d.ts +1 -0
  230. package/dist/src/components/{atoms/switch/switch.atom.d.ts → ui/switch/switch.d.ts} +3 -2
  231. package/dist/src/components/{atoms → ui}/switch/switch.stories.d.ts +2 -1
  232. package/dist/src/components/ui/switch/switch.style.d.ts +1 -0
  233. package/dist/src/components/ui/table/table.d.ts +19 -0
  234. package/dist/src/components/ui/table/table.stories.d.ts +5 -0
  235. package/dist/src/components/ui/tabs/tab-contents.d.ts +22 -0
  236. package/dist/src/components/ui/tabs/tab-list.d.ts +23 -0
  237. package/dist/src/components/{molecules → ui}/tabs/tab-trigger.d.ts +10 -3
  238. package/dist/src/components/ui/tabs/tab.d.ts +25 -0
  239. package/dist/src/components/{molecules → ui}/tabs/tab.stories.d.ts +2 -1
  240. package/dist/src/components/ui/tabs/tabs.style.d.ts +1 -0
  241. package/dist/src/components/{atoms/textarea/textarea.atom.d.ts → ui/textarea/textarea.d.ts} +5 -5
  242. package/dist/src/components/{atoms → ui}/textarea/textarea.stories.d.ts +2 -1
  243. package/dist/src/components/ui/toast/toast-action.d.ts +23 -0
  244. package/dist/src/components/ui/toast/toast-description.d.ts +14 -0
  245. package/dist/src/components/ui/toast/toast-title.d.ts +14 -0
  246. package/dist/src/components/ui/toast/toast-trigger.d.ts +18 -0
  247. package/dist/src/components/ui/toast/toast-view-port.d.ts +21 -0
  248. package/dist/src/components/ui/toast/toast.d.ts +25 -0
  249. package/dist/src/components/ui/toast/toast.stories.d.ts +10 -0
  250. package/dist/src/components/{atoms → ui}/toast/toast.style.d.ts +4 -2
  251. package/dist/src/components/{atoms/toggle/toggle.atom.d.ts → ui/toggle/toggle.d.ts} +12 -4
  252. package/dist/src/components/{atoms → ui}/toggle/toggle.stories.d.ts +2 -1
  253. package/dist/src/components/{atoms → ui}/toggle/toggle.style.d.ts +1 -1
  254. package/dist/src/components/ui/toggle-group/toggle-group-item.d.ts +32 -0
  255. package/dist/src/components/{molecules/toggle-group/toggle-group.molecules.d.ts → ui/toggle-group/toggle-group.d.ts} +12 -6
  256. package/dist/src/components/{molecules → ui}/toggle-group/toggle-group.stories.d.ts +2 -1
  257. package/dist/src/components/{molecules → ui}/toggle-group/toggle-group.style.d.ts +2 -1
  258. package/dist/src/components/widgets/light-sample-demo/light-sample.demo.d.ts +4 -6
  259. package/dist/src/components/widgets/login/rtg-login-actions.d.ts +9 -0
  260. package/dist/src/components/widgets/login/rtg-login-controller.d.ts +11 -0
  261. package/dist/src/components/widgets/login/rtg-login-divider.d.ts +9 -0
  262. package/dist/src/components/widgets/login/rtg-login-fields.d.ts +17 -0
  263. package/dist/src/components/widgets/login/rtg-login-logo.d.ts +8 -0
  264. package/dist/src/components/widgets/login/rtg-login-social.d.ts +8 -0
  265. package/dist/src/components/widgets/login/rtg-login-terms.d.ts +9 -0
  266. package/dist/src/components/widgets/login/rtg-login-title.d.ts +8 -0
  267. package/dist/src/components/widgets/login/rtg-login.d.ts +13 -0
  268. package/dist/src/components/widgets/sign-up/rtg-sign-up-actions.d.ts +6 -0
  269. package/dist/src/components/widgets/sign-up/rtg-sign-up-divider.d.ts +6 -0
  270. package/dist/src/components/widgets/sign-up/rtg-sign-up-fields.d.ts +9 -0
  271. package/dist/src/components/widgets/sign-up/rtg-sign-up-logo.d.ts +6 -0
  272. package/dist/src/components/widgets/sign-up/rtg-sign-up-social.d.ts +6 -0
  273. package/dist/src/components/widgets/sign-up/rtg-sign-up-terms.d.ts +6 -0
  274. package/dist/src/components/widgets/sign-up/rtg-sign-up-title.d.ts +6 -0
  275. package/dist/src/components/widgets/sign-up/rtg-sign-up.d.ts +7 -0
  276. package/dist/src/helpers/base-element.d.ts +4 -1
  277. package/dist/src/helpers/index.d.ts +1 -0
  278. package/dist/src/helpers/mouse-conroller.helper.d.ts +1 -0
  279. package/dist/src/helpers/shadow-wrapper.d.ts +3 -3
  280. package/dist/src/helpers/style.helpers.d.ts +2 -1
  281. package/dist/src/helpers/widget-controller.d.ts +13 -0
  282. package/dist/src/index.d.ts +2 -2
  283. package/dist/src/interfaces/actionable.interface.d.ts +2 -1
  284. package/dist/src/interfaces/changeable.interface.d.ts +2 -1
  285. package/dist/src/interfaces/child-support-atomic.interface.d.ts +1 -0
  286. package/dist/src/interfaces/index.d.ts +1 -0
  287. package/dist/src/interfaces/widgets/base.interface.d.ts +23 -0
  288. package/dist/src/interfaces/widgets/index.d.ts +2 -0
  289. package/dist/src/interfaces/widgets/login.interface.d.ts +44 -0
  290. package/dist/src/lib/react/react.lib.d.ts +3 -2
  291. package/dist/src/styles/tw.styles.d.ts +1 -1
  292. package/dist/src/wc-ui-app.d.ts +3 -2
  293. package/package.json +46 -51
  294. package/dist/src/components/atoms/card/card-content.d.ts +0 -5
  295. package/dist/src/components/atoms/card/card-description.d.ts +0 -5
  296. package/dist/src/components/atoms/card/card-footer.d.ts +0 -5
  297. package/dist/src/components/atoms/card/card-header.d.ts +0 -5
  298. package/dist/src/components/atoms/card/card-title.d.ts +0 -5
  299. package/dist/src/components/atoms/collapsible/collapsible-content.d.ts +0 -11
  300. package/dist/src/components/atoms/collapsible/collapsible.atom.d.ts +0 -17
  301. package/dist/src/components/atoms/combobox/combo-box-empty.d.ts +0 -11
  302. package/dist/src/components/atoms/combobox/combo-box-group.d.ts +0 -25
  303. package/dist/src/components/atoms/combobox/combo-box-trigger.d.ts +0 -15
  304. package/dist/src/components/atoms/combobox/combo-box.atom.d.ts +0 -25
  305. package/dist/src/components/atoms/combobox/combo-box.stories.d.ts +0 -4
  306. package/dist/src/components/atoms/command/command-empty.atom.d.ts +0 -9
  307. package/dist/src/components/atoms/command/command-group.atom.d.ts +0 -10
  308. package/dist/src/components/atoms/command/command-input.atom.d.ts +0 -10
  309. package/dist/src/components/atoms/command/command-item.atom.d.ts +0 -13
  310. package/dist/src/components/atoms/command/command-list.atom.d.ts +0 -6
  311. package/dist/src/components/atoms/command/command-separator.atom.d.ts +0 -9
  312. package/dist/src/components/atoms/command/command.atom.d.ts +0 -7
  313. package/dist/src/components/atoms/command/command.stories.d.ts +0 -5
  314. package/dist/src/components/atoms/context-menu/context-menu-checkbox-Item.d.ts +0 -15
  315. package/dist/src/components/atoms/context-menu/context-menu-content.d.ts +0 -13
  316. package/dist/src/components/atoms/context-menu/context-menu-group.d.ts +0 -10
  317. package/dist/src/components/atoms/context-menu/context-menu-item.d.ts +0 -12
  318. package/dist/src/components/atoms/context-menu/context-menu-radio-item.d.ts +0 -15
  319. package/dist/src/components/atoms/context-menu/context-menu-seperator.d.ts +0 -9
  320. package/dist/src/components/atoms/context-menu/context-menu-shortcut.d.ts +0 -5
  321. package/dist/src/components/atoms/context-menu/contextMenu.style.d.ts +0 -2
  322. package/dist/src/components/atoms/dialog/dialog-close.d.ts +0 -12
  323. package/dist/src/components/atoms/dialog/dialog-content.d.ts +0 -8
  324. package/dist/src/components/atoms/dialog/dialog-footer.d.ts +0 -5
  325. package/dist/src/components/atoms/dialog/dialog-overly.d.ts +0 -5
  326. package/dist/src/components/atoms/dialog/dialog-trigger.d.ts +0 -8
  327. package/dist/src/components/atoms/drawer/drawer-close.d.ts +0 -12
  328. package/dist/src/components/atoms/drawer/drawer-content.d.ts +0 -6
  329. package/dist/src/components/atoms/drawer/drawer-description.d.ts +0 -6
  330. package/dist/src/components/atoms/drawer/drawer-footer.d.ts +0 -5
  331. package/dist/src/components/atoms/drawer/drawer-overlay.d.ts +0 -5
  332. package/dist/src/components/atoms/drawer/drawer-title.d.ts +0 -6
  333. package/dist/src/components/atoms/drawer/drawer-trigger.d.ts +0 -8
  334. package/dist/src/components/atoms/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +0 -15
  335. package/dist/src/components/atoms/dropdown-menu/dropdown-menu-content.d.ts +0 -13
  336. package/dist/src/components/atoms/dropdown-menu/dropdown-menu-group.d.ts +0 -10
  337. package/dist/src/components/atoms/dropdown-menu/dropdown-menu-item.d.ts +0 -12
  338. package/dist/src/components/atoms/dropdown-menu/dropdown-menu-radio-item.d.ts +0 -15
  339. package/dist/src/components/atoms/dropdown-menu/dropdown-menu-seperator.d.ts +0 -9
  340. package/dist/src/components/atoms/dropdown-menu/dropdown-menu-shortcut.d.ts +0 -5
  341. package/dist/src/components/atoms/dropdown-menu/dropdownMenu.style.d.ts +0 -2
  342. package/dist/src/components/atoms/hoverCard/hover-card-content.d.ts +0 -17
  343. package/dist/src/components/atoms/hoverCard/hover-card.atom.d.ts +0 -18
  344. package/dist/src/components/atoms/index.d.ts +0 -38
  345. package/dist/src/components/atoms/menubar/menubar-checkbox.item.d.ts +0 -15
  346. package/dist/src/components/atoms/menubar/menubar-content.d.ts +0 -15
  347. package/dist/src/components/atoms/menubar/menubar-group.d.ts +0 -10
  348. package/dist/src/components/atoms/menubar/menubar-item.d.ts +0 -12
  349. package/dist/src/components/atoms/menubar/menubar-menu.d.ts +0 -23
  350. package/dist/src/components/atoms/menubar/menubar-radio-item.d.ts +0 -15
  351. package/dist/src/components/atoms/menubar/menubar-seperator.d.ts +0 -9
  352. package/dist/src/components/atoms/menubar/menubar-shortcut.d.ts +0 -5
  353. package/dist/src/components/atoms/navigation-menu/navigation-menu-content.d.ts +0 -16
  354. package/dist/src/components/atoms/navigation-menu/navigation-menu-link.d.ts +0 -7
  355. package/dist/src/components/atoms/navigation-menu/navigation-menu-list.d.ts +0 -6
  356. package/dist/src/components/atoms/pagination/pagination-content.d.ts +0 -6
  357. package/dist/src/components/atoms/pagination/pagination-ellipsis.d.ts +0 -6
  358. package/dist/src/components/atoms/pagination/pagination-item.d.ts +0 -14
  359. package/dist/src/components/atoms/pagination/pagination-link.d.ts +0 -17
  360. package/dist/src/components/atoms/pagination/pagination-next.d.ts +0 -6
  361. package/dist/src/components/atoms/pagination/pagination-previous.d.ts +0 -6
  362. package/dist/src/components/atoms/pagination/pagination.styles.d.ts +0 -4
  363. package/dist/src/components/atoms/popover/popover-content.d.ts +0 -14
  364. package/dist/src/components/atoms/popover/popover-trigger.d.ts +0 -9
  365. package/dist/src/components/atoms/radio-group/radio-group-item.d.ts +0 -16
  366. package/dist/src/components/atoms/radio-group/radio-group.atom.d.ts +0 -16
  367. package/dist/src/components/atoms/select/select-group.d.ts +0 -23
  368. package/dist/src/components/atoms/select/select-item.d.ts +0 -22
  369. package/dist/src/components/atoms/select/select-label.d.ts +0 -10
  370. package/dist/src/components/atoms/select/select-list.d.ts +0 -7
  371. package/dist/src/components/atoms/select/select-seperator.d.ts +0 -10
  372. package/dist/src/components/atoms/select/select-trigger.d.ts +0 -15
  373. package/dist/src/components/atoms/select/select-value.d.ts +0 -18
  374. package/dist/src/components/atoms/select/select.stories.d.ts +0 -4
  375. package/dist/src/components/atoms/toast/toast-action.d.ts +0 -19
  376. package/dist/src/components/atoms/toast/toast-description.d.ts +0 -10
  377. package/dist/src/components/atoms/toast/toast-title.d.ts +0 -10
  378. package/dist/src/components/atoms/toast/toast-view-port.d.ts +0 -17
  379. package/dist/src/components/atoms/toast/toast.atom.d.ts +0 -16
  380. package/dist/src/components/atoms/toast/toast.stories.d.ts +0 -5
  381. package/dist/src/components/molecules/breadcrumb/breadcrumb-ellipsis.d.ts +0 -6
  382. package/dist/src/components/molecules/breadcrumb/breadcrumb-item.d.ts +0 -6
  383. package/dist/src/components/molecules/breadcrumb/breadcrumb-link.d.ts +0 -7
  384. package/dist/src/components/molecules/breadcrumb/breadcrumb-list.d.ts +0 -6
  385. package/dist/src/components/molecules/breadcrumb/breadcrumb-separator.d.ts +0 -6
  386. package/dist/src/components/molecules/breadcrumb/breadcrumb-text.d.ts +0 -6
  387. package/dist/src/components/molecules/breadcrumb/breadcrumb.molecules.d.ts +0 -6
  388. package/dist/src/components/molecules/breadcrumb/breadcrumb.stories.d.ts +0 -5
  389. package/dist/src/components/molecules/index.d.ts +0 -11
  390. package/dist/src/components/molecules/input-otp/input-otp.molecule.d.ts +0 -23
  391. package/dist/src/components/molecules/tabs/tab-contents.d.ts +0 -12
  392. package/dist/src/components/molecules/tabs/tab-list.d.ts +0 -14
  393. package/dist/src/components/molecules/tabs/tab.molecules.d.ts +0 -15
  394. package/dist/src/components/molecules/toggle-group/toggle-group-item.d.ts +0 -17
  395. package/dist/src/lib/next/next.lib.d.ts +0 -0
  396. package/dist/src/lib/tw-styles.d.ts +0 -1
  397. /package/dist/src/components/{molecules → ui}/breadcrumb/breadcrumb.styles.d.ts +0 -0
  398. /package/dist/src/components/{atoms → ui}/button/button.type.d.ts +0 -0
  399. /package/dist/src/components/{atoms → ui}/pagination/pagination.type.d.ts +0 -0
  400. /package/dist/src/components/{atoms → ui}/popover/popover.types.d.ts +0 -0
  401. /package/dist/src/components/{atoms → ui}/radio-group/radio-group.types.d.ts +0 -0
  402. /package/dist/src/components/{atoms → ui}/sample-demo/sample.type.d.ts +0 -0
  403. /package/dist/src/components/{atoms/seperator → ui/separator}/separator.defs.d.ts +0 -0
  404. /package/dist/src/components/{atoms → ui}/switch/switch.type.d.ts +0 -0
  405. /package/dist/src/components/{atoms → ui}/textarea/textarea.styles.d.ts +0 -0
  406. /package/dist/src/components/{atoms → ui}/textarea/textarea.type.d.ts +0 -0
  407. /package/dist/src/components/{atoms → ui}/toast/toast.type.d.ts +0 -0
  408. /package/dist/src/components/{atoms → ui}/toggle/toggle.defs.d.ts +0 -0
  409. /package/dist/src/components/{molecules → ui}/toggle-group/toggle-group.defs.d.ts +0 -0
@@ -1,18 +1,22 @@
1
1
  import { LitElement } from 'lit';
2
+
2
3
  export declare class Carousel extends LitElement {
3
- static styles: import("lit").CSSResult;
4
4
  currentIndex: number;
5
- items: never[];
6
- twCLass: string;
7
- orientation: string;
5
+ items: any[];
6
+ orientation: 'horizontal' | 'vertical';
8
7
  size: boolean;
9
8
  slides: HTMLElement;
9
+ createRenderRoot(): this;
10
+ firstUpdated(): void;
11
+ restructureSlides(): void;
12
+ getSlideClasses(): string;
10
13
  nextSlide(): void;
11
14
  prevSlide(): void;
12
15
  updateSlides(): void;
13
16
  connectedCallback(): void;
14
17
  disconnectedCallback(): void;
15
- render(): import("lit-html").TemplateResult<1>;
18
+ handleResize: () => void;
19
+ render(): import('lit').TemplateResult<1>;
16
20
  }
17
21
  declare global {
18
22
  interface HTMLElementTagNameMap {
@@ -1,4 +1,5 @@
1
- import { Meta, StoryFn } from '@storybook/web-components';
1
+ import { Meta, StoryFn } from '@storybook/web-components-vite';
2
+
2
3
  declare const _default: Meta;
3
4
  export default _default;
4
5
  export declare const Carousel: StoryFn;
@@ -1,16 +1,16 @@
1
1
  import { LitElement } from 'lit';
2
2
  import { CheckboxProperties } from './checkbox.type';
3
+
3
4
  export declare class Checkbox extends LitElement implements CheckboxProperties {
4
5
  disabled: boolean;
5
6
  checked: boolean;
6
7
  type: string;
7
8
  value: string;
8
9
  required: boolean;
9
- twCLass: string;
10
10
  private _onClick;
11
11
  click(): void;
12
12
  protected createRenderRoot(): HTMLElement | DocumentFragment;
13
- render(): import("lit-html").TemplateResult<1>;
13
+ render(): import('lit').TemplateResult<1>;
14
14
  }
15
15
  declare global {
16
16
  interface HTMLElementTagNameMap {
@@ -1,4 +1,5 @@
1
- import type { Meta, StoryFn } from '@storybook/web-components';
1
+ import { Meta, StoryFn } from '@storybook/web-components-vite';
2
+
2
3
  declare const _default: Meta;
3
4
  export default _default;
4
5
  export declare const CheckboxWithRequired: StoryFn;
@@ -0,0 +1,18 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+
4
+ export declare class CollapsibleContent extends BaseElement {
5
+ get _containerElement(): HTMLDivElement | null;
6
+ protected firstUpdated(_changedProperties: PropertyValues): void;
7
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
8
+ protected getAttributesToExclude(): string[];
9
+ private _toggleHandler;
10
+ connectedCallback(): void;
11
+ disconnectedCallback(): void;
12
+ render(): import('lit').TemplateResult<1>;
13
+ }
14
+ declare global {
15
+ interface HTMLElementTagNameMap {
16
+ 'rtg-collapsible-content': CollapsibleContent;
17
+ }
18
+ }
@@ -1,11 +1,15 @@
1
+ import { PropertyValues } from 'lit';
1
2
  import { BaseElement } from '../../../helpers';
2
- import { Collapsible } from './collapsible.atom';
3
+ import { Collapsible } from './collapsible';
4
+
3
5
  export declare class CollapsibleTrigger extends BaseElement {
4
- static styles: import("lit").CSSResult[];
5
6
  protected getAttributesToExclude(): string[];
7
+ get _containerElement(): HTMLDivElement | null;
8
+ protected firstUpdated(_changedProperties: PropertyValues): void;
9
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
6
10
  get _collapsible(): Collapsible | null;
7
11
  onTrigger(): void;
8
- render(): import("lit-html").TemplateResult<1>;
12
+ render(): import('lit').TemplateResult<1>;
9
13
  }
10
14
  declare global {
11
15
  interface HTMLElementTagNameMap {
@@ -0,0 +1,25 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ import { CollapsibleTrigger } from './collapsible-trigger';
4
+ import { CollapsibleContent } from './collapsible-content';
5
+
6
+ declare class Collapsible extends BaseElement {
7
+ open: boolean;
8
+ twCLass: string;
9
+ protected getAttributesToExclude(): string[];
10
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
11
+ get _containerElement(): HTMLDivElement | null;
12
+ protected firstUpdated(_changedProperties: PropertyValues): void;
13
+ private _clickHandler;
14
+ connectedCallback(): void;
15
+ disconnectedCallback(): void;
16
+ render(): import('lit').TemplateResult<1>;
17
+ }
18
+ export { Collapsible, CollapsibleTrigger, CollapsibleContent };
19
+ declare global {
20
+ interface HTMLElementTagNameMap {
21
+ 'rtg-collapsible': Collapsible;
22
+ 'rtg-collapsible-trigger': CollapsibleTrigger;
23
+ 'rtg-collapsible-content': CollapsibleContent;
24
+ }
25
+ }
@@ -1,4 +1,5 @@
1
- import type { Meta, StoryObj } from '@storybook/web-components';
1
+ import { Meta, StoryObj } from '@storybook/web-components-vite';
2
+
2
3
  declare const meta: Meta;
3
4
  export default meta;
4
5
  type Story = StoryObj;
@@ -0,0 +1,15 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+
4
+ declare class ComboBoxEmpty extends BaseElement {
5
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
6
+ protected getAttributesToExclude(): string[];
7
+ protected firstUpdated(_changedProperties: PropertyValues): void;
8
+ render(): import('lit').TemplateResult<1>;
9
+ }
10
+ export { ComboBoxEmpty };
11
+ declare global {
12
+ interface HTMLElementTagNameMap {
13
+ 'rtg-combo-box-empty': ComboBoxEmpty;
14
+ }
15
+ }
@@ -0,0 +1,38 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { ComboBox } from './combo-box';
3
+ import { BaseElement } from '../../../helpers';
4
+
5
+ declare class ComboBoxGroup extends BaseElement {
6
+ searchKey: string;
7
+ focusedIndex: number;
8
+ selectedValue: string;
9
+ isOpen: boolean;
10
+ get comboBoxItems(): HTMLElement[];
11
+ get comboBoxInput(): import('./combo-box-input').ComboBoxInput | null;
12
+ get comboBoxEmpty(): import('./combo-box-empty').ComboBoxEmpty | null;
13
+ get hasResults(): boolean;
14
+ get filteredItems(): HTMLElement[];
15
+ get _comboBox(): ComboBox | null;
16
+ private handleComboBoxStateChanged;
17
+ private handleItemClicked;
18
+ private handleTriggerComboBox;
19
+ private moveChildren;
20
+ private handleKeyDown;
21
+ private handleMouseOver;
22
+ private renderFilteredItems;
23
+ private onSelectedValue;
24
+ protected getAttributesToExclude(): string[];
25
+ private boundHandleComboBoxStateChanged;
26
+ private boundHandleKeyDown;
27
+ connectedCallback(): void;
28
+ disconnectedCallback(): void;
29
+ protected firstUpdated(_changedProperties: PropertyValues): void;
30
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
31
+ render(): import('lit').TemplateResult<1>;
32
+ }
33
+ export { ComboBoxGroup };
34
+ declare global {
35
+ interface HTMLElementTagNameMap {
36
+ 'rtg-combo-box-group': ComboBoxGroup;
37
+ }
38
+ }
@@ -1,14 +1,15 @@
1
1
  import { LitElement } from 'lit';
2
2
  import { ComboBoxGroup } from './combo-box-group';
3
+
3
4
  declare class ComboBoxInput extends LitElement {
4
- static styles: import("lit").CSSResult[];
5
5
  placeholder: string;
6
6
  twClass: string;
7
7
  searchValue: string;
8
8
  get _comboBoxGroup(): ComboBoxGroup | null;
9
9
  handleSearch(event: Event): void;
10
10
  handleKeyDown(event: Event): void;
11
- render(): import("lit-html").TemplateResult<1>;
11
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
12
+ render(): import('lit').TemplateResult<1>;
12
13
  }
13
14
  export { ComboBoxInput };
14
15
  declare global {
@@ -1,4 +1,6 @@
1
+ import { PropertyValues } from 'lit';
1
2
  import { BaseElement } from '../../../helpers';
3
+
2
4
  export declare class ComboBoxItem extends BaseElement {
3
5
  value: string;
4
6
  key: string;
@@ -9,11 +11,13 @@ export declare class ComboBoxItem extends BaseElement {
9
11
  selectItemIndex: number;
10
12
  onSelect: (_value: string, _index: number) => void;
11
13
  onMouseOver: (_event: Event, _index: number) => void;
12
- static styles: import("lit").CSSResult[];
14
+ itemDivContainer: HTMLDivElement;
13
15
  protected getAttributesToExclude(): string[];
14
16
  connectedCallback(): void;
15
17
  handleClick: (event: Event) => void;
16
- render(): import("lit-html").TemplateResult<1>;
18
+ protected firstUpdated(_changedProperties: PropertyValues): void;
19
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
20
+ render(): import('lit').TemplateResult<1>;
17
21
  }
18
22
  declare global {
19
23
  interface HTMLElementTagNameMap {
@@ -0,0 +1,19 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { ComboBox } from './combo-box';
3
+ import { BaseElement } from '../../../helpers';
4
+
5
+ declare class ComboBoxTrigger extends BaseElement {
6
+ buttonElement: HTMLButtonElement;
7
+ get _comboBox(): ComboBox | null;
8
+ protected getAttributesToExclude(): string[];
9
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
10
+ protected firstUpdated(_changedProperties: PropertyValues): void;
11
+ handleClick: () => void;
12
+ render(): import('lit').TemplateResult<1>;
13
+ }
14
+ export { ComboBoxTrigger };
15
+ declare global {
16
+ interface HTMLElementTagNameMap {
17
+ 'rtg-combo-box-trigger': ComboBoxTrigger;
18
+ }
19
+ }
@@ -1,14 +1,15 @@
1
1
  import { LitElement, PropertyValues } from 'lit';
2
- import { ComboBox } from './combo-box.atom';
2
+ import { ComboBox } from './combo-box';
3
+
3
4
  declare class ComboBoxValue extends LitElement {
4
5
  placeholder: string;
5
- static styles: import("lit").CSSResult[];
6
6
  get _comboBox(): ComboBox | null;
7
7
  connectedCallback(): void;
8
8
  protected firstUpdated(_changedProperties: PropertyValues): void;
9
9
  handleClick: () => void;
10
10
  renderLabel: () => string;
11
- render(): import("lit-html").TemplateResult<1>;
11
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
12
+ render(): import('lit').TemplateResult<1>;
12
13
  }
13
14
  export { ComboBoxValue };
14
15
  declare global {
@@ -0,0 +1,36 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { ComboBoxEmpty } from './combo-box-empty';
3
+ import { ComboBoxGroup } from './combo-box-group';
4
+ import { ComboBoxInput } from './combo-box-input';
5
+ import { ComboBoxItem } from './combo-box-item';
6
+ import { ComboBoxTrigger } from './combo-box-trigger';
7
+ import { ComboBoxValue } from './combo-box-value';
8
+ import { BaseElement } from '../../../helpers';
9
+
10
+ declare class ComboBox extends BaseElement {
11
+ isOpen: boolean;
12
+ selectedValue: string;
13
+ searchTerm: string;
14
+ focusedIndex: number;
15
+ filteredItems: string[];
16
+ uuid: string;
17
+ label: string;
18
+ items: never[];
19
+ parentDiveElement: HTMLDivElement;
20
+ constructor();
21
+ connectedCallback(): void;
22
+ protected getAttributesToExclude(): string[];
23
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
24
+ protected firstUpdated(_changedProperties: PropertyValues): void;
25
+ updated(changedProps: PropertyValues): void;
26
+ handleClickOutside: (e: MouseEvent) => void;
27
+ disconnectedCallback(): void;
28
+ selectItem(event: Event): void;
29
+ render(): import('lit').TemplateResult<1>;
30
+ }
31
+ export { ComboBox, ComboBoxEmpty, ComboBoxGroup, ComboBoxInput, ComboBoxItem, ComboBoxTrigger, ComboBoxValue, };
32
+ declare global {
33
+ interface HTMLElementTagNameMap {
34
+ 'rtg-combo-box': ComboBox;
35
+ }
36
+ }
@@ -0,0 +1,11 @@
1
+ import { Meta, StoryFn } from '@storybook/web-components-vite';
2
+
3
+ declare const _default: Meta;
4
+ export default _default;
5
+ interface ComboBoxArgs {
6
+ label: string;
7
+ empty: boolean;
8
+ }
9
+ export declare const Default: StoryFn<ComboBoxArgs>;
10
+ export declare const Empty: StoryFn<ComboBoxArgs>;
11
+ export declare const CustomPlaceholder: StoryFn<ComboBoxArgs>;
@@ -0,0 +1,5 @@
1
+ export declare const comboBoxEmptyStyles = "py-6 text-center text-sm";
2
+ export declare const comboBoxGroupStyles = "pointer-events-none invisible absolute z-50 mt-1 max-h-72 w-full origin-top scale-y-0 transform overflow-hidden overflow-y-auto rounded-md border border-gray-200 bg-white px-1 py-1 opacity-0 shadow-md transition-opacity duration-300 ease-out dark:border-neutral-700 dark:bg-neutral-900 [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-gray-300 dark:[&::-webkit-scrollbar-thumb]:bg-neutral-500 [&::-webkit-scrollbar-track]:bg-gray-100 dark:[&::-webkit-scrollbar-track]:bg-neutral-700 [&::-webkit-scrollbar]:w-2";
3
+ export declare const comboBoxInputStyles = "flex h-8 w-full rounded border-0 bg-transparent px-2 py-2 text-sm shadow-none placeholder:text-muted-foreground focus:outline-none focus-visible:ring-0";
4
+ export declare const comboBoxTriggerStyles = "z-20 flex h-10 flex-row-reverse items-center justify-between rounded-md border border-input bg-background px-3 py-2 text-sm ring-offset-background placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50";
5
+ export declare const comboBoxValueStyles = "line-clamp-1 flex w-[180px]";
@@ -0,0 +1,19 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+
4
+ export declare class CommandEmpty extends BaseElement {
5
+ _id: string;
6
+ _hidden: string;
7
+ private static _counter;
8
+ private get containerElement();
9
+ private get identifier();
10
+ protected getAttributesToExclude(): string[];
11
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
12
+ protected firstUpdated(_changedProperties: PropertyValues): void;
13
+ render(): import('lit').TemplateResult<1>;
14
+ }
15
+ declare global {
16
+ interface HTMLElementTagNameMap {
17
+ 'rtg-command-empty': CommandEmpty;
18
+ }
19
+ }
@@ -0,0 +1,20 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+
4
+ export declare class CommandGroup extends BaseElement {
5
+ heading: string;
6
+ _id: string;
7
+ _hidden: string;
8
+ private static _counter;
9
+ private get itemsContainerElement();
10
+ private get identifier();
11
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
12
+ protected getAttributesToExclude(): string[];
13
+ protected firstUpdated(_changedProperties: PropertyValues): void;
14
+ render(): import('lit').TemplateResult<1>;
15
+ }
16
+ declare global {
17
+ interface HTMLElementTagNameMap {
18
+ 'rtg-command-group': CommandGroup;
19
+ }
20
+ }
@@ -0,0 +1,16 @@
1
+ import { LitElement } from 'lit';
2
+
3
+ export declare class CommandInput extends LitElement {
4
+ placeholder: string;
5
+ _value: string;
6
+ private get identifier();
7
+ private filterItems;
8
+ private handleChange;
9
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
10
+ render(): import('lit').TemplateResult<1>;
11
+ }
12
+ declare global {
13
+ interface HTMLElementTagNameMap {
14
+ 'rtg-command-input': CommandInput;
15
+ }
16
+ }
@@ -0,0 +1,24 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+
4
+ export declare class CommandItem extends BaseElement {
5
+ private static _counter;
6
+ selected: boolean;
7
+ _id: string;
8
+ _hidden: string;
9
+ onSelect: () => void;
10
+ private get containerElement();
11
+ private get identifier();
12
+ get value(): string;
13
+ private handleMouseEvent;
14
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
15
+ protected getAttributesToExclude(): string[];
16
+ protected firstUpdated(_changedProperties: PropertyValues): void;
17
+ protected updated(_changedProperties: PropertyValues): void;
18
+ render(): import('lit').TemplateResult<1>;
19
+ }
20
+ declare global {
21
+ interface HTMLElementTagNameMap {
22
+ 'rtg-command-item': CommandItem;
23
+ }
24
+ }
@@ -0,0 +1,16 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+
4
+ export declare class CommandList extends BaseElement {
5
+ private get identifier();
6
+ private get containerElement();
7
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
8
+ protected getAttributesToExclude(): string[];
9
+ protected firstUpdated(_changedProperties: PropertyValues): void;
10
+ render(): import('lit').TemplateResult<1>;
11
+ }
12
+ declare global {
13
+ interface HTMLElementTagNameMap {
14
+ 'rtg-command-list': CommandList;
15
+ }
16
+ }
@@ -0,0 +1,15 @@
1
+ import { LitElement } from 'lit';
2
+
3
+ export declare class CommandSeparator extends LitElement {
4
+ _id: string;
5
+ _hidden: string;
6
+ private static _counter;
7
+ private get identifier();
8
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
9
+ render(): import('lit').TemplateResult<1>;
10
+ }
11
+ declare global {
12
+ interface HTMLElementTagNameMap {
13
+ 'rtg-command-seperator': CommandSeparator;
14
+ }
15
+ }
@@ -0,0 +1,22 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+ import { CommandInput } from './command-input.atom';
4
+ import { CommandEmpty } from './command-empty.atom';
5
+ import { CommandGroup } from './command-group.atom';
6
+ import { CommandList } from './command-list.atom';
7
+ import { CommandItem } from './command-item.atom';
8
+ import { CommandSeparator } from './command-separator.atom';
9
+
10
+ declare class Command extends BaseElement {
11
+ get containerElement(): HTMLDivElement | null;
12
+ protected getAttributesToExclude(): string[];
13
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
14
+ protected firstUpdated(_changedProperties: PropertyValues): void;
15
+ render(): import('lit').TemplateResult<1>;
16
+ }
17
+ export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, };
18
+ declare global {
19
+ interface HTMLElementTagNameMap {
20
+ 'rtg-command': Command;
21
+ }
22
+ }
@@ -0,0 +1,7 @@
1
+ import { Meta, StoryFn } from '@storybook/web-components-vite';
2
+
3
+ declare const _default: Meta;
4
+ export default _default;
5
+ declare const Command: StoryFn;
6
+ export { Command };
7
+ export declare const CommandWithPopover: StoryFn;
@@ -0,0 +1,7 @@
1
+ export declare const commandStyles = "flex h-full w-full flex-col overflow-hidden rounded-md bg-popover text-popover-foreground border shadow-md";
2
+ export declare const commandEmptyStyles = "py-6 text-center text-sm";
3
+ export declare const commandGroupStyles = "overflow-hidden p-1 text-foreground [&_[rtgcmd-group-heading]]:px-2 [&_[rtgcmd-group-heading]]:py-1.5 [&_[rtgcmd-group-heading]]:text-xs [&_[rtgcmd-group-heading]]:font-medium [&_[rtgcmd-group-heading]]:text-muted-foreground";
4
+ export declare const commandInputStyles = "flex items-center border-b px-3";
5
+ export declare const commandItemStyles = "relative flex cursor-default select-none items-center rounded-sm px-2 py-1.5 text-sm outline-none aria-selected:bg-accent aria-selected:text-accent-foreground data-[disabled]:pointer-events-none data-[disabled]:opacity-50 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 dark:bg-neutral-900 dark:hover:bg-neutral-800 dark:text-neutral-200 dark:focus:bg-neutral-800";
6
+ export declare const commandListStyles = "max-h-[300px] overflow-y-auto overflow-x-hidden";
7
+ export declare const commandSeparatorStyles = "-mx-1 h-px bg-border";
@@ -0,0 +1,17 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+
4
+ export declare class ContextMenuCheckboxItem extends BaseElement {
5
+ _id: string;
6
+ get value(): string;
7
+ selected: boolean;
8
+ get _containerElement(): HTMLDivElement | null;
9
+ protected getAttributesToExclude(): string[];
10
+ private handleMouseEvent;
11
+ checked: boolean;
12
+ disabled: boolean;
13
+ toggleChecked(): void;
14
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
15
+ protected firstUpdated(_changedProperties: PropertyValues): void;
16
+ render(): import('lit').TemplateResult<1>;
17
+ }
@@ -0,0 +1,15 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+
4
+ export declare class ContextMenuContent extends BaseElement {
5
+ isOpen: boolean;
6
+ constructor();
7
+ get _containerElement(): HTMLDivElement | null;
8
+ connectedCallback(): void;
9
+ disconnectedCallback(): void;
10
+ handleClickOutside(event: MouseEvent): void;
11
+ protected getAttributesToExclude(): string[];
12
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
13
+ protected firstUpdated(_changedProperties: PropertyValues): void;
14
+ render(): import('lit').TemplateResult<1>;
15
+ }
@@ -0,0 +1,11 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+
4
+ export declare class ContextMenuGroup extends BaseElement {
5
+ heading: string;
6
+ get _containerElement(): HTMLDivElement | null;
7
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
8
+ protected getAttributesToExclude(): string[];
9
+ protected firstUpdated(_changedProperties: PropertyValues): void;
10
+ render(): import('lit').TemplateResult<1>;
11
+ }
@@ -0,0 +1,13 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+
4
+ export declare class ContextMenuItem extends BaseElement {
5
+ get _containerElement(): HTMLDivElement | null;
6
+ protected getAttributesToExclude(): string[];
7
+ get value(): string;
8
+ protected firstUpdated(_changedProperties: PropertyValues): void;
9
+ connectedCallback(): void;
10
+ disconnectedCallback(): void;
11
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
12
+ render(): import('lit').TemplateResult<1>;
13
+ }
@@ -0,0 +1,17 @@
1
+ import { PropertyValues } from 'lit';
2
+ import { BaseElement } from '../../../helpers';
3
+
4
+ export declare class ContextMenuRadioItem extends BaseElement {
5
+ _id: string;
6
+ get value(): string;
7
+ get _containerElement(): HTMLDivElement | null;
8
+ protected getAttributesToExclude(): string[];
9
+ selected: boolean;
10
+ private handleMouseEvent;
11
+ checked: boolean;
12
+ disabled: boolean;
13
+ toggleChecked(): void;
14
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
15
+ protected firstUpdated(_changedProperties: PropertyValues): void;
16
+ render(): import('lit').TemplateResult<1>;
17
+ }
@@ -0,0 +1,7 @@
1
+ import { LitElement } from 'lit';
2
+
3
+ export declare class ContextMenuSeparator extends LitElement {
4
+ _id: string;
5
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
6
+ render(): import('lit').TemplateResult<1>;
7
+ }
@@ -0,0 +1,10 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+
4
+ export declare class ContextMenuShortcut extends BaseElement {
5
+ get _containerElement(): HTMLSpanElement | null;
6
+ protected getAttributesToExclude(): string[];
7
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
8
+ protected firstUpdated(_changedProperties: PropertyValues): void;
9
+ render(): import('lit').TemplateResult<1>;
10
+ }
@@ -0,0 +1,6 @@
1
+ import { LitElement } from 'lit';
2
+
3
+ export declare class ContextTrigger extends LitElement {
4
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
5
+ render(): import('lit').TemplateResult<1>;
6
+ }
@@ -1,4 +1,4 @@
1
- import { LitElement, PropertyValues } from 'lit';
1
+ import { PropertyValues } from 'lit';
2
2
  import { ContextMenuContent } from './context-menu-content';
3
3
  import { ContextMenuCheckboxItem } from './context-menu-checkbox-Item';
4
4
  import { ContextMenuGroup } from './context-menu-group';
@@ -6,19 +6,26 @@ import { ContextMenuItem } from './context-menu-item';
6
6
  import { ContextMenuRadioItem } from './context-menu-radio-item';
7
7
  import { ContextMenuSeparator } from './context-menu-seperator';
8
8
  import { ContextMenuShortcut } from './context-menu-shortcut';
9
- declare class ContextMenu extends LitElement {
10
- static styles: import("lit").CSSResult[];
9
+ import { ContextTrigger } from './context-menu-trigger';
10
+ import { BaseElement } from '../../../helpers';
11
+
12
+ declare class ContextMenu extends BaseElement {
11
13
  isOpen: boolean;
14
+ get _containerElement(): HTMLDivElement | null;
15
+ get _triggerElement(): HTMLElement | null;
16
+ private get _content();
12
17
  connectedCallback(): void;
13
18
  disconnectedCallback(): void;
14
19
  toggleDropdown(e: MouseEvent): void;
15
20
  handleClickOutside: (e: MouseEvent) => void;
16
- private get _content();
17
21
  protected updated(_changedProperties: PropertyValues): void;
18
22
  private _handleRadioSelected;
19
- render(): import("lit-html").TemplateResult<1>;
23
+ protected getAttributesToExclude(): string[];
24
+ protected firstUpdated(_changedProperties: PropertyValues): void;
25
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
26
+ render(): import('lit').TemplateResult<1>;
20
27
  }
21
- export { ContextMenu, ContextMenuContent, ContextMenuCheckboxItem, ContextMenuGroup, ContextMenuItem, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, };
28
+ export { ContextMenu, ContextMenuContent, ContextMenuCheckboxItem, ContextMenuGroup, ContextMenuItem, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextTrigger, };
22
29
  declare global {
23
30
  interface HTMLElementTagNameMap {
24
31
  'rtg-context-menu': ContextMenu;
@@ -29,5 +36,6 @@ declare global {
29
36
  'rtg-context-menu-radio-item': ContextMenuRadioItem;
30
37
  'rtg-context-menu-separator': ContextMenuSeparator;
31
38
  'rtg-context-menu-shortcut': ContextMenuShortcut;
39
+ 'rtg-context-menu-trigger': ContextTrigger;
32
40
  }
33
41
  }