@pantheon-systems/pds-toolkit-react 1.17.1 → 1.18.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/_dist/index.d.ts CHANGED
@@ -24,6 +24,7 @@ export * from './components/cards/PricingCard/PricingCard';
24
24
  export * from './components/cards/SiteCard/SiteCard';
25
25
  export * from './components/charts/BarChart/BarChart';
26
26
  export * from './components/charts/LineChart/LineChart';
27
+ export * from './components/charts/ProportionBar/ProportionBar';
27
28
  export * from './components/charts/shared/types';
28
29
  export * from './components/CodeBlock/CodeBlock';
29
30
  export * from './components/ComparisonList/ComparisonList';
@@ -126,6 +127,7 @@ export * from './libs/types/custom-types';
126
127
  export * from './libs/types/input-types';
127
128
  export * from './libs/types/layout-types';
128
129
  export * from './libs/types/navigation-types';
130
+ export * from './components/charts/PieChart/PieChart';
129
131
  export { ResponsiveContext } from './utilities/context-providers/ResponsiveContext/ResponsiveContext';
130
132
  export { useClipboard } from './utilities/hooks/useClipboard';
131
133
  export { useKeyPress } from './utilities/hooks/useKeyPress';