@nypl/design-system-react-components 3.2.0-rc2 → 3.2.0-rc3

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.
@@ -71,6 +71,7 @@ export type { SkeletonLoaderImageRatios } from "./components/SkeletonLoader/Skel
71
71
  export { default as SkipNavigation } from "./components/SkipNavigation/SkipNavigation";
72
72
  export { default as Slider } from "./components/Slider/Slider";
73
73
  export { default as SocialMediaLinks } from "./components/SocialMediaLinks/SocialMediaLinks";
74
+ export type { SocialMediaLinkDataProps } from "./components/SocialMediaLinks/SocialMediaLinks";
74
75
  export { default as StatusBadge } from "./components/StatusBadge/StatusBadge";
75
76
  export type { StatusBadgeTypes } from "./components/StatusBadge/StatusBadge";
76
77
  export { default as StructuredContent } from "./components/StructuredContent/StructuredContent";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nypl/design-system-react-components",
3
- "version": "3.2.0-rc2",
3
+ "version": "3.2.0-rc3",
4
4
  "description": "NYPL Reservoir Design System React Components",
5
5
  "repository": {
6
6
  "type": "git",