@pantheon-systems/pds-toolkit-react 1.0.0-alpha.7 → 1.0.0-alpha.9

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.
Files changed (137) hide show
  1. package/_dist/components/Avatar/Avatar.d.ts +2 -2
  2. package/_dist/components/BranchDiff/BranchDiff.d.ts +2 -2
  3. package/_dist/components/CTALink/CTALink.d.ts +2 -2
  4. package/_dist/components/CTASlice/CTASlice.d.ts +2 -2
  5. package/_dist/components/Callout/Callout.d.ts +1 -1
  6. package/_dist/components/Callout/sample-callout-content.d.ts +1 -2
  7. package/_dist/components/CodeBlock/CodeBlock.d.ts +2 -2
  8. package/_dist/components/ComparisonList/ComparisonList.d.ts +2 -2
  9. package/_dist/components/DashboardStat/DashboardStat.d.ts +2 -2
  10. package/_dist/components/FileDiff/FileDiff.d.ts +2 -2
  11. package/_dist/components/FlowSteps/FlowSteps.d.ts +2 -2
  12. package/_dist/components/FlowSteps/example-steps.d.ts +3 -4
  13. package/_dist/components/LinkNewWindow/LinkNewWindow.d.ts +2 -2
  14. package/_dist/components/Modal/Modal.d.ts +2 -2
  15. package/_dist/components/Pagination/Pagination.d.ts +2 -2
  16. package/_dist/components/PantheonLogo/PantheonLogo.d.ts +2 -2
  17. package/_dist/components/PantheonLogo/pantheon-logo-data.d.ts +3 -4
  18. package/_dist/components/Picture/Picture.d.ts +2 -2
  19. package/_dist/components/Popover/Popover.d.ts +2 -2
  20. package/_dist/components/PullQuote/PullQuote.d.ts +2 -2
  21. package/_dist/components/RefreshChecker/RefreshChecker.d.ts +2 -2
  22. package/_dist/components/SiteDashboardHeading/SiteDashboardHeading.d.ts +2 -2
  23. package/_dist/components/Skiplink/Skiplink.d.ts +2 -2
  24. package/_dist/components/SocialLinks/SocialLinks.d.ts +2 -2
  25. package/_dist/components/StatusIndicator/StatusIndicator.d.ts +2 -2
  26. package/_dist/components/Table/Table.d.ts +2 -2
  27. package/_dist/components/TableOfContents/TableOfContents.d.ts +2 -2
  28. package/_dist/components/Tabs/Tabs.d.ts +2 -2
  29. package/_dist/components/Tag/Tag.d.ts +2 -2
  30. package/_dist/components/ThemeSwitcher/ThemeSwitcher.d.ts +2 -2
  31. package/_dist/components/Tooltip/Tooltip.d.ts +2 -2
  32. package/_dist/components/VideoEmbed/VideoEmbed.d.ts +2 -2
  33. package/_dist/components/badges/IndicatorBadge/IndicatorBadge.d.ts +2 -2
  34. package/_dist/components/badges/StatusBadge/StatusBadge.d.ts +2 -2
  35. package/_dist/components/badges/Tally/Tally.d.ts +2 -2
  36. package/_dist/components/buttons/ButtonLink/ButtonLink.d.ts +2 -2
  37. package/_dist/components/buttons/ClipboardButton/ClipboardButton.d.ts +2 -2
  38. package/_dist/components/buttons/CloseButton/CloseButton.d.ts +2 -2
  39. package/_dist/components/buttons/MenuButton/MenuButton.d.ts +2 -2
  40. package/_dist/components/buttons/SegmentedButton/SegmentedButton.d.ts +1 -2
  41. package/_dist/components/buttons/SplitButton/SplitButton.d.ts +2 -2
  42. package/_dist/components/buttons/SplitButton/split-button-sample-data.d.ts +1 -2
  43. package/_dist/components/buttons/UtilityButton/UtilityButton.d.ts +2 -2
  44. package/_dist/components/cards/Card/Card.d.ts +2 -2
  45. package/_dist/components/cards/CardHeading/CardHeading.d.ts +1 -2
  46. package/_dist/components/cards/CardSelectGroup/CardSelectGroup.d.ts +2 -2
  47. package/_dist/components/cards/EmptyStateCard/EmptyStateCard.d.ts +2 -2
  48. package/_dist/components/cards/LinksCard/LinksCard.d.ts +2 -2
  49. package/_dist/components/cards/NewSiteCard/NewSiteCard.d.ts +2 -2
  50. package/_dist/components/cards/PaymentCard/PaymentCard.d.ts +2 -2
  51. package/_dist/components/cards/PricingCard/PricingCard.d.ts +2 -2
  52. package/_dist/components/cards/SiteCard/SiteCard.d.ts +2 -2
  53. package/_dist/components/empty-states/CompactEmptyState/CompactEmptyState.d.ts +2 -2
  54. package/_dist/components/empty-states/HorizontalEmptyState/HorizontalEmptyState.d.ts +1 -1
  55. package/_dist/components/empty-states/VerticalEmptyState/VerticalEmptyState.d.ts +2 -2
  56. package/_dist/components/footer/FooterHeading/FooterHeading.d.ts +2 -2
  57. package/_dist/components/footer/FooterLinks/FooterLinks.d.ts +2 -2
  58. package/_dist/components/footer/SiteFooter/SiteFooter.d.ts +2 -2
  59. package/_dist/components/footer/SiteFooter/footer-content.d.ts +1 -2
  60. package/_dist/components/icons/Icon/Icon.d.ts +1 -2
  61. package/_dist/components/icons/PaymentIcon/PaymentIcon.d.ts +2 -2
  62. package/_dist/components/icons/PaymentIcon/svgData.d.ts +5 -6
  63. package/_dist/components/icons/PlatformIcon/PlatformIcon.d.ts +2 -2
  64. package/_dist/components/inputs/CheckboxFieldset/CheckboxFieldset.d.ts +1 -1
  65. package/_dist/components/inputs/CheckboxGroup/CheckboxGroup.d.ts +2 -2
  66. package/_dist/components/inputs/ComboboxMultiselect/ComboboxMultiselect.d.ts +2 -2
  67. package/_dist/components/inputs/InputGroup/InputGroup.d.ts +2 -2
  68. package/_dist/components/inputs/RadioGroup/RadioGroup.d.ts +1 -1
  69. package/_dist/components/inputs/Select/Select.d.ts +3 -3
  70. package/_dist/components/inputs/input-utilities.d.ts +8 -8
  71. package/_dist/components/loading-indicators/Skeleton/Skeleton.d.ts +2 -2
  72. package/_dist/components/loading-indicators/Spinner/Spinner.d.ts +2 -2
  73. package/_dist/components/navigation/Breadcrumb/Breadcrumb.d.ts +2 -2
  74. package/_dist/components/navigation/ButtonNav/ButtonNav.d.ts +2 -2
  75. package/_dist/components/navigation/DashboardNav/DashboardNav.d.ts +2 -2
  76. package/_dist/components/navigation/DashboardNav/DashboardNavItem.d.ts +1 -2
  77. package/_dist/components/navigation/DashboardSearch/DashboardSearch.d.ts +2 -2
  78. package/_dist/components/navigation/DashboardSearch/SiteOptionDisplay.d.ts +2 -2
  79. package/_dist/components/navigation/DropdownMenu/DropdownMenu.d.ts +2 -2
  80. package/_dist/components/navigation/NavMenu/NavMenu.d.ts +1 -1
  81. package/_dist/components/navigation/NavMenu/NavMenuDropdown.d.ts +2 -2
  82. package/_dist/components/navigation/Navbar/Navbar.d.ts +2 -2
  83. package/_dist/components/navigation/SideNav/SideNav.d.ts +2 -2
  84. package/_dist/components/navigation/SideNavCompact/SideNavCompact.d.ts +2 -2
  85. package/_dist/components/navigation/SideNavGlobal/SideNavGlobal.d.ts +2 -2
  86. package/_dist/components/navigation/SideNavGlobal/SideNavGlobalItem.d.ts +1 -2
  87. package/_dist/components/navigation/TabMenu/TabMenu.d.ts +2 -2
  88. package/_dist/components/navigation/TabMenu/TabMenuDropdown.d.ts +1 -2
  89. package/_dist/components/navigation/UserMenu/UserMenu.d.ts +2 -2
  90. package/_dist/components/navigation/WorkspaceSelector/WorkspaceSelector.d.ts +2 -2
  91. package/_dist/components/navigation/navigation-utilities.d.ts +1 -1
  92. package/_dist/components/notifications/Banner/Banner.d.ts +1 -1
  93. package/_dist/components/notifications/InlineMessage/InlineMessage.d.ts +2 -2
  94. package/_dist/components/notifications/SectionMessage/SectionMessage.d.ts +2 -2
  95. package/_dist/components/notifications/Toaster/Toast.d.ts +2 -2
  96. package/_dist/components/notifications/Toaster/Toaster.d.ts +2 -2
  97. package/_dist/components/panels/ExpansionPanel/ExpansionPanel.d.ts +2 -2
  98. package/_dist/components/panels/ExpansionPanelGroup/ExpansionPanelGroup.d.ts +2 -2
  99. package/_dist/components/panels/Panel/Panel.d.ts +2 -2
  100. package/_dist/components/panels/PanelList/PanelList.d.ts +2 -2
  101. package/_dist/components/panels/PanelList/PanelRow.d.ts +2 -2
  102. package/_dist/components/progress-indicators/ProgressBar/ProgressBar.d.ts +2 -2
  103. package/_dist/components/progress-indicators/ProgressRing/ProgressRing.d.ts +2 -2
  104. package/_dist/components/steppers/Stepper/Stepper.d.ts +2 -2
  105. package/_dist/components/steppers/VerticalStepper/VerticalStep.d.ts +2 -2
  106. package/_dist/components/steppers/VerticalStepper/VerticalStepper.d.ts +2 -2
  107. package/_dist/components/steppers/VerticalStepper/vertical-stepper-sample-data.d.ts +3 -4
  108. package/_dist/components/tiles/AvatarTileList/AvatarTileList.d.ts +2 -2
  109. package/_dist/components/tiles/Tile/Tile.d.ts +2 -2
  110. package/_dist/components/tiles/TileGrid/TileGrid.d.ts +2 -2
  111. package/_dist/css/component-css/pds-index.css +1 -1
  112. package/_dist/css/component-css/pds-table.css +1 -1
  113. package/_dist/css/pds-components.css +1 -1
  114. package/_dist/index.css +1 -1
  115. package/_dist/index.js +6492 -7348
  116. package/_dist/index.js.map +1 -1
  117. package/_dist/layouts/AppLayout/AppLayout.d.ts +2 -2
  118. package/_dist/layouts/Container/Container.d.ts +2 -2
  119. package/_dist/layouts/DashboardGlobal/DashboardGlobal.d.ts +1 -1
  120. package/_dist/layouts/DashboardInner/DashboardInner.d.ts +2 -2
  121. package/_dist/layouts/DocsLayout/DocsLayout.d.ts +2 -2
  122. package/_dist/layouts/FlexContainer/FlexContainer.d.ts +2 -2
  123. package/_dist/layouts/GlobalWrapper/GlobalWrapper.d.ts +1 -1
  124. package/_dist/layouts/SidebarLayout/SidebarLayout.d.ts +2 -2
  125. package/_dist/layouts/StepperLayout/StepperLayout.d.ts +2 -2
  126. package/_dist/layouts/ThreeItemLayout/ThreeItemLayout.d.ts +2 -2
  127. package/_dist/layouts/TwoItemLayout/TwoItemLayout.d.ts +2 -2
  128. package/_dist/libs/components/sb-docs-toc-layout.d.ts +2 -2
  129. package/_dist/mocks/data/navigation-items.d.ts +62 -63
  130. package/_dist/mocks/markup/dashboard-main-content.d.ts +3 -4
  131. package/_dist/mocks/markup/dashboard-navigation.d.ts +3 -4
  132. package/_dist/mocks/markup/inputs.d.ts +1 -2
  133. package/_dist/mocks/markup/modal.d.ts +1 -2
  134. package/_dist/mocks/markup/panel-row-content.d.ts +5 -6
  135. package/_dist/utilities/color/color-preview-swatches.d.ts +2 -3
  136. package/_dist/utilities/context-providers/ResponsiveContext/ResponsiveContext.d.ts +1 -1
  137. package/package.json +12 -16
