@hellobetterdigitalnz/betterui 0.0.2 → 0.0.3

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 (490) hide show
  1. package/dist/App.d.ts +3 -0
  2. package/dist/App.d.ts.map +1 -0
  3. package/dist/Components/DataDisplay/Accordion/Accordion.d.ts +4 -0
  4. package/dist/Components/DataDisplay/Accordion/Accordion.d.ts.map +1 -0
  5. package/dist/Components/DataDisplay/Accordion/Accordion.stories.d.ts +42 -0
  6. package/dist/Components/DataDisplay/Accordion/Accordion.stories.d.ts.map +1 -0
  7. package/dist/Components/DataDisplay/Accordion/AccordionContext.d.ts +5 -0
  8. package/dist/Components/DataDisplay/Accordion/AccordionContext.d.ts.map +1 -0
  9. package/dist/Components/DataDisplay/Accordion/AccordionContextInterface.d.ts +8 -0
  10. package/dist/Components/DataDisplay/Accordion/AccordionContextInterface.d.ts.map +1 -0
  11. package/dist/Components/DataDisplay/Accordion/AccordionItem.d.ts +4 -0
  12. package/dist/Components/DataDisplay/Accordion/AccordionItem.d.ts.map +1 -0
  13. package/dist/Components/DataDisplay/Accordion/AccordionItemProps.d.ts +11 -0
  14. package/dist/Components/DataDisplay/Accordion/AccordionItemProps.d.ts.map +1 -0
  15. package/dist/Components/DataDisplay/Accordion/AccordionProps.d.ts +7 -0
  16. package/dist/Components/DataDisplay/Accordion/AccordionProps.d.ts.map +1 -0
  17. package/dist/Components/DataDisplay/Accordion/AccordionProvider.d.ts +4 -0
  18. package/dist/Components/DataDisplay/Accordion/AccordionProvider.d.ts.map +1 -0
  19. package/dist/Components/DataDisplay/Accordion/AccordionProviderInterface.d.ts +7 -0
  20. package/dist/Components/DataDisplay/Accordion/AccordionProviderInterface.d.ts.map +1 -0
  21. package/dist/Components/DataDisplay/Badge/Badge.d.ts +4 -0
  22. package/dist/Components/DataDisplay/Badge/Badge.d.ts.map +1 -0
  23. package/dist/Components/DataDisplay/Badge/Badge.stories.d.ts +24 -0
  24. package/dist/Components/DataDisplay/Badge/Badge.stories.d.ts.map +1 -0
  25. package/dist/Components/DataDisplay/Badge/BadgeProps.d.ts +6 -0
  26. package/dist/Components/DataDisplay/Badge/BadgeProps.d.ts.map +1 -0
  27. package/dist/Components/DataDisplay/Cards/BannerCard/BannerCard.d.ts +4 -0
  28. package/dist/Components/DataDisplay/Cards/BannerCard/BannerCard.d.ts.map +1 -0
  29. package/dist/Components/DataDisplay/Cards/BannerCard/BannerCard.stories.d.ts +11 -0
  30. package/dist/Components/DataDisplay/Cards/BannerCard/BannerCard.stories.d.ts.map +1 -0
  31. package/dist/Components/DataDisplay/Cards/BannerCard/BannerCardInterface.d.ts +14 -0
  32. package/dist/Components/DataDisplay/Cards/BannerCard/BannerCardInterface.d.ts.map +1 -0
  33. package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCard.d.ts +3 -0
  34. package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCard.d.ts.map +1 -0
  35. package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCard.stories.d.ts +14 -0
  36. package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCard.stories.d.ts.map +1 -0
  37. package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCardInterface.d.ts +16 -0
  38. package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCardInterface.d.ts.map +1 -0
  39. package/dist/Components/DataDisplay/Media/Media.d.ts +4 -0
  40. package/dist/Components/DataDisplay/Media/Media.d.ts.map +1 -0
  41. package/dist/Components/DataDisplay/Media/Media.stories.d.ts +15 -0
  42. package/dist/Components/DataDisplay/Media/Media.stories.d.ts.map +1 -0
  43. package/dist/Components/DataDisplay/Media/MediaProps.d.ts +8 -0
  44. package/dist/Components/DataDisplay/Media/MediaProps.d.ts.map +1 -0
  45. package/dist/Components/DataDisplay/Modal/Modal.d.ts +4 -0
  46. package/dist/Components/DataDisplay/Modal/Modal.d.ts.map +1 -0
  47. package/dist/Components/DataDisplay/Modal/Modal.stories.d.ts +40 -0
  48. package/dist/Components/DataDisplay/Modal/Modal.stories.d.ts.map +1 -0
  49. package/dist/Components/DataDisplay/Modal/ModalActions.d.ts +3 -0
  50. package/dist/Components/DataDisplay/Modal/ModalActions.d.ts.map +1 -0
  51. package/dist/Components/DataDisplay/Modal/ModalActionsLeft.d.ts +3 -0
  52. package/dist/Components/DataDisplay/Modal/ModalActionsLeft.d.ts.map +1 -0
  53. package/dist/Components/DataDisplay/Modal/ModalActionsRight.d.ts +3 -0
  54. package/dist/Components/DataDisplay/Modal/ModalActionsRight.d.ts.map +1 -0
  55. package/dist/Components/DataDisplay/Modal/ModalBody.d.ts +4 -0
  56. package/dist/Components/DataDisplay/Modal/ModalBody.d.ts.map +1 -0
  57. package/dist/Components/DataDisplay/Modal/ModalBodyProps.d.ts +6 -0
  58. package/dist/Components/DataDisplay/Modal/ModalBodyProps.d.ts.map +1 -0
  59. package/dist/Components/DataDisplay/Modal/ModalCurtain.d.ts +3 -0
  60. package/dist/Components/DataDisplay/Modal/ModalCurtain.d.ts.map +1 -0
  61. package/dist/Components/DataDisplay/Modal/ModalHeader.d.ts +4 -0
  62. package/dist/Components/DataDisplay/Modal/ModalHeader.d.ts.map +1 -0
  63. package/dist/Components/DataDisplay/Modal/ModalHeaderProps.d.ts +8 -0
  64. package/dist/Components/DataDisplay/Modal/ModalHeaderProps.d.ts.map +1 -0
  65. package/dist/Components/DataDisplay/Modal/ModalProps.d.ts +7 -0
  66. package/dist/Components/DataDisplay/Modal/ModalProps.d.ts.map +1 -0
  67. package/dist/Components/DataDisplay/NotificationsBell/NotificationBell.stories.d.ts +15 -0
  68. package/dist/Components/DataDisplay/NotificationsBell/NotificationBell.stories.d.ts.map +1 -0
  69. package/dist/Components/DataDisplay/NotificationsBell/NotificationsBell.d.ts +4 -0
  70. package/dist/Components/DataDisplay/NotificationsBell/NotificationsBell.d.ts.map +1 -0
  71. package/dist/Components/DataDisplay/NotificationsBell/NotificationsBellProps.d.ts +8 -0
  72. package/dist/Components/DataDisplay/NotificationsBell/NotificationsBellProps.d.ts.map +1 -0
  73. package/dist/Components/DataDisplay/NotificationsPanel/Notification.d.ts +4 -0
  74. package/dist/Components/DataDisplay/NotificationsPanel/Notification.d.ts.map +1 -0
  75. package/dist/Components/DataDisplay/NotificationsPanel/Notification.stories.d.ts +76 -0
  76. package/dist/Components/DataDisplay/NotificationsPanel/Notification.stories.d.ts.map +1 -0
  77. package/dist/Components/DataDisplay/NotificationsPanel/NotificationProps.d.ts +11 -0
  78. package/dist/Components/DataDisplay/NotificationsPanel/NotificationProps.d.ts.map +1 -0
  79. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroup.d.ts +4 -0
  80. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroup.d.ts.map +1 -0
  81. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.d.ts +7 -0
  82. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.d.ts.map +1 -0
  83. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroups.d.ts +4 -0
  84. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroups.d.ts.map +1 -0
  85. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.d.ts +6 -0
  86. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.d.ts.map +1 -0
  87. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsHeader.d.ts +4 -0
  88. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsHeader.d.ts.map +1 -0
  89. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsHeaderProps.d.ts +7 -0
  90. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsHeaderProps.d.ts.map +1 -0
  91. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsNone.d.ts +3 -0
  92. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsNone.d.ts.map +1 -0
  93. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanel.d.ts +4 -0
  94. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanel.d.ts.map +1 -0
  95. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.d.ts +6 -0
  96. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.d.ts.map +1 -0
  97. package/dist/Components/DataDisplay/Tab/Tab.d.ts +3 -0
  98. package/dist/Components/DataDisplay/Tab/Tab.d.ts.map +1 -0
  99. package/dist/Components/DataDisplay/Tab/Tab.stories.d.ts +41 -0
  100. package/dist/Components/DataDisplay/Tab/Tab.stories.d.ts.map +1 -0
  101. package/dist/Components/DataDisplay/Tab/TabBody.d.ts +3 -0
  102. package/dist/Components/DataDisplay/Tab/TabBody.d.ts.map +1 -0
  103. package/dist/Components/DataDisplay/Tab/TabBodyContent.d.ts +3 -0
  104. package/dist/Components/DataDisplay/Tab/TabBodyContent.d.ts.map +1 -0
  105. package/dist/Components/DataDisplay/Tab/TabBodyContentProps.d.ts +8 -0
  106. package/dist/Components/DataDisplay/Tab/TabBodyContentProps.d.ts.map +1 -0
  107. package/dist/Components/DataDisplay/Tab/TabBodyProps.d.ts +7 -0
  108. package/dist/Components/DataDisplay/Tab/TabBodyProps.d.ts.map +1 -0
  109. package/dist/Components/DataDisplay/Tab/TabContext.d.ts +5 -0
  110. package/dist/Components/DataDisplay/Tab/TabContext.d.ts.map +1 -0
  111. package/dist/Components/DataDisplay/Tab/TabContextProps.d.ts +6 -0
  112. package/dist/Components/DataDisplay/Tab/TabContextProps.d.ts.map +1 -0
  113. package/dist/Components/DataDisplay/Tab/TabNav.d.ts +3 -0
  114. package/dist/Components/DataDisplay/Tab/TabNav.d.ts.map +1 -0
  115. package/dist/Components/DataDisplay/Tab/TabNavItem.d.ts +3 -0
  116. package/dist/Components/DataDisplay/Tab/TabNavItem.d.ts.map +1 -0
  117. package/dist/Components/DataDisplay/Tab/TabNavItemProps.d.ts +9 -0
  118. package/dist/Components/DataDisplay/Tab/TabNavItemProps.d.ts.map +1 -0
  119. package/dist/Components/DataDisplay/Tab/TabNavProps.d.ts +7 -0
  120. package/dist/Components/DataDisplay/Tab/TabNavProps.d.ts.map +1 -0
  121. package/dist/Components/DataDisplay/Tab/TabProps.d.ts +7 -0
  122. package/dist/Components/DataDisplay/Tab/TabProps.d.ts.map +1 -0
  123. package/dist/Components/DataDisplay/Table/Table.d.ts +4 -0
  124. package/dist/Components/DataDisplay/Table/Table.d.ts.map +1 -0
  125. package/dist/Components/DataDisplay/Table/Table.stories.d.ts +40 -0
  126. package/dist/Components/DataDisplay/Table/Table.stories.d.ts.map +1 -0
  127. package/dist/Components/DataDisplay/Table/TableBody.d.ts +4 -0
  128. package/dist/Components/DataDisplay/Table/TableBody.d.ts.map +1 -0
  129. package/dist/Components/DataDisplay/Table/TableBodyProps.d.ts +7 -0
  130. package/dist/Components/DataDisplay/Table/TableBodyProps.d.ts.map +1 -0
  131. package/dist/Components/DataDisplay/Table/TableCell.d.ts +4 -0
  132. package/dist/Components/DataDisplay/Table/TableCell.d.ts.map +1 -0
  133. package/dist/Components/DataDisplay/Table/TableCellAction.d.ts +4 -0
  134. package/dist/Components/DataDisplay/Table/TableCellAction.d.ts.map +1 -0
  135. package/dist/Components/DataDisplay/Table/TableCellActionProps.d.ts +10 -0
  136. package/dist/Components/DataDisplay/Table/TableCellActionProps.d.ts.map +1 -0
  137. package/dist/Components/DataDisplay/Table/TableCellProps.d.ts +10 -0
  138. package/dist/Components/DataDisplay/Table/TableCellProps.d.ts.map +1 -0
  139. package/dist/Components/DataDisplay/Table/TableCellWithDesc.d.ts +4 -0
  140. package/dist/Components/DataDisplay/Table/TableCellWithDesc.d.ts.map +1 -0
  141. package/dist/Components/DataDisplay/Table/TableCellWithDescProps.d.ts +9 -0
  142. package/dist/Components/DataDisplay/Table/TableCellWithDescProps.d.ts.map +1 -0
  143. package/dist/Components/DataDisplay/Table/TableCellWithImage.d.ts +4 -0
  144. package/dist/Components/DataDisplay/Table/TableCellWithImage.d.ts.map +1 -0
  145. package/dist/Components/DataDisplay/Table/TableCellWithImageProps.d.ts +10 -0
  146. package/dist/Components/DataDisplay/Table/TableCellWithImageProps.d.ts.map +1 -0
  147. package/dist/Components/DataDisplay/Table/TableFooter.d.ts +3 -0
  148. package/dist/Components/DataDisplay/Table/TableFooter.d.ts.map +1 -0
  149. package/dist/Components/DataDisplay/Table/TableHead.d.ts +4 -0
  150. package/dist/Components/DataDisplay/Table/TableHead.d.ts.map +1 -0
  151. package/dist/Components/DataDisplay/Table/TableHeadProps.d.ts +7 -0
  152. package/dist/Components/DataDisplay/Table/TableHeadProps.d.ts.map +1 -0
  153. package/dist/Components/DataDisplay/Table/TableHeaderCell.d.ts +4 -0
  154. package/dist/Components/DataDisplay/Table/TableHeaderCell.d.ts.map +1 -0
  155. package/dist/Components/DataDisplay/Table/TableHeaderCellProps.d.ts +9 -0
  156. package/dist/Components/DataDisplay/Table/TableHeaderCellProps.d.ts.map +1 -0
  157. package/dist/Components/DataDisplay/Table/TableProps.d.ts +7 -0
  158. package/dist/Components/DataDisplay/Table/TableProps.d.ts.map +1 -0
  159. package/dist/Components/DataDisplay/Table/TableRow.d.ts +4 -0
  160. package/dist/Components/DataDisplay/Table/TableRow.d.ts.map +1 -0
  161. package/dist/Components/DataDisplay/Table/TableRowProps.d.ts +7 -0
  162. package/dist/Components/DataDisplay/Table/TableRowProps.d.ts.map +1 -0
  163. package/dist/Components/DataDisplay/export.d.ts +13 -0
  164. package/dist/Components/DataDisplay/export.d.ts.map +1 -0
  165. package/dist/Components/Form/Button/Button.d.ts +7 -0
  166. package/dist/Components/Form/Button/Button.d.ts.map +1 -0
  167. package/dist/Components/Form/Button/Button.stories.d.ts +18 -0
  168. package/dist/Components/Form/Button/Button.stories.d.ts.map +1 -0
  169. package/dist/Components/Form/Button/ButtonProps.d.ts +16 -0
  170. package/dist/Components/Form/Button/ButtonProps.d.ts.map +1 -0
  171. package/dist/Components/Form/Checkbox/Checkbox.d.ts +4 -0
  172. package/dist/Components/Form/Checkbox/Checkbox.d.ts.map +1 -0
  173. package/dist/Components/Form/Checkbox/Checkbox.stories.d.ts +18 -0
  174. package/dist/Components/Form/Checkbox/Checkbox.stories.d.ts.map +1 -0
  175. package/dist/Components/Form/Checkbox/CheckboxProps.d.ts +21 -0
  176. package/dist/Components/Form/Checkbox/CheckboxProps.d.ts.map +1 -0
  177. package/dist/Components/Form/CheckboxSelect/CheckboxSelect.d.ts +3 -0
  178. package/dist/Components/Form/CheckboxSelect/CheckboxSelect.d.ts.map +1 -0
  179. package/dist/Components/Form/CheckboxSelect/CheckboxSelectItem.d.ts +3 -0
  180. package/dist/Components/Form/CheckboxSelect/CheckboxSelectItem.d.ts.map +1 -0
  181. package/dist/Components/Form/CheckboxSet/CheckboxSet.d.ts +4 -0
  182. package/dist/Components/Form/CheckboxSet/CheckboxSet.d.ts.map +1 -0
  183. package/dist/Components/Form/CheckboxSet/CheckboxSet.stories.d.ts +77 -0
  184. package/dist/Components/Form/CheckboxSet/CheckboxSet.stories.d.ts.map +1 -0
  185. package/dist/Components/Form/CheckboxSet/CheckboxSetItem.d.ts +4 -0
  186. package/dist/Components/Form/CheckboxSet/CheckboxSetItem.d.ts.map +1 -0
  187. package/dist/Components/Form/CheckboxSet/CheckboxSetProps.d.ts +8 -0
  188. package/dist/Components/Form/CheckboxSet/CheckboxSetProps.d.ts.map +1 -0
  189. package/dist/Components/Form/CurrencyField/CurrencyField.d.ts +4 -0
  190. package/dist/Components/Form/CurrencyField/CurrencyField.d.ts.map +1 -0
  191. package/dist/Components/Form/CurrencyField/CurrencyField.stories.d.ts +14 -0
  192. package/dist/Components/Form/CurrencyField/CurrencyField.stories.d.ts.map +1 -0
  193. package/dist/Components/Form/CurrencyField/CurrencyFieldProps.d.ts +7 -0
  194. package/dist/Components/Form/CurrencyField/CurrencyFieldProps.d.ts.map +1 -0
  195. package/dist/Components/Form/DateField/DateField.d.ts +4 -0
  196. package/dist/Components/Form/DateField/DateField.d.ts.map +1 -0
  197. package/dist/Components/Form/DateField/DateField.stories.d.ts +14 -0
  198. package/dist/Components/Form/DateField/DateField.stories.d.ts.map +1 -0
  199. package/dist/Components/Form/DropdownBadge/DropdownBadge.d.ts +4 -0
  200. package/dist/Components/Form/DropdownBadge/DropdownBadge.d.ts.map +1 -0
  201. package/dist/Components/Form/DropdownBadge/DropdownBadge.stories.d.ts +15 -0
  202. package/dist/Components/Form/DropdownBadge/DropdownBadge.stories.d.ts.map +1 -0
  203. package/dist/Components/Form/DropdownBadge/DropdownBadgeItem.d.ts +4 -0
  204. package/dist/Components/Form/DropdownBadge/DropdownBadgeItem.d.ts.map +1 -0
  205. package/dist/Components/Form/DropdownBadge/DropdownBadgeItemProps.d.ts +9 -0
  206. package/dist/Components/Form/DropdownBadge/DropdownBadgeItemProps.d.ts.map +1 -0
  207. package/dist/Components/Form/DropdownBadge/DropdownBadgeProps.d.ts +28 -0
  208. package/dist/Components/Form/DropdownBadge/DropdownBadgeProps.d.ts.map +1 -0
  209. package/dist/Components/Form/DropdownBadge/DropdownBadgeSelector.d.ts +4 -0
  210. package/dist/Components/Form/DropdownBadge/DropdownBadgeSelector.d.ts.map +1 -0
  211. package/dist/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.d.ts +6 -0
  212. package/dist/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.d.ts.map +1 -0
  213. package/dist/Components/Form/DropdownField/DropdownField.d.ts +4 -0
  214. package/dist/Components/Form/DropdownField/DropdownField.d.ts.map +1 -0
  215. package/dist/Components/Form/DropdownField/DropdownField.stories.d.ts +15 -0
  216. package/dist/Components/Form/DropdownField/DropdownField.stories.d.ts.map +1 -0
  217. package/dist/Components/Form/DropdownField/DropdownFieldItem.d.ts +4 -0
  218. package/dist/Components/Form/DropdownField/DropdownFieldItem.d.ts.map +1 -0
  219. package/dist/Components/Form/DropdownField/DropdownFieldItemProps.d.ts +8 -0
  220. package/dist/Components/Form/DropdownField/DropdownFieldItemProps.d.ts.map +1 -0
  221. package/dist/Components/Form/DropdownField/DropdownFieldProps.d.ts +30 -0
  222. package/dist/Components/Form/DropdownField/DropdownFieldProps.d.ts.map +1 -0
  223. package/dist/Components/Form/DropdownField/DropdownFieldSelector.d.ts +4 -0
  224. package/dist/Components/Form/DropdownField/DropdownFieldSelector.d.ts.map +1 -0
  225. package/dist/Components/Form/DropdownField/DropdownFieldSelectorProps.d.ts +6 -0
  226. package/dist/Components/Form/DropdownField/DropdownFieldSelectorProps.d.ts.map +1 -0
  227. package/dist/Components/Form/EmailField/EmailField.d.ts +4 -0
  228. package/dist/Components/Form/EmailField/EmailField.d.ts.map +1 -0
  229. package/dist/Components/Form/EmailField/EmailField.stories.d.ts +14 -0
  230. package/dist/Components/Form/EmailField/EmailField.stories.d.ts.map +1 -0
  231. package/dist/Components/Form/ErrorMessage/ErrorMessage.d.ts +3 -0
  232. package/dist/Components/Form/ErrorMessage/ErrorMessage.d.ts.map +1 -0
  233. package/dist/Components/Form/FormFieldHolder/FormFieldHolder.d.ts +4 -0
  234. package/dist/Components/Form/FormFieldHolder/FormFieldHolder.d.ts.map +1 -0
  235. package/dist/Components/Form/FormFieldHolder/FormFieldHolder.stories.d.ts +40 -0
  236. package/dist/Components/Form/FormFieldHolder/FormFieldHolder.stories.d.ts.map +1 -0
  237. package/dist/Components/Form/FormFieldHolder/FormFieldHolderProps.d.ts +11 -0
  238. package/dist/Components/Form/FormFieldHolder/FormFieldHolderProps.d.ts.map +1 -0
  239. package/dist/Components/Form/IconButton/IconButton.d.ts +7 -0
  240. package/dist/Components/Form/IconButton/IconButton.d.ts.map +1 -0
  241. package/dist/Components/Form/IconButton/IconButton.stories.d.ts +16 -0
  242. package/dist/Components/Form/IconButton/IconButton.stories.d.ts.map +1 -0
  243. package/dist/Components/Form/IconButton/IconButtonProps.d.ts +14 -0
  244. package/dist/Components/Form/IconButton/IconButtonProps.d.ts.map +1 -0
  245. package/dist/Components/Form/InputProps.d.ts +24 -0
  246. package/dist/Components/Form/InputProps.d.ts.map +1 -0
  247. package/dist/Components/Form/MultiSelectField/MultiSelectField.d.ts +3 -0
  248. package/dist/Components/Form/MultiSelectField/MultiSelectField.d.ts.map +1 -0
  249. package/dist/Components/Form/MultiSelectField/MultiSelectFieldItem.d.ts +3 -0
  250. package/dist/Components/Form/MultiSelectField/MultiSelectFieldItem.d.ts.map +1 -0
  251. package/dist/Components/Form/MultiSelectField/MultiSelectFieldTag.d.ts +3 -0
  252. package/dist/Components/Form/MultiSelectField/MultiSelectFieldTag.d.ts.map +1 -0
  253. package/dist/Components/Form/PasswordField/PasswordField.d.ts +4 -0
  254. package/dist/Components/Form/PasswordField/PasswordField.d.ts.map +1 -0
  255. package/dist/Components/Form/PasswordField/PasswordField.stories.d.ts +14 -0
  256. package/dist/Components/Form/PasswordField/PasswordField.stories.d.ts.map +1 -0
  257. package/dist/Components/Form/RadioButtons/RadioButton.d.ts +4 -0
  258. package/dist/Components/Form/RadioButtons/RadioButton.d.ts.map +1 -0
  259. package/dist/Components/Form/RadioButtons/RadioButtonProps.d.ts +21 -0
  260. package/dist/Components/Form/RadioButtons/RadioButtonProps.d.ts.map +1 -0
  261. package/dist/Components/Form/RadioButtons/RadioButtons.d.ts +4 -0
  262. package/dist/Components/Form/RadioButtons/RadioButtons.d.ts.map +1 -0
  263. package/dist/Components/Form/RadioButtons/RadioButtons.stories.d.ts +46 -0
  264. package/dist/Components/Form/RadioButtons/RadioButtons.stories.d.ts.map +1 -0
  265. package/dist/Components/Form/RadioButtons/RadioButtonsProps.d.ts +9 -0
  266. package/dist/Components/Form/RadioButtons/RadioButtonsProps.d.ts.map +1 -0
  267. package/dist/Components/Form/TextField/TextField.d.ts +4 -0
  268. package/dist/Components/Form/TextField/TextField.d.ts.map +1 -0
  269. package/dist/Components/Form/TextField/TextField.stories.d.ts +14 -0
  270. package/dist/Components/Form/TextField/TextField.stories.d.ts.map +1 -0
  271. package/dist/Components/Form/TextField/TextFieldProps.d.ts +7 -0
  272. package/dist/Components/Form/TextField/TextFieldProps.d.ts.map +1 -0
  273. package/dist/Components/Form/Textarea/Textarea.d.ts +4 -0
  274. package/dist/Components/Form/Textarea/Textarea.d.ts.map +1 -0
  275. package/dist/Components/Form/Textarea/Textarea.stories.d.ts +15 -0
  276. package/dist/Components/Form/Textarea/Textarea.stories.d.ts.map +1 -0
  277. package/dist/Components/Form/Textarea/TextareaProps.d.ts +26 -0
  278. package/dist/Components/Form/Textarea/TextareaProps.d.ts.map +1 -0
  279. package/dist/Components/Form/TimeField/TimeField.d.ts +4 -0
  280. package/dist/Components/Form/TimeField/TimeField.d.ts.map +1 -0
  281. package/dist/Components/Form/TimeField/TimeField.stories.d.ts +14 -0
  282. package/dist/Components/Form/TimeField/TimeField.stories.d.ts.map +1 -0
  283. package/dist/Components/Form/ToggleSwitch/ToggleSwitch.d.ts +4 -0
  284. package/dist/Components/Form/ToggleSwitch/ToggleSwitch.d.ts.map +1 -0
  285. package/dist/Components/Form/ToggleSwitch/ToggleSwitch.stories.d.ts +18 -0
  286. package/dist/Components/Form/ToggleSwitch/ToggleSwitch.stories.d.ts.map +1 -0
  287. package/dist/Components/Form/ToggleSwitch/ToggleSwitchProps.d.ts +21 -0
  288. package/dist/Components/Form/ToggleSwitch/ToggleSwitchProps.d.ts.map +1 -0
  289. package/dist/Components/Form/export.d.ts +18 -0
  290. package/dist/Components/Form/export.d.ts.map +1 -0
  291. package/dist/Components/Icons/Arrows/CaretDown/CaretDown.d.ts +4 -0
  292. package/dist/Components/Icons/Arrows/CaretDown/CaretDown.d.ts.map +1 -0
  293. package/dist/Components/Icons/Arrows/CaretLeft/CaretLeft.d.ts +4 -0
  294. package/dist/Components/Icons/Arrows/CaretLeft/CaretLeft.d.ts.map +1 -0
  295. package/dist/Components/Icons/Arrows/CaretRight/CaretRight.d.ts +4 -0
  296. package/dist/Components/Icons/Arrows/CaretRight/CaretRight.d.ts.map +1 -0
  297. package/dist/Components/Icons/Arrows/CaretUp/CaretUp.d.ts +4 -0
  298. package/dist/Components/Icons/Arrows/CaretUp/CaretUp.d.ts.map +1 -0
  299. package/dist/Components/Icons/Brand/WindowLogo/WindowLogo.d.ts +4 -0
  300. package/dist/Components/Icons/Brand/WindowLogo/WindowLogo.d.ts.map +1 -0
  301. package/dist/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.d.ts +4 -0
  302. package/dist/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.d.ts.map +1 -0
  303. package/dist/Components/Icons/Communication/AddressBook/AddressBook.d.ts +4 -0
  304. package/dist/Components/Icons/Communication/AddressBook/AddressBook.d.ts.map +1 -0
  305. package/dist/Components/Icons/Communication/AddressBook/AddressBook.stories.d.ts +22 -0
  306. package/dist/Components/Icons/Communication/AddressBook/AddressBook.stories.d.ts.map +1 -0
  307. package/dist/Components/Icons/Communication/Asterick/Asterisk.d.ts +4 -0
  308. package/dist/Components/Icons/Communication/Asterick/Asterisk.d.ts.map +1 -0
  309. package/dist/Components/Icons/Communication/Asterick/Asterisk.stories.d.ts +22 -0
  310. package/dist/Components/Icons/Communication/Asterick/Asterisk.stories.d.ts.map +1 -0
  311. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.d.ts +4 -0
  312. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.d.ts.map +1 -0
  313. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.d.ts +22 -0
  314. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.d.ts.map +1 -0
  315. package/dist/Components/Icons/Communication/At/At.d.ts +4 -0
  316. package/dist/Components/Icons/Communication/At/At.d.ts.map +1 -0
  317. package/dist/Components/Icons/Communication/At/At.stories.d.ts +22 -0
  318. package/dist/Components/Icons/Communication/At/At.stories.d.ts.map +1 -0
  319. package/dist/Components/Icons/Communication/Broadcast/Broadcast.d.ts +4 -0
  320. package/dist/Components/Icons/Communication/Broadcast/Broadcast.d.ts.map +1 -0
  321. package/dist/Components/Icons/Communication/Broadcast/Broadcast.stories.d.ts +22 -0
  322. package/dist/Components/Icons/Communication/Broadcast/Broadcast.stories.d.ts.map +1 -0
  323. package/dist/Components/Icons/Communication/Chat/Chat.d.ts +4 -0
  324. package/dist/Components/Icons/Communication/Chat/Chat.d.ts.map +1 -0
  325. package/dist/Components/Icons/Communication/Chat/Chat.stories.d.ts +22 -0
  326. package/dist/Components/Icons/Communication/Chat/Chat.stories.d.ts.map +1 -0
  327. package/dist/Components/Icons/Design/Eye/Eye.d.ts +4 -0
  328. package/dist/Components/Icons/Design/Eye/Eye.d.ts.map +1 -0
  329. package/dist/Components/Icons/Design/EyeSlash/EyeSlash.d.ts +4 -0
  330. package/dist/Components/Icons/Design/EyeSlash/EyeSlash.d.ts.map +1 -0
  331. package/dist/Components/Icons/IconProps.d.ts +5 -0
  332. package/dist/Components/Icons/IconProps.d.ts.map +1 -0
  333. package/dist/Components/Icons/MathAndFinance/XIcon/XIcon.d.ts +4 -0
  334. package/dist/Components/Icons/MathAndFinance/XIcon/XIcon.d.ts.map +1 -0
  335. package/dist/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.d.ts +4 -0
  336. package/dist/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.d.ts.map +1 -0
  337. package/dist/Components/Icons/SystemAndDevice/Bell/Bell.d.ts +4 -0
  338. package/dist/Components/Icons/SystemAndDevice/Bell/Bell.d.ts.map +1 -0
  339. package/dist/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.d.ts +4 -0
  340. package/dist/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.d.ts.map +1 -0
  341. package/dist/Components/Icons/Time/CalendarBank/CalendarBank.d.ts +4 -0
  342. package/dist/Components/Icons/Time/CalendarBank/CalendarBank.d.ts.map +1 -0
  343. package/dist/Components/Icons/Time/Clock/Clock.d.ts +4 -0
  344. package/dist/Components/Icons/Time/Clock/Clock.d.ts.map +1 -0
  345. package/dist/Components/Layout/CalloutPopup/CalloutPopup.d.ts +3 -0
  346. package/dist/Components/Layout/CalloutPopup/CalloutPopup.d.ts.map +1 -0
  347. package/dist/Components/Layout/Header/Header.d.ts +4 -0
  348. package/dist/Components/Layout/Header/Header.d.ts.map +1 -0
  349. package/dist/Components/Layout/Header/Header.stories.d.ts +40 -0
  350. package/dist/Components/Layout/Header/Header.stories.d.ts.map +1 -0
  351. package/dist/Components/Layout/Header/HeaderLeft.d.ts +4 -0
  352. package/dist/Components/Layout/Header/HeaderLeft.d.ts.map +1 -0
  353. package/dist/Components/Layout/Header/HeaderLeftProps.d.ts +7 -0
  354. package/dist/Components/Layout/Header/HeaderLeftProps.d.ts.map +1 -0
  355. package/dist/Components/Layout/Header/HeaderProps.d.ts +7 -0
  356. package/dist/Components/Layout/Header/HeaderProps.d.ts.map +1 -0
  357. package/dist/Components/Layout/Header/HeaderRight.d.ts +4 -0
  358. package/dist/Components/Layout/Header/HeaderRight.d.ts.map +1 -0
  359. package/dist/Components/Layout/Header/HeaderRightProps.d.ts +9 -0
  360. package/dist/Components/Layout/Header/HeaderRightProps.d.ts.map +1 -0
  361. package/dist/Components/Layout/Pagination/Pagination.d.ts +3 -0
  362. package/dist/Components/Layout/Pagination/Pagination.d.ts.map +1 -0
  363. package/dist/Components/Layout/Pagination/PaginationFirst.d.ts +3 -0
  364. package/dist/Components/Layout/Pagination/PaginationFirst.d.ts.map +1 -0
  365. package/dist/Components/Layout/Pagination/PaginationLast.d.ts +3 -0
  366. package/dist/Components/Layout/Pagination/PaginationLast.d.ts.map +1 -0
  367. package/dist/Components/Layout/Pagination/PaginationNext.d.ts +3 -0
  368. package/dist/Components/Layout/Pagination/PaginationNext.d.ts.map +1 -0
  369. package/dist/Components/Layout/Pagination/PaginationNumber.d.ts +3 -0
  370. package/dist/Components/Layout/Pagination/PaginationNumber.d.ts.map +1 -0
  371. package/dist/Components/Layout/Pagination/PaginationPrevious.d.ts +3 -0
  372. package/dist/Components/Layout/Pagination/PaginationPrevious.d.ts.map +1 -0
  373. package/dist/Components/Layout/ProfileAvatar/ProfileAvatar.d.ts +4 -0
  374. package/dist/Components/Layout/ProfileAvatar/ProfileAvatar.d.ts.map +1 -0
  375. package/dist/Components/Layout/ProfileAvatar/ProfileAvatar.stories.d.ts +14 -0
  376. package/dist/Components/Layout/ProfileAvatar/ProfileAvatar.stories.d.ts.map +1 -0
  377. package/dist/Components/Layout/ProfileAvatar/ProfileAvatarProps.d.ts +9 -0
  378. package/dist/Components/Layout/ProfileAvatar/ProfileAvatarProps.d.ts.map +1 -0
  379. package/dist/Components/Layout/ProfileDropdown/ProfileDropdown.d.ts +4 -0
  380. package/dist/Components/Layout/ProfileDropdown/ProfileDropdown.d.ts.map +1 -0
  381. package/dist/Components/Layout/ProfileDropdown/ProfileDropdown.stories.d.ts +76 -0
  382. package/dist/Components/Layout/ProfileDropdown/ProfileDropdown.stories.d.ts.map +1 -0
  383. package/dist/Components/Layout/ProfileDropdown/ProfileDropdownProps.d.ts +7 -0
  384. package/dist/Components/Layout/ProfileDropdown/ProfileDropdownProps.d.ts.map +1 -0
  385. package/dist/Components/Layout/ProfileDropdown/ProfileHeader.d.ts +4 -0
  386. package/dist/Components/Layout/ProfileDropdown/ProfileHeader.d.ts.map +1 -0
  387. package/dist/Components/Layout/ProfileDropdown/ProfileHeaderProps.d.ts +8 -0
  388. package/dist/Components/Layout/ProfileDropdown/ProfileHeaderProps.d.ts.map +1 -0
  389. package/dist/Components/Layout/ProfileDropdown/ProfileLink.d.ts +4 -0
  390. package/dist/Components/Layout/ProfileDropdown/ProfileLink.d.ts.map +1 -0
  391. package/dist/Components/Layout/ProfileDropdown/ProfileLinkProps.d.ts +6 -0
  392. package/dist/Components/Layout/ProfileDropdown/ProfileLinkProps.d.ts.map +1 -0
  393. package/dist/Components/Layout/ProfileDropdown/ProfileLinks.d.ts +4 -0
  394. package/dist/Components/Layout/ProfileDropdown/ProfileLinks.d.ts.map +1 -0
  395. package/dist/Components/Layout/ProfileDropdown/ProfileLinksProps.d.ts +6 -0
  396. package/dist/Components/Layout/ProfileDropdown/ProfileLinksProps.d.ts.map +1 -0
  397. package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItem.d.ts +4 -0
  398. package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItem.d.ts.map +1 -0
  399. package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.d.ts +9 -0
  400. package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.d.ts.map +1 -0
  401. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanel.d.ts +4 -0
  402. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanel.d.ts.map +1 -0
  403. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.d.ts +9 -0
  404. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.d.ts.map +1 -0
  405. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchUser.d.ts +4 -0
  406. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchUser.d.ts.map +1 -0
  407. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchUserProps.d.ts +7 -0
  408. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchUserProps.d.ts.map +1 -0
  409. package/dist/Components/Layout/Sidebar/Sidebar.d.ts +4 -0
  410. package/dist/Components/Layout/Sidebar/Sidebar.d.ts.map +1 -0
  411. package/dist/Components/Layout/Sidebar/SidebarChevron.d.ts +4 -0
  412. package/dist/Components/Layout/Sidebar/SidebarChevron.d.ts.map +1 -0
  413. package/dist/Components/Layout/Sidebar/SidebarChevronProps.d.ts +6 -0
  414. package/dist/Components/Layout/Sidebar/SidebarChevronProps.d.ts.map +1 -0
  415. package/dist/Components/Layout/Sidebar/SidebarNavigation.d.ts +4 -0
  416. package/dist/Components/Layout/Sidebar/SidebarNavigation.d.ts.map +1 -0
  417. package/dist/Components/Layout/Sidebar/SidebarNavigationItem.d.ts +4 -0
  418. package/dist/Components/Layout/Sidebar/SidebarNavigationItem.d.ts.map +1 -0
  419. package/dist/Components/Layout/Sidebar/SidebarNavigationItemProps.d.ts +11 -0
  420. package/dist/Components/Layout/Sidebar/SidebarNavigationItemProps.d.ts.map +1 -0
  421. package/dist/Components/Layout/Sidebar/SidebarNavigationProps.d.ts +8 -0
  422. package/dist/Components/Layout/Sidebar/SidebarNavigationProps.d.ts.map +1 -0
  423. package/dist/Components/Layout/Sidebar/SidebarProps.d.ts +7 -0
  424. package/dist/Components/Layout/Sidebar/SidebarProps.d.ts.map +1 -0
  425. package/dist/Components/Layout/Sidebar/SidebarSubNavigation.d.ts +4 -0
  426. package/dist/Components/Layout/Sidebar/SidebarSubNavigation.d.ts.map +1 -0
  427. package/dist/Components/Layout/Sidebar/SidebarSubNavigationItem.d.ts +4 -0
  428. package/dist/Components/Layout/Sidebar/SidebarSubNavigationItem.d.ts.map +1 -0
  429. package/dist/Components/Layout/Sidebar/SidebarSubNavigationItemProps.d.ts +11 -0
  430. package/dist/Components/Layout/Sidebar/SidebarSubNavigationItemProps.d.ts.map +1 -0
  431. package/dist/Components/Layout/Sidebar/SidebarSubNavigationProps.d.ts +9 -0
  432. package/dist/Components/Layout/Sidebar/SidebarSubNavigationProps.d.ts.map +1 -0
  433. package/dist/Components/Layout/Sidebar/sidebar.stories.d.ts +77 -0
  434. package/dist/Components/Layout/Sidebar/sidebar.stories.d.ts.map +1 -0
  435. package/dist/export.d.ts +3 -0
  436. package/dist/export.d.ts.map +1 -0
  437. package/dist/image/logo-small.svg +4 -0
  438. package/dist/image/logo.svg +26 -0
  439. package/dist/image/table-image.png +0 -0
  440. package/dist/index.cjs +31 -0
  441. package/dist/index.iife.js +31 -0
  442. package/dist/index.js +1869 -0
  443. package/dist/main.d.ts +1 -0
  444. package/dist/main.d.ts.map +1 -0
  445. package/dist/style.css +1 -0
  446. package/dist/vite.svg +1 -0
  447. package/package.json +26 -6
  448. package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.stories.tsx +1 -1
  449. package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.tsx +3 -1
  450. package/src/Components/DataDisplay/Media/Media.tsx +47 -47
  451. package/src/Components/DataDisplay/Media/MediaProps.tsx +9 -9
  452. package/src/Components/DataDisplay/NotificationsBell/NotificationsBellProps.tsx +9 -9
  453. package/src/Components/DataDisplay/NotificationsBell/notificationBell.module.scss +3 -3
  454. package/src/Components/DataDisplay/export.ts +14 -0
  455. package/src/Components/Form/export.ts +18 -0
  456. package/src/Components/Icons/MathAndFinance/XIcon/XIcon.tsx +107 -107
  457. package/src/Components/Layout/Header/Header.stories.tsx +56 -0
  458. package/src/Components/Layout/Header/Header.tsx +10 -1
  459. package/src/Components/Layout/Header/HeaderLeft.tsx +14 -1
  460. package/src/Components/Layout/Header/HeaderLeftProps.tsx +8 -0
  461. package/src/Components/Layout/Header/HeaderProps.tsx +8 -0
  462. package/src/Components/Layout/Header/HeaderRight.tsx +17 -1
  463. package/src/Components/Layout/Header/HeaderRightProps.ts +10 -0
  464. package/src/Components/Layout/Header/header.module.scss +53 -0
  465. package/src/Components/Layout/ProfileAvatar/profileAvatar.module.scss +1 -1
  466. package/src/Components/Layout/Sidebar/Sidebar.tsx +10 -1
  467. package/src/Components/Layout/Sidebar/SidebarChevron.tsx +15 -1
  468. package/src/Components/Layout/Sidebar/SidebarChevronProps.tsx +7 -0
  469. package/src/Components/Layout/Sidebar/SidebarNavigation.tsx +10 -1
  470. package/src/Components/Layout/Sidebar/SidebarNavigationItem.tsx +40 -1
  471. package/src/Components/Layout/Sidebar/SidebarNavigationItemProps.tsx +12 -0
  472. package/src/Components/Layout/Sidebar/SidebarNavigationProps.tsx +9 -0
  473. package/src/Components/Layout/Sidebar/SidebarProps.tsx +8 -0
  474. package/src/Components/Layout/Sidebar/SidebarSubNavigation.tsx +20 -5
  475. package/src/Components/Layout/Sidebar/SidebarSubNavigationItem.tsx +20 -0
  476. package/src/Components/Layout/Sidebar/SidebarSubNavigationItemProps.tsx +12 -0
  477. package/src/Components/Layout/Sidebar/SidebarSubNavigationProps.tsx +10 -0
  478. package/src/Components/Layout/Sidebar/sidebar.module.scss +133 -0
  479. package/src/Components/Layout/Sidebar/sidebar.stories.tsx +71 -0
  480. package/src/export.ts +2 -0
  481. package/src/global.scss +11 -1
  482. package/src/vite-env.d.ts +1 -1
  483. package/src/Notification/Notification.tsx +0 -83
  484. package/src/Notification/NotificationInterface.tsx +0 -9
  485. package/src/Notification/NotificationList.tsx +0 -54
  486. package/src/Notification/NotificationListHolder.tsx +0 -14
  487. package/src/Notification/NotificationListHolderInterface.tsx +0 -8
  488. package/src/Notification/NotificationListInterface.tsx +0 -11
  489. package/src/Notification/notification.scss +0 -225
  490. /package/src/Components/Form/CurrencyField/{CurrenctField.stories.tsx → CurrencyField.stories.tsx} +0 -0
