brd-ui-kit 0.1.55 → 0.1.57

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 (355) hide show
  1. package/.githooks/pre-commit +19 -0
  2. package/.prettierignore +13 -0
  3. package/components.json +25 -0
  4. package/dist/components/app-pagination.d.ts +2 -0
  5. package/dist/components/app-sidebar.d.ts +2 -0
  6. package/dist/components/avatar-uploader.d.ts +2 -0
  7. package/dist/components/basic-avatar.d.ts +2 -0
  8. package/dist/components/basic-chart.d.ts +2 -0
  9. package/dist/components/basic-checkbox.d.ts +2 -0
  10. package/dist/components/basic-drawer.d.ts +2 -0
  11. package/dist/components/basic-modal.d.ts +2 -0
  12. package/dist/components/basic-select.d.ts +2 -0
  13. package/dist/components/basic-table.d.ts +2 -0
  14. package/dist/components/basic-tooltip.d.ts +2 -0
  15. package/dist/components/files-uploader.d.ts +2 -0
  16. package/dist/components/input-field.d.ts +2 -0
  17. package/dist/components/input-password.d.ts +2 -0
  18. package/dist/components/popover-modal.d.ts +2 -0
  19. package/dist/components/radio-button.d.ts +2 -0
  20. package/dist/components/select-field.d.ts +2 -0
  21. package/dist/components/select-groups.d.ts +2 -0
  22. package/dist/components/textarea-field.d.ts +2 -0
  23. package/dist/components/ui/avatar.d.ts +2 -0
  24. package/dist/components/ui/badge.d.ts +2 -0
  25. package/dist/components/ui/button.d.ts +2 -0
  26. package/dist/components/ui/card.d.ts +2 -0
  27. package/dist/components/ui/chart.d.ts +2 -0
  28. package/dist/components/ui/checkbox.d.ts +2 -0
  29. package/dist/components/ui/combobox.d.ts +2 -0
  30. package/dist/components/ui/dialog.d.ts +2 -0
  31. package/dist/components/ui/drawer.d.ts +2 -0
  32. package/dist/components/ui/field.d.ts +2 -0
  33. package/dist/components/ui/icon.d.ts +2 -0
  34. package/dist/components/ui/input-group.d.ts +2 -0
  35. package/dist/components/ui/input.d.ts +2 -0
  36. package/dist/components/ui/label.d.ts +2 -0
  37. package/dist/components/ui/navigation-item.d.ts +2 -0
  38. package/dist/components/ui/navigation-menu.d.ts +2 -0
  39. package/dist/components/ui/pagination.d.ts +2 -0
  40. package/dist/components/ui/popover.d.ts +2 -0
  41. package/dist/components/ui/progress.d.ts +2 -0
  42. package/dist/components/ui/radio-group.d.ts +2 -0
  43. package/dist/components/ui/select.d.ts +2 -0
  44. package/dist/components/ui/separator.d.ts +2 -0
  45. package/dist/components/ui/sonner.d.ts +2 -0
  46. package/dist/components/ui/switch.d.ts +2 -0
  47. package/dist/components/ui/table.d.ts +2 -0
  48. package/dist/components/ui/tabs.d.ts +2 -0
  49. package/dist/components/ui/textarea.d.ts +2 -0
  50. package/dist/components/ui/tooltip.d.ts +2 -0
  51. package/dist/components/ui/typography.d.ts +2 -0
  52. package/dist/components-app-pagination-app-pagination.cjs +2 -0
  53. package/dist/components-app-pagination-app-pagination.cjs.map +1 -0
  54. package/dist/components-app-pagination-app-pagination.styles.cjs +3 -0
  55. package/dist/components-app-pagination-app-pagination.styles.cjs.map +1 -0
  56. package/dist/components-app-pagination.cjs +2 -0
  57. package/dist/components-app-pagination.cjs.map +1 -0
  58. package/dist/components-app-sidebar-app-sidebar.cjs +2 -0
  59. package/dist/components-app-sidebar-app-sidebar.cjs.map +1 -0
  60. package/dist/components-app-sidebar-app-sidebar.styles.cjs +2 -0
  61. package/dist/components-app-sidebar-app-sidebar.styles.cjs.map +1 -0
  62. package/dist/components-app-sidebar.cjs +2 -0
  63. package/dist/components-app-sidebar.cjs.map +1 -0
  64. package/dist/components-avatar-uploader-avatar-uploader.cjs +3 -0
  65. package/dist/components-avatar-uploader-avatar-uploader.cjs.map +1 -0
  66. package/dist/components-avatar-uploader.cjs +2 -0
  67. package/dist/components-avatar-uploader.cjs.map +1 -0
  68. package/dist/components-basic-avatar-basic-avatar.cjs +4 -0
  69. package/dist/components-basic-avatar-basic-avatar.cjs.map +1 -0
  70. package/dist/components-basic-avatar.cjs +2 -0
  71. package/dist/components-basic-avatar.cjs.map +1 -0
  72. package/dist/components-basic-chart-basic-chart.cjs +2 -0
  73. package/dist/components-basic-chart-basic-chart.cjs.map +1 -0
  74. package/dist/components-basic-chart.cjs +2 -0
  75. package/dist/components-basic-chart.cjs.map +1 -0
  76. package/dist/components-basic-checkbox-basic-checkbox.cjs +2 -0
  77. package/dist/components-basic-checkbox-basic-checkbox.cjs.map +1 -0
  78. package/dist/components-basic-checkbox.cjs +2 -0
  79. package/dist/components-basic-checkbox.cjs.map +1 -0
  80. package/dist/components-basic-drawer-basic-drawer.cjs +2 -0
  81. package/dist/components-basic-drawer-basic-drawer.cjs.map +1 -0
  82. package/dist/components-basic-drawer.cjs +2 -0
  83. package/dist/components-basic-drawer.cjs.map +1 -0
  84. package/dist/components-basic-modal-basic-modal.cjs +2 -0
  85. package/dist/components-basic-modal-basic-modal.cjs.map +1 -0
  86. package/dist/components-basic-modal.cjs +2 -0
  87. package/dist/components-basic-modal.cjs.map +1 -0
  88. package/dist/components-basic-select-basic-select.cjs +2 -0
  89. package/dist/components-basic-select-basic-select.cjs.map +1 -0
  90. package/dist/components-basic-select.cjs +2 -0
  91. package/dist/components-basic-select.cjs.map +1 -0
  92. package/dist/components-basic-table-basic-table.cjs +5 -0
  93. package/dist/components-basic-table-basic-table.cjs.map +1 -0
  94. package/dist/components-basic-table.cjs +2 -0
  95. package/dist/components-basic-table.cjs.map +1 -0
  96. package/dist/components-basic-tooltip-basic-tooltip.cjs +2 -0
  97. package/dist/components-basic-tooltip-basic-tooltip.cjs.map +1 -0
  98. package/dist/components-basic-tooltip.cjs +2 -0
  99. package/dist/components-basic-tooltip.cjs.map +1 -0
  100. package/dist/components-files-uploader-files-uploader.cjs +8 -0
  101. package/dist/components-files-uploader-files-uploader.cjs.map +1 -0
  102. package/dist/components-files-uploader.cjs +2 -0
  103. package/dist/components-files-uploader.cjs.map +1 -0
  104. package/dist/components-input-field-input-field.cjs +2 -0
  105. package/dist/components-input-field-input-field.cjs.map +1 -0
  106. package/dist/components-input-field.cjs +2 -0
  107. package/dist/components-input-field.cjs.map +1 -0
  108. package/dist/components-input-password-input-password.cjs +2 -0
  109. package/dist/components-input-password-input-password.cjs.map +1 -0
  110. package/dist/components-input-password.cjs +2 -0
  111. package/dist/components-input-password.cjs.map +1 -0
  112. package/dist/components-popover-modal-popover-modal.cjs +2 -0
  113. package/dist/components-popover-modal-popover-modal.cjs.map +1 -0
  114. package/dist/components-popover-modal.cjs +2 -0
  115. package/dist/components-popover-modal.cjs.map +1 -0
  116. package/dist/components-radio-button-radio-button.cjs +2 -0
  117. package/dist/components-radio-button-radio-button.cjs.map +1 -0
  118. package/dist/components-radio-button.cjs +2 -0
  119. package/dist/components-radio-button.cjs.map +1 -0
  120. package/dist/components-select-field-select-field.cjs +3 -0
  121. package/dist/components-select-field-select-field.cjs.map +1 -0
  122. package/dist/components-select-field.cjs +2 -0
  123. package/dist/components-select-field.cjs.map +1 -0
  124. package/dist/components-select-groups-select-groups.cjs +2 -0
  125. package/dist/components-select-groups-select-groups.cjs.map +1 -0
  126. package/dist/components-select-groups.cjs +2 -0
  127. package/dist/components-select-groups.cjs.map +1 -0
  128. package/dist/components-textarea-field-textarea-field.cjs +2 -0
  129. package/dist/components-textarea-field-textarea-field.cjs.map +1 -0
  130. package/dist/components-textarea-field.cjs +2 -0
  131. package/dist/components-textarea-field.cjs.map +1 -0
  132. package/dist/components-ui-avatar-avatar.cjs +15 -0
  133. package/dist/components-ui-avatar-avatar.cjs.map +1 -0
  134. package/dist/components-ui-avatar.cjs +2 -0
  135. package/dist/components-ui-avatar.cjs.map +1 -0
  136. package/dist/components-ui-badge-badge.cjs +2 -0
  137. package/dist/components-ui-badge-badge.cjs.map +1 -0
  138. package/dist/components-ui-badge-badge.styles.cjs +3 -0
  139. package/dist/components-ui-badge-badge.styles.cjs.map +1 -0
  140. package/dist/components-ui-badge.cjs +2 -0
  141. package/dist/components-ui-badge.cjs.map +1 -0
  142. package/dist/components-ui-button-button.cjs +2 -0
  143. package/dist/components-ui-button-button.cjs.map +1 -0
  144. package/dist/components-ui-button-button.styles.cjs +9 -0
  145. package/dist/components-ui-button-button.styles.cjs.map +1 -0
  146. package/dist/components-ui-button.cjs +2 -0
  147. package/dist/components-ui-button.cjs.map +1 -0
  148. package/dist/components-ui-card-card.cjs +2 -0
  149. package/dist/components-ui-card-card.cjs.map +1 -0
  150. package/dist/components-ui-card-card.styles.cjs +8 -0
  151. package/dist/components-ui-card-card.styles.cjs.map +1 -0
  152. package/dist/components-ui-card.cjs +2 -0
  153. package/dist/components-ui-card.cjs.map +1 -0
  154. package/dist/components-ui-chart-chart.cjs +22 -0
  155. package/dist/components-ui-chart-chart.cjs.map +1 -0
  156. package/dist/components-ui-chart.cjs +2 -0
  157. package/dist/components-ui-chart.cjs.map +1 -0
  158. package/dist/components-ui-checkbox-checkbox.cjs +2 -0
  159. package/dist/components-ui-checkbox-checkbox.cjs.map +1 -0
  160. package/dist/components-ui-checkbox-checkbox.styles.cjs +2 -0
  161. package/dist/components-ui-checkbox-checkbox.styles.cjs.map +1 -0
  162. package/dist/components-ui-checkbox.cjs +2 -0
  163. package/dist/components-ui-checkbox.cjs.map +1 -0
  164. package/dist/components-ui-combobox-combobox.cjs +16 -0
  165. package/dist/components-ui-combobox-combobox.cjs.map +1 -0
  166. package/dist/components-ui-combobox-combobox.styles.cjs +36 -0
  167. package/dist/components-ui-combobox-combobox.styles.cjs.map +1 -0
  168. package/dist/components-ui-combobox.cjs +2 -0
  169. package/dist/components-ui-combobox.cjs.map +1 -0
  170. package/dist/components-ui-dialog-dialog.cjs +2 -0
  171. package/dist/components-ui-dialog-dialog.cjs.map +1 -0
  172. package/dist/components-ui-dialog-dialog.styles.cjs +2 -0
  173. package/dist/components-ui-dialog-dialog.styles.cjs.map +1 -0
  174. package/dist/components-ui-dialog.cjs +2 -0
  175. package/dist/components-ui-dialog.cjs.map +1 -0
  176. package/dist/components-ui-drawer-drawer.cjs +30 -0
  177. package/dist/components-ui-drawer-drawer.cjs.map +1 -0
  178. package/dist/components-ui-drawer.cjs +2 -0
  179. package/dist/components-ui-drawer.cjs.map +1 -0
  180. package/dist/components-ui-field-field.cjs +2 -0
  181. package/dist/components-ui-field-field.cjs.map +1 -0
  182. package/dist/components-ui-field-field.styles.cjs +9 -0
  183. package/dist/components-ui-field-field.styles.cjs.map +1 -0
  184. package/dist/components-ui-field.cjs +2 -0
  185. package/dist/components-ui-field.cjs.map +1 -0
  186. package/dist/components-ui-icon-icon-dictionary.cjs +2 -0
  187. package/dist/components-ui-icon-icon-dictionary.cjs.map +1 -0
  188. package/dist/components-ui-icon-icon.cjs +2 -0
  189. package/dist/components-ui-icon-icon.cjs.map +1 -0
  190. package/dist/components-ui-icon-overrides.cjs +2 -0
  191. package/dist/components-ui-icon-overrides.cjs.map +1 -0
  192. package/dist/components-ui-icon.cjs +2 -0
  193. package/dist/components-ui-icon.cjs.map +1 -0
  194. package/dist/components-ui-input-group-input-group.cjs +14 -0
  195. package/dist/components-ui-input-group-input-group.cjs.map +1 -0
  196. package/dist/components-ui-input-group-input-group.styles.cjs +8 -0
  197. package/dist/components-ui-input-group-input-group.styles.cjs.map +1 -0
  198. package/dist/components-ui-input-group.cjs +2 -0
  199. package/dist/components-ui-input-group.cjs.map +1 -0
  200. package/dist/components-ui-input-input.cjs +2 -0
  201. package/dist/components-ui-input-input.cjs.map +1 -0
  202. package/dist/components-ui-input-input.styles.cjs +8 -0
  203. package/dist/components-ui-input-input.styles.cjs.map +1 -0
  204. package/dist/components-ui-input.cjs +2 -0
  205. package/dist/components-ui-input.cjs.map +1 -0
  206. package/dist/components-ui-label-label.cjs +2 -0
  207. package/dist/components-ui-label-label.cjs.map +1 -0
  208. package/dist/components-ui-label.cjs +2 -0
  209. package/dist/components-ui-label.cjs.map +1 -0
  210. package/dist/components-ui-navigation-item-navigation-item.cjs +2 -0
  211. package/dist/components-ui-navigation-item-navigation-item.cjs.map +1 -0
  212. package/dist/components-ui-navigation-item-navigation-item.styles.cjs +3 -0
  213. package/dist/components-ui-navigation-item-navigation-item.styles.cjs.map +1 -0
  214. package/dist/components-ui-navigation-item.cjs +2 -0
  215. package/dist/components-ui-navigation-item.cjs.map +1 -0
  216. package/dist/components-ui-navigation-menu-navigation-menu.cjs +2 -0
  217. package/dist/components-ui-navigation-menu-navigation-menu.cjs.map +1 -0
  218. package/dist/components-ui-navigation-menu-navigation-menu.styles.cjs +2 -0
  219. package/dist/components-ui-navigation-menu-navigation-menu.styles.cjs.map +1 -0
  220. package/dist/components-ui-navigation-menu.cjs +2 -0
  221. package/dist/components-ui-navigation-menu.cjs.map +1 -0
  222. package/dist/components-ui-pagination-pagination.cjs +2 -0
  223. package/dist/components-ui-pagination-pagination.cjs.map +1 -0
  224. package/dist/components-ui-pagination.cjs +2 -0
  225. package/dist/components-ui-pagination.cjs.map +1 -0
  226. package/dist/components-ui-popover-popover.cjs +2 -0
  227. package/dist/components-ui-popover-popover.cjs.map +1 -0
  228. package/dist/components-ui-popover-popover.styles.cjs +7 -0
  229. package/dist/components-ui-popover-popover.styles.cjs.map +1 -0
  230. package/dist/components-ui-popover.cjs +2 -0
  231. package/dist/components-ui-popover.cjs.map +1 -0
  232. package/dist/components-ui-progress-progress.cjs +2 -0
  233. package/dist/components-ui-progress-progress.cjs.map +1 -0
  234. package/dist/components-ui-progress.cjs +2 -0
  235. package/dist/components-ui-progress.cjs.map +1 -0
  236. package/dist/components-ui-radio-group-radio-group.cjs +2 -0
  237. package/dist/components-ui-radio-group-radio-group.cjs.map +1 -0
  238. package/dist/components-ui-radio-group-radio-group.styles.cjs +2 -0
  239. package/dist/components-ui-radio-group-radio-group.styles.cjs.map +1 -0
  240. package/dist/components-ui-radio-group.cjs +2 -0
  241. package/dist/components-ui-radio-group.cjs.map +1 -0
  242. package/dist/components-ui-select-select.cjs +2 -0
  243. package/dist/components-ui-select-select.cjs.map +1 -0
  244. package/dist/components-ui-select-select.styles.cjs +31 -0
  245. package/dist/components-ui-select-select.styles.cjs.map +1 -0
  246. package/dist/components-ui-select.cjs +2 -0
  247. package/dist/components-ui-select.cjs.map +1 -0
  248. package/dist/components-ui-separator-separator.cjs +2 -0
  249. package/dist/components-ui-separator-separator.cjs.map +1 -0
  250. package/dist/components-ui-separator.cjs +2 -0
  251. package/dist/components-ui-separator.cjs.map +1 -0
  252. package/dist/components-ui-sonner-sonner.cjs +2 -0
  253. package/dist/components-ui-sonner-sonner.cjs.map +1 -0
  254. package/dist/components-ui-sonner-sonner.styles.cjs +36 -0
  255. package/dist/components-ui-sonner-sonner.styles.cjs.map +1 -0
  256. package/dist/components-ui-sonner.cjs +2 -0
  257. package/dist/components-ui-sonner.cjs.map +1 -0
  258. package/dist/components-ui-switch-switch.cjs +2 -0
  259. package/dist/components-ui-switch-switch.cjs.map +1 -0
  260. package/dist/components-ui-switch-switch.styles.cjs +2 -0
  261. package/dist/components-ui-switch-switch.styles.cjs.map +1 -0
  262. package/dist/components-ui-switch.cjs +2 -0
  263. package/dist/components-ui-switch.cjs.map +1 -0
  264. package/dist/components-ui-table-table.cjs +5 -0
  265. package/dist/components-ui-table-table.cjs.map +1 -0
  266. package/dist/components-ui-table.cjs +2 -0
  267. package/dist/components-ui-table.cjs.map +1 -0
  268. package/dist/components-ui-tabs-tabs.cjs +3 -0
  269. package/dist/components-ui-tabs-tabs.cjs.map +1 -0
  270. package/dist/components-ui-tabs-tabs.styles.cjs +2 -0
  271. package/dist/components-ui-tabs-tabs.styles.cjs.map +1 -0
  272. package/dist/components-ui-tabs.cjs +2 -0
  273. package/dist/components-ui-tabs.cjs.map +1 -0
  274. package/dist/components-ui-textarea-textarea.cjs +2 -0
  275. package/dist/components-ui-textarea-textarea.cjs.map +1 -0
  276. package/dist/components-ui-textarea-textarea.styles.cjs +5 -0
  277. package/dist/components-ui-textarea-textarea.styles.cjs.map +1 -0
  278. package/dist/components-ui-textarea.cjs +2 -0
  279. package/dist/components-ui-textarea.cjs.map +1 -0
  280. package/dist/components-ui-tooltip-tooltip.cjs +2 -0
  281. package/dist/components-ui-tooltip-tooltip.cjs.map +1 -0
  282. package/dist/components-ui-tooltip-tooltip.styles.cjs +8 -0
  283. package/dist/components-ui-tooltip-tooltip.styles.cjs.map +1 -0
  284. package/dist/components-ui-tooltip.cjs +2 -0
  285. package/dist/components-ui-tooltip.cjs.map +1 -0
  286. package/dist/components-ui-typography-typography.cjs +2 -0
  287. package/dist/components-ui-typography-typography.cjs.map +1 -0
  288. package/dist/components-ui-typography-typography.styles.cjs +2 -0
  289. package/dist/components-ui-typography-typography.styles.cjs.map +1 -0
  290. package/dist/components-ui-typography.cjs +2 -0
  291. package/dist/components-ui-typography.cjs.map +1 -0
  292. package/dist/hooks-usePopupControls.cjs +2 -0
  293. package/dist/hooks-usePopupControls.cjs.map +1 -0
  294. package/dist/index.cjs +1 -371
  295. package/dist/index.cjs.map +1 -1
  296. package/dist/lib-utils.cjs +2 -0
  297. package/dist/lib-utils.cjs.map +1 -0
  298. package/dist/types-types.cjs +2 -0
  299. package/dist/types-types.cjs.map +1 -0
  300. package/dist/utils-helpers.cjs +2 -0
  301. package/dist/utils-helpers.cjs.map +1 -0
  302. package/package.json +639 -12
  303. package/prettier.config.mjs +28 -0
  304. package/public/vite.svg +1 -0
  305. package/scripts/generate-exports.js +76 -0
  306. package/scripts/get-entry-points.ts +102 -0
  307. package/tsconfig.app.json +40 -0
  308. package/tsconfig.node.json +26 -0
  309. package/tsconfig.storybook.json +7 -0
  310. package/dist/components/app-pagination/app-pagination.stories.d.ts +0 -52
  311. package/dist/components/app-sidebar/app-sidebar.stories.d.ts +0 -52
  312. package/dist/components/avatar-uploader/avatar-uploader.stories.d.ts +0 -7
  313. package/dist/components/basic-avatar/basic-avatar.stories.d.ts +0 -15
  314. package/dist/components/basic-chart/basic-chart.stories.d.ts +0 -23
  315. package/dist/components/basic-checkbox/basic-checkbox.stories.d.ts +0 -37
  316. package/dist/components/basic-drawer/basic-drawer.stories.d.ts +0 -7
  317. package/dist/components/basic-modal/basic-modal.stories.d.ts +0 -57
  318. package/dist/components/basic-select/basic-select.stories.d.ts +0 -10
  319. package/dist/components/basic-table/basic-table.stories.d.ts +0 -9
  320. package/dist/components/files-uploader/files-uploader.stories.d.ts +0 -70
  321. package/dist/components/input-field/input-field.stories.d.ts +0 -48
  322. package/dist/components/input-password/input-password.stories.d.ts +0 -57
  323. package/dist/components/popover-modal/popover-modal.stories.d.ts +0 -32
  324. package/dist/components/radio-button/radio-button.stories.d.ts +0 -28
  325. package/dist/components/select-field/select-field.stories.d.ts +0 -39
  326. package/dist/components/select-groups/select-groups.stories.d.ts +0 -50
  327. package/dist/components/textarea-field/textarea-field.stories.d.ts +0 -43
  328. package/dist/components/ui/badge/badge.stories.d.ts +0 -29
  329. package/dist/components/ui/button/button.stories.d.ts +0 -30
  330. package/dist/components/ui/card/card.stories.d.ts +0 -38
  331. package/dist/components/ui/checkbox/checkbox.stories.d.ts +0 -29
  332. package/dist/components/ui/combobox/combobox.stories.d.ts +0 -10
  333. package/dist/components/ui/dialog/dialog.stories.d.ts +0 -46
  334. package/dist/components/ui/field/field.stories.d.ts +0 -45
  335. package/dist/components/ui/icon/icon.stories.d.ts +0 -28
  336. package/dist/components/ui/input/input.stories.d.ts +0 -40
  337. package/dist/components/ui/input-group/input-group.stories.d.ts +0 -46
  338. package/dist/components/ui/label/label.stories.d.ts +0 -26
  339. package/dist/components/ui/navigation-item/navigation-item.stories.d.ts +0 -57
  340. package/dist/components/ui/navigation-menu/navigation-menu.stories.d.ts +0 -34
  341. package/dist/components/ui/pagination/pagination.stories.d.ts +0 -37
  342. package/dist/components/ui/popover/popover.stories.d.ts +0 -9
  343. package/dist/components/ui/progress/progress.stories.d.ts +0 -34
  344. package/dist/components/ui/radio-group/radio-group.stories.d.ts +0 -27
  345. package/dist/components/ui/select/select.stories.d.ts +0 -38
  346. package/dist/components/ui/separator/separator.stories.d.ts +0 -27
  347. package/dist/components/ui/sonner/sonner.stories.d.ts +0 -9
  348. package/dist/components/ui/switch/switch.stories.d.ts +0 -23
  349. package/dist/components/ui/table/table.stories.d.ts +0 -68
  350. package/dist/components/ui/tabs/tabs.stories.d.ts +0 -32
  351. package/dist/components/ui/textarea/textarea.stories.d.ts +0 -30
  352. package/dist/components/ui/tooltip/tooltip.stories.d.ts +0 -42
  353. package/dist/components/ui/typography/typography.stories.d.ts +0 -304
  354. package/dist/index.js +0 -47271
  355. package/dist/index.js.map +0 -1
