@xyo-network/react-pointer-plugin 2.64.0-rc.7 → 2.64.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.
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/Details.tsx
21
+ var Details_exports = {};
22
+ __export(Details_exports, {
23
+ DetailsBox: () => DetailsBox
24
+ });
25
+ module.exports = __toCommonJS(Details_exports);
26
+ var import_react_payload_details = require("@xyo-network/react-payload-details");
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var DetailsBox = (props) => {
29
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_payload_details.PayloadDetails, { ...props });
30
+ };
31
+ //# sourceMappingURL=Details.cjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Details.tsx"],"sourcesContent":["import { FlexBoxProps } from '@xylabs/react-flexbox'\nimport { PayloadDetails } from '@xyo-network/react-payload-details'\nimport { PayloadRenderProps } from '@xyo-network/react-payload-plugin'\n\nexport const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps> = (props) => {\n return <PayloadDetails {...props} />\n}\n"],"mappings":"AAKS;AAJT,SAAS,sBAAsB;AAGxB,MAAM,aAA0D,CAAC,UAAU;AAChF,SAAO,oBAAC,kBAAgB,GAAG,OAAO;AACpC;","names":[]}
1
+ {"version":3,"sources":["../../src/Details.tsx"],"sourcesContent":["import { FlexBoxProps } from '@xylabs/react-flexbox'\nimport { PayloadDetails } from '@xyo-network/react-payload-details'\nimport { PayloadRenderProps } from '@xyo-network/react-payload-plugin'\n\nexport const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps> = (props) => {\n return <PayloadDetails {...props} />\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,mCAA+B;AAItB;AADF,IAAM,aAA0D,CAAC,UAAU;AAChF,SAAO,4CAAC,+CAAgB,GAAG,OAAO;AACpC;","names":[]}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { FlexBoxProps } from '@xylabs/react-flexbox';
3
+ import { PayloadRenderProps } from '@xyo-network/react-payload-plugin';
4
+ export declare const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps>;
5
+ //# sourceMappingURL=Details.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Details.d.ts","sourceRoot":"","sources":["../../src/Details.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAA;AAEtE,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,GAAG,YAAY,CAElE,CAAA"}
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/Plugin.ts
21
+ var Plugin_exports = {};
22
+ __export(Plugin_exports, {
23
+ PointerRenderPlugin: () => PointerRenderPlugin
24
+ });
25
+ module.exports = __toCommonJS(Plugin_exports);
26
+ var import_react_payload_plugin = require("@xyo-network/react-payload-plugin");
27
+
28
+ // src/Details.tsx
29
+ var import_react_payload_details = require("@xyo-network/react-payload-details");
30
+ var import_jsx_runtime = require("react/jsx-runtime");
31
+ var DetailsBox = (props) => {
32
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_payload_details.PayloadDetails, { ...props });
33
+ };
34
+
35
+ // src/Plugin.ts
36
+ var PointerRenderPlugin = (0, import_react_payload_plugin.createPayloadRenderPlugin)({
37
+ canRender: (payload) => payload?.schema === "network.xyo.pointer",
38
+ components: {
39
+ box: {
40
+ details: DetailsBox
41
+ }
42
+ },
43
+ name: "Pointer"
44
+ });
45
+ //# sourceMappingURL=Plugin.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/Plugin.ts","../../src/Details.tsx"],"sourcesContent":["import { Payload } from '@xyo-network/payload-model'\nimport { createPayloadRenderPlugin, PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nimport { DetailsBox } from './Details'\n\nexport const PointerRenderPlugin: PayloadRenderPlugin = createPayloadRenderPlugin({\n canRender: (payload?: Payload) => payload?.schema === 'network.xyo.pointer',\n components: {\n box: {\n details: DetailsBox,\n },\n },\n name: 'Pointer',\n})\n","import { FlexBoxProps } from '@xylabs/react-flexbox'\nimport { PayloadDetails } from '@xyo-network/react-payload-details'\nimport { PayloadRenderProps } from '@xyo-network/react-payload-plugin'\n\nexport const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps> = (props) => {\n return <PayloadDetails {...props} />\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,kCAA+D;;;ACA/D,mCAA+B;AAItB;AADF,IAAM,aAA0D,CAAC,UAAU;AAChF,SAAO,4CAAC,+CAAgB,GAAG,OAAO;AACpC;;;ADDO,IAAM,0BAA2C,uDAA0B;AAAA,EAChF,WAAW,CAAC,YAAsB,SAAS,WAAW;AAAA,EACtD,YAAY;AAAA,IACV,KAAK;AAAA,MACH,SAAS;AAAA,IACX;AAAA,EACF;AAAA,EACA,MAAM;AACR,CAAC;","names":[]}
@@ -0,0 +1,3 @@
1
+ import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
2
+ export declare const PointerRenderPlugin: PayloadRenderPlugin;
3
+ //# sourceMappingURL=Plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AACA,OAAO,EAA6B,mBAAmB,EAAE,MAAM,mCAAmC,CAAA;AAIlG,eAAO,MAAM,mBAAmB,EAAE,mBAQhC,CAAA"}
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/index.ts
21
+ var src_exports = {};
22
+ __export(src_exports, {
23
+ PointerRenderPlugin: () => PointerRenderPlugin,
24
+ default: () => src_default
25
+ });
26
+ module.exports = __toCommonJS(src_exports);
27
+
28
+ // src/Plugin.ts
29
+ var import_react_payload_plugin = require("@xyo-network/react-payload-plugin");
30
+
31
+ // src/Details.tsx
32
+ var import_react_payload_details = require("@xyo-network/react-payload-details");
33
+ var import_jsx_runtime = require("react/jsx-runtime");
34
+ var DetailsBox = (props) => {
35
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_payload_details.PayloadDetails, { ...props });
36
+ };
37
+
38
+ // src/Plugin.ts
39
+ var PointerRenderPlugin = (0, import_react_payload_plugin.createPayloadRenderPlugin)({
40
+ canRender: (payload) => payload?.schema === "network.xyo.pointer",
41
+ components: {
42
+ box: {
43
+ details: DetailsBox
44
+ }
45
+ },
46
+ name: "Pointer"
47
+ });
48
+
49
+ // src/index.ts
50
+ var src_default = PointerRenderPlugin;
51
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Details.tsx"],"sourcesContent":["import { PointerRenderPlugin } from './Plugin'\n\nexport * from './Plugin'\n\n// eslint-disable-next-line import/no-default-export\nexport default PointerRenderPlugin\n","import { Payload } from '@xyo-network/payload-model'\nimport { createPayloadRenderPlugin, PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nimport { DetailsBox } from './Details'\n\nexport const PointerRenderPlugin: PayloadRenderPlugin = createPayloadRenderPlugin({\n canRender: (payload?: Payload) => payload?.schema === 'network.xyo.pointer',\n components: {\n box: {\n details: DetailsBox,\n },\n },\n name: 'Pointer',\n})\n","import { FlexBoxProps } from '@xylabs/react-flexbox'\nimport { PayloadDetails } from '@xyo-network/react-payload-details'\nimport { PayloadRenderProps } from '@xyo-network/react-payload-plugin'\n\nexport const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps> = (props) => {\n return <PayloadDetails {...props} />\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACCA,kCAA+D;;;ACA/D,mCAA+B;AAItB;AADF,IAAM,aAA0D,CAAC,UAAU;AAChF,SAAO,4CAAC,+CAAgB,GAAG,OAAO;AACpC;;;ADDO,IAAM,0BAA2C,uDAA0B;AAAA,EAChF,WAAW,CAAC,YAAsB,SAAS,WAAW;AAAA,EACtD,YAAY;AAAA,IACV,KAAK;AAAA,MACH,SAAS;AAAA,IACX;AAAA,EACF;AAAA,EACA,MAAM;AACR,CAAC;;;ADRD,IAAO,cAAQ;","names":[]}
@@ -0,0 +1,4 @@
1
+ import { PointerRenderPlugin } from './Plugin';
2
+ export * from './Plugin';
3
+ export default PointerRenderPlugin;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAA;AAE9C,cAAc,UAAU,CAAA;AAGxB,eAAe,mBAAmB,CAAA"}
package/dist/docs.json ADDED
@@ -0,0 +1,87 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/react-pointer-plugin",
4
+ "variant": "project",
5
+ "kind": 1,
6
+ "flags": {},
7
+ "children": [
8
+ {
9
+ "id": 2,
10
+ "name": "default",
11
+ "variant": "reference",
12
+ "kind": 8388608,
13
+ "flags": {},
14
+ "sources": [
15
+ {
16
+ "fileName": "index.ts",
17
+ "line": 6,
18
+ "character": 0,
19
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d3056af66/packages/plugins/packages/pointer/src/index.ts#L6"
20
+ }
21
+ ],
22
+ "target": 1
23
+ },
24
+ {
25
+ "id": 1,
26
+ "name": "PointerRenderPlugin",
27
+ "variant": "declaration",
28
+ "kind": 32,
29
+ "flags": {
30
+ "isConst": true
31
+ },
32
+ "sources": [
33
+ {
34
+ "fileName": "Plugin.ts",
35
+ "line": 6,
36
+ "character": 13,
37
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d3056af66/packages/plugins/packages/pointer/src/Plugin.ts#L6"
38
+ }
39
+ ],
40
+ "type": {
41
+ "type": "reference",
42
+ "target": {
43
+ "sourceFileName": "../../../sdk/packages/payload/packages/plugin/src/PayloadRenderPlugin.ts",
44
+ "qualifiedName": "PayloadRenderPlugin"
45
+ },
46
+ "name": "PayloadRenderPlugin",
47
+ "package": "@xyo-network/react-payload-plugin"
48
+ },
49
+ "defaultValue": "..."
50
+ }
51
+ ],
52
+ "groups": [
53
+ {
54
+ "title": "References",
55
+ "children": [
56
+ 2
57
+ ]
58
+ },
59
+ {
60
+ "title": "Variables",
61
+ "children": [
62
+ 1
63
+ ]
64
+ }
65
+ ],
66
+ "packageName": "@xyo-network/react-pointer-plugin",
67
+ "readme": [
68
+ {
69
+ "kind": "text",
70
+ "text": "[![logo][]](https://xyo.network)\n\nPart of [@xyo-network/sdk-xyo-react](https://www.npmjs.com/package/@xyo-network/sdk-xyo-react)\n\n## License\n\n> See the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png"
71
+ }
72
+ ],
73
+ "symbolIdMap": {
74
+ "0": {
75
+ "sourceFileName": "src/index.ts",
76
+ "qualifiedName": ""
77
+ },
78
+ "1": {
79
+ "sourceFileName": "src/Plugin.ts",
80
+ "qualifiedName": "PointerRenderPlugin"
81
+ },
82
+ "2": {
83
+ "sourceFileName": "src/index.ts",
84
+ "qualifiedName": "default"
85
+ }
86
+ }
87
+ }
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/Details.tsx
21
+ var Details_exports = {};
22
+ __export(Details_exports, {
23
+ DetailsBox: () => DetailsBox
24
+ });
25
+ module.exports = __toCommonJS(Details_exports);
26
+ var import_react_payload_details = require("@xyo-network/react-payload-details");
27
+ var import_jsx_runtime = require("react/jsx-runtime");
28
+ var DetailsBox = (props) => {
29
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_payload_details.PayloadDetails, { ...props });
30
+ };
31
+ // Annotate the CommonJS export names for ESM import in node:
32
+ 0 && (module.exports = {
33
+ DetailsBox
34
+ });
35
+ //# sourceMappingURL=Details.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/Details.tsx"],"sourcesContent":["import { FlexBoxProps } from '@xylabs/react-flexbox'\nimport { PayloadDetails } from '@xyo-network/react-payload-details'\nimport { PayloadRenderProps } from '@xyo-network/react-payload-plugin'\n\nexport const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps> = (props) => {\n return <PayloadDetails {...props} />\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,mCAA+B;AAItB;AADF,IAAM,aAA0D,CAAC,UAAU;AAChF,SAAO,4CAAC,+CAAgB,GAAG,OAAO;AACpC;","names":[]}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { FlexBoxProps } from '@xylabs/react-flexbox';
3
+ import { PayloadRenderProps } from '@xyo-network/react-payload-plugin';
4
+ export declare const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps>;
5
+ //# sourceMappingURL=Details.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Details.d.ts","sourceRoot":"","sources":["../../src/Details.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAA;AAEtE,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,GAAG,YAAY,CAElE,CAAA"}
@@ -1,33 +1,10 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
1
+ // src/Details.tsx
2
+ import { PayloadDetails } from "@xyo-network/react-payload-details";
3
+ import { jsx } from "react/jsx-runtime";
4
+ var DetailsBox = (props) => {
5
+ return /* @__PURE__ */ jsx(PayloadDetails, { ...props });
9
6
  };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var Details_exports = {};
