@xyo-network/react-storybook 2.41.16 → 2.41.18
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/samplePayload.d.ts.map +1 -1
- package/dist/cjs/samplePayload.js +2 -2
- package/dist/cjs/samplePayload.js.map +1 -1
- package/dist/docs.json +351 -351
- package/dist/esm/samplePayload.d.ts.map +1 -1
- package/dist/esm/samplePayload.js +1 -1
- package/dist/esm/samplePayload.js.map +1 -1
- package/package.json +10 -15
- package/src/samplePayload.ts +2 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"samplePayload.d.ts","sourceRoot":"","sources":["../../src/samplePayload.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"samplePayload.d.ts","sourceRoot":"","sources":["../../src/samplePayload.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,wBAAwB;;YACW,kBAAkB;;;UAAQ,MAAM;CAI/E,CAAA;AAED,eAAO,MAAM,eAAe;;;CAG3B,CAAA;AAED,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;CAmB1C,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"samplePayload.js","sourceRoot":"","sources":["../../src/samplePayload.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"samplePayload.js","sourceRoot":"","sources":["../../src/samplePayload.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAGhE,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC,GAAG,IAAI,iBAAiB,CAA2D,EAAE,MAAM,EAAE,kBAAkB,EAAE,CAAC;SAC/G,MAAM,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC;SACzB,KAAK,EAAE;IACV,QAAQ,EAAE,MAAM;CACjB,CAAA;AAED,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,IAAI,EAAE,sCAAsC;IAC5C,MAAM,EAAE,gBAAgB;CACzB,CAAA;AAED,MAAM,CAAC,MAAM,8BAA8B,GAAG;IAC5C,MAAM,EAAE;QACN,OAAO,EAAE;YACP,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,WAAW;SACrB;QACD,MAAM,EAAE;YACN,IAAI,EAAE,OAAO;SACd;QACD,EAAE,EAAE;YACF,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,SAAS;YAClB,WAAW,EAAE,IAAI;SAClB;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,SAAS;SAChB;KACF;IACD,MAAM,EAAE,iCAAiC;CAC1C,CAAA"}
|
package/package.json
CHANGED
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"@xylabs/react-flexbox": "^2.15.7",
|
|
15
15
|
"@xylabs/react-invertable-theme": "^2.15.7",
|
|
16
16
|
"@xylabs/react-shared": "^2.15.7",
|
|
17
|
-
"@xyo-network/boundwitness": "^2.43.
|
|
18
|
-
"@xyo-network/payload": "^2.43.
|
|
19
|
-
"@xyo-network/
|
|
20
|
-
"@xyo-network/react-
|
|
21
|
-
"@xyo-network/react-
|
|
22
|
-
"@xyo-network/react-
|
|
23
|
-
"@xyo-network/react-
|
|
24
|
-
"@xyo-network/
|
|
17
|
+
"@xyo-network/boundwitness": "^2.43.3",
|
|
18
|
+
"@xyo-network/payload-builder": "^2.43.3",
|
|
19
|
+
"@xyo-network/payload-model": "^2.43.3",
|
|
20
|
+
"@xyo-network/react-api": "^2.41.18",
|
|
21
|
+
"@xyo-network/react-auth": "^2.41.18",
|
|
22
|
+
"@xyo-network/react-map": "^2.41.18",
|
|
23
|
+
"@xyo-network/react-theme": "^2.41.18",
|
|
24
|
+
"@xyo-network/react-wallet-service": "^2.41.18",
|
|
25
25
|
"lodash": "^4.17.21",
|
|
26
26
|
"require-from-string": "^2.0.2",
|
|
27
27
|
"storybook-dark-mode": "^2.0.4"
|
|
@@ -30,10 +30,6 @@
|
|
|
30
30
|
"@mui/icons-material": "^5.10.3",
|
|
31
31
|
"@mui/material": "^5.10.3",
|
|
32
32
|
"@mui/styles": "^5.10.3",
|
|
33
|
-
"@xylabs/react-common": "^2.15.1",
|
|
34
|
-
"@xylabs/sdk-js": "^2.6.7",
|
|
35
|
-
"axios": "^1.2.1",
|
|
36
|
-
"pako": "^2.1.0",
|
|
37
33
|
"react": "^18.2.0",
|
|
38
34
|
"react-dom": "^18.2.0",
|
|
39
35
|
"react-icons": "^4.6.0",
|
|
@@ -47,8 +43,7 @@
|
|
|
47
43
|
"description": "Common React library for all XYO projects that use React",
|
|
48
44
|
"devDependencies": {
|
|
49
45
|
"@types/lodash": "^4.14.191",
|
|
50
|
-
"@xylabs/ts-scripts-yarn3": "2.11.16"
|
|
51
|
-
"axios": "^1.2.1"
|
|
46
|
+
"@xylabs/ts-scripts-yarn3": "2.11.16"
|
|
52
47
|
},
|
|
53
48
|
"browser": "dist/esm/index.js",
|
|
54
49
|
"docs": "dist/docs.json",
|
|
@@ -92,5 +87,5 @@
|
|
|
92
87
|
},
|
|
93
88
|
"sideEffects": false,
|
|
94
89
|
"types": "dist/esm/index.d.ts",
|
|
95
|
-
"version": "2.41.
|
|
90
|
+
"version": "2.41.18"
|
|
96
91
|
}
|
package/src/samplePayload.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { XyoPayloadBuilder } from '@xyo-network/payload-builder'
|
|
2
|
+
import { XyoPayload } from '@xyo-network/payload-model'
|
|
2
3
|
|
|
3
4
|
export const samplePayloadFromBuilder = {
|
|
4
5
|
...new XyoPayloadBuilder<XyoPayload<{ schema: 'network.xyo.temp'; test: string }>>({ schema: 'network.xyo.temp' })
|