@sprucelabs/heartwood-view-controllers 128.3.2 → 128.4.0

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.
@@ -206,6 +206,13 @@ const themePropsSchema = {
206
206
  type: 'schema',
207
207
  options: { schema: statusIndicatorColors_schema_1.default, }
208
208
  },
209
+ /** Talking Sprucebot Color. The color of the talking sprucebot animation that appears when Sprucebot is speaking. */
210
+ 'talkingSprucebotColor': {
211
+ label: 'Talking Sprucebot Color',
212
+ type: 'text',
213
+ hint: 'The color of the talking sprucebot animation that appears when Sprucebot is speaking.',
214
+ options: undefined
215
+ },
209
216
  /** . */
210
217
  'fontFamilies': {
211
218
  type: 'schema',
@@ -1395,6 +1395,8 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
1395
1395
  /** Footer Icon Url. The url of the icon to show in the footer. Must be publicly served in some way */
1396
1396
  'footerIconUrl'?: string | undefined | null;
1397
1397
  'statusIndicators'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.StatusIndicatorColors | undefined | null;
1398
+ /** Talking Sprucebot Color. The color of the talking sprucebot animation that appears when Sprucebot is speaking. */
1399
+ 'talkingSprucebotColor'?: string | undefined | null;
1398
1400
  'fontFamilies'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.FontFamily[] | undefined | null;
1399
1401
  'fonts'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.ThemeFonts | undefined | null;
1400
1402
  'cardStyles'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyles | undefined | null;
@@ -1611,6 +1613,13 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
1611
1613
  schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.StatusIndicatorColorsSchema;
1612
1614
  };
1613
1615
  };
1616
+ /** Talking Sprucebot Color. The color of the talking sprucebot animation that appears when Sprucebot is speaking. */
1617
+ 'talkingSprucebotColor': {
1618
+ label: 'Talking Sprucebot Color';
1619
+ type: 'text';
1620
+ hint: 'The color of the talking sprucebot animation that appears when Sprucebot is speaking.';
1621
+ options: undefined;
1622
+ };
1614
1623
  /** . */
1615
1624
  'fontFamilies': {
1616
1625
  type: 'schema';
@@ -201,6 +201,13 @@ const themePropsSchema = {
201
201
  type: 'schema',
202
202
  options: { schema: statusIndicatorColorsSchema_v2021_02_11, }
203
203
  },
204
+ /** Talking Sprucebot Color. The color of the talking sprucebot animation that appears when Sprucebot is speaking. */
205
+ 'talkingSprucebotColor': {
206
+ label: 'Talking Sprucebot Color',
207
+ type: 'text',
208
+ hint: 'The color of the talking sprucebot animation that appears when Sprucebot is speaking.',
209
+ options: undefined
210
+ },
204
211
  /** . */
205
212
  'fontFamilies': {
206
213
  type: 'schema',
@@ -1395,6 +1395,8 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
1395
1395
  /** Footer Icon Url. The url of the icon to show in the footer. Must be publicly served in some way */
1396
1396
  'footerIconUrl'?: string | undefined | null;
1397
1397
  'statusIndicators'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.StatusIndicatorColors | undefined | null;
1398
+ /** Talking Sprucebot Color. The color of the talking sprucebot animation that appears when Sprucebot is speaking. */
1399
+ 'talkingSprucebotColor'?: string | undefined | null;
1398
1400
  'fontFamilies'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.FontFamily[] | undefined | null;
1399
1401
  'fonts'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.ThemeFonts | undefined | null;
1400
1402
  'cardStyles'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyles | undefined | null;
@@ -1611,6 +1613,13 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
1611
1613
  schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.StatusIndicatorColorsSchema;
1612
1614
  };
1613
1615
  };
1616
+ /** Talking Sprucebot Color. The color of the talking sprucebot animation that appears when Sprucebot is speaking. */
1617
+ 'talkingSprucebotColor': {
1618
+ label: 'Talking Sprucebot Color';
1619
+ type: 'text';
1620
+ hint: 'The color of the talking sprucebot animation that appears when Sprucebot is speaking.';
1621
+ options: undefined;
1622
+ };
1614
1623
  /** . */
1615
1624
  'fontFamilies': {
1616
1625
  type: 'schema';
@@ -227,6 +227,11 @@ declare const _default: {
227
227
  };
228
228
  };
229
229
  };
230
+ talkingSprucebotColor: {
231
+ type: "text";
232
+ label: string;
233
+ hint: string;
234
+ };
230
235
  fontFamilies: {
231
236
  type: "schema";
232
237
  isArray: true;
@@ -360,6 +360,11 @@ export default buildSchema({
360
360
  schema: statusIndicatorColorsBuilder,
361
361
  },
362
362
  },
363
+ talkingSprucebotColor: {
364
+ type: 'text',
365
+ label: 'Talking Sprucebot Color',
366
+ hint: 'The color of the talking sprucebot animation that appears when Sprucebot is speaking.',
367
+ },
363
368
  fontFamilies: {
364
369
  type: 'schema',
365
370
  isArray: true,
@@ -227,6 +227,11 @@ declare const _default: {
227
227
  };
228
228
  };
229
229
  };
230
+ talkingSprucebotColor: {
231
+ type: "text";
232
+ label: string;
233
+ hint: string;
234
+ };
230
235
  fontFamilies: {
231
236
  type: "schema";
232
237
  isArray: true;
@@ -365,6 +365,11 @@ exports.default = (0, schema_1.buildSchema)({
365
365
  schema: statusIndicatorColors_builder_1.default,
366
366
  },
367
367
  },
368
+ talkingSprucebotColor: {
369
+ type: 'text',
370
+ label: 'Talking Sprucebot Color',
371
+ hint: 'The color of the talking sprucebot animation that appears when Sprucebot is speaking.',
372
+ },
368
373
  fontFamilies: {
369
374
  type: 'schema',
370
375
  isArray: true,
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "sideEffects": false,
13
13
  "license": "MIT",
14
14
  "description": "All the power of Heartwood in one, convenient package.",
15
- "version": "128.3.2",
15
+ "version": "128.4.0",
16
16
  "skill": {
17
17
  "namespace": "HeartwoodViewControllers",
18
18
  "commandOverrides": {