@xyo-network/react-storybook 2.28.11 → 2.29.0-rc.5

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.
@@ -2,6 +2,7 @@ export * from './archivistApiDecorator';
2
2
  export * from './authDecorator';
3
3
  export * from './DeprecateStory';
4
4
  export * from './sampleBlock';
5
+ export * from './sampleCoinGeckoPayload';
5
6
  export * from './samplePayload';
6
7
  export * from './sampleUniswapPayload';
7
8
  export * from './useAppThemeDecorator';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA;AACjC,cAAc,eAAe,CAAA;AAC7B,cAAc,wBAAwB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,kBAAkB,CAAA;AAChC,cAAc,eAAe,CAAA;AAC7B,cAAc,0BAA0B,CAAA;AACxC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA;AACjC,cAAc,eAAe,CAAA;AAC7B,cAAc,wBAAwB,CAAA"}
package/dist/cjs/index.js CHANGED
@@ -5,6 +5,7 @@ tslib_1.__exportStar(require("./archivistApiDecorator"), exports);
5
5
  tslib_1.__exportStar(require("./authDecorator"), exports);
6
6
  tslib_1.__exportStar(require("./DeprecateStory"), exports);
7
7
  tslib_1.__exportStar(require("./sampleBlock"), exports);
8
+ tslib_1.__exportStar(require("./sampleCoinGeckoPayload"), exports);
8
9
  tslib_1.__exportStar(require("./samplePayload"), exports);
9
10
  tslib_1.__exportStar(require("./sampleUniswapPayload"), exports);
