@pantheon-systems/pds-toolkit-react 1.0.0-dev.98 → 1.0.0-dev.9998
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/_dist/components/Avatar/Avatar.d.ts +36 -0
- package/_dist/components/BranchDiff/BranchDiff.d.ts +43 -0
- package/_dist/components/CTALink/CTALink.d.ts +20 -0
- package/_dist/components/CTASlice/CTASlice.d.ts +43 -0
- package/_dist/components/Callout/Callout.d.ts +31 -0
- package/_dist/components/Callout/sample-callout-content.d.ts +2 -0
- package/_dist/components/CodeBlock/CodeBlock.d.ts +85 -0
- package/_dist/components/CodeBlock/code-examples.d.ts +6 -0
- package/_dist/components/CodeBlock/themes/index.d.ts +2 -0
- package/_dist/components/CodeBlock/themes/pdsDark.d.ts +2 -0
- package/_dist/components/CodeBlock/themes/pdsLight.d.ts +2 -0
- package/_dist/components/ComparisonList/ComparisonList.d.ts +42 -0
- package/_dist/components/DashboardStat/DashboardStat.d.ts +28 -0
- package/_dist/components/FileDiff/FileDiff.d.ts +35 -0
- package/_dist/components/FlowSteps/FlowSteps.d.ts +37 -0
- package/_dist/components/FlowSteps/example-steps.d.ts +15 -0
- package/_dist/components/LinkNewWindow/LinkNewWindow.d.ts +35 -0
- package/_dist/components/Modal/Modal.d.ts +54 -0
- package/_dist/components/Pagination/Pagination.d.ts +54 -0
- package/_dist/components/Pagination/usePagination.d.ts +7 -0
- package/_dist/components/PantheonLogo/PantheonLogo.d.ts +32 -0
- package/_dist/components/PantheonLogo/pantheon-logo-data.d.ts +4 -0
- package/_dist/components/Picture/Picture.d.ts +37 -0
- package/_dist/components/Popover/Popover.d.ts +66 -0
- package/_dist/components/PullQuote/PullQuote.d.ts +34 -0
- package/_dist/components/RefreshChecker/RefreshChecker.d.ts +54 -0
- package/_dist/components/SiteDashboardHeading/SiteDashboardHeading.d.ts +57 -0
- package/_dist/components/Skiplink/Skiplink.d.ts +21 -0
- package/_dist/components/SocialLinks/SocialLinks.d.ts +23 -0
- package/_dist/components/StatusIndicator/StatusIndicator.d.ts +24 -0
- package/_dist/components/Table/Table.d.ts +27 -0
- package/_dist/components/TableOfContents/TableOfContents.d.ts +45 -0
- package/_dist/components/Tabs/Tabs.d.ts +63 -0
- package/_dist/components/Tag/Tag.d.ts +39 -0
- package/_dist/components/ThemeSwitcher/ThemeSwitcher.d.ts +32 -0
- package/_dist/components/Tooltip/Tooltip.d.ts +51 -0
- package/_dist/components/VideoEmbed/VideoEmbed.d.ts +28 -0
- package/_dist/components/badges/IndicatorBadge/IndicatorBadge.d.ts +27 -0
- package/_dist/components/badges/StatusBadge/StatusBadge.d.ts +35 -0
- package/_dist/components/badges/Tally/Tally.d.ts +38 -0
- package/_dist/components/buttons/Button/Button.d.ts +66 -0
- package/_dist/components/buttons/ButtonLink/ButtonLink.d.ts +48 -0
- package/_dist/components/buttons/ClipboardButton/ClipboardButton.d.ts +31 -0
- package/_dist/components/buttons/CloseButton/CloseButton.d.ts +27 -0
- package/_dist/components/buttons/IconButton/IconButton.d.ts +50 -0
- package/_dist/components/buttons/MenuButton/MenuButton.d.ts +75 -0
- package/_dist/components/buttons/SegmentedButton/SegmentedButton.d.ts +63 -0
- package/_dist/components/buttons/SplitButton/SplitButton.d.ts +41 -0
- package/_dist/components/buttons/SplitButton/split-button-sample-data.d.ts +17 -0
- package/_dist/components/buttons/UtilityButton/UtilityButton.d.ts +56 -0
- package/_dist/components/cards/Card/Card.d.ts +29 -0
- package/_dist/components/cards/CardHeading/CardHeading.d.ts +32 -0
- package/_dist/components/cards/CardSelectGroup/CardSelectGroup.d.ts +60 -0
- package/_dist/components/cards/EmptyStateCard/EmptyStateCard.d.ts +36 -0
- package/_dist/components/cards/LinksCard/LinksCard.d.ts +29 -0
- package/_dist/components/cards/LinksCard/links-card-sample-data.d.ts +2 -0
- package/_dist/components/cards/NewSiteCard/NewSiteCard.d.ts +57 -0
- package/_dist/components/cards/PaymentCard/PaymentCard.d.ts +47 -0
- package/_dist/components/cards/PricingCard/PricingCard.d.ts +90 -0
- package/_dist/components/cards/SiteCard/SiteCard.d.ts +45 -0
- package/_dist/components/empty-states/CompactEmptyState/CompactEmptyState.d.ts +37 -0
- package/_dist/components/empty-states/HorizontalEmptyState/HorizontalEmptyState.d.ts +69 -0
- package/_dist/components/empty-states/VerticalEmptyState/VerticalEmptyState.d.ts +47 -0
- package/_dist/components/footer/FooterHeading/FooterHeading.d.ts +22 -0
- package/_dist/components/footer/FooterLinks/FooterLinks.d.ts +26 -0
- package/_dist/components/footer/SiteFooter/SiteFooter.d.ts +30 -0
- package/_dist/components/footer/SiteFooter/footer-content.d.ts +2 -0
- package/_dist/components/icons/Icon/Icon.d.ts +732 -0
- package/_dist/components/icons/PaymentIcon/PaymentIcon.d.ts +21 -0
- package/_dist/components/icons/PaymentIcon/svgData.d.ts +8 -0
- package/_dist/components/icons/PlatformIcon/PlatformIcon.d.ts +12 -0
- package/_dist/components/inputs/Checkbox/Checkbox.d.ts +96 -0
- package/_dist/components/inputs/CheckboxFieldset/CheckboxFieldset.d.ts +64 -0
- package/_dist/components/inputs/CheckboxGroup/CheckboxGroup.d.ts +80 -0
- package/_dist/components/inputs/Combobox/Combobox.d.ts +138 -0
- package/_dist/components/inputs/ComboboxMultiselect/ComboboxMultiselect.d.ts +83 -0
- package/_dist/components/inputs/FileUpload/FileUpload.d.ts +93 -0
- package/_dist/components/inputs/InputGroup/InputGroup.d.ts +19 -0
- package/_dist/components/inputs/RadioGroup/RadioGroup.d.ts +104 -0
- package/_dist/components/inputs/Select/Select.d.ts +122 -0
- package/_dist/components/inputs/Switch/Switch.d.ts +74 -0
- package/_dist/components/inputs/TextInput/TextInput.d.ts +139 -0
- package/_dist/components/inputs/Textarea/Textarea.d.ts +110 -0
- package/_dist/components/inputs/input-types.d.ts +1 -0
- package/_dist/components/inputs/input-utilities.d.ts +96 -0
- package/_dist/components/loading-indicators/Skeleton/Skeleton.d.ts +62 -0
- package/_dist/components/loading-indicators/Spinner/Spinner.d.ts +32 -0
- package/_dist/components/navigation/Breadcrumb/Breadcrumb.d.ts +23 -0
- package/_dist/components/navigation/ButtonNav/ButtonNav.d.ts +29 -0
- package/_dist/components/navigation/DashboardNav/DashboardNav.d.ts +35 -0
- package/_dist/components/navigation/DashboardNav/DashboardNavItem.d.ts +25 -0
- package/_dist/components/navigation/DashboardSearch/DashboardSearch.d.ts +70 -0
- package/_dist/components/navigation/DashboardSearch/SiteOptionDisplay.d.ts +39 -0
- package/_dist/components/navigation/DropdownMenu/DropdownMenu.d.ts +28 -0
- package/_dist/components/navigation/NavMenu/NavMenu.d.ts +43 -0
- package/_dist/components/navigation/NavMenu/NavMenuDropdown.d.ts +24 -0
- package/_dist/components/navigation/Navbar/Navbar.d.ts +60 -0
- package/_dist/components/navigation/SideNav/SideNav.d.ts +39 -0
- package/_dist/components/navigation/SideNavCompact/SideNavCompact.d.ts +53 -0
- package/_dist/components/navigation/SideNavGlobal/SideNavGlobal.d.ts +50 -0
- package/_dist/components/navigation/SideNavGlobal/SideNavGlobalItem.d.ts +25 -0
- package/_dist/components/navigation/TabMenu/TabMenu.d.ts +43 -0
- package/_dist/components/navigation/TabMenu/TabMenuDropdown.d.ts +33 -0
- package/_dist/components/navigation/UserMenu/UserMenu.d.ts +69 -0
- package/_dist/components/navigation/WorkspaceSelector/WorkspaceSelector.d.ts +89 -0
- package/_dist/components/navigation/navigation-types.d.ts +29 -0
- package/_dist/components/navigation/navigation-utilities.d.ts +90 -0
- package/_dist/components/notifications/Banner/Banner.d.ts +47 -0
- package/_dist/components/notifications/InlineMessage/InlineMessage.d.ts +37 -0
- package/_dist/components/notifications/SectionMessage/SectionMessage.d.ts +53 -0
- package/_dist/components/notifications/Toaster/Toast.d.ts +46 -0
- package/_dist/components/notifications/Toaster/Toaster.d.ts +29 -0
- package/_dist/components/notifications/Toaster/useToast.d.ts +10 -0
- package/_dist/components/panels/ExpansionPanel/ExpansionPanel.d.ts +32 -0
- package/_dist/components/panels/ExpansionPanelGroup/ExpansionPanelGroup.d.ts +24 -0
- package/_dist/components/panels/Panel/Panel.d.ts +35 -0
- package/_dist/components/panels/PanelList/PanelList.d.ts +28 -0
- package/_dist/components/panels/PanelList/PanelRow.d.ts +27 -0
- package/_dist/components/progress-indicators/ProgressBar/ProgressBar.d.ts +53 -0
- package/_dist/components/progress-indicators/ProgressRing/ProgressRing.d.ts +41 -0
- package/_dist/components/steppers/Stepper/Stepper.d.ts +54 -0
- package/_dist/components/steppers/VerticalStepper/VerticalStep.d.ts +52 -0
- package/_dist/components/steppers/VerticalStepper/VerticalStepper.d.ts +28 -0
- package/_dist/components/steppers/VerticalStepper/vertical-stepper-sample-data.d.ts +27 -0
- package/_dist/components/tiles/AvatarTileList/AvatarTileList.d.ts +28 -0
- package/_dist/components/tiles/Tile/Tile.d.ts +42 -0
- package/_dist/components/tiles/TileGrid/TileGrid.d.ts +29 -0
- package/_dist/css/component-css/pds-avatar-tile-list.css +1 -1
- package/_dist/css/component-css/pds-avatar.css +1 -1
- package/_dist/css/component-css/pds-banner.css +1 -1
- package/_dist/css/component-css/pds-branch-diff.css +1 -0
- package/_dist/css/component-css/pds-breadcrumb.css +1 -0
- package/_dist/css/component-css/pds-button-link.css +1 -1
- package/_dist/css/component-css/pds-button-nav.css +1 -0
- package/_dist/css/component-css/pds-button.css +33 -69
- package/_dist/css/component-css/pds-callout.css +1 -1
- package/_dist/css/component-css/pds-card-heading.css +1 -0
- package/_dist/css/component-css/pds-card-select-group.css +1 -1
- package/_dist/css/component-css/pds-card.css +1 -1
- package/_dist/css/component-css/pds-checkbox-group.css +1 -1
- package/_dist/css/component-css/pds-checkbox.css +1 -1
- package/_dist/css/component-css/pds-clipboard-button.css +0 -0
- package/_dist/css/component-css/pds-close-button.css +1 -0
- package/_dist/css/component-css/pds-code-block-legacy.css +1 -0
- package/_dist/css/component-css/pds-code-block.css +1 -0
- package/_dist/css/component-css/pds-combobox-multiselect.css +2 -0
- package/_dist/css/component-css/pds-combobox.css +1 -0
- package/_dist/css/component-css/pds-compact-empty-state.css +1 -0
- package/_dist/css/component-css/pds-comparison-list.css +1 -1
- package/_dist/css/component-css/pds-cta-link.css +1 -1
- package/_dist/css/component-css/pds-cta-slice.css +1 -1
- package/_dist/css/component-css/pds-dashboard-nav.css +5 -0
- package/_dist/css/component-css/pds-dashboard-search.css +1 -0
- package/_dist/css/component-css/pds-dashboard-stat.css +1 -0
- package/_dist/css/component-css/pds-dropdown-menu.css +2 -0
- package/_dist/css/component-css/pds-empty-state-card.css +1 -0
- package/_dist/css/component-css/pds-expansion-panel-group.css +1 -1
- package/_dist/css/component-css/pds-expansion-panel.css +1 -1
- package/_dist/css/component-css/pds-file-diff.css +1 -0
- package/_dist/css/component-css/pds-file-upload.css +7 -0
- package/_dist/css/component-css/pds-flow-steps.css +1 -0
- package/_dist/css/component-css/pds-footer-heading.css +1 -1
- package/_dist/css/component-css/pds-footer-links.css +1 -1
- package/_dist/css/component-css/pds-horizontal-empty-state.css +1 -0
- package/_dist/css/component-css/pds-icon-button.css +13 -5
- package/_dist/css/component-css/pds-icon-story-only.css +1 -1
- package/_dist/css/component-css/pds-index.css +83 -118
- package/_dist/css/component-css/pds-indicator-badge.css +15 -21
- package/_dist/css/component-css/pds-inline-message.css +1 -0
- package/_dist/css/component-css/pds-input-group.css +1 -1
- package/_dist/css/component-css/pds-input-utilities.css +1 -0
- package/_dist/css/component-css/pds-link-new-window.css +1 -0
- package/_dist/css/component-css/pds-links-card.css +1 -1
- package/_dist/css/component-css/pds-menu-button.css +2 -2
- package/_dist/css/component-css/pds-modal.css +1 -1
- package/_dist/css/component-css/pds-nav-menu.css +5 -1
- package/_dist/css/component-css/pds-navbar.css +1 -5
- package/_dist/css/component-css/pds-new-site-card.css +1 -1
- package/_dist/css/component-css/pds-pagination.css +1 -0
- package/_dist/css/component-css/pds-panel-list.css +1 -0
- package/_dist/css/component-css/pds-panel.css +1 -1
- package/_dist/css/component-css/pds-pantheon-logo.css +1 -1
- package/_dist/css/component-css/pds-payment-card.css +1 -0
- package/_dist/css/component-css/pds-payment-icon.css +1 -0
- package/_dist/css/component-css/pds-picture.css +1 -0
- package/_dist/css/component-css/pds-popover.css +1 -1
- package/_dist/css/component-css/pds-pricing-card.css +1 -1
- package/_dist/css/component-css/pds-progress-bar.css +1 -1
- package/_dist/css/component-css/pds-progress-ring.css +1 -1
- package/_dist/css/component-css/pds-pull-quote.css +1 -1
- package/_dist/css/component-css/pds-radio-group.css +1 -1
- package/_dist/css/component-css/pds-refresh-checker.css +1 -0
- package/_dist/css/component-css/pds-section-message.css +1 -1
- package/_dist/css/component-css/pds-segmented-button.css +1 -0
- package/_dist/css/component-css/pds-select.css +1 -4
- package/_dist/css/component-css/pds-side-nav-compact.css +1 -0
- package/_dist/css/component-css/pds-side-nav-global.css +5 -0
- package/_dist/css/component-css/pds-side-nav.css +2 -1
- package/_dist/css/component-css/pds-site-card.css +1 -1
- package/_dist/css/component-css/pds-site-dashboard-heading.css +1 -0
- package/_dist/css/component-css/pds-site-footer.css +1 -1
- package/_dist/css/component-css/pds-skeleton.css +1 -0
- package/_dist/css/component-css/pds-skiplink.css +1 -0
- package/_dist/css/component-css/pds-social-links.css +1 -1
- package/_dist/css/component-css/pds-spinner.css +1 -1
- package/_dist/css/component-css/pds-split-button.css +1 -1
- package/_dist/css/component-css/pds-status-badge.css +1 -9
- package/_dist/css/component-css/pds-status-indicator.css +1 -1
- package/_dist/css/component-css/pds-stepper.css +1 -1
- package/_dist/css/component-css/pds-switch.css +1 -0
- package/_dist/css/component-css/pds-tab-menu.css +2 -0
- package/_dist/css/component-css/pds-table-of-contents.css +1 -1
- package/_dist/css/component-css/pds-table.css +1 -1
- package/_dist/css/component-css/pds-tabs.css +1 -1
- package/_dist/css/component-css/pds-tag.css +1 -1
- package/_dist/css/component-css/pds-tally.css +1 -0
- package/_dist/css/component-css/pds-text-input.css +1 -0
- package/_dist/css/component-css/pds-textarea.css +1 -1
- package/_dist/css/component-css/pds-theme-switcher.css +1 -0
- package/_dist/css/component-css/pds-tile.css +1 -1
- package/_dist/css/component-css/pds-tiles-common.css +1 -1
- package/_dist/css/component-css/pds-toaster.css +1 -1
- package/_dist/css/component-css/pds-tooltip.css +1 -1
- package/_dist/css/component-css/pds-user-menu-story-only.css +1 -0
- package/_dist/css/component-css/pds-user-menu.css +1 -0
- package/_dist/css/component-css/pds-utility-button.css +1 -0
- package/_dist/css/component-css/pds-vertical-empty-state.css +1 -0
- package/_dist/css/component-css/pds-vertical-stepper.css +1 -0
- package/_dist/css/component-css/pds-video-embed.css +1 -0
- package/_dist/css/component-css/pds-workspace-selector.css +1 -1
- package/_dist/css/design-tokens/pds-design-tokens-dark-mode.css +219 -0
- package/_dist/css/design-tokens/pds-design-tokens-light-mode.css +328 -0
- package/_dist/css/design-tokens/pds-design-tokens.css +130 -0
- package/_dist/css/pds-components.css +83 -118
- package/_dist/css/pds-core.css +4 -4
- package/_dist/css/pds-layouts.css +9 -1
- package/_dist/index.css +1 -0
- package/_dist/index.d.ts +124 -0
- package/_dist/index.js +12518 -0
- package/_dist/index.js.map +1 -0
- package/_dist/layouts/AppLayout/AppLayout.d.ts +73 -0
- package/_dist/layouts/Container/Container.d.ts +25 -0
- package/_dist/layouts/DashboardGlobal/DashboardGlobal.d.ts +57 -0
- package/_dist/layouts/DashboardInner/DashboardInner.d.ts +29 -0
- package/_dist/layouts/DocsLayout/DocsLayout.d.ts +30 -0
- package/_dist/layouts/FlexContainer/FlexContainer.d.ts +72 -0
- package/_dist/layouts/GlobalWrapper/GlobalWrapper.d.ts +19 -0
- package/_dist/layouts/SidebarLayout/SidebarLayout.d.ts +36 -0
- package/_dist/layouts/StepperLayout/StepperLayout.d.ts +20 -0
- package/_dist/layouts/ThreeItemLayout/ThreeItemLayout.d.ts +30 -0
- package/_dist/layouts/TwoItemLayout/TwoItemLayout.d.ts +34 -0
- package/_dist/layouts/layout-types.d.ts +2 -0
- package/_dist/libs/components/sb-docs-toc-layout.d.ts +4 -0
- package/_dist/libs/components/utility-components.d.ts +15 -0
- package/_dist/libs/components/utils.d.ts +7 -0
- package/_dist/libs/types/custom-types.d.ts +107 -0
- package/_dist/mocks/data/navigation-items.d.ts +367 -0
- package/_dist/mocks/data/pagination-items.d.ts +16 -0
- package/_dist/mocks/markup/dashboard-main-content.d.ts +10 -0
- package/_dist/mocks/markup/dashboard-navigation.d.ts +11 -0
- package/_dist/mocks/markup/inputs.d.ts +2 -0
- package/_dist/mocks/markup/modal.d.ts +2 -0
- package/_dist/mocks/markup/panel-row-content.d.ts +16 -0
- package/_dist/utilities/color/color-preview-swatches.d.ts +13 -0
- package/_dist/utilities/context-providers/ResponsiveContext/ResponsiveContext.d.ts +6 -0
- package/_dist/utilities/hooks/useClipboard.d.ts +6 -0
- package/_dist/utilities/hooks/useKeyPress.d.ts +1 -0
- package/_dist/utilities/hooks/useWindowWidth.d.ts +1 -0
- package/_dist/vars/animation.d.ts +5 -0
- package/_dist/vars/spacing.d.ts +36 -0
- package/_dist/vars/type-scale.d.ts +28 -0
- package/_dist/vars/z-index.d.ts +16 -0
- package/package.json +83 -44
- package/_dist/cjs/index.js +0 -93
- package/_dist/cjs/index.js.map +0 -1
- package/_dist/css/component-css/pds-animated-button.css +0 -7
- package/_dist/css/component-css/pds-breadcrumbs.css +0 -1
- package/_dist/css/component-css/pds-heading.css +0 -1
- package/_dist/css/component-css/pds-inputs-common.css +0 -1
- package/_dist/css/component-css/pds-pager.css +0 -1
- package/_dist/css/component-css/pds-stats-tile-list.css +0 -1
- package/_dist/css/component-css/pds-toggle-button.css +0 -1
- package/_dist/css/component-css/pds-toggle-switch.css +0 -3
- package/_dist/esm/index.js +0 -93
- package/_dist/esm/index.js.map +0 -1
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import './picture.css';
|
|
3
|
+
/**
|
|
4
|
+
* Prop types for Picture
|
|
5
|
+
*/
|
|
6
|
+
export interface PictureProps extends ComponentPropsWithoutRef<'img'> {
|
|
7
|
+
/**
|
|
8
|
+
* The WebP image source (preferred for modern browsers)
|
|
9
|
+
*/
|
|
10
|
+
srcWebp: string;
|
|
11
|
+
/**
|
|
12
|
+
* The fallback image source (e.g., PNG or JPG)
|
|
13
|
+
*/
|
|
14
|
+
srcFallback: string;
|
|
15
|
+
/**
|
|
16
|
+
* Alt text for the image. Defaults to empty string for decorative images.
|
|
17
|
+
*/
|
|
18
|
+
alt?: string;
|
|
19
|
+
/**
|
|
20
|
+
* Optional width for the image (CSS value, e.g., '100px', '50%', 'auto').
|
|
21
|
+
* If not provided, the image will be sized responsively by its container.
|
|
22
|
+
*/
|
|
23
|
+
width?: string | number;
|
|
24
|
+
/**
|
|
25
|
+
* Optional height for the image (CSS value, e.g., '100px', '50%', 'auto').
|
|
26
|
+
* If not provided, the image will be sized responsively by its container.
|
|
27
|
+
*/
|
|
28
|
+
height?: string | number;
|
|
29
|
+
/**
|
|
30
|
+
* Additional class names
|
|
31
|
+
*/
|
|
32
|
+
className?: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Picture UI component
|
|
36
|
+
*/
|
|
37
|
+
export declare const Picture: ({ srcWebp, srcFallback, alt, width, height, className, ...props }: PictureProps) => React.JSX.Element;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import { FuiPlacement } from '@libs/types/custom-types';
|
|
3
|
+
import './popover.css';
|
|
4
|
+
interface PopoverProps extends Omit<ComponentPropsWithoutRef<'div'>, 'content'> {
|
|
5
|
+
/**
|
|
6
|
+
* Content to display in the popover.
|
|
7
|
+
*/
|
|
8
|
+
content?: ReactNode;
|
|
9
|
+
/**
|
|
10
|
+
* Text for close button aria-label attribute. Only used if hasCloseButton is true.
|
|
11
|
+
*/
|
|
12
|
+
closeButtonLabel?: string;
|
|
13
|
+
/**
|
|
14
|
+
* Text or HTML content to use as the trigger instead of an icon. Leave null to use the icon. This allows passing HTML content to customize the trigger appearance or functionality.
|
|
15
|
+
*/
|
|
16
|
+
customTrigger?: ReactNode;
|
|
17
|
+
/**
|
|
18
|
+
* Indicates if close button will be shown.
|
|
19
|
+
*/
|
|
20
|
+
hasCloseButton?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Additional spacing between the trigger and the popover. Only applies to popovers with a custom trigger. Icon triggers have a fixed spacing.
|
|
23
|
+
*/
|
|
24
|
+
offsetValue?: number;
|
|
25
|
+
/**
|
|
26
|
+
* Callback function that triggers when closing Popover.
|
|
27
|
+
*/
|
|
28
|
+
onClose?: () => void;
|
|
29
|
+
/**
|
|
30
|
+
* Preferred placement of the popover in relation to the trigger. Will be modified if there is not enough space.
|
|
31
|
+
*/
|
|
32
|
+
placement?: FuiPlacement;
|
|
33
|
+
/**
|
|
34
|
+
* Text for popover title.
|
|
35
|
+
*/
|
|
36
|
+
title?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The accessible text for the trigger. Only necessary when the trigger is an icon.
|
|
39
|
+
*/
|
|
40
|
+
triggerAccessibleText?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The icon to use as the trigger.
|
|
43
|
+
*/
|
|
44
|
+
triggerIcon?: 'circleInfo' | 'circleQuestion';
|
|
45
|
+
/**
|
|
46
|
+
* Boolean to determine if the Popover is open by default.
|
|
47
|
+
*/
|
|
48
|
+
popoverIsOpen?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* Function to set Popover open state.
|
|
51
|
+
*/
|
|
52
|
+
setPopoverIsOpen?: (isOpen: boolean) => void;
|
|
53
|
+
/**
|
|
54
|
+
* Additional class names.
|
|
55
|
+
*/
|
|
56
|
+
className?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Additional class names for the Popover Container.
|
|
59
|
+
*/
|
|
60
|
+
classNameContainer?: string;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Popover UI component
|
|
64
|
+
*/
|
|
65
|
+
export declare const Popover: ({ content, closeButtonLabel, customTrigger, hasCloseButton, offsetValue, onClose, placement, title, triggerIcon, triggerAccessibleText, popoverIsOpen, setPopoverIsOpen, className, classNameContainer, ...props }: PopoverProps) => React.JSX.Element;
|
|
66
|
+
export {};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import './pull-quote.css';
|
|
3
|
+
interface Attribution {
|
|
4
|
+
name: string;
|
|
5
|
+
title: string;
|
|
6
|
+
org: string;
|
|
7
|
+
}
|
|
8
|
+
interface PullQuoteProps extends ComponentPropsWithoutRef<'div'> {
|
|
9
|
+
/**
|
|
10
|
+
* Attribution for the quote
|
|
11
|
+
*/
|
|
12
|
+
attribution?: Attribution;
|
|
13
|
+
/**
|
|
14
|
+
* Image src. For stand-alone layout only, will not render for inline layout.
|
|
15
|
+
*/
|
|
16
|
+
image?: string;
|
|
17
|
+
/**
|
|
18
|
+
* The layout type for the pull quote
|
|
19
|
+
*/
|
|
20
|
+
layoutType?: 'stand-alone' | 'inline';
|
|
21
|
+
/**
|
|
22
|
+
* The quote text
|
|
23
|
+
*/
|
|
24
|
+
quote: string;
|
|
25
|
+
/**
|
|
26
|
+
* Additional class names
|
|
27
|
+
*/
|
|
28
|
+
className?: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* PullQuote UI component
|
|
32
|
+
*/
|
|
33
|
+
export declare const PullQuote: ({ attribution, image, layoutType, quote, className, ...props }: PullQuoteProps) => React.JSX.Element;
|
|
34
|
+
export {};
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import './refresh-checker.css';
|
|
3
|
+
/**
|
|
4
|
+
* Enum for RefreshChecker states
|
|
5
|
+
*/
|
|
6
|
+
export declare enum RefreshCheckerState {
|
|
7
|
+
DEFAULT = "default",
|
|
8
|
+
WORKING = "working",
|
|
9
|
+
CHECKED = "checked"
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Prop types for RefreshChecker
|
|
13
|
+
*/
|
|
14
|
+
interface RefreshCheckerProps extends ComponentPropsWithoutRef<'div'> {
|
|
15
|
+
/**
|
|
16
|
+
* Alignment of the component. Default is left.
|
|
17
|
+
*/
|
|
18
|
+
alignment?: 'left' | 'right';
|
|
19
|
+
/**
|
|
20
|
+
* Custom width in rems for the component. This will override the default.
|
|
21
|
+
*/
|
|
22
|
+
componentWidth?: number;
|
|
23
|
+
/**
|
|
24
|
+
* Internationalization props for labels.
|
|
25
|
+
*/
|
|
26
|
+
labelStrings?: {
|
|
27
|
+
checkForUpdates?: string;
|
|
28
|
+
checking?: string;
|
|
29
|
+
checked?: string;
|
|
30
|
+
tooltipContent?: string;
|
|
31
|
+
ariaLabel?: string;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* Last checked timestamp
|
|
35
|
+
*/
|
|
36
|
+
lastChecked?: null | Date;
|
|
37
|
+
/**
|
|
38
|
+
* Callback function when check is triggered
|
|
39
|
+
*/
|
|
40
|
+
onCheck?: () => void;
|
|
41
|
+
/**
|
|
42
|
+
* State of the component
|
|
43
|
+
*/
|
|
44
|
+
state?: `${RefreshCheckerState}`;
|
|
45
|
+
/**
|
|
46
|
+
* Additional class names
|
|
47
|
+
*/
|
|
48
|
+
className?: string;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* RefreshChecker UI component
|
|
52
|
+
*/
|
|
53
|
+
export declare const RefreshChecker: ({ alignment, componentWidth, labelStrings, lastChecked, onCheck, state, className, ...props }: RefreshCheckerProps) => React.JSX.Element;
|
|
54
|
+
export {};
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import { Popover } from '@components/Popover/Popover';
|
|
3
|
+
import { SitePlanLevel, SiteType } from '@libs/types/custom-types';
|
|
4
|
+
import './site-dashboard-heading.css';
|
|
5
|
+
/**
|
|
6
|
+
* Prop types for SiteDashboardHeading
|
|
7
|
+
*/
|
|
8
|
+
export interface SiteDashboardHeadingProps extends ComponentPropsWithoutRef<'div'> {
|
|
9
|
+
/**
|
|
10
|
+
* Function to handle upgrade click.
|
|
11
|
+
*/
|
|
12
|
+
handleUpgradeClick?: () => void;
|
|
13
|
+
/**
|
|
14
|
+
* Function to handle popover content.
|
|
15
|
+
*/
|
|
16
|
+
popoverContent?: ReactNode;
|
|
17
|
+
/**
|
|
18
|
+
* Title for the popover.
|
|
19
|
+
*/
|
|
20
|
+
popoverTitle?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Function to handle popover open state.
|
|
23
|
+
*/
|
|
24
|
+
popoverIsOpen?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* Function to set popover open state.
|
|
27
|
+
*/
|
|
28
|
+
setPopoverIsOpen?: (isOpen: boolean) => void;
|
|
29
|
+
/**
|
|
30
|
+
* Name of the site.
|
|
31
|
+
*/
|
|
32
|
+
siteName: string;
|
|
33
|
+
/**
|
|
34
|
+
* Site plan level.
|
|
35
|
+
*/
|
|
36
|
+
sitePlanLevel?: SitePlanLevel;
|
|
37
|
+
/**
|
|
38
|
+
* Site type.
|
|
39
|
+
*/
|
|
40
|
+
siteType?: SiteType;
|
|
41
|
+
/**
|
|
42
|
+
* Additional props to pass to the trigger component.
|
|
43
|
+
*/
|
|
44
|
+
triggerProps?: Omit<ComponentPropsWithoutRef<typeof Popover>, 'content' | 'title' | 'placement' | 'triggerIcon'>;
|
|
45
|
+
/**
|
|
46
|
+
* Label for the upgrade button.
|
|
47
|
+
*/
|
|
48
|
+
upgradeLabel: string;
|
|
49
|
+
/**
|
|
50
|
+
* Additional class names
|
|
51
|
+
*/
|
|
52
|
+
className?: string;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* SiteDashboardHeading UI component
|
|
56
|
+
*/
|
|
57
|
+
export declare const SiteDashboardHeading: ({ popoverContent, popoverIsOpen, popoverTitle, handleUpgradeClick, setPopoverIsOpen, siteName, sitePlanLevel, siteType, triggerProps, upgradeLabel, className, ...props }: SiteDashboardHeadingProps) => React.JSX.Element;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import './skiplink.css';
|
|
3
|
+
interface SkiplinkProps extends ComponentPropsWithoutRef<'a'> {
|
|
4
|
+
/**
|
|
5
|
+
* The ID of the element to skip to.
|
|
6
|
+
*/
|
|
7
|
+
destination: string;
|
|
8
|
+
/**
|
|
9
|
+
* The text of the skip link.
|
|
10
|
+
*/
|
|
11
|
+
text: string;
|
|
12
|
+
/**
|
|
13
|
+
* Additional class names
|
|
14
|
+
*/
|
|
15
|
+
className?: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* Skiplink UI component
|
|
19
|
+
*/
|
|
20
|
+
export declare const Skiplink: ({ destination, text, className, ...props }: SkiplinkProps) => React.JSX.Element;
|
|
21
|
+
export {};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import { PDSIcon } from '@components/icons/Icon/Icon';
|
|
3
|
+
import './social-links.css';
|
|
4
|
+
interface SocialLinksProps extends ComponentPropsWithoutRef<'ul'> {
|
|
5
|
+
/**
|
|
6
|
+
* Array of social media links
|
|
7
|
+
*/
|
|
8
|
+
linkItems?: (keyof typeof socialData)[];
|
|
9
|
+
/**
|
|
10
|
+
* Additional class names
|
|
11
|
+
*/
|
|
12
|
+
className?: string;
|
|
13
|
+
}
|
|
14
|
+
declare const socialData: Record<string, {
|
|
15
|
+
icon: PDSIcon;
|
|
16
|
+
url: string;
|
|
17
|
+
label: string;
|
|
18
|
+
}>;
|
|
19
|
+
/**
|
|
20
|
+
* SocialLinks UI component
|
|
21
|
+
*/
|
|
22
|
+
export declare const SocialLinks: ({ linkItems, className, ...props }: SocialLinksProps) => React.JSX.Element;
|
|
23
|
+
export {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import './status-indicator.css';
|
|
3
|
+
export interface StatusIndicatorProps extends ComponentPropsWithoutRef<'div'> {
|
|
4
|
+
/**
|
|
5
|
+
* Status label text
|
|
6
|
+
*/
|
|
7
|
+
label: string;
|
|
8
|
+
/**
|
|
9
|
+
* Sets the size
|
|
10
|
+
*/
|
|
11
|
+
size?: 'sm' | 'md';
|
|
12
|
+
/**
|
|
13
|
+
* Sets status type
|
|
14
|
+
*/
|
|
15
|
+
type: 'critical' | 'info' | 'neutral' | 'new' | 'success' | 'warning' | 'working';
|
|
16
|
+
/**
|
|
17
|
+
* Additional class names
|
|
18
|
+
*/
|
|
19
|
+
className?: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* StatusIndicator UI component
|
|
23
|
+
*/
|
|
24
|
+
export declare const StatusIndicator: ({ label, size, type, className, ...props }: StatusIndicatorProps) => React.JSX.Element;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import './table.css';
|
|
3
|
+
/**
|
|
4
|
+
* Prop types for Table
|
|
5
|
+
*/
|
|
6
|
+
interface TableProps extends ComponentPropsWithoutRef<'table'> {
|
|
7
|
+
/**
|
|
8
|
+
* Table headers
|
|
9
|
+
*/
|
|
10
|
+
headers?: Array<{
|
|
11
|
+
title: string;
|
|
12
|
+
sortable?: boolean;
|
|
13
|
+
}>;
|
|
14
|
+
/**
|
|
15
|
+
* Table row data
|
|
16
|
+
*/
|
|
17
|
+
rowData?: ReactNode[];
|
|
18
|
+
/**
|
|
19
|
+
* Additional class names
|
|
20
|
+
*/
|
|
21
|
+
className?: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Table UI component
|
|
25
|
+
*/
|
|
26
|
+
export declare const Table: ({ headers, rowData, className, ...props }: TableProps) => React.JSX.Element;
|
|
27
|
+
export {};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import { HeadingLevelCommon } from '@libs/types/custom-types';
|
|
3
|
+
import './table-of-contents.css';
|
|
4
|
+
/**
|
|
5
|
+
* Prop types for TableOfContents
|
|
6
|
+
*/
|
|
7
|
+
interface TableOfContentsProps extends ComponentPropsWithoutRef<'nav'> {
|
|
8
|
+
/**
|
|
9
|
+
* Whether to append the id to the URL when a link is clicked.
|
|
10
|
+
*/
|
|
11
|
+
appendIds?: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* aria-label for the TOC.
|
|
14
|
+
*/
|
|
15
|
+
ariaLabel?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Whether the heading should be visible or not. If not visible it will still be presented to screen readers.
|
|
18
|
+
*/
|
|
19
|
+
showHeading?: boolean;
|
|
20
|
+
/**
|
|
21
|
+
* Heading level for TOC heading.
|
|
22
|
+
*/
|
|
23
|
+
headingLevel?: HeadingLevelCommon;
|
|
24
|
+
/**
|
|
25
|
+
* Text for the TOC heading.
|
|
26
|
+
*/
|
|
27
|
+
headingText?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Class name for designating headers to ignore.
|
|
30
|
+
*/
|
|
31
|
+
ignoreClass?: string;
|
|
32
|
+
/**
|
|
33
|
+
* ID name of content region to be indexed.
|
|
34
|
+
*/
|
|
35
|
+
sourceID?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Additional class names.
|
|
38
|
+
*/
|
|
39
|
+
className?: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* TableOfContents UI component
|
|
43
|
+
*/
|
|
44
|
+
export declare const TableOfContents: ({ appendIds, ariaLabel, headingLevel, headingText, ignoreClass, showHeading, sourceID, className, ...props }: TableOfContentsProps) => React.JSX.Element;
|
|
45
|
+
export {};
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import { PDSIcon } from '@components/icons/Icon/Icon';
|
|
3
|
+
import './tabs.css';
|
|
4
|
+
interface Tabs {
|
|
5
|
+
/**
|
|
6
|
+
* Is the tab disabled?
|
|
7
|
+
*/
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* Sets optional tab icon.
|
|
11
|
+
*/
|
|
12
|
+
icon?: PDSIcon;
|
|
13
|
+
/**
|
|
14
|
+
* Sets content inside tab
|
|
15
|
+
*/
|
|
16
|
+
panelContent: ReactNode;
|
|
17
|
+
/**
|
|
18
|
+
* Sets tab label
|
|
19
|
+
*/
|
|
20
|
+
tabLabel: string | ReactNode;
|
|
21
|
+
/**
|
|
22
|
+
* Sets id for tab.
|
|
23
|
+
*/
|
|
24
|
+
tabId?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Sets optional tab tally.
|
|
27
|
+
*/
|
|
28
|
+
tally?: {
|
|
29
|
+
label: string | number;
|
|
30
|
+
type: 'neutral' | 'critical' | 'warning' | 'info' | 'success';
|
|
31
|
+
};
|
|
32
|
+
}
|
|
33
|
+
interface TabsProps extends ComponentPropsWithoutRef<'div'> {
|
|
34
|
+
/**
|
|
35
|
+
* Function to call when the active tab changes
|
|
36
|
+
*/
|
|
37
|
+
onActiveTabChange?: (activeTabIndex: number) => void;
|
|
38
|
+
/**
|
|
39
|
+
* Sets tabset aria label
|
|
40
|
+
*/
|
|
41
|
+
ariaLabel: string;
|
|
42
|
+
/**
|
|
43
|
+
* Sets default selected tab using a zero-based index, defaults to 0
|
|
44
|
+
*/
|
|
45
|
+
defaultSelected?: number;
|
|
46
|
+
/**
|
|
47
|
+
* Sets currently selected tab using a zero-based index
|
|
48
|
+
*/
|
|
49
|
+
selectedTab?: number;
|
|
50
|
+
/**
|
|
51
|
+
* Array of objects for tab data
|
|
52
|
+
*/
|
|
53
|
+
tabs: Tabs[];
|
|
54
|
+
/**
|
|
55
|
+
* Additional class names
|
|
56
|
+
*/
|
|
57
|
+
className?: string;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Tabs UI component
|
|
61
|
+
*/
|
|
62
|
+
export declare const Tabs: ({ ariaLabel, defaultSelected, onActiveTabChange, selectedTab, tabs, className, ...props }: TabsProps) => React.JSX.Element;
|
|
63
|
+
export {};
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import './tag.css';
|
|
3
|
+
export declare const tagColors: string[];
|
|
4
|
+
type TagColor = (typeof tagColors)[number];
|
|
5
|
+
interface TagProps extends ComponentPropsWithoutRef<'div'> {
|
|
6
|
+
/**
|
|
7
|
+
* Should the tag be a link? If yes, provide a link element.
|
|
8
|
+
*/
|
|
9
|
+
linkContent?: ReactNode;
|
|
10
|
+
/**
|
|
11
|
+
* Should the tag be removable?
|
|
12
|
+
*/
|
|
13
|
+
isRemovable?: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Function to execute when the tag is removed.
|
|
16
|
+
*/
|
|
17
|
+
onRemove?: () => void;
|
|
18
|
+
/**
|
|
19
|
+
* Label for the remove button. Tag text will be appended to this label.
|
|
20
|
+
*/
|
|
21
|
+
removeLabel?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Tag color. Will use random color if not selected.
|
|
24
|
+
*/
|
|
25
|
+
tagColor?: TagColor;
|
|
26
|
+
/**
|
|
27
|
+
* Tag text
|
|
28
|
+
*/
|
|
29
|
+
tagLabel: string;
|
|
30
|
+
/**
|
|
31
|
+
* Additional class names
|
|
32
|
+
*/
|
|
33
|
+
className?: string;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Tag UI component
|
|
37
|
+
*/
|
|
38
|
+
export declare const Tag: ({ linkContent, isRemovable, onRemove, removeLabel, tagColor, tagLabel, className, ...props }: TagProps) => React.JSX.Element;
|
|
39
|
+
export {};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import './theme-switcher.css';
|
|
3
|
+
/**
|
|
4
|
+
* Prop types for ThemeSwitcher
|
|
5
|
+
*/
|
|
6
|
+
export interface ThemeSwitcherProps extends Omit<ComponentPropsWithoutRef<'div'>, 'onChange'> {
|
|
7
|
+
/**
|
|
8
|
+
* The current theme
|
|
9
|
+
*/
|
|
10
|
+
theme?: 'light' | 'dark' | 'system';
|
|
11
|
+
/**
|
|
12
|
+
* Callback triggered when the theme changes
|
|
13
|
+
*/
|
|
14
|
+
onChange?: (theme: 'light' | 'dark' | 'system') => void;
|
|
15
|
+
/**
|
|
16
|
+
* Translation strings for theme options
|
|
17
|
+
*/
|
|
18
|
+
translations?: {
|
|
19
|
+
light: string;
|
|
20
|
+
dark: string;
|
|
21
|
+
system: string;
|
|
22
|
+
tooltip?: string;
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* Additional class names
|
|
26
|
+
*/
|
|
27
|
+
className?: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* ThemeSwitcher UI component
|
|
31
|
+
*/
|
|
32
|
+
export declare const ThemeSwitcher: ({ theme, onChange, translations, className, ...props }: ThemeSwitcherProps) => React.JSX.Element;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import { Placement } from '@floating-ui/react';
|
|
3
|
+
import { FuiOffset } from '@libs/types/custom-types';
|
|
4
|
+
import './tooltip.css';
|
|
5
|
+
interface TooltipProps extends ComponentPropsWithoutRef<'div'> {
|
|
6
|
+
/**
|
|
7
|
+
* Text to display in tooltip container.
|
|
8
|
+
*/
|
|
9
|
+
content: string;
|
|
10
|
+
/**
|
|
11
|
+
* String or HTML content to use as the trigger instead of an icon. Leave null to use the icon.
|
|
12
|
+
*/
|
|
13
|
+
customTrigger?: ReactNode;
|
|
14
|
+
/**
|
|
15
|
+
* The spacing between the trigger and the tooltip in pixels. Use the default value (in most cases) when using an icon trigger.
|
|
16
|
+
*/
|
|
17
|
+
offsetValue?: FuiOffset;
|
|
18
|
+
/**
|
|
19
|
+
* The preferred placement of the tooltip relative to the trigger.
|
|
20
|
+
*/
|
|
21
|
+
preferredPlacement?: Placement;
|
|
22
|
+
/**
|
|
23
|
+
* The accessible text for the trigger. Only necessary when the trigger is an icon.
|
|
24
|
+
*/
|
|
25
|
+
triggerAccessibleText?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Icon to trigger tooltip
|
|
28
|
+
*/
|
|
29
|
+
triggerIcon?: 'circleInfo' | 'circleQuestion' | 'circleExclamation';
|
|
30
|
+
/**
|
|
31
|
+
* Color of the trigger icon. Uses PDS default text color options.
|
|
32
|
+
*/
|
|
33
|
+
triggerIconColor?: 'default' | 'default-secondary' | 'critical';
|
|
34
|
+
/**
|
|
35
|
+
* Size of the trigger icon. Uses PDS Icon sizing.
|
|
36
|
+
*/
|
|
37
|
+
triggerIconSize?: 'sm' | 'md' | 'lg';
|
|
38
|
+
/**
|
|
39
|
+
* Z-index value for the tooltip container. In most cases, the default value should be retained.
|
|
40
|
+
*/
|
|
41
|
+
zIndex?: number;
|
|
42
|
+
/**
|
|
43
|
+
* Additional class names
|
|
44
|
+
*/
|
|
45
|
+
className?: string;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* Tooltip UI component
|
|
49
|
+
*/
|
|
50
|
+
export declare const Tooltip: ({ content, customTrigger, offsetValue, preferredPlacement, triggerAccessibleText, triggerIcon, triggerIconColor, triggerIconSize, zIndex, className, ...props }: TooltipProps) => React.JSX.Element;
|
|
51
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import './video-embed.css';
|
|
3
|
+
/**
|
|
4
|
+
* Prop types for VideoEmbed
|
|
5
|
+
*/
|
|
6
|
+
export interface VideoEmbedProps extends ComponentPropsWithoutRef<'div'> {
|
|
7
|
+
/**
|
|
8
|
+
* Video hosting platform.
|
|
9
|
+
*/
|
|
10
|
+
platform: 'vimeo' | 'wistia' | 'youtube';
|
|
11
|
+
/**
|
|
12
|
+
* Video ID to embed.
|
|
13
|
+
*/
|
|
14
|
+
videoId: string;
|
|
15
|
+
/**
|
|
16
|
+
* Video title to display. This is for the title prop on the video iframe.
|
|
17
|
+
* If none is provided it will default to `"[platform] video player"`
|
|
18
|
+
*/
|
|
19
|
+
videoTitle?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Additional class names
|
|
22
|
+
*/
|
|
23
|
+
className?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* VideoEmbed UI component
|
|
27
|
+
*/
|
|
28
|
+
export declare const VideoEmbed: ({ platform, videoId, videoTitle, className, ...props }: VideoEmbedProps) => React.JSX.Element;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import './indicator-badge.css';
|
|
3
|
+
/**
|
|
4
|
+
* IndicatorBadge component props
|
|
5
|
+
*/
|
|
6
|
+
export interface IndicatorBadgeProps extends ComponentPropsWithoutRef<'span'> {
|
|
7
|
+
/**
|
|
8
|
+
* Badge color
|
|
9
|
+
*/
|
|
10
|
+
color: 'critical' | 'info' | 'success' | 'warning' | 'neutral' | 'brand' | 'silver' | 'gold' | 'platinum' | 'diamond';
|
|
11
|
+
/**
|
|
12
|
+
* Badge text.
|
|
13
|
+
*/
|
|
14
|
+
label: string;
|
|
15
|
+
/**
|
|
16
|
+
* Badge size
|
|
17
|
+
*/
|
|
18
|
+
size?: 'sm' | 'md';
|
|
19
|
+
/**
|
|
20
|
+
* Additional class names
|
|
21
|
+
*/
|
|
22
|
+
className?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* IndicatorBadge UI component
|
|
26
|
+
*/
|
|
27
|
+
export declare const IndicatorBadge: ({ label, size, color, className, ...props }: IndicatorBadgeProps) => React.JSX.Element;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import './status-badge.css';
|
|
3
|
+
/**
|
|
4
|
+
* StatusBadge component props
|
|
5
|
+
*/
|
|
6
|
+
export interface StatusBadgeProps extends ComponentPropsWithoutRef<'div'> {
|
|
7
|
+
/**
|
|
8
|
+
* Background color for badge
|
|
9
|
+
*/
|
|
10
|
+
color?: 'transparent' | 'neutral' | 'reverse';
|
|
11
|
+
/**
|
|
12
|
+
* Should the badge show a status indicator.
|
|
13
|
+
*/
|
|
14
|
+
hasStatusIndicator?: boolean;
|
|
15
|
+
/**
|
|
16
|
+
* Text for badge.
|
|
17
|
+
*/
|
|
18
|
+
label: string;
|
|
19
|
+
/**
|
|
20
|
+
* Translatable text for status indicator — for screen readers.
|
|
21
|
+
*/
|
|
22
|
+
statusIndicatorText?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Status type for badge. Only renders if `hasStatusIndicator` is true.
|
|
25
|
+
*/
|
|
26
|
+
statusType?: 'success' | 'info' | 'frozen' | 'critical' | 'warning' | 'discovery' | 'disabled';
|
|
27
|
+
/**
|
|
28
|
+
* Additional class names
|
|
29
|
+
*/
|
|
30
|
+
className?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* StatusBadge UI component
|
|
34
|
+
*/
|
|
35
|
+
export declare const StatusBadge: ({ color, hasStatusIndicator, label, statusIndicatorText, statusType, className, ...props }: StatusBadgeProps) => React.JSX.Element;
|