@pod-os/elements 0.30.2-rc.a4eda69.0 → 0.30.2-rc.ca6f577.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.
@@ -34,11 +34,11 @@ export declare class PosMarkdownDocument {
34
34
  /**
35
35
  * Switch to editing mode
36
36
  */
37
- startEditing(): Promise<void>;
37
+ startEditing(): void;
38
38
  /**
39
39
  * Switch to view mode
40
40
  */
41
- stopEditing(): Promise<void>;
41
+ stopEditing(): void;
42
42
  render(): any;
43
43
  private getStatus;
44
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pod-os/elements",
3
- "version": "0.30.2-rc.a4eda69.0",
3
+ "version": "0.30.2-rc.ca6f577.0",
4
4
  "description": "Custom elements for usage with Solid Pods",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -27,13 +27,13 @@
27
27
  "@stencil/core": "4.24.0",
28
28
  "@stencil/store": "^2.2.0",
29
29
  "@testing-library/user-event": "^14.6.1",
30
- "@tiptap/core": "^3.7.2",
31
- "@tiptap/extension-image": "^3.7.2",
32
- "@tiptap/pm": "^3.7.2",
33
- "@tiptap/starter-kit": "^3.7.2",
30
+ "@tiptap/core": "^3.6.5",
31
+ "@tiptap/extension-image": "^3.6.5",
32
+ "@tiptap/pm": "^3.6.5",
33
+ "@tiptap/starter-kit": "^3.6.5",
34
34
  "@types/turndown": "^5.0.5",
35
35
  "@uvdsl/solid-oidc-client-browser": "^0.1.3",
36
- "dompurify": "^3.3.0",
36
+ "dompurify": "^3.2.7",
37
37
  "idb": "^8.0.3",
38
38
  "pollen-css": "^5.0.2",
39
39
  "rxjs": "^7.8.2",