@@ -1,4 +1,4 @@
1
- import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
1
+ import { ComponentPropsWithoutRef, ReactNode } from 'react';
2
2
  import { ContainerWidth } from '@libs/types/custom-types';
3
3
  import './app-layout.css';
4
4
  /**
@@ -69,5 +69,5 @@ interface AppLayoutProps extends ComponentPropsWithoutRef<'div'> {
69
69
  /**
70
70
  * AppLayout UI component
71
71
  */
72
- export declare const AppLayout: ({ children, containerWidth, hasSidebarToggle, isSidebarCollapsed, labels, mainContentElement, mainContentProps, onSidebarToggle, sidebarCollapsedWidth, sidebarExpandedWidth, sidebarExpandedWidthMin, sidebarProps, className, ...props }: AppLayoutProps) => React.JSX.Element;
72
+ export declare const AppLayout: ({ children, containerWidth, hasSidebarToggle, isSidebarCollapsed, labels, mainContentElement, mainContentProps, onSidebarToggle, sidebarCollapsedWidth, sidebarExpandedWidth, sidebarExpandedWidthMin, sidebarProps, className, ...props }: AppLayoutProps) => import("react/jsx-runtime").JSX.Element;
73
73
  export {};
@@ -1,4 +1,4 @@
1
- import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
1
+ import { ComponentPropsWithoutRef, ReactNode } from 'react';
2
2
  import { ContainerWidth } from '@libs/types/custom-types';
