@kaizen/components 1.31.0 → 1.33.0

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 (763) hide show
  1. package/dist/cjs/ErrorPage/hooks/useErrorMessages.cjs +13 -1
  2. package/dist/cjs/ErrorPage/hooks/useErrorMessages.cjs.map +1 -1
  3. package/dist/cjs/Illustration/Scene/Scene.cjs +732 -0
  4. package/dist/cjs/Illustration/Scene/Scene.cjs.map +1 -0
  5. package/dist/cjs/Illustration/subcomponents/VideoPlayer/VideoPlayer.cjs +137 -0
  6. package/dist/cjs/Illustration/subcomponents/VideoPlayer/VideoPlayer.cjs.map +1 -0
  7. package/dist/cjs/Illustration/utils/canPlayWebm.cjs +21 -0
  8. package/dist/cjs/Illustration/utils/canPlayWebm.cjs.map +1 -0
  9. package/dist/cjs/Illustration/utils/usePausePlay.cjs +33 -0
  10. package/dist/cjs/Illustration/utils/usePausePlay.cjs.map +1 -0
  11. package/dist/cjs/Tabs/Tabs.cjs +31 -0
  12. package/dist/cjs/Tabs/Tabs.cjs.map +1 -0
  13. package/dist/cjs/Tabs/subcomponents/Tab.cjs +55 -0
  14. package/dist/cjs/Tabs/subcomponents/Tab.cjs.map +1 -0
  15. package/dist/cjs/Tabs/subcomponents/Tab.module.scss.cjs +9 -0
  16. package/dist/cjs/Tabs/subcomponents/Tab.module.scss.cjs.map +1 -0
  17. package/dist/cjs/Tabs/subcomponents/TabList.cjs +24 -0
  18. package/dist/cjs/Tabs/subcomponents/TabList.cjs.map +1 -0
  19. package/dist/cjs/Tabs/subcomponents/TabList.module.scss.cjs +8 -0
  20. package/dist/cjs/Tabs/subcomponents/TabList.module.scss.cjs.map +1 -0
  21. package/dist/cjs/Tabs/subcomponents/TabPanel.cjs +19 -0
  22. package/dist/cjs/Tabs/subcomponents/TabPanel.cjs.map +1 -0
  23. package/dist/cjs/Tabs/subcomponents/TabPanels.cjs +16 -0
  24. package/dist/cjs/Tabs/subcomponents/TabPanels.cjs.map +1 -0
  25. package/dist/cjs/ToggleSwitch/ToggleSwitch/ToggleSwitch.cjs +36 -0
  26. package/dist/cjs/ToggleSwitch/ToggleSwitch/ToggleSwitch.cjs.map +1 -0
  27. package/dist/cjs/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss.cjs +13 -0
  28. package/dist/cjs/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss.cjs.map +1 -0
  29. package/dist/cjs/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.cjs +54 -0
  30. package/dist/cjs/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.cjs.map +1 -0
  31. package/dist/cjs/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.scss.cjs +10 -0
  32. package/dist/cjs/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.scss.cjs.map +1 -0
  33. package/dist/cjs/dts/BrandMoment/_docs/ExampleHeaders.d.ts +1 -0
  34. package/dist/cjs/dts/Button/IconButton/IconButton.d.ts +1 -0
  35. package/dist/cjs/dts/Calendar/CalendarRange/CalendarRange.d.ts +1 -0
  36. package/dist/cjs/dts/Calendar/CalendarSingle/CalendarSingle.d.ts +1 -0
  37. package/dist/cjs/dts/Calendar/LegacyCalendarRange/LegacyCalendarRange.d.ts +1 -0
  38. package/dist/cjs/dts/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.d.ts +1 -0
  39. package/dist/cjs/dts/DateInput/DateInputDescription/DateInputDescription.d.ts +1 -0
  40. package/dist/cjs/dts/ErrorPage/hooks/useErrorMessages.d.ts +1 -1
  41. package/dist/cjs/dts/Filter/_docs/controls/renderTriggerControls.d.ts +1 -0
  42. package/dist/cjs/dts/FilterBar/FilterBar.d.ts +1 -0
  43. package/dist/cjs/dts/FilterBar/context/FilterBarContext.d.ts +1 -0
  44. package/dist/cjs/dts/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.d.ts +1 -0
  45. package/dist/cjs/dts/FilterBar/subcomponents/ClearAllButton/ClearAllButton.d.ts +1 -0
  46. package/dist/cjs/dts/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.d.ts +1 -0
  47. package/dist/cjs/dts/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.d.ts +1 -0
  48. package/dist/cjs/dts/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.d.ts +1 -0
  49. package/dist/cjs/dts/FilterDatePicker/FilterDatePicker.d.ts +1 -0
  50. package/dist/cjs/dts/FilterDateRangePicker/FilterDateRangePicker.d.ts +1 -0
  51. package/dist/cjs/dts/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.d.ts +1 -0
  52. package/dist/cjs/dts/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.d.ts +1 -0
  53. package/dist/cjs/dts/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.d.ts +1 -0
  54. package/dist/cjs/dts/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.d.ts +1 -0
  55. package/dist/cjs/dts/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.d.ts +1 -0
  56. package/dist/cjs/dts/FilterMultiSelect/subcomponents/SearchInput/SearchInput.d.ts +1 -0
  57. package/dist/cjs/dts/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.d.ts +1 -0
  58. package/dist/cjs/dts/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.d.ts +1 -0
  59. package/dist/cjs/dts/FilterMultiSelect/subcomponents/SelectionControlButton/SelectAllButton/SelectAllButton.d.ts +1 -0
  60. package/dist/cjs/dts/FilterMultiSelect/subcomponents/Trigger/FilterTriggerButton/FilterTriggerButton.d.ts +1 -0
  61. package/dist/cjs/dts/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.d.ts +1 -0
  62. package/dist/cjs/dts/FilterSelect/FilterSelect.d.ts +1 -0
  63. package/dist/cjs/dts/Icon/AcademyIcon.d.ts +1 -0
  64. package/dist/cjs/dts/Icon/ActionOffIcon.d.ts +1 -0
  65. package/dist/cjs/dts/Icon/ActionOffWhiteIcon.d.ts +1 -0
  66. package/dist/cjs/dts/Icon/ActionOnIcon.d.ts +1 -0
  67. package/dist/cjs/dts/Icon/AddIcon.d.ts +1 -0
  68. package/dist/cjs/dts/Icon/AddLinkIcon.d.ts +1 -0
  69. package/dist/cjs/dts/Icon/AddWhiteIcon.d.ts +1 -0
  70. package/dist/cjs/dts/Icon/AiIcon.d.ts +1 -0
  71. package/dist/cjs/dts/Icon/ArchivedIcon.d.ts +1 -0
  72. package/dist/cjs/dts/Icon/ArchivedWhiteIcon.d.ts +1 -0
  73. package/dist/cjs/dts/Icon/ArrowBackwardIcon.d.ts +1 -0
  74. package/dist/cjs/dts/Icon/ArrowDownIcon.d.ts +1 -0
  75. package/dist/cjs/dts/Icon/ArrowForwardIcon.d.ts +1 -0
  76. package/dist/cjs/dts/Icon/ArrowLeftIcon.d.ts +1 -0
  77. package/dist/cjs/dts/Icon/ArrowRightIcon.d.ts +1 -0
  78. package/dist/cjs/dts/Icon/ArrowUpIcon.d.ts +1 -0
  79. package/dist/cjs/dts/Icon/BlankIcon.d.ts +1 -0
  80. package/dist/cjs/dts/Icon/BoldIcon.d.ts +1 -0
  81. package/dist/cjs/dts/Icon/BookmarkOffIcon.d.ts +1 -0
  82. package/dist/cjs/dts/Icon/BookmarkOnIcon.d.ts +1 -0
  83. package/dist/cjs/dts/Icon/BranchingIcon.d.ts +1 -0
  84. package/dist/cjs/dts/Icon/BullettedListIcon.d.ts +1 -0
  85. package/dist/cjs/dts/Icon/CaMonogramIcon.d.ts +1 -0
  86. package/dist/cjs/dts/Icon/CameraIcon.d.ts +1 -0
  87. package/dist/cjs/dts/Icon/CautionIcon.d.ts +1 -0
  88. package/dist/cjs/dts/Icon/CautionWhiteIcon.d.ts +1 -0
  89. package/dist/cjs/dts/Icon/CheckIcon.d.ts +1 -0
  90. package/dist/cjs/dts/Icon/ChevronDownIcon.d.ts +1 -0
  91. package/dist/cjs/dts/Icon/ChevronLeftIcon.d.ts +1 -0
  92. package/dist/cjs/dts/Icon/ChevronRightIcon.d.ts +1 -0
  93. package/dist/cjs/dts/Icon/ChevronUpIcon.d.ts +1 -0
  94. package/dist/cjs/dts/Icon/ClearIcon.d.ts +1 -0
  95. package/dist/cjs/dts/Icon/ClearWhiteIcon.d.ts +1 -0
  96. package/dist/cjs/dts/Icon/CloseIcon.d.ts +1 -0
  97. package/dist/cjs/dts/Icon/ClosedIcon.d.ts +1 -0
  98. package/dist/cjs/dts/Icon/ClosedWhiteIcon.d.ts +1 -0
  99. package/dist/cjs/dts/Icon/CommentAddIcon.d.ts +1 -0
  100. package/dist/cjs/dts/Icon/CommentAddWhiteIcon.d.ts +1 -0
  101. package/dist/cjs/dts/Icon/CommentBankIcon.d.ts +1 -0
  102. package/dist/cjs/dts/Icon/CommentDisabledIcon.d.ts +1 -0
  103. package/dist/cjs/dts/Icon/CommentDisabledWhiteIcon.d.ts +1 -0
  104. package/dist/cjs/dts/Icon/CommentIcon.d.ts +1 -0
  105. package/dist/cjs/dts/Icon/CommentWhiteIcon.d.ts +1 -0
  106. package/dist/cjs/dts/Icon/CommunicationsIcon.d.ts +1 -0
  107. package/dist/cjs/dts/Icon/CompetencyLibraryIcon.d.ts +1 -0
  108. package/dist/cjs/dts/Icon/ConfigureIcon.d.ts +1 -0
  109. package/dist/cjs/dts/Icon/ConnectIcon.d.ts +1 -0
  110. package/dist/cjs/dts/Icon/ConnectLineIcon.d.ts +1 -0
  111. package/dist/cjs/dts/Icon/CustomIcon.d.ts +1 -0
  112. package/dist/cjs/dts/Icon/DashboardIcon.d.ts +1 -0
  113. package/dist/cjs/dts/Icon/DateEndIcon.d.ts +1 -0
  114. package/dist/cjs/dts/Icon/DateEndWhiteIcon.d.ts +1 -0
  115. package/dist/cjs/dts/Icon/DateRangeIcon.d.ts +1 -0
  116. package/dist/cjs/dts/Icon/DateRangeWhiteIcon.d.ts +1 -0
  117. package/dist/cjs/dts/Icon/DateStartIcon.d.ts +1 -0
  118. package/dist/cjs/dts/Icon/DateStartWhiteIcon.d.ts +1 -0
  119. package/dist/cjs/dts/Icon/DecreaseIndentIcon.d.ts +1 -0
  120. package/dist/cjs/dts/Icon/DeltaBareIcon.d.ts +1 -0
  121. package/dist/cjs/dts/Icon/DeltaBareWhiteIcon.d.ts +1 -0
  122. package/dist/cjs/dts/Icon/DeltaFlatIcon.d.ts +1 -0
  123. package/dist/cjs/dts/Icon/DeltaIcon.d.ts +1 -0
  124. package/dist/cjs/dts/Icon/DeltaNegativeIcon.d.ts +1 -0
  125. package/dist/cjs/dts/Icon/DeltaPositiveIcon.d.ts +1 -0
  126. package/dist/cjs/dts/Icon/DeltaWhiteIcon.d.ts +1 -0
  127. package/dist/cjs/dts/Icon/DemographicsIcon.d.ts +1 -0
  128. package/dist/cjs/dts/Icon/DepartmentIcon.d.ts +1 -0
  129. package/dist/cjs/dts/Icon/DraftIcon.d.ts +1 -0
  130. package/dist/cjs/dts/Icon/DraftWhiteIcon.d.ts +1 -0
  131. package/dist/cjs/dts/Icon/DragIcon.d.ts +1 -0
  132. package/dist/cjs/dts/Icon/DuplicateIcon.d.ts +1 -0
  133. package/dist/cjs/dts/Icon/EditIcon.d.ts +1 -0
  134. package/dist/cjs/dts/Icon/EffectivenessIcon.d.ts +1 -0
  135. package/dist/cjs/dts/Icon/EllipsisIcon.d.ts +1 -0
  136. package/dist/cjs/dts/Icon/EmailIcon.d.ts +1 -0
  137. package/dist/cjs/dts/Icon/EmptyIcon.d.ts +1 -0
  138. package/dist/cjs/dts/Icon/EmptyWhiteIcon.d.ts +1 -0
  139. package/dist/cjs/dts/Icon/EndIcon.d.ts +1 -0
  140. package/dist/cjs/dts/Icon/EngagementIcon.d.ts +1 -0
  141. package/dist/cjs/dts/Icon/EngagementWhiteIcon.d.ts +1 -0
  142. package/dist/cjs/dts/Icon/EqualIcon.d.ts +1 -0
  143. package/dist/cjs/dts/Icon/EqualWhiteIcon.d.ts +1 -0
  144. package/dist/cjs/dts/Icon/ExclamationIcon.d.ts +1 -0
  145. package/dist/cjs/dts/Icon/ExclamationOctagonIcon.d.ts +1 -0
  146. package/dist/cjs/dts/Icon/ExclamationOctagonWhiteIcon.d.ts +1 -0
  147. package/dist/cjs/dts/Icon/ExclamationWhiteIcon.d.ts +1 -0
  148. package/dist/cjs/dts/Icon/ExperienceIcon.d.ts +1 -0
  149. package/dist/cjs/dts/Icon/ExportIcon.d.ts +1 -0
  150. package/dist/cjs/dts/Icon/ExportWhiteIcon.d.ts +1 -0
  151. package/dist/cjs/dts/Icon/ExternalLinkIcon.d.ts +1 -0
  152. package/dist/cjs/dts/Icon/FaceDissatisfiedIcon.d.ts +1 -0
  153. package/dist/cjs/dts/Icon/FaceDissatisfiedWhiteIcon.d.ts +1 -0
  154. package/dist/cjs/dts/Icon/FaceNeutralIcon.d.ts +1 -0
  155. package/dist/cjs/dts/Icon/FaceNeutralWhiteIcon.d.ts +1 -0
  156. package/dist/cjs/dts/Icon/FaceSatisfiedIcon.d.ts +1 -0
  157. package/dist/cjs/dts/Icon/FaceSatisfiedWhiteIcon.d.ts +1 -0
  158. package/dist/cjs/dts/Icon/FaceVeryDissatisfiedIcon.d.ts +1 -0
  159. package/dist/cjs/dts/Icon/FaceVeryDissatisfiedWhiteIcon.d.ts +1 -0
  160. package/dist/cjs/dts/Icon/FaceVerySatisfiedIcon.d.ts +1 -0
  161. package/dist/cjs/dts/Icon/FaceVerySatisfiedWhiteIcon.d.ts +1 -0
  162. package/dist/cjs/dts/Icon/FactorsIcon.d.ts +1 -0
  163. package/dist/cjs/dts/Icon/FavoriteOffIcon.d.ts +1 -0
  164. package/dist/cjs/dts/Icon/FavoriteOnIcon.d.ts +1 -0
  165. package/dist/cjs/dts/Icon/FeedbackClassifyIcon.d.ts +1 -0
  166. package/dist/cjs/dts/Icon/FeedbackClassifyWhiteIcon.d.ts +1 -0
  167. package/dist/cjs/dts/Icon/FeedbackCompletedIcon.d.ts +1 -0
  168. package/dist/cjs/dts/Icon/FeedbackCompletedWhiteIcon.d.ts +1 -0
  169. package/dist/cjs/dts/Icon/FeedbackReportIcon.d.ts +1 -0
  170. package/dist/cjs/dts/Icon/FeedbackReportWhiteIcon.d.ts +1 -0
  171. package/dist/cjs/dts/Icon/FeedbackReviewIcon.d.ts +1 -0
  172. package/dist/cjs/dts/Icon/FeedbackReviewWhiteIcon.d.ts +1 -0
  173. package/dist/cjs/dts/Icon/FeedbackShareIcon.d.ts +1 -0
  174. package/dist/cjs/dts/Icon/FeedbackShareWhiteIcon.d.ts +1 -0
  175. package/dist/cjs/dts/Icon/FileIcon.d.ts +1 -0
  176. package/dist/cjs/dts/Icon/FileWhiteIcon.d.ts +1 -0
  177. package/dist/cjs/dts/Icon/FilterIcon.d.ts +1 -0
  178. package/dist/cjs/dts/Icon/FlagOffIcon.d.ts +1 -0
  179. package/dist/cjs/dts/Icon/FlagOffWhiteIcon.d.ts +1 -0
  180. package/dist/cjs/dts/Icon/FlagOnIcon.d.ts +1 -0
  181. package/dist/cjs/dts/Icon/FullIcon.d.ts +1 -0
  182. package/dist/cjs/dts/Icon/GridViewIcon.d.ts +1 -0
  183. package/dist/cjs/dts/Icon/GuidanceIcon.d.ts +1 -0
  184. package/dist/cjs/dts/Icon/HamburgerIcon.d.ts +1 -0
  185. package/dist/cjs/dts/Icon/HeatmapIcon.d.ts +1 -0
  186. package/dist/cjs/dts/Icon/HeatmapWhiteIcon.d.ts +1 -0
  187. package/dist/cjs/dts/Icon/HierarchyIcon.d.ts +1 -0
  188. package/dist/cjs/dts/Icon/HomeIcon.d.ts +1 -0
  189. package/dist/cjs/dts/Icon/ImportIcon.d.ts +1 -0
  190. package/dist/cjs/dts/Icon/ImportWhiteIcon.d.ts +1 -0
  191. package/dist/cjs/dts/Icon/IncreaseIndentIcon.d.ts +1 -0
  192. package/dist/cjs/dts/Icon/IndicatorActiveIcon.d.ts +1 -0
  193. package/dist/cjs/dts/Icon/IndicatorInactiveIcon.d.ts +1 -0
  194. package/dist/cjs/dts/Icon/InformationIcon.d.ts +1 -0
  195. package/dist/cjs/dts/Icon/InformationWhiteIcon.d.ts +1 -0
  196. package/dist/cjs/dts/Icon/InsightIcon.d.ts +1 -0
  197. package/dist/cjs/dts/Icon/InsightsIcon.d.ts +1 -0
  198. package/dist/cjs/dts/Icon/InvisibleIcon.d.ts +1 -0
  199. package/dist/cjs/dts/Icon/ItalicsIcon.d.ts +1 -0
  200. package/dist/cjs/dts/Icon/KebabIcon.d.ts +1 -0
  201. package/dist/cjs/dts/Icon/KioskIcon.d.ts +1 -0
  202. package/dist/cjs/dts/Icon/KioskWhiteIcon.d.ts +1 -0
  203. package/dist/cjs/dts/Icon/LaunchIcon.d.ts +1 -0
  204. package/dist/cjs/dts/Icon/LaunchWhiteIcon.d.ts +1 -0
  205. package/dist/cjs/dts/Icon/LeaderboardIcon.d.ts +1 -0
  206. package/dist/cjs/dts/Icon/ListViewIcon.d.ts +1 -0
  207. package/dist/cjs/dts/Icon/LiveIcon.d.ts +1 -0
  208. package/dist/cjs/dts/Icon/LockIcon.d.ts +1 -0
  209. package/dist/cjs/dts/Icon/LockWhiteIcon.d.ts +1 -0
  210. package/dist/cjs/dts/Icon/LogOutIcon.d.ts +1 -0
  211. package/dist/cjs/dts/Icon/MaximizeIcon.d.ts +1 -0
  212. package/dist/cjs/dts/Icon/MeatballsIcon.d.ts +1 -0
  213. package/dist/cjs/dts/Icon/MinimizeIcon.d.ts +1 -0
  214. package/dist/cjs/dts/Icon/MinusIcon.d.ts +1 -0
  215. package/dist/cjs/dts/Icon/NavigatorIcon.d.ts +1 -0
  216. package/dist/cjs/dts/Icon/NotificationIcon.d.ts +1 -0
  217. package/dist/cjs/dts/Icon/NumberedListIcon.d.ts +1 -0
  218. package/dist/cjs/dts/Icon/NumberedListRtlIcon.d.ts +1 -0
  219. package/dist/cjs/dts/Icon/OpenIcon.d.ts +1 -0
  220. package/dist/cjs/dts/Icon/OpenWhiteIcon.d.ts +1 -0
  221. package/dist/cjs/dts/Icon/OrganizationIcon.d.ts +1 -0
  222. package/dist/cjs/dts/Icon/ParticipationIcon.d.ts +1 -0
  223. package/dist/cjs/dts/Icon/ParticipationWhiteIcon.d.ts +1 -0
  224. package/dist/cjs/dts/Icon/PauseIcon.d.ts +1 -0
  225. package/dist/cjs/dts/Icon/PauseWhiteIcon.d.ts +1 -0
  226. package/dist/cjs/dts/Icon/PercentageIcon.d.ts +1 -0
  227. package/dist/cjs/dts/Icon/PermissionsIcon.d.ts +1 -0
  228. package/dist/cjs/dts/Icon/PersonIcon.d.ts +1 -0
  229. package/dist/cjs/dts/Icon/PhotoUploadIcon.d.ts +1 -0
  230. package/dist/cjs/dts/Icon/PowerIcon.d.ts +1 -0
  231. package/dist/cjs/dts/Icon/PrintIcon.d.ts +1 -0
  232. package/dist/cjs/dts/Icon/PrintWhiteIcon.d.ts +1 -0
  233. package/dist/cjs/dts/Icon/ProcessManagerIcon.d.ts +1 -0
  234. package/dist/cjs/dts/Icon/PromotionIcon.d.ts +1 -0
  235. package/dist/cjs/dts/Icon/PromotionWhiteIcon.d.ts +1 -0
  236. package/dist/cjs/dts/Icon/QuestionIcon.d.ts +1 -0
  237. package/dist/cjs/dts/Icon/QuestionWhiteIcon.d.ts +1 -0
  238. package/dist/cjs/dts/Icon/QuestionsIcon.d.ts +1 -0
  239. package/dist/cjs/dts/Icon/RedoIcon.d.ts +1 -0
  240. package/dist/cjs/dts/Icon/RefreshIcon.d.ts +1 -0
  241. package/dist/cjs/dts/Icon/RemoveLinkIcon.d.ts +1 -0
  242. package/dist/cjs/dts/Icon/RepeatsIcon.d.ts +1 -0
  243. package/dist/cjs/dts/Icon/ReportIcon.d.ts +1 -0
  244. package/dist/cjs/dts/Icon/ReportSharingIcon.d.ts +1 -0
  245. package/dist/cjs/dts/Icon/RestoreIcon.d.ts +1 -0
  246. package/dist/cjs/dts/Icon/SaveIcon.d.ts +1 -0
  247. package/dist/cjs/dts/Icon/SearchIcon.d.ts +1 -0
  248. package/dist/cjs/dts/Icon/SearchWhiteIcon.d.ts +1 -0
  249. package/dist/cjs/dts/Icon/SecurityTipIcon.d.ts +1 -0
  250. package/dist/cjs/dts/Icon/SendIcon.d.ts +1 -0
  251. package/dist/cjs/dts/Icon/SendRtlIcon.d.ts +1 -0
  252. package/dist/cjs/dts/Icon/SettingsIcon.d.ts +1 -0
  253. package/dist/cjs/dts/Icon/SettingsWhiteIcon.d.ts +1 -0
  254. package/dist/cjs/dts/Icon/ShareIcon.d.ts +1 -0
  255. package/dist/cjs/dts/Icon/SkipIcon.d.ts +1 -0
  256. package/dist/cjs/dts/Icon/SkipWhiteIcon.d.ts +1 -0
  257. package/dist/cjs/dts/Icon/SortAscendingIcon.d.ts +1 -0
  258. package/dist/cjs/dts/Icon/SortDescendingIcon.d.ts +1 -0
  259. package/dist/cjs/dts/Icon/SpinnerIcon.d.ts +1 -0
  260. package/dist/cjs/dts/Icon/StarOffIcon.d.ts +1 -0
  261. package/dist/cjs/dts/Icon/StarOnIcon.d.ts +1 -0
  262. package/dist/cjs/dts/Icon/StartIcon.d.ts +1 -0
  263. package/dist/cjs/dts/Icon/SubtractIcon.d.ts +1 -0
  264. package/dist/cjs/dts/Icon/SubtractWhiteIcon.d.ts +1 -0
  265. package/dist/cjs/dts/Icon/SuccessIcon.d.ts +1 -0
  266. package/dist/cjs/dts/Icon/SuccessWhiteIcon.d.ts +1 -0
  267. package/dist/cjs/dts/Icon/SupportIcon.d.ts +1 -0
  268. package/dist/cjs/dts/Icon/SurveysIcon.d.ts +1 -0
  269. package/dist/cjs/dts/Icon/SurveysWhiteIcon.d.ts +1 -0
  270. package/dist/cjs/dts/Icon/SyncIcon.d.ts +1 -0
  271. package/dist/cjs/dts/Icon/TagIcon.d.ts +1 -0
  272. package/dist/cjs/dts/Icon/TasksIcon.d.ts +1 -0
  273. package/dist/cjs/dts/Icon/TasksWhiteIcon.d.ts +1 -0
  274. package/dist/cjs/dts/Icon/TemplateIcon.d.ts +1 -0
  275. package/dist/cjs/dts/Icon/TemplateWhiteIcon.d.ts +1 -0
  276. package/dist/cjs/dts/Icon/TextAnalyticsIcon.d.ts +1 -0
  277. package/dist/cjs/dts/Icon/TextAnalyticsWhiteIcon.d.ts +1 -0
  278. package/dist/cjs/dts/Icon/ThumbsDownIcon.d.ts +1 -0
  279. package/dist/cjs/dts/Icon/ThumbsUpIcon.d.ts +1 -0
  280. package/dist/cjs/dts/Icon/TimeIcon.d.ts +1 -0
  281. package/dist/cjs/dts/Icon/TimeWhiteIcon.d.ts +1 -0
  282. package/dist/cjs/dts/Icon/TranslationIcon.d.ts +1 -0
  283. package/dist/cjs/dts/Icon/TrashIcon.d.ts +1 -0
  284. package/dist/cjs/dts/Icon/UnattributedIcon.d.ts +1 -0
  285. package/dist/cjs/dts/Icon/UnattributedWhiteIcon.d.ts +1 -0
  286. package/dist/cjs/dts/Icon/UnderlineIcon.d.ts +1 -0
  287. package/dist/cjs/dts/Icon/UndoIcon.d.ts +1 -0
  288. package/dist/cjs/dts/Icon/UserAddIcon.d.ts +1 -0
  289. package/dist/cjs/dts/Icon/UserDeleteIcon.d.ts +1 -0
  290. package/dist/cjs/dts/Icon/UserExitIcon.d.ts +1 -0
  291. package/dist/cjs/dts/Icon/UserIcon.d.ts +1 -0
  292. package/dist/cjs/dts/Icon/UserSelectIcon.d.ts +1 -0
  293. package/dist/cjs/dts/Icon/UserSettingsIcon.d.ts +1 -0
  294. package/dist/cjs/dts/Icon/UserUpdateIcon.d.ts +1 -0
  295. package/dist/cjs/dts/Icon/UsersIcon.d.ts +1 -0
  296. package/dist/cjs/dts/Icon/VisibleIcon.d.ts +1 -0
  297. package/dist/cjs/dts/Icon/WritingIcon.d.ts +1 -0
  298. package/dist/cjs/dts/Icon/ZoomInIcon.d.ts +1 -0
  299. package/dist/cjs/dts/Icon/ZoomOutIcon.d.ts +1 -0
  300. package/dist/cjs/dts/Icon/bin/Template.d.ts +1 -0
  301. package/dist/cjs/dts/Illustration/Scene/Scene.d.ts +200 -0
  302. package/dist/cjs/dts/Illustration/Scene/index.d.ts +1 -0
  303. package/dist/cjs/dts/Illustration/Spot/Spot.d.ts +1 -0
  304. package/dist/cjs/dts/Illustration/index.d.ts +1 -0
  305. package/dist/cjs/dts/Illustration/subcomponents/VideoPlayer/VideoPlayer.d.ts +30 -0
  306. package/dist/cjs/dts/Illustration/subcomponents/VideoPlayer/index.d.ts +1 -0
  307. package/dist/cjs/dts/Illustration/utils/canPlayWebm.d.ts +4 -0
  308. package/dist/cjs/dts/Illustration/utils/usePausePlay.d.ts +7 -0
  309. package/dist/cjs/dts/KaizenProvider/subcomponents/FontDefinitions/FontDefinitions.d.ts +1 -0
  310. package/dist/cjs/dts/LikertScaleLegacy/LikertScaleLegacy.d.ts +1 -0
  311. package/dist/cjs/dts/Menu/_docs/MenuContentExample.d.ts +1 -0
  312. package/dist/cjs/dts/Notification/subcomponents/NotificationHeading/NotificationHeading.d.ts +1 -0
  313. package/dist/cjs/dts/Notification/subcomponents/NotificationIcon/NotificationIcon.d.ts +1 -0
  314. package/dist/cjs/dts/Pagination/subcomponents/DirectionalLink/DirectionalLink.d.ts +1 -0
  315. package/dist/cjs/dts/Pagination/subcomponents/PaginationLink/PaginationLink.d.ts +1 -0
  316. package/dist/cjs/dts/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.d.ts +1 -0
  317. package/dist/cjs/dts/Popover/utils/classMappers.d.ts +1 -0
  318. package/dist/cjs/dts/SearchField/SearchField.d.ts +1 -0
  319. package/dist/cjs/dts/Skirt/subcomponents/SkirtCard/SkirtCard.d.ts +1 -0
  320. package/dist/cjs/dts/SplitButton/subcomponents/ActionButton/ActionButton.d.ts +1 -0
  321. package/dist/cjs/dts/SplitButton/subcomponents/DropdownButton/DropdownButton.d.ts +1 -0
  322. package/dist/cjs/dts/Tabs/Tabs.d.ts +29 -0
  323. package/dist/cjs/dts/Tabs/index.d.ts +2 -0
  324. package/dist/cjs/dts/Tabs/subcomponents/Tab.d.ts +21 -0
  325. package/dist/cjs/dts/Tabs/subcomponents/TabList.d.ts +17 -0
  326. package/dist/cjs/dts/Tabs/subcomponents/TabPanel.d.ts +9 -0
  327. package/dist/cjs/dts/Tabs/subcomponents/TabPanels.d.ts +9 -0
  328. package/dist/cjs/dts/Tabs/subcomponents/index.d.ts +5 -0
  329. package/dist/cjs/dts/Tile/InformationTile/InformationTile.d.ts +1 -0
  330. package/dist/cjs/dts/Tile/MultiActionTile/MultiActionTile.d.ts +1 -0
  331. package/dist/cjs/dts/Tile/subcomponents/GenericTile/Action.d.ts +1 -0
  332. package/dist/cjs/dts/TimeField/subcomponents/TimeSegment/TimeSegment.d.ts +1 -0
  333. package/dist/cjs/dts/TitleBlockZen/TitleBlockZen.d.ts +1 -0
  334. package/dist/cjs/dts/TitleBlockZen/subcomponents/MainActions.d.ts +1 -0
  335. package/dist/cjs/dts/TitleBlockZen/subcomponents/MobileActions.d.ts +1 -0
  336. package/dist/cjs/dts/TitleBlockZen/subcomponents/SecondaryActions.d.ts +1 -0
  337. package/dist/cjs/dts/TitleBlockZen/subcomponents/TitleBlockMenuItem.d.ts +1 -0
  338. package/dist/cjs/dts/ToggleSwitch/ToggleSwitch/ToggleSwitch.d.ts +15 -0
  339. package/dist/cjs/dts/ToggleSwitch/ToggleSwitch/index.d.ts +1 -0
  340. package/dist/cjs/dts/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.d.ts +19 -0
  341. package/dist/cjs/dts/ToggleSwitch/ToggleSwitchField/index.d.ts +1 -0
  342. package/dist/cjs/dts/ToggleSwitch/index.d.ts +2 -0
  343. package/dist/cjs/dts/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.d.ts +1 -0
  344. package/dist/cjs/dts/Workflow/subcomponents/Header/Header.d.ts +1 -0
  345. package/dist/cjs/dts/__future__/Select/subcomponents/ListBoxSection/ListBoxSection.d.ts +1 -0
  346. package/dist/cjs/dts/__future__/Select/subcomponents/ListItem/ListItem.d.ts +1 -0
  347. package/dist/cjs/dts/__future__/Select/subcomponents/ListItems/ListItems.d.ts +1 -0
  348. package/dist/cjs/dts/__future__/Select/subcomponents/SectionDivider/SectionDivider.d.ts +1 -0
  349. package/dist/cjs/dts/__future__/Tag/RemovableTag/RemovableTag.d.ts +1 -0
  350. package/dist/cjs/dts/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.d.ts +1 -0
  351. package/dist/cjs/dts/__future__/Workflow/subcomponents/Footer/Footer.d.ts +1 -0
  352. package/dist/cjs/dts/__future__/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.d.ts +1 -0
  353. package/dist/cjs/dts/__future__/Workflow/subcomponents/Header/Header.d.ts +1 -0
  354. package/dist/cjs/dts/index.d.ts +2 -0
  355. package/dist/cjs/index.cjs +60 -0
  356. package/dist/cjs/index.cjs.map +1 -1
  357. package/dist/cjs/index.css +9 -4
  358. package/dist/esm/ErrorPage/hooks/useErrorMessages.mjs +13 -1
  359. package/dist/esm/ErrorPage/hooks/useErrorMessages.mjs.map +1 -1
  360. package/dist/esm/Illustration/Scene/Scene.mjs +686 -0
  361. package/dist/esm/Illustration/Scene/Scene.mjs.map +1 -0
  362. package/dist/esm/Illustration/subcomponents/VideoPlayer/VideoPlayer.mjs +135 -0
  363. package/dist/esm/Illustration/subcomponents/VideoPlayer/VideoPlayer.mjs.map +1 -0
  364. package/dist/esm/Illustration/utils/canPlayWebm.mjs +19 -0
  365. package/dist/esm/Illustration/utils/canPlayWebm.mjs.map +1 -0
  366. package/dist/esm/Illustration/utils/usePausePlay.mjs +31 -0
  367. package/dist/esm/Illustration/utils/usePausePlay.mjs.map +1 -0
  368. package/dist/esm/Tabs/Tabs.mjs +29 -0
  369. package/dist/esm/Tabs/Tabs.mjs.map +1 -0
  370. package/dist/esm/Tabs/subcomponents/Tab.mjs +53 -0
  371. package/dist/esm/Tabs/subcomponents/Tab.mjs.map +1 -0
  372. package/dist/esm/Tabs/subcomponents/Tab.module.scss.mjs +7 -0
  373. package/dist/esm/Tabs/subcomponents/Tab.module.scss.mjs.map +1 -0
  374. package/dist/esm/Tabs/subcomponents/TabList.mjs +22 -0
  375. package/dist/esm/Tabs/subcomponents/TabList.mjs.map +1 -0
  376. package/dist/esm/Tabs/subcomponents/TabList.module.scss.mjs +6 -0
  377. package/dist/esm/Tabs/subcomponents/TabList.module.scss.mjs.map +1 -0
  378. package/dist/esm/Tabs/subcomponents/TabPanel.mjs +17 -0
  379. package/dist/esm/Tabs/subcomponents/TabPanel.mjs.map +1 -0
  380. package/dist/esm/Tabs/subcomponents/TabPanels.mjs +14 -0
  381. package/dist/esm/Tabs/subcomponents/TabPanels.mjs.map +1 -0
  382. package/dist/esm/ToggleSwitch/ToggleSwitch/ToggleSwitch.mjs +34 -0
  383. package/dist/esm/ToggleSwitch/ToggleSwitch/ToggleSwitch.mjs.map +1 -0
  384. package/dist/esm/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss.mjs +11 -0
  385. package/dist/esm/ToggleSwitch/ToggleSwitch/ToggleSwitch.module.scss.mjs.map +1 -0
  386. package/dist/esm/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.mjs +52 -0
  387. package/dist/esm/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.mjs.map +1 -0
  388. package/dist/esm/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.scss.mjs +8 -0
  389. package/dist/esm/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.module.scss.mjs.map +1 -0
  390. package/dist/esm/dts/BrandMoment/_docs/ExampleHeaders.d.ts +1 -0
  391. package/dist/esm/dts/Button/IconButton/IconButton.d.ts +1 -0
  392. package/dist/esm/dts/Calendar/CalendarRange/CalendarRange.d.ts +1 -0
  393. package/dist/esm/dts/Calendar/CalendarSingle/CalendarSingle.d.ts +1 -0
  394. package/dist/esm/dts/Calendar/LegacyCalendarRange/LegacyCalendarRange.d.ts +1 -0
  395. package/dist/esm/dts/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.d.ts +1 -0
  396. package/dist/esm/dts/DateInput/DateInputDescription/DateInputDescription.d.ts +1 -0
  397. package/dist/esm/dts/ErrorPage/hooks/useErrorMessages.d.ts +1 -1
  398. package/dist/esm/dts/Filter/_docs/controls/renderTriggerControls.d.ts +1 -0
  399. package/dist/esm/dts/FilterBar/FilterBar.d.ts +1 -0
  400. package/dist/esm/dts/FilterBar/context/FilterBarContext.d.ts +1 -0
  401. package/dist/esm/dts/FilterBar/subcomponents/AddFiltersMenu/AddFiltersMenu.d.ts +1 -0
  402. package/dist/esm/dts/FilterBar/subcomponents/ClearAllButton/ClearAllButton.d.ts +1 -0
  403. package/dist/esm/dts/FilterBar/subcomponents/FilterBarDatePicker/FilterBarDatePicker.d.ts +1 -0
  404. package/dist/esm/dts/FilterBar/subcomponents/FilterBarDateRangePicker/FilterBarDateRangePicker.d.ts +1 -0
  405. package/dist/esm/dts/FilterBar/subcomponents/FilterBarSelect/FilterBarSelect.d.ts +1 -0
  406. package/dist/esm/dts/FilterDatePicker/FilterDatePicker.d.ts +1 -0
  407. package/dist/esm/dts/FilterDateRangePicker/FilterDateRangePicker.d.ts +1 -0
  408. package/dist/esm/dts/FilterDateRangePicker/subcomponents/DateRangeDisplayLabel/DateRangeDisplayLabel.d.ts +1 -0
  409. package/dist/esm/dts/FilterDateRangePicker/subcomponents/DateRangeValidationMessage/DateRangeValidationMessage.d.ts +1 -0
  410. package/dist/esm/dts/FilterMultiSelect/subcomponents/LoadMoreButton/LoadMoreButton.d.ts +1 -0
  411. package/dist/esm/dts/FilterMultiSelect/subcomponents/MenuLayout/MenuLoadingSkeleton/MenuLoadingSkeleton.d.ts +1 -0
  412. package/dist/esm/dts/FilterMultiSelect/subcomponents/MultiSelectOption/MultiSelectOption.d.ts +1 -0
  413. package/dist/esm/dts/FilterMultiSelect/subcomponents/SearchInput/SearchInput.d.ts +1 -0
  414. package/dist/esm/dts/FilterMultiSelect/subcomponents/SectionDivider/SectionDivider.d.ts +1 -0
  415. package/dist/esm/dts/FilterMultiSelect/subcomponents/SelectionControlButton/ClearButton/ClearButton.d.ts +1 -0
  416. package/dist/esm/dts/FilterMultiSelect/subcomponents/SelectionControlButton/SelectAllButton/SelectAllButton.d.ts +1 -0
  417. package/dist/esm/dts/FilterMultiSelect/subcomponents/Trigger/FilterTriggerButton/FilterTriggerButton.d.ts +1 -0
  418. package/dist/esm/dts/FilterMultiSelect/subcomponents/Trigger/RemovableFilterTrigger/RemovableFilterTrigger.d.ts +1 -0
  419. package/dist/esm/dts/FilterSelect/FilterSelect.d.ts +1 -0
  420. package/dist/esm/dts/Icon/AcademyIcon.d.ts +1 -0
  421. package/dist/esm/dts/Icon/ActionOffIcon.d.ts +1 -0
  422. package/dist/esm/dts/Icon/ActionOffWhiteIcon.d.ts +1 -0
  423. package/dist/esm/dts/Icon/ActionOnIcon.d.ts +1 -0
  424. package/dist/esm/dts/Icon/AddIcon.d.ts +1 -0
  425. package/dist/esm/dts/Icon/AddLinkIcon.d.ts +1 -0
  426. package/dist/esm/dts/Icon/AddWhiteIcon.d.ts +1 -0
  427. package/dist/esm/dts/Icon/AiIcon.d.ts +1 -0
  428. package/dist/esm/dts/Icon/ArchivedIcon.d.ts +1 -0
  429. package/dist/esm/dts/Icon/ArchivedWhiteIcon.d.ts +1 -0
  430. package/dist/esm/dts/Icon/ArrowBackwardIcon.d.ts +1 -0
  431. package/dist/esm/dts/Icon/ArrowDownIcon.d.ts +1 -0
  432. package/dist/esm/dts/Icon/ArrowForwardIcon.d.ts +1 -0
  433. package/dist/esm/dts/Icon/ArrowLeftIcon.d.ts +1 -0
  434. package/dist/esm/dts/Icon/ArrowRightIcon.d.ts +1 -0
  435. package/dist/esm/dts/Icon/ArrowUpIcon.d.ts +1 -0
  436. package/dist/esm/dts/Icon/BlankIcon.d.ts +1 -0
  437. package/dist/esm/dts/Icon/BoldIcon.d.ts +1 -0
  438. package/dist/esm/dts/Icon/BookmarkOffIcon.d.ts +1 -0
  439. package/dist/esm/dts/Icon/BookmarkOnIcon.d.ts +1 -0
  440. package/dist/esm/dts/Icon/BranchingIcon.d.ts +1 -0
  441. package/dist/esm/dts/Icon/BullettedListIcon.d.ts +1 -0
  442. package/dist/esm/dts/Icon/CaMonogramIcon.d.ts +1 -0
  443. package/dist/esm/dts/Icon/CameraIcon.d.ts +1 -0
  444. package/dist/esm/dts/Icon/CautionIcon.d.ts +1 -0
  445. package/dist/esm/dts/Icon/CautionWhiteIcon.d.ts +1 -0
  446. package/dist/esm/dts/Icon/CheckIcon.d.ts +1 -0
  447. package/dist/esm/dts/Icon/ChevronDownIcon.d.ts +1 -0
  448. package/dist/esm/dts/Icon/ChevronLeftIcon.d.ts +1 -0
  449. package/dist/esm/dts/Icon/ChevronRightIcon.d.ts +1 -0
  450. package/dist/esm/dts/Icon/ChevronUpIcon.d.ts +1 -0
  451. package/dist/esm/dts/Icon/ClearIcon.d.ts +1 -0
  452. package/dist/esm/dts/Icon/ClearWhiteIcon.d.ts +1 -0
  453. package/dist/esm/dts/Icon/CloseIcon.d.ts +1 -0
  454. package/dist/esm/dts/Icon/ClosedIcon.d.ts +1 -0
  455. package/dist/esm/dts/Icon/ClosedWhiteIcon.d.ts +1 -0
  456. package/dist/esm/dts/Icon/CommentAddIcon.d.ts +1 -0
  457. package/dist/esm/dts/Icon/CommentAddWhiteIcon.d.ts +1 -0
  458. package/dist/esm/dts/Icon/CommentBankIcon.d.ts +1 -0
  459. package/dist/esm/dts/Icon/CommentDisabledIcon.d.ts +1 -0
  460. package/dist/esm/dts/Icon/CommentDisabledWhiteIcon.d.ts +1 -0
  461. package/dist/esm/dts/Icon/CommentIcon.d.ts +1 -0
  462. package/dist/esm/dts/Icon/CommentWhiteIcon.d.ts +1 -0
  463. package/dist/esm/dts/Icon/CommunicationsIcon.d.ts +1 -0
  464. package/dist/esm/dts/Icon/CompetencyLibraryIcon.d.ts +1 -0
  465. package/dist/esm/dts/Icon/ConfigureIcon.d.ts +1 -0
  466. package/dist/esm/dts/Icon/ConnectIcon.d.ts +1 -0
  467. package/dist/esm/dts/Icon/ConnectLineIcon.d.ts +1 -0
  468. package/dist/esm/dts/Icon/CustomIcon.d.ts +1 -0
  469. package/dist/esm/dts/Icon/DashboardIcon.d.ts +1 -0
  470. package/dist/esm/dts/Icon/DateEndIcon.d.ts +1 -0
  471. package/dist/esm/dts/Icon/DateEndWhiteIcon.d.ts +1 -0
  472. package/dist/esm/dts/Icon/DateRangeIcon.d.ts +1 -0
  473. package/dist/esm/dts/Icon/DateRangeWhiteIcon.d.ts +1 -0
  474. package/dist/esm/dts/Icon/DateStartIcon.d.ts +1 -0
  475. package/dist/esm/dts/Icon/DateStartWhiteIcon.d.ts +1 -0
  476. package/dist/esm/dts/Icon/DecreaseIndentIcon.d.ts +1 -0
  477. package/dist/esm/dts/Icon/DeltaBareIcon.d.ts +1 -0
  478. package/dist/esm/dts/Icon/DeltaBareWhiteIcon.d.ts +1 -0
  479. package/dist/esm/dts/Icon/DeltaFlatIcon.d.ts +1 -0
  480. package/dist/esm/dts/Icon/DeltaIcon.d.ts +1 -0
  481. package/dist/esm/dts/Icon/DeltaNegativeIcon.d.ts +1 -0
  482. package/dist/esm/dts/Icon/DeltaPositiveIcon.d.ts +1 -0
  483. package/dist/esm/dts/Icon/DeltaWhiteIcon.d.ts +1 -0
  484. package/dist/esm/dts/Icon/DemographicsIcon.d.ts +1 -0
  485. package/dist/esm/dts/Icon/DepartmentIcon.d.ts +1 -0
  486. package/dist/esm/dts/Icon/DraftIcon.d.ts +1 -0
  487. package/dist/esm/dts/Icon/DraftWhiteIcon.d.ts +1 -0
  488. package/dist/esm/dts/Icon/DragIcon.d.ts +1 -0
  489. package/dist/esm/dts/Icon/DuplicateIcon.d.ts +1 -0
  490. package/dist/esm/dts/Icon/EditIcon.d.ts +1 -0
  491. package/dist/esm/dts/Icon/EffectivenessIcon.d.ts +1 -0
  492. package/dist/esm/dts/Icon/EllipsisIcon.d.ts +1 -0
  493. package/dist/esm/dts/Icon/EmailIcon.d.ts +1 -0
  494. package/dist/esm/dts/Icon/EmptyIcon.d.ts +1 -0
  495. package/dist/esm/dts/Icon/EmptyWhiteIcon.d.ts +1 -0
  496. package/dist/esm/dts/Icon/EndIcon.d.ts +1 -0
  497. package/dist/esm/dts/Icon/EngagementIcon.d.ts +1 -0
  498. package/dist/esm/dts/Icon/EngagementWhiteIcon.d.ts +1 -0
  499. package/dist/esm/dts/Icon/EqualIcon.d.ts +1 -0
  500. package/dist/esm/dts/Icon/EqualWhiteIcon.d.ts +1 -0
  501. package/dist/esm/dts/Icon/ExclamationIcon.d.ts +1 -0
  502. package/dist/esm/dts/Icon/ExclamationOctagonIcon.d.ts +1 -0
  503. package/dist/esm/dts/Icon/ExclamationOctagonWhiteIcon.d.ts +1 -0
  504. package/dist/esm/dts/Icon/ExclamationWhiteIcon.d.ts +1 -0
  505. package/dist/esm/dts/Icon/ExperienceIcon.d.ts +1 -0
  506. package/dist/esm/dts/Icon/ExportIcon.d.ts +1 -0
  507. package/dist/esm/dts/Icon/ExportWhiteIcon.d.ts +1 -0
  508. package/dist/esm/dts/Icon/ExternalLinkIcon.d.ts +1 -0
  509. package/dist/esm/dts/Icon/FaceDissatisfiedIcon.d.ts +1 -0
  510. package/dist/esm/dts/Icon/FaceDissatisfiedWhiteIcon.d.ts +1 -0
  511. package/dist/esm/dts/Icon/FaceNeutralIcon.d.ts +1 -0
  512. package/dist/esm/dts/Icon/FaceNeutralWhiteIcon.d.ts +1 -0
  513. package/dist/esm/dts/Icon/FaceSatisfiedIcon.d.ts +1 -0
  514. package/dist/esm/dts/Icon/FaceSatisfiedWhiteIcon.d.ts +1 -0
  515. package/dist/esm/dts/Icon/FaceVeryDissatisfiedIcon.d.ts +1 -0
  516. package/dist/esm/dts/Icon/FaceVeryDissatisfiedWhiteIcon.d.ts +1 -0
  517. package/dist/esm/dts/Icon/FaceVerySatisfiedIcon.d.ts +1 -0
  518. package/dist/esm/dts/Icon/FaceVerySatisfiedWhiteIcon.d.ts +1 -0
  519. package/dist/esm/dts/Icon/FactorsIcon.d.ts +1 -0
  520. package/dist/esm/dts/Icon/FavoriteOffIcon.d.ts +1 -0
  521. package/dist/esm/dts/Icon/FavoriteOnIcon.d.ts +1 -0
  522. package/dist/esm/dts/Icon/FeedbackClassifyIcon.d.ts +1 -0
  523. package/dist/esm/dts/Icon/FeedbackClassifyWhiteIcon.d.ts +1 -0
  524. package/dist/esm/dts/Icon/FeedbackCompletedIcon.d.ts +1 -0
  525. package/dist/esm/dts/Icon/FeedbackCompletedWhiteIcon.d.ts +1 -0
  526. package/dist/esm/dts/Icon/FeedbackReportIcon.d.ts +1 -0
  527. package/dist/esm/dts/Icon/FeedbackReportWhiteIcon.d.ts +1 -0
  528. package/dist/esm/dts/Icon/FeedbackReviewIcon.d.ts +1 -0
  529. package/dist/esm/dts/Icon/FeedbackReviewWhiteIcon.d.ts +1 -0
  530. package/dist/esm/dts/Icon/FeedbackShareIcon.d.ts +1 -0
  531. package/dist/esm/dts/Icon/FeedbackShareWhiteIcon.d.ts +1 -0
  532. package/dist/esm/dts/Icon/FileIcon.d.ts +1 -0
  533. package/dist/esm/dts/Icon/FileWhiteIcon.d.ts +1 -0
  534. package/dist/esm/dts/Icon/FilterIcon.d.ts +1 -0
  535. package/dist/esm/dts/Icon/FlagOffIcon.d.ts +1 -0
  536. package/dist/esm/dts/Icon/FlagOffWhiteIcon.d.ts +1 -0
  537. package/dist/esm/dts/Icon/FlagOnIcon.d.ts +1 -0
  538. package/dist/esm/dts/Icon/FullIcon.d.ts +1 -0
  539. package/dist/esm/dts/Icon/GridViewIcon.d.ts +1 -0
  540. package/dist/esm/dts/Icon/GuidanceIcon.d.ts +1 -0
  541. package/dist/esm/dts/Icon/HamburgerIcon.d.ts +1 -0
  542. package/dist/esm/dts/Icon/HeatmapIcon.d.ts +1 -0
  543. package/dist/esm/dts/Icon/HeatmapWhiteIcon.d.ts +1 -0
  544. package/dist/esm/dts/Icon/HierarchyIcon.d.ts +1 -0
  545. package/dist/esm/dts/Icon/HomeIcon.d.ts +1 -0
  546. package/dist/esm/dts/Icon/ImportIcon.d.ts +1 -0
  547. package/dist/esm/dts/Icon/ImportWhiteIcon.d.ts +1 -0
  548. package/dist/esm/dts/Icon/IncreaseIndentIcon.d.ts +1 -0
  549. package/dist/esm/dts/Icon/IndicatorActiveIcon.d.ts +1 -0
  550. package/dist/esm/dts/Icon/IndicatorInactiveIcon.d.ts +1 -0
  551. package/dist/esm/dts/Icon/InformationIcon.d.ts +1 -0
  552. package/dist/esm/dts/Icon/InformationWhiteIcon.d.ts +1 -0
  553. package/dist/esm/dts/Icon/InsightIcon.d.ts +1 -0
  554. package/dist/esm/dts/Icon/InsightsIcon.d.ts +1 -0
  555. package/dist/esm/dts/Icon/InvisibleIcon.d.ts +1 -0
  556. package/dist/esm/dts/Icon/ItalicsIcon.d.ts +1 -0
  557. package/dist/esm/dts/Icon/KebabIcon.d.ts +1 -0
  558. package/dist/esm/dts/Icon/KioskIcon.d.ts +1 -0
  559. package/dist/esm/dts/Icon/KioskWhiteIcon.d.ts +1 -0
  560. package/dist/esm/dts/Icon/LaunchIcon.d.ts +1 -0
  561. package/dist/esm/dts/Icon/LaunchWhiteIcon.d.ts +1 -0
  562. package/dist/esm/dts/Icon/LeaderboardIcon.d.ts +1 -0
  563. package/dist/esm/dts/Icon/ListViewIcon.d.ts +1 -0
  564. package/dist/esm/dts/Icon/LiveIcon.d.ts +1 -0
  565. package/dist/esm/dts/Icon/LockIcon.d.ts +1 -0
  566. package/dist/esm/dts/Icon/LockWhiteIcon.d.ts +1 -0
  567. package/dist/esm/dts/Icon/LogOutIcon.d.ts +1 -0
  568. package/dist/esm/dts/Icon/MaximizeIcon.d.ts +1 -0
  569. package/dist/esm/dts/Icon/MeatballsIcon.d.ts +1 -0
  570. package/dist/esm/dts/Icon/MinimizeIcon.d.ts +1 -0
  571. package/dist/esm/dts/Icon/MinusIcon.d.ts +1 -0
  572. package/dist/esm/dts/Icon/NavigatorIcon.d.ts +1 -0
  573. package/dist/esm/dts/Icon/NotificationIcon.d.ts +1 -0
  574. package/dist/esm/dts/Icon/NumberedListIcon.d.ts +1 -0
  575. package/dist/esm/dts/Icon/NumberedListRtlIcon.d.ts +1 -0
  576. package/dist/esm/dts/Icon/OpenIcon.d.ts +1 -0
  577. package/dist/esm/dts/Icon/OpenWhiteIcon.d.ts +1 -0
  578. package/dist/esm/dts/Icon/OrganizationIcon.d.ts +1 -0
  579. package/dist/esm/dts/Icon/ParticipationIcon.d.ts +1 -0
  580. package/dist/esm/dts/Icon/ParticipationWhiteIcon.d.ts +1 -0
  581. package/dist/esm/dts/Icon/PauseIcon.d.ts +1 -0
  582. package/dist/esm/dts/Icon/PauseWhiteIcon.d.ts +1 -0
  583. package/dist/esm/dts/Icon/PercentageIcon.d.ts +1 -0
  584. package/dist/esm/dts/Icon/PermissionsIcon.d.ts +1 -0
  585. package/dist/esm/dts/Icon/PersonIcon.d.ts +1 -0
  586. package/dist/esm/dts/Icon/PhotoUploadIcon.d.ts +1 -0
  587. package/dist/esm/dts/Icon/PowerIcon.d.ts +1 -0
  588. package/dist/esm/dts/Icon/PrintIcon.d.ts +1 -0
  589. package/dist/esm/dts/Icon/PrintWhiteIcon.d.ts +1 -0
  590. package/dist/esm/dts/Icon/ProcessManagerIcon.d.ts +1 -0
  591. package/dist/esm/dts/Icon/PromotionIcon.d.ts +1 -0
  592. package/dist/esm/dts/Icon/PromotionWhiteIcon.d.ts +1 -0
  593. package/dist/esm/dts/Icon/QuestionIcon.d.ts +1 -0
  594. package/dist/esm/dts/Icon/QuestionWhiteIcon.d.ts +1 -0
  595. package/dist/esm/dts/Icon/QuestionsIcon.d.ts +1 -0
  596. package/dist/esm/dts/Icon/RedoIcon.d.ts +1 -0
  597. package/dist/esm/dts/Icon/RefreshIcon.d.ts +1 -0
  598. package/dist/esm/dts/Icon/RemoveLinkIcon.d.ts +1 -0
  599. package/dist/esm/dts/Icon/RepeatsIcon.d.ts +1 -0
  600. package/dist/esm/dts/Icon/ReportIcon.d.ts +1 -0
  601. package/dist/esm/dts/Icon/ReportSharingIcon.d.ts +1 -0
  602. package/dist/esm/dts/Icon/RestoreIcon.d.ts +1 -0
  603. package/dist/esm/dts/Icon/SaveIcon.d.ts +1 -0
  604. package/dist/esm/dts/Icon/SearchIcon.d.ts +1 -0
  605. package/dist/esm/dts/Icon/SearchWhiteIcon.d.ts +1 -0
  606. package/dist/esm/dts/Icon/SecurityTipIcon.d.ts +1 -0
  607. package/dist/esm/dts/Icon/SendIcon.d.ts +1 -0
  608. package/dist/esm/dts/Icon/SendRtlIcon.d.ts +1 -0
  609. package/dist/esm/dts/Icon/SettingsIcon.d.ts +1 -0
  610. package/dist/esm/dts/Icon/SettingsWhiteIcon.d.ts +1 -0
  611. package/dist/esm/dts/Icon/ShareIcon.d.ts +1 -0
  612. package/dist/esm/dts/Icon/SkipIcon.d.ts +1 -0
  613. package/dist/esm/dts/Icon/SkipWhiteIcon.d.ts +1 -0
  614. package/dist/esm/dts/Icon/SortAscendingIcon.d.ts +1 -0
  615. package/dist/esm/dts/Icon/SortDescendingIcon.d.ts +1 -0
  616. package/dist/esm/dts/Icon/SpinnerIcon.d.ts +1 -0
  617. package/dist/esm/dts/Icon/StarOffIcon.d.ts +1 -0
  618. package/dist/esm/dts/Icon/StarOnIcon.d.ts +1 -0
  619. package/dist/esm/dts/Icon/StartIcon.d.ts +1 -0
  620. package/dist/esm/dts/Icon/SubtractIcon.d.ts +1 -0
  621. package/dist/esm/dts/Icon/SubtractWhiteIcon.d.ts +1 -0
  622. package/dist/esm/dts/Icon/SuccessIcon.d.ts +1 -0
  623. package/dist/esm/dts/Icon/SuccessWhiteIcon.d.ts +1 -0
  624. package/dist/esm/dts/Icon/SupportIcon.d.ts +1 -0
  625. package/dist/esm/dts/Icon/SurveysIcon.d.ts +1 -0
  626. package/dist/esm/dts/Icon/SurveysWhiteIcon.d.ts +1 -0
  627. package/dist/esm/dts/Icon/SyncIcon.d.ts +1 -0
  628. package/dist/esm/dts/Icon/TagIcon.d.ts +1 -0
  629. package/dist/esm/dts/Icon/TasksIcon.d.ts +1 -0
  630. package/dist/esm/dts/Icon/TasksWhiteIcon.d.ts +1 -0
  631. package/dist/esm/dts/Icon/TemplateIcon.d.ts +1 -0
  632. package/dist/esm/dts/Icon/TemplateWhiteIcon.d.ts +1 -0
  633. package/dist/esm/dts/Icon/TextAnalyticsIcon.d.ts +1 -0
  634. package/dist/esm/dts/Icon/TextAnalyticsWhiteIcon.d.ts +1 -0
  635. package/dist/esm/dts/Icon/ThumbsDownIcon.d.ts +1 -0
  636. package/dist/esm/dts/Icon/ThumbsUpIcon.d.ts +1 -0
  637. package/dist/esm/dts/Icon/TimeIcon.d.ts +1 -0
  638. package/dist/esm/dts/Icon/TimeWhiteIcon.d.ts +1 -0
  639. package/dist/esm/dts/Icon/TranslationIcon.d.ts +1 -0
  640. package/dist/esm/dts/Icon/TrashIcon.d.ts +1 -0
  641. package/dist/esm/dts/Icon/UnattributedIcon.d.ts +1 -0
  642. package/dist/esm/dts/Icon/UnattributedWhiteIcon.d.ts +1 -0
  643. package/dist/esm/dts/Icon/UnderlineIcon.d.ts +1 -0
  644. package/dist/esm/dts/Icon/UndoIcon.d.ts +1 -0
  645. package/dist/esm/dts/Icon/UserAddIcon.d.ts +1 -0
  646. package/dist/esm/dts/Icon/UserDeleteIcon.d.ts +1 -0
  647. package/dist/esm/dts/Icon/UserExitIcon.d.ts +1 -0
  648. package/dist/esm/dts/Icon/UserIcon.d.ts +1 -0
  649. package/dist/esm/dts/Icon/UserSelectIcon.d.ts +1 -0
  650. package/dist/esm/dts/Icon/UserSettingsIcon.d.ts +1 -0
  651. package/dist/esm/dts/Icon/UserUpdateIcon.d.ts +1 -0
  652. package/dist/esm/dts/Icon/UsersIcon.d.ts +1 -0
  653. package/dist/esm/dts/Icon/VisibleIcon.d.ts +1 -0
  654. package/dist/esm/dts/Icon/WritingIcon.d.ts +1 -0
  655. package/dist/esm/dts/Icon/ZoomInIcon.d.ts +1 -0
  656. package/dist/esm/dts/Icon/ZoomOutIcon.d.ts +1 -0
  657. package/dist/esm/dts/Icon/bin/Template.d.ts +1 -0
  658. package/dist/esm/dts/Illustration/Scene/Scene.d.ts +200 -0
  659. package/dist/esm/dts/Illustration/Scene/index.d.ts +1 -0
  660. package/dist/esm/dts/Illustration/Spot/Spot.d.ts +1 -0
  661. package/dist/esm/dts/Illustration/index.d.ts +1 -0
  662. package/dist/esm/dts/Illustration/subcomponents/VideoPlayer/VideoPlayer.d.ts +30 -0
  663. package/dist/esm/dts/Illustration/subcomponents/VideoPlayer/index.d.ts +1 -0
  664. package/dist/esm/dts/Illustration/utils/canPlayWebm.d.ts +4 -0
  665. package/dist/esm/dts/Illustration/utils/usePausePlay.d.ts +7 -0
  666. package/dist/esm/dts/KaizenProvider/subcomponents/FontDefinitions/FontDefinitions.d.ts +1 -0
  667. package/dist/esm/dts/LikertScaleLegacy/LikertScaleLegacy.d.ts +1 -0
  668. package/dist/esm/dts/Menu/_docs/MenuContentExample.d.ts +1 -0
  669. package/dist/esm/dts/Notification/subcomponents/NotificationHeading/NotificationHeading.d.ts +1 -0
  670. package/dist/esm/dts/Notification/subcomponents/NotificationIcon/NotificationIcon.d.ts +1 -0
  671. package/dist/esm/dts/Pagination/subcomponents/DirectionalLink/DirectionalLink.d.ts +1 -0
  672. package/dist/esm/dts/Pagination/subcomponents/PaginationLink/PaginationLink.d.ts +1 -0
  673. package/dist/esm/dts/Pagination/subcomponents/TruncateIndicator/TruncateIndicator.d.ts +1 -0
  674. package/dist/esm/dts/Popover/utils/classMappers.d.ts +1 -0
  675. package/dist/esm/dts/SearchField/SearchField.d.ts +1 -0
  676. package/dist/esm/dts/Skirt/subcomponents/SkirtCard/SkirtCard.d.ts +1 -0
  677. package/dist/esm/dts/SplitButton/subcomponents/ActionButton/ActionButton.d.ts +1 -0
  678. package/dist/esm/dts/SplitButton/subcomponents/DropdownButton/DropdownButton.d.ts +1 -0
  679. package/dist/esm/dts/Tabs/Tabs.d.ts +29 -0
  680. package/dist/esm/dts/Tabs/index.d.ts +2 -0
  681. package/dist/esm/dts/Tabs/subcomponents/Tab.d.ts +21 -0
  682. package/dist/esm/dts/Tabs/subcomponents/TabList.d.ts +17 -0
  683. package/dist/esm/dts/Tabs/subcomponents/TabPanel.d.ts +9 -0
  684. package/dist/esm/dts/Tabs/subcomponents/TabPanels.d.ts +9 -0
  685. package/dist/esm/dts/Tabs/subcomponents/index.d.ts +5 -0
  686. package/dist/esm/dts/Tile/InformationTile/InformationTile.d.ts +1 -0
  687. package/dist/esm/dts/Tile/MultiActionTile/MultiActionTile.d.ts +1 -0
  688. package/dist/esm/dts/Tile/subcomponents/GenericTile/Action.d.ts +1 -0
  689. package/dist/esm/dts/TimeField/subcomponents/TimeSegment/TimeSegment.d.ts +1 -0
  690. package/dist/esm/dts/TitleBlockZen/TitleBlockZen.d.ts +1 -0
  691. package/dist/esm/dts/TitleBlockZen/subcomponents/MainActions.d.ts +1 -0
  692. package/dist/esm/dts/TitleBlockZen/subcomponents/MobileActions.d.ts +1 -0
  693. package/dist/esm/dts/TitleBlockZen/subcomponents/SecondaryActions.d.ts +1 -0
  694. package/dist/esm/dts/TitleBlockZen/subcomponents/TitleBlockMenuItem.d.ts +1 -0
  695. package/dist/esm/dts/ToggleSwitch/ToggleSwitch/ToggleSwitch.d.ts +15 -0
  696. package/dist/esm/dts/ToggleSwitch/ToggleSwitch/index.d.ts +1 -0
  697. package/dist/esm/dts/ToggleSwitch/ToggleSwitchField/ToggleSwitchField.d.ts +19 -0
  698. package/dist/esm/dts/ToggleSwitch/ToggleSwitchField/index.d.ts +1 -0
  699. package/dist/esm/dts/ToggleSwitch/index.d.ts +2 -0
  700. package/dist/esm/dts/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.d.ts +1 -0
  701. package/dist/esm/dts/Workflow/subcomponents/Header/Header.d.ts +1 -0
  702. package/dist/esm/dts/__future__/Select/subcomponents/ListBoxSection/ListBoxSection.d.ts +1 -0
  703. package/dist/esm/dts/__future__/Select/subcomponents/ListItem/ListItem.d.ts +1 -0
  704. package/dist/esm/dts/__future__/Select/subcomponents/ListItems/ListItems.d.ts +1 -0
  705. package/dist/esm/dts/__future__/Select/subcomponents/SectionDivider/SectionDivider.d.ts +1 -0
  706. package/dist/esm/dts/__future__/Tag/RemovableTag/RemovableTag.d.ts +1 -0
  707. package/dist/esm/dts/__future__/Tag/RemovableTag/subcomponents/RemoveTagIcon.d.ts +1 -0
  708. package/dist/esm/dts/__future__/Workflow/subcomponents/Footer/Footer.d.ts +1 -0
  709. package/dist/esm/dts/__future__/Workflow/subcomponents/Footer/components/ProgressStepper/ProgressStepper.d.ts +1 -0
  710. package/dist/esm/dts/__future__/Workflow/subcomponents/Header/Header.d.ts +1 -0
  711. package/dist/esm/dts/index.d.ts +2 -0
  712. package/dist/esm/index.css +9 -4
  713. package/dist/esm/index.mjs +8 -0
  714. package/dist/esm/index.mjs.map +1 -1
  715. package/dist/index.d.ts +344 -5
  716. package/dist/styles.css +1 -1
  717. package/locales/ar.json +12 -4
  718. package/locales/bg.json +12 -4
  719. package/locales/cs.json +12 -4
  720. package/locales/cy.json +13 -5
  721. package/locales/da.json +12 -4
  722. package/locales/de.json +12 -4
  723. package/locales/el.json +12 -4
  724. package/locales/en-GB.json +12 -4
  725. package/locales/en.json +13 -5
  726. package/locales/es-419.json +12 -4
  727. package/locales/es.json +13 -5
  728. package/locales/et.json +12 -4
  729. package/locales/fi.json +12 -4
  730. package/locales/fr-CA.json +12 -4
  731. package/locales/fr.json +12 -4
  732. package/locales/he.json +13 -5
  733. package/locales/hi.json +12 -4
  734. package/locales/ht.json +13 -5
  735. package/locales/hu.json +13 -5
  736. package/locales/id.json +12 -4
  737. package/locales/it.json +12 -4
  738. package/locales/ja.json +12 -4
  739. package/locales/km-KH.json +13 -5
  740. package/locales/ko.json +13 -5
  741. package/locales/lt.json +12 -4
  742. package/locales/lv.json +13 -5
  743. package/locales/mi.json +13 -5
  744. package/locales/ms.json +12 -4
  745. package/locales/nb.json +13 -5
  746. package/locales/nl.json +12 -4
  747. package/locales/pl.json +12 -4
  748. package/locales/pt-BR.json +12 -4
  749. package/locales/pt.json +12 -4
  750. package/locales/ro.json +12 -4
  751. package/locales/ru.json +12 -4
  752. package/locales/si-LK.json +13 -5
  753. package/locales/sk.json +13 -5
  754. package/locales/sr.json +13 -5
  755. package/locales/sv.json +12 -4
  756. package/locales/th.json +12 -4
  757. package/locales/tl.json +12 -4
  758. package/locales/tr.json +12 -4
  759. package/locales/uk.json +12 -4
  760. package/locales/vi.json +12 -4
  761. package/locales/zh-TW.json +12 -4
  762. package/locales/zh.json +12 -4
  763. package/package.json +4 -3
