quirk-ui 0.0.308 → 0.0.310
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/main.d.ts +1 -1
- package/dist/next/blocks/HeroBlock/index.js +131 -166
- package/dist/next/ui/PortableTextRenderer/index.js +2031 -11
- package/dist/next.d.ts +1 -1
- package/package.json +1 -1
- package/dist/index-BDYug81X.js +0 -2036
package/dist/next.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ declare type externalUrlOptions = {
|
|
|
6
6
|
externalUrl: string;
|
|
7
7
|
};
|
|
8
8
|
|
|
9
|
-
export declare function HeroBlock({ heading,
|
|
9
|
+
export declare function HeroBlock({ heading, image, video, callToAction, pageData, styleOptions, }: HeroBlockProps): JSX.Element | undefined;
|
|
10
10
|
|
|
11
11
|
declare interface HeroBlockProps {
|
|
12
12
|
heading: {
|