20
- __export(Details_exports, {
21
- DetailsBox: () => DetailsBox
22
- });
23
- module.exports = __toCommonJS(Details_exports);
24
- var import_jsx_runtime = require("react/jsx-runtime");
25
- var import_react_payload_details = require("@xyo-network/react-payload-details");
26
- const DetailsBox = (props) => {
27
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_payload_details.PayloadDetails, { ...props });
28
- };
29
- // Annotate the CommonJS export names for ESM import in node:
30
- 0 && (module.exports = {
7
+ export {
31
8
  DetailsBox
32
- });
9
+ };
33
10
  //# sourceMappingURL=Details.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Details.tsx"],"sourcesContent":["import { FlexBoxProps } from '@xylabs/react-flexbox'\nimport { PayloadDetails } from '@xyo-network/react-payload-details'\nimport { PayloadRenderProps } from '@xyo-network/react-payload-plugin'\n\nexport const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps> = (props) => {\n return <PayloadDetails {...props} />\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAKS;AAJT,mCAA+B;AAGxB,MAAM,aAA0D,CAAC,UAAU;AAChF,SAAO,4CAAC,+CAAgB,GAAG,OAAO;AACpC;","names":[]}
1
+ {"version":3,"sources":["../../src/Details.tsx"],"sourcesContent":["import { FlexBoxProps } from '@xylabs/react-flexbox'\nimport { PayloadDetails } from '@xyo-network/react-payload-details'\nimport { PayloadRenderProps } from '@xyo-network/react-payload-plugin'\n\nexport const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps> = (props) => {\n return <PayloadDetails {...props} />\n}\n"],"mappings":";AACA,SAAS,sBAAsB;AAItB;AADF,IAAM,aAA0D,CAAC,UAAU;AAChF,SAAO,oBAAC,kBAAgB,GAAG,OAAO;AACpC;","names":[]}
@@ -0,0 +1,49 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/Plugin.ts
21
+ var Plugin_exports = {};
22
+ __export(Plugin_exports, {
23
+ PointerRenderPlugin: () => PointerRenderPlugin
24
+ });
25
+ module.exports = __toCommonJS(Plugin_exports);
26
+ var import_react_payload_plugin = require("@xyo-network/react-payload-plugin");
27
+
28
+ // src/Details.tsx
29
+ var import_react_payload_details = require("@xyo-network/react-payload-details");
30
+ var import_jsx_runtime = require("react/jsx-runtime");
31
+ var DetailsBox = (props) => {
32
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_payload_details.PayloadDetails, { ...props });
33
+ };
34
+
35
+ // src/Plugin.ts
36
+ var PointerRenderPlugin = (0, import_react_payload_plugin.createPayloadRenderPlugin)({
37
+ canRender: (payload) => (payload == null ? void 0 : payload.schema) === "network.xyo.pointer",
38
+ components: {
39
+ box: {
40
+ details: DetailsBox
41
+ }
42
+ },
43
+ name: "Pointer"
44
+ });
45
+ // Annotate the CommonJS export names for ESM import in node:
46
+ 0 && (module.exports = {
47
+ PointerRenderPlugin
48
+ });
49
+ //# sourceMappingURL=Plugin.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/Plugin.ts","../../src/Details.tsx"],"sourcesContent":["import { Payload } from '@xyo-network/payload-model'\nimport { createPayloadRenderPlugin, PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nimport { DetailsBox } from './Details'\n\nexport const PointerRenderPlugin: PayloadRenderPlugin = createPayloadRenderPlugin({\n canRender: (payload?: Payload) => payload?.schema === 'network.xyo.pointer',\n components: {\n box: {\n details: DetailsBox,\n },\n },\n name: 'Pointer',\n})\n","import { FlexBoxProps } from '@xylabs/react-flexbox'\nimport { PayloadDetails } from '@xyo-network/react-payload-details'\nimport { PayloadRenderProps } from '@xyo-network/react-payload-plugin'\n\nexport const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps> = (props) => {\n return <PayloadDetails {...props} />\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,kCAA+D;;;ACA/D,mCAA+B;AAItB;AADF,IAAM,aAA0D,CAAC,UAAU;AAChF,SAAO,4CAAC,+CAAgB,GAAG,OAAO;AACpC;;;ADDO,IAAM,0BAA2C,uDAA0B;AAAA,EAChF,WAAW,CAAC,aAAsB,mCAAS,YAAW;AAAA,EACtD,YAAY;AAAA,IACV,KAAK;AAAA,MACH,SAAS;AAAA,IACX;AAAA,EACF;AAAA,EACA,MAAM;AACR,CAAC;","names":[]}
@@ -0,0 +1,3 @@
1
+ import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
2
+ export declare const PointerRenderPlugin: PayloadRenderPlugin;
3
+ //# sourceMappingURL=Plugin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AACA,OAAO,EAA6B,mBAAmB,EAAE,MAAM,mCAAmC,CAAA;AAIlG,eAAO,MAAM,mBAAmB,EAAE,mBAQhC,CAAA"}
@@ -1,39 +1,24 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
1
+ // src/Plugin.ts
2
+ import { createPayloadRenderPlugin } from "@xyo-network/react-payload-plugin";
3
+
4
+ // src/Details.tsx
5
+ import { PayloadDetails } from "@xyo-network/react-payload-details";
6
+ import { jsx } from "react/jsx-runtime";
7
+ var DetailsBox = (props) => {
8
+ return /* @__PURE__ */ jsx(PayloadDetails, { ...props });
9
9
  };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var Plugin_exports = {};
