@windstream/react-shared-components 0.1.47 → 0.1.48
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/contentful/index.d.ts +25 -2
- package/dist/contentful/index.esm.js +27 -2
- package/dist/contentful/index.esm.js.map +1 -1
- package/dist/contentful/index.js +27 -2
- package/dist/contentful/index.js.map +1 -1
- package/package.json +1 -1
- package/src/contentful/index.ts +4 -0
- /package/src/contentful/blocks/{cartretentionbanner/CartRetentionBanner.tsx → cart-retention-banner/index.tsx} +0 -0
- /package/src/contentful/blocks/{cartretentionbanner → cart-retention-banner}/types.ts +0 -0
package/package.json
CHANGED
package/src/contentful/index.ts
CHANGED
|
@@ -83,6 +83,10 @@ export type { TypeComponentRichTextFields as CookieBannerProps } from "./blocks/
|
|
|
83
83
|
export { EmailInputBlock } from "./blocks/email-input-block";
|
|
84
84
|
export type { EmailInputBlockProps } from "./blocks/email-input-block/types";
|
|
85
85
|
|
|
86
|
+
export { default as CartRetentionBanner } from "./blocks/cart-retention-banner";
|
|
87
|
+
export type {TypeCartRetentionBannerFields as CartRetentionBannerProps } from "./blocks/cart-retention-banner/types";
|
|
88
|
+
|
|
89
|
+
|
|
86
90
|
// Contentful Rich Text Hooks & Utils
|
|
87
91
|
export { toDocument } from "../utils/contentful/to-document";
|
|
88
92
|
|
|
File without changes
|
|
File without changes
|