@sprucelabs/heartwood-view-controllers 126.3.0 → 126.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 +14 -0
- package/build/.spruce/schemas/schemas.types.d.ts +18 -0
- package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/themeProps.schema.js +14 -0
- package/build/esm/.spruce/schemas/schemas.types.d.ts +18 -0
- package/build/esm/schemas/v2021_02_11/theme.builder.d.ts +10 -0
- package/build/esm/schemas/v2021_02_11/theme.builder.js +10 -0
- package/build/schemas/v2021_02_11/theme.builder.d.ts +10 -0
- package/build/schemas/v2021_02_11/theme.builder.js +10 -0
- package/package.json +8 -8
|
@@ -147,6 +147,20 @@ const themePropsSchema = {
|
|
|
147
147
|
hint: 'The background color of the tool belts.',
|
|
148
148
|
options: undefined
|
|
149
149
|
},
|
|
150
|
+
/** Success color 1. Success messages overlayed on a background colored with successColor1Inverse. */
|
|
151
|
+
'successColor1': {
|
|
152
|
+
label: 'Success color 1',
|
|
153
|
+
type: 'text',
|
|
154
|
+
hint: 'Success messages overlayed on a background colored with successColor1Inverse.',
|
|
155
|
+
options: undefined
|
|
156
|
+
},
|
|
157
|
+
/** Success color 2. The background used when rendering success messages. */
|
|
158
|
+
'successColor1Inverse': {
|
|
159
|
+
label: 'Success color 2',
|
|
160
|
+
type: 'text',
|
|
161
|
+
hint: 'The background used when rendering success messages.',
|
|
162
|
+
options: undefined
|
|
163
|
+
},
|
|
150
164
|
/** Error color 1. Errors overlayed on a background colored with errorColor1Inverse. */
|
|
151
165
|
'errorColor1': {
|
|
152
166
|
label: 'Error color 1',
|
|
@@ -1335,6 +1335,10 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
1335
1335
|
'controlBar'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.ControlBar | undefined | null;
|
|
1336
1336
|
/** Tool belt color 2. The background color of the tool belts. */
|
|
1337
1337
|
'toolBeltColor2'?: string | undefined | null;
|
|
1338
|
+
/** Success color 1. Success messages overlayed on a background colored with successColor1Inverse. */
|
|
1339
|
+
'successColor1'?: string | undefined | null;
|
|
1340
|
+
/** Success color 2. The background used when rendering success messages. */
|
|
1341
|
+
'successColor1Inverse'?: string | undefined | null;
|
|
1338
1342
|
/** Error color 1. Errors overlayed on a background colored with errorColor1Inverse. */
|
|
1339
1343
|
'errorColor1'?: string | undefined | null;
|
|
1340
1344
|
/** Error color 2. The background used when rendering errors. */
|
|
@@ -1500,6 +1504,20 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
1500
1504
|
hint: 'The background color of the tool belts.';
|
|
1501
1505
|
options: undefined;
|
|
1502
1506
|
};
|
|
1507
|
+
/** Success color 1. Success messages overlayed on a background colored with successColor1Inverse. */
|
|
1508
|
+
'successColor1': {
|
|
1509
|
+
label: 'Success color 1';
|
|
1510
|
+
type: 'text';
|
|
1511
|
+
hint: 'Success messages overlayed on a background colored with successColor1Inverse.';
|
|
1512
|
+
options: undefined;
|
|
1513
|
+
};
|
|
1514
|
+
/** Success color 2. The background used when rendering success messages. */
|
|
1515
|
+
'successColor1Inverse': {
|
|
1516
|
+
label: 'Success color 2';
|
|
1517
|
+
type: 'text';
|
|
1518
|
+
hint: 'The background used when rendering success messages.';
|
|
1519
|
+
options: undefined;
|
|
1520
|
+
};
|
|
1503
1521
|
/** Error color 1. Errors overlayed on a background colored with errorColor1Inverse. */
|
|
1504
1522
|
'errorColor1': {
|
|
1505
1523
|
label: 'Error color 1';
|
|
@@ -142,6 +142,20 @@ const themePropsSchema = {
|
|
|
142
142
|
hint: 'The background color of the tool belts.',
|
|
143
143
|
options: undefined
|
|
144
144
|
},
|
|
145
|
+
/** Success color 1. Success messages overlayed on a background colored with successColor1Inverse. */
|
|
146
|
+
'successColor1': {
|
|
147
|
+
label: 'Success color 1',
|
|
148
|
+
type: 'text',
|
|
149
|
+
hint: 'Success messages overlayed on a background colored with successColor1Inverse.',
|
|
150
|
+
options: undefined
|
|
151
|
+
},
|
|
152
|
+
/** Success color 2. The background used when rendering success messages. */
|
|
153
|
+
'successColor1Inverse': {
|
|
154
|
+
label: 'Success color 2',
|
|
155
|
+
type: 'text',
|
|
156
|
+
hint: 'The background used when rendering success messages.',
|
|
157
|
+
options: undefined
|
|
158
|
+
},
|
|
145
159
|
/** Error color 1. Errors overlayed on a background colored with errorColor1Inverse. */
|
|
146
160
|
'errorColor1': {
|
|
147
161
|
label: 'Error color 1',
|
|
@@ -1335,6 +1335,10 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
1335
1335
|
'controlBar'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.ControlBar | undefined | null;
|
|
1336
1336
|
/** Tool belt color 2. The background color of the tool belts. */
|
|
1337
1337
|
'toolBeltColor2'?: string | undefined | null;
|
|
1338
|
+
/** Success color 1. Success messages overlayed on a background colored with successColor1Inverse. */
|
|
1339
|
+
'successColor1'?: string | undefined | null;
|
|
1340
|
+
/** Success color 2. The background used when rendering success messages. */
|
|
1341
|
+
'successColor1Inverse'?: string | undefined | null;
|
|
1338
1342
|
/** Error color 1. Errors overlayed on a background colored with errorColor1Inverse. */
|
|
1339
1343
|
'errorColor1'?: string | undefined | null;
|
|
1340
1344
|
/** Error color 2. The background used when rendering errors. */
|
|
@@ -1500,6 +1504,20 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
1500
1504
|
hint: 'The background color of the tool belts.';
|
|
1501
1505
|
options: undefined;
|
|
1502
1506
|
};
|
|
1507
|
+
/** Success color 1. Success messages overlayed on a background colored with successColor1Inverse. */
|
|
1508
|
+
'successColor1': {
|
|
1509
|
+
label: 'Success color 1';
|
|
1510
|
+
type: 'text';
|
|
1511
|
+
hint: 'Success messages overlayed on a background colored with successColor1Inverse.';
|
|
1512
|
+
options: undefined;
|
|
1513
|
+
};
|
|
1514
|
+
/** Success color 2. The background used when rendering success messages. */
|
|
1515
|
+
'successColor1Inverse': {
|
|
1516
|
+
label: 'Success color 2';
|
|
1517
|
+
type: 'text';
|
|
1518
|
+
hint: 'The background used when rendering success messages.';
|
|
1519
|
+
options: undefined;
|
|
1520
|
+
};
|
|
1503
1521
|
/** Error color 1. Errors overlayed on a background colored with errorColor1Inverse. */
|
|
1504
1522
|
'errorColor1': {
|
|
1505
1523
|
label: 'Error color 1';
|
|
@@ -161,6 +161,16 @@ declare const _default: {
|
|
|
161
161
|
label: string;
|
|
162
162
|
hint: string;
|
|
163
163
|
};
|
|
164
|
+
successColor1: {
|
|
165
|
+
type: "text";
|
|
166
|
+
label: string;
|
|
167
|
+
hint: string;
|
|
168
|
+
};
|
|
169
|
+
successColor1Inverse: {
|
|
170
|
+
type: "text";
|
|
171
|
+
label: string;
|
|
172
|
+
hint: string;
|
|
173
|
+
};
|
|
164
174
|
errorColor1: {
|
|
165
175
|
type: "text";
|
|
166
176
|
label: string;
|
|
@@ -291,6 +291,16 @@ export default buildSchema({
|
|
|
291
291
|
label: 'Tool belt color 2',
|
|
292
292
|
hint: 'The background color of the tool belts.',
|
|
293
293
|
},
|
|
294
|
+
successColor1: {
|
|
295
|
+
type: 'text',
|
|
296
|
+
label: 'Success color 1',
|
|
297
|
+
hint: 'Success messages overlayed on a background colored with successColor1Inverse.',
|
|
298
|
+
},
|
|
299
|
+
successColor1Inverse: {
|
|
300
|
+
type: 'text',
|
|
301
|
+
label: 'Success color 2',
|
|
302
|
+
hint: 'The background used when rendering success messages.',
|
|
303
|
+
},
|
|
294
304
|
errorColor1: {
|
|
295
305
|
type: 'text',
|
|
296
306
|
label: 'Error color 1',
|
|
@@ -161,6 +161,16 @@ declare const _default: {
|
|
|
161
161
|
label: string;
|
|
162
162
|
hint: string;
|
|
163
163
|
};
|
|
164
|
+
successColor1: {
|
|
165
|
+
type: "text";
|
|
166
|
+
label: string;
|
|
167
|
+
hint: string;
|
|
168
|
+
};
|
|
169
|
+
successColor1Inverse: {
|
|
170
|
+
type: "text";
|
|
171
|
+
label: string;
|
|
172
|
+
hint: string;
|
|
173
|
+
};
|
|
164
174
|
errorColor1: {
|
|
165
175
|
type: "text";
|
|
166
176
|
label: string;
|
|
@@ -296,6 +296,16 @@ exports.default = (0, schema_1.buildSchema)({
|
|
|
296
296
|
label: 'Tool belt color 2',
|
|
297
297
|
hint: 'The background color of the tool belts.',
|
|
298
298
|
},
|
|
299
|
+
successColor1: {
|
|
300
|
+
type: 'text',
|
|
301
|
+
label: 'Success color 1',
|
|
302
|
+
hint: 'Success messages overlayed on a background colored with successColor1Inverse.',
|
|
303
|
+
},
|
|
304
|
+
successColor1Inverse: {
|
|
305
|
+
type: 'text',
|
|
306
|
+
label: 'Success color 2',
|
|
307
|
+
hint: 'The background used when rendering success messages.',
|
|
308
|
+
},
|
|
299
309
|
errorColor1: {
|
|
300
310
|
type: 'text',
|
|
301
311
|
label: 'Error color 1',
|
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"description": "All the power of Heartwood in one, convenient package.",
|
|
16
|
-
"version": "126.
|
|
16
|
+
"version": "126.4.0",
|
|
17
17
|
"skill": {
|
|
18
18
|
"namespace": "HeartwoodViewControllers",
|
|
19
19
|
"commandOverrides": {
|
|
@@ -74,20 +74,20 @@
|
|
|
74
74
|
"@babel/preset-env": "^7.28.3",
|
|
75
75
|
"@babel/preset-typescript": "^7.27.1",
|
|
76
76
|
"@babel/runtime": "^7.28.3",
|
|
77
|
-
"@sprucelabs/calendar-utils": "^43.0.
|
|
77
|
+
"@sprucelabs/calendar-utils": "^43.0.115",
|
|
78
78
|
"@sprucelabs/error": "^7.1.11",
|
|
79
79
|
"@sprucelabs/globby": "^2.0.506",
|
|
80
|
-
"@sprucelabs/mercury-core-events": "^27.0.
|
|
80
|
+
"@sprucelabs/mercury-core-events": "^27.0.103",
|
|
81
81
|
"@sprucelabs/mercury-types": "^48.0.81",
|
|
82
82
|
"@sprucelabs/schema": "^32.1.30",
|
|
83
83
|
"@sprucelabs/spruce-core-schemas": "^41.0.75",
|
|
84
|
-
"@sprucelabs/spruce-event-utils": "^41.0.
|
|
85
|
-
"@sprucelabs/spruce-skill-utils": "^32.0.
|
|
84
|
+
"@sprucelabs/spruce-event-utils": "^41.0.91",
|
|
85
|
+
"@sprucelabs/spruce-skill-utils": "^32.0.86",
|
|
86
86
|
"@sprucelabs/test-utils": "^6.0.68",
|
|
87
87
|
"babel-loader": "^10.0.0",
|
|
88
88
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
89
89
|
"dot-prop": "^9.0.0",
|
|
90
|
-
"dotenv": "^17.2.
|
|
90
|
+
"dotenv": "^17.2.2",
|
|
91
91
|
"esbuild": "^0.25.9",
|
|
92
92
|
"object-set": "^1.0.1",
|
|
93
93
|
"terser-webpack-plugin": "^5.3.14",
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
"devDependencies": {
|
|
98
98
|
"@sprucelabs/esm-postbuild": "^7.0.28",
|
|
99
99
|
"@sprucelabs/jest-json-reporter": "^9.0.45",
|
|
100
|
-
"@sprucelabs/mercury-client": "^43.0.
|
|
101
|
-
"@sprucelabs/mercury-event-emitter": "^43.0.
|
|
100
|
+
"@sprucelabs/mercury-client": "^43.0.114",
|
|
101
|
+
"@sprucelabs/mercury-event-emitter": "^43.0.114",
|
|
102
102
|
"@sprucelabs/resolve-path-aliases": "^3.0.22",
|
|
103
103
|
"@sprucelabs/semantic-release": "^5.0.2",
|
|
104
104
|
"@sprucelabs/test": "^10.0.19",
|