20
- __export(Plugin_exports, {
21
- PointerRenderPlugin: () => PointerRenderPlugin
22
- });
23
- module.exports = __toCommonJS(Plugin_exports);
24
- var import_react_payload_plugin = require("@xyo-network/react-payload-plugin");
25
- var import_Details = require("./Details");
26
- const PointerRenderPlugin = (0, import_react_payload_plugin.createPayloadRenderPlugin)({
27
- canRender: (payload) => payload?.schema === "network.xyo.pointer",
10
+
11
+ // src/Plugin.ts
12
+ var PointerRenderPlugin = createPayloadRenderPlugin({
13
+ canRender: (payload) => (payload == null ? void 0 : payload.schema) === "network.xyo.pointer",
28
14
  components: {
29
15
  box: {
30
- details: import_Details.DetailsBox
16
+ details: DetailsBox
31
17
  }
32
18
  },
33
19
  name: "Pointer"
34
20
  });
35
- // Annotate the CommonJS export names for ESM import in node:
36
- 0 && (module.exports = {
21
+ export {
37
22
  PointerRenderPlugin
38
- });
23
+ };
39
24
  //# sourceMappingURL=Plugin.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/Plugin.ts"],"sourcesContent":["import { Payload } from '@xyo-network/payload-model'\nimport { createPayloadRenderPlugin, PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nimport { DetailsBox } from './Details'\n\nexport const PointerRenderPlugin: PayloadRenderPlugin = createPayloadRenderPlugin({\n canRender: (payload?: Payload) => payload?.schema === 'network.xyo.pointer',\n components: {\n box: {\n details: DetailsBox,\n },\n },\n name: 'Pointer',\n})\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,kCAA+D;AAE/D,qBAA2B;AAEpB,MAAM,0BAA2C,uDAA0B;AAAA,EAChF,WAAW,CAAC,YAAsB,SAAS,WAAW;AAAA,EACtD,YAAY;AAAA,IACV,KAAK;AAAA,MACH,SAAS;AAAA,IACX;AAAA,EACF;AAAA,EACA,MAAM;AACR,CAAC;","names":[]}
1
+ {"version":3,"sources":["../../src/Plugin.ts","../../src/Details.tsx"],"sourcesContent":["import { Payload } from '@xyo-network/payload-model'\nimport { createPayloadRenderPlugin, PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nimport { DetailsBox } from './Details'\n\nexport const PointerRenderPlugin: PayloadRenderPlugin = createPayloadRenderPlugin({\n canRender: (payload?: Payload) => payload?.schema === 'network.xyo.pointer',\n components: {\n box: {\n details: DetailsBox,\n },\n },\n name: 'Pointer',\n})\n","import { FlexBoxProps } from '@xylabs/react-flexbox'\nimport { PayloadDetails } from '@xyo-network/react-payload-details'\nimport { PayloadRenderProps } from '@xyo-network/react-payload-plugin'\n\nexport const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps> = (props) => {\n return <PayloadDetails {...props} />\n}\n"],"mappings":";AACA,SAAS,iCAAsD;;;ACA/D,SAAS,sBAAsB;AAItB;AADF,IAAM,aAA0D,CAAC,UAAU;AAChF,SAAO,oBAAC,kBAAgB,GAAG,OAAO;AACpC;;;ADDO,IAAM,sBAA2C,0BAA0B;AAAA,EAChF,WAAW,CAAC,aAAsB,mCAAS,YAAW;AAAA,EACtD,YAAY;AAAA,IACV,KAAK;AAAA,MACH,SAAS;AAAA,IACX;AAAA,EACF;AAAA,EACA,MAAM;AACR,CAAC;","names":[]}
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/index.ts
21
+ var src_exports = {};
22
+ __export(src_exports, {
23
+ PointerRenderPlugin: () => PointerRenderPlugin,
24
+ default: () => src_default
25
+ });
26
+ module.exports = __toCommonJS(src_exports);
27
+
28
+ // src/Plugin.ts
29
+ var import_react_payload_plugin = require("@xyo-network/react-payload-plugin");
30
+
31
+ // src/Details.tsx
32
+ var import_react_payload_details = require("@xyo-network/react-payload-details");
33
+ var import_jsx_runtime = require("react/jsx-runtime");
34
+ var DetailsBox = (props) => {
35
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_payload_details.PayloadDetails, { ...props });
36
+ };
37
+
38
+ // src/Plugin.ts
39
+ var PointerRenderPlugin = (0, import_react_payload_plugin.createPayloadRenderPlugin)({
40
+ canRender: (payload) => (payload == null ? void 0 : payload.schema) === "network.xyo.pointer",
41
+ components: {
42
+ box: {
43
+ details: DetailsBox
44
+ }
45
+ },
46
+ name: "Pointer"
47
+ });
48
+
49
+ // src/index.ts
50
+ var src_default = PointerRenderPlugin;
51
+ // Annotate the CommonJS export names for ESM import in node:
52
+ 0 && (module.exports = {
53
+ PointerRenderPlugin
54
+ });
55
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts","../../src/Plugin.ts","../../src/Details.tsx"],"sourcesContent":["import { PointerRenderPlugin } from './Plugin'\n\nexport * from './Plugin'\n\n// eslint-disable-next-line import/no-default-export\nexport default PointerRenderPlugin\n","import { Payload } from '@xyo-network/payload-model'\nimport { createPayloadRenderPlugin, PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nimport { DetailsBox } from './Details'\n\nexport const PointerRenderPlugin: PayloadRenderPlugin = createPayloadRenderPlugin({\n canRender: (payload?: Payload) => payload?.schema === 'network.xyo.pointer',\n components: {\n box: {\n details: DetailsBox,\n },\n },\n name: 'Pointer',\n})\n","import { FlexBoxProps } from '@xylabs/react-flexbox'\nimport { PayloadDetails } from '@xyo-network/react-payload-details'\nimport { PayloadRenderProps } from '@xyo-network/react-payload-plugin'\n\nexport const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps> = (props) => {\n return <PayloadDetails {...props} />\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACCA,kCAA+D;;;ACA/D,mCAA+B;AAItB;AADF,IAAM,aAA0D,CAAC,UAAU;AAChF,SAAO,4CAAC,+CAAgB,GAAG,OAAO;AACpC;;;ADDO,IAAM,0BAA2C,uDAA0B;AAAA,EAChF,WAAW,CAAC,aAAsB,mCAAS,YAAW;AAAA,EACtD,YAAY;AAAA,IACV,KAAK;AAAA,MACH,SAAS;AAAA,IACX;AAAA,EACF;AAAA,EACA,MAAM;AACR,CAAC;;;ADRD,IAAO,cAAQ;","names":[]}
@@ -0,0 +1,4 @@
1
+ import { PointerRenderPlugin } from './Plugin';
2
+ export * from './Plugin';
3
+ export default PointerRenderPlugin;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAA;AAE9C,cAAc,UAAU,CAAA;AAGxB,eAAe,mBAAmB,CAAA"}
@@ -1,32 +1,28 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
1
+ // src/Plugin.ts
2
+ import { createPayloadRenderPlugin } from "@xyo-network/react-payload-plugin";
3
+
4
+ // src/Details.tsx
5
+ import { PayloadDetails } from "@xyo-network/react-payload-details";
6
+ import { jsx } from "react/jsx-runtime";
7
+ var DetailsBox = (props) => {
8
+ return /* @__PURE__ */ jsx(PayloadDetails, { ...props });
9
9
  };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
19
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
- var src_exports = {};
21
- __export(src_exports, {
22
- default: () => src_default
23
- });
24
- module.exports = __toCommonJS(src_exports);
25
- var import_Plugin = require("./Plugin");
26
- __reExport(src_exports, require("./Plugin"), module.exports);
27
- var src_default = import_Plugin.PointerRenderPlugin;
28
- // Annotate the CommonJS export names for ESM import in node:
29
- 0 && (module.exports = {
30
- ...require("./Plugin")
10
+
11
+ // src/Plugin.ts
12
+ var PointerRenderPlugin = createPayloadRenderPlugin({
13
+ canRender: (payload) => (payload == null ? void 0 : payload.schema) === "network.xyo.pointer",
14
+ components: {
15
+ box: {
16
+ details: DetailsBox
17
+ }
18
+ },
19
+ name: "Pointer"
31
20
  });
21
+
22
+ // src/index.ts
23
+ var src_default = PointerRenderPlugin;
24
+ export {
25
+ PointerRenderPlugin,
26
+ src_default as default
27
+ };
32
28
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { PointerRenderPlugin } from './Plugin'\n\nexport * from './Plugin'\n\n// eslint-disable-next-line import/no-default-export\nexport default PointerRenderPlugin\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAAoC;AAEpC,wBAAc,qBAFd;AAKA,IAAO,cAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/Plugin.ts","../../src/Details.tsx","../../src/index.ts"],"sourcesContent":["import { Payload } from '@xyo-network/payload-model'\nimport { createPayloadRenderPlugin, PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nimport { DetailsBox } from './Details'\n\nexport const PointerRenderPlugin: PayloadRenderPlugin = createPayloadRenderPlugin({\n canRender: (payload?: Payload) => payload?.schema === 'network.xyo.pointer',\n components: {\n box: {\n details: DetailsBox,\n },\n },\n name: 'Pointer',\n})\n","import { FlexBoxProps } from '@xylabs/react-flexbox'\nimport { PayloadDetails } from '@xyo-network/react-payload-details'\nimport { PayloadRenderProps } from '@xyo-network/react-payload-plugin'\n\nexport const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps> = (props) => {\n return <PayloadDetails {...props} />\n}\n","import { PointerRenderPlugin } from './Plugin'\n\nexport * from './Plugin'\n\n// eslint-disable-next-line import/no-default-export\nexport default PointerRenderPlugin\n"],"mappings":";AACA,SAAS,iCAAsD;;;ACA/D,SAAS,sBAAsB;AAItB;AADF,IAAM,aAA0D,CAAC,UAAU;AAChF,SAAO,oBAAC,kBAAgB,GAAG,OAAO;AACpC;;;ADDO,IAAM,sBAA2C,0BAA0B;AAAA,EAChF,WAAW,CAAC,aAAsB,mCAAS,YAAW;AAAA,EACtD,YAAY;AAAA,IACV,KAAK;AAAA,MACH,SAAS;AAAA,IACX;AAAA,EACF;AAAA,EACA,MAAM;AACR,CAAC;;;AERD,IAAO,cAAQ;","names":[]}
package/package.json CHANGED
@@ -10,13 +10,13 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/react-flexbox": "^3.1.0-rc.6",
14
- "@xyo-network/payload-model": "^2.74.5",
15
- "@xyo-network/react-payload-details": "~2.64.0-rc.7",
16
- "@xyo-network/react-payload-plugin": "~2.64.0-rc.7"
13
+ "@xylabs/react-flexbox": "^3.0.5",
14
+ "@xyo-network/payload-model": "^2.75.3",
15
+ "@xyo-network/react-payload-details": "~2.64.0",
16
+ "@xyo-network/react-payload-plugin": "~2.64.0"
17
17
  },
18
18
  "devDependencies": {
19
- "@xylabs/ts-scripts-yarn3": "^3.0.55",
19
+ "@xylabs/ts-scripts-yarn3": "^3.0.78",
20
20
  "typescript": "^5.2.2"
21
21
  },
22
22
  "peerDependencies": {
@@ -35,28 +35,28 @@
35
35
  "node": {
36
36
  "import": {
37
37
  "types": "./dist/node/index.d.mts",
38
- "default": "./dist/node/index.mjs"
38
+ "default": "./dist/node/index.js"
39
39
  },
40
40
  "require": {
41
- "types": "./dist/node/index.d.ts",
42
- "default": "./dist/node/index.js"
41
+ "types": "./dist/node/index.d.cts",
42
+ "default": "./dist/node/index.cjs"
43
43
  }
44
44
  },
45
45
  "browser": {
46
46
  "import": {
47
- "types": "./dist/browser/index.d.ts",
47
+ "types": "./dist/browser/index.d.mts",
48
48
  "default": "./dist/browser/index.js"
49
49
  },
50
50
  "require": {
51
- "types": "./dist/browser/index.d.ts",
52
- "default": "./dist/browser/index.js"
51
+ "types": "./dist/browser/index.d.cts",
52
+ "default": "./dist/browser/index.cjs"
53
53
  }
54
54
  },
55
- "default": "./dist/browser/index.mjs"
55
+ "default": "./dist/browser/index.js"
56
56
  },
57
57
  "./package.json": "./package.json"
58
58
  },
59
- "main": "dist/browser/index.js",
59
+ "main": "dist/browser/index.cjs",
60
60
  "module": "dist/browser/index.js",
61
61
  "homepage": "https://xyo.network",
62
62
  "keywords": [
@@ -79,6 +79,6 @@
79
79
  },
80
80
  "sideEffects": false,
81
81
  "types": "dist/browser/index.d.ts",
82
- "version": "2.64.0-rc.7",
83
- "stableVersion": "2.63.1"
82
+ "version": "2.64.0",
83
+ "type": "module"
84
84
  }
