@embedpdf/plugin-tiling 2.5.0 → 2.6.1

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,4 +1,4 @@
1
- import { usePlugin, useCapability, useDocumentState } from "@embedpdf/core/preact";
1
+ import { useCapability, usePlugin, useDocumentState } from "@embedpdf/core/preact";
2
2
  import { TilingPlugin } from "@embedpdf/plugin-tiling";
3
3
  export * from "@embedpdf/plugin-tiling";
4
4
  import { jsx } from "preact/jsx-runtime";
@@ -1,4 +1,4 @@
1
- import { usePlugin, useCapability, useDocumentState } from "@embedpdf/core/react";
1
+ import { useCapability, usePlugin, useDocumentState } from "@embedpdf/core/react";
2
2
  import { TilingPlugin } from "@embedpdf/plugin-tiling";
3
3
  export * from "@embedpdf/plugin-tiling";
4
4
  import { jsx } from "react/jsx-runtime";
@@ -2,7 +2,7 @@ import "svelte/internal/disclose-version";
2
2
  import * as $ from "svelte/internal/client";
3
3
  import { TilingPlugin } from "@embedpdf/plugin-tiling";
4
4
  export * from "@embedpdf/plugin-tiling";
5
- import { useCapability, usePlugin, useDocumentState } from "@embedpdf/core/svelte";
5
+ import { usePlugin, useCapability, useDocumentState } from "@embedpdf/core/svelte";
6
6
  import { ignore, PdfErrorCode } from "@embedpdf/models";
7
7
  import { untrack } from "svelte";
8
8
  const useTilingPlugin = () => usePlugin(TilingPlugin.id);
package/dist/vue/index.js CHANGED
@@ -1,6 +1,6 @@
1
- import { defineComponent, ref, computed, watch, toRaw, onBeforeUnmount, createElementBlock, createCommentVNode, openBlock, normalizeStyle, normalizeProps, guardReactiveProps, Fragment, renderList, createBlock } from "vue";
1
+ import { defineComponent, ref, computed, watch, toRaw, onBeforeUnmount, openBlock, createElementBlock, normalizeStyle, createCommentVNode, normalizeProps, guardReactiveProps, Fragment, renderList, createBlock } from "vue";
2
2
  import { ignore, PdfErrorCode } from "@embedpdf/models";
3
- import { useCapability, usePlugin, useDocumentState } from "@embedpdf/core/vue";
3
+ import { usePlugin, useCapability, useDocumentState } from "@embedpdf/core/vue";
4
4
  import { TilingPlugin } from "@embedpdf/plugin-tiling";
5
5
  export * from "@embedpdf/plugin-tiling";
6
6
  const useTilingPlugin = () => usePlugin(TilingPlugin.id);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@embedpdf/plugin-tiling",
3
- "version": "2.5.0",
3
+ "version": "2.6.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.cjs",
@@ -35,16 +35,16 @@
35
35
  }
36
36
  },
37
37
  "dependencies": {
38
- "@embedpdf/models": "2.5.0"
38
+ "@embedpdf/models": "2.6.1"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/react": "^18.2.0",
42
42
  "typescript": "^5.0.0",
43
- "@embedpdf/core": "2.5.0",
44
- "@embedpdf/plugin-render": "2.5.0",
43
+ "@embedpdf/core": "2.6.1",
45
44
  "@embedpdf/build": "1.1.0",
46
- "@embedpdf/plugin-viewport": "2.5.0",
47
- "@embedpdf/plugin-scroll": "2.5.0"
45
+ "@embedpdf/plugin-render": "2.6.1",
46
+ "@embedpdf/plugin-scroll": "2.6.1",
47
+ "@embedpdf/plugin-viewport": "2.6.1"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "react": ">=16.8.0",
@@ -52,10 +52,10 @@
52
52
  "preact": "^10.26.4",
53
53
  "vue": ">=3.2.0",
54
54
  "svelte": ">=5 <6",
55
- "@embedpdf/core": "2.5.0",
56
- "@embedpdf/plugin-render": "2.5.0",
57
- "@embedpdf/plugin-scroll": "2.5.0",
58
- "@embedpdf/plugin-viewport": "2.5.0"
55
+ "@embedpdf/core": "2.6.1",
56
+ "@embedpdf/plugin-viewport": "2.6.1",
57
+ "@embedpdf/plugin-render": "2.6.1",
58
+ "@embedpdf/plugin-scroll": "2.6.1"
59
59
  },
60
60
  "files": [
61
61
  "dist",