@lars_hagemann/mediaserver-frontend-plugin-types 1.1.1-beta → 1.2.0-beta
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/package.json +1 -1
- package/types/plugin.d.ts +1 -1
package/package.json
CHANGED
package/types/plugin.d.ts
CHANGED
|
@@ -10002,7 +10002,7 @@ export type RenderContext = {
|
|
|
10002
10002
|
};
|
|
10003
10003
|
export type DiashowContext = RenderContext & {
|
|
10004
10004
|
nextDocument: () => void;
|
|
10005
|
-
|
|
10005
|
+
preventAutoAdvance: () => void;
|
|
10006
10006
|
};
|
|
10007
10007
|
export type ThemeTokens = Record<string, string>;
|
|
10008
10008
|
export type FileTypePlugin = {
|