@pexip/components 19.1.3 → 19.3.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 (335) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/api-docs/README.mdx +333 -0
  3. package/api-docs/enumerations/AvatarType.mdx +8 -0
  4. package/api-docs/enumerations/Color.mdx +65 -0
  5. package/api-docs/enumerations/FontVariant.mdx +20 -0
  6. package/api-docs/enumerations/LockStyle.mdx +7 -0
  7. package/api-docs/enumerations/ModalType.mdx +6 -0
  8. package/api-docs/enumerations/ProgressBarColor.mdx +8 -0
  9. package/api-docs/enumerations/RgbColor.mdx +64 -0
  10. package/api-docs/enumerations/StatCardVariant.mdx +7 -0
  11. package/api-docs/enumerations/TestId.mdx +45 -0
  12. package/api-docs/functions/announce.mdx +21 -0
  13. package/api-docs/functions/isBackgroundImageSrcEmpty.mdx +13 -0
  14. package/api-docs/functions/isImageSrcEmpty.mdx +13 -0
  15. package/api-docs/functions/isImageSrcString.mdx +13 -0
  16. package/api-docs/functions/isValidIconName.mdx +13 -0
  17. package/api-docs/functions/onEnter.mdx +32 -0
  18. package/api-docs/functions/sizeToPadding.mdx +22 -0
  19. package/api-docs/functions/useBelow360.mdx +7 -0
  20. package/api-docs/functions/useBreakpointChange.mdx +7 -0
  21. package/api-docs/functions/useFocusFrom.mdx +24 -0
  22. package/api-docs/functions/useFocusFromOpened.mdx +20 -0
  23. package/api-docs/functions/useGroupedPagesNav.mdx +16 -0
  24. package/api-docs/functions/useInput.mdx +13 -0
  25. package/api-docs/functions/useLandscape.mdx +7 -0
  26. package/api-docs/functions/useLg.mdx +7 -0
  27. package/api-docs/functions/useLgDown.mdx +7 -0
  28. package/api-docs/functions/useLgUp.mdx +7 -0
  29. package/api-docs/functions/useMd.mdx +7 -0
  30. package/api-docs/functions/useMdDown.mdx +7 -0
  31. package/api-docs/functions/useMdToXl.mdx +7 -0
  32. package/api-docs/functions/useMdUp.mdx +7 -0
  33. package/api-docs/functions/useMobileDevice.mdx +7 -0
  34. package/api-docs/functions/useMobileDeviceLandscape.mdx +7 -0
  35. package/api-docs/functions/useMobileDevicePortrait.mdx +7 -0
  36. package/api-docs/functions/useModal.mdx +18 -0
  37. package/api-docs/functions/useModalHandle.mdx +12 -0
  38. package/api-docs/functions/useMultistepIndicator.mdx +45 -0
  39. package/api-docs/functions/useOutOfViewNavigation.mdx +25 -0
  40. package/api-docs/functions/usePortrait.mdx +7 -0
  41. package/api-docs/functions/useScrollIntoView.mdx +22 -0
  42. package/api-docs/functions/useSm.mdx +7 -0
  43. package/api-docs/functions/useSmDown.mdx +7 -0
  44. package/api-docs/functions/useSmToLg.mdx +7 -0
  45. package/api-docs/functions/useSmToXl.mdx +7 -0
  46. package/api-docs/functions/useSmUp.mdx +7 -0
  47. package/api-docs/functions/useTabletDevice.mdx +7 -0
  48. package/api-docs/functions/useTabs.mdx +18 -0
  49. package/api-docs/functions/useTouchDevice.mdx +7 -0
  50. package/api-docs/functions/useXl.mdx +7 -0
  51. package/api-docs/functions/useXlDown.mdx +7 -0
  52. package/api-docs/functions/useXlUp.mdx +7 -0
  53. package/api-docs/functions/useXs.mdx +7 -0
  54. package/api-docs/functions/withColorScheme.mdx +32 -0
  55. package/api-docs/functions/withTabName.mdx +32 -0
  56. package/api-docs/functions/withTransition.mdx +36 -0
  57. package/api-docs/interfaces/EnhancerProps.mdx +10 -0
  58. package/api-docs/interfaces/FloatRootOverflow.mdx +9 -0
  59. package/api-docs/interfaces/FullSizeWindowCommonProps.mdx +8 -0
  60. package/api-docs/interfaces/IconCollection.mdx +146 -0
  61. package/api-docs/interfaces/IconSource.mdx +7 -0
  62. package/api-docs/interfaces/LoadingBoxProps.mdx +12 -0
  63. package/api-docs/interfaces/ModalHandle.mdx +5 -0
  64. package/api-docs/interfaces/MultistepItem.mdx +13 -0
  65. package/api-docs/interfaces/StatCardRowData.mdx +15 -0
  66. package/api-docs/interfaces/ToastProps.mdx +14 -0
  67. package/api-docs/interfaces/VideoHandle.mdx +6 -0
  68. package/api-docs/interfaces/WithTransitionProps.mdx +5 -0
  69. package/api-docs/type-aliases/ActivityCardAction.mdx +10 -0
  70. package/api-docs/type-aliases/AlignWithFloatRootTrigger.mdx +3 -0
  71. package/api-docs/type-aliases/AllSize.mdx +3 -0
  72. package/api-docs/type-aliases/AriaMenuItem.mdx +21 -0
  73. package/api-docs/type-aliases/AriaMenuProps.mdx +18 -0
  74. package/api-docs/type-aliases/BackgroundImageSrc.mdx +3 -0
  75. package/api-docs/type-aliases/BadgeCounterProps.mdx +3 -0
  76. package/api-docs/type-aliases/BadgeCounterVariant.mdx +3 -0
  77. package/api-docs/type-aliases/BaseSizeModifier.mdx +3 -0
  78. package/api-docs/type-aliases/BreadcrumbItem.mdx +11 -0
  79. package/api-docs/type-aliases/Breakpoint.mdx +3 -0
  80. package/api-docs/type-aliases/ButtonHTMLTag.mdx +3 -0
  81. package/api-docs/type-aliases/ButtonModifiersValues.mdx +3 -0
  82. package/api-docs/type-aliases/ButtonProps.mdx +3 -0
  83. package/api-docs/type-aliases/ButtonTextProps.mdx +3 -0
  84. package/api-docs/type-aliases/ButtonVariant.mdx +3 -0
  85. package/api-docs/type-aliases/ClickEventHandler.mdx +20 -0
  86. package/api-docs/type-aliases/ColorScheme.mdx +3 -0
  87. package/api-docs/type-aliases/DropContentPosition.mdx +3 -0
  88. package/api-docs/type-aliases/DropContentType.mdx +3 -0
  89. package/api-docs/type-aliases/ExtendedSizeModifier.mdx +3 -0
  90. package/api-docs/type-aliases/ExtendedTooltipPosition.mdx +13 -0
  91. package/api-docs/type-aliases/FullSizeWindowBackgroundVariant.mdx +3 -0
  92. package/api-docs/type-aliases/FullSizeWindowColorBackgroundProps.mdx +13 -0
  93. package/api-docs/type-aliases/FullSizeWindowImageBackgroundProps.mdx +13 -0
  94. package/api-docs/type-aliases/GroupProps.mdx +3 -0
  95. package/api-docs/type-aliases/HeadingElement.mdx +3 -0
  96. package/api-docs/type-aliases/HeadingFontVariant.mdx +3 -0
  97. package/api-docs/type-aliases/IScrollbars.mdx +3 -0
  98. package/api-docs/type-aliases/ImageSrc.mdx +3 -0
  99. package/api-docs/type-aliases/InlineElement.mdx +3 -0
  100. package/api-docs/type-aliases/InputVariant.mdx +3 -0
  101. package/api-docs/type-aliases/InteractiveElementHTMLTag.mdx +3 -0
  102. package/api-docs/type-aliases/InteractiveElementProps.mdx +3 -0
  103. package/api-docs/type-aliases/LabelModifier.mdx +3 -0
  104. package/api-docs/type-aliases/LinkTarget.mdx +3 -0
  105. package/api-docs/type-aliases/LogoSizeModifier.mdx +3 -0
  106. package/api-docs/type-aliases/MenuAction.mdx +17 -0
  107. package/api-docs/type-aliases/MenuContent.mdx +3 -0
  108. package/api-docs/type-aliases/MenuItem.mdx +31 -0
  109. package/api-docs/type-aliases/ModalProps.mdx +3 -0
  110. package/api-docs/type-aliases/ModalSizeModifier.mdx +3 -0
  111. package/api-docs/type-aliases/MultiselectOption.mdx +16 -0
  112. package/api-docs/type-aliases/MultistepIndicatorProps.mdx +3 -0
  113. package/api-docs/type-aliases/NotificationToastMessage.mdx +18 -0
  114. package/api-docs/type-aliases/NotificationToastSignal.mdx +3 -0
  115. package/api-docs/type-aliases/NotificationTooltipPosition.mdx +13 -0
  116. package/api-docs/type-aliases/Option.mdx +17 -0
  117. package/api-docs/type-aliases/OverlayOpacity.mdx +3 -0
  118. package/api-docs/type-aliases/PanelProps.mdx +3 -0
  119. package/api-docs/type-aliases/SelectProps.mdx +29 -0
  120. package/api-docs/type-aliases/ShadowModifier.mdx +3 -0
  121. package/api-docs/type-aliases/SimpleButtonProps.mdx +3 -0
  122. package/api-docs/type-aliases/SizeModifier.mdx +3 -0
  123. package/api-docs/type-aliases/StandardSizeModifier.mdx +3 -0
  124. package/api-docs/type-aliases/StatIndicatorVariant.mdx +3 -0
  125. package/api-docs/type-aliases/StatusItem.mdx +10 -0
  126. package/api-docs/type-aliases/TableResultsCountProps.mdx +12 -0
  127. package/api-docs/type-aliases/TagItem.mdx +17 -0
  128. package/api-docs/type-aliases/TextLinkProps.mdx +3 -0
  129. package/api-docs/type-aliases/TextProps.mdx +3 -0
  130. package/api-docs/type-aliases/TextVariant.mdx +3 -0
  131. package/api-docs/type-aliases/Theme.mdx +3 -0
  132. package/api-docs/type-aliases/ToastPosition.mdx +3 -0
  133. package/api-docs/type-aliases/TooltipPosition.mdx +3 -0
  134. package/api-docs/type-aliases/VideoWrapperSizeModifier.mdx +3 -0
  135. package/api-docs/type-aliases/VideoWrapperVariant.mdx +3 -0
  136. package/api-docs/variables/AboutModal.mdx +3 -0
  137. package/api-docs/variables/AboutText.mdx +3 -0
  138. package/api-docs/variables/Accordion.mdx +16 -0
  139. package/api-docs/variables/ActionsRow.mdx +3 -0
  140. package/api-docs/variables/ActivityCard.mdx +11 -0
  141. package/api-docs/variables/Announcer.mdx +12 -0
  142. package/api-docs/variables/AriaMenu.mdx +5 -0
  143. package/api-docs/variables/AspectRatio.mdx +6 -0
  144. package/api-docs/variables/Audio.mdx +3 -0
  145. package/api-docs/variables/Avatar.mdx +3 -0
  146. package/api-docs/variables/BadgeCounter.mdx +3 -0
  147. package/api-docs/variables/Bar.mdx +3 -0
  148. package/api-docs/variables/Box.mdx +3 -0
  149. package/api-docs/variables/BoxHeader.mdx +3 -0
  150. package/api-docs/variables/Breadcrumbs.mdx +9 -0
  151. package/api-docs/variables/Button.mdx +3 -0
  152. package/api-docs/variables/ButtonText.mdx +3 -0
  153. package/api-docs/variables/CakeTimer.mdx +3 -0
  154. package/api-docs/variables/CallToAction.mdx +3 -0
  155. package/api-docs/variables/Captions.mdx +3 -0
  156. package/api-docs/variables/CardLayout.mdx +10 -0
  157. package/api-docs/variables/Cell.mdx +3 -0
  158. package/api-docs/variables/CenterLayout.mdx +3 -0
  159. package/api-docs/variables/Checkbox.mdx +3 -0
  160. package/api-docs/variables/CircleCountDown.mdx +7 -0
  161. package/api-docs/variables/CollapsableContainer.mdx +15 -0
  162. package/api-docs/variables/ColorPickerPreviewButton.mdx +3 -0
  163. package/api-docs/variables/ColorPreviewButton.mdx +3 -0
  164. package/api-docs/variables/CondensedTabs.mdx +3 -0
  165. package/api-docs/variables/ConfirmableMultiselect.mdx +3 -0
  166. package/api-docs/variables/ConfirmationModal.mdx +3 -0
  167. package/api-docs/variables/ContextMenu.mdx +12 -0
  168. package/api-docs/variables/CoreHeader.mdx +3 -0
  169. package/api-docs/variables/CustomTooltip.mdx +3 -0
  170. package/api-docs/variables/Details.mdx +3 -0
  171. package/api-docs/variables/Divider.mdx +3 -0
  172. package/api-docs/variables/DragAndDrop.mdx +10 -0
  173. package/api-docs/variables/DragAndUploadFiles.mdx +3 -0
  174. package/api-docs/variables/Draggable.mdx +3 -0
  175. package/api-docs/variables/DropContent.mdx +3 -0
  176. package/api-docs/variables/Enhancers.mdx +3 -0
  177. package/api-docs/variables/ExpanderCell.mdx +3 -0
  178. package/api-docs/variables/FileUpload.mdx +3 -0
  179. package/api-docs/variables/Form.mdx +3 -0
  180. package/api-docs/variables/FullSizeWindow.mdx +5 -0
  181. package/api-docs/variables/FullscreenLayout.mdx +3 -0
  182. package/api-docs/variables/FullscreenOverlay.mdx +3 -0
  183. package/api-docs/variables/FullscreenSpinner.mdx +3 -0
  184. package/api-docs/variables/Grid.mdx +3 -0
  185. package/api-docs/variables/Group.mdx +3 -0
  186. package/api-docs/variables/Heading.mdx +11 -0
  187. package/api-docs/variables/HotKey.mdx +6 -0
  188. package/api-docs/variables/HotkeysTooltip.mdx +3 -0
  189. package/api-docs/variables/Icon.mdx +3 -0
  190. package/api-docs/variables/IconTypes.mdx +3 -0
  191. package/api-docs/variables/ImagePreviewButton.mdx +3 -0
  192. package/api-docs/variables/InfoHeadCell.mdx +7 -0
  193. package/api-docs/variables/InfoMessage.mdx +6 -0
  194. package/api-docs/variables/Input.mdx +3 -0
  195. package/api-docs/variables/InputLabel.mdx +3 -0
  196. package/api-docs/variables/InteractiveElement.mdx +3 -0
  197. package/api-docs/variables/KebabMenuButton.mdx +3 -0
  198. package/api-docs/variables/LineHeading.mdx +5 -0
  199. package/api-docs/variables/List.mdx +3 -0
  200. package/api-docs/variables/ListBoxLink.mdx +3 -0
  201. package/api-docs/variables/ListLink.mdx +3 -0
  202. package/api-docs/variables/LoadingBox.mdx +3 -0
  203. package/api-docs/variables/Logo.mdx +3 -0
  204. package/api-docs/variables/Menu.mdx +14 -0
  205. package/api-docs/variables/MenuEntry.mdx +5 -0
  206. package/api-docs/variables/Modal.mdx +8 -0
  207. package/api-docs/variables/ModalCloseButton.mdx +9 -0
  208. package/api-docs/variables/ModalCloseButtonWithTooltip.mdx +3 -0
  209. package/api-docs/variables/Multiselect.mdx +3 -0
  210. package/api-docs/variables/MultistepIndicator.mdx +13 -0
  211. package/api-docs/variables/NotificationToast.mdx +13 -0
  212. package/api-docs/variables/NotificationTooltip.mdx +3 -0
  213. package/api-docs/variables/NumberStepInput.mdx +21 -0
  214. package/api-docs/variables/Panel.mdx +3 -0
  215. package/api-docs/variables/PasswordInput.mdx +6 -0
  216. package/api-docs/variables/PexipLogo.mdx +3 -0
  217. package/api-docs/variables/Pill.mdx +3 -0
  218. package/api-docs/variables/PlainMenuEntry.mdx +3 -0
  219. package/api-docs/variables/PopOutWindow.mdx +8 -0
  220. package/api-docs/variables/PreferenceInput.mdx +26 -0
  221. package/api-docs/variables/PreferenceMultiselect.mdx +21 -0
  222. package/api-docs/variables/PreferenceRow.mdx +12 -0
  223. package/api-docs/variables/PreferenceWrapper.mdx +3 -0
  224. package/api-docs/variables/ProgressBar.mdx +3 -0
  225. package/api-docs/variables/RadioButton.mdx +3 -0
  226. package/api-docs/variables/RangeSlider.mdx +11 -0
  227. package/api-docs/variables/RefButton.mdx +3 -0
  228. package/api-docs/variables/RefInteractiveElement.mdx +3 -0
  229. package/api-docs/variables/RefSimpleButton.mdx +3 -0
  230. package/api-docs/variables/Row.mdx +3 -0
  231. package/api-docs/variables/Scrim.mdx +3 -0
  232. package/api-docs/variables/Scrollbars.mdx +3 -0
  233. package/api-docs/variables/SearchInput.mdx +12 -0
  234. package/api-docs/variables/Section.mdx +3 -0
  235. package/api-docs/variables/SectionAccordion.mdx +15 -0
  236. package/api-docs/variables/Select.mdx +19 -0
  237. package/api-docs/variables/Sheet.mdx +3 -0
  238. package/api-docs/variables/SimpleButton.mdx +7 -0
  239. package/api-docs/variables/SortingIndicator.mdx +6 -0
  240. package/api-docs/variables/Spinner.mdx +3 -0
  241. package/api-docs/variables/StatCard.mdx +12 -0
  242. package/api-docs/variables/StatCardBox.mdx +3 -0
  243. package/api-docs/variables/StatCardRow.mdx +3 -0
  244. package/api-docs/variables/StatIndicator.mdx +3 -0
  245. package/api-docs/variables/StepNumber.mdx +3 -0
  246. package/api-docs/variables/SvgImage.mdx +3 -0
  247. package/api-docs/variables/Tab.mdx +3 -0
  248. package/api-docs/variables/Table.mdx +3 -0
  249. package/api-docs/variables/TableBody.mdx +3 -0
  250. package/api-docs/variables/TableCell.mdx +3 -0
  251. package/api-docs/variables/TableContent.mdx +3 -0
  252. package/api-docs/variables/TableHead.mdx +3 -0
  253. package/api-docs/variables/TableHeadCell.mdx +3 -0
  254. package/api-docs/variables/TablePagination.mdx +23 -0
  255. package/api-docs/variables/TableRow.mdx +3 -0
  256. package/api-docs/variables/TableRowWrapper.mdx +9 -0
  257. package/api-docs/variables/TableSection.mdx +3 -0
  258. package/api-docs/variables/Tabs.mdx +3 -0
  259. package/api-docs/variables/Tag.mdx +3 -0
  260. package/api-docs/variables/TagList.mdx +9 -0
  261. package/api-docs/variables/Text.mdx +3 -0
  262. package/api-docs/variables/TextArea.mdx +5 -0
  263. package/api-docs/variables/TextHeading.mdx +3 -0
  264. package/api-docs/variables/TextLink.mdx +3 -0
  265. package/api-docs/variables/ThemeConsumer.mdx +3 -0
  266. package/api-docs/variables/ThemeContext.mdx +3 -0
  267. package/api-docs/variables/ThemeProvider.mdx +3 -0
  268. package/api-docs/variables/ThreeColumnSelector.mdx +3 -0
  269. package/api-docs/variables/Toast.mdx +13 -0
  270. package/api-docs/variables/ToggleSwitch.mdx +3 -0
  271. package/api-docs/variables/Tooltip.mdx +13 -0
  272. package/api-docs/variables/TooltipPositionValue.mdx +3 -0
  273. package/api-docs/variables/URLToLink.mdx +5 -0
  274. package/api-docs/variables/User.mdx +14 -0
  275. package/api-docs/variables/UserMenuButton.mdx +11 -0
  276. package/api-docs/variables/UserMenuDropContent.mdx +3 -0
  277. package/api-docs/variables/Video.mdx +3 -0
  278. package/api-docs/variables/VideoWrapper.mdx +3 -0
  279. package/api-docs/variables/Wrapper.mdx +3 -0
  280. package/api-docs/variables/ariaMenuOpenStateSignal.mdx +3 -0
  281. package/api-docs/variables/breakpoints.mdx +13 -0
  282. package/api-docs/variables/notificationToastSignal.mdx +3 -0
  283. package/api-docs/variables/themeValues.mdx +3 -0
  284. package/api-docs/variables/variables.mdx +324 -0
  285. package/design-tokens/build-scripts/download-icons.mjs +15 -0
  286. package/design-tokens/generated/Icons.ts +10 -1
  287. package/design-tokens/generated/icons/background-blur-16.json +2 -2
  288. package/design-tokens/generated/icons/background-blur-16.svg +4 -33
  289. package/design-tokens/generated/icons/background-blur-24.json +2 -2
  290. package/design-tokens/generated/icons/background-blur-24.svg +4 -33
  291. package/design-tokens/generated/icons/background-blur-32.json +7 -0
  292. package/design-tokens/generated/icons/background-blur-32.svg +14 -0
  293. package/design-tokens/generated/icons/background-blur-32.svg.d.ts +5 -0
  294. package/design-tokens/generated/icons/background-replace-16.json +7 -0
  295. package/design-tokens/generated/icons/background-replace-16.svg +43 -0
  296. package/design-tokens/generated/icons/background-replace-16.svg.d.ts +5 -0
  297. package/design-tokens/generated/icons/background-replace-24.json +7 -0
  298. package/design-tokens/generated/icons/background-replace-24.svg +43 -0
  299. package/design-tokens/generated/icons/background-replace-24.svg.d.ts +5 -0
  300. package/dist/components-no-global-styles.css +1 -0
  301. package/dist/components.cjs +2 -2
  302. package/dist/components.css +1 -1
  303. package/dist/components.js +4285 -4082
  304. package/dist/types/design-tokens/generated/Icons.d.ts +1 -0
  305. package/dist/types/design-tokens/generated/Icons.d.ts.map +1 -1
  306. package/dist/types/src/components/elements/Checkbox/Checkbox.d.ts +3 -1
  307. package/dist/types/src/components/elements/Checkbox/Checkbox.d.ts.map +1 -1
  308. package/dist/types/src/components/elements/Draggable/Draggable.view.d.ts.map +1 -1
  309. package/dist/types/src/components/elements/FileUpload/FileUpload.view.d.ts +1 -0
  310. package/dist/types/src/components/elements/FileUpload/FileUpload.view.d.ts.map +1 -1
  311. package/dist/types/src/components/modules/Captions/Captions.view.d.ts +5 -4
  312. package/dist/types/src/components/modules/Captions/Captions.view.d.ts.map +1 -1
  313. package/dist/types/src/components/modules/ConfirmationModal/ConfirmationModal.d.ts +2 -2
  314. package/dist/types/src/components/modules/ConfirmationModal/ConfirmationModal.d.ts.map +1 -1
  315. package/dist/types/src/components/modules/Details/Details.d.ts +16 -0
  316. package/dist/types/src/components/modules/Details/Details.d.ts.map +1 -0
  317. package/dist/types/src/components/modules/Menu/Menu.d.ts +8 -2
  318. package/dist/types/src/components/modules/Menu/Menu.d.ts.map +1 -1
  319. package/dist/types/src/components/modules/Menu/types.d.ts +2 -1
  320. package/dist/types/src/components/modules/Menu/types.d.ts.map +1 -1
  321. package/dist/types/src/components/modules/Multiselect/ConfirmableMultiselect.d.ts +4 -1
  322. package/dist/types/src/components/modules/Multiselect/ConfirmableMultiselect.d.ts.map +1 -1
  323. package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts +9 -1
  324. package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts.map +1 -1
  325. package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts +1 -1
  326. package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts.map +1 -1
  327. package/dist/types/src/exports.d.ts +183 -0
  328. package/dist/types/src/exports.d.ts.map +1 -0
  329. package/dist/types/src/hooks/useOutOfViewNavigation.d.ts +14 -0
  330. package/dist/types/src/hooks/useOutOfViewNavigation.d.ts.map +1 -0
  331. package/dist/types/src/index.d.ts +1 -180
  332. package/dist/types/src/index.d.ts.map +1 -1
  333. package/dist/types/src/types/elements.d.ts +1 -0
  334. package/dist/types/src/types/elements.d.ts.map +1 -1
  335. package/package.json +24 -17