@@ -1,9 +0,0 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import { PayloadDetails } from "@xyo-network/react-payload-details";
3
- const DetailsBox = (props) => {
4
- return /* @__PURE__ */ jsx(PayloadDetails, { ...props });
5
- };
6
- export {
7
- DetailsBox
8
- };
9
- //# sourceMappingURL=Details.mjs.map
@@ -1,15 +0,0 @@
1
- import { createPayloadRenderPlugin } from "@xyo-network/react-payload-plugin";
2
- import { DetailsBox } from "./Details";
3
- const PointerRenderPlugin = createPayloadRenderPlugin({
4
- canRender: (payload) => payload?.schema === "network.xyo.pointer",
5
- components: {
6
- box: {
7
- details: DetailsBox
8
- }
9
- },
10
- name: "Pointer"
11
- });
12
- export {
13
- PointerRenderPlugin
14
- };
15
- //# sourceMappingURL=Plugin.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/Plugin.ts"],"sourcesContent":["import { Payload } from '@xyo-network/payload-model'\nimport { createPayloadRenderPlugin, PayloadRenderPlugin } from '@xyo-network/react-payload-plugin'\n\nimport { DetailsBox } from './Details'\n\nexport const PointerRenderPlugin: PayloadRenderPlugin = createPayloadRenderPlugin({\n canRender: (payload?: Payload) => payload?.schema === 'network.xyo.pointer',\n components: {\n box: {\n details: DetailsBox,\n },\n },\n name: 'Pointer',\n})\n"],"mappings":"AACA,SAAS,iCAAsD;AAE/D,SAAS,kBAAkB;AAEpB,MAAM,sBAA2C,0BAA0B;AAAA,EAChF,WAAW,CAAC,YAAsB,SAAS,WAAW;AAAA,EACtD,YAAY;AAAA,IACV,KAAK;AAAA,MACH,SAAS;AAAA,IACX;AAAA,EACF;AAAA,EACA,MAAM;AACR,CAAC;","names":[]}
@@ -1,7 +0,0 @@
1
- import { PointerRenderPlugin } from "./Plugin";
2
- export * from "./Plugin";
3
- var src_default = PointerRenderPlugin;
4
- export {
5
- src_default as default
6
- };
7
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { PointerRenderPlugin } from './Plugin'\n\nexport * from './Plugin'\n\n// eslint-disable-next-line import/no-default-export\nexport default PointerRenderPlugin\n"],"mappings":"AAAA,SAAS,2BAA2B;AAEpC,cAAc;AAGd,IAAO,cAAQ;","names":[]}