@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,36 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import './avatar.css';
|
|
3
|
+
export interface AvatarProps extends ComponentPropsWithoutRef<'div'> {
|
|
4
|
+
/**
|
|
5
|
+
* Aria label for the avatar when used as a link. This is required if using a link.
|
|
6
|
+
*/
|
|
7
|
+
ariaLabel?: string;
|
|
8
|
+
/**
|
|
9
|
+
* If true, a user icon will be displayed with the fallback gradient when an image is not provided.
|
|
10
|
+
*/
|
|
11
|
+
hasUserFallback?: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* Avatar image.
|
|
14
|
+
*/
|
|
15
|
+
imageSrc?: string;
|
|
16
|
+
/**
|
|
17
|
+
* A link element using the router of your choice. Leave empty for no link.
|
|
18
|
+
*/
|
|
19
|
+
linkContent?: ReactNode;
|
|
20
|
+
/**
|
|
21
|
+
* Avatar size.
|
|
22
|
+
*/
|
|
23
|
+
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
24
|
+
/**
|
|
25
|
+
* Unique ID associated with the avatar. Can be workspace ID, user ID, email, etc.
|
|
26
|
+
*/
|
|
27
|
+
uniqueId?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Additional class names
|
|
30
|
+
*/
|
|
31
|
+
className?: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Avatar UI component
|
|
35
|
+
*/
|
|
36
|
+
export declare const Avatar: ({ ariaLabel, hasUserFallback, imageSrc, linkContent, size, uniqueId, className, ...props }: AvatarProps) => React.JSX.Element;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import './branch-diff.css';
|
|
3
|
+
/**
|
|
4
|
+
* Prop types for BranchDiff
|
|
5
|
+
*/
|
|
6
|
+
export interface BranchDiffProps extends ComponentPropsWithoutRef<'div'> {
|
|
7
|
+
/**
|
|
8
|
+
* Is the component in the process of loading?
|
|
9
|
+
*/
|
|
10
|
+
isLoading?: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Text to be displayed in tooltip while component is loading.
|
|
13
|
+
*/
|
|
14
|
+
loadingText?: string;
|
|
15
|
+
/**
|
|
16
|
+
* The number of commits the current branch is ahead of its upstream branch.
|
|
17
|
+
*/
|
|
18
|
+
numberAhead: number;
|
|
19
|
+
/**
|
|
20
|
+
* A description for the `numberAhead` value.
|
|
21
|
+
*/
|
|
22
|
+
numberAheadDescription?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The number of commits the current branch is behind its upstream branch.
|
|
25
|
+
*/
|
|
26
|
+
numberBehind: number;
|
|
27
|
+
/**
|
|
28
|
+
* A description for the `numberBehind` value.
|
|
29
|
+
*/
|
|
30
|
+
numberBehindDescription?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Custom width in rems for the component. This will override the default.
|
|
33
|
+
*/
|
|
34
|
+
componentWidth?: number;
|
|
35
|
+
/**
|
|
36
|
+
* Additional class names
|
|
37
|
+
*/
|
|
38
|
+
className?: string;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* BranchDiff UI component
|
|
42
|
+
*/
|
|
43
|
+
export declare const BranchDiff: ({ isLoading, loadingText, numberAhead, numberAheadDescription, numberBehind, numberBehindDescription, componentWidth, className, ...props }: BranchDiffProps) => React.JSX.Element;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import './cta-link.css';
|
|
3
|
+
export interface CTALinkProps extends ComponentPropsWithoutRef<'div'> {
|
|
4
|
+
/**
|
|
5
|
+
* A link element using the router of your choice.
|
|
6
|
+
*/
|
|
7
|
+
linkContent?: ReactNode;
|
|
8
|
+
/**
|
|
9
|
+
* Size of link
|
|
10
|
+
*/
|
|
11
|
+
size?: 'sm' | 'md';
|
|
12
|
+
/**
|
|
13
|
+
* Additional class names
|
|
14
|
+
*/
|
|
15
|
+
className?: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* CTA Link UI component
|
|
19
|
+
*/
|
|
20
|
+
export declare const CTALink: ({ linkContent, size, className, ...props }: CTALinkProps) => React.JSX.Element;
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import { ContainerWidth, HeadingLevel } from '@libs/types/custom-types';
|
|
3
|
+
import './../buttons/Button/button.css';
|
|
4
|
+
import './cta-slice.css';
|
|
5
|
+
interface CTASliceProps extends ComponentPropsWithoutRef<'div'> {
|
|
6
|
+
/**
|
|
7
|
+
* Background color of slice
|
|
8
|
+
*/
|
|
9
|
+
backgroundColor?: 'default' | 'secondary';
|
|
10
|
+
/**
|
|
11
|
+
* PDS container width.
|
|
12
|
+
*/
|
|
13
|
+
containerWidth?: ContainerWidth;
|
|
14
|
+
/**
|
|
15
|
+
* Heading level
|
|
16
|
+
*/
|
|
17
|
+
headingLevel?: HeadingLevel;
|
|
18
|
+
/**
|
|
19
|
+
* Heading text
|
|
20
|
+
*/
|
|
21
|
+
headingText: string;
|
|
22
|
+
/**
|
|
23
|
+
* Further explain block
|
|
24
|
+
*/
|
|
25
|
+
leadText?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Primary link content
|
|
28
|
+
*/
|
|
29
|
+
primaryLinkContent: ReactNode;
|
|
30
|
+
/**
|
|
31
|
+
* Optional secondary link content
|
|
32
|
+
*/
|
|
33
|
+
secondaryLinkContent?: ReactNode;
|
|
34
|
+
/**
|
|
35
|
+
* Additional class names
|
|
36
|
+
*/
|
|
37
|
+
className?: string;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* CTA Slice UI component
|
|
41
|
+
*/
|
|
42
|
+
export declare const CTASlice: ({ backgroundColor, containerWidth, headingLevel, headingText, leadText, primaryLinkContent, secondaryLinkContent, className, ...props }: CTASliceProps) => React.JSX.Element;
|
|
43
|
+
export {};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import './callout.css';
|
|
3
|
+
type CalloutType = 'info' | 'success' | 'warning' | 'critical' | 'discovery' | 'code' | 'earlyAccess';
|
|
4
|
+
type TypeLabels = Record<CalloutType, string>;
|
|
5
|
+
export interface CalloutProps extends ComponentPropsWithoutRef<'div'> {
|
|
6
|
+
/**
|
|
7
|
+
* Callout main content.
|
|
8
|
+
*/
|
|
9
|
+
children: React.ReactNode;
|
|
10
|
+
/**
|
|
11
|
+
* Callout title.
|
|
12
|
+
*/
|
|
13
|
+
title: string;
|
|
14
|
+
/**
|
|
15
|
+
* Callout type.
|
|
16
|
+
*/
|
|
17
|
+
type?: CalloutType;
|
|
18
|
+
/**
|
|
19
|
+
* Callout type labels. Provide translation strings if necessary.
|
|
20
|
+
*/
|
|
21
|
+
typeLabels?: TypeLabels;
|
|
22
|
+
/**
|
|
23
|
+
* Additional class names
|
|
24
|
+
*/
|
|
25
|
+
className?: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Callout UI component
|
|
29
|
+
*/
|
|
30
|
+
export declare const Callout: ({ children, title, type, typeLabels, className, ...props }: CalloutProps) => React.JSX.Element;
|
|
31
|
+
export {};
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import 'prismjs/components/prism-bash';
|
|
3
|
+
import 'prismjs/components/prism-diff';
|
|
4
|
+
import './code-block.css';
|
|
5
|
+
import './code-block-legacy.css';
|
|
6
|
+
type SupportedLanguages = 'bash' | 'css' | 'diff' | 'html' | 'js' | 'json' | 'jsx' | 'ts' | 'tsx' | 'yaml';
|
|
7
|
+
/**
|
|
8
|
+
* Prop types for CodeBlock
|
|
9
|
+
*/
|
|
10
|
+
export interface CodeBlockProps extends ComponentPropsWithoutRef<'div'> {
|
|
11
|
+
/**
|
|
12
|
+
* Code to display.
|
|
13
|
+
*/
|
|
14
|
+
code: string;
|
|
15
|
+
/**
|
|
16
|
+
* Color type. Default is dark.
|
|
17
|
+
*/
|
|
18
|
+
colorType?: 'dark' | 'light';
|
|
19
|
+
/**
|
|
20
|
+
* Copy button label. Aria-label and tooltip text for the copy button.
|
|
21
|
+
*/
|
|
22
|
+
copyButtonLabel?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Show copy button.
|
|
25
|
+
*/
|
|
26
|
+
hasCopyButton?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* Show line numbers.
|
|
29
|
+
*/
|
|
30
|
+
hasLineNumbers?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Show prompt. A prompt and and line numbers cannot be shown at the same time.
|
|
33
|
+
* If both are set to true, line numbers will be shown.
|
|
34
|
+
*/
|
|
35
|
+
hasPrompt?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Height of the code block in rems. If not set, the height will be determined by the content.
|
|
38
|
+
*
|
|
39
|
+
* A maximum height can also be set with the `maxHeight` prop.
|
|
40
|
+
*/
|
|
41
|
+
height?: number;
|
|
42
|
+
/**
|
|
43
|
+
* Show loading state.
|
|
44
|
+
*/
|
|
45
|
+
isLoading?: boolean;
|
|
46
|
+
/**
|
|
47
|
+
* Language for optional syntax highlighting.
|
|
48
|
+
*/
|
|
49
|
+
language?: SupportedLanguages;
|
|
50
|
+
/**
|
|
51
|
+
* Number of lines to show when loading. Value should be between 1 and 15.
|
|
52
|
+
*
|
|
53
|
+
* See `Loading state` section in the component documentation for more details.
|
|
54
|
+
*/
|
|
55
|
+
loadingLineCount?: number;
|
|
56
|
+
/**
|
|
57
|
+
* Maximum height for the code block in rems.
|
|
58
|
+
*/
|
|
59
|
+
maxHeight?: number;
|
|
60
|
+
/**
|
|
61
|
+
* Prompt symbol. Default is '$'.
|
|
62
|
+
*/
|
|
63
|
+
promptSymbol?: string;
|
|
64
|
+
/**
|
|
65
|
+
* When true, the component will bypass the Prism renderer and use the legacy Pantheon method of rendering code blocks.
|
|
66
|
+
* Any `<br>` and `<span>` elements in the `code` prop will be rendered.
|
|
67
|
+
*
|
|
68
|
+
* This is a temporary solution to support legacy code blocks.
|
|
69
|
+
*/
|
|
70
|
+
renderAsLegacy?: boolean;
|
|
71
|
+
/**
|
|
72
|
+
* Should wrap the code block
|
|
73
|
+
* Default is false
|
|
74
|
+
*/
|
|
75
|
+
shouldWrap?: boolean;
|
|
76
|
+
/**
|
|
77
|
+
* Additional class names
|
|
78
|
+
*/
|
|
79
|
+
className?: string;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* CodeBlock UI component
|
|
83
|
+
*/
|
|
84
|
+
export declare const CodeBlock: ({ code, colorType, copyButtonLabel, hasCopyButton, hasLineNumbers, hasPrompt, height, isLoading, language, loadingLineCount, maxHeight, promptSymbol, renderAsLegacy, shouldWrap, className, ...props }: CodeBlockProps) => React.JSX.Element;
|
|
85
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const logExample = "Already have image (with digest): us-docker.pkg.dev/prod-decoupled-shared/build-tools/pantheon-build:v1.0.8-node20\nThe framework expected according to the configuration is: gatsby.\nThe framework detected from the code is: vite\nERROR: Invalid option: false\ndeprecated-tools [options]\nUsage:\n deprecated-tools -t node --min-version 18 [--max-version 20] --message-format \"Node version should be between %s and %s\" --message-data \"18 20\"\n deprecated-tools -f .nvmrc --message-format \"The file %s is deprecated\" --message-data \".nvmrc\"\n\n -t, --tool <tool> Check if a tool is deprecated\n --min-version <ver> Minimum version supported for the tool\n --max-version <ver> Max version supported for the tool\n --message-format <format> Format of the deprecation message\n --message-data <data> Array of data to use in the deprecation message\n -f, --file <file> Check if a file is deprecated\n --message-format <format> Format of the deprecation message\n --message-data <data> Array of data to use in the deprecation message\n -h, --help Display this help message\nnpm WARN deprecated rimraf@2.6.3: Rimraf versions prior to v4 are no longer supported\nnpm WARN deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported\n\n> @pantheon-systems/pds-toolkit-react@1.0.0-dev.213 prepare\n> husky install\n\nhusky - Git hooks installed";
|
|
2
|
+
export declare const reactExample = "export const ControlledExample = () => {\n const defaultValue = 'This is a default value';\n const [value, setValue] = useState(defaultValue);\n\n // This is a comment for this component.\n return (\n <TextInput\n id='text-input-controlled-example'\n label='Controlled Input example'\n type='text'\n hasClearButton={true}\n onClear={() => {\n setValue('');\n }}\n onChange={(event: ChangeEvent<HTMLInputElement>) => setValue(event.target.value)}\n value={value}\n />\n );\n};";
|
|
3
|
+
export declare const cssExample = "@design-tokens url('node_modules://@pantheon-systems/pds-design-tokens/build/json/pds-design-tokens.json') format('style-dictionary3');\n\n.pds-file-diff {\n align-items: center;\n display: flex;\n gap: 0.25rem;\n height: 1.0625rem;\n max-width: 100%;\n width: 100%;\n\n .pds-file-diff__total-changes {\n color: var(--pds-color-fg-default-secondary);\n font-size: token('typography.size.XS' to rem);\n }\n\n .pds-file-diff__bars {\n align-items: center;\n display: flex;\n gap: 0.125rem;\n width: 100%;\n }\n\n .pds-file-diff__behind {\n position: relative;\n\n .pds-file-diff__behind-bar {\n background-color: var(--pds-color-status-critical-utility);\n border-bottom-left-radius: 6.25rem;\n border-top-left-radius: 6.25rem;\n height: 8px;\n min-width: 1px;\n right: 0px;\n transition: width 0.3s ease;\n width: 100%;\n }\n }\n\n .pds-file-diff__ahead {\n position: relative;\n\n .pds-file-diff__ahead-bar {\n background-color: var(--pds-color-status-success-utility);\n border-bottom-right-radius: 6.25rem;\n border-top-right-radius: 6.25rem;\n height: 8px;\n left: 0px;\n min-width: 1px;\n transition: width 0.3s ease;\n width: 100%;\n }\n }\n\n .pds-file-diff__tooltip {\n display: block;\n padding-inline: 0;\n }\n}\n";
|
|
4
|
+
export declare const diffExample = "diff --git a/influitive/index.css b/influitive/index.css\nindex 2069af6..b347ca3 100644\n--- a/influitive/index.css\n+++ b/influitive/index.css\n@@ -1,4 +1,4 @@\n #nav-container ul li.c-nav-list-item a.c-nav-item {\n font-weight: 500 !important;\n- font-family: 'Poppins', san-serif !important;\n+ font-family: 'Poppins', sans-serif !important;\n }";
|
|
5
|
+
export declare const twigExample = "<div class=\"pds-status-badge pds-status-badge--{{ color|default('transparent')}}{% if extra_classes %} {{ extra_classes }}{% endif %}\">\n\n {% if has_status_indicator %}\n <span class=\"pds-status-badge__status pds-status-badge__status--{{ status_type }}\">\n {% if status_type %}\n <span class=\"visually-hidden\">Status: {{ status_type }}</span>\n {% endif %}\n </span>\n {% endif %}\n\n <span class=\"pds-status-badge__label\">{{ label }}</span>\n</div>";
|
|
6
|
+
export declare const legacyExample = "Composer version 2.8.6 2025-02-25 13:03:50<br>PHP version 8.3.21 (/opt/pantheon/php8.3/php)<br>Run the "diagnose" command to get more detailed diagnostics output.<br>Cache directory does not exist (cache-vcs-dir):<br>Cache directory does not exist (cache-repo-dir):<br>Cache directory does not exist (cache-files-dir):<br>Clearing cache (cache-dir): /home/pantheon-app/.composer/cache<br>All caches cleared.<br>Running composer install...<br>composer --no-interaction --no-progress --prefer-dist --ansi install<br><span class=\"term-fg32\">No patches supplied.</span><br><span class=\"term-fg32\">Installing dependencies from lock file (including require-dev)</span><br><span class=\"term-fg32\">Verifying lock file contents can be installed on current platform.</span><br>Nothing to install, update or remove<br><span class=\"term-fg32\">Generating autoload files</span><br><span class=\"term-fg32\">89 packages you are using are looking for funding.</span><br><span class=\"term-fg32\">Use the `composer fund` command to find out more!</span><br><span class=\"term-fg32\">phpstan/extension-installer:</span> Extensions installed";
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import './comparison-list.css';
|
|
3
|
+
interface TypeLabels {
|
|
4
|
+
included: string;
|
|
5
|
+
notIncluded: string;
|
|
6
|
+
addon: string;
|
|
7
|
+
}
|
|
8
|
+
export interface ListItems {
|
|
9
|
+
text: string;
|
|
10
|
+
type: 'included' | 'notIncluded' | 'addon';
|
|
11
|
+
}
|
|
12
|
+
export interface ComparisonListProps extends ComponentPropsWithoutRef<'div'> {
|
|
13
|
+
/**
|
|
14
|
+
* Icon labels
|
|
15
|
+
*/
|
|
16
|
+
typeLabels?: TypeLabels;
|
|
17
|
+
/**
|
|
18
|
+
* List items
|
|
19
|
+
*/
|
|
20
|
+
listItems?: ListItems[];
|
|
21
|
+
/**
|
|
22
|
+
* Text preceding the list. Optional.
|
|
23
|
+
*/
|
|
24
|
+
listLabel?: string;
|
|
25
|
+
/**
|
|
26
|
+
* A link element using the router of your choice. Will be displayed below the list. Optional.
|
|
27
|
+
*/
|
|
28
|
+
moreLink?: ReactNode;
|
|
29
|
+
/**
|
|
30
|
+
* Render the icon labels for screen readers.
|
|
31
|
+
*/
|
|
32
|
+
renderTypeLabels?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Additional class names
|
|
35
|
+
*/
|
|
36
|
+
className?: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* ComparisonList UI component
|
|
40
|
+
*/
|
|
41
|
+
export declare const ComparisonList: ({ listItems, listLabel, moreLink, renderTypeLabels, typeLabels, className, ...props }: ComparisonListProps) => React.JSX.Element;
|
|
42
|
+
export {};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import './dashboard-stat.css';
|
|
3
|
+
export type DashBoardStatStatus = 'success' | 'warning' | 'launch' | 'error' | 'ready' | 'notReady';
|
|
4
|
+
/**
|
|
5
|
+
* Prop types for DashboardStat
|
|
6
|
+
*/
|
|
7
|
+
export interface DashboardStatProps extends ComponentPropsWithoutRef<'div'> {
|
|
8
|
+
/**
|
|
9
|
+
* Title of the stat, displayed as the main heading of the component.
|
|
10
|
+
*/
|
|
11
|
+
title?: string;
|
|
12
|
+
/**
|
|
13
|
+
* Status of the stat, which determines the icon and icon color.
|
|
14
|
+
*/
|
|
15
|
+
status?: DashBoardStatStatus;
|
|
16
|
+
/**
|
|
17
|
+
* Value of the stat, displayed next to the status icon.
|
|
18
|
+
*/
|
|
19
|
+
stat?: string | number;
|
|
20
|
+
/**
|
|
21
|
+
* Additional class names.
|
|
22
|
+
*/
|
|
23
|
+
className?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* DashboardStat UI component
|
|
27
|
+
*/
|
|
28
|
+
export declare const DashboardStat: ({ title, status, stat, className, ...props }: DashboardStatProps) => React.JSX.Element;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import './file-diff.css';
|
|
3
|
+
/**
|
|
4
|
+
* Prop types for FileDiff
|
|
5
|
+
*/
|
|
6
|
+
export interface FileDiffProps extends ComponentPropsWithoutRef<'div'> {
|
|
7
|
+
/**
|
|
8
|
+
* Number of added lines (green bar).
|
|
9
|
+
*/
|
|
10
|
+
additions: number;
|
|
11
|
+
/**
|
|
12
|
+
* Number of removed lines (red bar).
|
|
13
|
+
*/
|
|
14
|
+
deletions: number;
|
|
15
|
+
/**
|
|
16
|
+
* Object with strings for tooltips and screen reader labels.
|
|
17
|
+
*/
|
|
18
|
+
labelStrings?: {
|
|
19
|
+
linesChanged?: string;
|
|
20
|
+
additions?: string;
|
|
21
|
+
deletions?: string;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* Custom width in rems for the component. This will override the default.
|
|
25
|
+
*/
|
|
26
|
+
componentWidth?: number;
|
|
27
|
+
/**
|
|
28
|
+
* Additional class names
|
|
29
|
+
*/
|
|
30
|
+
className?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* FileDiff UI component
|
|
34
|
+
*/
|
|
35
|
+
export declare const FileDiff: ({ additions, deletions, labelStrings, className, componentWidth, ...props }: FileDiffProps) => React.JSX.Element;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import './flow-steps.css';
|
|
3
|
+
export type FlowStep = {
|
|
4
|
+
/**
|
|
5
|
+
* The header text of the step
|
|
6
|
+
*/
|
|
7
|
+
header: string | ReactNode;
|
|
8
|
+
/**
|
|
9
|
+
* The content of the step
|
|
10
|
+
*/
|
|
11
|
+
content?: string | ReactNode;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* Prop types for FlowSteps
|
|
15
|
+
*/
|
|
16
|
+
export interface FlowStepsProps extends ComponentPropsWithoutRef<'ol'> {
|
|
17
|
+
/**
|
|
18
|
+
* Alignment of the step content.
|
|
19
|
+
*/
|
|
20
|
+
contentAlignment?: 'indented' | 'left';
|
|
21
|
+
/**
|
|
22
|
+
* direction of the steps.
|
|
23
|
+
*/
|
|
24
|
+
layoutDirection?: 'vertical' | 'horizontal';
|
|
25
|
+
/**
|
|
26
|
+
* The list of steps to display.
|
|
27
|
+
*/
|
|
28
|
+
steps: FlowStep[];
|
|
29
|
+
/**
|
|
30
|
+
* Additional class names
|
|
31
|
+
*/
|
|
32
|
+
className?: string;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* FlowSteps UI component
|
|
36
|
+
*/
|
|
37
|
+
export declare const FlowSteps: ({ contentAlignment, layoutDirection, steps, className, ...props }: FlowStepsProps) => React.JSX.Element;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const stepsWithoutExtraContent: {
|
|
3
|
+
header: string;
|
|
4
|
+
}[];
|
|
5
|
+
export declare const stepsWithCode: ({
|
|
6
|
+
header: string;
|
|
7
|
+
content: React.JSX.Element;
|
|
8
|
+
} | {
|
|
9
|
+
header: React.JSX.Element;
|
|
10
|
+
content: React.JSX.Element;
|
|
11
|
+
})[];
|
|
12
|
+
export declare const stepsWithText: {
|
|
13
|
+
header: string;
|
|
14
|
+
content: string;
|
|
15
|
+
}[];
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import './link-new-window.css';
|
|
3
|
+
/**
|
|
4
|
+
* Prop types for LinkNewWindow
|
|
5
|
+
*/
|
|
6
|
+
export interface LinkNewWindowProps extends ComponentPropsWithoutRef<'a'> {
|
|
7
|
+
/**
|
|
8
|
+
* Content for the LinkNewWindow.
|
|
9
|
+
*/
|
|
10
|
+
children?: ReactNode;
|
|
11
|
+
/**
|
|
12
|
+
* Optional font size for the LinkNewWindow. If not provided, the font size will be inherited from the parent element.
|
|
13
|
+
*/
|
|
14
|
+
fontSize?: 'sm' | 'md' | 'lg';
|
|
15
|
+
/**
|
|
16
|
+
* Is the link in the process of loading?
|
|
17
|
+
*/
|
|
18
|
+
isLoading?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* Translation string for the "opens in a new window" message.
|
|
21
|
+
*/
|
|
22
|
+
newWindowText?: string;
|
|
23
|
+
/**
|
|
24
|
+
* URL where the component should link to.
|
|
25
|
+
*/
|
|
26
|
+
url: string;
|
|
27
|
+
/**
|
|
28
|
+
* Additional class names
|
|
29
|
+
*/
|
|
30
|
+
className?: string;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* LinkNewWindow UI component
|
|
34
|
+
*/
|
|
35
|
+
export declare const LinkNewWindow: ({ children, fontSize, isLoading, newWindowText, url, className, ...props }: LinkNewWindowProps) => React.JSX.Element;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import './modal.css';
|
|
3
|
+
export interface ModalProps extends ComponentPropsWithoutRef<'div'> {
|
|
4
|
+
/**
|
|
5
|
+
* Aria label that describes the modal. Will default to the title if not provided.
|
|
6
|
+
*/
|
|
7
|
+
ariaLabel?: string;
|
|
8
|
+
/**
|
|
9
|
+
* Main content for modal.
|
|
10
|
+
*/
|
|
11
|
+
children?: ReactNode;
|
|
12
|
+
/**
|
|
13
|
+
* Text for close button aria-label attribute. Only used if hasCloseButton is true.
|
|
14
|
+
*/
|
|
15
|
+
closeButtonLabel?: string;
|
|
16
|
+
/**
|
|
17
|
+
* Maximum height for the main content area -- excludes heading and footer areas.
|
|
18
|
+
* Will enable scrolling if content exceeds this height.
|
|
19
|
+
* Set in 'vh, 'rem', or 'px'.
|
|
20
|
+
*/
|
|
21
|
+
contentMaxHeight?: string;
|
|
22
|
+
/**
|
|
23
|
+
* If true, clicking outside the modal will not close it. This forces the user to interact with the modal.
|
|
24
|
+
*/
|
|
25
|
+
disableOutsideClick?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Indicates if the built-in close button will be shown.
|
|
28
|
+
*/
|
|
29
|
+
hasCloseButton?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Is the modal open?
|
|
32
|
+
*/
|
|
33
|
+
modalIsOpen?: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Function to set the modal open state.
|
|
36
|
+
*/
|
|
37
|
+
setModalIsOpen?: (isOpen: boolean) => void;
|
|
38
|
+
/**
|
|
39
|
+
* The width of the modal.
|
|
40
|
+
*/
|
|
41
|
+
size?: 'sm' | 'md' | 'lg' | 'xl';
|
|
42
|
+
/**
|
|
43
|
+
* Text for modal title
|
|
44
|
+
*/
|
|
45
|
+
title: string;
|
|
46
|
+
/**
|
|
47
|
+
* Additional class names
|
|
48
|
+
*/
|
|
49
|
+
className?: string;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Modal UI component
|
|
53
|
+
*/
|
|
54
|
+
export declare const Modal: ({ ariaLabel, children, closeButtonLabel, contentMaxHeight, disableOutsideClick, hasCloseButton, modalIsOpen, setModalIsOpen, size, title, className, ...props }: ModalProps) => React.JSX.Element;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import { HeadingLevelCommon } from '@libs/types/custom-types';
|
|
3
|
+
import './pagination.css';
|
|
4
|
+
/**
|
|
5
|
+
* Prop types for Pagination
|
|
6
|
+
*/
|
|
7
|
+
export interface PaginationProps extends ComponentPropsWithoutRef<'nav'> {
|
|
8
|
+
/**
|
|
9
|
+
* Minimum number of page buttons to buffer on either side of the current page.
|
|
10
|
+
* This will change the number of page buttons shown in total.
|
|
11
|
+
*/
|
|
12
|
+
bufferCount?: number;
|
|
13
|
+
/**
|
|
14
|
+
* Current page number.
|
|
15
|
+
*/
|
|
16
|
+
currentPage: number;
|
|
17
|
+
/**
|
|
18
|
+
* Heading level. Defaults to `h2`.
|
|
19
|
+
*/
|
|
20
|
+
headingLevel?: HeadingLevelCommon;
|
|
21
|
+
/**
|
|
22
|
+
* Heading text for the pagination component. Will only be accessible to screen readers.
|
|
23
|
+
*/
|
|
24
|
+
headingText?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Number of items per page.
|
|
27
|
+
*/
|
|
28
|
+
itemsPerPage?: number;
|
|
29
|
+
/**
|
|
30
|
+
* Label strings for previous and next buttons.
|
|
31
|
+
*/
|
|
32
|
+
labelStrings?: {
|
|
33
|
+
previous: string;
|
|
34
|
+
next: string;
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* Callback to handle page change.
|
|
38
|
+
* Use a state hook to update the current page in a parent component.
|
|
39
|
+
* For example: `onPageChange={(page) => setCurrentPage(page)}`
|
|
40
|
+
*/
|
|
41
|
+
onPageChange?: (page: number) => void;
|
|
42
|
+
/**
|
|
43
|
+
* Total number of items to paginate.
|
|
44
|
+
*/
|
|
45
|
+
totalItemCount: number;
|
|
46
|
+
/**
|
|
47
|
+
* Additional class names.
|
|
48
|
+
*/
|
|
49
|
+
className?: string;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Pagination UI component
|
|
53
|
+
*/
|
|
54
|
+
export declare const Pagination: ({ bufferCount, currentPage, headingLevel, headingText, itemsPerPage, labelStrings, onPageChange, totalItemCount, className, ...props }: PaginationProps) => React.JSX.Element;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import './pantheon-logo.css';
|
|
3
|
+
export type PantheonLogoDisplayType = 'full' | 'icon' | 'wordmark' | 'sub-brand' | 'sub-brand-small';
|
|
4
|
+
/**
|
|
5
|
+
* Prop types for PantheonLogo
|
|
6
|
+
*/
|
|
7
|
+
export interface PantheonLogoProps extends ComponentPropsWithoutRef<'div'> {
|
|
8
|
+
/**
|
|
9
|
+
* Color type. Use 'default' unless the logo is used on an approved dark background.
|
|
10
|
+
*/
|
|
11
|
+
colorType?: 'default' | 'reverse';
|
|
12
|
+
/**
|
|
13
|
+
* Display type
|
|
14
|
+
*/
|
|
15
|
+
displayType?: PantheonLogoDisplayType;
|
|
16
|
+
/**
|
|
17
|
+
* A fully-formed link element using the router of your choice. The link text will be used as the aria-label. If the logo should not be a link, set to `null`.
|
|
18
|
+
*/
|
|
19
|
+
linkContent?: ReactNode;
|
|
20
|
+
/**
|
|
21
|
+
* Accepts a fully-formed link or a string (if a static site name is desired). Will only render if the `display-type` is set to 'sub-brand'.
|
|
22
|
+
*/
|
|
23
|
+
subBrand?: ReactNode | string;
|
|
24
|
+
/**
|
|
25
|
+
* Additional class names
|
|
26
|
+
*/
|
|
27
|
+
className?: string;
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* PantheonLogo UI component
|
|
31
|
+
*/
|
|
32
|
+
export declare const PantheonLogo: ({ colorType, displayType, linkContent, subBrand, className, ...props }: PantheonLogoProps) => React.JSX.Element;
|