@xyo-network/react-storybook 2.40.32 → 2.40.34

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.
@@ -4,6 +4,7 @@ export * from './DeprecateStory';
4
4
  export * from './sampleAddressHistory';
5
5
  export * from './sampleBlock';
6
6
  export * from './sampleCoinGeckoPayload';
7
+ export * from './sampleEthereumGasDivinerPayload';
7
8
  export * from './samplePayload';
8
9
  export * from './sampleUniswapPayload';
9
10
  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,wBAAwB,CAAA;AACtC,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,oBAAoB,CAAA;AAClC,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,wBAAwB,CAAA;AACtC,cAAc,eAAe,CAAA;AAC7B,cAAc,0BAA0B,CAAA;AACxC,cAAc,mCAAmC,CAAA;AACjD,cAAc,iBAAiB,CAAA;AAC/B,cAAc,wBAAwB,CAAA;AACtC,cAAc,wBAAwB,CAAA;AACtC,cAAc,mBAAmB,CAAA;AACjC,cAAc,oBAAoB,CAAA;AAClC,cAAc,eAAe,CAAA;AAC7B,cAAc,wBAAwB,CAAA"}
package/dist/cjs/index.js CHANGED
@@ -7,6 +7,7 @@ tslib_1.__exportStar(require("./DeprecateStory"), exports);
7
7
  tslib_1.__exportStar(require("./sampleAddressHistory"), exports);
8
8
  tslib_1.__exportStar(require("./sampleBlock"), exports);
9
9
  tslib_1.__exportStar(require("./sampleCoinGeckoPayload"), exports);
10
+ tslib_1.__exportStar(require("./sampleEthereumGasDivinerPayload"), exports);
10
11
  tslib_1.__exportStar(require("./samplePayload"), exports);
11
12
  tslib_1.__exportStar(require("./sampleUniswapPayload"), exports);
12
13
  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,iEAAsC;AACtC,wDAA6B;AAC7B,mEAAwC;AACxC,0DAA+B;AAC/B,iEAAsC;AACtC,iEAAsC;AACtC,4DAAiC;AACjC,6DAAkC;AAClC,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,iEAAsC;AACtC,wDAA6B;AAC7B,mEAAwC;AACxC,4EAAiD;AACjD,0DAA+B;AAC/B,iEAAsC;AACtC,iEAAsC;AACtC,4DAAiC;AACjC,6DAAkC;AAClC,wDAA6B;AAC7B,iEAAsC"}
@@ -0,0 +1,24 @@
1
+ export declare const sampleEthereumGasDivinerPayload: {
2
+ baseFee: number;
3
+ feePerGas: {
4
+ high: number;
5
+ low: number;
6
+ medium: number;
7
+ veryHigh: number;
8
+ };
9
+ priorityFeePerGas: {
10
+ high: number;
11
+ low: number;
12
+ medium: number;
13
+ veryHigh: number;
14
+ };
15
+ schema: string;
16
+ timestamp: number;
17
+ };
18
+ export declare const sampleEthereumGasDivinerPayloadMissingFees: {
19
+ feePerGas: {};
20
+ priorityFeePerGas: {};
21
+ schema: string;
22
+ timestamp: number;
23
+ };
24
+ //# sourceMappingURL=sampleEthereumGasDivinerPayload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sampleEthereumGasDivinerPayload.d.ts","sourceRoot":"","sources":["../../src/sampleEthereumGasDivinerPayload.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;CAgB3C,CAAA;AAED,eAAO,MAAM,0CAA0C;;;;;CAKtD,CAAA"}
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.sampleEthereumGasDivinerPayloadMissingFees = exports.sampleEthereumGasDivinerPayload = void 0;
4
+ exports.sampleEthereumGasDivinerPayload = {
5
+ baseFee: 13.3646505198,
6
+ feePerGas: {
7
+ high: 17.3060964302,
8
+ low: 12.155000000000001,
9
+ medium: 12.5625,
10
+ veryHigh: 16.5462485885,
11
+ },
12
+ priorityFeePerGas: {
13
+ high: 1.075,
14
+ low: 0.7466666666666667,
15
+ medium: 0.8566666666666668,
16
+ veryHigh: 1.2766666666666666,
17
+ },
18
+ schema: 'network.xyo.blockchain.ethereum.gas',
19
+ timestamp: 1669819808305,
20
+ };
21
+ exports.sampleEthereumGasDivinerPayloadMissingFees = {
22
+ feePerGas: {},
23
+ priorityFeePerGas: {},
24
+ schema: 'network.xyo.blockchain.ethereum.gas',
25
+ timestamp: 1659071465718,
26
+ };
27
+ //# sourceMappingURL=sampleEthereumGasDivinerPayload.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sampleEthereumGasDivinerPayload.js","sourceRoot":"","sources":["../../src/sampleEthereumGasDivinerPayload.ts"],"names":[],"mappings":";;;AAAa,QAAA,+BAA+B,GAAG;IAC7C,OAAO,EAAE,aAAa;IACtB,SAAS,EAAE;QACT,IAAI,EAAE,aAAa;QACnB,GAAG,EAAE,kBAAkB;QACvB,MAAM,EAAE,OAAO;QACf,QAAQ,EAAE,aAAa;KACxB;IACD,iBAAiB,EAAE;QACjB,IAAI,EAAE,KAAK;QACX,GAAG,EAAE,kBAAkB;QACvB,MAAM,EAAE,kBAAkB;QAC1B,QAAQ,EAAE,kBAAkB;KAC7B;IACD,MAAM,EAAE,qCAAqC;IAC7C,SAAS,EAAE,aAAa;CACzB,CAAA;AAEY,QAAA,0CAA0C,GAAG;IACxD,SAAS,EAAE,EAAE;IACb,iBAAiB,EAAE,EAAE;IACrB,MAAM,EAAE,qCAAqC;IAC7C,SAAS,EAAE,aAAa;CACzB,CAAA"}