@dxos/plugin-presenter 0.8.2-main.f11618f → 0.8.2-main.fbd8ed0
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/lib/browser/{CollectionPresenterContainer-5ETXRUWZ.mjs → CollectionPresenterContainer-SSFGQUYE.mjs} +2 -2
- package/dist/lib/browser/{app-graph-builder-QS5KTYD3.mjs → app-graph-builder-6G4VPN6E.mjs} +14 -12
- package/dist/lib/browser/app-graph-builder-6G4VPN6E.mjs.map +7 -0
- package/dist/lib/browser/{chunk-VTBPPB5Z.mjs → chunk-3BSZF44U.mjs} +2 -2
- package/dist/lib/browser/{chunk-CQR4O6KC.mjs → chunk-OOZM543N.mjs} +9 -9
- package/dist/lib/browser/chunk-OOZM543N.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +4 -4
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/{react-surface-N23VEZ2O.mjs → react-surface-YV4BLHO2.mjs} +2 -2
- package/dist/lib/browser/{settings-KWSP73SU.mjs → settings-WERSYNE5.mjs} +2 -2
- package/dist/types/src/capabilities/app-graph-builder.d.ts +2 -179
- package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -1
- package/dist/types/src/capabilities/index.d.ts +1 -177
- package/dist/types/src/capabilities/index.d.ts.map +1 -1
- package/dist/types/src/components/Markdown/Container.d.ts.map +1 -1
- package/dist/types/src/components/Markdown/Slide.d.ts.map +1 -1
- package/dist/types/src/components/Presenter/Layout.d.ts.map +1 -1
- package/dist/types/src/components/Presenter/Pager.d.ts.map +1 -1
- package/dist/types/src/components/PresenterSettings.d.ts.map +1 -1
- package/dist/types/src/components/RevealPlayer/RevealPlayer.d.ts.map +1 -1
- package/dist/types/src/testing.d.ts.map +1 -1
- package/dist/types/src/types.d.ts +71 -135
- package/dist/types/src/types.d.ts.map +1 -1
- package/dist/types/src/useExitPresenter.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +29 -24
- package/src/capabilities/app-graph-builder.ts +61 -50
- package/src/types.ts +10 -10
- package/dist/lib/browser/app-graph-builder-QS5KTYD3.mjs.map +0 -7
- package/dist/lib/browser/chunk-CQR4O6KC.mjs.map +0 -7
- /package/dist/lib/browser/{CollectionPresenterContainer-5ETXRUWZ.mjs.map → CollectionPresenterContainer-SSFGQUYE.mjs.map} +0 -0
- /package/dist/lib/browser/{chunk-VTBPPB5Z.mjs.map → chunk-3BSZF44U.mjs.map} +0 -0
- /package/dist/lib/browser/{react-surface-N23VEZ2O.mjs.map → react-surface-YV4BLHO2.mjs.map} +0 -0
- /package/dist/lib/browser/{settings-KWSP73SU.mjs.map → settings-WERSYNE5.mjs.map} +0 -0
|
@@ -1,180 +1,4 @@
|
|
|
1
|
-
export declare const AppGraphBuilder: (props?: import("@dxos/app-framework").
|
|
2
|
-
id: string;
|
|
3
|
-
position: import("@dxos/util").Position;
|
|
4
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
5
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
6
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
7
|
-
type?: string;
|
|
8
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
9
|
-
}> | Readonly<{
|
|
10
|
-
id: string;
|
|
11
|
-
position: import("@dxos/util").Position;
|
|
12
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
13
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
14
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
15
|
-
type?: string;
|
|
16
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
17
|
-
}>[] | (Readonly<{
|
|
18
|
-
id: string;
|
|
19
|
-
position: import("@dxos/util").Position;
|
|
20
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
21
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
22
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
23
|
-
type?: string;
|
|
24
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
25
|
-
}> | Readonly<{
|
|
26
|
-
id: string;
|
|
27
|
-
position: import("@dxos/util").Position;
|
|
28
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
29
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
30
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
31
|
-
type?: string;
|
|
32
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
33
|
-
}>[] | (Readonly<{
|
|
34
|
-
id: string;
|
|
35
|
-
position: import("@dxos/util").Position;
|
|
36
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
37
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
38
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
39
|
-
type?: string;
|
|
40
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
41
|
-
}> | Readonly<{
|
|
42
|
-
id: string;
|
|
43
|
-
position: import("@dxos/util").Position;
|
|
44
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
45
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
46
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
47
|
-
type?: string;
|
|
48
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
49
|
-
}>[] | (Readonly<{
|
|
50
|
-
id: string;
|
|
51
|
-
position: import("@dxos/util").Position;
|
|
52
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
53
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
54
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
55
|
-
type?: string;
|
|
56
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
57
|
-
}> | Readonly<{
|
|
58
|
-
id: string;
|
|
59
|
-
position: import("@dxos/util").Position;
|
|
60
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
61
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
62
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
63
|
-
type?: string;
|
|
64
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
65
|
-
}>[] | (Readonly<{
|
|
66
|
-
id: string;
|
|
67
|
-
position: import("@dxos/util").Position;
|
|
68
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
69
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
70
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
71
|
-
type?: string;
|
|
72
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
73
|
-
}> | Readonly<{
|
|
74
|
-
id: string;
|
|
75
|
-
position: import("@dxos/util").Position;
|
|
76
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
77
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
78
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
79
|
-
type?: string;
|
|
80
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
81
|
-
}>[] | (Readonly<{
|
|
82
|
-
id: string;
|
|
83
|
-
position: import("@dxos/util").Position;
|
|
84
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
85
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
86
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
87
|
-
type?: string;
|
|
88
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
89
|
-
}> | Readonly<{
|
|
90
|
-
id: string;
|
|
91
|
-
position: import("@dxos/util").Position;
|
|
92
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
93
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
94
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
95
|
-
type?: string;
|
|
96
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
97
|
-
}>[] | (Readonly<{
|
|
98
|
-
id: string;
|
|
99
|
-
position: import("@dxos/util").Position;
|
|
100
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
101
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
102
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
103
|
-
type?: string;
|
|
104
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
105
|
-
}> | Readonly<{
|
|
106
|
-
id: string;
|
|
107
|
-
position: import("@dxos/util").Position;
|
|
108
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
109
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
110
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
111
|
-
type?: string;
|
|
112
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
113
|
-
}>[] | (Readonly<{
|
|
114
|
-
id: string;
|
|
115
|
-
position: import("@dxos/util").Position;
|
|
116
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
117
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
118
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
119
|
-
type?: string;
|
|
120
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
121
|
-
}> | Readonly<{
|
|
122
|
-
id: string;
|
|
123
|
-
position: import("@dxos/util").Position;
|
|
124
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
125
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
126
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
127
|
-
type?: string;
|
|
128
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
129
|
-
}>[] | (Readonly<{
|
|
130
|
-
id: string;
|
|
131
|
-
position: import("@dxos/util").Position;
|
|
132
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
133
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
134
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
135
|
-
type?: string;
|
|
136
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
137
|
-
}> | Readonly<{
|
|
138
|
-
id: string;
|
|
139
|
-
position: import("@dxos/util").Position;
|
|
140
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
141
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
142
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
143
|
-
type?: string;
|
|
144
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
145
|
-
}>[] | (Readonly<{
|
|
146
|
-
id: string;
|
|
147
|
-
position: import("@dxos/util").Position;
|
|
148
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
149
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
150
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
151
|
-
type?: string;
|
|
152
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
153
|
-
}> | Readonly<{
|
|
154
|
-
id: string;
|
|
155
|
-
position: import("@dxos/util").Position;
|
|
156
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
157
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
158
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
159
|
-
type?: string;
|
|
160
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
161
|
-
}>[] | (any[] | Readonly<{
|
|
162
|
-
id: string;
|
|
163
|
-
position: import("@dxos/util").Position;
|
|
164
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
165
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
166
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
167
|
-
type?: string;
|
|
168
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
169
|
-
}> | Readonly<{
|
|
170
|
-
id: string;
|
|
171
|
-
position: import("@dxos/util").Position;
|
|
172
|
-
resolver?: import("@dxos/app-graph").ResolverExtension;
|
|
173
|
-
connector?: import("@dxos/app-graph").ConnectorExtension;
|
|
174
|
-
relation?: import("@dxos/app-graph").Relation;
|
|
175
|
-
type?: string;
|
|
176
|
-
filter?: (node: import("@dxos/app-graph").Node) => boolean;
|
|
177
|
-
}>[])[])[])[])[])[])[])[])[])[])[]> | import("@dxos/app-framework").AnyCapability[]>>;
|
|
1
|
+
export declare const AppGraphBuilder: (props?: import("@dxos/app-framework").PluginContext | undefined) => Promise<() => Promise<import("@dxos/app-framework").Capability<import("@dxos/app-graph").BuilderExtensions> | import("@dxos/app-framework").AnyCapability[]>>;
|
|
178
2
|
export declare const ReactSurface: (props?: unknown) => Promise<() => Promise<import("@dxos/app-framework").Capability<import("@dxos/app-framework").Capabilities.ReactSurface> | import("@dxos/app-framework").AnyCapability[]>>;
|
|
179
3
|
export declare const PresenterSettings: (props?: unknown) => Promise<() => Promise<import("@dxos/app-framework").Capability<import("@dxos/app-framework").Capabilities.Settings> | import("@dxos/app-framework").AnyCapability[]>>;
|
|
180
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/capabilities/index.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,eAAe,oOAA4C,CAAC;AACzE,eAAO,MAAM,YAAY,gMAAwC,CAAC;AAClE,eAAO,MAAM,iBAAiB,4LAAmC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Container.d.ts","sourceRoot":"","sources":["../../../../../src/components/Markdown/Container.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAY,MAAM,OAAO,CAAC;AAGhE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGtD,MAAM,MAAM,cAAc,GAAG,eAAe,CAAC,iBAAiB,CAAC,EAAE,CAAC,CAAC,CAAC;AAEpE;;GAEG;AACH,eAAO,MAAM,SAAS,
|
|
1
|
+
{"version":3,"file":"Container.d.ts","sourceRoot":"","sources":["../../../../../src/components/Markdown/Container.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAY,MAAM,OAAO,CAAC;AAGhE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGtD,MAAM,MAAM,cAAc,GAAG,eAAe,CAAC,iBAAiB,CAAC,EAAE,CAAC,CAAC,CAAC;AAEpE;;GAEG;AACH,eAAO,MAAM,SAAS,GAAI,0BAA0B,cAAc,sBA4BjE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Slide.d.ts","sourceRoot":"","sources":["../../../../../src/components/Markdown/Slide.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,gCAAgC,CAAC;AAIxC,MAAM,MAAM,UAAU,GAAG;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE;QAAE,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC1C,CAAC;AAEF,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"Slide.d.ts","sourceRoot":"","sources":["../../../../../src/components/Markdown/Slide.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,gCAAgC,CAAC;AAIxC,MAAM,MAAM,UAAU,GAAG;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE;QAAE,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;CAC1C,CAAC;AAEF,eAAO,MAAM,KAAK,GAAI,sBAAyC,UAAU,sBAwIxE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Layout.d.ts","sourceRoot":"","sources":["../../../../../src/components/Presenter/Layout.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGtD,MAAM,MAAM,WAAW,GAAG,eAAe,CACvC,iBAAiB,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,SAAS,CAAC;CACzB,CAAC,CACH,CAAC;AAEF,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"Layout.d.ts","sourceRoot":"","sources":["../../../../../src/components/Presenter/Layout.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EAAE,KAAK,iBAAiB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtE,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGtD,MAAM,MAAM,WAAW,GAAG,eAAe,CACvC,iBAAiB,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,WAAW,CAAC,EAAE,SAAS,CAAC;CACzB,CAAC,CACH,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,sEAAsE,WAAW,sBAavG,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pager.d.ts","sourceRoot":"","sources":["../../../../../src/components/Presenter/Pager.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAE,KAAK,EAAE,EAAa,MAAM,OAAO,CAAC;AAKlD,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,KAAK,
|
|
1
|
+
{"version":3,"file":"Pager.d.ts","sourceRoot":"","sources":["../../../../../src/components/Presenter/Pager.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,EAAE,KAAK,EAAE,EAAa,MAAM,OAAO,CAAC;AAKlD,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,KAAK,GAAI,2DAAmE,UAAU,6BA4ElG,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,kBAA0B,eAAe,6BAYnE,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC;IAAE,OAAO,CAAC,EAAE,OAAO,CAAC;IAAC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAA;CAAE,CAMrF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PresenterSettings.d.ts","sourceRoot":"","sources":["../../../../src/components/PresenterSettings.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAEvD,eAAO,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"PresenterSettings.d.ts","sourceRoot":"","sources":["../../../../src/components/PresenterSettings.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,UAAU,CAAC;AAEvD,eAAO,MAAM,iBAAiB,GAAI,cAAc;IAAE,QAAQ,EAAE,sBAAsB,CAAA;CAAE,sBAanF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RevealPlayer.d.ts","sourceRoot":"","sources":["../../../../../src/components/RevealPlayer/RevealPlayer.tsx"],"names":[],"mappings":"AAKA,OAAO,2BAA2B,CAAC;AAEnC,OAAO,gCAAgC,CAAC;AAIxC,OAAO,0CAA0C,CAAC;AAIlD,OAAO,KAA4B,MAAM,OAAO,CAAC;AAKjD,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,gBAAgB,CAAC;AA4CtD,MAAM,MAAM,WAAW,GAAG,eAAe,CAAC;IACxC,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC,CAAC;AAEH,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"RevealPlayer.d.ts","sourceRoot":"","sources":["../../../../../src/components/RevealPlayer/RevealPlayer.tsx"],"names":[],"mappings":"AAKA,OAAO,2BAA2B,CAAC;AAEnC,OAAO,gCAAgC,CAAC;AAIxC,OAAO,0CAA0C,CAAC;AAIlD,OAAO,KAA4B,MAAM,OAAO,CAAC;AAKjD,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,gBAAgB,CAAC;AA4CtD,MAAM,MAAM,WAAW,GAAG,eAAe,CAAC;IACxC,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC,CAAC;AAEH,eAAO,MAAM,YAAY,GAAI,oDAA2D,WAAW,sBAmGlG,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"testing.d.ts","sourceRoot":"","sources":["../../../src/testing.ts"],"names":[],"mappings":"AAMA,KAAK,YAAY,GAAG;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"testing.d.ts","sourceRoot":"","sources":["../../../src/testing.ts"],"names":[],"mappings":"AAMA,KAAK,YAAY,GAAG;IAClB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,UAAS,YAAiB,WAgCrD,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,eAAU,aAAyE,CAAC"}
|
|
@@ -1,26 +1,28 @@
|
|
|
1
|
+
import { Schema } from 'effect';
|
|
1
2
|
import { type Context } from 'react';
|
|
2
|
-
import { S } from '@dxos/echo-schema';
|
|
3
3
|
import { CollectionType } from '@dxos/plugin-space/types';
|
|
4
4
|
export declare namespace PresenterAction {
|
|
5
|
-
const TogglePresentation_base:
|
|
6
|
-
readonly _tag:
|
|
5
|
+
const TogglePresentation_base: Schema.TaggedClass<TogglePresentation, "dxos.org/plugin/presenter/action/toggle-presentation", {
|
|
6
|
+
readonly _tag: Schema.tag<"dxos.org/plugin/presenter/action/toggle-presentation">;
|
|
7
7
|
} & {
|
|
8
|
-
input:
|
|
9
|
-
object:
|
|
10
|
-
name:
|
|
11
|
-
fallbackName:
|
|
12
|
-
content: import("@dxos/echo-schema").Ref$<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
8
|
+
input: Schema.Struct<{
|
|
9
|
+
object: Schema.Union<[import("@dxos/echo-schema").EchoTypeSchema<Schema.Struct<{
|
|
10
|
+
name: Schema.optional<typeof Schema.String>;
|
|
11
|
+
fallbackName: Schema.optional<typeof Schema.String>;
|
|
12
|
+
content: import("@dxos/echo-schema").Ref$<{
|
|
13
|
+
readonly id: string;
|
|
14
|
+
content: string;
|
|
15
|
+
}>;
|
|
16
|
+
threads: Schema.mutable<Schema.Array$<import("@dxos/echo-schema").Ref$<import("@dxos/echo-schema").TypedObjectFields<{
|
|
17
|
+
name: Schema.optional<typeof Schema.String>;
|
|
18
|
+
anchor: Schema.optional<typeof Schema.String>;
|
|
19
|
+
status: Schema.optional<Schema.Union<[Schema.Literal<["staged"]>, Schema.Literal<["active"]>, Schema.Literal<["resolved"]>]>>;
|
|
20
|
+
messages: Schema.mutable<Schema.Array$<import("@dxos/echo-schema").Ref$<{
|
|
21
|
+
readonly id: string;
|
|
22
|
+
created: string;
|
|
23
|
+
sender: {
|
|
24
|
+
name?: string | undefined;
|
|
25
|
+
contact?: import("@dxos/echo-schema").Ref<{
|
|
24
26
|
readonly id: string;
|
|
25
27
|
fields?: {
|
|
26
28
|
readonly value: string;
|
|
@@ -70,121 +72,55 @@ export declare namespace PresenterAction {
|
|
|
70
72
|
readonly value: string;
|
|
71
73
|
readonly label?: string | undefined;
|
|
72
74
|
}[] | undefined;
|
|
73
|
-
birthday?:
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
setMinutes: (min: number, sec?: number, ms?: number) => number;
|
|
117
|
-
setUTCMinutes: (min: number, sec?: number, ms?: number) => number;
|
|
118
|
-
setHours: (hours: number, min?: number, sec?: number, ms?: number) => number;
|
|
119
|
-
setUTCHours: (hours: number, min?: number, sec?: number, ms?: number) => number;
|
|
120
|
-
setDate: (date: number) => number;
|
|
121
|
-
setUTCDate: (date: number) => number;
|
|
122
|
-
setMonth: (month: number, date?: number) => number;
|
|
123
|
-
setUTCMonth: (month: number, date?: number) => number;
|
|
124
|
-
setFullYear: (year: number, month?: number, date?: number) => number;
|
|
125
|
-
setUTCFullYear: (year: number, month?: number, date?: number) => number;
|
|
126
|
-
toUTCString: () => string;
|
|
127
|
-
toISOString: () => string;
|
|
128
|
-
toJSON: (key?: any) => string;
|
|
129
|
-
[Symbol.toPrimitive]: {
|
|
130
|
-
(hint: "default"): string;
|
|
131
|
-
(hint: "string"): string;
|
|
132
|
-
(hint: "number"): number;
|
|
133
|
-
(hint: string): string | number;
|
|
134
|
-
};
|
|
135
|
-
} | undefined;
|
|
136
|
-
}>>;
|
|
137
|
-
identityDid: S.optional<typeof S.String>;
|
|
138
|
-
identityKey: S.optional<typeof S.String>;
|
|
139
|
-
email: S.optional<typeof S.String>;
|
|
140
|
-
name: S.optional<typeof S.String>;
|
|
141
|
-
role: S.optional<S.Literal<["user", "assistant"]>>;
|
|
142
|
-
}>>;
|
|
143
|
-
blocks: S.mutable<S.Array$<S.Union<[S.mutable<S.extend<S.Struct<{
|
|
144
|
-
pending: S.optional<typeof S.Boolean>;
|
|
145
|
-
}>, S.Struct<{
|
|
146
|
-
type: S.Literal<["text"]>;
|
|
147
|
-
disposition: S.optional<typeof S.String>;
|
|
148
|
-
text: typeof S.String;
|
|
149
|
-
}>>>, S.mutable<S.extend<S.Struct<{
|
|
150
|
-
pending: S.optional<typeof S.Boolean>;
|
|
151
|
-
}>, S.Struct<{
|
|
152
|
-
type: S.Literal<["json"]>;
|
|
153
|
-
disposition: S.optional<typeof S.String>;
|
|
154
|
-
data: typeof S.String;
|
|
155
|
-
}>>>, S.mutable<S.extend<S.Struct<{
|
|
156
|
-
pending: S.optional<typeof S.Boolean>;
|
|
157
|
-
}>, S.Struct<{
|
|
158
|
-
type: S.Literal<["image"]>;
|
|
159
|
-
id: S.optional<typeof S.String>;
|
|
160
|
-
source: S.optional<S.Union<[S.mutable<S.Struct<{
|
|
161
|
-
type: S.Literal<["base64"]>;
|
|
162
|
-
mediaType: typeof S.String;
|
|
163
|
-
data: typeof S.String;
|
|
164
|
-
}>>, S.mutable<S.Struct<{
|
|
165
|
-
type: S.Literal<["http"]>;
|
|
166
|
-
url: typeof S.String;
|
|
167
|
-
}>>]>>;
|
|
168
|
-
}>>>, S.mutable<S.extend<S.Struct<{
|
|
169
|
-
pending: S.optional<typeof S.Boolean>;
|
|
170
|
-
}>, S.Struct<{
|
|
171
|
-
type: S.Literal<["reference"]>;
|
|
172
|
-
reference: import("@dxos/echo-schema").Ref$<import("@dxos/echo-schema").Expando>;
|
|
173
|
-
}>>>, S.mutable<S.extend<S.Struct<{
|
|
174
|
-
pending: S.optional<typeof S.Boolean>;
|
|
175
|
-
}>, S.Struct<{
|
|
176
|
-
type: S.Literal<["transcription"]>;
|
|
177
|
-
started: typeof S.String;
|
|
178
|
-
text: typeof S.String;
|
|
179
|
-
}>>>]>>>;
|
|
180
|
-
properties: S.optional<S.mutable<S.Record$<typeof S.String, typeof S.Any>>>;
|
|
181
|
-
}, import("@dxos/echo-schema").TypedObjectOptions>>>>;
|
|
75
|
+
birthday?: string | undefined;
|
|
76
|
+
}> | undefined;
|
|
77
|
+
identityDid?: string | undefined;
|
|
78
|
+
identityKey?: string | undefined;
|
|
79
|
+
email?: string | undefined;
|
|
80
|
+
role?: "user" | "assistant" | undefined;
|
|
81
|
+
};
|
|
82
|
+
blocks: ({
|
|
83
|
+
pending?: boolean | undefined;
|
|
84
|
+
type: "text";
|
|
85
|
+
disposition?: string | undefined;
|
|
86
|
+
text: string;
|
|
87
|
+
} | {
|
|
88
|
+
pending?: boolean | undefined;
|
|
89
|
+
type: "json";
|
|
90
|
+
disposition?: string | undefined;
|
|
91
|
+
data: string;
|
|
92
|
+
} | {
|
|
93
|
+
pending?: boolean | undefined;
|
|
94
|
+
id?: string | undefined;
|
|
95
|
+
type: "image";
|
|
96
|
+
source?: {
|
|
97
|
+
type: "base64";
|
|
98
|
+
data: string;
|
|
99
|
+
mediaType: string;
|
|
100
|
+
} | {
|
|
101
|
+
type: "http";
|
|
102
|
+
url: string;
|
|
103
|
+
} | undefined;
|
|
104
|
+
} | {
|
|
105
|
+
pending?: boolean | undefined;
|
|
106
|
+
type: "reference";
|
|
107
|
+
reference: import("@dxos/echo-schema").Ref<import("@dxos/echo-schema").Expando>;
|
|
108
|
+
} | {
|
|
109
|
+
pending?: boolean | undefined;
|
|
110
|
+
type: "transcription";
|
|
111
|
+
text: string;
|
|
112
|
+
started: string;
|
|
113
|
+
})[];
|
|
114
|
+
properties?: {
|
|
115
|
+
[x: string]: any;
|
|
116
|
+
} | undefined;
|
|
117
|
+
}>>>;
|
|
182
118
|
}, import("@dxos/echo-schema").TypedObjectOptions>>>>;
|
|
183
|
-
assistantChatQueue:
|
|
184
|
-
}
|
|
185
|
-
state:
|
|
119
|
+
assistantChatQueue: Schema.optional<import("@dxos/echo-schema").Ref$<import("@dxos/echo-schema").Expando>>;
|
|
120
|
+
}>, {}>, typeof CollectionType]>;
|
|
121
|
+
state: Schema.optional<typeof Schema.Boolean>;
|
|
186
122
|
}>;
|
|
187
|
-
output: typeof
|
|
123
|
+
output: typeof Schema.Void;
|
|
188
124
|
}>;
|
|
189
125
|
export class TogglePresentation extends TogglePresentation_base {
|
|
190
126
|
}
|
|
@@ -196,8 +132,8 @@ export type PresenterContextType = {
|
|
|
196
132
|
stop: () => void;
|
|
197
133
|
};
|
|
198
134
|
export declare const PresenterContext: Context<PresenterContextType>;
|
|
199
|
-
export declare const PresenterSettingsSchema:
|
|
200
|
-
presentCollections:
|
|
135
|
+
export declare const PresenterSettingsSchema: Schema.mutable<Schema.Struct<{
|
|
136
|
+
presentCollections: Schema.optional<typeof Schema.Boolean>;
|
|
201
137
|
}>>;
|
|
202
|
-
export type PresenterSettingsProps =
|
|
138
|
+
export type PresenterSettingsProps = Schema.Schema.Type<typeof PresenterSettingsSchema>;
|
|
203
139
|
//# sourceMappingURL=types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAC;AAChC,OAAO,EAAE,KAAK,OAAO,EAAiB,MAAM,OAAO,CAAC;AAGpD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAI1D,yBAAiB,eAAe,CAAC;;;;;;;;;;;;;;;;;;;;gCAkCqmJ,CAAC;mCAA6C,CAAC;;sCAA2E,CAAC;;;qDAA6I,CAAC;;4CAA2F,CAAC;;+CAAoH,CAAC;wCAAkD,CAAC;0CAAoD,CAAC;yCAAsG,CAAC;2CAAqD,CAAC;;qCAAmF,CAAC;wCAAkD,CAAC;6CAAuD,CAAC;wCAAkD,CAAC;wCAAkD,CAAC;0CAAoD,CAAC;qCAA+C,CAAC;sCAAgD,CAAC;;kDAA0F,CAAC;;0CAAyF,CAAC;;kDAA0F,CAAC;;4CAA2F,CAAC;;kDAA0F,CAAC;;yCAAwF,CAAC;;uDAAyF,CAAC;yDAAmE,CAAC;yDAAmE,CAAC;uDAAiE,CAAC;2DAAqE,CAAC;oEAA8E,CAAC;wDAAkE,CAAC;;kDAAuF,CAAC;;oCAAmF,CAAC;;kDAA0F,CAAC;;wCAAuF,CAAC;;uCAAiF,CAAC;uCAAiD,CAAC;iCAA2C,CAAC;gCAA0C,CAAC;;;mCAAiG,CAAC;;uCAAgF,CAAC;;;mCAA6F,CAAC;;uCAAgF,CAAC;;;mCAA6F,CAAC;8BAAyC,CAAC;;kCAA2E,CAAC;;;;;;;;;mCAAkR,CAAC;;;;mCAA4I,CAAC;;;;;kCAAqK,CAAC;;;;;;;;;;;IA/Bh/Q,MAAM,OAAO,kBAAmB,SAAQ,uBASvC;KAAG;;CACL;AAED,MAAM,MAAM,oBAAoB,GAAG;IACjC,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,IAAI,EAAE,MAAM,IAAI,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,OAAO,CAAC,oBAAoB,CAIzD,CAAC;AAEH,eAAO,MAAM,uBAAuB;;GAInC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useExitPresenter.d.ts","sourceRoot":"","sources":["../../../src/useExitPresenter.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAK9C,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"useExitPresenter.d.ts","sourceRoot":"","sources":["../../../src/useExitPresenter.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAK9C,eAAO,MAAM,gBAAgB,GAAI,QAAQ,IAAI,CAAC,GAAG,CAAC;;;EAsBjD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"5.
|
|
1
|
+
{"version":"5.8.3"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/plugin-presenter",
|
|
3
|
-
"version": "0.8.2-main.
|
|
3
|
+
"version": "0.8.2-main.fbd8ed0",
|
|
4
4
|
"description": "Braneframe presenter plugin",
|
|
5
5
|
"homepage": "https://dxos.org",
|
|
6
6
|
"bugs": "https://github.com/dxos/dxos/issues",
|
|
@@ -34,44 +34,49 @@
|
|
|
34
34
|
"remark-frontmatter": "^5.0.0",
|
|
35
35
|
"remark-parse-frontmatter": "^1.0.3",
|
|
36
36
|
"reveal.js": "^5.1.0",
|
|
37
|
-
"@dxos/app-framework": "0.8.2-main.
|
|
38
|
-
"@dxos/
|
|
39
|
-
"@dxos/
|
|
40
|
-
"@dxos/live-object": "0.8.2-main.
|
|
41
|
-
"@dxos/
|
|
42
|
-
"@dxos/
|
|
43
|
-
"@dxos/
|
|
44
|
-
"@dxos/plugin-
|
|
45
|
-
"@dxos/plugin-deck": "0.8.2-main.
|
|
46
|
-
"@dxos/plugin-
|
|
47
|
-
"@dxos/plugin-space": "0.8.2-main.
|
|
48
|
-
"@dxos/
|
|
49
|
-
"@dxos/react-
|
|
50
|
-
"@dxos/
|
|
51
|
-
"@dxos/react-ui-
|
|
37
|
+
"@dxos/app-framework": "0.8.2-main.fbd8ed0",
|
|
38
|
+
"@dxos/async": "0.8.2-main.fbd8ed0",
|
|
39
|
+
"@dxos/echo-schema": "0.8.2-main.fbd8ed0",
|
|
40
|
+
"@dxos/live-object": "0.8.2-main.fbd8ed0",
|
|
41
|
+
"@dxos/echo": "0.8.2-main.fbd8ed0",
|
|
42
|
+
"@dxos/log": "0.8.2-main.fbd8ed0",
|
|
43
|
+
"@dxos/local-storage": "0.8.2-main.fbd8ed0",
|
|
44
|
+
"@dxos/plugin-client": "0.8.2-main.fbd8ed0",
|
|
45
|
+
"@dxos/plugin-deck": "0.8.2-main.fbd8ed0",
|
|
46
|
+
"@dxos/plugin-graph": "0.8.2-main.fbd8ed0",
|
|
47
|
+
"@dxos/plugin-space": "0.8.2-main.fbd8ed0",
|
|
48
|
+
"@dxos/react-client": "0.8.2-main.fbd8ed0",
|
|
49
|
+
"@dxos/react-ui-form": "0.8.2-main.fbd8ed0",
|
|
50
|
+
"@dxos/plugin-stack": "0.8.2-main.fbd8ed0",
|
|
51
|
+
"@dxos/react-ui-stack": "0.8.2-main.fbd8ed0",
|
|
52
|
+
"@dxos/plugin-markdown": "0.8.2-main.fbd8ed0"
|
|
52
53
|
},
|
|
53
54
|
"devDependencies": {
|
|
55
|
+
"@effect-rx/rx-react": "^0.34.1",
|
|
56
|
+
"@effect/platform": "0.80.12",
|
|
54
57
|
"@phosphor-icons/react": "^2.1.5",
|
|
55
58
|
"@types/lodash.get": "^4.4.7",
|
|
56
59
|
"@types/react": "~18.2.0",
|
|
57
60
|
"@types/react-dom": "~18.2.0",
|
|
58
61
|
"@types/reveal.js": "^5.0.3",
|
|
59
|
-
"effect": "3.
|
|
62
|
+
"effect": "3.14.21",
|
|
60
63
|
"react": "~18.2.0",
|
|
61
64
|
"react-dom": "~18.2.0",
|
|
62
65
|
"vite": "5.4.7",
|
|
63
|
-
"@dxos/
|
|
64
|
-
"@dxos/
|
|
65
|
-
"@dxos/react-ui-theme": "0.8.2-main.
|
|
66
|
-
"@dxos/storybook-utils": "0.8.2-main.
|
|
66
|
+
"@dxos/react-ui": "0.8.2-main.fbd8ed0",
|
|
67
|
+
"@dxos/random": "0.8.2-main.fbd8ed0",
|
|
68
|
+
"@dxos/react-ui-theme": "0.8.2-main.fbd8ed0",
|
|
69
|
+
"@dxos/storybook-utils": "0.8.2-main.fbd8ed0"
|
|
67
70
|
},
|
|
68
71
|
"peerDependencies": {
|
|
72
|
+
"@effect-rx/rx-react": "^0.34.1",
|
|
73
|
+
"@effect/platform": "0.80.12",
|
|
69
74
|
"@phosphor-icons/react": "^2.1.5",
|
|
70
|
-
"effect": "3.13.3",
|
|
75
|
+
"effect": "^3.13.3",
|
|
71
76
|
"react": "~18.2.0",
|
|
72
77
|
"react-dom": "~18.2.0",
|
|
73
|
-
"@dxos/react-ui": "0.8.2-main.
|
|
74
|
-
"@dxos/react-ui-theme": "0.8.2-main.
|
|
78
|
+
"@dxos/react-ui": "0.8.2-main.fbd8ed0",
|
|
79
|
+
"@dxos/react-ui-theme": "0.8.2-main.fbd8ed0"
|
|
75
80
|
},
|
|
76
81
|
"publishConfig": {
|
|
77
82
|
"access": "public"
|