@@ -23,6 +23,7 @@ export interface IconCollection {
23
23
  IconAudioTransmission: IconSource;
24
24
  IconAuthenticated: IconSource;
25
25
  IconBackgroundBlur: IconSource;
26
+ IconBackgroundReplace: IconSource;
26
27
  IconBackspace: IconSource;
27
28
  IconBackToTop: IconSource;
28
29
  IconBandwidth: IconSource;
@@ -1 +1 @@
1
- {"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../design-tokens/generated/Icons.ts"],"names":[],"mappings":"AAgSA,MAAM,WAAW,UAAU;IACvB,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;IAC9C,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;IAC9C,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;CACjD;AAED,MAAM,WAAW,cAAc;IAC3B,OAAO,EAAE,UAAU,CAAC;IACpB,cAAc,EAAE,UAAU,CAAC;IAC3B,UAAU,EAAE,UAAU,CAAC;IACvB,SAAS,EAAE,UAAU,CAAC;IACtB,eAAe,EAAE,UAAU,CAAC;IAC5B,SAAS,EAAE,UAAU,CAAC;IACtB,kBAAkB,EAAE,UAAU,CAAC;IAC/B,qBAAqB,EAAE,UAAU,CAAC;IAClC,eAAe,EAAE,UAAU,CAAC;IAC5B,aAAa,EAAE,UAAU,CAAC;IAC1B,mBAAmB,EAAE,UAAU,CAAC;IAChC,aAAa,EAAE,UAAU,CAAC;IAC1B,aAAa,EAAE,UAAU,CAAC;IAC1B,oBAAoB,EAAE,UAAU,CAAC;IACjC,cAAc,EAAE,UAAU,CAAC;IAC3B,WAAW,EAAE,UAAU,CAAC;IACxB,qBAAqB,EAAE,UAAU,CAAC;IAClC,iBAAiB,EAAE,UAAU,CAAC;IAC9B,kBAAkB,EAAE,UAAU,CAAC;IAC/B,aAAa,EAAE,UAAU,CAAC;IAC1B,aAAa,EAAE,UAAU,CAAC;IAC1B,aAAa,EAAE,UAAU,CAAC;IAC1B,QAAQ,EAAE,UAAU,CAAC;IACrB,WAAW,EAAE,UAAU,CAAC;IACxB,SAAS,EAAE,UAAU,CAAC;IACtB,aAAa,EAAE,UAAU,CAAC;IAC1B,iBAAiB,EAAE,UAAU,CAAC;IAC9B,eAAe,EAAE,UAAU,CAAC;IAC5B,YAAY,EAAE,UAAU,CAAC;IACzB,QAAQ,EAAE,UAAU,CAAC;IACrB,aAAa,EAAE,UAAU,CAAC;IAC1B,kBAAkB,EAAE,UAAU,CAAC;IAC/B,eAAe,EAAE,UAAU,CAAC;IAC5B,eAAe,EAAE,UAAU,CAAC;IAC5B,gBAAgB,EAAE,UAAU,CAAC;IAC7B,aAAa,EAAE,UAAU,CAAC;IAC1B,cAAc,EAAE,UAAU,CAAC;IAC3B,SAAS,EAAE,UAAU,CAAC;IACtB,SAAS,EAAE,UAAU,CAAC;IACtB,WAAW,EAAE,UAAU,CAAC;IACxB,2BAA2B,EAAE,UAAU,CAAC;IACxC,0BAA0B,EAAE,UAAU,CAAC;IACvC,6BAA6B,EAAE,UAAU,CAAC;IAC1C,8BAA8B,EAAE,UAAU,CAAC;IAC3C,QAAQ,EAAE,UAAU,CAAC;IACrB,QAAQ,EAAE,UAAU,CAAC;IACrB,qBAAqB,EAAE,UAAU,CAAC;IAClC,qBAAqB,EAAE,UAAU,CAAC;IAClC,sBAAsB,EAAE,UAAU,CAAC;IACnC,mBAAmB,EAAE,UAAU,CAAC;IAChC,aAAa,EAAE,UAAU,CAAC;IAC1B,QAAQ,EAAE,UAAU,CAAC;IACrB,cAAc,EAAE,UAAU,CAAC;IAC3B,QAAQ,EAAE,UAAU,CAAC;IACrB,SAAS,EAAE,UAAU,CAAC;IACtB,eAAe,EAAE,UAAU,CAAC;IAC5B,UAAU,EAAE,UAAU,CAAC;IACvB,UAAU,EAAE,UAAU,CAAC;IACvB,QAAQ,EAAE,UAAU,CAAC;IACrB,eAAe,EAAE,UAAU,CAAC;IAC5B,cAAc,EAAE,UAAU,CAAC;IAC3B,iBAAiB,EAAE,UAAU,CAAC;IAC9B,gBAAgB,EAAE,UAAU,CAAC;IAC7B,YAAY,EAAE,UAAU,CAAC;IACzB,SAAS,EAAE,UAAU,CAAC;IACtB,SAAS,EAAE,UAAU,CAAC;IACtB,WAAW,EAAE,UAAU,CAAC;IACxB,aAAa,EAAE,UAAU,CAAC;IAC1B,QAAQ,EAAE,UAAU,CAAC;IACrB,YAAY,EAAE,UAAU,CAAC;IACzB,QAAQ,EAAE,UAAU,CAAC;IACrB,YAAY,EAAE,UAAU,CAAC;IACzB,UAAU,EAAE,UAAU,CAAC;IACvB,aAAa,EAAE,UAAU,CAAC;IAC1B,OAAO,EAAE,UAAU,CAAC;IACpB,SAAS,EAAE,UAAU,CAAC;IACtB,QAAQ,EAAE,UAAU,CAAC;IACrB,eAAe,EAAE,UAAU,CAAC;IAC5B,cAAc,EAAE,UAAU,CAAC;IAC3B,mBAAmB,EAAE,UAAU,CAAC;IAChC,YAAY,EAAE,UAAU,CAAC;IACzB,QAAQ,EAAE,UAAU,CAAC;IACrB,aAAa,EAAE,UAAU,CAAC;IAC1B,QAAQ,EAAE,UAAU,CAAC;IACrB,eAAe,EAAE,UAAU,CAAC;IAC5B,YAAY,EAAE,UAAU,CAAC;IACzB,yBAAyB,EAAE,UAAU,CAAC;IACtC,iBAAiB,EAAE,UAAU,CAAC;IAC9B,gBAAgB,EAAE,UAAU,CAAC;IAC7B,SAAS,EAAE,UAAU,CAAC;IACtB,kBAAkB,EAAE,UAAU,CAAC;IAC/B,gBAAgB,EAAE,UAAU,CAAC;IAC7B,QAAQ,EAAE,UAAU,CAAC;IACrB,oBAAoB,EAAE,UAAU,CAAC;IACjC,aAAa,EAAE,UAAU,CAAC;IAC1B,eAAe,EAAE,UAAU,CAAC;IAC5B,gBAAgB,EAAE,UAAU,CAAC;IAC7B,gBAAgB,EAAE,UAAU,CAAC;IAC7B,SAAS,EAAE,UAAU,CAAC;IACtB,SAAS,EAAE,UAAU,CAAC;IACtB,aAAa,EAAE,UAAU,CAAC;IAC1B,SAAS,EAAE,UAAU,CAAC;IACtB,mBAAmB,EAAE,UAAU,CAAC;IAChC,aAAa,EAAE,UAAU,CAAC;IAC1B,OAAO,EAAE,UAAU,CAAC;IACpB,QAAQ,EAAE,UAAU,CAAC;IACrB,aAAa,EAAE,UAAU,CAAC;IAC1B,QAAQ,EAAE,UAAU,CAAC;IACrB,mBAAmB,EAAE,UAAU,CAAC;IAChC,kBAAkB,EAAE,UAAU,CAAC;IAC/B,aAAa,EAAE,UAAU,CAAC;IAC1B,aAAa,EAAE,UAAU,CAAC;IAC1B,WAAW,EAAE,UAAU,CAAC;IACxB,iBAAiB,EAAE,UAAU,CAAC;IAC9B,UAAU,EAAE,UAAU,CAAC;IACvB,QAAQ,EAAE,UAAU,CAAC;IACrB,YAAY,EAAE,UAAU,CAAC;IACzB,mBAAmB,EAAE,UAAU,CAAC;IAChC,SAAS,EAAE,UAAU,CAAC;IACtB,UAAU,EAAE,UAAU,CAAC;IACvB,WAAW,EAAE,UAAU,CAAC;IACxB,mBAAmB,EAAE,UAAU,CAAC;IAChC,cAAc,EAAE,UAAU,CAAC;IAC3B,aAAa,EAAE,UAAU,CAAC;IAC1B,aAAa,EAAE,UAAU,CAAC;IAC1B,QAAQ,EAAE,UAAU,CAAC;IACrB,aAAa,EAAE,UAAU,CAAC;IAC1B,WAAW,EAAE,UAAU,CAAC;IACxB,kBAAkB,EAAE,UAAU,CAAC;IAC/B,cAAc,EAAE,UAAU,CAAC;IAC3B,YAAY,EAAE,UAAU,CAAC;IACzB,SAAS,EAAE,UAAU,CAAC;IACtB,cAAc,EAAE,UAAU,CAAC;IAC3B,SAAS,EAAE,UAAU,CAAC;IACtB,UAAU,EAAE,UAAU,CAAC;IACvB,YAAY,EAAE,UAAU,CAAC;IACzB,WAAW,EAAE,UAAU,CAAC;IACxB,gBAAgB,EAAE,UAAU,CAAC;IAC7B,WAAW,EAAE,UAAU,CAAC;IACxB,WAAW,EAAE,UAAU,CAAC;IACxB,gBAAgB,EAAE,UAAU,CAAC;CAChC;AAED,QAAA,MAAM,UAAU,EAAE,cAknBjB,CAAC;AAEF,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../design-tokens/generated/Icons.ts"],"names":[],"mappings":"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"}
@@ -1,13 +1,15 @@
1
1
  import React from 'react';
