@xyo-network/react-payload 3.0.1 → 3.0.3

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.
@@ -6,3 +6,4 @@ export * from '@xyo-network/react-payload-plugin';
6
6
  export * from '@xyo-network/react-payload-plugin-resolver';
7
7
  export * from '@xyo-network/react-payload-raw-info';
8
8
  export * from '@xyo-network/react-payload-table';
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,oCAAoC,CAAA;AAClD,cAAc,oCAAoC,CAAA;AAClD,cAAc,oCAAoC,CAAA;AAClD,cAAc,iCAAiC,CAAA;AAC/C,cAAc,mCAAmC,CAAA;AACjD,cAAc,4CAA4C,CAAA;AAC1D,cAAc,qCAAqC,CAAA;AACnD,cAAc,kCAAkC,CAAA"}
package/package.json CHANGED
@@ -1,26 +1,66 @@
1
1
  {
2
2
  "name": "@xyo-network/react-payload",
3
+ "version": "3.0.3",
4
+ "description": "Common React library for all XYO projects that use React",
5
+ "keywords": [
6
+ "xyo",
7
+ "utility",
8
+ "typescript",
9
+ "react"
10
+ ],
11
+ "homepage": "https://xyo.network",
12
+ "bugs": {
13
+ "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues",
14
+ "email": "support@xyo.network"
15
+ },
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-react-js.git"
19
+ },
20
+ "license": "LGPL-3.0-only",
3
21
  "author": {
4
- "email": "support@xyo.network",
5
22
  "name": "XYO Development Team",
23
+ "email": "support@xyo.network",
6
24
  "url": "https://xyo.network"
7
25
  },
8
- "bugs": {
9
- "email": "support@xyo.network",
10
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
26
+ "sideEffects": false,
27
+ "type": "module",
28
+ "exports": {
29
+ ".": {
30
+ "import": {
31
+ "types": "./dist/browser/index.d.ts",
32
+ "default": "./dist/browser/index.mjs"
33
+ },
34
+ "types": "./dist/browser/index.d.ts",
35
+ "default": "./dist/browser/index.mjs"
36
+ },
37
+ "./package.json": "./package.json"
38
+ },
39
+ "module": "dist/browser/index.mjs",
40
+ "types": "dist/browser/index.d.ts",
41
+ "scripts": {
42
+ "license": "yarn license-checker --exclude \"MIT, ISC, Apache-2.0, BSD, BSD-2-Clause, CC-BY-4.0, Unlicense, CC-BY-3.0, CC0-1.0\"",
43
+ "lint-pkg": "npmPkgJsonLint ."
11
44
  },
12
45
  "dependencies": {
13
- "@xyo-network/react-payload-context": "^3.0.1",
14
- "@xyo-network/react-payload-details": "^3.0.1",
15
- "@xyo-network/react-payload-diviner": "^3.0.1",
16
- "@xyo-network/react-payload-huri": "^3.0.1",
17
- "@xyo-network/react-payload-plugin": "^3.0.1",
18
- "@xyo-network/react-payload-plugin-resolver": "^3.0.1",
19
- "@xyo-network/react-payload-raw-info": "^3.0.1",
20
- "@xyo-network/react-payload-table": "^3.0.1"
46
+ "@xyo-network/react-payload-context": "^3.0.3",
47
+ "@xyo-network/react-payload-details": "^3.0.3",
48
+ "@xyo-network/react-payload-diviner": "^3.0.3",
49
+ "@xyo-network/react-payload-huri": "^3.0.3",
50
+ "@xyo-network/react-payload-plugin": "^3.0.3",
51
+ "@xyo-network/react-payload-plugin-resolver": "^3.0.3",
52
+ "@xyo-network/react-payload-raw-info": "^3.0.3",
53
+ "@xyo-network/react-payload-table": "^3.0.3"
21
54
  },
22
55
  "devDependencies": {
23
- "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
56
+ "@emotion/react": "^11.13.3",
57
+ "@emotion/styled": "^11.13.0",
58
+ "@mui/icons-material": "^5.16.7",
59
+ "@mui/material": "^5.16.7",
60
+ "@mui/styles": "^5.16.7",
61
+ "@xylabs/ts-scripts-yarn3": "^4.0.7",
62
+ "react": "^18.3.1",
63
+ "react-dom": "^18.3.1",
24
64
  "typescript": "^5.5.4"
25
65
  },
26
66
  "peerDependencies": {
@@ -32,41 +72,8 @@
32
72
  "react": "^18",
33
73
  "react-dom": "^18"
34
74
  },
35
- "description": "Common React library for all XYO projects that use React",
36
- "docs": "dist/docs.json",
37
- "exports": {
38
- ".": {
39
- "import": {
40
- "types": "./dist/browser/index.d.ts",
41
- "default": "./dist/browser/index.mjs"
42
- },
43
- "types": "./dist/browser/index.d.ts",
44
- "default": "./dist/browser/index.mjs"
45
- },
46
- "./package.json": "./package.json"
47
- },
48
- "module": "dist/browser/index.mjs",
49
- "homepage": "https://xyo.network",
50
- "keywords": [
51
- "xyo",
52
- "utility",
53
- "typescript",
54
- "react"
55
- ],
56
- "license": "LGPL-3.0-only",
57
75
  "publishConfig": {
58
76
  "access": "public"
59
77
  },
60
- "repository": {
61
- "type": "git",
62
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js.git"
63
- },
64
- "scripts": {
65
- "lint-pkg": "npmPkgJsonLint .",
66
- "license": "yarn license-checker --exclude \"MIT, ISC, Apache-2.0, BSD, BSD-2-Clause, CC-BY-4.0, Unlicense, CC-BY-3.0, CC0-1.0\""
67
- },
68
- "sideEffects": false,
69
- "types": "dist/browser/index.d.ts",
70
- "version": "3.0.1",
71
- "type": "module"
78
+ "docs": "dist/docs.json"
72
79
  }
package/xy.config.ts CHANGED
@@ -1,9 +1,7 @@
1
- import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
1
+ import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
2
  const config: XyTsupConfig = {
3
3
  compile: {
4
- browser: {
5
- src: true,
6
- },
4
+ browser: { src: true },
7
5
  node: {},
8
6
  neutral: {},
9
7
  },