@xyo-network/react-form 2.82.0 → 2.83.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,3 +1,2 @@
1
1
  export * from '@xyo-network/react-form-credit-card';
2
2
  export * from '@xyo-network/react-form-group';
3
- //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -10,8 +10,8 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/react-form-credit-card": "^2.82.0",
14
- "@xyo-network/react-form-group": "^2.82.0"
13
+ "@xyo-network/react-form-credit-card": "^2.83.1",
14
+ "@xyo-network/react-form-group": "^2.83.1"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "@mui/material": "^5",
@@ -20,39 +20,23 @@
20
20
  "react-dom": "^18"
21
21
  },
22
22
  "devDependencies": {
23
- "@xylabs/ts-scripts-yarn3": "^3.15.16",
24
- "@xylabs/tsconfig-react": "^3.15.16",
23
+ "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.7",
24
+ "@xylabs/tsconfig-react": "^4.0.0-rc.7",
25
25
  "typescript": "^5.5.4"
26
26
  },
27
27
  "description": "Common React library for all XYO projects that use React",
28
28
  "docs": "dist/docs.json",
29
29
  "exports": {
30
30
  ".": {
31
- "node": {
32
- "import": {
33
- "types": "./dist/node/index.d.mts",
34
- "default": "./dist/node/index.mjs"
35
- },
36
- "require": {
37
- "types": "./dist/node/index.d.cts",
38
- "default": "./dist/node/index.cjs"
39
- }
40
- },
41
- "browser": {
42
- "import": {
43
- "types": "./dist/browser/index.d.mts",
44
- "default": "./dist/browser/index.mjs"
45
- },
46
- "require": {
47
- "types": "./dist/browser/index.d.cts",
48
- "default": "./dist/browser/index.cjs"
49
- }
31
+ "import": {
32
+ "types": "./dist/browser/index.d.ts",
33
+ "default": "./dist/browser/index.mjs"
50
34
  },
35
+ "types": "./dist/browser/index.d.ts",
51
36
  "default": "./dist/browser/index.mjs"
52
37
  },
53
38
  "./package.json": "./package.json"
54
39
  },
55
- "main": "dist/browser/index.cjs",
56
40
  "module": "dist/browser/index.mjs",
57
41
  "homepage": "https://xyo.network",
58
42
  "keywords": [
@@ -75,6 +59,6 @@
75
59
  },
76
60
  "sideEffects": false,
77
61
  "types": "dist/browser/index.d.ts",
78
- "version": "2.82.0",
62
+ "version": "2.83.1",
79
63
  "type": "module"
80
64
  }
package/xy.config.ts ADDED
@@ -0,0 +1,12 @@
1
+ import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
+ const config: XyTsupConfig = {
3
+ compile: {
4
+ browser: {
5
+ src: true,
6
+ },
7
+ node: {},
8
+ neutral: {},
9
+ },
10
+ }
11
+
12
+ export default config
@@ -1,22 +0,0 @@
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 __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from === "object" || typeof from === "function") {
8
- for (let key of __getOwnPropNames(from))
9
- if (!__hasOwnProp.call(to, key) && key !== except)
10
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
- }
12
- return to;
13
- };
14
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
-
17
- // src/index.ts
18
- var src_exports = {};
19
- module.exports = __toCommonJS(src_exports);
20
- __reExport(src_exports, require("@xyo-network/react-form-credit-card"), module.exports);
21
- __reExport(src_exports, require("@xyo-network/react-form-group"), module.exports);
22
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/react-form-credit-card'\nexport * from '@xyo-network/react-form-group'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;;wBAAc,gDAAd;AACA,wBAAc,0CADd;","names":[]}
@@ -1,3 +0,0 @@
1
- export * from '@xyo-network/react-form-credit-card';
2
- export * from '@xyo-network/react-form-group';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAA;AACnD,cAAc,+BAA+B,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from '@xyo-network/react-form-credit-card';
2
- export * from '@xyo-network/react-form-group';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAA;AACnD,cAAc,+BAA+B,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAA;AACnD,cAAc,+BAA+B,CAAA"}
@@ -1,22 +0,0 @@
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 __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from === "object" || typeof from === "function") {
8
- for (let key of __getOwnPropNames(from))
9
- if (!__hasOwnProp.call(to, key) && key !== except)
10
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
- }
12
- return to;
13
- };
14
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
-
17
- // src/index.ts
18
- var src_exports = {};
19
- module.exports = __toCommonJS(src_exports);
20
- __reExport(src_exports, require("@xyo-network/react-form-credit-card"), module.exports);
21
- __reExport(src_exports, require("@xyo-network/react-form-group"), module.exports);
22
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/react-form-credit-card'\nexport * from '@xyo-network/react-form-group'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;;wBAAc,gDAAd;AACA,wBAAc,0CADd;","names":[]}
@@ -1,3 +0,0 @@
1
- export * from '@xyo-network/react-form-credit-card';
2
- export * from '@xyo-network/react-form-group';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAA;AACnD,cAAc,+BAA+B,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from '@xyo-network/react-form-credit-card';
2
- export * from '@xyo-network/react-form-group';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAA;AACnD,cAAc,+BAA+B,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from '@xyo-network/react-form-credit-card';
2
- export * from '@xyo-network/react-form-group';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAA;AACnD,cAAc,+BAA+B,CAAA"}
@@ -1,4 +0,0 @@
1
- // src/index.ts
2
- export * from "@xyo-network/react-form-credit-card";
3
- export * from "@xyo-network/react-form-group";
4
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/react-form-credit-card'\nexport * from '@xyo-network/react-form-group'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}
@@ -1,27 +0,0 @@
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 __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from === "object" || typeof from === "function") {
8
- for (let key of __getOwnPropNames(from))
9
- if (!__hasOwnProp.call(to, key) && key !== except)
10
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
- }
12
- return to;
13
- };
14
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
-
17
- // src/index.ts
18
- var src_exports = {};
19
- module.exports = __toCommonJS(src_exports);
20
- __reExport(src_exports, require("@xyo-network/react-form-credit-card"), module.exports);
21
- __reExport(src_exports, require("@xyo-network/react-form-group"), module.exports);
22
- // Annotate the CommonJS export names for ESM import in node:
23
- 0 && (module.exports = {
24
- ...require("@xyo-network/react-form-credit-card"),
25
- ...require("@xyo-network/react-form-group")
26
- });
27
- //# sourceMappingURL=index.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/react-form-credit-card'\nexport * from '@xyo-network/react-form-group'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;;wBAAc,gDAAd;AACA,wBAAc,0CADd;","names":[]}
@@ -1,3 +0,0 @@
1
- export * from '@xyo-network/react-form-credit-card';
2
- export * from '@xyo-network/react-form-group';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAA;AACnD,cAAc,+BAA+B,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from '@xyo-network/react-form-credit-card';
2
- export * from '@xyo-network/react-form-group';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAA;AACnD,cAAc,+BAA+B,CAAA"}
@@ -1,3 +0,0 @@
1
- export * from '@xyo-network/react-form-credit-card';
2
- export * from '@xyo-network/react-form-group';
3
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAA;AACnD,cAAc,+BAA+B,CAAA"}
@@ -1,4 +0,0 @@
1
- // src/index.ts
2
- export * from "@xyo-network/react-form-credit-card";
3
- export * from "@xyo-network/react-form-group";
4
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/react-form-credit-card'\nexport * from '@xyo-network/react-form-group'\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}