2
+ import { Text } from '../Text/Text';
2
3
  import type { ColorScheme } from '../../../types/variants';
3
4
  export type CheckboxProps = Omit<React.ComponentProps<'input'>, 'type' | 'disabled'> & {
4
5
  className?: string;
6
+ colorScheme?: ColorScheme;
5
7
  isDisabled?: boolean;
6
8
  label: string;
9
+ labelComponent?: typeof Text;
7
10
  labelModifier?: 'default' | 'hidden' | 'spaced';
8
11
  labelPosition?: 'start' | 'end';
9
12
  name: string;
10
- colorScheme?: ColorScheme;
11
13
  };
12
14
  export declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
13
15
  //# sourceMappingURL=Checkbox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAOzD,MAAM,MAAM,aAAa,GAAG,IAAI,CAC5B,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,EAC7B,MAAM,GAAG,UAAU,CACtB,GAAG;IACA,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAChD,aAAa,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,WAAW,CAAC;CAC7B,CAAC;AAEF,eAAO,MAAM,QAAQ,qGAuEnB,CAAC"}
1
+ {"version":3,"file":"Checkbox.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Checkbox/Checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAC,IAAI,EAAC,MAAM,cAAc,CAAC;AAElC,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAOzD,MAAM,MAAM,aAAa,GAAG,IAAI,CAC5B,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,EAC7B,MAAM,GAAG,UAAU,CACtB,GAAG;IACA,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,OAAO,IAAI,CAAC;IAC7B,aAAa,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAChD,aAAa,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAChC,IAAI,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,QAAQ,qGAyEnB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Draggable.view.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Draggable/Draggable.view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoC,MAAM,OAAO,CAAC;AAQzD,MAAM,WAAW,iBAAiB;IAC9B,QAAQ,EAAE,OAAO,CAAC;IAClB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB;AACD,MAAM,MAAM,yBAAyB,GAAG,KAAK,CAAC,gBAAgB,CAC1D,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,CACtB,CAAC;AAEF,oBAAY,SAAS;IACjB,IAAI,IAAI;IACR,QAAQ,IAAI;IACZ,UAAU,IAAI;CACjB;AAqBD,eAAO,MAAM,SAAS;gBAGF,MAAM;iBACL,OAAO;8BACM,OAAO;gBACrB,OAAO;gBACP,KAAK,CAAC,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC;uBAC/B,CAAC,OAAO,EAAE,cAAc,KAAK,IAAI;mBACrC,CACX,OAAO,EAAE,cAAc,EACvB,iBAAiB,EAAE,iBAAiB,KACnC,IAAI;uBACU,CAAC,OAAO,EAAE,cAAc,KAAK,IAAI;yBAC/B,CAAC,OAAO,EAAE,cAAc,KAAK,IAAI;yBACjC,OAAO;uBACT,KAAK,CAAC,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC;mBACvC,MAAM;kBACP,MAAM;gCACQ,yBAAyB;gBACzC,SAAS;qBACJ,OAAO;2BACD,WAAW,GAAG,IAAI;gDA6fhD,CAAC;AAIF,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC"}
1
+ {"version":3,"file":"Draggable.view.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Draggable/Draggable.view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoC,MAAM,OAAO,CAAC;AAQzD,MAAM,WAAW,iBAAiB;IAC9B,QAAQ,EAAE,OAAO,CAAC;IAClB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB;AACD,MAAM,MAAM,yBAAyB,GAAG,KAAK,CAAC,gBAAgB,CAC1D,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,CACtB,CAAC;AAEF,oBAAY,SAAS;IACjB,IAAI,IAAI;IACR,QAAQ,IAAI;IACZ,UAAU,IAAI;CACjB;AAqBD,eAAO,MAAM,SAAS;gBAGF,MAAM;iBACL,OAAO;8BACM,OAAO;gBACrB,OAAO;gBACP,KAAK,CAAC,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC;uBAC/B,CAAC,OAAO,EAAE,cAAc,KAAK,IAAI;mBACrC,CACX,OAAO,EAAE,cAAc,EACvB,iBAAiB,EAAE,iBAAiB,KACnC,IAAI;uBACU,CAAC,OAAO,EAAE,cAAc,KAAK,IAAI;yBAC/B,CAAC,OAAO,EAAE,cAAc,KAAK,IAAI;yBACjC,OAAO;uBACT,KAAK,CAAC,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC;mBACvC,MAAM;kBACP,MAAM;gCACQ,yBAAyB;gBACzC,SAAS;qBACJ,OAAO;2BACD,WAAW,GAAG,IAAI;gDA8fhD,CAAC;AAIF,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC"}
@@ -11,6 +11,7 @@ export declare const FileUpload: React.ForwardRefExoticComponent<{
11
11
  multiple?: boolean;
12
12
  onChange: React.ChangeEventHandler<HTMLInputElement>;
13
13
  testId?: string;
14
+ noFocus?: boolean;
14
15
  } & React.RefAttributes<HTMLInputElement>>;