@@ -0,0 +1,76 @@
1
+ import { Meta } from "@storybook/react";
2
+ declare const meta: Meta;
3
+ export default meta;
4
+ export declare const Notifications: {
5
+ decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
6
+ [x: string]: any;
7
+ }> | import("@storybook/types").DecoratorFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
8
+ [x: string]: any;
9
+ }>[] | undefined;
10
+ parameters?: import("@storybook/types").Parameters | undefined;
11
+ args?: (Partial<{
12
+ [x: string]: any;
13
+ }> & {
14
+ [x: string]: any;
15
+ [x: number]: any;
16
+ }) | undefined;
17
+ argTypes?: Partial<import("@storybook/types").ArgTypes<{
18
+ [x: string]: any;
19
+ }>> | undefined;
20
+ loaders?: import("@storybook/types").LoaderFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
21
+ [x: string]: any;
22
+ }> | import("@storybook/types").LoaderFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
23
+ [x: string]: any;
24
+ }>[] | undefined;
25
+ render?: import("@storybook/types").ArgsStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
26
+ [x: string]: any;
27
+ }> | undefined;
28
+ name?: string | undefined;
29
+ storyName?: string | undefined;
30
+ play?: import("@storybook/types").PlayFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
31
+ [x: string]: any;
32
+ }> | undefined;
33
+ tags?: string[] | undefined;
34
+ story?: Omit<import("@storybook/types").StoryAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, {
35
+ [x: string]: any;
36
+ }, Partial<{
37
+ [x: string]: any;
38
+ }>>, "story"> | undefined;
39
+ };
40
+ export declare const NoNotification: {
41
+ decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
42
+ [x: string]: any;
43
+ }> | import("@storybook/types").DecoratorFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
44
+ [x: string]: any;
45
+ }>[] | undefined;
46
+ parameters?: import("@storybook/types").Parameters | undefined;
47
+ args?: (Partial<{
48
+ [x: string]: any;
49
+ }> & {
50
+ [x: string]: any;
51
+ [x: number]: any;
52
+ }) | undefined;
53
+ argTypes?: Partial<import("@storybook/types").ArgTypes<{
54
+ [x: string]: any;
55
+ }>> | undefined;
56
+ loaders?: import("@storybook/types").LoaderFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
57
+ [x: string]: any;
58
+ }> | import("@storybook/types").LoaderFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
59
+ [x: string]: any;
60
+ }>[] | undefined;
61
+ render?: import("@storybook/types").ArgsStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
62
+ [x: string]: any;
63
+ }> | undefined;
64
+ name?: string | undefined;
65
+ storyName?: string | undefined;
66
+ play?: import("@storybook/types").PlayFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
67
+ [x: string]: any;
68
+ }> | undefined;
69
+ tags?: string[] | undefined;
70
+ story?: Omit<import("@storybook/types").StoryAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, {
71
+ [x: string]: any;
72
+ }, Partial<{
73
+ [x: string]: any;
74
+ }>>, "story"> | undefined;
75
+ };
76
+ //# sourceMappingURL=Notification.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Notification.stories.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/NotificationsPanel/Notification.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAY,MAAM,kBAAkB,CAAC;AASlD,QAAA,MAAM,IAAI,EAAE,IAOX,CAAC;AAEF,eAAe,IAAI,CAAC;AAuGpB,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEzB,CAAC;AAEF,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAE1B,CAAC"}
@@ -0,0 +1,11 @@
1
+ interface NotificationProps {
2
+ notificationInitials?: string;
3
+ extraClass?: string;
4
+ boldText?: string;
5
+ regularText?: string;
6
+ summaryText?: string;
7
+ notificatonItemOnClick?: () => void;
8
+ closeOnClick?: () => void;
9
+ }
10
+ export default NotificationProps;
11
+ //# sourceMappingURL=NotificationProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationProps.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/NotificationsPanel/NotificationProps.tsx"],"names":[],"mappings":"AAAA,UAAU,iBAAiB;IACzB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sBAAsB,CAAC,EAAE,MAAM,IAAI,CAAC;IACpC,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B;AAED,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import NotificationsGroupProps from "./NotificationsGroupProps";
2
+ declare const NotificationsGroup: ({ children, title }: NotificationsGroupProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default NotificationsGroup;
4
+ //# sourceMappingURL=NotificationsGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsGroup.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/NotificationsPanel/NotificationsGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,uBAAuB,MAAM,2BAA2B,CAAC;AAGhE,QAAA,MAAM,kBAAkB,wBAAyB,uBAAuB,4CAWvE,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from "react";
2
+ interface NotificationsGroupProps {
3
+ children?: ReactNode;
4
+ title: string;
5
+ }
6
+ export default NotificationsGroupProps;
7
+ //# sourceMappingURL=NotificationsGroupProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsGroupProps.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,UAAU,uBAAuB;IAC/B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAe,uBAAuB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import NotificationsGroupsProps from "./NotificationsGroupsProps";
2
+ declare const NotificationsGroups: (props: NotificationsGroupsProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default NotificationsGroups;
4
+ //# sourceMappingURL=NotificationsGroups.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsGroups.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/NotificationsPanel/NotificationsGroups.tsx"],"names":[],"mappings":"AACA,OAAO,wBAAwB,MAAM,4BAA4B,CAAC;AAGlE,QAAA,MAAM,mBAAmB,UAAW,wBAAwB,4CAmC3D,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from "react";
2
+ interface NotificationsGroupsProps {
3
+ children?: ReactNode;
4
+ }
5
+ export default NotificationsGroupsProps;
6
+ //# sourceMappingURL=NotificationsGroupsProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsGroupsProps.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,UAAU,wBAAwB;IAChC,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB;AAED,eAAe,wBAAwB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import NotificationsHeaderProps from "./NotificationsHeaderProps";
2
+ declare const NotificationsHeader: (props: NotificationsHeaderProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default NotificationsHeader;
4
+ //# sourceMappingURL=NotificationsHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsHeader.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/NotificationsPanel/NotificationsHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,wBAAwB,MAAM,4BAA4B,CAAC;AAElE,QAAA,MAAM,mBAAmB,UAAW,wBAAwB,4CAsB3D,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,7 @@
1
+ interface NotificationsHeaderProps {
2
+ extraClass?: string;
3
+ markAllAsReadOnClick?: () => void;
4
+ showMarkAllAsRead?: boolean;
5
+ }
6
+ export default NotificationsHeaderProps;
7
+ //# sourceMappingURL=NotificationsHeaderProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsHeaderProps.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/NotificationsPanel/NotificationsHeaderProps.tsx"],"names":[],"mappings":"AAAA,UAAU,wBAAwB;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,oBAAoB,CAAC,EAAE,MAAM,IAAI,CAAC;IAClC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,eAAe,wBAAwB,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const NotificationsNone: () => import("react/jsx-runtime").JSX.Element;
2
+ export default NotificationsNone;
3
+ //# sourceMappingURL=NotificationsNone.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsNone.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/NotificationsPanel/NotificationsNone.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,iBAAiB,+CAMtB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import NotificationsPanelProps from "./NotificationsPanelProps";
2
+ declare const NotificationsPanel: ({ children }: NotificationsPanelProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default NotificationsPanel;
4
+ //# sourceMappingURL=NotificationsPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsPanel.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/NotificationsPanel/NotificationsPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,uBAAuB,MAAM,2BAA2B,CAAC;AAGhE,QAAA,MAAM,kBAAkB,iBAAkB,uBAAuB,4CAEhE,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { ReactNode } from "react";
2
+ interface NotificationsPanelProps {
3
+ children?: ReactNode;
4
+ }
5
+ export default NotificationsPanelProps;
6
+ //# sourceMappingURL=NotificationsPanelProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NotificationsPanelProps.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAEjC,UAAU,uBAAuB;IAC/B,QAAQ,CAAC,EAAC,SAAS,CAAA;CACpB;AAED,eAAe,uBAAuB,CAAA"}
@@ -0,0 +1,3 @@
1
+ import TabInterface from "./TabProps.tsx";
2
+ export declare const Tab: ({ children, extraClass }: TabInterface) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=Tab.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tab.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Tab/Tab.tsx"],"names":[],"mappings":"AAGA,OAAO,YAAY,MAAM,gBAAgB,CAAC;AAG1C,eAAO,MAAM,GAAG,6BAA8B,YAAY,4CAazD,CAAC"}
@@ -0,0 +1,41 @@
1
+ import { Meta } from '@storybook/react';
2
+ declare const meta: Meta;
3
+ export default meta;
4
+ export declare const Example: {
5
+ args: {
6
+ items: {
7
+ index: number;
8
+ title: string;
9
+ desc: string;
10
+ }[];
11
+ };
12
+ decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
13
+ [x: string]: any;
14
+ }> | import("@storybook/types").DecoratorFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
15
+ [x: string]: any;
16
+ }>[] | undefined;
17
+ parameters?: import("@storybook/types").Parameters | undefined;
18
+ argTypes?: Partial<import("@storybook/types").ArgTypes<{
19
+ [x: string]: any;
20
+ }>> | undefined;
21
+ loaders?: import("@storybook/types").LoaderFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
22
+ [x: string]: any;
23
+ }> | import("@storybook/types").LoaderFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
24
+ [x: string]: any;
25
+ }>[] | undefined;
26
+ render?: import("@storybook/types").ArgsStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
27
+ [x: string]: any;
28
+ }> | undefined;
29
+ name?: string | undefined;
30
+ storyName?: string | undefined;
31
+ play?: import("@storybook/types").PlayFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
32
+ [x: string]: any;
33
+ }> | undefined;
34
+ tags?: string[] | undefined;
35
+ story?: Omit<import("@storybook/types").StoryAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, {
36
+ [x: string]: any;
37
+ }, Partial<{
38
+ [x: string]: any;
39
+ }>>, "story"> | undefined;
40
+ };
41
+ //# sourceMappingURL=Tab.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tab.stories.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Tab/Tab.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAW,MAAM,kBAAkB,CAAC;AAMhD,OAAO,oBAAoB,CAAA;AAE3B,QAAA,MAAM,IAAI,EAAE,IAIX,CAAC;AAEF,eAAe,IAAI,CAAC;AA8BpB,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BnB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import TabBodyProps from "./TabBodyProps.tsx";
2
+ export declare const TabBody: ({ children, extraClass }: TabBodyProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=TabBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabBody.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Tab/TabBody.tsx"],"names":[],"mappings":"AAAA,OAAO,YAAY,MAAM,oBAAoB,CAAC;AAG9C,eAAO,MAAM,OAAO,6BAA8B,YAAY,4CAE7D,CAAC"}
@@ -0,0 +1,3 @@
1
+ import TabBodyContentProps from "./TabBodyContentProps.tsx";
2
+ export declare const TabBodyContent: ({ children, tabIndex, extraClass, }: TabBodyContentProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=TabBodyContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabBodyContent.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Tab/TabBodyContent.tsx"],"names":[],"mappings":"AAEA,OAAO,mBAAmB,MAAM,2BAA2B,CAAC;AAE5D,eAAO,MAAM,cAAc,wCAIxB,mBAAmB,4CAMrB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { ReactNode } from "react";
2
+ interface TabBodyContentProps {
3
+ children: ReactNode;
4
+ tabIndex: any;
5
+ extraClass?: string;
6
+ }
7
+ export default TabBodyContentProps;
8
+ //# sourceMappingURL=TabBodyContentProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabBodyContentProps.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Tab/TabBodyContentProps.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,EAAE,GAAG,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from "react";
2
+ interface TabBodyProps {
3
+ children: ReactNode;
4
+ extraClass?: string;
5
+ }
6
+ export default TabBodyProps;
7
+ //# sourceMappingURL=TabBodyProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabBodyProps.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Tab/TabBodyProps.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,UAAU,YAAY;IACpB,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAe,YAAY,CAAC"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import TabContextProps from "./TabContextProps.tsx";
3
+ declare const TabContext: import("react").Context<TabContextProps>;
4
+ export default TabContext;
5
+ //# sourceMappingURL=TabContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabContext.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Tab/TabContext.tsx"],"names":[],"mappings":";AACA,OAAO,eAAe,MAAM,uBAAuB,CAAC;AAEpD,QAAA,MAAM,UAAU,0CAGd,CAAC;AAEH,eAAe,UAAU,CAAC"}
@@ -0,0 +1,6 @@
1
+ interface TabContextProps {
2
+ currentIndex: any;
3
+ setCurrentIndex: Function;
4
+ }
5
+ export default TabContextProps;
6
+ //# sourceMappingURL=TabContextProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabContextProps.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Tab/TabContextProps.tsx"],"names":[],"mappings":"AAAA,UAAU,eAAe;IACvB,YAAY,EAAE,GAAG,CAAC;IAClB,eAAe,EAAE,QAAQ,CAAC;CAC3B;AAED,eAAe,eAAe,CAAC"}
@@ -0,0 +1,3 @@
1
+ import TabNavProps from "./TabNavProps.tsx";
2
+ export declare const TabNav: ({ children, extraClass }: TabNavProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=TabNav.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabNav.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Tab/TabNav.tsx"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,mBAAmB,CAAC;AAG5C,eAAO,MAAM,MAAM,6BAA8B,WAAW,4CAE3D,CAAC"}
@@ -0,0 +1,3 @@
1
+ import TabNavItemProps from "./TabNavItemProps.tsx";
2
+ export declare const TabNavItem: (props: TabNavItemProps) => import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=TabNavItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabNavItem.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Tab/TabNavItem.tsx"],"names":[],"mappings":"AAEA,OAAO,eAAe,MAAM,uBAAuB,CAAC;AAGpD,eAAO,MAAM,UAAU,UAAW,eAAe,4CA2ChD,CAAC"}
@@ -0,0 +1,9 @@
1
+ interface TabNavItemProps {
2
+ title: string;
3
+ tabIndex: any;
4
+ onBeforeOpen?: Function;
5
+ onAfterOpened?: Function;
6
+ extraClass?: string;
7
+ }
8
+ export default TabNavItemProps;
9
+ //# sourceMappingURL=TabNavItemProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabNavItemProps.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Tab/TabNavItemProps.tsx"],"names":[],"mappings":"AAAA,UAAU,eAAe;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,GAAG,CAAC;IACd,YAAY,CAAC,EAAE,QAAQ,CAAC;IACxB,aAAa,CAAC,EAAE,QAAQ,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAe,eAAe,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from "react";
2
+ interface TabNavProps {
3
+ children: ReactNode;
4
+ extraClass?: string;
5
+ }
6
+ export default TabNavProps;
7
+ //# sourceMappingURL=TabNavProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabNavProps.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Tab/TabNavProps.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,UAAU,WAAW;IACnB,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAe,WAAW,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from "react";
2
+ interface TabProps {
3
+ children: ReactNode;
4
+ extraClass?: string;
5
+ }
6
+ export default TabProps;
7
+ //# sourceMappingURL=TabProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabProps.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Tab/TabProps.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,UAAU,QAAQ;IAChB,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,4 @@
1
+ import TableProps from "./TableProps";
2
+ declare const Table: (props: TableProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default Table;
4
+ //# sourceMappingURL=Table.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,cAAc,CAAC;AAGtC,QAAA,MAAM,KAAK,UAAW,UAAU,4CAI/B,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,40 @@
1
+ import { Meta } from "@storybook/react";
2
+ declare const meta: Meta;
3
+ export default meta;
4
+ export declare const Example: {
5
+ decorators?: import("@storybook/types").DecoratorFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
6
+ [x: string]: any;
7
+ }> | import("@storybook/types").DecoratorFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
8
+ [x: string]: any;
9
+ }>[] | undefined;
10
+ parameters?: import("@storybook/types").Parameters | undefined;
11
+ args?: (Partial<{
12
+ [x: string]: any;
13
+ }> & {
14
+ [x: string]: any;
15
+ [x: number]: any;
16
+ }) | undefined;
17
+ argTypes?: Partial<import("@storybook/types").ArgTypes<{
18
+ [x: string]: any;
19
+ }>> | undefined;
20
+ loaders?: import("@storybook/types").LoaderFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
21
+ [x: string]: any;
22
+ }> | import("@storybook/types").LoaderFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
23
+ [x: string]: any;
24
+ }>[] | undefined;
25
+ render?: import("@storybook/types").ArgsStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {
26
+ [x: string]: any;
27
+ }> | undefined;
28
+ name?: string | undefined;
29
+ storyName?: string | undefined;
30
+ play?: import("@storybook/types").PlayFunction<import("@storybook/react/dist/types-0fc72a6d").R, {
31
+ [x: string]: any;
32
+ }> | undefined;
33
+ tags?: string[] | undefined;
34
+ story?: Omit<import("@storybook/types").StoryAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, {
35
+ [x: string]: any;
36
+ }, Partial<{
37
+ [x: string]: any;
38
+ }>>, "story"> | undefined;
39
+ };
40
+ //# sourceMappingURL=Table.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Table.stories.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Table/Table.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAY,MAAM,kBAAkB,CAAC;AAUlD,QAAA,MAAM,IAAI,EAAE,IAIX,CAAC;AAEF,eAAe,IAAI,CAAC;AA6CpB,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEnB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import TableBodyProps from "./TableBodyProps";
2
+ declare const TableBody: (props: TableBodyProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TableBody;
4
+ //# sourceMappingURL=TableBody.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableBody.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Table/TableBody.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAG9C,QAAA,MAAM,SAAS,UAAW,cAAc,4CAOvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from "react";
2
+ interface TableBodyProps {
3
+ children: ReactNode;
4
+ extraClass?: string;
5
+ }
6
+ export default TableBodyProps;
7
+ //# sourceMappingURL=TableBodyProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableBodyProps.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Table/TableBodyProps.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,UAAU,cAAc;IACtB,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAe,cAAc,CAAC"}
@@ -0,0 +1,4 @@
1
+ import TableCellProps from "./TableCellProps";
2
+ declare const TableCell: (props: TableCellProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TableCell;
4
+ //# sourceMappingURL=TableCell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableCell.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Table/TableCell.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAI9C,QAAA,MAAM,SAAS,UAAW,cAAc,4CAuBvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,4 @@
1
+ import TableCellActionProps from "./TableCellActionProps";
2
+ declare const TableCellActions: (props: TableCellActionProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TableCellActions;
4
+ //# sourceMappingURL=TableCellAction.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableCellAction.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Table/TableCellAction.tsx"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAG1D,QAAA,MAAM,gBAAgB,UAAW,oBAAoB,4CAqBpD,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { ReactNode } from "react";
2
+ interface TableCellActionProps {
3
+ children: ReactNode;
4
+ align?: "left" | "center" | "right";
5
+ extraClass?: string;
6
+ rowspan?: number;
7
+ colspan?: number;
8
+ }
9
+ export default TableCellActionProps;
10
+ //# sourceMappingURL=TableCellActionProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableCellActionProps.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Table/TableCellActionProps.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,UAAU,oBAAoB;IAC5B,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAe,oBAAoB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { ReactNode } from "react";
2
+ interface TableCellProps {
3
+ children?: ReactNode;
4
+ align?: "left" | "center" | "right";
5
+ rowspan?: number;
6
+ colspan?: number;
7
+ extraClass?: string;
8
+ }
9
+ export default TableCellProps;
10
+ //# sourceMappingURL=TableCellProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableCellProps.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Table/TableCellProps.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,UAAU,cAAc;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAe,cAAc,CAAC"}
@@ -0,0 +1,4 @@
1
+ import TableCellWithDescProps from "./TableCellWithDescProps";
2
+ declare const TableCellWithDesc: (props: TableCellWithDescProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TableCellWithDesc;
4
+ //# sourceMappingURL=TableCellWithDesc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableCellWithDesc.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Table/TableCellWithDesc.tsx"],"names":[],"mappings":"AAAA,OAAO,sBAAsB,MAAM,0BAA0B,CAAC;AAG9D,QAAA,MAAM,iBAAiB,UAAW,sBAAsB,4CAevD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,9 @@
1
+ interface TableCellWithDescProps {
2
+ heading?: string;
3
+ description?: string;
4
+ extraClass?: string;
5
+ rowspan?: number;
6
+ colspan?: number;
7
+ }
8
+ export default TableCellWithDescProps;
9
+ //# sourceMappingURL=TableCellWithDescProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableCellWithDescProps.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Table/TableCellWithDescProps.tsx"],"names":[],"mappings":"AAAA,UAAU,sBAAsB;IAC9B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import TableCellWithImageProps from "./TableCellWithImageProps";
2
+ declare const TableCellWithImage: (props: TableCellWithImageProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TableCellWithImage;
4
+ //# sourceMappingURL=TableCellWithImage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableCellWithImage.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Table/TableCellWithImage.tsx"],"names":[],"mappings":"AAAA,OAAO,uBAAuB,MAAM,2BAA2B,CAAC;AAGhE,QAAA,MAAM,kBAAkB,UAAW,uBAAuB,4CAiCzD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,10 @@
1
+ interface TableCellWithImageProps {
2
+ image: string;
3
+ heading: string;
4
+ description?: string;
5
+ extraClass?: string;
6
+ rowspan?: number;
7
+ colspan?: number;
8
+ }
9
+ export default TableCellWithImageProps;
10
+ //# sourceMappingURL=TableCellWithImageProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableCellWithImageProps.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Table/TableCellWithImageProps.tsx"],"names":[],"mappings":"AAAA,UAAU,uBAAuB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAe,uBAAuB,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const TableFooter: () => void;
2
+ export default TableFooter;
3
+ //# sourceMappingURL=TableFooter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableFooter.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Table/TableFooter.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW,YAEhB,CAAA;AAED,eAAe,WAAW,CAAC"}
@@ -0,0 +1,4 @@
1
+ import TableHeadProps from "./TableHeadProps";
2
+ declare const TableHead: (props: TableHeadProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TableHead;
4
+ //# sourceMappingURL=TableHead.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableHead.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Table/TableHead.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAG9C,QAAA,MAAM,SAAS,UAAW,cAAc,4CAKvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from "react";
2
+ interface TableHeadProps {
3
+ children: ReactNode;
4
+ extraClass?: string;
5
+ }
6
+ export default TableHeadProps;
7
+ //# sourceMappingURL=TableHeadProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableHeadProps.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Table/TableHeadProps.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,UAAU,cAAc;IACtB,QAAQ,EAAE,SAAS,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAe,cAAc,CAAC"}
@@ -0,0 +1,4 @@
1
+ import TableHeaderCellProps from "./TableHeaderCellProps";
2
+ declare const TableHeaderCell: (props: TableHeaderCellProps) => import("react/jsx-runtime").JSX.Element;
3
+ export default TableHeaderCell;
4
+ //# sourceMappingURL=TableHeaderCell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableHeaderCell.d.ts","sourceRoot":"","sources":["../../../../src/Components/DataDisplay/Table/TableHeaderCell.tsx"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAG1D,QAAA,MAAM,eAAe,UAAW,oBAAoB,4CAWnD,CAAC;AAEF,eAAe,eAAe,CAAC"}