@revotech-group/revotech-ui-kit 0.0.63 → 0.0.70

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 (273) hide show
  1. package/README.md +30 -30
  2. package/dist/library.css +2264 -2550
  3. package/dist/rtg-ui-kit.js +15652 -0
  4. package/dist/rtg-ui-kit.umd.cjs +4904 -0
  5. package/dist/src/assets/icons/arrow-up-circle.icon.d.ts +1 -1
  6. package/dist/src/assets/icons/arrows.icon.d.ts +1 -1
  7. package/dist/src/assets/icons/carousel-arrow-left.d.ts +1 -1
  8. package/dist/src/assets/icons/carousel-arrow-right.d.ts +1 -1
  9. package/dist/src/assets/icons/chart.icon.d.ts +1 -1
  10. package/dist/src/assets/icons/chorven-down.icon.d.ts +1 -1
  11. package/dist/src/assets/icons/circle-check.icon.d.ts +1 -1
  12. package/dist/src/assets/icons/circle-x.icon.d.ts +1 -1
  13. package/dist/src/assets/icons/circle.icon.d.ts +1 -1
  14. package/dist/src/assets/icons/close.icon.d.ts +1 -1
  15. package/dist/src/assets/icons/decrease.icon.d.ts +1 -1
  16. package/dist/src/assets/icons/dot.icon.d.ts +1 -1
  17. package/dist/src/assets/icons/help-circle.icon.d.ts +1 -1
  18. package/dist/src/assets/icons/plus.icon.d.ts +1 -1
  19. package/dist/src/assets/icons/radio-group.icon.d.ts +1 -1
  20. package/dist/src/assets/icons/radio.icon.d.ts +1 -1
  21. package/dist/src/assets/icons/search.icon.d.ts +1 -1
  22. package/dist/src/assets/icons/tick.icon.d.ts +1 -1
  23. package/dist/src/components/ui/accordion/accordion-content.d.ts +2 -1
  24. package/dist/src/components/ui/accordion/accordion-item.d.ts +2 -1
  25. package/dist/src/components/ui/accordion/accordion-trigger.d.ts +2 -1
  26. package/dist/src/components/ui/accordion/accordion.d.ts +2 -2
  27. package/dist/src/components/ui/accordion/accordion.stories.d.ts +2 -2
  28. package/dist/src/components/ui/alert/alert.d.ts +3 -3
  29. package/dist/src/components/ui/alert/alert.stories.d.ts +2 -1
  30. package/dist/src/components/ui/alert/alert.styles.d.ts +1 -1
  31. package/dist/src/components/ui/aspect-ratio/aspect-ratio.d.ts +2 -2
  32. package/dist/src/components/ui/aspect-ratio/aspect-ratio.stories.d.ts +2 -1
  33. package/dist/src/components/ui/aspect-ratio/aspect-ratio.styles.d.ts +1 -0
  34. package/dist/src/components/ui/avatar/avatar-fallback.d.ts +2 -1
  35. package/dist/src/components/ui/avatar/avatar-image.d.ts +2 -1
  36. package/dist/src/components/ui/avatar/avatar.d.ts +2 -2
  37. package/dist/src/components/ui/avatar/avatar.stories.d.ts +2 -1
  38. package/dist/src/components/ui/avatar/avatar.style.d.ts +3 -3
  39. package/dist/src/components/ui/badge/badge.d.ts +3 -3
  40. package/dist/src/components/ui/badge/badge.stories.d.ts +2 -1
  41. package/dist/src/components/ui/badge/badge.style.d.ts +1 -1
  42. package/dist/src/components/ui/breadcrumb/breadcrumb-ellipsis.d.ts +2 -1
  43. package/dist/src/components/ui/breadcrumb/breadcrumb-item.d.ts +2 -1
  44. package/dist/src/components/ui/breadcrumb/breadcrumb-link.d.ts +2 -1
  45. package/dist/src/components/ui/breadcrumb/breadcrumb-list.d.ts +2 -1
  46. package/dist/src/components/ui/breadcrumb/breadcrumb-separator.d.ts +2 -1
  47. package/dist/src/components/ui/breadcrumb/breadcrumb-text.d.ts +2 -1
  48. package/dist/src/components/ui/breadcrumb/breadcrumb.d.ts +2 -1
  49. package/dist/src/components/ui/breadcrumb/breadcrumb.stories.d.ts +2 -1
  50. package/dist/src/components/ui/breadcrumb/breadcrumb.styles.d.ts +6 -6
  51. package/dist/src/components/ui/button/button.d.ts +3 -3
  52. package/dist/src/components/ui/button/button.stories.d.ts +2 -1
  53. package/dist/src/components/ui/button/button.style.d.ts +1 -1
  54. package/dist/src/components/ui/calendar/calendar.d.ts +4 -4
  55. package/dist/src/components/ui/calendar/calendar.stories.d.ts +2 -1
  56. package/dist/src/components/ui/calendar/calendar.style.d.ts +1 -1
  57. package/dist/src/components/ui/card/card-content.d.ts +2 -1
  58. package/dist/src/components/ui/card/card-description.d.ts +2 -1
  59. package/dist/src/components/ui/card/card-footer.d.ts +2 -1
  60. package/dist/src/components/ui/card/card-header.d.ts +2 -1
  61. package/dist/src/components/ui/card/card-title.d.ts +2 -1
  62. package/dist/src/components/ui/card/card.d.ts +2 -1
  63. package/dist/src/components/ui/card/card.stories.d.ts +2 -1
  64. package/dist/src/components/ui/card/card.styles.d.ts +1 -0
  65. package/dist/src/components/ui/carousel/carousel.d.ts +2 -2
  66. package/dist/src/components/ui/carousel/carousel.stories.d.ts +2 -1
  67. package/dist/src/components/ui/checkbox/checkbox.d.ts +2 -2
  68. package/dist/src/components/ui/checkbox/checkbox.stories.d.ts +2 -1
  69. package/dist/src/components/ui/checkbox/checkbox.style.d.ts +2 -2
  70. package/dist/src/components/ui/collapsible/collapsible-content.d.ts +2 -1
  71. package/dist/src/components/ui/collapsible/collapsible-trigger.d.ts +2 -1
  72. package/dist/src/components/ui/collapsible/collapsible.d.ts +2 -2
  73. package/dist/src/components/ui/collapsible/collapsible.stories.d.ts +2 -1
  74. package/dist/src/components/ui/combobox/combo-box-empty.d.ts +2 -1
  75. package/dist/src/components/ui/combobox/combo-box-group.d.ts +4 -3
  76. package/dist/src/components/ui/combobox/combo-box-input.d.ts +2 -2
  77. package/dist/src/components/ui/combobox/combo-box-item.d.ts +2 -1
  78. package/dist/src/components/ui/combobox/combo-box-trigger.d.ts +2 -1
  79. package/dist/src/components/ui/combobox/combo-box-value.d.ts +2 -1
  80. package/dist/src/components/ui/combobox/combo-box.d.ts +2 -1
  81. package/dist/src/components/ui/combobox/combo-box.stories.d.ts +2 -1
  82. package/dist/src/components/ui/combobox/combo-box.styles.d.ts +5 -0
  83. package/dist/src/components/ui/command/command-empty.atom.d.ts +2 -1
  84. package/dist/src/components/ui/command/command-group.atom.d.ts +2 -1
  85. package/dist/src/components/ui/command/command-input.atom.d.ts +2 -1
  86. package/dist/src/components/ui/command/command-item.atom.d.ts +2 -1
  87. package/dist/src/components/ui/command/command-list.atom.d.ts +2 -1
  88. package/dist/src/components/ui/command/command-separator.atom.d.ts +2 -1
  89. package/dist/src/components/ui/command/command.d.ts +2 -2
  90. package/dist/src/components/ui/command/command.stories.d.ts +2 -1
  91. package/dist/src/components/ui/command/command.styles.d.ts +7 -0
  92. package/dist/src/components/ui/context-menu/context-menu-checkbox-Item.d.ts +2 -1
  93. package/dist/src/components/ui/context-menu/context-menu-content.d.ts +2 -1
  94. package/dist/src/components/ui/context-menu/context-menu-group.d.ts +2 -1
  95. package/dist/src/components/ui/context-menu/context-menu-item.d.ts +2 -1
  96. package/dist/src/components/ui/context-menu/context-menu-radio-item.d.ts +2 -1
  97. package/dist/src/components/ui/context-menu/context-menu-seperator.d.ts +2 -1
  98. package/dist/src/components/ui/context-menu/context-menu-shortcut.d.ts +2 -1
  99. package/dist/src/components/ui/context-menu/context-menu-trigger.d.ts +2 -1
  100. package/dist/src/components/ui/context-menu/context-menu.d.ts +2 -1
  101. package/dist/src/components/ui/context-menu/context-menu.styles.d.ts +7 -0
  102. package/dist/src/components/ui/context-menu/contextMenu.stories.d.ts +2 -1
  103. package/dist/src/components/ui/context-menu/contextMenu.style.d.ts +2 -2
  104. package/dist/src/components/ui/data-table/data-table.d.ts +40 -0
  105. package/dist/src/components/ui/data-table/data-table.stories.d.ts +6 -0
  106. package/dist/src/components/ui/date-picker/date-picker.d.ts +2 -2
  107. package/dist/src/components/ui/date-picker/date-picker.stories.d.ts +2 -1
  108. package/dist/src/components/ui/dialog/dialog-close.d.ts +2 -1
  109. package/dist/src/components/ui/dialog/dialog-content.d.ts +2 -1
  110. package/dist/src/components/ui/dialog/dialog-footer.d.ts +2 -1
  111. package/dist/src/components/ui/dialog/dialog-header.d.ts +2 -1
  112. package/dist/src/components/ui/dialog/dialog-overly.d.ts +2 -1
  113. package/dist/src/components/ui/dialog/dialog-trigger.d.ts +2 -1
  114. package/dist/src/components/ui/dialog/dialog.d.ts +2 -1
  115. package/dist/src/components/ui/dialog/dialog.stories.d.ts +2 -1
  116. package/dist/src/components/ui/dialog/dialog.styles.d.ts +4 -0
  117. package/dist/src/components/ui/drawer/drawer-close.d.ts +2 -1
  118. package/dist/src/components/ui/drawer/drawer-content.d.ts +2 -1
  119. package/dist/src/components/ui/drawer/drawer-description.d.ts +2 -1
  120. package/dist/src/components/ui/drawer/drawer-footer.d.ts +2 -1
  121. package/dist/src/components/ui/drawer/drawer-header.d.ts +2 -1
  122. package/dist/src/components/ui/drawer/drawer-overlay.d.ts +2 -1
  123. package/dist/src/components/ui/drawer/drawer-title.d.ts +2 -1
  124. package/dist/src/components/ui/drawer/drawer-trigger.d.ts +2 -1
  125. package/dist/src/components/ui/drawer/drawer.d.ts +2 -1
  126. package/dist/src/components/ui/drawer/drawer.stories.d.ts +2 -1
  127. package/dist/src/components/ui/drawer/drawer.styles.d.ts +5 -0
  128. package/dist/src/components/ui/dropdown-menu/dropdown-menu-checkbox-Item.d.ts +2 -1
  129. package/dist/src/components/ui/dropdown-menu/dropdown-menu-content.d.ts +2 -1
  130. package/dist/src/components/ui/dropdown-menu/dropdown-menu-group.d.ts +2 -1
  131. package/dist/src/components/ui/dropdown-menu/dropdown-menu-item.d.ts +2 -1
  132. package/dist/src/components/ui/dropdown-menu/dropdown-menu-radio-item.d.ts +2 -1
  133. package/dist/src/components/ui/dropdown-menu/dropdown-menu-seperator.d.ts +2 -1
  134. package/dist/src/components/ui/dropdown-menu/dropdown-menu-shortcut.d.ts +2 -1
  135. package/dist/src/components/ui/dropdown-menu/dropdown-menu-trigger.d.ts +2 -1
  136. package/dist/src/components/ui/dropdown-menu/dropdown-menu.d.ts +2 -1
  137. package/dist/src/components/ui/dropdown-menu/dropdown-menu.styles.d.ts +7 -0
  138. package/dist/src/components/ui/dropdown-menu/dropdownMenu.stories.d.ts +2 -1
  139. package/dist/src/components/ui/dropdown-menu/dropdownMenu.style.d.ts +2 -2
  140. package/dist/src/components/ui/form/form-context.d.ts +1 -0
  141. package/dist/src/components/ui/form/form.stories.d.ts +2 -1
  142. package/dist/src/components/ui/form/form.styles.d.ts +6 -0
  143. package/dist/src/components/ui/form/rtg-form-controller.d.ts +2 -1
  144. package/dist/src/components/ui/form/rtg-form-description.d.ts +2 -1
  145. package/dist/src/components/ui/form/rtg-form-field.d.ts +2 -1
  146. package/dist/src/components/ui/form/rtg-form-item.d.ts +2 -1
  147. package/dist/src/components/ui/form/rtg-form-label.d.ts +2 -2
  148. package/dist/src/components/ui/form/rtg-form-message.d.ts +2 -1
  149. package/dist/src/components/ui/form/rtg-form.d.ts +2 -1
  150. package/dist/src/components/ui/hoverCard/hover-card-content.d.ts +2 -2
  151. package/dist/src/components/ui/hoverCard/hover-card-trigger.d.ts +2 -1
  152. package/dist/src/components/ui/hoverCard/hover-card.d.ts +2 -2
  153. package/dist/src/components/ui/hoverCard/hover-card.stories.d.ts +2 -1
  154. package/dist/src/components/ui/hoverCard/hover-card.styles.d.ts +1 -0
  155. package/dist/src/components/ui/input/input.d.ts +3 -3
  156. package/dist/src/components/ui/input/input.stories.d.ts +2 -1
  157. package/dist/src/components/ui/input/input.styles.d.ts +1 -1
  158. package/dist/src/components/ui/input-otp/input-otp-group.d.ts +2 -1
  159. package/dist/src/components/ui/input-otp/input-otp-separator.d.ts +2 -1
  160. package/dist/src/components/ui/input-otp/input-otp-slot.d.ts +2 -1
  161. package/dist/src/components/ui/input-otp/input-otp.d.ts +2 -1
  162. package/dist/src/components/ui/input-otp/input-otp.stories.d.ts +2 -1
  163. package/dist/src/components/ui/label/label.d.ts +4 -3
  164. package/dist/src/components/ui/label/label.stories.d.ts +2 -1
  165. package/dist/src/components/ui/label/label.style.d.ts +1 -1
  166. package/dist/src/components/ui/menubar/menubar-checkbox.item.d.ts +3 -2
  167. package/dist/src/components/ui/menubar/menubar-content.d.ts +2 -1
  168. package/dist/src/components/ui/menubar/menubar-group.d.ts +2 -1
  169. package/dist/src/components/ui/menubar/menubar-item.d.ts +2 -1
  170. package/dist/src/components/ui/menubar/menubar-menu.d.ts +2 -1
  171. package/dist/src/components/ui/menubar/menubar-radio-item.d.ts +3 -2
  172. package/dist/src/components/ui/menubar/menubar-separator.d.ts +2 -1
  173. package/dist/src/components/ui/menubar/menubar-shortcut.d.ts +2 -1
  174. package/dist/src/components/ui/menubar/menubar-trigger.d.ts +2 -2
  175. package/dist/src/components/ui/menubar/menubar.d.ts +2 -2
  176. package/dist/src/components/ui/menubar/menubar.stories.d.ts +2 -1
  177. package/dist/src/components/ui/menubar/menubar.styles.d.ts +8 -0
  178. package/dist/src/components/ui/navigation-menu/navigation-menu-content.d.ts +2 -2
  179. package/dist/src/components/ui/navigation-menu/navigation-menu-item.d.ts +2 -2
  180. package/dist/src/components/ui/navigation-menu/navigation-menu-link.d.ts +2 -2
  181. package/dist/src/components/ui/navigation-menu/navigation-menu-list.d.ts +2 -2
  182. package/dist/src/components/ui/navigation-menu/navigation-menu-trigger.d.ts +2 -2
  183. package/dist/src/components/ui/navigation-menu/navigation-menu.d.ts +2 -2
  184. package/dist/src/components/ui/navigation-menu/navigation-menu.stories.d.ts +2 -1
  185. package/dist/src/components/ui/navigation-menu/navigation-menu.styles.d.ts +3 -0
  186. package/dist/src/components/ui/pagination/pagination-content.d.ts +2 -2
  187. package/dist/src/components/ui/pagination/pagination-ellipsis.d.ts +2 -2
  188. package/dist/src/components/ui/pagination/pagination-item.d.ts +2 -2
  189. package/dist/src/components/ui/pagination/pagination-link.d.ts +3 -3
  190. package/dist/src/components/ui/pagination/pagination-next.d.ts +2 -2
  191. package/dist/src/components/ui/pagination/pagination-previous.d.ts +2 -2
  192. package/dist/src/components/ui/pagination/pagination.d.ts +2 -2
  193. package/dist/src/components/ui/pagination/pagination.stories.d.ts +2 -1
  194. package/dist/src/components/ui/pagination/pagination.styles.d.ts +6 -1
  195. package/dist/src/components/ui/popover/popover-content.d.ts +2 -1
  196. package/dist/src/components/ui/popover/popover-trigger.d.ts +2 -1
  197. package/dist/src/components/ui/popover/popover.d.ts +2 -1
  198. package/dist/src/components/ui/popover/popover.stories.d.ts +2 -1
  199. package/dist/src/components/ui/popover/popover.style.d.ts +3 -3
  200. package/dist/src/components/ui/progress/progress.d.ts +3 -3
  201. package/dist/src/components/ui/progress/progress.stories.d.ts +2 -1
  202. package/dist/src/components/ui/progress/progress.styles.d.ts +1 -0
  203. package/dist/src/components/ui/radio-group/radio-group-item.d.ts +2 -1
  204. package/dist/src/components/ui/radio-group/radio-group.d.ts +2 -2
  205. package/dist/src/components/ui/radio-group/radio-group.stories.d.ts +2 -1
  206. package/dist/src/components/ui/radio-group/radio-group.styles.d.ts +2 -0
  207. package/dist/src/components/ui/sample-demo/sample-demo.d.ts +4 -3
  208. package/dist/src/components/ui/sample-demo/sample.style.d.ts +1 -1
  209. package/dist/src/components/ui/scroll-area/scroll-area.d.ts +3 -2
  210. package/dist/src/components/ui/scroll-area/scroll-area.stories.d.ts +2 -1
  211. package/dist/src/components/ui/scroll-area/scroll-area.style.d.ts +1 -0
  212. package/dist/src/components/ui/select/select-group.d.ts +2 -1
  213. package/dist/src/components/ui/select/select-item.d.ts +2 -1
  214. package/dist/src/components/ui/select/select-label.d.ts +2 -1
  215. package/dist/src/components/ui/select/select-list.d.ts +2 -1
  216. package/dist/src/components/ui/select/select-seperator.d.ts +2 -1
  217. package/dist/src/components/ui/select/select-trigger.d.ts +2 -1
  218. package/dist/src/components/ui/select/select-value.d.ts +2 -1
  219. package/dist/src/components/ui/select/select.d.ts +2 -1
  220. package/dist/src/components/ui/select/select.stories.d.ts +2 -1
  221. package/dist/src/components/ui/select/select.styles.d.ts +7 -0
  222. package/dist/src/components/ui/separator/separator.d.ts +2 -2
  223. package/dist/src/components/ui/separator/separator.stories.d.ts +2 -1
  224. package/dist/src/components/ui/skeleton/skeleton.d.ts +2 -1
  225. package/dist/src/components/ui/skeleton/skeleton.stories.d.ts +2 -1
  226. package/dist/src/components/ui/skeleton/skeleton.style.d.ts +1 -0
  227. package/dist/src/components/ui/switch/switch.d.ts +2 -2
  228. package/dist/src/components/ui/switch/switch.stories.d.ts +2 -1
  229. package/dist/src/components/ui/switch/switch.style.d.ts +1 -0
  230. package/dist/src/components/ui/table/table.d.ts +4 -6
  231. package/dist/src/components/ui/table/table.stories.d.ts +2 -1
  232. package/dist/src/components/ui/tabs/tab-contents.d.ts +2 -1
  233. package/dist/src/components/ui/tabs/tab-list.d.ts +2 -1
  234. package/dist/src/components/ui/tabs/tab-trigger.d.ts +2 -1
  235. package/dist/src/components/ui/tabs/tab.d.ts +2 -2
  236. package/dist/src/components/ui/tabs/tab.stories.d.ts +2 -1
  237. package/dist/src/components/ui/tabs/tabs.style.d.ts +1 -0
  238. package/dist/src/components/ui/textarea/textarea.d.ts +2 -2
  239. package/dist/src/components/ui/textarea/textarea.stories.d.ts +2 -1
  240. package/dist/src/components/ui/textarea/textarea.styles.d.ts +1 -1
  241. package/dist/src/components/ui/toast/toast-action.d.ts +3 -2
  242. package/dist/src/components/ui/toast/toast-description.d.ts +2 -1
  243. package/dist/src/components/ui/toast/toast-title.d.ts +2 -1
  244. package/dist/src/components/ui/toast/toast-trigger.d.ts +2 -1
  245. package/dist/src/components/ui/toast/toast-view-port.d.ts +3 -2
  246. package/dist/src/components/ui/toast/toast.d.ts +2 -2
  247. package/dist/src/components/ui/toast/toast.stories.d.ts +2 -1
  248. package/dist/src/components/ui/toast/toast.style.d.ts +7 -5
  249. package/dist/src/components/ui/toggle/toggle.d.ts +3 -3
  250. package/dist/src/components/ui/toggle/toggle.stories.d.ts +2 -1
  251. package/dist/src/components/ui/toggle/toggle.style.d.ts +1 -1
  252. package/dist/src/components/ui/toggle-group/toggle-group-item.d.ts +3 -2
  253. package/dist/src/components/ui/toggle-group/toggle-group.d.ts +2 -2
  254. package/dist/src/components/ui/toggle-group/toggle-group.stories.d.ts +2 -1
  255. package/dist/src/components/ui/toggle-group/toggle-group.style.d.ts +2 -1
  256. package/dist/src/components/widgets/light-sample-demo/light-sample.demo.d.ts +2 -9
  257. package/dist/src/helpers/base-element.d.ts +1 -0
  258. package/dist/src/helpers/index.d.ts +1 -0
  259. package/dist/src/helpers/mouse-conroller.helper.d.ts +1 -0
  260. package/dist/src/helpers/shadow-wrapper.d.ts +3 -2
  261. package/dist/src/helpers/style.helpers.d.ts +2 -1
  262. package/dist/src/helpers/widget-controller.d.ts +13 -0
  263. package/dist/src/index.d.ts +1 -0
  264. package/dist/src/interfaces/actionable.interface.d.ts +2 -1
  265. package/dist/src/interfaces/changeable.interface.d.ts +2 -1
  266. package/dist/src/interfaces/child-support-atomic.interface.d.ts +1 -0
  267. package/dist/src/lib/react/react.lib.d.ts +3 -2
  268. package/dist/src/styles/tw.styles.d.ts +1 -1
  269. package/dist/src/wc-ui-app.d.ts +3 -2
  270. package/package.json +135 -137
  271. package/dist/revotech-ui-kit.js +0 -14704
  272. package/dist/revotech-ui-kit.umd.cjs +0 -4820
  273. package/dist/src/lib/next/next.lib.d.ts +0 -0
