@hellobetterdigitalnz/betterui 0.0.3-33 → 0.0.3-330

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 (1092) hide show
  1. package/dist/Components/BetterUIProvider/BetterUIContext.d.ts +5 -5
  2. package/dist/Components/BetterUIProvider/BetterUIProvider.d.ts +2 -1
  3. package/dist/Components/DataDisplay/Accordion/Accordion.d.ts +2 -1
  4. package/dist/Components/DataDisplay/Accordion/AccordionContext.d.ts +3 -3
  5. package/dist/Components/DataDisplay/Accordion/AccordionItem.d.ts +2 -1
  6. package/dist/Components/DataDisplay/Accordion/AccordionItemProps.d.ts +4 -1
  7. package/dist/Components/DataDisplay/Accordion/AccordionProps.d.ts +2 -1
  8. package/dist/Components/DataDisplay/Accordion/AccordionProvider.d.ts +2 -1
  9. package/dist/Components/DataDisplay/Accordion/AccordionProviderInterface.d.ts +2 -1
  10. package/dist/Components/DataDisplay/Badge/Badge.d.ts +2 -1
  11. package/dist/Components/DataDisplay/Badge/BadgeProps.d.ts +4 -1
  12. package/dist/Components/DataDisplay/Calendar/Calendar.d.ts +4 -0
  13. package/dist/Components/DataDisplay/Calendar/CalendarProps.d.ts +51 -0
  14. package/dist/Components/DataDisplay/Calendar/EventModal/EventModal.d.ts +8 -0
  15. package/dist/Components/DataDisplay/Calendar/Events/CalendarEvent.d.ts +4 -0
  16. package/dist/Components/DataDisplay/Calendar/Events/CalendarEventProps.d.ts +25 -0
  17. package/dist/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEvent.d.ts +4 -0
  18. package/dist/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEventProps.d.ts +4 -0
  19. package/dist/Components/DataDisplay/Calendar/Events/PrimaryIcon.d.ts +2 -0
  20. package/dist/Components/DataDisplay/Calendar/Events/SecondaryIcon.d.ts +2 -0
  21. package/dist/Components/DataDisplay/Calendar/MonthlyDayCell.d.ts +4 -0
  22. package/dist/Components/DataDisplay/Calendar/MonthlyDayCellProps.d.ts +9 -0
  23. package/dist/Components/DataDisplay/Calendar/Views/DayView/DayView.d.ts +4 -0
  24. package/dist/Components/DataDisplay/Calendar/Views/DayView/DayViewProps.d.ts +6 -0
  25. package/dist/Components/DataDisplay/Calendar/Views/MonthView/MonthView.d.ts +4 -0
  26. package/dist/Components/DataDisplay/Calendar/Views/WeekView/WeekView.d.ts +4 -0
  27. package/dist/Components/DataDisplay/Calendar/Views/WeekView/WeekViewProps.d.ts +6 -0
  28. package/dist/Components/DataDisplay/Cards/BannerCard/BannerCard.d.ts +2 -1
  29. package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCard.d.ts +2 -1
  30. package/dist/Components/DataDisplay/Cards/PathwayCard/PathwayCardProps.d.ts +2 -1
  31. package/dist/Components/DataDisplay/GanttChart/GanttChart.d.ts +34 -0
  32. package/dist/Components/DataDisplay/Media/Media.d.ts +2 -1
  33. package/dist/Components/DataDisplay/Media/MediaProps.d.ts +2 -1
  34. package/dist/Components/DataDisplay/Modal/Modal.d.ts +2 -1
  35. package/dist/Components/DataDisplay/Modal/ModalActions.d.ts +2 -1
  36. package/dist/Components/DataDisplay/Modal/ModalActionsLeft.d.ts +2 -1
  37. package/dist/Components/DataDisplay/Modal/ModalActionsLeftProps.d.ts +2 -1
  38. package/dist/Components/DataDisplay/Modal/ModalActionsProps.d.ts +2 -1
  39. package/dist/Components/DataDisplay/Modal/ModalActionsRight.d.ts +2 -1
  40. package/dist/Components/DataDisplay/Modal/ModalActionsRightProps.d.ts +2 -1
  41. package/dist/Components/DataDisplay/Modal/ModalBody.d.ts +2 -1
  42. package/dist/Components/DataDisplay/Modal/ModalBodyProps.d.ts +2 -1
  43. package/dist/Components/DataDisplay/Modal/ModalHeader.d.ts +2 -1
  44. package/dist/Components/DataDisplay/Modal/ModalHeaderProps.d.ts +5 -2
  45. package/dist/Components/DataDisplay/Modal/ModalProps.d.ts +2 -1
  46. package/dist/Components/DataDisplay/NotificationsBell/NotificationsBell.d.ts +2 -1
  47. package/dist/Components/DataDisplay/NotificationsBell/NotificationsBellProps.d.ts +2 -1
  48. package/dist/Components/DataDisplay/NotificationsPanel/Notification.d.ts +2 -1
  49. package/dist/Components/DataDisplay/NotificationsPanel/NotificationProps.d.ts +2 -1
  50. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroup.d.ts +2 -1
  51. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.d.ts +2 -1
  52. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroups.d.ts +2 -1
  53. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.d.ts +2 -1
  54. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsHeader.d.ts +2 -1
  55. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanel.d.ts +2 -1
  56. package/dist/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.d.ts +2 -1
  57. package/dist/Components/DataDisplay/Tab/Tab.d.ts +2 -1
  58. package/dist/Components/DataDisplay/Tab/TabBody.d.ts +2 -1
  59. package/dist/Components/DataDisplay/Tab/TabBodyContent.d.ts +2 -1
  60. package/dist/Components/DataDisplay/Tab/TabBodyContentProps.d.ts +2 -1
  61. package/dist/Components/DataDisplay/Tab/TabBodyProps.d.ts +2 -1
  62. package/dist/Components/DataDisplay/Tab/TabContext.d.ts +3 -3
  63. package/dist/Components/DataDisplay/Tab/TabNav.d.ts +2 -1
  64. package/dist/Components/DataDisplay/Tab/TabNavItem.d.ts +2 -1
  65. package/dist/Components/DataDisplay/Tab/TabNavItemProps.d.ts +1 -0
  66. package/dist/Components/DataDisplay/Tab/TabNavProps.d.ts +2 -1
  67. package/dist/Components/DataDisplay/Tab/TabProps.d.ts +2 -1
  68. package/dist/Components/DataDisplay/Table/Table.d.ts +2 -1
  69. package/dist/Components/DataDisplay/Table/TableBody.d.ts +2 -1
  70. package/dist/Components/DataDisplay/Table/TableBodyProps.d.ts +2 -1
  71. package/dist/Components/DataDisplay/Table/TableCell.d.ts +2 -1
  72. package/dist/Components/DataDisplay/Table/TableCellAction.d.ts +2 -1
  73. package/dist/Components/DataDisplay/Table/TableCellActionProps.d.ts +2 -1
  74. package/dist/Components/DataDisplay/Table/TableCellProps.d.ts +2 -1
  75. package/dist/Components/DataDisplay/Table/TableCellWithDesc.d.ts +2 -1
  76. package/dist/Components/DataDisplay/Table/TableCellWithImage.d.ts +2 -1
  77. package/dist/Components/DataDisplay/Table/TableFooter.d.ts +3 -1
  78. package/dist/Components/DataDisplay/Table/TableFooterProps.d.ts +7 -0
  79. package/dist/Components/DataDisplay/Table/TableHead.d.ts +2 -1
  80. package/dist/Components/DataDisplay/Table/TableHeadProps.d.ts +2 -1
  81. package/dist/Components/DataDisplay/Table/TableHeaderCell.d.ts +2 -1
  82. package/dist/Components/DataDisplay/Table/TableHeaderCellProps.d.ts +3 -1
  83. package/dist/Components/DataDisplay/Table/TableProps.d.ts +2 -1
  84. package/dist/Components/DataDisplay/Table/TableRow.d.ts +2 -1
  85. package/dist/Components/DataDisplay/Table/TableRowProps.d.ts +2 -1
  86. package/dist/Components/DataDisplay/index.d.ts +6 -3
  87. package/dist/Components/Form/Button/Button.d.ts +2 -1
  88. package/dist/Components/Form/Button/ButtonProps.d.ts +5 -1
  89. package/dist/Components/Form/Checkbox/Checkbox.d.ts +2 -1
  90. package/dist/Components/Form/Checkbox/CheckboxProps.d.ts +4 -2
  91. package/dist/Components/Form/CheckboxSet/CheckboxSet.d.ts +2 -1
  92. package/dist/Components/Form/CheckboxSet/CheckboxSetItem.d.ts +2 -1
  93. package/dist/Components/Form/CheckboxSet/CheckboxSetProps.d.ts +2 -1
  94. package/dist/Components/Form/CurrencyField/CurrencyField.d.ts +2 -1
  95. package/dist/Components/Form/CurrencyField/CurrencyFieldProps.d.ts +4 -2
  96. package/dist/Components/Form/DateField/DateField.d.ts +2 -1
  97. package/dist/Components/Form/DropdownBadge/DropdownBadge.d.ts +2 -1
  98. package/dist/Components/Form/DropdownBadge/DropdownBadgeItem.d.ts +2 -1
  99. package/dist/Components/Form/DropdownBadge/DropdownBadgeItemProps.d.ts +4 -2
  100. package/dist/Components/Form/DropdownBadge/DropdownBadgeProps.d.ts +8 -4
  101. package/dist/Components/Form/DropdownBadge/DropdownBadgeSelector.d.ts +4 -2
  102. package/dist/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.d.ts +5 -1
  103. package/dist/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.d.ts +4 -0
  104. package/dist/Components/Form/DropdownField/CountryDropdownField/CountryDropdownFieldProps.d.ts +29 -0
  105. package/dist/Components/Form/DropdownField/DropdownField.d.ts +2 -1
  106. package/dist/Components/Form/DropdownField/DropdownFieldItem.d.ts +2 -1
  107. package/dist/Components/Form/DropdownField/DropdownFieldItemProps.d.ts +5 -3
  108. package/dist/Components/Form/DropdownField/DropdownFieldProps.d.ts +8 -3
  109. package/dist/Components/Form/DropdownField/DropdownFieldSelector.d.ts +4 -2
  110. package/dist/Components/Form/DropdownField/DropdownFieldSelectorProps.d.ts +3 -1
  111. package/dist/Components/Form/EmailField/EmailField.d.ts +2 -1
  112. package/dist/Components/Form/EmailField/EmailField.stories.d.ts +4 -3
  113. package/dist/Components/Form/FormFieldHolder/FormFieldHolder.d.ts +2 -1
  114. package/dist/Components/Form/FormFieldHolder/FormFieldHolderProps.d.ts +6 -2
  115. package/dist/Components/Form/IconButton/IconButton.d.ts +2 -1
  116. package/dist/Components/Form/IconButton/IconButtonProps.d.ts +3 -1
  117. package/dist/Components/Form/InputProps.d.ts +7 -2
  118. package/dist/Components/Form/LoadingInput/LoadingInput.d.ts +2 -0
  119. package/dist/Components/Form/MultiSelectField/MultiSelectField.d.ts +4 -8
  120. package/dist/Components/Form/MultiSelectField/MultiSelectFieldItem.d.ts +3 -10
  121. package/dist/Components/Form/MultiSelectField/MultiSelectFieldItemProps.d.ts +11 -0
  122. package/dist/Components/Form/MultiSelectField/MultiSelectFieldProps.d.ts +35 -0
  123. package/dist/Components/Form/MultiSelectField/MultiSelectFieldTag.d.ts +3 -9
  124. package/dist/Components/Form/MultiSelectField/MultiSelectFieldTagProps.d.ts +5 -0
  125. package/dist/Components/Form/NumberField/NumberField.d.ts +4 -0
  126. package/dist/Components/Form/NumberField/NumberField.stories.d.ts +14 -0
  127. package/dist/Components/Form/NumberField/NumberFieldProps.d.ts +9 -0
  128. package/dist/Components/Form/PasswordField/PasswordField.d.ts +2 -1
  129. package/dist/Components/Form/PhoneField/PhoneField.d.ts +4 -0
  130. package/dist/Components/Form/PhoneField/PhoneField.stories.d.ts +14 -0
  131. package/dist/Components/Form/RadioButtons/RadioButton.d.ts +2 -1
  132. package/dist/Components/Form/RadioButtons/RadioButtonProps.d.ts +2 -1
  133. package/dist/Components/Form/RadioButtons/RadioButtons.d.ts +2 -1
  134. package/dist/Components/Form/RadioButtons/RadioButtonsProps.d.ts +2 -1
  135. package/dist/Components/Form/RichTextEditor/RichTextEditor.d.ts +4 -0
  136. package/dist/Components/Form/RichTextEditor/RichTextEditor.stories.d.ts +19 -0
  137. package/dist/Components/Form/RichTextEditor/RichTextEditorProps.d.ts +24 -0
  138. package/dist/Components/Form/TextField/TextField.d.ts +2 -1
  139. package/dist/Components/Form/TextField/TextField.stories.d.ts +4 -3
  140. package/dist/Components/Form/TextField/TextFieldProps.d.ts +3 -2
  141. package/dist/Components/Form/Textarea/Textarea.d.ts +2 -1
  142. package/dist/Components/Form/Textarea/Textarea.stories.d.ts +4 -3
  143. package/dist/Components/Form/Textarea/TextareaProps.d.ts +2 -0
  144. package/dist/Components/Form/TimeField/TimeField.d.ts +2 -1
  145. package/dist/Components/Form/ToggleSwitch/ToggleSwitch.d.ts +2 -1
  146. package/dist/Components/Form/ToggleSwitch/ToggleSwitchProps.d.ts +2 -1
  147. package/dist/Components/Form/TypableDropdownField/TypableDropdownField.d.ts +4 -0
  148. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldItem.d.ts +4 -0
  149. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldItemProps.d.ts +8 -0
  150. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldProps.d.ts +35 -0
  151. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldSelector.d.ts +5 -0
  152. package/dist/Components/Form/TypableDropdownField/TypableDropdownFieldSelectorProps.d.ts +7 -0
  153. package/dist/Components/Form/UnitInput/UnitField.d.ts +2 -1
  154. package/dist/Components/Form/UnitInput/UnitField.stories.d.ts +4 -3
  155. package/dist/Components/Form/UnitInput/UnitFieldProps.d.ts +3 -2
  156. package/dist/Components/Form/index.d.ts +15 -0
  157. package/dist/Components/Icons/Arrows/ArrowLeft/ArrowLeft.d.ts +4 -0
  158. package/dist/Components/Icons/Arrows/ArrowLineUpRight/ArrowLineUpRight.d.ts +4 -0
  159. package/dist/Components/Icons/Arrows/ArrowRight/ArrowRight.d.ts +4 -0
  160. package/dist/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.d.ts +2 -1
  161. package/dist/Components/Icons/Arrows/ArrowsHorizontal/ArrowsHorizontal.d.ts +4 -0
  162. package/dist/Components/Icons/Arrows/ArrowsIn/ArrowsIn.d.ts +4 -0
  163. package/dist/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.d.ts +4 -0
  164. package/dist/Components/Icons/Arrows/ArrowsVertical/ArrowsVertical.d.ts +4 -0
  165. package/dist/Components/Icons/Arrows/CaretDown/CaretDown.d.ts +2 -1
  166. package/dist/Components/Icons/Arrows/CaretLeft/CaretLeft.d.ts +2 -1
  167. package/dist/Components/Icons/Arrows/CaretRight/CaretRight.d.ts +2 -1
  168. package/dist/Components/Icons/Arrows/CaretUp/CaretUp.d.ts +2 -1
  169. package/dist/Components/Icons/Arrows/CaretUpDown/CaretUpDown.d.ts +2 -1
  170. package/dist/Components/Icons/Brands/AmazonLogo/AmazonLogo.d.ts +4 -0
  171. package/dist/Components/Icons/Brands/AndroidLogo/AndroidLogo.d.ts +4 -0
  172. package/dist/Components/Icons/Brands/AngularLogo/AngularLogo.d.ts +4 -0
  173. package/dist/Components/Icons/Brands/AppStoreLogo/AppStoreLogo.d.ts +4 -0
  174. package/dist/Components/Icons/Brands/AppleLogo/AppleLogo.d.ts +4 -0
  175. package/dist/Components/Icons/Brands/ApplePodcastsLogo/ApplePodcastsLogo.d.ts +4 -0
  176. package/dist/Components/Icons/Brands/CodesandboxLogo/CodesandboxLogo.d.ts +4 -0
  177. package/dist/Components/Icons/Brands/WindowsLogo/WindowsLogo.d.ts +2 -1
  178. package/dist/Components/Icons/Commerce/BowlFood/BowlFood.d.ts +4 -0
  179. package/dist/Components/Icons/Commerce/Buildings/Buildings.d.ts +4 -0
  180. package/dist/Components/Icons/Commerce/CreditCard/CreditCard.d.ts +4 -0
  181. package/dist/Components/Icons/Commerce/CurrencyDollar/CurrencyDollar.d.ts +4 -0
  182. package/dist/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.d.ts +2 -1
  183. package/dist/Components/Icons/Commerce/Scale/Scale.d.ts +4 -0
  184. package/dist/Components/Icons/Commerce/Storefront/Storefront.d.ts +4 -0
  185. package/dist/Components/Icons/Commerce/Tag/Tag.d.ts +4 -0
  186. package/dist/Components/Icons/Commerce/Ticket/Ticket.d.ts +4 -0
  187. package/dist/Components/Icons/Communication/AddressBook/AddressBook.d.ts +2 -1
  188. package/dist/Components/Icons/Communication/AddressBook/AddressBook.stories.d.ts +5 -4
  189. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.d.ts +2 -1
  190. package/dist/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.d.ts +5 -4
  191. package/dist/Components/Icons/Communication/Asterisk/Asterisk.d.ts +2 -1
  192. package/dist/Components/Icons/Communication/Asterisk/Asterisk.stories.d.ts +5 -4
  193. package/dist/Components/Icons/Communication/At/At.d.ts +2 -1
  194. package/dist/Components/Icons/Communication/At/At.stories.d.ts +5 -4
  195. package/dist/Components/Icons/Communication/Broadcast/Broadcast.d.ts +2 -1
  196. package/dist/Components/Icons/Communication/Broadcast/Broadcast.stories.d.ts +5 -4
  197. package/dist/Components/Icons/Communication/Chat/Chat.d.ts +2 -1
  198. package/dist/Components/Icons/Communication/Chat/Chat.stories.d.ts +5 -4
  199. package/dist/Components/Icons/Communication/ChatCentered/ChatCentered.d.ts +4 -0
  200. package/dist/Components/Icons/Communication/ChatCenteredDots/ChatCenteredDots.d.ts +4 -0
  201. package/dist/Components/Icons/Communication/ChatCenteredText/ChatCenteredText.d.ts +4 -0
  202. package/dist/Components/Icons/Communication/ChatCircle/ChatCircle.d.ts +4 -0
  203. package/dist/Components/Icons/Communication/ChatCircleDots/ChatCircleDots.d.ts +4 -0
  204. package/dist/Components/Icons/Communication/ChatCircleText/ChatCircleText.d.ts +4 -0
  205. package/dist/Components/Icons/Communication/ChatDots/ChatDots.d.ts +4 -0
  206. package/dist/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.d.ts +4 -0
  207. package/dist/Components/Icons/Communication/ChatTeardropDots/ChatTeardropDots.d.ts +4 -0
  208. package/dist/Components/Icons/Communication/ChatTeardropText/ChatTeardropText.d.ts +4 -0
  209. package/dist/Components/Icons/Communication/ChatText/ChatText.d.ts +4 -0
  210. package/dist/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.d.ts +4 -0
  211. package/dist/Components/Icons/Communication/Export/Export.d.ts +4 -0
  212. package/dist/Components/Icons/Communication/PaperPlaneTilt/PaperPlaneTilt.d.ts +4 -0
  213. package/dist/Components/Icons/Communication/Phone/Phone.d.ts +4 -0
  214. package/dist/Components/Icons/Communication/Translate/Translate.d.ts +2 -1
  215. package/dist/Components/Icons/Design/AlignBottom/AlignBottom.d.ts +4 -0
  216. package/dist/Components/Icons/Design/AlignBottomSimple/AlignBottomSimple.d.ts +4 -0
  217. package/dist/Components/Icons/Design/AlignCenterHorizontal/AlignCenterHorizontal.d.ts +4 -0
  218. package/dist/Components/Icons/Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.d.ts +4 -0
  219. package/dist/Components/Icons/Design/AlignCenterVertical/AlignCenterVertical.d.ts +4 -0
  220. package/dist/Components/Icons/Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.d.ts +4 -0
  221. package/dist/Components/Icons/Design/AlignLeft/AlignLeft.d.ts +4 -0
  222. package/dist/Components/Icons/Design/AlignLeftSimple/AlignLeftSimple.d.ts +4 -0
  223. package/dist/Components/Icons/Design/AlignRight/AlignRight.d.ts +4 -0
  224. package/dist/Components/Icons/Design/AlignRightSimple/AlignRightSimple.d.ts +4 -0
  225. package/dist/Components/Icons/Design/CirclesThree/CirclesThree.d.ts +4 -0
  226. package/dist/Components/Icons/Design/DropHalfBottom/DropHalfBottom.d.ts +4 -0
  227. package/dist/Components/Icons/Design/Eye/Eye.d.ts +2 -1
  228. package/dist/Components/Icons/Design/EyeSlash/EyeSlash.d.ts +2 -1
  229. package/dist/Components/Icons/Design/GearFine/GearFine.d.ts +4 -0
  230. package/dist/Components/Icons/Design/PencilLine/PencilLine.d.ts +2 -1
  231. package/dist/Components/Icons/Design/PencilSimple/PencilSimple.d.ts +2 -1
  232. package/dist/Components/Icons/Design/Ruler/Ruler.d.ts +2 -1
  233. package/dist/Components/Icons/Design/SidebarSimple/SidebarSimple.d.ts +4 -0
  234. package/dist/Components/Icons/Design/SquaresFour/SquaresFour.d.ts +4 -0
  235. package/dist/Components/Icons/Development/TreeStructure/TreeStructure.d.ts +4 -0
  236. package/dist/Components/Icons/Development/WebhooksLogo/WebhooksLogo.d.ts +4 -0
  237. package/dist/Components/Icons/Education/BookOpenText/BookOpenText.d.ts +2 -1
  238. package/dist/Components/Icons/Education/GraduationCap/GraduationCap.d.ts +4 -0
  239. package/dist/Components/Icons/Games/Alien/Alien.d.ts +4 -0
  240. package/dist/Components/Icons/Games/Baseball/Baseball.d.ts +4 -0
  241. package/dist/Components/Icons/Games/Basketball/Basketball.d.ts +4 -0
  242. package/dist/Components/Icons/Games/CastleTurret/CastleTurret.d.ts +4 -0
  243. package/dist/Components/Icons/Games/Club/Club.d.ts +4 -0
  244. package/dist/Components/Icons/Games/Confetti/Confetti.d.ts +4 -0
  245. package/dist/Components/Icons/Games/Crown/Crown.d.ts +4 -0
  246. package/dist/Components/Icons/Games/CrownSimple/CrownSimple.d.ts +4 -0
  247. package/dist/Components/Icons/Games/CubeFocus/CubeFocus.d.ts +4 -0
  248. package/dist/Components/Icons/Games/Diamond/Diamond.d.ts +4 -0
  249. package/dist/Components/Icons/Games/DiceFive/DiceFive.d.ts +4 -0
  250. package/dist/Components/Icons/Games/DiceFour/DiceFour.d.ts +4 -0
  251. package/dist/Components/Icons/Games/MaskHappy/MaskHappy.d.ts +4 -0
  252. package/dist/Components/Icons/HealthAndWellness/Barbell/Barbell.d.ts +4 -0
  253. package/dist/Components/Icons/HealthAndWellness/Brain/Brain.d.ts +4 -0
  254. package/dist/Components/Icons/MapAndTravel/AirTrafficControl/AirTrafficControl.d.ts +4 -0
  255. package/dist/Components/Icons/MapAndTravel/Airplane/Airplane.d.ts +4 -0
  256. package/dist/Components/Icons/MapAndTravel/AirplaneInFlight/AirplaneInFlight.d.ts +4 -0
  257. package/dist/Components/Icons/MapAndTravel/AirplaneLanding/AirplaneLanding.d.ts +4 -0
  258. package/dist/Components/Icons/MapAndTravel/AirplaneTakeoff/AirplaneTakeoff.d.ts +4 -0
  259. package/dist/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.d.ts +4 -0
  260. package/dist/Components/Icons/MapAndTravel/Anchor/Anchor.d.ts +4 -0
  261. package/dist/Components/Icons/MapAndTravel/AnchorSimple/AnchorSimple.d.ts +4 -0
  262. package/dist/Components/Icons/MapAndTravel/Barricade/Barricade.d.ts +4 -0
  263. package/dist/Components/Icons/MapAndTravel/Bicycle/Bicycle.d.ts +4 -0
  264. package/dist/Components/Icons/MapAndTravel/Boat/Boat.d.ts +4 -0
  265. package/dist/Components/Icons/MapAndTravel/Globe/Globe.d.ts +2 -1
  266. package/dist/Components/Icons/MapAndTravel/GlobeSimple/GlobeSimple.d.ts +4 -0
  267. package/dist/Components/Icons/MapAndTravel/House/House.d.ts +4 -0
  268. package/dist/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.d.ts +2 -1
  269. package/dist/Components/Icons/MapAndTravel/Lighthouse/Lighthouse.d.ts +4 -0
  270. package/dist/Components/Icons/MapAndTravel/MapPin/MapPin.d.ts +4 -0
  271. package/dist/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.d.ts +4 -0
  272. package/dist/Components/Icons/MapAndTravel/Path/Path.d.ts +4 -0
  273. package/dist/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.d.ts +4 -0
  274. package/dist/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.d.ts +4 -0
  275. package/dist/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.d.ts +4 -0
  276. package/dist/Components/Icons/MapAndTravel/Train/Train.d.ts +4 -0
  277. package/dist/Components/Icons/MapAndTravel/Tram/Tram.d.ts +4 -0
  278. package/dist/Components/Icons/MapAndTravel/Van/Van.d.ts +4 -0
  279. package/dist/Components/Icons/MathsAndFinance/Calculator/Calculator.d.ts +4 -0
  280. package/dist/Components/Icons/MathsAndFinance/ChartBar/ChartBar.d.ts +2 -1
  281. package/dist/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.d.ts +4 -0
  282. package/dist/Components/Icons/MathsAndFinance/ChartLine/ChartLine.d.ts +4 -0
  283. package/dist/Components/Icons/MathsAndFinance/ChartPie/ChartPie.d.ts +4 -0
  284. package/dist/Components/Icons/MathsAndFinance/Graph/Graph.d.ts +4 -0
  285. package/dist/Components/Icons/MathsAndFinance/Minus/Minus.d.ts +4 -0
  286. package/dist/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.d.ts +2 -1
  287. package/dist/Components/Icons/MathsAndFinance/Plus/Plus.d.ts +2 -1
  288. package/dist/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.d.ts +4 -0
  289. package/dist/Components/Icons/MathsAndFinance/XIcon/XIcon.d.ts +2 -1
  290. package/dist/Components/Icons/Media/Airplay/Airplay.d.ts +4 -0
  291. package/dist/Components/Icons/Media/Aperture/Aperture.d.ts +4 -0
  292. package/dist/Components/Icons/Media/Article/Article.d.ts +4 -0
  293. package/dist/Components/Icons/Media/ArticleMedium/ArticleMedium.d.ts +4 -0
  294. package/dist/Components/Icons/Media/ArticleNyTimes/ArticleNyTimes.d.ts +4 -0
  295. package/dist/Components/Icons/Media/Camera/Camera.d.ts +4 -0
  296. package/dist/Components/Icons/Media/CameraPlus/CameraPlus.d.ts +4 -0
  297. package/dist/Components/Icons/Media/CameraRotate/CameraRotate.d.ts +4 -0
  298. package/dist/Components/Icons/Media/CameraSlash/CameraSlash.d.ts +4 -0
  299. package/dist/Components/Icons/Media/CassetteTape/CassetteTape.d.ts +4 -0
  300. package/dist/Components/Icons/Media/ClosedCaptioning/ClosedCaptioning.d.ts +4 -0
  301. package/dist/Components/Icons/Media/Image/Image.d.ts +4 -0
  302. package/dist/Components/Icons/Media/Images/Images.d.ts +4 -0
  303. package/dist/Components/Icons/Media/ImagesSquare/ImagesSquare.d.ts +4 -0
  304. package/dist/Components/Icons/Media/Microphone/Microphone.d.ts +4 -0
  305. package/dist/Components/Icons/Media/PlayCircle/PlayCircle.d.ts +4 -0
  306. package/dist/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.d.ts +4 -0
  307. package/dist/Components/Icons/Media/StopCircle/StopCircle.d.ts +4 -0
  308. package/dist/Components/Icons/Media/VideoCamera/VideoCamera.d.ts +4 -0
  309. package/dist/Components/Icons/OfficeAndEditing/ClipboardText/ClipboardText.d.ts +4 -0
  310. package/dist/Components/Icons/OfficeAndEditing/Copy/Copy.d.ts +4 -0
  311. package/dist/Components/Icons/OfficeAndEditing/FileText/FileText.d.ts +4 -0
  312. package/dist/Components/Icons/OfficeAndEditing/Files/Files.d.ts +4 -0
  313. package/dist/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.d.ts +4 -0
  314. package/dist/Components/Icons/OfficeAndEditing/Folder/Folder.d.ts +2 -1
  315. package/dist/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.d.ts +4 -0
  316. package/dist/Components/Icons/OfficeAndEditing/Folders/Folders.d.ts +4 -0
  317. package/dist/Components/Icons/OfficeAndEditing/List/List.d.ts +4 -0
  318. package/dist/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.d.ts +2 -1
  319. package/dist/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.d.ts +4 -0
  320. package/dist/Components/Icons/OfficeAndEditing/Printer/Printer.d.ts +4 -0
  321. package/dist/Components/Icons/OfficeAndEditing/TextAa/TextAa.d.ts +2 -1
  322. package/dist/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.d.ts +2 -1
  323. package/dist/Components/Icons/OfficeAndEditing/Textbox/Textbox.d.ts +4 -0
  324. package/dist/Components/Icons/OfficeAndEditing/Trash/Trash.d.ts +4 -0
  325. package/dist/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.d.ts +4 -0
  326. package/dist/Components/Icons/People/Person/Person.d.ts +4 -0
  327. package/dist/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.d.ts +4 -0
  328. package/dist/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.d.ts +4 -0
  329. package/dist/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.d.ts +4 -0
  330. package/dist/Components/Icons/People/User/User.d.ts +2 -1
  331. package/dist/Components/Icons/People/UserCircle/UserCircle.d.ts +4 -0
  332. package/dist/Components/Icons/People/UserSwitch/UserSwitch.d.ts +4 -0
  333. package/dist/Components/Icons/People/Users/Users.d.ts +4 -0
  334. package/dist/Components/Icons/People/UsersThree/UsersThree.d.ts +4 -0
  335. package/dist/Components/Icons/SecurityAndWarnings/Info/Info.d.ts +4 -0
  336. package/dist/Components/Icons/SecurityAndWarnings/Key/Key.d.ts +4 -0
  337. package/dist/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.d.ts +4 -0
  338. package/dist/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.d.ts +4 -0
  339. package/dist/Components/Icons/SecurityAndWarnings/Question/Question.d.ts +4 -0
  340. package/dist/Components/Icons/SecurityAndWarnings/SealCheck/SealCheck.d.ts +4 -0
  341. package/dist/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.d.ts +4 -0
  342. package/dist/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.d.ts +2 -1
  343. package/dist/Components/Icons/SystemAndDevice/Bell/Bell.d.ts +2 -1
  344. package/dist/Components/Icons/SystemAndDevice/BellRinging/BellRinging.d.ts +4 -0
  345. package/dist/Components/Icons/SystemAndDevice/Check/Check.d.ts +4 -0
  346. package/dist/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.d.ts +2 -1
  347. package/dist/Components/Icons/SystemAndDevice/CloudArrowDown/CloudArrowDown.d.ts +4 -0
  348. package/dist/Components/Icons/SystemAndDevice/CloudArrowUp/CloudArrowUp.d.ts +4 -0
  349. package/dist/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.d.ts +4 -0
  350. package/dist/Components/Icons/SystemAndDevice/Desktop/Desktop.d.ts +4 -0
  351. package/dist/Components/Icons/SystemAndDevice/DesktopTower/DesktopTower.d.ts +4 -0
  352. package/dist/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.d.ts +4 -0
  353. package/dist/Components/Icons/SystemAndDevice/DotsSix/DotsSix.d.ts +4 -0
  354. package/dist/Components/Icons/SystemAndDevice/DotsSixVertical/DotsSixVertical.d.ts +4 -0
  355. package/dist/Components/Icons/SystemAndDevice/DotsThree/DotsThree.d.ts +4 -0
  356. package/dist/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.d.ts +2 -1
  357. package/dist/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.d.ts +4 -0
  358. package/dist/Components/Icons/SystemAndDevice/Gear/Gear.d.ts +2 -1
  359. package/dist/Components/Icons/SystemAndDevice/ListMagnifyingGlass/ListMagnifyingGlass.d.ts +4 -0
  360. package/dist/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.d.ts +2 -1
  361. package/dist/Components/Icons/SystemAndDevice/PlugsConnected/PlugsConnected.d.ts +4 -0
  362. package/dist/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.d.ts +2 -1
  363. package/dist/Components/Icons/SystemAndDevice/SignIn/SignIn.d.ts +4 -0
  364. package/dist/Components/Icons/SystemAndDevice/SignOut/SignOut.d.ts +4 -0
  365. package/dist/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.d.ts +4 -0
  366. package/dist/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.d.ts +4 -0
  367. package/dist/Components/Icons/Time/Alarm/Alarm.d.ts +4 -0
  368. package/dist/Components/Icons/Time/Calendar/Calendar.d.ts +4 -0
  369. package/dist/Components/Icons/Time/CalendarBlank/CalendarBlank.d.ts +4 -0
  370. package/dist/Components/Icons/Time/CalendarCheck/CalendarCheck.d.ts +4 -0
  371. package/dist/Components/Icons/Time/CalendarPlus/CalendarPlus.d.ts +4 -0
  372. package/dist/Components/Icons/Time/CalendarX/CalendarX.d.ts +4 -0
  373. package/dist/Components/Icons/Time/Clock/Clock.d.ts +2 -1
  374. package/dist/Components/Icons/Time/ClockAfternoon/ClockAfternoon.d.ts +4 -0
  375. package/dist/Components/Icons/Time/ClockClockwise/ClockClockwise.d.ts +4 -0
  376. package/dist/Components/Icons/Time/ClockCountdown/ClockCountdown.d.ts +4 -0
  377. package/dist/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.d.ts +4 -0
  378. package/dist/Components/Icons/Time/Hourglass/Hourglass.d.ts +4 -0
  379. package/dist/Components/Icons/Time/HourglassHigh/HourglassHigh.d.ts +4 -0
  380. package/dist/Components/Icons/Time/HourglassLow/HourglassLow.d.ts +4 -0
  381. package/dist/Components/Icons/Time/HourglassMedium/HourglassMedium.d.ts +4 -0
  382. package/dist/Components/Icons/Time/HourglassSimple/HourglassSimple.d.ts +4 -0
  383. package/dist/Components/Icons/WeatherAndNature/Campfire/Campfire.d.ts +4 -0
  384. package/dist/Components/Icons/WeatherAndNature/CloudSun/CloudSun.d.ts +4 -0
  385. package/dist/Components/Icons/WeatherAndNature/Flower/Flower.d.ts +4 -0
  386. package/dist/Components/Icons/WeatherAndNature/Moon/Moon.d.ts +4 -0
  387. package/dist/Components/Icons/WeatherAndNature/Mountains/Mountains.d.ts +4 -0
  388. package/dist/Components/Icons/WeatherAndNature/Plant/Plant.d.ts +4 -0
  389. package/dist/Components/Icons/WeatherAndNature/Snowflake/Snowflake.d.ts +4 -0
  390. package/dist/Components/Icons/WeatherAndNature/Sparkle/Sparkle.d.ts +4 -0
  391. package/dist/Components/Icons/WeatherAndNature/Sun/Sun.d.ts +4 -0
  392. package/dist/Components/Icons/WeatherAndNature/Tree/Tree.d.ts +4 -0
  393. package/dist/Components/Icons/index.d.ts +187 -2
  394. package/dist/Components/Layout/CalloutPopup/CalloutPopup.d.ts +2 -1
  395. package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolder.d.ts +2 -1
  396. package/dist/Components/Layout/CalloutPopup/CalloutPopupActionHolderProps.d.ts +6 -2
  397. package/dist/Components/Layout/CalloutPopup/CalloutPopupProps.d.ts +2 -1
  398. package/dist/Components/Layout/Header/Header.d.ts +2 -1
  399. package/dist/Components/Layout/Header/HeaderLeft.d.ts +2 -1
  400. package/dist/Components/Layout/Header/HeaderLeftProps.d.ts +5 -1
  401. package/dist/Components/Layout/Header/HeaderProps.d.ts +2 -1
  402. package/dist/Components/Layout/Header/HeaderRight.d.ts +2 -1
  403. package/dist/Components/Layout/Header/HeaderRightProps.d.ts +3 -1
  404. package/dist/Components/Layout/ProfileAvatar/ProfileAvatar.d.ts +2 -1
  405. package/dist/Components/Layout/ProfileAvatar/ProfileAvatarProps.d.ts +3 -1
  406. package/dist/Components/Layout/ProfileDropdown/ProfileDropdown.d.ts +2 -1
  407. package/dist/Components/Layout/ProfileDropdown/ProfileDropdownProps.d.ts +2 -1
  408. package/dist/Components/Layout/ProfileDropdown/ProfileHeader.d.ts +2 -1
  409. package/dist/Components/Layout/ProfileDropdown/ProfileLink.d.ts +2 -1
  410. package/dist/Components/Layout/ProfileDropdown/ProfileLinkProps.d.ts +2 -1
  411. package/dist/Components/Layout/ProfileDropdown/ProfileLinks.d.ts +2 -1
  412. package/dist/Components/Layout/ProfileDropdown/ProfileLinksProps.d.ts +2 -1
  413. package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItem.d.ts +2 -1
  414. package/dist/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.d.ts +3 -2
  415. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanel.d.ts +2 -1
  416. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.d.ts +3 -2
  417. package/dist/Components/Layout/ProfileDropdown/ProfileSwitchUser.d.ts +2 -1
  418. package/dist/Components/Layout/Sidebar/Sidebar.d.ts +2 -1
  419. package/dist/Components/Layout/Sidebar/SidebarChevron.d.ts +2 -1
  420. package/dist/Components/Layout/Sidebar/SidebarChevronProps.d.ts +2 -1
  421. package/dist/Components/Layout/Sidebar/SidebarNavigation.d.ts +2 -1
  422. package/dist/Components/Layout/Sidebar/SidebarNavigationItem.d.ts +2 -1
  423. package/dist/Components/Layout/Sidebar/SidebarNavigationItemProps.d.ts +3 -1
  424. package/dist/Components/Layout/Sidebar/SidebarNavigationProps.d.ts +2 -1
  425. package/dist/Components/Layout/Sidebar/SidebarProps.d.ts +2 -1
  426. package/dist/Components/Layout/Sidebar/SidebarSubNavigation.d.ts +2 -1
  427. package/dist/Components/Layout/Sidebar/SidebarSubNavigationItem.d.ts +2 -1
  428. package/dist/Components/Layout/Sidebar/SidebarSubNavigationItemProps.d.ts +3 -1
  429. package/dist/Components/Layout/Sidebar/SidebarSubNavigationProps.d.ts +4 -1
  430. package/dist/betterui.css +1 -0
  431. package/dist/image/logo-small.svg +4 -4
  432. package/dist/image/logo.svg +26 -26
  433. package/dist/index.cjs.js +50 -2
  434. package/dist/index.cjs.js.map +1 -1
  435. package/dist/index.es.js +12973 -2480
  436. package/dist/index.es.js.map +1 -1
  437. package/dist/lib/tinymce/icons/default/icons.min.js +1 -0
  438. package/dist/lib/tinymce/langs/README.md +3 -0
  439. package/dist/lib/tinymce/license.md +6 -0
  440. package/dist/lib/tinymce/models/dom/model.min.js +4 -0
  441. package/dist/lib/tinymce/plugins/accordion/plugin.min.js +4 -0
  442. package/dist/lib/tinymce/plugins/advlist/plugin.min.js +4 -0
  443. package/dist/lib/tinymce/plugins/anchor/plugin.min.js +4 -0
  444. package/dist/lib/tinymce/plugins/autolink/plugin.min.js +4 -0
  445. package/dist/lib/tinymce/plugins/autoresize/plugin.min.js +4 -0
  446. package/dist/lib/tinymce/plugins/autosave/plugin.min.js +4 -0
  447. package/dist/lib/tinymce/plugins/charmap/plugin.min.js +4 -0
  448. package/dist/lib/tinymce/plugins/code/plugin.min.js +4 -0
  449. package/dist/lib/tinymce/plugins/codesample/plugin.min.js +4 -0
  450. package/dist/lib/tinymce/plugins/directionality/plugin.min.js +4 -0
  451. package/dist/lib/tinymce/plugins/emoticons/js/emojiimages.js +1 -0
  452. package/dist/lib/tinymce/plugins/emoticons/js/emojiimages.min.js +3 -0
  453. package/dist/lib/tinymce/plugins/emoticons/js/emojis.js +1 -0
  454. package/dist/lib/tinymce/plugins/emoticons/js/emojis.min.js +2 -0
  455. package/dist/lib/tinymce/plugins/emoticons/plugin.min.js +4 -0
  456. package/dist/lib/tinymce/plugins/fullscreen/plugin.min.js +4 -0
  457. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ar.js +90 -0
  458. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +90 -0
  459. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ca.js +90 -0
  460. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/cs.js +90 -0
  461. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/da.js +90 -0
  462. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/de.js +90 -0
  463. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/el.js +90 -0
  464. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/en.js +90 -0
  465. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/es.js +90 -0
  466. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/eu.js +90 -0
  467. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fa.js +90 -0
  468. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fi.js +90 -0
  469. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +90 -0
  470. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/he_IL.js +90 -0
  471. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hi.js +90 -0
  472. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hr.js +90 -0
  473. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +90 -0
  474. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/id.js +90 -0
  475. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/it.js +90 -0
  476. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ja.js +90 -0
  477. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/kk.js +90 -0
  478. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +90 -0
  479. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ms.js +90 -0
  480. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +90 -0
  481. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/nl.js +90 -0
  482. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pl.js +90 -0
  483. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +90 -0
  484. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +90 -0
  485. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ro.js +90 -0
  486. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/ru.js +90 -0
  487. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sk.js +90 -0
  488. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +90 -0
  489. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +90 -0
  490. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/th_TH.js +90 -0
  491. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/tr.js +90 -0
  492. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/uk.js +90 -0
  493. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/vi.js +90 -0
  494. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +84 -0
  495. package/dist/lib/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +90 -0
  496. package/dist/lib/tinymce/plugins/help/plugin.min.js +4 -0
  497. package/dist/lib/tinymce/plugins/image/plugin.min.js +4 -0
  498. package/dist/lib/tinymce/plugins/importcss/plugin.min.js +4 -0
  499. package/dist/lib/tinymce/plugins/insertdatetime/plugin.min.js +4 -0
  500. package/dist/lib/tinymce/plugins/link/plugin.min.js +4 -0
  501. package/dist/lib/tinymce/plugins/lists/plugin.min.js +4 -0
  502. package/dist/lib/tinymce/plugins/media/plugin.min.js +4 -0
  503. package/dist/lib/tinymce/plugins/nonbreaking/plugin.min.js +4 -0
  504. package/dist/lib/tinymce/plugins/pagebreak/plugin.min.js +4 -0
  505. package/dist/lib/tinymce/plugins/preview/plugin.min.js +4 -0
  506. package/dist/lib/tinymce/plugins/quickbars/plugin.min.js +4 -0
  507. package/dist/lib/tinymce/plugins/save/plugin.min.js +4 -0
  508. package/dist/lib/tinymce/plugins/searchreplace/plugin.min.js +4 -0
  509. package/dist/lib/tinymce/plugins/table/plugin.min.js +4 -0
  510. package/dist/lib/tinymce/plugins/visualblocks/plugin.min.js +4 -0
  511. package/dist/lib/tinymce/plugins/visualchars/plugin.min.js +4 -0
  512. package/dist/lib/tinymce/plugins/wordcount/plugin.min.js +4 -0
  513. package/dist/lib/tinymce/skins/content/dark/content.js +2 -0
  514. package/dist/lib/tinymce/skins/content/dark/content.min.css +1 -0
  515. package/dist/lib/tinymce/skins/content/default/content.js +2 -0
  516. package/dist/lib/tinymce/skins/content/default/content.min.css +1 -0
  517. package/dist/lib/tinymce/skins/content/document/content.js +2 -0
  518. package/dist/lib/tinymce/skins/content/document/content.min.css +1 -0
  519. package/dist/lib/tinymce/skins/content/tinymce-5/content.js +2 -0
  520. package/dist/lib/tinymce/skins/content/tinymce-5/content.min.css +1 -0
  521. package/dist/lib/tinymce/skins/content/tinymce-5-dark/content.js +2 -0
  522. package/dist/lib/tinymce/skins/content/tinymce-5-dark/content.min.css +1 -0
  523. package/dist/lib/tinymce/skins/content/writer/content.js +2 -0
  524. package/dist/lib/tinymce/skins/content/writer/content.min.css +1 -0
  525. package/dist/lib/tinymce/skins/ui/oxide/content.inline.js +2 -0
  526. package/dist/lib/tinymce/skins/ui/oxide/content.inline.min.css +1 -0
  527. package/dist/lib/tinymce/skins/ui/oxide/content.js +2 -0
  528. package/dist/lib/tinymce/skins/ui/oxide/content.min.css +1 -0
  529. package/dist/lib/tinymce/skins/ui/oxide/skin.js +2 -0
  530. package/dist/lib/tinymce/skins/ui/oxide/skin.min.css +1 -0
  531. package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.js +2 -0
  532. package/dist/lib/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
  533. package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.js +2 -0
  534. package/dist/lib/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -0
  535. package/dist/lib/tinymce/skins/ui/oxide-dark/content.js +2 -0
  536. package/dist/lib/tinymce/skins/ui/oxide-dark/content.min.css +1 -0
  537. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.js +2 -0
  538. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
  539. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.js +2 -0
  540. package/dist/lib/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
  541. package/dist/lib/tinymce/skins/ui/tinymce-5/content.inline.js +2 -0
  542. package/dist/lib/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -0
  543. package/dist/lib/tinymce/skins/ui/tinymce-5/content.js +2 -0
  544. package/dist/lib/tinymce/skins/ui/tinymce-5/content.min.css +1 -0
  545. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.js +2 -0
  546. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.min.css +1 -0
  547. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.js +2 -0
  548. package/dist/lib/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -0
  549. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.js +2 -0
  550. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -0
  551. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.js +2 -0
  552. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -0
  553. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.js +2 -0
  554. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -0
  555. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.js +2 -0
  556. package/dist/lib/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -0
  557. package/dist/lib/tinymce/themes/silver/theme.min.js +4 -0
  558. package/dist/lib/tinymce/tinymce.d.ts +3250 -0
  559. package/dist/lib/tinymce/tinymce.min.js +4 -0
  560. package/dist/main.d.ts +1 -0
  561. package/package.json +30 -19
  562. package/src/Components/BetterUIProvider/BetterUIContext.tsx +17 -0
  563. package/src/Components/BetterUIProvider/BetterUIProvider.tsx +46 -0
  564. package/src/Components/BetterUIProvider/index.ts +2 -0
  565. package/src/Components/DataDisplay/Accordion/Accordion.stories.tsx +57 -0
  566. package/src/Components/DataDisplay/Accordion/Accordion.tsx +14 -0
  567. package/src/Components/DataDisplay/Accordion/AccordionContext.tsx +11 -0
  568. package/src/Components/DataDisplay/Accordion/AccordionContextInterface.tsx +8 -0
  569. package/src/Components/DataDisplay/Accordion/AccordionItem.tsx +68 -0
  570. package/src/Components/DataDisplay/Accordion/AccordionItemProps.tsx +15 -0
  571. package/src/Components/DataDisplay/Accordion/AccordionProps.tsx +8 -0
  572. package/src/Components/DataDisplay/Accordion/AccordionProvider.tsx +65 -0
  573. package/src/Components/DataDisplay/Accordion/AccordionProviderInterface.tsx +8 -0
  574. package/src/Components/DataDisplay/Accordion/accordion.module.scss +65 -0
  575. package/src/Components/DataDisplay/Badge/Badge.stories.tsx +53 -0
  576. package/src/Components/DataDisplay/Badge/Badge.tsx +41 -0
  577. package/src/Components/DataDisplay/Badge/BadgeProps.tsx +10 -0
  578. package/src/Components/DataDisplay/Badge/badge.module.scss +57 -0
  579. package/src/Components/DataDisplay/Calendar/Calendar.stories.tsx +65 -0
  580. package/src/Components/DataDisplay/Calendar/Calendar.tsx +330 -0
  581. package/src/Components/DataDisplay/Calendar/CalendarProps.tsx +50 -0
  582. package/src/Components/DataDisplay/Calendar/EventModal/EventModal.tsx +26 -0
  583. package/src/Components/DataDisplay/Calendar/EventModal/eventModal.scss +8 -0
  584. package/src/Components/DataDisplay/Calendar/Events/CalendarEvent.tsx +61 -0
  585. package/src/Components/DataDisplay/Calendar/Events/CalendarEventProps.tsx +14 -0
  586. package/src/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEvent.tsx +12 -0
  587. package/src/Components/DataDisplay/Calendar/Events/MoreEvent/MoreEventProps.tsx +5 -0
  588. package/src/Components/DataDisplay/Calendar/Events/MoreEvent/moreEvent.module.scss +21 -0
  589. package/src/Components/DataDisplay/Calendar/Events/PrimaryIcon.tsx +7 -0
  590. package/src/Components/DataDisplay/Calendar/Events/SecondaryIcon.tsx +8 -0
  591. package/src/Components/DataDisplay/Calendar/Events/events.module.scss +64 -0
  592. package/src/Components/DataDisplay/Calendar/MonthlyDayCell.tsx +23 -0
  593. package/src/Components/DataDisplay/Calendar/MonthlyDayCellProps.tsx +10 -0
  594. package/src/Components/DataDisplay/Calendar/Views/DayView/DayView.tsx +304 -0
  595. package/src/Components/DataDisplay/Calendar/Views/DayView/DayViewProps.tsx +8 -0
  596. package/src/Components/DataDisplay/Calendar/Views/DayView/dayView.module.scss +126 -0
  597. package/src/Components/DataDisplay/Calendar/Views/MonthView/MonthView.tsx +198 -0
  598. package/src/Components/DataDisplay/Calendar/Views/WeekView/WeekView.tsx +356 -0
  599. package/src/Components/DataDisplay/Calendar/Views/WeekView/WeekViewProps.tsx +7 -0
  600. package/src/Components/DataDisplay/Calendar/Views/WeekView/weekView.module.scss +206 -0
  601. package/src/Components/DataDisplay/Calendar/calendar.module.scss +325 -0
  602. package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.stories.tsx +26 -0
  603. package/src/Components/DataDisplay/Cards/BannerCard/BannerCard.tsx +49 -0
  604. package/src/Components/DataDisplay/Cards/BannerCard/BannerCardInterface.tsx +15 -0
  605. package/src/Components/DataDisplay/Cards/BannerCard/banner-card.scss +54 -0
  606. package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCard.stories.tsx +31 -0
  607. package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCard.tsx +55 -0
  608. package/src/Components/DataDisplay/Cards/PathwayCard/PathwayCardProps.tsx +17 -0
  609. package/src/Components/DataDisplay/Cards/PathwayCard/pathway-card-stories.scss +3 -0
  610. package/src/Components/DataDisplay/Cards/PathwayCard/pathway-card.scss +62 -0
  611. package/src/Components/DataDisplay/GanttChart/GanttChart.module.scss +258 -0
  612. package/src/Components/DataDisplay/GanttChart/GanttChart.tsx +616 -0
  613. package/src/Components/DataDisplay/Media/Media.stories.tsx +30 -0
  614. package/src/Components/DataDisplay/Media/Media.tsx +50 -0
  615. package/src/Components/DataDisplay/Media/MediaProps.tsx +9 -0
  616. package/src/Components/DataDisplay/Media/media.module.scss +8 -0
  617. package/src/Components/DataDisplay/Modal/Modal.stories.tsx +257 -0
  618. package/src/Components/DataDisplay/Modal/Modal.tsx +16 -0
  619. package/src/Components/DataDisplay/Modal/ModalActions.tsx +14 -0
  620. package/src/Components/DataDisplay/Modal/ModalActionsLeft.tsx +13 -0
  621. package/src/Components/DataDisplay/Modal/ModalActionsLeftProps.tsx +8 -0
  622. package/src/Components/DataDisplay/Modal/ModalActionsProps.tsx +8 -0
  623. package/src/Components/DataDisplay/Modal/ModalActionsRight.tsx +13 -0
  624. package/src/Components/DataDisplay/Modal/ModalActionsRightProps.tsx +8 -0
  625. package/src/Components/DataDisplay/Modal/ModalBody.tsx +14 -0
  626. package/src/Components/DataDisplay/Modal/ModalBodyProps.tsx +8 -0
  627. package/src/Components/DataDisplay/Modal/ModalCurtain.tsx +6 -0
  628. package/src/Components/DataDisplay/Modal/ModalHeader.tsx +59 -0
  629. package/src/Components/DataDisplay/Modal/ModalHeaderProps.tsx +13 -0
  630. package/src/Components/DataDisplay/Modal/ModalProps.tsx +8 -0
  631. package/src/Components/DataDisplay/Modal/modal.module.scss +189 -0
  632. package/src/Components/DataDisplay/NotificationsBell/NotificationBell.stories.tsx +27 -0
  633. package/src/Components/DataDisplay/NotificationsBell/NotificationsBell.tsx +51 -0
  634. package/src/Components/DataDisplay/NotificationsBell/NotificationsBellProps.tsx +9 -0
  635. package/src/Components/DataDisplay/NotificationsBell/notificationBell.module.scss +58 -0
  636. package/src/Components/DataDisplay/NotificationsPanel/Notification.stories.tsx +129 -0
  637. package/src/Components/DataDisplay/NotificationsPanel/Notification.tsx +63 -0
  638. package/src/Components/DataDisplay/NotificationsPanel/NotificationProps.tsx +12 -0
  639. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroup.tsx +17 -0
  640. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroupProps.tsx +8 -0
  641. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroups.tsx +42 -0
  642. package/src/Components/DataDisplay/NotificationsPanel/NotificationsGroupsProps.tsx +7 -0
  643. package/src/Components/DataDisplay/NotificationsPanel/NotificationsHeader.tsx +27 -0
  644. package/src/Components/DataDisplay/NotificationsPanel/NotificationsHeaderProps.tsx +7 -0
  645. package/src/Components/DataDisplay/NotificationsPanel/NotificationsNone.tsx +11 -0
  646. package/src/Components/DataDisplay/NotificationsPanel/NotificationsPanel.tsx +8 -0
  647. package/src/Components/DataDisplay/NotificationsPanel/NotificationsPanelProps.tsx +7 -0
  648. package/src/Components/DataDisplay/NotificationsPanel/notificationPanel.module.scss +219 -0
  649. package/src/Components/DataDisplay/Tab/Tab.stories.tsx +95 -0
  650. package/src/Components/DataDisplay/Tab/Tab.tsx +22 -0
  651. package/src/Components/DataDisplay/Tab/TabBody.tsx +8 -0
  652. package/src/Components/DataDisplay/Tab/TabBodyContent.tsx +20 -0
  653. package/src/Components/DataDisplay/Tab/TabBodyContentProps.tsx +9 -0
  654. package/src/Components/DataDisplay/Tab/TabBodyProps.tsx +8 -0
  655. package/src/Components/DataDisplay/Tab/TabContext.tsx +9 -0
  656. package/src/Components/DataDisplay/Tab/TabContextProps.tsx +6 -0
  657. package/src/Components/DataDisplay/Tab/TabNav.tsx +17 -0
  658. package/src/Components/DataDisplay/Tab/TabNavItem.tsx +55 -0
  659. package/src/Components/DataDisplay/Tab/TabNavItemProps.tsx +10 -0
  660. package/src/Components/DataDisplay/Tab/TabNavProps.tsx +8 -0
  661. package/src/Components/DataDisplay/Tab/TabProps.tsx +8 -0
  662. package/src/Components/DataDisplay/Tab/tab.module.scss +64 -0
  663. package/src/Components/DataDisplay/Tab/tab.stories.scss +3 -0
  664. package/src/Components/DataDisplay/Table/Table.stories.tsx +89 -0
  665. package/src/Components/DataDisplay/Table/Table.tsx +14 -0
  666. package/src/Components/DataDisplay/Table/TableBody.tsx +13 -0
  667. package/src/Components/DataDisplay/Table/TableBodyProps.tsx +8 -0
  668. package/src/Components/DataDisplay/Table/TableCell.tsx +30 -0
  669. package/src/Components/DataDisplay/Table/TableCellAction.tsx +24 -0
  670. package/src/Components/DataDisplay/Table/TableCellActionProps.tsx +11 -0
  671. package/src/Components/DataDisplay/Table/TableCellProps.tsx +11 -0
  672. package/src/Components/DataDisplay/Table/TableCellWithDesc.tsx +19 -0
  673. package/src/Components/DataDisplay/Table/TableCellWithDescProps.tsx +9 -0
  674. package/src/Components/DataDisplay/Table/TableCellWithImage.tsx +37 -0
  675. package/src/Components/DataDisplay/Table/TableCellWithImageProps.tsx +10 -0
  676. package/src/Components/DataDisplay/Table/TableFooter.tsx +13 -0
  677. package/src/Components/DataDisplay/Table/TableFooterProps.tsx +8 -0
  678. package/src/Components/DataDisplay/Table/TableHead.tsx +11 -0
  679. package/src/Components/DataDisplay/Table/TableHeadProps.tsx +8 -0
  680. package/src/Components/DataDisplay/Table/TableHeaderCell.tsx +18 -0
  681. package/src/Components/DataDisplay/Table/TableHeaderCellProps.tsx +11 -0
  682. package/src/Components/DataDisplay/Table/TableProps.tsx +8 -0
  683. package/src/Components/DataDisplay/Table/TableRow.tsx +9 -0
  684. package/src/Components/DataDisplay/Table/TableRowProps.tsx +8 -0
  685. package/src/Components/DataDisplay/Table/table.module.scss +141 -0
  686. package/src/Components/DataDisplay/index.ts +89 -0
  687. package/src/Components/Form/Button/Button.mdx +15 -0
  688. package/src/Components/Form/Button/Button.stories.tsx +65 -0
  689. package/src/Components/Form/Button/Button.tsx +83 -0
  690. package/src/Components/Form/Button/ButtonProps.tsx +21 -0
  691. package/src/Components/Form/Button/button.module.scss +258 -0
  692. package/src/Components/Form/Checkbox/Checkbox.stories.tsx +51 -0
  693. package/src/Components/Form/Checkbox/Checkbox.tsx +111 -0
  694. package/src/Components/Form/Checkbox/CheckboxProps.tsx +24 -0
  695. package/src/Components/Form/Checkbox/checkbox.module.scss +105 -0
  696. package/src/Components/Form/CheckboxSelect/CheckboxSelect.tsx +5 -0
  697. package/src/Components/Form/CheckboxSelect/CheckboxSelectItem.tsx +5 -0
  698. package/src/Components/Form/CheckboxSet/CheckboxSet.stories.tsx +99 -0
  699. package/src/Components/Form/CheckboxSet/CheckboxSet.tsx +14 -0
  700. package/src/Components/Form/CheckboxSet/CheckboxSetItem.tsx +109 -0
  701. package/src/Components/Form/CheckboxSet/CheckboxSetProps.tsx +9 -0
  702. package/src/Components/Form/CheckboxSet/checkboxSet.module.scss +19 -0
  703. package/src/Components/Form/CurrencyField/CurrencyField.stories.tsx +23 -0
  704. package/src/Components/Form/CurrencyField/CurrencyField.tsx +105 -0
  705. package/src/Components/Form/CurrencyField/CurrencyFieldProps.tsx +10 -0
  706. package/src/Components/Form/DateField/DateField.stories.tsx +22 -0
  707. package/src/Components/Form/DateField/DateField.tsx +61 -0
  708. package/src/Components/Form/DropdownBadge/DropdownBadge.stories.tsx +53 -0
  709. package/src/Components/Form/DropdownBadge/DropdownBadge.tsx +303 -0
  710. package/src/Components/Form/DropdownBadge/DropdownBadgeItem.tsx +54 -0
  711. package/src/Components/Form/DropdownBadge/DropdownBadgeItemProps.tsx +11 -0
  712. package/src/Components/Form/DropdownBadge/DropdownBadgeProps.tsx +34 -0
  713. package/src/Components/Form/DropdownBadge/DropdownBadgeSelector.tsx +17 -0
  714. package/src/Components/Form/DropdownBadge/DropdownBadgeSelectorProps.tsx +10 -0
  715. package/src/Components/Form/DropdownBadge/dropdownBadge.module.scss +195 -0
  716. package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.stories.tsx +35 -0
  717. package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownField.tsx +426 -0
  718. package/src/Components/Form/DropdownField/CountryDropdownField/CountryDropdownFieldProps.tsx +30 -0
  719. package/src/Components/Form/DropdownField/DropdownField.stories.tsx +52 -0
  720. package/src/Components/Form/DropdownField/DropdownField.tsx +243 -0
  721. package/src/Components/Form/DropdownField/DropdownFieldItem.tsx +33 -0
  722. package/src/Components/Form/DropdownField/DropdownFieldItemProps.tsx +10 -0
  723. package/src/Components/Form/DropdownField/DropdownFieldProps.tsx +37 -0
  724. package/src/Components/Form/DropdownField/DropdownFieldSelector.tsx +23 -0
  725. package/src/Components/Form/DropdownField/DropdownFieldSelectorProps.tsx +8 -0
  726. package/src/Components/Form/DropdownField/dropdown.module.scss +142 -0
  727. package/src/Components/Form/EmailField/EmailField.stories.ts +23 -0
  728. package/src/Components/Form/EmailField/EmailField.tsx +56 -0
  729. package/src/Components/Form/ErrorMessage/ErrorMessage.tsx +5 -0
  730. package/src/Components/Form/FormFieldHolder/FormFieldHolder.stories.tsx +30 -0
  731. package/src/Components/Form/FormFieldHolder/FormFieldHolder.tsx +55 -0
  732. package/src/Components/Form/FormFieldHolder/FormFieldHolderProps.tsx +15 -0
  733. package/src/Components/Form/FormFieldHolder/formHolder.module.scss +73 -0
  734. package/src/Components/Form/IconButton/IconButton.stories.tsx +45 -0
  735. package/src/Components/Form/IconButton/IconButton.tsx +65 -0
  736. package/src/Components/Form/IconButton/IconButtonProps.tsx +16 -0
  737. package/src/Components/Form/IconButton/iconButton.module.scss +159 -0
  738. package/src/Components/Form/InputProps.tsx +30 -0
  739. package/src/Components/Form/LoadingInput/LoadingInput.tsx +12 -0
  740. package/src/Components/Form/LoadingInput/loadingInput.module.scss +15 -0
  741. package/src/Components/Form/MultiSelectField/MultiSelectField.stories.tsx +45 -0
  742. package/src/Components/Form/MultiSelectField/MultiSelectField.tsx +454 -0
  743. package/src/Components/Form/MultiSelectField/MultiSelectFieldItem.tsx +38 -0
  744. package/src/Components/Form/MultiSelectField/MultiSelectFieldItemProps.tsx +13 -0
  745. package/src/Components/Form/MultiSelectField/MultiSelectFieldProps.tsx +37 -0
  746. package/src/Components/Form/MultiSelectField/MultiSelectFieldTag.tsx +24 -0
  747. package/src/Components/Form/MultiSelectField/MultiSelectFieldTagProps.tsx +6 -0
  748. package/src/Components/Form/MultiSelectField/multiSelectField.module.scss +211 -0
  749. package/src/Components/Form/NumberField/NumberField.stories.ts +24 -0
  750. package/src/Components/Form/NumberField/NumberField.tsx +137 -0
  751. package/src/Components/Form/NumberField/NumberFieldProps.tsx +10 -0
  752. package/src/Components/Form/PasswordField/PasswordField.stories.tsx +22 -0
  753. package/src/Components/Form/PasswordField/PasswordField.tsx +73 -0
  754. package/src/Components/Form/PhoneField/PhoneField.stories.ts +22 -0
  755. package/src/Components/Form/PhoneField/PhoneField.tsx +55 -0
  756. package/src/Components/Form/RadioButtons/RadioButton.tsx +88 -0
  757. package/src/Components/Form/RadioButtons/RadioButtonProps.tsx +23 -0
  758. package/src/Components/Form/RadioButtons/RadioButtons.stories.tsx +75 -0
  759. package/src/Components/Form/RadioButtons/RadioButtons.tsx +18 -0
  760. package/src/Components/Form/RadioButtons/RadioButtonsProps.tsx +10 -0
  761. package/src/Components/Form/RadioButtons/radioButton.stories.scss +3 -0
  762. package/src/Components/Form/RadioButtons/radiobutton.module.scss +102 -0
  763. package/src/Components/Form/RichTextEditor/RichTextEditor.stories.ts +42 -0
  764. package/src/Components/Form/RichTextEditor/RichTextEditor.tsx +115 -0
  765. package/src/Components/Form/RichTextEditor/RichTextEditorProps.tsx +25 -0
  766. package/src/Components/Form/RichTextEditor/richTextEditor.module.scss +10 -0
  767. package/src/Components/Form/TextField/TextField.stories.ts +22 -0
  768. package/src/Components/Form/TextField/TextField.tsx +62 -0
  769. package/src/Components/Form/TextField/TextFieldProps.tsx +8 -0
  770. package/src/Components/Form/Textarea/Textarea.stories.ts +31 -0
  771. package/src/Components/Form/Textarea/Textarea.tsx +74 -0
  772. package/src/Components/Form/Textarea/TextareaProps.tsx +28 -0
  773. package/src/Components/Form/Textarea/textarea.module.scss +49 -0
  774. package/src/Components/Form/TimeField/TimeField.stories.tsx +22 -0
  775. package/src/Components/Form/TimeField/TimeField.tsx +58 -0
  776. package/src/Components/Form/ToggleSwitch/ToggleSwitch.stories.tsx +49 -0
  777. package/src/Components/Form/ToggleSwitch/ToggleSwitch.tsx +87 -0
  778. package/src/Components/Form/ToggleSwitch/ToggleSwitchProps.tsx +22 -0
  779. package/src/Components/Form/ToggleSwitch/toggleSwitch.module.scss +84 -0
  780. package/src/Components/Form/TypableDropdownField/TypableDropdownField.stories.tsx +56 -0
  781. package/src/Components/Form/TypableDropdownField/TypableDropdownField.tsx +313 -0
  782. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldItem.tsx +27 -0
  783. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldItemProps.tsx +9 -0
  784. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldProps.tsx +38 -0
  785. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldSelector.tsx +16 -0
  786. package/src/Components/Form/TypableDropdownField/TypableDropdownFieldSelectorProps.tsx +8 -0
  787. package/src/Components/Form/TypableDropdownField/typableDropdown.module.scss +185 -0
  788. package/src/Components/Form/UnitInput/UnitField.stories.ts +23 -0
  789. package/src/Components/Form/UnitInput/UnitField.tsx +129 -0
  790. package/src/Components/Form/UnitInput/UnitFieldProps.tsx +9 -0
  791. package/src/Components/Form/index.ts +89 -0
  792. package/src/Components/Form/inputs.module.scss +170 -0
  793. package/src/Components/Icons/Arrows/ArrowLeft/ArrowLeft.tsx +49 -0
  794. package/src/Components/Icons/Arrows/ArrowLineUpRight/ArrowLineUpRight.tsx +48 -0
  795. package/src/Components/Icons/Arrows/ArrowRight/ArrowRight.tsx +37 -0
  796. package/src/Components/Icons/Arrows/ArrowsDownUp/ArrowsDownUp.tsx +49 -0
  797. package/src/Components/Icons/Arrows/ArrowsHorizontal/ArrowsHorizontal.tsx +36 -0
  798. package/src/Components/Icons/Arrows/ArrowsIn/ArrowsIn.tsx +36 -0
  799. package/src/Components/Icons/Arrows/ArrowsOutCardinal/ArrowsOutCardinal.tsx +50 -0
  800. package/src/Components/Icons/Arrows/ArrowsVertical/ArrowsVertical.tsx +37 -0
  801. package/src/Components/Icons/Arrows/CaretDown/CaretDown.tsx +49 -0
  802. package/src/Components/Icons/Arrows/CaretLeft/CaretLeft.tsx +102 -0
  803. package/src/Components/Icons/Arrows/CaretRight/CaretRight.tsx +102 -0
  804. package/src/Components/Icons/Arrows/CaretUp/CaretUp.tsx +49 -0
  805. package/src/Components/Icons/Arrows/CaretUpDown/CaretUpDown.tsx +49 -0
  806. package/src/Components/Icons/Brands/AmazonLogo/AmazonLogo.tsx +48 -0
  807. package/src/Components/Icons/Brands/AndroidLogo/AndroidLogo.tsx +48 -0
  808. package/src/Components/Icons/Brands/AngularLogo/AngularLogo.tsx +48 -0
  809. package/src/Components/Icons/Brands/AppStoreLogo/AppStoreLogo.tsx +48 -0
  810. package/src/Components/Icons/Brands/AppleLogo/AppleLogo.tsx +48 -0
  811. package/src/Components/Icons/Brands/ApplePodcastsLogo/ApplePodcastsLogo.tsx +48 -0
  812. package/src/Components/Icons/Brands/CodesandboxLogo/CodesandboxLogo.tsx +48 -0
  813. package/src/Components/Icons/Brands/WindowsLogo/WindowsLogo.tsx +105 -0
  814. package/src/Components/Icons/Commerce/BowlFood/BowlFood.tsx +48 -0
  815. package/src/Components/Icons/Commerce/Buildings/Buildings.tsx +47 -0
  816. package/src/Components/Icons/Commerce/CreditCard/CreditCard.tsx +47 -0
  817. package/src/Components/Icons/Commerce/CurrencyDollar/CurrencyDollar.tsx +48 -0
  818. package/src/Components/Icons/Commerce/CurrencyDollarSimple/CurrencyDollarSimple.tsx +105 -0
  819. package/src/Components/Icons/Commerce/Scale/Scale.tsx +61 -0
  820. package/src/Components/Icons/Commerce/Storefront/Storefront.tsx +48 -0
  821. package/src/Components/Icons/Commerce/Tag/Tag.tsx +47 -0
  822. package/src/Components/Icons/Commerce/Ticket/Ticket.tsx +47 -0
  823. package/src/Components/Icons/Communication/AddressBook/AddressBook.stories.ts +28 -0
  824. package/src/Components/Icons/Communication/AddressBook/AddressBook.tsx +50 -0
  825. package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.stories.ts +28 -0
  826. package/src/Components/Icons/Communication/AsterickSimple/AsteriskSimple.tsx +49 -0
  827. package/src/Components/Icons/Communication/Asterisk/Asterisk.stories.ts +28 -0
  828. package/src/Components/Icons/Communication/Asterisk/Asterisk.tsx +50 -0
  829. package/src/Components/Icons/Communication/At/At.stories.ts +28 -0
  830. package/src/Components/Icons/Communication/At/At.tsx +49 -0
  831. package/src/Components/Icons/Communication/Broadcast/Broadcast.stories.ts +27 -0
  832. package/src/Components/Icons/Communication/Broadcast/Broadcast.tsx +49 -0
  833. package/src/Components/Icons/Communication/Chat/Chat.stories.ts +28 -0
  834. package/src/Components/Icons/Communication/Chat/Chat.tsx +49 -0
  835. package/src/Components/Icons/Communication/ChatCentered/ChatCentered.tsx +47 -0
  836. package/src/Components/Icons/Communication/ChatCenteredDots/ChatCenteredDots.tsx +47 -0
  837. package/src/Components/Icons/Communication/ChatCenteredText/ChatCenteredText.tsx +47 -0
  838. package/src/Components/Icons/Communication/ChatCircle/ChatCircle.tsx +47 -0
  839. package/src/Components/Icons/Communication/ChatCircleDots/ChatCircleDots.tsx +47 -0
  840. package/src/Components/Icons/Communication/ChatCircleText/ChatCircleText.tsx +87 -0
  841. package/src/Components/Icons/Communication/ChatDots/ChatDots.tsx +47 -0
  842. package/src/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.tsx +47 -0
  843. package/src/Components/Icons/Communication/ChatTeardrop/ChatTeardrop.tsx~ +47 -0
  844. package/src/Components/Icons/Communication/ChatTeardropDots/ChatTeardropDots.tsx +47 -0
  845. package/src/Components/Icons/Communication/ChatTeardropText/ChatTeardropText.tsx +47 -0
  846. package/src/Components/Icons/Communication/ChatText/ChatText.tsx +47 -0
  847. package/src/Components/Icons/Communication/EnvelopeSimple/EnvelopeSimple.tsx +52 -0
  848. package/src/Components/Icons/Communication/Export/Export.tsx +52 -0
  849. package/src/Components/Icons/Communication/PaperPlaneTilt/PaperPlaneTilt.tsx +48 -0
  850. package/src/Components/Icons/Communication/Phone/Phone.tsx +54 -0
  851. package/src/Components/Icons/Communication/Translate/Translate.tsx +51 -0
  852. package/src/Components/Icons/Design/AlignBottom/AlignBottom.tsx +48 -0
  853. package/src/Components/Icons/Design/AlignBottomSimple/AlignBottomSimple.tsx +48 -0
  854. package/src/Components/Icons/Design/AlignCenterHorizontal/AlignCenterHorizontal.tsx +48 -0
  855. package/src/Components/Icons/Design/AlignCenterHorizontalSimple/AlignCenterHorizontalSimple.tsx +48 -0
  856. package/src/Components/Icons/Design/AlignCenterVertical/AlignCenterVertical.tsx +48 -0
  857. package/src/Components/Icons/Design/AlignCenterVerticalSimple/AlignCenterVerticalSimple.tsx +48 -0
  858. package/src/Components/Icons/Design/AlignLeft/AlignLeft.tsx +48 -0
  859. package/src/Components/Icons/Design/AlignLeftSimple/AlignLeftSimple.tsx +48 -0
  860. package/src/Components/Icons/Design/AlignRight/AlignRight.tsx +48 -0
  861. package/src/Components/Icons/Design/AlignRightSimple/AlignRightSimple.tsx +48 -0
  862. package/src/Components/Icons/Design/CirclesThree/CirclesThree.tsx +47 -0
  863. package/src/Components/Icons/Design/DropHalfBottom/DropHalfBottom.tsx +37 -0
  864. package/src/Components/Icons/Design/Eye/Eye.tsx +105 -0
  865. package/src/Components/Icons/Design/EyeSlash/EyeSlash.tsx +105 -0
  866. package/src/Components/Icons/Design/GearFine/GearFine.tsx +105 -0
  867. package/src/Components/Icons/Design/PencilLine/PencilLine.tsx +63 -0
  868. package/src/Components/Icons/Design/PencilSimple/PencilSimple.tsx +63 -0
  869. package/src/Components/Icons/Design/Ruler/Ruler.tsx +63 -0
  870. package/src/Components/Icons/Design/SidebarSimple/SidebarSimple.tsx +40 -0
  871. package/src/Components/Icons/Design/SquaresFour/SquaresFour.tsx +54 -0
  872. package/src/Components/Icons/Development/TreeStructure/TreeStructure.tsx +47 -0
  873. package/src/Components/Icons/Development/WebhooksLogo/WebhooksLogo.tsx +48 -0
  874. package/src/Components/Icons/Education/BookOpenText/BookOpenText.tsx +63 -0
  875. package/src/Components/Icons/Education/GraduationCap/GraduationCap.tsx +105 -0
  876. package/src/Components/Icons/Games/Alien/Alien.tsx +47 -0
  877. package/src/Components/Icons/Games/Baseball/Baseball.tsx +47 -0
  878. package/src/Components/Icons/Games/Basketball/Basketball.tsx +47 -0
  879. package/src/Components/Icons/Games/CastleTurret/CastleTurret.tsx +47 -0
  880. package/src/Components/Icons/Games/Club/Club.tsx +47 -0
  881. package/src/Components/Icons/Games/Confetti/Confetti.tsx +47 -0
  882. package/src/Components/Icons/Games/Crown/Crown.tsx +47 -0
  883. package/src/Components/Icons/Games/CrownSimple/CrownSimple.tsx +47 -0
  884. package/src/Components/Icons/Games/CubeFocus/CubeFocus.tsx +47 -0
  885. package/src/Components/Icons/Games/Diamond/Diamond.tsx +47 -0
  886. package/src/Components/Icons/Games/DiceFive/DiceFive.tsx +47 -0
  887. package/src/Components/Icons/Games/DiceFour/DiceFour.tsx +47 -0
  888. package/src/Components/Icons/Games/MaskHappy/MaskHappy.tsx +48 -0
  889. package/src/Components/Icons/HealthAndWellness/Barbell/Barbell.tsx +36 -0
  890. package/src/Components/Icons/HealthAndWellness/Brain/Brain.tsx +48 -0
  891. package/src/Components/Icons/IconProps.tsx +5 -0
  892. package/src/Components/Icons/MapAndTravel/AirTrafficControl/AirTrafficControl.tsx +47 -0
  893. package/src/Components/Icons/MapAndTravel/Airplane/Airplane.tsx +47 -0
  894. package/src/Components/Icons/MapAndTravel/AirplaneInFlight/AirplaneInFlight.tsx +47 -0
  895. package/src/Components/Icons/MapAndTravel/AirplaneLanding/AirplaneLanding.tsx +47 -0
  896. package/src/Components/Icons/MapAndTravel/AirplaneTakeoff/AirplaneTakeoff.tsx +47 -0
  897. package/src/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.tsx +47 -0
  898. package/src/Components/Icons/MapAndTravel/AirplaneTilt/AirplaneTilt.tsx~ +47 -0
  899. package/src/Components/Icons/MapAndTravel/Anchor/Anchor.tsx +47 -0
  900. package/src/Components/Icons/MapAndTravel/AnchorSimple/AnchorSimple.tsx +47 -0
  901. package/src/Components/Icons/MapAndTravel/Barricade/Barricade.tsx +47 -0
  902. package/src/Components/Icons/MapAndTravel/Bicycle/Bicycle.tsx +47 -0
  903. package/src/Components/Icons/MapAndTravel/Boat/Boat.tsx +47 -0
  904. package/src/Components/Icons/MapAndTravel/Globe/Globe.tsx +61 -0
  905. package/src/Components/Icons/MapAndTravel/GlobeSimple/GlobeSimple.tsx +47 -0
  906. package/src/Components/Icons/MapAndTravel/House/House.tsx +61 -0
  907. package/src/Components/Icons/MapAndTravel/HouseSimple/HouseSimple.tsx +61 -0
  908. package/src/Components/Icons/MapAndTravel/Lighthouse/Lighthouse.tsx +48 -0
  909. package/src/Components/Icons/MapAndTravel/MapPin/MapPin.tsx +53 -0
  910. package/src/Components/Icons/MapAndTravel/MapTriFold/MapTriFold.tsx +59 -0
  911. package/src/Components/Icons/MapAndTravel/Path/Path.tsx +35 -0
  912. package/src/Components/Icons/MapAndTravel/RoadHorizon/RoadHorizon.tsx +35 -0
  913. package/src/Components/Icons/MapAndTravel/SteeringWheel/SteeringWheel.tsx +61 -0
  914. package/src/Components/Icons/MapAndTravel/SwimmingPool/SwimmingPool.tsx +36 -0
  915. package/src/Components/Icons/MapAndTravel/Train/Train.tsx +48 -0
  916. package/src/Components/Icons/MapAndTravel/Tram/Tram.tsx +35 -0
  917. package/src/Components/Icons/MapAndTravel/Van/Van.tsx +60 -0
  918. package/src/Components/Icons/MathsAndFinance/Calculator/Calculator.tsx +59 -0
  919. package/src/Components/Icons/MathsAndFinance/ChartBar/ChartBar.tsx +59 -0
  920. package/src/Components/Icons/MathsAndFinance/ChartBarHorizontal/ChartBarHorizontal.tsx +52 -0
  921. package/src/Components/Icons/MathsAndFinance/ChartLine/ChartLine.tsx +53 -0
  922. package/src/Components/Icons/MathsAndFinance/ChartPie/ChartPie.tsx +54 -0
  923. package/src/Components/Icons/MathsAndFinance/Graph/Graph.tsx +47 -0
  924. package/src/Components/Icons/MathsAndFinance/Minus/Minus.tsx +49 -0
  925. package/src/Components/Icons/MathsAndFinance/NumberSquareThree/NumberSquareThree.tsx +63 -0
  926. package/src/Components/Icons/MathsAndFinance/Plus/Plus.tsx +63 -0
  927. package/src/Components/Icons/MathsAndFinance/PlusCircle/PlusCircle.tsx +51 -0
  928. package/src/Components/Icons/MathsAndFinance/XIcon/XIcon.tsx +107 -0
  929. package/src/Components/Icons/Media/Airplay/Airplay.tsx +47 -0
  930. package/src/Components/Icons/Media/Aperture/Aperture.tsx +47 -0
  931. package/src/Components/Icons/Media/Article/Article.tsx +47 -0
  932. package/src/Components/Icons/Media/ArticleMedium/ArticleMedium.tsx +47 -0
  933. package/src/Components/Icons/Media/ArticleNyTimes/ArticleNyTimes.tsx +47 -0
  934. package/src/Components/Icons/Media/Camera/Camera.tsx +49 -0
  935. package/src/Components/Icons/Media/CameraPlus/CameraPlus.tsx +47 -0
  936. package/src/Components/Icons/Media/CameraRotate/CameraRotate.tsx +47 -0
  937. package/src/Components/Icons/Media/CameraSlash/CameraSlash.tsx +47 -0
  938. package/src/Components/Icons/Media/CassetteTape/CassetteTape.tsx +47 -0
  939. package/src/Components/Icons/Media/ClosedCaptioning/ClosedCaptioning.tsx +47 -0
  940. package/src/Components/Icons/Media/Image/Image.tsx +48 -0
  941. package/src/Components/Icons/Media/Images/Images.tsx +48 -0
  942. package/src/Components/Icons/Media/ImagesSquare/ImagesSquare.tsx +47 -0
  943. package/src/Components/Icons/Media/Microphone/Microphone.tsx +94 -0
  944. package/src/Components/Icons/Media/PlayCircle/PlayCircle.tsx +49 -0
  945. package/src/Components/Icons/Media/SlidersHorizontal/SlidersHorizontal.tsx +49 -0
  946. package/src/Components/Icons/Media/StopCircle/StopCircle.tsx +50 -0
  947. package/src/Components/Icons/Media/VideoCamera/VideoCamera.tsx +105 -0
  948. package/src/Components/Icons/OfficeAndEditing/ClipboardText/ClipboardText.tsx +47 -0
  949. package/src/Components/Icons/OfficeAndEditing/Copy/Copy.tsx +47 -0
  950. package/src/Components/Icons/OfficeAndEditing/FileText/FileText.tsx +35 -0
  951. package/src/Components/Icons/OfficeAndEditing/Files/Files.tsx +49 -0
  952. package/src/Components/Icons/OfficeAndEditing/FloppyDisk/FloppyDisk.tsx +49 -0
  953. package/src/Components/Icons/OfficeAndEditing/Folder/Folder.tsx +61 -0
  954. package/src/Components/Icons/OfficeAndEditing/FolderSimplePlus/FolderSimplePlus.tsx +35 -0
  955. package/src/Components/Icons/OfficeAndEditing/Folders/Folders.tsx +47 -0
  956. package/src/Components/Icons/OfficeAndEditing/List/List.tsx +46 -0
  957. package/src/Components/Icons/OfficeAndEditing/ListBullets/ListBullets.tsx +59 -0
  958. package/src/Components/Icons/OfficeAndEditing/ListDashes/ListDashes.tsx +59 -0
  959. package/src/Components/Icons/OfficeAndEditing/Printer/Printer.tsx +48 -0
  960. package/src/Components/Icons/OfficeAndEditing/TextAa/TextAa.tsx +63 -0
  961. package/src/Components/Icons/OfficeAndEditing/TextColumns/TextColumns.tsx +61 -0
  962. package/src/Components/Icons/OfficeAndEditing/Textbox/Textbox.tsx +47 -0
  963. package/src/Components/Icons/OfficeAndEditing/Trash/Trash.tsx +49 -0
  964. package/src/Components/Icons/OfficeAndEditing/TrashSimple/TrashSimple.tsx +49 -0
  965. package/src/Components/Icons/People/Person/Person.tsx +35 -0
  966. package/src/Components/Icons/People/PersonArmsSpread/PersonArmsSpread.tsx +35 -0
  967. package/src/Components/Icons/People/PersonSimpleBike/PersonSimpleBike.tsx +35 -0
  968. package/src/Components/Icons/People/PersonSimpleWalk/PersonSimpleWalk.tsx +35 -0
  969. package/src/Components/Icons/People/User/User.tsx +61 -0
  970. package/src/Components/Icons/People/UserCircle/UserCircle.tsx +61 -0
  971. package/src/Components/Icons/People/UserSwitch/UserSwitch.tsx +61 -0
  972. package/src/Components/Icons/People/Users/Users.tsx +107 -0
  973. package/src/Components/Icons/People/UsersThree/UsersThree.tsx +47 -0
  974. package/src/Components/Icons/SecurityAndWarnings/Info/Info.tsx +54 -0
  975. package/src/Components/Icons/SecurityAndWarnings/Key/Key.tsx +54 -0
  976. package/src/Components/Icons/SecurityAndWarnings/LockKeyOpen/LockKeyOpen.tsx +54 -0
  977. package/src/Components/Icons/SecurityAndWarnings/LockSimple/LockSimple.tsx +61 -0
  978. package/src/Components/Icons/SecurityAndWarnings/Question/Question.tsx +53 -0
  979. package/src/Components/Icons/SecurityAndWarnings/SealCheck/SealCheck.tsx +48 -0
  980. package/src/Components/Icons/SecurityAndWarnings/ShieldCheck/ShieldCheck.tsx +89 -0
  981. package/src/Components/Icons/SecurityAndWarnings/WarningCircle/WarningCircle.tsx +105 -0
  982. package/src/Components/Icons/SystemAndDevice/Bell/Bell.tsx +49 -0
  983. package/src/Components/Icons/SystemAndDevice/BellRinging/BellRinging.tsx +47 -0
  984. package/src/Components/Icons/SystemAndDevice/Check/Check.tsx +49 -0
  985. package/src/Components/Icons/SystemAndDevice/CheckSquare/CheckSquare.tsx +63 -0
  986. package/src/Components/Icons/SystemAndDevice/CloudArrowDown/CloudArrowDown.tsx +48 -0
  987. package/src/Components/Icons/SystemAndDevice/CloudArrowUp/CloudArrowUp.tsx +48 -0
  988. package/src/Components/Icons/SystemAndDevice/CloudCheck/CloudCheck.tsx +74 -0
  989. package/src/Components/Icons/SystemAndDevice/Desktop/Desktop.tsx +107 -0
  990. package/src/Components/Icons/SystemAndDevice/DesktopTower/DesktopTower.tsx +48 -0
  991. package/src/Components/Icons/SystemAndDevice/DeviceMobile/DeviceMobile.tsx +78 -0
  992. package/src/Components/Icons/SystemAndDevice/DotsSix/DotsSix.tsx +107 -0
  993. package/src/Components/Icons/SystemAndDevice/DotsSixVertical/DotsSixVertical.tsx +49 -0
  994. package/src/Components/Icons/SystemAndDevice/DotsThree/DotsThree.tsx +63 -0
  995. package/src/Components/Icons/SystemAndDevice/DotsThreeVertical/DotsThreeVertical.tsx +63 -0
  996. package/src/Components/Icons/SystemAndDevice/DownloadSimple/DownloadSimple.tsx +52 -0
  997. package/src/Components/Icons/SystemAndDevice/Gear/Gear.tsx +61 -0
  998. package/src/Components/Icons/SystemAndDevice/ListMagnifyingGlass/ListMagnifyingGlass.tsx +47 -0
  999. package/src/Components/Icons/SystemAndDevice/MagnifyingGlass/MagnifyingGlass.tsx +105 -0
  1000. package/src/Components/Icons/SystemAndDevice/PlugsConnected/PlugsConnected.tsx +47 -0
  1001. package/src/Components/Icons/SystemAndDevice/RadioButtonIcon/RadioButtonIcon.tsx +63 -0
  1002. package/src/Components/Icons/SystemAndDevice/SignIn/SignIn.tsx +51 -0
  1003. package/src/Components/Icons/SystemAndDevice/SignOut/SignOut.tsx +49 -0
  1004. package/src/Components/Icons/SystemAndDevice/ToggleLeft/ToggleLeft.tsx +51 -0
  1005. package/src/Components/Icons/SystemAndDevice/ToggleRight/ToggleRight.tsx +51 -0
  1006. package/src/Components/Icons/Time/Alarm/Alarm.tsx +47 -0
  1007. package/src/Components/Icons/Time/Calendar/Calendar.tsx +61 -0
  1008. package/src/Components/Icons/Time/CalendarBlank/CalendarBlank.tsx +105 -0
  1009. package/src/Components/Icons/Time/CalendarCheck/CalendarCheck.tsx +61 -0
  1010. package/src/Components/Icons/Time/CalendarPlus/CalendarPlus.tsx +47 -0
  1011. package/src/Components/Icons/Time/CalendarX/CalendarX.tsx +47 -0
  1012. package/src/Components/Icons/Time/Clock/Clock.tsx +105 -0
  1013. package/src/Components/Icons/Time/ClockAfternoon/ClockAfternoon.tsx +47 -0
  1014. package/src/Components/Icons/Time/ClockAfternoon/ClockAfternoon.tsx~ +47 -0
  1015. package/src/Components/Icons/Time/ClockClockwise/ClockClockwise.tsx +47 -0
  1016. package/src/Components/Icons/Time/ClockCountdown/ClockCountdown.tsx +47 -0
  1017. package/src/Components/Icons/Time/ClockCounterClockwise/ClockCounterClockwise.tsx +74 -0
  1018. package/src/Components/Icons/Time/Hourglass/Hourglass.tsx +47 -0
  1019. package/src/Components/Icons/Time/HourglassHigh/HourglassHigh.tsx +47 -0
  1020. package/src/Components/Icons/Time/HourglassLow/HourglassLow.tsx +47 -0
  1021. package/src/Components/Icons/Time/HourglassLow/HourglassLow.tsx~ +47 -0
  1022. package/src/Components/Icons/Time/HourglassMedium/HourglassMedium.tsx +47 -0
  1023. package/src/Components/Icons/Time/HourglassSimple/HourglassSimple.tsx +47 -0
  1024. package/src/Components/Icons/WeatherAndNature/Campfire/Campfire.tsx +35 -0
  1025. package/src/Components/Icons/WeatherAndNature/CloudSun/CloudSun.tsx +49 -0
  1026. package/src/Components/Icons/WeatherAndNature/Flower/Flower.tsx +47 -0
  1027. package/src/Components/Icons/WeatherAndNature/Moon/Moon.tsx +35 -0
  1028. package/src/Components/Icons/WeatherAndNature/Mountains/Mountains.tsx +49 -0
  1029. package/src/Components/Icons/WeatherAndNature/Plant/Plant.tsx +105 -0
  1030. package/src/Components/Icons/WeatherAndNature/Snowflake/Snowflake.tsx +46 -0
  1031. package/src/Components/Icons/WeatherAndNature/Sparkle/Sparkle.tsx +35 -0
  1032. package/src/Components/Icons/WeatherAndNature/Sun/Sun.tsx +47 -0
  1033. package/src/Components/Icons/WeatherAndNature/Tree/Tree.tsx +84 -0
  1034. package/src/Components/Icons/index.ts +283 -0
  1035. package/src/Components/Layout/CalloutPopup/CalloutPopup.stories.tsx +64 -0
  1036. package/src/Components/Layout/CalloutPopup/CalloutPopup.tsx +16 -0
  1037. package/src/Components/Layout/CalloutPopup/CalloutPopupActionHolder.tsx +56 -0
  1038. package/src/Components/Layout/CalloutPopup/CalloutPopupActionHolderProps.tsx +11 -0
  1039. package/src/Components/Layout/CalloutPopup/CalloutPopupProps.tsx +8 -0
  1040. package/src/Components/Layout/CalloutPopup/callout-popup.module.scss +39 -0
  1041. package/src/Components/Layout/Header/Header.stories.tsx +56 -0
  1042. package/src/Components/Layout/Header/Header.tsx +14 -0
  1043. package/src/Components/Layout/Header/HeaderLeft.tsx +37 -0
  1044. package/src/Components/Layout/Header/HeaderLeftProps.tsx +11 -0
  1045. package/src/Components/Layout/Header/HeaderProps.tsx +8 -0
  1046. package/src/Components/Layout/Header/HeaderRight.tsx +21 -0
  1047. package/src/Components/Layout/Header/HeaderRightProps.ts +11 -0
  1048. package/src/Components/Layout/Header/header.module.scss +100 -0
  1049. package/src/Components/Layout/Pagination/Pagination.tsx +5 -0
  1050. package/src/Components/Layout/Pagination/PaginationFirst.tsx +5 -0
  1051. package/src/Components/Layout/Pagination/PaginationLast.tsx +5 -0
  1052. package/src/Components/Layout/Pagination/PaginationNext.tsx +5 -0
  1053. package/src/Components/Layout/Pagination/PaginationNumber.tsx +5 -0
  1054. package/src/Components/Layout/Pagination/PaginationPrevious.tsx +5 -0
  1055. package/src/Components/Layout/ProfileAvatar/ProfileAvatar.stories.tsx +28 -0
  1056. package/src/Components/Layout/ProfileAvatar/ProfileAvatar.tsx +34 -0
  1057. package/src/Components/Layout/ProfileAvatar/ProfileAvatarProps.tsx +11 -0
  1058. package/src/Components/Layout/ProfileAvatar/profileAvatar.module.scss +56 -0
  1059. package/src/Components/Layout/ProfileDropdown/ProfileDropdown.stories.tsx +70 -0
  1060. package/src/Components/Layout/ProfileDropdown/ProfileDropdown.tsx +12 -0
  1061. package/src/Components/Layout/ProfileDropdown/ProfileDropdownProps.tsx +8 -0
  1062. package/src/Components/Layout/ProfileDropdown/ProfileHeader.tsx +24 -0
  1063. package/src/Components/Layout/ProfileDropdown/ProfileHeaderProps.tsx +8 -0
  1064. package/src/Components/Layout/ProfileDropdown/ProfileLink.tsx +10 -0
  1065. package/src/Components/Layout/ProfileDropdown/ProfileLinkProps.tsx +7 -0
  1066. package/src/Components/Layout/ProfileDropdown/ProfileLinks.tsx +14 -0
  1067. package/src/Components/Layout/ProfileDropdown/ProfileLinksProps.tsx +7 -0
  1068. package/src/Components/Layout/ProfileDropdown/ProfileNavigationItem.tsx +35 -0
  1069. package/src/Components/Layout/ProfileDropdown/ProfileNavigationItemProps.tsx +10 -0
  1070. package/src/Components/Layout/ProfileDropdown/ProfileSwitchPanel.tsx +105 -0
  1071. package/src/Components/Layout/ProfileDropdown/ProfileSwitchPanelProps.tsx +10 -0
  1072. package/src/Components/Layout/ProfileDropdown/ProfileSwitchUser.tsx +22 -0
  1073. package/src/Components/Layout/ProfileDropdown/ProfileSwitchUserProps.tsx +7 -0
  1074. package/src/Components/Layout/ProfileDropdown/profileDropdown.module.scss +256 -0
  1075. package/src/Components/Layout/Sidebar/Sidebar.tsx +14 -0
  1076. package/src/Components/Layout/Sidebar/SidebarChevron.tsx +20 -0
  1077. package/src/Components/Layout/Sidebar/SidebarChevronProps.tsx +8 -0
  1078. package/src/Components/Layout/Sidebar/SidebarNavigation.tsx +14 -0
  1079. package/src/Components/Layout/Sidebar/SidebarNavigationItem.tsx +71 -0
  1080. package/src/Components/Layout/Sidebar/SidebarNavigationItemProps.tsx +13 -0
  1081. package/src/Components/Layout/Sidebar/SidebarNavigationProps.tsx +9 -0
  1082. package/src/Components/Layout/Sidebar/SidebarProps.tsx +8 -0
  1083. package/src/Components/Layout/Sidebar/SidebarSubNavigation.tsx +37 -0
  1084. package/src/Components/Layout/Sidebar/SidebarSubNavigationItem.tsx +30 -0
  1085. package/src/Components/Layout/Sidebar/SidebarSubNavigationItemProps.tsx +13 -0
  1086. package/src/Components/Layout/Sidebar/SidebarSubNavigationProps.tsx +13 -0
  1087. package/src/Components/Layout/Sidebar/sidebar.module.scss +283 -0
  1088. package/src/Components/Layout/Sidebar/sidebar.stories.tsx +72 -0
  1089. package/src/Components/Layout/index.ts +50 -0
  1090. package/dist/Components/Icons/SystemAndDevice/DotSixVertical/DotSixVertical.d.ts +0 -3
  1091. package/dist/Components/Icons/Time/CalendarBank/CalendarBank.d.ts +0 -3
  1092. package/dist/style.css +0 -1
