sass-template-common 0.9.205-debug.1 → 0.9.206
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/layout.css +2 -2
- package/dist/sass-template-common.css +1 -1
- package/dist/sass-template-common.d.ts +14 -0
- package/dist/sass-template-common.js +1523 -1387
- package/dist/sass-template-common.umd.cjs +21 -21
- package/dist/ui/components/common/footer/footer.css +1 -1
- package/dist/ui/components/common/headers/headers.css +1 -1
- package/dist/ui/components/common/sidebar/sidebar.css +1 -1
- package/package.json +1 -1
|
@@ -1655,6 +1655,8 @@ declare interface Modulo3ColumnasProps {
|
|
|
1655
1655
|
};
|
|
1656
1656
|
}
|
|
1657
1657
|
|
|
1658
|
+
export declare const ModuloBlockNews: FC<OptionCardBlockProps_2>;
|
|
1659
|
+
|
|
1658
1660
|
export declare const ModuloNewsletter: FC<ModuloNewsletterProps>;
|
|
1659
1661
|
|
|
1660
1662
|
declare interface ModuloNewsletterProps {
|
|
@@ -2056,6 +2058,15 @@ declare interface OptionCardBlockProps {
|
|
|
2056
2058
|
paths: RoutePathConfig;
|
|
2057
2059
|
}
|
|
2058
2060
|
|
|
2061
|
+
declare interface OptionCardBlockProps_2 {
|
|
2062
|
+
title: ReactNode;
|
|
2063
|
+
banner?: ReactNode;
|
|
2064
|
+
titleUrl?: string;
|
|
2065
|
+
halfPageBanner?: ReactNode;
|
|
2066
|
+
news: Array<NewListResponseData>;
|
|
2067
|
+
isHome?: boolean;
|
|
2068
|
+
}
|
|
2069
|
+
|
|
2059
2070
|
export declare const OrgList: ({ config, socials }: {
|
|
2060
2071
|
config: Config;
|
|
2061
2072
|
socials: Socials;
|
|
@@ -2945,6 +2956,9 @@ export declare const SocialNetworks: {
|
|
|
2945
2956
|
Gnews: string;
|
|
2946
2957
|
Podcast: string;
|
|
2947
2958
|
Telegram: string;
|
|
2959
|
+
LinkedIn: string;
|
|
2960
|
+
Spotify: string;
|
|
2961
|
+
Threads: string;
|
|
2948
2962
|
};
|
|
2949
2963
|
|
|
2950
2964
|
export declare type Socials = {
|