@hellobetterdigitalnz/betterui 0.0.3-3 → 0.0.3-300

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 (879) hide show
  1. package/README.md +23 -23
  2. package/dist/Components/BetterUIProvider/BetterUIContext.d.ts +10 -0
  3. package/dist/Components/BetterUIProvider/BetterUIProvider.d.ts +7 -0
  4. package/dist/Components/BetterUIProvider/index.d.ts +2 -0
  5. package/dist/Components/DataDisplay/Accordion/Accordion.d.ts +2 -1
  6. package/dist/Components/DataDisplay/Accordion/AccordionContext.d.ts +3 -3
  7. package/dist/Components/DataDisplay/Accordion/AccordionItem.d.ts +2 -1
  8. package/dist/Components/DataDisplay/Accordion/AccordionItemProps.d.ts +5 -1
  9. package/dist/Components/DataDisplay/Accordion/AccordionProps.d.ts +2 -1
  10. package/dist/Components/DataDisplay/Accordion/AccordionProvider.d.ts +2 -1
  11. package/dist/Components/DataDisplay/Accordion/AccordionProviderInterface.d.ts +2 -1
  12. package/dist/Components/DataDisplay/Badge/Badge.d.ts +2 -1
  13. package/dist/Components/DataDisplay/Badge/BadgeProps.d.ts +4 -1
  14. package/dist/Components/DataDisplay/Calendar/Calendar.d.ts +4 -0
  15. package/dist/Components/DataDisplay/Calendar/CalendarProps.d.ts +51 -0
  16. package/dist/Components/DataDisplay/Calendar/EventModal/EventModal.d.ts +8 -0
  17. package/dist/Components/DataDisplay/Calendar/Events/CalendarEvent.d.ts +4 -0
  18. package/dist/Components/DataDisplay/Calendar/Events/CalendarEventProps.d.ts +25 -0
  19. package/dist/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEvent.d.ts +4 -0
  20. package/dist/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEventProps.d.ts +4 -0
  21. package/dist/Components/DataDisplay/Calendar/Events/PrimaryIcon.d.ts +2 -0
  22. package/dist/Components/DataDisplay/Calendar/Events/SecondaryIcon.d.ts +2 -0
  23. package/dist/Components/DataDisplay/Calendar/MonthlyDayCell.d.ts +4 -0
  24. package/dist/Components/DataDisplay/Calendar/MonthlyDayCellProps.d.ts +9 -0
  25. package/dist/Components/DataDisplay/Calendar/Views/DayView/DayView.d.ts +4 -0
  26. package/dist/Components/DataDisplay/Calendar/Views/DayView/DayViewProps.d.ts +6 -0
  27. package/dist/Components/DataDisplay/Calendar/Views/MonthView/MonthView.d.ts +4 -0
  28. package/dist/Components/DataDisplay/Calendar/Views/WeekView/WeekView.d.ts +4 -0
  29. package/dist/Components/DataDisplay/Calendar/Views/WeekView/WeekViewProps.d.ts +6 -0
  30. package/dist/Components/DataDisplay/Cards/BannerCard/BannerCard.d.ts +2 -1
  31. package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCard.d.ts +2 -1
  32. package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCardProps.d.ts +2 -1
  33. package/dist/Components/DataDisplay/GanttChart/GanttChart.d.ts +15 -0
  34. package/dist/Components/DataDisplay/Media/Media.d.ts +2 -1
  35. package/dist/Components/DataDisplay/Media/MediaProps.d.ts +2 -1
  36. package/dist/Components/DataDisplay/Modal/Modal.d.ts +2 -1
  37. package/dist/Components/DataDisplay/Modal/ModalActions.d.ts +3 -1
  38. package/dist/Components/DataDisplay/Modal/ModalActionsLeft.d.ts +3 -1
  39. package/dist/Components/DataDisplay/Modal/ModalActionsLeftProps.d.ts +7 -0
  40. package/dist/Components/DataDisplay/Modal/ModalActionsProps.d.ts +7 -0
  41. package/dist/Components/DataDisplay/Modal/ModalActionsRight.d.ts +3 -1
  42. package/dist/Components/DataDisplay/Modal/ModalActionsRightProps.d.ts +7 -0
  43. package/dist/Components/DataDisplay/Modal/ModalBody.d.ts +2 -1
  44. package/dist/Components/DataDisplay/Modal/ModalBodyProps.d.ts +3 -1
  45. package/dist/Components/DataDisplay/Modal/ModalCurtain.d.ts +1 -1
  46. package/dist/Components/DataDisplay/Modal/ModalHeader.d.ts +2 -1
  47. package/dist/Components/DataDisplay/Modal/ModalHeaderProps.d.ts +6 -1
  48. package/dist/Components/DataDisplay/Modal/ModalProps.d.ts +2 -1
  49. package/dist/Components/DataDisplay/NotificationsBell/NotificationsBell.d.ts +2 -1
  50. package/dist/Components/DataDisplay/NotificationsBell/NotificationsBellProps.d.ts +2 -1
  51. package/dist/Components/DataDisplay/NotificationsPanel/Notification.d.ts +2 -1
  52. package/dist/Components/DataDisplay/NotificationsPanel/NotificationProps.d.ts +3 -2
  53. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroup.d.ts +2 -1
  54. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.d.ts +2 -1
  55. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroups.d.ts +2 -1
  56. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.d.ts +2 -1
  57. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsHeader.d.ts +2 -1
  58. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanel.d.ts +2 -1
  59. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.d.ts +2 -1
  60. package/dist/Components/DataDisplay/Tab/Tab.d.ts +2 -1
  61. package/dist/Components/DataDisplay/Tab/TabBody.d.ts +2 -1
  62. package/dist/Components/DataDisplay/Tab/TabBodyContent.d.ts +2 -1
  63. package/dist/Components/DataDisplay/Tab/TabBodyContentProps.d.ts +2 -1
  64. package/dist/Components/DataDisplay/Tab/TabBodyProps.d.ts +2 -1
  65. package/dist/Components/DataDisplay/Tab/TabContext.d.ts +3 -3
  66. package/dist/Components/DataDisplay/Tab/TabNav.d.ts +2 -1
  67. package/dist/Components/DataDisplay/Tab/TabNavItem.d.ts +2 -1
  68. package/dist/Components/DataDisplay/Tab/TabNavItemProps.d.ts +1 -0
  69. package/dist/Components/DataDisplay/Tab/TabNavProps.d.ts +2 -1
  70. package/dist/Components/DataDisplay/Tab/TabProps.d.ts +2 -1
  71. package/dist/Components/DataDisplay/Table/Table.d.ts +2 -1
  72. package/dist/Components/DataDisplay/Table/TableBody.d.ts +2 -1
  73. package/dist/Components/DataDisplay/Table/TableBodyProps.d.ts +2 -1
  74. package/dist/Components/DataDisplay/Table/TableCell.d.ts +2 -1
  75. package/dist/Components/DataDisplay/Table/TableCellAction.d.ts +2 -1
  76. package/dist/Components/DataDisplay/Table/TableCellActionProps.d.ts +2 -1
  77. package/dist/Components/DataDisplay/Table/TableCellProps.d.ts +2 -1
  78. package/dist/Components/DataDisplay/Table/TableCellWithDesc.d.ts +2 -1
  79. package/dist/Components/DataDisplay/Table/TableCellWithImage.d.ts +2 -1
  80. package/dist/Components/DataDisplay/Table/TableFooter.d.ts +3 -1
  81. package/dist/Components/DataDisplay/Table/TableFooterProps.d.ts +7 -0
  82. package/dist/Components/DataDisplay/Table/TableHead.d.ts +2 -1
  83. package/dist/Components/DataDisplay/Table/TableHeadProps.d.ts +2 -1
  84. package/dist/Components/DataDisplay/Table/TableHeaderCell.d.ts +2 -1
  85. package/dist/Components/DataDisplay/Table/TableHeaderCellProps.d.ts +3 -1
  86. package/dist/Components/DataDisplay/Table/TableProps.d.ts +2 -1
  87. package/dist/Components/DataDisplay/Table/TableRow.d.ts +2 -1
  88. package/dist/Components/DataDisplay/Table/TableRowProps.d.ts +2 -1
  89. package/dist/Components/DataDisplay/index.d.ts +8 -3
  90. package/dist/Components/Form/Button/Button.d.ts +2 -1
  91. package/dist/Components/Form/Button/ButtonProps.d.ts +4 -1
  92. package/dist/Components/Form/Checkbox/Checkbox.d.ts +2 -1
  93. package/dist/Components/Form/Checkbox/CheckboxProps.d.ts +5 -2
  94. package/dist/Components/Form/CheckboxSet/CheckboxSet.d.ts +2 -1
  95. package/dist/Components/Form/CheckboxSet/CheckboxSetItem.d.ts +2 -1
  96. package/dist/Components/Form/CheckboxSet/CheckboxSetProps.d.ts +2 -1
  97. package/dist/Components/Form/CurrencyField/CurrencyField.d.ts +2 -1
  98. package/dist/Components/Form/CurrencyField/CurrencyFieldProps.d.ts +4 -2
  99. package/dist/Components/Form/DateField/DateField.d.ts +2 -1
  100. package/dist/Components/Form/DropdownBadge/DropdownBadge.d.ts +2 -1
  101. package/dist/Components/Form/DropdownBadge/DropdownBadgeItem.d.ts +2 -1
  102. package/dist/Components/Form/DropdownBadge/DropdownBadgeItemProps.d.ts +4 -2
  103. package/dist/Components/Form/DropdownBadge/DropdownBadgeProps.d.ts +11 -7
  104. package/dist/Components/Form/DropdownBadge/DropdownBadgeSelector.d.ts +4 -2
  105. package/dist/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.d.ts +5 -1
  106. package/dist/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.d.ts +4 -0
  107. package/dist/Components/Form/DropdownField/CountryDropdownField/CountryDropdownFieldProps.d.ts +29 -0
  108. package/dist/Components/Form/DropdownField/DropdownField.d.ts +2 -1
  109. package/dist/Components/Form/DropdownField/DropdownFieldItem.d.ts +2 -1
  110. package/dist/Components/Form/DropdownField/DropdownFieldItemProps.d.ts +5 -3
  111. package/dist/Components/Form/DropdownField/DropdownFieldProps.d.ts +8 -3
  112. package/dist/Components/Form/DropdownField/DropdownFieldSelector.d.ts +4 -2
  113. package/dist/Components/Form/DropdownField/DropdownFieldSelectorProps.d.ts +3 -1
  114. package/dist/Components/Form/EmailField/EmailField.d.ts +2 -1
  115. package/dist/Components/Form/EmailField/EmailField.stories.d.ts +4 -3
  116. package/dist/Components/Form/FormFieldHolder/FormFieldHolder.d.ts +2 -1
  117. package/dist/Components/Form/FormFieldHolder/FormFieldHolderProps.d.ts +6 -2
  118. package/dist/Components/Form/IconButton/IconButton.d.ts +2 -1
  119. package/dist/Components/Form/IconButton/IconButtonProps.d.ts +3 -1
  120. package/dist/Components/Form/InputProps.d.ts +7 -2
  121. package/dist/Components/Form/LoadingInput/LoadingInput.d.ts +2 -0
  122. package/dist/Components/Form/MultiSelectField/MultiSelectField.d.ts +4 -1
  123. package/dist/Components/Form/MultiSelectField/MultiSelectFieldItem.d.ts +3 -1
  124. package/dist/Components/Form/MultiSelectField/MultiSelectFieldItemProps.d.ts +10 -0
  125. package/dist/Components/Form/MultiSelectField/MultiSelectFieldProps.d.ts +34 -0
  126. package/dist/Components/Form/MultiSelectField/MultiSelectFieldTag.d.ts +3 -1
  127. package/dist/Components/Form/MultiSelectField/MultiSelectFieldTagProps.d.ts +5 -0
  128. package/dist/Components/Form/NumberField/NumberField.d.ts +4 -0
  129. package/dist/Components/Form/NumberField/NumberField.stories.d.ts +14 -0
  130. package/dist/Components/Form/NumberField/NumberFieldProps.d.ts +9 -0
  131. package/dist/Components/Form/PasswordField/PasswordField.d.ts +2 -1
  132. package/dist/Components/Form/PhoneField/PhoneField.d.ts +4 -0
  133. package/dist/Components/Form/PhoneField/PhoneField.stories.d.ts +14 -0
  134. package/dist/Components/Form/RadioButtons/RadioButton.d.ts +2 -1
  135. package/dist/Components/Form/RadioButtons/RadioButtonProps.d.ts +3 -1
  136. package/dist/Components/Form/RadioButtons/RadioButtons.d.ts +2 -1
  137. package/dist/Components/Form/RadioButtons/RadioButtonsProps.d.ts +2 -1
  138. package/dist/Components/Form/RichTextEditor/RichTextEditor.d.ts +4 -0
  139. package/dist/Components/Form/RichTextEditor/RichTextEditor.stories.d.ts +19 -0
  140. package/dist/Components/Form/RichTextEditor/RichTextEditorProps.d.ts +24 -0
  141. package/dist/Components/Form/TextField/TextField.d.ts +2 -1
  142. package/dist/Components/Form/TextField/TextField.stories.d.ts +4 -3
  143. package/dist/Components/Form/TextField/TextFieldProps.d.ts +3 -2
  144. package/dist/Components/Form/Textarea/Textarea.d.ts +2 -1
  145. package/dist/Components/Form/Textarea/Textarea.stories.d.ts +4 -3
  146. package/dist/Components/Form/Textarea/TextareaProps.d.ts +2 -0
  147. package/dist/Components/Form/TimeField/TimeField.d.ts +2 -1
  148. package/dist/Components/Form/ToggleSwitch/ToggleSwitch.d.ts +2 -1
  149. package/dist/Components/Form/ToggleSwitch/ToggleSwitchProps.d.ts +2 -1
  150. package/dist/Components/Form/TypableDropdownField/TypableDropdownField.d.ts +4 -0
  151. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldItem.d.ts +4 -0
  152. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldItemProps.d.ts +8 -0
  153. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldProps.d.ts +35 -0
  154. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldSelector.d.ts +5 -0
  155. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldSelectorProps.d.ts +7 -0
  156. package/dist/Components/Form/UnitInput/UnitField.d.ts +4 -0
  157. package/dist/Components/Form/UnitInput/UnitField.stories.d.ts +14 -0
  158. package/dist/Components/Form/UnitInput/UnitFieldProps.d.ts +7 -0
  159. package/dist/Components/Form/index.d.ts +20 -1
  160. package/dist/Components/Icons/Arrows/ArrowLeft/ArrowLeft.d.ts +4 -0
  161. package/dist/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.d.ts +4 -0
  162. package/dist/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.d.ts +4 -0
  163. package/dist/Components/Icons/Arrows/CaretDown/CaretDown.d.ts +2 -1
  164. package/dist/Components/Icons/Arrows/CaretLeft/CaretLeft.d.ts +2 -1
  165. package/dist/Components/Icons/Arrows/CaretRight/CaretRight.d.ts +2 -1
  166. package/dist/Components/Icons/Arrows/CaretUp/CaretUp.d.ts +2 -1
  167. package/dist/Components/Icons/Arrows/CaretUpDown/CaretUpDown.d.ts +4 -0
  168. package/dist/Components/Icons/Brands/WindowsLogo/WindowsLogo.d.ts +2 -1
  169. package/dist/Components/Icons/Commerce/CreditCard/CreditCard.d.ts +4 -0
  170. package/dist/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.d.ts +2 -1
  171. package/dist/Components/Icons/Commerce/Scale/Scale.d.ts +4 -0
  172. package/dist/Components/Icons/Communication/AddressBook/AddressBook.d.ts +2 -1
  173. package/dist/Components/Icons/Communication/AddressBook/AddressBook.stories.d.ts +5 -4
  174. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.d.ts +2 -1
  175. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.d.ts +5 -4
  176. package/dist/Components/Icons/Communication/Asterisk/Asterisk.d.ts +2 -1
  177. package/dist/Components/Icons/Communication/Asterisk/Asterisk.stories.d.ts +5 -4
  178. package/dist/Components/Icons/Communication/At/At.d.ts +2 -1
  179. package/dist/Components/Icons/Communication/At/At.stories.d.ts +5 -4
  180. package/dist/Components/Icons/Communication/Broadcast/Broadcast.d.ts +2 -1
  181. package/dist/Components/Icons/Communication/Broadcast/Broadcast.stories.d.ts +5 -4
  182. package/dist/Components/Icons/Communication/Chat/Chat.d.ts +2 -1
  183. package/dist/Components/Icons/Communication/Chat/Chat.stories.d.ts +5 -4
  184. package/dist/Components/Icons/Communication/ChatCircleText/ChatCircleText.d.ts +4 -0
  185. package/dist/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.d.ts +4 -0
  186. package/dist/Components/Icons/Communication/Export/Export.d.ts +4 -0
  187. package/dist/Components/Icons/Communication/Phone/Phone.d.ts +4 -0
  188. package/dist/Components/Icons/Communication/Translate/Translate.d.ts +4 -0
  189. package/dist/Components/Icons/Design/DropHalfBottom/DropHalfBottom.d.ts +4 -0
  190. package/dist/Components/Icons/Design/Eye/Eye.d.ts +2 -1
  191. package/dist/Components/Icons/Design/EyeSlash/EyeSlash.d.ts +2 -1
  192. package/dist/Components/Icons/Design/GearFine/GearFine.d.ts +4 -0
  193. package/dist/Components/Icons/Design/PencilLine/PencilLine.d.ts +4 -0
  194. package/dist/Components/Icons/Design/PencilSimple/PencilSimple.d.ts +4 -0
  195. package/dist/Components/Icons/Design/Ruler/Ruler.d.ts +4 -0
  196. package/dist/Components/Icons/Design/SquaresFour/SquaresFour.d.ts +4 -0
  197. package/dist/Components/Icons/Education/BookOpenText/BookOpenText.d.ts +4 -0
  198. package/dist/Components/Icons/Education/GraduationCap/GraduationCap.d.ts +4 -0
  199. package/dist/Components/Icons/HealthAndWellness/Barbell/Barbell.d.ts +4 -0
  200. package/dist/Components/Icons/MapAndTravel/Globe/Globe.d.ts +4 -0
  201. package/dist/Components/Icons/MapAndTravel/House/House.d.ts +4 -0
  202. package/dist/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.d.ts +4 -0
  203. package/dist/Components/Icons/MapAndTravel/MapPin/MapPin.d.ts +4 -0
  204. package/dist/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.d.ts +4 -0
  205. package/dist/Components/Icons/MapAndTravel/Path/Path.d.ts +4 -0
  206. package/dist/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.d.ts +4 -0
  207. package/dist/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.d.ts +4 -0
  208. package/dist/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.d.ts +4 -0
  209. package/dist/Components/Icons/MapAndTravel/Tram/Tram.d.ts +4 -0
  210. package/dist/Components/Icons/MapAndTravel/Van/Van.d.ts +4 -0
  211. package/dist/Components/Icons/MathsAndFinance/Calculator/Calculator.d.ts +4 -0
  212. package/dist/Components/Icons/MathsAndFinance/ChartBar/ChartBar.d.ts +4 -0
  213. package/dist/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.d.ts +4 -0
  214. package/dist/Components/Icons/MathsAndFinance/ChartLine/ChartLine.d.ts +4 -0
  215. package/dist/Components/Icons/MathsAndFinance/ChartPie/ChartPie.d.ts +4 -0
  216. package/dist/Components/Icons/MathsAndFinance/Minus/Minus.d.ts +4 -0
  217. package/dist/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.d.ts +4 -0
  218. package/dist/Components/Icons/MathsAndFinance/Plus/Plus.d.ts +4 -0
  219. package/dist/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.d.ts +4 -0
  220. package/dist/Components/Icons/MathsAndFinance/XIcon/XIcon.d.ts +2 -1
  221. package/dist/Components/Icons/Media/Camera/Camera.d.ts +4 -0
  222. package/dist/Components/Icons/Media/Microphone/Microphone.d.ts +4 -0
  223. package/dist/Components/Icons/Media/PlayCircle/PlayCircle.d.ts +4 -0
  224. package/dist/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.d.ts +4 -0
  225. package/dist/Components/Icons/Media/StopCircle/StopCircle.d.ts +4 -0
  226. package/dist/Components/Icons/Media/VideoCamera/VideoCamera.d.ts +4 -0
  227. package/dist/Components/Icons/OfficeAndEditing/Copy/Copy.d.ts +4 -0
  228. package/dist/Components/Icons/OfficeAndEditing/FileText/FileText.d.ts +4 -0
  229. package/dist/Components/Icons/OfficeAndEditing/Files/Files.d.ts +4 -0
  230. package/dist/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.d.ts +4 -0
  231. package/dist/Components/Icons/OfficeAndEditing/Folder/Folder.d.ts +4 -0
  232. package/dist/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.d.ts +4 -0
  233. package/dist/Components/Icons/OfficeAndEditing/Folders/Folders.d.ts +4 -0
  234. package/dist/Components/Icons/OfficeAndEditing/List/List.d.ts +4 -0
  235. package/dist/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.d.ts +4 -0
  236. package/dist/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.d.ts +4 -0
  237. package/dist/Components/Icons/OfficeAndEditing/Printer/Printer.d.ts +4 -0
  238. package/dist/Components/Icons/OfficeAndEditing/TextAa/TextAa.d.ts +4 -0
  239. package/dist/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.d.ts +4 -0
  240. package/dist/Components/Icons/OfficeAndEditing/Trash/Trash.d.ts +4 -0
  241. package/dist/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.d.ts +4 -0
  242. package/dist/Components/Icons/People/Person/Person.d.ts +4 -0
  243. package/dist/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.d.ts +4 -0
  244. package/dist/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.d.ts +4 -0
  245. package/dist/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.d.ts +4 -0
  246. package/dist/Components/Icons/People/User/User.d.ts +4 -0
  247. package/dist/Components/Icons/People/UserCircle/UserCircle.d.ts +4 -0
  248. package/dist/Components/Icons/People/UserSwitch/UserSwitch.d.ts +4 -0
  249. package/dist/Components/Icons/People/Users/Users.d.ts +4 -0
  250. package/dist/Components/Icons/SecurityAndWarnings/Info/Info.d.ts +4 -0
  251. package/dist/Components/Icons/SecurityAndWarnings/Key/Key.d.ts +4 -0
  252. package/dist/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.d.ts +4 -0
  253. package/dist/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.d.ts +4 -0
  254. package/dist/Components/Icons/SecurityAndWarnings/Question/Question.d.ts +4 -0
  255. package/dist/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.d.ts +4 -0
  256. package/dist/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.d.ts +2 -1
  257. package/dist/Components/Icons/SystemAndDevice/Bell/Bell.d.ts +2 -1
  258. package/dist/Components/Icons/SystemAndDevice/Check/Check.d.ts +4 -0
  259. package/dist/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.d.ts +4 -0
  260. package/dist/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.d.ts +4 -0
  261. package/dist/Components/Icons/SystemAndDevice/Desktop/Desktop.d.ts +4 -0
  262. package/dist/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.d.ts +4 -0
  263. package/dist/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.d.ts +4 -0
  264. package/dist/Components/Icons/SystemAndDevice/DotsSix/DotsSix.d.ts +4 -0
  265. package/dist/Components/Icons/SystemAndDevice/DotsThree/DotsThree.d.ts +4 -0
  266. package/dist/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.d.ts +4 -0
  267. package/dist/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.d.ts +4 -0
  268. package/dist/Components/Icons/SystemAndDevice/Gear/Gear.d.ts +4 -0
  269. package/dist/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.d.ts +2 -1
  270. package/dist/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.d.ts +4 -0
  271. package/dist/Components/Icons/SystemAndDevice/SignIn/SignIn.d.ts +4 -0
  272. package/dist/Components/Icons/SystemAndDevice/SignOut/SignOut.d.ts +4 -0
  273. package/dist/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.d.ts +4 -0
  274. package/dist/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.d.ts +4 -0
  275. package/dist/Components/Icons/Time/Calendar/Calendar.d.ts +4 -0
  276. package/dist/Components/Icons/Time/CalendarBank/CalendarBank.d.ts +2 -1
  277. package/dist/Components/Icons/Time/CalendarCheck/CalendarCheck.d.ts +4 -0
  278. package/dist/Components/Icons/Time/Clock/Clock.d.ts +2 -1
  279. package/dist/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.d.ts +4 -0
  280. package/dist/Components/Icons/WeatherAndNature/Campfire/Campfire.d.ts +4 -0
  281. package/dist/Components/Icons/WeatherAndNature/CloudSun/CloudSun.d.ts +4 -0
  282. package/dist/Components/Icons/WeatherAndNature/Flower/Flower.d.ts +4 -0
  283. package/dist/Components/Icons/WeatherAndNature/Moon/Moon.d.ts +4 -0
  284. package/dist/Components/Icons/WeatherAndNature/Mountains/Mountains.d.ts +4 -0
  285. package/dist/Components/Icons/WeatherAndNature/Plant/Plant.d.ts +4 -0
  286. package/dist/Components/Icons/WeatherAndNature/Snowflake/Snowflake.d.ts +4 -0
  287. package/dist/Components/Icons/WeatherAndNature/Sparkle/Sparkle.d.ts +4 -0
  288. package/dist/Components/Icons/WeatherAndNature/Sun/Sun.d.ts +4 -0
  289. package/dist/Components/Icons/WeatherAndNature/Tree/Tree.d.ts +4 -0
  290. package/dist/Components/Icons/index.d.ts +103 -0
  291. package/dist/Components/Layout/CalloutPopup/CalloutPopup.d.ts +3 -1
  292. package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolder.d.ts +4 -0
  293. package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolderProps.d.ts +10 -0
  294. package/dist/Components/Layout/CalloutPopup/CalloutPopupProps.d.ts +7 -0
  295. package/dist/Components/Layout/Header/Header.d.ts +2 -1
  296. package/dist/Components/Layout/Header/HeaderLeft.d.ts +2 -1
  297. package/dist/Components/Layout/Header/HeaderLeftProps.d.ts +5 -1
  298. package/dist/Components/Layout/Header/HeaderProps.d.ts +2 -1
  299. package/dist/Components/Layout/Header/HeaderRight.d.ts +2 -1
  300. package/dist/Components/Layout/Header/HeaderRightProps.d.ts +3 -1
  301. package/dist/Components/Layout/ProfileAvatar/ProfileAvatar.d.ts +2 -1
  302. package/dist/Components/Layout/ProfileAvatar/ProfileAvatarProps.d.ts +3 -1
  303. package/dist/Components/Layout/ProfileDropdown/ProfileDropdown.d.ts +2 -1
  304. package/dist/Components/Layout/ProfileDropdown/ProfileDropdownProps.d.ts +2 -1
  305. package/dist/Components/Layout/ProfileDropdown/ProfileHeader.d.ts +2 -1
  306. package/dist/Components/Layout/ProfileDropdown/ProfileLink.d.ts +2 -1
  307. package/dist/Components/Layout/ProfileDropdown/ProfileLinkProps.d.ts +2 -1
  308. package/dist/Components/Layout/ProfileDropdown/ProfileLinks.d.ts +2 -1
  309. package/dist/Components/Layout/ProfileDropdown/ProfileLinksProps.d.ts +2 -1
  310. package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItem.d.ts +2 -1
  311. package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.d.ts +3 -2
  312. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanel.d.ts +2 -1
  313. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.d.ts +3 -2
  314. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchUser.d.ts +2 -1
  315. package/dist/Components/Layout/Sidebar/Sidebar.d.ts +2 -1
  316. package/dist/Components/Layout/Sidebar/SidebarChevron.d.ts +2 -1
  317. package/dist/Components/Layout/Sidebar/SidebarChevronProps.d.ts +3 -1
  318. package/dist/Components/Layout/Sidebar/SidebarNavigation.d.ts +2 -1
  319. package/dist/Components/Layout/Sidebar/SidebarNavigationItem.d.ts +2 -1
  320. package/dist/Components/Layout/Sidebar/SidebarNavigationItemProps.d.ts +3 -1
  321. package/dist/Components/Layout/Sidebar/SidebarNavigationProps.d.ts +2 -1
  322. package/dist/Components/Layout/Sidebar/SidebarProps.d.ts +2 -1
  323. package/dist/Components/Layout/Sidebar/SidebarSubNavigation.d.ts +4 -3
  324. package/dist/Components/Layout/Sidebar/SidebarSubNavigationItem.d.ts +2 -1
  325. package/dist/Components/Layout/Sidebar/SidebarSubNavigationItemProps.d.ts +3 -1
  326. package/dist/Components/Layout/Sidebar/SidebarSubNavigationProps.d.ts +5 -1
  327. package/dist/Components/Layout/index.d.ts +1 -0
  328. package/dist/betterui.css +1 -0
  329. package/dist/image/logo-small.svg +4 -4
  330. package/dist/image/logo.svg +26 -26
  331. package/dist/index.cjs.js +26 -2
  332. package/dist/index.cjs.js.map +1 -1
  333. package/dist/index.d.ts +1 -0
  334. package/dist/index.es.js +11824 -2104
  335. package/dist/index.es.js.map +1 -1
  336. package/dist/lib/tinymce/icons/default/icons.min.js +1 -0
  337. package/dist/lib/tinymce/langs/README.md +3 -0
  338. package/dist/lib/tinymce/license.md +6 -0
  339. package/dist/lib/tinymce/models/dom/model.min.js +4 -0
  340. package/dist/lib/tinymce/plugins/accordion/plugin.min.js +4 -0
  341. package/dist/lib/tinymce/plugins/advlist/plugin.min.js +4 -0
  342. package/dist/lib/tinymce/plugins/anchor/plugin.min.js +4 -0
  343. package/dist/lib/tinymce/plugins/autolink/plugin.min.js +4 -0
  344. package/dist/lib/tinymce/plugins/autoresize/plugin.min.js +4 -0
  345. package/dist/lib/tinymce/plugins/autosave/plugin.min.js +4 -0
  346. package/dist/lib/tinymce/plugins/charmap/plugin.min.js +4 -0
  347. package/dist/lib/tinymce/plugins/code/plugin.min.js +4 -0
  348. package/dist/lib/tinymce/plugins/codesample/plugin.min.js +4 -0
  349. package/dist/lib/tinymce/plugins/directionality/plugin.min.js +4 -0
  350. package/dist/lib/tinymce/plugins/emoticons/js/emojiimages.js +1 -0
  351. package/dist/lib/tinymce/plugins/emoticons/js/emojiimages.min.js +3 -0
  352. package/dist/lib/tinymce/plugins/emoticons/js/emojis.js +1 -0
  353. package/dist/lib/tinymce/plugins/emoticons/js/emojis.min.js +2 -0
  354. package/dist/lib/tinymce/plugins/emoticons/plugin.min.js +4 -0
  355. package/dist/lib/tinymce/plugins/fullscreen/plugin.min.js +4 -0
  356. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ar.js +90 -0
  357. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +90 -0
  358. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ca.js +90 -0
  359. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/cs.js +90 -0
  360. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/da.js +90 -0
  361. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/de.js +90 -0
  362. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/el.js +90 -0
  363. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/en.js +90 -0
  364. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/es.js +90 -0
  365. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/eu.js +90 -0
  366. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fa.js +90 -0
  367. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fi.js +90 -0
  368. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +90 -0
  369. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/he_IL.js +90 -0
  370. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hi.js +90 -0
  371. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hr.js +90 -0
  372. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +90 -0
  373. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/id.js +90 -0
  374. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/it.js +90 -0
  375. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ja.js +90 -0
  376. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/kk.js +90 -0
  377. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +90 -0
  378. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ms.js +90 -0
  379. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +90 -0
  380. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/nl.js +90 -0
  381. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pl.js +90 -0
  382. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +90 -0
  383. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +90 -0
  384. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ro.js +90 -0
  385. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ru.js +90 -0
  386. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sk.js +90 -0
  387. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +90 -0
  388. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +90 -0
  389. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/th_TH.js +90 -0
  390. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/tr.js +90 -0
  391. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/uk.js +90 -0
  392. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/vi.js +90 -0
  393. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +84 -0
  394. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +90 -0
  395. package/dist/lib/tinymce/plugins/help/plugin.min.js +4 -0
  396. package/dist/lib/tinymce/plugins/image/plugin.min.js +4 -0
  397. package/dist/lib/tinymce/plugins/importcss/plugin.min.js +4 -0
  398. package/dist/lib/tinymce/plugins/insertdatetime/plugin.min.js +4 -0
  399. package/dist/lib/tinymce/plugins/link/plugin.min.js +4 -0
  400. package/dist/lib/tinymce/plugins/lists/plugin.min.js +4 -0
  401. package/dist/lib/tinymce/plugins/media/plugin.min.js +4 -0
  402. package/dist/lib/tinymce/plugins/nonbreaking/plugin.min.js +4 -0
  403. package/dist/lib/tinymce/plugins/pagebreak/plugin.min.js +4 -0
  404. package/dist/lib/tinymce/plugins/preview/plugin.min.js +4 -0
  405. package/dist/lib/tinymce/plugins/quickbars/plugin.min.js +4 -0
  406. package/dist/lib/tinymce/plugins/save/plugin.min.js +4 -0
  407. package/dist/lib/tinymce/plugins/searchreplace/plugin.min.js +4 -0
  408. package/dist/lib/tinymce/plugins/table/plugin.min.js +4 -0
  409. package/dist/lib/tinymce/plugins/visualblocks/plugin.min.js +4 -0
  410. package/dist/lib/tinymce/plugins/visualchars/plugin.min.js +4 -0
  411. package/dist/lib/tinymce/plugins/wordcount/plugin.min.js +4 -0
  412. package/dist/lib/tinymce/skins/content/dark/content.js +2 -0
  413. package/dist/lib/tinymce/skins/content/dark/content.min.css +1 -0
  414. package/dist/lib/tinymce/skins/content/default/content.js +2 -0
  415. package/dist/lib/tinymce/skins/content/default/content.min.css +1 -0
  416. package/dist/lib/tinymce/skins/content/document/content.js +2 -0
  417. package/dist/lib/tinymce/skins/content/document/content.min.css +1 -0
  418. package/dist/lib/tinymce/skins/content/tinymce-5/content.js +2 -0
  419. package/dist/lib/tinymce/skins/content/tinymce-5/content.min.css +1 -0
  420. package/dist/lib/tinymce/skins/content/tinymce-5-dark/content.js +2 -0
  421. package/dist/lib/tinymce/skins/content/tinymce-5-dark/content.min.css +1 -0
  422. package/dist/lib/tinymce/skins/content/writer/content.js +2 -0
  423. package/dist/lib/tinymce/skins/content/writer/content.min.css +1 -0
  424. package/dist/lib/tinymce/skins/ui/oxide/content.inline.js +2 -0
  425. package/dist/lib/tinymce/skins/ui/oxide/content.inline.min.css +1 -0
  426. package/dist/lib/tinymce/skins/ui/oxide/content.js +2 -0
  427. package/dist/lib/tinymce/skins/ui/oxide/content.min.css +1 -0
  428. package/dist/lib/tinymce/skins/ui/oxide/skin.js +2 -0
  429. package/dist/lib/tinymce/skins/ui/oxide/skin.min.css +1 -0
  430. package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.js +2 -0
  431. package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
  432. package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.js +2 -0
  433. package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -0
  434. package/dist/lib/tinymce/skins/ui/oxide-dark/content.js +2 -0
  435. package/dist/lib/tinymce/skins/ui/oxide-dark/content.min.css +1 -0
  436. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.js +2 -0
  437. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
  438. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +2 -0
  439. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
  440. package/dist/lib/tinymce/skins/ui/tinymce-5/content.inline.js +2 -0
  441. package/dist/lib/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -0
  442. package/dist/lib/tinymce/skins/ui/tinymce-5/content.js +2 -0
  443. package/dist/lib/tinymce/skins/ui/tinymce-5/content.min.css +1 -0
  444. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.js +2 -0
  445. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.min.css +1 -0
  446. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.js +2 -0
  447. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -0
  448. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.js +2 -0
  449. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -0
  450. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.js +2 -0
  451. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -0
  452. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.js +2 -0
  453. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -0
  454. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js +2 -0
  455. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -0
  456. package/dist/lib/tinymce/themes/silver/theme.min.js +4 -0
  457. package/dist/lib/tinymce/tinymce.d.ts +3250 -0
  458. package/dist/lib/tinymce/tinymce.min.js +4 -0
  459. package/dist/main.d.ts +1 -0
  460. package/package.json +85 -75
  461. package/src/Components/BetterUIProvider/BetterUIContext.tsx +17 -0
  462. package/src/Components/BetterUIProvider/BetterUIProvider.tsx +46 -0
  463. package/src/Components/BetterUIProvider/index.ts +2 -0
  464. package/src/Components/DataDisplay/Accordion/Accordion.stories.tsx +57 -0
  465. package/src/Components/DataDisplay/Accordion/Accordion.tsx +14 -0
  466. package/src/Components/DataDisplay/Accordion/AccordionContext.tsx +11 -0
  467. package/src/Components/DataDisplay/Accordion/AccordionContextInterface.tsx +8 -0
  468. package/src/Components/DataDisplay/Accordion/AccordionItem.tsx +68 -0
  469. package/src/Components/DataDisplay/Accordion/AccordionItemProps.tsx +15 -0
  470. package/src/Components/DataDisplay/Accordion/AccordionProps.tsx +8 -0
  471. package/src/Components/DataDisplay/Accordion/AccordionProvider.tsx +65 -0
  472. package/src/Components/DataDisplay/Accordion/AccordionProviderInterface.tsx +8 -0
  473. package/src/Components/DataDisplay/Accordion/accordion.module.scss +65 -0
  474. package/src/Components/DataDisplay/Badge/Badge.stories.tsx +53 -0
  475. package/src/Components/DataDisplay/Badge/Badge.tsx +41 -0
  476. package/src/Components/DataDisplay/Badge/BadgeProps.tsx +10 -0
  477. package/src/Components/DataDisplay/Badge/badge.module.scss +57 -0
  478. package/src/Components/DataDisplay/Calendar/Calendar.stories.tsx +65 -0
  479. package/src/Components/DataDisplay/Calendar/Calendar.tsx +330 -0
  480. package/src/Components/DataDisplay/Calendar/CalendarProps.tsx +50 -0
  481. package/src/Components/DataDisplay/Calendar/EventModal/EventModal.tsx +26 -0
  482. package/src/Components/DataDisplay/Calendar/EventModal/eventModal.scss +8 -0
  483. package/src/Components/DataDisplay/Calendar/Events/CalendarEvent.tsx +61 -0
  484. package/src/Components/DataDisplay/Calendar/Events/CalendarEventProps.tsx +14 -0
  485. package/src/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEvent.tsx +12 -0
  486. package/src/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEventProps.tsx +5 -0
  487. package/src/Components/DataDisplay/Calendar/Events/MoreEvent/moreEvent.module.scss +21 -0
  488. package/src/Components/DataDisplay/Calendar/Events/PrimaryIcon.tsx +7 -0
  489. package/src/Components/DataDisplay/Calendar/Events/SecondaryIcon.tsx +8 -0
  490. package/src/Components/DataDisplay/Calendar/Events/events.module.scss +64 -0
  491. package/src/Components/DataDisplay/Calendar/MonthlyDayCell.tsx +23 -0
  492. package/src/Components/DataDisplay/Calendar/MonthlyDayCellProps.tsx +10 -0
  493. package/src/Components/DataDisplay/Calendar/Views/DayView/DayView.tsx +304 -0
  494. package/src/Components/DataDisplay/Calendar/Views/DayView/DayViewProps.tsx +8 -0
  495. package/src/Components/DataDisplay/Calendar/Views/DayView/dayView.module.scss +126 -0
  496. package/src/Components/DataDisplay/Calendar/Views/MonthView/MonthView.tsx +198 -0
  497. package/src/Components/DataDisplay/Calendar/Views/WeekView/WeekView.tsx +356 -0
  498. package/src/Components/DataDisplay/Calendar/Views/WeekView/WeekViewProps.tsx +7 -0
  499. package/src/Components/DataDisplay/Calendar/Views/WeekView/weekView.module.scss +206 -0
  500. package/src/Components/DataDisplay/Calendar/calendar.module.scss +325 -0
  501. package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.stories.tsx +26 -0
  502. package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.tsx +49 -0
  503. package/src/Components/DataDisplay/Cards/BannerCard/BannerCardInterface.tsx +15 -0
  504. package/src/Components/DataDisplay/Cards/BannerCard/banner-card.scss +54 -0
  505. package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCard.stories.tsx +31 -0
  506. package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCard.tsx +55 -0
  507. package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCardProps.tsx +17 -0
  508. package/src/Components/DataDisplay/Cards/PathwayCard/pathway-card-stories.scss +3 -0
  509. package/src/Components/DataDisplay/Cards/PathwayCard/pathway-card.scss +62 -0
  510. package/src/Components/DataDisplay/GanttChart/GanttChart.scss +209 -0
  511. package/src/Components/DataDisplay/GanttChart/GanttChart.tsx +373 -0
  512. package/src/Components/DataDisplay/Media/Media.stories.tsx +30 -0
  513. package/src/Components/DataDisplay/Media/Media.tsx +50 -0
  514. package/src/Components/DataDisplay/Media/MediaProps.tsx +9 -0
  515. package/src/Components/DataDisplay/Media/media.module.scss +8 -0
  516. package/src/Components/DataDisplay/Modal/Modal.stories.tsx +257 -0
  517. package/src/Components/DataDisplay/Modal/Modal.tsx +16 -0
  518. package/src/Components/DataDisplay/Modal/ModalActions.tsx +14 -0
  519. package/src/Components/DataDisplay/Modal/ModalActionsLeft.tsx +13 -0
  520. package/src/Components/DataDisplay/Modal/ModalActionsLeftProps.tsx +8 -0
  521. package/src/Components/DataDisplay/Modal/ModalActionsProps.tsx +8 -0
  522. package/src/Components/DataDisplay/Modal/ModalActionsRight.tsx +13 -0
  523. package/src/Components/DataDisplay/Modal/ModalActionsRightProps.tsx +8 -0
  524. package/src/Components/DataDisplay/Modal/ModalBody.tsx +14 -0
  525. package/src/Components/DataDisplay/Modal/ModalBodyProps.tsx +8 -0
  526. package/src/Components/DataDisplay/Modal/ModalCurtain.tsx +6 -0
  527. package/src/Components/DataDisplay/Modal/ModalHeader.tsx +59 -0
  528. package/src/Components/DataDisplay/Modal/ModalHeaderProps.tsx +13 -0
  529. package/src/Components/DataDisplay/Modal/ModalProps.tsx +8 -0
  530. package/src/Components/DataDisplay/Modal/modal.module.scss +189 -0
  531. package/src/Components/DataDisplay/NotificationsBell/NotificationBell.stories.tsx +27 -0
  532. package/src/Components/DataDisplay/NotificationsBell/NotificationsBell.tsx +51 -0
  533. package/src/Components/DataDisplay/NotificationsBell/NotificationsBellProps.tsx +9 -0
  534. package/src/Components/DataDisplay/NotificationsBell/notificationBell.module.scss +58 -0
  535. package/src/Components/DataDisplay/NotificationsPanel/Notification.stories.tsx +129 -0
  536. package/src/Components/DataDisplay/NotificationsPanel/Notification.tsx +63 -0
  537. package/src/Components/DataDisplay/NotificationsPanel/NotificationProps.tsx +12 -0
  538. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroup.tsx +17 -0
  539. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.tsx +8 -0
  540. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroups.tsx +42 -0
  541. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.tsx +7 -0
  542. package/src/Components/DataDisplay/NotificationsPanel/NotificationsHeader.tsx +27 -0
  543. package/src/Components/DataDisplay/NotificationsPanel/NotificationsHeaderProps.tsx +7 -0
  544. package/src/Components/DataDisplay/NotificationsPanel/NotificationsNone.tsx +11 -0
  545. package/src/Components/DataDisplay/NotificationsPanel/NotificationsPanel.tsx +8 -0
  546. package/src/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.tsx +7 -0
  547. package/src/Components/DataDisplay/NotificationsPanel/notificationPanel.module.scss +219 -0
  548. package/src/Components/DataDisplay/Tab/Tab.stories.tsx +95 -0
  549. package/src/Components/DataDisplay/Tab/Tab.tsx +22 -0
  550. package/src/Components/DataDisplay/Tab/TabBody.tsx +8 -0
  551. package/src/Components/DataDisplay/Tab/TabBodyContent.tsx +20 -0
  552. package/src/Components/DataDisplay/Tab/TabBodyContentProps.tsx +9 -0
  553. package/src/Components/DataDisplay/Tab/TabBodyProps.tsx +8 -0
  554. package/src/Components/DataDisplay/Tab/TabContext.tsx +9 -0
  555. package/src/Components/DataDisplay/Tab/TabContextProps.tsx +6 -0
  556. package/src/Components/DataDisplay/Tab/TabNav.tsx +17 -0
  557. package/src/Components/DataDisplay/Tab/TabNavItem.tsx +55 -0
  558. package/src/Components/DataDisplay/Tab/TabNavItemProps.tsx +10 -0
  559. package/src/Components/DataDisplay/Tab/TabNavProps.tsx +8 -0
  560. package/src/Components/DataDisplay/Tab/TabProps.tsx +8 -0
  561. package/src/Components/DataDisplay/Tab/tab.module.scss +64 -0
  562. package/src/Components/DataDisplay/Tab/tab.stories.scss +3 -0
  563. package/src/Components/DataDisplay/Table/Table.stories.tsx +89 -0
  564. package/src/Components/DataDisplay/Table/Table.tsx +14 -0
  565. package/src/Components/DataDisplay/Table/TableBody.tsx +13 -0
  566. package/src/Components/DataDisplay/Table/TableBodyProps.tsx +8 -0
  567. package/src/Components/DataDisplay/Table/TableCell.tsx +30 -0
  568. package/src/Components/DataDisplay/Table/TableCellAction.tsx +24 -0
  569. package/src/Components/DataDisplay/Table/TableCellActionProps.tsx +11 -0
  570. package/src/Components/DataDisplay/Table/TableCellProps.tsx +11 -0
  571. package/src/Components/DataDisplay/Table/TableCellWithDesc.tsx +19 -0
  572. package/src/Components/DataDisplay/Table/TableCellWithDescProps.tsx +9 -0
  573. package/src/Components/DataDisplay/Table/TableCellWithImage.tsx +37 -0
  574. package/src/Components/DataDisplay/Table/TableCellWithImageProps.tsx +10 -0
  575. package/src/Components/DataDisplay/Table/TableFooter.tsx +13 -0
  576. package/src/Components/DataDisplay/Table/TableFooterProps.tsx +8 -0
  577. package/src/Components/DataDisplay/Table/TableHead.tsx +11 -0
  578. package/src/Components/DataDisplay/Table/TableHeadProps.tsx +8 -0
  579. package/src/Components/DataDisplay/Table/TableHeaderCell.tsx +18 -0
  580. package/src/Components/DataDisplay/Table/TableHeaderCellProps.tsx +11 -0
  581. package/src/Components/DataDisplay/Table/TableProps.tsx +8 -0
  582. package/src/Components/DataDisplay/Table/TableRow.tsx +9 -0
  583. package/src/Components/DataDisplay/Table/TableRowProps.tsx +8 -0
  584. package/src/Components/DataDisplay/Table/table.module.scss +141 -0
  585. package/src/Components/DataDisplay/index.ts +87 -0
  586. package/src/Components/Form/Button/Button.mdx +15 -0
  587. package/src/Components/Form/Button/Button.stories.tsx +65 -0
  588. package/src/Components/Form/Button/Button.tsx +81 -0
  589. package/src/Components/Form/Button/ButtonProps.tsx +20 -0
  590. package/src/Components/Form/Button/button.module.scss +258 -0
  591. package/src/Components/Form/Checkbox/Checkbox.stories.tsx +51 -0
  592. package/src/Components/Form/Checkbox/Checkbox.tsx +111 -0
  593. package/src/Components/Form/Checkbox/CheckboxProps.tsx +24 -0
  594. package/src/Components/Form/Checkbox/checkbox.module.scss +105 -0
  595. package/src/Components/Form/CheckboxSelect/CheckboxSelect.tsx +5 -0
  596. package/src/Components/Form/CheckboxSelect/CheckboxSelectItem.tsx +5 -0
  597. package/src/Components/Form/CheckboxSet/CheckboxSet.stories.tsx +99 -0
  598. package/src/Components/Form/CheckboxSet/CheckboxSet.tsx +14 -0
  599. package/src/Components/Form/CheckboxSet/CheckboxSetItem.tsx +109 -0
  600. package/src/Components/Form/CheckboxSet/CheckboxSetProps.tsx +9 -0
  601. package/src/Components/Form/CheckboxSet/checkboxSet.module.scss +19 -0
  602. package/src/Components/Form/CurrencyField/CurrencyField.stories.tsx +23 -0
  603. package/src/Components/Form/CurrencyField/CurrencyField.tsx +105 -0
  604. package/src/Components/Form/CurrencyField/CurrencyFieldProps.tsx +10 -0
  605. package/src/Components/Form/DateField/DateField.stories.tsx +22 -0
  606. package/src/Components/Form/DateField/DateField.tsx +61 -0
  607. package/src/Components/Form/DropdownBadge/DropdownBadge.stories.tsx +53 -0
  608. package/src/Components/Form/DropdownBadge/DropdownBadge.tsx +303 -0
  609. package/src/Components/Form/DropdownBadge/DropdownBadgeItem.tsx +54 -0
  610. package/src/Components/Form/DropdownBadge/DropdownBadgeItemProps.tsx +11 -0
  611. package/src/Components/Form/DropdownBadge/DropdownBadgeProps.tsx +34 -0
  612. package/src/Components/Form/DropdownBadge/DropdownBadgeSelector.tsx +17 -0
  613. package/src/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.tsx +10 -0
  614. package/src/Components/Form/DropdownBadge/dropdownBadge.module.scss +195 -0
  615. package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.stories.tsx +35 -0
  616. package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.tsx +426 -0
  617. package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownFieldProps.tsx +30 -0
  618. package/src/Components/Form/DropdownField/DropdownField.stories.tsx +52 -0
  619. package/src/Components/Form/DropdownField/DropdownField.tsx +254 -0
  620. package/src/Components/Form/DropdownField/DropdownFieldItem.tsx +33 -0
  621. package/src/Components/Form/DropdownField/DropdownFieldItemProps.tsx +10 -0
  622. package/src/Components/Form/DropdownField/DropdownFieldProps.tsx +37 -0
  623. package/src/Components/Form/DropdownField/DropdownFieldSelector.tsx +23 -0
  624. package/src/Components/Form/DropdownField/DropdownFieldSelectorProps.tsx +8 -0
  625. package/src/Components/Form/DropdownField/dropdown.module.scss +142 -0
  626. package/src/Components/Form/EmailField/EmailField.stories.ts +23 -0
  627. package/src/Components/Form/EmailField/EmailField.tsx +56 -0
  628. package/src/Components/Form/ErrorMessage/ErrorMessage.tsx +5 -0
  629. package/src/Components/Form/FormFieldHolder/FormFieldHolder.stories.tsx +30 -0
  630. package/src/Components/Form/FormFieldHolder/FormFieldHolder.tsx +55 -0
  631. package/src/Components/Form/FormFieldHolder/FormFieldHolderProps.tsx +15 -0
  632. package/src/Components/Form/FormFieldHolder/formHolder.module.scss +73 -0
  633. package/src/Components/Form/IconButton/IconButton.stories.tsx +45 -0
  634. package/src/Components/Form/IconButton/IconButton.tsx +65 -0
  635. package/src/Components/Form/IconButton/IconButtonProps.tsx +16 -0
  636. package/src/Components/Form/IconButton/iconButton.module.scss +159 -0
  637. package/src/Components/Form/InputProps.tsx +30 -0
  638. package/src/Components/Form/LoadingInput/LoadingInput.tsx +12 -0
  639. package/src/Components/Form/LoadingInput/loadingInput.module.scss +15 -0
  640. package/src/Components/Form/MultiSelectField/MultiSelectField.stories.tsx +38 -0
  641. package/src/Components/Form/MultiSelectField/MultiSelectField.tsx +407 -0
  642. package/src/Components/Form/MultiSelectField/MultiSelectFieldItem.tsx +36 -0
  643. package/src/Components/Form/MultiSelectField/MultiSelectFieldItemProps.tsx +12 -0
  644. package/src/Components/Form/MultiSelectField/MultiSelectFieldProps.tsx +36 -0
  645. package/src/Components/Form/MultiSelectField/MultiSelectFieldTag.tsx +24 -0
  646. package/src/Components/Form/MultiSelectField/MultiSelectFieldTagProps.tsx +6 -0
  647. package/src/Components/Form/MultiSelectField/multiSelectField.module.scss +205 -0
  648. package/src/Components/Form/NumberField/NumberField.stories.ts +24 -0
  649. package/src/Components/Form/NumberField/NumberField.tsx +137 -0
  650. package/src/Components/Form/NumberField/NumberFieldProps.tsx +10 -0
  651. package/src/Components/Form/PasswordField/PasswordField.stories.tsx +22 -0
  652. package/src/Components/Form/PasswordField/PasswordField.tsx +73 -0
  653. package/src/Components/Form/PhoneField/PhoneField.stories.ts +22 -0
  654. package/src/Components/Form/PhoneField/PhoneField.tsx +55 -0
  655. package/src/Components/Form/RadioButtons/RadioButton.tsx +88 -0
  656. package/src/Components/Form/RadioButtons/RadioButtonProps.tsx +23 -0
  657. package/src/Components/Form/RadioButtons/RadioButtons.stories.tsx +75 -0
  658. package/src/Components/Form/RadioButtons/RadioButtons.tsx +18 -0
  659. package/src/Components/Form/RadioButtons/RadioButtonsProps.tsx +10 -0
  660. package/src/Components/Form/RadioButtons/radioButton.stories.scss +3 -0
  661. package/src/Components/Form/RadioButtons/radiobutton.module.scss +102 -0
  662. package/src/Components/Form/RichTextEditor/RichTextEditor.stories.ts +42 -0
  663. package/src/Components/Form/RichTextEditor/RichTextEditor.tsx +115 -0
  664. package/src/Components/Form/RichTextEditor/RichTextEditorProps.tsx +25 -0
  665. package/src/Components/Form/RichTextEditor/richTextEditor.module.scss +10 -0
  666. package/src/Components/Form/TextField/TextField.stories.ts +22 -0
  667. package/src/Components/Form/TextField/TextField.tsx +62 -0
  668. package/src/Components/Form/TextField/TextFieldProps.tsx +8 -0
  669. package/src/Components/Form/Textarea/Textarea.stories.ts +31 -0
  670. package/src/Components/Form/Textarea/Textarea.tsx +74 -0
  671. package/src/Components/Form/Textarea/TextareaProps.tsx +28 -0
  672. package/src/Components/Form/Textarea/textarea.module.scss +49 -0
  673. package/src/Components/Form/TimeField/TimeField.stories.tsx +22 -0
  674. package/src/Components/Form/TimeField/TimeField.tsx +58 -0
  675. package/src/Components/Form/ToggleSwitch/ToggleSwitch.stories.tsx +49 -0
  676. package/src/Components/Form/ToggleSwitch/ToggleSwitch.tsx +87 -0
  677. package/src/Components/Form/ToggleSwitch/ToggleSwitchProps.tsx +22 -0
  678. package/src/Components/Form/ToggleSwitch/toggleSwitch.module.scss +84 -0
  679. package/src/Components/Form/TypableDropdownField/TypableDropdownField.stories.tsx +56 -0
  680. package/src/Components/Form/TypableDropdownField/TypableDropdownField.tsx +313 -0
  681. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldItem.tsx +27 -0
  682. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldItemProps.tsx +9 -0
  683. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldProps.tsx +38 -0
  684. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldSelector.tsx +16 -0
  685. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldSelectorProps.tsx +8 -0
  686. package/src/Components/Form/TypableDropdownField/typableDropdown.module.scss +185 -0
  687. package/src/Components/Form/UnitInput/UnitField.stories.ts +23 -0
  688. package/src/Components/Form/UnitInput/UnitField.tsx +129 -0
  689. package/src/Components/Form/UnitInput/UnitFieldProps.tsx +9 -0
  690. package/src/Components/Form/index.ts +89 -0
  691. package/src/Components/Form/inputs.module.scss +170 -0
  692. package/src/Components/Icons/Arrows/ArrowLeft/ArrowLeft.tsx +49 -0
  693. package/src/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.tsx +49 -0
  694. package/src/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx +50 -0
  695. package/src/Components/Icons/Arrows/CaretDown/CaretDown.tsx +49 -0
  696. package/src/Components/Icons/Arrows/CaretLeft/CaretLeft.tsx +102 -0
  697. package/src/Components/Icons/Arrows/CaretRight/CaretRight.tsx +102 -0
  698. package/src/Components/Icons/Arrows/CaretUp/CaretUp.tsx +49 -0
  699. package/src/Components/Icons/Arrows/CaretUpDown/CaretUpDown.tsx +49 -0
  700. package/src/Components/Icons/Brands/WindowsLogo/WindowsLogo.tsx +105 -0
  701. package/src/Components/Icons/Commerce/CreditCard/CreditCard.tsx +47 -0
  702. package/src/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.tsx +105 -0
  703. package/src/Components/Icons/Commerce/Scale/Scale.tsx +61 -0
  704. package/src/Components/Icons/Communication/AddressBook/AddressBook.stories.ts +28 -0
  705. package/src/Components/Icons/Communication/AddressBook/AddressBook.tsx +50 -0
  706. package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.ts +28 -0
  707. package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.tsx +49 -0
  708. package/src/Components/Icons/Communication/Asterisk/Asterisk.stories.ts +28 -0
  709. package/src/Components/Icons/Communication/Asterisk/Asterisk.tsx +50 -0
  710. package/src/Components/Icons/Communication/At/At.stories.ts +28 -0
  711. package/src/Components/Icons/Communication/At/At.tsx +49 -0
  712. package/src/Components/Icons/Communication/Broadcast/Broadcast.stories.ts +27 -0
  713. package/src/Components/Icons/Communication/Broadcast/Broadcast.tsx +49 -0
  714. package/src/Components/Icons/Communication/Chat/Chat.stories.ts +28 -0
  715. package/src/Components/Icons/Communication/Chat/Chat.tsx +49 -0
  716. package/src/Components/Icons/Communication/ChatCircleText/ChatCircleText.tsx +87 -0
  717. package/src/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.tsx +52 -0
  718. package/src/Components/Icons/Communication/Export/Export.tsx +52 -0
  719. package/src/Components/Icons/Communication/Phone/Phone.tsx +54 -0
  720. package/src/Components/Icons/Communication/Translate/Translate.tsx +51 -0
  721. package/src/Components/Icons/Design/DropHalfBottom/DropHalfBottom.tsx +37 -0
  722. package/src/Components/Icons/Design/Eye/Eye.tsx +105 -0
  723. package/src/Components/Icons/Design/EyeSlash/EyeSlash.tsx +105 -0
  724. package/src/Components/Icons/Design/GearFine/GearFine.tsx +105 -0
  725. package/src/Components/Icons/Design/PencilLine/PencilLine.tsx +63 -0
  726. package/src/Components/Icons/Design/PencilSimple/PencilSimple.tsx +63 -0
  727. package/src/Components/Icons/Design/Ruler/Ruler.tsx +63 -0
  728. package/src/Components/Icons/Design/SquaresFour/SquaresFour.tsx +54 -0
  729. package/src/Components/Icons/Education/BookOpenText/BookOpenText.tsx +63 -0
  730. package/src/Components/Icons/Education/GraduationCap/GraduationCap.tsx +105 -0
  731. package/src/Components/Icons/HealthAndWellness/Barbell/Barbell.tsx +36 -0
  732. package/src/Components/Icons/IconProps.tsx +5 -0
  733. package/src/Components/Icons/MapAndTravel/Globe/Globe.tsx +61 -0
  734. package/src/Components/Icons/MapAndTravel/House/House.tsx +61 -0
  735. package/src/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.tsx +61 -0
  736. package/src/Components/Icons/MapAndTravel/MapPin/MapPin.tsx +53 -0
  737. package/src/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.tsx +59 -0
  738. package/src/Components/Icons/MapAndTravel/Path/Path.tsx +35 -0
  739. package/src/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.tsx +35 -0
  740. package/src/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.tsx +61 -0
  741. package/src/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.tsx +36 -0
  742. package/src/Components/Icons/MapAndTravel/Tram/Tram.tsx +35 -0
  743. package/src/Components/Icons/MapAndTravel/Van/Van.tsx +60 -0
  744. package/src/Components/Icons/MathsAndFinance/Calculator/Calculator.tsx +59 -0
  745. package/src/Components/Icons/MathsAndFinance/ChartBar/ChartBar.tsx +59 -0
  746. package/src/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx +52 -0
  747. package/src/Components/Icons/MathsAndFinance/ChartLine/ChartLine.tsx +53 -0
  748. package/src/Components/Icons/MathsAndFinance/ChartPie/ChartPie.tsx +54 -0
  749. package/src/Components/Icons/MathsAndFinance/Minus/Minus.tsx +49 -0
  750. package/src/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx +63 -0
  751. package/src/Components/Icons/MathsAndFinance/Plus/Plus.tsx +63 -0
  752. package/src/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.tsx +51 -0
  753. package/src/Components/Icons/MathsAndFinance/XIcon/XIcon.tsx +107 -0
  754. package/src/Components/Icons/Media/Camera/Camera.tsx +49 -0
  755. package/src/Components/Icons/Media/Microphone/Microphone.tsx +94 -0
  756. package/src/Components/Icons/Media/PlayCircle/PlayCircle.tsx +49 -0
  757. package/src/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.tsx +49 -0
  758. package/src/Components/Icons/Media/StopCircle/StopCircle.tsx +50 -0
  759. package/src/Components/Icons/Media/VideoCamera/VideoCamera.tsx +105 -0
  760. package/src/Components/Icons/OfficeAndEditing/Copy/Copy.tsx +47 -0
  761. package/src/Components/Icons/OfficeAndEditing/FileText/FileText.tsx +35 -0
  762. package/src/Components/Icons/OfficeAndEditing/Files/Files.tsx +49 -0
  763. package/src/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.tsx +49 -0
  764. package/src/Components/Icons/OfficeAndEditing/Folder/Folder.tsx +61 -0
  765. package/src/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.tsx +35 -0
  766. package/src/Components/Icons/OfficeAndEditing/Folders/Folders.tsx +47 -0
  767. package/src/Components/Icons/OfficeAndEditing/List/List.tsx +46 -0
  768. package/src/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.tsx +59 -0
  769. package/src/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.tsx +59 -0
  770. package/src/Components/Icons/OfficeAndEditing/Printer/Printer.tsx +48 -0
  771. package/src/Components/Icons/OfficeAndEditing/TextAa/TextAa.tsx +63 -0
  772. package/src/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.tsx +61 -0
  773. package/src/Components/Icons/OfficeAndEditing/Trash/Trash.tsx +49 -0
  774. package/src/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.tsx +49 -0
  775. package/src/Components/Icons/People/Person/Person.tsx +35 -0
  776. package/src/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.tsx +35 -0
  777. package/src/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.tsx +35 -0
  778. package/src/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.tsx +35 -0
  779. package/src/Components/Icons/People/User/User.tsx +61 -0
  780. package/src/Components/Icons/People/UserCircle/UserCircle.tsx +61 -0
  781. package/src/Components/Icons/People/UserSwitch/UserSwitch.tsx +61 -0
  782. package/src/Components/Icons/People/Users/Users.tsx +107 -0
  783. package/src/Components/Icons/SecurityAndWarnings/Info/Info.tsx +54 -0
  784. package/src/Components/Icons/SecurityAndWarnings/Key/Key.tsx +54 -0
  785. package/src/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.tsx +54 -0
  786. package/src/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.tsx +61 -0
  787. package/src/Components/Icons/SecurityAndWarnings/Question/Question.tsx +53 -0
  788. package/src/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.tsx +89 -0
  789. package/src/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.tsx +105 -0
  790. package/src/Components/Icons/SystemAndDevice/Bell/Bell.tsx +49 -0
  791. package/src/Components/Icons/SystemAndDevice/Check/Check.tsx +49 -0
  792. package/src/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.tsx +63 -0
  793. package/src/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.tsx +74 -0
  794. package/src/Components/Icons/SystemAndDevice/Desktop/Desktop.tsx +107 -0
  795. package/src/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.tsx +78 -0
  796. package/src/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.tsx +49 -0
  797. package/src/Components/Icons/SystemAndDevice/DotsSix/DotsSix.tsx +107 -0
  798. package/src/Components/Icons/SystemAndDevice/DotsThree/DotsThree.tsx +63 -0
  799. package/src/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.tsx +63 -0
  800. package/src/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.tsx +52 -0
  801. package/src/Components/Icons/SystemAndDevice/Gear/Gear.tsx +61 -0
  802. package/src/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.tsx +105 -0
  803. package/src/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.tsx +63 -0
  804. package/src/Components/Icons/SystemAndDevice/SignIn/SignIn.tsx +51 -0
  805. package/src/Components/Icons/SystemAndDevice/SignOut/SignOut.tsx +49 -0
  806. package/src/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.tsx +51 -0
  807. package/src/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.tsx +51 -0
  808. package/src/Components/Icons/Time/Calendar/Calendar.tsx +61 -0
  809. package/src/Components/Icons/Time/CalendarBank/CalendarBank.tsx +105 -0
  810. package/src/Components/Icons/Time/CalendarCheck/CalendarCheck.tsx +61 -0
  811. package/src/Components/Icons/Time/Clock/Clock.tsx +105 -0
  812. package/src/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.tsx +74 -0
  813. package/src/Components/Icons/WeatherAndNature/Campfire/Campfire.tsx +35 -0
  814. package/src/Components/Icons/WeatherAndNature/CloudSun/CloudSun.tsx +49 -0
  815. package/src/Components/Icons/WeatherAndNature/Flower/Flower.tsx +47 -0
  816. package/src/Components/Icons/WeatherAndNature/Moon/Moon.tsx +35 -0
  817. package/src/Components/Icons/WeatherAndNature/Mountains/Mountains.tsx +49 -0
  818. package/src/Components/Icons/WeatherAndNature/Plant/Plant.tsx +105 -0
  819. package/src/Components/Icons/WeatherAndNature/Snowflake/Snowflake.tsx +46 -0
  820. package/src/Components/Icons/WeatherAndNature/Sparkle/Sparkle.tsx +35 -0
  821. package/src/Components/Icons/WeatherAndNature/Sun/Sun.tsx +47 -0
  822. package/src/Components/Icons/WeatherAndNature/Tree/Tree.tsx +84 -0
  823. package/src/Components/Icons/index.ts +164 -0
  824. package/src/Components/Layout/CalloutPopup/CalloutPopup.stories.tsx +64 -0
  825. package/src/Components/Layout/CalloutPopup/CalloutPopup.tsx +16 -0
  826. package/src/Components/Layout/CalloutPopup/CalloutPopupActionHolder.tsx +56 -0
  827. package/src/Components/Layout/CalloutPopup/CalloutPopupActionHolderProps.tsx +11 -0
  828. package/src/Components/Layout/CalloutPopup/CalloutPopupProps.tsx +8 -0
  829. package/src/Components/Layout/CalloutPopup/callout-popup.module.scss +39 -0
  830. package/src/Components/Layout/Header/Header.stories.tsx +56 -0
  831. package/src/Components/Layout/Header/Header.tsx +14 -0
  832. package/src/Components/Layout/Header/HeaderLeft.tsx +37 -0
  833. package/src/Components/Layout/Header/HeaderLeftProps.tsx +11 -0
  834. package/src/Components/Layout/Header/HeaderProps.tsx +8 -0
  835. package/src/Components/Layout/Header/HeaderRight.tsx +21 -0
  836. package/src/Components/Layout/Header/HeaderRightProps.ts +11 -0
  837. package/src/Components/Layout/Header/header.module.scss +100 -0
  838. package/src/Components/Layout/Pagination/Pagination.tsx +5 -0
  839. package/src/Components/Layout/Pagination/PaginationFirst.tsx +5 -0
  840. package/src/Components/Layout/Pagination/PaginationLast.tsx +5 -0
  841. package/src/Components/Layout/Pagination/PaginationNext.tsx +5 -0
  842. package/src/Components/Layout/Pagination/PaginationNumber.tsx +5 -0
  843. package/src/Components/Layout/Pagination/PaginationPrevious.tsx +5 -0
  844. package/src/Components/Layout/ProfileAvatar/ProfileAvatar.stories.tsx +28 -0
  845. package/src/Components/Layout/ProfileAvatar/ProfileAvatar.tsx +34 -0
  846. package/src/Components/Layout/ProfileAvatar/ProfileAvatarProps.tsx +11 -0
  847. package/src/Components/Layout/ProfileAvatar/profileAvatar.module.scss +56 -0
  848. package/src/Components/Layout/ProfileDropdown/ProfileDropdown.stories.tsx +70 -0
  849. package/src/Components/Layout/ProfileDropdown/ProfileDropdown.tsx +12 -0
  850. package/src/Components/Layout/ProfileDropdown/ProfileDropdownProps.tsx +8 -0
  851. package/src/Components/Layout/ProfileDropdown/ProfileHeader.tsx +24 -0
  852. package/src/Components/Layout/ProfileDropdown/ProfileHeaderProps.tsx +8 -0
  853. package/src/Components/Layout/ProfileDropdown/ProfileLink.tsx +10 -0
  854. package/src/Components/Layout/ProfileDropdown/ProfileLinkProps.tsx +7 -0
  855. package/src/Components/Layout/ProfileDropdown/ProfileLinks.tsx +14 -0
  856. package/src/Components/Layout/ProfileDropdown/ProfileLinksProps.tsx +7 -0
  857. package/src/Components/Layout/ProfileDropdown/ProfileNavigationItem.tsx +35 -0
  858. package/src/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.tsx +10 -0
  859. package/src/Components/Layout/ProfileDropdown/ProfileSwitchPanel.tsx +105 -0
  860. package/src/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.tsx +10 -0
  861. package/src/Components/Layout/ProfileDropdown/ProfileSwitchUser.tsx +22 -0
  862. package/src/Components/Layout/ProfileDropdown/ProfileSwitchUserProps.tsx +7 -0
  863. package/src/Components/Layout/ProfileDropdown/profileDropdown.module.scss +256 -0
  864. package/src/Components/Layout/Sidebar/Sidebar.tsx +14 -0
  865. package/src/Components/Layout/Sidebar/SidebarChevron.tsx +20 -0
  866. package/src/Components/Layout/Sidebar/SidebarChevronProps.tsx +8 -0
  867. package/src/Components/Layout/Sidebar/SidebarNavigation.tsx +14 -0
  868. package/src/Components/Layout/Sidebar/SidebarNavigationItem.tsx +71 -0
  869. package/src/Components/Layout/Sidebar/SidebarNavigationItemProps.tsx +13 -0
  870. package/src/Components/Layout/Sidebar/SidebarNavigationProps.tsx +9 -0
  871. package/src/Components/Layout/Sidebar/SidebarProps.tsx +8 -0
  872. package/src/Components/Layout/Sidebar/SidebarSubNavigation.tsx +37 -0
  873. package/src/Components/Layout/Sidebar/SidebarSubNavigationItem.tsx +30 -0
  874. package/src/Components/Layout/Sidebar/SidebarSubNavigationItemProps.tsx +13 -0
  875. package/src/Components/Layout/Sidebar/SidebarSubNavigationProps.tsx +13 -0
  876. package/src/Components/Layout/Sidebar/sidebar.module.scss +283 -0
  877. package/src/Components/Layout/Sidebar/sidebar.stories.tsx +71 -0
  878. package/src/Components/Layout/index.ts +50 -0
  879. package/dist/style.css +0 -1
