@pantheon-systems/pds-toolkit-react 1.0.0-dev.9999 → 1.1.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/README.md +1 -1
- package/_dist/components/Avatar/Avatar.d.ts +6 -6
- package/_dist/components/BranchDiff/BranchDiff.d.ts +10 -10
- package/_dist/components/CTALink/CTALink.d.ts +6 -6
- package/_dist/components/CTASlice/CTASlice.d.ts +7 -7
- package/_dist/components/Callout/Callout.d.ts +9 -8
- package/_dist/components/Callout/sample-callout-content.d.ts +1 -2
- package/_dist/components/CodeBlock/CodeBlock.d.ts +6 -6
- package/_dist/components/ComparisonList/ComparisonList.d.ts +7 -7
- package/_dist/components/DashboardStat/DashboardStat.d.ts +11 -11
- package/_dist/components/FileDiff/FileDiff.d.ts +11 -11
- package/_dist/components/FlowSteps/FlowSteps.d.ts +10 -10
- package/_dist/components/FlowSteps/example-steps.d.ts +3 -4
- package/_dist/components/LinkNewWindow/LinkNewWindow.d.ts +6 -6
- package/_dist/components/Modal/Modal.d.ts +6 -6
- package/_dist/components/Pagination/Pagination.d.ts +8 -8
- package/_dist/components/PantheonLogo/PantheonLogo.d.ts +6 -6
- package/_dist/components/PantheonLogo/pantheon-logo-data.d.ts +3 -4
- package/_dist/components/Picture/Picture.d.ts +15 -15
- package/_dist/components/Popover/Popover.d.ts +22 -23
- package/_dist/components/PullQuote/PullQuote.d.ts +7 -7
- package/_dist/components/RefreshChecker/RefreshChecker.d.ts +10 -10
- package/_dist/components/SiteDashboardHeading/SiteDashboardHeading.d.ts +17 -12
- package/_dist/components/Skiplink/Skiplink.d.ts +6 -6
- package/_dist/components/SocialLinks/SocialLinks.d.ts +8 -8
- package/_dist/components/StatusIndicator/StatusIndicator.d.ts +8 -7
- package/_dist/components/Table/Table.d.ts +9 -9
- package/_dist/components/TableOfContents/TableOfContents.d.ts +9 -9
- package/_dist/components/Tabs/Tabs.d.ts +15 -15
- package/_dist/components/Tag/Tag.d.ts +8 -8
- package/_dist/components/ThemeSwitcher/ThemeSwitcher.d.ts +9 -9
- package/_dist/components/Tooltip/Tooltip.d.ts +7 -7
- package/_dist/components/VideoEmbed/VideoEmbed.d.ts +6 -6
- package/_dist/components/badges/IndicatorBadge/IndicatorBadge.d.ts +7 -7
- package/_dist/components/badges/StatusBadge/StatusBadge.d.ts +8 -7
- package/_dist/components/badges/Tally/Tally.d.ts +8 -8
- package/_dist/components/buttons/Button/Button.d.ts +11 -10
- package/_dist/components/buttons/ButtonLink/ButtonLink.d.ts +8 -8
- package/_dist/components/buttons/ClipboardButton/ClipboardButton.d.ts +6 -6
- package/_dist/components/buttons/CloseButton/CloseButton.d.ts +6 -6
- package/_dist/components/buttons/IconButton/IconButton.d.ts +12 -11
- package/_dist/components/buttons/MenuButton/MenuButton.d.ts +11 -11
- package/_dist/components/buttons/SegmentedButton/SegmentedButton.d.ts +13 -14
- package/_dist/components/buttons/SplitButton/SplitButton.d.ts +9 -9
- package/_dist/components/buttons/SplitButton/split-button-sample-data.d.ts +1 -2
- package/_dist/components/buttons/UtilityButton/UtilityButton.d.ts +25 -11
- package/_dist/components/cards/Card/Card.d.ts +7 -7
- package/_dist/components/cards/CardHeading/CardHeading.d.ts +6 -7
- package/_dist/components/cards/CardSelectGroup/CardSelectGroup.d.ts +10 -10
- package/_dist/components/cards/EmptyStateCard/EmptyStateCard.d.ts +7 -7
- package/_dist/components/cards/LinksCard/LinksCard.d.ts +7 -7
- package/_dist/components/cards/NewSiteCard/NewSiteCard.d.ts +12 -12
- package/_dist/components/cards/PaymentCard/PaymentCard.d.ts +16 -16
- package/_dist/components/cards/PricingCard/PricingCard.d.ts +22 -22
- package/_dist/components/cards/SiteCard/SiteCard.d.ts +13 -8
- package/_dist/components/empty-states/CompactEmptyState/CompactEmptyState.d.ts +9 -9
- package/_dist/components/empty-states/HorizontalEmptyState/HorizontalEmptyState.d.ts +27 -27
- package/_dist/components/empty-states/VerticalEmptyState/VerticalEmptyState.d.ts +15 -15
- package/_dist/components/footer/FooterHeading/FooterHeading.d.ts +7 -7
- package/_dist/components/footer/FooterLinks/FooterLinks.d.ts +7 -7
- package/_dist/components/footer/SiteFooter/SiteFooter.d.ts +11 -11
- package/_dist/components/footer/SiteFooter/footer-content.d.ts +1 -2
- package/_dist/components/icons/Icon/Icon.d.ts +19 -8
- package/_dist/components/icons/PaymentIcon/PaymentIcon.d.ts +6 -6
- package/_dist/components/icons/PaymentIcon/svgData.d.ts +5 -6
- package/_dist/components/icons/PlatformIcon/PlatformIcon.d.ts +3 -3
- package/_dist/components/inputs/Checkbox/Checkbox.d.ts +7 -7
- package/_dist/components/inputs/CheckboxFieldset/CheckboxFieldset.d.ts +9 -9
- package/_dist/components/inputs/CheckboxGroup/CheckboxGroup.d.ts +8 -8
- package/_dist/components/inputs/Combobox/Combobox.d.ts +22 -17
- package/_dist/components/inputs/ComboboxMultiselect/ComboboxMultiselect.d.ts +12 -12
- package/_dist/components/inputs/Datepicker/Datepicker.d.ts +96 -0
- package/_dist/components/inputs/FileUpload/FileUpload.d.ts +6 -6
- package/_dist/components/inputs/InputGroup/InputGroup.d.ts +2 -2
- package/_dist/components/inputs/RadioGroup/RadioGroup.d.ts +13 -13
- package/_dist/components/inputs/Select/Select.d.ts +23 -14
- package/_dist/components/inputs/Select/select-sample-data.d.ts +6 -0
- package/_dist/components/inputs/Switch/Switch.d.ts +9 -7
- package/_dist/components/inputs/TextInput/TextInput.d.ts +9 -9
- package/_dist/components/inputs/Textarea/Textarea.d.ts +14 -13
- package/_dist/components/inputs/input-utilities.d.ts +35 -35
- package/_dist/components/loading-indicators/Skeleton/Skeleton.d.ts +7 -7
- package/_dist/components/loading-indicators/Spinner/Spinner.d.ts +6 -6
- package/_dist/components/navigation/Breadcrumb/Breadcrumb.d.ts +6 -6
- package/_dist/components/navigation/ButtonNav/ButtonNav.d.ts +7 -7
- package/_dist/components/navigation/DashboardNav/DashboardNav.d.ts +6 -6
- package/_dist/components/navigation/DashboardNav/DashboardNavItem.d.ts +5 -6
- package/_dist/components/navigation/DashboardSearch/DashboardSearch.d.ts +12 -12
- package/_dist/components/navigation/DropdownMenu/DropdownMenu.d.ts +7 -7
- package/_dist/components/navigation/NavMenu/NavMenu.d.ts +8 -18
- package/_dist/components/navigation/NavMenu/NavMenuDropdown.d.ts +4 -4
- package/_dist/components/navigation/Navbar/Navbar.d.ts +8 -8
- package/_dist/components/navigation/SideNav/SideNav.d.ts +7 -7
- package/_dist/components/navigation/SideNavCompact/SideNavCompact.d.ts +7 -7
- package/_dist/components/navigation/SideNavGlobal/SideNavGlobal.d.ts +6 -6
- package/_dist/components/navigation/SideNavGlobal/SideNavGlobalItem.d.ts +5 -6
- package/_dist/components/navigation/TabMenu/TabMenu.d.ts +10 -10
- package/_dist/components/navigation/TabMenu/TabMenuDropdown.d.ts +4 -5
- package/_dist/components/navigation/UserMenu/UserMenu.d.ts +7 -7
- package/_dist/components/navigation/WorkspaceSelector/WorkspaceSelector.d.ts +24 -10
- package/_dist/components/navigation/navigation-utilities.d.ts +3 -3
- package/_dist/components/notifications/Banner/Banner.d.ts +11 -9
- package/_dist/components/notifications/InlineMessage/InlineMessage.d.ts +8 -7
- package/_dist/components/notifications/SectionMessage/SectionMessage.d.ts +9 -8
- package/_dist/components/notifications/Toaster/Toast.d.ts +6 -6
- package/_dist/components/notifications/Toaster/Toaster.d.ts +6 -6
- package/_dist/components/notifications/Toaster/useToast.d.ts +3 -3
- package/_dist/components/panels/ExpansionPanel/ExpansionPanel.d.ts +6 -6
- package/_dist/components/panels/ExpansionPanelGroup/ExpansionPanelGroup.d.ts +6 -6
- package/_dist/components/panels/Panel/Panel.d.ts +16 -9
- package/_dist/components/panels/PanelList/PanelList.d.ts +8 -4
- package/_dist/components/panels/PanelList/PanelRow.d.ts +6 -6
- package/_dist/components/progress-indicators/ProgressBar/ProgressBar.d.ts +8 -7
- package/_dist/components/progress-indicators/ProgressRing/ProgressRing.d.ts +6 -6
- package/_dist/components/steppers/Stepper/Stepper.d.ts +7 -7
- package/_dist/components/steppers/VerticalStepper/VerticalStep.d.ts +7 -7
- package/_dist/components/steppers/VerticalStepper/VerticalStepper.d.ts +6 -6
- package/_dist/components/steppers/VerticalStepper/vertical-stepper-sample-data.d.ts +3 -4
- package/_dist/components/tiles/AvatarTileList/AvatarTileList.d.ts +9 -9
- package/_dist/components/tiles/Tile/Tile.d.ts +7 -7
- package/_dist/components/tiles/TileGrid/TileGrid.d.ts +8 -8
- package/_dist/css/component-css/pds-avatar.css +1 -1
- package/_dist/css/component-css/pds-button.css +1 -1
- package/_dist/css/component-css/pds-checkbox.css +1 -1
- package/_dist/css/component-css/pds-code-block.css +1 -1
- package/_dist/css/component-css/pds-combobox-multiselect.css +1 -1
- package/_dist/css/component-css/pds-combobox.css +1 -1
- package/_dist/css/component-css/pds-dashboard-nav.css +1 -1
- package/_dist/css/component-css/pds-dashboard-search.css +1 -1
- package/_dist/css/component-css/pds-datepicker.css +3 -0
- package/_dist/css/component-css/pds-index.css +34 -16
- package/_dist/css/component-css/pds-indicator-badge.css +5 -3
- package/_dist/css/component-css/pds-input-utilities.css +1 -1
- package/_dist/css/component-css/pds-menu-button.css +1 -2
- package/_dist/css/component-css/pds-navbar.css +1 -1
- package/_dist/css/component-css/pds-panel-list.css +1 -1
- package/_dist/css/component-css/pds-pantheon-logo.css +1 -1
- package/_dist/css/component-css/pds-popover.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-radio-group.css +1 -1
- package/_dist/css/component-css/pds-section-message.css +1 -1
- package/_dist/css/component-css/pds-segmented-button.css +1 -1
- package/_dist/css/component-css/pds-select.css +1 -1
- package/_dist/css/component-css/pds-side-nav-compact.css +1 -1
- package/_dist/css/component-css/pds-side-nav-global.css +1 -1
- package/_dist/css/component-css/pds-side-nav.css +1 -2
- package/_dist/css/component-css/pds-site-card.css +1 -1
- package/_dist/css/component-css/pds-site-dashboard-heading.css +1 -1
- package/_dist/css/component-css/pds-switch.css +17 -1
- package/_dist/css/component-css/pds-tab-menu.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-utility-button.css +1 -1
- package/_dist/css/component-css/pds-workspace-selector.css +1 -1
- package/_dist/css/design-tokens/pds-design-tokens-dark-mode.css +7 -0
- package/_dist/css/design-tokens/pds-design-tokens-light-mode.css +7 -0
- package/_dist/css/pds-components.css +34 -16
- package/_dist/css/pds-core.css +2 -2
- package/_dist/css/pds-layouts.css +1 -1
- package/_dist/index.css +1 -1
- package/_dist/index.d.ts +5 -2
- package/_dist/index.js +8309 -8595
- package/_dist/index.js.map +1 -1
- package/_dist/layouts/AppLayout/AppLayout.d.ts +7 -7
- package/_dist/layouts/Container/Container.d.ts +7 -7
- package/_dist/layouts/DashboardGlobal/DashboardGlobal.d.ts +13 -13
- package/_dist/layouts/DashboardInner/DashboardInner.d.ts +8 -7
- package/_dist/layouts/DocsLayout/DocsLayout.d.ts +7 -7
- package/_dist/layouts/FlexContainer/FlexContainer.d.ts +11 -11
- package/_dist/layouts/GlobalWrapper/GlobalWrapper.d.ts +3 -3
- package/_dist/layouts/SidebarLayout/SidebarLayout.d.ts +9 -8
- package/_dist/layouts/StepperLayout/StepperLayout.d.ts +2 -2
- package/_dist/layouts/ThreeItemLayout/ThreeItemLayout.d.ts +7 -7
- package/_dist/layouts/TwoItemLayout/TwoItemLayout.d.ts +7 -7
- package/_dist/{components/navigation/DashboardSearch → libs/components/SiteOptionDisplay}/SiteOptionDisplay.d.ts +11 -7
- package/_dist/libs/components/sb-docs-toc-layout.d.ts +2 -2
- package/_dist/libs/components/utility-components.d.ts +4 -4
- package/_dist/libs/types/custom-types.d.ts +46 -10
- package/_dist/{components/navigation → libs/types}/navigation-types.d.ts +15 -7
- package/_dist/mocks/data/navigation-items.d.ts +58 -147
- package/_dist/mocks/markup/dashboard-main-content.d.ts +3 -4
- package/_dist/mocks/markup/dashboard-navigation.d.ts +3 -4
- package/_dist/mocks/markup/inputs.d.ts +1 -2
- package/_dist/mocks/markup/modal.d.ts +1 -2
- package/_dist/mocks/markup/panel-row-content.d.ts +5 -6
- package/_dist/utilities/color/color-preview-swatches.d.ts +3 -4
- package/_dist/utilities/context-providers/OverlayContext/OverlayContext.d.ts +12 -0
- package/_dist/utilities/context-providers/ResponsiveContext/ResponsiveContext.d.ts +1 -1
- package/_dist/vars/animation.d.ts +2 -2
- package/package.json +50 -43
- /package/_dist/{components/inputs → libs/types}/input-types.d.ts +0 -0
- /package/_dist/{layouts → libs/types}/layout-types.d.ts +0 -0
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { HeadingLevelCommon } from '
|
|
1
|
+
import { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import { HeadingLevelCommon } from '../../../libs/types/custom-types';
|
|
3
3
|
import './links-card.css';
|
|
4
4
|
/**
|
|
5
5
|
* Prop types for LinksCard
|
|
6
6
|
*/
|
|
7
7
|
interface LinksCardProps extends ComponentPropsWithoutRef<'div'> {
|
|
8
|
+
/**
|
|
9
|
+
* Additional class names
|
|
10
|
+
*/
|
|
11
|
+
className?: string;
|
|
8
12
|
/**
|
|
9
13
|
* Heading level
|
|
10
14
|
*/
|
|
@@ -17,13 +21,9 @@ interface LinksCardProps extends ComponentPropsWithoutRef<'div'> {
|
|
|
17
21
|
* Array of links
|
|
18
22
|
*/
|
|
19
23
|
linkItems?: ReactNode[];
|
|
20
|
-
/**
|
|
21
|
-
* Additional class names
|
|
22
|
-
*/
|
|
23
|
-
className?: string;
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
26
|
* Links Card UI component
|
|
27
27
|
*/
|
|
28
|
-
export declare const LinksCard: ({
|
|
28
|
+
export declare const LinksCard: ({ className, headingLevel, headingText, linkItems, ...props }: LinksCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
29
29
|
export {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { BadgeColor } from '
|
|
1
|
+
import { ComponentPropsWithoutRef, ReactElement } from 'react';
|
|
2
|
+
import { BadgeColor } from '../../../libs/types/custom-types';
|
|
3
3
|
import './new-site-card.css';
|
|
4
4
|
interface BadgeValueType {
|
|
5
|
-
label: string;
|
|
6
5
|
color: BadgeColor;
|
|
6
|
+
label: string;
|
|
7
7
|
}
|
|
8
8
|
export declare const badgeTypes: {
|
|
9
9
|
[key: string]: BadgeValueType;
|
|
@@ -17,6 +17,10 @@ interface NewSiteCardProps extends ComponentPropsWithoutRef<'div'> {
|
|
|
17
17
|
* Optional indicator badge type. Choose from only early-access at this time.
|
|
18
18
|
*/
|
|
19
19
|
badge?: 'early-access';
|
|
20
|
+
/**
|
|
21
|
+
* Additional class names
|
|
22
|
+
*/
|
|
23
|
+
className?: string;
|
|
20
24
|
/**
|
|
21
25
|
* Icon. Choose from only Platform Icons at this time.
|
|
22
26
|
*/
|
|
@@ -26,9 +30,9 @@ interface NewSiteCardProps extends ComponentPropsWithoutRef<'div'> {
|
|
|
26
30
|
*/
|
|
27
31
|
newWindowString?: string;
|
|
28
32
|
/**
|
|
29
|
-
*
|
|
33
|
+
* The primary link for the selection card.
|
|
30
34
|
*/
|
|
31
|
-
|
|
35
|
+
selectionLink: ReactElement;
|
|
32
36
|
/**
|
|
33
37
|
* Card subtitle
|
|
34
38
|
*/
|
|
@@ -37,21 +41,17 @@ interface NewSiteCardProps extends ComponentPropsWithoutRef<'div'> {
|
|
|
37
41
|
* Card summary
|
|
38
42
|
*/
|
|
39
43
|
summary?: string;
|
|
40
|
-
/**
|
|
41
|
-
* The primary link for the selection card.
|
|
42
|
-
*/
|
|
43
|
-
selectionLink: ReactElement;
|
|
44
44
|
/**
|
|
45
45
|
* Array of supplemental links. Maximum of 2.
|
|
46
46
|
*/
|
|
47
47
|
supplementalLinks?: ReactElement[];
|
|
48
48
|
/**
|
|
49
|
-
*
|
|
49
|
+
* Card title
|
|
50
50
|
*/
|
|
51
|
-
|
|
51
|
+
title: string;
|
|
52
52
|
}
|
|
53
53
|
/**
|
|
54
54
|
* NewSiteCard UI component
|
|
55
55
|
*/
|
|
56
|
-
export declare const NewSiteCard: ({ badge, icon, newWindowString,
|
|
56
|
+
export declare const NewSiteCard: ({ badge, className, icon, newWindowString, selectionLink, subtitle, summary, supplementalLinks, title, ...props }: NewSiteCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
57
57
|
export {};
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ComponentPropsWithoutRef } from 'react';
|
|
2
2
|
import './payment-card.css';
|
|
3
3
|
/**
|
|
4
4
|
* Prop types for PaymentCard
|
|
5
5
|
*/
|
|
6
6
|
export interface PaymentCardProps extends ComponentPropsWithoutRef<'div'> {
|
|
7
7
|
/**
|
|
8
|
-
* The
|
|
8
|
+
* The name of the cardholder.
|
|
9
9
|
*/
|
|
10
|
-
|
|
10
|
+
cardholderName?: string;
|
|
11
11
|
/**
|
|
12
12
|
* The last four digits of the card number.
|
|
13
13
|
*/
|
|
14
14
|
cardNumber?: number;
|
|
15
15
|
/**
|
|
16
|
-
* The
|
|
17
|
-
*/
|
|
18
|
-
cardholderName?: string;
|
|
19
|
-
/**
|
|
20
|
-
* Expiration date of the card in MM/YY format.
|
|
16
|
+
* The type of payment icon to display.
|
|
21
17
|
*/
|
|
22
|
-
|
|
18
|
+
cardType?: 'visa' | 'mastercard' | 'amex' | 'discover';
|
|
23
19
|
/**
|
|
24
20
|
* A string for the lower left corner.
|
|
25
21
|
*/
|
|
26
22
|
cardUsage?: string;
|
|
27
23
|
/**
|
|
28
|
-
*
|
|
24
|
+
* Additional class names
|
|
29
25
|
*/
|
|
30
|
-
|
|
26
|
+
className?: string;
|
|
31
27
|
/**
|
|
32
28
|
* Function for when “view details” is clicked
|
|
33
29
|
*/
|
|
34
30
|
detailsCallback?: () => void;
|
|
35
31
|
/**
|
|
36
|
-
*
|
|
32
|
+
* Translation string for “view details”
|
|
37
33
|
*/
|
|
38
|
-
|
|
34
|
+
detailsLabel?: string;
|
|
39
35
|
/**
|
|
40
|
-
*
|
|
36
|
+
* Expiration date of the card in MM/YY format.
|
|
41
37
|
*/
|
|
42
|
-
|
|
38
|
+
expDate?: string;
|
|
39
|
+
/**
|
|
40
|
+
* Function for when this card is selected
|
|
41
|
+
*/
|
|
42
|
+
selectionCallback?: () => void;
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
45
|
* PaymentCard UI component
|
|
46
46
|
*/
|
|
47
|
-
export declare const PaymentCard: ({
|
|
47
|
+
export declare const PaymentCard: ({ cardholderName, cardNumber, cardType, cardUsage, className, detailsCallback, detailsLabel, expDate, selectionCallback, ...props }: PaymentCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ListItems } from '
|
|
1
|
+
import { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import { ListItems } from '../../ComparisonList/ComparisonList';
|
|
3
3
|
import './pricing-card.css';
|
|
4
4
|
interface PrimaryCallToAction {
|
|
5
|
-
type?: 'button' | 'link';
|
|
6
|
-
variant?: 'primary' | 'secondary';
|
|
7
|
-
label?: string;
|
|
8
5
|
buttonAction?: () => void;
|
|
9
|
-
linkUrl?: string;
|
|
10
|
-
linkTarget?: string;
|
|
11
6
|
disabled?: boolean;
|
|
7
|
+
label?: string;
|
|
8
|
+
linkTarget?: string;
|
|
9
|
+
linkUrl?: string;
|
|
10
|
+
type?: 'button' | 'link';
|
|
11
|
+
variant?: 'primary' | 'secondary';
|
|
12
12
|
}
|
|
13
13
|
interface SecondaryCallToAction {
|
|
14
|
-
type?: 'button' | 'link';
|
|
15
|
-
label?: string;
|
|
16
14
|
buttonAction?: () => void;
|
|
17
|
-
|
|
15
|
+
label?: string;
|
|
18
16
|
linkTarget?: string;
|
|
17
|
+
linkUrl?: string;
|
|
18
|
+
type?: 'button' | 'link';
|
|
19
19
|
}
|
|
20
20
|
interface PlanPricingData {
|
|
21
21
|
customActionLabel?: string;
|
|
22
22
|
label?: string;
|
|
23
|
-
|
|
23
|
+
listItems?: ListItems[];
|
|
24
|
+
listLabel?: string;
|
|
24
25
|
price?: string;
|
|
25
26
|
priceDetails?: string;
|
|
27
|
+
pricePrefix?: string;
|
|
26
28
|
savingsBadgeLabel?: string;
|
|
27
29
|
savingsDetails?: string;
|
|
28
|
-
listLabel?: string;
|
|
29
|
-
listItems?: ListItems[];
|
|
30
30
|
}
|
|
31
31
|
interface StatusBadgeLabels {
|
|
32
32
|
currentPlan?: string;
|
|
@@ -41,6 +41,14 @@ interface PricingCardProps extends ComponentPropsWithoutRef<'div'> {
|
|
|
41
41
|
* An optional secondary call to action.
|
|
42
42
|
*/
|
|
43
43
|
actionSecondary?: SecondaryCallToAction;
|
|
44
|
+
/**
|
|
45
|
+
* Additional class names for the card item.
|
|
46
|
+
*/
|
|
47
|
+
className?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Additional class names for the card container.
|
|
50
|
+
*/
|
|
51
|
+
containerClassName?: string;
|
|
44
52
|
/**
|
|
45
53
|
* Has comparison list. Will be rendered below the card if true.
|
|
46
54
|
* Add corresponding `comparisonListId` to each planPricingData object.
|
|
@@ -74,17 +82,9 @@ interface PricingCardProps extends ComponentPropsWithoutRef<'div'> {
|
|
|
74
82
|
* Status badge type. Leave empty for no badge. Only one badge of each type should be used in a group of Pricing Cards.
|
|
75
83
|
*/
|
|
76
84
|
statusBadgeType?: 'currentPlan' | 'mostPopular';
|
|
77
|
-
/**
|
|
78
|
-
* Additional class names for the card item.
|
|
79
|
-
*/
|
|
80
|
-
className?: string;
|
|
81
|
-
/**
|
|
82
|
-
* Additional class names for the card container.
|
|
83
|
-
*/
|
|
84
|
-
containerClassName?: string;
|
|
85
85
|
}
|
|
86
86
|
/**
|
|
87
87
|
* PricingCard UI component
|
|
88
88
|
*/
|
|
89
|
-
export declare const PricingCard: ({ actionPrimary, actionSecondary, hasComparisonList, onTierChange, planDescription, planName, planPricingData,
|
|
89
|
+
export declare const PricingCard: ({ actionPrimary, actionSecondary, className, hasComparisonList, onTierChange, planDescription, planName, planPricingData, selectLabel, statusBadgeLabels, statusBadgeType, ...props }: PricingCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
90
90
|
export {};
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { HeadingLevelCommon } from '
|
|
3
|
-
import { SiteStatus } from '@libs/types/custom-types';
|
|
1
|
+
import { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import { HeadingLevelCommon, SiteStatus } from '../../../libs/types/custom-types';
|
|
4
3
|
import './site-card.css';
|
|
5
4
|
/**
|
|
6
5
|
* Prop types for SiteCard
|
|
7
6
|
*/
|
|
8
7
|
export interface SiteCardProps extends ComponentPropsWithoutRef<'div'> {
|
|
8
|
+
/**
|
|
9
|
+
* Additional class names
|
|
10
|
+
*/
|
|
11
|
+
className?: string;
|
|
9
12
|
/**
|
|
10
13
|
* Translatable text for the "Go to" link.
|
|
11
14
|
*/
|
|
@@ -14,6 +17,12 @@ export interface SiteCardProps extends ComponentPropsWithoutRef<'div'> {
|
|
|
14
17
|
* Heading level of the card title.
|
|
15
18
|
*/
|
|
16
19
|
headingLevel?: HeadingLevelCommon;
|
|
20
|
+
/**
|
|
21
|
+
* Callback for when the card is clicked.
|
|
22
|
+
* Should only be used for special handling of restricted sites.
|
|
23
|
+
* Will override the default link behavior if provided.
|
|
24
|
+
*/
|
|
25
|
+
onClick?: () => void;
|
|
17
26
|
/**
|
|
18
27
|
* Image URL for the site.
|
|
19
28
|
*/
|
|
@@ -34,12 +43,8 @@ export interface SiteCardProps extends ComponentPropsWithoutRef<'div'> {
|
|
|
34
43
|
* Status of the site.
|
|
35
44
|
*/
|
|
36
45
|
siteStatus?: SiteStatus;
|
|
37
|
-
/**
|
|
38
|
-
* Additional class names
|
|
39
|
-
*/
|
|
40
|
-
className?: string;
|
|
41
46
|
}
|
|
42
47
|
/**
|
|
43
48
|
* SiteCard UI component
|
|
44
49
|
*/
|
|
45
|
-
export declare const SiteCard: ({ gotoText, headingLevel, siteImage, siteLink, siteName, sitePlan, siteStatus,
|
|
50
|
+
export declare const SiteCard: ({ className, gotoText, headingLevel, onClick, siteImage, siteLink, siteName, sitePlan, siteStatus, ...props }: SiteCardProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,11 +1,15 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import { HeadingLevelCommon } from '../../../libs/types/custom-types';
|
|
3
|
+
import { PDSIcon } from '../../icons/Icon/Icon';
|
|
4
4
|
import './compact-empty-state.css';
|
|
5
5
|
/**
|
|
6
6
|
* Prop types for CompactEmptyState
|
|
7
7
|
*/
|
|
8
8
|
export interface CompactEmptyStateProps extends ComponentPropsWithoutRef<'div'> {
|
|
9
|
+
/**
|
|
10
|
+
* Additional class names
|
|
11
|
+
*/
|
|
12
|
+
className?: string;
|
|
9
13
|
/**
|
|
10
14
|
* heading to explain the empty state.
|
|
11
15
|
*/
|
|
@@ -17,7 +21,7 @@ export interface CompactEmptyStateProps extends ComponentPropsWithoutRef<'div'>
|
|
|
17
21
|
/**
|
|
18
22
|
* Icon to display above the heading.
|
|
19
23
|
*/
|
|
20
|
-
iconName
|
|
24
|
+
iconName?: PDSIcon;
|
|
21
25
|
/**
|
|
22
26
|
* A link element using the router of your choice. Leave empty for no link.
|
|
23
27
|
*/
|
|
@@ -26,12 +30,8 @@ export interface CompactEmptyStateProps extends ComponentPropsWithoutRef<'div'>
|
|
|
26
30
|
* Message to display below the heading.
|
|
27
31
|
*/
|
|
28
32
|
message?: string;
|
|
29
|
-
/**
|
|
30
|
-
* Additional class names
|
|
31
|
-
*/
|
|
32
|
-
className?: string;
|
|
33
33
|
}
|
|
34
34
|
/**
|
|
35
35
|
* CompactEmptyState UI component
|
|
36
36
|
*/
|
|
37
|
-
export declare const CompactEmptyState: ({
|
|
37
|
+
export declare const CompactEmptyState: ({ className, heading, headingLevel, iconName, linkContent, message, ...props }: CompactEmptyStateProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import { HeadingLevel } from '../../../libs/types/custom-types';
|
|
3
|
+
import { VideoEmbedProps } from '../../VideoEmbed/VideoEmbed';
|
|
4
4
|
import './horizontal-empty-state.css';
|
|
5
5
|
/**
|
|
6
6
|
* Prop types for HorizontalEmptyState
|
|
@@ -10,30 +10,44 @@ export interface HorizontalEmptyStateProps extends ComponentPropsWithoutRef<'div
|
|
|
10
10
|
* Vertical alignment of the content.
|
|
11
11
|
*/
|
|
12
12
|
alignment?: 'top' | 'center';
|
|
13
|
+
/**
|
|
14
|
+
* Additional class names
|
|
15
|
+
*/
|
|
16
|
+
className?: string;
|
|
13
17
|
/**
|
|
14
18
|
* A call-to-action region.
|
|
15
19
|
* This should be a Button, ButtonLink, or two items wrapped in a `pds-button-group` div.
|
|
16
20
|
*/
|
|
17
21
|
ctaRegion?: ReactNode;
|
|
22
|
+
/**
|
|
23
|
+
* heading to explain the empty state.
|
|
24
|
+
*/
|
|
25
|
+
heading: string;
|
|
26
|
+
/**
|
|
27
|
+
* Heading level.
|
|
28
|
+
*/
|
|
29
|
+
headingLevel?: HeadingLevel;
|
|
18
30
|
/**
|
|
19
31
|
* Pantheon collage image to display next to the main content.
|
|
20
|
-
* Can be a string (image path/URL) or a React node (e.g.,
|
|
32
|
+
* Can be a string (image path/URL) or a React node (e.g., the Picture component).
|
|
21
33
|
* If a video is provided, this will be ignored.
|
|
22
34
|
*/
|
|
23
|
-
image?: string |
|
|
35
|
+
image?: string | ReactNode;
|
|
24
36
|
/**
|
|
25
|
-
*
|
|
26
|
-
*
|
|
37
|
+
* Margin left of the image container (CSS value, e.g., '0', '10px', '20%').
|
|
38
|
+
* Default is '0'.
|
|
27
39
|
*/
|
|
28
|
-
|
|
40
|
+
imageMarginLeft?: string;
|
|
29
41
|
/**
|
|
30
|
-
*
|
|
42
|
+
* Width of the image container (CSS value, e.g., '40%', '30%', '300px').
|
|
43
|
+
* Default is '40%'.
|
|
31
44
|
*/
|
|
32
|
-
|
|
45
|
+
imageWidth?: string;
|
|
33
46
|
/**
|
|
34
|
-
*
|
|
47
|
+
* Will this be rendered within a panel?
|
|
48
|
+
* If true, the image and heading will be scaled down to fit within the panel.
|
|
35
49
|
*/
|
|
36
|
-
|
|
50
|
+
isWithinPanel?: boolean;
|
|
37
51
|
/**
|
|
38
52
|
* Message to display below the heading.
|
|
39
53
|
*/
|
|
@@ -48,22 +62,8 @@ export interface HorizontalEmptyStateProps extends ComponentPropsWithoutRef<'div
|
|
|
48
62
|
* If a video is provided, the image will be ignored.
|
|
49
63
|
*/
|
|
50
64
|
video?: VideoEmbedProps;
|
|
51
|
-
/**
|
|
52
|
-
* Width of the image container (CSS value, e.g., '40%', '30%', '300px').
|
|
53
|
-
* Default is '40%'.
|
|
54
|
-
*/
|
|
55
|
-
imageWidth?: string;
|
|
56
|
-
/**
|
|
57
|
-
* Margin left of the image container (CSS value, e.g., '0', '10px', '20%').
|
|
58
|
-
* Default is '0'.
|
|
59
|
-
*/
|
|
60
|
-
imageMarginLeft?: string;
|
|
61
|
-
/**
|
|
62
|
-
* Additional class names
|
|
63
|
-
*/
|
|
64
|
-
className?: string;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* HorizontalEmptyState UI component
|
|
68
68
|
*/
|
|
69
|
-
export declare const HorizontalEmptyState: ({ alignment,
|
|
69
|
+
export declare const HorizontalEmptyState: ({ alignment, className, ctaRegion, heading, headingLevel, image, imageMarginLeft, imageWidth, isWithinPanel, message, video, ...props }: HorizontalEmptyStateProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,15 +1,27 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { HeadingLevel } from '
|
|
1
|
+
import { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import { HeadingLevel } from '../../../libs/types/custom-types';
|
|
3
3
|
import './vertical-empty-state.css';
|
|
4
4
|
/**
|
|
5
5
|
* Prop types for VerticalEmptyState
|
|
6
6
|
*/
|
|
7
7
|
export interface VerticalEmptyStateProps extends ComponentPropsWithoutRef<'div'> {
|
|
8
|
+
/**
|
|
9
|
+
* Additional class names
|
|
10
|
+
*/
|
|
11
|
+
className?: string;
|
|
8
12
|
/**
|
|
9
13
|
* A call-to-action region.
|
|
10
14
|
* This should be a Button, ButtonLink, or two items wrapped in a `pds-button-group` div.
|
|
11
15
|
*/
|
|
12
16
|
ctaRegion?: ReactNode;
|
|
17
|
+
/**
|
|
18
|
+
* heading to explain the empty state.
|
|
19
|
+
*/
|
|
20
|
+
heading: string;
|
|
21
|
+
/**
|
|
22
|
+
* Heading level.
|
|
23
|
+
*/
|
|
24
|
+
headingLevel?: HeadingLevel;
|
|
13
25
|
/**
|
|
14
26
|
* PDS illustration image to display above the heading.
|
|
15
27
|
* Should be a link to an SVG file, either from Brandfolder or local.
|
|
@@ -24,24 +36,12 @@ export interface VerticalEmptyStateProps extends ComponentPropsWithoutRef<'div'>
|
|
|
24
36
|
* Width of the image (CSS value like '200px', '50%', etc.)
|
|
25
37
|
*/
|
|
26
38
|
imageWidth?: string;
|
|
27
|
-
/**
|
|
28
|
-
* heading to explain the empty state.
|
|
29
|
-
*/
|
|
30
|
-
heading: string;
|
|
31
|
-
/**
|
|
32
|
-
* Heading level.
|
|
33
|
-
*/
|
|
34
|
-
headingLevel?: HeadingLevel;
|
|
35
39
|
/**
|
|
36
40
|
* Message to display below the heading.
|
|
37
41
|
*/
|
|
38
42
|
message?: string | ReactNode;
|
|
39
|
-
/**
|
|
40
|
-
* Additional class names
|
|
41
|
-
*/
|
|
42
|
-
className?: string;
|
|
43
43
|
}
|
|
44
44
|
/**
|
|
45
45
|
* VerticalEmptyState UI component
|
|
46
46
|
*/
|
|
47
|
-
export declare const VerticalEmptyState: ({ ctaRegion,
|
|
47
|
+
export declare const VerticalEmptyState: ({ className, ctaRegion, heading, headingLevel, image, imageHeight, imageWidth, message, ...props }: VerticalEmptyStateProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
import type { HeadingLevelCommon } from '../../../libs/types/custom-types';
|
|
2
3
|
import './footer-heading.css';
|
|
3
|
-
import type { HeadingLevelCommon } from '@libs/types/custom-types';
|
|
4
4
|
interface FooterHeadingProps {
|
|
5
|
+
/**
|
|
6
|
+
* Additional class names
|
|
7
|
+
*/
|
|
8
|
+
className?: string;
|
|
5
9
|
/**
|
|
6
10
|
* Heading level
|
|
7
11
|
*/
|
|
@@ -10,13 +14,9 @@ interface FooterHeadingProps {
|
|
|
10
14
|
* Heading text
|
|
11
15
|
*/
|
|
12
16
|
headingText: string;
|
|
13
|
-
/**
|
|
14
|
-
* Additional class names
|
|
15
|
-
*/
|
|
16
|
-
className?: string;
|
|
17
17
|
}
|
|
18
18
|
/**
|
|
19
19
|
* Footer Heading UI component
|
|
20
20
|
*/
|
|
21
|
-
export declare const FooterHeading: ({ headingLevel, headingText,
|
|
21
|
+
export declare const FooterHeading: ({ className, headingLevel, headingText, ...props }: FooterHeadingProps & ComponentPropsWithoutRef<HeadingLevelCommon>) => import("react/jsx-runtime").JSX.Element;
|
|
22
22
|
export {};
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import type { HeadingLevelCommon } from '../../../libs/types/custom-types';
|
|
2
3
|
import './footer-links.css';
|
|
3
|
-
import type { HeadingLevelCommon } from '@libs/types/custom-types';
|
|
4
4
|
interface FooterLinksProps extends ComponentPropsWithoutRef<'div'> {
|
|
5
|
+
/**
|
|
6
|
+
* Additional class names
|
|
7
|
+
*/
|
|
8
|
+
className?: string;
|
|
5
9
|
/**
|
|
6
10
|
* Heading level
|
|
7
11
|
*/
|
|
@@ -14,13 +18,9 @@ interface FooterLinksProps extends ComponentPropsWithoutRef<'div'> {
|
|
|
14
18
|
* Array of links
|
|
15
19
|
*/
|
|
16
20
|
linkItems?: ReactNode[];
|
|
17
|
-
/**
|
|
18
|
-
* Additional class names
|
|
19
|
-
*/
|
|
20
|
-
className?: string;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
23
|
* Footer Links UI component
|
|
24
24
|
*/
|
|
25
|
-
export declare const FooterLinks: ({ headingLevel, headingText, linkItems,
|
|
25
|
+
export declare const FooterLinks: ({ className, headingLevel, headingText, linkItems, ...props }: FooterLinksProps) => import("react/jsx-runtime").JSX.Element;
|
|
26
26
|
export {};
|
|
@@ -1,15 +1,19 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ContainerWidth } from '
|
|
1
|
+
import { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import { ContainerWidth } from '../../../libs/types/custom-types';
|
|
3
3
|
import './site-footer.css';
|
|
4
4
|
interface SiteFooterProps extends ComponentPropsWithoutRef<'footer'> {
|
|
5
|
-
/**
|
|
6
|
-
* PDS container width.
|
|
7
|
-
*/
|
|
8
|
-
containerWidth?: ContainerWidth;
|
|
9
5
|
/**
|
|
10
6
|
* Footer content.
|
|
11
7
|
*/
|
|
12
8
|
children?: ReactNode;
|
|
9
|
+
/**
|
|
10
|
+
* Additional class names
|
|
11
|
+
*/
|
|
12
|
+
className?: string;
|
|
13
|
+
/**
|
|
14
|
+
* PDS container width.
|
|
15
|
+
*/
|
|
16
|
+
containerWidth?: ContainerWidth;
|
|
13
17
|
/**
|
|
14
18
|
* Should the footer have a top border?
|
|
15
19
|
*/
|
|
@@ -18,13 +22,9 @@ interface SiteFooterProps extends ComponentPropsWithoutRef<'footer'> {
|
|
|
18
22
|
* Legal policy links.
|
|
19
23
|
*/
|
|
20
24
|
legalLinks?: Array<'privacy' | 'dataSubjectRequest' | 'cookiePolicy' | 'termsOfUse' | 'acceptableUse' | 'accessibilityStatement'>;
|
|
21
|
-
/**
|
|
22
|
-
* Additional class names
|
|
23
|
-
*/
|
|
24
|
-
className?: string;
|
|
25
25
|
}
|
|
26
26
|
/**
|
|
27
27
|
* SiteFooter UI component
|
|
28
28
|
*/
|
|
29
|
-
export declare const SiteFooter: ({
|
|
29
|
+
export declare const SiteFooter: ({ children, className, containerWidth, hasTopBorder, legalLinks, ...props }: SiteFooterProps) => import("react/jsx-runtime").JSX.Element;
|
|
30
30
|
export {};
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const docsFooterContent: React.JSX.Element;
|
|
1
|
+
export declare const docsFooterContent: import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { Display } from '@libs/types/custom-types';
|
|
1
|
+
import { Display } from '../../../libs/types/custom-types';
|
|
3
2
|
/**
|
|
4
3
|
* PDS Icon type.
|
|
5
4
|
*/
|
|
@@ -8,6 +7,11 @@ export type PDSIcon = keyof typeof svgData;
|
|
|
8
7
|
* Icon component prop types
|
|
9
8
|
*/
|
|
10
9
|
export interface IconProps {
|
|
10
|
+
/**
|
|
11
|
+
/**
|
|
12
|
+
* Additional class names
|
|
13
|
+
*/
|
|
14
|
+
className?: string;
|
|
11
15
|
/**
|
|
12
16
|
* Display value
|
|
13
17
|
*/
|
|
@@ -24,16 +28,11 @@ export interface IconProps {
|
|
|
24
28
|
* Vertical align value
|
|
25
29
|
*/
|
|
26
30
|
verticalAlign?: string;
|
|
27
|
-
/**
|
|
28
|
-
/**
|
|
29
|
-
* Additional class names
|
|
30
|
-
*/
|
|
31
|
-
className?: string;
|
|
32
31
|
}
|
|
33
32
|
/**
|
|
34
33
|
* A component used to display an icon
|
|
35
34
|
*/
|
|
36
|
-
export declare const Icon: ({ display, iconName, iconSize, verticalAlign,
|
|
35
|
+
export declare const Icon: ({ className, display, iconName, iconSize, verticalAlign, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element;
|
|
37
36
|
declare const svgData: {
|
|
38
37
|
readonly angleDown: {
|
|
39
38
|
readonly path: "M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z";
|
|
@@ -431,6 +430,14 @@ declare const svgData: {
|
|
|
431
430
|
readonly path: "M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z";
|
|
432
431
|
readonly width: "480";
|
|
433
432
|
};
|
|
433
|
+
readonly image: {
|
|
434
|
+
readonly path: "M0 96C0 60.7 28.7 32 64 32l384 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM323.8 202.5c-4.5-6.6-11.9-10.5-19.8-10.5s-15.4 3.9-19.8 10.5l-87 127.6L170.7 297c-4.6-5.7-11.5-9-18.7-9s-14.2 3.3-18.7 9l-64 80c-5.8 7.2-6.9 17.1-2.9 25.4s12.4 13.6 21.6 13.6l96 0 32 0 208 0c8.9 0 17.1-4.9 21.2-12.8s3.6-17.4-1.4-24.7l-120-176zM112 192a48 48 0 1 0 0-96 48 48 0 1 0 0 96z";
|
|
435
|
+
readonly width: "512";
|
|
436
|
+
};
|
|
437
|
+
readonly inputText: {
|
|
438
|
+
readonly path: "M64 128l0 256 512 0 0-256L64 128zM0 128C0 92.7 28.7 64 64 64l512 0c35.3 0 64 28.7 64 64l0 256c0 35.3-28.7 64-64 64L64 448c-35.3 0-64-28.7-64-64L0 128zm184 32c9.5 0 18.1 5.6 21.9 14.3l64 144c5.4 12.1-.1 26.3-12.2 31.7s-26.3-.1-31.7-12.2l-4.3-9.7-75.5 0-4.3 9.7c-5.4 12.1-19.6 17.6-31.7 12.2s-17.6-19.6-12.2-31.7l64-144c3.9-8.7 12.4-14.3 21.9-14.3zm0 83.1L167.6 280l32.8 0L184 243.1zM304 184c0-13.3 10.7-24 24-24l52 0c33.1 0 60 26.9 60 60c0 9.2-2.1 17.9-5.8 25.7c13.3 11 21.8 27.6 21.8 46.3c0 33.1-26.9 60-60 60l-68 0c-13.3 0-24-10.7-24-24l0-8 0-64 0-64 0-8zm48 24l0 24 28 0c6.6 0 12-5.4 12-12s-5.4-12-12-12l-28 0zm0 96l44 0c6.6 0 12-5.4 12-12s-5.4-12-12-12l-16 0-28 0 0 24z";
|
|
439
|
+
readonly width: "640";
|
|
440
|
+
};
|
|
434
441
|
readonly keySkeleton: {
|
|
435
442
|
readonly path: "M304 64a80 80 0 1 1 0 160 80 80 0 1 1 0-160zm0 224c79.5 0 144-64.5 144-144S383.5 0 304 0S160 64.5 160 144c0 28.2 8.1 54.5 22.1 76.7L9.4 393.4c-12.5 12.5-12.5 32.8 0 45.3l64 64c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 416 96 397.3l41.4 41.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L141.3 352l86.1-86.1c22.2 14 48.5 22.1 76.7 22.1z";
|
|
436
443
|
readonly width: "480";
|
|
@@ -647,6 +654,10 @@ declare const svgData: {
|
|
|
647
654
|
readonly path: "M9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6zM256 416H544c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32s14.3-32 32-32z";
|
|
648
655
|
readonly width: "576";
|
|
649
656
|
};
|
|
657
|
+
readonly text: {
|
|
658
|
+
readonly path: "M64 96l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32L0 80C0 53.5 21.5 32 48 32l176 0 176 0c26.5 0 48 21.5 48 48l0 48c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32L256 96l0 320 48 0c17.7 0 32 14.3 32 32s-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l48 0 0-320L64 96z";
|
|
659
|
+
readonly width: "448";
|
|
660
|
+
};
|
|
650
661
|
readonly threads: {
|
|
651
662
|
readonly path: "M331.5 235.7c2.2 .9 4.2 1.9 6.3 2.8c29.2 14.1 50.6 35.2 61.8 61.4c15.7 36.5 17.2 95.8-30.3 143.2c-36.2 36.2-80.3 52.5-142.6 53h-.3c-70.2-.5-124.1-24.1-160.4-70.2c-32.3-41-48.9-98.1-49.5-169.6V256v-.2C17 184.3 33.6 127.2 65.9 86.2C102.2 40.1 156.2 16.5 226.4 16h.3c70.3 .5 124.9 24 162.3 69.9c18.4 22.7 32 50 40.6 81.7l-40.4 10.8c-7.1-25.8-17.8-47.8-32.2-65.4c-29.2-35.8-73-54.2-130.5-54.6c-57 .5-100.1 18.8-128.2 54.4C72.1 146.1 58.5 194.3 58 256c.5 61.7 14.1 109.9 40.3 143.3c28 35.6 71.2 53.9 128.2 54.4c51.4-.4 85.4-12.6 113.7-40.9c32.3-32.2 31.7-71.8 21.4-95.9c-6.1-14.2-17.1-26-31.9-34.9c-3.7 26.9-11.8 48.3-24.7 64.8c-17.1 21.8-41.4 33.6-72.7 35.3c-23.6 1.3-46.3-4.4-63.9-16c-20.8-13.8-33-34.8-34.3-59.3c-2.5-48.3 35.7-83 95.2-86.4c21.1-1.2 40.9-.3 59.2 2.8c-2.4-14.8-7.3-26.6-14.6-35.2c-10-11.7-25.6-17.7-46.2-17.8H227c-16.6 0-39 4.6-53.3 26.3l-34.4-23.6c19.2-29.1 50.3-45.1 87.8-45.1h.8c62.6 .4 99.9 39.5 103.7 107.7l-.2 .2zm-156 68.8c1.3 25.1 28.4 36.8 54.6 35.3c25.6-1.4 54.6-11.4 59.5-73.2c-13.2-2.9-27.8-4.4-43.4-4.4c-4.8 0-9.6 .1-14.4 .4c-42.9 2.4-57.2 23.2-56.2 41.8l-.1 .1z";
|
|
652
663
|
readonly width: "440";
|