@pexip/components 19.1.2 → 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.
- package/CHANGELOG.md +25 -0
- package/api-docs/README.mdx +330 -0
- package/api-docs/enumerations/AvatarType.mdx +8 -0
- package/api-docs/enumerations/Color.mdx +65 -0
- package/api-docs/enumerations/FontVariant.mdx +20 -0
- package/api-docs/enumerations/LockStyle.mdx +7 -0
- package/api-docs/enumerations/ModalType.mdx +6 -0
- package/api-docs/enumerations/ProgressBarColor.mdx +8 -0
- package/api-docs/enumerations/RgbColor.mdx +64 -0
- package/api-docs/enumerations/StatCardVariant.mdx +7 -0
- package/api-docs/enumerations/TestId.mdx +45 -0
- package/api-docs/functions/announce.mdx +21 -0
- package/api-docs/functions/isBackgroundImageSrcEmpty.mdx +13 -0
- package/api-docs/functions/isImageSrcEmpty.mdx +13 -0
- package/api-docs/functions/isImageSrcString.mdx +13 -0
- package/api-docs/functions/isValidIconName.mdx +13 -0
- package/api-docs/functions/onEnter.mdx +32 -0
- package/api-docs/functions/sizeToPadding.mdx +22 -0
- package/api-docs/functions/useBelow360.mdx +7 -0
- package/api-docs/functions/useBreakpointChange.mdx +7 -0
- package/api-docs/functions/useFocusFrom.mdx +24 -0
- package/api-docs/functions/useFocusFromOpened.mdx +20 -0
- package/api-docs/functions/useGroupedPagesNav.mdx +16 -0
- package/api-docs/functions/useInput.mdx +13 -0
- package/api-docs/functions/useLandscape.mdx +7 -0
- package/api-docs/functions/useLg.mdx +7 -0
- package/api-docs/functions/useLgDown.mdx +7 -0
- package/api-docs/functions/useLgUp.mdx +7 -0
- package/api-docs/functions/useMd.mdx +7 -0
- package/api-docs/functions/useMdDown.mdx +7 -0
- package/api-docs/functions/useMdToXl.mdx +7 -0
- package/api-docs/functions/useMdUp.mdx +7 -0
- package/api-docs/functions/useMobileDevice.mdx +7 -0
- package/api-docs/functions/useMobileDeviceLandscape.mdx +7 -0
- package/api-docs/functions/useMobileDevicePortrait.mdx +7 -0
- package/api-docs/functions/useModal.mdx +18 -0
- package/api-docs/functions/useModalHandle.mdx +12 -0
- package/api-docs/functions/useMultistepIndicator.mdx +45 -0
- package/api-docs/functions/usePortrait.mdx +7 -0
- package/api-docs/functions/useScrollIntoView.mdx +22 -0
- package/api-docs/functions/useSm.mdx +7 -0
- package/api-docs/functions/useSmDown.mdx +7 -0
- package/api-docs/functions/useSmToLg.mdx +7 -0
- package/api-docs/functions/useSmToXl.mdx +7 -0
- package/api-docs/functions/useSmUp.mdx +7 -0
- package/api-docs/functions/useTabletDevice.mdx +7 -0
- package/api-docs/functions/useTabs.mdx +18 -0
- package/api-docs/functions/useTouchDevice.mdx +7 -0
- package/api-docs/functions/useXl.mdx +7 -0
- package/api-docs/functions/useXlDown.mdx +7 -0
- package/api-docs/functions/useXlUp.mdx +7 -0
- package/api-docs/functions/useXs.mdx +7 -0
- package/api-docs/functions/withColorScheme.mdx +32 -0
- package/api-docs/functions/withTabName.mdx +32 -0
- package/api-docs/functions/withTransition.mdx +36 -0
- package/api-docs/interfaces/EnhancerProps.mdx +10 -0
- package/api-docs/interfaces/FloatRootOverflow.mdx +9 -0
- package/api-docs/interfaces/FullSizeWindowCommonProps.mdx +8 -0
- package/api-docs/interfaces/IconCollection.mdx +145 -0
- package/api-docs/interfaces/IconSource.mdx +7 -0
- package/api-docs/interfaces/LoadingBoxProps.mdx +12 -0
- package/api-docs/interfaces/ModalHandle.mdx +5 -0
- package/api-docs/interfaces/MultistepItem.mdx +13 -0
- package/api-docs/interfaces/StatCardRowData.mdx +15 -0
- package/api-docs/interfaces/ToastProps.mdx +14 -0
- package/api-docs/interfaces/VideoHandle.mdx +6 -0
- package/api-docs/interfaces/WithTransitionProps.mdx +5 -0
- package/api-docs/type-aliases/ActivityCardAction.mdx +10 -0
- package/api-docs/type-aliases/AlignWithFloatRootTrigger.mdx +3 -0
- package/api-docs/type-aliases/AllSize.mdx +3 -0
- package/api-docs/type-aliases/AriaMenuItem.mdx +21 -0
- package/api-docs/type-aliases/AriaMenuProps.mdx +18 -0
- package/api-docs/type-aliases/BackgroundImageSrc.mdx +3 -0
- package/api-docs/type-aliases/BadgeCounterProps.mdx +3 -0
- package/api-docs/type-aliases/BadgeCounterVariant.mdx +3 -0
- package/api-docs/type-aliases/BaseSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/BreadcrumbItem.mdx +11 -0
- package/api-docs/type-aliases/Breakpoint.mdx +3 -0
- package/api-docs/type-aliases/ButtonHTMLTag.mdx +3 -0
- package/api-docs/type-aliases/ButtonModifiersValues.mdx +3 -0
- package/api-docs/type-aliases/ButtonProps.mdx +3 -0
- package/api-docs/type-aliases/ButtonTextProps.mdx +3 -0
- package/api-docs/type-aliases/ButtonVariant.mdx +3 -0
- package/api-docs/type-aliases/ClickEventHandler.mdx +20 -0
- package/api-docs/type-aliases/ColorScheme.mdx +3 -0
- package/api-docs/type-aliases/DropContentPosition.mdx +3 -0
- package/api-docs/type-aliases/DropContentType.mdx +3 -0
- package/api-docs/type-aliases/ExtendedSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/ExtendedTooltipPosition.mdx +13 -0
- package/api-docs/type-aliases/FullSizeWindowBackgroundVariant.mdx +3 -0
- package/api-docs/type-aliases/FullSizeWindowColorBackgroundProps.mdx +13 -0
- package/api-docs/type-aliases/FullSizeWindowImageBackgroundProps.mdx +13 -0
- package/api-docs/type-aliases/GroupProps.mdx +3 -0
- package/api-docs/type-aliases/HeadingElement.mdx +3 -0
- package/api-docs/type-aliases/HeadingFontVariant.mdx +3 -0
- package/api-docs/type-aliases/IScrollbars.mdx +3 -0
- package/api-docs/type-aliases/ImageSrc.mdx +3 -0
- package/api-docs/type-aliases/InlineElement.mdx +3 -0
- package/api-docs/type-aliases/InputVariant.mdx +3 -0
- package/api-docs/type-aliases/InteractiveElementHTMLTag.mdx +3 -0
- package/api-docs/type-aliases/InteractiveElementProps.mdx +3 -0
- package/api-docs/type-aliases/LabelModifier.mdx +3 -0
- package/api-docs/type-aliases/LinkTarget.mdx +3 -0
- package/api-docs/type-aliases/LogoSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/MenuAction.mdx +17 -0
- package/api-docs/type-aliases/MenuContent.mdx +3 -0
- package/api-docs/type-aliases/MenuItem.mdx +24 -0
- package/api-docs/type-aliases/ModalProps.mdx +3 -0
- package/api-docs/type-aliases/ModalSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/MultiselectOption.mdx +16 -0
- package/api-docs/type-aliases/MultistepIndicatorProps.mdx +3 -0
- package/api-docs/type-aliases/NotificationToastMessage.mdx +18 -0
- package/api-docs/type-aliases/NotificationToastSignal.mdx +3 -0
- package/api-docs/type-aliases/NotificationTooltipPosition.mdx +13 -0
- package/api-docs/type-aliases/Option.mdx +17 -0
- package/api-docs/type-aliases/OverlayOpacity.mdx +3 -0
- package/api-docs/type-aliases/PanelProps.mdx +3 -0
- package/api-docs/type-aliases/SelectProps.mdx +29 -0
- package/api-docs/type-aliases/ShadowModifier.mdx +3 -0
- package/api-docs/type-aliases/SimpleButtonProps.mdx +3 -0
- package/api-docs/type-aliases/SizeModifier.mdx +3 -0
- package/api-docs/type-aliases/StandardSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/StatIndicatorVariant.mdx +3 -0
- package/api-docs/type-aliases/StatusItem.mdx +10 -0
- package/api-docs/type-aliases/TableResultsCountProps.mdx +12 -0
- package/api-docs/type-aliases/TagItem.mdx +17 -0
- package/api-docs/type-aliases/TextLinkProps.mdx +3 -0
- package/api-docs/type-aliases/TextProps.mdx +3 -0
- package/api-docs/type-aliases/TextVariant.mdx +3 -0
- package/api-docs/type-aliases/Theme.mdx +3 -0
- package/api-docs/type-aliases/ToastPosition.mdx +3 -0
- package/api-docs/type-aliases/TooltipPosition.mdx +3 -0
- package/api-docs/type-aliases/VideoWrapperSizeModifier.mdx +3 -0
- package/api-docs/type-aliases/VideoWrapperVariant.mdx +3 -0
- package/api-docs/variables/AboutModal.mdx +3 -0
- package/api-docs/variables/AboutText.mdx +3 -0
- package/api-docs/variables/Accordion.mdx +16 -0
- package/api-docs/variables/ActionsRow.mdx +3 -0
- package/api-docs/variables/ActivityCard.mdx +11 -0
- package/api-docs/variables/Announcer.mdx +12 -0
- package/api-docs/variables/AriaMenu.mdx +5 -0
- package/api-docs/variables/AspectRatio.mdx +6 -0
- package/api-docs/variables/Audio.mdx +3 -0
- package/api-docs/variables/Avatar.mdx +3 -0
- package/api-docs/variables/BadgeCounter.mdx +3 -0
- package/api-docs/variables/Bar.mdx +3 -0
- package/api-docs/variables/Box.mdx +3 -0
- package/api-docs/variables/BoxHeader.mdx +3 -0
- package/api-docs/variables/Breadcrumbs.mdx +9 -0
- package/api-docs/variables/Button.mdx +3 -0
- package/api-docs/variables/ButtonText.mdx +3 -0
- package/api-docs/variables/CakeTimer.mdx +3 -0
- package/api-docs/variables/CallToAction.mdx +3 -0
- package/api-docs/variables/Captions.mdx +3 -0
- package/api-docs/variables/CardLayout.mdx +10 -0
- package/api-docs/variables/Cell.mdx +3 -0
- package/api-docs/variables/CenterLayout.mdx +3 -0
- package/api-docs/variables/Checkbox.mdx +3 -0
- package/api-docs/variables/CircleCountDown.mdx +7 -0
- package/api-docs/variables/CollapsableContainer.mdx +15 -0
- package/api-docs/variables/ColorPickerPreviewButton.mdx +3 -0
- package/api-docs/variables/ColorPreviewButton.mdx +3 -0
- package/api-docs/variables/CondensedTabs.mdx +3 -0
- package/api-docs/variables/ConfirmableMultiselect.mdx +3 -0
- package/api-docs/variables/ConfirmationModal.mdx +3 -0
- package/api-docs/variables/ContextMenu.mdx +12 -0
- package/api-docs/variables/CoreHeader.mdx +3 -0
- package/api-docs/variables/CustomTooltip.mdx +3 -0
- package/api-docs/variables/Divider.mdx +3 -0
- package/api-docs/variables/DragAndDrop.mdx +10 -0
- package/api-docs/variables/DragAndUploadFiles.mdx +3 -0
- package/api-docs/variables/Draggable.mdx +3 -0
- package/api-docs/variables/DropContent.mdx +3 -0
- package/api-docs/variables/Enhancers.mdx +3 -0
- package/api-docs/variables/ExpanderCell.mdx +3 -0
- package/api-docs/variables/FileUpload.mdx +3 -0
- package/api-docs/variables/Form.mdx +3 -0
- package/api-docs/variables/FullSizeWindow.mdx +5 -0
- package/api-docs/variables/FullscreenLayout.mdx +3 -0
- package/api-docs/variables/FullscreenOverlay.mdx +3 -0
- package/api-docs/variables/FullscreenSpinner.mdx +3 -0
- package/api-docs/variables/Grid.mdx +3 -0
- package/api-docs/variables/Group.mdx +3 -0
- package/api-docs/variables/Heading.mdx +11 -0
- package/api-docs/variables/HotKey.mdx +6 -0
- package/api-docs/variables/HotkeysTooltip.mdx +3 -0
- package/api-docs/variables/Icon.mdx +3 -0
- package/api-docs/variables/IconTypes.mdx +3 -0
- package/api-docs/variables/ImagePreviewButton.mdx +3 -0
- package/api-docs/variables/InfoHeadCell.mdx +7 -0
- package/api-docs/variables/InfoMessage.mdx +6 -0
- package/api-docs/variables/Input.mdx +3 -0
- package/api-docs/variables/InputLabel.mdx +3 -0
- package/api-docs/variables/InteractiveElement.mdx +3 -0
- package/api-docs/variables/KebabMenuButton.mdx +3 -0
- package/api-docs/variables/LineHeading.mdx +5 -0
- package/api-docs/variables/List.mdx +3 -0
- package/api-docs/variables/ListBoxLink.mdx +3 -0
- package/api-docs/variables/ListLink.mdx +3 -0
- package/api-docs/variables/LoadingBox.mdx +3 -0
- package/api-docs/variables/Logo.mdx +3 -0
- package/api-docs/variables/Menu.mdx +13 -0
- package/api-docs/variables/MenuEntry.mdx +5 -0
- package/api-docs/variables/Modal.mdx +8 -0
- package/api-docs/variables/ModalCloseButton.mdx +9 -0
- package/api-docs/variables/ModalCloseButtonWithTooltip.mdx +3 -0
- package/api-docs/variables/Multiselect.mdx +3 -0
- package/api-docs/variables/MultistepIndicator.mdx +13 -0
- package/api-docs/variables/NotificationToast.mdx +13 -0
- package/api-docs/variables/NotificationTooltip.mdx +3 -0
- package/api-docs/variables/NumberStepInput.mdx +21 -0
- package/api-docs/variables/Panel.mdx +3 -0
- package/api-docs/variables/PasswordInput.mdx +6 -0
- package/api-docs/variables/PexipLogo.mdx +3 -0
- package/api-docs/variables/Pill.mdx +3 -0
- package/api-docs/variables/PopOutWindow.mdx +8 -0
- package/api-docs/variables/PreferenceInput.mdx +26 -0
- package/api-docs/variables/PreferenceMultiselect.mdx +21 -0
- package/api-docs/variables/PreferenceRow.mdx +12 -0
- package/api-docs/variables/PreferenceWrapper.mdx +3 -0
- package/api-docs/variables/ProgressBar.mdx +3 -0
- package/api-docs/variables/RadioButton.mdx +3 -0
- package/api-docs/variables/RangeSlider.mdx +11 -0
- package/api-docs/variables/RefButton.mdx +3 -0
- package/api-docs/variables/RefInteractiveElement.mdx +3 -0
- package/api-docs/variables/RefSimpleButton.mdx +3 -0
- package/api-docs/variables/Row.mdx +3 -0
- package/api-docs/variables/Scrim.mdx +3 -0
- package/api-docs/variables/Scrollbars.mdx +3 -0
- package/api-docs/variables/SearchInput.mdx +12 -0
- package/api-docs/variables/Section.mdx +3 -0
- package/api-docs/variables/SectionAccordion.mdx +15 -0
- package/api-docs/variables/Select.mdx +19 -0
- package/api-docs/variables/Sheet.mdx +3 -0
- package/api-docs/variables/SimpleButton.mdx +7 -0
- package/api-docs/variables/SortingIndicator.mdx +6 -0
- package/api-docs/variables/Spinner.mdx +3 -0
- package/api-docs/variables/StatCard.mdx +12 -0
- package/api-docs/variables/StatCardBox.mdx +3 -0
- package/api-docs/variables/StatCardRow.mdx +3 -0
- package/api-docs/variables/StatIndicator.mdx +3 -0
- package/api-docs/variables/StepNumber.mdx +3 -0
- package/api-docs/variables/SvgImage.mdx +3 -0
- package/api-docs/variables/Tab.mdx +3 -0
- package/api-docs/variables/Table.mdx +3 -0
- package/api-docs/variables/TableBody.mdx +3 -0
- package/api-docs/variables/TableCell.mdx +3 -0
- package/api-docs/variables/TableContent.mdx +3 -0
- package/api-docs/variables/TableHead.mdx +3 -0
- package/api-docs/variables/TableHeadCell.mdx +3 -0
- package/api-docs/variables/TablePagination.mdx +23 -0
- package/api-docs/variables/TableRow.mdx +3 -0
- package/api-docs/variables/TableRowWrapper.mdx +9 -0
- package/api-docs/variables/TableSection.mdx +3 -0
- package/api-docs/variables/Tabs.mdx +3 -0
- package/api-docs/variables/Tag.mdx +3 -0
- package/api-docs/variables/TagList.mdx +9 -0
- package/api-docs/variables/Text.mdx +3 -0
- package/api-docs/variables/TextArea.mdx +5 -0
- package/api-docs/variables/TextHeading.mdx +3 -0
- package/api-docs/variables/TextLink.mdx +3 -0
- package/api-docs/variables/ThemeConsumer.mdx +3 -0
- package/api-docs/variables/ThemeContext.mdx +3 -0
- package/api-docs/variables/ThemeProvider.mdx +3 -0
- package/api-docs/variables/ThreeColumnSelector.mdx +3 -0
- package/api-docs/variables/Toast.mdx +13 -0
- package/api-docs/variables/ToggleSwitch.mdx +3 -0
- package/api-docs/variables/Tooltip.mdx +13 -0
- package/api-docs/variables/TooltipPositionValue.mdx +3 -0
- package/api-docs/variables/URLToLink.mdx +5 -0
- package/api-docs/variables/User.mdx +14 -0
- package/api-docs/variables/UserMenuButton.mdx +11 -0
- package/api-docs/variables/UserMenuDropContent.mdx +3 -0
- package/api-docs/variables/Video.mdx +3 -0
- package/api-docs/variables/VideoWrapper.mdx +3 -0
- package/api-docs/variables/Wrapper.mdx +3 -0
- package/api-docs/variables/ariaMenuOpenStateSignal.mdx +3 -0
- package/api-docs/variables/breakpoints.mdx +13 -0
- package/api-docs/variables/notificationToastSignal.mdx +3 -0
- package/api-docs/variables/themeValues.mdx +3 -0
- package/api-docs/variables/variables.mdx +324 -0
- package/dist/components-no-global-styles.css +1 -0
- package/dist/components.cjs +2 -2
- package/dist/components.js +2445 -2390
- package/dist/types/src/components/elements/Checkbox/Checkbox.d.ts +3 -1
- package/dist/types/src/components/elements/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/types/src/components/modules/Multiselect/ConfirmableMultiselect.d.ts +4 -1
- package/dist/types/src/components/modules/Multiselect/ConfirmableMultiselect.d.ts.map +1 -1
- package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts +9 -1
- package/dist/types/src/components/modules/Multiselect/Multiselect.d.ts.map +1 -1
- package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts +1 -1
- package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts.map +1 -1
- package/dist/types/src/exports.d.ts +181 -0
- package/dist/types/src/exports.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +1 -180
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/types/elements.d.ts +1 -0
- package/dist/types/src/types/elements.d.ts.map +1 -1
- package/package.json +16 -9
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
## Properties
|
|
2
|
+
|
|
3
|
+
| Property | Type |
|
|
4
|
+
| ------ | ------ |
|
|
5
|
+
| <a id="iconadd"></a> `IconAdd` | [`IconSource`](IconSource.mdx) |
|
|
6
|
+
| <a id="iconaddsomeone"></a> `IconAddSomeone` | [`IconSource`](IconSource.mdx) |
|
|
7
|
+
| <a id="iconadjust"></a> `IconAdjust` | [`IconSource`](IconSource.mdx) |
|
|
8
|
+
| <a id="iconadmit"></a> `IconAdmit` | [`IconSource`](IconSource.mdx) |
|
|
9
|
+
| <a id="iconaiassistant"></a> `IconAiAssistant` | [`IconSource`](IconSource.mdx) |
|
|
10
|
+
| <a id="iconalert"></a> `IconAlert` | [`IconSource`](IconSource.mdx) |
|
|
11
|
+
| <a id="iconanalyticschart"></a> `IconAnalyticsChart` | [`IconSource`](IconSource.mdx) |
|
|
12
|
+
| <a id="iconanalyticsprogress"></a> `IconAnalyticsProgress` | [`IconSource`](IconSource.mdx) |
|
|
13
|
+
| <a id="iconandroidlogo"></a> `IconAndroidLogo` | [`IconSource`](IconSource.mdx) |
|
|
14
|
+
| <a id="iconapplelogo"></a> `IconAppleLogo` | [`IconSource`](IconSource.mdx) |
|
|
15
|
+
| <a id="iconarrowcornerdown"></a> `IconArrowCornerDown` | [`IconSource`](IconSource.mdx) |
|
|
16
|
+
| <a id="iconarrowdown"></a> `IconArrowDown` | [`IconSource`](IconSource.mdx) |
|
|
17
|
+
| <a id="iconarrowleft"></a> `IconArrowLeft` | [`IconSource`](IconSource.mdx) |
|
|
18
|
+
| <a id="iconarrowleftregular"></a> `IconArrowLeftRegular` | [`IconSource`](IconSource.mdx) |
|
|
19
|
+
| <a id="iconarrowright"></a> `IconArrowRight` | [`IconSource`](IconSource.mdx) |
|
|
20
|
+
| <a id="iconarrowup"></a> `IconArrowUp` | [`IconSource`](IconSource.mdx) |
|
|
21
|
+
| <a id="iconaudiotransmission"></a> `IconAudioTransmission` | [`IconSource`](IconSource.mdx) |
|
|
22
|
+
| <a id="iconauthenticated"></a> `IconAuthenticated` | [`IconSource`](IconSource.mdx) |
|
|
23
|
+
| <a id="iconbackgroundblur"></a> `IconBackgroundBlur` | [`IconSource`](IconSource.mdx) |
|
|
24
|
+
| <a id="iconbackspace"></a> `IconBackspace` | [`IconSource`](IconSource.mdx) |
|
|
25
|
+
| <a id="iconbacktotop"></a> `IconBackToTop` | [`IconSource`](IconSource.mdx) |
|
|
26
|
+
| <a id="iconbandwidth"></a> `IconBandwidth` | [`IconSource`](IconSource.mdx) |
|
|
27
|
+
| <a id="iconbell"></a> `IconBell` | [`IconSource`](IconSource.mdx) |
|
|
28
|
+
| <a id="iconbilling"></a> `IconBilling` | [`IconSource`](IconSource.mdx) |
|
|
29
|
+
| <a id="iconblock"></a> `IconBlock` | [`IconSource`](IconSource.mdx) |
|
|
30
|
+
| <a id="iconbluetooth"></a> `IconBluetooth` | [`IconSource`](IconSource.mdx) |
|
|
31
|
+
| <a id="iconbreakoutrooms"></a> `IconBreakoutRooms` | [`IconSource`](IconSource.mdx) |
|
|
32
|
+
| <a id="iconbulletpoint"></a> `IconBulletPoint` | [`IconSource`](IconSource.mdx) |
|
|
33
|
+
| <a id="iconcalendar"></a> `IconCalendar` | [`IconSource`](IconSource.mdx) |
|
|
34
|
+
| <a id="iconchat"></a> `IconChat` | [`IconSource`](IconSource.mdx) |
|
|
35
|
+
| <a id="iconcheckmark"></a> `IconCheckmark` | [`IconSource`](IconSource.mdx) |
|
|
36
|
+
| <a id="iconcheckmarkround"></a> `IconCheckmarkRound` | [`IconSource`](IconSource.mdx) |
|
|
37
|
+
| <a id="iconchevrondown"></a> `IconChevronDown` | [`IconSource`](IconSource.mdx) |
|
|
38
|
+
| <a id="iconchevronleft"></a> `IconChevronLeft` | [`IconSource`](IconSource.mdx) |
|
|
39
|
+
| <a id="iconchevronright"></a> `IconChevronRight` | [`IconSource`](IconSource.mdx) |
|
|
40
|
+
| <a id="iconchevronup"></a> `IconChevronUp` | [`IconSource`](IconSource.mdx) |
|
|
41
|
+
| <a id="iconchromelogo"></a> `IconChromeLogo` | [`IconSource`](IconSource.mdx) |
|
|
42
|
+
| <a id="iconclock"></a> `IconClock` | [`IconSource`](IconSource.mdx) |
|
|
43
|
+
| <a id="iconclose"></a> `IconClose` | [`IconSource`](IconSource.mdx) |
|
|
44
|
+
| <a id="iconcolumns"></a> `IconColumns` | [`IconSource`](IconSource.mdx) |
|
|
45
|
+
| <a id="iconconnectionindicatorhigh"></a> `IconConnectionIndicatorHigh` | [`IconSource`](IconSource.mdx) |
|
|
46
|
+
| <a id="iconconnectionindicatorlow"></a> `IconConnectionIndicatorLow` | [`IconSource`](IconSource.mdx) |
|
|
47
|
+
| <a id="iconconnectionindicatormedium"></a> `IconConnectionIndicatorMedium` | [`IconSource`](IconSource.mdx) |
|
|
48
|
+
| <a id="iconconnectionindicatorverylow"></a> `IconConnectionIndicatorVeryLow` | [`IconSource`](IconSource.mdx) |
|
|
49
|
+
| <a id="iconcopy"></a> `IconCopy` | [`IconSource`](IconSource.mdx) |
|
|
50
|
+
| <a id="icondeny"></a> `IconDeny` | [`IconSource`](IconSource.mdx) |
|
|
51
|
+
| <a id="icondoublechevrondown"></a> `IconDoubleChevronDown` | [`IconSource`](IconSource.mdx) |
|
|
52
|
+
| <a id="icondoublechevronleft"></a> `IconDoubleChevronLeft` | [`IconSource`](IconSource.mdx) |
|
|
53
|
+
| <a id="icondoublechevronright"></a> `IconDoubleChevronRight` | [`IconSource`](IconSource.mdx) |
|
|
54
|
+
| <a id="icondoublechevronup"></a> `IconDoubleChevronUp` | [`IconSource`](IconSource.mdx) |
|
|
55
|
+
| <a id="icondraggable"></a> `IconDraggable` | [`IconSource`](IconSource.mdx) |
|
|
56
|
+
| <a id="icondtmf"></a> `IconDtmf` | [`IconSource`](IconSource.mdx) |
|
|
57
|
+
| <a id="icondualscreen"></a> `IconDualScreen` | [`IconSource`](IconSource.mdx) |
|
|
58
|
+
| <a id="iconedit"></a> `IconEdit` | [`IconSource`](IconSource.mdx) |
|
|
59
|
+
| <a id="iconemoji"></a> `IconEmoji` | [`IconSource`](IconSource.mdx) |
|
|
60
|
+
| <a id="iconenableshare"></a> `IconEnableshare` | [`IconSource`](IconSource.mdx) |
|
|
61
|
+
| <a id="iconexpand"></a> `IconExpand` | [`IconSource`](IconSource.mdx) |
|
|
62
|
+
| <a id="iconexport"></a> `IconExport` | [`IconSource`](IconSource.mdx) |
|
|
63
|
+
| <a id="iconfecc"></a> `IconFecc` | [`IconSource`](IconSource.mdx) |
|
|
64
|
+
| <a id="iconfirefoxlogo"></a> `IconFirefoxLogo` | [`IconSource`](IconSource.mdx) |
|
|
65
|
+
| <a id="iconflipcamera"></a> `IconFlipCamera` | [`IconSource`](IconSource.mdx) |
|
|
66
|
+
| <a id="iconfullscreenoff"></a> `IconFullscreenOff` | [`IconSource`](IconSource.mdx) |
|
|
67
|
+
| <a id="iconfullscreenon"></a> `IconFullscreenOn` | [`IconSource`](IconSource.mdx) |
|
|
68
|
+
| <a id="icongeneric2"></a> `IconGeneric2` | [`IconSource`](IconSource.mdx) |
|
|
69
|
+
| <a id="icongroup"></a> `IconGroup` | [`IconSource`](IconSource.mdx) |
|
|
70
|
+
| <a id="iconguest"></a> `IconGuest` | [`IconSource`](IconSource.mdx) |
|
|
71
|
+
| <a id="iconheadset"></a> `IconHeadset` | [`IconSource`](IconSource.mdx) |
|
|
72
|
+
| <a id="iconhelpround"></a> `IconHelpRound` | [`IconSource`](IconSource.mdx) |
|
|
73
|
+
| <a id="iconhome"></a> `IconHome` | [`IconSource`](IconSource.mdx) |
|
|
74
|
+
| <a id="iconhospital"></a> `IconHospital` | [`IconSource`](IconSource.mdx) |
|
|
75
|
+
| <a id="iconhost"></a> `IconHost` | [`IconSource`](IconSource.mdx) |
|
|
76
|
+
| <a id="iconiconsort"></a> `IconIconSort` | [`IconSource`](IconSource.mdx) |
|
|
77
|
+
| <a id="iconimport"></a> `IconImport` | [`IconSource`](IconSource.mdx) |
|
|
78
|
+
| <a id="iconinforound"></a> `IconInfoRound` | [`IconSource`](IconSource.mdx) |
|
|
79
|
+
| <a id="iconkey"></a> `IconKey` | [`IconSource`](IconSource.mdx) |
|
|
80
|
+
| <a id="iconleave"></a> `IconLeave` | [`IconSource`](IconSource.mdx) |
|
|
81
|
+
| <a id="iconlink"></a> `IconLink` | [`IconSource`](IconSource.mdx) |
|
|
82
|
+
| <a id="iconlivecaption"></a> `IconLiveCaption` | [`IconSource`](IconSource.mdx) |
|
|
83
|
+
| <a id="iconlivestream"></a> `IconLiveStream` | [`IconSource`](IconSource.mdx) |
|
|
84
|
+
| <a id="iconlivestreamcloud"></a> `IconLiveStreamCloud` | [`IconSource`](IconSource.mdx) |
|
|
85
|
+
| <a id="iconlocation"></a> `IconLocation` | [`IconSource`](IconSource.mdx) |
|
|
86
|
+
| <a id="iconlock"></a> `IconLock` | [`IconSource`](IconSource.mdx) |
|
|
87
|
+
| <a id="iconlowerhand"></a> `IconLowerhand` | [`IconSource`](IconSource.mdx) |
|
|
88
|
+
| <a id="iconmail"></a> `IconMail` | [`IconSource`](IconSource.mdx) |
|
|
89
|
+
| <a id="iconmeetingroom"></a> `IconMeetingRoom` | [`IconSource`](IconSource.mdx) |
|
|
90
|
+
| <a id="iconmeetings"></a> `IconMeetings` | [`IconSource`](IconSource.mdx) |
|
|
91
|
+
| <a id="iconmicrophonemutedbyhost"></a> `IconMicrophoneMutedByHost` | [`IconSource`](IconSource.mdx) |
|
|
92
|
+
| <a id="iconmicrophoneoff"></a> `IconMicrophoneOff` | [`IconSource`](IconSource.mdx) |
|
|
93
|
+
| <a id="iconmicrophoneon"></a> `IconMicrophoneOn` | [`IconSource`](IconSource.mdx) |
|
|
94
|
+
| <a id="iconminus"></a> `IconMinus` | [`IconSource`](IconSource.mdx) |
|
|
95
|
+
| <a id="iconmorehorizontal"></a> `IconMoreHorizontal` | [`IconSource`](IconSource.mdx) |
|
|
96
|
+
| <a id="iconmorevertical"></a> `IconMoreVertical` | [`IconSource`](IconSource.mdx) |
|
|
97
|
+
| <a id="iconmove"></a> `IconMove` | [`IconSource`](IconSource.mdx) |
|
|
98
|
+
| <a id="iconnotauthenticated"></a> `IconNotauthenticated` | [`IconSource`](IconSource.mdx) |
|
|
99
|
+
| <a id="iconopeninnew"></a> `IconOpenInNew` | [`IconSource`](IconSource.mdx) |
|
|
100
|
+
| <a id="iconparticipant"></a> `IconParticipant` | [`IconSource`](IconSource.mdx) |
|
|
101
|
+
| <a id="iconpasswordhide"></a> `IconPasswordHide` | [`IconSource`](IconSource.mdx) |
|
|
102
|
+
| <a id="iconpasswordshow"></a> `IconPasswordShow` | [`IconSource`](IconSource.mdx) |
|
|
103
|
+
| <a id="iconpause"></a> `IconPause` | [`IconSource`](IconSource.mdx) |
|
|
104
|
+
| <a id="iconpexip"></a> `IconPexip` | [`IconSource`](IconSource.mdx) |
|
|
105
|
+
| <a id="iconpexiplogo"></a> `IconPexipLogo` | [`IconSource`](IconSource.mdx) |
|
|
106
|
+
| <a id="iconphone"></a> `IconPhone` | [`IconSource`](IconSource.mdx) |
|
|
107
|
+
| <a id="iconphonehorisontal"></a> `IconPhoneHorisontal` | [`IconSource`](IconSource.mdx) |
|
|
108
|
+
| <a id="iconphonetalk"></a> `IconPhoneTalk` | [`IconSource`](IconSource.mdx) |
|
|
109
|
+
| <a id="iconpin"></a> `IconPin` | [`IconSource`](IconSource.mdx) |
|
|
110
|
+
| <a id="iconplay"></a> `IconPlay` | [`IconSource`](IconSource.mdx) |
|
|
111
|
+
| <a id="iconplayround"></a> `IconPlayRound` | [`IconSource`](IconSource.mdx) |
|
|
112
|
+
| <a id="iconplus"></a> `IconPlus` | [`IconSource`](IconSource.mdx) |
|
|
113
|
+
| <a id="iconpresentationoff"></a> `IconPresentationOff` | [`IconSource`](IconSource.mdx) |
|
|
114
|
+
| <a id="iconpresentationon"></a> `IconPresentationOn` | [`IconSource`](IconSource.mdx) |
|
|
115
|
+
| <a id="iconraisehand"></a> `IconRaiseHand` | [`IconSource`](IconSource.mdx) |
|
|
116
|
+
| <a id="iconrecording"></a> `IconRecording` | [`IconSource`](IconSource.mdx) |
|
|
117
|
+
| <a id="iconrefresh"></a> `IconRefresh` | [`IconSource`](IconSource.mdx) |
|
|
118
|
+
| <a id="iconremotecontrol"></a> `IconRemoteControl` | [`IconSource`](IconSource.mdx) |
|
|
119
|
+
| <a id="iconsearch"></a> `IconSearch` | [`IconSource`](IconSource.mdx) |
|
|
120
|
+
| <a id="iconsend"></a> `IconSend` | [`IconSource`](IconSource.mdx) |
|
|
121
|
+
| <a id="iconsettings"></a> `IconSettings` | [`IconSource`](IconSource.mdx) |
|
|
122
|
+
| <a id="iconsettingsmeeting"></a> `IconSettingsMeeting` | [`IconSource`](IconSource.mdx) |
|
|
123
|
+
| <a id="iconshare"></a> `IconShare` | [`IconSource`](IconSource.mdx) |
|
|
124
|
+
| <a id="iconshield"></a> `IconShield` | [`IconSource`](IconSource.mdx) |
|
|
125
|
+
| <a id="iconshuffle"></a> `IconShuffle` | [`IconSource`](IconSource.mdx) |
|
|
126
|
+
| <a id="iconspeakerdisabled"></a> `IconSpeakerDisabled` | [`IconSource`](IconSource.mdx) |
|
|
127
|
+
| <a id="iconspeakeroff"></a> `IconSpeakerOff` | [`IconSource`](IconSource.mdx) |
|
|
128
|
+
| <a id="iconspeakeron"></a> `IconSpeakerOn` | [`IconSource`](IconSource.mdx) |
|
|
129
|
+
| <a id="iconspotlight"></a> `IconSpotlight` | [`IconSource`](IconSource.mdx) |
|
|
130
|
+
| <a id="iconstar"></a> `IconStar` | [`IconSource`](IconSource.mdx) |
|
|
131
|
+
| <a id="iconstopround"></a> `IconStopRound` | [`IconSource`](IconSource.mdx) |
|
|
132
|
+
| <a id="iconsupport"></a> `IconSupport` | [`IconSource`](IconSource.mdx) |
|
|
133
|
+
| <a id="icontestscripticon"></a> `IconTestScriptIcon` | [`IconSource`](IconSource.mdx) |
|
|
134
|
+
| <a id="iconthumbsdown"></a> `IconThumbsDown` | [`IconSource`](IconSource.mdx) |
|
|
135
|
+
| <a id="iconthumbsup"></a> `IconThumbsUp` | [`IconSource`](IconSource.mdx) |
|
|
136
|
+
| <a id="icontimer"></a> `IconTimer` | [`IconSource`](IconSource.mdx) |
|
|
137
|
+
| <a id="icontranscript"></a> `IconTranscript` | [`IconSource`](IconSource.mdx) |
|
|
138
|
+
| <a id="icontrash"></a> `IconTrash` | [`IconSource`](IconSource.mdx) |
|
|
139
|
+
| <a id="iconunlock"></a> `IconUnlock` | [`IconSource`](IconSource.mdx) |
|
|
140
|
+
| <a id="iconvideooff"></a> `IconVideoOff` | [`IconSource`](IconSource.mdx) |
|
|
141
|
+
| <a id="iconvideoon"></a> `IconVideoOn` | [`IconSource`](IconSource.mdx) |
|
|
142
|
+
| <a id="iconvideosystems"></a> `IconVideoSystems` | [`IconSource`](IconSource.mdx) |
|
|
143
|
+
| <a id="iconwaiting"></a> `IconWaiting` | [`IconSource`](IconSource.mdx) |
|
|
144
|
+
| <a id="iconwarning"></a> `IconWarning` | [`IconSource`](IconSource.mdx) |
|
|
145
|
+
| <a id="iconwarninground"></a> `IconWarningRound` | [`IconSource`](IconSource.mdx) |
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
## Properties
|
|
2
|
+
|
|
3
|
+
| Property | Type |
|
|
4
|
+
| ------ | ------ |
|
|
5
|
+
| <a id="size16"></a> `size16` | `FC`\<`SVGProps`\<`SVGSVGElement`\>\> |
|
|
6
|
+
| <a id="size24"></a> `size24` | `FC`\<`SVGProps`\<`SVGSVGElement`\>\> |
|
|
7
|
+
| <a id="size32"></a> `size32` | `FC`\<`SVGProps`\<`SVGSVGElement`\>\> |
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
## Extends
|
|
2
|
+
|
|
3
|
+
- `Pick`\<`React.ComponentProps`\<*typeof* [`Spinner`](../variables/Spinner.mdx)\>, `"sizeModifier"` \| `"colorScheme"`\>
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
| Property | Type | Inherited from |
|
|
8
|
+
| ------ | ------ | ------ |
|
|
9
|
+
| <a id="classname"></a> `className?` | `string` | - |
|
|
10
|
+
| <a id="isloading"></a> `isLoading?` | `boolean` | - |
|
|
11
|
+
| <a id="sizemodifier"></a> `sizeModifier?` | `"small"` \| `"medium"` \| `"compact"` | `Pick.sizeModifier` |
|
|
12
|
+
| <a id="colorscheme"></a> `colorScheme?` | `"dark"` \| `"light"` | `Pick.colorScheme` |
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
## Properties
|
|
2
|
+
|
|
3
|
+
| Property | Type |
|
|
4
|
+
| ------ | ------ |
|
|
5
|
+
| <a id="label"></a> `label` | `string` |
|
|
6
|
+
| <a id="url"></a> `url?` | `string` |
|
|
7
|
+
| <a id="onclick"></a> `onClick?` | () => `void` |
|
|
8
|
+
| <a id="iscompleted"></a> `isCompleted?` | `boolean` |
|
|
9
|
+
| <a id="isfailed"></a> `isFailed?` | `boolean` |
|
|
10
|
+
| <a id="isdisabled"></a> `isDisabled?` | `boolean` |
|
|
11
|
+
| <a id="isactive"></a> `isActive?` | `boolean` |
|
|
12
|
+
| <a id="isselectable"></a> `isSelectable?` | `boolean` |
|
|
13
|
+
| <a id="index"></a> `index?` | `number` |
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
## Properties
|
|
2
|
+
|
|
3
|
+
| Property | Type |
|
|
4
|
+
| ------ | ------ |
|
|
5
|
+
| <a id="caption"></a> `caption?` | \| `string` \| `ReactElement`\<`unknown`, `string` \| `JSXElementConstructor`\<`any`\>\> |
|
|
6
|
+
| <a id="captionclassname"></a> `captionClassName?` | `string` |
|
|
7
|
+
| <a id="captionsize"></a> `captionSize?` | `"small"` \| `"medium"` |
|
|
8
|
+
| <a id="captiontitle"></a> `captionTitle?` | `string` |
|
|
9
|
+
| <a id="figure"></a> `figure?` | \| `string` \| `number` \| `ReactElement`\<`unknown`, `string` \| `JSXElementConstructor`\<`any`\>\> |
|
|
10
|
+
| <a id="figureclassname"></a> `figureClassName?` | `string` |
|
|
11
|
+
| <a id="figuresize"></a> `figureSize?` | `"small"` \| `"medium"` |
|
|
12
|
+
| <a id="figuretitle"></a> `figureTitle?` | `string` |
|
|
13
|
+
| <a id="icon"></a> `icon?` | `ReactElement`\<`unknown`, `string` \| `JSXElementConstructor`\<`any`\>\> |
|
|
14
|
+
| <a id="iconcolor"></a> `iconColor?` | `string` |
|
|
15
|
+
| <a id="isactive"></a> `isActive?` | `boolean` |
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
## Properties
|
|
2
|
+
|
|
3
|
+
| Property | Type |
|
|
4
|
+
| ------ | ------ |
|
|
5
|
+
| <a id="classname"></a> `className?` | `string` |
|
|
6
|
+
| <a id="colorscheme"></a> `colorScheme?` | `"dark"` \| `"light"` |
|
|
7
|
+
| <a id="enhancestart"></a> `enhanceStart?` | `ReactNode` |
|
|
8
|
+
| <a id="isclickable"></a> `isClickable?` | `boolean` |
|
|
9
|
+
| <a id="isdanger"></a> `isDanger?` | `boolean` |
|
|
10
|
+
| <a id="isdisplayed"></a> `isDisplayed` | `boolean` |
|
|
11
|
+
| <a id="message"></a> `message` | `ReactNode` |
|
|
12
|
+
| <a id="ondismiss"></a> `onDismiss?` | () => `void` |
|
|
13
|
+
| <a id="position"></a> `position?` | `"bottomCenter"` \| `"topCenter"` |
|
|
14
|
+
| <a id="timeout"></a> `timeout?` | `number` |
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
```ts
|
|
2
|
+
type AriaMenuItem = Omit<ItemProps<typeof Item>, "children"> & object;
|
|
3
|
+
```
|
|
4
|
+
|
|
5
|
+
The structure of a menu item that can be used to create a dropdown menu.
|
|
6
|
+
|
|
7
|
+
## Type Declaration
|
|
8
|
+
|
|
9
|
+
| Name | Type | Description |
|
|
10
|
+
| ------ | ------ | ------ |
|
|
11
|
+
| `key` | `string` | The unique key for the item. |
|
|
12
|
+
| `label` | `React.ReactNode` | The label of the item. |
|
|
13
|
+
| `testId?` | `string` | The test id for the item. |
|
|
14
|
+
| `onItemClick()?` | () => `void` | If set, this function will be called when the user clicks this item. |
|
|
15
|
+
| `closeMenuOnItemClick?` | `boolean` | If set to false, the menu will not close when the user clicks this item. |
|
|
16
|
+
| `icon?` | `React.ReactNode` | The icon to display next to the item. |
|
|
17
|
+
| `alternativeHoverClassName?` | `string` | Class name that is used to override the default hover style. |
|
|
18
|
+
| `alternativeHoverStyle?` | `CSSProperties` | Style that is used to override the default hover style. |
|
|
19
|
+
| `className?` | `string` | The class name for the item. |
|
|
20
|
+
| `style?` | `CSSProperties` | The style for the item. |
|
|
21
|
+
| `isActive?` | `boolean` | Sets the `data-active` attribute to `true` and applies styling |
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
```ts
|
|
2
|
+
type AriaMenuProps = object;
|
|
3
|
+
```
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
| Property | Type | Description |
|
|
8
|
+
| ------ | ------ | ------ |
|
|
9
|
+
| <a id="items"></a> `items` | [`AriaMenuItem`](AriaMenuItem.mdx)[] | An array of menu items. |
|
|
10
|
+
| <a id="button"></a> `button` | `ReactElement` | The react element that triggers the menu. |
|
|
11
|
+
| <a id="headercontent"></a> `headerContent?` | `ReactElement` | Optional content to show above the menu items. |
|
|
12
|
+
| <a id="onopenchange"></a> `onOpenChange?` | (`isOpen`) => `void` | Callback function called when the menu open state changes. |
|
|
13
|
+
| <a id="testid"></a> `testId?` | `string` | The test id for the menu. |
|
|
14
|
+
| <a id="colorscheme"></a> `colorScheme?` | [`ColorScheme`](ColorScheme.mdx) | The color scheme for the menu. |
|
|
15
|
+
| <a id="popoverplacement"></a> `popoverPlacement?` | `Placement` | The placement of the popover. |
|
|
16
|
+
| <a id="popoveroffset"></a> `popoverOffset?` | `number` | The offset for the popover. |
|
|
17
|
+
| <a id="menuclassname"></a> `menuClassName?` | `string` | The class name for the menu. |
|
|
18
|
+
| <a id="itemclassname"></a> `itemClassName?` | `string` | The class name for the menu item. |
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
```ts
|
|
2
|
+
type ClickEventHandler<T, E> = (event) => void;
|
|
3
|
+
```
|
|
4
|
+
|
|
5
|
+
## Type Parameters
|
|
6
|
+
|
|
7
|
+
| Type Parameter | Default type |
|
|
8
|
+
| ------ | ------ |
|
|
9
|
+
| `T` | `Element` |
|
|
10
|
+
| `E` | `Event` |
|
|
11
|
+
|
|
12
|
+
## Parameters
|
|
13
|
+
|
|
14
|
+
| Parameter | Type |
|
|
15
|
+
| ------ | ------ |
|
|
16
|
+
| `event` | `React.SyntheticEvent`\<`T`, `E`\> |
|
|
17
|
+
|
|
18
|
+
## Returns
|
|
19
|
+
|
|
20
|
+
`void`
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
```ts
|
|
2
|
+
type FullSizeWindowColorBackgroundProps = object;
|
|
3
|
+
```
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
| Property | Type |
|
|
8
|
+
| ------ | ------ |
|
|
9
|
+
| <a id="background"></a> `background?` | [`FullSizeWindowBackgroundVariant`](FullSizeWindowBackgroundVariant.mdx) |
|
|
10
|
+
| <a id="backgroundimagesrc"></a> `backgroundImageSrc?` | `never` |
|
|
11
|
+
| <a id="backgroundblendmode"></a> `backgroundBlendMode?` | `never` |
|
|
12
|
+
| <a id="overlayopacity"></a> `overlayOpacity?` | `never` |
|
|
13
|
+
| <a id="overlay"></a> `overlay?` | `never` |
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
```ts
|
|
2
|
+
type FullSizeWindowImageBackgroundProps = object;
|
|
3
|
+
```
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
| Property | Type |
|
|
8
|
+
| ------ | ------ |
|
|
9
|
+
| <a id="background"></a> `background` | `"image"` |
|
|
10
|
+
| <a id="backgroundimagesrc"></a> `backgroundImageSrc` | [`BackgroundImageSrc`](BackgroundImageSrc.mdx) |
|
|
11
|
+
| <a id="backgroundblendmode"></a> `backgroundBlendMode?` | `BlendMode` |
|
|
12
|
+
| <a id="overlayopacity"></a> `overlayOpacity?` | [`OverlayOpacity`](OverlayOpacity.mdx) |
|
|
13
|
+
| <a id="overlay"></a> `overlay?` | [`ColorScheme`](ColorScheme.mdx) |
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
```ts
|
|
2
|
+
type MenuAction = object;
|
|
3
|
+
```
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
| Property | Type |
|
|
8
|
+
| ------ | ------ |
|
|
9
|
+
| <a id="enhancerstart"></a> `enhancerStart?` | `React.ReactNode` |
|
|
10
|
+
| <a id="isdisabled"></a> `isDisabled?` | `boolean` |
|
|
11
|
+
| <a id="label"></a> `label` | `string` |
|
|
12
|
+
| <a id="onclick"></a> `onClick?` | () => `void` |
|
|
13
|
+
| <a id="target"></a> `target?` | [`LinkTarget`](LinkTarget.mdx) |
|
|
14
|
+
| <a id="testid"></a> `testId?` | `string` |
|
|
15
|
+
| <a id="url"></a> `url?` | `string` |
|
|
16
|
+
| <a id="variant"></a> `variant?` | [`ButtonVariant`](ButtonVariant.mdx) |
|
|
17
|
+
| <a id="isloading"></a> `isLoading?` | `boolean` |
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
```ts
|
|
2
|
+
type MenuItem = object;
|
|
3
|
+
```
|
|
4
|
+
|
|
5
|
+
## Properties
|
|
6
|
+
|
|
7
|
+
| Property | Type |
|
|
8
|
+
| ------ | ------ |
|
|
9
|
+
| <a id="clickaction"></a> `clickAction?` | `React.MouseEventHandler`\<`HTMLElement`\> |
|
|
10
|
+
| <a id="colorscheme"></a> `colorScheme?` | [`ColorScheme`](ColorScheme.mdx) |
|
|
11
|
+
| <a id="icon"></a> `icon?` | [`IconSource`](../interfaces/IconSource.mdx) |
|
|
12
|
+
| <a id="iconcolor"></a> `iconColor?` | `string` |
|
|
13
|
+
| <a id="iconalignedstart"></a> `iconAlignedStart?` | `boolean` |
|
|
14
|
+
| <a id="isariachecked"></a> `isAriaChecked?` | `boolean` |
|
|
15
|
+
| <a id="isariaselected"></a> `isAriaSelected?` | `boolean` |
|
|
16
|
+
| <a id="isdisabled"></a> `isDisabled?` | `boolean` |
|
|
17
|
+
| <a id="isfixedicon"></a> `isFixedIcon?` | `boolean` |
|
|
18
|
+
| <a id="label"></a> `label` | `React.ReactNode` |
|
|
19
|
+
| <a id="linkwrapper"></a> `linkWrapper?` | (`{ children, }`) => `React.ReactElement` |
|
|
20
|
+
| <a id="role"></a> `role?` | `React.AriaRole` |
|
|
21
|
+
| <a id="target"></a> `target?` | [`LinkTarget`](LinkTarget.mdx) |
|
|
22
|
+
| <a id="testid"></a> `testId?` | `string` |
|
|
23
|
+
| <a id="url"></a> `url?` | `string` |
|
|
24
|
+
| <a id="variant"></a> `variant?` | [`TextVariant`](TextVariant.mdx) |
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
```ts
|
|
2
|
+
type MultiselectOption<T> = Option<T> & object;
|
|
3
|
+
```
|
|
4
|
+
|
|
5
|
+
## Type Declaration
|
|
6
|
+
|
|
7
|
+
| Name | Type |
|
|
8
|
+
| ------ | ------ |
|
|
9
|
+
| `isHidden?` | `boolean` |
|
|
10
|
+
| `description?` | `string` |
|
|
11
|
+
|
|
12
|
+
## Type Parameters
|
|
13
|
+
|
|
14
|
+
| Type Parameter | Default type |
|
|
15
|
+
| ------ | ------ |
|
|
16
|
+
| `T` *extends* `string` | `string` |
|