@xyo-network/react-schema-plugin 2.32.0-rc.8 → 2.32.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.
- package/dist/cjs/Details.js +2 -2
- package/dist/cjs/Details.js.map +1 -1
- package/dist/docs.json +3 -3
- package/dist/esm/Details.js +1 -1
- package/dist/esm/Details.js.map +1 -1
- package/package.json +14 -10
- package/src/Details.tsx +1 -1
package/dist/cjs/Details.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DetailsBox = void 0;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
const
|
|
5
|
+
const react_payload_details_1 = require("@xyo-network/react-payload-details");
|
|
6
6
|
const DetailsBox = (props) => {
|
|
7
|
-
return (0, jsx_runtime_1.jsx)(
|
|
7
|
+
return (0, jsx_runtime_1.jsx)(react_payload_details_1.PayloadDetails, Object.assign({}, props));
|
|
8
8
|
};
|
|
9
9
|
exports.DetailsBox = DetailsBox;
|
|
10
10
|
//# sourceMappingURL=Details.js.map
|
package/dist/cjs/Details.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Details.js","sourceRoot":"","sources":["../../src/Details.tsx"],"names":[],"mappings":";;;;AACA,
|
|
1
|
+
{"version":3,"file":"Details.js","sourceRoot":"","sources":["../../src/Details.tsx"],"names":[],"mappings":";;;;AACA,8EAAmE;AAG5D,MAAM,UAAU,GAAmD,CAAC,KAAK,EAAE,EAAE;IAClF,OAAO,uBAAC,sCAAc,oBAAK,KAAK,EAAI,CAAA;AACtC,CAAC,CAAA;AAFY,QAAA,UAAU,cAEtB"}
|
package/dist/docs.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"fileName": "index.ts",
|
|
18
18
|
"line": 6,
|
|
19
19
|
"character": 0,
|
|
20
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
20
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d7fa00bb/packages/plugins/packages/schema/src/index.ts#L6"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"target": 1
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"fileName": "Plugin.ts",
|
|
36
36
|
"line": 7,
|
|
37
37
|
"character": 13,
|
|
38
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
38
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d7fa00bb/packages/plugins/packages/schema/src/Plugin.ts#L7"
|
|
39
39
|
}
|
|
40
40
|
],
|
|
41
41
|
"type": {
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"fileName": "index.ts",
|
|
65
65
|
"line": 1,
|
|
66
66
|
"character": 0,
|
|
67
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
67
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d7fa00bb/packages/plugins/packages/schema/src/index.ts#L1"
|
|
68
68
|
}
|
|
69
69
|
]
|
|
70
70
|
}
|
package/dist/esm/Details.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
import { PayloadDetails } from '@xyo-network/react-payload';
|
|
2
|
+
import { PayloadDetails } from '@xyo-network/react-payload-details';
|
|
3
3
|
export const DetailsBox = (props) => {
|
|
4
4
|
return _jsx(PayloadDetails, { ...props });
|
|
5
5
|
};
|
package/dist/esm/Details.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Details.js","sourceRoot":"","sources":["../../src/Details.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Details.js","sourceRoot":"","sources":["../../src/Details.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAA;AAGnE,MAAM,CAAC,MAAM,UAAU,GAAmD,CAAC,KAAK,EAAE,EAAE;IAClF,OAAO,KAAC,cAAc,OAAK,KAAK,GAAI,CAAA;AACtC,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,18 +10,23 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/react-flexbox": "^2.14.
|
|
14
|
-
"@xyo-network/react-payload": "^2.32.
|
|
15
|
-
"@xyo-network/react-payload-plugin": "^2.32.
|
|
16
|
-
"react": "^18.2.0",
|
|
13
|
+
"@xylabs/react-flexbox": "^2.14.16",
|
|
14
|
+
"@xyo-network/react-payload-details": "^2.32.1",
|
|
15
|
+
"@xyo-network/react-payload-plugin": "^2.32.1",
|
|
17
16
|
"tslib": "^2.4.0"
|
|
18
17
|
},
|
|
19
18
|
"peerDependencies": {
|
|
20
|
-
"@
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
"@mui/icons-material": "^5.10.3",
|
|
20
|
+
"@mui/material": "^5.10.3",
|
|
21
|
+
"@mui/styles": "^5.10.3",
|
|
22
|
+
"@xyo-network/api": "^2.30.0-rc.3",
|
|
23
23
|
"@xyo-network/payload": "^2.30.0-rc.3",
|
|
24
|
-
"@xyo-network/
|
|
24
|
+
"@xyo-network/payload-plugin": "^2.30.0-rc.3",
|
|
25
|
+
"@xyo-network/schema-payload-plugin": "^2.30.0-rc.3",
|
|
26
|
+
"@xyo-network/utils": "^2.30.0-rc.3",
|
|
27
|
+
"react": "^18.2.0",
|
|
28
|
+
"react-dom": "^18.2.0",
|
|
29
|
+
"react-router-dom": "^6.3.0"
|
|
25
30
|
},
|
|
26
31
|
"description": "Common React library for all XYO projects that use React",
|
|
27
32
|
"browser": "dist/esm/index.js",
|
|
@@ -66,6 +71,5 @@
|
|
|
66
71
|
},
|
|
67
72
|
"sideEffects": false,
|
|
68
73
|
"types": "dist/esm/index.d.ts",
|
|
69
|
-
"version": "2.32.
|
|
70
|
-
"stableVersion": "2.31.3"
|
|
74
|
+
"version": "2.32.1"
|
|
71
75
|
}
|
package/src/Details.tsx
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FlexBoxProps } from '@xylabs/react-flexbox'
|
|
2
|
-
import { PayloadDetails } from '@xyo-network/react-payload'
|
|
2
|
+
import { PayloadDetails } from '@xyo-network/react-payload-details'
|
|
3
3
|
import { XyoPayloadRenderProps } from '@xyo-network/react-payload-plugin'
|
|
4
4
|
|
|
5
5
|
export const DetailsBox: React.FC<XyoPayloadRenderProps & FlexBoxProps> = (props) => {
|