15
16
  export type FileUploadProps = React.ComponentProps<typeof FileUpload>;
16
17
  //# sourceMappingURL=FileUpload.view.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FileUpload.view.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/FileUpload/FileUpload.view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0B,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAIzD,eAAO,MAAM,UAAU;aAGN,MAAM;gBACH,MAAM;iBACL,WAAW;eACb,KAAK,CAAC,SAAS;gBACd,MAAM;SACb,MAAM;iBACE,OAAO;eACT,OAAO;cACR,KAAK,CAAC,kBAAkB,CAAC,gBAAgB,CAAC;aAC3C,MAAM;0CA+CtB,CAAC;AAIF,MAAM,MAAM,eAAe,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"FileUpload.view.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/FileUpload/FileUpload.view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0B,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAIzD,eAAO,MAAM,UAAU;aAGN,MAAM;gBACH,MAAM;iBACL,WAAW;eACb,KAAK,CAAC,SAAS;gBACd,MAAM;SACb,MAAM;iBACE,OAAO;eACT,OAAO;cACR,KAAK,CAAC,kBAAkB,CAAC,gBAAgB,CAAC;aAC3C,MAAM;cACL,OAAO;0CAmDxB,CAAC;AAIF,MAAM,MAAM,eAAe,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC"}
@@ -1,7 +1,8 @@
1
1
  import React from 'react';
