@sprucelabs/heartwood-view-controllers 121.3.4 → 121.3.6
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/fontFamily.schema.js +1 -0
- package/build/.spruce/schemas/schemas.types.d.ts +2 -1
- package/build/esm/.spruce/schemas/heartwoodViewControllers/v2021_02_11/fontFamily.schema.js +1 -0
- package/build/esm/.spruce/schemas/schemas.types.d.ts +2 -1
- package/build/esm/index.d.ts +1 -1
- package/build/esm/index.js +1 -1
- package/build/esm/schemas/v2021_02_11/theme.builder.d.ts +1 -0
- package/build/esm/schemas/v2021_02_11/theme.builder.js +1 -0
- package/build/index.d.ts +1 -1
- package/build/index.js +1 -1
- package/build/schemas/v2021_02_11/theme.builder.d.ts +1 -0
- package/build/schemas/v2021_02_11/theme.builder.js +1 -0
- package/package.json +3 -3
|
@@ -12,6 +12,7 @@ const fontFamilySchema = {
|
|
|
12
12
|
'name': {
|
|
13
13
|
label: 'Name',
|
|
14
14
|
type: 'text',
|
|
15
|
+
isRequired: true,
|
|
15
16
|
hint: 'What is the name of the font family? e.g. "Arial" or "Headers". This will be the name you can apply to different parts of the theme.',
|
|
16
17
|
options: undefined
|
|
17
18
|
},
|
|
@@ -1924,7 +1924,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
1924
1924
|
namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
|
|
1925
1925
|
interface FontFamily {
|
|
1926
1926
|
/** Name. What is the name of the font family? e.g. "Arial" or "Headers". This will be the name you can apply to different parts of the theme. */
|
|
1927
|
-
'name'
|
|
1927
|
+
'name': string;
|
|
1928
1928
|
/** Source. The URL to the font file (otf, ttf, etc.). Must be publicly accessible. */
|
|
1929
1929
|
'src': string;
|
|
1930
1930
|
}
|
|
@@ -1939,6 +1939,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
1939
1939
|
'name': {
|
|
1940
1940
|
label: 'Name';
|
|
1941
1941
|
type: 'text';
|
|
1942
|
+
isRequired: true;
|
|
1942
1943
|
hint: 'What is the name of the font family? e.g. "Arial" or "Headers". This will be the name you can apply to different parts of the theme.';
|
|
1943
1944
|
options: undefined;
|
|
1944
1945
|
};
|
|
@@ -10,6 +10,7 @@ const fontFamilySchema = {
|
|
|
10
10
|
'name': {
|
|
11
11
|
label: 'Name',
|
|
12
12
|
type: 'text',
|
|
13
|
+
isRequired: true,
|
|
13
14
|
hint: 'What is the name of the font family? e.g. "Arial" or "Headers". This will be the name you can apply to different parts of the theme.',
|
|
14
15
|
options: undefined
|
|
15
16
|
},
|
|
@@ -1924,7 +1924,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
1924
1924
|
namespace SpruceSchemas.HeartwoodViewControllers.v2021_02_11 {
|
|
1925
1925
|
interface FontFamily {
|
|
1926
1926
|
/** Name. What is the name of the font family? e.g. "Arial" or "Headers". This will be the name you can apply to different parts of the theme. */
|
|
1927
|
-
'name'
|
|
1927
|
+
'name': string;
|
|
1928
1928
|
/** Source. The URL to the font file (otf, ttf, etc.). Must be publicly accessible. */
|
|
1929
1929
|
'src': string;
|
|
1930
1930
|
}
|
|
@@ -1939,6 +1939,7 @@ declare module '@sprucelabs/spruce-core-schemas/build/.spruce/schemas/core.schem
|
|
|
1939
1939
|
'name': {
|
|
1940
1940
|
label: 'Name';
|
|
1941
1941
|
type: 'text';
|
|
1942
|
+
isRequired: true;
|
|
1942
1943
|
hint: 'What is the name of the font family? e.g. "Arial" or "Headers". This will be the name you can apply to different parts of the theme.';
|
|
1943
1944
|
options: undefined;
|
|
1944
1945
|
};
|
package/build/esm/index.d.ts
CHANGED
|
@@ -70,7 +70,6 @@ export * from './auth/Authenticator';
|
|
|
70
70
|
export { default as buildBigForm } from './builders/buildBigForm';
|
|
71
71
|
export { default as buildForm } from './builders/buildForm';
|
|
72
72
|
export { default as buildSkillView } from './builders/buildSkillView';
|
|
73
|
-
export * from './builders/buildSkillView';
|
|
74
73
|
export { WebRtcStreamer, default as WebRtcStreamerImpl, } from './webRtcStreaming/WebRtcStreamer';
|
|
75
74
|
export { default as MockRtcPeerConnection } from './tests/MockRtcPeerConnection';
|
|
76
75
|
export { default as WebRtcConnectionImpl } from './webRtcStreaming/WebRtcConnection';
|
|
@@ -211,6 +210,7 @@ export { default as mapInteractor } from './tests/utilities/mapInteractor';
|
|
|
211
210
|
export { default as listUtil } from './viewControllers/list/list.utility';
|
|
212
211
|
export { default as splitCardsIntoLayouts } from './utilities/splitCardsIntoLayouts';
|
|
213
212
|
export { default as buildSkillViewLayout } from './utilities/buildSkillViewLayout';
|
|
213
|
+
export * from './utilities/buildSkillViewLayout';
|
|
214
214
|
export { default as removeUniversalViewOptions } from './utilities/removeUniversalViewOptions';
|
|
215
215
|
export { default as ToolBeltStateMachine } from './toolBelts/ToolBeltStateMachine';
|
|
216
216
|
export { default as navigationSchema } from './.spruce/schemas/heartwoodViewControllers/v2021_02_11/navigation.schema';
|
package/build/esm/index.js
CHANGED
|
@@ -69,7 +69,6 @@ export * from './auth/Authenticator.js';
|
|
|
69
69
|
export { default as buildBigForm } from './builders/buildBigForm.js';
|
|
70
70
|
export { default as buildForm } from './builders/buildForm.js';
|
|
71
71
|
export { default as buildSkillView } from './builders/buildSkillView.js';
|
|
72
|
-
export * from './builders/buildSkillView.js';
|
|
73
72
|
export { default as WebRtcStreamerImpl, } from './webRtcStreaming/WebRtcStreamer.js';
|
|
74
73
|
export { default as MockRtcPeerConnection } from './tests/MockRtcPeerConnection.js';
|
|
75
74
|
export { default as WebRtcConnectionImpl } from './webRtcStreaming/WebRtcConnection.js';
|
|
@@ -210,6 +209,7 @@ export { default as mapInteractor } from './tests/utilities/mapInteractor.js';
|
|
|
210
209
|
export { default as listUtil } from './viewControllers/list/list.utility.js';
|
|
211
210
|
export { default as splitCardsIntoLayouts } from './utilities/splitCardsIntoLayouts.js';
|
|
212
211
|
export { default as buildSkillViewLayout } from './utilities/buildSkillViewLayout.js';
|
|
212
|
+
export * from './utilities/buildSkillViewLayout.js';
|
|
213
213
|
export { default as removeUniversalViewOptions } from './utilities/removeUniversalViewOptions.js';
|
|
214
214
|
export { default as ToolBeltStateMachine } from './toolBelts/ToolBeltStateMachine.js';
|
|
215
215
|
export { default as navigationSchema } from './.spruce/schemas/heartwoodViewControllers/v2021_02_11/navigation.schema.js';
|
|
@@ -109,6 +109,7 @@ const fontFamilySchema = buildSchema({
|
|
|
109
109
|
fields: {
|
|
110
110
|
name: {
|
|
111
111
|
type: 'text',
|
|
112
|
+
isRequired: true,
|
|
112
113
|
label: 'Name',
|
|
113
114
|
hint: 'What is the name of the font family? e.g. "Arial" or "Headers". This will be the name you can apply to different parts of the theme.',
|
|
114
115
|
},
|
package/build/index.d.ts
CHANGED
|
@@ -70,7 +70,6 @@ export * from './auth/Authenticator';
|
|
|
70
70
|
export { default as buildBigForm } from './builders/buildBigForm';
|
|
71
71
|
export { default as buildForm } from './builders/buildForm';
|
|
72
72
|
export { default as buildSkillView } from './builders/buildSkillView';
|
|
73
|
-
export * from './builders/buildSkillView';
|
|
74
73
|
export { WebRtcStreamer, default as WebRtcStreamerImpl, } from './webRtcStreaming/WebRtcStreamer';
|
|
75
74
|
export { default as MockRtcPeerConnection } from './tests/MockRtcPeerConnection';
|
|
76
75
|
export { default as WebRtcConnectionImpl } from './webRtcStreaming/WebRtcConnection';
|
|
@@ -211,6 +210,7 @@ export { default as mapInteractor } from './tests/utilities/mapInteractor';
|
|
|
211
210
|
export { default as listUtil } from './viewControllers/list/list.utility';
|
|
212
211
|
export { default as splitCardsIntoLayouts } from './utilities/splitCardsIntoLayouts';
|
|
213
212
|
export { default as buildSkillViewLayout } from './utilities/buildSkillViewLayout';
|
|
213
|
+
export * from './utilities/buildSkillViewLayout';
|
|
214
214
|
export { default as removeUniversalViewOptions } from './utilities/removeUniversalViewOptions';
|
|
215
215
|
export { default as ToolBeltStateMachine } from './toolBelts/ToolBeltStateMachine';
|
|
216
216
|
export { default as navigationSchema } from './.spruce/schemas/heartwoodViewControllers/v2021_02_11/navigation.schema';
|
package/build/index.js
CHANGED
|
@@ -141,7 +141,6 @@ var buildForm_1 = require("./builders/buildForm");
|
|
|
141
141
|
Object.defineProperty(exports, "buildForm", { enumerable: true, get: function () { return __importDefault(buildForm_1).default; } });
|
|
142
142
|
var buildSkillView_1 = require("./builders/buildSkillView");
|
|
143
143
|
Object.defineProperty(exports, "buildSkillView", { enumerable: true, get: function () { return __importDefault(buildSkillView_1).default; } });
|
|
144
|
-
__exportStar(require("./builders/buildSkillView"), exports);
|
|
145
144
|
var WebRtcStreamer_1 = require("./webRtcStreaming/WebRtcStreamer");
|
|
146
145
|
Object.defineProperty(exports, "WebRtcStreamerImpl", { enumerable: true, get: function () { return __importDefault(WebRtcStreamer_1).default; } });
|
|
147
146
|
var MockRtcPeerConnection_1 = require("./tests/MockRtcPeerConnection");
|
|
@@ -419,6 +418,7 @@ var splitCardsIntoLayouts_1 = require("./utilities/splitCardsIntoLayouts");
|
|
|
419
418
|
Object.defineProperty(exports, "splitCardsIntoLayouts", { enumerable: true, get: function () { return __importDefault(splitCardsIntoLayouts_1).default; } });
|
|
420
419
|
var buildSkillViewLayout_1 = require("./utilities/buildSkillViewLayout");
|
|
421
420
|
Object.defineProperty(exports, "buildSkillViewLayout", { enumerable: true, get: function () { return __importDefault(buildSkillViewLayout_1).default; } });
|
|
421
|
+
__exportStar(require("./utilities/buildSkillViewLayout"), exports);
|
|
422
422
|
var removeUniversalViewOptions_1 = require("./utilities/removeUniversalViewOptions");
|
|
423
423
|
Object.defineProperty(exports, "removeUniversalViewOptions", { enumerable: true, get: function () { return __importDefault(removeUniversalViewOptions_1).default; } });
|
|
424
424
|
var ToolBeltStateMachine_1 = require("./toolBelts/ToolBeltStateMachine");
|
|
@@ -114,6 +114,7 @@ const fontFamilySchema = (0, schema_1.buildSchema)({
|
|
|
114
114
|
fields: {
|
|
115
115
|
name: {
|
|
116
116
|
type: 'text',
|
|
117
|
+
isRequired: true,
|
|
117
118
|
label: 'Name',
|
|
118
119
|
hint: 'What is the name of the font family? e.g. "Arial" or "Headers". This will be the name you can apply to different parts of the theme.',
|
|
119
120
|
},
|
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": "121.3.
|
|
16
|
+
"version": "121.3.6",
|
|
17
17
|
"skill": {
|
|
18
18
|
"namespace": "HeartwoodViewControllers",
|
|
19
19
|
"commandOverrides": {
|
|
@@ -68,13 +68,13 @@
|
|
|
68
68
|
"lint.tsc": "tsc -p . --noEmit"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@babel/core": "^7.27.
|
|
71
|
+
"@babel/core": "^7.27.7",
|
|
72
72
|
"@babel/plugin-transform-class-properties": "^7.27.1",
|
|
73
73
|
"@babel/plugin-transform-runtime": "^7.27.4",
|
|
74
74
|
"@babel/preset-env": "^7.27.2",
|
|
75
75
|
"@babel/preset-typescript": "^7.27.1",
|
|
76
76
|
"@babel/runtime": "^7.27.6",
|
|
77
|
-
"@sprucelabs/calendar-utils": "^43.0.
|
|
77
|
+
"@sprucelabs/calendar-utils": "^43.0.29",
|
|
78
78
|
"@sprucelabs/error": "^7.0.15",
|
|
79
79
|
"@sprucelabs/globby": "^2.0.505",
|
|
80
80
|
"@sprucelabs/mercury-core-events": "^27.0.23",
|