@oyat/editor 1.5.11 → 1.6.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"plate-editor.d.ts","sourceRoot":"","sources":["../../../src/components/editor/plate-editor.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,SAAS,CAAC;AAGrC,MAAM,WAAW,gBAAgB;IAC/B,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IAC9B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IAClC,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CACzB;AAED,wBAAgB,WAAW,CAAC,EAC1B,YAAY,EACZ,QAAQ,EACR,IAAc,GACf,EAAE,gBAAgB,2CAyBlB"}
1
+ {"version":3,"file":"plate-editor.d.ts","sourceRoot":"","sources":["../../../src/components/editor/plate-editor.tsx"],"names":[],"mappings":"AAaA,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,SAAS,CAAC;AAGrC,MAAM,WAAW,gBAAgB;IAC/B,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC;IAC9B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IAClC,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CACzB;AAsDD,wBAAgB,WAAW,CAAC,EAC1B,YAAY,EACZ,QAAQ,EACR,IAAc,GACf,EAAE,gBAAgB,2CAsBlB"}
@@ -1 +1 @@
1
- {"version":3,"file":"fixed-toolbar-buttons.d.ts","sourceRoot":"","sources":["../../../src/components/ui/fixed-toolbar-buttons.tsx"],"names":[],"mappings":"AAiDA,wBAAgB,mBAAmB,4CA6IlC"}
1
+ {"version":3,"file":"fixed-toolbar-buttons.d.ts","sourceRoot":"","sources":["../../../src/components/ui/fixed-toolbar-buttons.tsx"],"names":[],"mappings":"AAkDA,wBAAgB,mBAAmB,4CAiJlC"}
@@ -0,0 +1,4 @@
1
+ import { ToolbarButton } from './toolbar';
2
+ import * as React from 'react';
3
+ export declare function FullscreenToolbarButton(props: React.ComponentProps<typeof ToolbarButton>): import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=fullscreen-toolbar-button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fullscreen-toolbar-button.d.ts","sourceRoot":"","sources":["../../../src/components/ui/fullscreen-toolbar-button.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAE1C,wBAAgB,uBAAuB,CACrC,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,2CAelD"}
@@ -0,0 +1,13 @@
1
+ import * as React from 'react';
2
+ export interface FullscreenContextType {
3
+ isFullscreen: boolean;
4
+ onToggleFullscreen: () => void;
5
+ }
6
+ declare const FullscreenContext: React.Context<FullscreenContextType | undefined>;
7
+ export declare function FullscreenProvider({ children, isFullscreen, onToggleFullscreen, }: {
8
+ children: React.ReactNode;
9
+ isFullscreen: boolean;
10
+ onToggleFullscreen: () => void;
11
+ }): import("react/jsx-runtime").JSX.Element;
12
+ export { FullscreenContext };
13
+ //# sourceMappingURL=fullscreen-context.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fullscreen-context.d.ts","sourceRoot":"","sources":["../../src/contexts/fullscreen-context.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,qBAAqB;IACpC,YAAY,EAAE,OAAO,CAAC;IACtB,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC;AAED,QAAA,MAAM,iBAAiB,kDAEX,CAAC;AAEb,wBAAgB,kBAAkB,CAAC,EACjC,QAAQ,EACR,YAAY,EACZ,kBAAkB,GACnB,EAAE;IACD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,YAAY,EAAE,OAAO,CAAC;IACtB,kBAAkB,EAAE,MAAM,IAAI,CAAC;CAChC,2CAMA;AAGD,OAAO,EAAE,iBAAiB,EAAE,CAAC"}