2
- export declare const Captions: React.ForwardRefExoticComponent<{
2
+ import { type TextProps } from '../../elements/Text/Text';
3
+ export type CaptionsProps = {
3
4
  captions?: string;
4
- className?: string;
5
- } & React.RefAttributes<HTMLSpanElement>>;
6
- export type CaptionsProps = React.ComponentProps<typeof Captions>;
5
+ speakers?: string[];
6
+ };
7
+ export declare const Captions: React.FC<CaptionsProps & TextProps>;
7
8
  //# sourceMappingURL=Captions.view.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Captions.view.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Captions/Captions.view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,eAAO,MAAM,QAAQ;eAGF,MAAM;gBACL,MAAM;yCAkBxB,CAAC;AAIH,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,CAAC"}
1
+ {"version":3,"file":"Captions.view.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Captions/Captions.view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAO,KAAK,SAAS,EAAC,MAAM,0BAA0B,CAAC;AAK9D,MAAM,MAAM,aAAa,GAAG;IACxB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACvB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,GAAG,SAAS,CAkCxD,CAAC"}
@@ -11,8 +11,8 @@ export declare const ConfirmationModal: React.FC<ModalProps & {
11
11
  description?: string;
12
12
  descriptionWordBreak?: TextProps['wordBreak'];
13
13
  isOpen: boolean;
14
- onCancel?: (e?: React.SyntheticEvent<HTMLElement>) => void;
15
- onConfirm: (e?: React.SyntheticEvent<HTMLElement>) => void;
14
+ onCancel?: (e: React.SyntheticEvent<HTMLElement>) => void;
15
+ onConfirm: (e: React.SyntheticEvent<HTMLElement>) => void;
16
16
  title?: string;
17
17
  }>;
18
18
  //# sourceMappingURL=ConfirmationModal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ConfirmationModal.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/ConfirmationModal/ConfirmationModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAS,KAAK,WAAW,EAAC,MAAM,8BAA8B,CAAC;AACtE,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,0BAA0B,CAAC;AAMxD,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,gBAAgB,CAAC;AAK/C,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CACpC,UAAU,GAAG;IACT,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,oBAAoB,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IAC9C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,oBAAoB,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC,CAAC;IAC9C,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IAC3D,SAAS,EAAE,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IAC3D,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CA+DJ,CAAC"}
1
+ {"version":3,"file":"ConfirmationModal.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/ConfirmationModal/ConfirmationModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAS,KAAK,WAAW,EAAC,MAAM,8BAA8B,CAAC;AACtE,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,0BAA0B,CAAC;AAMxD,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,gBAAgB,CAAC;AAK/C,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CACpC,UAAU,GAAG;IACT,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,oBAAoB,CAAC,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IAC9C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,oBAAoB,CAAC,EAAE,SAAS,CAAC,WAAW,CAAC,CAAC;IAC9C,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IAC1D,SAAS,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,KAAK,IAAI,CAAC;IAC1D,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CA+DJ,CAAC"}
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import { Icon, InteractiveElement } from '../../../exports';
3
+ export declare const Chevron: React.FC<Partial<React.ComponentProps<typeof Icon>> & {
4
+ isPointingUpwards: boolean;
5
+ }>;
6
+ export declare const Summary: React.FC<React.ComponentProps<typeof InteractiveElement> & {
7
+ isOpen: boolean;
8
+ }>;
9
+ export declare const Details: React.FC<Omit<React.ComponentProps<typeof Summary>, 'content' | 'isOpen' | 'onToggle'> & {
10
+ content: React.ReactNode;
11
+ isFullWidth?: boolean;
12
+ isInitiallyOpen?: boolean;
13
+ onToggle?: (ev: React.ToggleEvent<HTMLDetailsElement>) => void;
14
+ summaryElement?: typeof Summary;
15
+ }>;
16
+ //# sourceMappingURL=Details.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Details.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Details/Details.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAGtC,OAAO,EACH,IAAI,EAEJ,kBAAkB,EAErB,MAAM,kBAAkB,CAAC;AAE1B,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAC1B,OAAO,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,CAAC,GAAG;IAAC,iBAAiB,EAAE,OAAO,CAAA;CAAC,CAgB5E,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAC1B,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,GAAG;IAC9C,MAAM,EAAE,OAAO,CAAC;CACnB,CAMJ,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAC1B,IAAI,CACA,KAAK,CAAC,cAAc,CAAC,OAAO,OAAO,CAAC,EACpC,SAAS,GAAG,QAAQ,GAAG,UAAU,CACpC,GAAG;IACA,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,WAAW,CAAC,kBAAkB,CAAC,KAAK,IAAI,CAAC;IAC/D,cAAc,CAAC,EAAE,OAAO,OAAO,CAAC;CACnC,CAqCJ,CAAC"}
@@ -1,6 +1,11 @@
1
1
  import React from 'react';
2
- import type { ColorScheme } from '../../../types/variants';
2
+ import { Row } from '../List/Row';
3
+ import type { ColorScheme, TextVariant } from '../../../types/variants';
3
4
  import type { MenuContent, MenuItem, TitledMenuContent } from './types';
5
+ export declare const PlainMenuEntry: React.FC<React.ComponentProps<typeof Row> & {
6
+ item: MenuItem;
7
+ variant?: TextVariant;
8
+ }>;
4
9
  export declare const MenuEntry: React.FC<{
5
10
  item: MenuItem;
6
11
  }>;
@@ -10,11 +15,12 @@ declare const DefaultWrapper: React.FC<React.PropsWithChildren<{
10
15
  testId?: string;
11
16
  }>>;
