@revotech-group/revotech-ui-kit 0.2.4 → 0.2.6

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 (371) hide show
  1. package/dist/library.css +4055 -2802
  2. package/dist/rtg-ui-kit.js +11687 -14997
  3. package/dist/rtg-ui-kit.umd.cjs +1585 -1323
  4. package/dist/src/assets/icons/anchor.icon.d.ts +0 -1
  5. package/dist/src/assets/icons/app-window.icon.d.ts +0 -1
  6. package/dist/src/assets/icons/arrow-right.icon.d.ts +0 -1
  7. package/dist/src/assets/icons/arrow-up-right.icon.d.ts +0 -1
  8. package/dist/src/assets/icons/arrow-up.icon.d.ts +0 -1
  9. package/dist/src/assets/icons/asterisk.icon.d.ts +0 -1
  10. package/dist/src/assets/icons/badge-alert.icon.d.ts +0 -1
  11. package/dist/src/assets/icons/badge-check.icon.d.ts +0 -1
  12. package/dist/src/assets/icons/badge-info.icon.d.ts +0 -1
  13. package/dist/src/assets/icons/badge-x.icon.d.ts +0 -1
  14. package/dist/src/assets/icons/bell.icon.d.ts +2 -0
  15. package/dist/src/assets/icons/bookmark.icon.d.ts +2 -0
  16. package/dist/src/assets/icons/brand-javascript.icon.d.ts +2 -0
  17. package/dist/src/assets/icons/captions.icon.d.ts +0 -1
  18. package/dist/src/assets/icons/check.icon.d.ts +0 -1
  19. package/dist/src/assets/icons/chevron-right.icon.d.ts +2 -0
  20. package/dist/src/assets/icons/circle-alert.icon.d.ts +0 -1
  21. package/dist/src/assets/icons/circle-check.icon.d.ts +0 -1
  22. package/dist/src/assets/icons/circle-fading-arrow-up.icon.d.ts +0 -1
  23. package/dist/src/assets/icons/cloud.icon.d.ts +2 -0
  24. package/dist/src/assets/icons/code.icon.d.ts +0 -1
  25. package/dist/src/assets/icons/copy.icon.d.ts +2 -0
  26. package/dist/src/assets/icons/corner-down-left.icon.d.ts +2 -0
  27. package/dist/src/assets/icons/credit-card.icon.d.ts +2 -0
  28. package/dist/src/assets/icons/external-link.icon.d.ts +0 -1
  29. package/dist/src/assets/icons/eye-off.icon.d.ts +2 -0
  30. package/dist/src/assets/icons/file-code.icon.d.ts +2 -0
  31. package/dist/src/assets/icons/folder-code.icon.d.ts +2 -0
  32. package/dist/src/assets/icons/git-branch-minus.icon.d.ts +0 -1
  33. package/dist/src/assets/icons/git-branch-plus.icon.d.ts +0 -1
  34. package/dist/src/assets/icons/house.icon.d.ts +0 -1
  35. package/dist/src/assets/icons/inbox.icon.d.ts +2 -0
  36. package/dist/src/assets/icons/index.d.ts +16 -0
  37. package/dist/src/assets/icons/info.icon.d.ts +0 -1
  38. package/dist/src/assets/icons/loader-circle.icon.d.ts +0 -1
  39. package/dist/src/assets/icons/mail-warning.icon.d.ts +0 -1
  40. package/dist/src/assets/icons/mail.icon.d.ts +2 -0
  41. package/dist/src/assets/icons/minus.icon.d.ts +0 -1
  42. package/dist/src/assets/icons/rabbit.icon.d.ts +0 -1
  43. package/dist/src/assets/icons/refresh-ccw.icon.d.ts +2 -0
  44. package/dist/src/assets/icons/refresh-cw.icon.d.ts +0 -1
  45. package/dist/src/assets/icons/search.icon.d.ts +0 -1
  46. package/dist/src/assets/icons/settings.icon.d.ts +0 -1
  47. package/dist/src/assets/icons/shield-alert.icon.d.ts +2 -0
  48. package/dist/src/assets/icons/shopping-bag.icon.d.ts +0 -1
  49. package/dist/src/assets/icons/star.icon.d.ts +2 -0
  50. package/dist/src/assets/icons/wand.icon.d.ts +0 -1
  51. package/dist/src/components/ui/accordion/accordion-content.d.ts +0 -1
  52. package/dist/src/components/ui/accordion/accordion-item.d.ts +0 -1
  53. package/dist/src/components/ui/accordion/accordion-trigger.d.ts +0 -1
  54. package/dist/src/components/ui/accordion/accordion.d.ts +0 -1
  55. package/dist/src/components/ui/accordion/accordion.stories.d.ts +0 -1
  56. package/dist/src/components/ui/alert/_alert-action.d.ts +0 -1
  57. package/dist/src/components/ui/alert/_alert-description.d.ts +0 -1
  58. package/dist/src/components/ui/alert/_alert-title.d.ts +0 -1
  59. package/dist/src/components/ui/alert/_alert.d.ts +0 -1
  60. package/dist/src/components/ui/alert/alert.d.ts +0 -1
  61. package/dist/src/components/ui/alert/alert.stories.d.ts +0 -1
  62. package/dist/src/components/ui/aspect-ratio/aspect-ratio.d.ts +0 -1
  63. package/dist/src/components/ui/aspect-ratio/aspect-ratio.stories.d.ts +0 -1
  64. package/dist/src/components/ui/avatar/_avatar-badge.d.ts +0 -1
  65. package/dist/src/components/ui/avatar/_avatar-fallback.d.ts +0 -1
  66. package/dist/src/components/ui/avatar/_avatar-group-count.d.ts +0 -1
  67. package/dist/src/components/ui/avatar/_avatar-group.d.ts +0 -1
  68. package/dist/src/components/ui/avatar/_avatar-image.d.ts +0 -1
  69. package/dist/src/components/ui/avatar/_avatar.d.ts +0 -1
  70. package/dist/src/components/ui/avatar/avatar.d.ts +0 -1
  71. package/dist/src/components/ui/avatar/avatar.stories.d.ts +0 -1
  72. package/dist/src/components/ui/badge/_badge.d.ts +43 -0
  73. package/dist/src/components/ui/badge/badge.d.ts +5 -15
  74. package/dist/src/components/ui/badge/badge.defs.d.ts +8 -0
  75. package/dist/src/components/ui/badge/badge.stories.d.ts +6 -3
  76. package/dist/src/components/ui/breadcrumb/breadcrumb-ellipsis.d.ts +0 -1
  77. package/dist/src/components/ui/breadcrumb/breadcrumb-item.d.ts +0 -1
  78. package/dist/src/components/ui/breadcrumb/breadcrumb-link.d.ts +0 -1
  79. package/dist/src/components/ui/breadcrumb/breadcrumb-list.d.ts +0 -1
  80. package/dist/src/components/ui/breadcrumb/breadcrumb-separator.d.ts +0 -1
  81. package/dist/src/components/ui/breadcrumb/breadcrumb-text.d.ts +0 -1
  82. package/dist/src/components/ui/breadcrumb/breadcrumb.d.ts +0 -1
  83. package/dist/src/components/ui/breadcrumb/breadcrumb.stories.d.ts +0 -1
  84. package/dist/src/components/ui/button/_button.d.ts +0 -1
  85. package/dist/src/components/ui/button/button.d.ts +0 -1
  86. package/dist/src/components/ui/button/button.stories.d.ts +1 -2
  87. package/dist/src/components/ui/button/button.style.d.ts +1 -1
  88. package/dist/src/components/ui/calendar/calendar.d.ts +0 -1
  89. package/dist/src/components/ui/calendar/calendar.stories.d.ts +0 -1
  90. package/dist/src/components/ui/card/_card-action.d.ts +0 -1
  91. package/dist/src/components/ui/card/_card-content.d.ts +0 -1
  92. package/dist/src/components/ui/card/_card-description.d.ts +0 -1
  93. package/dist/src/components/ui/card/_card-footer.d.ts +1 -2
  94. package/dist/src/components/ui/card/_card-header.d.ts +1 -2
  95. package/dist/src/components/ui/card/_card-title.d.ts +0 -1
  96. package/dist/src/components/ui/card/_card.d.ts +0 -1
  97. package/dist/src/components/ui/card/card.d.ts +0 -1
  98. package/dist/src/components/ui/card/card.defs.d.ts +2 -2
  99. package/dist/src/components/ui/card/card.stories.d.ts +2 -3
  100. package/dist/src/components/ui/carousel/carousel.d.ts +0 -1
  101. package/dist/src/components/ui/carousel/carousel.stories.d.ts +0 -1
  102. package/dist/src/components/ui/checkbox/_checkbox.d.ts +31 -5
  103. package/dist/src/components/ui/checkbox/checkbox.d.ts +0 -1
  104. package/dist/src/components/ui/checkbox/checkbox.stories.d.ts +3 -1
  105. package/dist/src/components/ui/collapsible/collapsible-content.d.ts +0 -1
  106. package/dist/src/components/ui/collapsible/collapsible-trigger.d.ts +0 -1
  107. package/dist/src/components/ui/collapsible/collapsible.d.ts +0 -1
  108. package/dist/src/components/ui/collapsible/collapsible.stories.d.ts +0 -1
  109. package/dist/src/components/ui/combobox/combo-box-empty.d.ts +0 -1
  110. package/dist/src/components/ui/combobox/combo-box-group.d.ts +0 -1
  111. package/dist/src/components/ui/combobox/combo-box-input.d.ts +0 -1
  112. package/dist/src/components/ui/combobox/combo-box-item.d.ts +0 -1
  113. package/dist/src/components/ui/combobox/combo-box-trigger.d.ts +0 -1
  114. package/dist/src/components/ui/combobox/combo-box-value.d.ts +0 -1
  115. package/dist/src/components/ui/combobox/combo-box.d.ts +0 -1
  116. package/dist/src/components/ui/combobox/combo-box.stories.d.ts +0 -1
  117. package/dist/src/components/ui/command/command-empty.atom.d.ts +0 -1
  118. package/dist/src/components/ui/command/command-group.atom.d.ts +0 -1
  119. package/dist/src/components/ui/command/command-input.atom.d.ts +0 -1
  120. package/dist/src/components/ui/command/command-item.atom.d.ts +0 -1
  121. package/dist/src/components/ui/command/command-list.atom.d.ts +0 -1
  122. package/dist/src/components/ui/command/command-separator.atom.d.ts +0 -1
  123. package/dist/src/components/ui/command/command.d.ts +0 -1
  124. package/dist/src/components/ui/command/command.stories.d.ts +0 -1
  125. package/dist/src/components/ui/context-menu/context-menu-checkbox-Item.d.ts +0 -1
  126. package/dist/src/components/ui/context-menu/context-menu-content.d.ts +0 -1
  127. package/dist/src/components/ui/context-menu/context-menu-group.d.ts +0 -1
  128. package/dist/src/components/ui/context-menu/context-menu-item.d.ts +0 -1
  129. package/dist/src/components/ui/context-menu/context-menu-radio-item.d.ts +0 -1
  130. package/dist/src/components/ui/context-menu/context-menu-seperator.d.ts +0 -1
  131. package/dist/src/components/ui/context-menu/context-menu-shortcut.d.ts +0 -1
  132. package/dist/src/components/ui/context-menu/context-menu-trigger.d.ts +0 -1
  133. package/dist/src/components/ui/context-menu/context-menu.d.ts +0 -1
  134. package/dist/src/components/ui/context-menu/contextMenu.stories.d.ts +0 -1
  135. package/dist/src/components/ui/data-table/data-table.d.ts +0 -1
  136. package/dist/src/components/ui/data-table/data-table.stories.d.ts +0 -1
  137. package/dist/src/components/ui/date-picker/date-picker.d.ts +0 -1
  138. package/dist/src/components/ui/date-picker/date-picker.stories.d.ts +0 -1
  139. package/dist/src/components/ui/dialog/dialog-close.d.ts +0 -1
  140. package/dist/src/components/ui/dialog/dialog-content.d.ts +0 -1
  141. package/dist/src/components/ui/dialog/dialog-footer.d.ts +0 -1
  142. package/dist/src/components/ui/dialog/dialog-header.d.ts +0 -1
  143. package/dist/src/components/ui/dialog/dialog-overly.d.ts +0 -1
  144. package/dist/src/components/ui/dialog/dialog-trigger.d.ts +0 -1
  145. package/dist/src/components/ui/dialog/dialog.d.ts +0 -1
  146. package/dist/src/components/ui/dialog/dialog.stories.d.ts +0 -1
  147. package/dist/src/components/ui/drawer/drawer-close.d.ts +0 -1
  148. package/dist/src/components/ui/drawer/drawer-content.d.ts +0 -1
  149. package/dist/src/components/ui/drawer/drawer-description.d.ts +0 -1
  150. package/dist/src/components/ui/drawer/drawer-footer.d.ts +0 -1
  151. package/dist/src/components/ui/drawer/drawer-header.d.ts +0 -1
  152. package/dist/src/components/ui/drawer/drawer-overlay.d.ts +0 -1
  153. package/dist/src/components/ui/drawer/drawer-title.d.ts +0 -1
  154. package/dist/src/components/ui/drawer/drawer-trigger.d.ts +0 -1
  155. package/dist/src/components/ui/drawer/drawer.d.ts +0 -1
  156. package/dist/src/components/ui/drawer/drawer.stories.d.ts +0 -1
  157. package/dist/src/components/ui/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +0 -1
  158. package/dist/src/components/ui/dropdown-menu/dropdown-menu-content.d.ts +0 -1
  159. package/dist/src/components/ui/dropdown-menu/dropdown-menu-group.d.ts +0 -1
  160. package/dist/src/components/ui/dropdown-menu/dropdown-menu-item.d.ts +0 -1
  161. package/dist/src/components/ui/dropdown-menu/dropdown-menu-radio-item.d.ts +0 -1
  162. package/dist/src/components/ui/dropdown-menu/dropdown-menu-seperator.d.ts +0 -1
  163. package/dist/src/components/ui/dropdown-menu/dropdown-menu-shortcut.d.ts +0 -1
  164. package/dist/src/components/ui/dropdown-menu/dropdown-menu-trigger.d.ts +0 -1
  165. package/dist/src/components/ui/dropdown-menu/dropdown-menu.d.ts +0 -1
  166. package/dist/src/components/ui/dropdown-menu/dropdownMenu.stories.d.ts +0 -1
  167. package/dist/src/components/ui/empty/_empty-content.d.ts +23 -0
  168. package/dist/src/components/ui/empty/_empty-description.d.ts +23 -0
  169. package/dist/src/components/ui/empty/_empty-header.d.ts +23 -0
  170. package/dist/src/components/ui/empty/_empty-media.d.ts +29 -0
  171. package/dist/src/components/ui/empty/_empty-title.d.ts +22 -0
  172. package/dist/src/components/ui/empty/_empty.d.ts +28 -0
  173. package/dist/src/components/ui/empty/empty.d.ts +20 -0
  174. package/dist/src/components/ui/empty/empty.defs.d.ts +7 -0
  175. package/dist/src/components/ui/empty/empty.stories.d.ts +10 -0
  176. package/dist/src/components/ui/field/_field-content.d.ts +0 -1
  177. package/dist/src/components/ui/field/_field-description.d.ts +0 -1
  178. package/dist/src/components/ui/field/_field-error.d.ts +3 -2
  179. package/dist/src/components/ui/field/_field-group.d.ts +0 -1
  180. package/dist/src/components/ui/field/_field-label.d.ts +0 -1
  181. package/dist/src/components/ui/field/_field-legend.d.ts +0 -1
  182. package/dist/src/components/ui/field/_field-separator.d.ts +15 -12
  183. package/dist/src/components/ui/field/_field-set.d.ts +0 -1
  184. package/dist/src/components/ui/field/_field-title.d.ts +0 -1
  185. package/dist/src/components/ui/field/_field.d.ts +0 -1
  186. package/dist/src/components/ui/field/field.d.ts +0 -1
  187. package/dist/src/components/ui/field/field.defs.d.ts +0 -1
  188. package/dist/src/components/ui/field/field.stories.d.ts +0 -1
  189. package/dist/src/components/ui/form/form-context.d.ts +0 -1
  190. package/dist/src/components/ui/form/form.stories.d.ts +0 -1
  191. package/dist/src/components/ui/form/rtg-form-controller.d.ts +0 -1
  192. package/dist/src/components/ui/form/rtg-form-description.d.ts +0 -1
  193. package/dist/src/components/ui/form/rtg-form-field.d.ts +0 -1
  194. package/dist/src/components/ui/form/rtg-form-item.d.ts +0 -1
  195. package/dist/src/components/ui/form/rtg-form-label.d.ts +0 -1
  196. package/dist/src/components/ui/form/rtg-form-message.d.ts +0 -1
  197. package/dist/src/components/ui/form/rtg-form.d.ts +0 -1
  198. package/dist/src/components/ui/hoverCard/hover-card-content.d.ts +0 -1
  199. package/dist/src/components/ui/hoverCard/hover-card-trigger.d.ts +0 -1
  200. package/dist/src/components/ui/hoverCard/hover-card.d.ts +0 -1
  201. package/dist/src/components/ui/hoverCard/hover-card.stories.d.ts +0 -1
  202. package/dist/src/components/ui/index.d.ts +35 -28
  203. package/dist/src/components/ui/input/_input.d.ts +0 -1
  204. package/dist/src/components/ui/input/input.d.ts +0 -1
  205. package/dist/src/components/ui/input/input.stories.d.ts +0 -1
  206. package/dist/src/components/ui/input-group/_input-group-addon.d.ts +32 -0
  207. package/dist/src/components/ui/input-group/_input-group-button.d.ts +59 -0
  208. package/dist/src/components/ui/input-group/_input-group-input.d.ts +140 -0
  209. package/dist/src/components/ui/input-group/_input-group-text.d.ts +22 -0
  210. package/dist/src/components/ui/input-group/_input-group-textarea.d.ts +114 -0
  211. package/dist/src/components/ui/input-group/_input-group.d.ts +22 -0
  212. package/dist/src/components/ui/input-group/input-group.d.ts +20 -0
  213. package/dist/src/components/ui/input-group/input-group.defs.d.ts +16 -0
  214. package/dist/src/components/ui/input-group/input-group.stories.d.ts +15 -0
  215. package/dist/src/components/ui/input-otp/_input-otp-group.d.ts +0 -1
  216. package/dist/src/components/ui/input-otp/_input-otp-separator.d.ts +0 -1
  217. package/dist/src/components/ui/input-otp/_input-otp-slot.d.ts +0 -1
  218. package/dist/src/components/ui/input-otp/_input-otp.d.ts +0 -1
  219. package/dist/src/components/ui/input-otp/input-otp.d.ts +0 -1
  220. package/dist/src/components/ui/input-otp/input-otp.stories.d.ts +0 -1
  221. package/dist/src/components/ui/item/_item-actions.d.ts +22 -0
  222. package/dist/src/components/ui/item/_item-content.d.ts +22 -0
  223. package/dist/src/components/ui/item/_item-description.d.ts +22 -0
  224. package/dist/src/components/ui/item/_item-footer.d.ts +22 -0
  225. package/dist/src/components/ui/item/_item-group.d.ts +22 -0
  226. package/dist/src/components/ui/item/_item-header.d.ts +22 -0
  227. package/dist/src/components/ui/item/_item-media.d.ts +28 -0
  228. package/dist/src/components/ui/item/_item-separator.d.ts +22 -0
  229. package/dist/src/components/ui/item/_item-title.d.ts +22 -0
  230. package/dist/src/components/ui/item/_item.d.ts +42 -0
  231. package/dist/src/components/ui/item/item.d.ts +29 -0
  232. package/dist/src/components/ui/item/item.defs.d.ts +13 -0
  233. package/dist/src/components/ui/item/item.stories.d.ts +13 -0
  234. package/dist/src/components/ui/kbd/_kbd-group.d.ts +22 -0
  235. package/dist/src/components/ui/kbd/_kbd.d.ts +22 -0
  236. package/dist/src/components/ui/kbd/kbd.d.ts +12 -0
  237. package/dist/src/components/ui/kbd/kbd.stories.d.ts +8 -0
  238. package/dist/src/components/ui/label/_label.d.ts +0 -1
  239. package/dist/src/components/ui/label/label.d.ts +0 -1
  240. package/dist/src/components/ui/label/label.stories.d.ts +0 -1
  241. package/dist/src/components/ui/menubar/menubar-checkbox.item.d.ts +0 -1
  242. package/dist/src/components/ui/menubar/menubar-content.d.ts +0 -1
  243. package/dist/src/components/ui/menubar/menubar-group.d.ts +0 -1
  244. package/dist/src/components/ui/menubar/menubar-item.d.ts +0 -1
  245. package/dist/src/components/ui/menubar/menubar-menu.d.ts +0 -1
  246. package/dist/src/components/ui/menubar/menubar-radio-item.d.ts +0 -1
  247. package/dist/src/components/ui/menubar/menubar-separator.d.ts +0 -1
  248. package/dist/src/components/ui/menubar/menubar-shortcut.d.ts +0 -1
  249. package/dist/src/components/ui/menubar/menubar-trigger.d.ts +0 -1
  250. package/dist/src/components/ui/menubar/menubar.d.ts +0 -1
  251. package/dist/src/components/ui/menubar/menubar.stories.d.ts +0 -1
  252. package/dist/src/components/ui/navigation-menu/navigation-menu-content.d.ts +0 -1
  253. package/dist/src/components/ui/navigation-menu/navigation-menu-item.d.ts +0 -1
  254. package/dist/src/components/ui/navigation-menu/navigation-menu-link.d.ts +0 -1
  255. package/dist/src/components/ui/navigation-menu/navigation-menu-list.d.ts +0 -1
  256. package/dist/src/components/ui/navigation-menu/navigation-menu-trigger.d.ts +0 -1
  257. package/dist/src/components/ui/navigation-menu/navigation-menu.d.ts +0 -1
  258. package/dist/src/components/ui/navigation-menu/navigation-menu.stories.d.ts +0 -1
  259. package/dist/src/components/ui/pagination/pagination-content.d.ts +0 -1
  260. package/dist/src/components/ui/pagination/pagination-ellipsis.d.ts +0 -1
  261. package/dist/src/components/ui/pagination/pagination-item.d.ts +0 -1
  262. package/dist/src/components/ui/pagination/pagination-link.d.ts +0 -1
  263. package/dist/src/components/ui/pagination/pagination-next.d.ts +0 -1
  264. package/dist/src/components/ui/pagination/pagination-previous.d.ts +0 -1
  265. package/dist/src/components/ui/pagination/pagination.d.ts +0 -1
  266. package/dist/src/components/ui/pagination/pagination.stories.d.ts +0 -1
  267. package/dist/src/components/ui/pagination/pagination.styles.d.ts +1 -1
  268. package/dist/src/components/ui/password-input/_password-input.d.ts +122 -0
  269. package/dist/src/components/ui/password-input/password-input.d.ts +10 -0
  270. package/dist/src/components/ui/password-input/password-input.defs.d.ts +3 -0
  271. package/dist/src/components/ui/password-input/password-input.stories.d.ts +8 -0
  272. package/dist/src/components/ui/popover/popover-content.d.ts +0 -1
  273. package/dist/src/components/ui/popover/popover-trigger.d.ts +0 -1
  274. package/dist/src/components/ui/popover/popover.d.ts +0 -1
  275. package/dist/src/components/ui/popover/popover.stories.d.ts +0 -1
  276. package/dist/src/components/ui/progress/progress.d.ts +0 -1
  277. package/dist/src/components/ui/progress/progress.stories.d.ts +0 -1
  278. package/dist/src/components/ui/radio-group/radio-group-item.d.ts +0 -1
  279. package/dist/src/components/ui/radio-group/radio-group.d.ts +0 -1
  280. package/dist/src/components/ui/radio-group/radio-group.stories.d.ts +0 -1
  281. package/dist/src/components/ui/sample-demo/sample-demo.d.ts +1 -2
  282. package/dist/src/components/ui/sample-demo/sample.style.d.ts +1 -1
  283. package/dist/src/components/ui/scroll-area/scroll-area.d.ts +0 -1
  284. package/dist/src/components/ui/scroll-area/scroll-area.stories.d.ts +0 -1
  285. package/dist/src/components/ui/select/select-group.d.ts +0 -1
  286. package/dist/src/components/ui/select/select-item.d.ts +0 -1
  287. package/dist/src/components/ui/select/select-label.d.ts +0 -1
  288. package/dist/src/components/ui/select/select-list.d.ts +0 -1
  289. package/dist/src/components/ui/select/select-seperator.d.ts +0 -1
  290. package/dist/src/components/ui/select/select-trigger.d.ts +0 -1
  291. package/dist/src/components/ui/select/select-value.d.ts +0 -1
  292. package/dist/src/components/ui/select/select.d.ts +0 -1
  293. package/dist/src/components/ui/select/select.stories.d.ts +0 -1
  294. package/dist/src/components/ui/separator/_separator.d.ts +0 -1
  295. package/dist/src/components/ui/separator/separator.d.ts +0 -1
  296. package/dist/src/components/ui/separator/separator.stories.d.ts +0 -1
  297. package/dist/src/components/ui/skeleton/skeleton.d.ts +0 -1
  298. package/dist/src/components/ui/skeleton/skeleton.stories.d.ts +0 -1
  299. package/dist/src/components/ui/spinner/_spinner.d.ts +19 -0
  300. package/dist/src/components/ui/spinner/spinner.d.ts +10 -0
  301. package/dist/src/components/ui/spinner/spinner.defs.d.ts +4 -0
  302. package/dist/src/components/ui/spinner/spinner.stories.d.ts +11 -0
  303. package/dist/src/components/ui/switch/switch.d.ts +0 -1
  304. package/dist/src/components/ui/switch/switch.stories.d.ts +0 -1
  305. package/dist/src/components/ui/table/table.d.ts +0 -1
  306. package/dist/src/components/ui/table/table.stories.d.ts +0 -1
  307. package/dist/src/components/ui/tabs/_tabs-content.d.ts +0 -1
  308. package/dist/src/components/ui/tabs/_tabs-list.d.ts +0 -1
  309. package/dist/src/components/ui/tabs/_tabs-trigger.d.ts +0 -1
  310. package/dist/src/components/ui/tabs/_tabs.d.ts +0 -1
  311. package/dist/src/components/ui/tabs/tabs.d.ts +0 -1
  312. package/dist/src/components/ui/tabs/tabs.stories.d.ts +0 -1
  313. package/dist/src/components/ui/textarea/_textarea.d.ts +131 -0
  314. package/dist/src/components/ui/textarea/textarea.d.ts +6 -18
  315. package/dist/src/components/ui/textarea/textarea.defs.d.ts +23 -0
  316. package/dist/src/components/ui/textarea/textarea.stories.d.ts +9 -5
  317. package/dist/src/components/ui/toast/toast-action.d.ts +0 -1
  318. package/dist/src/components/ui/toast/toast-description.d.ts +0 -1
  319. package/dist/src/components/ui/toast/toast-title.d.ts +0 -1
  320. package/dist/src/components/ui/toast/toast-trigger.d.ts +0 -1
  321. package/dist/src/components/ui/toast/toast-view-port.d.ts +0 -1
  322. package/dist/src/components/ui/toast/toast.d.ts +0 -1
  323. package/dist/src/components/ui/toast/toast.stories.d.ts +0 -1
  324. package/dist/src/components/ui/toggle/toggle.d.ts +0 -1
  325. package/dist/src/components/ui/toggle/toggle.stories.d.ts +0 -1
  326. package/dist/src/components/ui/toggle-group/toggle-group-item.d.ts +0 -1
  327. package/dist/src/components/ui/toggle-group/toggle-group.d.ts +0 -1
  328. package/dist/src/components/ui/toggle-group/toggle-group.stories.d.ts +0 -1
  329. package/dist/src/components/ui/typography/_typography-blockquote.d.ts +22 -0
  330. package/dist/src/components/ui/typography/_typography-code.d.ts +22 -0
  331. package/dist/src/components/ui/typography/_typography-h.d.ts +27 -0
  332. package/dist/src/components/ui/typography/_typography-large.d.ts +22 -0
  333. package/dist/src/components/ui/typography/_typography-lead.d.ts +22 -0
  334. package/dist/src/components/ui/typography/_typography-list.d.ts +22 -0
  335. package/dist/src/components/ui/typography/_typography-muted.d.ts +22 -0
  336. package/dist/src/components/ui/typography/_typography-p.d.ts +22 -0
  337. package/dist/src/components/ui/typography/_typography-small.d.ts +22 -0
  338. package/dist/src/components/ui/typography/_typography-table.d.ts +13 -0
  339. package/dist/src/components/ui/typography/typography.d.ts +28 -0
  340. package/dist/src/components/ui/typography/typography.defs.d.ts +4 -0
  341. package/dist/src/components/ui/typography/typography.stories.d.ts +18 -0
  342. package/dist/src/components/widgets/light-sample-demo/light-sample.demo.d.ts +0 -1
  343. package/dist/src/helpers/base-element.d.ts +0 -1
  344. package/dist/src/helpers/mouse-conroller.helper.d.ts +0 -1
  345. package/dist/src/helpers/shadow-wrapper.d.ts +0 -1
  346. package/dist/src/helpers/style.helpers.d.ts +0 -1
  347. package/dist/src/helpers/widget-controller.d.ts +0 -1
  348. package/dist/src/interfaces/actionable.interface.d.ts +0 -1
  349. package/dist/src/interfaces/changeable.interface.d.ts +0 -1
  350. package/dist/src/interfaces/child-support-atomic.interface.d.ts +0 -1
  351. package/dist/src/lib/react/react.lib.d.ts +0 -1
  352. package/dist/src/tokens/tailwind/border-radius.d.ts +0 -3
  353. package/dist/src/tokens/tailwind/border-width.d.ts +0 -1
  354. package/dist/src/tokens/tailwind/box-shadow.d.ts +0 -5
  355. package/dist/src/tokens/tailwind/color.d.ts +0 -29
  356. package/dist/src/tokens/tailwind/font-size.d.ts +0 -8
  357. package/dist/src/tokens/tailwind/font-weight.d.ts +0 -1
  358. package/dist/src/tokens/tailwind/index.d.ts +5 -76
  359. package/dist/src/tokens/tailwind/opacity.d.ts +0 -3
  360. package/dist/src/tokens/tailwind/ring-offset-width.d.ts +0 -1
  361. package/dist/src/tokens/tailwind/ring-width.d.ts +0 -3
  362. package/dist/src/tokens/tailwind/spacing.d.ts +0 -12
  363. package/dist/src/tokens/tailwind/transition-duration.d.ts +3 -3
  364. package/dist/src/tokens/tailwind/transition-timing-function.d.ts +2 -2
  365. package/dist/src/wc-ui-app.d.ts +0 -1
  366. package/package.json +1 -1
  367. package/dist/src/components/ui/badge/badge.style.d.ts +0 -3
  368. package/dist/src/components/ui/badge/badge.type.d.ts +0 -1
  369. package/dist/src/components/ui/textarea/textarea.styles.d.ts +0 -1
  370. package/dist/src/components/ui/textarea/textarea.type.d.ts +0 -11
  371. package/dist/src/tokens/tailwind/basis.d.ts +0 -5