3
3
  import '../../utilities/container.css';
4
4
  /**
@@ -21,5 +21,5 @@ interface ContainerProps extends ComponentPropsWithoutRef<'div'> {
21
21
  /**
22
22
  * Container UI component
23
23
  */
24
- export declare const Container: ({ children, width, className, ...props }: ContainerProps) => React.JSX.Element;
24
+ export declare const Container: ({ children, width, className, ...props }: ContainerProps) => import("react/jsx-runtime").JSX.Element;
25
25
  export {};
@@ -53,5 +53,5 @@ interface DashboardGlobalProps extends ComponentPropsWithoutRef<'div'> {
53
53
  /**
54
54
  * DashboardGlobal UI component
55
55
  */
56
- export declare const DashboardGlobal: ({ children, hasSidebarToggle, isAdmin, logoLinkContent, sidebarCollapsedWidth, sidebarExpandedWidth, sidebarToggleLabel, skiplinkText, isSidebarExpanded, setIsSidebarExpanded, className, ...props }: DashboardGlobalProps) => React.JSX.Element;
56
+ export declare const DashboardGlobal: ({ children, hasSidebarToggle, isAdmin, logoLinkContent, sidebarCollapsedWidth, sidebarExpandedWidth, sidebarToggleLabel, skiplinkText, isSidebarExpanded, setIsSidebarExpanded, className, ...props }: DashboardGlobalProps) => import("react/jsx-runtime").JSX.Element;
57
57
  export {};
@@ -1,4 +1,4 @@
1
- import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
1
+ import { ComponentPropsWithoutRef, ReactNode } from 'react';
2
2
  import './dashboard-inner.css';
3
3
  /**
4
4
  * Prop types for DashboardInner
@@ -25,5 +25,5 @@ interface DashboardInnerProps extends ComponentPropsWithoutRef<'div'> {
25
25
  /**
26
26
  * DashboardInner UI component
27
27
  */
28
- export declare const DashboardInner: ({ children, hasContentSpacing, className, ...props }: DashboardInnerProps) => React.JSX.Element;
28
+ export declare const DashboardInner: ({ children, hasContentSpacing, className, ...props }: DashboardInnerProps) => import("react/jsx-runtime").JSX.Element;
29
29
  export {};
@@ -1,4 +1,4 @@
1
- import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
1
+ import { ComponentPropsWithoutRef, ReactNode } from 'react';
2
2
  import './docs-layout.css';
3
3
  /**
4
4
  * Prop types for DocsLayout
@@ -26,5 +26,5 @@ interface DocsLayoutProps extends ComponentPropsWithoutRef<'div'> {
26
26
  /**
27
27
  * DocsLayout UI component
28
28
  */
29
- export declare const DocsLayout: ({ children, sidebarWidth, sidebarMinWidth, className, ...props }: DocsLayoutProps) => React.JSX.Element;
29
+ export declare const DocsLayout: ({ children, sidebarWidth, sidebarMinWidth, className, ...props }: DocsLayoutProps) => import("react/jsx-runtime").JSX.Element;
30
30
  export {};
@@ -1,4 +1,4 @@
1
- import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
1
+ import { ComponentPropsWithoutRef, ReactNode } from 'react';
2
2
  import { GridGapOptions } from '@layouts/layout-types';
3
3
  import './flex-container.css';
4
4
  type FlexAlignContent = 'flex-start' | 'flex-end' | 'center' | 'space-between' | 'space-around' | 'stretch';
@@ -68,5 +68,5 @@ interface FlexContainerProps extends ComponentPropsWithoutRef<'div'> {
68
68
  /**
69
69
  * Flex Container UI component
70
70
  */
71
- export declare const FlexContainer: ({ alignContent, alignItems, flexDirection, flexWrap, gap, justifyContent, mobileAlignItems, mobileAlignContent, mobileFlexDirection, mobileFlexWrap, mobileGap, mobileJustifyContent, children, className, ...props }: FlexContainerProps) => React.JSX.Element;
71
+ export declare const FlexContainer: ({ alignContent, alignItems, flexDirection, flexWrap, gap, justifyContent, mobileAlignItems, mobileAlignContent, mobileFlexDirection, mobileFlexWrap, mobileGap, mobileJustifyContent, children, className, ...props }: FlexContainerProps) => import("react/jsx-runtime").JSX.Element;
72
72
  export {};
@@ -15,5 +15,5 @@ interface GlobalWrapperProps {
15
15
  /**
16
16
  * GlobalWrapper wrapper component.
17
17
  */
18
- export declare const GlobalWrapper: ({ children, mobileMenuMaxWidth, }: GlobalWrapperProps) => React.JSX.Element;
18
+ export declare const GlobalWrapper: ({ children, mobileMenuMaxWidth, }: GlobalWrapperProps) => import("react/jsx-runtime").JSX.Element;
19
19
  export {};
@@ -1,4 +1,4 @@
1
- import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
1
+ import { ComponentPropsWithoutRef, ReactNode } from 'react';
2
2
  import { GridGapOptions } from '@layouts/layout-types';
3
3
  /**
4
4
  * Prop types for SidebarLayout
@@ -32,5 +32,5 @@ interface SidebarLayoutProps extends ComponentPropsWithoutRef<'div'> {
32
32
  /**
33
33
  * SidebarLayout UI component
34
34
  */
35
- export declare const SidebarLayout: ({ children, gridGap, sidebarLocation, sidebarMobileLocation, sidebarWidth, className, ...props }: SidebarLayoutProps) => React.JSX.Element;
35
+ export declare const SidebarLayout: ({ children, gridGap, sidebarLocation, sidebarMobileLocation, sidebarWidth, className, ...props }: SidebarLayoutProps) => import("react/jsx-runtime").JSX.Element;
36
36
  export {};
@@ -1,4 +1,4 @@
1
- import React, { ReactNode } from 'react';
1
+ import { ReactNode } from 'react';
2
2
  import './stepper-layout.css';
3
3
  /**
4
4
  * Prop types for StepperLayout
@@ -16,5 +16,5 @@ interface StepperLayoutProps {
16
16
  /**
17
17
  * StepperLayout UI component
18
18
  */
19
- export declare const StepperLayout: ({ children, className, ...props }: StepperLayoutProps) => React.JSX.Element;
19
+ export declare const StepperLayout: ({ children, className, ...props }: StepperLayoutProps) => import("react/jsx-runtime").JSX.Element;
20
20
  export {};
@@ -1,4 +1,4 @@
1
- import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
1
+ import { ComponentPropsWithoutRef, ReactNode } from 'react';
2
2
  import { GridGapOptions, VerticalAlignOptions } from '@layouts/layout-types';
3
3
  import '../../utilities/grid/grid.css';
4
4
  import './three-item-layout.css';
@@ -26,5 +26,5 @@ interface TwoItemLayoutProps extends ComponentPropsWithoutRef<'div'> {
26
26
  /**
27
27
  * ThreeItemLayout UI component.
28
28
  */
29
- export declare const ThreeItemLayout: ({ children, gridGap, verticalAlign, className, ...props }: TwoItemLayoutProps) => React.JSX.Element;
29
+ export declare const ThreeItemLayout: ({ children, gridGap, verticalAlign, className, ...props }: TwoItemLayoutProps) => import("react/jsx-runtime").JSX.Element;
30
30
  export {};
@@ -1,4 +1,4 @@
1
- import React, { ComponentPropsWithoutRef, ReactNode } from 'react';
1
+ import { ComponentPropsWithoutRef, ReactNode } from 'react';
2
2
  import { GridGapOptions, VerticalAlignOptions } from '@layouts/layout-types';
3
3
  import '../../utilities/grid/grid.css';
4
4
  import './two-item-layout.css';
@@ -30,5 +30,5 @@ interface TwoItemLayoutProps extends ComponentPropsWithoutRef<'div'> {
30
30
  /**
31
31
  * TwoItemLayout UI component.
32
32
  */
33
- export declare const TwoItemLayout: ({ children, gridGap, layoutVariant, verticalAlign, className, ...props }: TwoItemLayoutProps) => React.JSX.Element;
33
+ export declare const TwoItemLayout: ({ children, gridGap, layoutVariant, verticalAlign, className, ...props }: TwoItemLayoutProps) => import("react/jsx-runtime").JSX.Element;
34
34
  export {};
@@ -1,4 +1,4 @@
1
- import React, { ReactNode } from 'react';
1
+ import { ReactNode } from 'react';
2
2
  export declare const SbDocsTocLayout: ({ children }: {
3
3
  children: ReactNode;
4
- }) => React.JSX.Element;
4
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,30 +1,29 @@
1
- import React from 'react';
2
1
  import type { SideNavGlobalItemProps } from '@components/navigation/SideNavGlobal/SideNavGlobalItem';
3
2
  export declare const dialogMsgBase = "Activated menu item => ";
4
3
  import { UserMenuItem } from '@components/navigation/UserMenu/UserMenu';
5
4
  export declare const buttonNavSampleMenuItems: ({
6
- linkContent: React.JSX.Element;
5
+ linkContent: import("react/jsx-runtime").JSX.Element;
7
6
  isActive: boolean;
8
7
  } | {
9
- linkContent: React.JSX.Element;
8
+ linkContent: import("react/jsx-runtime").JSX.Element;
10
9
  isActive?: undefined;
11
10
  })[];
12
11
  export declare const buttonNavSampleMenuItemsRR: {
13
- linkContent: React.JSX.Element;
12
+ linkContent: import("react/jsx-runtime").JSX.Element;
14
13
  }[];
15
14
  export declare const blogMenuItems: {
16
- linkContent: React.JSX.Element;
15
+ linkContent: import("react/jsx-runtime").JSX.Element;
17
16
  }[];
18
17
  export declare const dashboardNavSampleMenuItems: SideNavGlobalItemProps[];
19
18
  export declare const dashboardNavSampleMenuItemsRR: SideNavGlobalItemProps[];
20
19
  export declare const documentationMenuItems: ({
21
20
  label: string;
22
21
  links: {
23
- linkContent: React.JSX.Element;
22
+ linkContent: import("react/jsx-runtime").JSX.Element;
24
23
  }[];
25
24
  linkContent?: undefined;
26
25
  } | {
27
- linkContent: React.JSX.Element;
26
+ linkContent: import("react/jsx-runtime").JSX.Element;
28
27
  label?: undefined;
29
28
  links?: undefined;
30
29
  })[];
@@ -47,18 +46,18 @@ export declare const helpMenuItems: ({
47
46
  export declare const micrositeMenuItems: ({
48
47
  label: string;
49
48
  links: {
50
- linkContent: React.JSX.Element;
49
+ linkContent: import("react/jsx-runtime").JSX.Element;
51
50
  }[];
52
51
  linkContent?: undefined;
53
52
  } | {
54
- linkContent: React.JSX.Element;
53
+ linkContent: import("react/jsx-runtime").JSX.Element;
55
54
  label?: undefined;
56
55
  links?: undefined;
57
56
  })[];
58
57
  export declare const navMenuSampleMenuItems: ({
59
58
  label: string;
60
59
  links: ({
61
- linkContent: React.JSX.Element;
60
+ linkContent: import("react/jsx-runtime").JSX.Element;
62
61
  isSeparator?: undefined;
63
62
  } | {
64
63
  isSeparator: boolean;
@@ -67,12 +66,12 @@ export declare const navMenuSampleMenuItems: ({
67
66
  linkContent?: undefined;
68
67
  isActive?: undefined;
69
68
  } | {
70
- linkContent: React.JSX.Element;
69
+ linkContent: import("react/jsx-runtime").JSX.Element;
71
70
  isActive: boolean;
72
71
  label?: undefined;
73
72
  links?: undefined;
74
73
  } | {
75
- linkContent: React.JSX.Element;
74
+ linkContent: import("react/jsx-runtime").JSX.Element;
76
75
  label?: undefined;
77
76
  links?: undefined;
78
77
  isActive?: undefined;
@@ -80,7 +79,7 @@ export declare const navMenuSampleMenuItems: ({
80
79
  export declare const navMenuSampleMenuItemsRR: ({
81
80
  label: string;
82
81
  links: ({
83
- linkContent: React.JSX.Element;
82
+ linkContent: import("react/jsx-runtime").JSX.Element;
84
83
  isSeparator?: undefined;
85
84
  } | {
86
85
  isSeparator: boolean;
@@ -88,7 +87,7 @@ export declare const navMenuSampleMenuItemsRR: ({
88
87
  })[];
89
88
  linkContent?: undefined;
90
89
  } | {
91
- linkContent: React.JSX.Element;
90
+ linkContent: import("react/jsx-runtime").JSX.Element;
92
91
  label?: undefined;
93
92
  links?: undefined;
94
93
  })[];
@@ -112,111 +111,111 @@ export declare const sampleSites: ({
112
111
  type?: undefined;
113
112
  })[];
114
113
  export declare const sideNavSampleMenuItems: ({
115
- linkContent: React.JSX.Element;
114
+ linkContent: import("react/jsx-runtime").JSX.Element;
116
115
  links?: undefined;
117
116
  } | {
118
- linkContent: React.JSX.Element;
117
+ linkContent: import("react/jsx-runtime").JSX.Element;
119
118
  links: {
120
- linkContent: React.JSX.Element;
119
+ linkContent: import("react/jsx-runtime").JSX.Element;
121
120
  }[];
122
121
  } | {
123
122
  linkContent: string;
124
123
  links: ({
125
- linkContent: React.JSX.Element;
124
+ linkContent: import("react/jsx-runtime").JSX.Element;
126
125
  isActive?: undefined;
127
126
  } | {
128
- linkContent: React.JSX.Element;
127
+ linkContent: import("react/jsx-runtime").JSX.Element;
129
128
  isActive: boolean;
130
129
  })[];
131
130
  })[];
132
131
  export declare const sideNavSampleMenuItemsWithTallies: ({
133
- linkContent: React.JSX.Element;
132
+ linkContent: import("react/jsx-runtime").JSX.Element;
134
133
  links?: undefined;
135
134
  } | {
136
- linkContent: React.JSX.Element;
135
+ linkContent: import("react/jsx-runtime").JSX.Element;
137
136
  links: {
138
- linkContent: React.JSX.Element;
137
+ linkContent: import("react/jsx-runtime").JSX.Element;
139
138
  }[];
140
139
  } | {
141
140
  linkContent: string;
142
141
  links: ({
143
- linkContent: React.JSX.Element;
142
+ linkContent: import("react/jsx-runtime").JSX.Element;
144
143
  isActive?: undefined;
145
144
  } | {
146
- linkContent: React.JSX.Element;
145
+ linkContent: import("react/jsx-runtime").JSX.Element;
147
146
  isActive: boolean;
148
147
  })[];
149
148
  })[];
150
149
  export declare const sideNavSampleMenuItemsRR: ({
151
- linkContent: React.JSX.Element;
150
+ linkContent: import("react/jsx-runtime").JSX.Element;
152
151
  links?: undefined;
153
152
  } | {
154
153
  linkContent: string;
155
154
  links: {
156
- linkContent: React.JSX.Element;
155
+ linkContent: import("react/jsx-runtime").JSX.Element;
157
156
  }[];
158
157
  })[];
159
158
  export declare const sideNavSampleMenuItemsMultidev: ({
160
- linkContent: React.JSX.Element;
159
+ linkContent: import("react/jsx-runtime").JSX.Element;
161
160
  isActive: boolean;
162
161
  } | {
163
- linkContent: React.JSX.Element;
162
+ linkContent: import("react/jsx-runtime").JSX.Element;
164
163
  isActive?: undefined;
165
164
  })[];
166
165
  export declare const sideNavSampleMenuItemsCode: ({
167
- linkContent: React.JSX.Element;
166
+ linkContent: import("react/jsx-runtime").JSX.Element;
168
167
  isActive: boolean;
169
168
  } | {
170
- linkContent: React.JSX.Element;
169
+ linkContent: import("react/jsx-runtime").JSX.Element;
171
170
  isActive?: undefined;
172
171
  })[];
173
172
  export declare const sideNavCompactSampleMenuItems: ({
174
- linkContent: React.JSX.Element;
173
+ linkContent: import("react/jsx-runtime").JSX.Element;
175
174
  links?: undefined;
176
175
  } | {
177
176
  linkContent: string;
178
177
  links: {
179
- linkContent: React.JSX.Element;
178
+ linkContent: import("react/jsx-runtime").JSX.Element;
180
179
  }[];
181
180
  } | {
182
- linkContent: React.JSX.Element;
181
+ linkContent: import("react/jsx-runtime").JSX.Element;
183
182
  links: ({
184
183
  linkContent: string;
185
184
  links: ({
186
- linkContent: React.JSX.Element;
185
+ linkContent: import("react/jsx-runtime").JSX.Element;
187
186
  links: ({
188
- linkContent: React.JSX.Element;
187
+ linkContent: import("react/jsx-runtime").JSX.Element;
189
188
  isActive: boolean;
190
189
  } | {
191
- linkContent: React.JSX.Element;
190
+ linkContent: import("react/jsx-runtime").JSX.Element;
192
191
  isActive?: undefined;
193
192
  })[];
194
193
  } | {
195
- linkContent: React.JSX.Element;
194
+ linkContent: import("react/jsx-runtime").JSX.Element;
196
195
  links?: undefined;
197
196
  })[];
198
197
  } | {
199
- linkContent: React.JSX.Element;
198
+ linkContent: import("react/jsx-runtime").JSX.Element;
200
199
  links?: undefined;
201
200
  })[];
202
201
  })[];
203
202
  export declare const sideNavCompactSampleMenuItemsRR: ({
204
- linkContent: React.JSX.Element;
203
+ linkContent: import("react/jsx-runtime").JSX.Element;
205
204
  links?: undefined;
206
205
  } | {
207
206
  linkContent: string;
208
207
  links: {
209
- linkContent: React.JSX.Element;
208
+ linkContent: import("react/jsx-runtime").JSX.Element;
210
209
  }[];
211
210
  } | {
212
- linkContent: React.JSX.Element;
211
+ linkContent: import("react/jsx-runtime").JSX.Element;
213
212
  links: ({
214
213
  linkContent: string;
215
214
  links: {
216
- linkContent: React.JSX.Element;
215
+ linkContent: import("react/jsx-runtime").JSX.Element;
217
216
  }[];
218
217
  } | {
219
- linkContent: React.JSX.Element;
218
+ linkContent: import("react/jsx-runtime").JSX.Element;
220
219
  links?: undefined;
221
220
  })[];
222
221
  })[];
@@ -229,20 +228,20 @@ export declare const tabMenuSampleMenuItems: ({
229
228
  noResultsText: string;
230
229
  };
231
230
  icon: string;
232
- linkContent: React.JSX.Element;
231
+ linkContent: import("react/jsx-runtime").JSX.Element;
233
232
  links: {
234
- linkContent: React.JSX.Element;
233
+ linkContent: import("react/jsx-runtime").JSX.Element;
235
234
  }[];
236
235
  isActive?: undefined;
237
236
  } | {
238
237
  icon: string;
239
- linkContent: React.JSX.Element;
238
+ linkContent: import("react/jsx-runtime").JSX.Element;
240
239
  isActive: boolean;
241
240
  dropdownSettings?: undefined;
242
241
  links?: undefined;
243
242
  } | {
244
243
  icon: string;
245
- linkContent: React.JSX.Element;
244
+ linkContent: import("react/jsx-runtime").JSX.Element;
246
245
  dropdownSettings?: undefined;
247
246
  links?: undefined;
248
247
  isActive?: undefined;
@@ -256,18 +255,18 @@ export declare const tabMenuSampleMenuItemsMultidev: ({
256
255
  noResultsText: string;
257
256
  };
258
257
  icon: string;
259
- linkContent: React.JSX.Element;
258
+ linkContent: import("react/jsx-runtime").JSX.Element;
260
259
  links: ({
261
- linkContent: React.JSX.Element;
260
+ linkContent: import("react/jsx-runtime").JSX.Element;
262
261
  isActive?: undefined;
263
262
  } | {
264
- linkContent: React.JSX.Element;
263
+ linkContent: import("react/jsx-runtime").JSX.Element;
265
264
  isActive: boolean;
266
265
  })[];
267
266
  promoteActiveChildLink: boolean;
268
267
  } | {
269
268
  icon: string;
270
- linkContent: React.JSX.Element;
269
+ linkContent: import("react/jsx-runtime").JSX.Element;
271
270
  dropdownSettings?: undefined;
272
271
  links?: undefined;
273
272
  promoteActiveChildLink?: undefined;
@@ -276,7 +275,7 @@ export declare const userMenuSampleItems: UserMenuItem[];
276
275
  export declare const workspaceItemsSimple: ({
277
276
  displayName: string;
278
277
  workspaceId: string;
279
- workspaceLink: React.JSX.Element;
278
+ workspaceLink: import("react/jsx-runtime").JSX.Element;
280
279
  imageSrc?: undefined;
281
280
  planTier?: undefined;
282
281
  isUnprivileged?: undefined;
@@ -286,7 +285,7 @@ export declare const workspaceItemsSimple: ({
286
285
  imageSrc: string;
287
286
  planTier: string;
288
287
  workspaceId: string;
289
- workspaceLink: React.JSX.Element;
288
+ workspaceLink: import("react/jsx-runtime").JSX.Element;
290
289
  isUnprivileged?: undefined;
291
290
  isActive?: undefined;
292
291
  } | {
@@ -294,14 +293,14 @@ export declare const workspaceItemsSimple: ({
294
293
  imageSrc: string;
295
294
  planTier: string;
296
295
  workspaceId: string;
297
- workspaceLink: React.JSX.Element;
296
+ workspaceLink: import("react/jsx-runtime").JSX.Element;
298
297
  isUnprivileged: boolean;
299
298
  isActive?: undefined;
300
299
  } | {
301
300
  displayName: string;
302
301
  planTier: string;
303
302
  workspaceId: string;
304
- workspaceLink: React.JSX.Element;
303
+ workspaceLink: import("react/jsx-runtime").JSX.Element;
305
304
  isActive: boolean;
306
305
  imageSrc?: undefined;
307
306
  isUnprivileged?: undefined;
@@ -309,7 +308,7 @@ export declare const workspaceItemsSimple: ({
309
308
  displayName: string;
310
309
  planTier: string;
311
310
  workspaceId: string;
312
- workspaceLink: React.JSX.Element;
311
+ workspaceLink: import("react/jsx-runtime").JSX.Element;
313
312
  imageSrc?: undefined;
314
313
  isUnprivileged?: undefined;
315
314
  isActive?: undefined;
@@ -317,7 +316,7 @@ export declare const workspaceItemsSimple: ({
317
316
  export declare const workspaceItemsPersonal: ({
318
317
  displayName: string;
319
318
  workspaceId: string;
320
- workspaceLink: React.JSX.Element;
319
+ workspaceLink: import("react/jsx-runtime").JSX.Element;
321
320
  isActive: boolean;
322
321
  imageSrc?: undefined;
323
322
  planTier?: undefined;
@@ -326,20 +325,20 @@ export declare const workspaceItemsPersonal: ({
326
325
  imageSrc: string;
327
326
  planTier: string;
328
327
  workspaceId: string;
329
- workspaceLink: React.JSX.Element;
328
+ workspaceLink: import("react/jsx-runtime").JSX.Element;
330
329
  isActive?: undefined;
331
330
  } | {
332
331
  displayName: string;
333
332
  planTier: string;
334
333
  workspaceId: string;
335
- workspaceLink: React.JSX.Element;
334
+ workspaceLink: import("react/jsx-runtime").JSX.Element;
336
335
  isActive?: undefined;
337
336
  imageSrc?: undefined;
338
337
  })[];
339
338
  export declare const workspaceItemsLonger: ({
340
339
  displayName: string;
341
340
  workspaceId: string;
342
- workspaceLink: React.JSX.Element;
341
+ workspaceLink: import("react/jsx-runtime").JSX.Element;
343
342
  imageSrc?: undefined;
344
343
  planTier?: undefined;
345
344
  isActive?: undefined;
@@ -348,20 +347,20 @@ export declare const workspaceItemsLonger: ({
348
347
  imageSrc: string;
349
348
  planTier: string;
350
349
  workspaceId: string;
351
- workspaceLink: React.JSX.Element;
350
+ workspaceLink: import("react/jsx-runtime").JSX.Element;
352
351
  isActive?: undefined;
353
352
  } | {
354
353
  displayName: string;
355
354
  planTier: string;
356
355
  workspaceId: string;
357
- workspaceLink: React.JSX.Element;
356
+ workspaceLink: import("react/jsx-runtime").JSX.Element;
358
357
  imageSrc?: undefined;
359
358
  isActive?: undefined;
360
359
  } | {
361
360
  displayName: string;
362
361
  planTier: string;
363
362
  workspaceId: string;
364
- workspaceLink: React.JSX.Element;
363
+ workspaceLink: import("react/jsx-runtime").JSX.Element;
365
364
  isActive: boolean;
366
365
  imageSrc?: undefined;
367
366
  })[];
@@ -1,10 +1,9 @@
1
- import React from 'react';
2
1
  export declare const DemoDashboardInnerHeaderLeft: ({ slot: _slot, }: {
3
2
  slot?: string;
4
- }) => React.JSX.Element;
3
+ }) => import("react/jsx-runtime").JSX.Element;
5
4
  export declare const DemoDashboardInnerHeaderRight: ({ slot: _slot, }: {
6
5
  slot?: string;
7
- }) => React.JSX.Element;
6
+ }) => import("react/jsx-runtime").JSX.Element;
8
7
  export declare const DemoDashboardContent: ({ slot: _slot }: {
9
8
  slot?: string;
10
- }) => React.JSX.Element;
9
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,11 +1,10 @@
1
- import React from 'react';
2
1
  export declare const DemoDashboardSidebarNav: ({ slot: _slot }: {
3
2
  slot?: string;
4
- }) => React.JSX.Element;
3
+ }) => import("react/jsx-runtime").JSX.Element;
5
4
  export declare const DemoDashboardFooter: ({ slot: _slot }: {
6
5
  slot?: string;
7
- }) => React.JSX.Element;
6
+ }) => import("react/jsx-runtime").JSX.Element;
8
7
  export declare const DemoDashboardNavbar: ({ isAdmin, slot: _slot, }: {
9
8
  isAdmin?: boolean;
10
9
  slot?: string;
11
- }) => React.JSX.Element;
10
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const sampleMessage: React.JSX.Element;
1
+ export declare const sampleMessage: import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ModalWithForm: () => React.JSX.Element;
1
+ export declare const ModalWithForm: () => import("react/jsx-runtime").JSX.Element;
@@ -1,16 +1,15 @@
1
- import React from 'react';
2
1
  export declare const PanelRowDemoItemsLeft: ({ slot: _slot }: {
3
2
  slot?: string;
4
- }) => React.JSX.Element;
3
+ }) => import("react/jsx-runtime").JSX.Element;
5
4
  export declare const PanelRowDemoItemsLeftList: ({ slot: _slot, }: {
6
5
  slot?: string;
7
- }) => React.JSX.Element;
6
+ }) => import("react/jsx-runtime").JSX.Element;
8
7
  export declare const PanelRowDemoItemsRight: ({ slot: _slot }: {
9
8
  slot?: string;
10
- }) => React.JSX.Element;
9
+ }) => import("react/jsx-runtime").JSX.Element;
11
10
  export declare const PanelRowDemoItemsDropdown: ({ slot: _slot, }: {
12
11
  slot?: string;
13
- }) => React.JSX.Element;
12
+ }) => import("react/jsx-runtime").JSX.Element;
14
13
  export declare const PanelRowDemoItemsBelow: ({ slot: _slot }: {
15
14
  slot?: string;
16
- }) => React.JSX.Element;
15
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,13 +1,12 @@
1
- import React from 'react';
2
1
  import './color-preview-swatches.css';
3
2
  export declare const SwatchButton: ({ clipboardText, color, type, }: {
4
3
  color: string;
5
4
  clipboardText: string;
6
5
  type: "background" | "foreground" | "border";
7
- }) => React.JSX.Element;
6
+ }) => import("react/jsx-runtime").JSX.Element;
8
7
  interface ColorPreviewSwatchesProps {
9
8
  colors: string[];
10
9
  type: 'background' | 'foreground' | 'border';
11
10
  }
12
- export declare const ColorPreviewSwatches: ({ colors, type, }: ColorPreviewSwatchesProps) => React.JSX.Element;
11
+ export declare const ColorPreviewSwatches: ({ colors, type, }: ColorPreviewSwatchesProps) => import("react/jsx-runtime").JSX.Element;
13
12
  export {};
@@ -3,4 +3,4 @@ export declare const ResponsiveContext: React.Context<any>;
3
3
  export declare const ResponsiveContextProvider: ({ children, mobileMenuMaxWidth, }: {
4
4
  children: any;
5
5
  mobileMenuMaxWidth?: number;
6
- }) => React.JSX.Element;
6
+ }) => import("react/jsx-runtime").JSX.Element;