@@ -1,10 +1,10 @@
1
- /// <reference types="react" />
1
+ import { ReactNode } from 'react';
2
+
2
3
  interface BetterUIContextType {
3
- curtain: boolean;
4
- modal?: React.ReactNode;
4
+ modalStack: ReactNode[];
5
5
  openModal: (modal: React.ReactNode) => void;
6
6
  closeModal: () => void;
7
- setCurtain: (value: boolean) => void;
7
+ closeAllModals: () => void;
8
8
  }
9
- declare const BetterUIContext: import("react").Context<BetterUIContextType>;
9
+ declare const BetterUIContext: import('react').Context<BetterUIContextType>;
10
10
  export default BetterUIContext;
@@ -1,4 +1,5 @@
1
- import { FC, ReactNode } from "react";
1
+ import { FC, ReactNode } from 'react';
2
+
2
3
  interface BetterUIProviderProps {
3
4
  children: ReactNode;
4
5
  }
@@ -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;
@@ -7,5 +8,7 @@ interface AccordionItemProps {
7
8
  onAfterClosed?: () => void;
8
9
  onBeforeClosed?: () => boolean;
9
10
  extraClass?: string;
11
+ accordionClass?: string;
12
+ icon?: ReactNode;
10
13
  }
11
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,34 @@
1
+ import { ReactNode } from 'react';
2
+
3
+ type GanttTask = {
4
+ id: string;
5
+ name: string;
6
+ start: string;
7
+ end: string;
8
+ color?: string;
9
+ user?: string;
10
+ userId?: string;
11
+ modal?: ReactNode;
12
+ };
13
+ type GanttTaskChange = {
14
+ task: GanttTask;
15
+ previousTask: GanttTask;
16
+ changeType: "move" | "resize-start" | "resize-end";
17
+ };
18
+ type WorkingHours = {
19
+ userId: string;
20
+ date: string;
21
+ startTime: string;
22
+ endTime: string;
23
+ };
24
+ type GanttChartProps = {
25
+ tasks?: GanttTask[];
26
+ onChange?: (tasks: GanttTask[], change?: GanttTaskChange) => void;
27
+ dropdown?: ReactNode;
28
+ action?: ReactNode;
29
+ lockTime?: boolean;
30
+ preventOverlap?: boolean;
31
+ workingHours?: WorkingHours[];
32
+ };
33
+ declare const GanttChart: ({ tasks: initialTasks, onChange, dropdown, action, lockTime, preventOverlap, workingHours }: GanttChartProps) => import("react/jsx-runtime").JSX.Element;
34
+ export default GanttChart;
@@ -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,3 +1,4 @@
1
- import ModalActionsProps from "./ModalActionsProps.tsx";
1
+ import { default as ModalActionsProps } from './ModalActionsProps.tsx';
2
+
2
3
  declare const ModalActions: (props: ModalActionsProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default ModalActions;
@@ -1,3 +1,4 @@
1
- import ModalActionsLeftProps from "./ModalActionsLeftProps.tsx";
1
+ import { default as ModalActionsLeftProps } from './ModalActionsLeftProps.tsx';
2
+
2
3
  declare const ModalActionsLeft: (props: ModalActionsLeftProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default ModalActionsLeft;
@@ -1,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  interface ModalActionsLeftProps {
3
4
  children?: ReactNode;
4
5
  extraClass?: string;
@@ -1,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  interface ModalActionsProps {
3
4
  children?: ReactNode;
4
5
  extraClass?: string;
@@ -1,3 +1,4 @@
1
- import ModalActionsRightProps from "./ModalActionsRightProps.tsx";
1
+ import { default as ModalActionsRightProps } from './ModalActionsRightProps.tsx';
2
+
2
3
  declare const ModalActionsRight: (props: ModalActionsRightProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default ModalActionsRight;
@@ -1,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  interface ModalActionsRightProps {
3
4
  children?: ReactNode;
4
5
  extraClass?: string;
@@ -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,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  interface ModalBodyProps {
3
4
  children?: ReactNode;
4
5
  extraClass?: string;
@@ -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,9 +1,12 @@
1
+ import { ReactNode } from 'react';
2
+
1
3
  interface ModalHeaderProps {
2
4
  title?: string;
3
5
  extraClass?: string;
4
6
  canClose?: boolean;
5
7
  canGoBack?: boolean;
6
- closeOnclick?: () => void;
7
- canGoBackOnclick?: () => void;
8
+ closeOnclick?: (e: any) => void;
9
+ canGoBackOnclick?: (e: any) => void;
10
+ icon?: ReactNode;
8
11
  }
9
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;
@@ -5,6 +5,7 @@ interface NotificationProps {
5
5
  regularText?: string;
6
6
  summaryText?: string;
7
7
  notificationItemOnClick?: () => void;
8
- closeOnClick?: () => 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;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
2
- import TabContextProps from "./TabContextProps.tsx";
3
- declare const TabContext: import("react").Context<TabContextProps>;
1
+ import { default as TabContextProps } from './TabContextProps.tsx';
2
+
3
+ declare const TabContext: import('react').Context<TabContextProps>;
4
4
  export default TabContext;
@@ -1,3 +1,4 @@
1
- import TabNavProps from "./TabNavProps.tsx";
1
+ import { default as TabNavProps } from './TabNavProps.tsx';
2
+
2
3
  declare const TabNav: (props: TabNavProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default TabNav;
@@ -1,3 +1,4 @@
1
- import TabNavItemProps from "./TabNavItemProps.tsx";
1
+ import { default as TabNavItemProps } from './TabNavItemProps.tsx';
2
+
2
3
  declare const TabNavItem: (props: TabNavItemProps) => import("react/jsx-runtime").JSX.Element;
3
4
  export default TabNavItem;
@@ -1,5 +1,6 @@
1
1
  interface TabNavItemProps {
2
2
  title: string;
3
+ bilingualTitle?: string;
3
4
  tabIndex: any;
4
5
  onBeforeOpen?: Function;
5
6
  onAfterOpened?: Function;
@@ -1,4 +1,5 @@
1
- import { ReactNode } from "react";
1
+ import { ReactNode } from 'react';
2
+
2
3
  interface TabNavProps {
3
4
  children: ReactNode;
4
5
  extraClass?: string;