@@ -1,5 +1,6 @@
1
- import { Meta, StoryFn } from '@storybook/web-components';
1
+ import { Meta, StoryFn } from '@storybook/web-components-vite';
2
2
  import { InputArgs } from './input.type';
3
+
3
4
  declare const _default: Meta;
4
5
  export default _default;
5
6
  export declare const Input: StoryFn<InputArgs>;
@@ -1 +1 @@
1
- export declare const inputStyles = "flex h-8 w-full rounded-md border border-input bg-transparent px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:opacity-50 input-base";
1
+ export declare const inputStyles = "rtg-flex rtg-h-8 rtg-w-full rtg-rounded-md rtg-border rtg-border-input rtg-bg-transparent rtg-px-3 rtg-py-1 rtg-text-sm rtg-shadow-sm rtg-transition-colors file:rtg-border-0 file:rtg-bg-transparent file:rtg-text-sm file:rtg-font-medium placeholder:rtg-text-muted-foreground focus-visible:rtg-outline-none focus-visible:rtg-ring-1 focus-visible:rtg-ring-ring disabled:rtg-opacity-50 input-base";
@@ -1,4 +1,5 @@
1
1
  import { BaseElement } from '../../../helpers';
2
+
2
3
  export declare class InputOtpGroup extends BaseElement {
3
4
  click: () => void;
4
5
  get _containerElement(): HTMLDivElement | null;
@@ -6,7 +7,7 @@ export declare class InputOtpGroup extends BaseElement {
6
7
  protected getAttributesToExclude(): string[];
7
8
  firstUpdated(changedProperties: Map<string, unknown>): void;
8
9
  protected createRenderRoot(): HTMLElement | DocumentFragment;
9
- render(): import("lit-html").TemplateResult<1>;
10
+ render(): import('lit').TemplateResult<1>;
10
11
  }
11
12
  declare global {
12
13
  interface HTMLElementTagNameMap {
@@ -1,8 +1,9 @@
1
1
  import { LitElement } from 'lit';
2
+
2
3
  export declare class InputOtpSeparator extends LitElement {
3
4
  index: number;
4
5
  protected createRenderRoot(): HTMLElement | DocumentFragment;
5
- render(): import("lit-html").TemplateResult<1>;
6
+ render(): import('lit').TemplateResult<1>;
6
7
  }
7
8
  declare global {
8
9
  interface HTMLElementTagNameMap {
@@ -1,6 +1,7 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
3
  import { InputOtp } from './input-otp';
4
+
4
5
  export declare class InputOtpSlot extends BaseElement {
5
6
  click: () => void;
6
7
  index: number;
@@ -16,7 +17,7 @@ export declare class InputOtpSlot extends BaseElement {
16
17
  private handleKeyDown;
17
18
  private handlePaste;
18
19
  protected createRenderRoot(): HTMLElement | DocumentFragment;
19
- render(): import("lit-html").TemplateResult<1>;
20
+ render(): import('lit').TemplateResult<1>;
20
21
  }
21
22
  declare global {
22
23
  interface HTMLElementTagNameMap {
@@ -3,6 +3,7 @@ import { BaseElement } from '../../../helpers';
3
3
  import { InputOtpSlot } from './input-otp-slot';
4
4
  import { InputOtpGroup } from './input-otp-group';
5
5
  import { InputOtpSeparator } from './input-otp-separator';
6
+
6
7
  declare class InputOtp extends BaseElement {
7
8
  constructor();
8
9
  connectedCallback(): void;
@@ -20,7 +21,7 @@ declare class InputOtp extends BaseElement {
20
21
  raiseEvent(index: number, eventType?: 'changes' | 'focus', customIndex?: number): void;
21
22
  protected createRenderRoot(): HTMLElement | DocumentFragment;
22
23
  protected firstUpdated(_changedProperties: PropertyValues): void;
23
- protected render(): import("lit-html").TemplateResult<1>;
24
+ protected render(): import('lit').TemplateResult<1>;
24
25
  }
25
26
  export { InputOtp, InputOtpGroup, InputOtpSeparator, InputOtpSlot };
26
27
  declare global {
@@ -1,4 +1,5 @@
1
- import { Meta, StoryFn } from '@storybook/web-components';
1
+ import { Meta, StoryFn } from '@storybook/web-components-vite';
2
+
2
3
  declare const _default: Meta;
3
4
  export default _default;
4
5
  export declare const InputOTP: StoryFn;
@@ -1,13 +1,14 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  export declare class Label extends BaseElement {
4
- static labelVariants: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
5
+ static labelVariants: (props?: import('class-variance-authority/dist/types').ClassProp | undefined) => string;
5
6
  for: string;
6
- static styles: import("lit").CSSResult[];
7
+ static styles: import('lit').CSSResult[];
7
8
  protected firstUpdated(_changedProperties: PropertyValues): void;
8
9
  protected getAttributesToExclude(): string[];
9
10
  protected createRenderRoot(): HTMLElement | DocumentFragment;
10
- render(): import("lit-html").TemplateResult<1>;
11
+ render(): import('lit').TemplateResult<1>;
11
12
  }
12
13
  declare global {
13
14
  interface HTMLElementTagNameMap {
@@ -1,4 +1,5 @@
1
- import { Meta, StoryFn } from '@storybook/web-components';
1
+ import { Meta, StoryFn } from '@storybook/web-components-vite';
2
+
2
3
  declare const _default: Meta;
3
4
  export default _default;
4
5
  export declare const Default: StoryFn;
@@ -1 +1 @@
1
- export declare const labelStyle: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
1
+ export declare const labelStyle: (props?: import('class-variance-authority/dist/types').ClassProp | undefined) => string;
@@ -1,10 +1,11 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  export declare class MenubarCheckboxItem extends BaseElement {
4
5
  _id: string;
5
6
  _hidden: string;
6
7
  private static _counter;
7
- static styles: import("lit").CSSResult[];
8
+ static styles: import('lit').CSSResult[];
8
9
  private get _containerElement();
9
10
  protected getAttributesToExclude(): string[];
10
11
  protected createRenderRoot(): HTMLElement | DocumentFragment;
@@ -16,5 +17,5 @@ export declare class MenubarCheckboxItem extends BaseElement {
16
17
  checked: boolean;
17
18
  disabled: boolean;
18
19
  toggleChecked(): void;
19
- render(): import("lit-html").TemplateResult<1>;
20
+ render(): import('lit').TemplateResult<1>;
20
21
  }
@@ -1,6 +1,7 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { MenubarMenu } from './menubar-menu';
3
3
  import { BaseElement } from '../../../helpers';
4
+
4
5
  export declare class MenubarContent extends BaseElement {
5
6
  state: string;
6
7
  id: string;
@@ -15,5 +16,5 @@ export declare class MenubarContent extends BaseElement {
15
16
  disconnectedCallback(): void;
16
17
  updated(changedProps: PropertyValues): void;
17
18
  handleClickOutside(event: MouseEvent): void;
18
- render(): import("lit-html").TemplateResult<1>;
19
+ render(): import('lit').TemplateResult<1>;
19
20
  }
@@ -1,5 +1,6 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  export declare class MenubarGroup extends BaseElement {
4
5
  heading: string;
5
6
  _id: string;
@@ -10,5 +11,5 @@ export declare class MenubarGroup extends BaseElement {
10
11
  protected createRenderRoot(): HTMLElement | DocumentFragment;
11
12
  protected firstUpdated(_changedProperties: PropertyValues): void;
12
13
  private get identifier();
13
- render(): import("lit-html").TemplateResult<1>;
14
+ render(): import('lit').TemplateResult<1>;
14
15
  }
@@ -1,5 +1,6 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  export declare class MenubarItem extends BaseElement {
4
5
  _id: string;
5
6
  _hidden: string;
@@ -12,5 +13,5 @@ export declare class MenubarItem extends BaseElement {
12
13
  get value(): string;
13
14
  selected: boolean;
14
15
  private handleMouseEvent;
15
- render(): import("lit-html").TemplateResult<1>;
16
+ render(): import('lit').TemplateResult<1>;
16
17
  }
@@ -1,5 +1,6 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  export declare class MenubarMenu extends BaseElement {
4
5
  isOpen: boolean;
5
6
  uniqueIds: string[];
@@ -23,5 +24,5 @@ export declare class MenubarMenu extends BaseElement {
23
24
  private handleMenuMouseLeave;
24
25
  private isDescendant;
25
26
  private setupContentListeners;
26
- render(): import("lit-html").TemplateResult<1>;
27
+ render(): import('lit').TemplateResult<1>;
27
28
  }
@@ -1,10 +1,11 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  export declare class MenubarRadioItem extends BaseElement {
4
5
  _id: string;
5
6
  _hidden: string;
6
7
  private static _counter;
7
- static styles: import("lit").CSSResult[];
8
+ static styles: import('lit').CSSResult[];
8
9
  private get _containerElement();
9
10
  protected getAttributesToExclude(): string[];
10
11
  protected createRenderRoot(): HTMLElement | DocumentFragment;
@@ -16,5 +17,5 @@ export declare class MenubarRadioItem extends BaseElement {
16
17
  checked: boolean;
17
18
  disabled: boolean;
18
19
  toggleChecked(): void;
19
- render(): import("lit-html").TemplateResult<1>;
20
+ render(): import('lit').TemplateResult<1>;
20
21
  }
@@ -1,5 +1,6 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  export declare class MenubarSeparator extends BaseElement {
4
5
  _id: string;
5
6
  _hidden: string;
@@ -9,5 +10,5 @@ export declare class MenubarSeparator extends BaseElement {
9
10
  protected createRenderRoot(): HTMLElement | DocumentFragment;
10
11
  private get identifier();
11
12
  protected firstUpdated(_changedProperties: PropertyValues): void;
12
- render(): import("lit-html").TemplateResult<1>;
13
+ render(): import('lit').TemplateResult<1>;
13
14
  }
@@ -1,9 +1,10 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  export declare class MenubarShortcut extends BaseElement {
4
5
  private get _containerElement();
5
6
  protected getAttributesToExclude(): string[];
6
7
  protected createRenderRoot(): HTMLElement | DocumentFragment;
7
8
  protected firstUpdated(_changedProperties: PropertyValues): void;
8
- render(): import("lit-html").TemplateResult<1>;
9
+ render(): import('lit').TemplateResult<1>;
9
10
  }
@@ -1,10 +1,10 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  export declare class MenubarTrigger extends BaseElement {
4
- twClass: string;
5
5
  get _containerElement(): HTMLUListElement | null;
6
6
  protected createRenderRoot(): HTMLElement | DocumentFragment;
7
7
  protected firstUpdated(_changedProperties: PropertyValues): void;
8
8
  protected getAttributesToExclude(): string[];
9
- render(): import("lit-html").TemplateResult<1>;
9
+ render(): import('lit').TemplateResult<1>;
10
10
  }
@@ -9,13 +9,13 @@ import { MenubarCheckboxItem } from './menubar-checkbox.item';
9
9
  import { MenubarSeparator } from './menubar-separator';
10
10
  import { MenubarShortcut } from './menubar-shortcut';
11
11
  import { MenubarTrigger } from './menubar-trigger';
12
+
12
13
  declare class Menubar extends BaseElement {
13
- twCLass: string;
14
14
  private get _containerElement();
15
15
  protected getAttributesToExclude(): string[];
16
16
  protected createRenderRoot(): HTMLElement | DocumentFragment;
17
17
  protected firstUpdated(_changedProperties: PropertyValues): void;
18
- render(): import("lit-html").TemplateResult<1>;
18
+ render(): import('lit').TemplateResult<1>;
19
19
  }
20
20
  export { Menubar, MenubarContent, MenubarGroup, MenubarMenu, MenubarItem, MenubarRadioItem, MenubarCheckboxItem, MenubarSeparator, MenubarShortcut, MenubarTrigger, };
21
21
  declare global {
@@ -1,4 +1,5 @@
1
- import { Meta, StoryFn } from '@storybook/web-components';
1
+ import { Meta, StoryFn } from '@storybook/web-components-vite';
2
+
2
3
  declare const _default: Meta;
3
4
  export default _default;
4
5
  export declare const Menubar: StoryFn;
@@ -0,0 +1,8 @@
1
+ export declare const menubarCheckboxStyles = "rtg-relative rtg-flex rtg-cursor-default rtg-select-none rtg-items-center rtg-rounded-sm rtg-px-2 rtg-py-1.5 rtg-text-sm rtg-outline-none aria-selected:rtg-bg-accent aria-selected:rtg-text-accent-foreground";
2
+ export declare const menubarContentStyles = "rtg-z-50 rtg-min-w-[12rem] rtg-overflow-hidden rtg-rounded-md rtg-border rtg-bg-popover rtg-p-1 rtg-text-popover-foreground rtg-shadow-md data-[state=open]:rtg-animate-in data-[state=closed]:rtg-fade-out-0 data-[state=open]:rtg-fade-in-0 data-[state=closed]:rtg-zoom-out-95 data-[state=open]:rtg-zoom-in-95 data-[side=bottom]:rtg-slide-in-from-top-2 data-[side=left]:rtg-slide-in-from-right-2 data-[side=right]:rtg-slide-in-from-left-2 data-[side=top]:rtg-slide-in-from-bottom-2";
3
+ export declare const menubarGroupStyles = "rtg-overflow-hidden rtg-p-1 rtg-text-foreground [&_[rtgcmd-group-heading]]:rtg-px-2 [&_[rtgcmd-group-heading]]:rtg-py-1.5 [&_[rtgcmd-group-heading]]:rtg-text-xs [&_[rtgcmd-group-heading]]:rtg-font-medium [&_[rtgcmd-group-heading]]:rtg-text-muted-foreground";
4
+ export declare const menubarItemStyles = "rtg-relative rtg-flex rtg-cursor-default rtg-select-none rtg-items-center rtg-rounded-sm rtg-px-2 rtg-py-1.5 rtg-text-sm rtg-outline-none aria-selected:rtg-bg-accent aria-selected:rtg-text-accent-foreground data-[disabled]:rtg-pointer-events-none data-[disabled]:rtg-opacity-50";
5
+ export declare const menubarRadioStyles = "rtg-relative rtg-flex rtg-cursor-default rtg-select-none rtg-items-center rtg-rounded-sm rtg-px-2 rtg-py-1.5 rtg-text-sm rtg-outline-none aria-selected:rtg-bg-accent aria-selected:rtg-text-accent-foreground";
6
+ export declare const menubarSeparatorStyles = "rtg-mx-1 rtg-h-px rtg-bg-border";
7
+ export declare const menubarShortcutStyles = "rtg-ml-auto rtg-text-xs rtg-font-semibold";
8
+ export declare const menubarStyles = "rtg-flex rtg-h-9 rtg-items-center rtg-space-x-1 rtg-rounded-md rtg-border rtg-bg-background rtg-p-1 rtg-shadow-sm";
@@ -1,8 +1,8 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
3
  import { NavigationMenuItem } from './navigation-menu-item';
4
+
4
5
  export declare class NavigationMenuContent extends BaseElement {
5
- twClass: string;
6
6
  state: string;
7
7
  id: string;
8
8
  side: string;
@@ -16,5 +16,5 @@ export declare class NavigationMenuContent extends BaseElement {
16
16
  handleClickOutside(event: MouseEvent): void;
17
17
  protected createRenderRoot(): HTMLElement | DocumentFragment;
18
18
  protected firstUpdated(_changedProperties: PropertyValues): void;
19
- render(): import("lit-html").TemplateResult<1>;
19
+ render(): import('lit').TemplateResult<1>;
20
20
  }
@@ -1,7 +1,7 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  export declare class NavigationMenuItem extends BaseElement {
4
- twClass: string;
5
5
  value: string;
6
6
  navigationLink: boolean;
7
7
  isOpen: boolean;
@@ -20,5 +20,5 @@ export declare class NavigationMenuItem extends BaseElement {
20
20
  handleHover(): void;
21
21
  handleMouseLeave(): void;
22
22
  protected createRenderRoot(): HTMLElement | DocumentFragment;
23
- render(): import("lit-html").TemplateResult<1>;
23
+ render(): import('lit').TemplateResult<1>;
24
24
  }
@@ -1,10 +1,10 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  export declare class NavigationMenuLink extends BaseElement {
4
5
  get _containerElement(): HTMLAnchorElement | null;
5
6
  href: string;
6
- twCLass: string;
7
7
  protected createRenderRoot(): HTMLElement | DocumentFragment;
8
8
  protected firstUpdated(_changedProperties: PropertyValues): void;
9
- render(): import("lit-html").TemplateResult<1>;
9
+ render(): import('lit').TemplateResult<1>;
10
10
  }
@@ -1,9 +1,9 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  export declare class NavigationMenuList extends BaseElement {
4
- twClass: string;
5
5
  get _containerElement(): HTMLUListElement | null;
6
6
  protected createRenderRoot(): HTMLElement | DocumentFragment;
7
7
  protected firstUpdated(_changedProperties: PropertyValues): void;
8
- render(): import("lit-html").TemplateResult<1>;
8
+ render(): import('lit').TemplateResult<1>;
9
9
  }
@@ -1,10 +1,10 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  export declare class NavigationMenuTrigger extends BaseElement {
4
- twClass: string;
5
5
  get _containerElement(): HTMLUListElement | null;
6
6
  protected createRenderRoot(): HTMLElement | DocumentFragment;
7
7
  protected firstUpdated(_changedProperties: PropertyValues): void;
8
8
  protected getAttributesToExclude(): string[];
9
- render(): import("lit-html").TemplateResult<1>;
9
+ render(): import('lit').TemplateResult<1>;
10
10
  }
@@ -5,12 +5,12 @@ import { NavigationMenuItem } from './navigation-menu-item';
5
5
  import { NavigationMenuContent } from './navigation-menu-content';
6
6
  import { NavigationMenuLink } from './navigation-menu-link';
7
7
  import { NavigationMenuTrigger } from './navigation-menu-trigger';
8
+
8
9
  declare class NavigationMenu extends BaseElement {
9
10
  get _containerElement(): HTMLElementTagNameMap['nav'] | null;
10
- twClass: string;
11
11
  protected createRenderRoot(): HTMLElement | DocumentFragment;
12
12
  protected firstUpdated(_changedProperties: PropertyValues): void;
13
- render(): import("lit-html").TemplateResult<1>;
13
+ render(): import('lit').TemplateResult<1>;
14
14
  }
15
15
  export { NavigationMenu, NavigationMenuList, NavigationMenuItem, NavigationMenuContent, NavigationMenuLink, NavigationMenuTrigger, };
16
16
  declare global {
@@ -1,4 +1,5 @@
1
- import { Meta, StoryFn } from '@storybook/web-components';
1
+ import { Meta, StoryFn } from '@storybook/web-components-vite';
2
+
2
3
  declare const _default: Meta;
3
4
  export default _default;
4
5
  export declare const NavigationMenu: StoryFn;
@@ -0,0 +1,3 @@
1
+ export declare const navigationContentStyles = "rtg-absolute rtg-top-full rtg-flex rtg-justify-center";
2
+ export declare const navigationLinkStyles = "rtg-flex rtg-h-full hover:rtg-bg-slate-100 rtg-rounded-md rtg-p-6 rtg-w-full rtg-select-none rtg-flex-col rtg-justify-end rtg-no-underline rtg-outline-none";
3
+ export declare const navigationMenuStyles = "rtg-relative rtg-z-10 rtg-flex rtg-max-w-max rtg-flex-1 rtg-items-center rtg-justify-center";
@@ -1,9 +1,9 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  export declare class PaginationContent extends BaseElement {
4
- twClass: string;
5
5
  get _containerElement(): HTMLUListElement | null;
6
6
  protected createRenderRoot(): HTMLElement | DocumentFragment;
7
7
  protected firstUpdated(_changedProperties: PropertyValues): void;
8
- render(): import("lit-html").TemplateResult<1>;
8
+ render(): import('lit').TemplateResult<1>;
9
9
  }
@@ -1,9 +1,9 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  export declare class PaginationEllipsis extends BaseElement {
4
- twClass: string;
5
5
  get _containerElement(): HTMLDivElement | null;
6
6
  protected createRenderRoot(): HTMLElement | DocumentFragment;
7
7
  protected firstUpdated(_changedProperties: PropertyValues): void;
8
- render(): import("lit-html").TemplateResult<1>;
8
+ render(): import('lit').TemplateResult<1>;
9
9
  }
@@ -1,7 +1,7 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  export declare class PaginationItem extends BaseElement {
4
- twClass: string;
5
5
  uniqueIds: string[];
6
6
  isActive: boolean;
7
7
  get _containerElement(): HTMLLIElement | null;
@@ -11,5 +11,5 @@ export declare class PaginationItem extends BaseElement {
11
11
  firstUpdated(): void;
12
12
  raiseEvent(): void;
13
13
  protected createRenderRoot(): HTMLElement | DocumentFragment;
14
- render(): import("lit-html").TemplateResult<1>;
14
+ render(): import('lit').TemplateResult<1>;
15
15
  }
@@ -1,13 +1,13 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  import * as paginationType from './pagination.type';
4
5
  export declare class PaginationLink extends BaseElement {
5
6
  static paginationVariants: (props?: ({
6
7
  variant?: "outline" | "ghost" | null | undefined;
7
8
  size?: "default" | "sm" | "lg" | "icon" | null | undefined;
8
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
9
+ } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
9
10
  state: string;
10
- twClass: string;
11
11
  isActive: boolean;
12
12
  size: paginationType.PaginationSize;
13
13
  variant: paginationType.PaginationVariant;
@@ -16,5 +16,5 @@ export declare class PaginationLink extends BaseElement {
16
16
  protected createRenderRoot(): HTMLElement | DocumentFragment;
17
17
  protected firstUpdated(_changedProperties: PropertyValues): void;
18
18
  updated(changedProps: PropertyValues): void;
19
- render(): import("lit-html").TemplateResult<1>;
19
+ render(): import('lit').TemplateResult<1>;
20
20
  }
@@ -1,9 +1,9 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  export declare class PaginationNext extends BaseElement {
4
- twClass: string;
5
5
  get _containerElement(): HTMLDivElement | null;
6
6
  protected createRenderRoot(): HTMLElement | DocumentFragment;
7
7
  protected firstUpdated(_changedProperties: PropertyValues): void;
8
- render(): import("lit-html").TemplateResult<1>;
8
+ render(): import('lit').TemplateResult<1>;
9
9
  }
@@ -1,9 +1,9 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { BaseElement } from '../../../helpers';
3
+
3
4
  export declare class PaginationPrevious extends BaseElement {
4
- twClass: string;
5
5
  get _containerElement(): HTMLDivElement | null;
6
6
  protected createRenderRoot(): HTMLElement | DocumentFragment;
7
7
  protected firstUpdated(_changedProperties: PropertyValues): void;
8
- render(): import("lit-html").TemplateResult<1>;
8
+ render(): import('lit').TemplateResult<1>;
9
9
  }
@@ -6,12 +6,12 @@ import { PaginationLink } from './pagination-link';
6
6
  import { PaginationEllipsis } from './pagination-ellipsis';
7
7
  import { PaginationNext } from './pagination-next';
8
8
  import { PaginationPrevious } from './pagination-previous';
9
+
9
10
  declare class Pagination extends BaseElement {
10
- twClass: string;
11
11
  get _containerElement(): HTMLElement | null;
12
12
  protected createRenderRoot(): HTMLElement | DocumentFragment;
13
13
  protected firstUpdated(_changedProperties: PropertyValues): void;
14
- render(): import("lit-html").TemplateResult<1>;
14
+ render(): import('lit').TemplateResult<1>;
15
15
  }
16
16
  export { Pagination, PaginationContent, PaginationItem, PaginationLink, PaginationEllipsis, PaginationNext, PaginationPrevious, };
17
17
  declare global {
@@ -1,4 +1,5 @@
1
- import { Meta, StoryFn } from '@storybook/web-components';
1
+ import { Meta, StoryFn } from '@storybook/web-components-vite';
2
+
2
3
  declare const _default: Meta;
3
4
  export default _default;
4
5
  export declare const Pagination: StoryFn;
@@ -1,4 +1,9 @@
1
1
  export declare const paginationStyle: (props?: ({
2
2
  variant?: "outline" | "ghost" | null | undefined;
3
3
  size?: "default" | "sm" | "lg" | "icon" | null | undefined;
4
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
4
+ } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
5
+ export declare const paginationContentStyles = "rtg-flex rtg-flex-row rtg-items-center rtg-gap-1";
6
+ export declare const paginationEllipsisStyles = "rtg-flex rtg-h-9 rtg-w-9 rtg-items-center rtg-justify-center";
7
+ export declare const paginationNextStyles = "rtg-gap-1 rtg-pl-2.5";
8
+ export declare const paginationPreviousStyles = "rtg-gap-1 rtg-pl-2.5";
9
+ export declare const paginationStyles = "rtg-mx-auto rtg-flex rtg-w-full rtg-justify-center";
@@ -1,6 +1,7 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { Popover } from './popover';
3
3
  import { BaseElement } from '../../../helpers';
4
+
4
5
  export declare class PopoverContent extends BaseElement {
5
6
  enableDefaultStyle: boolean;
6
7
  styleContent: boolean;
@@ -14,5 +15,5 @@ export declare class PopoverContent extends BaseElement {
14
15
  private preventClickPropagation;
15
16
  protected getAttributesToExclude(): string[];
16
17
  protected createRenderRoot(): HTMLElement | DocumentFragment;
17
- render(): import("lit-html").TemplateResult<1>;
18
+ render(): import('lit').TemplateResult<1>;
18
19
  }
@@ -1,6 +1,7 @@
1
1
  import { PropertyValues } from 'lit';
2
2
  import { Popover } from './popover';
3
3
  import { BaseElement } from '../../../helpers';
4
+
4
5
  export declare class PopoverTrigger extends BaseElement {
5
6
  get _popover(): Popover | null;
6
7
  get _containerElement(): HTMLDivElement | null;
@@ -8,5 +9,5 @@ export declare class PopoverTrigger extends BaseElement {
8
9
  handleClick: () => void;
9
10
  protected createRenderRoot(): HTMLElement | DocumentFragment;
10
11
  protected getAttributesToExclude(): string[];
11
- render(): import("lit-html").TemplateResult<1>;
12
+ render(): import('lit').TemplateResult<1>;
12
13
  }
@@ -2,6 +2,7 @@ import { PropertyValues } from 'lit';
2
2
  import { PopoverContent } from './popover-content';
3
3
  import { PopoverTrigger } from './popover-trigger';
4
4
  import { BaseElement } from '../../../helpers';
5
+
5
6
  declare class Popover extends BaseElement {
6
7
  isOpen: boolean;
7
8
  get _containerElement(): HTMLDivElement | null;
@@ -9,7 +10,7 @@ declare class Popover extends BaseElement {
9
10
  protected createRenderRoot(): HTMLElement | DocumentFragment;
10
11
  protected firstUpdated(_changedProperties: PropertyValues): void;
11
12
  protected updated(_changedProperties: PropertyValues): void;
12
- render(): import("lit-html").TemplateResult<1>;
13
+ render(): import('lit').TemplateResult<1>;
13
14
  }
14
15
  export { Popover, PopoverContent, PopoverTrigger };
15
16
  declare global {
@@ -1,4 +1,5 @@
1
- import { Meta, StoryFn } from '@storybook/web-components';
1
+ import { Meta, StoryFn } from '@storybook/web-components-vite';
2
+
2
3
  declare const _default: Meta;
3
4
  export default _default;
4
5
  export declare const Popover: StoryFn;
@@ -1,10 +1,10 @@
1
- export declare const popoverRootStyle: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
1
+ export declare const popoverRootStyle: (props?: import('class-variance-authority/dist/types').ClassProp | undefined) => string;
2
2
  export declare const popoverContentStyle: (props?: ({
3
3
  state?: "open" | "closed" | null | undefined;
4
4
  side?: "bottom" | "left" | "right" | "top" | null | undefined;
5
5
  styleContent?: boolean | null | undefined;
6
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
6
+ } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
7
7
  export declare const popoverContentWithoutStyle: (props?: ({
8
8
  state?: "open" | "closed" | null | undefined;
9
9
  side?: "bottom" | "left" | "right" | "top" | null | undefined;
10
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
10
+ } & import('class-variance-authority/dist/types').ClassProp) | undefined) => string;
@@ -1,10 +1,10 @@
1
1
  import { LitElement } from 'lit';
2
+
2
3
  export declare class Progress extends LitElement {
3
- twClass: string;
4
4
  value: number;
5
- static styles: import("lit").CSSResult[];
5
+ static styles: import('lit').CSSResult[];
6
6
  protected createRenderRoot(): HTMLElement | DocumentFragment;
7
- render(): import("lit-html").TemplateResult<1>;
7
+ render(): import('lit').TemplateResult<1>;
8
8
  }
9
9
  declare global {
10
10
  interface HTMLElementTagNameMap {
@@ -1,4 +1,5 @@
1
- import { Meta, StoryFn } from '@storybook/web-components';
1
+ import { Meta, StoryFn } from '@storybook/web-components-vite';
2
+
2
3
  declare const _default: Meta;
3
4
  export default _default;
4
5
  export declare const Progress: StoryFn;