@sprucelabs/heartwood-view-controllers 126.12.15 → 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.
@@ -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
- 'cardBackgroundColor': {
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
- 'cardBackgroundColor'?: string | undefined | null;
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
- 'cardBackgroundColor': {
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
- 'cardBackgroundColor': {
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
- 'cardBackgroundColor'?: string | undefined | null;
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
- 'cardBackgroundColor': {
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
- cardBackgroundColor: {
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
- cardBackgroundColor: {
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
- cardBackgroundColor: {
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
- cardBackgroundColor: {
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
- cardBackgroundColor: {
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
- cardBackgroundColor: {
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
- cardBackgroundColor: {
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
- cardBackgroundColor: {
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",
15
+ "version": "126.12.16",
16
16
  "skill": {
17
17
  "namespace": "HeartwoodViewControllers",
18
18
  "commandOverrides": {