@revotech-group/revotech-ui-kit 0.2.3 → 0.2.5

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 (456) hide show
  1. package/dist/library.css +12398 -0
  2. package/dist/rtg-ui-kit.js +15194 -0
  3. package/dist/rtg-ui-kit.umd.cjs +5439 -0
  4. package/dist/src/assets/icons/anchor.icon.d.ts +2 -0
  5. package/dist/src/assets/icons/app-window.icon.d.ts +2 -0
  6. package/dist/src/assets/icons/arrow-right.icon.d.ts +2 -0
  7. package/dist/src/assets/icons/arrow-up-circle.icon.d.ts +1 -0
  8. package/dist/src/assets/icons/arrow-up-right.icon.d.ts +2 -0
  9. package/dist/src/assets/icons/arrow-up.icon.d.ts +2 -0
  10. package/dist/src/assets/icons/arrows.icon.d.ts +1 -0
  11. package/dist/src/assets/icons/asterisk.icon.d.ts +2 -0
  12. package/dist/src/assets/icons/badge-alert.icon.d.ts +2 -0
  13. package/dist/src/assets/icons/badge-check.icon.d.ts +2 -0
  14. package/dist/src/assets/icons/badge-info.icon.d.ts +2 -0
  15. package/dist/src/assets/icons/badge-x.icon.d.ts +2 -0
  16. package/dist/src/assets/icons/bell.icon.d.ts +2 -0
  17. package/dist/src/assets/icons/bookmark.icon.d.ts +2 -0
  18. package/dist/src/assets/icons/brand-javascript.icon.d.ts +2 -0
  19. package/dist/src/assets/icons/captions.icon.d.ts +2 -0
  20. package/dist/src/assets/icons/carousel-arrow-left.d.ts +1 -0
  21. package/dist/src/assets/icons/carousel-arrow-right.d.ts +1 -0
  22. package/dist/src/assets/icons/chart.icon.d.ts +1 -0
  23. package/dist/src/assets/icons/check.icon.d.ts +2 -0
  24. package/dist/src/assets/icons/chevron-right.icon.d.ts +2 -0
  25. package/dist/src/assets/icons/chorven-down.icon.d.ts +1 -0
  26. package/dist/src/assets/icons/circle-alert.icon.d.ts +2 -0
  27. package/dist/src/assets/icons/circle-check.icon.d.ts +2 -0
  28. package/dist/src/assets/icons/circle-fading-arrow-up.icon.d.ts +2 -0
  29. package/dist/src/assets/icons/circle-x.icon.d.ts +1 -0
  30. package/dist/src/assets/icons/circle.icon.d.ts +1 -0
  31. package/dist/src/assets/icons/close.icon.d.ts +1 -0
  32. package/dist/src/assets/icons/cloud.icon.d.ts +2 -0
  33. package/dist/src/assets/icons/code.icon.d.ts +2 -0
  34. package/dist/src/assets/icons/copy.icon.d.ts +2 -0
  35. package/dist/src/assets/icons/corner-down-left.icon.d.ts +2 -0
  36. package/dist/src/assets/icons/credit-card.icon.d.ts +2 -0
  37. package/dist/src/assets/icons/decrease.icon.d.ts +1 -0
  38. package/dist/src/assets/icons/dot.icon.d.ts +1 -0
  39. package/dist/src/assets/icons/external-link.icon.d.ts +2 -0
  40. package/dist/src/assets/icons/eye-off.d.ts +1 -0
  41. package/dist/src/assets/icons/eye-off.icon.d.ts +2 -0
  42. package/dist/src/assets/icons/eye-on.d.ts +1 -0
  43. package/dist/src/assets/icons/file-code.icon.d.ts +2 -0
  44. package/dist/src/assets/icons/folder-code.icon.d.ts +2 -0
  45. package/dist/src/assets/icons/git-branch-minus.icon.d.ts +2 -0
  46. package/dist/src/assets/icons/git-branch-plus.icon.d.ts +2 -0
  47. package/dist/src/assets/icons/help-circle.icon.d.ts +1 -0
  48. package/dist/src/assets/icons/house.icon.d.ts +2 -0
  49. package/dist/src/assets/icons/inbox.icon.d.ts +2 -0
  50. package/dist/src/assets/icons/index.d.ts +64 -0
  51. package/dist/src/assets/icons/info.icon.d.ts +2 -0
  52. package/dist/src/assets/icons/loader-circle.icon.d.ts +2 -0
  53. package/dist/src/assets/icons/mail-warning.icon.d.ts +2 -0
  54. package/dist/src/assets/icons/mail.icon.d.ts +2 -0
  55. package/dist/src/assets/icons/minus.icon.d.ts +2 -0
  56. package/dist/src/assets/icons/plus.icon.d.ts +1 -0
  57. package/dist/src/assets/icons/rabbit.icon.d.ts +2 -0
  58. package/dist/src/assets/icons/radio-group.icon.d.ts +1 -0
  59. package/dist/src/assets/icons/radio.icon.d.ts +1 -0
  60. package/dist/src/assets/icons/refresh-ccw.icon.d.ts +2 -0
  61. package/dist/src/assets/icons/refresh-cw.icon.d.ts +2 -0
  62. package/dist/src/assets/icons/search.icon.d.ts +2 -0
  63. package/dist/src/assets/icons/settings.icon.d.ts +2 -0
  64. package/dist/src/assets/icons/shield-alert.icon.d.ts +2 -0
  65. package/dist/src/assets/icons/shopping-bag.icon.d.ts +2 -0
  66. package/dist/src/assets/icons/star.icon.d.ts +2 -0
  67. package/dist/src/assets/icons/tick.icon.d.ts +1 -0
  68. package/dist/src/assets/icons/wand.icon.d.ts +2 -0
  69. package/dist/src/components/index.d.ts +2 -0
  70. package/dist/src/components/ui/accordion/accordion-content.d.ts +20 -0
  71. package/dist/src/components/ui/accordion/accordion-item.d.ts +21 -0
  72. package/dist/src/components/ui/accordion/accordion-trigger.d.ts +17 -0
  73. package/dist/src/components/ui/accordion/accordion.d.ts +25 -0
  74. package/dist/src/components/ui/accordion/accordion.defs.d.ts +10 -0
  75. package/dist/src/components/ui/accordion/accordion.stories.d.ts +10 -0
  76. package/dist/src/components/ui/accordion/accordion.styles.d.ts +4 -0
  77. package/dist/src/components/ui/alert/_alert-action.d.ts +21 -0
  78. package/dist/src/components/ui/alert/_alert-description.d.ts +21 -0
  79. package/dist/src/components/ui/alert/_alert-title.d.ts +20 -0
  80. package/dist/src/components/ui/alert/_alert.d.ts +25 -0
  81. package/dist/src/components/ui/alert/alert.d.ts +16 -0
  82. package/dist/src/components/ui/alert/alert.defs.d.ts +4 -0
  83. package/dist/src/components/ui/alert/alert.stories.d.ts +12 -0
  84. package/dist/src/components/ui/aspect-ratio/aspect-ratio.d.ts +16 -0
  85. package/dist/src/components/ui/aspect-ratio/aspect-ratio.stories.d.ts +4 -0
  86. package/dist/src/components/ui/aspect-ratio/aspect-ratio.styles.d.ts +4 -0
  87. package/dist/src/components/ui/avatar/_avatar-badge.d.ts +21 -0
  88. package/dist/src/components/ui/avatar/_avatar-fallback.d.ts +21 -0
  89. package/dist/src/components/ui/avatar/_avatar-group-count.d.ts +21 -0
  90. package/dist/src/components/ui/avatar/_avatar-group.d.ts +21 -0
  91. package/dist/src/components/ui/avatar/_avatar-image.d.ts +28 -0
  92. package/dist/src/components/ui/avatar/_avatar.d.ts +65 -0
  93. package/dist/src/components/ui/avatar/avatar.d.ts +20 -0
  94. package/dist/src/components/ui/avatar/avatar.defs.d.ts +8 -0
  95. package/dist/src/components/ui/avatar/avatar.stories.d.ts +13 -0
  96. package/dist/src/components/ui/badge/_badge.d.ts +43 -0
  97. package/dist/src/components/ui/badge/badge.d.ts +10 -0
  98. package/dist/src/components/ui/badge/badge.defs.d.ts +8 -0
  99. package/dist/src/components/ui/badge/badge.stories.d.ts +10 -0
  100. package/dist/src/components/ui/breadcrumb/breadcrumb-ellipsis.d.ts +11 -0
  101. package/dist/src/components/ui/breadcrumb/breadcrumb-item.d.ts +14 -0
  102. package/dist/src/components/ui/breadcrumb/breadcrumb-link.d.ts +15 -0
  103. package/dist/src/components/ui/breadcrumb/breadcrumb-list.d.ts +14 -0
  104. package/dist/src/components/ui/breadcrumb/breadcrumb-separator.d.ts +11 -0
  105. package/dist/src/components/ui/breadcrumb/breadcrumb-text.d.ts +14 -0
  106. package/dist/src/components/ui/breadcrumb/breadcrumb.d.ts +21 -0
  107. package/dist/src/components/ui/breadcrumb/breadcrumb.stories.d.ts +4 -0
  108. package/dist/src/components/ui/breadcrumb/breadcrumb.styles.d.ts +4 -0
  109. package/dist/src/components/ui/button/_button.d.ts +62 -0
  110. package/dist/src/components/ui/button/button.d.ts +10 -0
  111. package/dist/src/components/ui/button/button.defs.d.ts +14 -0
  112. package/dist/src/components/ui/button/button.stories.d.ts +13 -0
  113. package/dist/src/components/ui/button/button.style.d.ts +4 -0
  114. package/dist/src/components/ui/calendar/calendar.d.ts +24 -0
  115. package/dist/src/components/ui/calendar/calendar.helpers.d.ts +3 -0
  116. package/dist/src/components/ui/calendar/calendar.stories.d.ts +4 -0
  117. package/dist/src/components/ui/calendar/calendar.style.d.ts +40 -0
  118. package/dist/src/components/ui/card/_card-action.d.ts +21 -0
  119. package/dist/src/components/ui/card/_card-content.d.ts +20 -0
  120. package/dist/src/components/ui/card/_card-description.d.ts +21 -0
  121. package/dist/src/components/ui/card/_card-footer.d.ts +26 -0
  122. package/dist/src/components/ui/card/_card-header.d.ts +26 -0
  123. package/dist/src/components/ui/card/_card-title.d.ts +20 -0
  124. package/dist/src/components/ui/card/_card.d.ts +25 -0
  125. package/dist/src/components/ui/card/card.d.ts +22 -0
  126. package/dist/src/components/ui/card/card.defs.d.ts +10 -0
  127. package/dist/src/components/ui/card/card.stories.d.ts +11 -0
  128. package/dist/src/components/ui/carousel/carousel.d.ts +24 -0
  129. package/dist/src/components/ui/carousel/carousel.stories.d.ts +6 -0
  130. package/dist/src/components/ui/carousel/carousel.styles.d.ts +32 -0
  131. package/dist/src/components/ui/checkbox/_checkbox.d.ts +92 -0
  132. package/dist/src/components/ui/checkbox/checkbox.d.ts +10 -0
  133. package/dist/src/components/ui/checkbox/checkbox.defs.d.ts +11 -0
  134. package/dist/src/components/ui/checkbox/checkbox.stories.d.ts +13 -0
  135. package/dist/src/components/ui/collapsible/collapsible-content.d.ts +17 -0
  136. package/dist/src/components/ui/collapsible/collapsible-trigger.d.ts +17 -0
  137. package/dist/src/components/ui/collapsible/collapsible.d.ts +23 -0
  138. package/dist/src/components/ui/collapsible/collapsible.stories.d.ts +5 -0
  139. package/dist/src/components/ui/combobox/combo-box-empty.d.ts +14 -0
  140. package/dist/src/components/ui/combobox/combo-box-group.d.ts +37 -0
  141. package/dist/src/components/ui/combobox/combo-box-input.d.ts +17 -0
  142. package/dist/src/components/ui/combobox/combo-box-item.d.ts +25 -0
  143. package/dist/src/components/ui/combobox/combo-box-trigger.d.ts +18 -0
  144. package/dist/src/components/ui/combobox/combo-box-value.d.ts +18 -0
  145. package/dist/src/components/ui/combobox/combo-box.d.ts +35 -0
  146. package/dist/src/components/ui/combobox/combo-box.stories.d.ts +10 -0
  147. package/dist/src/components/ui/combobox/combo-box.styles.d.ts +14 -0
  148. package/dist/src/components/ui/command/command-empty.atom.d.ts +18 -0
  149. package/dist/src/components/ui/command/command-group.atom.d.ts +19 -0
  150. package/dist/src/components/ui/command/command-input.atom.d.ts +15 -0
  151. package/dist/src/components/ui/command/command-item.atom.d.ts +24 -0
  152. package/dist/src/components/ui/command/command-list.atom.d.ts +15 -0
  153. package/dist/src/components/ui/command/command-separator.atom.d.ts +14 -0
  154. package/dist/src/components/ui/command/command.d.ts +22 -0
  155. package/dist/src/components/ui/command/command.helpers.d.ts +6 -0
  156. package/dist/src/components/ui/command/command.stories.d.ts +6 -0
  157. package/dist/src/components/ui/command/command.styles.d.ts +15 -0
  158. package/dist/src/components/ui/context-menu/context-menu-checkbox-Item.d.ts +16 -0
  159. package/dist/src/components/ui/context-menu/context-menu-content.d.ts +14 -0
  160. package/dist/src/components/ui/context-menu/context-menu-group.d.ts +10 -0
  161. package/dist/src/components/ui/context-menu/context-menu-item.d.ts +13 -0
  162. package/dist/src/components/ui/context-menu/context-menu-radio-item.d.ts +16 -0
  163. package/dist/src/components/ui/context-menu/context-menu-seperator.d.ts +6 -0
  164. package/dist/src/components/ui/context-menu/context-menu-shortcut.d.ts +9 -0
  165. package/dist/src/components/ui/context-menu/context-menu-trigger.d.ts +5 -0
  166. package/dist/src/components/ui/context-menu/context-menu.d.ts +40 -0
  167. package/dist/src/components/ui/context-menu/context-menu.helpers.d.ts +1 -0
  168. package/dist/src/components/ui/context-menu/context-menu.styles.d.ts +20 -0
  169. package/dist/src/components/ui/context-menu/contextMenu.stories.d.ts +4 -0
  170. package/dist/src/components/ui/data-table/data-table.d.ts +39 -0
  171. package/dist/src/components/ui/data-table/data-table.stories.d.ts +5 -0
  172. package/dist/src/components/ui/date-picker/date-picker.d.ts +12 -0
  173. package/dist/src/components/ui/date-picker/date-picker.stories.d.ts +4 -0
  174. package/dist/src/components/ui/date-picker/date-picker.styles.d.ts +6 -0
  175. package/dist/src/components/ui/dialog/dialog-close.d.ts +15 -0
  176. package/dist/src/components/ui/dialog/dialog-content.d.ts +15 -0
  177. package/dist/src/components/ui/dialog/dialog-footer.d.ts +9 -0
  178. package/dist/src/components/ui/dialog/dialog-header.d.ts +7 -0
  179. package/dist/src/components/ui/dialog/dialog-overly.d.ts +5 -0
  180. package/dist/src/components/ui/dialog/dialog-trigger.d.ts +11 -0
  181. package/dist/src/components/ui/dialog/dialog.d.ts +30 -0
  182. package/dist/src/components/ui/dialog/dialog.stories.d.ts +6 -0
  183. package/dist/src/components/ui/dialog/dialog.styles.d.ts +17 -0
  184. package/dist/src/components/ui/drawer/drawer-close.d.ts +15 -0
  185. package/dist/src/components/ui/drawer/drawer-content.d.ts +14 -0
  186. package/dist/src/components/ui/drawer/drawer-description.d.ts +9 -0
  187. package/dist/src/components/ui/drawer/drawer-footer.d.ts +9 -0
  188. package/dist/src/components/ui/drawer/drawer-header.d.ts +8 -0
  189. package/dist/src/components/ui/drawer/drawer-overlay.d.ts +5 -0
  190. package/dist/src/components/ui/drawer/drawer-title.d.ts +9 -0
  191. package/dist/src/components/ui/drawer/drawer-trigger.d.ts +11 -0
  192. package/dist/src/components/ui/drawer/drawer.d.ts +40 -0
  193. package/dist/src/components/ui/drawer/drawer.helpers.d.ts +2 -0
  194. package/dist/src/components/ui/drawer/drawer.stories.d.ts +4 -0
  195. package/dist/src/components/ui/drawer/drawer.styles.d.ts +14 -0
  196. package/dist/src/components/ui/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +17 -0
  197. package/dist/src/components/ui/dropdown-menu/dropdown-menu-content.d.ts +13 -0
  198. package/dist/src/components/ui/dropdown-menu/dropdown-menu-group.d.ts +11 -0
  199. package/dist/src/components/ui/dropdown-menu/dropdown-menu-item.d.ts +17 -0
  200. package/dist/src/components/ui/dropdown-menu/dropdown-menu-radio-item.d.ts +16 -0
  201. package/dist/src/components/ui/dropdown-menu/dropdown-menu-seperator.d.ts +8 -0
  202. package/dist/src/components/ui/dropdown-menu/dropdown-menu-shortcut.d.ts +8 -0
  203. package/dist/src/components/ui/dropdown-menu/dropdown-menu-trigger.d.ts +5 -0
  204. package/dist/src/components/ui/dropdown-menu/dropdown-menu.d.ts +40 -0
  205. package/dist/src/components/ui/dropdown-menu/dropdown-menu.helpers.d.ts +3 -0
  206. package/dist/src/components/ui/dropdown-menu/dropdown-menu.styles.d.ts +20 -0
  207. package/dist/src/components/ui/dropdown-menu/dropdownMenu.stories.d.ts +6 -0
  208. package/dist/src/components/ui/empty/_empty-content.d.ts +23 -0
  209. package/dist/src/components/ui/empty/_empty-description.d.ts +23 -0
  210. package/dist/src/components/ui/empty/_empty-header.d.ts +23 -0
  211. package/dist/src/components/ui/empty/_empty-media.d.ts +29 -0
  212. package/dist/src/components/ui/empty/_empty-title.d.ts +22 -0
  213. package/dist/src/components/ui/empty/_empty.d.ts +28 -0
  214. package/dist/src/components/ui/empty/empty.d.ts +20 -0
  215. package/dist/src/components/ui/empty/empty.defs.d.ts +7 -0
  216. package/dist/src/components/ui/empty/empty.stories.d.ts +10 -0
  217. package/dist/src/components/ui/field/_field-content.d.ts +23 -0
  218. package/dist/src/components/ui/field/_field-description.d.ts +23 -0
  219. package/dist/src/components/ui/field/_field-error.d.ts +25 -0
  220. package/dist/src/components/ui/field/_field-group.d.ts +28 -0
  221. package/dist/src/components/ui/field/_field-label.d.ts +27 -0
  222. package/dist/src/components/ui/field/_field-legend.d.ts +30 -0
  223. package/dist/src/components/ui/field/_field-separator.d.ts +42 -0
  224. package/dist/src/components/ui/field/_field-set.d.ts +22 -0
  225. package/dist/src/components/ui/field/_field-title.d.ts +22 -0
  226. package/dist/src/components/ui/field/_field.d.ts +36 -0
  227. package/dist/src/components/ui/field/field.d.ts +29 -0
  228. package/dist/src/components/ui/field/field.defs.d.ts +23 -0
  229. package/dist/src/components/ui/field/field.stories.d.ts +16 -0
  230. package/dist/src/components/ui/form/form-context.d.ts +4 -0
  231. package/dist/src/components/ui/form/form-controller.d.ts +28 -0
  232. package/dist/src/components/ui/form/form-field-context.d.ts +3 -0
  233. package/dist/src/components/ui/form/form-item-context.d.ts +7 -0
  234. package/dist/src/components/ui/form/form.stories.d.ts +5 -0
  235. package/dist/src/components/ui/form/form.styles.d.ts +7 -0
  236. package/dist/src/components/ui/form/rtg-form-controller.d.ts +16 -0
  237. package/dist/src/components/ui/form/rtg-form-description.d.ts +13 -0
  238. package/dist/src/components/ui/form/rtg-form-field.d.ts +19 -0
  239. package/dist/src/components/ui/form/rtg-form-item.d.ts +16 -0
  240. package/dist/src/components/ui/form/rtg-form-label.d.ts +19 -0
  241. package/dist/src/components/ui/form/rtg-form-message.d.ts +17 -0
  242. package/dist/src/components/ui/form/rtg-form.d.ts +23 -0
  243. package/dist/src/components/ui/hoverCard/hover-card-content.d.ts +15 -0
  244. package/dist/src/components/ui/hoverCard/hover-card-trigger.d.ts +9 -0
  245. package/dist/src/components/ui/hoverCard/hover-card.d.ts +28 -0
  246. package/dist/src/components/ui/hoverCard/hover-card.stories.d.ts +4 -0
  247. package/dist/src/components/ui/hoverCard/hover-card.styles.d.ts +5 -0
  248. package/dist/src/components/ui/index.d.ts +49 -0
  249. package/dist/src/components/ui/input/_input.d.ts +163 -0
  250. package/dist/src/components/ui/input/input.d.ts +11 -0
  251. package/dist/src/components/ui/input/input.defs.d.ts +28 -0
  252. package/dist/src/components/ui/input/input.stories.d.ts +16 -0
  253. package/dist/src/components/ui/input-group/_input-group-addon.d.ts +32 -0
  254. package/dist/src/components/ui/input-group/_input-group-button.d.ts +59 -0
  255. package/dist/src/components/ui/input-group/_input-group-input.d.ts +140 -0
  256. package/dist/src/components/ui/input-group/_input-group-text.d.ts +22 -0
  257. package/dist/src/components/ui/input-group/_input-group-textarea.d.ts +114 -0
  258. package/dist/src/components/ui/input-group/_input-group.d.ts +22 -0
  259. package/dist/src/components/ui/input-group/input-group.d.ts +20 -0
  260. package/dist/src/components/ui/input-group/input-group.defs.d.ts +16 -0
  261. package/dist/src/components/ui/input-group/input-group.stories.d.ts +15 -0
  262. package/dist/src/components/ui/input-otp/_input-otp-group.d.ts +25 -0
  263. package/dist/src/components/ui/input-otp/_input-otp-separator.d.ts +15 -0
  264. package/dist/src/components/ui/input-otp/_input-otp-slot.d.ts +34 -0
  265. package/dist/src/components/ui/input-otp/_input-otp.d.ts +212 -0
  266. package/dist/src/components/ui/input-otp/input-otp.d.ts +16 -0
  267. package/dist/src/components/ui/input-otp/input-otp.defs.d.ts +28 -0
  268. package/dist/src/components/ui/input-otp/input-otp.stories.d.ts +12 -0
  269. package/dist/src/components/ui/item/_item-actions.d.ts +22 -0
  270. package/dist/src/components/ui/item/_item-content.d.ts +22 -0
  271. package/dist/src/components/ui/item/_item-description.d.ts +22 -0
  272. package/dist/src/components/ui/item/_item-footer.d.ts +22 -0
  273. package/dist/src/components/ui/item/_item-group.d.ts +22 -0
  274. package/dist/src/components/ui/item/_item-header.d.ts +22 -0
  275. package/dist/src/components/ui/item/_item-media.d.ts +28 -0
  276. package/dist/src/components/ui/item/_item-separator.d.ts +22 -0
  277. package/dist/src/components/ui/item/_item-title.d.ts +22 -0
  278. package/dist/src/components/ui/item/_item.d.ts +42 -0
  279. package/dist/src/components/ui/item/item.d.ts +29 -0
  280. package/dist/src/components/ui/item/item.defs.d.ts +13 -0
  281. package/dist/src/components/ui/item/item.stories.d.ts +13 -0
  282. package/dist/src/components/ui/kbd/_kbd-group.d.ts +22 -0
  283. package/dist/src/components/ui/kbd/_kbd.d.ts +22 -0
  284. package/dist/src/components/ui/kbd/kbd.d.ts +12 -0
  285. package/dist/src/components/ui/kbd/kbd.stories.d.ts +8 -0
  286. package/dist/src/components/ui/label/_label.d.ts +26 -0
  287. package/dist/src/components/ui/label/label.d.ts +10 -0
  288. package/dist/src/components/ui/label/label.defs.d.ts +3 -0
  289. package/dist/src/components/ui/label/label.stories.d.ts +10 -0
  290. package/dist/src/components/ui/menubar/menubar-checkbox.item.d.ts +19 -0
  291. package/dist/src/components/ui/menubar/menubar-content.d.ts +19 -0
  292. package/dist/src/components/ui/menubar/menubar-group.d.ts +14 -0
  293. package/dist/src/components/ui/menubar/menubar-item.d.ts +17 -0
  294. package/dist/src/components/ui/menubar/menubar-menu.d.ts +30 -0
  295. package/dist/src/components/ui/menubar/menubar-radio-item.d.ts +19 -0
  296. package/dist/src/components/ui/menubar/menubar-separator.d.ts +13 -0
  297. package/dist/src/components/ui/menubar/menubar-shortcut.d.ts +9 -0
  298. package/dist/src/components/ui/menubar/menubar-trigger.d.ts +9 -0
  299. package/dist/src/components/ui/menubar/menubar.d.ts +33 -0
  300. package/dist/src/components/ui/menubar/menubar.helpers.d.ts +3 -0
  301. package/dist/src/components/ui/menubar/menubar.stories.d.ts +4 -0
  302. package/dist/src/components/ui/menubar/menubar.styles.d.ts +21 -0
  303. package/dist/src/components/ui/navigation-menu/navigation-menu-content.d.ts +19 -0
  304. package/dist/src/components/ui/navigation-menu/navigation-menu-item.d.ts +23 -0
  305. package/dist/src/components/ui/navigation-menu/navigation-menu-link.d.ts +9 -0
  306. package/dist/src/components/ui/navigation-menu/navigation-menu-list.d.ts +8 -0
  307. package/dist/src/components/ui/navigation-menu/navigation-menu-trigger.d.ts +9 -0
  308. package/dist/src/components/ui/navigation-menu/navigation-menu.d.ts +24 -0
  309. package/dist/src/components/ui/navigation-menu/navigation-menu.stories.d.ts +4 -0
  310. package/dist/src/components/ui/navigation-menu/navigation-menu.styles.d.ts +9 -0
  311. package/dist/src/components/ui/pagination/pagination-content.d.ts +8 -0
  312. package/dist/src/components/ui/pagination/pagination-ellipsis.d.ts +8 -0
  313. package/dist/src/components/ui/pagination/pagination-item.d.ts +14 -0
  314. package/dist/src/components/ui/pagination/pagination-link.d.ts +14 -0
  315. package/dist/src/components/ui/pagination/pagination-next.d.ts +9 -0
  316. package/dist/src/components/ui/pagination/pagination-previous.d.ts +9 -0
  317. package/dist/src/components/ui/pagination/pagination.d.ts +26 -0
  318. package/dist/src/components/ui/pagination/pagination.stories.d.ts +4 -0
  319. package/dist/src/components/ui/pagination/pagination.styles.d.ts +22 -0
  320. package/dist/src/components/ui/pagination/pagination.type.d.ts +2 -0
  321. package/dist/src/components/ui/password-input/_password-input.d.ts +122 -0
  322. package/dist/src/components/ui/password-input/password-input.d.ts +10 -0
  323. package/dist/src/components/ui/password-input/password-input.defs.d.ts +3 -0
  324. package/dist/src/components/ui/password-input/password-input.stories.d.ts +8 -0
  325. package/dist/src/components/ui/popover/popover-content.d.ts +18 -0
  326. package/dist/src/components/ui/popover/popover-trigger.d.ts +12 -0
  327. package/dist/src/components/ui/popover/popover.d.ts +21 -0
  328. package/dist/src/components/ui/popover/popover.stories.d.ts +4 -0
  329. package/dist/src/components/ui/popover/popover.style.d.ts +5 -0
  330. package/dist/src/components/ui/popover/popover.types.d.ts +2 -0
  331. package/dist/src/components/ui/progress/progress.d.ts +11 -0
  332. package/dist/src/components/ui/progress/progress.stories.d.ts +4 -0
  333. package/dist/src/components/ui/progress/progress.styles.d.ts +4 -0
  334. package/dist/src/components/ui/radio-group/radio-group-item.d.ts +21 -0
  335. package/dist/src/components/ui/radio-group/radio-group.d.ts +19 -0
  336. package/dist/src/components/ui/radio-group/radio-group.stories.d.ts +4 -0
  337. package/dist/src/components/ui/radio-group/radio-group.styles.d.ts +9 -0
  338. package/dist/src/components/ui/radio-group/radio-group.types.d.ts +2 -0
  339. package/dist/src/components/ui/sample-demo/sample-demo.d.ts +23 -0
  340. package/dist/src/components/ui/sample-demo/sample.style.d.ts +4 -0
  341. package/dist/src/components/ui/sample-demo/sample.type.d.ts +3 -0
  342. package/dist/src/components/ui/scroll-area/scroll-area.d.ts +12 -0
  343. package/dist/src/components/ui/scroll-area/scroll-area.stories.d.ts +4 -0
  344. package/dist/src/components/ui/scroll-area/scroll-area.style.d.ts +1 -0
  345. package/dist/src/components/ui/select/select-controller.d.ts +16 -0
  346. package/dist/src/components/ui/select/select-group.d.ts +25 -0
  347. package/dist/src/components/ui/select/select-item.d.ts +26 -0
  348. package/dist/src/components/ui/select/select-label.d.ts +13 -0
  349. package/dist/src/components/ui/select/select-list.d.ts +10 -0
  350. package/dist/src/components/ui/select/select-seperator.d.ts +8 -0
  351. package/dist/src/components/ui/select/select-trigger.d.ts +24 -0
  352. package/dist/src/components/ui/select/select-value.d.ts +20 -0
  353. package/dist/src/components/ui/select/select.d.ts +25 -0
  354. package/dist/src/components/ui/select/select.stories.d.ts +4 -0
  355. package/dist/src/components/ui/select/select.styles.d.ts +20 -0
  356. package/dist/src/components/ui/separator/_separator.d.ts +21 -0
  357. package/dist/src/components/ui/separator/separator.d.ts +10 -0
  358. package/dist/src/components/ui/separator/separator.defs.d.ts +5 -0
  359. package/dist/src/components/ui/separator/separator.stories.d.ts +9 -0
  360. package/dist/src/components/ui/skeleton/skeleton.d.ts +10 -0
  361. package/dist/src/components/ui/skeleton/skeleton.stories.d.ts +4 -0
  362. package/dist/src/components/ui/skeleton/skeleton.style.d.ts +1 -0
  363. package/dist/src/components/ui/spinner/_spinner.d.ts +19 -0
  364. package/dist/src/components/ui/spinner/spinner.d.ts +10 -0
  365. package/dist/src/components/ui/spinner/spinner.defs.d.ts +4 -0
  366. package/dist/src/components/ui/spinner/spinner.stories.d.ts +11 -0
  367. package/dist/src/components/ui/switch/switch.d.ts +13 -0
  368. package/dist/src/components/ui/switch/switch.stories.d.ts +4 -0
  369. package/dist/src/components/ui/switch/switch.style.d.ts +4 -0
  370. package/dist/src/components/ui/switch/switch.type.d.ts +4 -0
  371. package/dist/src/components/ui/table/table.d.ts +17 -0
  372. package/dist/src/components/ui/table/table.stories.d.ts +4 -0
  373. package/dist/src/components/ui/table/table.styles.d.ts +39 -0
  374. package/dist/src/components/ui/tabs/_tabs-content.d.ts +29 -0
  375. package/dist/src/components/ui/tabs/_tabs-list.d.ts +29 -0
  376. package/dist/src/components/ui/tabs/_tabs-trigger.d.ts +46 -0
  377. package/dist/src/components/ui/tabs/_tabs.d.ts +98 -0
  378. package/dist/src/components/ui/tabs/tabs.d.ts +17 -0
  379. package/dist/src/components/ui/tabs/tabs.defs.d.ts +22 -0
  380. package/dist/src/components/ui/tabs/tabs.helpers.d.ts +24 -0
  381. package/dist/src/components/ui/tabs/tabs.stories.d.ts +12 -0
  382. package/dist/src/components/ui/textarea/_textarea.d.ts +131 -0
  383. package/dist/src/components/ui/textarea/textarea.d.ts +10 -0
  384. package/dist/src/components/ui/textarea/textarea.defs.d.ts +23 -0
  385. package/dist/src/components/ui/textarea/textarea.stories.d.ts +9 -0
  386. package/dist/src/components/ui/toast/toast-action.d.ts +26 -0
  387. package/dist/src/components/ui/toast/toast-description.d.ts +13 -0
  388. package/dist/src/components/ui/toast/toast-title.d.ts +13 -0
  389. package/dist/src/components/ui/toast/toast-trigger.d.ts +17 -0
  390. package/dist/src/components/ui/toast/toast-view-port.d.ts +23 -0
  391. package/dist/src/components/ui/toast/toast.d.ts +24 -0
  392. package/dist/src/components/ui/toast/toast.stories.d.ts +9 -0
  393. package/dist/src/components/ui/toast/toast.style.d.ts +19 -0
  394. package/dist/src/components/ui/toast/toast.type.d.ts +1 -0
  395. package/dist/src/components/ui/toggle/toggle.d.ts +28 -0
  396. package/dist/src/components/ui/toggle/toggle.defs.d.ts +27 -0
  397. package/dist/src/components/ui/toggle/toggle.stories.d.ts +5 -0
  398. package/dist/src/components/ui/toggle/toggle.style.d.ts +4 -0
  399. package/dist/src/components/ui/toggle-group/toggle-group-item.d.ts +42 -0
  400. package/dist/src/components/ui/toggle-group/toggle-group.d.ts +24 -0
  401. package/dist/src/components/ui/toggle-group/toggle-group.defs.d.ts +37 -0
  402. package/dist/src/components/ui/toggle-group/toggle-group.stories.d.ts +4 -0
  403. package/dist/src/components/ui/toggle-group/toggle-group.style.d.ts +5 -0
  404. package/dist/src/components/ui/typography/_typography-blockquote.d.ts +22 -0
  405. package/dist/src/components/ui/typography/_typography-code.d.ts +22 -0
  406. package/dist/src/components/ui/typography/_typography-h.d.ts +27 -0
  407. package/dist/src/components/ui/typography/_typography-large.d.ts +22 -0
  408. package/dist/src/components/ui/typography/_typography-lead.d.ts +22 -0
  409. package/dist/src/components/ui/typography/_typography-list.d.ts +22 -0
  410. package/dist/src/components/ui/typography/_typography-muted.d.ts +22 -0
  411. package/dist/src/components/ui/typography/_typography-p.d.ts +22 -0
  412. package/dist/src/components/ui/typography/_typography-small.d.ts +22 -0
  413. package/dist/src/components/ui/typography/_typography-table.d.ts +13 -0
  414. package/dist/src/components/ui/typography/typography.d.ts +28 -0
  415. package/dist/src/components/ui/typography/typography.defs.d.ts +4 -0
  416. package/dist/src/components/ui/typography/typography.stories.d.ts +18 -0
  417. package/dist/src/components/widgets/index.d.ts +1 -0
  418. package/dist/src/components/widgets/light-sample-demo/light-sample.demo.d.ts +13 -0
  419. package/dist/src/helpers/base-element.d.ts +20 -0
  420. package/dist/src/helpers/country-codes.d.ts +5 -0
  421. package/dist/src/helpers/genrate-uuid.helper.d.ts +1 -0
  422. package/dist/src/helpers/index.d.ts +7 -0
  423. package/dist/src/helpers/mouse-conroller.helper.d.ts +14 -0
  424. package/dist/src/helpers/shadow-wrapper.d.ts +7 -0
  425. package/dist/src/helpers/style.helpers.d.ts +2 -0
  426. package/dist/src/helpers/widget-controller.d.ts +12 -0
  427. package/dist/src/index.d.ts +2 -0
  428. package/dist/src/interfaces/actionable.interface.d.ts +5 -0
  429. package/dist/src/interfaces/atomic.interface.d.ts +6 -0
  430. package/dist/src/interfaces/changeable.interface.d.ts +7 -0
  431. package/dist/src/interfaces/child-support-atomic.interface.d.ts +4 -0
  432. package/dist/src/interfaces/index.d.ts +6 -0
  433. package/dist/src/interfaces/intractable.interface.d.ts +6 -0
  434. package/dist/src/interfaces/variant.interface.d.ts +3 -0
  435. package/dist/src/lib/index.d.ts +0 -0
  436. package/dist/src/lib/react/react.lib.d.ts +4 -0
  437. package/dist/src/styles/index.d.ts +1 -0
  438. package/dist/src/styles/tw.styles.d.ts +1 -0
  439. package/dist/src/tokens/tailwind/animation.d.ts +7 -0
  440. package/dist/src/tokens/tailwind/border-radius.d.ts +49 -0
  441. package/dist/src/tokens/tailwind/border-width.d.ts +27 -0
  442. package/dist/src/tokens/tailwind/box-shadow.d.ts +12 -0
  443. package/dist/src/tokens/tailwind/color.d.ts +232 -0
  444. package/dist/src/tokens/tailwind/font-size.d.ts +90 -0
  445. package/dist/src/tokens/tailwind/font-weight.d.ts +27 -0
  446. package/dist/src/tokens/tailwind/index.d.ts +841 -0
  447. package/dist/src/tokens/tailwind/keyframes.d.ts +41 -0
  448. package/dist/src/tokens/tailwind/opacity.d.ts +31 -0
  449. package/dist/src/tokens/tailwind/ring-offset-width.d.ts +6 -0
  450. package/dist/src/tokens/tailwind/ring-width.d.ts +16 -0
  451. package/dist/src/tokens/tailwind/spacing.d.ts +287 -0
  452. package/dist/src/tokens/tailwind/transition-duration.d.ts +5 -0
  453. package/dist/src/tokens/tailwind/transition-timing-function.d.ts +4 -0
  454. package/dist/src/tokens/tailwind/translate.d.ts +5 -0
  455. package/dist/src/wc-ui-app.d.ts +6 -0
  456. package/package.json +26 -39
