@sprucelabs/heartwood-view-controllers 122.0.3 → 122.0.4

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.
@@ -18,9 +18,9 @@ const cardStylesSchema = {
18
18
  type: 'schema',
19
19
  options: { schema: cardStyle_schema_1.default, }
20
20
  },
21
- /** Graphical. */
22
- 'graphical': {
23
- label: 'Graphical',
21
+ /** Visual. */
22
+ 'visual': {
23
+ label: 'Visual',
24
24
  type: 'schema',
25
25
  options: { schema: cardStyle_schema_1.default, }
26
26
  },
@@ -1886,8 +1886,8 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
1886
1886
  interface CardStyles {
1887
1887
  /** Informational. */
1888
1888
  'informational'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyle | undefined | null;
1889
- /** Graphical. */
1890
- 'graphical'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyle | undefined | null;
1889
+ /** Visual. */
1890
+ 'visual'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyle | undefined | null;
1891
1891
  /** Heading. */
1892
1892
  'heading'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyle | undefined | null;
1893
1893
  }
@@ -1906,9 +1906,9 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
1906
1906
  schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyleSchema;
1907
1907
  };
1908
1908
  };
1909
- /** Graphical. */
1910
- 'graphical': {
1911
- label: 'Graphical';
1909
+ /** Visual. */
1910
+ 'visual': {
1911
+ label: 'Visual';
1912
1912
  type: 'schema';
1913
1913
  options: {
1914
1914
  schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyleSchema;
@@ -13,9 +13,9 @@ const cardStylesSchema = {
13
13
  type: 'schema',
14
14
  options: { schema: cardStyleSchema_v2021_02_11, }
15
15
  },
16
- /** Graphical. */
17
- 'graphical': {
18
- label: 'Graphical',
16
+ /** Visual. */
17
+ 'visual': {
18
+ label: 'Visual',
19
19
  type: 'schema',
20
20
  options: { schema: cardStyleSchema_v2021_02_11, }
21
21
  },
@@ -1886,8 +1886,8 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
1886
1886
  interface CardStyles {
1887
1887
  /** Informational. */
1888
1888
  'informational'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyle | undefined | null;
1889
- /** Graphical. */
1890
- 'graphical'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyle | undefined | null;
1889
+ /** Visual. */
1890
+ 'visual'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyle | undefined | null;
1891
1891
  /** Heading. */
1892
1892
  'heading'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyle | undefined | null;
1893
1893
  }
@@ -1906,9 +1906,9 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
1906
1906
  schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyleSchema;
1907
1907
  };
1908
1908
  };
1909
- /** Graphical. */
1910
- 'graphical': {
1911
- label: 'Graphical';
1909
+ /** Visual. */
1910
+ 'visual': {
1911
+ label: 'Visual';
1912
1912
  type: 'schema';
1913
1913
  options: {
1914
1914
  schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyleSchema;
@@ -562,7 +562,7 @@ declare const _default: {
562
562
  };
563
563
  };
564
564
  };
565
- graphical: {
565
+ visual: {
566
566
  label: string;
567
567
  type: "schema";
568
568
  options: {
@@ -354,8 +354,8 @@ export default buildSchema({
354
354
  schema: cardStyleSchema,
355
355
  },
356
356
  },
357
- graphical: {
358
- label: 'Graphical',
357
+ visual: {
358
+ label: 'Visual',
359
359
  type: 'schema',
360
360
  options: {
361
361
  schema: cardStyleSchema,
@@ -562,7 +562,7 @@ declare const _default: {
562
562
  };
563
563
  };
564
564
  };
565
- graphical: {
565
+ visual: {
566
566
  label: string;
567
567
  type: "schema";
568
568
  options: {
@@ -359,8 +359,8 @@ exports.default = (0, schema_1.buildSchema)({
359
359
  schema: cardStyleSchema,
360
360
  },
361
361
  },
362
- graphical: {
363
- label: 'Graphical',
362
+ visual: {
363
+ label: 'Visual',
364
364
  type: 'schema',
365
365
  options: {
366
366
  schema: cardStyleSchema,
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": "122.0.3",
16
+ "version": "122.0.4",
17
17
  "skill": {
18
18
  "namespace": "HeartwoodViewControllers",
19
19
  "commandOverrides": {