@telus-uds/components-base 3.28.2 → 4.0.0-alpha.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 +31 -1
- package/babel.config.cjs +1 -1
- package/lib/cjs/A11yInfoProvider/{index.js → A11yInfoProvider.js} +2 -3
- package/lib/cjs/A11yText/{index.js → A11yText.js} +7 -6
- package/lib/cjs/ActionCard/ActionCard.js +34 -26
- package/lib/cjs/ActivityIndicator/{index.js → ActivityIndicator.js} +17 -17
- package/lib/cjs/ActivityIndicator/Dots.js +4 -5
- package/lib/cjs/ActivityIndicator/Dots.native.js +5 -7
- package/lib/cjs/ActivityIndicator/FullScreenIndicator.js +9 -10
- package/lib/cjs/ActivityIndicator/InlineIndicator.js +9 -10
- package/lib/cjs/ActivityIndicator/OverlayIndicator.js +10 -11
- package/lib/cjs/ActivityIndicator/RenderActivityIndicator.js +8 -8
- package/lib/cjs/ActivityIndicator/Spinner.js +4 -5
- package/lib/cjs/ActivityIndicator/Spinner.native.js +5 -7
- package/lib/cjs/Autocomplete/Autocomplete.js +35 -28
- package/lib/cjs/Autocomplete/Loading.js +11 -12
- package/lib/cjs/Autocomplete/Suggestions.js +11 -12
- package/lib/cjs/Autocomplete/dictionary.js +2 -2
- package/lib/cjs/Badge/Badge.js +14 -11
- package/lib/cjs/BaseProvider/{index.js → BaseProvider.js} +10 -11
- package/lib/cjs/BaseProvider/HydrationContext.js +2 -3
- package/lib/cjs/Box/Box.js +55 -43
- package/lib/cjs/Box/backgroundImageStylesMap.js +2 -2
- package/lib/cjs/Button/Button.js +16 -17
- package/lib/cjs/Button/ButtonBase.js +43 -31
- package/lib/cjs/Button/ButtonDropdown.js +24 -23
- package/lib/cjs/Button/ButtonGroup.js +36 -27
- package/lib/cjs/Button/ButtonLink.js +20 -19
- package/lib/cjs/Button/propTypes.js +10 -11
- package/lib/cjs/Card/Card.js +49 -34
- package/lib/cjs/Card/CardBase.js +45 -29
- package/lib/cjs/Card/PressableCardBase.js +36 -25
- package/lib/cjs/Card/backgroundImageStylesMap.js +2 -2
- package/lib/cjs/CardGroup/CardGroup.js +35 -28
- package/lib/cjs/CardGroup/dictionary.js +2 -2
- package/lib/cjs/Carousel/Carousel.js +69 -61
- package/lib/cjs/Carousel/CarouselContext.js +2 -2
- package/lib/cjs/Carousel/CarouselFirstFocus/CarouselFirstFocus.js +4 -4
- package/lib/cjs/Carousel/CarouselItem/CarouselItem.js +16 -13
- package/lib/cjs/Carousel/CarouselStepTracker/CarouselStepTracker.js +17 -17
- package/lib/cjs/Carousel/CarouselTabs/CarouselTabsPanel.js +9 -10
- package/lib/cjs/Carousel/CarouselTabs/CarouselTabsPanelItem.js +20 -13
- package/lib/cjs/Carousel/CarouselThumbnail.js +7 -8
- package/lib/cjs/Carousel/CarouselThumbnailNavigation.js +12 -13
- package/lib/cjs/Carousel/dictionary.js +2 -2
- package/lib/cjs/Checkbox/Checkbox.js +32 -25
- package/lib/cjs/Checkbox/CheckboxButton.js +15 -12
- package/lib/cjs/Checkbox/CheckboxGroup.js +31 -24
- package/lib/cjs/Checkbox/CheckboxInput.js +4 -4
- package/lib/cjs/Checkbox/CheckboxInput.native.js +2 -2
- package/lib/cjs/CheckboxCard/CheckboxCard.js +31 -25
- package/lib/cjs/CheckboxCardGroup/CheckboxCardGroup.js +29 -24
- package/lib/cjs/ColourToggle/ColourBubble.js +24 -11
- package/lib/cjs/ColourToggle/ColourToggle.js +27 -18
- package/lib/cjs/Divider/Divider.js +18 -14
- package/lib/cjs/DownloadApp/DownloadApp.js +25 -17
- package/lib/cjs/DownloadApp/dictionary.js +2 -2
- package/lib/cjs/ExpandCollapse/ExpandCollapse.js +19 -13
- package/lib/cjs/ExpandCollapse/ExpandCollapseAccordion.js +20 -0
- package/lib/cjs/ExpandCollapse/{Control.js → ExpandCollapseControl.js} +32 -14
- package/lib/cjs/ExpandCollapse/{Panel.js → ExpandCollapsePanel.js} +33 -21
- package/lib/cjs/ExpandCollapse/dictionary.js +2 -2
- package/lib/cjs/ExpandCollapseMini/ExpandCollapseMini.js +33 -18
- package/lib/cjs/ExpandCollapseMini/ExpandCollapseMiniControl.js +26 -12
- package/lib/cjs/Feedback/Feedback.js +22 -17
- package/lib/cjs/Fieldset/Fieldset.js +31 -23
- package/lib/cjs/Fieldset/FieldsetContainer.js +9 -8
- package/lib/cjs/Fieldset/FieldsetContainer.native.js +7 -6
- package/lib/cjs/Fieldset/Legend.js +6 -6
- package/lib/cjs/Fieldset/Legend.native.js +4 -4
- package/lib/cjs/Fieldset/cssReset.js +2 -2
- package/lib/cjs/FileUpload/FileUpload.js +38 -32
- package/lib/cjs/FileUpload/NotificationContent.js +7 -7
- package/lib/cjs/FileUpload/dictionary.js +2 -2
- package/lib/cjs/FlexGrid/FlexGrid.js +30 -28
- package/lib/cjs/FlexGrid/{Col/Col.js → FlexGridCol/FlexGridCol.js} +25 -24
- package/lib/cjs/FlexGrid/{Row/Row.js → FlexGridRow/FlexGridRow.js} +16 -16
- package/lib/cjs/FlexGrid/helpers/index.js +2 -2
- package/lib/cjs/FlexGrid/providers/GutterContext.js +2 -3
- package/lib/cjs/Footnote/Footnote.js +26 -21
- package/lib/cjs/Footnote/FootnoteLink.js +18 -13
- package/lib/cjs/Footnote/dictionary.js +2 -2
- package/lib/cjs/HorizontalScroll/HorizontalScroll.js +24 -14
- package/lib/cjs/HorizontalScroll/HorizontalScrollButton.js +19 -16
- package/lib/cjs/HorizontalScroll/ScrollViewEnd.js +3 -4
- package/lib/cjs/HorizontalScroll/ScrollViewEnd.native.js +4 -4
- package/lib/cjs/HorizontalScroll/dictionary.js +2 -2
- package/lib/cjs/Icon/Icon.js +9 -9
- package/lib/cjs/Icon/IconText.js +10 -12
- package/lib/cjs/IconButton/IconButton.js +34 -21
- package/lib/cjs/InputLabel/InputLabel.js +24 -19
- package/lib/cjs/InputLabel/LabelContent.js +3 -4
- package/lib/cjs/InputLabel/LabelContent.native.js +3 -4
- package/lib/cjs/InputSupports/InputSupports.js +21 -21
- package/lib/cjs/InputSupports/dictionary.js +2 -2
- package/lib/cjs/InputSupports/useInputSupports.js +10 -11
- package/lib/cjs/Link/ChevronLink.js +16 -14
- package/lib/cjs/Link/InlinePressable.js +4 -4
- package/lib/cjs/Link/InlinePressable.native.js +3 -4
- package/lib/cjs/Link/Link.js +50 -9
- package/lib/cjs/Link/LinkBase.js +64 -38
- package/lib/cjs/Link/MobileIconTextContent.js +153 -0
- package/lib/cjs/Link/TextButton.js +11 -11
- package/lib/cjs/List/List.js +12 -9
- package/lib/cjs/List/ListItem.js +12 -11
- package/lib/cjs/List/ListItemBase.js +19 -16
- package/lib/cjs/List/ListItemContent.js +9 -9
- package/lib/cjs/List/ListItemMark.js +8 -9
- package/lib/cjs/List/PressableListItemBase.js +27 -21
- package/lib/cjs/Listbox/GroupControl.js +11 -12
- package/lib/cjs/Listbox/Listbox.js +20 -22
- package/lib/cjs/Listbox/ListboxGroup.js +22 -21
- package/lib/cjs/Listbox/ListboxItem.js +14 -12
- package/lib/cjs/Listbox/ListboxOverlay.js +8 -8
- package/lib/cjs/Listbox/PressableItem.js +8 -7
- package/lib/cjs/Listbox/SecondLevelHeader.js +19 -18
- package/lib/cjs/Listbox/dictionary.js +2 -2
- package/lib/cjs/Modal/Modal.js +31 -25
- package/lib/cjs/Modal/ModalContent.js +18 -19
- package/lib/cjs/Modal/WebModal.js +9 -8
- package/lib/cjs/Modal/dictionary.js +2 -2
- package/lib/cjs/MultiSelectFilter/ModalOverlay.js +25 -29
- package/lib/cjs/MultiSelectFilter/MultiSelectFilter.js +64 -65
- package/lib/cjs/MultiSelectFilter/dictionary.js +2 -2
- package/lib/cjs/Notification/Notification.js +43 -34
- package/lib/cjs/Notification/dictionary.js +2 -2
- package/lib/cjs/OrderedList/OrderedList.js +14 -13
- package/lib/cjs/OrderedList/OrderedListBase.js +2 -5
- package/lib/cjs/OrderedList/{Item.js → OrderedListItem.js} +27 -21
- package/lib/cjs/OrderedList/{ItemBase.js → OrderedListItemBase.js} +4 -5
- package/lib/cjs/Pagination/Pagination.js +38 -32
- package/lib/cjs/Pagination/PaginationPageButton.js +90 -0
- package/lib/cjs/Pagination/SideButton.js +26 -22
- package/lib/cjs/Pagination/dictionary.js +2 -2
- package/lib/cjs/Pagination/usePagination.js +2 -3
- package/lib/cjs/Portal/Portal.js +3 -3
- package/lib/cjs/Portal/Portal.native.js +7 -3
- package/lib/cjs/PriceLockup/PriceLockup.js +20 -18
- package/lib/cjs/PriceLockup/utils/renderFootnoteContent.js +7 -7
- package/lib/cjs/PriceLockup/utils/renderFootnoteLinks.js +4 -4
- package/lib/cjs/PriceLockup/utils/renderPrice.js +12 -12
- package/lib/cjs/PriceLockup/utils/renderTypography.js +4 -4
- package/lib/cjs/ProductCard/ProductCard.js +42 -37
- package/lib/cjs/ProductCard/dictionary.js +2 -2
- package/lib/cjs/ProductCardGroup/ProductCardGroup.js +12 -10
- package/lib/cjs/Progress/Progress.js +16 -12
- package/lib/cjs/Progress/ProgressBar.js +18 -14
- package/lib/cjs/Progress/ProgressBarBackground.js +4 -5
- package/lib/cjs/Progress/ProgressContext.js +3 -4
- package/lib/cjs/QuickLinks/QuickLinks.js +20 -19
- package/lib/cjs/QuickLinks/QuickLinksCard.js +14 -13
- package/lib/cjs/QuickLinks/QuickLinksItem.js +26 -21
- package/lib/cjs/QuickLinksFeature/QuickLinksFeature.js +19 -16
- package/lib/cjs/QuickLinksFeature/QuickLinksFeatureItem.js +27 -18
- package/lib/cjs/Radio/Radio.js +27 -22
- package/lib/cjs/Radio/RadioButton.js +20 -16
- package/lib/cjs/Radio/RadioGroup.js +31 -24
- package/lib/cjs/Radio/RadioInput.js +4 -4
- package/lib/cjs/Radio/RadioInput.native.js +2 -2
- package/lib/cjs/RadioCard/RadioCard.js +31 -25
- package/lib/cjs/RadioCard/RadioCardGroup.js +29 -24
- package/lib/cjs/Responsive/Responsive.js +11 -10
- package/lib/cjs/Responsive/ResponsiveProp.js +5 -5
- package/lib/cjs/Responsive/ResponsiveWithMediaQueryStyleSheet.js +8 -8
- package/lib/cjs/Search/Search.js +37 -29
- package/lib/cjs/Search/dictionary.js +2 -2
- package/lib/cjs/Select/Picker.js +8 -7
- package/lib/cjs/Select/Picker.native.js +8 -8
- package/lib/cjs/Select/Select.js +28 -19
- package/lib/cjs/Select/{Group.js → SelectGroup.js} +6 -7
- package/lib/cjs/Select/{Group.native.js → SelectGroup.native.js} +6 -6
- package/lib/cjs/Select/{Item.js → SelectItem.js} +4 -5
- package/lib/cjs/Select/SelectItem.native.js +8 -0
- package/lib/cjs/Shortcuts/Shortcuts.js +25 -21
- package/lib/cjs/Shortcuts/ShortcutsItem.js +33 -23
- package/lib/cjs/SideNav/SideNav.js +29 -28
- package/lib/cjs/SideNav/{Item.js → SideNavItem.js} +26 -20
- package/lib/cjs/SideNav/{ItemContent.js → SideNavItemContent.js} +10 -11
- package/lib/cjs/SideNav/{ItemsGroup.js → SideNavItemsGroup.js} +29 -28
- package/lib/cjs/Skeleton/Skeleton.js +28 -26
- package/lib/cjs/Skeleton/skeletonWebAnimation.js +2 -2
- package/lib/cjs/Skeleton/useSkeletonNativeAnimation.js +2 -2
- package/lib/cjs/SkipLink/SkipLink.js +24 -14
- package/lib/cjs/Spacer/Spacer.js +18 -14
- package/lib/cjs/StackView/StackView.js +31 -22
- package/lib/cjs/StackView/StackWrap.js +8 -9
- package/lib/cjs/StackView/StackWrap.native.js +7 -5
- package/lib/cjs/StackView/StackWrapBox.js +27 -20
- package/lib/cjs/StackView/StackWrapGap.js +20 -16
- package/lib/cjs/StackView/common.js +2 -1
- package/lib/cjs/StackView/getStackedContent.js +12 -13
- package/lib/cjs/Status/Status.js +21 -15
- package/lib/cjs/StepTracker/Step.js +21 -17
- package/lib/cjs/StepTracker/StepTracker.js +26 -21
- package/lib/cjs/StepTracker/dictionary.js +2 -2
- package/lib/cjs/TabBar/TabBar.js +22 -14
- package/lib/cjs/TabBar/TabBarItem.js +16 -15
- package/lib/cjs/Tabs/Tabs.js +40 -31
- package/lib/cjs/Tabs/TabsDropdown.js +38 -28
- package/lib/cjs/Tabs/TabsItem.js +30 -20
- package/lib/cjs/Tabs/dictionary.js +2 -2
- package/lib/cjs/Tags/Tags.js +37 -28
- package/lib/cjs/TextInput/TextArea.js +22 -16
- package/lib/cjs/TextInput/TextInput.js +20 -14
- package/lib/cjs/TextInput/TextInputBase.js +34 -24
- package/lib/cjs/TextInput/dictionary.js +2 -2
- package/lib/cjs/TextInput/propTypes.js +3 -4
- package/lib/cjs/ThemeProvider/ThemeProvider.js +11 -9
- package/lib/cjs/ThemeProvider/useResponsiveThemeTokens.js +8 -9
- package/lib/cjs/ThemeProvider/useResponsiveThemeTokensCallback.js +9 -10
- package/lib/cjs/ThemeProvider/useSetTheme.js +2 -2
- package/lib/cjs/ThemeProvider/useTheme.js +2 -2
- package/lib/cjs/ThemeProvider/useThemeTokens.js +10 -11
- package/lib/cjs/ThemeProvider/utils/styles.js +4 -1
- package/lib/cjs/Timeline/Timeline.js +20 -16
- package/lib/cjs/ToggleSwitch/ToggleSwitch.js +26 -19
- package/lib/cjs/ToggleSwitch/ToggleSwitchGroup.js +32 -25
- package/lib/cjs/Tooltip/Backdrop.js +2 -3
- package/lib/cjs/Tooltip/Backdrop.native.js +3 -3
- package/lib/cjs/Tooltip/Tooltip.js +21 -18
- package/lib/cjs/Tooltip/Tooltip.native.js +27 -24
- package/lib/cjs/Tooltip/dictionary.js +2 -2
- package/lib/cjs/Tooltip/getTooltipPosition.js +2 -3
- package/lib/cjs/Tooltip/shared.js +5 -6
- package/lib/cjs/TooltipButton/TooltipButton.js +17 -13
- package/lib/cjs/Typography/Typography.js +42 -24
- package/lib/cjs/Validator/Validator.js +12 -12
- package/lib/cjs/ViewportProvider/ViewportProvider.js +9 -7
- package/lib/cjs/ViewportProvider/useViewportListener.js +4 -4
- package/lib/cjs/index.js +897 -355
- package/lib/cjs/server.js +5 -6
- package/lib/cjs/utils/BaseView/BaseView.js +6 -6
- package/lib/cjs/utils/BaseView/BaseView.native.js +7 -6
- package/lib/cjs/utils/animation/useVerticalExpandAnimation.js +5 -6
- package/lib/cjs/utils/children.js +2 -2
- package/lib/cjs/utils/containUniqueFields.js +2 -2
- package/lib/cjs/utils/convertFromMegaByteToByte.js +1 -1
- package/lib/cjs/utils/formatImageSource.js +2 -2
- package/lib/cjs/utils/getSpacingScale.js +2 -2
- package/lib/cjs/utils/hasOwnProperty.js +1 -1
- package/lib/cjs/utils/htmlAttrs.js +2 -2
- package/lib/cjs/utils/info/info.js +12 -0
- package/lib/cjs/utils/info/platform/platform.android.js +2 -2
- package/lib/cjs/utils/info/platform/platform.ios.js +2 -2
- package/lib/cjs/utils/info/platform/platform.js +14 -2
- package/lib/cjs/utils/info/platform/platform.native.js +2 -2
- package/lib/cjs/utils/info/versions.js +2 -2
- package/lib/cjs/utils/isTouchDevice.js +2 -2
- package/lib/cjs/utils/pressability.js +2 -2
- package/lib/cjs/utils/props/a11yProps.js +4 -4
- package/lib/cjs/utils/props/clickProps.js +2 -2
- package/lib/cjs/utils/props/componentPropType.js +1 -1
- package/lib/cjs/utils/props/contentfulProps.js +4 -4
- package/lib/cjs/utils/props/copyPropTypes.js +2 -2
- package/lib/cjs/utils/props/getPropSelector.js +3 -3
- package/lib/cjs/utils/props/handlerProps.js +3 -3
- package/lib/cjs/utils/props/hrefAttrsProp.js +2 -2
- package/lib/cjs/utils/props/inputSupportsProps.js +4 -4
- package/lib/cjs/utils/props/linkProps.js +8 -8
- package/lib/cjs/utils/props/paddingProp.js +2 -2
- package/lib/cjs/utils/props/pressProps.js +7 -7
- package/lib/cjs/utils/props/rectProp.js +2 -2
- package/lib/cjs/utils/props/responsiveProps.js +2 -2
- package/lib/cjs/utils/props/selectSystemProps.js +1 -1
- package/lib/cjs/utils/props/spacingProps.js +6 -6
- package/lib/cjs/utils/props/textInputProps.js +4 -4
- package/lib/cjs/utils/props/textProps.js +4 -4
- package/lib/cjs/utils/props/variantProp.js +2 -2
- package/lib/cjs/utils/props/viewProps.js +4 -4
- package/lib/cjs/utils/resolveContentMaxWidth.js +2 -2
- package/lib/cjs/utils/ssr-media-query/create-stylesheet/create-stylesheet-mobile.js +2 -2
- package/lib/cjs/utils/ssr-media-query/create-stylesheet/index.android.js +7 -4
- package/lib/cjs/utils/ssr-media-query/create-stylesheet/index.ios.js +7 -4
- package/lib/cjs/utils/ssr-media-query/create-stylesheet/index.js +6 -7
- package/lib/cjs/utils/ssr-media-query/hash.js +1 -1
- package/lib/cjs/utils/ssr-media-query/ssr-media-query.js +24 -0
- package/lib/cjs/utils/ssr-media-query/utils/create-declaration-block.js +4 -4
- package/lib/cjs/utils/ssr-media-query/utils/create-media-query-styles.js +2 -3
- package/lib/cjs/utils/ssr-media-query/utils/hyphenate-style-name.js +2 -2
- package/lib/cjs/utils/ssr-media-query/utils/use-all-viewport-tokens.js +11 -11
- package/lib/cjs/utils/ssr.js +3 -3
- package/lib/cjs/utils/transformGradient.js +2 -5
- package/lib/cjs/utils/useCopy.js +3 -3
- package/lib/cjs/utils/useDetectOutsideClick.js +2 -3
- package/lib/cjs/utils/useHash.js +2 -2
- package/lib/cjs/utils/useHash.native.js +2 -2
- package/lib/cjs/utils/useMediaQuerySpacing.js +8 -8
- package/lib/cjs/utils/useOverlaidPosition.js +2 -2
- package/lib/cjs/utils/useResponsiveProp.js +7 -8
- package/lib/cjs/utils/useSafeLayoutEffect.js +3 -4
- package/lib/cjs/utils/useScrollBlocking.js +2 -2
- package/lib/cjs/utils/useScrollBlocking.native.js +3 -3
- package/lib/cjs/utils/useSpacingScale.js +6 -6
- package/lib/cjs/utils/useUniqueId.js +2 -3
- package/lib/cjs/utils/useVariants.js +6 -5
- package/lib/cjs/utils/withLinkRouter.js +7 -6
- package/lib/esm/A11yInfoProvider/{index.js → A11yInfoProvider.js} +1 -2
- package/lib/esm/A11yText/{index.js → A11yText.js} +5 -4
- package/lib/esm/ActionCard/ActionCard.js +18 -10
- package/lib/esm/ActivityIndicator/{index.js → ActivityIndicator.js} +9 -9
- package/lib/esm/ActivityIndicator/Dots.js +3 -4
- package/lib/esm/ActivityIndicator/Dots.native.js +3 -4
- package/lib/esm/ActivityIndicator/FullScreenIndicator.js +5 -6
- package/lib/esm/ActivityIndicator/InlineIndicator.js +5 -6
- package/lib/esm/ActivityIndicator/OverlayIndicator.js +5 -6
- package/lib/esm/ActivityIndicator/RenderActivityIndicator.js +4 -5
- package/lib/esm/ActivityIndicator/Spinner.js +3 -4
- package/lib/esm/ActivityIndicator/Spinner.native.js +3 -4
- package/lib/esm/Autocomplete/Autocomplete.js +20 -13
- package/lib/esm/Autocomplete/Loading.js +6 -7
- package/lib/esm/Autocomplete/Suggestions.js +6 -7
- package/lib/esm/Autocomplete/dictionary.js +1 -1
- package/lib/esm/Badge/Badge.js +8 -5
- package/lib/esm/BaseProvider/{index.js → BaseProvider.js} +5 -6
- package/lib/esm/BaseProvider/HydrationContext.js +1 -2
- package/lib/esm/Box/Box.js +20 -6
- package/lib/esm/Box/backgroundImageStylesMap.js +1 -1
- package/lib/esm/Button/Button.js +9 -8
- package/lib/esm/Button/ButtonBase.js +27 -15
- package/lib/esm/Button/ButtonDropdown.js +12 -9
- package/lib/esm/Button/ButtonGroup.js +20 -10
- package/lib/esm/Button/ButtonLink.js +10 -8
- package/lib/esm/Button/propTypes.js +8 -8
- package/lib/esm/Card/Card.js +29 -12
- package/lib/esm/Card/CardBase.js +26 -10
- package/lib/esm/Card/PressableCardBase.js +23 -10
- package/lib/esm/Card/backgroundImageStylesMap.js +1 -1
- package/lib/esm/CardGroup/CardGroup.js +19 -10
- package/lib/esm/CardGroup/dictionary.js +1 -1
- package/lib/esm/Carousel/Carousel.js +40 -32
- package/lib/esm/Carousel/CarouselContext.js +4 -5
- package/lib/esm/Carousel/CarouselFirstFocus/CarouselFirstFocus.js +2 -3
- package/lib/esm/Carousel/CarouselItem/CarouselItem.js +10 -7
- package/lib/esm/Carousel/CarouselStepTracker/CarouselStepTracker.js +9 -9
- package/lib/esm/Carousel/CarouselTabs/CarouselTabsPanel.js +5 -6
- package/lib/esm/Carousel/CarouselTabs/CarouselTabsPanelItem.js +12 -5
- package/lib/esm/Carousel/CarouselThumbnail.js +4 -5
- package/lib/esm/Carousel/CarouselThumbnailNavigation.js +6 -7
- package/lib/esm/Carousel/dictionary.js +1 -1
- package/lib/esm/Checkbox/Checkbox.js +17 -10
- package/lib/esm/Checkbox/CheckboxButton.js +8 -5
- package/lib/esm/Checkbox/CheckboxGroup.js +18 -11
- package/lib/esm/Checkbox/CheckboxInput.js +2 -3
- package/lib/esm/Checkbox/CheckboxInput.native.js +1 -2
- package/lib/esm/CheckboxCard/CheckboxCard.js +15 -7
- package/lib/esm/CheckboxCardGroup/CheckboxCardGroup.js +16 -9
- package/lib/esm/ColourToggle/ColourBubble.js +21 -8
- package/lib/esm/ColourToggle/ColourToggle.js +19 -10
- package/lib/esm/Divider/Divider.js +10 -6
- package/lib/esm/DownloadApp/DownloadApp.js +14 -6
- package/lib/esm/DownloadApp/dictionary.js +1 -1
- package/lib/esm/ExpandCollapse/ExpandCollapse.js +12 -6
- package/lib/esm/ExpandCollapse/ExpandCollapseAccordion.js +14 -0
- package/lib/esm/ExpandCollapse/{Control.js → ExpandCollapseControl.js} +26 -8
- package/lib/esm/ExpandCollapse/{Panel.js → ExpandCollapsePanel.js} +21 -9
- package/lib/esm/ExpandCollapse/dictionary.js +1 -1
- package/lib/esm/ExpandCollapseMini/ExpandCollapseMini.js +25 -10
- package/lib/esm/ExpandCollapseMini/ExpandCollapseMiniControl.js +22 -8
- package/lib/esm/Feedback/Feedback.js +10 -5
- package/lib/esm/Fieldset/Fieldset.js +21 -14
- package/lib/esm/Fieldset/FieldsetContainer.js +6 -5
- package/lib/esm/Fieldset/FieldsetContainer.native.js +5 -4
- package/lib/esm/Fieldset/Legend.js +3 -4
- package/lib/esm/Fieldset/Legend.native.js +2 -3
- package/lib/esm/Fieldset/cssReset.js +1 -1
- package/lib/esm/FileUpload/FileUpload.js +18 -12
- package/lib/esm/FileUpload/NotificationContent.js +3 -4
- package/lib/esm/FileUpload/dictionary.js +1 -1
- package/lib/esm/FlexGrid/FlexGrid.js +16 -14
- package/lib/esm/FlexGrid/{Col/Col.js → FlexGridCol/FlexGridCol.js} +13 -12
- package/lib/esm/FlexGrid/{Row/Row.js → FlexGridRow/FlexGridRow.js} +9 -9
- package/lib/esm/FlexGrid/helpers/index.js +2 -3
- package/lib/esm/FlexGrid/providers/GutterContext.js +1 -2
- package/lib/esm/Footnote/Footnote.js +15 -10
- package/lib/esm/Footnote/FootnoteLink.js +10 -5
- package/lib/esm/Footnote/dictionary.js +1 -1
- package/lib/esm/HorizontalScroll/HorizontalScroll.js +17 -7
- package/lib/esm/HorizontalScroll/HorizontalScrollButton.js +10 -7
- package/lib/esm/HorizontalScroll/ScrollViewEnd.js +2 -3
- package/lib/esm/HorizontalScroll/ScrollViewEnd.native.js +2 -3
- package/lib/esm/HorizontalScroll/dictionary.js +1 -1
- package/lib/esm/Icon/Icon.js +5 -5
- package/lib/esm/Icon/IconText.js +5 -6
- package/lib/esm/IconButton/IconButton.js +20 -7
- package/lib/esm/InputLabel/InputLabel.js +12 -7
- package/lib/esm/InputLabel/LabelContent.js +2 -3
- package/lib/esm/InputLabel/LabelContent.native.js +2 -3
- package/lib/esm/InputSupports/InputSupports.js +11 -11
- package/lib/esm/InputSupports/dictionary.js +1 -1
- package/lib/esm/InputSupports/useInputSupports.js +5 -6
- package/lib/esm/Link/ChevronLink.js +7 -6
- package/lib/esm/Link/InlinePressable.js +2 -3
- package/lib/esm/Link/InlinePressable.native.js +2 -3
- package/lib/esm/Link/Link.js +48 -6
- package/lib/esm/Link/LinkBase.js +50 -24
- package/lib/esm/Link/MobileIconTextContent.js +146 -0
- package/lib/esm/Link/TextButton.js +5 -6
- package/lib/esm/List/List.js +8 -5
- package/lib/esm/List/ListItem.js +6 -6
- package/lib/esm/List/ListItemBase.js +11 -8
- package/lib/esm/List/ListItemContent.js +5 -5
- package/lib/esm/List/ListItemMark.js +4 -5
- package/lib/esm/List/PressableListItemBase.js +17 -11
- package/lib/esm/Listbox/GroupControl.js +6 -7
- package/lib/esm/Listbox/Listbox.js +10 -11
- package/lib/esm/Listbox/ListboxGroup.js +12 -11
- package/lib/esm/Listbox/ListboxItem.js +9 -7
- package/lib/esm/Listbox/ListboxOverlay.js +4 -4
- package/lib/esm/Listbox/PressableItem.js +5 -4
- package/lib/esm/Listbox/SecondLevelHeader.js +10 -9
- package/lib/esm/Listbox/dictionary.js +1 -1
- package/lib/esm/Modal/Modal.js +17 -11
- package/lib/esm/Modal/ModalContent.js +9 -10
- package/lib/esm/Modal/WebModal.js +6 -5
- package/lib/esm/Modal/dictionary.js +1 -1
- package/lib/esm/MultiSelectFilter/ModalOverlay.js +15 -19
- package/lib/esm/MultiSelectFilter/MultiSelectFilter.js +33 -34
- package/lib/esm/MultiSelectFilter/dictionary.js +1 -1
- package/lib/esm/Notification/Notification.js +18 -9
- package/lib/esm/Notification/dictionary.js +1 -1
- package/lib/esm/OrderedList/OrderedList.js +9 -8
- package/lib/esm/OrderedList/OrderedListBase.js +1 -4
- package/lib/esm/OrderedList/{Item.js → OrderedListItem.js} +16 -10
- package/lib/esm/OrderedList/{ItemBase.js → OrderedListItemBase.js} +3 -4
- package/lib/esm/Pagination/Pagination.js +20 -13
- package/lib/esm/Pagination/{PageButton.js → PaginationPageButton.js} +18 -9
- package/lib/esm/Pagination/SideButton.js +15 -11
- package/lib/esm/Pagination/dictionary.js +1 -1
- package/lib/esm/Pagination/usePagination.js +2 -3
- package/lib/esm/Portal/Portal.js +2 -3
- package/lib/esm/Portal/Portal.native.js +1 -2
- package/lib/esm/PriceLockup/PriceLockup.js +11 -9
- package/lib/esm/PriceLockup/utils/renderFootnoteContent.js +3 -4
- package/lib/esm/PriceLockup/utils/renderFootnoteLinks.js +3 -4
- package/lib/esm/PriceLockup/utils/renderPrice.js +4 -5
- package/lib/esm/PriceLockup/utils/renderTypography.js +3 -4
- package/lib/esm/ProductCard/ProductCard.js +18 -13
- package/lib/esm/ProductCard/dictionary.js +1 -1
- package/lib/esm/ProductCardGroup/ProductCardGroup.js +8 -6
- package/lib/esm/Progress/Progress.js +9 -5
- package/lib/esm/Progress/ProgressBar.js +10 -6
- package/lib/esm/Progress/ProgressBarBackground.js +2 -3
- package/lib/esm/Progress/ProgressContext.js +2 -3
- package/lib/esm/QuickLinks/QuickLinks.js +9 -9
- package/lib/esm/QuickLinks/QuickLinksCard.js +8 -8
- package/lib/esm/QuickLinks/QuickLinksItem.js +15 -10
- package/lib/esm/QuickLinksFeature/QuickLinksFeature.js +12 -9
- package/lib/esm/QuickLinksFeature/QuickLinksFeatureItem.js +18 -9
- package/lib/esm/Radio/Radio.js +15 -8
- package/lib/esm/Radio/RadioButton.js +10 -6
- package/lib/esm/Radio/RadioGroup.js +18 -11
- package/lib/esm/Radio/RadioInput.js +2 -3
- package/lib/esm/Radio/RadioInput.native.js +1 -2
- package/lib/esm/RadioCard/RadioCard.js +16 -8
- package/lib/esm/RadioCard/RadioCardGroup.js +16 -9
- package/lib/esm/Responsive/Responsive.js +5 -6
- package/lib/esm/Responsive/ResponsiveProp.js +3 -4
- package/lib/esm/Responsive/ResponsiveWithMediaQueryStyleSheet.js +4 -4
- package/lib/esm/Search/Search.js +18 -10
- package/lib/esm/Search/dictionary.js +1 -1
- package/lib/esm/Select/Picker.js +5 -4
- package/lib/esm/Select/Picker.native.js +5 -5
- package/lib/esm/Select/Select.js +16 -7
- package/lib/esm/Select/{Group.js → SelectGroup.js} +4 -5
- package/lib/esm/Select/{Group.native.js → SelectGroup.native.js} +3 -4
- package/lib/esm/Select/{Item.js → SelectItem.js} +3 -4
- package/lib/esm/Select/SelectItem.native.js +1 -0
- package/lib/esm/Shortcuts/Shortcuts.js +13 -7
- package/lib/esm/Shortcuts/ShortcutsItem.js +17 -7
- package/lib/esm/SideNav/SideNav.js +19 -17
- package/lib/esm/SideNav/{Item.js → SideNavItem.js} +18 -12
- package/lib/esm/SideNav/{ItemContent.js → SideNavItemContent.js} +6 -7
- package/lib/esm/SideNav/{ItemsGroup.js → SideNavItemsGroup.js} +20 -19
- package/lib/esm/Skeleton/Skeleton.js +16 -14
- package/lib/esm/Skeleton/skeletonWebAnimation.js +2 -3
- package/lib/esm/Skeleton/useSkeletonNativeAnimation.js +2 -3
- package/lib/esm/SkipLink/SkipLink.js +16 -6
- package/lib/esm/Spacer/Spacer.js +10 -6
- package/lib/esm/StackView/StackView.js +16 -7
- package/lib/esm/StackView/StackWrap.js +5 -6
- package/lib/esm/StackView/StackWrap.native.js +1 -3
- package/lib/esm/StackView/StackWrapBox.js +14 -7
- package/lib/esm/StackView/StackWrapGap.js +12 -8
- package/lib/esm/StackView/common.js +2 -1
- package/lib/esm/StackView/getStackedContent.js +5 -6
- package/lib/esm/Status/Status.js +12 -6
- package/lib/esm/StepTracker/Step.js +10 -6
- package/lib/esm/StepTracker/StepTracker.js +14 -9
- package/lib/esm/StepTracker/dictionary.js +1 -1
- package/lib/esm/TabBar/TabBar.js +16 -8
- package/lib/esm/TabBar/TabBarItem.js +8 -7
- package/lib/esm/Tabs/Tabs.js +22 -11
- package/lib/esm/Tabs/TabsDropdown.js +20 -10
- package/lib/esm/Tabs/TabsItem.js +18 -8
- package/lib/esm/Tabs/dictionary.js +1 -1
- package/lib/esm/Tags/Tags.js +20 -11
- package/lib/esm/TextInput/TextArea.js +14 -8
- package/lib/esm/TextInput/TextInput.js +13 -7
- package/lib/esm/TextInput/TextInputBase.js +18 -8
- package/lib/esm/TextInput/dictionary.js +1 -1
- package/lib/esm/TextInput/propTypes.js +2 -3
- package/lib/esm/ThemeProvider/ThemeProvider.js +8 -6
- package/lib/esm/ThemeProvider/useResponsiveThemeTokens.js +4 -5
- package/lib/esm/ThemeProvider/useResponsiveThemeTokensCallback.js +4 -5
- package/lib/esm/ThemeProvider/useSetTheme.js +2 -3
- package/lib/esm/ThemeProvider/useTheme.js +2 -3
- package/lib/esm/ThemeProvider/useThemeTokens.js +2 -2
- package/lib/esm/ThemeProvider/utils/styles.js +4 -1
- package/lib/esm/Timeline/Timeline.js +10 -6
- package/lib/esm/ToggleSwitch/ToggleSwitch.js +15 -8
- package/lib/esm/ToggleSwitch/ToggleSwitchGroup.js +18 -11
- package/lib/esm/Tooltip/Backdrop.js +2 -3
- package/lib/esm/Tooltip/Backdrop.native.js +1 -2
- package/lib/esm/Tooltip/Tooltip.js +11 -8
- package/lib/esm/Tooltip/Tooltip.native.js +15 -12
- package/lib/esm/Tooltip/dictionary.js +1 -1
- package/lib/esm/Tooltip/getTooltipPosition.js +2 -3
- package/lib/esm/Tooltip/shared.js +3 -4
- package/lib/esm/TooltipButton/TooltipButton.js +10 -6
- package/lib/esm/Typography/Typography.js +27 -9
- package/lib/esm/Validator/Validator.js +7 -7
- package/lib/esm/ViewportProvider/ViewportProvider.js +6 -5
- package/lib/esm/ViewportProvider/useViewportListener.js +3 -4
- package/lib/esm/index.js +166 -73
- package/lib/esm/server.js +2 -2
- package/lib/esm/utils/BaseView/BaseView.js +3 -4
- package/lib/esm/utils/BaseView/BaseView.native.js +1 -2
- package/lib/esm/utils/animation/useVerticalExpandAnimation.js +4 -5
- package/lib/esm/utils/children.js +1 -1
- package/lib/esm/utils/containUniqueFields.js +2 -3
- package/lib/esm/utils/convertFromMegaByteToByte.js +1 -1
- package/lib/esm/utils/formatImageSource.js +2 -3
- package/lib/esm/utils/getSpacingScale.js +2 -3
- package/lib/esm/utils/hasOwnProperty.js +1 -1
- package/lib/esm/utils/htmlAttrs.js +1 -1
- package/lib/esm/utils/info/info.js +6 -0
- package/lib/esm/utils/info/platform/platform.android.js +1 -1
- package/lib/esm/utils/info/platform/platform.ios.js +1 -1
- package/lib/esm/utils/info/platform/platform.js +10 -1
- package/lib/esm/utils/info/platform/platform.native.js +1 -1
- package/lib/esm/utils/info/versions.js +1 -1
- package/lib/esm/utils/isTouchDevice.js +2 -3
- package/lib/esm/utils/pressability.js +1 -1
- package/lib/esm/utils/props/a11yProps.js +2 -2
- package/lib/esm/utils/props/clickProps.js +1 -1
- package/lib/esm/utils/props/componentPropType.js +1 -1
- package/lib/esm/utils/props/contentfulProps.js +2 -2
- package/lib/esm/utils/props/copyPropTypes.js +1 -1
- package/lib/esm/utils/props/getPropSelector.js +2 -2
- package/lib/esm/utils/props/handlerProps.js +1 -1
- package/lib/esm/utils/props/hrefAttrsProp.js +1 -1
- package/lib/esm/utils/props/inputSupportsProps.js +2 -2
- package/lib/esm/utils/props/linkProps.js +4 -4
- package/lib/esm/utils/props/paddingProp.js +1 -1
- package/lib/esm/utils/props/pressProps.js +3 -3
- package/lib/esm/utils/props/rectProp.js +1 -1
- package/lib/esm/utils/props/responsiveProps.js +1 -1
- package/lib/esm/utils/props/selectSystemProps.js +1 -1
- package/lib/esm/utils/props/spacingProps.js +3 -3
- package/lib/esm/utils/props/textInputProps.js +2 -2
- package/lib/esm/utils/props/textProps.js +2 -2
- package/lib/esm/utils/props/variantProp.js +1 -1
- package/lib/esm/utils/props/viewProps.js +2 -2
- package/lib/esm/utils/resolveContentMaxWidth.js +2 -3
- package/lib/esm/utils/ssr-media-query/create-stylesheet/create-stylesheet-mobile.js +2 -3
- package/lib/esm/utils/ssr-media-query/create-stylesheet/index.android.js +1 -2
- package/lib/esm/utils/ssr-media-query/create-stylesheet/index.ios.js +1 -2
- package/lib/esm/utils/ssr-media-query/create-stylesheet/index.js +4 -5
- package/lib/esm/utils/ssr-media-query/hash.js +1 -1
- package/lib/esm/utils/ssr-media-query/ssr-media-query.js +7 -0
- package/lib/esm/utils/ssr-media-query/utils/create-declaration-block.js +3 -4
- package/lib/esm/utils/ssr-media-query/utils/create-media-query-styles.js +2 -3
- package/lib/esm/utils/ssr-media-query/utils/hyphenate-style-name.js +2 -3
- package/lib/esm/utils/ssr-media-query/utils/use-all-viewport-tokens.js +4 -5
- package/lib/esm/utils/ssr.js +0 -1
- package/lib/esm/utils/transformGradient.js +1 -4
- package/lib/esm/utils/useCopy.js +2 -3
- package/lib/esm/utils/useDetectOutsideClick.js +2 -3
- package/lib/esm/utils/useHash.js +2 -3
- package/lib/esm/utils/useHash.native.js +1 -2
- package/lib/esm/utils/useMediaQuerySpacing.js +3 -4
- package/lib/esm/utils/useOverlaidPosition.js +2 -3
- package/lib/esm/utils/useResponsiveProp.js +4 -5
- package/lib/esm/utils/useSafeLayoutEffect.js +2 -3
- package/lib/esm/utils/useScrollBlocking.js +2 -3
- package/lib/esm/utils/useScrollBlocking.native.js +1 -1
- package/lib/esm/utils/useSpacingScale.js +4 -5
- package/lib/esm/utils/useUniqueId.js +2 -3
- package/lib/esm/utils/useVariants.js +4 -4
- package/lib/esm/utils/withLinkRouter.js +3 -4
- package/lib/package.json +16 -19
- package/package.json +16 -19
- package/src/A11yInfoProvider/{index.jsx → A11yInfoProvider.jsx} +1 -3
- package/src/A11yText/{index.jsx → A11yText.jsx} +4 -4
- package/src/ActionCard/ActionCard.jsx +14 -17
- package/src/ActivityIndicator/{index.jsx → ActivityIndicator.jsx} +8 -9
- package/src/ActivityIndicator/Dots.jsx +2 -4
- package/src/ActivityIndicator/Dots.native.jsx +2 -4
- package/src/ActivityIndicator/FullScreenIndicator.jsx +4 -6
- package/src/ActivityIndicator/InlineIndicator.jsx +4 -6
- package/src/ActivityIndicator/OverlayIndicator.jsx +4 -6
- package/src/ActivityIndicator/RenderActivityIndicator.jsx +3 -5
- package/src/ActivityIndicator/Spinner.jsx +2 -4
- package/src/ActivityIndicator/Spinner.native.jsx +2 -4
- package/src/Autocomplete/Autocomplete.jsx +20 -24
- package/src/Autocomplete/Loading.jsx +5 -7
- package/src/Autocomplete/Suggestions.jsx +5 -7
- package/src/Autocomplete/dictionary.js +1 -1
- package/src/Badge/Badge.jsx +8 -6
- package/src/BaseProvider/{index.jsx → BaseProvider.jsx} +4 -6
- package/src/BaseProvider/HydrationContext.jsx +0 -2
- package/src/Box/Box.jsx +20 -28
- package/src/Box/backgroundImageStylesMap.js +1 -1
- package/src/Button/Button.jsx +9 -13
- package/src/Button/ButtonBase.jsx +21 -20
- package/src/Button/ButtonDropdown.jsx +11 -16
- package/src/Button/ButtonGroup.jsx +17 -21
- package/src/Button/ButtonLink.jsx +9 -8
- package/src/Button/propTypes.js +6 -9
- package/src/Card/Card.jsx +27 -23
- package/src/Card/CardBase.jsx +25 -10
- package/src/Card/PressableCardBase.jsx +27 -23
- package/src/Card/backgroundImageStylesMap.js +1 -1
- package/src/CardGroup/CardGroup.jsx +18 -22
- package/src/CardGroup/dictionary.js +1 -1
- package/src/Carousel/Carousel.jsx +33 -40
- package/src/Carousel/CarouselContext.jsx +3 -5
- package/src/Carousel/CarouselFirstFocus/CarouselFirstFocus.jsx +1 -3
- package/src/Carousel/CarouselItem/CarouselItem.jsx +10 -15
- package/src/Carousel/CarouselStepTracker/CarouselStepTracker.jsx +8 -9
- package/src/Carousel/CarouselTabs/CarouselTabsPanel.jsx +4 -6
- package/src/Carousel/CarouselTabs/CarouselTabsPanelItem.jsx +11 -14
- package/src/Carousel/CarouselThumbnail.jsx +66 -66
- package/src/Carousel/CarouselThumbnailNavigation.jsx +5 -7
- package/src/Carousel/dictionary.js +1 -1
- package/src/Checkbox/Checkbox.jsx +17 -24
- package/src/Checkbox/CheckboxButton.jsx +8 -12
- package/src/Checkbox/CheckboxGroup.jsx +15 -20
- package/src/Checkbox/CheckboxInput.jsx +1 -3
- package/src/Checkbox/CheckboxInput.native.jsx +1 -3
- package/src/CheckboxCard/CheckboxCard.jsx +15 -18
- package/src/CheckboxCardGroup/CheckboxCardGroup.jsx +15 -18
- package/src/ColourToggle/ColourBubble.jsx +21 -8
- package/src/ColourToggle/ColourToggle.jsx +17 -10
- package/src/Divider/Divider.jsx +47 -49
- package/src/DownloadApp/DownloadApp.jsx +13 -17
- package/src/DownloadApp/dictionary.js +1 -1
- package/src/ExpandCollapse/ExpandCollapse.jsx +12 -16
- package/src/ExpandCollapse/ExpandCollapseAccordion.jsx +11 -0
- package/src/ExpandCollapse/{Control.jsx → ExpandCollapseControl.jsx} +32 -9
- package/src/ExpandCollapse/{Panel.jsx → ExpandCollapsePanel.jsx} +18 -17
- package/src/ExpandCollapse/dictionary.js +1 -1
- package/src/ExpandCollapseMini/ExpandCollapseMini.jsx +34 -12
- package/src/ExpandCollapseMini/ExpandCollapseMiniControl.jsx +20 -8
- package/src/Feedback/Feedback.jsx +10 -13
- package/src/Fieldset/Fieldset.jsx +23 -13
- package/src/Fieldset/FieldsetContainer.jsx +5 -5
- package/src/Fieldset/FieldsetContainer.native.jsx +4 -4
- package/src/Fieldset/Legend.jsx +2 -4
- package/src/Fieldset/Legend.native.jsx +1 -3
- package/src/Fieldset/cssReset.js +1 -1
- package/src/FileUpload/FileUpload.jsx +19 -23
- package/src/FileUpload/NotificationContent.jsx +2 -4
- package/src/FileUpload/dictionary.js +1 -1
- package/src/FlexGrid/FlexGrid.jsx +15 -25
- package/src/FlexGrid/{Col/Col.jsx → FlexGridCol/FlexGridCol.jsx} +12 -12
- package/src/FlexGrid/{Row/Row.jsx → FlexGridRow/FlexGridRow.jsx} +8 -9
- package/src/FlexGrid/helpers/index.js +1 -3
- package/src/FlexGrid/providers/GutterContext.jsx +1 -3
- package/src/Footnote/Footnote.jsx +16 -12
- package/src/Footnote/FootnoteLink.jsx +10 -13
- package/src/Footnote/dictionary.js +1 -1
- package/src/HorizontalScroll/HorizontalScroll.jsx +21 -13
- package/src/HorizontalScroll/HorizontalScrollButton.jsx +9 -7
- package/src/HorizontalScroll/ScrollViewEnd.jsx +1 -3
- package/src/HorizontalScroll/ScrollViewEnd.native.jsx +1 -3
- package/src/HorizontalScroll/dictionary.js +1 -1
- package/src/Icon/Icon.jsx +4 -5
- package/src/Icon/IconText.jsx +4 -6
- package/src/IconButton/IconButton.jsx +20 -19
- package/src/InputLabel/InputLabel.jsx +12 -15
- package/src/InputLabel/LabelContent.jsx +1 -3
- package/src/InputLabel/LabelContent.native.jsx +1 -3
- package/src/InputSupports/InputSupports.jsx +10 -11
- package/src/InputSupports/dictionary.js +1 -1
- package/src/InputSupports/useInputSupports.js +4 -6
- package/src/Link/ChevronLink.jsx +6 -6
- package/src/Link/InlinePressable.jsx +1 -3
- package/src/Link/InlinePressable.native.jsx +1 -3
- package/src/Link/Link.jsx +51 -6
- package/src/Link/LinkBase.jsx +68 -42
- package/src/Link/MobileIconTextContent.jsx +127 -0
- package/src/Link/TextButton.jsx +4 -6
- package/src/List/List.jsx +7 -5
- package/src/List/ListItem.jsx +5 -6
- package/src/List/ListItemBase.jsx +10 -8
- package/src/List/ListItemContent.jsx +4 -5
- package/src/List/ListItemMark.jsx +3 -5
- package/src/List/PressableListItemBase.jsx +15 -18
- package/src/Listbox/GroupControl.jsx +5 -7
- package/src/Listbox/Listbox.jsx +9 -12
- package/src/Listbox/ListboxGroup.jsx +12 -12
- package/src/Listbox/ListboxItem.jsx +9 -7
- package/src/Listbox/ListboxOverlay.jsx +4 -4
- package/src/Listbox/PressableItem.jsx +4 -4
- package/src/Listbox/SecondLevelHeader.jsx +9 -9
- package/src/Listbox/dictionary.js +1 -1
- package/src/Modal/Modal.jsx +17 -20
- package/src/Modal/ModalContent.jsx +8 -10
- package/src/Modal/WebModal.jsx +5 -5
- package/src/Modal/dictionary.js +1 -1
- package/src/MultiSelectFilter/ModalOverlay.jsx +14 -19
- package/src/MultiSelectFilter/MultiSelectFilter.jsx +37 -48
- package/src/MultiSelectFilter/dictionary.js +1 -1
- package/src/Notification/Notification.jsx +17 -25
- package/src/Notification/dictionary.js +1 -1
- package/src/OrderedList/OrderedList.jsx +8 -9
- package/src/OrderedList/OrderedListBase.jsx +1 -7
- package/src/OrderedList/{Item.jsx → OrderedListItem.jsx} +17 -19
- package/src/OrderedList/{ItemBase.jsx → OrderedListItemBase.jsx} +3 -5
- package/src/Pagination/Pagination.jsx +20 -25
- package/src/Pagination/{PageButton.jsx → PaginationPageButton.jsx} +17 -18
- package/src/Pagination/SideButton.jsx +15 -11
- package/src/Pagination/dictionary.js +1 -1
- package/src/Pagination/usePagination.js +1 -3
- package/src/Portal/Portal.jsx +1 -3
- package/src/Portal/Portal.native.jsx +1 -3
- package/src/PriceLockup/PriceLockup.jsx +11 -10
- package/src/PriceLockup/utils/renderFootnoteContent.jsx +3 -5
- package/src/PriceLockup/utils/renderFootnoteLinks.jsx +2 -4
- package/src/PriceLockup/utils/renderPrice.jsx +4 -6
- package/src/PriceLockup/utils/renderTypography.jsx +2 -4
- package/src/ProductCard/ProductCard.jsx +18 -21
- package/src/ProductCard/dictionary.js +1 -1
- package/src/ProductCardGroup/ProductCardGroup.jsx +43 -41
- package/src/Progress/Progress.jsx +9 -6
- package/src/Progress/ProgressBar.jsx +10 -7
- package/src/Progress/ProgressBarBackground.jsx +2 -4
- package/src/Progress/ProgressContext.js +1 -3
- package/src/QuickLinks/QuickLinks.jsx +8 -9
- package/src/QuickLinks/QuickLinksCard.jsx +7 -8
- package/src/QuickLinks/QuickLinksItem.jsx +15 -10
- package/src/QuickLinksFeature/QuickLinksFeature.jsx +11 -9
- package/src/QuickLinksFeature/QuickLinksFeatureItem.jsx +18 -16
- package/src/Radio/Radio.jsx +15 -18
- package/src/Radio/RadioButton.jsx +9 -18
- package/src/Radio/RadioGroup.jsx +15 -20
- package/src/Radio/RadioInput.jsx +1 -3
- package/src/Radio/RadioInput.native.jsx +1 -3
- package/src/RadioCard/RadioCard.jsx +15 -18
- package/src/RadioCard/RadioCardGroup.jsx +15 -18
- package/src/Responsive/Responsive.jsx +23 -23
- package/src/Responsive/ResponsiveProp.jsx +2 -4
- package/src/Responsive/ResponsiveWithMediaQueryStyleSheet.jsx +3 -4
- package/src/Search/Search.jsx +17 -22
- package/src/Search/dictionary.js +1 -1
- package/src/Select/Picker.jsx +5 -5
- package/src/Select/Picker.native.jsx +5 -6
- package/src/Select/Select.jsx +16 -18
- package/src/Select/{Group.jsx → SelectGroup.jsx} +4 -6
- package/src/Select/{Group.native.jsx → SelectGroup.native.jsx} +3 -5
- package/src/Select/{Item.jsx → SelectItem.jsx} +3 -5
- package/src/Select/SelectItem.native.jsx +1 -0
- package/src/Shortcuts/Shortcuts.jsx +13 -18
- package/src/Shortcuts/ShortcutsItem.jsx +16 -18
- package/src/SideNav/SideNav.jsx +19 -26
- package/src/SideNav/{Item.jsx → SideNavItem.jsx} +17 -20
- package/src/SideNav/{ItemContent.jsx → SideNavItemContent.jsx} +5 -8
- package/src/SideNav/{ItemsGroup.jsx → SideNavItemsGroup.jsx} +21 -21
- package/src/Skeleton/Skeleton.jsx +15 -36
- package/src/Skeleton/skeletonWebAnimation.js +1 -3
- package/src/Skeleton/useSkeletonNativeAnimation.js +1 -3
- package/src/SkipLink/SkipLink.jsx +16 -15
- package/src/Spacer/Spacer.jsx +41 -41
- package/src/StackView/StackView.jsx +16 -19
- package/src/StackView/StackWrap.jsx +4 -6
- package/src/StackView/StackWrap.native.jsx +1 -3
- package/src/StackView/StackWrapBox.jsx +13 -18
- package/src/StackView/StackWrapGap.jsx +11 -15
- package/src/StackView/common.jsx +2 -1
- package/src/StackView/getStackedContent.jsx +4 -6
- package/src/Status/Status.jsx +33 -35
- package/src/StepTracker/Step.jsx +10 -7
- package/src/StepTracker/StepTracker.jsx +14 -10
- package/src/StepTracker/dictionary.js +1 -1
- package/src/TabBar/TabBar.jsx +29 -10
- package/src/TabBar/TabBarItem.jsx +7 -7
- package/src/Tabs/Tabs.jsx +19 -26
- package/src/Tabs/TabsDropdown.jsx +20 -22
- package/src/Tabs/TabsItem.jsx +18 -19
- package/src/Tabs/dictionary.js +1 -1
- package/src/Tags/Tags.jsx +17 -22
- package/src/TextInput/TextArea.jsx +13 -18
- package/src/TextInput/TextInput.jsx +12 -17
- package/src/TextInput/TextInputBase.jsx +18 -20
- package/src/TextInput/dictionary.js +1 -1
- package/src/TextInput/propTypes.js +1 -3
- package/src/ThemeProvider/ThemeProvider.jsx +27 -24
- package/src/ThemeProvider/useResponsiveThemeTokens.js +8 -5
- package/src/ThemeProvider/useResponsiveThemeTokensCallback.js +3 -5
- package/src/ThemeProvider/useSetTheme.js +1 -2
- package/src/ThemeProvider/useTheme.js +1 -2
- package/src/ThemeProvider/useThemeTokens.js +7 -2
- package/src/ThemeProvider/utils/styles.js +5 -1
- package/src/Timeline/Timeline.jsx +9 -14
- package/src/ToggleSwitch/ToggleSwitch.jsx +14 -18
- package/src/ToggleSwitch/ToggleSwitchGroup.jsx +15 -20
- package/src/Tooltip/Backdrop.jsx +1 -3
- package/src/Tooltip/Backdrop.native.jsx +1 -3
- package/src/Tooltip/Tooltip.jsx +11 -9
- package/src/Tooltip/Tooltip.native.jsx +14 -12
- package/src/Tooltip/dictionary.js +1 -1
- package/src/Tooltip/getTooltipPosition.js +1 -3
- package/src/Tooltip/shared.js +2 -4
- package/src/TooltipButton/TooltipButton.jsx +30 -25
- package/src/Typography/Typography.jsx +22 -22
- package/src/Validator/Validator.jsx +7 -8
- package/src/ViewportProvider/ViewportProvider.jsx +6 -5
- package/src/ViewportProvider/useViewportListener.js +2 -5
- package/src/index.js +189 -89
- package/src/server.js +2 -2
- package/src/utils/BaseView/BaseView.jsx +2 -4
- package/src/utils/BaseView/BaseView.native.jsx +1 -3
- package/src/utils/animation/useVerticalExpandAnimation.js +3 -5
- package/src/utils/children.jsx +1 -1
- package/src/utils/containUniqueFields.js +1 -3
- package/src/utils/convertFromMegaByteToByte.js +1 -1
- package/src/utils/formatImageSource.js +1 -3
- package/src/utils/getSpacingScale.js +1 -3
- package/src/utils/hasOwnProperty.js +1 -1
- package/src/utils/htmlAttrs.js +1 -1
- package/src/utils/info/info.js +7 -0
- package/src/utils/info/platform/platform.android.js +1 -1
- package/src/utils/info/platform/platform.ios.js +1 -1
- package/src/utils/info/platform/platform.js +10 -1
- package/src/utils/info/platform/platform.native.js +1 -1
- package/src/utils/info/versions.js +1 -1
- package/src/utils/isTouchDevice.js +1 -3
- package/src/utils/pressability.js +1 -1
- package/src/utils/props/a11yProps.js +2 -2
- package/src/utils/props/clickProps.js +1 -1
- package/src/utils/props/componentPropType.js +1 -1
- package/src/utils/props/contentfulProps.js +2 -2
- package/src/utils/props/copyPropTypes.js +1 -1
- package/src/utils/props/getPropSelector.js +2 -2
- package/src/utils/props/handlerProps.js +1 -1
- package/src/utils/props/hrefAttrsProp.js +1 -1
- package/src/utils/props/inputSupportsProps.js +2 -2
- package/src/utils/props/linkProps.js +4 -4
- package/src/utils/props/paddingProp.js +1 -1
- package/src/utils/props/pressProps.js +3 -3
- package/src/utils/props/rectProp.js +1 -1
- package/src/utils/props/responsiveProps.js +1 -1
- package/src/utils/props/selectSystemProps.js +1 -1
- package/src/utils/props/spacingProps.js +3 -3
- package/src/utils/props/textInputProps.js +2 -2
- package/src/utils/props/textProps.js +2 -2
- package/src/utils/props/variantProp.js +1 -1
- package/src/utils/props/viewProps.js +2 -2
- package/src/utils/resolveContentMaxWidth.js +1 -3
- package/src/utils/ssr-media-query/create-stylesheet/create-stylesheet-mobile.js +1 -3
- package/src/utils/ssr-media-query/create-stylesheet/index.android.js +1 -3
- package/src/utils/ssr-media-query/create-stylesheet/index.ios.js +1 -3
- package/src/utils/ssr-media-query/create-stylesheet/index.js +3 -5
- package/src/utils/ssr-media-query/hash.js +1 -1
- package/src/utils/ssr-media-query/ssr-media-query.js +9 -0
- package/src/utils/ssr-media-query/utils/create-declaration-block.js +2 -4
- package/src/utils/ssr-media-query/utils/create-media-query-styles.js +1 -3
- package/src/utils/ssr-media-query/utils/hyphenate-style-name.js +1 -3
- package/src/utils/ssr-media-query/utils/use-all-viewport-tokens.js +3 -5
- package/src/utils/ssr.jsx +0 -2
- package/src/utils/transformGradient.js +0 -2
- package/src/utils/useCopy.js +1 -3
- package/src/utils/useDetectOutsideClick.js +1 -3
- package/src/utils/useHash.js +1 -2
- package/src/utils/useHash.native.js +1 -2
- package/src/utils/useMediaQuerySpacing.js +7 -4
- package/src/utils/useOverlaidPosition.js +1 -3
- package/src/utils/useResponsiveProp.js +3 -5
- package/src/utils/useSafeLayoutEffect.js +1 -3
- package/src/utils/useScrollBlocking.js +1 -3
- package/src/utils/useScrollBlocking.native.js +1 -1
- package/src/utils/useSpacingScale.js +3 -5
- package/src/utils/useUniqueId.js +1 -3
- package/src/utils/useVariants.js +3 -4
- package/src/utils/withLinkRouter.jsx +2 -4
- package/types/Checkbox.d.ts +19 -20
- package/types/FileUpload.d.ts +1 -1
- package/types/Shortcuts.d.ts +0 -1
- package/types/Status.d.ts +1 -1
- package/lib/cjs/ActionCard/index.js +0 -9
- package/lib/cjs/Autocomplete/index.js +0 -9
- package/lib/cjs/Badge/index.js +0 -9
- package/lib/cjs/Box/index.js +0 -9
- package/lib/cjs/Button/index.js +0 -34
- package/lib/cjs/Card/index.js +0 -32
- package/lib/cjs/CardGroup/index.js +0 -9
- package/lib/cjs/Carousel/CarouselItem/index.js +0 -9
- package/lib/cjs/Carousel/CarouselStepTracker/index.js +0 -9
- package/lib/cjs/Carousel/CarouselTabs/CarouselTabs.js +0 -54
- package/lib/cjs/Carousel/CarouselTabs/index.js +0 -9
- package/lib/cjs/Carousel/index.js +0 -44
- package/lib/cjs/Checkbox/index.js +0 -16
- package/lib/cjs/CheckboxCard/index.js +0 -9
- package/lib/cjs/CheckboxCardGroup/index.js +0 -9
- package/lib/cjs/ColourToggle/index.js +0 -9
- package/lib/cjs/Divider/index.js +0 -9
- package/lib/cjs/DownloadApp/index.js +0 -9
- package/lib/cjs/ExpandCollapse/Accordion.js +0 -20
- package/lib/cjs/ExpandCollapse/index.js +0 -19
- package/lib/cjs/ExpandCollapseMini/index.js +0 -9
- package/lib/cjs/Feedback/index.js +0 -9
- package/lib/cjs/Fieldset/index.js +0 -9
- package/lib/cjs/FileUpload/index.js +0 -9
- package/lib/cjs/FlexGrid/Col/index.js +0 -9
- package/lib/cjs/FlexGrid/Row/index.js +0 -9
- package/lib/cjs/FlexGrid/index.js +0 -23
- package/lib/cjs/Footnote/index.js +0 -11
- package/lib/cjs/HorizontalScroll/index.js +0 -26
- package/lib/cjs/Icon/index.js +0 -24
- package/lib/cjs/IconButton/index.js +0 -9
- package/lib/cjs/InputLabel/index.js +0 -9
- package/lib/cjs/InputSupports/index.js +0 -9
- package/lib/cjs/Link/index.js +0 -34
- package/lib/cjs/List/index.js +0 -23
- package/lib/cjs/Listbox/index.js +0 -9
- package/lib/cjs/Modal/index.js +0 -9
- package/lib/cjs/MultiSelectFilter/index.js +0 -9
- package/lib/cjs/Notification/index.js +0 -9
- package/lib/cjs/OrderedList/index.js +0 -16
- package/lib/cjs/Pagination/PageButton.js +0 -82
- package/lib/cjs/Pagination/index.js +0 -9
- package/lib/cjs/Portal/index.js +0 -9
- package/lib/cjs/PriceLockup/index.js +0 -9
- package/lib/cjs/ProductCard/index.js +0 -9
- package/lib/cjs/ProductCardGroup/index.js +0 -9
- package/lib/cjs/Progress/index.js +0 -11
- package/lib/cjs/QuickLinks/index.js +0 -11
- package/lib/cjs/QuickLinksFeature/index.js +0 -11
- package/lib/cjs/Radio/index.js +0 -16
- package/lib/cjs/RadioCard/index.js +0 -16
- package/lib/cjs/Responsive/index.js +0 -9
- package/lib/cjs/Search/index.js +0 -9
- package/lib/cjs/Select/Item.native.js +0 -8
- package/lib/cjs/Select/index.js +0 -13
- package/lib/cjs/Shortcuts/index.js +0 -16
- package/lib/cjs/SideNav/index.js +0 -13
- package/lib/cjs/Skeleton/index.js +0 -9
- package/lib/cjs/SkipLink/index.js +0 -9
- package/lib/cjs/Spacer/index.js +0 -9
- package/lib/cjs/StackView/index.js +0 -23
- package/lib/cjs/Status/index.js +0 -9
- package/lib/cjs/StepTracker/index.js +0 -9
- package/lib/cjs/TabBar/index.js +0 -11
- package/lib/cjs/Tabs/index.js +0 -9
- package/lib/cjs/Tags/index.js +0 -9
- package/lib/cjs/TextInput/index.js +0 -20
- package/lib/cjs/ThemeProvider/index.js +0 -67
- package/lib/cjs/ThemeProvider/utils/index.js +0 -27
- package/lib/cjs/Timeline/index.js +0 -9
- package/lib/cjs/ToggleSwitch/index.js +0 -20
- package/lib/cjs/Tooltip/index.js +0 -12
- package/lib/cjs/TooltipButton/index.js +0 -9
- package/lib/cjs/Typography/index.js +0 -9
- package/lib/cjs/Validator/index.js +0 -9
- package/lib/cjs/ViewportProvider/index.js +0 -22
- package/lib/cjs/utils/BaseView/index.js +0 -9
- package/lib/cjs/utils/a11y/index.js +0 -27
- package/lib/cjs/utils/animation/index.js +0 -13
- package/lib/cjs/utils/index.js +0 -285
- package/lib/cjs/utils/info/index.js +0 -14
- package/lib/cjs/utils/info/platform/index.js +0 -18
- package/lib/cjs/utils/props/index.js +0 -176
- package/lib/cjs/utils/ssr-media-query/index.js +0 -25
- package/lib/esm/ActionCard/index.js +0 -2
- package/lib/esm/Autocomplete/index.js +0 -2
- package/lib/esm/Badge/index.js +0 -2
- package/lib/esm/Box/index.js +0 -2
- package/lib/esm/Button/index.js +0 -5
- package/lib/esm/Card/index.js +0 -4
- package/lib/esm/CardGroup/index.js +0 -2
- package/lib/esm/Carousel/CarouselItem/index.js +0 -2
- package/lib/esm/Carousel/CarouselStepTracker/index.js +0 -2
- package/lib/esm/Carousel/CarouselTabs/CarouselTabs.js +0 -49
- package/lib/esm/Carousel/CarouselTabs/index.js +0 -2
- package/lib/esm/Carousel/index.js +0 -4
- package/lib/esm/Checkbox/index.js +0 -3
- package/lib/esm/CheckboxCard/index.js +0 -2
- package/lib/esm/CheckboxCardGroup/index.js +0 -2
- package/lib/esm/ColourToggle/index.js +0 -2
- package/lib/esm/Divider/index.js +0 -2
- package/lib/esm/DownloadApp/index.js +0 -2
- package/lib/esm/ExpandCollapse/Accordion.js +0 -15
- package/lib/esm/ExpandCollapse/index.js +0 -7
- package/lib/esm/ExpandCollapseMini/index.js +0 -2
- package/lib/esm/Feedback/index.js +0 -2
- package/lib/esm/Fieldset/index.js +0 -2
- package/lib/esm/FileUpload/index.js +0 -2
- package/lib/esm/FlexGrid/Col/index.js +0 -2
- package/lib/esm/FlexGrid/Row/index.js +0 -2
- package/lib/esm/FlexGrid/index.js +0 -4
- package/lib/esm/Footnote/index.js +0 -4
- package/lib/esm/HorizontalScroll/index.js +0 -11
- package/lib/esm/Icon/index.js +0 -4
- package/lib/esm/IconButton/index.js +0 -2
- package/lib/esm/InputLabel/index.js +0 -2
- package/lib/esm/InputSupports/index.js +0 -2
- package/lib/esm/Link/index.js +0 -5
- package/lib/esm/List/index.js +0 -5
- package/lib/esm/Listbox/index.js +0 -2
- package/lib/esm/Modal/index.js +0 -2
- package/lib/esm/MultiSelectFilter/index.js +0 -2
- package/lib/esm/Notification/index.js +0 -2
- package/lib/esm/OrderedList/index.js +0 -3
- package/lib/esm/Pagination/index.js +0 -2
- package/lib/esm/Portal/index.js +0 -2
- package/lib/esm/PriceLockup/index.js +0 -2
- package/lib/esm/ProductCard/index.js +0 -2
- package/lib/esm/ProductCardGroup/index.js +0 -2
- package/lib/esm/Progress/index.js +0 -4
- package/lib/esm/QuickLinks/index.js +0 -4
- package/lib/esm/QuickLinksFeature/index.js +0 -4
- package/lib/esm/Radio/index.js +0 -3
- package/lib/esm/RadioCard/index.js +0 -3
- package/lib/esm/Responsive/index.js +0 -2
- package/lib/esm/Search/index.js +0 -2
- package/lib/esm/Select/Item.native.js +0 -2
- package/lib/esm/Select/index.js +0 -6
- package/lib/esm/Shortcuts/index.js +0 -3
- package/lib/esm/SideNav/index.js +0 -1
- package/lib/esm/Skeleton/index.js +0 -2
- package/lib/esm/SkipLink/index.js +0 -2
- package/lib/esm/Spacer/index.js +0 -2
- package/lib/esm/StackView/index.js +0 -5
- package/lib/esm/Status/index.js +0 -2
- package/lib/esm/StepTracker/index.js +0 -2
- package/lib/esm/TabBar/index.js +0 -4
- package/lib/esm/Tabs/index.js +0 -2
- package/lib/esm/Tags/index.js +0 -2
- package/lib/esm/TextInput/index.js +0 -3
- package/lib/esm/ThemeProvider/index.js +0 -8
- package/lib/esm/ThemeProvider/utils/index.js +0 -2
- package/lib/esm/Timeline/index.js +0 -2
- package/lib/esm/ToggleSwitch/index.js +0 -3
- package/lib/esm/Tooltip/index.js +0 -5
- package/lib/esm/TooltipButton/index.js +0 -2
- package/lib/esm/Typography/index.js +0 -2
- package/lib/esm/Validator/index.js +0 -2
- package/lib/esm/ViewportProvider/index.js +0 -3
- package/lib/esm/utils/BaseView/index.js +0 -2
- package/lib/esm/utils/a11y/index.js +0 -2
- package/lib/esm/utils/animation/index.js +0 -2
- package/lib/esm/utils/index.js +0 -30
- package/lib/esm/utils/info/index.js +0 -8
- package/lib/esm/utils/info/platform/index.js +0 -14
- package/lib/esm/utils/props/index.js +0 -20
- package/lib/esm/utils/ssr-media-query/index.js +0 -7
- package/src/ActionCard/index.js +0 -3
- package/src/Autocomplete/index.js +0 -3
- package/src/Badge/index.js +0 -3
- package/src/Box/index.js +0 -3
- package/src/Button/index.js +0 -6
- package/src/Card/index.js +0 -6
- package/src/CardGroup/index.js +0 -3
- package/src/Carousel/CarouselItem/index.js +0 -3
- package/src/Carousel/CarouselStepTracker/index.js +0 -3
- package/src/Carousel/CarouselTabs/CarouselTabs.jsx +0 -39
- package/src/Carousel/CarouselTabs/index.js +0 -3
- package/src/Carousel/index.js +0 -4
- package/src/Checkbox/index.js +0 -5
- package/src/CheckboxCard/index.js +0 -3
- package/src/CheckboxCardGroup/index.js +0 -3
- package/src/ColourToggle/index.js +0 -3
- package/src/Divider/index.js +0 -3
- package/src/DownloadApp/index.js +0 -3
- package/src/ExpandCollapse/Accordion.jsx +0 -13
- package/src/ExpandCollapse/index.js +0 -8
- package/src/ExpandCollapseMini/index.js +0 -3
- package/src/Feedback/index.js +0 -3
- package/src/Fieldset/index.js +0 -3
- package/src/FileUpload/index.js +0 -3
- package/src/FlexGrid/Col/index.js +0 -3
- package/src/FlexGrid/Row/index.js +0 -3
- package/src/FlexGrid/index.js +0 -6
- package/src/Footnote/index.js +0 -6
- package/src/HorizontalScroll/index.js +0 -17
- package/src/Icon/index.js +0 -5
- package/src/IconButton/index.js +0 -3
- package/src/InputLabel/index.js +0 -3
- package/src/InputSupports/index.js +0 -3
- package/src/Link/index.js +0 -6
- package/src/List/index.js +0 -8
- package/src/Listbox/index.js +0 -3
- package/src/Modal/index.js +0 -3
- package/src/MultiSelectFilter/index.js +0 -3
- package/src/Notification/index.js +0 -3
- package/src/OrderedList/index.js +0 -4
- package/src/Pagination/index.js +0 -3
- package/src/Portal/index.js +0 -3
- package/src/PriceLockup/index.js +0 -3
- package/src/ProductCard/index.js +0 -3
- package/src/ProductCardGroup/index.js +0 -3
- package/src/Progress/index.js +0 -6
- package/src/QuickLinks/index.js +0 -6
- package/src/QuickLinksFeature/index.js +0 -6
- package/src/Radio/index.js +0 -5
- package/src/RadioCard/index.js +0 -5
- package/src/Responsive/index.js +0 -3
- package/src/Search/index.js +0 -3
- package/src/Select/Item.native.jsx +0 -3
- package/src/Select/index.js +0 -8
- package/src/Shortcuts/index.js +0 -4
- package/src/SideNav/index.js +0 -1
- package/src/Skeleton/index.js +0 -3
- package/src/SkipLink/index.js +0 -3
- package/src/Spacer/index.js +0 -3
- package/src/StackView/index.js +0 -6
- package/src/Status/index.js +0 -3
- package/src/StepTracker/index.js +0 -3
- package/src/TabBar/index.js +0 -6
- package/src/Tabs/index.js +0 -3
- package/src/Tags/index.js +0 -3
- package/src/TextInput/index.js +0 -4
- package/src/ThemeProvider/index.js +0 -11
- package/src/ThemeProvider/utils/index.js +0 -2
- package/src/Timeline/index.js +0 -3
- package/src/ToggleSwitch/index.js +0 -4
- package/src/Tooltip/index.js +0 -7
- package/src/TooltipButton/index.js +0 -3
- package/src/Typography/index.js +0 -3
- package/src/Validator/index.js +0 -3
- package/src/ViewportProvider/index.jsx +0 -4
- package/src/utils/BaseView/index.js +0 -3
- package/src/utils/a11y/index.js +0 -2
- package/src/utils/animation/index.js +0 -2
- package/src/utils/index.js +0 -30
- package/src/utils/info/index.js +0 -8
- package/src/utils/info/platform/index.js +0 -11
- package/src/utils/props/index.js +0 -20
- package/src/utils/ssr-media-query/index.js +0 -9
package/lib/cjs/index.js
CHANGED
|
@@ -3,591 +3,850 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
var _exportNames = {
|
|
7
|
-
A11yText: true,
|
|
8
|
-
ActionCard: true,
|
|
9
|
-
ActivityIndicator: true,
|
|
10
|
-
Autocomplete: true,
|
|
11
|
-
Box: true,
|
|
12
|
-
Badge: true,
|
|
13
|
-
Card: true,
|
|
14
|
-
PressableCardBase: true,
|
|
15
|
-
CardGroup: true,
|
|
16
|
-
FileUpload: true,
|
|
17
|
-
Listbox: true,
|
|
18
|
-
Checkbox: true,
|
|
19
|
-
CheckboxCard: true,
|
|
20
|
-
CheckboxCardGroup: true,
|
|
21
|
-
ColourToggle: true,
|
|
22
|
-
DownloadApp: true,
|
|
23
|
-
Divider: true,
|
|
24
|
-
ExpandCollapse: true,
|
|
25
|
-
Accordion: true,
|
|
26
|
-
ExpandCollapseMini: true,
|
|
27
|
-
Feedback: true,
|
|
28
|
-
Fieldset: true,
|
|
29
|
-
FlexGrid: true,
|
|
30
|
-
Footnote: true,
|
|
31
|
-
HorizontalScroll: true,
|
|
32
|
-
horizontalScrollUtils: true,
|
|
33
|
-
HorizontalScrollButton: true,
|
|
34
|
-
Icon: true,
|
|
35
|
-
IconText: true,
|
|
36
|
-
iconComponentPropTypes: true,
|
|
37
|
-
IconButton: true,
|
|
38
|
-
InputLabel: true,
|
|
39
|
-
InputSupports: true,
|
|
40
|
-
List: true,
|
|
41
|
-
ListItem: true,
|
|
42
|
-
ListBase: true,
|
|
43
|
-
Modal: true,
|
|
44
|
-
MultiSelectFilter: true,
|
|
45
|
-
Notification: true,
|
|
46
|
-
OrderedList: true,
|
|
47
|
-
OrderedListItem: true,
|
|
48
|
-
Pagination: true,
|
|
49
|
-
PriceLockup: true,
|
|
50
|
-
ProductCard: true,
|
|
51
|
-
ProductCardGroup: true,
|
|
52
|
-
Progress: true,
|
|
53
|
-
QuickLinks: true,
|
|
54
|
-
QuickLinksFeature: true,
|
|
55
|
-
Radio: true,
|
|
56
|
-
RadioGroup: true,
|
|
57
|
-
RadioCard: true,
|
|
58
|
-
RadioCardGroup: true,
|
|
59
|
-
Responsive: true,
|
|
60
|
-
Search: true,
|
|
61
|
-
Select: true,
|
|
62
|
-
Shortcuts: true,
|
|
63
|
-
ShortcutsItem: true,
|
|
64
|
-
SideNav: true,
|
|
65
|
-
Skeleton: true,
|
|
66
|
-
SkipLink: true,
|
|
67
|
-
Spacer: true,
|
|
68
|
-
StackView: true,
|
|
69
|
-
StackWrap: true,
|
|
70
|
-
getStackedContent: true,
|
|
71
|
-
Status: true,
|
|
72
|
-
StepTracker: true,
|
|
73
|
-
Tabs: true,
|
|
74
|
-
TabBar: true,
|
|
75
|
-
Tags: true,
|
|
76
|
-
Timeline: true,
|
|
77
|
-
Tooltip: true,
|
|
78
|
-
TooltipButton: true,
|
|
79
|
-
Typography: true,
|
|
80
|
-
A11yInfoProvider: true,
|
|
81
|
-
useA11yInfo: true,
|
|
82
|
-
BaseProvider: true,
|
|
83
|
-
useHydrationContext: true,
|
|
84
|
-
Validator: true,
|
|
85
|
-
ViewportProvider: true,
|
|
86
|
-
useViewport: true,
|
|
87
|
-
ViewportContext: true,
|
|
88
|
-
ThemeProvider: true,
|
|
89
|
-
useTheme: true,
|
|
90
|
-
useSetTheme: true,
|
|
91
|
-
useThemeTokens: true,
|
|
92
|
-
useThemeTokensCallback: true,
|
|
93
|
-
getThemeTokens: true,
|
|
94
|
-
applyOuterBorder: true,
|
|
95
|
-
applyTextStyles: true,
|
|
96
|
-
applyShadowToken: true,
|
|
97
|
-
useResponsiveThemeTokens: true,
|
|
98
|
-
useResponsiveThemeTokensCallback: true,
|
|
99
|
-
Portal: true
|
|
100
|
-
};
|
|
101
6
|
Object.defineProperty(exports, "A11yInfoProvider", {
|
|
102
7
|
enumerable: true,
|
|
103
8
|
get: function () {
|
|
104
|
-
return _A11yInfoProvider.
|
|
9
|
+
return _A11yInfoProvider.A11yInfoProvider;
|
|
105
10
|
}
|
|
106
11
|
});
|
|
107
12
|
Object.defineProperty(exports, "A11yText", {
|
|
108
13
|
enumerable: true,
|
|
109
14
|
get: function () {
|
|
110
|
-
return _A11yText.
|
|
111
|
-
}
|
|
112
|
-
});
|
|
113
|
-
Object.defineProperty(exports, "Accordion", {
|
|
114
|
-
enumerable: true,
|
|
115
|
-
get: function () {
|
|
116
|
-
return _ExpandCollapse.Accordion;
|
|
15
|
+
return _A11yText.A11yText;
|
|
117
16
|
}
|
|
118
17
|
});
|
|
119
18
|
Object.defineProperty(exports, "ActionCard", {
|
|
120
19
|
enumerable: true,
|
|
121
20
|
get: function () {
|
|
122
|
-
return _ActionCard.
|
|
21
|
+
return _ActionCard.ActionCard;
|
|
123
22
|
}
|
|
124
23
|
});
|
|
125
24
|
Object.defineProperty(exports, "ActivityIndicator", {
|
|
126
25
|
enumerable: true,
|
|
127
26
|
get: function () {
|
|
128
|
-
return _ActivityIndicator.
|
|
27
|
+
return _ActivityIndicator.ActivityIndicator;
|
|
129
28
|
}
|
|
130
29
|
});
|
|
131
30
|
Object.defineProperty(exports, "Autocomplete", {
|
|
132
31
|
enumerable: true,
|
|
133
32
|
get: function () {
|
|
134
|
-
return _Autocomplete.
|
|
33
|
+
return _Autocomplete.Autocomplete;
|
|
135
34
|
}
|
|
136
35
|
});
|
|
137
36
|
Object.defineProperty(exports, "Badge", {
|
|
138
37
|
enumerable: true,
|
|
139
38
|
get: function () {
|
|
140
|
-
return _Badge.
|
|
39
|
+
return _Badge.Badge;
|
|
141
40
|
}
|
|
142
41
|
});
|
|
143
42
|
Object.defineProperty(exports, "BaseProvider", {
|
|
144
43
|
enumerable: true,
|
|
145
44
|
get: function () {
|
|
146
|
-
return _BaseProvider.
|
|
45
|
+
return _BaseProvider.BaseProvider;
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
Object.defineProperty(exports, "BaseView", {
|
|
49
|
+
enumerable: true,
|
|
50
|
+
get: function () {
|
|
51
|
+
return _BaseView.BaseView;
|
|
147
52
|
}
|
|
148
53
|
});
|
|
149
54
|
Object.defineProperty(exports, "Box", {
|
|
150
55
|
enumerable: true,
|
|
151
56
|
get: function () {
|
|
152
|
-
return _Box.
|
|
57
|
+
return _Box.Box;
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
Object.defineProperty(exports, "Button", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function () {
|
|
63
|
+
return _Button.Button;
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
Object.defineProperty(exports, "ButtonDropdown", {
|
|
67
|
+
enumerable: true,
|
|
68
|
+
get: function () {
|
|
69
|
+
return _ButtonDropdown.ButtonDropdown;
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
Object.defineProperty(exports, "ButtonGroup", {
|
|
73
|
+
enumerable: true,
|
|
74
|
+
get: function () {
|
|
75
|
+
return _ButtonGroup.ButtonGroup;
|
|
76
|
+
}
|
|
77
|
+
});
|
|
78
|
+
Object.defineProperty(exports, "ButtonLink", {
|
|
79
|
+
enumerable: true,
|
|
80
|
+
get: function () {
|
|
81
|
+
return _ButtonLink.ButtonLink;
|
|
153
82
|
}
|
|
154
83
|
});
|
|
155
84
|
Object.defineProperty(exports, "Card", {
|
|
156
85
|
enumerable: true,
|
|
157
86
|
get: function () {
|
|
158
|
-
return _Card.
|
|
87
|
+
return _Card.Card;
|
|
159
88
|
}
|
|
160
89
|
});
|
|
161
90
|
Object.defineProperty(exports, "CardGroup", {
|
|
162
91
|
enumerable: true,
|
|
163
92
|
get: function () {
|
|
164
|
-
return _CardGroup.
|
|
93
|
+
return _CardGroup.CardGroup;
|
|
94
|
+
}
|
|
95
|
+
});
|
|
96
|
+
Object.defineProperty(exports, "Carousel", {
|
|
97
|
+
enumerable: true,
|
|
98
|
+
get: function () {
|
|
99
|
+
return _Carousel.Carousel;
|
|
100
|
+
}
|
|
101
|
+
});
|
|
102
|
+
Object.defineProperty(exports, "CarouselItem", {
|
|
103
|
+
enumerable: true,
|
|
104
|
+
get: function () {
|
|
105
|
+
return _CarouselItem.CarouselItem;
|
|
106
|
+
}
|
|
107
|
+
});
|
|
108
|
+
Object.defineProperty(exports, "CarouselProvider", {
|
|
109
|
+
enumerable: true,
|
|
110
|
+
get: function () {
|
|
111
|
+
return _CarouselContext.CarouselProvider;
|
|
165
112
|
}
|
|
166
113
|
});
|
|
167
114
|
Object.defineProperty(exports, "Checkbox", {
|
|
168
115
|
enumerable: true,
|
|
169
116
|
get: function () {
|
|
170
|
-
return _Checkbox.
|
|
117
|
+
return _Checkbox.Checkbox;
|
|
171
118
|
}
|
|
172
119
|
});
|
|
173
120
|
Object.defineProperty(exports, "CheckboxCard", {
|
|
174
121
|
enumerable: true,
|
|
175
122
|
get: function () {
|
|
176
|
-
return _CheckboxCard.
|
|
123
|
+
return _CheckboxCard.CheckboxCard;
|
|
177
124
|
}
|
|
178
125
|
});
|
|
179
126
|
Object.defineProperty(exports, "CheckboxCardGroup", {
|
|
180
127
|
enumerable: true,
|
|
181
128
|
get: function () {
|
|
182
|
-
return _CheckboxCardGroup.
|
|
129
|
+
return _CheckboxCardGroup.CheckboxCardGroup;
|
|
130
|
+
}
|
|
131
|
+
});
|
|
132
|
+
Object.defineProperty(exports, "CheckboxGroup", {
|
|
133
|
+
enumerable: true,
|
|
134
|
+
get: function () {
|
|
135
|
+
return _CheckboxGroup.CheckboxGroup;
|
|
136
|
+
}
|
|
137
|
+
});
|
|
138
|
+
Object.defineProperty(exports, "ChevronLink", {
|
|
139
|
+
enumerable: true,
|
|
140
|
+
get: function () {
|
|
141
|
+
return _ChevronLink.ChevronLink;
|
|
183
142
|
}
|
|
184
143
|
});
|
|
185
144
|
Object.defineProperty(exports, "ColourToggle", {
|
|
186
145
|
enumerable: true,
|
|
187
146
|
get: function () {
|
|
188
|
-
return _ColourToggle.
|
|
147
|
+
return _ColourToggle.ColourToggle;
|
|
189
148
|
}
|
|
190
149
|
});
|
|
191
150
|
Object.defineProperty(exports, "Divider", {
|
|
192
151
|
enumerable: true,
|
|
193
152
|
get: function () {
|
|
194
|
-
return _Divider.
|
|
153
|
+
return _Divider.Divider;
|
|
195
154
|
}
|
|
196
155
|
});
|
|
197
156
|
Object.defineProperty(exports, "DownloadApp", {
|
|
198
157
|
enumerable: true,
|
|
199
158
|
get: function () {
|
|
200
|
-
return _DownloadApp.
|
|
159
|
+
return _DownloadApp.DownloadApp;
|
|
201
160
|
}
|
|
202
161
|
});
|
|
203
162
|
Object.defineProperty(exports, "ExpandCollapse", {
|
|
204
163
|
enumerable: true,
|
|
205
164
|
get: function () {
|
|
206
|
-
return _ExpandCollapse.
|
|
165
|
+
return _ExpandCollapse.ExpandCollapse;
|
|
166
|
+
}
|
|
167
|
+
});
|
|
168
|
+
Object.defineProperty(exports, "ExpandCollapseAccordion", {
|
|
169
|
+
enumerable: true,
|
|
170
|
+
get: function () {
|
|
171
|
+
return _ExpandCollapseAccordion.ExpandCollapseAccordion;
|
|
207
172
|
}
|
|
208
173
|
});
|
|
209
174
|
Object.defineProperty(exports, "ExpandCollapseMini", {
|
|
210
175
|
enumerable: true,
|
|
211
176
|
get: function () {
|
|
212
|
-
return _ExpandCollapseMini.
|
|
177
|
+
return _ExpandCollapseMini.ExpandCollapseMini;
|
|
178
|
+
}
|
|
179
|
+
});
|
|
180
|
+
Object.defineProperty(exports, "ExpandCollapsePanel", {
|
|
181
|
+
enumerable: true,
|
|
182
|
+
get: function () {
|
|
183
|
+
return _ExpandCollapsePanel.ExpandCollapsePanel;
|
|
213
184
|
}
|
|
214
185
|
});
|
|
215
186
|
Object.defineProperty(exports, "Feedback", {
|
|
216
187
|
enumerable: true,
|
|
217
188
|
get: function () {
|
|
218
|
-
return _Feedback.
|
|
189
|
+
return _Feedback.Feedback;
|
|
219
190
|
}
|
|
220
191
|
});
|
|
221
192
|
Object.defineProperty(exports, "Fieldset", {
|
|
222
193
|
enumerable: true,
|
|
223
194
|
get: function () {
|
|
224
|
-
return _Fieldset.
|
|
195
|
+
return _Fieldset.Fieldset;
|
|
225
196
|
}
|
|
226
197
|
});
|
|
227
198
|
Object.defineProperty(exports, "FileUpload", {
|
|
228
199
|
enumerable: true,
|
|
229
200
|
get: function () {
|
|
230
|
-
return _FileUpload.
|
|
201
|
+
return _FileUpload.FileUpload;
|
|
231
202
|
}
|
|
232
203
|
});
|
|
233
204
|
Object.defineProperty(exports, "FlexGrid", {
|
|
234
205
|
enumerable: true,
|
|
235
206
|
get: function () {
|
|
236
|
-
return _FlexGrid.
|
|
207
|
+
return _FlexGrid.FlexGrid;
|
|
208
|
+
}
|
|
209
|
+
});
|
|
210
|
+
Object.defineProperty(exports, "FlexGridCol", {
|
|
211
|
+
enumerable: true,
|
|
212
|
+
get: function () {
|
|
213
|
+
return _FlexGridCol.FlexGridCol;
|
|
214
|
+
}
|
|
215
|
+
});
|
|
216
|
+
Object.defineProperty(exports, "FlexGridRow", {
|
|
217
|
+
enumerable: true,
|
|
218
|
+
get: function () {
|
|
219
|
+
return _FlexGridRow.FlexGridRow;
|
|
237
220
|
}
|
|
238
221
|
});
|
|
239
222
|
Object.defineProperty(exports, "Footnote", {
|
|
240
223
|
enumerable: true,
|
|
241
224
|
get: function () {
|
|
242
|
-
return _Footnote.
|
|
225
|
+
return _Footnote.Footnote;
|
|
226
|
+
}
|
|
227
|
+
});
|
|
228
|
+
Object.defineProperty(exports, "FootnoteLink", {
|
|
229
|
+
enumerable: true,
|
|
230
|
+
get: function () {
|
|
231
|
+
return _FootnoteLink.FootnoteLink;
|
|
243
232
|
}
|
|
244
233
|
});
|
|
245
234
|
Object.defineProperty(exports, "HorizontalScroll", {
|
|
246
235
|
enumerable: true,
|
|
247
236
|
get: function () {
|
|
248
|
-
return _HorizontalScroll.
|
|
237
|
+
return _HorizontalScroll.HorizontalScroll;
|
|
249
238
|
}
|
|
250
239
|
});
|
|
251
240
|
Object.defineProperty(exports, "HorizontalScrollButton", {
|
|
252
241
|
enumerable: true,
|
|
253
242
|
get: function () {
|
|
254
|
-
return
|
|
243
|
+
return _HorizontalScrollButton.HorizontalScrollButton;
|
|
255
244
|
}
|
|
256
245
|
});
|
|
257
246
|
Object.defineProperty(exports, "Icon", {
|
|
258
247
|
enumerable: true,
|
|
259
248
|
get: function () {
|
|
260
|
-
return _Icon.
|
|
249
|
+
return _Icon.Icon;
|
|
261
250
|
}
|
|
262
251
|
});
|
|
263
252
|
Object.defineProperty(exports, "IconButton", {
|
|
264
253
|
enumerable: true,
|
|
265
254
|
get: function () {
|
|
266
|
-
return _IconButton.
|
|
255
|
+
return _IconButton.IconButton;
|
|
256
|
+
}
|
|
257
|
+
});
|
|
258
|
+
Object.defineProperty(exports, "IconButtonBase", {
|
|
259
|
+
enumerable: true,
|
|
260
|
+
get: function () {
|
|
261
|
+
return _IconButton.IconButtonBase;
|
|
267
262
|
}
|
|
268
263
|
});
|
|
269
264
|
Object.defineProperty(exports, "IconText", {
|
|
270
265
|
enumerable: true,
|
|
271
266
|
get: function () {
|
|
272
|
-
return
|
|
267
|
+
return _IconText.IconText;
|
|
273
268
|
}
|
|
274
269
|
});
|
|
275
270
|
Object.defineProperty(exports, "InputLabel", {
|
|
276
271
|
enumerable: true,
|
|
277
272
|
get: function () {
|
|
278
|
-
return _InputLabel.
|
|
273
|
+
return _InputLabel.InputLabel;
|
|
279
274
|
}
|
|
280
275
|
});
|
|
281
276
|
Object.defineProperty(exports, "InputSupports", {
|
|
282
277
|
enumerable: true,
|
|
283
278
|
get: function () {
|
|
284
|
-
return _InputSupports.
|
|
279
|
+
return _InputSupports.InputSupports;
|
|
285
280
|
}
|
|
286
281
|
});
|
|
287
|
-
Object.defineProperty(exports, "
|
|
282
|
+
Object.defineProperty(exports, "Link", {
|
|
288
283
|
enumerable: true,
|
|
289
284
|
get: function () {
|
|
290
|
-
return
|
|
285
|
+
return _Link.Link;
|
|
291
286
|
}
|
|
292
287
|
});
|
|
293
|
-
Object.defineProperty(exports, "
|
|
288
|
+
Object.defineProperty(exports, "LinkBase", {
|
|
294
289
|
enumerable: true,
|
|
295
290
|
get: function () {
|
|
296
|
-
return
|
|
291
|
+
return _LinkBase.LinkBase;
|
|
292
|
+
}
|
|
293
|
+
});
|
|
294
|
+
Object.defineProperty(exports, "List", {
|
|
295
|
+
enumerable: true,
|
|
296
|
+
get: function () {
|
|
297
|
+
return _List.List;
|
|
297
298
|
}
|
|
298
299
|
});
|
|
299
300
|
Object.defineProperty(exports, "ListItem", {
|
|
300
301
|
enumerable: true,
|
|
301
302
|
get: function () {
|
|
302
|
-
return
|
|
303
|
+
return _ListItem.ListItem;
|
|
303
304
|
}
|
|
304
305
|
});
|
|
305
306
|
Object.defineProperty(exports, "Listbox", {
|
|
306
307
|
enumerable: true,
|
|
307
308
|
get: function () {
|
|
308
|
-
return _Listbox.
|
|
309
|
+
return _Listbox.Listbox;
|
|
310
|
+
}
|
|
311
|
+
});
|
|
312
|
+
Object.defineProperty(exports, "ListboxOverlay", {
|
|
313
|
+
enumerable: true,
|
|
314
|
+
get: function () {
|
|
315
|
+
return _ListboxOverlay.ListboxOverlay;
|
|
309
316
|
}
|
|
310
317
|
});
|
|
311
318
|
Object.defineProperty(exports, "Modal", {
|
|
312
319
|
enumerable: true,
|
|
313
320
|
get: function () {
|
|
314
|
-
return _Modal.
|
|
321
|
+
return _Modal.Modal;
|
|
315
322
|
}
|
|
316
323
|
});
|
|
317
324
|
Object.defineProperty(exports, "MultiSelectFilter", {
|
|
318
325
|
enumerable: true,
|
|
319
326
|
get: function () {
|
|
320
|
-
return _MultiSelectFilter.
|
|
327
|
+
return _MultiSelectFilter.MultiSelectFilter;
|
|
321
328
|
}
|
|
322
329
|
});
|
|
323
330
|
Object.defineProperty(exports, "Notification", {
|
|
324
331
|
enumerable: true,
|
|
325
332
|
get: function () {
|
|
326
|
-
return _Notification.
|
|
333
|
+
return _Notification.Notification;
|
|
327
334
|
}
|
|
328
335
|
});
|
|
329
336
|
Object.defineProperty(exports, "OrderedList", {
|
|
330
337
|
enumerable: true,
|
|
331
338
|
get: function () {
|
|
332
|
-
return _OrderedList.
|
|
339
|
+
return _OrderedList.OrderedList;
|
|
333
340
|
}
|
|
334
341
|
});
|
|
335
342
|
Object.defineProperty(exports, "OrderedListItem", {
|
|
336
343
|
enumerable: true,
|
|
337
344
|
get: function () {
|
|
338
|
-
return
|
|
345
|
+
return _OrderedListItem.OrderedListItem;
|
|
339
346
|
}
|
|
340
347
|
});
|
|
341
348
|
Object.defineProperty(exports, "Pagination", {
|
|
342
349
|
enumerable: true,
|
|
343
350
|
get: function () {
|
|
344
|
-
return _Pagination.
|
|
351
|
+
return _Pagination.Pagination;
|
|
352
|
+
}
|
|
353
|
+
});
|
|
354
|
+
Object.defineProperty(exports, "PaginationPageButton", {
|
|
355
|
+
enumerable: true,
|
|
356
|
+
get: function () {
|
|
357
|
+
return _PaginationPageButton.PaginationPageButton;
|
|
358
|
+
}
|
|
359
|
+
});
|
|
360
|
+
Object.defineProperty(exports, "PaginationPageButtonBase", {
|
|
361
|
+
enumerable: true,
|
|
362
|
+
get: function () {
|
|
363
|
+
return _PaginationPageButton.PaginationPageButtonBase;
|
|
345
364
|
}
|
|
346
365
|
});
|
|
347
366
|
Object.defineProperty(exports, "Portal", {
|
|
348
367
|
enumerable: true,
|
|
349
368
|
get: function () {
|
|
350
|
-
return _Portal.
|
|
369
|
+
return _Portal.Portal;
|
|
351
370
|
}
|
|
352
371
|
});
|
|
353
372
|
Object.defineProperty(exports, "PressableCardBase", {
|
|
354
373
|
enumerable: true,
|
|
355
374
|
get: function () {
|
|
356
|
-
return
|
|
375
|
+
return _PressableCardBase.PressableCardBase;
|
|
357
376
|
}
|
|
358
377
|
});
|
|
359
378
|
Object.defineProperty(exports, "PriceLockup", {
|
|
360
379
|
enumerable: true,
|
|
361
380
|
get: function () {
|
|
362
|
-
return _PriceLockup.
|
|
381
|
+
return _PriceLockup.PriceLockup;
|
|
363
382
|
}
|
|
364
383
|
});
|
|
365
384
|
Object.defineProperty(exports, "ProductCard", {
|
|
366
385
|
enumerable: true,
|
|
367
386
|
get: function () {
|
|
368
|
-
return _ProductCard.
|
|
387
|
+
return _ProductCard.ProductCard;
|
|
369
388
|
}
|
|
370
389
|
});
|
|
371
390
|
Object.defineProperty(exports, "ProductCardGroup", {
|
|
372
391
|
enumerable: true,
|
|
373
392
|
get: function () {
|
|
374
|
-
return _ProductCardGroup.
|
|
393
|
+
return _ProductCardGroup.ProductCardGroup;
|
|
375
394
|
}
|
|
376
395
|
});
|
|
377
396
|
Object.defineProperty(exports, "Progress", {
|
|
378
397
|
enumerable: true,
|
|
379
398
|
get: function () {
|
|
380
|
-
return _Progress.
|
|
399
|
+
return _Progress.Progress;
|
|
400
|
+
}
|
|
401
|
+
});
|
|
402
|
+
Object.defineProperty(exports, "ProgressBar", {
|
|
403
|
+
enumerable: true,
|
|
404
|
+
get: function () {
|
|
405
|
+
return _ProgressBar.ProgressBar;
|
|
381
406
|
}
|
|
382
407
|
});
|
|
383
408
|
Object.defineProperty(exports, "QuickLinks", {
|
|
384
409
|
enumerable: true,
|
|
385
410
|
get: function () {
|
|
386
|
-
return _QuickLinks.
|
|
411
|
+
return _QuickLinks.QuickLinks;
|
|
387
412
|
}
|
|
388
413
|
});
|
|
389
414
|
Object.defineProperty(exports, "QuickLinksFeature", {
|
|
390
415
|
enumerable: true,
|
|
391
416
|
get: function () {
|
|
392
|
-
return _QuickLinksFeature.
|
|
417
|
+
return _QuickLinksFeature.QuickLinksFeature;
|
|
418
|
+
}
|
|
419
|
+
});
|
|
420
|
+
Object.defineProperty(exports, "QuickLinksFeatureItem", {
|
|
421
|
+
enumerable: true,
|
|
422
|
+
get: function () {
|
|
423
|
+
return _QuickLinksFeatureItem.QuickLinksFeatureItem;
|
|
424
|
+
}
|
|
425
|
+
});
|
|
426
|
+
Object.defineProperty(exports, "QuickLinksFeatureItemBase", {
|
|
427
|
+
enumerable: true,
|
|
428
|
+
get: function () {
|
|
429
|
+
return _QuickLinksFeatureItem.QuickLinksFeatureItemBase;
|
|
430
|
+
}
|
|
431
|
+
});
|
|
432
|
+
Object.defineProperty(exports, "QuickLinksItem", {
|
|
433
|
+
enumerable: true,
|
|
434
|
+
get: function () {
|
|
435
|
+
return _QuickLinksItem.QuickLinksItem;
|
|
436
|
+
}
|
|
437
|
+
});
|
|
438
|
+
Object.defineProperty(exports, "QuickLinksItemBase", {
|
|
439
|
+
enumerable: true,
|
|
440
|
+
get: function () {
|
|
441
|
+
return _QuickLinksItem.QuickLinksItemBase;
|
|
393
442
|
}
|
|
394
443
|
});
|
|
395
444
|
Object.defineProperty(exports, "Radio", {
|
|
396
445
|
enumerable: true,
|
|
397
446
|
get: function () {
|
|
398
|
-
return _Radio.
|
|
447
|
+
return _Radio.Radio;
|
|
399
448
|
}
|
|
400
449
|
});
|
|
401
450
|
Object.defineProperty(exports, "RadioCard", {
|
|
402
451
|
enumerable: true,
|
|
403
452
|
get: function () {
|
|
404
|
-
return _RadioCard.
|
|
453
|
+
return _RadioCard.RadioCard;
|
|
405
454
|
}
|
|
406
455
|
});
|
|
407
456
|
Object.defineProperty(exports, "RadioCardGroup", {
|
|
408
457
|
enumerable: true,
|
|
409
458
|
get: function () {
|
|
410
|
-
return
|
|
459
|
+
return _RadioCardGroup.RadioCardGroup;
|
|
411
460
|
}
|
|
412
461
|
});
|
|
413
462
|
Object.defineProperty(exports, "RadioGroup", {
|
|
414
463
|
enumerable: true,
|
|
415
464
|
get: function () {
|
|
416
|
-
return
|
|
465
|
+
return _RadioGroup.RadioGroup;
|
|
417
466
|
}
|
|
418
467
|
});
|
|
419
468
|
Object.defineProperty(exports, "Responsive", {
|
|
420
469
|
enumerable: true,
|
|
421
470
|
get: function () {
|
|
422
|
-
return _Responsive.
|
|
471
|
+
return _Responsive.Responsive;
|
|
423
472
|
}
|
|
424
473
|
});
|
|
425
474
|
Object.defineProperty(exports, "Search", {
|
|
426
475
|
enumerable: true,
|
|
427
476
|
get: function () {
|
|
428
|
-
return _Search.
|
|
477
|
+
return _Search.Search;
|
|
429
478
|
}
|
|
430
479
|
});
|
|
431
480
|
Object.defineProperty(exports, "Select", {
|
|
432
481
|
enumerable: true,
|
|
433
482
|
get: function () {
|
|
434
|
-
return _Select.
|
|
483
|
+
return _Select.Select;
|
|
484
|
+
}
|
|
485
|
+
});
|
|
486
|
+
Object.defineProperty(exports, "SelectGroup", {
|
|
487
|
+
enumerable: true,
|
|
488
|
+
get: function () {
|
|
489
|
+
return _SelectGroup.SelectGroup;
|
|
490
|
+
}
|
|
491
|
+
});
|
|
492
|
+
Object.defineProperty(exports, "SelectItem", {
|
|
493
|
+
enumerable: true,
|
|
494
|
+
get: function () {
|
|
495
|
+
return _SelectItem.SelectItem;
|
|
435
496
|
}
|
|
436
497
|
});
|
|
437
498
|
Object.defineProperty(exports, "Shortcuts", {
|
|
438
499
|
enumerable: true,
|
|
439
500
|
get: function () {
|
|
440
|
-
return _Shortcuts.
|
|
501
|
+
return _Shortcuts.Shortcuts;
|
|
441
502
|
}
|
|
442
503
|
});
|
|
443
504
|
Object.defineProperty(exports, "ShortcutsItem", {
|
|
444
505
|
enumerable: true,
|
|
445
506
|
get: function () {
|
|
446
|
-
return
|
|
507
|
+
return _ShortcutsItem.ShortcutsItem;
|
|
447
508
|
}
|
|
448
509
|
});
|
|
449
510
|
Object.defineProperty(exports, "SideNav", {
|
|
450
511
|
enumerable: true,
|
|
451
512
|
get: function () {
|
|
452
|
-
return _SideNav.
|
|
513
|
+
return _SideNav.SideNav;
|
|
514
|
+
}
|
|
515
|
+
});
|
|
516
|
+
Object.defineProperty(exports, "SideNavItem", {
|
|
517
|
+
enumerable: true,
|
|
518
|
+
get: function () {
|
|
519
|
+
return _SideNavItem.SideNavItem;
|
|
520
|
+
}
|
|
521
|
+
});
|
|
522
|
+
Object.defineProperty(exports, "SideNavItemsGroup", {
|
|
523
|
+
enumerable: true,
|
|
524
|
+
get: function () {
|
|
525
|
+
return _SideNavItemsGroup.SideNavItemsGroup;
|
|
453
526
|
}
|
|
454
527
|
});
|
|
455
528
|
Object.defineProperty(exports, "Skeleton", {
|
|
456
529
|
enumerable: true,
|
|
457
530
|
get: function () {
|
|
458
|
-
return _Skeleton.
|
|
531
|
+
return _Skeleton.Skeleton;
|
|
459
532
|
}
|
|
460
533
|
});
|
|
461
534
|
Object.defineProperty(exports, "SkipLink", {
|
|
462
535
|
enumerable: true,
|
|
463
536
|
get: function () {
|
|
464
|
-
return _SkipLink.
|
|
537
|
+
return _SkipLink.SkipLink;
|
|
538
|
+
}
|
|
539
|
+
});
|
|
540
|
+
Object.defineProperty(exports, "SkipLinkBase", {
|
|
541
|
+
enumerable: true,
|
|
542
|
+
get: function () {
|
|
543
|
+
return _SkipLink.SkipLinkBase;
|
|
465
544
|
}
|
|
466
545
|
});
|
|
467
546
|
Object.defineProperty(exports, "Spacer", {
|
|
468
547
|
enumerable: true,
|
|
469
548
|
get: function () {
|
|
470
|
-
return _Spacer.
|
|
549
|
+
return _Spacer.Spacer;
|
|
471
550
|
}
|
|
472
551
|
});
|
|
473
552
|
Object.defineProperty(exports, "StackView", {
|
|
474
553
|
enumerable: true,
|
|
475
554
|
get: function () {
|
|
476
|
-
return _StackView.
|
|
555
|
+
return _StackView.StackView;
|
|
477
556
|
}
|
|
478
557
|
});
|
|
479
558
|
Object.defineProperty(exports, "StackWrap", {
|
|
480
559
|
enumerable: true,
|
|
481
560
|
get: function () {
|
|
482
|
-
return
|
|
561
|
+
return _StackWrap.StackWrap;
|
|
483
562
|
}
|
|
484
563
|
});
|
|
485
564
|
Object.defineProperty(exports, "Status", {
|
|
486
565
|
enumerable: true,
|
|
487
566
|
get: function () {
|
|
488
|
-
return _Status.
|
|
567
|
+
return _Status.Status;
|
|
489
568
|
}
|
|
490
569
|
});
|
|
491
570
|
Object.defineProperty(exports, "StepTracker", {
|
|
492
571
|
enumerable: true,
|
|
493
572
|
get: function () {
|
|
494
|
-
return _StepTracker.
|
|
573
|
+
return _StepTracker.StepTracker;
|
|
574
|
+
}
|
|
575
|
+
});
|
|
576
|
+
Object.defineProperty(exports, "StyleSheet", {
|
|
577
|
+
enumerable: true,
|
|
578
|
+
get: function () {
|
|
579
|
+
return _ssrMediaQuery.StyleSheet;
|
|
495
580
|
}
|
|
496
581
|
});
|
|
497
582
|
Object.defineProperty(exports, "TabBar", {
|
|
498
583
|
enumerable: true,
|
|
499
584
|
get: function () {
|
|
500
|
-
return _TabBar.
|
|
585
|
+
return _TabBar.TabBar;
|
|
586
|
+
}
|
|
587
|
+
});
|
|
588
|
+
Object.defineProperty(exports, "TabBarItem", {
|
|
589
|
+
enumerable: true,
|
|
590
|
+
get: function () {
|
|
591
|
+
return _TabBarItem.TabBarItem;
|
|
501
592
|
}
|
|
502
593
|
});
|
|
503
594
|
Object.defineProperty(exports, "Tabs", {
|
|
504
595
|
enumerable: true,
|
|
505
596
|
get: function () {
|
|
506
|
-
return _Tabs.
|
|
597
|
+
return _Tabs.Tabs;
|
|
507
598
|
}
|
|
508
599
|
});
|
|
509
600
|
Object.defineProperty(exports, "Tags", {
|
|
510
601
|
enumerable: true,
|
|
511
602
|
get: function () {
|
|
512
|
-
return _Tags.
|
|
603
|
+
return _Tags.Tags;
|
|
604
|
+
}
|
|
605
|
+
});
|
|
606
|
+
Object.defineProperty(exports, "TextArea", {
|
|
607
|
+
enumerable: true,
|
|
608
|
+
get: function () {
|
|
609
|
+
return _TextArea.TextArea;
|
|
610
|
+
}
|
|
611
|
+
});
|
|
612
|
+
Object.defineProperty(exports, "TextButton", {
|
|
613
|
+
enumerable: true,
|
|
614
|
+
get: function () {
|
|
615
|
+
return _TextButton.TextButton;
|
|
616
|
+
}
|
|
617
|
+
});
|
|
618
|
+
Object.defineProperty(exports, "TextInput", {
|
|
619
|
+
enumerable: true,
|
|
620
|
+
get: function () {
|
|
621
|
+
return _TextInput.TextInput;
|
|
513
622
|
}
|
|
514
623
|
});
|
|
515
624
|
Object.defineProperty(exports, "ThemeProvider", {
|
|
516
625
|
enumerable: true,
|
|
517
626
|
get: function () {
|
|
518
|
-
return _ThemeProvider.
|
|
627
|
+
return _ThemeProvider.ThemeProvider;
|
|
519
628
|
}
|
|
520
629
|
});
|
|
521
630
|
Object.defineProperty(exports, "Timeline", {
|
|
522
631
|
enumerable: true,
|
|
523
632
|
get: function () {
|
|
524
|
-
return _Timeline.
|
|
633
|
+
return _Timeline.Timeline;
|
|
634
|
+
}
|
|
635
|
+
});
|
|
636
|
+
Object.defineProperty(exports, "ToggleSwitch", {
|
|
637
|
+
enumerable: true,
|
|
638
|
+
get: function () {
|
|
639
|
+
return _ToggleSwitch.ToggleSwitch;
|
|
640
|
+
}
|
|
641
|
+
});
|
|
642
|
+
Object.defineProperty(exports, "ToggleSwitchGroup", {
|
|
643
|
+
enumerable: true,
|
|
644
|
+
get: function () {
|
|
645
|
+
return _ToggleSwitchGroup.ToggleSwitchGroup;
|
|
525
646
|
}
|
|
526
647
|
});
|
|
527
648
|
Object.defineProperty(exports, "Tooltip", {
|
|
528
649
|
enumerable: true,
|
|
529
650
|
get: function () {
|
|
530
|
-
return _Tooltip.
|
|
651
|
+
return _Tooltip.Tooltip;
|
|
531
652
|
}
|
|
532
653
|
});
|
|
533
654
|
Object.defineProperty(exports, "TooltipButton", {
|
|
534
655
|
enumerable: true,
|
|
535
656
|
get: function () {
|
|
536
|
-
return _TooltipButton.
|
|
657
|
+
return _TooltipButton.TooltipButton;
|
|
537
658
|
}
|
|
538
659
|
});
|
|
539
660
|
Object.defineProperty(exports, "Typography", {
|
|
540
661
|
enumerable: true,
|
|
541
662
|
get: function () {
|
|
542
|
-
return _Typography.
|
|
663
|
+
return _Typography.Typography;
|
|
543
664
|
}
|
|
544
665
|
});
|
|
545
666
|
Object.defineProperty(exports, "Validator", {
|
|
546
667
|
enumerable: true,
|
|
547
668
|
get: function () {
|
|
548
|
-
return _Validator.
|
|
669
|
+
return _Validator.Validator;
|
|
549
670
|
}
|
|
550
671
|
});
|
|
551
672
|
Object.defineProperty(exports, "ViewportContext", {
|
|
552
673
|
enumerable: true,
|
|
553
674
|
get: function () {
|
|
554
|
-
return
|
|
675
|
+
return _useViewport.ViewportContext;
|
|
555
676
|
}
|
|
556
677
|
});
|
|
557
678
|
Object.defineProperty(exports, "ViewportProvider", {
|
|
558
679
|
enumerable: true,
|
|
559
680
|
get: function () {
|
|
560
|
-
return _ViewportProvider.
|
|
681
|
+
return _ViewportProvider.ViewportProvider;
|
|
682
|
+
}
|
|
683
|
+
});
|
|
684
|
+
Object.defineProperty(exports, "a11yProps", {
|
|
685
|
+
enumerable: true,
|
|
686
|
+
get: function () {
|
|
687
|
+
return _a11yProps.a11yProps;
|
|
561
688
|
}
|
|
562
689
|
});
|
|
563
690
|
Object.defineProperty(exports, "applyOuterBorder", {
|
|
564
691
|
enumerable: true,
|
|
565
692
|
get: function () {
|
|
566
|
-
return
|
|
693
|
+
return _styles.applyOuterBorder;
|
|
567
694
|
}
|
|
568
695
|
});
|
|
569
696
|
Object.defineProperty(exports, "applyShadowToken", {
|
|
570
697
|
enumerable: true,
|
|
571
698
|
get: function () {
|
|
572
|
-
return
|
|
699
|
+
return _styles.applyShadowToken;
|
|
573
700
|
}
|
|
574
701
|
});
|
|
575
702
|
Object.defineProperty(exports, "applyTextStyles", {
|
|
576
703
|
enumerable: true,
|
|
577
704
|
get: function () {
|
|
578
|
-
return
|
|
705
|
+
return _styles.applyTextStyles;
|
|
706
|
+
}
|
|
707
|
+
});
|
|
708
|
+
Object.defineProperty(exports, "clickProps", {
|
|
709
|
+
enumerable: true,
|
|
710
|
+
get: function () {
|
|
711
|
+
return _clickProps.clickProps;
|
|
712
|
+
}
|
|
713
|
+
});
|
|
714
|
+
Object.defineProperty(exports, "componentPropType", {
|
|
715
|
+
enumerable: true,
|
|
716
|
+
get: function () {
|
|
717
|
+
return _componentPropType.componentPropType;
|
|
718
|
+
}
|
|
719
|
+
});
|
|
720
|
+
Object.defineProperty(exports, "containUniqueFields", {
|
|
721
|
+
enumerable: true,
|
|
722
|
+
get: function () {
|
|
723
|
+
return _containUniqueFields.containUniqueFields;
|
|
724
|
+
}
|
|
725
|
+
});
|
|
726
|
+
Object.defineProperty(exports, "contentfulProps", {
|
|
727
|
+
enumerable: true,
|
|
728
|
+
get: function () {
|
|
729
|
+
return _contentfulProps.contentfulProps;
|
|
730
|
+
}
|
|
731
|
+
});
|
|
732
|
+
Object.defineProperty(exports, "convertFromMegaByteToByte", {
|
|
733
|
+
enumerable: true,
|
|
734
|
+
get: function () {
|
|
735
|
+
return _convertFromMegaByteToByte.convertFromMegaByteToByte;
|
|
736
|
+
}
|
|
737
|
+
});
|
|
738
|
+
Object.defineProperty(exports, "copyPropTypes", {
|
|
739
|
+
enumerable: true,
|
|
740
|
+
get: function () {
|
|
741
|
+
return _copyPropTypes.copyPropTypes;
|
|
742
|
+
}
|
|
743
|
+
});
|
|
744
|
+
Object.defineProperty(exports, "createMediaQueryStyles", {
|
|
745
|
+
enumerable: true,
|
|
746
|
+
get: function () {
|
|
747
|
+
return _ssrMediaQuery.createMediaQueryStyles;
|
|
748
|
+
}
|
|
749
|
+
});
|
|
750
|
+
Object.defineProperty(exports, "focusHandlerProps", {
|
|
751
|
+
enumerable: true,
|
|
752
|
+
get: function () {
|
|
753
|
+
return _handlerProps.focusHandlerProps;
|
|
754
|
+
}
|
|
755
|
+
});
|
|
756
|
+
Object.defineProperty(exports, "formatImageSource", {
|
|
757
|
+
enumerable: true,
|
|
758
|
+
get: function () {
|
|
759
|
+
return _formatImageSource.formatImageSource;
|
|
760
|
+
}
|
|
761
|
+
});
|
|
762
|
+
Object.defineProperty(exports, "getA11yPropsFromHtmlTag", {
|
|
763
|
+
enumerable: true,
|
|
764
|
+
get: function () {
|
|
765
|
+
return _semantics.getA11yPropsFromHtmlTag;
|
|
766
|
+
}
|
|
767
|
+
});
|
|
768
|
+
Object.defineProperty(exports, "getComponentTheme", {
|
|
769
|
+
enumerable: true,
|
|
770
|
+
get: function () {
|
|
771
|
+
return _themeTokens.getComponentTheme;
|
|
772
|
+
}
|
|
773
|
+
});
|
|
774
|
+
Object.defineProperty(exports, "getCursorStyle", {
|
|
775
|
+
enumerable: true,
|
|
776
|
+
get: function () {
|
|
777
|
+
return _pressability.getCursorStyle;
|
|
778
|
+
}
|
|
779
|
+
});
|
|
780
|
+
Object.defineProperty(exports, "getHeadingLevel", {
|
|
781
|
+
enumerable: true,
|
|
782
|
+
get: function () {
|
|
783
|
+
return _semantics.getHeadingLevel;
|
|
784
|
+
}
|
|
785
|
+
});
|
|
786
|
+
Object.defineProperty(exports, "getMaxFontMultiplier", {
|
|
787
|
+
enumerable: true,
|
|
788
|
+
get: function () {
|
|
789
|
+
return _textSize.getMaxFontMultiplier;
|
|
790
|
+
}
|
|
791
|
+
});
|
|
792
|
+
Object.defineProperty(exports, "getPressHandlersWithArgs", {
|
|
793
|
+
enumerable: true,
|
|
794
|
+
get: function () {
|
|
795
|
+
return _pressability.getPressHandlersWithArgs;
|
|
796
|
+
}
|
|
797
|
+
});
|
|
798
|
+
Object.defineProperty(exports, "getReactNativeWebSSRStyles", {
|
|
799
|
+
enumerable: true,
|
|
800
|
+
get: function () {
|
|
801
|
+
return _ssr.getReactNativeWebSSRStyles;
|
|
802
|
+
}
|
|
803
|
+
});
|
|
804
|
+
Object.defineProperty(exports, "getSSRStyles", {
|
|
805
|
+
enumerable: true,
|
|
806
|
+
get: function () {
|
|
807
|
+
return _ssr.getSSRStyles;
|
|
808
|
+
}
|
|
809
|
+
});
|
|
810
|
+
Object.defineProperty(exports, "getSpacingScale", {
|
|
811
|
+
enumerable: true,
|
|
812
|
+
get: function () {
|
|
813
|
+
return _getSpacingScale.getSpacingScale;
|
|
579
814
|
}
|
|
580
815
|
});
|
|
581
816
|
Object.defineProperty(exports, "getStackedContent", {
|
|
582
817
|
enumerable: true,
|
|
583
818
|
get: function () {
|
|
584
|
-
return
|
|
819
|
+
return _getStackedContent.getStackedContent;
|
|
585
820
|
}
|
|
586
821
|
});
|
|
587
822
|
Object.defineProperty(exports, "getThemeTokens", {
|
|
588
823
|
enumerable: true,
|
|
589
824
|
get: function () {
|
|
590
|
-
return
|
|
825
|
+
return _themeTokens.getThemeTokens;
|
|
826
|
+
}
|
|
827
|
+
});
|
|
828
|
+
Object.defineProperty(exports, "getTokenNames", {
|
|
829
|
+
enumerable: true,
|
|
830
|
+
get: function () {
|
|
831
|
+
return _tokens.getTokenNames;
|
|
832
|
+
}
|
|
833
|
+
});
|
|
834
|
+
Object.defineProperty(exports, "getTokensPropType", {
|
|
835
|
+
enumerable: true,
|
|
836
|
+
get: function () {
|
|
837
|
+
return _tokens.getTokensPropType;
|
|
838
|
+
}
|
|
839
|
+
});
|
|
840
|
+
Object.defineProperty(exports, "getTokensSetPropType", {
|
|
841
|
+
enumerable: true,
|
|
842
|
+
get: function () {
|
|
843
|
+
return _tokens.getTokensSetPropType;
|
|
844
|
+
}
|
|
845
|
+
});
|
|
846
|
+
Object.defineProperty(exports, "headingTags", {
|
|
847
|
+
enumerable: true,
|
|
848
|
+
get: function () {
|
|
849
|
+
return _semantics.headingTags;
|
|
591
850
|
}
|
|
592
851
|
});
|
|
593
852
|
Object.defineProperty(exports, "horizontalScrollUtils", {
|
|
@@ -596,226 +855,509 @@ Object.defineProperty(exports, "horizontalScrollUtils", {
|
|
|
596
855
|
return _HorizontalScroll.horizontalScrollUtils;
|
|
597
856
|
}
|
|
598
857
|
});
|
|
858
|
+
Object.defineProperty(exports, "hrefAttrsProp", {
|
|
859
|
+
enumerable: true,
|
|
860
|
+
get: function () {
|
|
861
|
+
return _hrefAttrsProp.hrefAttrsProp;
|
|
862
|
+
}
|
|
863
|
+
});
|
|
864
|
+
Object.defineProperty(exports, "htmlAttrs", {
|
|
865
|
+
enumerable: true,
|
|
866
|
+
get: function () {
|
|
867
|
+
return _htmlAttrs.htmlAttrs;
|
|
868
|
+
}
|
|
869
|
+
});
|
|
599
870
|
Object.defineProperty(exports, "iconComponentPropTypes", {
|
|
600
871
|
enumerable: true,
|
|
601
872
|
get: function () {
|
|
602
873
|
return _Icon.iconComponentPropTypes;
|
|
603
874
|
}
|
|
604
875
|
});
|
|
876
|
+
Object.defineProperty(exports, "info", {
|
|
877
|
+
enumerable: true,
|
|
878
|
+
get: function () {
|
|
879
|
+
return _info.info;
|
|
880
|
+
}
|
|
881
|
+
});
|
|
882
|
+
Object.defineProperty(exports, "inputSupportsProps", {
|
|
883
|
+
enumerable: true,
|
|
884
|
+
get: function () {
|
|
885
|
+
return _inputSupportsProps.inputSupportsProps;
|
|
886
|
+
}
|
|
887
|
+
});
|
|
888
|
+
Object.defineProperty(exports, "isTouchDevice", {
|
|
889
|
+
enumerable: true,
|
|
890
|
+
get: function () {
|
|
891
|
+
return _isTouchDevice.isTouchDevice;
|
|
892
|
+
}
|
|
893
|
+
});
|
|
894
|
+
Object.defineProperty(exports, "layoutTags", {
|
|
895
|
+
enumerable: true,
|
|
896
|
+
get: function () {
|
|
897
|
+
return _semantics.layoutTags;
|
|
898
|
+
}
|
|
899
|
+
});
|
|
900
|
+
Object.defineProperty(exports, "linkProps", {
|
|
901
|
+
enumerable: true,
|
|
902
|
+
get: function () {
|
|
903
|
+
return _linkProps.linkProps;
|
|
904
|
+
}
|
|
905
|
+
});
|
|
906
|
+
Object.defineProperty(exports, "paddingProp", {
|
|
907
|
+
enumerable: true,
|
|
908
|
+
get: function () {
|
|
909
|
+
return _paddingProp.paddingProp;
|
|
910
|
+
}
|
|
911
|
+
});
|
|
912
|
+
Object.defineProperty(exports, "pressProps", {
|
|
913
|
+
enumerable: true,
|
|
914
|
+
get: function () {
|
|
915
|
+
return _pressProps.pressProps;
|
|
916
|
+
}
|
|
917
|
+
});
|
|
918
|
+
Object.defineProperty(exports, "rectProp", {
|
|
919
|
+
enumerable: true,
|
|
920
|
+
get: function () {
|
|
921
|
+
return _rectProp.rectProp;
|
|
922
|
+
}
|
|
923
|
+
});
|
|
924
|
+
Object.defineProperty(exports, "resolveContentMaxWidth", {
|
|
925
|
+
enumerable: true,
|
|
926
|
+
get: function () {
|
|
927
|
+
return _resolveContentMaxWidth.resolveContentMaxWidth;
|
|
928
|
+
}
|
|
929
|
+
});
|
|
930
|
+
Object.defineProperty(exports, "resolvePressableState", {
|
|
931
|
+
enumerable: true,
|
|
932
|
+
get: function () {
|
|
933
|
+
return _pressability.resolvePressableState;
|
|
934
|
+
}
|
|
935
|
+
});
|
|
936
|
+
Object.defineProperty(exports, "resolvePressableTokens", {
|
|
937
|
+
enumerable: true,
|
|
938
|
+
get: function () {
|
|
939
|
+
return _pressability.resolvePressableTokens;
|
|
940
|
+
}
|
|
941
|
+
});
|
|
942
|
+
Object.defineProperty(exports, "resolveResponsiveProp", {
|
|
943
|
+
enumerable: true,
|
|
944
|
+
get: function () {
|
|
945
|
+
return _useResponsiveProp.resolveResponsiveProp;
|
|
946
|
+
}
|
|
947
|
+
});
|
|
948
|
+
Object.defineProperty(exports, "responsiveProps", {
|
|
949
|
+
enumerable: true,
|
|
950
|
+
get: function () {
|
|
951
|
+
return _responsiveProps.responsiveProps;
|
|
952
|
+
}
|
|
953
|
+
});
|
|
954
|
+
Object.defineProperty(exports, "scaleWithText", {
|
|
955
|
+
enumerable: true,
|
|
956
|
+
get: function () {
|
|
957
|
+
return _textSize.scaleWithText;
|
|
958
|
+
}
|
|
959
|
+
});
|
|
960
|
+
Object.defineProperty(exports, "selectSystemProps", {
|
|
961
|
+
enumerable: true,
|
|
962
|
+
get: function () {
|
|
963
|
+
return _selectSystemProps.selectSystemProps;
|
|
964
|
+
}
|
|
965
|
+
});
|
|
966
|
+
Object.defineProperty(exports, "selectTokens", {
|
|
967
|
+
enumerable: true,
|
|
968
|
+
get: function () {
|
|
969
|
+
return _tokens.selectTokens;
|
|
970
|
+
}
|
|
971
|
+
});
|
|
972
|
+
Object.defineProperty(exports, "spacingProps", {
|
|
973
|
+
enumerable: true,
|
|
974
|
+
get: function () {
|
|
975
|
+
return _spacingProps.spacingProps;
|
|
976
|
+
}
|
|
977
|
+
});
|
|
978
|
+
Object.defineProperty(exports, "ssrStyles", {
|
|
979
|
+
enumerable: true,
|
|
980
|
+
get: function () {
|
|
981
|
+
return _ssr.ssrStyles;
|
|
982
|
+
}
|
|
983
|
+
});
|
|
984
|
+
Object.defineProperty(exports, "supportedTags", {
|
|
985
|
+
enumerable: true,
|
|
986
|
+
get: function () {
|
|
987
|
+
return _semantics.supportedTags;
|
|
988
|
+
}
|
|
989
|
+
});
|
|
990
|
+
Object.defineProperty(exports, "tagsToRoles", {
|
|
991
|
+
enumerable: true,
|
|
992
|
+
get: function () {
|
|
993
|
+
return _semantics.tagsToRoles;
|
|
994
|
+
}
|
|
995
|
+
});
|
|
996
|
+
Object.defineProperty(exports, "textInputHandlerProps", {
|
|
997
|
+
enumerable: true,
|
|
998
|
+
get: function () {
|
|
999
|
+
return _handlerProps.textInputHandlerProps;
|
|
1000
|
+
}
|
|
1001
|
+
});
|
|
1002
|
+
Object.defineProperty(exports, "textInputProps", {
|
|
1003
|
+
enumerable: true,
|
|
1004
|
+
get: function () {
|
|
1005
|
+
return _textInputProps.textInputProps;
|
|
1006
|
+
}
|
|
1007
|
+
});
|
|
1008
|
+
Object.defineProperty(exports, "textProps", {
|
|
1009
|
+
enumerable: true,
|
|
1010
|
+
get: function () {
|
|
1011
|
+
return _textProps.textProps;
|
|
1012
|
+
}
|
|
1013
|
+
});
|
|
1014
|
+
Object.defineProperty(exports, "textTags", {
|
|
1015
|
+
enumerable: true,
|
|
1016
|
+
get: function () {
|
|
1017
|
+
return _semantics.textTags;
|
|
1018
|
+
}
|
|
1019
|
+
});
|
|
1020
|
+
Object.defineProperty(exports, "transformGradient", {
|
|
1021
|
+
enumerable: true,
|
|
1022
|
+
get: function () {
|
|
1023
|
+
return _transformGradient.transformGradient;
|
|
1024
|
+
}
|
|
1025
|
+
});
|
|
1026
|
+
Object.defineProperty(exports, "unpackFragment", {
|
|
1027
|
+
enumerable: true,
|
|
1028
|
+
get: function () {
|
|
1029
|
+
return _children.unpackFragment;
|
|
1030
|
+
}
|
|
1031
|
+
});
|
|
605
1032
|
Object.defineProperty(exports, "useA11yInfo", {
|
|
606
1033
|
enumerable: true,
|
|
607
1034
|
get: function () {
|
|
608
1035
|
return _A11yInfoProvider.useA11yInfo;
|
|
609
1036
|
}
|
|
610
1037
|
});
|
|
1038
|
+
Object.defineProperty(exports, "useAllViewportTokens", {
|
|
1039
|
+
enumerable: true,
|
|
1040
|
+
get: function () {
|
|
1041
|
+
return _ssrMediaQuery.useAllViewportTokens;
|
|
1042
|
+
}
|
|
1043
|
+
});
|
|
1044
|
+
Object.defineProperty(exports, "useCarousel", {
|
|
1045
|
+
enumerable: true,
|
|
1046
|
+
get: function () {
|
|
1047
|
+
return _CarouselContext.useCarousel;
|
|
1048
|
+
}
|
|
1049
|
+
});
|
|
1050
|
+
Object.defineProperty(exports, "useCopy", {
|
|
1051
|
+
enumerable: true,
|
|
1052
|
+
get: function () {
|
|
1053
|
+
return _useCopy.useCopy;
|
|
1054
|
+
}
|
|
1055
|
+
});
|
|
1056
|
+
Object.defineProperty(exports, "useHash", {
|
|
1057
|
+
enumerable: true,
|
|
1058
|
+
get: function () {
|
|
1059
|
+
return _useHash.useHash;
|
|
1060
|
+
}
|
|
1061
|
+
});
|
|
611
1062
|
Object.defineProperty(exports, "useHydrationContext", {
|
|
612
1063
|
enumerable: true,
|
|
613
1064
|
get: function () {
|
|
614
1065
|
return _HydrationContext.useHydrationContext;
|
|
615
1066
|
}
|
|
616
1067
|
});
|
|
1068
|
+
Object.defineProperty(exports, "useInputValue", {
|
|
1069
|
+
enumerable: true,
|
|
1070
|
+
get: function () {
|
|
1071
|
+
return _input.useInputValue;
|
|
1072
|
+
}
|
|
1073
|
+
});
|
|
1074
|
+
Object.defineProperty(exports, "useMediaQuerySpacing", {
|
|
1075
|
+
enumerable: true,
|
|
1076
|
+
get: function () {
|
|
1077
|
+
return _useMediaQuerySpacing.useMediaQuerySpacing;
|
|
1078
|
+
}
|
|
1079
|
+
});
|
|
1080
|
+
Object.defineProperty(exports, "useMultipleInputValues", {
|
|
1081
|
+
enumerable: true,
|
|
1082
|
+
get: function () {
|
|
1083
|
+
return _input.useMultipleInputValues;
|
|
1084
|
+
}
|
|
1085
|
+
});
|
|
1086
|
+
Object.defineProperty(exports, "useOverlaidPosition", {
|
|
1087
|
+
enumerable: true,
|
|
1088
|
+
get: function () {
|
|
1089
|
+
return _useOverlaidPosition.useOverlaidPosition;
|
|
1090
|
+
}
|
|
1091
|
+
});
|
|
1092
|
+
Object.defineProperty(exports, "useResponsiveProp", {
|
|
1093
|
+
enumerable: true,
|
|
1094
|
+
get: function () {
|
|
1095
|
+
return _useResponsiveProp.useResponsiveProp;
|
|
1096
|
+
}
|
|
1097
|
+
});
|
|
617
1098
|
Object.defineProperty(exports, "useResponsiveThemeTokens", {
|
|
618
1099
|
enumerable: true,
|
|
619
1100
|
get: function () {
|
|
620
|
-
return
|
|
1101
|
+
return _useResponsiveThemeTokens.useResponsiveThemeTokens;
|
|
621
1102
|
}
|
|
622
1103
|
});
|
|
623
1104
|
Object.defineProperty(exports, "useResponsiveThemeTokensCallback", {
|
|
624
1105
|
enumerable: true,
|
|
625
1106
|
get: function () {
|
|
626
|
-
return
|
|
1107
|
+
return _useResponsiveThemeTokensCallback.useResponsiveThemeTokensCallback;
|
|
1108
|
+
}
|
|
1109
|
+
});
|
|
1110
|
+
Object.defineProperty(exports, "useSafeLayoutEffect", {
|
|
1111
|
+
enumerable: true,
|
|
1112
|
+
get: function () {
|
|
1113
|
+
return _useSafeLayoutEffect.useSafeLayoutEffect;
|
|
1114
|
+
}
|
|
1115
|
+
});
|
|
1116
|
+
Object.defineProperty(exports, "useScrollBlocking", {
|
|
1117
|
+
enumerable: true,
|
|
1118
|
+
get: function () {
|
|
1119
|
+
return _useScrollBlocking.useScrollBlocking;
|
|
627
1120
|
}
|
|
628
1121
|
});
|
|
629
1122
|
Object.defineProperty(exports, "useSetTheme", {
|
|
630
1123
|
enumerable: true,
|
|
631
1124
|
get: function () {
|
|
632
|
-
return
|
|
1125
|
+
return _useSetTheme.useSetTheme;
|
|
1126
|
+
}
|
|
1127
|
+
});
|
|
1128
|
+
Object.defineProperty(exports, "useSpacingScale", {
|
|
1129
|
+
enumerable: true,
|
|
1130
|
+
get: function () {
|
|
1131
|
+
return _useSpacingScale.useSpacingScale;
|
|
633
1132
|
}
|
|
634
1133
|
});
|
|
635
1134
|
Object.defineProperty(exports, "useTheme", {
|
|
636
1135
|
enumerable: true,
|
|
637
1136
|
get: function () {
|
|
638
|
-
return
|
|
1137
|
+
return _useTheme.useTheme;
|
|
639
1138
|
}
|
|
640
1139
|
});
|
|
641
1140
|
Object.defineProperty(exports, "useThemeTokens", {
|
|
642
1141
|
enumerable: true,
|
|
643
1142
|
get: function () {
|
|
644
|
-
return
|
|
1143
|
+
return _useThemeTokens.useThemeTokens;
|
|
645
1144
|
}
|
|
646
1145
|
});
|
|
647
1146
|
Object.defineProperty(exports, "useThemeTokensCallback", {
|
|
648
1147
|
enumerable: true,
|
|
649
1148
|
get: function () {
|
|
650
|
-
return
|
|
1149
|
+
return _useThemeTokens.useThemeTokensCallback;
|
|
1150
|
+
}
|
|
1151
|
+
});
|
|
1152
|
+
Object.defineProperty(exports, "useUniqueId", {
|
|
1153
|
+
enumerable: true,
|
|
1154
|
+
get: function () {
|
|
1155
|
+
return _useUniqueId.useUniqueId;
|
|
1156
|
+
}
|
|
1157
|
+
});
|
|
1158
|
+
Object.defineProperty(exports, "useVariants", {
|
|
1159
|
+
enumerable: true,
|
|
1160
|
+
get: function () {
|
|
1161
|
+
return _useVariants.useVariants;
|
|
1162
|
+
}
|
|
1163
|
+
});
|
|
1164
|
+
Object.defineProperty(exports, "useVerticalExpandAnimation", {
|
|
1165
|
+
enumerable: true,
|
|
1166
|
+
get: function () {
|
|
1167
|
+
return _useVerticalExpandAnimation.useVerticalExpandAnimation;
|
|
651
1168
|
}
|
|
652
1169
|
});
|
|
653
1170
|
Object.defineProperty(exports, "useViewport", {
|
|
654
1171
|
enumerable: true,
|
|
655
1172
|
get: function () {
|
|
656
|
-
return
|
|
657
|
-
}
|
|
658
|
-
});
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
}
|
|
676
|
-
});
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
});
|
|
691
|
-
var _FileUpload = _interopRequireDefault(require("./FileUpload"));
|
|
692
|
-
var _Listbox = _interopRequireDefault(require("./Listbox"));
|
|
693
|
-
var _Checkbox = _interopRequireWildcard(require("./Checkbox"));
|
|
694
|
-
Object.keys(_Checkbox).forEach(function (key) {
|
|
695
|
-
if (key === "default" || key === "__esModule") return;
|
|
696
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
697
|
-
if (key in exports && exports[key] === _Checkbox[key]) return;
|
|
698
|
-
Object.defineProperty(exports, key, {
|
|
699
|
-
enumerable: true,
|
|
700
|
-
get: function () {
|
|
701
|
-
return _Checkbox[key];
|
|
702
|
-
}
|
|
703
|
-
});
|
|
704
|
-
});
|
|
705
|
-
var _CheckboxCard = _interopRequireDefault(require("./CheckboxCard"));
|
|
706
|
-
var _CheckboxCardGroup = _interopRequireDefault(require("./CheckboxCardGroup"));
|
|
707
|
-
var _ColourToggle = _interopRequireDefault(require("./ColourToggle"));
|
|
708
|
-
var _DownloadApp = _interopRequireDefault(require("./DownloadApp"));
|
|
709
|
-
var _Divider = _interopRequireDefault(require("./Divider"));
|
|
710
|
-
var _ExpandCollapse = _interopRequireWildcard(require("./ExpandCollapse"));
|
|
711
|
-
var _ExpandCollapseMini = _interopRequireDefault(require("./ExpandCollapseMini"));
|
|
712
|
-
var _Feedback = _interopRequireDefault(require("./Feedback"));
|
|
713
|
-
var _Fieldset = _interopRequireDefault(require("./Fieldset"));
|
|
714
|
-
var _FlexGrid = _interopRequireWildcard(require("./FlexGrid"));
|
|
715
|
-
Object.keys(_FlexGrid).forEach(function (key) {
|
|
716
|
-
if (key === "default" || key === "__esModule") return;
|
|
717
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
718
|
-
if (key in exports && exports[key] === _FlexGrid[key]) return;
|
|
719
|
-
Object.defineProperty(exports, key, {
|
|
720
|
-
enumerable: true,
|
|
721
|
-
get: function () {
|
|
722
|
-
return _FlexGrid[key];
|
|
723
|
-
}
|
|
724
|
-
});
|
|
725
|
-
});
|
|
726
|
-
var _Footnote = _interopRequireDefault(require("./Footnote"));
|
|
727
|
-
var _HorizontalScroll = _interopRequireWildcard(require("./HorizontalScroll"));
|
|
728
|
-
var _Icon = _interopRequireWildcard(require("./Icon"));
|
|
729
|
-
var _IconButton = _interopRequireDefault(require("./IconButton"));
|
|
730
|
-
var _InputLabel = _interopRequireDefault(require("./InputLabel"));
|
|
731
|
-
var _InputSupports = _interopRequireDefault(require("./InputSupports"));
|
|
732
|
-
var _Link = require("./Link");
|
|
733
|
-
Object.keys(_Link).forEach(function (key) {
|
|
734
|
-
if (key === "default" || key === "__esModule") return;
|
|
735
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
736
|
-
if (key in exports && exports[key] === _Link[key]) return;
|
|
737
|
-
Object.defineProperty(exports, key, {
|
|
738
|
-
enumerable: true,
|
|
739
|
-
get: function () {
|
|
740
|
-
return _Link[key];
|
|
741
|
-
}
|
|
742
|
-
});
|
|
743
|
-
});
|
|
744
|
-
var _List = _interopRequireWildcard(require("./List"));
|
|
745
|
-
var _Modal = _interopRequireDefault(require("./Modal"));
|
|
746
|
-
var _MultiSelectFilter = _interopRequireDefault(require("./MultiSelectFilter"));
|
|
747
|
-
var _Notification = _interopRequireDefault(require("./Notification"));
|
|
748
|
-
var _OrderedList = _interopRequireWildcard(require("./OrderedList"));
|
|
749
|
-
var _Pagination = _interopRequireDefault(require("./Pagination"));
|
|
750
|
-
var _PriceLockup = _interopRequireDefault(require("./PriceLockup"));
|
|
751
|
-
var _ProductCard = _interopRequireDefault(require("./ProductCard"));
|
|
752
|
-
var _ProductCardGroup = _interopRequireDefault(require("./ProductCardGroup"));
|
|
753
|
-
var _Progress = _interopRequireDefault(require("./Progress"));
|
|
754
|
-
var _QuickLinks = _interopRequireDefault(require("./QuickLinks"));
|
|
755
|
-
var _QuickLinksFeature = _interopRequireDefault(require("./QuickLinksFeature"));
|
|
756
|
-
var _Radio = _interopRequireWildcard(require("./Radio"));
|
|
757
|
-
var _RadioCard = _interopRequireWildcard(require("./RadioCard"));
|
|
758
|
-
var _Responsive = _interopRequireDefault(require("./Responsive"));
|
|
759
|
-
var _Search = _interopRequireDefault(require("./Search"));
|
|
760
|
-
var _Select = _interopRequireDefault(require("./Select"));
|
|
761
|
-
var _Shortcuts = _interopRequireWildcard(require("./Shortcuts"));
|
|
762
|
-
var _SideNav = _interopRequireDefault(require("./SideNav"));
|
|
763
|
-
var _Skeleton = _interopRequireDefault(require("./Skeleton"));
|
|
764
|
-
var _SkipLink = _interopRequireDefault(require("./SkipLink"));
|
|
765
|
-
var _Spacer = _interopRequireDefault(require("./Spacer"));
|
|
766
|
-
var _StackView = _interopRequireWildcard(require("./StackView"));
|
|
767
|
-
var _Status = _interopRequireDefault(require("./Status"));
|
|
768
|
-
var _StepTracker = _interopRequireDefault(require("./StepTracker"));
|
|
769
|
-
var _Tabs = _interopRequireDefault(require("./Tabs"));
|
|
770
|
-
var _TabBar = _interopRequireDefault(require("./TabBar"));
|
|
771
|
-
var _Tags = _interopRequireDefault(require("./Tags"));
|
|
772
|
-
var _TextInput = require("./TextInput");
|
|
773
|
-
Object.keys(_TextInput).forEach(function (key) {
|
|
774
|
-
if (key === "default" || key === "__esModule") return;
|
|
775
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
776
|
-
if (key in exports && exports[key] === _TextInput[key]) return;
|
|
777
|
-
Object.defineProperty(exports, key, {
|
|
778
|
-
enumerable: true,
|
|
779
|
-
get: function () {
|
|
780
|
-
return _TextInput[key];
|
|
781
|
-
}
|
|
782
|
-
});
|
|
783
|
-
});
|
|
784
|
-
var _Timeline = _interopRequireDefault(require("./Timeline"));
|
|
785
|
-
var _ToggleSwitch = require("./ToggleSwitch");
|
|
786
|
-
Object.keys(_ToggleSwitch).forEach(function (key) {
|
|
787
|
-
if (key === "default" || key === "__esModule") return;
|
|
788
|
-
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
|
|
789
|
-
if (key in exports && exports[key] === _ToggleSwitch[key]) return;
|
|
790
|
-
Object.defineProperty(exports, key, {
|
|
791
|
-
enumerable: true,
|
|
792
|
-
get: function () {
|
|
793
|
-
return _ToggleSwitch[key];
|
|
794
|
-
}
|
|
795
|
-
});
|
|
796
|
-
});
|
|
797
|
-
var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
798
|
-
var _TooltipButton = _interopRequireDefault(require("./TooltipButton"));
|
|
799
|
-
var _Typography = _interopRequireDefault(require("./Typography"));
|
|
800
|
-
var _A11yInfoProvider = _interopRequireWildcard(require("./A11yInfoProvider"));
|
|
801
|
-
var _BaseProvider = _interopRequireDefault(require("./BaseProvider"));
|
|
1173
|
+
return _useViewport.useViewport;
|
|
1174
|
+
}
|
|
1175
|
+
});
|
|
1176
|
+
Object.defineProperty(exports, "variantProp", {
|
|
1177
|
+
enumerable: true,
|
|
1178
|
+
get: function () {
|
|
1179
|
+
return _variantProp.variantProp;
|
|
1180
|
+
}
|
|
1181
|
+
});
|
|
1182
|
+
Object.defineProperty(exports, "viewProps", {
|
|
1183
|
+
enumerable: true,
|
|
1184
|
+
get: function () {
|
|
1185
|
+
return _viewProps.viewProps;
|
|
1186
|
+
}
|
|
1187
|
+
});
|
|
1188
|
+
Object.defineProperty(exports, "withLinkRouter", {
|
|
1189
|
+
enumerable: true,
|
|
1190
|
+
get: function () {
|
|
1191
|
+
return _withLinkRouter.withLinkRouter;
|
|
1192
|
+
}
|
|
1193
|
+
});
|
|
1194
|
+
Object.defineProperty(exports, "wrapStringsInText", {
|
|
1195
|
+
enumerable: true,
|
|
1196
|
+
get: function () {
|
|
1197
|
+
return _children.wrapStringsInText;
|
|
1198
|
+
}
|
|
1199
|
+
});
|
|
1200
|
+
var _A11yInfoProvider = require("./A11yInfoProvider/A11yInfoProvider");
|
|
1201
|
+
var _A11yText = require("./A11yText/A11yText");
|
|
1202
|
+
var _ActionCard = require("./ActionCard/ActionCard");
|
|
1203
|
+
var _ActivityIndicator = require("./ActivityIndicator/ActivityIndicator");
|
|
1204
|
+
var _Autocomplete = require("./Autocomplete/Autocomplete");
|
|
1205
|
+
var _Badge = require("./Badge/Badge");
|
|
1206
|
+
var _BaseProvider = require("./BaseProvider/BaseProvider");
|
|
802
1207
|
var _HydrationContext = require("./BaseProvider/HydrationContext");
|
|
803
|
-
var
|
|
804
|
-
var
|
|
805
|
-
var
|
|
806
|
-
var
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
var
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
1208
|
+
var _Box = require("./Box/Box");
|
|
1209
|
+
var _Button = require("./Button/Button");
|
|
1210
|
+
var _ButtonLink = require("./Button/ButtonLink");
|
|
1211
|
+
var _ButtonGroup = require("./Button/ButtonGroup");
|
|
1212
|
+
var _ButtonDropdown = require("./Button/ButtonDropdown");
|
|
1213
|
+
var _Card = require("./Card/Card");
|
|
1214
|
+
var _PressableCardBase = require("./Card/PressableCardBase");
|
|
1215
|
+
var _CardGroup = require("./CardGroup/CardGroup");
|
|
1216
|
+
var _Carousel = require("./Carousel/Carousel");
|
|
1217
|
+
var _CarouselItem = require("./Carousel/CarouselItem/CarouselItem");
|
|
1218
|
+
var _CarouselContext = require("./Carousel/CarouselContext");
|
|
1219
|
+
var _Checkbox = require("./Checkbox/Checkbox");
|
|
1220
|
+
var _CheckboxGroup = require("./Checkbox/CheckboxGroup");
|
|
1221
|
+
var _CheckboxCard = require("./CheckboxCard/CheckboxCard");
|
|
1222
|
+
var _CheckboxCardGroup = require("./CheckboxCardGroup/CheckboxCardGroup");
|
|
1223
|
+
var _ColourToggle = require("./ColourToggle/ColourToggle");
|
|
1224
|
+
var _Divider = require("./Divider/Divider");
|
|
1225
|
+
var _DownloadApp = require("./DownloadApp/DownloadApp");
|
|
1226
|
+
var _ExpandCollapse = require("./ExpandCollapse/ExpandCollapse");
|
|
1227
|
+
var _ExpandCollapseAccordion = require("./ExpandCollapse/ExpandCollapseAccordion");
|
|
1228
|
+
var _ExpandCollapsePanel = require("./ExpandCollapse/ExpandCollapsePanel");
|
|
1229
|
+
var _ExpandCollapseMini = require("./ExpandCollapseMini/ExpandCollapseMini");
|
|
1230
|
+
var _Feedback = require("./Feedback/Feedback");
|
|
1231
|
+
var _Fieldset = require("./Fieldset/Fieldset");
|
|
1232
|
+
var _FileUpload = require("./FileUpload/FileUpload");
|
|
1233
|
+
var _FlexGrid = require("./FlexGrid/FlexGrid");
|
|
1234
|
+
var _FlexGridRow = require("./FlexGrid/FlexGridRow/FlexGridRow");
|
|
1235
|
+
var _FlexGridCol = require("./FlexGrid/FlexGridCol/FlexGridCol");
|
|
1236
|
+
var _Footnote = require("./Footnote/Footnote");
|
|
1237
|
+
var _FootnoteLink = require("./Footnote/FootnoteLink");
|
|
1238
|
+
var _HorizontalScroll = require("./HorizontalScroll/HorizontalScroll");
|
|
1239
|
+
var _HorizontalScrollButton = require("./HorizontalScroll/HorizontalScrollButton");
|
|
1240
|
+
var _Icon = require("./Icon/Icon");
|
|
1241
|
+
var _IconText = require("./Icon/IconText");
|
|
1242
|
+
var _IconButton = require("./IconButton/IconButton");
|
|
1243
|
+
var _InputLabel = require("./InputLabel/InputLabel");
|
|
1244
|
+
var _InputSupports = require("./InputSupports/InputSupports");
|
|
1245
|
+
var _ChevronLink = require("./Link/ChevronLink");
|
|
1246
|
+
var _Link = require("./Link/Link");
|
|
1247
|
+
var _LinkBase = require("./Link/LinkBase");
|
|
1248
|
+
var _TextButton = require("./Link/TextButton");
|
|
1249
|
+
var _List = require("./List/List");
|
|
1250
|
+
var _ListItem = require("./List/ListItem");
|
|
1251
|
+
var _Listbox = require("./Listbox/Listbox");
|
|
1252
|
+
var _ListboxOverlay = require("./Listbox/ListboxOverlay");
|
|
1253
|
+
var _Modal = require("./Modal/Modal");
|
|
1254
|
+
var _MultiSelectFilter = require("./MultiSelectFilter/MultiSelectFilter");
|
|
1255
|
+
var _Notification = require("./Notification/Notification");
|
|
1256
|
+
var _OrderedList = require("./OrderedList/OrderedList");
|
|
1257
|
+
var _OrderedListItem = require("./OrderedList/OrderedListItem");
|
|
1258
|
+
var _Pagination = require("./Pagination/Pagination");
|
|
1259
|
+
var _PaginationPageButton = require("./Pagination/PaginationPageButton");
|
|
1260
|
+
var _Portal = require("./Portal/Portal");
|
|
1261
|
+
var _PriceLockup = require("./PriceLockup/PriceLockup");
|
|
1262
|
+
var _ProductCard = require("./ProductCard/ProductCard");
|
|
1263
|
+
var _ProductCardGroup = require("./ProductCardGroup/ProductCardGroup");
|
|
1264
|
+
var _Progress = require("./Progress/Progress");
|
|
1265
|
+
var _ProgressBar = require("./Progress/ProgressBar");
|
|
1266
|
+
var _QuickLinks = require("./QuickLinks/QuickLinks");
|
|
1267
|
+
var _QuickLinksItem = require("./QuickLinks/QuickLinksItem");
|
|
1268
|
+
var _QuickLinksFeature = require("./QuickLinksFeature/QuickLinksFeature");
|
|
1269
|
+
var _QuickLinksFeatureItem = require("./QuickLinksFeature/QuickLinksFeatureItem");
|
|
1270
|
+
var _Radio = require("./Radio/Radio");
|
|
1271
|
+
var _RadioGroup = require("./Radio/RadioGroup");
|
|
1272
|
+
var _RadioCard = require("./RadioCard/RadioCard");
|
|
1273
|
+
var _RadioCardGroup = require("./RadioCard/RadioCardGroup");
|
|
1274
|
+
var _Responsive = require("./Responsive/Responsive");
|
|
1275
|
+
var _Search = require("./Search/Search");
|
|
1276
|
+
var _Select = require("./Select/Select");
|
|
1277
|
+
var _SelectItem = require("./Select/SelectItem");
|
|
1278
|
+
var _SelectGroup = require("./Select/SelectGroup");
|
|
1279
|
+
var _Shortcuts = require("./Shortcuts/Shortcuts");
|
|
1280
|
+
var _ShortcutsItem = require("./Shortcuts/ShortcutsItem");
|
|
1281
|
+
var _SideNav = require("./SideNav/SideNav");
|
|
1282
|
+
var _SideNavItem = require("./SideNav/SideNavItem");
|
|
1283
|
+
var _SideNavItemsGroup = require("./SideNav/SideNavItemsGroup");
|
|
1284
|
+
var _Skeleton = require("./Skeleton/Skeleton");
|
|
1285
|
+
var _SkipLink = require("./SkipLink/SkipLink");
|
|
1286
|
+
var _Spacer = require("./Spacer/Spacer");
|
|
1287
|
+
var _StackView = require("./StackView/StackView");
|
|
1288
|
+
var _StackWrap = require("./StackView/StackWrap");
|
|
1289
|
+
var _getStackedContent = require("./StackView/getStackedContent");
|
|
1290
|
+
var _Status = require("./Status/Status");
|
|
1291
|
+
var _StepTracker = require("./StepTracker/StepTracker");
|
|
1292
|
+
var _TabBar = require("./TabBar/TabBar");
|
|
1293
|
+
var _TabBarItem = require("./TabBar/TabBarItem");
|
|
1294
|
+
var _Tabs = require("./Tabs/Tabs");
|
|
1295
|
+
var _Tags = require("./Tags/Tags");
|
|
1296
|
+
var _TextInput = require("./TextInput/TextInput");
|
|
1297
|
+
var _TextArea = require("./TextInput/TextArea");
|
|
1298
|
+
var _ThemeProvider = require("./ThemeProvider/ThemeProvider");
|
|
1299
|
+
var _useResponsiveThemeTokens = require("./ThemeProvider/useResponsiveThemeTokens");
|
|
1300
|
+
var _useResponsiveThemeTokensCallback = require("./ThemeProvider/useResponsiveThemeTokensCallback");
|
|
1301
|
+
var _useSetTheme = require("./ThemeProvider/useSetTheme");
|
|
1302
|
+
var _useTheme = require("./ThemeProvider/useTheme");
|
|
1303
|
+
var _useThemeTokens = require("./ThemeProvider/useThemeTokens");
|
|
1304
|
+
var _themeTokens = require("./ThemeProvider/utils/theme-tokens");
|
|
1305
|
+
var _styles = require("./ThemeProvider/utils/styles");
|
|
1306
|
+
var _Timeline = require("./Timeline/Timeline");
|
|
1307
|
+
var _ToggleSwitch = require("./ToggleSwitch/ToggleSwitch");
|
|
1308
|
+
var _ToggleSwitchGroup = require("./ToggleSwitch/ToggleSwitchGroup");
|
|
1309
|
+
var _Tooltip = require("./Tooltip/Tooltip.native");
|
|
1310
|
+
var _TooltipButton = require("./TooltipButton/TooltipButton");
|
|
1311
|
+
var _Typography = require("./Typography/Typography");
|
|
1312
|
+
var _Validator = require("./Validator/Validator");
|
|
1313
|
+
var _useViewport = require("./ViewportProvider/useViewport");
|
|
1314
|
+
var _ViewportProvider = require("./ViewportProvider/ViewportProvider");
|
|
1315
|
+
var _textSize = require("./utils/a11y/textSize");
|
|
1316
|
+
var _semantics = require("./utils/a11y/semantics");
|
|
1317
|
+
var _useVerticalExpandAnimation = require("./utils/animation/useVerticalExpandAnimation");
|
|
1318
|
+
var _children = require("./utils/children");
|
|
1319
|
+
var _input = require("./utils/input");
|
|
1320
|
+
var _pressability = require("./utils/pressability");
|
|
1321
|
+
var _tokens = require("./utils/props/tokens");
|
|
1322
|
+
var _handlerProps = require("./utils/props/handlerProps");
|
|
1323
|
+
var _a11yProps = require("./utils/props/a11yProps");
|
|
1324
|
+
var _clickProps = require("./utils/props/clickProps");
|
|
1325
|
+
var _copyPropTypes = require("./utils/props/copyPropTypes");
|
|
1326
|
+
var _componentPropType = require("./utils/props/componentPropType");
|
|
1327
|
+
var _hrefAttrsProp = require("./utils/props/hrefAttrsProp");
|
|
1328
|
+
var _inputSupportsProps = require("./utils/props/inputSupportsProps");
|
|
1329
|
+
var _linkProps = require("./utils/props/linkProps");
|
|
1330
|
+
var _pressProps = require("./utils/props/pressProps");
|
|
1331
|
+
var _paddingProp = require("./utils/props/paddingProp");
|
|
1332
|
+
var _rectProp = require("./utils/props/rectProp");
|
|
1333
|
+
var _responsiveProps = require("./utils/props/responsiveProps");
|
|
1334
|
+
var _spacingProps = require("./utils/props/spacingProps");
|
|
1335
|
+
var _selectSystemProps = require("./utils/props/selectSystemProps");
|
|
1336
|
+
var _textInputProps = require("./utils/props/textInputProps");
|
|
1337
|
+
var _textProps = require("./utils/props/textProps");
|
|
1338
|
+
var _variantProp = require("./utils/props/variantProp");
|
|
1339
|
+
var _viewProps = require("./utils/props/viewProps");
|
|
1340
|
+
var _contentfulProps = require("./utils/props/contentfulProps");
|
|
1341
|
+
var _ssrMediaQuery = require("./utils/ssr-media-query/ssr-media-query");
|
|
1342
|
+
var _info = require("./utils/info/info");
|
|
1343
|
+
var _useCopy = require("./utils/useCopy");
|
|
1344
|
+
var _useHash = require("./utils/useHash");
|
|
1345
|
+
var _useSpacingScale = require("./utils/useSpacingScale");
|
|
1346
|
+
var _useMediaQuerySpacing = require("./utils/useMediaQuerySpacing");
|
|
1347
|
+
var _useResponsiveProp = require("./utils/useResponsiveProp");
|
|
1348
|
+
var _useOverlaidPosition = require("./utils/useOverlaidPosition");
|
|
1349
|
+
var _useSafeLayoutEffect = require("./utils/useSafeLayoutEffect");
|
|
1350
|
+
var _useScrollBlocking = require("./utils/useScrollBlocking");
|
|
1351
|
+
var _useUniqueId = require("./utils/useUniqueId");
|
|
1352
|
+
var _withLinkRouter = require("./utils/withLinkRouter");
|
|
1353
|
+
var _ssr = require("./utils/ssr");
|
|
1354
|
+
var _containUniqueFields = require("./utils/containUniqueFields");
|
|
1355
|
+
var _BaseView = require("./utils/BaseView/BaseView");
|
|
1356
|
+
var _htmlAttrs = require("./utils/htmlAttrs");
|
|
1357
|
+
var _transformGradient = require("./utils/transformGradient");
|
|
1358
|
+
var _convertFromMegaByteToByte = require("./utils/convertFromMegaByteToByte");
|
|
1359
|
+
var _formatImageSource = require("./utils/formatImageSource");
|
|
1360
|
+
var _getSpacingScale = require("./utils/getSpacingScale");
|
|
1361
|
+
var _useVariants = require("./utils/useVariants");
|
|
1362
|
+
var _isTouchDevice = require("./utils/isTouchDevice");
|
|
1363
|
+
var _resolveContentMaxWidth = require("./utils/resolveContentMaxWidth");
|