@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.
- package/build/.spruce/schemas/heartwoodViewControllers/v2021_02_11/cardStyles.schema.js +3 -3
- package/build/.spruce/schemas/schemas.types.d.ts +5 -5
- package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/cardStyles.schema.js +3 -3
- package/build/esm/.spruce/schemas/schemas.types.d.ts +5 -5
- package/build/esm/schemas/v2021_02_11/theme.builder.d.ts +1 -1
- package/build/esm/schemas/v2021_02_11/theme.builder.js +2 -2
- package/build/schemas/v2021_02_11/theme.builder.d.ts +1 -1
- package/build/schemas/v2021_02_11/theme.builder.js +2 -2
- package/package.json +1 -1
|
@@ -18,9 +18,9 @@ const cardStylesSchema = {
|
|
|
18
18
|
type: 'schema',
|
|
19
19
|
options: { schema: cardStyle_schema_1.default, }
|
|
20
20
|
},
|
|
21
|
-
/**
|
|
22
|
-
'
|
|
23
|
-
label: '
|
|
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
|
-
/**
|
|
1890
|
-
'
|
|
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
|
-
/**
|
|
1910
|
-
'
|
|
1911
|
-
label: '
|
|
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
|
-
/**
|
|
17
|
-
'
|
|
18
|
-
label: '
|
|
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
|
-
/**
|
|
1890
|
-
'
|
|
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
|
-
/**
|
|
1910
|
-
'
|
|
1911
|
-
label: '
|
|
1909
|
+
/** Visual. */
|
|
1910
|
+
'visual': {
|
|
1911
|
+
label: 'Visual';
|
|
1912
1912
|
type: 'schema';
|
|
1913
1913
|
options: {
|
|
1914
1914
|
schema: SpruceSchemas.HeartwoodViewControllers.v2021_02_11.CardStyleSchema;
|
package/package.json
CHANGED