@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,25 +0,0 @@
1
- import { LitElement, PropertyValues } from 'lit';
2
- declare class ComboBox extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- isOpen: boolean;
5
- selectedValue: string;
6
- searchTerm: string;
7
- focusedIndex: number;
8
- filteredItems: string[];
9
- uuid: string;
10
- label: string;
11
- items: never[];
12
- connectedCallback(): void;
13
- protected firstUpdated(_changedProperties: PropertyValues): void;
14
- updated(changedProps: PropertyValues): void;
15
- handleClickOutside: (e: MouseEvent) => void;
16
- disconnectedCallback(): void;
17
- selectItem(event: Event): void;
18
- render(): import("lit-html").TemplateResult<1>;
19
- }
20
- export { ComboBox };
21
- declare global {
22
- interface HTMLElementTagNameMap {
23
- 'rtg-combo-box': ComboBox;
24
- }
25
- }
@@ -1,4 +0,0 @@
1
- import type { Meta, StoryFn } from '@storybook/web-components';
2
- declare const _default: Meta;
3
- export default _default;
4
- export declare const basicComboBox: StoryFn;
@@ -1,9 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class CommandEmpty extends LitElement {
3
- _id: string;
4
- _hidden: string;
5
- private static _counter;
6
- static styles: import("lit").CSSResult[];
7
- private get identifier();
8
- render(): import("lit-html").TemplateResult<1>;
9
- }
@@ -1,10 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class CommandGroup extends LitElement {
3
- heading: string;
4
- _id: string;
5
- _hidden: string;
6
- private static _counter;
7
- static styles: import("lit").CSSResult[];
8
- private get identifier();
9
- render(): import("lit-html").TemplateResult<1>;
10
- }
@@ -1,10 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class CommandInput extends LitElement {
3
- placeholder: string;
4
- _value: string;
5
- static styles: import("lit").CSSResult[];
6
- private get identifier();
7
- private filterItems;
8
- private handleChange;
9
- render(): import("lit-html").TemplateResult<1>;
10
- }
@@ -1,13 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class CommandItem extends LitElement {
3
- private static _counter;
4
- static styles: import("lit").CSSResult[];
5
- selected: boolean;
6
- _id: string;
7
- _hidden: string;
8
- onSelect: () => void;
9
- private get identifier();
10
- get value(): string;
11
- private handleMouseEvent;
12
- render(): import("lit-html").TemplateResult<1>;
13
- }
@@ -1,6 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class CommandList extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- private get identifier();
5
- render(): import("lit-html").TemplateResult<1>;
6
- }
@@ -1,9 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class CommandSeparator extends LitElement {
3
- _id: string;
4
- _hidden: string;
5
- private static _counter;
6
- static styles: import("lit").CSSResult[];
7
- private get identifier();
8
- render(): import("lit-html").TemplateResult<1>;
9
- }
@@ -1,7 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class Command extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- twCLass: string;
5
- _input: Array<HTMLElement>;
6
- render(): import("lit-html").TemplateResult<1>;
7
- }
@@ -1,5 +0,0 @@
1
- import { Meta, StoryFn } from '@storybook/web-components';
2
- declare const _default: Meta;
3
- export default _default;
4
- export declare const Command: StoryFn;
5
- export declare const CommandWithPopover: StoryFn;
@@ -1,15 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class ContextMenuCheckboxItem extends LitElement {
3
- _id: string;
4
- _hidden: string;
5
- private static _counter;
6
- static styles: import("lit").CSSResult[];
7
- private get identifier();
8
- get value(): string;
9
- selected: boolean;
10
- private handleMouseEvent;
11
- checked: boolean;
12
- disabled: boolean;
13
- toggleChecked(): void;
14
- render(): import("lit-html").TemplateResult<1>;
15
- }
@@ -1,13 +0,0 @@
1
- import { LitElement, PropertyValues } from 'lit';
2
- import { ContextMenu } from './context-menu.atom';
3
- export declare class ContextMenuContent extends LitElement {
4
- static styles: import("lit").CSSResult[];
5
- state: string;
6
- isOpen: boolean;
7
- get _contextMenu(): ContextMenu | null;
8
- connectedCallback(): void;
9
- disconnectedCallback(): void;
10
- updated(changedProps: PropertyValues): void;
11
- handleClickOutside(event: MouseEvent): void;
12
- render(): import("lit-html").TemplateResult<1>;
13
- }
@@ -1,10 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class ContextMenuGroup extends LitElement {
3
- heading: string;
4
- _id: string;
5
- _hidden: string;
6
- private static _counter;
7
- static styles: import("lit").CSSResult[];
8
- private get identifier();
9
- render(): import("lit-html").TemplateResult<1>;
10
- }
@@ -1,12 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class ContextMenuItem extends LitElement {
3
- _id: string;
4
- _hidden: string;
5
- private static _counter;
6
- static styles: import("lit").CSSResult[];
7
- private get identifier();
8
- get value(): string;
9
- selected: boolean;
10
- private handleMouseEvent;
11
- render(): import("lit-html").TemplateResult<1>;
12
- }
@@ -1,15 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class ContextMenuRadioItem extends LitElement {
3
- _id: string;
4
- _hidden: string;
5
- private static _counter;
6
- static styles: import("lit").CSSResult[];
7
- private get identifier();
8
- get value(): string;
9
- selected: boolean;
10
- private handleMouseEvent;
11
- checked: boolean;
12
- disabled: boolean;
13
- toggleChecked(): void;
14
- render(): import("lit-html").TemplateResult<1>;
15
- }
@@ -1,9 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class ContextMenuSeparator extends LitElement {
3
- _id: string;
4
- _hidden: string;
5
- private static _counter;
6
- static styles: import("lit").CSSResult[];
7
- private get identifier();
8
- render(): import("lit-html").TemplateResult<1>;
9
- }
@@ -1,5 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class ContextMenuShortcut extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- render(): import("lit-html").TemplateResult<1>;
5
- }
@@ -1,2 +0,0 @@
1
- export declare const dropdownMenuRootStyle: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
2
- export declare const dropdownMenuContentStyle: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
@@ -1,12 +0,0 @@
1
- import { LitElement, PropertyValueMap } from 'lit';
2
- export declare class DialogClose extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- private get _dialog();
5
- protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
6
- render(): import("lit-html").TemplateResult<1>;
7
- }
8
- declare global {
9
- interface HTMLElementTagNameMap {
10
- 'rtg-dialog-close': DialogClose;
11
- }
12
- }
@@ -1,8 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class DialogContent extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- state: string;
5
- private get _dialog();
6
- private handleCloseButtonClick;
7
- render(): import("lit-html").TemplateResult<1>;
8
- }
@@ -1,5 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class DialogFooter extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- render(): import("lit-html").TemplateResult<1>;
5
- }
@@ -1,5 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class DialogOverlay extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- render(): import("lit-html").TemplateResult<1>;
5
- }
@@ -1,8 +0,0 @@
1
- import { LitElement, PropertyValueMap } from 'lit';
2
- export declare class DialogTrigger extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- private get _dialog();
5
- handleClick: () => void;
6
- protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
7
- render(): import("lit-html").TemplateResult<1>;
8
- }
@@ -1,12 +0,0 @@
1
- import { LitElement, PropertyValueMap } from 'lit';
2
- export declare class DrawerClose extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- private get _drawer();
5
- protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
6
- render(): import("lit-html").TemplateResult<1>;
7
- }
8
- declare global {
9
- interface HTMLElementTagNameMap {
10
- 'rtg-drawer-close': DrawerClose;
11
- }
12
- }
@@ -1,6 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class DrawerContent extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- state: string;
5
- render(): import("lit-html").TemplateResult<1>;
6
- }
@@ -1,6 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class DrawerDescription extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- description: string;
5
- render(): import("lit-html").TemplateResult<1>;
6
- }
@@ -1,5 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class DrawerFooter extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- render(): import("lit-html").TemplateResult<1>;
5
- }
@@ -1,5 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class DrawerOverlay extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- render(): import("lit-html").TemplateResult<1>;
5
- }
@@ -1,6 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class DrawerTitle extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- title: string;
5
- render(): import("lit-html").TemplateResult<1>;
6
- }
@@ -1,8 +0,0 @@
1
- import { LitElement, PropertyValueMap } from 'lit';
2
- export declare class DrawerTrigger extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- private get _drawer();
5
- handleClick: () => void;
6
- protected firstUpdated(_changedProperties: PropertyValueMap<any> | Map<PropertyKey, unknown>): void;
7
- render(): import("lit-html").TemplateResult<1>;
8
- }
@@ -1,15 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class DropdownMenuCheckboxItem extends LitElement {
3
- _id: string;
4
- _hidden: string;
5
- private static _counter;
6
- static styles: import("lit").CSSResult[];
7
- private get identifier();
8
- get value(): string;
9
- selected: boolean;
10
- private handleMouseEvent;
11
- checked: boolean;
12
- disabled: boolean;
13
- toggleChecked(): void;
14
- render(): import("lit-html").TemplateResult<1>;
15
- }
@@ -1,13 +0,0 @@
1
- import { LitElement, PropertyValues } from 'lit';
2
- import { DropdownMenu } from './dropdown-menu.atom';
3
- export declare class DropdownMenuContent extends LitElement {
4
- static styles: import("lit").CSSResult[];
5
- state: string;
6
- isOpen: boolean;
7
- get _dropdownMenu(): DropdownMenu | null;
8
- connectedCallback(): void;
9
- disconnectedCallback(): void;
10
- updated(changedProps: PropertyValues): void;
11
- handleClickOutside(event: MouseEvent): void;
12
- render(): import("lit-html").TemplateResult<1>;
13
- }
@@ -1,10 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class DropdownMenuGroup extends LitElement {
3
- heading: string;
4
- _id: string;
5
- _hidden: string;
6
- private static _counter;
7
- static styles: import("lit").CSSResult[];
8
- private get identifier();
9
- render(): import("lit-html").TemplateResult<1>;
10
- }
@@ -1,12 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class DropdownMenuItem extends LitElement {
3
- _id: string;
4
- _hidden: string;
5
- private static _counter;
6
- static styles: import("lit").CSSResult[];
7
- private get identifier();
8
- get value(): string;
9
- selected: boolean;
10
- private handleMouseEvent;
11
- render(): import("lit-html").TemplateResult<1>;
12
- }
@@ -1,15 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class DropdownMenuRadioItem extends LitElement {
3
- _id: string;
4
- _hidden: string;
5
- private static _counter;
6
- static styles: import("lit").CSSResult[];
7
- private get identifier();
8
- get value(): string;
9
- selected: boolean;
10
- private handleMouseEvent;
11
- checked: boolean;
12
- disabled: boolean;
13
- toggleChecked(): void;
14
- render(): import("lit-html").TemplateResult<1>;
15
- }
@@ -1,9 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class DropdownMenuSeparator extends LitElement {
3
- _id: string;
4
- _hidden: string;
5
- private static _counter;
6
- static styles: import("lit").CSSResult[];
7
- private get identifier();
8
- render(): import("lit-html").TemplateResult<1>;
9
- }
@@ -1,5 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class DropdownMenuShortcut extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- render(): import("lit-html").TemplateResult<1>;
5
- }
@@ -1,2 +0,0 @@
1
- export declare const dropdownMenuRootStyle: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
2
- export declare const dropdownMenuContentStyle: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
@@ -1,17 +0,0 @@
1
- import { LitElement, PropertyValues } from 'lit';
2
- export declare class HoverContent extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- twClass: string;
5
- state: string;
6
- isOpen: boolean;
7
- connectedCallback(): void;
8
- disconnectedCallback(): void;
9
- updated(changedProps: PropertyValues): void;
10
- handleHoverEnter(event: MouseEvent): void;
11
- render(): import("lit-html").TemplateResult<1>;
12
- }
13
- declare global {
14
- interface HTMLElementTagNameMap {
15
- 'rtg-hover-card-content': HoverContent;
16
- }
17
- }
@@ -1,18 +0,0 @@
1
- import { LitElement, PropertyValues } from 'lit';
2
- export declare class HoverCard extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- twClass: string;
5
- isOpen: boolean;
6
- handleMouseEnter(): void;
7
- handleMouseLeave(): void;
8
- private get _content();
9
- protected updated(_changedProperties: PropertyValues): void;
10
- connectedCallback(): void;
11
- disconnectedCallback(): void;
12
- render(): import("lit-html").TemplateResult<1>;
13
- }
14
- declare global {
15
- interface HTMLElementTagNameMap {
16
- 'rtg-hover-card': HoverCard;
17
- }
18
- }
@@ -1,38 +0,0 @@
1
- export * from '../ui/accordion/accordion';
2
- export * from './button/button.atom';
3
- export * from './card/card.atom';
4
- export * from './collapsible/collapsible.atom';
5
- export * from './context-menu/context-menu.atom';
6
- export * from './command/command.atom';
7
- export * from './command/command-empty.atom';
8
- export * from './command/command-group.atom';
9
- export * from './command/command-input.atom';
10
- export * from './command/command-item.atom';
11
- export * from './command/command-list.atom';
12
- export * from './command/command-separator.atom';
13
- export * from './combobox/combo-box.atom';
14
- export * from './dialog/dialog.atom';
15
- export * from './dialog/dialog-close';
16
- export * from './dialog/dialog-content';
17
- export * from './dialog/dialog-footer';
18
- export * from './dialog/dialog-header';
19
- export * from './dialog/dialog-overly';
20
- export * from './dialog/dialog-trigger';
21
- export * from './dropdown-menu/dropdown-menu.atom';
22
- export * from './hoverCard/hover-card.atom';
23
- export * from './popover/popover.atom';
24
- export * from './radio-group/radio-group.atom';
25
- export * from './select/select.atom';
26
- export * from './seperator/separator.atom';
27
- export * from './switch/switch.atom';
28
- export * from './textarea/textarea.atom';
29
- export * from './toast/toast.atom';
30
- export * from './toggle/toggle.atom';
31
- export * from './sample-demo/sample-demo';
32
- export * from './collapsible/collapsible.atom';
33
- export * from './menubar/menubar.atom';
34
- export * from './navigation-menu/navigation-menu';
35
- export * from './pagination/pagination.atom';
36
- export * from './carousel/carousel.atom';
37
- export * from './progress/progress.atom';
38
- export * from './drawer/drawer.atom';
@@ -1,15 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class MenubarCheckboxItem extends LitElement {
3
- _id: string;
4
- _hidden: string;
5
- private static _counter;
6
- static styles: import("lit").CSSResult[];
7
- private get identifier();
8
- get value(): string;
9
- selected: boolean;
10
- private handleMouseEvent;
11
- checked: boolean;
12
- disabled: boolean;
13
- toggleChecked(): void;
14
- render(): import("lit-html").TemplateResult<1>;
15
- }
@@ -1,15 +0,0 @@
1
- import { LitElement, PropertyValues } from 'lit';
2
- import { MenubarMenu } from './menubar-menu';
3
- export declare class MenubarContent extends LitElement {
4
- static styles: import("lit").CSSResult[];
5
- state: string;
6
- id: string;
7
- side: string;
8
- isOpen: boolean;
9
- get _menubarMenu(): MenubarMenu | null;
10
- connectedCallback(): void;
11
- disconnectedCallback(): void;
12
- updated(changedProps: PropertyValues): void;
13
- handleClickOutside(event: MouseEvent): void;
14
- render(): import("lit-html").TemplateResult<1>;
15
- }
@@ -1,10 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class MenubarGroup extends LitElement {
3
- heading: string;
4
- _id: string;
5
- _hidden: string;
6
- private static _counter;
7
- static styles: import("lit").CSSResult[];
8
- private get identifier();
9
- render(): import("lit-html").TemplateResult<1>;
10
- }
@@ -1,12 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class MenubarItem extends LitElement {
3
- _id: string;
4
- _hidden: string;
5
- private static _counter;
6
- static styles: import("lit").CSSResult[];
7
- private get identifier();
8
- get value(): string;
9
- selected: boolean;
10
- private handleMouseEvent;
11
- render(): import("lit-html").TemplateResult<1>;
12
- }
@@ -1,23 +0,0 @@
1
- import { LitElement, PropertyValues } from 'lit';
2
- export declare class MenubarMenu extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- isOpen: boolean;
5
- uniqueIds: string[];
6
- selectedMenu: string;
7
- isHovering: boolean;
8
- id: string;
9
- connectedCallback(): void;
10
- disconnectedCallback(): void;
11
- toggleMenubar(e: MouseEvent): void;
12
- handleClickOutside: (e: MouseEvent) => void;
13
- private get _content();
14
- protected updated(_changedProperties: PropertyValues): void;
15
- private _handleRadioSelected;
16
- private get _slotElements();
17
- firstUpdated(): void;
18
- raiseEvent(): void;
19
- closeAllMenus(): void;
20
- handleHover(): void;
21
- handleMouseLeave(): void;
22
- render(): import("lit-html").TemplateResult<1>;
23
- }
@@ -1,15 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class MenubarRadioItem extends LitElement {
3
- _id: string;
4
- _hidden: string;
5
- private static _counter;
6
- static styles: import("lit").CSSResult[];
7
- private get identifier();
8
- get value(): string;
9
- selected: boolean;
10
- private handleMouseEvent;
11
- checked: boolean;
12
- disabled: boolean;
13
- toggleChecked(): void;
14
- render(): import("lit-html").TemplateResult<1>;
15
- }
@@ -1,9 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class MenubarSeparator extends LitElement {
3
- _id: string;
4
- _hidden: string;
5
- private static _counter;
6
- static styles: import("lit").CSSResult[];
7
- private get identifier();
8
- render(): import("lit-html").TemplateResult<1>;
9
- }
@@ -1,5 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class MenubarShortcut extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- render(): import("lit-html").TemplateResult<1>;
5
- }
@@ -1,16 +0,0 @@
1
- import { LitElement, PropertyValues } from 'lit';
2
- import { NavigationMenuItem } from './navigation-menu-item';
3
- export declare class NavigationMenuContent extends LitElement {
4
- static styles: import("lit").CSSResult[];
5
- twClass: string;
6
- state: string;
7
- id: string;
8
- side: string;
9
- isOpen: boolean;
10
- get _menubarMenu(): NavigationMenuItem | null;
11
- connectedCallback(): void;
12
- disconnectedCallback(): void;
13
- updated(changedProps: PropertyValues): void;
14
- handleClickOutside(event: MouseEvent): void;
15
- render(): import("lit-html").TemplateResult<1>;
16
- }
@@ -1,7 +0,0 @@
1
- import { LitElement } from 'lit';
2
- export declare class NavigationMenuLink extends LitElement {
3
- static styles: import("lit").CSSResult[];
4
- href: string;
5
- twCLass: string;
6
- render(): import("lit-html").TemplateResult<1>;
7
- }