@griddo/core 1.75.154 → 1.75.156
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.
|
@@ -57,6 +57,7 @@ export interface Page {
|
|
|
57
57
|
footer: LibraryComponentProps & {
|
|
58
58
|
menu: Menu;
|
|
59
59
|
};
|
|
60
|
+
footerTheme?: string;
|
|
60
61
|
fullPath?: {
|
|
61
62
|
site: string;
|
|
62
63
|
domain: string;
|
|
@@ -71,6 +72,7 @@ export interface Page {
|
|
|
71
72
|
header: LibraryComponentProps & {
|
|
72
73
|
menu: Menu;
|
|
73
74
|
};
|
|
75
|
+
headerTheme?: string;
|
|
74
76
|
id?: number;
|
|
75
77
|
isHome?: boolean;
|
|
76
78
|
isIndexed?: boolean;
|
|
@@ -137,6 +139,7 @@ export interface Page {
|
|
|
137
139
|
};
|
|
138
140
|
templateConfig?: unknown;
|
|
139
141
|
templateId?: string;
|
|
142
|
+
theme?: string;
|
|
140
143
|
title: string;
|
|
141
144
|
url?: string;
|
|
142
145
|
workflowStatus?: unknown;
|
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.156",
|
|
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": "cee7a1a861e4a2ae58ecda5a00c491a9957bd88b"
|
|
82
82
|
}
|