@sprucelabs/heartwood-view-controllers 126.12.14 → 126.12.16
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 +7 -0
- package/build/.spruce/schemas/schemas.types.d.ts +9 -0
- package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/cardStyle.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 +15 -0
- package/build/esm/schemas/v2021_02_11/theme.builder.js +5 -0
- package/build/schemas/v2021_02_11/theme.builder.d.ts +15 -0
- package/build/schemas/v2021_02_11/theme.builder.js +5 -0
- package/package.json +1 -1
|
@@ -12,6 +12,13 @@ const cardStyleSchema = {
|
|
|
12
12
|
name: '',
|
|
13
13
|
moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers',
|
|
14
14
|
fields: {
|
|
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
|
+
'backgroundColor': {
|
|
17
|
+
label: 'Card Background Color',
|
|
18
|
+
type: 'text',
|
|
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.',
|
|
20
|
+
options: undefined
|
|
21
|
+
},
|
|
15
22
|
/** Card Body Background Color. The background color of the body of the card. */
|
|
16
23
|
'bodyBackgroundColor': {
|
|
17
24
|
label: 'Card Body Background Color',
|
|
@@ -927,6 +927,8 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
927
927
|
}
|
|
928
928
|
namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
|
|
929
929
|
interface CardStyle {
|
|
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
|
+
'backgroundColor'?: string | undefined | null;
|
|
930
932
|
/** Card Body Background Color. The background color of the body of the card. */
|
|
931
933
|
'bodyBackgroundColor'?: string | undefined | null;
|
|
932
934
|
/** Card Body Foreground Color. The color of the text of the body of the card. */
|
|
@@ -949,6 +951,13 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
949
951
|
name: '';
|
|
950
952
|
moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
|
|
951
953
|
fields: {
|
|
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
|
+
'backgroundColor': {
|
|
956
|
+
label: 'Card Background Color';
|
|
957
|
+
type: 'text';
|
|
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.';
|
|
959
|
+
options: undefined;
|
|
960
|
+
};
|
|
952
961
|
/** Card Body Background Color. The background color of the body of the card. */
|
|
953
962
|
'bodyBackgroundColor': {
|
|
954
963
|
label: 'Card Body Background Color';
|
|
@@ -7,6 +7,13 @@ const cardStyleSchema = {
|
|
|
7
7
|
name: '',
|
|
8
8
|
moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers',
|
|
9
9
|
fields: {
|
|
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
|
+
'backgroundColor': {
|
|
12
|
+
label: 'Card Background Color',
|
|
13
|
+
type: 'text',
|
|
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.',
|
|
15
|
+
options: undefined
|
|
16
|
+
},
|
|
10
17
|
/** Card Body Background Color. The background color of the body of the card. */
|
|
11
18
|
'bodyBackgroundColor': {
|
|
12
19
|
label: 'Card Body Background Color',
|
|
@@ -927,6 +927,8 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
927
927
|
}
|
|
928
928
|
namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
|
|
929
929
|
interface CardStyle {
|
|
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
|
+
'backgroundColor'?: string | undefined | null;
|
|
930
932
|
/** Card Body Background Color. The background color of the body of the card. */
|
|
931
933
|
'bodyBackgroundColor'?: string | undefined | null;
|
|
932
934
|
/** Card Body Foreground Color. The color of the text of the body of the card. */
|
|
@@ -949,6 +951,13 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
949
951
|
name: '';
|
|
950
952
|
moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
|
|
951
953
|
fields: {
|
|
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
|
+
'backgroundColor': {
|
|
956
|
+
label: 'Card Background Color';
|
|
957
|
+
type: 'text';
|
|
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.';
|
|
959
|
+
options: undefined;
|
|
960
|
+
};
|
|
952
961
|
/** Card Body Background Color. The background color of the body of the card. */
|
|
953
962
|
'bodyBackgroundColor': {
|
|
954
963
|
label: 'Card Body Background Color';
|
|
@@ -405,6 +405,11 @@ declare const _default: {
|
|
|
405
405
|
schema: {
|
|
406
406
|
id: string;
|
|
407
407
|
fields: {
|
|
408
|
+
backgroundColor: {
|
|
409
|
+
type: "text";
|
|
410
|
+
label: string;
|
|
411
|
+
hint: string;
|
|
412
|
+
};
|
|
408
413
|
bodyBackgroundColor: {
|
|
409
414
|
type: "text";
|
|
410
415
|
label: string;
|
|
@@ -590,6 +595,11 @@ declare const _default: {
|
|
|
590
595
|
schema: {
|
|
591
596
|
id: string;
|
|
592
597
|
fields: {
|
|
598
|
+
backgroundColor: {
|
|
599
|
+
type: "text";
|
|
600
|
+
label: string;
|
|
601
|
+
hint: string;
|
|
602
|
+
};
|
|
593
603
|
bodyBackgroundColor: {
|
|
594
604
|
type: "text";
|
|
595
605
|
label: string;
|
|
@@ -775,6 +785,11 @@ declare const _default: {
|
|
|
775
785
|
schema: {
|
|
776
786
|
id: string;
|
|
777
787
|
fields: {
|
|
788
|
+
backgroundColor: {
|
|
789
|
+
type: "text";
|
|
790
|
+
label: string;
|
|
791
|
+
hint: string;
|
|
792
|
+
};
|
|
778
793
|
bodyBackgroundColor: {
|
|
779
794
|
type: "text";
|
|
780
795
|
label: string;
|
|
@@ -72,6 +72,11 @@ const themeFontsSchema = buildSchema({
|
|
|
72
72
|
const cardStyleSchema = buildSchema({
|
|
73
73
|
id: 'cardStyle',
|
|
74
74
|
fields: {
|
|
75
|
+
backgroundColor: {
|
|
76
|
+
type: 'text',
|
|
77
|
+
label: 'Card Background Color',
|
|
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.',
|
|
79
|
+
},
|
|
75
80
|
bodyBackgroundColor: {
|
|
76
81
|
type: 'text',
|
|
77
82
|
label: 'Card Body Background Color',
|
|
@@ -405,6 +405,11 @@ declare const _default: {
|
|
|
405
405
|
schema: {
|
|
406
406
|
id: string;
|
|
407
407
|
fields: {
|
|
408
|
+
backgroundColor: {
|
|
409
|
+
type: "text";
|
|
410
|
+
label: string;
|
|
411
|
+
hint: string;
|
|
412
|
+
};
|
|
408
413
|
bodyBackgroundColor: {
|
|
409
414
|
type: "text";
|
|
410
415
|
label: string;
|
|
@@ -590,6 +595,11 @@ declare const _default: {
|
|
|
590
595
|
schema: {
|
|
591
596
|
id: string;
|
|
592
597
|
fields: {
|
|
598
|
+
backgroundColor: {
|
|
599
|
+
type: "text";
|
|
600
|
+
label: string;
|
|
601
|
+
hint: string;
|
|
602
|
+
};
|
|
593
603
|
bodyBackgroundColor: {
|
|
594
604
|
type: "text";
|
|
595
605
|
label: string;
|
|
@@ -775,6 +785,11 @@ declare const _default: {
|
|
|
775
785
|
schema: {
|
|
776
786
|
id: string;
|
|
777
787
|
fields: {
|
|
788
|
+
backgroundColor: {
|
|
789
|
+
type: "text";
|
|
790
|
+
label: string;
|
|
791
|
+
hint: string;
|
|
792
|
+
};
|
|
778
793
|
bodyBackgroundColor: {
|
|
779
794
|
type: "text";
|
|
780
795
|
label: string;
|
|
@@ -77,6 +77,11 @@ const themeFontsSchema = (0, schema_1.buildSchema)({
|
|
|
77
77
|
const cardStyleSchema = (0, schema_1.buildSchema)({
|
|
78
78
|
id: 'cardStyle',
|
|
79
79
|
fields: {
|
|
80
|
+
backgroundColor: {
|
|
81
|
+
type: 'text',
|
|
82
|
+
label: 'Card Background Color',
|
|
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.',
|
|
84
|
+
},
|
|
80
85
|
bodyBackgroundColor: {
|
|
81
86
|
type: 'text',
|
|
82
87
|
label: 'Card Body Background Color',
|
package/package.json
CHANGED