@sprucelabs/heartwood-view-controllers 119.5.0 → 119.5.1
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/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeProps.schema.js +2 -2
- package/build/.spruce/schemas/schemas.types.d.ts +3 -3
- package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeProps.schema.js +2 -2
- package/build/esm/.spruce/schemas/schemas.types.d.ts +3 -3
- package/package.json +1 -1
|
@@ -184,11 +184,11 @@ const themePropsSchema = {
|
|
|
184
184
|
type: 'schema',
|
|
185
185
|
options: { schema: calendarEventColors_schema_1.default, }
|
|
186
186
|
},
|
|
187
|
-
/** Footer Icon Url. The url of the icon to show in the footer. Must be
|
|
187
|
+
/** Footer Icon Url. The url of the icon to show in the footer. Must be publicly served in some way */
|
|
188
188
|
'footerIconUrl': {
|
|
189
189
|
label: 'Footer Icon Url',
|
|
190
190
|
type: 'text',
|
|
191
|
-
hint: 'The url of the icon to show in the footer. Must be
|
|
191
|
+
hint: 'The url of the icon to show in the footer. Must be publicly served in some way',
|
|
192
192
|
options: undefined
|
|
193
193
|
},
|
|
194
194
|
}
|
|
@@ -1814,7 +1814,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
1814
1814
|
/** Warning color 2. The background used when rendering tarnings. */
|
|
1815
1815
|
'warningColor1Inverse'?: string | undefined | null;
|
|
1816
1816
|
'calendarEvents'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CalendarEventColors | undefined | null;
|
|
1817
|
-
/** Footer Icon Url. The url of the icon to show in the footer. Must be
|
|
1817
|
+
/** Footer Icon Url. The url of the icon to show in the footer. Must be publicly served in some way */
|
|
1818
1818
|
'footerIconUrl'?: string | undefined | null;
|
|
1819
1819
|
}
|
|
1820
1820
|
interface ThemePropsSchema extends SpruceSchema.Schema {
|
|
@@ -2006,11 +2006,11 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
2006
2006
|
schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CalendarEventColorsSchema;
|
|
2007
2007
|
};
|
|
2008
2008
|
};
|
|
2009
|
-
/** Footer Icon Url. The url of the icon to show in the footer. Must be
|
|
2009
|
+
/** Footer Icon Url. The url of the icon to show in the footer. Must be publicly served in some way */
|
|
2010
2010
|
'footerIconUrl': {
|
|
2011
2011
|
label: 'Footer Icon Url';
|
|
2012
2012
|
type: 'text';
|
|
2013
|
-
hint: 'The url of the icon to show in the footer. Must be
|
|
2013
|
+
hint: 'The url of the icon to show in the footer. Must be publicly served in some way';
|
|
2014
2014
|
options: undefined;
|
|
2015
2015
|
};
|
|
2016
2016
|
};
|
|
@@ -179,11 +179,11 @@ const themePropsSchema = {
|
|
|
179
179
|
type: 'schema',
|
|
180
180
|
options: { schema: calendarEventColorsSchema_v2021_02_11, }
|
|
181
181
|
},
|
|
182
|
-
/** Footer Icon Url. The url of the icon to show in the footer. Must be
|
|
182
|
+
/** Footer Icon Url. The url of the icon to show in the footer. Must be publicly served in some way */
|
|
183
183
|
'footerIconUrl': {
|
|
184
184
|
label: 'Footer Icon Url',
|
|
185
185
|
type: 'text',
|
|
186
|
-
hint: 'The url of the icon to show in the footer. Must be
|
|
186
|
+
hint: 'The url of the icon to show in the footer. Must be publicly served in some way',
|
|
187
187
|
options: undefined
|
|
188
188
|
},
|
|
189
189
|
}
|
|
@@ -1814,7 +1814,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
1814
1814
|
/** Warning color 2. The background used when rendering tarnings. */
|
|
1815
1815
|
'warningColor1Inverse'?: string | undefined | null;
|
|
1816
1816
|
'calendarEvents'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CalendarEventColors | undefined | null;
|
|
1817
|
-
/** Footer Icon Url. The url of the icon to show in the footer. Must be
|
|
1817
|
+
/** Footer Icon Url. The url of the icon to show in the footer. Must be publicly served in some way */
|
|
1818
1818
|
'footerIconUrl'?: string | undefined | null;
|
|
1819
1819
|
}
|
|
1820
1820
|
interface ThemePropsSchema extends SpruceSchema.Schema {
|
|
@@ -2006,11 +2006,11 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
2006
2006
|
schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CalendarEventColorsSchema;
|
|
2007
2007
|
};
|
|
2008
2008
|
};
|
|
2009
|
-
/** Footer Icon Url. The url of the icon to show in the footer. Must be
|
|
2009
|
+
/** Footer Icon Url. The url of the icon to show in the footer. Must be publicly served in some way */
|
|
2010
2010
|
'footerIconUrl': {
|
|
2011
2011
|
label: 'Footer Icon Url';
|
|
2012
2012
|
type: 'text';
|
|
2013
|
-
hint: 'The url of the icon to show in the footer. Must be
|
|
2013
|
+
hint: 'The url of the icon to show in the footer. Must be publicly served in some way';
|
|
2014
2014
|
options: undefined;
|
|
2015
2015
|
};
|
|
2016
2016
|
};
|
package/package.json
CHANGED