12
17
  export declare const Menu: React.FC<{
13
- onPointerDownCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
14
18
  className?: string;
15
19
  colorScheme?: ColorScheme;
16
20
  isAriaMultiSelectable?: boolean;
17
21
  menuContent: MenuContent | TitledMenuContent;
22
+ menuEntryComponent?: typeof MenuEntry;
23
+ onPointerDownCapture?: React.PointerEventHandler<HTMLDivElement> | undefined;
18
24
  role?: React.AriaRole;
19
25
  tabIndex?: number;
20
26
  testId?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"Menu.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Menu/Menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAWtC,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAGzD,OAAO,KAAK,EAAC,WAAW,EAAE,QAAQ,EAAE,iBAAiB,EAAC,MAAM,SAAS,CAAC;AAItE,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC;IAAC,IAAI,EAAE,QAAQ,CAAA;CAAC,CA8ChD,CAAC;AAKF,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAC1B,KAAK,CAAC,iBAAiB,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC,CAOL,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC;IACxB,oBAAoB,CAAC,EACf,KAAK,CAAC,mBAAmB,CAAC,cAAc,CAAC,GACzC,SAAS,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,WAAW,EAAE,WAAW,GAAG,iBAAiB,CAAC;IAC7C,IAAI,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gBAAgB,CAAC,EAAE,OAAO,cAAc,CAAC;CAC5C,CAiEA,CAAC"}
