@pexip/components 19.1.3 → 19.2.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 (299) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/api-docs/README.mdx +330 -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/usePortrait.mdx +7 -0
  40. package/api-docs/functions/useScrollIntoView.mdx +22 -0
  41. package/api-docs/functions/useSm.mdx +7 -0
  42. package/api-docs/functions/useSmDown.mdx +7 -0
  43. package/api-docs/functions/useSmToLg.mdx +7 -0
  44. package/api-docs/functions/useSmToXl.mdx +7 -0
  45. package/api-docs/functions/useSmUp.mdx +7 -0
  46. package/api-docs/functions/useTabletDevice.mdx +7 -0
  47. package/api-docs/functions/useTabs.mdx +18 -0
  48. package/api-docs/functions/useTouchDevice.mdx +7 -0
  49. package/api-docs/functions/useXl.mdx +7 -0
  50. package/api-docs/functions/useXlDown.mdx +7 -0
  51. package/api-docs/functions/useXlUp.mdx +7 -0
  52. package/api-docs/functions/useXs.mdx +7 -0
  53. package/api-docs/functions/withColorScheme.mdx +32 -0
  54. package/api-docs/functions/withTabName.mdx +32 -0
  55. package/api-docs/functions/withTransition.mdx +36 -0
  56. package/api-docs/interfaces/EnhancerProps.mdx +10 -0
  57. package/api-docs/interfaces/FloatRootOverflow.mdx +9 -0
  58. package/api-docs/interfaces/FullSizeWindowCommonProps.mdx +8 -0
  59. package/api-docs/interfaces/IconCollection.mdx +145 -0
  60. package/api-docs/interfaces/IconSource.mdx +7 -0
  61. package/api-docs/interfaces/LoadingBoxProps.mdx +12 -0
  62. package/api-docs/interfaces/ModalHandle.mdx +5 -0
  63. package/api-docs/interfaces/MultistepItem.mdx +13 -0
  64. package/api-docs/interfaces/StatCardRowData.mdx +15 -0
  65. package/api-docs/interfaces/ToastProps.mdx +14 -0
  66. package/api-docs/interfaces/VideoHandle.mdx +6 -0
  67. package/api-docs/interfaces/WithTransitionProps.mdx +5 -0
  68. package/api-docs/type-aliases/ActivityCardAction.mdx +10 -0
  69. package/api-docs/type-aliases/AlignWithFloatRootTrigger.mdx +3 -0
  70. package/api-docs/type-aliases/AllSize.mdx +3 -0
  71. package/api-docs/type-aliases/AriaMenuItem.mdx +21 -0
  72. package/api-docs/type-aliases/AriaMenuProps.mdx +18 -0
  73. package/api-docs/type-aliases/BackgroundImageSrc.mdx +3 -0
  74. package/api-docs/type-aliases/BadgeCounterProps.mdx +3 -0
  75. package/api-docs/type-aliases/BadgeCounterVariant.mdx +3 -0
  76. package/api-docs/type-aliases/BaseSizeModifier.mdx +3 -0
  77. package/api-docs/type-aliases/BreadcrumbItem.mdx +11 -0
  78. package/api-docs/type-aliases/Breakpoint.mdx +3 -0
  79. package/api-docs/type-aliases/ButtonHTMLTag.mdx +3 -0
  80. package/api-docs/type-aliases/ButtonModifiersValues.mdx +3 -0
  81. package/api-docs/type-aliases/ButtonProps.mdx +3 -0
  82. package/api-docs/type-aliases/ButtonTextProps.mdx +3 -0
  83. package/api-docs/type-aliases/ButtonVariant.mdx +3 -0
  84. package/api-docs/type-aliases/ClickEventHandler.mdx +20 -0
  85. package/api-docs/type-aliases/ColorScheme.mdx +3 -0
  86. package/api-docs/type-aliases/DropContentPosition.mdx +3 -0
  87. package/api-docs/type-aliases/DropContentType.mdx +3 -0
  88. package/api-docs/type-aliases/ExtendedSizeModifier.mdx +3 -0
  89. package/api-docs/type-aliases/ExtendedTooltipPosition.mdx +13 -0
  90. package/api-docs/type-aliases/FullSizeWindowBackgroundVariant.mdx +3 -0
  91. package/api-docs/type-aliases/FullSizeWindowColorBackgroundProps.mdx +13 -0
  92. package/api-docs/type-aliases/FullSizeWindowImageBackgroundProps.mdx +13 -0
  93. package/api-docs/type-aliases/GroupProps.mdx +3 -0
  94. package/api-docs/type-aliases/HeadingElement.mdx +3 -0
  95. package/api-docs/type-aliases/HeadingFontVariant.mdx +3 -0
  96. package/api-docs/type-aliases/IScrollbars.mdx +3 -0
  97. package/api-docs/type-aliases/ImageSrc.mdx +3 -0
  98. package/api-docs/type-aliases/InlineElement.mdx +3 -0
  99. package/api-docs/type-aliases/InputVariant.mdx +3 -0
  100. package/api-docs/type-aliases/InteractiveElementHTMLTag.mdx +3 -0
  101. package/api-docs/type-aliases/InteractiveElementProps.mdx +3 -0
  102. package/api-docs/type-aliases/LabelModifier.mdx +3 -0
  103. package/api-docs/type-aliases/LinkTarget.mdx +3 -0
  104. package/api-docs/type-aliases/LogoSizeModifier.mdx +3 -0
  105. package/api-docs/type-aliases/MenuAction.mdx +17 -0
  106. package/api-docs/type-aliases/MenuContent.mdx +3 -0
  107. package/api-docs/type-aliases/MenuItem.mdx +24 -0
  108. package/api-docs/type-aliases/ModalProps.mdx +3 -0
  109. package/api-docs/type-aliases/ModalSizeModifier.mdx +3 -0
  110. package/api-docs/type-aliases/MultiselectOption.mdx +16 -0
  111. package/api-docs/type-aliases/MultistepIndicatorProps.mdx +3 -0
  112. package/api-docs/type-aliases/NotificationToastMessage.mdx +18 -0
  113. package/api-docs/type-aliases/NotificationToastSignal.mdx +3 -0
  114. package/api-docs/type-aliases/NotificationTooltipPosition.mdx +13 -0
  115. package/api-docs/type-aliases/Option.mdx +17 -0
  116. package/api-docs/type-aliases/OverlayOpacity.mdx +3 -0
  117. package/api-docs/type-aliases/PanelProps.mdx +3 -0
  118. package/api-docs/type-aliases/SelectProps.mdx +29 -0
  119. package/api-docs/type-aliases/ShadowModifier.mdx +3 -0
  120. package/api-docs/type-aliases/SimpleButtonProps.mdx +3 -0
  121. package/api-docs/type-aliases/SizeModifier.mdx +3 -0
  122. package/api-docs/type-aliases/StandardSizeModifier.mdx +3 -0
  123. package/api-docs/type-aliases/StatIndicatorVariant.mdx +3 -0
  124. package/api-docs/type-aliases/StatusItem.mdx +10 -0
  125. package/api-docs/type-aliases/TableResultsCountProps.mdx +12 -0
  126. package/api-docs/type-aliases/TagItem.mdx +17 -0
  127. package/api-docs/type-aliases/TextLinkProps.mdx +3 -0
  128. package/api-docs/type-aliases/TextProps.mdx +3 -0
  129. package/api-docs/type-aliases/TextVariant.mdx +3 -0
  130. package/api-docs/type-aliases/Theme.mdx +3 -0
  131. package/api-docs/type-aliases/ToastPosition.mdx +3 -0
  132. package/api-docs/type-aliases/TooltipPosition.mdx +3 -0
  133. package/api-docs/type-aliases/VideoWrapperSizeModifier.mdx +3 -0
  134. package/api-docs/type-aliases/VideoWrapperVariant.mdx +3 -0
  135. package/api-docs/variables/AboutModal.mdx +3 -0
  136. package/api-docs/variables/AboutText.mdx +3 -0
  137. package/api-docs/variables/Accordion.mdx +16 -0
  138. package/api-docs/variables/ActionsRow.mdx +3 -0
  139. package/api-docs/variables/ActivityCard.mdx +11 -0
  140. package/api-docs/variables/Announcer.mdx +12 -0
  141. package/api-docs/variables/AriaMenu.mdx +5 -0
  142. package/api-docs/variables/AspectRatio.mdx +6 -0
  143. package/api-docs/variables/Audio.mdx +3 -0
  144. package/api-docs/variables/Avatar.mdx +3 -0
  145. package/api-docs/variables/BadgeCounter.mdx +3 -0
  146. package/api-docs/variables/Bar.mdx +3 -0
  147. package/api-docs/variables/Box.mdx +3 -0
  148. package/api-docs/variables/BoxHeader.mdx +3 -0
  149. package/api-docs/variables/Breadcrumbs.mdx +9 -0
  150. package/api-docs/variables/Button.mdx +3 -0
  151. package/api-docs/variables/ButtonText.mdx +3 -0
  152. package/api-docs/variables/CakeTimer.mdx +3 -0
  153. package/api-docs/variables/CallToAction.mdx +3 -0
  154. package/api-docs/variables/Captions.mdx +3 -0
  155. package/api-docs/variables/CardLayout.mdx +10 -0
  156. package/api-docs/variables/Cell.mdx +3 -0
  157. package/api-docs/variables/CenterLayout.mdx +3 -0
  158. package/api-docs/variables/Checkbox.mdx +3 -0
  159. package/api-docs/variables/CircleCountDown.mdx +7 -0
  160. package/api-docs/variables/CollapsableContainer.mdx +15 -0
  161. package/api-docs/variables/ColorPickerPreviewButton.mdx +3 -0
  162. package/api-docs/variables/ColorPreviewButton.mdx +3 -0
  163. package/api-docs/variables/CondensedTabs.mdx +3 -0
  164. package/api-docs/variables/ConfirmableMultiselect.mdx +3 -0
  165. package/api-docs/variables/ConfirmationModal.mdx +3 -0
  166. package/api-docs/variables/ContextMenu.mdx +12 -0
  167. package/api-docs/variables/CoreHeader.mdx +3 -0
  168. package/api-docs/variables/CustomTooltip.mdx +3 -0
  169. package/api-docs/variables/Divider.mdx +3 -0
  170. package/api-docs/variables/DragAndDrop.mdx +10 -0
  171. package/api-docs/variables/DragAndUploadFiles.mdx +3 -0
  172. package/api-docs/variables/Draggable.mdx +3 -0
  173. package/api-docs/variables/DropContent.mdx +3 -0
  174. package/api-docs/variables/Enhancers.mdx +3 -0
  175. package/api-docs/variables/ExpanderCell.mdx +3 -0
  176. package/api-docs/variables/FileUpload.mdx +3 -0
  177. package/api-docs/variables/Form.mdx +3 -0
  178. package/api-docs/variables/FullSizeWindow.mdx +5 -0
  179. package/api-docs/variables/FullscreenLayout.mdx +3 -0
  180. package/api-docs/variables/FullscreenOverlay.mdx +3 -0
  181. package/api-docs/variables/FullscreenSpinner.mdx +3 -0
  182. package/api-docs/variables/Grid.mdx +3 -0
  183. package/api-docs/variables/Group.mdx +3 -0
  184. package/api-docs/variables/Heading.mdx +11 -0
  185. package/api-docs/variables/HotKey.mdx +6 -0
  186. package/api-docs/variables/HotkeysTooltip.mdx +3 -0
  187. package/api-docs/variables/Icon.mdx +3 -0
  188. package/api-docs/variables/IconTypes.mdx +3 -0
  189. package/api-docs/variables/ImagePreviewButton.mdx +3 -0
  190. package/api-docs/variables/InfoHeadCell.mdx +7 -0
  191. package/api-docs/variables/InfoMessage.mdx +6 -0
  192. package/api-docs/variables/Input.mdx +3 -0
  193. package/api-docs/variables/InputLabel.mdx +3 -0
  194. package/api-docs/variables/InteractiveElement.mdx +3 -0
  195. package/api-docs/variables/KebabMenuButton.mdx +3 -0
  196. package/api-docs/variables/LineHeading.mdx +5 -0
  197. package/api-docs/variables/List.mdx +3 -0
  198. package/api-docs/variables/ListBoxLink.mdx +3 -0
  199. package/api-docs/variables/ListLink.mdx +3 -0
  200. package/api-docs/variables/LoadingBox.mdx +3 -0
  201. package/api-docs/variables/Logo.mdx +3 -0
  202. package/api-docs/variables/Menu.mdx +13 -0
  203. package/api-docs/variables/MenuEntry.mdx +5 -0
  204. package/api-docs/variables/Modal.mdx +8 -0
  205. package/api-docs/variables/ModalCloseButton.mdx +9 -0
  206. package/api-docs/variables/ModalCloseButtonWithTooltip.mdx +3 -0
  207. package/api-docs/variables/Multiselect.mdx +3 -0
  208. package/api-docs/variables/MultistepIndicator.mdx +13 -0
  209. package/api-docs/variables/NotificationToast.mdx +13 -0
  210. package/api-docs/variables/NotificationTooltip.mdx +3 -0
  211. package/api-docs/variables/NumberStepInput.mdx +21 -0
  212. package/api-docs/variables/Panel.mdx +3 -0
  213. package/api-docs/variables/PasswordInput.mdx +6 -0
  214. package/api-docs/variables/PexipLogo.mdx +3 -0
  215. package/api-docs/variables/Pill.mdx +3 -0
  216. package/api-docs/variables/PopOutWindow.mdx +8 -0
  217. package/api-docs/variables/PreferenceInput.mdx +26 -0
  218. package/api-docs/variables/PreferenceMultiselect.mdx +21 -0
  219. package/api-docs/variables/PreferenceRow.mdx +12 -0
  220. package/api-docs/variables/PreferenceWrapper.mdx +3 -0
  221. package/api-docs/variables/ProgressBar.mdx +3 -0
  222. package/api-docs/variables/RadioButton.mdx +3 -0
  223. package/api-docs/variables/RangeSlider.mdx +11 -0
  224. package/api-docs/variables/RefButton.mdx +3 -0
  225. package/api-docs/variables/RefInteractiveElement.mdx +3 -0
  226. package/api-docs/variables/RefSimpleButton.mdx +3 -0
  227. package/api-docs/variables/Row.mdx +3 -0
  228. package/api-docs/variables/Scrim.mdx +3 -0
  229. package/api-docs/variables/Scrollbars.mdx +3 -0
  230. package/api-docs/variables/SearchInput.mdx +12 -0
  231. package/api-docs/variables/Section.mdx +3 -0
  232. package/api-docs/variables/SectionAccordion.mdx +15 -0
  233. package/api-docs/variables/Select.mdx +19 -0
  234. package/api-docs/variables/Sheet.mdx +3 -0
  235. package/api-docs/variables/SimpleButton.mdx +7 -0
  236. package/api-docs/variables/SortingIndicator.mdx +6 -0
  237. package/api-docs/variables/Spinner.mdx +3 -0
  238. package/api-docs/variables/StatCard.mdx +12 -0
  239. package/api-docs/variables/StatCardBox.mdx +3 -0
  240. package/api-docs/variables/StatCardRow.mdx +3 -0
  241. package/api-docs/variables/StatIndicator.mdx +3 -0
  242. package/api-docs/variables/StepNumber.mdx +3 -0
  243. package/api-docs/variables/SvgImage.mdx +3 -0
  244. package/api-docs/variables/Tab.mdx +3 -0
  245. package/api-docs/variables/Table.mdx +3 -0
  246. package/api-docs/variables/TableBody.mdx +3 -0
  247. package/api-docs/variables/TableCell.mdx +3 -0
  248. package/api-docs/variables/TableContent.mdx +3 -0
  249. package/api-docs/variables/TableHead.mdx +3 -0
  250. package/api-docs/variables/TableHeadCell.mdx +3 -0
  251. package/api-docs/variables/TablePagination.mdx +23 -0
  252. package/api-docs/variables/TableRow.mdx +3 -0
  253. package/api-docs/variables/TableRowWrapper.mdx +9 -0
  254. package/api-docs/variables/TableSection.mdx +3 -0
  255. package/api-docs/variables/Tabs.mdx +3 -0
  256. package/api-docs/variables/Tag.mdx +3 -0
  257. package/api-docs/variables/TagList.mdx +9 -0
  258. package/api-docs/variables/Text.mdx +3 -0
  259. package/api-docs/variables/TextArea.mdx +5 -0
  260. package/api-docs/variables/TextHeading.mdx +3 -0
  261. package/api-docs/variables/TextLink.mdx +3 -0
  262. package/api-docs/variables/ThemeConsumer.mdx +3 -0
  263. package/api-docs/variables/ThemeContext.mdx +3 -0
  264. package/api-docs/variables/ThemeProvider.mdx +3 -0
  265. package/api-docs/variables/ThreeColumnSelector.mdx +3 -0
  266. package/api-docs/variables/Toast.mdx +13 -0
  267. package/api-docs/variables/ToggleSwitch.mdx +3 -0
  268. package/api-docs/variables/Tooltip.mdx +13 -0
  269. package/api-docs/variables/TooltipPositionValue.mdx +3 -0
  270. package/api-docs/variables/URLToLink.mdx +5 -0
  271. package/api-docs/variables/User.mdx +14 -0
  272. package/api-docs/variables/UserMenuButton.mdx +11 -0
  273. package/api-docs/variables/UserMenuDropContent.mdx +3 -0
  274. package/api-docs/variables/Video.mdx +3 -0
  275. package/api-docs/variables/VideoWrapper.mdx +3 -0
  276. package/api-docs/variables/Wrapper.mdx +3 -0
  277. package/api-docs/variables/ariaMenuOpenStateSignal.mdx +3 -0
  278. package/api-docs/variables/breakpoints.mdx +13 -0
  279. package/api-docs/variables/notificationToastSignal.mdx +3 -0
  280. package/api-docs/variables/themeValues.mdx +3 -0
  281. package/api-docs/variables/variables.mdx +324 -0
  282. package/dist/components-no-global-styles.css +1 -0
  283. package/dist/components.cjs +2 -2
  284. package/dist/components.js +2445 -2390
  285. package/dist/types/src/components/elements/Checkbox/Checkbox.d.ts +3 -1
  286. package/dist/types/src/components/elements/Checkbox/Checkbox.d.ts.map +1 -1
  287. package/dist/types/src/components/modules/Multiselect/ConfirmableMultiselect.d.ts +4 -1
  288. package/dist/types/src/components/modules/Multiselect/ConfirmableMultiselect.d.ts.map +1 -1
  289. package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts +9 -1
  290. package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts.map +1 -1
  291. package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts +1 -1
  292. package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts.map +1 -1
  293. package/dist/types/src/exports.d.ts +181 -0
  294. package/dist/types/src/exports.d.ts.map +1 -0
  295. package/dist/types/src/index.d.ts +1 -180
  296. package/dist/types/src/index.d.ts.map +1 -1
  297. package/dist/types/src/types/elements.d.ts +1 -0
  298. package/dist/types/src/types/elements.d.ts.map +1 -1
  299. package/package.json +16 -9
