@griddo/core 1.75.130 → 1.75.132
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.
|
@@ -5,6 +5,7 @@ import { Image, Menu } from "../api-response-fields";
|
|
|
5
5
|
import locales from "../constants/locales";
|
|
6
6
|
import timezone from "../constants/timezone";
|
|
7
7
|
export declare type Renderers = "gatsby" | "editor" | "preview";
|
|
8
|
+
export declare type SocialName = "instagram" | "linkedIn" | "facebook" | "twitter" | "youTube" | "flickr" | "tiktok" | "snapchat" | "newsletter";
|
|
8
9
|
export declare type Breadcrumb = Array<{
|
|
9
10
|
path?: string;
|
|
10
11
|
label: string;
|
|
@@ -197,7 +198,7 @@ export interface Site {
|
|
|
197
198
|
};
|
|
198
199
|
smallAvatar?: string | null;
|
|
199
200
|
slug?: string;
|
|
200
|
-
socials?: Record<
|
|
201
|
+
socials?: Record<SocialName, string>;
|
|
201
202
|
theme?: string;
|
|
202
203
|
thumbnail?: string;
|
|
203
204
|
timezone?: TimeZone;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@griddo/core",
|
|
3
3
|
"description": "Reload version of Griddo Core",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "1.75.
|
|
5
|
+
"version": "1.75.132",
|
|
6
6
|
"authors": [
|
|
7
7
|
"Álvaro Sánchez' <alvaro.sanches@secuoyas.com>",
|
|
8
8
|
"Carlos Torres <carlos.torres@secuoyas.com>",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"resolutions": {
|
|
79
79
|
"colors": "1.4.0"
|
|
80
80
|
},
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "d4a713cc7ddba76e1154e35c4069909b9405a854"
|
|
82
82
|
}
|