@refrakt-md/storytelling 0.7.0 → 0.7.2
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/dist/schema/bond.d.ts +0 -15
- package/dist/schema/bond.d.ts.map +1 -1
- package/dist/schema/bond.js.map +1 -1
- package/dist/schema/character.d.ts +0 -17
- package/dist/schema/character.d.ts.map +1 -1
- package/dist/schema/character.js.map +1 -1
- package/dist/schema/faction.d.ts +0 -16
- package/dist/schema/faction.d.ts.map +1 -1
- package/dist/schema/faction.js.map +1 -1
- package/dist/schema/lore.d.ts +0 -13
- package/dist/schema/lore.d.ts.map +1 -1
- package/dist/schema/lore.js.map +1 -1
- package/dist/schema/plot.d.ts +0 -27
- package/dist/schema/plot.d.ts.map +1 -1
- package/dist/schema/plot.js.map +1 -1
- package/dist/schema/realm.d.ts +0 -17
- package/dist/schema/realm.d.ts.map +1 -1
- package/dist/schema/realm.js.map +1 -1
- package/dist/schema/story-section.d.ts +0 -10
- package/dist/schema/story-section.d.ts.map +1 -1
- package/dist/schema/story-section.js.map +1 -1
- package/dist/schema/storyboard.d.ts +0 -22
- package/dist/schema/storyboard.d.ts.map +1 -1
- package/dist/schema/storyboard.js.map +1 -1
- package/dist/types.d.ts +20 -20
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +4 -4
package/dist/schema/bond.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ComponentType } from "@refrakt-md/types";
|
|
2
1
|
export declare class Bond {
|
|
3
2
|
from: string;
|
|
4
3
|
to: string;
|
|
@@ -6,18 +5,4 @@ export declare class Bond {
|
|
|
6
5
|
status: string;
|
|
7
6
|
bidirectional: string;
|
|
8
7
|
}
|
|
9
|
-
export interface BondComponent extends ComponentType<Bond> {
|
|
10
|
-
tag: 'div';
|
|
11
|
-
properties: {
|
|
12
|
-
from: 'span';
|
|
13
|
-
to: 'span';
|
|
14
|
-
bondType: 'meta';
|
|
15
|
-
status: 'meta';
|
|
16
|
-
bidirectional: 'meta';
|
|
17
|
-
};
|
|
18
|
-
refs: {
|
|
19
|
-
connector: 'div';
|
|
20
|
-
body: 'div';
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
8
|
//# sourceMappingURL=bond.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bond.d.ts","sourceRoot":"","sources":["../../src/schema/bond.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"bond.d.ts","sourceRoot":"","sources":["../../src/schema/bond.ts"],"names":[],"mappings":"AAAA,qBAAa,IAAI;IAChB,IAAI,EAAE,MAAM,CAAM;IAClB,EAAE,EAAE,MAAM,CAAM;IAChB,QAAQ,EAAE,MAAM,CAAM;IACtB,MAAM,EAAE,MAAM,CAAY;IAC1B,aAAa,EAAE,MAAM,CAAU;CAC/B"}
|
package/dist/schema/bond.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bond.js","sourceRoot":"","sources":["../../src/schema/bond.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"bond.js","sourceRoot":"","sources":["../../src/schema/bond.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,IAAI;IAAjB;QACC,SAAI,GAAW,EAAE,CAAC;QAClB,OAAE,GAAW,EAAE,CAAC;QAChB,aAAQ,GAAW,EAAE,CAAC;QACtB,WAAM,GAAW,QAAQ,CAAC;QAC1B,kBAAa,GAAW,MAAM,CAAC;IAChC,CAAC;CAAA"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ComponentType } from "@refrakt-md/types";
|
|
2
1
|
import { StorySection } from "./story-section.js";
|
|
3
2
|
export declare class Character {
|
|
4
3
|
name: string;
|
|
@@ -8,20 +7,4 @@ export declare class Character {
|
|
|
8
7
|
tags: string;
|
|
9
8
|
section: StorySection[];
|
|
10
9
|
}
|
|
11
|
-
export interface CharacterComponent extends ComponentType<Character> {
|
|
12
|
-
tag: 'article';
|
|
13
|
-
properties: {
|
|
14
|
-
name: 'span';
|
|
15
|
-
role: 'meta';
|
|
16
|
-
status: 'meta';
|
|
17
|
-
aliases: 'meta';
|
|
18
|
-
tags: 'meta';
|
|
19
|
-
section: 'div';
|
|
20
|
-
};
|
|
21
|
-
refs: {
|
|
22
|
-
portrait: 'div';
|
|
23
|
-
sections: 'div';
|
|
24
|
-
body: 'div';
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
10
|
//# sourceMappingURL=character.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"character.d.ts","sourceRoot":"","sources":["../../src/schema/character.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"character.d.ts","sourceRoot":"","sources":["../../src/schema/character.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,qBAAa,SAAS;IACrB,IAAI,EAAE,MAAM,CAAM;IAClB,IAAI,EAAE,MAAM,CAAgB;IAC5B,MAAM,EAAE,MAAM,CAAW;IACzB,OAAO,EAAE,MAAM,CAAM;IACrB,IAAI,EAAE,MAAM,CAAM;IAClB,OAAO,EAAE,YAAY,EAAE,CAAM;CAC7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"character.js","sourceRoot":"","sources":["../../src/schema/character.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"character.js","sourceRoot":"","sources":["../../src/schema/character.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,SAAS;IAAtB;QACC,SAAI,GAAW,EAAE,CAAC;QAClB,SAAI,GAAW,YAAY,CAAC;QAC5B,WAAM,GAAW,OAAO,CAAC;QACzB,YAAO,GAAW,EAAE,CAAC;QACrB,SAAI,GAAW,EAAE,CAAC;QAClB,YAAO,GAAmB,EAAE,CAAC;IAC9B,CAAC;CAAA"}
|
package/dist/schema/faction.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ComponentType } from "@refrakt-md/types";
|
|
2
1
|
import { StorySection } from "./story-section.js";
|
|
3
2
|
export declare class Faction {
|
|
4
3
|
name: string;
|
|
@@ -8,19 +7,4 @@ export declare class Faction {
|
|
|
8
7
|
tags: string;
|
|
9
8
|
section: StorySection[];
|
|
10
9
|
}
|
|
11
|
-
export interface FactionComponent extends ComponentType<Faction> {
|
|
12
|
-
tag: 'article';
|
|
13
|
-
properties: {
|
|
14
|
-
name: 'span';
|
|
15
|
-
factionType: 'meta';
|
|
16
|
-
alignment: 'meta';
|
|
17
|
-
size: 'meta';
|
|
18
|
-
tags: 'meta';
|
|
19
|
-
section: 'div';
|
|
20
|
-
};
|
|
21
|
-
refs: {
|
|
22
|
-
sections: 'div';
|
|
23
|
-
body: 'div';
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
10
|
//# sourceMappingURL=faction.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"faction.d.ts","sourceRoot":"","sources":["../../src/schema/faction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"faction.d.ts","sourceRoot":"","sources":["../../src/schema/faction.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,qBAAa,OAAO;IACnB,IAAI,EAAE,MAAM,CAAM;IAClB,WAAW,EAAE,MAAM,CAAM;IACzB,SAAS,EAAE,MAAM,CAAM;IACvB,IAAI,EAAE,MAAM,CAAM;IAClB,IAAI,EAAE,MAAM,CAAM;IAClB,OAAO,EAAE,YAAY,EAAE,CAAM;CAC7B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"faction.js","sourceRoot":"","sources":["../../src/schema/faction.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"faction.js","sourceRoot":"","sources":["../../src/schema/faction.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,OAAO;IAApB;QACC,SAAI,GAAW,EAAE,CAAC;QAClB,gBAAW,GAAW,EAAE,CAAC;QACzB,cAAS,GAAW,EAAE,CAAC;QACvB,SAAI,GAAW,EAAE,CAAC;QAClB,SAAI,GAAW,EAAE,CAAC;QAClB,YAAO,GAAmB,EAAE,CAAC;IAC9B,CAAC;CAAA"}
|
package/dist/schema/lore.d.ts
CHANGED
|
@@ -1,20 +1,7 @@
|
|
|
1
|
-
import { ComponentType } from "@refrakt-md/types";
|
|
2
1
|
export declare class Lore {
|
|
3
2
|
title: string;
|
|
4
3
|
category: string;
|
|
5
4
|
spoiler: string;
|
|
6
5
|
tags: string;
|
|
7
6
|
}
|
|
8
|
-
export interface LoreComponent extends ComponentType<Lore> {
|
|
9
|
-
tag: 'article';
|
|
10
|
-
properties: {
|
|
11
|
-
title: 'span';
|
|
12
|
-
category: 'meta';
|
|
13
|
-
spoiler: 'meta';
|
|
14
|
-
tags: 'meta';
|
|
15
|
-
};
|
|
16
|
-
refs: {
|
|
17
|
-
body: 'div';
|
|
18
|
-
};
|
|
19
|
-
}
|
|
20
7
|
//# sourceMappingURL=lore.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lore.d.ts","sourceRoot":"","sources":["../../src/schema/lore.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"lore.d.ts","sourceRoot":"","sources":["../../src/schema/lore.ts"],"names":[],"mappings":"AAAA,qBAAa,IAAI;IAChB,KAAK,EAAE,MAAM,CAAM;IACnB,QAAQ,EAAE,MAAM,CAAM;IACtB,OAAO,EAAE,MAAM,CAAW;IAC1B,IAAI,EAAE,MAAM,CAAM;CAClB"}
|
package/dist/schema/lore.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lore.js","sourceRoot":"","sources":["../../src/schema/lore.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"lore.js","sourceRoot":"","sources":["../../src/schema/lore.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,IAAI;IAAjB;QACC,UAAK,GAAW,EAAE,CAAC;QACnB,aAAQ,GAAW,EAAE,CAAC;QACtB,YAAO,GAAW,OAAO,CAAC;QAC1B,SAAI,GAAW,EAAE,CAAC;IACnB,CAAC;CAAA"}
|
package/dist/schema/plot.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ComponentType } from "@refrakt-md/types";
|
|
2
1
|
export declare class Beat {
|
|
3
2
|
label: string;
|
|
4
3
|
status: string;
|
|
@@ -6,19 +5,6 @@ export declare class Beat {
|
|
|
6
5
|
track: string;
|
|
7
6
|
follows: string;
|
|
8
7
|
}
|
|
9
|
-
export interface BeatComponent extends ComponentType<Beat> {
|
|
10
|
-
tag: 'li';
|
|
11
|
-
properties: {
|
|
12
|
-
label: 'span';
|
|
13
|
-
status: 'meta';
|
|
14
|
-
id: 'meta';
|
|
15
|
-
track: 'meta';
|
|
16
|
-
follows: 'meta';
|
|
17
|
-
};
|
|
18
|
-
refs: {
|
|
19
|
-
body: 'div';
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
8
|
export declare class Plot {
|
|
23
9
|
title: string;
|
|
24
10
|
plotType: string;
|
|
@@ -26,17 +12,4 @@ export declare class Plot {
|
|
|
26
12
|
tags: string;
|
|
27
13
|
beat: Beat[];
|
|
28
14
|
}
|
|
29
|
-
export interface PlotComponent extends ComponentType<Plot> {
|
|
30
|
-
tag: 'section';
|
|
31
|
-
properties: {
|
|
32
|
-
title: 'span';
|
|
33
|
-
plotType: 'meta';
|
|
34
|
-
structure: 'meta';
|
|
35
|
-
tags: 'meta';
|
|
36
|
-
beat: 'li';
|
|
37
|
-
};
|
|
38
|
-
refs: {
|
|
39
|
-
beats: 'ol';
|
|
40
|
-
};
|
|
41
|
-
}
|
|
42
15
|
//# sourceMappingURL=plot.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plot.d.ts","sourceRoot":"","sources":["../../src/schema/plot.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"plot.d.ts","sourceRoot":"","sources":["../../src/schema/plot.ts"],"names":[],"mappings":"AAAA,qBAAa,IAAI;IAChB,KAAK,EAAE,MAAM,CAAM;IACnB,MAAM,EAAE,MAAM,CAAa;IAC3B,EAAE,EAAE,MAAM,CAAM;IAChB,KAAK,EAAE,MAAM,CAAM;IACnB,OAAO,EAAE,MAAM,CAAM;CACrB;AAED,qBAAa,IAAI;IAChB,KAAK,EAAE,MAAM,CAAM;IACnB,QAAQ,EAAE,MAAM,CAAS;IACzB,SAAS,EAAE,MAAM,CAAY;IAC7B,IAAI,EAAE,MAAM,CAAM;IAClB,IAAI,EAAE,IAAI,EAAE,CAAM;CAClB"}
|
package/dist/schema/plot.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plot.js","sourceRoot":"","sources":["../../src/schema/plot.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"plot.js","sourceRoot":"","sources":["../../src/schema/plot.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,IAAI;IAAjB;QACC,UAAK,GAAW,EAAE,CAAC;QACnB,WAAM,GAAW,SAAS,CAAC;QAC3B,OAAE,GAAW,EAAE,CAAC;QAChB,UAAK,GAAW,EAAE,CAAC;QACnB,YAAO,GAAW,EAAE,CAAC;IACtB,CAAC;CAAA;AAED,MAAM,OAAO,IAAI;IAAjB;QACC,UAAK,GAAW,EAAE,CAAC;QACnB,aAAQ,GAAW,KAAK,CAAC;QACzB,cAAS,GAAW,QAAQ,CAAC;QAC7B,SAAI,GAAW,EAAE,CAAC;QAClB,SAAI,GAAW,EAAE,CAAC;IACnB,CAAC;CAAA"}
|
package/dist/schema/realm.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ComponentType } from "@refrakt-md/types";
|
|
2
1
|
import { StorySection } from "./story-section.js";
|
|
3
2
|
export declare class Realm {
|
|
4
3
|
name: string;
|
|
@@ -8,20 +7,4 @@ export declare class Realm {
|
|
|
8
7
|
parent: string;
|
|
9
8
|
section: StorySection[];
|
|
10
9
|
}
|
|
11
|
-
export interface RealmComponent extends ComponentType<Realm> {
|
|
12
|
-
tag: 'article';
|
|
13
|
-
properties: {
|
|
14
|
-
name: 'span';
|
|
15
|
-
realmType: 'meta';
|
|
16
|
-
scale: 'meta';
|
|
17
|
-
tags: 'meta';
|
|
18
|
-
parent: 'meta';
|
|
19
|
-
section: 'div';
|
|
20
|
-
};
|
|
21
|
-
refs: {
|
|
22
|
-
scene: 'div';
|
|
23
|
-
sections: 'div';
|
|
24
|
-
body: 'div';
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
10
|
//# sourceMappingURL=realm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"realm.d.ts","sourceRoot":"","sources":["../../src/schema/realm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"realm.d.ts","sourceRoot":"","sources":["../../src/schema/realm.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAElD,qBAAa,KAAK;IACjB,IAAI,EAAE,MAAM,CAAM;IAClB,SAAS,EAAE,MAAM,CAAW;IAC5B,KAAK,EAAE,MAAM,CAAM;IACnB,IAAI,EAAE,MAAM,CAAM;IAClB,MAAM,EAAE,MAAM,CAAM;IACpB,OAAO,EAAE,YAAY,EAAE,CAAM;CAC7B"}
|
package/dist/schema/realm.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"realm.js","sourceRoot":"","sources":["../../src/schema/realm.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"realm.js","sourceRoot":"","sources":["../../src/schema/realm.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,KAAK;IAAlB;QACC,SAAI,GAAW,EAAE,CAAC;QAClB,cAAS,GAAW,OAAO,CAAC;QAC5B,UAAK,GAAW,EAAE,CAAC;QACnB,SAAI,GAAW,EAAE,CAAC;QAClB,WAAM,GAAW,EAAE,CAAC;QACpB,YAAO,GAAmB,EAAE,CAAC;IAC9B,CAAC;CAAA"}
|
|
@@ -1,14 +1,4 @@
|
|
|
1
|
-
import { ComponentType } from "@refrakt-md/types";
|
|
2
1
|
export declare class StorySection {
|
|
3
2
|
name: string;
|
|
4
3
|
}
|
|
5
|
-
export interface StorySectionComponent extends ComponentType<StorySection> {
|
|
6
|
-
tag: 'div';
|
|
7
|
-
properties: {
|
|
8
|
-
name: 'span';
|
|
9
|
-
};
|
|
10
|
-
refs: {
|
|
11
|
-
body: 'div';
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
4
|
//# sourceMappingURL=story-section.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"story-section.d.ts","sourceRoot":"","sources":["../../src/schema/story-section.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"story-section.d.ts","sourceRoot":"","sources":["../../src/schema/story-section.ts"],"names":[],"mappings":"AAAA,qBAAa,YAAY;IACxB,IAAI,EAAE,MAAM,CAAM;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"story-section.js","sourceRoot":"","sources":["../../src/schema/story-section.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"story-section.js","sourceRoot":"","sources":["../../src/schema/story-section.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,YAAY;IAAzB;QACC,SAAI,GAAW,EAAE,CAAC;IACnB,CAAC;CAAA"}
|
|
@@ -1,30 +1,8 @@
|
|
|
1
|
-
import { ComponentType } from "@refrakt-md/types";
|
|
2
1
|
export declare class StoryboardPanel {
|
|
3
2
|
}
|
|
4
|
-
export interface StoryboardPanelComponent extends ComponentType<StoryboardPanel> {
|
|
5
|
-
tag: 'div';
|
|
6
|
-
properties: {
|
|
7
|
-
image: 'img';
|
|
8
|
-
caption: 'p';
|
|
9
|
-
};
|
|
10
|
-
refs: {
|
|
11
|
-
body: 'div';
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
3
|
export declare class Storyboard {
|
|
15
4
|
columns: number;
|
|
16
5
|
style: string;
|
|
17
6
|
panel: StoryboardPanel[];
|
|
18
7
|
}
|
|
19
|
-
export interface StoryboardComponent extends ComponentType<Storyboard> {
|
|
20
|
-
tag: 'div';
|
|
21
|
-
properties: {
|
|
22
|
-
panel: 'div';
|
|
23
|
-
style: 'meta';
|
|
24
|
-
columns: 'meta';
|
|
25
|
-
};
|
|
26
|
-
refs: {
|
|
27
|
-
panels: 'div';
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
8
|
//# sourceMappingURL=storyboard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storyboard.d.ts","sourceRoot":"","sources":["../../src/schema/storyboard.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"storyboard.d.ts","sourceRoot":"","sources":["../../src/schema/storyboard.ts"],"names":[],"mappings":"AAAA,qBAAa,eAAe;CAC3B;AAED,qBAAa,UAAU;IACtB,OAAO,EAAE,MAAM,CAAK;IACpB,KAAK,EAAE,MAAM,CAAW;IACxB,KAAK,EAAE,eAAe,EAAE,CAAM;CAC9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"storyboard.js","sourceRoot":"","sources":["../../src/schema/storyboard.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"storyboard.js","sourceRoot":"","sources":["../../src/schema/storyboard.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,eAAe;CAC3B;AAED,MAAM,OAAO,UAAU;IAAvB;QACC,YAAO,GAAW,CAAC,CAAC;QACpB,UAAK,GAAW,OAAO,CAAC;QACxB,UAAK,GAAsB,EAAE,CAAC;IAC/B,CAAC;CAAA"}
|
package/dist/types.d.ts
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
1
|
+
import { StorySection } from './schema/story-section.js';
|
|
2
|
+
import { Character } from './schema/character.js';
|
|
3
|
+
import { Realm } from './schema/realm.js';
|
|
4
|
+
import { Faction } from './schema/faction.js';
|
|
5
|
+
import { Lore } from './schema/lore.js';
|
|
6
|
+
import { Plot, Beat } from './schema/plot.js';
|
|
7
|
+
import { Bond } from './schema/bond.js';
|
|
8
|
+
import { Storyboard, StoryboardPanel } from './schema/storyboard.js';
|
|
9
9
|
export declare const schema: {
|
|
10
|
-
Character: import("@refrakt-md/types").Type<
|
|
11
|
-
CharacterSection: import("@refrakt-md/types").Type<
|
|
12
|
-
Realm: import("@refrakt-md/types").Type<
|
|
13
|
-
RealmSection: import("@refrakt-md/types").Type<
|
|
14
|
-
Faction: import("@refrakt-md/types").Type<
|
|
15
|
-
FactionSection: import("@refrakt-md/types").Type<
|
|
16
|
-
Lore: import("@refrakt-md/types").Type<
|
|
17
|
-
Plot: import("@refrakt-md/types").Type<
|
|
18
|
-
Beat: import("@refrakt-md/types").Type<
|
|
19
|
-
Bond: import("@refrakt-md/types").Type<
|
|
20
|
-
Storyboard: import("@refrakt-md/types").Type<
|
|
21
|
-
StoryboardPanel: import("@refrakt-md/types").Type<
|
|
10
|
+
Character: import("@refrakt-md/types").Type<Character>;
|
|
11
|
+
CharacterSection: import("@refrakt-md/types").Type<StorySection>;
|
|
12
|
+
Realm: import("@refrakt-md/types").Type<Realm>;
|
|
13
|
+
RealmSection: import("@refrakt-md/types").Type<StorySection>;
|
|
14
|
+
Faction: import("@refrakt-md/types").Type<Faction>;
|
|
15
|
+
FactionSection: import("@refrakt-md/types").Type<StorySection>;
|
|
16
|
+
Lore: import("@refrakt-md/types").Type<Lore>;
|
|
17
|
+
Plot: import("@refrakt-md/types").Type<Plot>;
|
|
18
|
+
Beat: import("@refrakt-md/types").Type<Beat>;
|
|
19
|
+
Bond: import("@refrakt-md/types").Type<Bond>;
|
|
20
|
+
Storyboard: import("@refrakt-md/types").Type<Storyboard>;
|
|
21
|
+
StoryboardPanel: import("@refrakt-md/types").Type<StoryboardPanel>;
|
|
22
22
|
};
|
|
23
23
|
//# sourceMappingURL=types.d.ts.map
|
package/dist/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,YAAY,EAAC,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAC,SAAS,EAAC,MAAM,uBAAuB,CAAC;AAChD,OAAO,EAAC,KAAK,EAAC,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAC,OAAO,EAAC,MAAM,qBAAqB,CAAC;AAC5C,OAAO,EAAC,IAAI,EAAC,MAAM,kBAAkB,CAAC;AACtC,OAAO,EAAC,IAAI,EAAE,IAAI,EAAC,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAC,IAAI,EAAC,MAAM,kBAAkB,CAAC;AACtC,OAAO,EAAC,UAAU,EAAE,eAAe,EAAC,MAAM,wBAAwB,CAAC;AAEnE,eAAO,MAAM,MAAM;;;;;;;;;;;;;CAalB,CAAC"}
|
package/dist/types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,mBAAmB,CAAC;AAC5C,OAAO,EAAC,YAAY,EAAC,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAC,SAAS,EAAC,MAAM,uBAAuB,CAAC;AAChD,OAAO,EAAC,KAAK,EAAC,MAAM,mBAAmB,CAAC;AACxC,OAAO,EAAC,OAAO,EAAC,MAAM,qBAAqB,CAAC;AAC5C,OAAO,EAAC,IAAI,EAAC,MAAM,kBAAkB,CAAC;AACtC,OAAO,EAAC,IAAI,EAAE,IAAI,EAAC,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAC,IAAI,EAAC,MAAM,kBAAkB,CAAC;AACtC,OAAO,EAAC,UAAU,EAAE,eAAe,EAAC,MAAM,wBAAwB,CAAC;AAEnE,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,SAAS,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC,UAAU,CAAC,WAAW,CAAC;IACvD,gBAAgB,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC,UAAU,CAAC,kBAAkB,CAAC;IACxE,KAAK,EAAE,SAAS,CAAC,KAAK,CAAC,CAAC,UAAU,CAAC,OAAO,CAAC;IAC3C,YAAY,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC,UAAU,CAAC,cAAc,CAAC;IAChE,OAAO,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC,UAAU,CAAC,SAAS,CAAC;IACjD,cAAc,EAAE,SAAS,CAAC,YAAY,CAAC,CAAC,UAAU,CAAC,gBAAgB,CAAC;IACpE,IAAI,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC,UAAU,CAAC,MAAM,CAAC;IACxC,IAAI,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC,UAAU,CAAC,MAAM,CAAC;IACxC,IAAI,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC,UAAU,CAAC,MAAM,CAAC;IACxC,IAAI,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC,UAAU,CAAC,MAAM,CAAC;IACxC,UAAU,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC,UAAU,CAAC,YAAY,CAAC;IAC1D,eAAe,EAAE,SAAS,CAAC,eAAe,CAAC,CAAC,UAAU,CAAC,iBAAiB,CAAC;CAC1E,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@refrakt-md/storytelling",
|
|
3
3
|
"description": "Storytelling runes for refrakt.md — characters, realms, factions, plots, and more",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"build": "tsc"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@refrakt-md/types": "0.7.
|
|
25
|
-
"@refrakt-md/transform": "0.7.
|
|
26
|
-
"@refrakt-md/runes": "0.7.
|
|
24
|
+
"@refrakt-md/types": "0.7.2",
|
|
25
|
+
"@refrakt-md/transform": "0.7.2",
|
|
26
|
+
"@refrakt-md/runes": "0.7.2",
|
|
27
27
|
"@markdoc/markdoc": "0.4.0",
|
|
28
28
|
"reflect-metadata": "^0.2.0"
|
|
29
29
|
}
|