@@ -1,48 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- type InputFieldPreviewState = "default" | "disabled" | "error" | "success";
3
- type InputFieldPreviewProps = {
4
- label?: string;
5
- description?: string;
6
- placeholder?: string;
7
- value?: string;
8
- state?: InputFieldPreviewState;
9
- withAddon?: boolean;
10
- };
11
- declare function InputFieldPreview({ label, description, placeholder, value, state, withAddon, }: InputFieldPreviewProps): import("react/jsx-runtime").JSX.Element;
12
- declare const meta: {
13
- title: string;
14
- component: typeof InputFieldPreview;
15
- args: {
16
- label: string;
17
- description: string;
18
- placeholder: string;
19
- value: string;
20
- state: "default";
21
- withAddon: true;
22
- };
23
- argTypes: {
24
- label: {
25
- control: "text";
26
- };
27
- description: {
28
- control: "text";
29
- };
30
- placeholder: {
31
- control: "text";
32
- };
33
- value: {
34
- control: "text";
35
- };
36
- state: {
37
- control: "select";
38
- options: string[];
39
- };
40
- withAddon: {
41
- control: "boolean";
42
- };
43
- };
44
- };
45
- export default meta;
46
- type Story = StoryObj<typeof meta>;
47
- export declare const Overview: Story;
48
- export declare const Playground: Story;
@@ -1,57 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- type InputPasswordPreviewState = "default" | "disabled" | "error" | "success";
3
- type InputPasswordPreviewProps = {
4
- label?: string;
5
- description?: string;
6
- placeholder?: string;
7
- value?: string;
8
- state?: InputPasswordPreviewState;
9
- };
10
- declare function InputPasswordPreview({ label, description, placeholder, value, state, }: InputPasswordPreviewProps): import("react/jsx-runtime").JSX.Element;
11
- declare const meta: {
12
- title: string;
13
- component: typeof InputPasswordPreview;
14
- args: {
15
- label: string;
16
- description: string;
17
- placeholder: string;
18
- value: string;
19
- state: "default";
20
- };
21
- argTypes: {
22
- label: {
23
- control: "text";
24
- description: string;
25
- };
26
- description: {
27
- control: "text";
28
- description: string;
29
- };
30
- placeholder: {
31
- control: "text";
32
- description: string;
33
- };
34
- value: {
35
- control: "text";
36
- description: string;
37
- };
38
- state: {
39
- control: "select";
40
- options: string[];
41
- description: string;
42
- };
43
- };
44
- parameters: {
45
- docs: {
46
- description: {
47
- component: string;
48
- };
49
- };
50
- };
51
- };
52
- export default meta;
53
- type Story = StoryObj<typeof meta>;
54
- export declare const PasswordOverview: Story;
55
- export declare const PasswordPlayground: Story;
56
- export declare const WithCustomLabels: Story;
57
- export declare const InteractiveDemo: Story;
@@ -1,32 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- type PopoverPreviewProps = {
3
- triggerLabel?: string;
4
- side?: "top" | "right" | "bottom" | "left";
5
- className?: string;
6
- };
7
- declare function PopoverPreview({ triggerLabel, side, className, }: PopoverPreviewProps): import("react/jsx-runtime").JSX.Element;
8
- declare const meta: {
9
- title: string;
10
- component: typeof PopoverPreview;
11
- args: {
12
- triggerLabel: string;
13
- side: "bottom";
14
- className: string;
15
- };
16
- argTypes: {
17
- triggerLabel: {
18
- control: "text";
19
- };
20
- side: {
21
- control: "inline-radio";
22
- options: string[];
23
- };
24
- className: {
25
- control: "text";
26
- };
27
- };
28
- };
29
- export default meta;
30
- type Story = StoryObj<typeof meta>;
31
- export declare const Overview: Story;
32
- export declare const Playground: Story;
@@ -1,28 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- type RadioButtonPreviewProps = {
3
- mode?: "single" | "group";
4
- defaultValue?: string;
5
- };
6
- declare function RadioButtonPreview({ mode, defaultValue, }: RadioButtonPreviewProps): import("react/jsx-runtime").JSX.Element;
7
- declare const meta: {
8
- title: string;
9
- component: typeof RadioButtonPreview;
10
- args: {
11
- mode: "group";
12
- defaultValue: string;
13
- };
14
- argTypes: {
15
- mode: {
16
- control: "inline-radio";
17
- options: string[];
18
- };
19
- defaultValue: {
20
- control: "inline-radio";
21
- options: string[];
22
- };
23
- };
24
- };
25
- export default meta;
26
- type Story = StoryObj<typeof meta>;
27
- export declare const Overview: Story;
28
- export declare const Playground: Story;
@@ -1,39 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- type SelectFieldPreviewState = "default" | "disabled" | "error" | "success" | "description";
3
- type SelectFieldPreviewProps = {
4
- label?: string;
5
- placeholder?: string;
6
- multiple?: boolean;
7
- state?: SelectFieldPreviewState;
8
- };
9
- declare function SelectFieldPreview({ label, placeholder, multiple, state, }: SelectFieldPreviewProps): import("react/jsx-runtime").JSX.Element;
10
- declare const meta: {
11
- title: string;
12
- component: typeof SelectFieldPreview;
13
- args: {
14
- label: string;
15
- placeholder: string;
16
- multiple: false;
17
- state: "default";
18
- };
19
- argTypes: {
20
- label: {
21
- control: "text";
22
- };
23
- placeholder: {
24
- control: "text";
25
- };
26
- multiple: {
27
- control: "boolean";
28
- };
29
- state: {
30
- control: "inline-radio";
31
- options: string[];
32
- };
33
- };
34
- };
35
- export default meta;
36
- type Story = StoryObj<typeof meta>;
37
- export declare const Overview: Story;
38
- export declare const Playground: Story;
39
- export declare const DisableAfterSelect: Story;
@@ -1,50 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- type GroupsPreset = "labeled" | "mixed" | "flat";
3
- type SelectGroupsState = "default" | "success" | "error" | "disabled";
4
- type SelectGroupsPlaygroundProps = {
5
- label?: string;
6
- description?: string;
7
- placeholder?: string;
8
- showSeparators?: boolean;
9
- state?: SelectGroupsState;
10
- groupsPreset?: GroupsPreset;
11
- };
12
- declare function SelectGroupsPlayground({ label, description, placeholder, showSeparators, state, groupsPreset, }: SelectGroupsPlaygroundProps): import("react/jsx-runtime").JSX.Element;
13
- declare const meta: {
14
- title: string;
15
- component: typeof SelectGroupsPlayground;
16
- args: {
17
- label: string;
18
- description: string;
19
- placeholder: string;
20
- showSeparators: true;
21
- state: "default";
22
- groupsPreset: "labeled";
23
- };
24
- argTypes: {
25
- label: {
26
- control: "text";
27
- };
28
- description: {
29
- control: "text";
30
- };
31
- placeholder: {
32
- control: "text";
33
- };
34
- showSeparators: {
35
- control: "boolean";
36
- };
37
- state: {
38
- control: "inline-radio";
39
- options: string[];
40
- };
41
- groupsPreset: {
42
- control: "inline-radio";
43
- options: string[];
44
- };
45
- };
46
- };
47
- export default meta;
48
- type Story = StoryObj<typeof meta>;
49
- export declare const Overview: Story;
50
- export declare const Playground: Story;
@@ -1,43 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- type TextareaFieldPreviewState = "default" | "filled" | "disabled" | "typed";
3
- type TextareaFieldPreviewProps = {
4
- label?: string;
5
- description?: string;
6
- placeholder?: string;
7
- value?: string;
8
- state?: TextareaFieldPreviewState;
9
- };
10
- declare function TextareaFieldPreview({ label, description, placeholder, value, state, }: TextareaFieldPreviewProps): import("react/jsx-runtime").JSX.Element;
11
- declare const meta: {
12
- title: string;
13
- component: typeof TextareaFieldPreview;
14
- args: {
15
- label: string;
16
- description: string;
17
- placeholder: string;
18
- value: string;
19
- state: "default";
20
- };
21
- argTypes: {
22
- label: {
23
- control: "text";
24
- };
25
- description: {
26
- control: "text";
27
- };
28
- placeholder: {
29
- control: "text";
30
- };
31
- value: {
32
- control: "text";
33
- };
34
- state: {
35
- control: "inline-radio";
36
- options: string[];
37
- };
38
- };
39
- };
40
- export default meta;
41
- type Story = StoryObj<typeof meta>;
42
- export declare const Overview: Story;
43
- export declare const Playground: Story;
@@ -1,29 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- import { Badge } from '.';
3
- declare const meta: {
4
- title: string;
5
- component: typeof Badge;
6
- args: {
7
- children: string;
8
- variant: "in_progress";
9
- kind: "status";
10
- };
11
- argTypes: {
12
- variant: {
13
- control: "select";
14
- options: string[];
15
- };
16
- kind: {
17
- control: "inline-radio";
18
- options: string[];
19
- };
20
- dotPosition: {
21
- control: "inline-radio";
22
- options: string[];
23
- };
24
- };
25
- };
26
- export default meta;
27
- type Story = StoryObj<typeof meta>;
28
- export declare const Overview: Story;
29
- export declare const Playground: Story;
@@ -1,30 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- import { ButtonProps } from '.';
3
- declare const meta: {
4
- title: string;
5
- component: {
6
- ({ className, variant, size, asChild, ref, ...props }: ButtonProps): import("react/jsx-runtime").JSX.Element;
7
- displayName: string;
8
- };
9
- args: {
10
- children: string;
11
- variant: "primary";
12
- size: "md";
13
- disabled: false;
14
- };
15
- argTypes: {
16
- variant: {
17
- control: "select";
18
- options: string[];
19
- };
20
- size: {
21
- control: "select";
22
- options: string[];
23
- };
24
- };
25
- };
26
- export default meta;
27
- type Story = StoryObj<typeof meta>;
28
- export declare const Overview: Story;
29
- export declare const IconsAndChips: Story;
30
- export declare const Playground: Story;
@@ -1,38 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- declare const meta: {
3
- title: string;
4
- component: {
5
- ({ ref, className, variant, disabled, active, ...props }: React.HTMLAttributes<HTMLDivElement> & {
6
- ref?: React.RefObject<HTMLDivElement | null>;
7
- variant?: import('class-variance-authority').VariantProps<typeof import('./card.styles').cardVariants>["variant"];
8
- disabled?: boolean;
9
- active?: boolean;
10
- }): import("react/jsx-runtime").JSX.Element;
11
- displayName: string;
12
- };
13
- args: {
14
- variant: "dark";
15
- active: false;
16
- };
17
- argTypes: {
18
- variant: {
19
- control: "select";
20
- options: string[];
21
- };
22
- active: {
23
- control: "boolean";
24
- };
25
- disabled: {
26
- control: "boolean";
27
- };
28
- };
29
- render: (args: import('react').HTMLAttributes<HTMLDivElement> & {
30
- ref?: React.RefObject<HTMLDivElement | null>;
31
- variant?: import('class-variance-authority').VariantProps<typeof import('./card.styles').cardVariants>["variant"];
32
- disabled?: boolean;
33
- active?: boolean;
34
- }) => import("react/jsx-runtime").JSX.Element;
35
- };
36
- export default meta;
37
- type Story = StoryObj<typeof meta>;
38
- export declare const Playground: Story;
@@ -1,29 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- declare const meta: {
3
- title: string;
4
- component: {
5
- ({ className, ref, ...props }: Omit<import('@radix-ui/react-checkbox').CheckboxProps & import('react').RefAttributes<HTMLButtonElement>, "ref"> & {
6
- ref?: React.Ref<HTMLButtonElement>;
7
- }): import("react/jsx-runtime").JSX.Element;
8
- displayName: string | undefined;
9
- };
10
- args: {
11
- disabled: false;
12
- checked: false;
13
- };
14
- argTypes: {
15
- checked: {
16
- control: "boolean";
17
- };
18
- disabled: {
19
- control: "boolean";
20
- };
21
- onCheckedChange: {
22
- action: string;
23
- };
24
- };
25
- };
26
- export default meta;
27
- type Story = StoryObj<typeof meta>;
28
- export declare const Overview: Story;
29
- export declare const Playground: Story;
@@ -1,10 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- import { Combobox } from '.';
3
- declare const meta: {
4
- title: string;
5
- component: typeof Combobox;
6
- };
7
- export default meta;
8
- type Story = StoryObj<typeof meta>;
9
- export declare const Playground: Story;
10
- export declare const Overview: Story;
@@ -1,46 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- type DialogPreviewProps = {
3
- title: string;
4
- description: string;
5
- showCloseButton: boolean;
6
- confirmLabel: string;
7
- cancelLabel: string;
8
- defaultOpen?: boolean;
9
- };
10
- declare function DialogPreview({ title, description, showCloseButton, defaultOpen, }: DialogPreviewProps): import("react/jsx-runtime").JSX.Element;
11
- declare const meta: {
12
- title: string;
13
- component: typeof DialogPreview;
14
- args: {
15
- title: string;
16
- description: string;
17
- showCloseButton: true;
18
- confirmLabel: string;
19
- cancelLabel: string;
20
- defaultOpen: false;
21
- };
22
- argTypes: {
23
- title: {
24
- control: "text";
25
- };
26
- description: {
27
- control: "text";
28
- };
29
- showCloseButton: {
30
- control: "boolean";
31
- };
32
- confirmLabel: {
33
- control: "text";
34
- };
35
- cancelLabel: {
36
- control: "text";
37
- };
38
- defaultOpen: {
39
- control: "boolean";
40
- };
41
- };
42
- };
43
- export default meta;
44
- type Story = StoryObj<typeof meta>;
45
- export declare const Overview: Story;
46
- export declare const Playground: Story;
@@ -1,45 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- type FieldPreviewState = "default" | "hover" | "focus" | "filled" | "disabled" | "error" | "success";
3
- type FieldStoryPreviewProps = {
4
- label: string;
5
- description: string;
6
- placeholder: string;
7
- value: string;
8
- state: FieldPreviewState;
9
- interactive?: boolean;
10
- onValueChange?: (value: string) => void;
11
- };
12
- declare function FieldStoryPreview({ label, description, placeholder, value, state, interactive, onValueChange, }: FieldStoryPreviewProps): import("react/jsx-runtime").JSX.Element;
13
- declare const meta: {
14
- title: string;
15
- component: typeof FieldStoryPreview;
16
- args: {
17
- label: string;
18
- description: string;
19
- placeholder: string;
20
- value: string;
21
- state: "default";
22
- };
23
- argTypes: {
24
- label: {
25
- control: "text";
26
- };
27
- description: {
28
- control: "text";
29
- };
30
- placeholder: {
31
- control: "text";
32
- };
33
- value: {
34
- control: "text";
35
- };
36
- state: {
37
- control: "select";
38
- options: ("default" | "disabled" | "error" | "focus" | "hover" | "success" | "filled")[];
39
- };
40
- };
41
- };
42
- export default meta;
43
- type Story = StoryObj<typeof meta>;
44
- export declare const Overview: Story;
45
- export declare const Playground: Story;
@@ -1,28 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- import { Size } from '../../../types/types';
3
- declare const meta: {
4
- title: string;
5
- component: ({ type, size, viewBox, strokeWidth, classes, color, className, ...rest }: import('./icon').IconProps) => import("react/jsx-runtime").JSX.Element;
6
- args: {
7
- type: "settings";
8
- size: "md";
9
- className: string;
10
- };
11
- argTypes: {
12
- type: {
13
- control: "select";
14
- options: ("search" | "done" | "settings" | "plus" | "wrench" | "phone" | "palette" | "building" | "close" | "check" | "users" | "layout-grid" | "bell" | "book-user" | "user-gear" | "folder" | "briefcase-business" | "calendar" | "chart-line" | "message" | "list-filter" | "funnel" | "dots" | "check-list" | "tag" | "chevron" | "chevrons" | "rotate-ccw" | "question" | "clock" | "eye" | "eye-off" | "package" | "credit-card" | "dollar-sign" | "circle-alert" | "lock-keyhole" | "import" | "circle-x" | "trash" | "mail" | "chevron-up" | "circle-check" | "info" | "triangle-alert" | "octagon" | "loader" | "pencil" | "file-text" | "scroll-text" | "circle-question" | "trash2")[];
15
- };
16
- size: {
17
- control: "select";
18
- options: Size[];
19
- };
20
- className: {
21
- control: "text";
22
- };
23
- };
24
- };
25
- export default meta;
26
- type Story = StoryObj<typeof meta>;
27
- export declare const Overview: Story;
28
- export declare const Playground: Story;
@@ -1,40 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- declare const meta: {
3
- title: string;
4
- component: ({ className, sizeInput, type, variant, ...props }: import('react').ClassAttributes<HTMLInputElement> & import('react').InputHTMLAttributes<HTMLInputElement> & import('class-variance-authority').VariantProps<(props?: ({
5
- variant?: "primary" | null | undefined;
6
- sizeInput?: "lg" | "md" | "sm" | "xs" | null | undefined;
7
- } & import('class-variance-authority/types').ClassProp) | undefined) => string> & {
8
- className?: string;
9
- }) => import("react/jsx-runtime").JSX.Element;
10
- args: {
11
- variant: "primary";
12
- sizeInput: "md";
13
- placeholder: string;
14
- disabled: false;
15
- value: string;
16
- };
17
- argTypes: {
18
- variant: {
19
- control: "select";
20
- options: string[];
21
- };
22
- sizeInput: {
23
- control: "select";
24
- options: string[];
25
- };
26
- placeholder: {
27
- control: "text";
28
- };
29
- disabled: {
30
- control: "boolean";
31
- };
32
- value: {
33
- control: "text";
34
- };
35
- };
36
- };
37
- export default meta;
38
- type Story = StoryObj<typeof meta>;
39
- export declare const Overview: Story;
40
- export declare const Playground: Story;
@@ -1,46 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- type InputGroupPreviewLayout = "search" | "password" | "prefix" | "actions" | "textarea";
3
- type InputGroupPreviewProps = {
4
- layout?: InputGroupPreviewLayout;
5
- placeholder?: string;
6
- value?: string;
7
- disabled?: boolean;
8
- state?: "default" | "hover" | "focus" | "error" | "success";
9
- interactive?: boolean;
10
- onValueChange?: (value: string) => void;
11
- };
12
- declare function InputGroupPreview({ layout, placeholder, value, disabled, state, interactive, onValueChange, }: InputGroupPreviewProps): import("react/jsx-runtime").JSX.Element;
13
- declare const meta: {
14
- title: string;
15
- component: typeof InputGroupPreview;
16
- args: {
17
- layout: "search";
18
- placeholder: string;
19
- value: string;
20
- disabled: false;
21
- state: "default";
22
- };
23
- argTypes: {
24
- layout: {
25
- control: "select";
26
- options: string[];
27
- };
28
- placeholder: {
29
- control: "text";
30
- };
31
- value: {
32
- control: "text";
33
- };
34
- disabled: {
35
- control: "boolean";
36
- };
37
- state: {
38
- control: "select";
39
- options: string[];
40
- };
41
- };
42
- };
43
- export default meta;
44
- type Story = StoryObj<typeof meta>;
45
- export declare const Overview: Story;
46
- export declare const Playground: Story;
@@ -1,26 +0,0 @@
1
- import { StoryObj } from '@storybook/react-vite';
2
- declare const meta: {
3
- title: string;
4
- component: {
5
- ({ className, ref, ...props }: Omit<import('@radix-ui/react-label').LabelProps & import('react').RefAttributes<HTMLLabelElement>, "ref"> & import('class-variance-authority').VariantProps<(props?: import('class-variance-authority/types').ClassProp | undefined) => string> & {
6
- ref?: React.Ref<HTMLLabelElement>;
7
- }): import("react/jsx-runtime").JSX.Element;
8
- displayName: string | undefined;
9
- };
10
- args: {
11
- children: string;
12
- className: string;
13
- };
14
- argTypes: {
15
- children: {
16
- control: "text";
17
- };
18
- className: {
19
- control: "text";
20
- };
21
- };
22
- };
23
- export default meta;
24
- type Story = StoryObj<typeof meta>;
25
- export declare const Overview: Story;
26
- export declare const Playground: Story;