@sprucelabs/heartwood-view-controllers 128.3.1 → 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.
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeProps.schema.js +7 -0
- package/build/.spruce/schemas/schemas.types.d.ts +9 -0
- package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeProps.schema.js +7 -0
- package/build/esm/.spruce/schemas/schemas.types.d.ts +9 -0
- package/build/esm/schemas/v2021_02_11/theme.builder.d.ts +5 -0
- package/build/esm/schemas/v2021_02_11/theme.builder.js +5 -0
- package/build/schemas/v2021_02_11/theme.builder.d.ts +5 -0
- package/build/schemas/v2021_02_11/theme.builder.js +5 -0
- package/package.json +13 -13
|
@@ -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';
|
|
@@ -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,
|
|
@@ -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.
|
|
15
|
+
"version": "128.4.0",
|
|
16
16
|
"skill": {
|
|
17
17
|
"namespace": "HeartwoodViewControllers",
|
|
18
18
|
"commandOverrides": {
|
|
@@ -73,16 +73,16 @@
|
|
|
73
73
|
"@babel/preset-env": "^7.28.5",
|
|
74
74
|
"@babel/preset-typescript": "^7.28.5",
|
|
75
75
|
"@babel/runtime": "^7.28.4",
|
|
76
|
-
"@sprucelabs/calendar-utils": "^44.0.
|
|
77
|
-
"@sprucelabs/error": "^8.0.
|
|
76
|
+
"@sprucelabs/calendar-utils": "^44.0.26",
|
|
77
|
+
"@sprucelabs/error": "^8.0.9",
|
|
78
78
|
"@sprucelabs/globby": "^2.0.515",
|
|
79
|
-
"@sprucelabs/mercury-core-events": "^28.
|
|
80
|
-
"@sprucelabs/mercury-types": "^49.0.
|
|
81
|
-
"@sprucelabs/schema": "^33.0.
|
|
82
|
-
"@sprucelabs/spruce-core-schemas": "^42.0.
|
|
83
|
-
"@sprucelabs/spruce-event-utils": "^42.0.
|
|
84
|
-
"@sprucelabs/spruce-skill-utils": "^33.0.
|
|
85
|
-
"@sprucelabs/test-utils": "^7.0.
|
|
79
|
+
"@sprucelabs/mercury-core-events": "^28.1.1",
|
|
80
|
+
"@sprucelabs/mercury-types": "^49.0.21",
|
|
81
|
+
"@sprucelabs/schema": "^33.0.17",
|
|
82
|
+
"@sprucelabs/spruce-core-schemas": "^42.0.21",
|
|
83
|
+
"@sprucelabs/spruce-event-utils": "^42.0.20",
|
|
84
|
+
"@sprucelabs/spruce-skill-utils": "^33.0.20",
|
|
85
|
+
"@sprucelabs/test-utils": "^7.0.16",
|
|
86
86
|
"babel-loader": "^10.0.0",
|
|
87
87
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
88
88
|
"dot-prop": "^10.1.0",
|
|
@@ -95,9 +95,9 @@
|
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@sprucelabs/esm-postbuild": "^9.0.8",
|
|
98
|
-
"@sprucelabs/jest-json-reporter": "^10.0.
|
|
99
|
-
"@sprucelabs/mercury-client": "^45.0.
|
|
100
|
-
"@sprucelabs/mercury-event-emitter": "^45.0.
|
|
98
|
+
"@sprucelabs/jest-json-reporter": "^10.0.12",
|
|
99
|
+
"@sprucelabs/mercury-client": "^45.0.26",
|
|
100
|
+
"@sprucelabs/mercury-event-emitter": "^45.0.26",
|
|
101
101
|
"@sprucelabs/resolve-path-aliases": "^4.0.9",
|
|
102
102
|
"@sprucelabs/semantic-release": "^6.0.0",
|
|
103
103
|
"@sprucelabs/test": "^11.0.3",
|