@@ -0,0 +1,18 @@
1
+ ```ts
2
+ type NotificationToastMessage = object;
3
+ ```
4
+
5
+ ## Properties
6
+
7
+ | Property | Type | Description |
8
+ | ------ | ------ | ------ |
9
+ | <a id="colorscheme"></a> `colorScheme?` | [`ColorScheme`](ColorScheme.mdx) | - |
10
+ | <a id="enhancestart"></a> `enhanceStart?` | `React.ReactNode` | - |
11
+ | <a id="isclickable"></a> `isClickable?` | `boolean` | - |
12
+ | <a id="isdanger"></a> `isDanger?` | `boolean` | - |
13
+ | <a id="isinterrupt"></a> `isInterrupt?` | `boolean` | A toast that can interrupt will jump the queue and remove the currently rendering toast and be rendered instead of it. Currently rendering toasts that have a timeout of 0 cannot be interrupted, the toast that tries to interrupt it is discarded and not queued. An example when this can be useful: if many toasts are sent rapidly in response to UI state changes; User mutes, unmute & mutes again and toasts are displayed to reflect these states, the toasts will display without a long timeout between each. |
14
+ | <a id="message"></a> `message` | `ReactNode` | - |
15
+ | <a id="position"></a> `position?` | [`ToastPosition`](ToastPosition.mdx) | - |
16
+ | <a id="testid"></a> `testid?` | `string` | - |
17
+ | <a id="timeout"></a> `timeout?` | `number` | - |
18
+ | <a id="ondismiss"></a> `onDismiss?` | () => `void` | - |
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ type NotificationToastSignal = NotificationToastMessageSignal | NotificationToastCloseSignal;
3
+ ```
@@ -0,0 +1,13 @@
1
+ ```ts
2
+ type NotificationTooltipPosition =
3
+ | "topRight"
4
+ | "topCenter"
5
+ | "topLeft"
6
+ | "topStart"
7
+ | "topEnd"
8
+ | "bottomRight"
9
+ | "bottomCenter"
10
+ | "bottomLeft"
11
+ | "bottomStart"
12
+ | "bottomEnd";
13
+ ```
@@ -0,0 +1,17 @@
1
+ ```ts
2
+ type Option<T> = object;
3
+ ```
4
+
5
+ ## Type Parameters
6
+
7
+ | Type Parameter | Default type |
8
+ | ------ | ------ |
9
+ | `T` *extends* `string` | `string` |
10
+
11
+ ## Properties
12
+
13
+ | Property | Type |
14
+ | ------ | ------ |
15
+ | <a id="id"></a> `id` | `T` |
16
+ | <a id="isdisabled"></a> `isDisabled?` | `boolean` |
17
+ | <a id="label"></a> `label` | `string` |
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ type OverlayOpacity = 0 | 0.1 | 0.2 | 0.3 | 0.4 | 0.5 | 0.6 | 0.7 | 0.8 | 0.9 | 1;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ type PanelProps = React.ComponentProps<typeof Panel>;
3
+ ```
@@ -0,0 +1,29 @@
1
+ ```ts
2
+ type SelectProps<T> = Omit<React.ComponentPropsWithRef<"select">, "disabled"> & object;
3
+ ```
4
+
5
+ ## Type Declaration
6
+
7
+ | Name | Type |
8
+ | ------ | ------ |
9
+ | `colorScheme?` | [`ColorScheme`](ColorScheme.mdx) |
10
+ | `errorText?` | `string` |
11
+ | `errorTextTestId?` | `string` |
12
+ | `hasError?` | `boolean` |
13
+ | `iconType?` | [`IconSource`](../interfaces/IconSource.mdx) |
14
+ | `id?` | `string` |
15
+ | `isDisabled?` | `boolean` |
16
+ | `isFullWidth?` | `boolean` |
17
+ | `label` | `string` |
18
+ | `labelModifier?` | [`LabelModifier`](LabelModifier.mdx) |
19
+ | `onValueChange()` | (`id`) => `void` |
20
+ | `options` | [`Option`](Option.mdx)\<`T`\>[] |
21
+ | `sizeModifier?` | [`SizeModifier`](SizeModifier.mdx) |
22
+ | `value` | `string` |
23
+ | `wrapContent?` | `boolean` |
24
+
25
+ ## Type Parameters
26
+
27
+ | Type Parameter | Default type |
28
+ | ------ | ------ |
29
+ | `T` *extends* `string` | `string` |
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ type ShadowModifier = typeof shadowModifierValues[number];
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ type SimpleButtonProps = React.ComponentProps<typeof SimpleButton>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ type SizeModifier = typeof sizeModifiersValues[number];
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ type StandardSizeModifier = typeof standardSizeModifiersValues[number];
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ type StatIndicatorVariant = typeof statIndicatorVariantValues[number];
3
+ ```
@@ -0,0 +1,10 @@
1
+ ```ts
2
+ type StatusItem = object;
3
+ ```
4
+
5
+ ## Properties
6
+
7
+ | Property | Type |
8
+ | ------ | ------ |
9
+ | <a id="label"></a> `label` | `string` |
10
+ | <a id="content"></a> `content` | `string` |
@@ -0,0 +1,12 @@
1
+ ```ts
2
+ type TableResultsCountProps = object;
3
+ ```
4
+
5
+ ## Properties
6
+
7
+ | Property | Type |
8
+ | ------ | ------ |
9
+ | <a id="endcount"></a> `endCount` | `number` |
10
+ | <a id="isdisabled"></a> `isDisabled?` | `boolean` |
11
+ | <a id="startcount"></a> `startCount` | `number` |
12
+ | <a id="totalcount"></a> `totalCount` | `number` |
@@ -0,0 +1,17 @@
1
+ ```ts
2
+ type TagItem = object;
3
+ ```
4
+
5
+ ## Properties
6
+
7
+ | Property | Type | Description |
8
+ | ------ | ------ | ------ |
9
+ | <a id="classname"></a> `className?` | `string` | - |
10
+ | <a id="isinteractive"></a> `isInteractive?` | `boolean` | isInteractive decides whether hover effect will be on or off |
11
+ | <a id="istruncated"></a> `isTruncated?` | `boolean` | - |
12
+ | <a id="label"></a> `label?` | `string` | - |
13
+ | <a id="onclick"></a> `onClick?` | (`label?`) => `void` | - |
14
+ | <a id="onremove"></a> `onRemove?` | () => `void` | - |
15
+ | <a id="removelabel"></a> `removeLabel?` | `string` | - |
16
+ | <a id="title"></a> `title?` | `string` | - |
17
+ | <a id="variant"></a> `variant?` | [`TextVariant`](TextVariant.mdx) | - |
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ type TextLinkProps = React.ComponentProps<typeof TextLink>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ type TextProps = React.ComponentProps<typeof Text>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ type TextVariant = typeof textVariantsValues[number];
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ type Theme = typeof themeValues[number];
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ type ToastPosition = typeof toastPositionValues[number];
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ type TooltipPosition = typeof TooltipPositionValue[number];
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ type VideoWrapperSizeModifier = typeof videoWrapperSizeModifiersValues[number];
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ type VideoWrapperVariant = typeof videoWrapperVariantsValues[number];
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const AboutModal: React.FC<ModalProps & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const AboutText: React.FC<object & ListProps>;
3
+ ```
@@ -0,0 +1,16 @@
1
+ ```ts
2
+ const Accordion: React.FC<{
3
+ buttonClassName?: string;
4
+ canOnlyToggleWithTitle?: boolean;
5
+ children: React.ReactNode;
6
+ className?: string;
7
+ colorScheme?: ColorScheme;
8
+ contentClassName?: string;
9
+ dataTestId?: string;
10
+ enhancerEnd?: React.ReactNode;
11
+ isExpanded?: boolean;
12
+ meta?: string | React.ReactNode;
13
+ onToggle?: (isOpen) => void;
14
+ title: string | React.ReactNode;
15
+ }>;
16
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const ActionsRow: React.FC<Omit<React.ComponentProps<"div">, "title"> & object>;
3
+ ```
@@ -0,0 +1,11 @@
1
+ ```ts
2
+ const ActivityCard: React.FC<{
3
+ actionButton: ActivityCardAction;
4
+ disabled?: boolean;
5
+ eventsItems: ActivityCardAction[];
6
+ eventsTitle: string;
7
+ statusItems: StatusItem[];
8
+ title: string;
9
+ titleEnhancerStart?: React.ReactElement;
10
+ }>;
11
+ ```
@@ -0,0 +1,12 @@
1
+ ```ts
2
+ const Announcer: React.FC<{
3
+ testId?: string;
4
+ }>;
5
+ ```
6
+
7
+ Announcer component that announces messages to screen readers via aria-live region.
8
+ This component should be placed at the top of the application.
9
+
10
+ ## Returns
11
+
12
+ The announcer component.
@@ -0,0 +1,5 @@
1
+ ```ts
2
+ const AriaMenu: React.FC<AriaMenuProps>;
3
+ ```
4
+
5
+ AriaMenu component represents a dropdown menu.
@@ -0,0 +1,6 @@
1
+ ```ts
2
+ const AspectRatio: React.FC<React.ComponentProps<"div"> & object>;
3
+ ```
4
+
5
+ A wrapper that makes its children element bound to an aspect ratio.
6
+ Default ration is 16:9, `{width: 16, height: 9}`
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const Audio: React.FC<React.ComponentProps<"audio"> & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const Avatar: React.FC<RoundIndicatorBaseProps & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const BadgeCounter: React.FC<React.ComponentProps<"div"> & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const Bar: React.FC<React.ComponentProps<"div"> & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const Box: ForwardRefExoticComponent<Omit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & object & Pick<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & object, "hasFooterShadow">, "ref"> & RefAttributes<HTMLDivElement>>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const BoxHeader: React.FC<React.ComponentProps<"div"> & object>;
3
+ ```
@@ -0,0 +1,9 @@
1
+ ```ts
2
+ const Breadcrumbs: React.FC<{
3
+ className?: string;
4
+ crumbs: BreadcrumbItem[];
5
+ enhancerEnd?: React.ReactNode;
6
+ enhancerStart?: React.ReactNode;
7
+ handleNavigate: (url?) => void;
8
+ }>;
9
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const Button: React.FC<SimpleButtonProps & EnhancerProps & LoadingBoxProps & Pick<ButtonTextProps, "colorScheme" | "fontVariant"> & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const ButtonText: typeof Text;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const CakeTimer: React.FC<React.ComponentProps<"svg"> & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const CallToAction: React.FC<InteractiveElementProps & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const Captions: ForwardRefExoticComponent<object & RefAttributes<HTMLSpanElement>>;
3
+ ```
@@ -0,0 +1,10 @@
1
+ ```ts
2
+ const CardLayout: React.FC<React.PropsWithChildren<{
3
+ colorScheme?: ColorScheme;
4
+ title: string;
5
+ titleHtmlTag?: HeadingElement;
6
+ titleEnhancerStart?: React.ReactElement;
7
+ subtitle?: string | React.ReactElement;
8
+ secondaryComponent: React.ReactElement;
9
+ }>>;
10
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const Cell: React.FC<React.ComponentProps<"div"> & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const CenterLayout: React.FC<React.ComponentProps<"div"> & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const Checkbox: ForwardRefExoticComponent<Omit<CheckboxProps, "ref"> & RefAttributes<HTMLInputElement>>;
3
+ ```
@@ -0,0 +1,7 @@
1
+ ```ts
2
+ const CircleCountDown: React.FC<{
3
+ startCountFrom?: number;
4
+ msInterval?: number;
5
+ shouldStartCountDown?: boolean;
6
+ }>;
7
+ ```
@@ -0,0 +1,15 @@
1
+ ```ts
2
+ const CollapsableContainer: React.FC<React.PropsWithChildren<{
3
+ isOpen: boolean;
4
+ badgeCount?: number;
5
+ openStyling?: string;
6
+ headerEndContent?: React.ReactElement;
7
+ footerContent?: React.ReactElement;
8
+ collapseToggleAriaLabel?: string;
9
+ icon: IconSource;
10
+ title: string;
11
+ testId?: string;
12
+ onToggle: (currentOpenState) => void;
13
+ scrollElementRef?: React.RefObject<HTMLDivElement>;
14
+ }>>;
15
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const ColorPickerPreviewButton: React.FC<Omit<React.ComponentProps<"input">, "onChange" | "type"> & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const ColorPreviewButton: React.FC<React.PropsWithChildren<ButtonProps & object>>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const CondensedTabs: React.FC<React.ComponentProps<"div"> & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const ConfirmableMultiselect: React.FC<Omit<MultiselectCoreProps, "menuComponent"> & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const ConfirmationModal: React.FC<ModalProps & object>;
3
+ ```
@@ -0,0 +1,12 @@
1
+ ```ts
2
+ const ContextMenu: React.FC<{
3
+ children: React.ReactElement;
4
+ menu: React.ReactElement | (props) => React.ReactElement;
5
+ }>;
6
+ ```
7
+
8
+ ContextMenu will the show the "menu" component as a context menu when the
9
+ user right clicks on the given child element.
10
+
11
+ Right or left-clicking outside the child element will close the context
12
+ menu.
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const CoreHeader: React.FC<React.ComponentProps<"div"> & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const CustomTooltip: React.FC<Omit<React.ComponentProps<"div">, "content"> & ControlledTooltip & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const Divider: React.FC<React.ComponentProps<"div"> & object>;
3
+ ```
@@ -0,0 +1,10 @@
1
+ ```ts
2
+ const DragAndDrop: React.FC<React.PropsWithChildren<{
3
+ className?: string;
4
+ colorScheme: ColorScheme;
5
+ isDisabled?: boolean;
6
+ hasError?: boolean;
7
+ onDrop?: (e, files?, items?) => void;
8
+ onDragOver?: (e) => void;
9
+ }>>;
10
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const DragAndUploadFiles: ForwardRefExoticComponent<object & RefAttributes<HTMLInputElement>>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const Draggable: ForwardRefExoticComponent<Omit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & object, "ref"> & RefAttributes<HTMLDivElement>>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const DropContent: React.FC<Omit<React.ComponentProps<"button">, "children" | "content"> & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const Enhancers: React.FC<React.PropsWithChildren<EnhancerProps>>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const ExpanderCell: React.FC<InteractiveElementProps & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const FileUpload: ForwardRefExoticComponent<object & RefAttributes<HTMLInputElement>>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const Form: React.FC<React.ComponentProps<"form">>;
3
+ ```
@@ -0,0 +1,5 @@
1
+ ```ts
2
+ const FullSizeWindow: ForwardRefExoticComponent<
3
+ | Omit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & FullSizeWindowCommonProps & FullSizeWindowColorBackgroundProps, "ref">
4
+ | Omit<ClassAttributes<HTMLDivElement> & HTMLAttributes<HTMLDivElement> & FullSizeWindowCommonProps & FullSizeWindowImageBackgroundProps, "ref"> & RefAttributes<HTMLDivElement>>;
5
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const FullscreenLayout: React.FC<React.PropsWithChildren>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const FullscreenOverlay: React.FC<React.PropsWithChildren>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const FullscreenSpinner: React.FC;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const Grid: React.FC<React.ComponentProps<"div"> & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const Group: React.FC<React.ComponentProps<"div"> & object>;
3
+ ```
@@ -0,0 +1,11 @@
1
+ ```ts
2
+ const Heading: React.FC<{
3
+ className?: string;
4
+ padding?: BaseSizeModifier;
5
+ subtitle?: string;
6
+ title: string;
7
+ titleFontVariant?: HeadingFontVariant;
8
+ titleHtmlTag?: HeadingElement;
9
+ colorScheme?: ColorScheme;
10
+ }>;
11
+ ```
@@ -0,0 +1,6 @@
1
+ ```ts
2
+ const HotKey: React.FC<{
3
+ label: string;
4
+ keyCap: string;
5
+ }>;
6
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const HotkeysTooltip: React.FC<Omit<React.ComponentProps<typeof Tooltip>, "text" | "tooltipContainerClassName"> & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const Icon: React.FC<React.ComponentProps<"svg"> & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const IconTypes: IconCollection;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const ImagePreviewButton: React.FC<React.PropsWithChildren<ButtonProps & object>>;
3
+ ```
@@ -0,0 +1,7 @@
1
+ ```ts
2
+ const InfoHeadCell: React.FC<{
3
+ enhanceEnd?: React.ReactNode;
4
+ enhanceStart?: React.ReactNode;
5
+ title: string;
6
+ }>;
7
+ ```
@@ -0,0 +1,6 @@
1
+ ```ts
2
+ const InfoMessage: React.FC<{
3
+ className?: string;
4
+ text?: string;
5
+ }>;
6
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const Input: ForwardRefExoticComponent<Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "disabled"> & object, "ref"> & RefAttributes<Pick<HTMLInputElement, "focus">>>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const InputLabel: React.FC<React.ComponentPropsWithRef<"label"> & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const InteractiveElement: React.FC<React.ComponentPropsWithoutRef<InteractiveElementHTMLTag> & object>;
3
+ ```
@@ -0,0 +1,3 @@
1
+ ```ts
2
+ const KebabMenuButton: React.FC<React.PropsWithChildren<Omit<DropContentProps, "content"> & object>>;
3
+ ```
@@ -0,0 +1,5 @@
1
+ ```ts
2
+ const LineHeading: React.FC<{
3
+ children: React.ReactElement;
4
+ }>;
5
+ ```