1
+ {"version":3,"file":"Menu.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Menu/Menu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAQtC,OAAO,EAAC,GAAG,EAAC,MAAM,aAAa,CAAC;AAGhC,OAAO,KAAK,EAAC,WAAW,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAGtE,OAAO,KAAK,EAAC,WAAW,EAAE,QAAQ,EAAE,iBAAiB,EAAC,MAAM,SAAS,CAAC;AAItE,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CACjC,KAAK,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,GAAG;IAAC,IAAI,EAAE,QAAQ,CAAC;IAAC,OAAO,CAAC,EAAE,WAAW,CAAA;CAAC,CAe7E,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC;IAAC,IAAI,EAAE,QAAQ,CAAA;CAAC,CA+BhD,CAAC;AAKF,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAC1B,KAAK,CAAC,iBAAiB,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC,CAOL,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,WAAW,EAAE,WAAW,GAAG,iBAAiB,CAAC;IAC7C,kBAAkB,CAAC,EAAE,OAAO,SAAS,CAAC;IACtC,oBAAoB,CAAC,EACf,KAAK,CAAC,mBAAmB,CAAC,cAAc,CAAC,GACzC,SAAS,CAAC;IAChB,IAAI,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gBAAgB,CAAC,EAAE,OAAO,cAAc,CAAC;CAC5C,CAkEA,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import type { TextVariant, ButtonVariant, ColorScheme } from '../../../types/variants';
2
2
  import type { IconSource } from '../../../../design-tokens/generated/Icons';
3
3
  import type { LinkTarget } from '../../../types/propTypes';
4
- export type MenuItem = {
4
+ export type MenuItem<T extends string = string> = {
5
5
  clickAction?: React.MouseEventHandler<HTMLElement>;
6
6
  colorScheme?: ColorScheme;
7
7
  icon?: IconSource;
@@ -19,6 +19,7 @@ export type MenuItem = {
19
19
  target?: LinkTarget;
20
20
  testId?: string;
21
21
  url?: string;
22
+ value?: T;
22
23
  variant?: TextVariant;
23
24
  };
24
25
  export type MenuAction = {
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Menu/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,WAAW,EACX,aAAa,EACb,WAAW,EACd,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,2CAA2C,CAAC;AAC1E,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,0BAA0B,CAAC;AAEzD,MAAM,MAAM,QAAQ,GAAG;IACnB,WAAW,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC;IACnD,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,CAAC,EACX,QAAQ,GACX,EAAE;QACC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;KAC7B,KAAK,KAAK,CAAC,YAAY,CAAC;IACzB,IAAI,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC;IACtB,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,WAAW,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACrB,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC;AAEtC,MAAM,MAAM,WAAW,GAAG,QAAQ,EAAE,EAAE,CAAC;AACvC,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC,gBAAgB,EAAE,QAAQ,EAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Menu/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACR,WAAW,EACX,aAAa,EACb,WAAW,EACd,MAAM,yBAAyB,CAAC;AACjC,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,2CAA2C,CAAC;AAC1E,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,0BAA0B,CAAC;AAEzD,MAAM,MAAM,QAAQ,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI;IAC9C,WAAW,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,WAAW,CAAC,CAAC;IACnD,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,CAAC,EACX,QAAQ,GACX,EAAE;QACC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;KAC7B,KAAK,KAAK,CAAC,YAAY,CAAC;IACzB,IAAI,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC;IACtB,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,CAAC,CAAC;IACV,OAAO,CAAC,EAAE,WAAW,CAAC;CACzB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACrB,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,MAAM,CAAC;AAEtC,MAAM,MAAM,WAAW,GAAG,QAAQ,EAAE,EAAE,CAAC;AACvC,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC,gBAAgB,EAAE,QAAQ,EAAE,CAAC,CAAC"}
@@ -1,9 +1,12 @@
1
1
  import React from 'react';
2
2
  import type { MultiselectOption } from '../../../types/elements';
3
+ import type { FontVariant } from '../../../../design-tokens/constants';
3
4
  import type { MultiselectCoreProps } from './MultiselectCore';
4
5
  export declare const ConfirmableMultiselect: React.FC<Omit<MultiselectCoreProps, 'menuComponent'> & {
5
- onConfirm: (selection: MultiselectOption[]) => void;
6
+ descriptionFontVariant?: FontVariant;
7
+ labelFontVariant?: FontVariant;
6
8
  menuTestId?: string;
9
+ onConfirm: (selection: MultiselectOption[]) => void;
7
10
  onContentVisibilityChange?: (isVisible: boolean) => void;
8
11
  }>;
9
12
  export type ConfirmableMultiselectProps = React.ComponentProps<typeof ConfirmableMultiselect>;
@@ -1 +1 @@
1
- {"version":3,"file":"ConfirmableMultiselect.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Multiselect/ConfirmableMultiselect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAQtC,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;AAG/D,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,mBAAmB,CAAC;AAO5D,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,EAAE,CACzC,IAAI,CAAC,oBAAoB,EAAE,eAAe,CAAC,GAAG;IAC1C,SAAS,EAAE,CAAC,SAAS,EAAE,iBAAiB,EAAE,KAAK,IAAI,CAAC;IACpD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,yBAAyB,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;CAC5D,CA8DJ,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,KAAK,CAAC,cAAc,CAC1D,OAAO,sBAAsB,CAChC,CAAC"}
1
+ {"version":3,"file":"ConfirmableMultiselect.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Multiselect/ConfirmableMultiselect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAQtC,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;AAC/D,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,qCAAqC,CAAC;AAIrE,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,mBAAmB,CAAC;AAO5D,eAAO,MAAM,sBAAsB,EAAE,KAAK,CAAC,EAAE,CACzC,IAAI,CAAC,oBAAoB,EAAE,eAAe,CAAC,GAAG;IAC1C,sBAAsB,CAAC,EAAE,WAAW,CAAC;IACrC,gBAAgB,CAAC,EAAE,WAAW,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,CAAC,SAAS,EAAE,iBAAiB,EAAE,KAAK,IAAI,CAAC;IACpD,yBAAyB,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;CAC5D,CAkEJ,CAAC;AAEF,MAAM,MAAM,2BAA2B,GAAG,KAAK,CAAC,cAAc,CAC1D,OAAO,sBAAsB,CAChC,CAAC"}
@@ -1,9 +1,17 @@
1
1
  import React from 'react';
2
2
  import type { MultiselectOption } from '../../../types/elements';
3
+ import { Text } from '../../elements/Text/Text';
4
+ import { FontVariant } from '../../../../design-tokens/constants';
3
5
  import type { MultiselectCoreProps } from './MultiselectCore';
4
6
  export declare const Multiselect: React.FC<Omit<MultiselectCoreProps, 'menuComponent'> & {
5
- onSelectChange: (selection: MultiselectOption[]) => void;
7
+ descriptionFontVariant?: FontVariant;
8
+ labelFontVariant?: FontVariant;
6
9
  menuTestId?: string;
10
+ onSelectChange: (selection: MultiselectOption[]) => void;
7
11
  }>;
8
12
  export type MultiselectProps = React.ComponentProps<typeof Multiselect>;
13
+ export declare const LabelWithDescription: React.FC<React.ComponentProps<typeof Text> & {
14
+ description?: string;
15
+ descriptionFontVariant?: FontVariant;
16
+ }>;
9
17
  //# sourceMappingURL=Multiselect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Multiselect.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Multiselect/Multiselect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;AAE/D,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,mBAAmB,CAAC;AAO5D,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAC9B,IAAI,CAAC,oBAAoB,EAAE,eAAe,CAAC,GAAG;IAC1C,cAAc,EAAE,CAAC,SAAS,EAAE,iBAAiB,EAAE,KAAK,IAAI,CAAC;IACzD,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB,CA2CJ,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,WAAW,CAAC,CAAC"}
1
+ {"version":3,"file":"Multiselect.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Multiselect/Multiselect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;AAC/D,OAAO,EAAC,IAAI,EAAC,MAAM,0BAA0B,CAAC;AAC9C,OAAO,EAAC,WAAW,EAAC,MAAM,qCAAqC,CAAC;AAEhE,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,mBAAmB,CAAC;AAO5D,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAC9B,IAAI,CAAC,oBAAoB,EAAE,eAAe,CAAC,GAAG;IAC1C,sBAAsB,CAAC,EAAE,WAAW,CAAC;IACrC,gBAAgB,CAAC,EAAE,WAAW,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,CAAC,SAAS,EAAE,iBAAiB,EAAE,KAAK,IAAI,CAAC;CAC5D,CA+CJ,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,WAAW,CAAC,CAAC;AAExE,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CACvC,KAAK,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,GAAG;IAChC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sBAAsB,CAAC,EAAE,WAAW,CAAC;CACxC,CAsBJ,CAAC"}
@@ -20,8 +20,8 @@ export declare const MultiselectCore: React.FC<{
20
20
  menuComponent: DropContentType;
21
21
  multipleSelectionText?: string;
22
22
  noSelectionText?: string;
23
- onOutsideClose?: () => void;
24
23
  onContentVisibilityChange?: (isVisible: boolean) => void;
24
+ onOutsideClose?: () => void;
25
25
  options: MultiselectOption[];
26
26
  sizeModifier?: SizeModifier;
27
27
  testId?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"MultiselectCore.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Multiselect/MultiselectCore.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAC,WAAW,EAAE,aAAa,EAAC,MAAM,yBAAyB,CAAC;AACxE,OAAO,KAAK,EAAC,mBAAmB,EAAE,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAC/E,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,2CAA2C,CAAC;AAC1E,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;AAK/D,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,aAAa,EAAE,eAAe,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,yBAAyB,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IACzD,OAAO,EAAE,iBAAiB,EAAE,CAAC;IAC7B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB,CAuFA,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,CAAC"}
1
+ {"version":3,"file":"MultiselectCore.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/Multiselect/MultiselectCore.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAU1B,OAAO,KAAK,EAAC,WAAW,EAAE,aAAa,EAAC,MAAM,yBAAyB,CAAC;AACxE,OAAO,KAAK,EAAC,mBAAmB,EAAE,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAC/E,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,2CAA2C,CAAC;AAC1E,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,yBAAyB,CAAC;AAK/D,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC;IACnC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B,aAAa,EAAE,eAAe,CAAC;IAC/B,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,yBAAyB,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IACzD,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,OAAO,EAAE,iBAAiB,EAAE,CAAC;IAC7B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,EAAE,GAAG,SAAS,CAAC;IAC5B,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB,CAuFA,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,CAAC"}
@@ -0,0 +1,183 @@
1
+ export { CardLayout } from './components/foundation/CardLayout/CardLayout';
2
+ export { Cell } from './components/foundation/Grid/Cell/Cell';
3
+ export { CenterLayout } from './components/foundation/CenterLayout/CenterLayout';
4
+ export { FullscreenLayout } from './components/foundation/FullscreenLayout/FullscreenLayout';
5
+ export { FullscreenOverlay } from './components/foundation/FullscreenOverlay/FullscreenOverlay';
6
+ export { FullscreenSpinner } from './components/foundation/FullscreenSpinner/FullscreenSpinner';
7
+ export { FullSizeWindow } from './components/foundation/FullSizeWindow/FullSizeWindow';
8
+ export { Grid } from './components/foundation/Grid/Grid';
9
+ export { Scrim } from './components/foundation/Scrim/Scrim';
10
+ export { Wrapper } from './components/foundation/Wrapper/Wrapper';
11
+ export * from './components/elements/InteractiveElement/InteractiveElement';
12
+ export * from './components/elements/SimpleButton/SimpleButton';
13
+ export * from './components/elements/Button/Button';
14
+ export * from './components/elements/Icon/Icon';
15
+ export { Announcer, announce } from './components/elements/Announcer/Announcer';
16
+ export { Box } from './components/elements/Box/Box';
17
+ export { BoxHeader } from './components/elements/BoxHeader/BoxHeader';
18
+ export { CallToAction } from './components/elements/CallToAction/CallToAction';
19
+ export { Checkbox } from './components/elements/Checkbox/Checkbox';
20
+ export { CoreHeader } from './components/elements/CoreHeader/CoreHeader';
21
+ export { Divider } from './components/elements/Divider/Divider';
22
+ export { DragAndDrop } from './components/elements/DragAndDrop/DragAndDrop.view';
23
+ export { FileUpload } from './components/elements/FileUpload/FileUpload.view';
24
+ export { Heading } from './components/elements/Heading/Heading';
25
+ export { LineHeading } from './components/elements/LineHeading/LineHeading';
26
+ export { Input, useInput } from './components/elements/Input/Input';
27
+ export { InputLabel } from './components/elements/InputLabel/InputLabel';
28
+ export { Logo } from './components/elements/Logo/Logo';
29
+ export { PexipLogo } from './components/elements/PexipLogo/PexipLogo';
30
+ export { NotificationTooltip } from './components/elements/Tooltip/NotificationTooltip';
31
+ export { CustomTooltip } from './components/elements/Tooltip/CustomTooltip';
32
+ export { Pill } from './components/elements/Pill/Pill';
33
+ export { ActionsRow } from './components/elements/ActionsRow/ActionsRow';
34
+ export { RadioButton } from './components/elements/RadioButton/RadioButton';
35
+ export { Scrollbars } from './components/elements/Scrollbars/Scrollbars';
36
+ export { Spinner } from './components/elements/Spinner/Spinner';
37
+ export { StatIndicator } from './components/elements/StatIndicator/StatIndicator';
38
+ export { StepNumber } from './components/elements/StepNumber/StepNumber';
39
+ export { Text } from './components/elements/Text/Text';
40
+ export { TextArea } from './components/elements/TextArea/TextArea';
41
+ export { TextLink } from './components/elements/TextLink/TextLink';
42
+ export { ListBoxLink } from './components/elements/ListBoxLink/ListBoxLink';
43
+ export { ListLink } from './components/elements/ListLink/ListLink';
44
+ export { ProgressBar, ProgressBarColor, } from './components/elements/ProgressBar/ProgressBar';
45
+ export { TextHeading } from './components/elements/TextHeading/TextHeading';
46
+ export { ToggleSwitch } from './components/elements/ToggleSwitch/ToggleSwitch';
47
+ export { Tooltip } from './components/elements/Tooltip/Tooltip';
48
+ export { Video } from './components/elements/Video/Video';
49
+ export { Audio } from './components/elements/Audio/Audio';
50
+ export * from './components/elements/BadgeCounter/BadgeCounter';
51
+ export { SvgImage } from './components/elements/SvgImage/SvgImage';
52
+ export { URLToLink } from './components/elements/URLToLink/URLToLink';
53
+ export { Draggable } from './components/elements/Draggable/Draggable.view';
54
+ export * from './components/elements/Panel/Panel';
55
+ export * from './components/modules/Modal/Modal';
56
+ export { AboutModal, AboutText, } from './components/modules/AboutModal/AboutModal';
57
+ export { Accordion } from './components/modules/Accordion/Accordion';
58
+ export { ActivityCard } from './components/modules/ActivityCard/ActivityCard';
59
+ export { AspectRatio } from './components/modules/AspectRatio/AspectRatio';
60
+ export { Bar } from './components/modules/Bar/Bar';
61
+ export { Breadcrumbs } from './components/modules/Breadcrumbs/Breadcrumbs';
62
+ export { CakeTimer } from './components/modules/CakeTimer/CakeTimer';
63
+ export { CircleCountDown } from './components/modules/CircleCountDown/CircleCountDown.view';
64
+ export { CondensedTabs } from './components/modules/CondensedTabs/CondensedTabs.view';
65
+ export { ModalCloseButton } from './components/modules/CloseButton/ModalCloseButton.view';
66
+ export { ConfirmableMultiselect } from './components/modules/Multiselect/ConfirmableMultiselect';
67
+ export { ConfirmationModal } from './components/modules/ConfirmationModal/ConfirmationModal';
68
+ export { ContextMenu } from './components/modules/ContextMenu/ContextMenu';
69
+ export { Details } from './components/modules/Details/Details';
70
+ export { DragAndUploadFiles } from './components/modules/DragAndDropFiles/DragAndUploadFiles.view';
71
+ export { DropContent } from './components/modules/DropContent/DropContent';
72
+ export { Form } from './components/modules/Form/Form';
73
+ export { Group } from './components/modules/Group/Group';
74
+ export { InfoMessage } from './components/modules/InfoMessage/InfoMessage.view';
75
+ export { List } from './components/modules/List/List';
76
+ export { Menu, MenuEntry, PlainMenuEntry } from './components/modules/Menu/Menu';
77
+ export { Multiselect } from './components/modules/Multiselect/Multiselect';
78
+ export { MultistepIndicator } from './components/modules/MultistepIndicator/MultistepIndicator';
79
+ export { NumberStepInput } from './components/modules/NumberStepInput/NumberStepInput';
80
+ export { PasswordInput } from './components/modules/PasswordInput/PasswordInput';
81
+ export { PopOutWindow } from './components/modules/PopOutWindow/PopOutWindow';
82
+ export { PreferenceInput } from './components/modules/PreferenceInput/PreferenceInput';
83
+ export { PreferenceMultiselect } from './components/modules/PreferenceMultiselect/PreferenceMultiselect';
84
+ export { PreferenceRow } from './components/modules/PreferenceRow/PreferenceRow';
85
+ export { PreferenceWrapper } from './components/modules/PreferenceInput/PreferenceWrapper';
86
+ export { Row } from './components/modules/List/Row';
87
+ export { SearchInput } from './components/modules/SearchInput/SearchInput';
88
+ export { SectionAccordion } from './components/modules/SectionAccordion/SectionAccordion';
89
+ export { Section } from './components/modules/Section/Section';
90
+ export { Select } from './components/modules/Select/Select';
91
+ export { Sheet } from './components/modules/Sheet/Sheet';
92
+ export { StatCard, StatCardBox, StatCardVariant, } from './components/modules/StatCard/StatCard';
93
+ export { Tab, Tabs } from './components/modules/Tabs/Tabs';
94
+ export { Tag, TagList } from './components/modules/TagList/TagList';
95
+ export { Toast } from './components/modules/Toast/Toast';
96
+ export { AvatarType } from './components/modules/Avatar/Avatar.types';
97
+ export { Avatar } from './components/modules/Avatar/Avatar';
98
+ export { UserMenuButton, UserMenuDropContent, } from './components/modules/UserMenuDropContent/UserMenuDropContent.view';
99
+ export { User } from './components/modules/User/User';
100
+ export { VideoWrapper } from './components/modules/VideoWrapper/VideoWrapper';
101
+ export { NotificationToast } from './components/modules/NotificationToast/NotificationToast';
102
+ export { KebabMenuButton } from './components/modules/KebabMenuButton/KebabMenuButton';
103
+ export { RangeSlider } from './components/elements/RangeSlider/RangeSlider.view';
104
+ export { Captions } from './components/modules/Captions/Captions.view';
105
+ export { ImagePreviewButton } from './components/modules/AssetPreviewButton/PreviewButtons.view';
106
+ export { ColorPreviewButton } from './components/modules/AssetPreviewButton/PreviewButtons.view';
107
+ export { ColorPickerPreviewButton } from './components/modules/AssetPreviewButton/ColorPickerPreviewButton.view';
108
+ export { Table } from './components/modules/Table/Table';
109
+ export { TableRow, TableRowWrapper } from './components/modules/Table/TableRow';
110
+ export { TableBody } from './components/modules/Table/TableBody';
111
+ export { TableCell } from './components/modules/Table/TableCell';
112
+ export { TableContent } from './components/modules/Table/TableContent';
113
+ export { TableHead } from './components/modules/Table/TableHead';
114
+ export { TableHeadCell } from './components/modules/Table/TableHeadCell';
115
+ export { SortingIndicator } from './components/modules/Table/SortingIndicator';
116
+ export { ExpanderCell } from './components/modules/Table/ExpanderCell';
117
+ export { InfoHeadCell } from './components/modules/Table/InfoHeadCell';
118
+ export { TablePagination } from './components/modules/Table/TablePagination';
119
+ export { TableSection } from './components/modules/Table/TableSection';
120
+ export { AriaMenu } from './components/modules/AriaMenu/AriaMenu';
121
+ export { ThreeColumnSelector } from './components/modules/ThreeColumnSelector/ThreeColumnSelector';
122
+ export { CollapsableContainer } from './components/modules/CollapsableContainer/CollapsableContainer';
123
+ export { FontVariant } from '../design-tokens/generated/constants';
124
+ export { Color, RgbColor } from '../design-tokens/generated/colors';
125
+ export type { IconSource, IconCollection, } from '../design-tokens/generated/Icons';
126
+ export { breakpoints, type Breakpoint, } from '../design-tokens/generated/breakpoints';
127
+ export { variables } from '../design-tokens/generated/variables';
128
+ export type { ColorScheme, ButtonVariant, HeadingFontVariant, LabelModifier, InputVariant, ShadowModifier, StatIndicatorVariant, TextVariant, VideoWrapperVariant, FullSizeWindowBackgroundVariant, BadgeCounterVariant, } from './types/variants';
129
+ export type { ButtonHTMLTag, InlineElement, HeadingElement, Option, MultiselectOption, } from './types/elements';
130
+ export type { AllSize, BaseSizeModifier, SizeModifier, StandardSizeModifier, ExtendedSizeModifier, ButtonModifiersValues, VideoWrapperSizeModifier, LogoSizeModifier, ModalSizeModifier, } from './types/sizes';
131
+ export type { LinkTarget, TooltipPosition, ExtendedTooltipPosition, } from './types/propTypes';
132
+ export type { ImageSrc, BackgroundImageSrc } from './types/images';
133
+ export type { ToastPosition } from './components/modules/Toast/Toast';
134
+ export type { DropContentPosition, DropContentType, } from './components/modules/DropContent/types';
135
+ export type { IScrollbars } from './components/elements/Scrollbars/Scrollbars';
136
+ export type { SelectProps } from './components/modules/Select/Select';
137
+ export type { VideoHandle } from './components/elements/Video/Video';
138
+ export type { ToastProps } from './components/modules/Toast/Toast';
139
+ export type { TextLinkProps } from './components/elements/TextLink/TextLink';
140
+ export type { TextProps } from './components/elements/Text/Text';
141
+ export type { WithTransitionProps } from './components/modules/TransitionContainer/withTransition';
142
+ export type { BreadcrumbItem } from './components/modules/Breadcrumbs/Breadcrumbs';
143
+ export type { AriaMenuItem, AriaMenuProps, } from './components/modules/AriaMenu/AriaMenu.types';
144
+ export type { StatusItem, ActivityCardAction, } from './components/modules/ActivityCard/ActivityCard';
145
+ export type { MenuAction, MenuContent, MenuItem, } from './components/modules/Menu/types';
146
+ export type { GroupProps } from './components/modules/Group/Group';
147
+ export type { MultistepItem } from './components/modules/MultistepIndicator/MultistepIndicator.types';
148
+ export type { MultistepIndicatorProps } from './components/modules/MultistepIndicator/MultistepIndicator';
149
+ export type { ClickEventHandler } from './types/events';
150
+ export type { TagItem } from './components/modules/TagList/TagList';
151
+ export type { FloatRootOverflow, AlignWithFloatRootTrigger, } from './components/elements/Draggable/Draggable.view';
152
+ export { LockStyle } from './components/elements/Draggable/Draggable.view';
153
+ export type { NotificationTooltipPosition } from './components/elements/Tooltip/NotificationTooltip';
154
+ export type { NotificationToastMessage, NotificationToastSignal, } from './components/modules/NotificationToast/NotificationToastSignal';
155
+ export type { FullSizeWindowCommonProps, FullSizeWindowColorBackgroundProps, FullSizeWindowImageBackgroundProps, } from './components/foundation/FullSizeWindow/FullSizeWindow';
156
+ export type { OverlayOpacity } from './components/foundation/FullSizeWindow/FullSizeWindow';
157
+ export { TooltipPositionValue } from './types/propTypes';
158
+ export { StatCardRow } from './components/modules/StatCard/StatCard';
159
+ export type { StatCardRowData } from './components/modules/StatCard/StatCard';
160
+ export type { TableResultsCountProps } from './components/modules/Table/TablePagination';
161
+ export { onEnter } from './utils/onEnter';
162
+ export { isBackgroundImageSrcEmpty, isImageSrcEmpty } from './utils/imageSrc';
163
+ export { sizeToPadding } from './utils/helpers';
164
+ export { useTabs } from './components/modules/Tabs/hooks/useTabs';
165
+ export { useMultistepIndicator } from './components/modules/MultistepIndicator/useMultistepIndicator';
166
+ export * from './hooks/media-queries';
167
+ export { useBreakpointChange } from './hooks/useBreakpointChange';
168
+ export { useScrollIntoView } from './hooks/useScrollIntoView';
169
+ export { useGroupedPagesNav } from './components/modules/Table/hooks/useGroupedPagesNav';
170
+ export { useModalHandle } from './hooks/useModalHandle';
171
+ export { useFocusFrom } from './hooks/useFocusFrom';
172
+ export { useFocusFromOpened } from './hooks/useFocusFromOpened';
173
+ export { useModal } from './hooks/useModal';
174
+ export { useOutOfViewNavigation } from './hooks/useOutOfViewNavigation';
175
+ export { withTransition } from './components/modules/TransitionContainer/withTransition';
176
+ export { withTabName } from './components/modules/Tabs/withTabName';
177
+ export { ThemeConsumer, ThemeContext, ThemeProvider, themeValues, type Theme, withColorScheme, } from './themes/ThemeContext';
178
+ export { TestId } from './utils/testIds';
179
+ export { notificationToastSignal } from './components/modules/NotificationToast/NotificationToastSignal';
180
+ export { ariaMenuOpenStateSignal } from './components/modules/AriaMenu/AriaMenu.signals';
181
+ export { isImageSrcString } from './utils/imageSrc';
182
+ export { isValidIconName } from './utils/typeGuards';
183
+ //# sourceMappingURL=exports.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../../../src/exports.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ export declare const useOutOfViewNavigation: ({ content, root, containerClassName, isDisabled, moveBy, }: {
3
+ isDisabled?: boolean;
4
+ content: React.ReactElement;
5
+ root: HTMLElement | null;
6
+ moveBy?: number;
7
+ containerClassName?: string;
8
+ }) => {
9
+ navigationView: React.JSX.Element;
10
+ moveLeft: (() => void) | undefined;
11
+ moveRight: (() => void) | undefined;
12
+ hasOverflowingContent: boolean;
13
+ };
14
+ //# sourceMappingURL=useOutOfViewNavigation.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useOutOfViewNavigation.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useOutOfViewNavigation.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAG9D,eAAO,MAAM,sBAAsB,+DAMhC;IACC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,EAAE,KAAK,CAAC,YAAY,CAAC;IAC5B,IAAI,EAAE,WAAW,GAAG,IAAI,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC/B;;qBAEmD,IAAI;sBAGF,IAAI;;CA4HzD,CAAC"}