@sprucelabs/heartwood-view-controllers 121.3.9 → 121.3.10
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/cardStyles.schema.js +6 -3
- package/build/.spruce/schemas/schemas.types.d.ts +9 -3
- package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/cardStyles.schema.js +6 -3
- package/build/esm/.spruce/schemas/schemas.types.d.ts +9 -3
- package/package.json +1 -1
|
@@ -12,18 +12,21 @@ const cardStylesSchema = {
|
|
|
12
12
|
name: '',
|
|
13
13
|
moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers',
|
|
14
14
|
fields: {
|
|
15
|
-
/** . */
|
|
15
|
+
/** Informational. */
|
|
16
16
|
'informational': {
|
|
17
|
+
label: 'Informational',
|
|
17
18
|
type: 'schema',
|
|
18
19
|
options: { schema: cardStyle_schema_1.default, }
|
|
19
20
|
},
|
|
20
|
-
/** . */
|
|
21
|
+
/** Graphical. */
|
|
21
22
|
'graphical': {
|
|
23
|
+
label: 'Graphical',
|
|
22
24
|
type: 'schema',
|
|
23
25
|
options: { schema: cardStyle_schema_1.default, }
|
|
24
26
|
},
|
|
25
|
-
/** . */
|
|
27
|
+
/** Heading. */
|
|
26
28
|
'heading': {
|
|
29
|
+
label: 'Heading',
|
|
27
30
|
type: 'schema',
|
|
28
31
|
options: { schema: cardStyle_schema_1.default, }
|
|
29
32
|
},
|
|
@@ -1884,8 +1884,11 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
1884
1884
|
}
|
|
1885
1885
|
namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
|
|
1886
1886
|
interface CardStyles {
|
|
1887
|
+
/** Informational. */
|
|
1887
1888
|
'informational'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyle | undefined | null;
|
|
1889
|
+
/** Graphical. */
|
|
1888
1890
|
'graphical'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyle | undefined | null;
|
|
1891
|
+
/** Heading. */
|
|
1889
1892
|
'heading'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyle | undefined | null;
|
|
1890
1893
|
}
|
|
1891
1894
|
interface CardStylesSchema extends SpruceSchema.Schema {
|
|
@@ -1895,22 +1898,25 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
1895
1898
|
name: '';
|
|
1896
1899
|
moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
|
|
1897
1900
|
fields: {
|
|
1898
|
-
/** . */
|
|
1901
|
+
/** Informational. */
|
|
1899
1902
|
'informational': {
|
|
1903
|
+
label: 'Informational';
|
|
1900
1904
|
type: 'schema';
|
|
1901
1905
|
options: {
|
|
1902
1906
|
schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyleSchema;
|
|
1903
1907
|
};
|
|
1904
1908
|
};
|
|
1905
|
-
/** . */
|
|
1909
|
+
/** Graphical. */
|
|
1906
1910
|
'graphical': {
|
|
1911
|
+
label: 'Graphical';
|
|
1907
1912
|
type: 'schema';
|
|
1908
1913
|
options: {
|
|
1909
1914
|
schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyleSchema;
|
|
1910
1915
|
};
|
|
1911
1916
|
};
|
|
1912
|
-
/** . */
|
|
1917
|
+
/** Heading. */
|
|
1913
1918
|
'heading': {
|
|
1919
|
+
label: 'Heading';
|
|
1914
1920
|
type: 'schema';
|
|
1915
1921
|
options: {
|
|
1916
1922
|
schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyleSchema;
|
|
@@ -7,18 +7,21 @@ const cardStylesSchema = {
|
|
|
7
7
|
name: '',
|
|
8
8
|
moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers',
|
|
9
9
|
fields: {
|
|
10
|
-
/** . */
|
|
10
|
+
/** Informational. */
|
|
11
11
|
'informational': {
|
|
12
|
+
label: 'Informational',
|
|
12
13
|
type: 'schema',
|
|
13
14
|
options: { schema: cardStyleSchema_v2021_02_11, }
|
|
14
15
|
},
|
|
15
|
-
/** . */
|
|
16
|
+
/** Graphical. */
|
|
16
17
|
'graphical': {
|
|
18
|
+
label: 'Graphical',
|
|
17
19
|
type: 'schema',
|
|
18
20
|
options: { schema: cardStyleSchema_v2021_02_11, }
|
|
19
21
|
},
|
|
20
|
-
/** . */
|
|
22
|
+
/** Heading. */
|
|
21
23
|
'heading': {
|
|
24
|
+
label: 'Heading',
|
|
22
25
|
type: 'schema',
|
|
23
26
|
options: { schema: cardStyleSchema_v2021_02_11, }
|
|
24
27
|
},
|
|
@@ -1884,8 +1884,11 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
1884
1884
|
}
|
|
1885
1885
|
namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
|
|
1886
1886
|
interface CardStyles {
|
|
1887
|
+
/** Informational. */
|
|
1887
1888
|
'informational'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyle | undefined | null;
|
|
1889
|
+
/** Graphical. */
|
|
1888
1890
|
'graphical'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyle | undefined | null;
|
|
1891
|
+
/** Heading. */
|
|
1889
1892
|
'heading'?: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyle | undefined | null;
|
|
1890
1893
|
}
|
|
1891
1894
|
interface CardStylesSchema extends SpruceSchema.Schema {
|
|
@@ -1895,22 +1898,25 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
1895
1898
|
name: '';
|
|
1896
1899
|
moduleToImportFromWhenRemote: '@sprucelabs/heartwood-view-controllers';
|
|
1897
1900
|
fields: {
|
|
1898
|
-
/** . */
|
|
1901
|
+
/** Informational. */
|
|
1899
1902
|
'informational': {
|
|
1903
|
+
label: 'Informational';
|
|
1900
1904
|
type: 'schema';
|
|
1901
1905
|
options: {
|
|
1902
1906
|
schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyleSchema;
|
|
1903
1907
|
};
|
|
1904
1908
|
};
|
|
1905
|
-
/** . */
|
|
1909
|
+
/** Graphical. */
|
|
1906
1910
|
'graphical': {
|
|
1911
|
+
label: 'Graphical';
|
|
1907
1912
|
type: 'schema';
|
|
1908
1913
|
options: {
|
|
1909
1914
|
schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyleSchema;
|
|
1910
1915
|
};
|
|
1911
1916
|
};
|
|
1912
|
-
/** . */
|
|
1917
|
+
/** Heading. */
|
|
1913
1918
|
'heading': {
|
|
1919
|
+
label: 'Heading';
|
|
1914
1920
|
type: 'schema';
|
|
1915
1921
|
options: {
|
|
1916
1922
|
schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyleSchema;
|
package/package.json
CHANGED