@livetiles/reach-plugin-types 0.5.0-preview.943 → 0.5.0-preview.945

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +6 -0
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -11399,8 +11399,14 @@ declare module "libs/reach/feature/content/src/reach-2/common/editor/nodes/Custo
11399
11399
  const CustomFigure: (attachmentStorageInfo?: AttachmentStorageInfo) => Node<any, any>;
11400
11400
  export default CustomFigure;
11401
11401
  }
11402
+ declare module "libs/reach/feature/content/src/reach-2/common/editor/nodes/CustomGallery" {
11403
+ import { Node } from '@tiptap/react';
11404
+ const CustomGallery: Node<any, any>;
11405
+ export default CustomGallery;
11406
+ }
11402
11407
  declare module "libs/reach/feature/content/src/reach-2/common/editor/nodes/index" {
11403
11408
  export { default as CustomFigure } from "libs/reach/feature/content/src/reach-2/common/editor/nodes/CustomFigure";
11409
+ export { default as CustomGallery } from "libs/reach/feature/content/src/reach-2/common/editor/nodes/CustomGallery";
11404
11410
  }
11405
11411
  declare module "libs/reach/feature/content/src/reach-2/common/editor/EnhancedRichTextEditor" {
11406
11412
  import { Account } from "libs/reach/util/common/src/index";
package/package.json CHANGED
@@ -4,6 +4,6 @@
4
4
  "main": "",
5
5
  "types": "./index.d.ts",
6
6
  "license": "ISC",
7
- "version": "0.5.0-preview.943",
7
+ "version": "0.5.0-preview.945",
8
8
  "dependencies": {}
9
9
  }