@kaizen/components 1.77.0 → 1.77.1

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 (394) hide show
  1. package/dist/types/Avatar/Avatar.d.ts +1 -1
  2. package/dist/types/AvatarGroup/AvatarGroup.d.ts +2 -2
  3. package/dist/types/Badge/Badge.d.ts +1 -1
  4. package/dist/types/Brand/Brand.d.ts +1 -1
  5. package/dist/types/BrandMoment/BrandMoment.d.ts +3 -3
  6. package/dist/types/ButtonGroup/ButtonGroup.d.ts +3 -3
  7. package/dist/types/Calendar/CalendarPopover/CalendarPopover.d.ts +1 -1
  8. package/dist/types/Calendar/CalendarRange/CalendarRange.d.ts +1 -1
  9. package/dist/types/Calendar/CalendarSingle/CalendarSingle.d.ts +1 -1
  10. package/dist/types/Card/Card.d.ts +1 -1
  11. package/dist/types/Checkbox/Checkbox/Checkbox.d.ts +1 -1
  12. package/dist/types/Checkbox/CheckboxGroup/CheckboxGroup.d.ts +1 -1
  13. package/dist/types/ClearButton/ClearButton.d.ts +1 -1
  14. package/dist/types/Collapsible/Collapsible/Collapsible.d.ts +1 -1
  15. package/dist/types/Collapsible/CollapsibleGroup/CollapsibleGroup.d.ts +3 -3
  16. package/dist/types/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.d.ts +1 -1
  17. package/dist/types/Content/Content.d.ts +1 -1
  18. package/dist/types/DateInput/DateInput/DateInput.d.ts +1 -1
  19. package/dist/types/DatePicker/DatePicker.d.ts +1 -1
  20. package/dist/types/DatePicker/subcomponents/DateInputField/DateInputField.d.ts +3 -3
  21. package/dist/types/DatePicker/types.d.ts +1 -1
  22. package/dist/types/DatePicker/utils/validateDate.d.ts +1 -1
  23. package/dist/types/DateRangePicker/DateRangePicker.d.ts +2 -2
  24. package/dist/types/DateRangePicker/utils/formatDateRangeValue.d.ts +1 -1
  25. package/dist/types/Divider/Divider.d.ts +1 -1
  26. package/dist/types/EmptyState/EmptyState.d.ts +3 -3
  27. package/dist/types/ErrorPage/ErrorPage.d.ts +1 -1
  28. package/dist/types/FieldGroup/FieldGroup.d.ts +1 -1
  29. package/dist/types/FieldMessage/FieldMessage.d.ts +1 -1
  30. package/dist/types/Filter/Filter/Filter.d.ts +1 -1
  31. package/dist/types/Filter/Filter/subcomponents/FilterContents/FilterContents.d.ts +1 -1
  32. package/dist/types/Filter/Filter/subcomponents/FilterPopover/FilterPopover.d.ts +1 -1
  33. package/dist/types/Filter/FilterBar/FilterBar.d.ts +1 -1
  34. package/dist/types/Filter/FilterBar/subcomponents/FilterBarButton/FilterBarButton.d.ts +3 -3
  35. package/dist/types/Filter/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.d.ts +1 -1
  36. package/dist/types/Filter/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.d.ts +1 -1
  37. package/dist/types/Filter/FilterBar/subcomponents/FilterBarMultiSelect/FilterBarMultiSelect.d.ts +1 -1
  38. package/dist/types/Filter/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.d.ts +1 -1
  39. package/dist/types/Filter/FilterButton/FilterButtonRemovable/FilterButtonRemovable.d.ts +3 -3
  40. package/dist/types/Filter/FilterButton/subcomponents/FilterButtonBase/FilterButtonBase.d.ts +1 -1
  41. package/dist/types/Filter/FilterDatePicker/hooks/useDateInputHandlers.d.ts +2 -2
  42. package/dist/types/Filter/FilterDatePicker/hooks/useDateValidation.d.ts +1 -1
  43. package/dist/types/Filter/FilterDatePicker/subcomponents/DateInputField/DateInputField.d.ts +1 -1
  44. package/dist/types/Filter/FilterDatePicker/subcomponents/FilterDatePickerField/FilterDatePickerField.d.ts +6 -6
  45. package/dist/types/Filter/FilterDatePicker/types.d.ts +1 -1
  46. package/dist/types/Filter/FilterDatePicker/utils/transformDateToInputValue.d.ts +1 -1
  47. package/dist/types/Filter/FilterDatePicker/utils/validateDate.d.ts +1 -1
  48. package/dist/types/Filter/FilterDateRangePicker/FilterDateRangePicker.d.ts +1 -1
  49. package/dist/types/Filter/FilterDateRangePicker/subcomponents/DateRangeInputField/DateRangeInputField.d.ts +2 -2
  50. package/dist/types/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/FilterDateRangePickerField.d.ts +5 -5
  51. package/dist/types/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useEndDateValidation.d.ts +1 -1
  52. package/dist/types/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/hooks/useStartDateValidation.d.ts +1 -1
  53. package/dist/types/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/types.d.ts +1 -1
  54. package/dist/types/Filter/FilterDateRangePicker/subcomponents/FilterDateRangePickerField/utils/validateEndDateBeforeStartDate.d.ts +1 -1
  55. package/dist/types/Filter/FilterDateRangePicker/utils/isCompleteDateRange.d.ts +1 -1
  56. package/dist/types/Filter/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.d.ts +1 -1
  57. package/dist/types/Filter/FilterSelect/FilterSelect.d.ts +6 -6
  58. package/dist/types/Filter/FilterSelect/types.d.ts +1 -1
  59. package/dist/types/GuidanceBlock/GuidanceBlock.d.ts +4 -4
  60. package/dist/types/Heading/Heading.d.ts +1 -1
  61. package/dist/types/Icon/AcademyIcon.d.ts +1 -1
  62. package/dist/types/Icon/ActionOffIcon.d.ts +1 -1
  63. package/dist/types/Icon/ActionOffWhiteIcon.d.ts +1 -1
  64. package/dist/types/Icon/ActionOnIcon.d.ts +1 -1
  65. package/dist/types/Icon/AddIcon.d.ts +1 -1
  66. package/dist/types/Icon/AddLinkIcon.d.ts +1 -1
  67. package/dist/types/Icon/AddWhiteIcon.d.ts +1 -1
  68. package/dist/types/Icon/AiIcon.d.ts +1 -1
  69. package/dist/types/Icon/ArchivedIcon.d.ts +1 -1
  70. package/dist/types/Icon/ArchivedWhiteIcon.d.ts +1 -1
  71. package/dist/types/Icon/ArrowBackwardIcon.d.ts +1 -1
  72. package/dist/types/Icon/ArrowDownIcon.d.ts +1 -1
  73. package/dist/types/Icon/ArrowForwardIcon.d.ts +1 -1
  74. package/dist/types/Icon/ArrowLeftIcon.d.ts +1 -1
  75. package/dist/types/Icon/ArrowRightIcon.d.ts +1 -1
  76. package/dist/types/Icon/ArrowUpIcon.d.ts +1 -1
  77. package/dist/types/Icon/AssignmentIcon.d.ts +1 -1
  78. package/dist/types/Icon/BlankIcon.d.ts +1 -1
  79. package/dist/types/Icon/BoldIcon.d.ts +1 -1
  80. package/dist/types/Icon/BookmarkOffIcon.d.ts +1 -1
  81. package/dist/types/Icon/BookmarkOnIcon.d.ts +1 -1
  82. package/dist/types/Icon/BranchingIcon.d.ts +1 -1
  83. package/dist/types/Icon/BullettedListIcon.d.ts +1 -1
  84. package/dist/types/Icon/CaMonogramIcon.d.ts +1 -1
  85. package/dist/types/Icon/CameraIcon.d.ts +1 -1
  86. package/dist/types/Icon/CautionIcon.d.ts +1 -1
  87. package/dist/types/Icon/CautionWhiteIcon.d.ts +1 -1
  88. package/dist/types/Icon/CheckIcon.d.ts +1 -1
  89. package/dist/types/Icon/ChevronDownIcon.d.ts +1 -1
  90. package/dist/types/Icon/ChevronLeftIcon.d.ts +1 -1
  91. package/dist/types/Icon/ChevronRightIcon.d.ts +1 -1
  92. package/dist/types/Icon/ChevronUpIcon.d.ts +1 -1
  93. package/dist/types/Icon/ClearIcon.d.ts +1 -1
  94. package/dist/types/Icon/ClearWhiteIcon.d.ts +1 -1
  95. package/dist/types/Icon/CloseIcon.d.ts +1 -1
  96. package/dist/types/Icon/ClosedIcon.d.ts +1 -1
  97. package/dist/types/Icon/ClosedWhiteIcon.d.ts +1 -1
  98. package/dist/types/Icon/CommentAddIcon.d.ts +1 -1
  99. package/dist/types/Icon/CommentAddWhiteIcon.d.ts +1 -1
  100. package/dist/types/Icon/CommentBankIcon.d.ts +1 -1
  101. package/dist/types/Icon/CommentDisabledIcon.d.ts +1 -1
  102. package/dist/types/Icon/CommentDisabledWhiteIcon.d.ts +1 -1
  103. package/dist/types/Icon/CommentIcon.d.ts +1 -1
  104. package/dist/types/Icon/CommentWhiteIcon.d.ts +1 -1
  105. package/dist/types/Icon/CommunicationsIcon.d.ts +1 -1
  106. package/dist/types/Icon/CompetencyLibraryIcon.d.ts +1 -1
  107. package/dist/types/Icon/ConfigureIcon.d.ts +1 -1
  108. package/dist/types/Icon/ConnectIcon.d.ts +1 -1
  109. package/dist/types/Icon/ConnectLineIcon.d.ts +1 -1
  110. package/dist/types/Icon/CustomIcon.d.ts +1 -1
  111. package/dist/types/Icon/DashboardIcon.d.ts +1 -1
  112. package/dist/types/Icon/DateEndIcon.d.ts +1 -1
  113. package/dist/types/Icon/DateEndWhiteIcon.d.ts +1 -1
  114. package/dist/types/Icon/DateRangeIcon.d.ts +1 -1
  115. package/dist/types/Icon/DateRangeWhiteIcon.d.ts +1 -1
  116. package/dist/types/Icon/DateStartIcon.d.ts +1 -1
  117. package/dist/types/Icon/DateStartWhiteIcon.d.ts +1 -1
  118. package/dist/types/Icon/DecreaseIndentIcon.d.ts +1 -1
  119. package/dist/types/Icon/DeltaBareIcon.d.ts +1 -1
  120. package/dist/types/Icon/DeltaBareWhiteIcon.d.ts +1 -1
  121. package/dist/types/Icon/DeltaFlatIcon.d.ts +1 -1
  122. package/dist/types/Icon/DeltaIcon.d.ts +1 -1
  123. package/dist/types/Icon/DeltaNegativeIcon.d.ts +1 -1
  124. package/dist/types/Icon/DeltaPositiveIcon.d.ts +1 -1
  125. package/dist/types/Icon/DeltaWhiteIcon.d.ts +1 -1
  126. package/dist/types/Icon/DemographicsIcon.d.ts +1 -1
  127. package/dist/types/Icon/DepartmentIcon.d.ts +1 -1
  128. package/dist/types/Icon/DraftIcon.d.ts +1 -1
  129. package/dist/types/Icon/DraftWhiteIcon.d.ts +1 -1
  130. package/dist/types/Icon/DragIcon.d.ts +1 -1
  131. package/dist/types/Icon/DuplicateIcon.d.ts +1 -1
  132. package/dist/types/Icon/EditIcon.d.ts +1 -1
  133. package/dist/types/Icon/EffectivenessIcon.d.ts +1 -1
  134. package/dist/types/Icon/EllipsisIcon.d.ts +1 -1
  135. package/dist/types/Icon/EmailIcon.d.ts +1 -1
  136. package/dist/types/Icon/EmptyIcon.d.ts +1 -1
  137. package/dist/types/Icon/EmptyWhiteIcon.d.ts +1 -1
  138. package/dist/types/Icon/EndIcon.d.ts +1 -1
  139. package/dist/types/Icon/EngagementIcon.d.ts +1 -1
  140. package/dist/types/Icon/EngagementWhiteIcon.d.ts +1 -1
  141. package/dist/types/Icon/EqualIcon.d.ts +1 -1
  142. package/dist/types/Icon/EqualWhiteIcon.d.ts +1 -1
  143. package/dist/types/Icon/ExclamationIcon.d.ts +1 -1
  144. package/dist/types/Icon/ExclamationOctagonIcon.d.ts +1 -1
  145. package/dist/types/Icon/ExclamationOctagonWhiteIcon.d.ts +1 -1
  146. package/dist/types/Icon/ExclamationWhiteIcon.d.ts +1 -1
  147. package/dist/types/Icon/ExperienceIcon.d.ts +1 -1
  148. package/dist/types/Icon/ExportIcon.d.ts +1 -1
  149. package/dist/types/Icon/ExportWhiteIcon.d.ts +1 -1
  150. package/dist/types/Icon/ExternalLinkIcon.d.ts +1 -1
  151. package/dist/types/Icon/FaceDissatisfiedIcon.d.ts +1 -1
  152. package/dist/types/Icon/FaceDissatisfiedWhiteIcon.d.ts +1 -1
  153. package/dist/types/Icon/FaceNeutralIcon.d.ts +1 -1
  154. package/dist/types/Icon/FaceNeutralWhiteIcon.d.ts +1 -1
  155. package/dist/types/Icon/FaceSatisfiedIcon.d.ts +1 -1
  156. package/dist/types/Icon/FaceSatisfiedWhiteIcon.d.ts +1 -1
  157. package/dist/types/Icon/FaceVeryDissatisfiedIcon.d.ts +1 -1
  158. package/dist/types/Icon/FaceVeryDissatisfiedWhiteIcon.d.ts +1 -1
  159. package/dist/types/Icon/FaceVerySatisfiedIcon.d.ts +1 -1
  160. package/dist/types/Icon/FaceVerySatisfiedWhiteIcon.d.ts +1 -1
  161. package/dist/types/Icon/FactorsIcon.d.ts +1 -1
  162. package/dist/types/Icon/FavoriteOffIcon.d.ts +1 -1
  163. package/dist/types/Icon/FavoriteOnIcon.d.ts +1 -1
  164. package/dist/types/Icon/FeedbackClassifyIcon.d.ts +1 -1
  165. package/dist/types/Icon/FeedbackClassifyWhiteIcon.d.ts +1 -1
  166. package/dist/types/Icon/FeedbackCompletedIcon.d.ts +1 -1
  167. package/dist/types/Icon/FeedbackCompletedWhiteIcon.d.ts +1 -1
  168. package/dist/types/Icon/FeedbackReportIcon.d.ts +1 -1
  169. package/dist/types/Icon/FeedbackReportWhiteIcon.d.ts +1 -1
  170. package/dist/types/Icon/FeedbackReviewIcon.d.ts +1 -1
  171. package/dist/types/Icon/FeedbackReviewWhiteIcon.d.ts +1 -1
  172. package/dist/types/Icon/FeedbackShareIcon.d.ts +1 -1
  173. package/dist/types/Icon/FeedbackShareWhiteIcon.d.ts +1 -1
  174. package/dist/types/Icon/FileIcon.d.ts +1 -1
  175. package/dist/types/Icon/FileWhiteIcon.d.ts +1 -1
  176. package/dist/types/Icon/FilterIcon.d.ts +1 -1
  177. package/dist/types/Icon/FlagOffIcon.d.ts +1 -1
  178. package/dist/types/Icon/FlagOffWhiteIcon.d.ts +1 -1
  179. package/dist/types/Icon/FlagOnIcon.d.ts +1 -1
  180. package/dist/types/Icon/FullIcon.d.ts +1 -1
  181. package/dist/types/Icon/GridViewIcon.d.ts +1 -1
  182. package/dist/types/Icon/GuidanceIcon.d.ts +1 -1
  183. package/dist/types/Icon/HamburgerIcon.d.ts +1 -1
  184. package/dist/types/Icon/HeatmapIcon.d.ts +1 -1
  185. package/dist/types/Icon/HeatmapWhiteIcon.d.ts +1 -1
  186. package/dist/types/Icon/HierarchyIcon.d.ts +1 -1
  187. package/dist/types/Icon/HomeIcon.d.ts +1 -1
  188. package/dist/types/Icon/ImportIcon.d.ts +1 -1
  189. package/dist/types/Icon/ImportWhiteIcon.d.ts +1 -1
  190. package/dist/types/Icon/IncreaseIndentIcon.d.ts +1 -1
  191. package/dist/types/Icon/IndicatorActiveIcon.d.ts +1 -1
  192. package/dist/types/Icon/IndicatorInactiveIcon.d.ts +1 -1
  193. package/dist/types/Icon/InformationIcon.d.ts +1 -1
  194. package/dist/types/Icon/InformationWhiteIcon.d.ts +1 -1
  195. package/dist/types/Icon/InsightIcon.d.ts +1 -1
  196. package/dist/types/Icon/InsightsIcon.d.ts +1 -1
  197. package/dist/types/Icon/InvisibleIcon.d.ts +1 -1
  198. package/dist/types/Icon/ItalicsIcon.d.ts +1 -1
  199. package/dist/types/Icon/KebabIcon.d.ts +1 -1
  200. package/dist/types/Icon/KioskIcon.d.ts +1 -1
  201. package/dist/types/Icon/KioskWhiteIcon.d.ts +1 -1
  202. package/dist/types/Icon/LaunchIcon.d.ts +1 -1
  203. package/dist/types/Icon/LaunchWhiteIcon.d.ts +1 -1
  204. package/dist/types/Icon/LeaderboardIcon.d.ts +1 -1
  205. package/dist/types/Icon/ListViewIcon.d.ts +1 -1
  206. package/dist/types/Icon/LiveIcon.d.ts +1 -1
  207. package/dist/types/Icon/LockIcon.d.ts +1 -1
  208. package/dist/types/Icon/LockWhiteIcon.d.ts +1 -1
  209. package/dist/types/Icon/LogOutIcon.d.ts +1 -1
  210. package/dist/types/Icon/MaximizeIcon.d.ts +1 -1
  211. package/dist/types/Icon/MeatballsIcon.d.ts +1 -1
  212. package/dist/types/Icon/MinimizeIcon.d.ts +1 -1
  213. package/dist/types/Icon/MinusIcon.d.ts +1 -1
  214. package/dist/types/Icon/NavigatorIcon.d.ts +1 -1
  215. package/dist/types/Icon/NotificationIcon.d.ts +1 -1
  216. package/dist/types/Icon/NumberedListIcon.d.ts +1 -1
  217. package/dist/types/Icon/NumberedListRtlIcon.d.ts +1 -1
  218. package/dist/types/Icon/OpenIcon.d.ts +1 -1
  219. package/dist/types/Icon/OpenWhiteIcon.d.ts +1 -1
  220. package/dist/types/Icon/OrganizationIcon.d.ts +1 -1
  221. package/dist/types/Icon/ParticipationIcon.d.ts +1 -1
  222. package/dist/types/Icon/ParticipationWhiteIcon.d.ts +1 -1
  223. package/dist/types/Icon/PauseIcon.d.ts +1 -1
  224. package/dist/types/Icon/PauseWhiteIcon.d.ts +1 -1
  225. package/dist/types/Icon/PercentageIcon.d.ts +1 -1
  226. package/dist/types/Icon/PermissionsIcon.d.ts +1 -1
  227. package/dist/types/Icon/PersonIcon.d.ts +1 -1
  228. package/dist/types/Icon/PhotoUploadIcon.d.ts +1 -1
  229. package/dist/types/Icon/PowerIcon.d.ts +1 -1
  230. package/dist/types/Icon/PrintIcon.d.ts +1 -1
  231. package/dist/types/Icon/PrintWhiteIcon.d.ts +1 -1
  232. package/dist/types/Icon/ProcessManagerIcon.d.ts +1 -1
  233. package/dist/types/Icon/PromotionIcon.d.ts +1 -1
  234. package/dist/types/Icon/PromotionWhiteIcon.d.ts +1 -1
  235. package/dist/types/Icon/QuestionIcon.d.ts +1 -1
  236. package/dist/types/Icon/QuestionWhiteIcon.d.ts +1 -1
  237. package/dist/types/Icon/QuestionsIcon.d.ts +1 -1
  238. package/dist/types/Icon/RedoIcon.d.ts +1 -1
  239. package/dist/types/Icon/RefreshIcon.d.ts +1 -1
  240. package/dist/types/Icon/RemoveLinkIcon.d.ts +1 -1
  241. package/dist/types/Icon/RepeatsIcon.d.ts +1 -1
  242. package/dist/types/Icon/ReportIcon.d.ts +1 -1
  243. package/dist/types/Icon/ReportSharingIcon.d.ts +1 -1
  244. package/dist/types/Icon/RestoreIcon.d.ts +1 -1
  245. package/dist/types/Icon/SaveIcon.d.ts +1 -1
  246. package/dist/types/Icon/SearchIcon.d.ts +1 -1
  247. package/dist/types/Icon/SearchWhiteIcon.d.ts +1 -1
  248. package/dist/types/Icon/SecurityTipIcon.d.ts +1 -1
  249. package/dist/types/Icon/SendIcon.d.ts +1 -1
  250. package/dist/types/Icon/SendRtlIcon.d.ts +1 -1
  251. package/dist/types/Icon/SettingsIcon.d.ts +1 -1
  252. package/dist/types/Icon/SettingsWhiteIcon.d.ts +1 -1
  253. package/dist/types/Icon/ShareIcon.d.ts +1 -1
  254. package/dist/types/Icon/SkipIcon.d.ts +1 -1
  255. package/dist/types/Icon/SkipWhiteIcon.d.ts +1 -1
  256. package/dist/types/Icon/SortAscendingIcon.d.ts +1 -1
  257. package/dist/types/Icon/SortDescendingIcon.d.ts +1 -1
  258. package/dist/types/Icon/SpinnerIcon.d.ts +1 -1
  259. package/dist/types/Icon/StarOffIcon.d.ts +1 -1
  260. package/dist/types/Icon/StarOnIcon.d.ts +1 -1
  261. package/dist/types/Icon/StartIcon.d.ts +1 -1
  262. package/dist/types/Icon/SubtractIcon.d.ts +1 -1
  263. package/dist/types/Icon/SubtractWhiteIcon.d.ts +1 -1
  264. package/dist/types/Icon/SuccessIcon.d.ts +1 -1
  265. package/dist/types/Icon/SuccessWhiteIcon.d.ts +1 -1
  266. package/dist/types/Icon/SupportIcon.d.ts +1 -1
  267. package/dist/types/Icon/SurveysIcon.d.ts +1 -1
  268. package/dist/types/Icon/SurveysWhiteIcon.d.ts +1 -1
  269. package/dist/types/Icon/SyncIcon.d.ts +1 -1
  270. package/dist/types/Icon/TagIcon.d.ts +1 -1
  271. package/dist/types/Icon/TasksIcon.d.ts +1 -1
  272. package/dist/types/Icon/TasksWhiteIcon.d.ts +1 -1
  273. package/dist/types/Icon/TemplateIcon.d.ts +1 -1
  274. package/dist/types/Icon/TemplateWhiteIcon.d.ts +1 -1
  275. package/dist/types/Icon/TextAnalyticsIcon.d.ts +1 -1
  276. package/dist/types/Icon/TextAnalyticsWhiteIcon.d.ts +1 -1
  277. package/dist/types/Icon/ThumbsDownIcon.d.ts +1 -1
  278. package/dist/types/Icon/ThumbsDownOffIcon.d.ts +1 -1
  279. package/dist/types/Icon/ThumbsDownOnIcon.d.ts +1 -1
  280. package/dist/types/Icon/ThumbsUpIcon.d.ts +1 -1
  281. package/dist/types/Icon/ThumbsUpOffIcon.d.ts +1 -1
  282. package/dist/types/Icon/ThumbsUpOnIcon.d.ts +1 -1
  283. package/dist/types/Icon/TimeIcon.d.ts +1 -1
  284. package/dist/types/Icon/TimeWhiteIcon.d.ts +1 -1
  285. package/dist/types/Icon/TranslationIcon.d.ts +1 -1
  286. package/dist/types/Icon/TrashIcon.d.ts +1 -1
  287. package/dist/types/Icon/UnattributedIcon.d.ts +1 -1
  288. package/dist/types/Icon/UnattributedWhiteIcon.d.ts +1 -1
  289. package/dist/types/Icon/UnderlineIcon.d.ts +1 -1
  290. package/dist/types/Icon/UndoIcon.d.ts +1 -1
  291. package/dist/types/Icon/UserAddIcon.d.ts +1 -1
  292. package/dist/types/Icon/UserDeleteIcon.d.ts +1 -1
  293. package/dist/types/Icon/UserExitIcon.d.ts +1 -1
  294. package/dist/types/Icon/UserIcon.d.ts +1 -1
  295. package/dist/types/Icon/UserSelectIcon.d.ts +1 -1
  296. package/dist/types/Icon/UserSettingsIcon.d.ts +1 -1
  297. package/dist/types/Icon/UserUpdateIcon.d.ts +1 -1
  298. package/dist/types/Icon/UsersIcon.d.ts +1 -1
  299. package/dist/types/Icon/VisibleIcon.d.ts +1 -1
  300. package/dist/types/Icon/WritingIcon.d.ts +1 -1
  301. package/dist/types/Icon/ZoomInIcon.d.ts +1 -1
  302. package/dist/types/Icon/ZoomOutIcon.d.ts +1 -1
  303. package/dist/types/Icon/bin/Template.d.ts +1 -1
  304. package/dist/types/Icon/subcomponents/SVG/SVG.d.ts +1 -1
  305. package/dist/types/Illustration/Scene/BrandMomentCaptureIntro/BrandMomentCaptureIntro.d.ts +1 -1
  306. package/dist/types/Illustration/subcomponents/Base/Base.d.ts +1 -1
  307. package/dist/types/Input/Input/Input.d.ts +1 -1
  308. package/dist/types/Input/InputRange/InputRange.d.ts +1 -1
  309. package/dist/types/Input/InputSearch/InputSearch.d.ts +1 -1
  310. package/dist/types/Label/Label.d.ts +1 -1
  311. package/dist/types/LabelledMessage/LabelledMessage.d.ts +1 -1
  312. package/dist/types/Link/Link.d.ts +1 -1
  313. package/dist/types/LinkButton/LinkButton.d.ts +1 -1
  314. package/dist/types/Loading/LoadingGraphic/LoadingGraphic.d.ts +1 -1
  315. package/dist/types/Loading/LoadingHeading/LoadingHeading.d.ts +2 -2
  316. package/dist/types/Loading/LoadingInput/LoadingInput.d.ts +1 -1
  317. package/dist/types/Loading/LoadingParagraph/LoadingParagraph.d.ts +1 -1
  318. package/dist/types/Loading/LoadingSpinner/LoadingSpinner.d.ts +1 -1
  319. package/dist/types/Menu/Menu.d.ts +1 -1
  320. package/dist/types/Menu/subcomponents/MenuHeading/MenuHeading.d.ts +1 -1
  321. package/dist/types/Menu/subcomponents/MenuList/MenuList.d.ts +1 -1
  322. package/dist/types/Modal/GenericModal/subcomponents/ModalFooter/ModalFooter.d.ts +1 -1
  323. package/dist/types/MultiSelect/MultiSelect.d.ts +2 -2
  324. package/dist/types/MultiSelect/subcomponents/Checkbox/Checkbox.d.ts +1 -1
  325. package/dist/types/MultiSelect/subcomponents/MultiSelectOptionField/MultiSelectOptionField.d.ts +1 -1
  326. package/dist/types/MultiSelect/subcomponents/MultiSelectOptions/MultiSelectOptions.d.ts +1 -1
  327. package/dist/types/MultiSelect/subcomponents/MultiSelectToggle/MultiSelectToggle.d.ts +2 -2
  328. package/dist/types/MultiSelect/subcomponents/Popover/Popover.d.ts +1 -1
  329. package/dist/types/MultiSelect/types.d.ts +1 -1
  330. package/dist/types/Notification/GlobalNotification/GlobalNotification.d.ts +1 -1
  331. package/dist/types/Notification/InlineNotification/InlineNotification.d.ts +2 -2
  332. package/dist/types/Notification/ToastNotification/ToastNotification/ToastNotification.d.ts +1 -1
  333. package/dist/types/Notification/ToastNotification/ToastNotificationsList/subcomponents/ToastNotificationsMap/ToastNotificationsMap.d.ts +1 -1
  334. package/dist/types/Notification/ToastNotification/context/ToastNotificationContext.d.ts +1 -1
  335. package/dist/types/Notification/ToastNotification/types.d.ts +1 -1
  336. package/dist/types/Notification/subcomponents/GenericNotification/GenericNotification.d.ts +3 -3
  337. package/dist/types/Notification/subcomponents/NotificationHeading/NotificationHeading.d.ts +1 -1
  338. package/dist/types/Notification/subcomponents/NotificationIcon/NotificationIcon.d.ts +1 -1
  339. package/dist/types/Pagination/Pagination.d.ts +1 -1
  340. package/dist/types/Pagination/subcomponents/DirectionalLink/DirectionalLink.d.ts +1 -1
  341. package/dist/types/Pagination/subcomponents/PaginationLink/PaginationLink.d.ts +1 -1
  342. package/dist/types/Popover/Popover.d.ts +1 -1
  343. package/dist/types/ProgressBar/ProgressBar.d.ts +1 -1
  344. package/dist/types/Radio/Radio/Radio.d.ts +1 -1
  345. package/dist/types/Radio/RadioGroup/RadioGroup.d.ts +1 -1
  346. package/dist/types/RichTextEditor/EditableRichTextContent/EditableRichTextContent.d.ts +1 -1
  347. package/dist/types/RichTextEditor/RichTextContent/RichTextContent.d.ts +1 -1
  348. package/dist/types/RichTextEditor/RichTextEditor/RichTextEditor.d.ts +1 -1
  349. package/dist/types/RichTextEditor/RichTextEditor/subcomponents/ToggleIconButton/ToggleIconButton.d.ts +1 -1
  350. package/dist/types/RichTextEditor/RichTextEditor/subcomponents/Toolbar/Toolbar.d.ts +1 -1
  351. package/dist/types/SearchField/SearchField.d.ts +1 -1
  352. package/dist/types/Skirt/Skirt.d.ts +1 -1
  353. package/dist/types/Skirt/subcomponents/SkirtCard/SkirtCard.d.ts +1 -1
  354. package/dist/types/Slider/Slider.d.ts +1 -1
  355. package/dist/types/SplitButton/SplitButton.d.ts +2 -2
  356. package/dist/types/SplitButton/subcomponents/BaseButton/BaseButton.d.ts +1 -1
  357. package/dist/types/Table/Table.d.ts +2 -2
  358. package/dist/types/Tabs/subcomponents/Tab.d.ts +1 -1
  359. package/dist/types/Tabs/subcomponents/TabList.d.ts +1 -1
  360. package/dist/types/Tabs/subcomponents/TabPanel.d.ts +1 -1
  361. package/dist/types/Tabs/subcomponents/TabPanels.d.ts +1 -1
  362. package/dist/types/Tag/Tag.d.ts +1 -1
  363. package/dist/types/Text/Text.d.ts +1 -1
  364. package/dist/types/TextArea/TextArea.d.ts +1 -1
  365. package/dist/types/TextAreaField/TextAreaField.d.ts +1 -1
  366. package/dist/types/TextField/TextField.d.ts +1 -1
  367. package/dist/types/Tile/TileGrid/TileGrid.d.ts +1 -1
  368. package/dist/types/Tile/subcomponents/GenericTile/GenericTile.d.ts +3 -3
  369. package/dist/types/TimeField/TimeField.d.ts +1 -1
  370. package/dist/types/TitleBlockZen/subcomponents/MobileActions.d.ts +1 -1
  371. package/dist/types/TitleBlockZen/subcomponents/Toolbar.d.ts +2 -2
  372. package/dist/types/TitleBlockZen/types.d.ts +4 -4
  373. package/dist/types/ToggleSwitch/ToggleSwitch/ToggleSwitch.d.ts +1 -1
  374. package/dist/types/VisuallyHidden/VisuallyHidden.d.ts +1 -1
  375. package/dist/types/Well/Well.d.ts +1 -1
  376. package/dist/types/Workflow/Workflow.d.ts +1 -1
  377. package/dist/types/Workflow/subcomponents/Footer/Footer.d.ts +1 -1
  378. package/dist/types/Workflow/subcomponents/Footer/components/FooterActions/FooterActions.d.ts +1 -1
  379. package/dist/types/Workflow/subcomponents/Footer/components/Root/Root.d.ts +1 -1
  380. package/dist/types/Workflow/subcomponents/Header/components/Actions/Actions.d.ts +1 -1
  381. package/dist/types/Workflow/subcomponents/Header/components/Branding/Branding.d.ts +2 -2
  382. package/dist/types/Workflow/subcomponents/Header/components/Root/Root.d.ts +1 -1
  383. package/dist/types/Workflow/subcomponents/Header/components/Titles/Titles.d.ts +1 -1
  384. package/dist/types/Workflow/subcomponents/Main/Main.d.ts +1 -1
  385. package/dist/types/Workflow/subcomponents/Wrapper/Wrapper.d.ts +1 -1
  386. package/dist/types/__next__/Icon/Icon.d.ts +1 -1
  387. package/dist/types/__next__/Select/Select.d.ts +1 -1
  388. package/dist/types/__next__/Select/subcomponents/ListBox/ListBox.d.ts +1 -1
  389. package/dist/types/__next__/Select/subcomponents/Option/Option.d.ts +1 -1
  390. package/dist/types/__next__/Select/subcomponents/Overlay/Overlay.d.ts +1 -1
  391. package/dist/types/__next__/Select/subcomponents/SelectToggle/SelectToggle.d.ts +1 -1
  392. package/dist/types/__next__/Tag/RemovableTag/subcomponents/RemoveButton.d.ts +1 -1
  393. package/dist/types/__next__/Tag/Tag/Tag.d.ts +1 -1
  394. package/package.json +4 -3
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const TextAnalyticsWhiteIcon: (props: IconProps) => JSX.Element;
@@ -1,3 +1,3 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  /** @deprecated Use `<ThumbsDownIconOn/>` or `<ThumbsDownIconOff/>` */
3
3
  export declare const ThumbsDownIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const ThumbsDownOffIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const ThumbsDownOnIcon: (props: IconProps) => JSX.Element;
