@nypl/design-system-react-components 3.2.0-rc2 → 3.2.0-rc4
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.
|
@@ -39827,7 +39827,10 @@ const kU = f2((r, a) => {
|
|
|
39827
39827
|
), s1 = B === "form" || B === "submitting", m1 = D0({
|
|
39828
39828
|
title: O,
|
|
39829
39829
|
id: v,
|
|
39830
|
-
headingSize: "heading3"
|
|
39830
|
+
headingSize: "heading3",
|
|
39831
|
+
additionalStyles: {
|
|
39832
|
+
marginBottom: 0
|
|
39833
|
+
}
|
|
39831
39834
|
}), v1 = K.useRef(null);
|
|
39832
39835
|
return K.useEffect(() => {
|
|
39833
39836
|
var M1;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -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";
|