package/README.md CHANGED
@@ -1,23 +1,23 @@
1
- # BetterUI
2
-
3
- A reusable Rect component library by [Hello Better](https://hellobetterdigital.com).
4
-
5
- We at Hello Better builds many web applications using React + Typescript and headless APIs. We make use of Figma design systems and have our own component library that we have shared here.
6
-
7
- ## Installation
8
-
9
- To install simply use
10
-
11
- ```
12
- npm install @hellobetterdigitalnz/betteru
13
- ```
14
-
15
- or if you are using yarn
16
-
17
- ```
18
- yarn add @hellobetterdigitalnz/betteru
19
- ```
20
-
21
- ## Using components
22
-
23
- Components are used from the libraries root entry.
1
+ # BetterUI
2
+
3
+ A reusable Rect component library by [Hello Better](https://hellobetterdigital.com).
4
+
5
+ We at Hello Better builds many web applications using React + Typescript and headless APIs. We make use of Figma design systems and have our own component library that we have shared here.
6
+
7
+ ## Installation
8
+
9
+ To install simply use
10
+
11
+ ```
12
+ npm install @hellobetterdigitalnz/betteru
13
+ ```
14
+
15
+ or if you are using yarn
16
+
17
+ ```
18
+ yarn add @hellobetterdigitalnz/betteru
19
+ ```
20
+
21
+ ## Using components
22
+
23
+ Components are used from the libraries root entry.
@@ -0,0 +1,10 @@
1
+ import { ReactNode } from 'react';
2
+
3
+ interface BetterUIContextType {
4
+ modalStack: ReactNode[];
5
+ openModal: (modal: React.ReactNode) => void;
6
+ closeModal: () => void;
7
+ closeAllModals: () => void;
8
+ }
9
+ declare const BetterUIContext: import('react').Context<BetterUIContextType>;
10
+ export default BetterUIContext;
@@ -0,0 +1,7 @@
1
+ import { FC, ReactNode } from 'react';
2
+
3
+ interface BetterUIProviderProps {
4
+ children: ReactNode;
5
+ }
6
+ declare const BetterUIProvider: FC<BetterUIProviderProps>;
7
+ export default BetterUIProvider;
@@ -0,0 +1,2 @@
1
+ export { default as BetterUIProvider } from './BetterUIProvider.tsx';
2
+ export { default as BetterUIContext } from './BetterUIContext.tsx';
@@ -1,3 +1,4 @@
1
- import AccordionProps from "./AccordionProps.tsx";
1
+ import { default as AccordionProps } from './AccordionProps.tsx';
2
+
2
3
  declare const Accordion: (props: AccordionProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default Accordion;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
- import AccordionContextInterface from "./AccordionContextInterface.tsx";
3
- declare const AccordionContext: import("react").Context<AccordionContextInterface>;
1
+ import { default as AccordionContextInterface } from './AccordionContextInterface.tsx';
2
+
3
+ declare const AccordionContext: import('react').Context<AccordionContextInterface>;
4
4
  export default AccordionContext;
@@ -1,3 +1,4 @@
1
- import AccordionItemProps from "./AccordionItemProps.tsx";
1
+ import { default as AccordionItemProps } from './AccordionItemProps.tsx';
2
+
2
3
  declare const AccordionItem: (props: AccordionItemProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default AccordionItem;
@@ -1,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  interface AccordionItemProps {
3
4
  index: string | number;
4
5
  title: string;
@@ -6,5 +7,8 @@ interface AccordionItemProps {
6
7
  onAfterOpened?: () => void;
7
8
  onAfterClosed?: () => void;
8
9
  onBeforeClosed?: () => boolean;
10
+ extraClass?: string;
11
+ accordionClass?: string;
12
+ icon?: ReactNode;
9
13
  }
10
14
  export default AccordionItemProps;
@@ -1,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  interface AccordionProps {
3
4
  allowMultiple?: boolean;
4
5
  children: ReactNode;
@@ -1,3 +1,4 @@
1
- import AccordionProviderInterface from "./AccordionProviderInterface.tsx";
1
+ import { default as AccordionProviderInterface } from './AccordionProviderInterface.tsx';
2
+
2
3
  declare const AccordionProvider: (props: AccordionProviderInterface) => import("react/jsx-runtime").JSX.Element;
3
4
  export default AccordionProvider;
@@ -1,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  interface AccordionProviderInterface {
3
4
  children: ReactNode;
4
5
  allowMultiple?: boolean;
@@ -1,3 +1,4 @@
1
- import BadgeProps from "./BadgeProps.tsx";
1
+ import { default as BadgeProps } from './BadgeProps';
2
+
2
3
  declare const Badge: (props: BadgeProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default Badge;
@@ -1,5 +1,8 @@
1
1
  interface BadgeProps {
2
- status?: "pending" | "inProgress" | "complete";
2
+ status?: "pending" | "inProgress" | "complete" | 'draft' | "custom";
3
3
  label: string;
4
+ clickable?: boolean;
5
+ onClick?: () => void;
6
+ extraClass?: string;
4
7
  }
5
8
  export default BadgeProps;
@@ -0,0 +1,4 @@
1
+ import { default as CalendarProps } from './CalendarProps.tsx';
2
+
3
+ declare const Calendar: (props: CalendarProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default Calendar;
@@ -0,0 +1,51 @@
1
+ interface NameValueInterface {
2
+ label?: string;
3
+ type?: "primary" | "secondary" | undefined;
4
+ color?: string;
5
+ startDay?: any;
6
+ startTime?: any;
7
+ timeDuration?: number;
8
+ monthContent?: {
9
+ __html?: any;
10
+ __jsx?: any;
11
+ __tsx?: any;
12
+ };
13
+ dayContent?: {
14
+ __html?: any;
15
+ __jsx?: any;
16
+ __tsx?: any;
17
+ };
18
+ weekContent?: {
19
+ __html?: any;
20
+ __jsx?: any;
21
+ __tsx?: any;
22
+ };
23
+ bufferTime?: {
24
+ preBuffer: number;
25
+ postBuffer: number;
26
+ };
27
+ onClick?: (e: any) => {};
28
+ }
29
+ interface NameValueHolidayInterface {
30
+ label: string;
31
+ startDay?: any;
32
+ endDay?: any;
33
+ }
34
+ interface CalendarProps {
35
+ startOfWeekOn?: "Monday" | "Sunday";
36
+ events: NameValueInterface[] | any;
37
+ holidays?: NameValueHolidayInterface[] | any;
38
+ currentDate?: any;
39
+ showPublicHolidayDayToggle?: boolean;
40
+ showPrepTimeToggle?: boolean;
41
+ showPrepTime?: boolean;
42
+ viewChangeAction?: boolean;
43
+ calendarViewActive?: boolean;
44
+ listViewActive?: boolean;
45
+ calendarActionOnclick?: () => void;
46
+ listActionOnclick?: () => void;
47
+ onDateChange?: (newDate: Date, view: "day" | "week" | "month", startDate: Date, endDate: Date) => void;
48
+ }
49
+ export type { NameValueInterface };
50
+ export type { NameValueHolidayInterface };
51
+ export default CalendarProps;
@@ -0,0 +1,8 @@
1
+ import { ReactNode } from 'react';
2
+
3
+ interface EventModalProps {
4
+ title?: string;
5
+ children?: ReactNode;
6
+ }
7
+ declare const EventModal: (props: EventModalProps) => import("react/jsx-runtime").JSX.Element;
8
+ export default EventModal;
@@ -0,0 +1,4 @@
1
+ import { default as CalendarEventProps } from './CalendarEventProps.tsx';
2
+
3
+ declare const CalendarEvent: (props: CalendarEventProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default CalendarEvent;
@@ -0,0 +1,25 @@
1
+ interface CalendarEventProps {
2
+ key?: any;
3
+ type?: "primary" | "secondary";
4
+ label?: string;
5
+ monthContent?: {
6
+ __html?: any;
7
+ __jsx?: any;
8
+ __tsx?: any;
9
+ };
10
+ dayContent?: {
11
+ __html?: any;
12
+ __jsx?: any;
13
+ __tsx?: any;
14
+ };
15
+ weekContent?: {
16
+ __html?: any;
17
+ __jsx?: any;
18
+ __tsx?: any;
19
+ };
20
+ timeDuration?: string;
21
+ color?: string;
22
+ onClick?: (e: any) => {};
23
+ eventFor?: 'calendar' | 'modal';
24
+ }
25
+ export default CalendarEventProps;
@@ -0,0 +1,4 @@
1
+ import { default as MoreEventProps } from './MoreEventProps.tsx';
2
+
3
+ declare const MoreEvent: (props: MoreEventProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default MoreEvent;
@@ -0,0 +1,4 @@
1
+ interface MoreEventProps {
2
+ count?: number;
3
+ }
4
+ export default MoreEventProps;
@@ -0,0 +1,2 @@
1
+ declare const PrimaryIcon: () => import("react/jsx-runtime").JSX.Element;
2
+ export default PrimaryIcon;
@@ -0,0 +1,2 @@
1
+ declare const SecondaryIcon: () => import("react/jsx-runtime").JSX.Element;
2
+ export default SecondaryIcon;
@@ -0,0 +1,4 @@
1
+ import { default as MonthlyDayCellProps } from './MonthlyDayCellProps.tsx';
2
+
3
+ declare const MonthlyDayCell: (props: MonthlyDayCellProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default MonthlyDayCell;
@@ -0,0 +1,9 @@
1
+ import { ReactNode } from 'react';
2
+
3
+ interface MonthlyDayCellProps {
4
+ children?: ReactNode;
5
+ className?: string;
6
+ id?: any;
7
+ onClick?: () => void;
8
+ }
9
+ export default MonthlyDayCellProps;
@@ -0,0 +1,4 @@
1
+ import { default as DayViewProps } from './DayViewProps.tsx';
2
+
3
+ declare const DayView: ({ date, events, showPrepTime, holidays }: DayViewProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default DayView;
@@ -0,0 +1,6 @@
1
+ import { default as CalendarProps } from '../../CalendarProps.tsx';
2
+
3
+ interface DayViewProps extends Omit<CalendarProps, 'calendarActionOnclick' | 'listActionOnclick' | 'showPublicHolidayDayToggle' | 'showPrepTimeToggle'> {
4
+ date: Date;
5
+ }
6
+ export default DayViewProps;
@@ -0,0 +1,4 @@
1
+ import { default as CalendarProps } from '../../CalendarProps.tsx';
2
+
3
+ declare const MonthView: (props: CalendarProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default MonthView;
@@ -0,0 +1,4 @@
1
+ import { default as WeekViewProps } from './WeekViewProps.tsx';
2
+
3
+ declare const WeekView: ({ events, date, startOfWeekOn, holidays, showPrepTime }: WeekViewProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default WeekView;
@@ -0,0 +1,6 @@
1
+ import { default as CalendarProps } from '../../CalendarProps.tsx';
2
+
3
+ interface WeekViewProps extends Omit<CalendarProps, 'calendarActionOnclick' | 'listActionOnclick' | 'showPublicHolidayDayToggle' | 'showPrepTimeToggle'> {
4
+ date: Date;
5
+ }
6
+ export default WeekViewProps;
@@ -1,3 +1,4 @@
1
- import BannerCardInterface from "./BannerCardInterface.tsx";
1
+ import { default as BannerCardInterface } from './BannerCardInterface.tsx';
2
+
2
3
  declare const BannerCard: (props: BannerCardInterface) => import("react/jsx-runtime").JSX.Element;
3
4
  export default BannerCard;
@@ -1,3 +1,4 @@
1
- import PathwayCardProps from "./PathwayCardProps";
1
+ import { default as PathwayCardProps } from './PathwayCardProps';
2
+
2
3
  declare const PathwayCard: (props: PathwayCardProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default PathwayCard;
@@ -1,4 +1,5 @@
1
- import React, { ReactNode } from "react";
1
+ import { default as React, ReactNode } from 'react';
2
+
2
3
  interface PathwayCardProps {
3
4
  title: string;
4
5
  btnTitle: string;
@@ -0,0 +1,15 @@
1
+
2
+ type GanttTask = {
3
+ id: string;
4
+ name: string;
5
+ start: string;
6
+ end: string;
7
+ color?: string;
8
+ user?: string;
9
+ };
10
+ type GanttChartProps = {
11
+ tasks?: GanttTask[];
12
+ onChange?: (tasks: GanttTask[]) => void;
13
+ };
14
+ export default function GanttChart({ tasks: initialTasks, onChange }: GanttChartProps): import("react/jsx-runtime").JSX.Element;
15
+ export {};
@@ -1,3 +1,4 @@
1
- import MediaProps from "./MediaProps.tsx";
1
+ import { default as MediaProps } from './MediaProps.tsx';
2
+
2
3
  declare const Media: (props: MediaProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default Media;
@@ -1,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  interface MediaProps {
3
4
  type?: "image" | "video";
4
5
  videoSrc?: string;
@@ -1,3 +1,4 @@
1
- import ModalProps from "./ModalProps";
1
+ import { default as ModalProps } from './ModalProps';
2
+
2
3
  declare const Modal: (props: ModalProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default Modal;
@@ -1,2 +1,4 @@
1
- declare const ModalActions: () => void;
1
+ import { default as ModalActionsProps } from './ModalActionsProps.tsx';
2
+
3
+ declare const ModalActions: (props: ModalActionsProps) => import("react/jsx-runtime").JSX.Element;
2
4
  export default ModalActions;
@@ -1,2 +1,4 @@
1
- declare const ModalActionsLeft: () => void;
1
+ import { default as ModalActionsLeftProps } from './ModalActionsLeftProps.tsx';
2
+
3
+ declare const ModalActionsLeft: (props: ModalActionsLeftProps) => import("react/jsx-runtime").JSX.Element;
2
4
  export default ModalActionsLeft;
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from 'react';
2
+
3
+ interface ModalActionsLeftProps {
4
+ children?: ReactNode;
5
+ extraClass?: string;
6
+ }
7
+ export default ModalActionsLeftProps;
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from 'react';
2
+
3
+ interface ModalActionsProps {
4
+ children?: ReactNode;
5
+ extraClass?: string;
6
+ }
7
+ export default ModalActionsProps;
@@ -1,2 +1,4 @@
1
- declare const ModalActionsRight: () => void;
1
+ import { default as ModalActionsRightProps } from './ModalActionsRightProps.tsx';
2
+
3
+ declare const ModalActionsRight: (props: ModalActionsRightProps) => import("react/jsx-runtime").JSX.Element;
2
4
  export default ModalActionsRight;
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from 'react';
2
+
3
+ interface ModalActionsRightProps {
4
+ children?: ReactNode;
5
+ extraClass?: string;
6
+ }
7
+ export default ModalActionsRightProps;
@@ -1,3 +1,4 @@
1
- import ModalBodyProps from "./ModalBodyProps";
1
+ import { default as ModalBodyProps } from './ModalBodyProps';
2
+
2
3
  declare const ModalBody: (props: ModalBodyProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default ModalBody;
@@ -1,5 +1,7 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  interface ModalBodyProps {
3
4
  children?: ReactNode;
5
+ extraClass?: string;
4
6
  }
5
7
  export default ModalBodyProps;
@@ -1,2 +1,2 @@
1
- declare const ModalCurtain: () => void;
1
+ declare const ModalCurtain: () => import("react/jsx-runtime").JSX.Element;
2
2
  export default ModalCurtain;
@@ -1,3 +1,4 @@
1
- import ModalHeaderProps from "./ModalHeaderProps";
1
+ import { default as ModalHeaderProps } from './ModalHeaderProps';
2
+
2
3
  declare const ModalHeader: (props: ModalHeaderProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default ModalHeader;
@@ -1,7 +1,12 @@
1
+ import { ReactNode } from 'react';
2
+
1
3
  interface ModalHeaderProps {
2
- title: string;
4
+ title?: string;
3
5
  extraClass?: string;
4
6
  canClose?: boolean;
5
7
  canGoBack?: boolean;
8
+ closeOnclick?: (e: any) => void;
9
+ canGoBackOnclick?: (e: any) => void;
10
+ icon?: ReactNode;
6
11
  }
7
12
  export default ModalHeaderProps;
@@ -1,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  interface ModalProps {
3
4
  children?: ReactNode;
4
5
  extraClass?: string;
@@ -1,3 +1,4 @@
1
- import NotificationsBellProps from "./NotificationsBellProps.tsx";
1
+ import { default as NotificationsBellProps } from './NotificationsBellProps.tsx';
2
+
2
3
  declare const NotificationsBell: (props: NotificationsBellProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default NotificationsBell;
@@ -1,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  interface NotificationsBellProps {
3
4
  children?: ReactNode;
4
5
  extraClass?: string;
@@ -1,3 +1,4 @@
1
- import NotificationProps from "./NotificationProps.tsx";
1
+ import { default as NotificationProps } from './NotificationProps.tsx';
2
+
2
3
  declare const Notification: (props: NotificationProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default Notification;
@@ -4,7 +4,8 @@ interface NotificationProps {
4
4
  boldText?: string;
5
5
  regularText?: string;
6
6
  summaryText?: string;
7
- notificatonItemOnClick?: () => void;
8
- closeOnClick?: () => void;
7
+ notificationItemOnClick?: () => void;
8
+ closeOnClick?: (...args: any[]) => void;
9
+ read?: boolean;
9
10
  }
10
11
  export default NotificationProps;
@@ -1,3 +1,4 @@
1
- import NotificationsGroupProps from "./NotificationsGroupProps";
1
+ import { default as NotificationsGroupProps } from './NotificationsGroupProps';
2
+
2
3
  declare const NotificationsGroup: ({ children, title }: NotificationsGroupProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default NotificationsGroup;
@@ -1,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  interface NotificationsGroupProps {
3
4
  children?: ReactNode;
4
5
  title: string;
@@ -1,3 +1,4 @@
1
- import NotificationsGroupsProps from "./NotificationsGroupsProps";
1
+ import { default as NotificationsGroupsProps } from './NotificationsGroupsProps';
2
+
2
3
  declare const NotificationsGroups: (props: NotificationsGroupsProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default NotificationsGroups;
@@ -1,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  interface NotificationsGroupsProps {
3
4
  children?: ReactNode;
4
5
  }
@@ -1,3 +1,4 @@
1
- import NotificationsHeaderProps from "./NotificationsHeaderProps";
1
+ import { default as NotificationsHeaderProps } from './NotificationsHeaderProps';
2
+
2
3
  declare const NotificationsHeader: (props: NotificationsHeaderProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default NotificationsHeader;
@@ -1,3 +1,4 @@
1
- import NotificationsPanelProps from "./NotificationsPanelProps";
1
+ import { default as NotificationsPanelProps } from './NotificationsPanelProps';
2
+
2
3
  declare const NotificationsPanel: ({ children }: NotificationsPanelProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default NotificationsPanel;
@@ -1,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  interface NotificationsPanelProps {
3
4
  children?: ReactNode;
4
5
  }
@@ -1,3 +1,4 @@
1
- import TabInterface from "./TabProps.tsx";
1
+ import { default as TabInterface } from './TabProps.tsx';
2
+
2
3
  declare const Tab: ({ children, extraClass }: TabInterface) => import("react/jsx-runtime").JSX.Element;
3
4
  export default Tab;
@@ -1,3 +1,4 @@
1
- import TabBodyProps from "./TabBodyProps.tsx";
1
+ import { default as TabBodyProps } from './TabBodyProps.tsx';
2
+
2
3
  declare const TabBody: ({ children, extraClass }: TabBodyProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default TabBody;
@@ -1,3 +1,4 @@
1
- import TabBodyContentProps from "./TabBodyContentProps.tsx";
1
+ import { default as TabBodyContentProps } from './TabBodyContentProps.tsx';
2
+
2
3
  declare const TabBodyContent: (props: TabBodyContentProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default TabBodyContent;
@@ -1,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  interface TabBodyContentProps {
3
4
  children: ReactNode;
4
5
  tabIndex: any;
@@ -1,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  interface TabBodyProps {
3
4
  children: ReactNode;
4
5
  extraClass?: string;