@pretextbook/web-editor 0.0.14 → 0.0.16
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/README.md +0 -0
- package/dist/App.d.ts +5 -5
- package/dist/components/BubbleMenu.d.ts +0 -0
- package/dist/components/CodeEditor.d.ts +0 -0
- package/dist/components/CodeEditorMenu.d.ts +2 -2
- package/dist/components/Editors.d.ts +1 -1
- package/dist/components/FloatingMenu.d.ts +0 -0
- package/dist/components/FullPreview.d.ts +1 -1
- package/dist/components/MenuBar.d.ts +1 -1
- package/dist/components/TheoremLike.d.ts +0 -0
- package/dist/components/TiptapMenuBar.d.ts +0 -0
- package/dist/components/VisualEditor.d.ts +0 -0
- package/dist/defaultContent.d.ts +0 -0
- package/dist/extensions/AxiomLike.d.ts +0 -0
- package/dist/extensions/Blocks.d.ts +0 -0
- package/dist/extensions/Definition.d.ts +0 -0
- package/dist/extensions/Divisions.d.ts +0 -0
- package/dist/extensions/Emph.d.ts +0 -0
- package/dist/extensions/ExampleLike.d.ts +0 -0
- package/dist/extensions/Inline.d.ts +0 -0
- package/dist/extensions/Keyboard.d.ts +0 -0
- package/dist/extensions/Math.d.ts +0 -0
- package/dist/extensions/RawPtx.d.ts +0 -0
- package/dist/extensions/RemarkLike.d.ts +0 -0
- package/dist/extensions/Statement.d.ts +0 -0
- package/dist/extensions/TheoremLike.d.ts +0 -0
- package/dist/extensions/Title.d.ts +0 -0
- package/dist/extensions/UnknownMark.d.ts +0 -0
- package/dist/extensions/Url.d.ts +0 -0
- package/dist/extensions/getCursorPos.d.ts +0 -0
- package/dist/index.d.ts +0 -0
- package/dist/index.es.js +14234 -13186
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +108 -172
- package/dist/index.js.map +1 -1
- package/dist/json2ptx.d.ts +0 -0
- package/dist/knownTags.d.ts +0 -0
- package/dist/main.d.ts +1 -1
- package/dist/utils.d.ts +0 -0
- package/dist/web-editor.css +1 -1
- package/package.json +9 -9
- package/dist/ptxSourceSlice.d.ts +0 -6
package/README.md
CHANGED
|
File without changes
|
package/dist/App.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
1
|
+
import "primereact/resources/themes/lara-light-blue/theme.css";
|
|
2
|
+
import "primereact/resources/primereact.min.css";
|
|
3
|
+
import "primeicons/primeicons.css";
|
|
4
|
+
import "primeflex/primeflex.css";
|
|
5
|
+
import "./App.css";
|
|
6
6
|
declare function App(): import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export default App;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -9,6 +9,6 @@ export interface MenuBarProps {
|
|
|
9
9
|
cancelButtonLabel?: string;
|
|
10
10
|
showPreviewModeToggle?: boolean;
|
|
11
11
|
}
|
|
12
|
-
import
|
|
12
|
+
import "./MenuBar.css";
|
|
13
13
|
declare const MenuBar: (props: MenuBarProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
14
|
export default MenuBar;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/defaultContent.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/extensions/Url.d.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/dist/index.d.ts
CHANGED
|
File without changes
|