@xyo-network/react-schema-plugin 4.4.2 → 4.4.4
Sign up to get free protection for your applications and to get access to all the features.
package/dist/browser/index.d.ts
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
1
|
+
import { PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
|
2
|
+
|
3
|
+
declare const SchemaRenderPlugin: PayloadRenderPlugin;
|
4
|
+
|
5
|
+
export { SchemaRenderPlugin, SchemaRenderPlugin as default };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@xyo-network/react-schema-plugin",
|
3
|
-
"version": "4.4.
|
3
|
+
"version": "4.4.4",
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
5
5
|
"keywords": [
|
6
6
|
"xyo",
|
@@ -43,19 +43,19 @@
|
|
43
43
|
"lint-pkg": "npmPkgJsonLint ."
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@xylabs/react-flexbox": "^5.3.
|
47
|
-
"@xyo-network/payload-model": "^3.
|
48
|
-
"@xyo-network/react-payload-details": "^4.4.
|
49
|
-
"@xyo-network/react-payload-plugin": "^4.4.
|
50
|
-
"@xyo-network/schema-payload-plugin": "^3.
|
46
|
+
"@xylabs/react-flexbox": "^5.3.23",
|
47
|
+
"@xyo-network/payload-model": "^3.9.2",
|
48
|
+
"@xyo-network/react-payload-details": "^4.4.4",
|
49
|
+
"@xyo-network/react-payload-plugin": "^4.4.4",
|
50
|
+
"@xyo-network/schema-payload-plugin": "^3.9.2"
|
51
51
|
},
|
52
52
|
"devDependencies": {
|
53
53
|
"@emotion/react": "^11.14.0",
|
54
54
|
"@emotion/styled": "^11.14.0",
|
55
|
-
"@mui/icons-material": "^6.4.
|
56
|
-
"@mui/material": "^6.4.
|
57
|
-
"@mui/styles": "^6.4.
|
58
|
-
"@xylabs/ts-scripts-yarn3": "^
|
55
|
+
"@mui/icons-material": "^6.4.4",
|
56
|
+
"@mui/material": "^6.4.4",
|
57
|
+
"@mui/styles": "^6.4.4",
|
58
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.24",
|
59
59
|
"react": "^18.3.1",
|
60
60
|
"react-dom": "^18.3.1",
|
61
61
|
"typescript": "^5.7.3"
|
@@ -1,5 +0,0 @@
|
|
1
|
-
import type { FlexBoxProps } from '@xylabs/react-flexbox';
|
2
|
-
import type { PayloadRenderProps } from '@xyo-network/react-payload-plugin';
|
3
|
-
import React from 'react';
|
4
|
-
export declare const DetailsBox: React.FC<PayloadRenderProps & FlexBoxProps>;
|
5
|
-
//# sourceMappingURL=Details.d.ts.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Details.d.ts","sourceRoot":"","sources":["../../src/Details.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AAEzD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAA;AAC3E,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,GAAG,YAAY,CAElE,CAAA"}
|
package/dist/browser/Plugin.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAA;AAM5E,eAAO,MAAM,kBAAkB,EAAE,mBAI/B,CAAA"}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,OAAO,EAAE,kBAAkB,IAAI,OAAO,EAAE,MAAM,aAAa,CAAA"}
|