@@ -2,15 +2,15 @@
2
2
  .RemovableTag-module_removableTag__IwJHj{padding:var(--spacing-4,.25rem) var(--spacing-4,.25rem) var(--spacing-4,.25rem) var(--spacing-8,.5rem);padding-block:var(--spacing-4,.25rem);padding-inline:var(--spacing-8,.5rem) var(--spacing-4,.25rem)}
3
3
  .Tag-module_tag__Ef8Iu{align-items:center;border-radius:28px;display:inline-flex;font-family:var(--typography-paragraph-intro-lede-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-small-font-size,.875rem);font-weight:var(--typography-paragraph-small-font-weight,400);gap:var(--spacing-4,.25rem);line-height:var(--typography-paragraph-small-line-height,1.125rem);padding:var(--spacing-4,.25rem) var(--spacing-8,.5rem);white-space:nowrap}.Tag-module_iconContainer__tEPTW{display:inline-flex}.Tag-module_gray__4YmDZ{background-color:var(--color-gray-300,#eaeaec);color:var(--color-purple-800,#2f2438)}.Tag-module_blue__CjyTI{background-color:var(--color-blue-100,#e6f6ff);color:var(--color-blue-700,#003157)}.Tag-module_blue__CjyTI .Tag-module_iconContainer__tEPTW{color:var(--color-blue-500,#0168b3)}.Tag-module_green__uC0TU{background-color:var(--color-green-100,#e8f8f4);color:var(--color-green-700,#22594a)}.Tag-module_green__uC0TU .Tag-module_iconContainer__tEPTW{color:var(--color-green-500,#44a289)}.Tag-module_yellow__wEk5Z{background-color:var(--color-yellow-100,#fff9e4);color:var(--color-yellow-700,#876400)}.Tag-module_yellow__wEk5Z .Tag-module_iconContainer__tEPTW{color:var(--color-yellow-500,#ffb600)}.Tag-module_orange__V-KdG{background-color:var(--color-orange-100,#fff0e8);color:var(--color-orange-700,#903c00)}.Tag-module_orange__V-KdG .Tag-module_iconContainer__tEPTW{color:var(--color-orange-500,#e96c2f)}.Tag-module_red__cg1Rf{background-color:var(--color-red-100,#fdeaee);color:var(--color-red-700,#6c1e20)}.Tag-module_red__cg1Rf .Tag-module_iconContainer__tEPTW{color:var(--color-red-500,#c93b55)}.Tag-module_purple__OR2Jt{background-color:var(--color-purple-100,#f4edf8);color:var(--color-purple-700,#4a234d)}.Tag-module_purple__OR2Jt .Tag-module_iconContainer__tEPTW{color:var(--color-purple-500,#844587)}
4
4
  .Popover-module_popover__B7k5I{background:var(--color-white,#fff);border-radius:var(--border-solid-border-radius,7px);box-shadow:var(--shadow-large-box-shadow,0 8px 40px rgba(0,0,0,.08),0 3px 9px rgba(0,0,0,.1));box-sizing:border-box;overflow:auto}
5
- .Main-module_main__hMyB1{z-index:0}
6
- .Wrapper-module_wrapper__89WmC{background:var(--color-gray-100,#f9f9f9);display:grid;grid-template-rows:min-content 1fr min-content;min-height:100vh;position:relative}
7
5
  .RemoveButton-module_removeButton__9yzxJ{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;border-radius:50%;color:inherit;color:rgba(var(--color-purple-800-rgb,47,36,56),.7);display:inline;display:inline-flex;font:inherit;margin:0;padding:0;position:relative}.RemoveButton-module_removeButton__9yzxJ:focus,.RemoveButton-module_removeButton__9yzxJ:focus-visible{outline:none}.RemoveButton-module_removeButton__9yzxJ:focus-visible:after,.RemoveButton-module_removeButton__9yzxJ:focus:after{background:transparent;border-color:var(--color-blue-500,#0168b3);border-radius:50%;border-style:var(--border-focus-ring-border-style,solid);border-width:var(--border-focus-ring-border-width,2px);content:"";inset:-3px;position:absolute}.RemoveButton-module_removeButton__9yzxJ:before{border-radius:50%;content:"";inset:-5px;position:absolute}.RemoveButton-module_removeButton__9yzxJ:focus,.RemoveButton-module_removeButton__9yzxJ:focus-visible,.RemoveButton-module_removeButton__9yzxJ:hover{background-color:rgba(var(--color-gray-600-rgb,82,78,86),.2);color:var(--color-purple-800,#2f2438);cursor:pointer}
8
- .FooterRoot-module_footerRoot__N-6nQ{align-items:center;background:var(--color-blue-500,#0168b3);display:grid;flex-grow:1;gap:var(--spacing-16,1rem);grid-template-areas:"prev stepper next";grid-template-columns:1fr 2fr 1fr;justify-content:center;padding:var(--spacing-24,1.5rem) var(--spacing-12,.75rem)}@media (min-width:768px){.FooterRoot-module_footerRoot__N-6nQ{bottom:0;grid-template-columns:1fr 5fr 1fr;padding:var(--spacing-24,1.5rem) var(--spacing-32,2rem);position:sticky;z-index:1}}
6
+ .Wrapper-module_wrapper__89WmC{background:var(--color-gray-100,#f9f9f9);display:grid;grid-template-rows:min-content 1fr min-content;min-height:100vh;position:relative}
7
+ .Main-module_main__hMyB1{z-index:0}
9
8
  .FooterActions-module_footerAction__v7eL-{display:flex;flex-basis:auto;flex-grow:1}.FooterActions-module_footerActionPrevious__2XByZ{grid-area:"prev";justify-content:start}.FooterActions-module_footerActionNext__IKRta{grid-area:"next";justify-content:end}
10
- .Titles-module_titles__JYwU0{align-items:center;flex-grow:1;grid-area:titles;justify-content:center}.Titles-module_pageTitle__YDp9S,.Titles-module_titles__JYwU0{display:flex;flex-direction:column}.Titles-module_prefix__40x8n{margin-bottom:var(--spacing-4,.25rem)}.Titles-module_status__huuP7{margin-top:var(--spacing-8,.5rem)}
11
9
  .Actions-module_actions__Prrp0{align-items:center;display:flex;flex-direction:column;flex-grow:1;grid-area:actions;justify-content:center}@media (min-width:768px){.Actions-module_actions__Prrp0{align-items:flex-start;flex-direction:row;justify-content:flex-end;margin-top:calc(var(--spacing-12, .75rem)*-1)}}
10
+ .FooterRoot-module_footerRoot__N-6nQ{align-items:center;background:var(--color-blue-500,#0168b3);display:grid;flex-grow:1;gap:var(--spacing-16,1rem);grid-template-areas:"prev stepper next";grid-template-columns:1fr 2fr 1fr;justify-content:center;padding:var(--spacing-24,1.5rem) var(--spacing-12,.75rem)}@media (min-width:768px){.FooterRoot-module_footerRoot__N-6nQ{bottom:0;grid-template-columns:1fr 5fr 1fr;padding:var(--spacing-24,1.5rem) var(--spacing-32,2rem);position:sticky;z-index:1}}
12
11
  .Branding-module_branding__4h-rD{display:flex;flex-grow:1;grid-area:branding;justify-content:center;padding-top:var(--spacing-4,.25rem)}@media (min-width:768px){.Branding-module_branding__4h-rD{justify-content:unset}}.Branding-module_logo__vqqec{flex-basis:7.5rem}
13
12
  .ProgressStepper-module_stepsContainer__WMxXN{grid-area:stepper;width:100%}.ProgressStepper-module_stepList__b1wWX{align-items:flex-end;display:none;justify-content:center;list-style:none;margin:0;padding:0}@media (min-width:768px){.ProgressStepper-module_stepList__b1wWX{display:flex}}.ProgressStepper-module_step__-Ep19{container:step/inline-size;display:flex;flex-basis:100%;flex-grow:1;justify-content:center;max-width:var(--spacing-96,6rem);overflow-wrap:break-word;position:relative}.ProgressStepper-module_stepContent__B4uFS{align-items:center;display:flex;flex-direction:column}.ProgressStepper-module_stepIndicator__-qEWT{height:1.25rem;position:relative;width:1.25rem}.ProgressStepper-module_stepName__hS4lp{display:none;font-weight:var(--typography-paragraph-bold-font-weight,600);margin-bottom:var(--spacing-12,.75rem);text-align:center}.ProgressStepper-module_stepIcon__0Kh4y{color:var(--color-white,#fff);height:1.25rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.25rem}.ProgressStepper-module_stepDivider__KEZPU{border:var(--spacing-1,.0625rem) solid var(--color-white,#fff);border-radius:var(--border-solid-border-radius,7px);display:flex;flex-grow:1;height:0;left:100%;margin:0;min-width:calc(100% - var(--spacing-24, 1.5rem));position:absolute;top:calc(100% - .625rem);transform:translateX(-50%)}[dir=rtl] .ProgressStepper-module_stepDivider__KEZPU{left:unset;right:100%;transform:translateX(50%)}.ProgressStepper-module_stepperDescription__B00hX{display:flex;justify-content:center}@media (min-width:768px){.ProgressStepper-module_stepperDescription__B00hX{height:0;overflow:hidden;position:absolute;width:0}}@container step (min-width: 4.5rem){.ProgressStepper-module_stepName__hS4lp{display:inline}}
13
+ .Titles-module_titles__JYwU0{align-items:center;flex-grow:1;grid-area:titles;justify-content:center}.Titles-module_pageTitle__YDp9S,.Titles-module_titles__JYwU0{display:flex;flex-direction:column}.Titles-module_prefix__40x8n{margin-bottom:var(--spacing-4,.25rem)}.Titles-module_status__huuP7{margin-top:var(--spacing-8,.5rem)}
14
14
  .Root-module_root__7DVw5{align-items:center;background-color:var(--color-white,#fff);box-shadow:var(--shadow-small-box-shadow,0 3px 16px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.1));display:grid;flex-grow:1;gap:var(--spacing-16,1rem);grid-template:"branding" min-content "titles" max-content "actions" min-content/1fr;justify-content:center;padding:var(--spacing-24,1.5rem);text-align:center}@media (min-width:768px){.Root-module_root__7DVw5{align-items:start;grid-template:"branding titles actions" min-content/1fr max-content 1fr;position:sticky;top:0;z-index:1}}
15
15
  .SVG-module_icon__8J5Ev{display:inline-block;height:20px;width:20px}.SVG-module_icon__8J5Ev>use{pointer-events:none}@media screen and (-ms-high-contrast:active){.SVG-module_icon__8J5Ev{color:#000}}@media screen and (-ms-high-contrast:white-on-black){.SVG-module_icon__8J5Ev{color:#fff}}@media screen and (-ms-high-contrast:black-on-white){.SVG-module_icon__8J5Ev{color:#000}}.SVG-module_inheritSize__Q8iam{display:block;height:inherit;width:inherit}
16
16
  .Avatar-module_wrapper__LY2q2{align-items:center;background:var(--color-gray-300,#eaeaec);border-radius:100%;box-sizing:border-box;display:flex;justify-content:center;overflow:hidden}.Avatar-module_wrapper__LY2q2:not(.Avatar-module_small__PeksS){border:3px solid var(--color-white,#fff);box-shadow:var(--shadow-small-box-shadow,0 3px 16px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.1))}.Avatar-module_wrapper__LY2q2.Avatar-module_personal__2U7--{background:var(--color-orange-100,#fff0e8)}.Avatar-module_wrapper__LY2q2.Avatar-module_otherUser__b-drl{background:var(--color-gray-300,#eaeaec)}.Avatar-module_wrapper__LY2q2.Avatar-module_company__2qtJE{background:var(--color-white,#fff);border:0;border-radius:var(--border-solid-border-radius,7px);padding:6px}.Avatar-module_wrapper__LY2q2.Avatar-module_small__PeksS{height:1.25rem;width:1.25rem}.Avatar-module_wrapper__LY2q2.Avatar-module_small__PeksS .Avatar-module_initials__VDY2Q{margin-bottom:-1px}.Avatar-module_wrapper__LY2q2.Avatar-module_small__PeksS.Avatar-module_company__2qtJE{padding:0}.Avatar-module_wrapper__LY2q2.Avatar-module_medium__Vy3V8{height:3rem;width:3rem}.Avatar-module_wrapper__LY2q2.Avatar-module_medium__Vy3V8 .Avatar-module_initials__VDY2Q{margin-bottom:-1px}.Avatar-module_wrapper__LY2q2.Avatar-module_large__qiNWs{height:4.5rem;width:4.5rem}.Avatar-module_wrapper__LY2q2.Avatar-module_xlarge__Vx4IG{height:6rem;width:6rem}.Avatar-module_wrapper__LY2q2.Avatar-module_xxlarge__oOoGq{height:7.75rem;width:7.75rem}.Avatar-module_wrapper__LY2q2 .Avatar-module_initials__VDY2Q{speak-as:spell-out;border-bottom:none;text-decoration:none}.Avatar-module_avatarImage__FuULy{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.Avatar-module_loading__i9V-D .Avatar-module_avatarImage__FuULy{display:none}.Avatar-module_companyAvatarImage__7rlfG{border-radius:4px;box-sizing:border-box;-o-object-fit:contain;object-fit:contain}.Avatar-module_fallbackIcon__MPWxq{color:rgba(var(--color-purple-800-rgb,47,36,56),.7);width:28px}.Avatar-module_xxlarge__oOoGq .Avatar-module_fallbackIcon__MPWxq{width:75px}.Avatar-module_xlarge__Vx4IG .Avatar-module_fallbackIcon__MPWxq{width:60px}.Avatar-module_large__qiNWs .Avatar-module_fallbackIcon__MPWxq{width:35px}.Avatar-module_medium__Vy3V8 .Avatar-module_fallbackIcon__MPWxq{margin-bottom:-1px;width:25px}.Avatar-module_small__PeksS .Avatar-module_fallbackIcon__MPWxq{margin-bottom:-1px;width:10px}.Avatar-module_initials__VDY2Q{box-sizing:border-box;color:var(--color-purple-800,#2f2438);font-family:var(--typography-heading-1-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:22px;font-weight:var(--typography-heading-1-font-weight,700);letter-spacing:var(--typography-heading-3-letter-spacing,normal);padding-left:5px;padding-right:5px;text-align:center;width:100%}.Avatar-module_initials__VDY2Q:not(.Avatar-module_longName__31Yuf):before{content:"";display:block;margin-top:-.001em}.Avatar-module_xlarge__Vx4IG .Avatar-module_initials__VDY2Q,.Avatar-module_xxlarge__oOoGq .Avatar-module_initials__VDY2Q{font-size:34px;letter-spacing:var(--typography-heading-1-letter-spacing,normal)}.Avatar-module_medium__Vy3V8 .Avatar-module_initials__VDY2Q{font-size:16px}.Avatar-module_medium__Vy3V8 .Avatar-module_initials__VDY2Q,.Avatar-module_small__PeksS .Avatar-module_initials__VDY2Q{font-weight:var(--typography-heading-5-font-weight,600);letter-spacing:var(--typography-heading-5-letter-spacing,normal)}.Avatar-module_small__PeksS .Avatar-module_initials__VDY2Q{font-size:8px}
@@ -123,6 +123,9 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs{all:unset;-webkit-ap
123
123
  .DropdownButton-module_dropdownButton__PqQH6{border-end-end-radius:var(--border-solid-border-radius,7px);border-end-start-radius:0;border-inline-start-width:0;border-start-end-radius:var(--border-solid-border-radius,7px);border-start-start-radius:0;display:inline-flex;inset-inline-start:calc(var(--border-solid-border-width, 2px)*-1);margin-inline-start:var(--border-solid-border-width,2px);padding:var(--spacing-12,.75rem);position:relative}.DropdownButton-module_dropdownButton__PqQH6:active,.DropdownButton-module_dropdownButton__PqQH6:focus-visible,.DropdownButton-module_dropdownButton__PqQH6:hover{border-inline-start-width:var(--border-solid-border-width,2px);inset-inline-start:calc(var(--border-solid-border-width, 2px)*-1);margin-inline-start:unset}
124
124
  .SplitButton-module_splitButton__oNIKE{align-items:center;display:inline-flex}
125
125
  .Table-module_container__w-zFG{margin-bottom:var(--spacing-sm,.75rem);width:100%}.Table-module_headerRowCell__kW0YN{align-items:stretch;display:flex;justify-content:flex-start;padding:8px var(--spacing-md,1.5rem);position:relative;text-align:start}.Table-module_headerRowCellNoWrap__BSuzX .Table-module_headerRowCellLabel__5v6m8{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Table-module_headerRowCellAlignCenter__cobEI{justify-content:center;text-align:center}.Table-module_headerRowCellAlignEnd__dQOOQ{justify-content:flex-end;text-align:end}.Table-module_headerRowCellCheckbox__CdMiY{margin-inline-end:10px}.Table-module_headerRowCell__kW0YN .Table-module_headerRowCellTooltip__uzbpY{align-items:stretch;display:flex}.Table-module_headerRowCell__kW0YN.Table-module_headerRowCellNoWrap__BSuzX .Table-module_headerRowCellTooltip__uzbpY{overflow:hidden}.Table-module_headerRowCellButton__uikM7{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;color:var(--color-purple-800,#2f2438);display:block;font:inherit;margin:0;padding:0;text-decoration:none;transition:none}.Table-module_headerRowCellButton__uikM7:active,.Table-module_headerRowCellButton__uikM7:focus,.Table-module_headerRowCellButton__uikM7:hover{text-decoration:none}.Table-module_headerRowCellButton__uikM7.Table-module_headerRowCellButtonReversed__uk87N{color:var(--color-white,#fff)}.Table-module_headerRowCellButton__uikM7,.Table-module_headerRowCellNoButton__dqf1B{align-items:stretch;box-sizing:border-box;display:flex;width:100%}.Table-module_headerRowCellLabelAndIcons__OCCVi{align-items:center;display:flex;flex:1 1 100%;width:100%}.Table-module_headerRowCellTooltipIcon__X0ETJ{color:var(--color-blue-500,#0168b3);margin-inline-end:var(--spacing-xs,.375rem)}.Table-module_headerRowCellIcon__gB3zI{color:rgba(var(--color-purple-800-rgb,47,36,56),.7);height:20px}.Table-module_card__RGyjC,.Table-module_headerRowCellActive__wshmg .Table-module_headerRowCellIcon__gB3zI{color:var(--color-purple-800,#2f2438)}.Table-module_card__RGyjC{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background:var(--color-white,#fff);border:none;border:1px solid rgba(var(--color-purple-700-rgb,74,35,77),.1);box-shadow:0 4px 6px rgba(53,55,74,.04);display:block;font:inherit;margin:0;padding:0;text-decoration:none;transition:none;transition:box-shadow var(--animation-duration-rapid,.2s),border-color var(--animation-duration-rapid,.2s),margin var(--animation-duration-rapid,.2s),padding var(--animation-duration-rapid,.2s),width var(--animation-duration-rapid,.2s)}.Table-module_card__RGyjC:active,.Table-module_card__RGyjC:focus,.Table-module_card__RGyjC:hover{text-decoration:none}.Table-module_card__RGyjC.Table-module_headerRowCellButtonReversed__uk87N{color:var(--color-white,#fff)}.Table-module_card__RGyjC:not(:first-child){margin-top:-1px}.Table-module_card__RGyjC:last-child{border-bottom-left-radius:var(--border-solid-border-radius,7px);border-bottom-right-radius:var(--border-solid-border-radius,7px)}.Table-module_card__RGyjC:hover{will-change:box-shadow,border-color,margin,padding,width}.Table-module_card__RGyjC.Table-module_well__xQmO5{margin-top:var(--spacing-sm,.75rem)}.Table-module_card__RGyjC:first-child,[role=rowgroup]+.Table-module_card__RGyjC{border-top-left-radius:var(--border-solid-border-radius,7px);border-top-right-radius:var(--border-solid-border-radius,7px);box-shadow:var(--shadow-small-box-shadow,0 3px 16px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.1))}.Table-module_row__GYSl1{display:flex}.Table-module_well__xQmO5{background-color:var(--color-gray-300,#eaeaec);border-color:var(--border-borderless-border-color,transparent);border-radius:var(--border-solid-border-radius,7px);box-shadow:none;margin-bottom:var(--spacing-sm,.75rem)}.Table-module_popout__PeAVV{box-shadow:var(--shadow-large-box-shadow,0 8px 40px rgba(0,0,0,.08),0 3px 9px rgba(0,0,0,.1))}.Table-module_expanded__dasr3{margin-left:calc(var(--spacing-sm, .75rem)*-1);margin-right:calc(var(--spacing-sm, .75rem)*-1);padding-left:var(--spacing-sm,.75rem);padding-right:var(--spacing-sm,.75rem);position:relative;z-index:1}.Table-module_hasHoverState__u5n3E{cursor:pointer;text-align:left;width:100%}.Table-module_hasHoverState__u5n3E.Table-module_expanded__dasr3{width:calc(100% + var(--spacing-md, 1.5rem))}.Table-module_hasHoverState__u5n3E:focus,.Table-module_hasHoverState__u5n3E:hover{background-color:var(--color-gray-100,#f9f9f9)}.Table-module_rowCell__A5-2R{align-items:center;color:var(--color-purple-800,#2f2438);display:block;display:flex;min-height:60px;padding:0 var(--spacing-md,1.5rem);text-decoration:none}.Table-module_rowCell__A5-2R:active,.Table-module_rowCell__A5-2R:focus,.Table-module_rowCell__A5-2R:hover{text-decoration:none}.Table-module_rowCell__A5-2R.Table-module_headerRowCellButtonReversed__uk87N{color:var(--color-white,#fff)}.Table-module_defaultSpacing__zq1Ci .Table-module_rowCell__A5-2R{padding:var(--spacing-sm,.75rem) var(--spacing-md,1.5rem)}.Table-module_dataVariant__vBOag .Table-module_rowCell__A5-2R{min-height:48px}.Table-module_rowCellAlignCenter__apkoC{justify-content:center;text-align:center}.Table-module_rowCellAlignEnd__qZfa1{justify-content:flex-end;text-align:right}.Table-module_whiteText__4f-q5{color:var(--color-white,#fff)}
126
+ .Tab-module_tab__Rar3J{align-items:center;background:var(--color-white,#fff);border:0;border-left:2px solid transparent;border-right:2px solid transparent;border-top:2px solid transparent;border-top-left-radius:var(--border-borderless-border-radius,7px);border-top-right-radius:var(--border-borderless-border-radius,7px);color:var(--color-purple-800,#2f2438);display:inline-flex;font-family:var(--typography-heading-4-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-heading-4-font-size,1.125rem);font-weight:var(--typography-heading-4-font-weight,600);letter-spacing:var(--typography-heading-4-letter-spacing,normal);line-height:var(--typography-heading-4-line-height,1.5rem);margin:0;padding:var(--spacing-md,1.5rem) var(--spacing-md,1.5rem);text-decoration:none;white-space:nowrap}.Tab-module_tab__Rar3J:focus{outline:none}.Tab-module_tab__Rar3J:focus-visible{background:var(--color-blue-100,#e6f6ff);border-color:var(--color-blue-500,#0168b3);color:var(--color-blue-500,#0168b3)}.Tab-module_tab__Rar3J:disabled{opacity:30%}.Tab-module_tab__Rar3J:not(:first-child){margin-inline-start:var(--spacing-xs,.375rem)}.Tab-module_tab__Rar3J:not(:disabled):hover{background:var(--color-blue-100,#e6f6ff);color:var(--color-blue-500,#0168b3)}.Tab-module_tab__Rar3J[data-selected]{color:var(--color-blue-500,#0168b3);position:relative}.Tab-module_tab__Rar3J[data-selected]:before{background-color:currentcolor;border-top-left-radius:5px;border-top-right-radius:5px;bottom:0;content:"";display:block;height:5px;left:0;position:absolute;right:0;width:100%}.Tab-module_badge__4p2nd{align-items:center;display:inline-flex;margin-inline-start:var(--spacing-sm,.75rem)}@media (forced-colors:active){.Tab-module_tab__Rar3J{border:2px solid transparent}.Tab-module_tab__Rar3J:focus-visible:after{background:transparent;border-color:transparent;border-radius:var(--border-focus-ring-border-radius,10px);border-style:var(--border-focus-ring-border-style,solid);border-width:var(--border-focus-ring-border-width,2px);content:"";inset:calc(var(--border-focus-ring-border-width, 2px)*2*-1 + -1px);position:absolute}.Tab-module_tab__Rar3J.Tab-module_selected__MApD6:before{border-bottom:2px solid transparent;bottom:0;content:"";left:0;position:absolute;right:0}}
127
+ .TabList-module_tabList__A8Y9H{border-bottom:1px solid rgba(var(--color-gray-600-rgb,82,78,86),.1);padding:var(--spacing-xs,.375rem) var(--spacing-md,1.5rem) 0}.TabList-module_tabList__A8Y9H.TabList-module_noPadding__v073J{padding:0}
128
+ .TabPanel-module_tabPanel__I7hEK{border:2px solid transparent}.TabPanel-module_tabPanel__I7hEK:focus{outline:none}.TabPanel-module_tabPanel__I7hEK:focus-visible{border-color:var(--color-blue-500,#0168b3);border-radius:var(--border-focus-ring-border-radius,10px)}
126
129
  .TextField-module_input__CEokl{margin-top:var(--spacing-6,.375rem)}.TextField-module_success__pMLcV{animation-duration:var(--animation-duration-slow,.4s);animation-fill-mode:forwards;animation-name:TextField-module_fade-0-to-1__Ac-99;color:var(--color-green-500,#44a289)}.TextField-module_withReversed__agi-Q .TextField-module_success__pMLcV{color:var(--color-green-400,#5dcbad)}.TextField-module_success__pMLcV.TextField-module_disabled__gS8tk{color:rgba(var(--color-green-500-rgb,68,162,137),.3)}.TextField-module_withReversed__agi-Q .TextField-module_success__pMLcV.TextField-module_disabled__gS8tk{color:rgba(var(--color-green-400-rgb,93,203,173),.3)}.TextField-module_error__7S-f2{animation-duration:var(--animation-duration-slow,.4s);animation-fill-mode:forwards;animation-name:TextField-module_fade-0-to-1__Ac-99;color:var(--color-red-100,#fdeaee)}.TextField-module_withReversed__agi-Q .TextField-module_error__7S-f2{color:var(--color-purple-700,#4a234d)}.TextField-module_caution__3gzHk{animation-duration:var(--animation-duration-slow,.4s);animation-fill-mode:forwards;animation-name:TextField-module_fade-0-to-1__Ac-99;color:var(--color-yellow-200,#ffeeb3)}.TextField-module_withReversed__agi-Q .TextField-module_caution__3gzHk{color:var(--color-purple-700,#4a234d)}@keyframes TextField-module_fade-0-to-1__Ac-99{0%{opacity:0}to{opacity:1}}.TextField-module_message__bQOgK.TextField-module_disabled__gS8tk{opacity:.3}
127
130
  .TextArea-module_wrapper__ytS6M{position:relative}.TextArea-module_textarea__GeHn4{border:var(--border-solid-border-width,2px) var(--border-solid-border-style,solid) var(--color-gray-500,#8c8c97);border-radius:var(--border-solid-border-radius,7px);box-sizing:border-box;color:var(--color-purple-800-rgb,47,36,56);display:block;font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-body-font-size,1rem);font-weight:var(--typography-paragraph-body-font-weight,400);letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:var(--typography-paragraph-body-line-height,1.5rem);outline:0;padding:var(--spacing-sm,.75rem);position:static;resize:vertical;width:100%}.TextArea-module_textarea__GeHn4::-webkit-input-placeholder{color:rgba(var(--color-purple-800-rgb,47,36,56),.7);font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-body-font-size,1rem);font-weight:var(--typography-paragraph-body-font-weight,400);letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:var(--typography-paragraph-body-line-height,1.5rem);line-height:1.5;position:static}.TextArea-module_textarea__GeHn4:-moz-placeholder,.TextArea-module_textarea__GeHn4::-moz-placeholder{color:rgba(var(--color-purple-800-rgb,47,36,56),.7);font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-body-font-size,1rem);font-weight:var(--typography-paragraph-body-font-weight,400);letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:2.9rem;line-height:1.5;position:static}.TextArea-module_textarea__GeHn4:-ms-input-placeholder{color:rgba(var(--color-purple-800-rgb,47,36,56),.7);font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-body-font-size,1rem);font-weight:var(--typography-paragraph-body-font-weight,400);letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:2.9rem;line-height:1.5;position:static}.TextArea-module_textarea__GeHn4:disabled{resize:none}.TextArea-module_textarea__GeHn4:focus+.TextArea-module_focusRing__kECqH{background:transparent;border-color:transparent;border-radius:var(--border-focus-ring-border-radius,10px);border-style:var(--border-focus-ring-border-style,solid);border-width:var(--border-focus-ring-border-width,2px);inset:-3px;pointer-events:none;position:absolute}.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR:focus:not([disabled]),.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR:hover:focus:not([disabled]),.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR:hover:not([disabled]){background-color:var(--color-gray-200,#f4f4f5);border-color:var(--color-gray-600,#524e56)}.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR:focus+.TextArea-module_focusRing__kECqH{border-color:var(--color-blue-500,#0168b3)}.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR:not(.TextArea-module_error__XOQRm,.TextArea-module_caution__9BGd0):disabled{border-color:rgba(var(--color-gray-500-rgb,140,140,151),.3)}.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_error__XOQRm,.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_error__XOQRm:focus:not([disabled]),.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_error__XOQRm:hover:focus:not([disabled]),.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_error__XOQRm:hover:not([disabled]){border-color:var(--color-red-500,#c93b55)}.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_caution__9BGd0,.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_caution__9BGd0:focus:not([disabled]),.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_caution__9BGd0:hover:focus:not([disabled]),.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_caution__9BGd0:hover:not([disabled]){border-color:var(--color-yellow-600,#c68600)}.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_disabled__N09tP{background-color:var(--color-white,#fff);border-color:rgba(var(--color-gray-500-rgb,140,140,151),.3);color:rgba(var(--color-purple-800-rgb,47,36,56),.3)}.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_disabled__N09tP::-webkit-input-placeholder{font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-body-font-size,1rem);font-weight:var(--typography-paragraph-body-font-weight,400);letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:var(--typography-paragraph-body-line-height,1.5rem);opacity:.3;position:static}.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_disabled__N09tP:-moz-placeholder,.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_disabled__N09tP::-moz-placeholder{font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-body-font-size,1rem);font-weight:var(--typography-paragraph-body-font-weight,400);letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:2.9rem;opacity:.3;position:static}.TextArea-module_textarea__GeHn4.TextArea-module_default__Z8jvR.TextArea-module_disabled__N09tP:-ms-input-placeholder{font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-body-font-size,1rem);font-weight:var(--typography-paragraph-body-font-weight,400);letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:2.9rem;opacity:.3;position:static}.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq{background:transparent;border-color:rgba(var(--color-white-rgb,255,255,255),.65);color:var(--color-white,#fff)}.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq:focus:not([disabled]),.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq:hover:focus:not([disabled]),.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq:hover:not([disabled]){background:rgba(var(--color-white-rgb,255,255,255),.1);border-color:var(--color-white,#fff)}.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq::-webkit-input-placeholder{color:var(--color-white,#fff);font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-body-font-size,1rem);font-weight:var(--typography-paragraph-body-font-weight,400);letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:var(--typography-paragraph-body-line-height,1.5rem);line-height:1.5;position:static}.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq:-moz-placeholder,.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq::-moz-placeholder{color:var(--color-white,#fff);font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-body-font-size,1rem);font-weight:var(--typography-paragraph-body-font-weight,400);letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:2.9rem;line-height:1.5;position:static}.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq:-ms-input-placeholder{color:var(--color-white,#fff);font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-body-font-size,1rem);font-weight:var(--typography-paragraph-body-font-weight,400);letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:2.9rem;line-height:1.5;position:static}.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq:focus+.TextArea-module_focusRing__kECqH{border-color:var(--color-blue-300,#73c0e8)}.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq.TextArea-module_error__XOQRm,.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq.TextArea-module_error__XOQRm:focus:not([disabled]),.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq.TextArea-module_error__XOQRm:hover:focus:not([disabled]),.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq.TextArea-module_error__XOQRm:hover:not([disabled]){border-color:var(--color-red-300,#f597a8)}.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq.TextArea-module_caution__9BGd0,.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq.TextArea-module_caution__9BGd0:focus:not([disabled]),.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq.TextArea-module_caution__9BGd0:hover:focus:not([disabled]),.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq.TextArea-module_caution__9BGd0:hover:not([disabled]){border-color:var(--color-yellow-400,#ffca4d)}.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq.TextArea-module_disabled__N09tP{background:transparent;border-color:rgba(var(--color-white-rgb,255,255,255),.3);color:rgba(var(--color-white-rgb,255,255,255),.3)}.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq.TextArea-module_disabled__N09tP::-webkit-input-placeholder{font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-body-font-size,1rem);font-weight:var(--typography-paragraph-body-font-weight,400);letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:var(--typography-paragraph-body-line-height,1.5rem);opacity:.3;position:static}.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq.TextArea-module_disabled__N09tP:-moz-placeholder,.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq.TextArea-module_disabled__N09tP::-moz-placeholder{font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-body-font-size,1rem);font-weight:var(--typography-paragraph-body-font-weight,400);letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:2.9rem;opacity:.3;position:static}.TextArea-module_textarea__GeHn4.TextArea-module_reversed__-SoNq.TextArea-module_disabled__N09tP:-ms-input-placeholder{font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-body-font-size,1rem);font-weight:var(--typography-paragraph-body-font-weight,400);letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:2.9rem;opacity:.3;position:static}
128
131
  .TextAreaField-module_message__hlao7.TextAreaField-module_disabled__twCef{opacity:.3}.TextAreaField-module_textareaLabel__sOTRj{margin-bottom:var(--spacing-xs,.375rem)}.TextAreaField-module_textareaLabelProminent__xqcY4{margin-bottom:0}
@@ -131,6 +134,8 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs{all:unset;-webkit-ap
131
134
  .TileGrid-module_grid__1WCNc{grid-gap:var(--spacing-md,1.5rem);display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr))}@media (max-width:767px){.TileGrid-module_grid__1WCNc{grid-template-columns:repeat(2,minmax(226px,370px))}.TileGrid-module_grid__1WCNc>*{width:100%}}@media (max-width:480px){.TileGrid-module_grid__1WCNc{grid-template-columns:repeat(1,100%)}}
132
135
  .TimeSegment-module_timeSegmentWrapper__WYD6y{white-space:nowrap}.TimeSegment-module_timeSegment__eXb0c{background-color:var(--color-gray-300,#eaeaec);border-radius:3px;color:var(--color-purple-800,#2f2438);display:block;padding:0 4px;text-align:end}.TimeSegment-module_timeSegment__eXb0c:hover{background-color:var(--color-white,#fff)}.TimeSegment-module_timeSegment__eXb0c:focus-visible{background:var(--color-blue-500,#0168b3);color:#fff;outline:none}.TimeSegment-module_placeholder__j1-gK{color:rgba(var(--color-purple-800-rgb,47,36,56),.7)}.TimeSegment-module_literal__mOkqz,.TimeSegment-module_literal__mOkqz:hover{background:none}.TimeSegment-module_dayPeriod__fzT5I{margin-right:4px}
133
136
  .TimeField-module_wrapper__YuSI3{align-items:flex-start;color:var(--color-purple-800,#2f2438);display:flex;flex-direction:column;font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-paragraph-body-font-size,1rem);font-weight:var(--typography-paragraph-body-font-weight,400);letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:var(--typography-paragraph-body-line-height,1.5rem);position:relative}.TimeField-module_heading__5EOZf{margin-bottom:var(--spacing-6,.375rem)}.TimeField-module_input__Hxjcu{align-items:center;background-clip:padding-box;background-color:var(--color-white,#fff);border:var(--border-solid-border-width,2px) var(--border-solid-border-style,solid) var(--color-gray-500,#8c8c97);border-radius:var(--border-solid-border-radius,7px);box-sizing:border-box;display:inline-flex;font-size:var(--typography-paragraph-body-font-size,1rem);height:48px;line-height:var(--typography-paragraph-body-line-height,1.5rem);padding:0 var(--spacing-sm,.75rem);width:100%}.TimeField-module_input__Hxjcu:focus-within,.TimeField-module_input__Hxjcu:hover{background-color:var(--color-gray-200,#f4f4f5);border-color:var(--color-gray-600,#524e56)}.TimeField-module_input__Hxjcu:focus-within .TimeField-module_focusRing__7hgWG{background:transparent;border-color:var(--color-blue-500,#0168b3);border-radius:var(--border-focus-ring-border-radius,10px);border-style:var(--border-focus-ring-border-style,solid);border-width:var(--border-focus-ring-border-width,2px);inset:-3px;pointer-events:none;position:absolute}.TimeField-module_isDisabled__rpEc8{background-color:transparent;border-color:var(--color-gray-500,#8c8c97);opacity:30%;pointer-events:none}.TimeField-module_error__tK2QY{border:var(--border-solid-border-width,2px) var(--border-solid-border-style,solid) var(--color-red-500,#c93b55)}
137
+ .ToggleSwitch-module_checkbox__ezWz3{opacity:0;position:absolute}.ideal-sans .ToggleSwitch-module_checkbox__ezWz3{position:absolute}.ToggleSwitch-module_track__fcDMP{align-items:center;background-color:var(--color-gray-500,#8c8c97);border:var(--border-borderless-border-width,2px) var(--border-borderless-border-style,solid) var(--border-borderless-border-color,transparent);border-radius:var(--spacing-md,1.5rem);box-sizing:content-box;display:flex;height:calc(var(--spacing-md, 1.5rem)*1.25);padding:0 calc(var(--spacing-md, 1.5rem)*.15);position:relative;transition:background-color var(--animation-duration-immediate,.1s) var(--animation-easing-function-linear,linear);width:calc(var(--spacing-md, 1.5rem)*1.05*2)}.ToggleSwitch-module_checkbox__ezWz3:focus+.ToggleSwitch-module_track__fcDMP,.ToggleSwitch-module_checkbox__ezWz3:hover:focus+.ToggleSwitch-module_track__fcDMP{background-color:var(--color-gray-600,#524e56);border-color:transparent;outline:2px solid var(--color-blue-500,#0168b3);outline-offset:1px}.ToggleSwitch-module_checkbox__ezWz3+.ToggleSwitch-module_track__fcDMP:hover,label:hover .ToggleSwitch-module_checkbox__ezWz3+.ToggleSwitch-module_track__fcDMP{background-color:var(--color-purple-500,#844587);background-color:var(--color-gray-600,#524e56)}.ToggleSwitch-module_thumb__8PULV{align-items:center;background-color:var(--color-white,#fff);border:var(--border-borderless-border-width,2px) var(--border-borderless-border-style,solid) var(--border-borderless-border-color,transparent);border-radius:var(--spacing-md,1.5rem);box-sizing:content-box;display:flex;height:calc(var(--spacing-md, 1.5rem)*.9);justify-content:center;transition:left var(--animation-duration-immediate,.1s) var(--animation-easing-function-linear,linear),right var(--animation-duration-immediate,.1s) var(--animation-easing-function-linear,linear);width:calc(var(--spacing-md, 1.5rem)*.9)}.ToggleSwitch-module_checkIcon__8iitB{color:var(--color-green-500,#44a289);opacity:0;transition-duration:var(--animation-duration-rapid,.2s)}.ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3+.ToggleSwitch-module_track__fcDMP{background-color:var(--color-green-500,#44a289);border-color:var(--border-borderless-border-color,transparent)}.ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3:focus+.ToggleSwitch-module_track__fcDMP{background-color:var(--color-green-500,#44a289);border-color:transparent}.ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_thumb__8PULV{left:calc(var(--spacing-md, 1.5rem)*1.1);position:relative;right:auto}.ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_thumb__8PULV[dir=rtl],[dir=rtl] .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_thumb__8PULV{left:auto;right:calc(var(--spacing-md, 1.5rem)*1.1)}.ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkIcon__8iitB{opacity:100%;transition-delay:var(--animation-duration-immediate,.1s);transition-duration:var(--animation-duration-fast,.3s)}.ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3+.ToggleSwitch-module_track__fcDMP:hover,label:hover .ToggleSwitch-module_on__CQpkh .ToggleSwitch-module_checkbox__ezWz3+.ToggleSwitch-module_track__fcDMP{background-color:var(--color-green-600,#2c7d67)}.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_thumb__8PULV{left:calc(var(--spacing-md, 1.5rem)*-.05);position:relative;right:auto}.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_thumb__8PULV[dir=rtl],[dir=rtl] .ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_thumb__8PULV{left:auto;right:calc(var(--spacing-md, 1.5rem)*-.05)}.ToggleSwitch-module_reversed__Q3-iM .ToggleSwitch-module_checkbox__ezWz3:focus+.ToggleSwitch-module_track__fcDMP,.ToggleSwitch-module_reversed__Q3-iM .ToggleSwitch-module_checkbox__ezWz3:hover:focus+.ToggleSwitch-module_track__fcDMP{outline-color:var(--color-blue-300,#73c0e8)}.ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_track__fcDMP{background-color:rgba(var(--color-white-rgb,255,255,255),.2)}.ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3+.ToggleSwitch-module_track__fcDMP:hover,.ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3:focus+.ToggleSwitch-module_track__fcDMP,.ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3:hover:focus+.ToggleSwitch-module_track__fcDMP,label:hover .ToggleSwitch-module_reversed__Q3-iM.ToggleSwitch-module_off__OhSEP .ToggleSwitch-module_checkbox__ezWz3+.ToggleSwitch-module_track__fcDMP{background-color:rgba(var(--color-white-rgb,255,255,255),.65)}
138
+ .ToggleSwitchField-module_container__e7TXD{display:flex}.ToggleSwitchField-module_fullWidth__ybDf- .ToggleSwitchField-module_inner__9-O0m{width:100%}.ToggleSwitchField-module_on__HQOkN label{font-weight:var(--typography-paragraph-bold-font-weight,600)}
134
139
  .Tooltip-module_tooltip__NMZ65{pointer-events:none;position:relative;z-index:1070}.Tooltip-module_tooltipContent__7vVkT{border-radius:var(--border-solid-border-radius,7px);box-shadow:var(--shadow-small-box-shadow,0 3px 16px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.1));color:var(--color-purple-800,#2f2438);font-family:var(--typography-paragraph-body-font-family,"Inter","Noto Sans",Helvetica,Arial,sans-serif);font-size:var(--typography-heading-6-font-size,.875rem);font-weight:var(--typography-paragraph-body-font-weight,400);letter-spacing:var(--typography-paragraph-body-letter-spacing,normal);line-height:var(--typography-paragraph-small-line-height,1.125rem);max-width:400px;padding:.4375rem .5313rem;text-align:center;transition:opacity var(--animation-duration-fast,.3s),transform var(--animation-duration-fast,.3s)}.Tooltip-module_tooltipContent__7vVkT.Tooltip-module_default__lCIk7{background-color:var(--color-white,#fff);border:var(--border-solid-border-width,2px) var(--border-solid-border-style,solid) var(--color-gray-300,#eaeaec)}.Tooltip-module_tooltipContent__7vVkT.Tooltip-module_informative__cgZuq{background-color:var(--color-blue-100,#e6f6ff);border:var(--border-solid-border-width,2px) var(--border-solid-border-style,solid) var(--color-blue-300,#73c0e8)}.Tooltip-module_tooltipContent__7vVkT.Tooltip-module_positive__xe7nM{background-color:var(--color-green-100,#e8f8f4);border:var(--border-solid-border-width,2px) var(--border-solid-border-style,solid) var(--color-green-300,#8fdbc7)}.Tooltip-module_tooltipContent__7vVkT.Tooltip-module_cautionary__xoU2V{background-color:var(--color-yellow-100,#fff9e4);border:var(--border-solid-border-width,2px) var(--border-solid-border-style,solid) var(--color-yellow-300,#ffe36e)}.Tooltip-module_tooltipContent__7vVkT.Tooltip-module_highlight__bmY0r{background-color:var(--color-purple-100,#f4edf8);border:var(--border-solid-border-width,2px) var(--border-solid-border-style,solid) var(--color-purple-300,#c9a5dd)}.Tooltip-module_arrow__fL2PX{position:absolute;z-index:1}[data-popper-placement^=top] .Tooltip-module_arrow__fL2PX{bottom:0}[data-popper-placement^=bottom] .Tooltip-module_arrow__fL2PX{top:0}[data-popper-placement^=bottom] .Tooltip-module_arrow__fL2PX .Tooltip-module_arrowInner__knDLR{transform:rotate(180deg)}[data-popper-placement^=left] .Tooltip-module_arrow__fL2PX{right:0}[data-popper-placement^=left] .Tooltip-module_arrow__fL2PX .Tooltip-module_arrowInner__knDLR{transform:rotate(270deg)}[data-popper-placement^=right] .Tooltip-module_arrow__fL2PX{left:0}[data-popper-placement^=right] .Tooltip-module_arrow__fL2PX .Tooltip-module_arrowInner__knDLR{transform:rotate(90deg)}.Tooltip-module_arrowMain__KidE0:after,.Tooltip-module_arrowMain__KidE0:before{border-left:7px solid transparent;border-right:7px solid transparent;content:"";left:50%;margin-left:-7px;position:absolute}.Tooltip-module_arrowMain__KidE0.Tooltip-module_default__lCIk7:before{border-top:7px solid var(--color-gray-300,#eaeaec)}.Tooltip-module_arrowMain__KidE0.Tooltip-module_informative__cgZuq:before{border-top:7px solid var(--color-blue-300,#73c0e8)}.Tooltip-module_arrowMain__KidE0.Tooltip-module_positive__xe7nM:before{border-top:7px solid var(--color-green-300,#8fdbc7)}.Tooltip-module_arrowMain__KidE0.Tooltip-module_highlight__bmY0r:before{border-top:7px solid var(--color-purple-300,#c9a5dd)}.Tooltip-module_arrowMain__KidE0.Tooltip-module_cautionary__xoU2V:before{border-top:7px solid var(--color-yellow-300,#ffe36e)}.Tooltip-module_arrowMain__KidE0:after{margin-top:-3px}.Tooltip-module_arrowMain__KidE0.Tooltip-module_default__lCIk7:after{border-top:7px solid #fff}.Tooltip-module_arrowMain__KidE0.Tooltip-module_informative__cgZuq:after{border-top:7px solid var(--color-blue-100,#e6f6ff)}.Tooltip-module_arrowMain__KidE0.Tooltip-module_positive__xe7nM:after{border-top:7px solid var(--color-green-100,#e8f8f4)}.Tooltip-module_arrowMain__KidE0.Tooltip-module_highlight__bmY0r:after{border-top:7px solid var(--color-purple-100,#f4edf8)}.Tooltip-module_arrowMain__KidE0.Tooltip-module_cautionary__xoU2V:after{border-top:7px solid var(--color-yellow-100,#fff9e4)}.Tooltip-module_arrowShadow__Se33a:before{border-top:0 solid var(--color-gray-300,#eaeaec)}.Tooltip-module_arrowShadow__Se33a:after{border-top:7px solid rgba(var(--color-purple-800-rgb,47,36,56),.09);filter:blur(4px);margin-top:1px}.Tooltip-module_displayInline__HkfUK{display:inline}.Tooltip-module_displayBlock__WswRy{display:block}.Tooltip-module_displayInlineBlock__d6X3l{display:inline-block}.Tooltip-module_displayFlex__DZdVc{display:flex}.Tooltip-module_displayInlineFlex__quEIM{display:inline-flex}
135
140
  .FooterRoot-module_footerRoot__bvMSa{align-items:center;background:var(--color-blue-500,#0168b3);display:grid;flex-grow:1;gap:var(--spacing-16,1rem);grid-template-areas:"prev stepper next";grid-template-columns:1fr 2fr 1fr;justify-content:center;padding:var(--spacing-24,1.5rem) var(--spacing-12,.75rem)}@media (min-width:768px){.FooterRoot-module_footerRoot__bvMSa{bottom:0;grid-template-columns:1fr 5fr 1fr;padding:var(--spacing-24,1.5rem) var(--spacing-32,2rem);position:sticky;z-index:1}}
136
141
  .ProgressStepper-module_stepsContainer__kh4S2{grid-area:stepper;width:100%}.ProgressStepper-module_stepList__ToKVO{align-items:flex-end;display:none;justify-content:center;list-style:none;margin:0;padding:0}@media (min-width:768px){.ProgressStepper-module_stepList__ToKVO{display:flex}}.ProgressStepper-module_step__5Zakx{container:step/inline-size;display:flex;flex-basis:100%;flex-grow:1;justify-content:center;max-width:var(--spacing-96,6rem);overflow-wrap:break-word;position:relative}.ProgressStepper-module_stepContent__brp8m{align-items:center;display:flex;flex-direction:column}.ProgressStepper-module_stepIndicator__vAWW6{height:1.25rem;position:relative;width:1.25rem}.ProgressStepper-module_stepName__21rPP{display:none;font-weight:var(--typography-paragraph-bold-font-weight,600);margin-bottom:var(--spacing-12,.75rem);text-align:center}.ProgressStepper-module_stepIcon__eW-Ps{color:var(--color-white,#fff);height:1.25rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.25rem}.ProgressStepper-module_stepDivider__SaO4y{border:var(--spacing-1,.0625rem) solid var(--color-white,#fff);border-radius:var(--border-solid-border-radius,7px);display:flex;flex-grow:1;height:0;left:100%;margin:0;min-width:calc(100% - var(--spacing-24, 1.5rem));position:absolute;top:calc(100% - .625rem);transform:translateX(-50%)}[dir=rtl] .ProgressStepper-module_stepDivider__SaO4y{left:unset;right:100%;transform:translateX(50%)}.ProgressStepper-module_stepperDescription__XT8Ra{display:flex;justify-content:center}@media (min-width:768px){.ProgressStepper-module_stepperDescription__XT8Ra{height:0;overflow:hidden;position:absolute;width:0}}@container step (min-width: 4.5rem){.ProgressStepper-module_stepName__21rPP{display:inline}}
@@ -46,7 +46,19 @@ var useErrorMessages = function (code) {
46
46
  }),
47
47
  message: formatMessage({
48
48
  id: "kzErrorPage.404.message",
49
- defaultMessage: "Sorry but we can't fing the page you're looking for. Go back and try again, or head to Home",
49
+ defaultMessage: "Sorry but we can't find the page you're looking for. Go back and try again, or head to Home",
50
+ description: "Call to action instructions for the user"
51
+ })
52
+ },
53
+ 413: {
54
+ title: formatMessage({
55
+ id: "kzErrorPage.413.title",
56
+ defaultMessage: "Something's gone wrong on our side",
57
+ description: "Main title of page"
58
+ }),
59
+ message: formatMessage({
60
+ id: "kzErrorPage.413",
61
+ defaultMessage: "Sorry there's an issue with our system and this page can't be displayed. Go back and try again, or head to Home",
50
62
  description: "Call to action instructions for the user"
51
63
  })
52
64
  },
@@ -1 +1 @@
1
- {"version":3,"file":"useErrorMessages.mjs","sources":["../../../../src/ErrorPage/hooks/useErrorMessages.ts"],"sourcesContent":["import { useIntl } from \"@cultureamp/i18n-react-intl\"\nexport const statusCodes = [\n \"400\",\n \"401\",\n \"403\",\n \"404\",\n \"422\",\n \"500\",\n \"502\",\n \"503\",\n \"504\",\n] as const\n\nexport type ErrorStatuses = (typeof statusCodes)[number]\ntype TranslationMap = Record<ErrorStatuses, { title: string; message: string }>\n\nexport const useErrorMessages = (\n code: ErrorStatuses\n): TranslationMap[ErrorStatuses] => {\n const { formatMessage } = useIntl()\n\n const translationsMap: TranslationMap = {\n 400: {\n title: formatMessage({\n id: \"kzErrorPage.400.title\",\n defaultMessage: \"Your request has slipped into the void\",\n description: \"Heading for page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.400.message\",\n defaultMessage:\n \"Sorry but your request couldn’t be completed. Go back and try again, or head to Home\",\n description: \"Call to action instructions for the user\",\n }),\n },\n 401: {\n title: formatMessage({\n id: \"kzErrorPage.401.title\",\n defaultMessage: \"You can't view this page\",\n description: \"Main title for page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.401.message\",\n defaultMessage:\n \"Sorry but we can't verify if you're able to view this page. Go back and try again, or head to Home\",\n description: \"Call to action instructions for the user\",\n }),\n },\n 403: {\n title: formatMessage({\n id: \"kzErrorPage.403.title\",\n defaultMessage: \"You can't view this page\",\n description: \"Main title for page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.403.message\",\n defaultMessage:\n \"Sorry but it looks like you don’t have permission to view this page. Go back and try again, or head to Home\",\n description: \"Call to action instructions for the user\",\n }),\n },\n 404: {\n title: formatMessage({\n id: \"kzErrorPage.404.title\",\n defaultMessage: \"Missing pages are one of life's mysteries\",\n description: \"Main title of page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.404.message\",\n defaultMessage:\n \"Sorry but we can't fing the page you're looking for. Go back and try again, or head to Home\",\n description: \"Call to action instructions for the user\",\n }),\n },\n 422: {\n title: formatMessage({\n id: \"kzErrorPage.422.title\",\n defaultMessage: \"Change never comes easy\",\n description: \"Main title of page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.422.message\",\n defaultMessage:\n \"Sorry but your change couldn't be made. Go back and try again, or head to Home\",\n description: \"Call to action instructions for the user\",\n }),\n },\n 500: {\n title: formatMessage({\n id: \"kzErrorPage.500.title\",\n defaultMessage: \"Something's gone wrong on our side\",\n description: \"Main title of page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.500\",\n defaultMessage:\n \"Sorry there's an issue with our system and this page can't be displayed. Go back and try again, or head to Home\",\n description: \"Call to action instructions for the user\",\n }),\n },\n 502: {\n title: formatMessage({\n id: \"kzErrorPage.502.title\",\n defaultMessage: \"You can't view this page\",\n description: \"Main title of page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.502.message\",\n defaultMessage:\n \"Sorry about this. The best thing to do is go back and try again.\",\n description: \"Call to action instructions for the user\",\n }),\n },\n 503: {\n title: formatMessage({\n id: \"kzErrorPage.503.title\",\n defaultMessage: \"You can't view this page\",\n description: \"Main title of page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.503.message\",\n defaultMessage:\n \"Sorry about this. The best thing to do is go back and try again.\",\n description: \"Call to action instructions for the user\",\n }),\n },\n 504: {\n title: formatMessage({\n id: \"kzErrorPage.504.title\",\n defaultMessage: \"You can't view this page\",\n description: \"Main title of page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.504.message\",\n defaultMessage:\n \"Sorry about this. The best thing to do is go back and try again.\",\n description: \"Call to action instructions for the user\",\n }),\n },\n }\n\n return (\n translationsMap[code] || {\n title: \"\",\n message: \"\",\n }\n )\n}\n"],"names":["useErrorMessages","code","formatMessage","useIntl","translationsMap","title","id","defaultMessage","description","message"],"mappings":";AAgBO,IAAMA,gBAAgB,GAAG,SAAAA,CAC9BC,IAAmB,EAAA;EAEX,IAAAC,aAAa,GAAKC,OAAO,CAAE,CAAA,cAAd;EAErB,IAAMC,eAAe,GAAmB;IACtC,GAAG,EAAE;MACHC,KAAK,EAAEH,aAAa,CAAC;QACnBI,EAAE,EAAE,uBAAuB;QAC3BC,cAAc,EAAE,wCAAwC;QACxDC,WAAW,EAAE;OACd,CAAC;MACFC,OAAO,EAAEP,aAAa,CAAC;QACrBI,EAAE,EAAE,yBAAyB;QAC7BC,cAAc,EACZ,sFAAsF;QACxFC,WAAW,EAAE;OACd;IACF,CAAA;IACD,GAAG,EAAE;MACHH,KAAK,EAAEH,aAAa,CAAC;QACnBI,EAAE,EAAE,uBAAuB;QAC3BC,cAAc,EAAE,0BAA0B;QAC1CC,WAAW,EAAE;OACd,CAAC;MACFC,OAAO,EAAEP,aAAa,CAAC;QACrBI,EAAE,EAAE,yBAAyB;QAC7BC,cAAc,EACZ,oGAAoG;QACtGC,WAAW,EAAE;OACd;IACF,CAAA;IACD,GAAG,EAAE;MACHH,KAAK,EAAEH,aAAa,CAAC;QACnBI,EAAE,EAAE,uBAAuB;QAC3BC,cAAc,EAAE,0BAA0B;QAC1CC,WAAW,EAAE;OACd,CAAC;MACFC,OAAO,EAAEP,aAAa,CAAC;QACrBI,EAAE,EAAE,yBAAyB;QAC7BC,cAAc,EACZ,6GAA6G;QAC/GC,WAAW,EAAE;OACd;IACF,CAAA;IACD,GAAG,EAAE;MACHH,KAAK,EAAEH,aAAa,CAAC;QACnBI,EAAE,EAAE,uBAAuB;QAC3BC,cAAc,EAAE,2CAA2C;QAC3DC,WAAW,EAAE;OACd,CAAC;MACFC,OAAO,EAAEP,aAAa,CAAC;QACrBI,EAAE,EAAE,yBAAyB;QAC7BC,cAAc,EACZ,6FAA6F;QAC/FC,WAAW,EAAE;OACd;IACF,CAAA;IACD,GAAG,EAAE;MACHH,KAAK,EAAEH,aAAa,CAAC;QACnBI,EAAE,EAAE,uBAAuB;QAC3BC,cAAc,EAAE,yBAAyB;QACzCC,WAAW,EAAE;OACd,CAAC;MACFC,OAAO,EAAEP,aAAa,CAAC;QACrBI,EAAE,EAAE,yBAAyB;QAC7BC,cAAc,EACZ,gFAAgF;QAClFC,WAAW,EAAE;OACd;IACF,CAAA;IACD,GAAG,EAAE;MACHH,KAAK,EAAEH,aAAa,CAAC;QACnBI,EAAE,EAAE,uBAAuB;QAC3BC,cAAc,EAAE,oCAAoC;QACpDC,WAAW,EAAE;OACd,CAAC;MACFC,OAAO,EAAEP,aAAa,CAAC;QACrBI,EAAE,EAAE,iBAAiB;QACrBC,cAAc,EACZ,iHAAiH;QACnHC,WAAW,EAAE;OACd;IACF,CAAA;IACD,GAAG,EAAE;MACHH,KAAK,EAAEH,aAAa,CAAC;QACnBI,EAAE,EAAE,uBAAuB;QAC3BC,cAAc,EAAE,0BAA0B;QAC1CC,WAAW,EAAE;OACd,CAAC;MACFC,OAAO,EAAEP,aAAa,CAAC;QACrBI,EAAE,EAAE,yBAAyB;QAC7BC,cAAc,EACZ,kEAAkE;QACpEC,WAAW,EAAE;OACd;IACF,CAAA;IACD,GAAG,EAAE;MACHH,KAAK,EAAEH,aAAa,CAAC;QACnBI,EAAE,EAAE,uBAAuB;QAC3BC,cAAc,EAAE,0BAA0B;QAC1CC,WAAW,EAAE;OACd,CAAC;MACFC,OAAO,EAAEP,aAAa,CAAC;QACrBI,EAAE,EAAE,yBAAyB;QAC7BC,cAAc,EACZ,kEAAkE;QACpEC,WAAW,EAAE;OACd;IACF,CAAA;IACD,GAAG,EAAE;MACHH,KAAK,EAAEH,aAAa,CAAC;QACnBI,EAAE,EAAE,uBAAuB;QAC3BC,cAAc,EAAE,0BAA0B;QAC1CC,WAAW,EAAE;OACd,CAAC;MACFC,OAAO,EAAEP,aAAa,CAAC;QACrBI,EAAE,EAAE,yBAAyB;QAC7BC,cAAc,EACZ,kEAAkE;QACpEC,WAAW,EAAE;OACd;IACF;GACF;EAED,OACEJ,eAAe,CAACH,IAAI,CAAC,IAAI;IACvBI,KAAK,EAAE,EAAE;IACTI,OAAO,EAAE;EACV,CAAA;AAEL,CAAA;"}
1
+ {"version":3,"file":"useErrorMessages.mjs","sources":["../../../../src/ErrorPage/hooks/useErrorMessages.ts"],"sourcesContent":["import { useIntl } from \"@cultureamp/i18n-react-intl\"\nexport const statusCodes = [\n \"400\",\n \"401\",\n \"403\",\n \"404\",\n \"413\",\n \"422\",\n \"500\",\n \"502\",\n \"503\",\n \"504\",\n] as const\n\nexport type ErrorStatuses = (typeof statusCodes)[number]\ntype TranslationMap = Record<ErrorStatuses, { title: string; message: string }>\n\nexport const useErrorMessages = (\n code: ErrorStatuses\n): TranslationMap[ErrorStatuses] => {\n const { formatMessage } = useIntl()\n\n const translationsMap: TranslationMap = {\n 400: {\n title: formatMessage({\n id: \"kzErrorPage.400.title\",\n defaultMessage: \"Your request has slipped into the void\",\n description: \"Heading for page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.400.message\",\n defaultMessage:\n \"Sorry but your request couldn’t be completed. Go back and try again, or head to Home\",\n description: \"Call to action instructions for the user\",\n }),\n },\n 401: {\n title: formatMessage({\n id: \"kzErrorPage.401.title\",\n defaultMessage: \"You can't view this page\",\n description: \"Main title for page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.401.message\",\n defaultMessage:\n \"Sorry but we can't verify if you're able to view this page. Go back and try again, or head to Home\",\n description: \"Call to action instructions for the user\",\n }),\n },\n 403: {\n title: formatMessage({\n id: \"kzErrorPage.403.title\",\n defaultMessage: \"You can't view this page\",\n description: \"Main title for page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.403.message\",\n defaultMessage:\n \"Sorry but it looks like you don’t have permission to view this page. Go back and try again, or head to Home\",\n description: \"Call to action instructions for the user\",\n }),\n },\n 404: {\n title: formatMessage({\n id: \"kzErrorPage.404.title\",\n defaultMessage: \"Missing pages are one of life's mysteries\",\n description: \"Main title of page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.404.message\",\n defaultMessage:\n \"Sorry but we can't find the page you're looking for. Go back and try again, or head to Home\",\n description: \"Call to action instructions for the user\",\n }),\n },\n 413: {\n title: formatMessage({\n id: \"kzErrorPage.413.title\",\n defaultMessage: \"Something's gone wrong on our side\",\n description: \"Main title of page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.413\",\n defaultMessage:\n \"Sorry there's an issue with our system and this page can't be displayed. Go back and try again, or head to Home\",\n description: \"Call to action instructions for the user\",\n }),\n },\n 422: {\n title: formatMessage({\n id: \"kzErrorPage.422.title\",\n defaultMessage: \"Change never comes easy\",\n description: \"Main title of page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.422.message\",\n defaultMessage:\n \"Sorry but your change couldn't be made. Go back and try again, or head to Home\",\n description: \"Call to action instructions for the user\",\n }),\n },\n 500: {\n title: formatMessage({\n id: \"kzErrorPage.500.title\",\n defaultMessage: \"Something's gone wrong on our side\",\n description: \"Main title of page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.500\",\n defaultMessage:\n \"Sorry there's an issue with our system and this page can't be displayed. Go back and try again, or head to Home\",\n description: \"Call to action instructions for the user\",\n }),\n },\n 502: {\n title: formatMessage({\n id: \"kzErrorPage.502.title\",\n defaultMessage: \"You can't view this page\",\n description: \"Main title of page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.502.message\",\n defaultMessage:\n \"Sorry about this. The best thing to do is go back and try again.\",\n description: \"Call to action instructions for the user\",\n }),\n },\n 503: {\n title: formatMessage({\n id: \"kzErrorPage.503.title\",\n defaultMessage: \"You can't view this page\",\n description: \"Main title of page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.503.message\",\n defaultMessage:\n \"Sorry about this. The best thing to do is go back and try again.\",\n description: \"Call to action instructions for the user\",\n }),\n },\n 504: {\n title: formatMessage({\n id: \"kzErrorPage.504.title\",\n defaultMessage: \"You can't view this page\",\n description: \"Main title of page\",\n }),\n message: formatMessage({\n id: \"kzErrorPage.504.message\",\n defaultMessage:\n \"Sorry about this. The best thing to do is go back and try again.\",\n description: \"Call to action instructions for the user\",\n }),\n },\n }\n\n return (\n translationsMap[code] || {\n title: \"\",\n message: \"\",\n }\n )\n}\n"],"names":["useErrorMessages","code","formatMessage","useIntl","translationsMap","title","id","defaultMessage","description","message"],"mappings":"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"}