@20minutes/hela 0.0.10 → 0.0.11
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 +2 -2
- package/dist/index.es.js +2196 -2166
- package/dist/index.umd.js +76 -76
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -640,7 +640,7 @@ interface HoroscopeTopicCardProps {
|
|
|
640
640
|
icon: IconName;
|
|
641
641
|
title: string;
|
|
642
642
|
content: string;
|
|
643
|
-
withBorder
|
|
643
|
+
withBorder?: boolean;
|
|
644
644
|
}
|
|
645
645
|
declare const HoroscopeTopicCard: React.FC<HoroscopeTopicCardProps>;
|
|
646
646
|
|
|
@@ -711,7 +711,7 @@ declare const ArticlePage: React.FC<ArticlePageProps>;
|
|
|
711
711
|
|
|
712
712
|
interface HoroscopePageProps extends PageTemplateProps {
|
|
713
713
|
breadcrumb: React.ReactNode;
|
|
714
|
-
|
|
714
|
+
headerPage: React.ReactNode;
|
|
715
715
|
headerBanner: React.ReactNode;
|
|
716
716
|
horoscopeContent: React.ReactNode;
|
|
717
717
|
link: React.ReactNode;
|