sass-template-common 0.2.72 → 0.2.74
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/sass-template-common.css +1 -1
- package/dist/sass-template-common.d.ts +15 -0
- package/dist/sass-template-common.js +2969 -2917
- package/dist/sass-template-common.umd.cjs +30 -30
- package/package.json +1 -1
|
@@ -504,6 +504,13 @@ export declare interface Entity {
|
|
|
504
504
|
width: number;
|
|
505
505
|
height: number;
|
|
506
506
|
};
|
|
507
|
+
social?: {
|
|
508
|
+
facebook: string;
|
|
509
|
+
twitter: string;
|
|
510
|
+
linkedin: string;
|
|
511
|
+
google: boolean;
|
|
512
|
+
instagram: string;
|
|
513
|
+
};
|
|
507
514
|
}
|
|
508
515
|
|
|
509
516
|
export declare const ErrorComponent: FC<Props_37>;
|
|
@@ -1932,6 +1939,14 @@ declare type Props_49 = {
|
|
|
1932
1939
|
description: string;
|
|
1933
1940
|
img: string;
|
|
1934
1941
|
className?: string;
|
|
1942
|
+
url?: string;
|
|
1943
|
+
social?: {
|
|
1944
|
+
facebook: string;
|
|
1945
|
+
twitter: string;
|
|
1946
|
+
linkedin: string;
|
|
1947
|
+
google: string;
|
|
1948
|
+
instagram: string;
|
|
1949
|
+
};
|
|
1935
1950
|
};
|
|
1936
1951
|
|
|
1937
1952
|
declare type Props_5 = {
|