@sprucelabs/heartwood-view-controllers 126.12.15 → 126.12.17
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/cardStyle.schema.js +1 -1
- package/build/.spruce/schemas/schemas.types.d.ts +2 -2
- package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/cardStyle.schema.js +1 -1
- package/build/esm/.spruce/schemas/schemas.types.d.ts +2 -2
- package/build/esm/schemas/v2021_02_11/theme.builder.d.ts +3 -3
- package/build/esm/schemas/v2021_02_11/theme.builder.js +1 -1
- package/build/schemas/v2021_02_11/theme.builder.d.ts +3 -3
- package/build/schemas/v2021_02_11/theme.builder.js +1 -1
- package/package.json +11 -11
|
@@ -13,7 +13,7 @@ const cardStyleSchema = {
|
|
|
13
13
|
moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers',
|
|
14
14
|
fields: {
|
|
15
15
|
/** Card Background Color. The background color of the card. This color will show through any transparency in the header, body, or footer colors. It defaults to transparent. */
|
|
16
|
-
'
|
|
16
|
+
'backgroundColor': {
|
|
17
17
|
label: 'Card Background Color',
|
|
18
18
|
type: 'text',
|
|
19
19
|
hint: 'The background color of the card. This color will show through any transparency in the header, body, or footer colors. It defaults to transparent.',
|
|
@@ -928,7 +928,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
928
928
|
namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
|
|
929
929
|
interface CardStyle {
|
|
930
930
|
/** Card Background Color. The background color of the card. This color will show through any transparency in the header, body, or footer colors. It defaults to transparent. */
|
|
931
|
-
'
|
|
931
|
+
'backgroundColor'?: string | undefined | null;
|
|
932
932
|
/** Card Body Background Color. The background color of the body of the card. */
|
|
933
933
|
'bodyBackgroundColor'?: string | undefined | null;
|
|
934
934
|
/** Card Body Foreground Color. The color of the text of the body of the card. */
|
|
@@ -952,7 +952,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
952
952
|
moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
|
|
953
953
|
fields: {
|
|
954
954
|
/** Card Background Color. The background color of the card. This color will show through any transparency in the header, body, or footer colors. It defaults to transparent. */
|
|
955
|
-
'
|
|
955
|
+
'backgroundColor': {
|
|
956
956
|
label: 'Card Background Color';
|
|
957
957
|
type: 'text';
|
|
958
958
|
hint: 'The background color of the card. This color will show through any transparency in the header, body, or footer colors. It defaults to transparent.';
|
|
@@ -8,7 +8,7 @@ const cardStyleSchema = {
|
|
|
8
8
|
moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers',
|
|
9
9
|
fields: {
|
|
10
10
|
/** Card Background Color. The background color of the card. This color will show through any transparency in the header, body, or footer colors. It defaults to transparent. */
|
|
11
|
-
'
|
|
11
|
+
'backgroundColor': {
|
|
12
12
|
label: 'Card Background Color',
|
|
13
13
|
type: 'text',
|
|
14
14
|
hint: 'The background color of the card. This color will show through any transparency in the header, body, or footer colors. It defaults to transparent.',
|
|
@@ -928,7 +928,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
928
928
|
namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
|
|
929
929
|
interface CardStyle {
|
|
930
930
|
/** Card Background Color. The background color of the card. This color will show through any transparency in the header, body, or footer colors. It defaults to transparent. */
|
|
931
|
-
'
|
|
931
|
+
'backgroundColor'?: string | undefined | null;
|
|
932
932
|
/** Card Body Background Color. The background color of the body of the card. */
|
|
933
933
|
'bodyBackgroundColor'?: string | undefined | null;
|
|
934
934
|
/** Card Body Foreground Color. The color of the text of the body of the card. */
|
|
@@ -952,7 +952,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
952
952
|
moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
|
|
953
953
|
fields: {
|
|
954
954
|
/** Card Background Color. The background color of the card. This color will show through any transparency in the header, body, or footer colors. It defaults to transparent. */
|
|
955
|
-
'
|
|
955
|
+
'backgroundColor': {
|
|
956
956
|
label: 'Card Background Color';
|
|
957
957
|
type: 'text';
|
|
958
958
|
hint: 'The background color of the card. This color will show through any transparency in the header, body, or footer colors. It defaults to transparent.';
|
|
@@ -405,7 +405,7 @@ declare const _default: {
|
|
|
405
405
|
schema: {
|
|
406
406
|
id: string;
|
|
407
407
|
fields: {
|
|
408
|
-
|
|
408
|
+
backgroundColor: {
|
|
409
409
|
type: "text";
|
|
410
410
|
label: string;
|
|
411
411
|
hint: string;
|
|
@@ -595,7 +595,7 @@ declare const _default: {
|
|
|
595
595
|
schema: {
|
|
596
596
|
id: string;
|
|
597
597
|
fields: {
|
|
598
|
-
|
|
598
|
+
backgroundColor: {
|
|
599
599
|
type: "text";
|
|
600
600
|
label: string;
|
|
601
601
|
hint: string;
|
|
@@ -785,7 +785,7 @@ declare const _default: {
|
|
|
785
785
|
schema: {
|
|
786
786
|
id: string;
|
|
787
787
|
fields: {
|
|
788
|
-
|
|
788
|
+
backgroundColor: {
|
|
789
789
|
type: "text";
|
|
790
790
|
label: string;
|
|
791
791
|
hint: string;
|
|
@@ -72,7 +72,7 @@ const themeFontsSchema = buildSchema({
|
|
|
72
72
|
const cardStyleSchema = buildSchema({
|
|
73
73
|
id: 'cardStyle',
|
|
74
74
|
fields: {
|
|
75
|
-
|
|
75
|
+
backgroundColor: {
|
|
76
76
|
type: 'text',
|
|
77
77
|
label: 'Card Background Color',
|
|
78
78
|
hint: 'The background color of the card. This color will show through any transparency in the header, body, or footer colors. It defaults to transparent.',
|
|
@@ -405,7 +405,7 @@ declare const _default: {
|
|
|
405
405
|
schema: {
|
|
406
406
|
id: string;
|
|
407
407
|
fields: {
|
|
408
|
-
|
|
408
|
+
backgroundColor: {
|
|
409
409
|
type: "text";
|
|
410
410
|
label: string;
|
|
411
411
|
hint: string;
|
|
@@ -595,7 +595,7 @@ declare const _default: {
|
|
|
595
595
|
schema: {
|
|
596
596
|
id: string;
|
|
597
597
|
fields: {
|
|
598
|
-
|
|
598
|
+
backgroundColor: {
|
|
599
599
|
type: "text";
|
|
600
600
|
label: string;
|
|
601
601
|
hint: string;
|
|
@@ -785,7 +785,7 @@ declare const _default: {
|
|
|
785
785
|
schema: {
|
|
786
786
|
id: string;
|
|
787
787
|
fields: {
|
|
788
|
-
|
|
788
|
+
backgroundColor: {
|
|
789
789
|
type: "text";
|
|
790
790
|
label: string;
|
|
791
791
|
hint: string;
|
|
@@ -77,7 +77,7 @@ const themeFontsSchema = (0, schema_1.buildSchema)({
|
|
|
77
77
|
const cardStyleSchema = (0, schema_1.buildSchema)({
|
|
78
78
|
id: 'cardStyle',
|
|
79
79
|
fields: {
|
|
80
|
-
|
|
80
|
+
backgroundColor: {
|
|
81
81
|
type: 'text',
|
|
82
82
|
label: 'Card Background Color',
|
|
83
83
|
hint: 'The background color of the card. This color will show through any transparency in the header, body, or footer colors. It defaults to transparent.',
|
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": "126.12.
|
|
15
|
+
"version": "126.12.17",
|
|
16
16
|
"skill": {
|
|
17
17
|
"namespace": "HeartwoodViewControllers",
|
|
18
18
|
"commandOverrides": {
|
|
@@ -73,21 +73,21 @@
|
|
|
73
73
|
"@babel/preset-env": "^7.28.3",
|
|
74
74
|
"@babel/preset-typescript": "^7.27.1",
|
|
75
75
|
"@babel/runtime": "^7.28.4",
|
|
76
|
-
"@sprucelabs/calendar-utils": "^43.1.
|
|
76
|
+
"@sprucelabs/calendar-utils": "^43.1.49",
|
|
77
77
|
"@sprucelabs/error": "^7.1.32",
|
|
78
78
|
"@sprucelabs/globby": "^2.0.506",
|
|
79
|
-
"@sprucelabs/mercury-core-events": "^27.4.
|
|
80
|
-
"@sprucelabs/mercury-types": "^48.0.
|
|
79
|
+
"@sprucelabs/mercury-core-events": "^27.4.21",
|
|
80
|
+
"@sprucelabs/mercury-types": "^48.0.124",
|
|
81
81
|
"@sprucelabs/schema": "^32.2.5",
|
|
82
|
-
"@sprucelabs/spruce-core-schemas": "^41.3.
|
|
83
|
-
"@sprucelabs/spruce-event-utils": "^41.0.
|
|
84
|
-
"@sprucelabs/spruce-skill-utils": "^32.0.
|
|
85
|
-
"@sprucelabs/test-utils": "^6.0.
|
|
82
|
+
"@sprucelabs/spruce-core-schemas": "^41.3.19",
|
|
83
|
+
"@sprucelabs/spruce-event-utils": "^41.0.140",
|
|
84
|
+
"@sprucelabs/spruce-skill-utils": "^32.0.132",
|
|
85
|
+
"@sprucelabs/test-utils": "^6.0.104",
|
|
86
86
|
"babel-loader": "^10.0.0",
|
|
87
87
|
"babel-plugin-module-resolver": "^5.0.2",
|
|
88
88
|
"dot-prop": "^10.1.0",
|
|
89
89
|
"dotenv": "^17.2.3",
|
|
90
|
-
"esbuild": "^0.25.
|
|
90
|
+
"esbuild": "^0.25.11",
|
|
91
91
|
"object-set": "^1.0.1",
|
|
92
92
|
"terser-webpack-plugin": "^5.3.14",
|
|
93
93
|
"uglify-js": "^3.19.3",
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@sprucelabs/esm-postbuild": "^7.0.44",
|
|
98
98
|
"@sprucelabs/jest-json-reporter": "^9.0.65",
|
|
99
|
-
"@sprucelabs/mercury-client": "^43.0
|
|
100
|
-
"@sprucelabs/mercury-event-emitter": "^43.0
|
|
99
|
+
"@sprucelabs/mercury-client": "^43.1.0",
|
|
100
|
+
"@sprucelabs/mercury-event-emitter": "^43.1.0",
|
|
101
101
|
"@sprucelabs/resolve-path-aliases": "^3.0.28",
|
|
102
102
|
"@sprucelabs/semantic-release": "^5.0.2",
|
|
103
103
|
"@sprucelabs/test": "^10.0.24",
|