10
11
  tslib_1.__exportStar(require("./useAppThemeDecorator"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,kEAAuC;AACvC,0DAA+B;AAC/B,2DAAgC;AAChC,wDAA6B;AAC7B,0DAA+B;AAC/B,iEAAsC;AACtC,iEAAsC;AACtC,4DAAiC;AACjC,wDAA6B;AAC7B,iEAAsC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,kEAAuC;AACvC,0DAA+B;AAC/B,2DAAgC;AAChC,wDAA6B;AAC7B,mEAAwC;AACxC,0DAA+B;AAC/B,iEAAsC;AACtC,iEAAsC;AACtC,4DAAiC;AACjC,wDAA6B;AAC7B,iEAAsC"}
@@ -0,0 +1,73 @@
1
+ export declare const sampleCoinGeckoPayload: {
2
+ assets: {
3
+ ada: {
4
+ btc: number;
5
+ eth: number;
6
+ eur: number;
7
+ usd: number;
8
+ };
9
+ btc: {
10
+ btc: number;
11
+ eth: number;
12
+ eur: number;
13
+ usd: number;
14
+ };
15
+ busd: {
16
+ btc: number;
17
+ eth: number;
18
+ eur: number;
19
+ usd: number;
20
+ };
21
+ doge: {
22
+ btc: number;
23
+ eth: number;
24
+ eur: number;
25
+ usd: number;
26
+ };
27
+ dot: {
28
+ btc: number;
29
+ eth: number;
30
+ eur: number;
31
+ usd: number;
32
+ };
33
+ eth: {
34
+ btc: number;
35
+ eth: number;
36
+ eur: number;
37
+ usd: number;
38
+ };
39
+ sol: {
40
+ btc: number;
41
+ eth: number;
42
+ eur: number;
43
+ usd: number;
44
+ };
45
+ usdc: {
46
+ btc: number;
47
+ eth: number;
48
+ eur: number;
49
+ usd: number;
50
+ };
51
+ usdt: {
52
+ btc: number;
53
+ eth: number;
54
+ eur: number;
55
+ usd: number;
56
+ };
57
+ wbtc: {
58
+ btc: number;
59
+ eth: number;
60
+ eur: number;
61
+ usd: number;
62
+ };
63
+ xyo: {
64
+ btc: number;
65
+ eth: number;
66
+ eur: number;
67
+ usd: number;
68
+ };
69
+ };
70
+ schema: string;
71
+ timestamp: number;
72
+ };
73
+ //# sourceMappingURL=sampleCoinGeckoPayload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sampleCoinGeckoPayload.d.ts","sourceRoot":"","sources":["../../src/sampleCoinGeckoPayload.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuElC,CAAA"}
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.sampleCoinGeckoPayload = void 0;
4
+ exports.sampleCoinGeckoPayload = {
5
+ assets: {
6
+ ada: {
7
+ btc: 0.00002121,
8
+ eth: 0.00028602,
9
+ eur: 0.455045,
10
+ usd: 0.451912,
11
+ },
12
+ btc: {
13
+ btc: 1,
14
+ eth: 13.480925,
15
+ eur: 21444,
16
+ usd: 21297,
17
+ },
18
+ busd: {
19
+ btc: 0.00004691,
20
+ eth: 0.00063254,
21
+ eur: 1.006,
22
+ usd: 0.999271,
23
+ },
24
+ doge: {
25
+ btc: 0.00000315,
26
+ eth: 0.00004251,
27
+ eur: 0.067639,
28
+ usd: 0.067173,
29
+ },
30
+ dot: {
31
+ btc: 0.00033957,
32
+ eth: 0.00457909,
33
+ eur: 7.28,
34
+ usd: 7.23,
35
+ },
36
+ eth: {
37
+ btc: 0.07416836,
38
+ eth: 1,
39
+ eur: 1590.95,
40
+ usd: 1580,
41
+ },
42
+ sol: {
43
+ btc: 0.00162396,
44
+ eth: 0.02189873,
45
+ eur: 34.83,
46
+ usd: 34.59,
47
+ },
48
+ usdc: {
49
+ btc: 0.00004691,
50
+ eth: 0.00063259,
51
+ eur: 1.006,
52
+ usd: 0.999341,
53
+ },
54
+ usdt: {
55
+ btc: 0.00004697,
56
+ eth: 0.00063328,
57
+ eur: 1.008,
58
+ usd: 1.001,
59
+ },
60
+ wbtc: {
61
+ btc: 0.99985708,
62
+ eth: 13.482839,
63
+ eur: 21447,
64
+ usd: 21300,
65
+ },
66
+ xyo: {
67
+ btc: 4.06347e-7,
68
+ eth: 0.00000548,
69
+ eur: 0.00871642,
70
+ usd: 0.0086564,
71
+ },
72
+ },
73
+ schema: 'network.xyo.crypto.market.coingecko',
74
+ timestamp: 1661188759757,
75
+ };
76
+ //# sourceMappingURL=sampleCoinGeckoPayload.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sampleCoinGeckoPayload.js","sourceRoot":"","sources":["../../src/sampleCoinGeckoPayload.ts"],"names":[],"mappings":";;;AAAa,QAAA,sBAAsB,GAAG;IACpC,MAAM,EAAE;QACN,GAAG,EAAE;YACH,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,QAAQ;YACb,GAAG,EAAE,QAAQ;SACd;QACD,GAAG,EAAE;YACH,GAAG,EAAE,CAAC;YACN,GAAG,EAAE,SAAS;YACd,GAAG,EAAE,KAAK;YACV,GAAG,EAAE,KAAK;SACX;QACD,IAAI,EAAE;YACJ,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,KAAK;YACV,GAAG,EAAE,QAAQ;SACd;QACD,IAAI,EAAE;YACJ,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,QAAQ;YACb,GAAG,EAAE,QAAQ;SACd;QACD,GAAG,EAAE;YACH,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,IAAI;YACT,GAAG,EAAE,IAAI;SACV;QACD,GAAG,EAAE;YACH,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,CAAC;YACN,GAAG,EAAE,OAAO;YACZ,GAAG,EAAE,IAAI;SACV;QACD,GAAG,EAAE;YACH,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,KAAK;YACV,GAAG,EAAE,KAAK;SACX;QACD,IAAI,EAAE;YACJ,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,KAAK;YACV,GAAG,EAAE,QAAQ;SACd;QACD,IAAI,EAAE;YACJ,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,KAAK;YACV,GAAG,EAAE,KAAK;SACX;QACD,IAAI,EAAE;YACJ,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,SAAS;YACd,GAAG,EAAE,KAAK;YACV,GAAG,EAAE,KAAK;SACX;QACD,GAAG,EAAE;YACH,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,UAAU;YACf,GAAG,EAAE,SAAS;SACf;KACF;IACD,MAAM,EAAE,qCAAqC;IAC7C,SAAS,EAAE,aAAa;CACzB,CAAA"}