@@ -0,0 +1,22 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * Renders a styled `<blockquote>` element.
4
+ *
5
+ * @element rtg-typography-blockquote
6
+ * @slot typography-blockquote
7
+ */
8
+ export declare class TypographyBlockquote 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 typography blockquote.
15
+ */
16
+ private get _blockquoteSlot();
17
+ /**
18
+ * Appends children to the typography blockquote slot.
19
+ */
20
+ protected firstUpdated(): void;
21
+ render(): import('lit-html').TemplateResult<1>;
22
+ }
@@ -0,0 +1,22 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * Renders a styled inline `<code>` element.
4
+ *
5
+ * @element rtg-typography-code
6
+ * @slot typography-code
7
+ */
8
+ export declare class TypographyCode 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 typography code.
15
+ */
16
+ private get _codeSlot();
17
+ /**
18
+ * Appends children to the typography code slot.
19
+ */
20
+ protected firstUpdated(): void;
21
+ render(): import('lit-html').TemplateResult<1>;
22
+ }
@@ -0,0 +1,27 @@
1
+ import { LitElement } from 'lit';
2
+ import { TypographyHLevel, TypographyHProps } from './typography.defs';
3
+ /**
4
+ * Renders a styled heading (`<h1>`, `<h2>`, `<h3>`, or `<h4>`) element.
5
+ *
6
+ * @element rtg-typography-h
7
+ * @slot typography-h
8
+ */
9
+ export declare class TypographyH extends LitElement implements TypographyHProps {
10
+ /**
11
+ * The level of the heading.
12
+ */
13
+ level: TypographyHLevel;
14
+ /**
15
+ * Overrides the default behaviour to render into the light DOM.
16
+ */
17
+ protected createRenderRoot(): this;
18
+ /**
19
+ * The slot of the typography h.
20
+ */
21
+ private get _hSlot();
22
+ /**
23
+ * Appends children to the typography h slot.
24
+ */
25
+ protected firstUpdated(): void;
26
+ render(): import('lit-html').TemplateResult<1>;
27
+ }
@@ -0,0 +1,22 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * Renders a styled large text element.
4
+ *
5
+ * @element rtg-typography-large
6
+ * @slot typography-large
7
+ */
8
+ export declare class TypographyLarge 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 typography large.
15
+ */
16
+ private get _largeSlot();
17
+ /**
18
+ * Appends children to the typography large slot.
19
+ */
20
+ protected firstUpdated(): void;
21
+ render(): import('lit-html').TemplateResult<1>;
22
+ }
@@ -0,0 +1,22 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * Renders a styled lead text element.
4
+ *
5
+ * @element rtg-typography-lead
6
+ * @slot typography-lead
7
+ */
8
+ export declare class TypographyLead 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 typography lead.
15
+ */
16
+ private get _leadSlot();
17
+ /**
18
+ * Appends children to the typography lead slot.
19
+ */
20
+ protected firstUpdated(): void;
21
+ render(): import('lit-html').TemplateResult<1>;
22
+ }
@@ -0,0 +1,22 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * Renders a styled `<ul>` element, styling `<li>` children as well.
4
+ *
5
+ * @element rtg-typography-list
6
+ * @slot typography-list
7
+ */
8
+ export declare class TypographyList 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 typography list.
15
+ */
16
+ private get _listSlot();
17
+ /**
18
+ * Appends children to the typography list slot.
19
+ */
20
+ protected firstUpdated(): void;
21
+ render(): import('lit-html').TemplateResult<1>;
22
+ }
@@ -0,0 +1,22 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * Renders a styled muted text element.
4
+ *
5
+ * @element rtg-typography-muted
6
+ * @slot typography-muted
7
+ */
8
+ export declare class TypographyMuted 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 typography muted.
15
+ */
16
+ private get _mutedSlot();
17
+ /**
18
+ * Appends children to the typography muted slot.
19
+ */
20
+ protected firstUpdated(): void;
21
+ render(): import('lit-html').TemplateResult<1>;
22
+ }
@@ -0,0 +1,22 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * Renders a styled `<p>` element.
4
+ *
5
+ * @element rtg-typography-p
6
+ * @slot typography-p
7
+ */
8
+ export declare class TypographyP 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 typography p.
15
+ */
16
+ private get _pSlot();
17
+ /**
18
+ * Appends children to the typography p slot.
19
+ */
20
+ protected firstUpdated(): void;
21
+ render(): import('lit-html').TemplateResult<1>;
22
+ }
@@ -0,0 +1,22 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * Renders a styled `<small>` element.
4
+ *
5
+ * @element rtg-typography-small
6
+ * @slot typography-small
7
+ */
8
+ export declare class TypographySmall 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 typography small.
15
+ */
16
+ private get _smallSlot();
17
+ /**
18
+ * Appends children to the typography small slot.
19
+ */
20
+ protected firstUpdated(): void;
21
+ render(): import('lit-html').TemplateResult<1>;
22
+ }
@@ -0,0 +1,13 @@
1
+ import { LitElement } from 'lit';
2
+ /**
3
+ * Renders a table wrapper, styling the `<table>` child element, as well as its
4
+ * subchildren (`<thead>`, `<tbody>`, `<tr>`, `<th>`, and `<td>`).
5
+ *
6
+ * @element rtg-typography-table
7
+ */
8
+ export declare class TypographyTable extends LitElement {
9
+ /**
10
+ * Overrides the default behaviour to render into the light DOM.
11
+ */
12
+ protected createRenderRoot(): this;
13
+ }
@@ -0,0 +1,28 @@
1
+ import { TypographyBlockquote } from './_typography-blockquote';
2
+ import { TypographyCode } from './_typography-code';
3
+ import { TypographyH } from './_typography-h';
4
+ import { TypographyLarge } from './_typography-large';
5
+ import { TypographyLead } from './_typography-lead';
6
+ import { TypographyList } from './_typography-list';
7
+ import { TypographyMuted } from './_typography-muted';
8
+ import { TypographyP } from './_typography-p';
9
+ import { TypographySmall } from './_typography-small';
10
+ import { TypographyTable } from './_typography-table';
11
+ export { TypographyBlockquote, TypographyCode, TypographyH, TypographyLarge, TypographyLead, TypographyList, TypographyMuted, TypographyP, TypographySmall, TypographyTable, };
12
+ /**
13
+ * Styles for headings, paragraphs, lists, etc.
14
+ */
15
+ declare global {
16
+ interface HTMLElementTagNameMap {
17
+ 'rtg-typography-h': TypographyH;
18
+ 'rtg-typography-p': TypographyP;
19
+ 'rtg-typography-blockquote': TypographyBlockquote;
20
+ 'rtg-typography-table': TypographyTable;
21
+ 'rtg-typography-list': TypographyList;
22
+ 'rtg-typography-code': TypographyCode;
23
+ 'rtg-typography-lead': TypographyLead;
24
+ 'rtg-typography-large': TypographyLarge;
25
+ 'rtg-typography-small': TypographySmall;
26
+ 'rtg-typography-muted': TypographyMuted;
27
+ }
28
+ }
@@ -0,0 +1,4 @@
1
+ export type TypographyHLevel = 'h1' | 'h2' | 'h3' | 'h4';
2
+ export interface TypographyHProps {
3
+ level: TypographyHLevel;
4
+ }
@@ -0,0 +1,18 @@
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 Heading1: Story;
7
+ export declare const Heading2: Story;
8
+ export declare const Heading3: Story;
9
+ export declare const Heading4: Story;
10
+ export declare const Paragraph: Story;
11
+ export declare const Blockquote: Story;
12
+ export declare const Table: Story;
13
+ export declare const List: Story;
14
+ export declare const Code: Story;
15
+ export declare const Lead: Story;
16
+ export declare const Large: Story;
17
+ export declare const Small: Story;
18
+ export declare const Muted: Story;
@@ -1,5 +1,4 @@
1
1
  import { BaseElement } from '../../../helpers';