@@ -0,0 +1,40 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+ import { DrawerClose } from './drawer-close';
4
+ import { DrawerContent } from './drawer-content';
5
+ import { DrawerDescription } from './drawer-description';
6
+ import { DrawerFooter } from './drawer-footer';
7
+ import { DrawerHeader } from './drawer-header';
8
+ import { DrawerOverlay } from './drawer-overlay';
9
+ import { DrawerTitle } from './drawer-title';
10
+ import { DrawerTrigger } from './drawer-trigger';
11
+ import { TDrawerState } from './drawer.helpers';
12
+ declare class Drawer extends BaseElement {
13
+ private get _containerElement();
14
+ state: TDrawerState;
15
+ private get _content();
16
+ connectedCallback(): void;
17
+ disconnectedCallback(): void;
18
+ protected updated(_changedProperties: PropertyValues): void;
19
+ private handleOutsideClick;
20
+ private setupOutsideClickHandler;
21
+ private removeOutsideClickHandler;
22
+ protected firstUpdated(_changedProperties: PropertyValues): void;
23
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
24
+ protected getAttributesToExclude(): string[];
25
+ render(): import('lit-html').TemplateResult<1>;
26
+ }
27
+ export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerTitle, DrawerTrigger, };
28
+ declare global {
29
+ interface HTMLElementTagNameMap {
30
+ 'rtg-drawer': Drawer;
31
+ 'rtg-drawer-trigger': DrawerTrigger;
32
+ 'rtg-drawer-content': DrawerContent;
33
+ 'rtg-drawer-close': DrawerClose;
34
+ 'rtg-drawer-footer': DrawerFooter;
35
+ 'rtg-drawer-header': DrawerHeader;
36
+ 'rtg-drawer-overlay': DrawerOverlay;
37
+ 'rtg-drawer-discription': DrawerDescription;
38
+ 'rtg-drawer-title': DrawerTitle;
39
+ }
40
+ }
@@ -0,0 +1,2 @@
1
+ export type TDrawerState = 'open' | 'closed';
2
+ export declare const DRAWER_STATE: Record<TDrawerState, TDrawerState>;
@@ -0,0 +1,4 @@
1
+ import { Meta, StoryFn } from '@storybook/web-components-vite';
2
+ declare const _default: Meta;
3
+ export default _default;
4
+ export declare const Drawer: StoryFn;
@@ -0,0 +1,14 @@
1
+ export declare const drawerStyles: {
2
+ root: string[];
3
+ trigger: string[];
4
+ close: string[];
5
+ overlay: string[];
6
+ content: {
7
+ base: string[];
8
+ thumb: string[];
9
+ };
10
+ header: string[];
11
+ footer: string[];
12
+ title: string[];
13
+ description: string[];
14
+ };
@@ -0,0 +1,17 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+ import { DropdownMenu } from './dropdown-menu';
4
+ export declare class DropdownMenuCheckboxItem extends BaseElement {
5
+ _id: string;
6
+ get value(): string;
7
+ get _containerElement(): HTMLDivElement | null;
8
+ get _dropdownMenu(): DropdownMenu | null;
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-html').TemplateResult<1>;
17
+ }
@@ -0,0 +1,13 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+ import { DropdownMenu } from './dropdown-menu';
4
+ export declare class DropdownMenuContent extends BaseElement {
5
+ state: string;
6
+ isOpen: boolean;
7
+ get _dropdownMenu(): DropdownMenu | null;
8
+ get _containerElement(): HTMLDivElement | null;
9
+ updated(changedProps: PropertyValues): void;
10
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
11
+ protected firstUpdated(_changedProperties: PropertyValues): void;
12
+ render(): import('lit-html').TemplateResult<1>;
13
+ }
@@ -0,0 +1,11 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+ export declare class DropdownMenuGroup extends BaseElement {
4
+ heading: string;
5
+ _id: string;
6
+ _hidden: string;
7
+ get _containerElement(): HTMLDivElement | null;
8
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
9
+ protected firstUpdated(_changedProperties: PropertyValues): void;
10
+ render(): import('lit-html').TemplateResult<1>;
11
+ }
@@ -0,0 +1,17 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+ import { DropdownMenu } from './dropdown-menu';
4
+ export declare class DropdownMenuItem extends BaseElement {
5
+ _id: string;
6
+ _hidden: string;
7
+ get _containerElement(): HTMLDivElement | null;
8
+ get value(): string;
9
+ get _dropdownMenu(): DropdownMenu | null;
10
+ selected: boolean;
11
+ disabled: boolean;
12
+ private handleMouseEvent;
13
+ private handleClickDefault;
14
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
15
+ protected firstUpdated(_changedProperties: PropertyValues): void;
16
+ render(): import('lit-html').TemplateResult<1>;
17
+ }
@@ -0,0 +1,16 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+ export declare class DropdownMenuRadioItem extends BaseElement {
4
+ _id: string;
5
+ _hidden: string;
6
+ get value(): string;
7
+ get _containerElement(): HTMLDivElement | null;
8
+ selected: boolean;
9
+ private handleMouseEvent;
10
+ checked: boolean;
11
+ disabled: boolean;
12
+ toggleChecked(): void;
13
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
14
+ protected firstUpdated(_changedProperties: PropertyValues): void;
15
+ render(): import('lit-html').TemplateResult<1>;
16
+ }
@@ -0,0 +1,8 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+ export declare class DropdownMenuSeparator extends BaseElement {
4
+ get _containerElement(): HTMLDivElement | null;
5
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
6
+ protected firstUpdated(_changedProperties: PropertyValues): void;
7
+ render(): import('lit-html').TemplateResult<1>;
8
+ }
@@ -0,0 +1,8 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+ export declare class DropdownMenuShortcut extends BaseElement {
4
+ get _containerElement(): HTMLSpanElement | null;
5
+ protected firstUpdated(_changedProperties: PropertyValues): void;
6
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
7
+ render(): import('lit-html').TemplateResult<1>;
8
+ }
@@ -0,0 +1,5 @@
1
+ import { LitElement } from 'lit';
2
+ export declare class DropdownMenuTrigger extends LitElement {
3
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
4
+ render(): import('lit-html').TemplateResult<1>;
5
+ }
@@ -0,0 +1,40 @@
1
+ import { BaseElement } from '../../../helpers';
2
+ import { PropertyValues } from 'lit';
3
+ import { DropdownMenuCheckboxItem } from './dropdown-menu-checkbox-Item';
4
+ import { DropdownMenuContent } from './dropdown-menu-content';
5
+ import { DropdownMenuGroup } from './dropdown-menu-group';
6
+ import { DropdownMenuItem } from './dropdown-menu-item';
7
+ import { DropdownMenuRadioItem } from './dropdown-menu-radio-item';
8
+ import { DropdownMenuSeparator } from './dropdown-menu-seperator';
9
+ import { DropdownMenuShortcut } from './dropdown-menu-shortcut';
10
+ import { DropdownMenuTrigger } from './dropdown-menu-trigger';
11
+ declare class DropdownMenu extends BaseElement {
12
+ isOpen: boolean;
13
+ private static _openInstance;
14
+ get _triggerElement(): DropdownMenuTrigger | null;
15
+ get _containerElement(): HTMLDivElement | null;
16
+ private get _content();
17
+ connectedCallback(): void;
18
+ toggleDropdown(e: MouseEvent): void;
19
+ disconnectedCallback(): void;
20
+ handleClickOutside: (e: MouseEvent) => void;
21
+ protected updated(_changedProperties: PropertyValues): void;
22
+ protected firstUpdated(_changedProperties: PropertyValues): void;
23
+ private _handleRadioSelected;
24
+ protected createRenderRoot(): HTMLElement | DocumentFragment;
25
+ render(): import('lit-html').TemplateResult<1>;
26
+ }
27
+ export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuTrigger, };
28
+ declare global {
29
+ interface HTMLElementTagNameMap {
30
+ 'rtg-dropdown-menu': DropdownMenu;
31
+ 'rtg-dropdown-menu-checkbox-item': DropdownMenuCheckboxItem;
32
+ 'rtg-dropdown-menu-group': DropdownMenuGroup;
33
+ 'rtg-dropdown-menu-content': DropdownMenuContent;
34
+ 'rtg-dropdown-menu-item': DropdownMenuItem;
35
+ 'rtg-dropdown-menu-radio-item': DropdownMenuRadioItem;
36
+ 'rtg-dropdown-menu-separator': DropdownMenuSeparator;
37
+ 'rtg-dropdown-menu-trigger': DropdownMenuTrigger;
38
+ 'rtg-dropdown-menu-shortcut': DropdownMenuShortcut;
39
+ }
40
+ }
@@ -0,0 +1,3 @@
1
+ export declare function gitHubIcon(): import('lit-html').TemplateResult<1>;
2
+ export declare function supportIcon(): import('lit-html').TemplateResult<1>;
3
+ export declare function apiIcon(): import('lit-html').TemplateResult<1>;
@@ -0,0 +1,20 @@
1
+ export declare const dropdownMenuStyles: {
2
+ root: string[];
3
+ trigger: string[];
4
+ content: string[];
5
+ group: string[];
6
+ item: string[];
7
+ checkboxItem: {
8
+ base: string[];
9
+ span: string[];
10
+ icon: string[];
11
+ };
12
+ radioItem: {
13
+ base: string[];
14
+ span: string[];
15
+ icon: string[];
16
+ };
17
+ label: string[];
18
+ separator: string[];
19
+ shortcut: string[];
20
+ };
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryFn } from '@storybook/web-components-vite';
2
+ declare const _default: Meta;
3
+ export default _default;
4
+ export declare const DropdownMenu: StoryFn;
5
+ export declare const DropdownMenuCheckbox: StoryFn;
6
+ export declare const DropdownMenuRadio: StoryFn;
@@ -0,0 +1,23 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * Use the `rtg-empty-content` component to display the content of the empty
4
+ * state such as a button, input or a link.
5
+ *
6
+ * @element rtg-empty-content
7
+ * @slot empty-content
8
+ */
9
+ export declare class EmptyContent extends LitElement {
10
+ /**
11
+ * Overrides the default behaviour to render into the light DOM.
12
+ */
13
+ protected createRenderRoot(): this;
14
+ /**
15
+ * The slot of the empty content.
16
+ */
17
+ private get _contentSlot();
18
+ /**
19
+ * Appends children to the empty content slot.
20
+ */
21
+ protected firstUpdated(): void;
22
+ render(): import('lit-html').TemplateResult<1>;
23
+ }
@@ -0,0 +1,23 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * Use the `rtg-empty-description` component to display the description of the
4
+ * empty state.
5
+ *
6
+ * @element rtg-empty-description
7
+ * @slot empty-description
8
+ */
9
+ export declare class EmptyDescription extends LitElement {
10
+ /**
11
+ * Overrides the default behaviour to render into the light DOM.
12
+ */
13
+ protected createRenderRoot(): this;
14
+ /**
15
+ * The slot of the empty description.
16
+ */
17
+ private get _descriptionSlot();
18
+ /**
19
+ * Appends children to the empty description slot.
20
+ */
21
+ protected firstUpdated(): void;
22
+ render(): import('lit-html').TemplateResult<1>;
23
+ }
@@ -0,0 +1,23 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * The `rtg-empty-header` component wraps the `rtg-empty-media`,
4
+ * `rtg-empty-title`, and `rtg-empty-description`.
5
+ *
6
+ * @element rtg-empty-header
7
+ * @slot empty-header
8
+ */
9
+ export declare class EmptyHeader extends LitElement {
10
+ /**
11
+ * Overrides the default behaviour to render into the light DOM.
12
+ */
13
+ protected createRenderRoot(): this;
14
+ /**
15
+ * The slot of the empty header.
16
+ */
17
+ private get _headerSlot();
18
+ /**
19
+ * Appends children to the empty header slot.
20
+ */
21
+ protected firstUpdated(): void;
22
+ render(): import('lit-html').TemplateResult<1>;
23
+ }
@@ -0,0 +1,29 @@
1
+ import { LitElement } from 'lit';
2
+ import { EmptyMediaProps, EmptyMediaVariant } from './empty.defs';
3
+ /**
4
+ * Use the `rtg-empty-media` component to display the media of the empty state
5
+ * such as an icon or an image. You can also use it to display other components
6
+ * such as an avatar.
7
+ *
8
+ * @element rtg-empty-media
9
+ * @slot empty-media
10
+ */
11
+ export declare class EmptyMedia extends LitElement implements EmptyMediaProps {
12
+ /**
13
+ * The media type variant of the empty media.
14
+ */
15
+ variant: EmptyMediaVariant;
16
+ /**
17
+ * Overrides the default behaviour to render into the light DOM.
18
+ */
19
+ protected createRenderRoot(): this;
20
+ /**
21
+ * The slot of the empty media.
22
+ */
23
+ private get _mediaSlot();
24
+ /**
25
+ * Appends children to the empty media slot.
26
+ */
27
+ protected firstUpdated(): void;
28
+ render(): import('lit-html').TemplateResult<1>;
29
+ }
@@ -0,0 +1,22 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * Use the `rtg-empty-title` component to display the title of the empty state.
4
+ *
5
+ * @element rtg-empty-title
6
+ * @slot empty-title
7
+ */
8
+ export declare class EmptyTitle extends LitElement {
9
+ /**
10
+ * Overrides the default behaviour to render into the light DOM.
11
+ */
12
+ protected createRenderRoot(): this;
13
+ /**
14
+ * The slot of the empty title.
15
+ */
16
+ private get _titleSlot();
17
+ /**
18
+ * Appends children to the empty title slot.
19
+ */
20
+ protected firstUpdated(): void;
21
+ render(): import('lit-html').TemplateResult<1>;
22
+ }
@@ -0,0 +1,28 @@
1
+ import { LitElement } from 'lit';
2
+ import { EmptyProps } from './empty.defs';
3
+ /**
4
+ * The main component of the empty state. Wraps the `rtg-empty-header` and
5
+ * `rtg-empty-content` components.
6
+ *
7
+ * @element rtg-empty
8
+ * @slot empty
9
+ */
10
+ export declare class Empty extends LitElement implements EmptyProps {
11
+ /**
12
+ * When `true`, the empty state is styled with a dashed border.
13
+ */
14
+ border?: boolean;
15
+ /**
16
+ * Overrides the default behaviour to render into the light DOM.
17
+ */
18
+ protected createRenderRoot(): this;
19
+ /**
20
+ * The slot of the empty root.
21
+ */
22
+ private get _rootSlot();
23
+ /**
24
+ * Appends children to the empty root slot.
25
+ */
26
+ protected firstUpdated(): void;
27
+ render(): import('lit-html').TemplateResult<1>;
28
+ }
@@ -0,0 +1,20 @@
1
+ import { Empty } from './_empty';
2
+ import { EmptyContent } from './_empty-content';
3
+ import { EmptyDescription } from './_empty-description';
4
+ import { EmptyHeader } from './_empty-header';
5
+ import { EmptyMedia } from './_empty-media';
6
+ import { EmptyTitle } from './_empty-title';
7
+ export { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle, };
8
+ /**
9
+ * Use the Empty component to display an empty state.
10
+ */
11
+ declare global {
12
+ interface HTMLElementTagNameMap {
13
+ 'rtg-empty': Empty;
14
+ 'rtg-empty-header': EmptyHeader;
15
+ 'rtg-empty-media': EmptyMedia;
16
+ 'rtg-empty-title': EmptyTitle;
17
+ 'rtg-empty-description': EmptyDescription;
18
+ 'rtg-empty-content': EmptyContent;
19
+ }
20
+ }
@@ -0,0 +1,7 @@
1
+ export interface EmptyProps {
2
+ border?: boolean;
3
+ }
4
+ export type EmptyMediaVariant = 'default' | 'icon';
5
+ export interface EmptyMediaProps {
6
+ variant: EmptyMediaVariant;
7
+ }
@@ -0,0 +1,10 @@
1
+ import { Meta, StoryObj } from '@storybook/web-components-vite';
2
+ declare const meta: Meta;
3
+ export default meta;
4
+ type Story = StoryObj;
5
+ export declare const Demo: Story;
6
+ export declare const Outline: Story;
7
+ export declare const Background: Story;
8
+ export declare const Avatar: Story;
9
+ export declare const AvatarGroup: Story;
10
+ export declare const InputGroup: Story;
@@ -0,0 +1,23 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * Flex column that groups control and descriptions when the label sits beside
4
+ * the control. Not required if you have no description.
5
+ *
6
+ * @element rtg-field-content
7
+ * @slot field-content
8
+ */
9
+ export declare class FieldContent extends LitElement {
10
+ /**
11
+ * Overrides the default behaviour to render into the light DOM.
12
+ */
13
+ protected createRenderRoot(): this;
14
+ /**
15
+ * The slot of the field content.
16
+ */
17
+ private get _contentSlot();
18
+ /**
19
+ * Appends children to the field content slot.
20
+ */
21
+ protected firstUpdated(): void;
22
+ render(): import('lit-html').TemplateResult<1>;
23
+ }
@@ -0,0 +1,23 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * Helper text slot that automatically balances long lines in horizontal
4
+ * layouts.
5
+ *
6
+ * @element rtg-field-description
7
+ * @slot field-description
8
+ */
9
+ export declare class FieldDescription extends LitElement {
10
+ /**
11
+ * Overrides the default behaviour to render into the light DOM.
12
+ */
13
+ protected createRenderRoot(): this;
14
+ /**
15
+ * The slot of the field description.
16
+ */
17
+ private get _descriptionSlot();
18
+ /**
19
+ * Appends children to the field description slot.
20
+ */
21
+ protected firstUpdated(): void;
22
+ render(): import('lit-html').TemplateResult<1>;
23
+ }
@@ -0,0 +1,25 @@
1
+ import { LitElement, nothing } from 'lit';
2
+ import { FieldErrorProps, FieldErrorError } from './field.defs';
3
+ /**
4
+ * Accessible error container that accepts children or an `errors` array. When
5
+ * the `errors` array contains multiple messages, the component renders a list
6
+ * automatically.
7
+ *
8
+ * @element rtg-field-error
9
+ * @slot field-error
10
+ * @slot field-error-content
11
+ */
12
+ export declare class FieldError extends LitElement implements FieldErrorProps {
13
+ /**
14
+ * The array of error messages to render.
15
+ */
16
+ errors?: FieldErrorError[];
17
+ private _hasUserContent;
18
+ /**
19
+ * Overrides the default behaviour to render into the light DOM.
20
+ */
21
+ protected createRenderRoot(): this;
22
+ connectedCallback(): void;
23
+ private _renderContent;
24
+ render(): import('lit-html').TemplateResult<1> | typeof nothing;
25
+ }
@@ -0,0 +1,28 @@
1
+ import { LitElement } from 'lit';
2
+ import { FieldGroupProps, FieldGroupType } from './field.defs';
3
+ /**
4
+ * Layout wrapper that stacks `rtg-field` components and enables container
5
+ * queries for responsive orientations.
6
+ *
7
+ * @element rtg-field-group
8
+ * @slot field-group
9
+ */
10
+ export declare class FieldGroup extends LitElement implements FieldGroupProps {
11
+ /**
12
+ * The type of field in the field group.
13
+ */
14
+ type: FieldGroupType;
15
+ /**
16
+ * Overrides the default behaviour to render into the light DOM.
17
+ */
18
+ protected createRenderRoot(): this;
19
+ /**
20
+ * The slot of the field group.
21
+ */
22
+ private get _groupSlot();
23
+ /**
24
+ * Appends children to the field group slot.
25
+ */
26
+ protected firstUpdated(): void;
27
+ render(): import('lit-html').TemplateResult<1>;
28
+ }
@@ -0,0 +1,27 @@
1
+ import { LitElement } from 'lit';
2
+ import { FieldLabelProps } from './field.defs';
3
+ /**
4
+ * Label styled for both direct inputs and nested `rtg-field` children.
5
+ *
6
+ * @element rtg-field-label
7
+ * @slot field-label
8
+ */
9
+ export declare class FieldLabel extends LitElement implements FieldLabelProps {
10
+ /**
11
+ * The id of the element the label is associated with.
12
+ */
13
+ for?: string;
14
+ /**
15
+ * Overrides the default behaviour to render into the light DOM.
16
+ */
17
+ protected createRenderRoot(): this;
18
+ /**
19
+ * The slot of the field label.
20
+ */
21
+ private get _labelSlot();
22
+ /**
23
+ * Appends children to the field label slot.
24
+ */
25
+ protected firstUpdated(): void;
26
+ render(): import('lit-html').TemplateResult<1>;
27
+ }
@@ -0,0 +1,30 @@
1
+ import { LitElement } from 'lit';
2
+ import { FieldLegendProps, FieldLegendVariant } from './field.defs';
3
+ /**
4
+ * Legend element for a `rtg-field-set`. Switch to the `label` variant to align
5
+ * with label sizing.
6
+ *
7
+ * @element rtg-field-legend
8
+ * @slot field-legend
9
+ */
10
+ export declare class FieldLegend extends LitElement implements FieldLegendProps {
11
+ /**
12
+ * The sizing and alignment variant of the field legend.
13
+ * The `label` variant applies label sizing and alignment. Handy if you have
14
+ * nested `rtg-field-set`.
15
+ */
16
+ variant: FieldLegendVariant;
17
+ /**
18
+ * Overrides the default behaviour to render into the light DOM.
19
+ */
20
+ protected createRenderRoot(): this;
21
+ /**
22
+ * The slot of the field legend.
23
+ */
24
+ private get _legendSlot();
25
+ /**
26
+ * Appends children to the field legend slot.
27
+ */
28
+ protected firstUpdated(): void;
29
+ render(): import('lit-html').TemplateResult<1>;
30
+ }
@@ -0,0 +1,42 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * Visual divider to separate sections inside a `rtg-field-group`. Accepts
4
+ * optional inline content.
5
+ *
6
+ * @element rtg-field-separator
7
+ * @slot field-separator
8
+ * @slot field-separator-content
9
+ */
10
+ export declare class FieldSeparator extends LitElement {
11
+ private _observer;
12
+ /**
13
+ * Overrides the default behaviour to render into the light DOM.
14
+ */
15
+ protected createRenderRoot(): this;
16
+ /**
17
+ * The slot of the field separator.
18
+ */
19
+ private get _separatorSlot();
20
+ /**
21
+ * The slot of the field separator content.
22
+ */
23
+ private get _contentSlot();
24
+ /**
25
+ * Returns direct children of the element that are not part of its own
26
+ * rendered output and are not Lit comment markers or empty text nodes.
27
+ */
28
+ private _getExternalNodes;
29
+ /**
30
+ * Moves any externally-provided children into the content slot and updates
31
+ * the `data-content` attribute. Recreates the content slot if needed.
32
+ */
33
+ private _processChildren;
34
+ /**
35
+ * Processes any already-present children (static content) and sets up a
36
+ * MutationObserver to handle children inserted after render — e.g. when
37
+ * content is provided via a Lit dynamic binding from a parent template.
38
+ */
39
+ protected firstUpdated(): void;
40
+ disconnectedCallback(): void;
41
+ render(): import('lit-html').TemplateResult<1>;
42
+ }