@@ -1,3 +1,3 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  /** @deprecated Use `<ThumbsUpIconOn/>` or `<ThumbsUpIconOff/>` */
3
3
  export declare const ThumbsUpIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const ThumbsUpOffIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const ThumbsUpOnIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const TimeIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const TimeWhiteIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const TranslationIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const TrashIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const UnattributedIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const UnattributedWhiteIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const UnderlineIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const UndoIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const UserAddIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const UserDeleteIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const UserExitIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const UserIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const UserSelectIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const UserSettingsIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const UserUpdateIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const UsersIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const VisibleIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const WritingIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const ZoomInIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "./types";
2
2
  export declare const ZoomOutIcon: (props: IconProps) => JSX.Element;
@@ -1,2 +1,2 @@
1
- import type { IconProps } from '~components/Icon/types';
1
+ import type { IconProps } from "../types";
2
2
  export declare const COMPONENT_TITLE: (props: IconProps) => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  import { type ReactNode, type SVGAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../../types/OverrideClassName";
3
3
  type MeaningfulIcon = {
4
4
  'role': 'img';
5
5
  'aria-label': string;
@@ -1,4 +1,4 @@
1
- import { type AnimatedSceneProps } from '~components/Illustration/Scene/Scene';
1
+ import { type AnimatedSceneProps } from "../Scene";
2
2
  /**
3
3
  * This component is a snowflake. It plays two assets one after the other:
4
4
  * - An "initial" animation that is only ever played once, never looping
@@ -1,5 +1,5 @@
1
1
  import { type HTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../../types/OverrideClassName";
3
3
  export type BaseProps = {
4
4
  /**
5
5
  * Refer to the Base Illustration Sticker Sheet in Heart UI Kit
@@ -1,5 +1,5 @@
1
1
  import React, { type InputHTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../types/OverrideClassName";
3
3
  import { type InputStatus, type InputTypes } from './types';
4
4
  export type InputType = (typeof InputTypes)[number];
5
5
  export type InputStatusType = (typeof InputStatus)[number];
@@ -1,5 +1,5 @@
1
1
  import { type InputHTMLAttributes, type ReactNode } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../types/OverrideClassName";
3
3
  export type InputRangeProps = {
4
4
  id: string;
5
5
  defaultValue?: number;
@@ -1,5 +1,5 @@
1
1
  import { type InputHTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../types/OverrideClassName";
3
3
  export type InputSearchProps = {
4
4
  id: string;
5
5
  reversed?: boolean;
@@ -1,5 +1,5 @@
1
1
  import React, { type LabelHTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../types/OverrideClassName";
3
3
  type LabelType = 'text' | 'checkbox' | 'toggle' | 'radio';
4
4
  export type LabelProps = {
5
5
  children?: React.ReactNode;
@@ -1,5 +1,5 @@
1
1
  import React, { type HTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../types/OverrideClassName";
3
3
  export type LabelledMessageProps = {
4
4
  label: string | React.ReactElement;
5
5
  message: string | React.ReactElement;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { type LinkProps as RACLinkProps } from 'react-aria-components';
3
- import { type TextProps } from '~components/Text';
3
+ import { type TextProps } from "../Text";
4
4
  export type LinkProps = BaseLinkProps & ((UnderlinedLink | NonUnderlinedLink) & (InlineLink | NonInlineLink));
5
5
  type BaseLinkProps = {
6
6
  /** Controls the visual style of a link. @default 'primary' */
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { type LinkProps as RACLinkProps } from 'react-aria-components';
3
- import { type ButtonUIProps } from '~components/__next__/Button';
3
+ import { type ButtonUIProps } from "../__next__/Button";
4
4
  export type LinkButtonProps = ButtonUIProps & Omit<RACLinkProps, 'children'> & {
5
5
  /** Used as the label for the LinkButton. */
6
6
  children: RACLinkProps['children'];
@@ -1,5 +1,5 @@
1
1
  import { type HTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../types/OverrideClassName";
3
3
  export type LoadingGraphicSize = 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge' | 'scene';
4
4
  export type LoadingGraphicProps = {
5
5
  isAnimated?: boolean;
@@ -1,6 +1,6 @@
1
1
  import { type HTMLAttributes } from 'react';
2
- import { type HeadingVariants } from '~components/Heading';
3
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type HeadingVariants } from "../../Heading";
3
+ import { type OverrideClassName } from "../../types/OverrideClassName";
4
4
  export type LoadingHeadingProps = {
5
5
  variant: HeadingVariants;
6
6
  isAnimated?: boolean;
@@ -1,5 +1,5 @@
1
1
  import { type HTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../types/OverrideClassName";
3
3
  export type LoadingInputProps = {
4
4
  isAnimated?: boolean;
5
5
  isReversed?: boolean;
@@ -1,5 +1,5 @@
1
1
  import { type HTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../types/OverrideClassName";
3
3
  export type LoadingParagraphProps = {
4
4
  isAnimated?: boolean;
5
5
  isCentred?: boolean;
@@ -1,5 +1,5 @@
1
1
  import { type HTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../types/OverrideClassName";
3
3
  export type LoadingSpinnerProps = {
4
4
  accessibilityLabel: string;
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import type { ButtonProps } from '~components/Button';
2
+ import type { ButtonProps } from "../Button";
3
3
  import { type StatelessMenuProps } from './subcomponents/StatelessMenu';
4
4
  type ButtonPropsWithOptionalAria = ButtonProps & {
5
5
  'aria-haspopup'?: boolean;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { type HeadingProps } from '~components/Heading';
2
+ import { type HeadingProps } from "../../../Heading";
3
3
  export type MenuHeadingProps = {
4
4
  children: React.ReactNode;
5
5
  } & Partial<HeadingProps>;
@@ -1,5 +1,5 @@
1
1
  import React, { type HTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../../types/OverrideClassName";
3
3
  export type MenuListProps = {
4
4
  heading?: JSX.Element;
5
5
  children: React.ReactNode;
@@ -1,5 +1,5 @@
1
1
  import { type HTMLAttributes } from 'react';
2
- import { type ButtonProps } from '~components/Button';
2
+ import { type ButtonProps } from "../../../../Button";
3
3
  type ActionsVariantProps = 'context' | 'inputEdit';
4
4
  export type ModalFooterProps = {
5
5
  /**
@@ -1,6 +1,6 @@
1
1
  import { type HTMLAttributes } from 'react';
2
- import { type FieldMessageProps } from '~components/FieldMessage';
3
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type FieldMessageProps } from "../FieldMessage";
3
+ import { type OverrideClassName } from "../types/OverrideClassName";
4
4
  import { type MultiSelectOptionsProps } from './subcomponents/MultiSelectOptions';
5
5
  import { type MultiSelectOption, type ValidationMessage } from './types';
6
6
  export type MultiSelectProps = {
@@ -1,5 +1,5 @@
1
1
  import { type InputHTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../../types/OverrideClassName";
3
3
  export type CheckedStatus = 'checked' | 'unchecked' | 'indeterminate';
4
4
  type ReadOnly = {
5
5
  readOnly: true;
@@ -1,5 +1,5 @@
1
1
  import { type HTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../../types/OverrideClassName";
3
3
  import { type MultiSelectOption } from '../../types';
4
4
  import { type CheckboxProps } from '../Checkbox';
5
5
  export type MultiSelectOptionFieldProps = {
@@ -1,5 +1,5 @@
1
1
  import { type HTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../../types/OverrideClassName";
3
3
  import { type MultiSelectOption } from '../../types';
4
4
  export type MultiSelectOptionsProps = {
5
5
  id: string;
@@ -1,6 +1,6 @@
1
1
  import React, { type HTMLAttributes } from 'react';
2
- import { type FieldMessageProps } from '~components/FieldMessage';
3
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type FieldMessageProps } from "../../../FieldMessage";
3
+ import { type OverrideClassName } from "../../../types/OverrideClassName";
4
4
  import { type MultiSelectOption } from '../../types';
5
5
  export type MultiSelectToggleProps = {
6
6
  onClick: React.MouseEventHandler;
@@ -1,7 +1,7 @@
1
1
  import React, { type HTMLAttributes } from 'react';
2
2
  import { type ReferenceType, type UseFloatingOptions, type UseFloatingReturn } from '@floating-ui/react-dom';
3
3
  import { type ReactFocusOnProps } from 'react-focus-on/dist/es5/types';
4
- import { type OverrideClassName } from '~components/types/OverrideClassName';
4
+ import { type OverrideClassName } from "../../../types/OverrideClassName";
5
5
  export type PopoverProps<RT extends ReferenceType = ReferenceType> = {
6
6
  children: React.ReactNode;
7
7
  refs: UseFloatingReturn<RT>['refs'];
@@ -1,4 +1,4 @@
1
- import { type FieldMessageStatus } from '~components/FieldMessage';
1
+ import { type FieldMessageStatus } from "../FieldMessage";
2
2
  export type MultiSelectOption = {
3
3
  label: string;
4
4
  value: string | number;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../types/OverrideClassName";
3
3
  import { type GenericNotificationType, type GenericNotificationVariant } from '../subcomponents/GenericNotification';
4
4
  export type GlobalNotificationBase = OverrideClassName<{
5
5
  children: React.ReactNode;
@@ -1,6 +1,6 @@
1
1
  import React, { type HTMLAttributes } from 'react';
2
- import { type HeadingProps } from '~components/Heading';
3
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type HeadingProps } from "../../Heading";
3
+ import { type OverrideClassName } from "../../types/OverrideClassName";
4
4
  import { type GenericNotificationType, type GenericNotificationVariant } from '../subcomponents/GenericNotification';
5
5
  export type InlineNotificationBase = {
6
6
  children?: React.ReactNode;
@@ -1,5 +1,5 @@
1
1
  import type React from 'react';
2
- import { type GenericNotificationType, type GenericNotificationVariant } from '~components/Notification/subcomponents/GenericNotification';
2
+ import { type GenericNotificationType, type GenericNotificationVariant } from "../../subcomponents/GenericNotification";
3
3
  import { type ToastNotificationObjBase } from '../types';
4
4
  export type ToastNotificationProps = Omit<ToastNotificationObjBase, 'id' | 'message' | 'persistent'> & {
5
5
  children: React.ReactNode;
@@ -1,5 +1,5 @@
1
1
  import { type HTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../../../../types/OverrideClassName";
3
3
  import { type ToastNotificationObj } from '../../../types';
4
4
  export type ToastNotificationsMapProps = {
5
5
  notifications: ToastNotificationObj[];
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { type GenericNotificationType, type GenericNotificationVariant } from '~components/Notification/subcomponents/GenericNotification';
2
+ import { type GenericNotificationType, type GenericNotificationVariant } from "../../subcomponents/GenericNotification";
3
3
  import { type ToastNotificationObj, type ToastNotificationObjBase } from '../types';
4
4
  type ToastNotificationObjOptionalId = Omit<ToastNotificationObjBase, 'id'> & {
5
5
  id?: string;
@@ -1,4 +1,4 @@
1
- import { type DataAttributes } from '~components/types/DataAttributes';
1
+ import { type DataAttributes } from "../../types/DataAttributes";
2
2
  import { type GenericNotificationType, type GenericNotificationVariant } from '../subcomponents/GenericNotification';
3
3
  export type ToastNotificationObjBase = {
4
4
  id: string;
@@ -1,7 +1,7 @@
1
1
  import React, { type HTMLAttributes } from 'react';
2
- import { type HeadingProps } from '~components/Heading';
3
- import { type NotificationType, type NotificationVariant } from '~components/Notification/types';
4
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type HeadingProps } from "../../../Heading";
3
+ import { type NotificationType, type NotificationVariant } from "../../types";
4
+ import { type OverrideClassName } from "../../../types/OverrideClassName";
5
5
  type GenericNotificationBase = {
6
6
  style: 'global' | 'inline' | 'toast';
7
7
  children?: React.ReactNode;
@@ -1,4 +1,4 @@
1
- import { type HeadingProps } from '~components/Heading';
1
+ import { type HeadingProps } from "../../../Heading";
2
2
  type NotificationHeadingProps = {
3
3
  titleProp?: HeadingProps['children'];
4
4
  headingProps?: HeadingProps;
@@ -1,4 +1,4 @@
1
- import { type NotificationType, type NotificationVariant } from '~components/Notification/types';
1
+ import { type NotificationType, type NotificationVariant } from "../../types";
2
2
  export type NotificationIconTypeProps = {
3
3
  type: NotificationType;
4
4
  };
@@ -1,5 +1,5 @@
1
1
  import { type HTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../types/OverrideClassName";
3
3
  export type PaginationProps = {
4
4
  currentPage: number;
5
5
  pageCount: number;
@@ -1,4 +1,4 @@
1
- import { type GenericProps } from '~components/Button/GenericButton';
1
+ import { type GenericProps } from "../../../Button/GenericButton";
2
2
  export type DirectionalLinkProps = {
3
3
  label: string;
4
4
  disabled?: boolean;
@@ -1,4 +1,4 @@
1
- import { type GenericProps } from '~components/Button/GenericButton';
1
+ import { type GenericProps } from "../../../Button/GenericButton";
2
2
  export type PaginationLinkProps = GenericProps & {
3
3
  'pageNumber': number;
4
4
  'isActive'?: boolean;
@@ -1,5 +1,5 @@
1
1
  import React, { type HTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../types/OverrideClassName";
3
3
  import { type Placement, type PopoverSize, type PopoverVariant } from './types';
4
4
  export type PopoverProps = {
5
5
  children: React.ReactNode;
@@ -1,5 +1,5 @@
1
1
  import { type HTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../types/OverrideClassName";
3
3
  export type ProgressBarMood = {
4
4
  /**
5
5
  * @deprecated Use `color` prop instead
@@ -1,5 +1,5 @@
1
1
  import { type InputHTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../types/OverrideClassName";
3
3
  export type RadioProps = OverrideClassName<Omit<InputHTMLAttributes<HTMLInputElement>, 'id' | 'name' | 'value' | 'checked' | 'type'>> & {
4
4
  /** Required to ensure the Radio always gets an ID to match a label when composed. */
5
5
  id: string;
@@ -1,5 +1,5 @@
1
1
  import React, { type HTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../types/OverrideClassName";
3
3
  export type RadioGroupProps = OverrideClassName<HTMLAttributes<HTMLDivElement>> & {
4
4
  'children'?: React.ReactNode;
5
5
  'labelText': string | React.ReactNode;
@@ -1,5 +1,5 @@
1
1
  import { type HTMLAttributes, type MouseEvent } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../types/OverrideClassName";
3
3
  import { type RichTextContentProps } from '../RichTextContent';
4
4
  import { type EditorContentArray } from '../types';
5
5
  export type EditableRichTextContentProps = {
@@ -1,5 +1,5 @@
1
1
  import { type HTMLAttributes } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../types/OverrideClassName";
3
3
  import { type EditorContentArray } from '../types';
4
4
  export type RichTextContentProps = {
5
5
  content: EditorContentArray;
@@ -1,5 +1,5 @@
1
1
  import React, { type HTMLAttributes, type ReactNode } from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../types/OverrideClassName";
3
3
  import { type EditorContentArray, type EditorRows, type ToolbarItems } from '../types';
4
4
  import { ProseMirrorState } from '../utils/prosemirror';
5
5
  type BaseRichTextEditorProps = {
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../../../types/OverrideClassName";
3
3
  import { type ToggleIconButtonMoods } from './types';
4
4
  export type ToggleIconButtonProps = {
5
5
  icon: JSX.Element;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { type OverrideClassName } from '~components/types/OverrideClassName';
2
+ import { type OverrideClassName } from "../../../../types/OverrideClassName";
3
3
  export type ToolbarProps = {
4
4
  'children': React.ReactNode;
5
5
  'aria-controls': string;
@@ -1,4 +1,4 @@
1
- import { type InputSearchProps } from '~components/Input/InputSearch';
1
+ import { type InputSearchProps } from "../Input/InputSearch";
2
2
  export type SearchFieldProps = Omit<InputSearchProps, 'id'> & {
3
3
  id?: string;
4
4
  labelText: string;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { type ContentProps } from '~components/Content';
2
+ import { type ContentProps } from "../Content";
3
3
  type Variant = 'default' | 'education';
4
4
  export type SkirtProps = {
5
5
  children: React.ReactNode;
@@ -1,4 +1,4 @@
1
- import { type CardProps } from '~components/Card';
1
+ import { type CardProps } from "../../../Card";
2
2
  export type SkirtCardProps = CardProps;
3
3
  export declare const SkirtCard: {
4
4
  (props: SkirtCardProps): JSX.Element;
@@ -1,5 +1,5 @@
1
1
  import { type ReactNode } from 'react';
2
- import { type InputRangeProps } from '~components/Input/InputRange';
2
+ import { type InputRangeProps } from "../Input/InputRange";
3
3
  export type SliderFieldProps = {
4
4
  id?: string;
5
5
  labelText: ReactNode;