2
-
3
2
  export declare class LightSampleDemo extends BaseElement {
4
3
  constructor();
5
4
  protected getAttributesToExclude(): string[];
@@ -1,5 +1,4 @@
1
1
  import { LitElement } from 'lit';
2
-
3
2
  export declare abstract class BaseElement extends LitElement {
4
3
  customClass: string;
5
4
  customStyle: string;
@@ -1,5 +1,4 @@
1
1
  import { ReactiveControllerHost } from 'lit';
2
-
3
2
  export declare class MouseController {
4
3
  private host;
5
4
  pos: {
@@ -1,5 +1,4 @@
1
1
  import { LitElement } from 'lit';
2
-
3
2
  export declare class ShadowWrapper extends LitElement {
4
3
  static styles: import('lit').CSSResult;
5
4
  constructor();
@@ -1,3 +1,2 @@
1
1
  import { ClassValue } from 'clsx';
2
-
3
2
  export declare function cn(...inputs: ClassValue[]): string;
@@ -1,5 +1,4 @@
1
1
  import { LitElement } from 'lit';
2
-
3
2
  export declare class WidgetController {
4
3
  protected values: Record<string, string>;
5
4
  protected errors: Record<string, string>;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from 'react';
2
-
3
2
  export type ActionableProps = Partial<{
4
3
  onClick: (event?: React.MouseEvent<HTMLElement, MouseEvent>) => void;
5
4
  onSubmit: (event?: React.FormEvent<HTMLFormElement>) => void;
@@ -1,6 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  import { IntractableProps } from './intractable.interface';
3
-
4
3
  export type ChangeableProps<T = React.ChangeEvent<HTMLInputElement> | string | number, K = unknown> = Partial<IntractableProps & {
5
4
  onChange: (event?: T, value?: K) => void;
6
5
  onBlur: (event?: T) => void;
@@ -1,5 +1,4 @@
1
1
  import { AtomicProps } from './atomic.interface';
2
-
3
2
  export type AtomicComponentWithChildren = {
4
3
  children: React.ReactNode;
5
4
  } & AtomicProps;
@@ -1,5 +1,4 @@
1
1
  import { Button, Checkbox } from '../../components';
2
-
3
2
  declare const ButtonReact: import('@lit-labs/react').ReactWebComponent<Button, {}>;
4
3
  declare const CheckboxReact: import('@lit-labs/react').ReactWebComponent<Checkbox, {}>;
5
4
  export { ButtonReact, CheckboxReact };
@@ -7,12 +7,10 @@ export declare const borderRadius: {
7
7
  'combo-box-trigger-radius': string;
8
8
  'combo-box-item-radius': string;
9
9
  'carousel-button-radius': string;
10
- 'textarea-radius': string;
11
10
  'toast-viewport-item-radius': string;
12
11
  'toast-action-radius': string;
13
12
  'toggle-group-item-radius': string;
14
13
  'toggle-radius': string;
15
- 'scrollarea-radius': string;
16
14
  'switch-radius': string;
17
15
  'switch-thumb-radius': string;
18
16
  'skeleton-radius': string;
@@ -47,6 +45,5 @@ export declare const borderRadius: {
47
45
  'calendar-weekday-radius': string;
48
46
  'calendar-day-radius': string;
49
47
  'button-radius': string;
50
- 'badge-radius': string;
51
48
  'accordion-trigger-radius': string;
52
49
  };
@@ -22,7 +22,6 @@ export declare const borderWidth: {
22
22
  'button-width-border-focus': string;
23
23
  'button-width-border-invalid': string;
24
24
  'button-outline-width-border': string;
25
- 'badge-width-border': string;
26
25
  'accordion-item-width-border': string;
27
26
  'accordion-trigger-width-border-focus': string;
28
27
  };
@@ -1,14 +1,9 @@
1
1
  export declare const boxShadow: {
2
- 'navigation-menu-item-shadow-focus': string;
3
2
  'navigation-menu-content-container-shadow': string;
4
3
  'combo-box-group-shadow': string;
5
4
  'toast-viewport-item-shadow': string;
6
- 'switch-shadow': string;
7
- 'select-trigger-shadow': string;
8
5
  'select-content-shadow': string;
9
- 'radio-group-item-shadow': string;
10
6
  'popover-content-shadow': string;
11
- 'menubar-shadow': string;
12
7
  'menubar-content-shadow': string;
13
8
  'hover-card-content-shadow': string;
14
9
  'dropdown-menu-content-shadow': string;
@@ -30,12 +30,6 @@ export declare const color: {
30
30
  'table-footer-color-border': string;
31
31
  'table-footer-color-bg': string;
32
32
  'table-footer-row-color-bg-hover': string;
33
- 'textarea-color-bg': string;
34
- 'textarea-color-border': string;
35
- 'textarea-color-border-focus': string;
36
- 'textarea-color-text': string;
37
- 'textarea-color-ring-focus': string;
38
- 'textarea-color-text-placeholder': string;
39
33
  'toast-viewport-default-color-bg': string;
40
34
  'toast-viewport-default-color-text': string;
41
35
  'toast-viewport-destructive-color-bg': string;
@@ -231,29 +225,6 @@ export declare const color: {
231
225
  'breadcrumb-list-color-text': string;
232
226
  'breadcrumb-link-color-text-hover': string;
233
227
  'breadcrumb-page-color-text': string;
234
- 'badge-color-border-focus': string;
235
- 'badge-color-border-invalid': string;
236
- 'badge-color-ring-invalid': string;
237
- 'badge-default-color-border': string;
238
- 'badge-default-color-bg': string;
239
- 'badge-default-color-text': string;
240
- 'badge-default-color-bg-hover': string;
241
- 'badge-default-color-ring-focus': string;
242
- 'badge-secondary-color-border': string;
243
- 'badge-secondary-color-bg': string;
244
- 'badge-secondary-color-text': string;
245
- 'badge-secondary-color-bg-hover': string;
246
- 'badge-secondary-color-ring-focus': string;
247
- 'badge-outline-color-border': string;
248
- 'badge-outline-color-text': string;
249
- 'badge-outline-color-bg-hover': string;
250
- 'badge-outline-color-text-hover': string;
251
- 'badge-outline-color-ring-focus': string;
252
- 'badge-destructive-color-border': string;
253
- 'badge-destructive-color-bg': string;
254
- 'badge-destructive-color-text': string;
255
- 'badge-destructive-color-bg-hover': string;
256
- 'badge-destructive-color-ring-focus': string;
257
228
  'accordion-item-color-border': string;
258
229
  'accordion-trigger-color-border-focus': string;
259
230
  'accordion-trigger-color-ring-focus': string;
@@ -19,10 +19,6 @@ export declare const fontSize: {
19
19
  'table-caption-font': (string | {
20
20
  lineHeight: string;
21
21
  })[];
22
- 'textarea-font': (string | {
23
- lineHeight: string;
24
- letterSpacing: string;
25
- })[];
26
22
  'toast-title-font': (string | {
27
23
  lineHeight: string;
28
24
  letterSpacing: string;
@@ -89,10 +85,6 @@ export declare const fontSize: {
89
85
  'calendar-day-button-span-font': string[];
90
86
  'button-font-size': string[];
91
87
  'breadcrumb-list-font': string[];
92
- 'badge-font-size': (string | {
93
- lineHeight: string;
94
- letterSpacing: string;
95
- })[];
96
88
  'accordion-trigger-font': string[];
97
89
  'accordion-content-font': string[];
98
90
  };
@@ -22,7 +22,6 @@ export declare const fontWeight: {
22
22
  'button-font-weight': string;
23
23
  'breadcrumb-list-font-weight': string;
24
24
  'breadcrumb-page-font-weight': string;
25
- 'badge-font-weight': string;
26
25
  'accordion-trigger-font-weight': string;
27
26
  'accordion-content-font-weight': string;
28
27
  };