@xyo-network/react-ethereum-gas-price-blocknative-plugin 4.4.2 → 4.4.4
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/browser/index.d.ts +35 -4
- package/package.json +15 -15
- package/dist/browser/Plugin.d.ts +0 -3
- package/dist/browser/Plugin.d.ts.map +0 -1
- package/dist/browser/components/Card/Card.d.ts +0 -10
- package/dist/browser/components/Card/Card.d.ts.map +0 -1
- package/dist/browser/components/Card/CardContent.d.ts +0 -10
- package/dist/browser/components/Card/CardContent.d.ts.map +0 -1
- package/dist/browser/components/Card/CardHeader.d.ts +0 -8
- package/dist/browser/components/Card/CardHeader.d.ts.map +0 -1
- package/dist/browser/components/Card/index.d.ts +0 -4
- package/dist/browser/components/Card/index.d.ts.map +0 -1
- package/dist/browser/components/Details/Box/BlocknativeGasPriceDetailsBox.d.ts +0 -4
- package/dist/browser/components/Details/Box/BlocknativeGasPriceDetailsBox.d.ts.map +0 -1
- package/dist/browser/components/Details/Box/index.d.ts +0 -2
- package/dist/browser/components/Details/Box/index.d.ts.map +0 -1
- package/dist/browser/components/Details/index.d.ts +0 -2
- package/dist/browser/components/Details/index.d.ts.map +0 -1
- package/dist/browser/components/hooks/getBlocknativeTransformer.d.ts +0 -4
- package/dist/browser/components/hooks/getBlocknativeTransformer.d.ts.map +0 -1
- package/dist/browser/components/hooks/index.d.ts +0 -2
- package/dist/browser/components/hooks/index.d.ts.map +0 -1
- package/dist/browser/components/index.d.ts +0 -3
- package/dist/browser/components/index.d.ts.map +0 -1
- package/dist/browser/components/lib/constants.d.ts +0 -2
- package/dist/browser/components/lib/constants.d.ts.map +0 -1
- package/dist/browser/components/lib/index.d.ts +0 -2
- package/dist/browser/components/lib/index.d.ts.map +0 -1
- package/dist/browser/index.d.ts.map +0 -1
package/dist/browser/index.d.ts
CHANGED
|
@@ -1,4 +1,35 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import * as _mui_material_OverridableComponent from '@mui/material/OverridableComponent';
|
|
2
|
+
import * as _mui_material from '@mui/material';
|
|
3
|
+
import * as _xylabs_object from '@xylabs/object';
|
|
4
|
+
import * as _xyo_network_payload_model from '@xyo-network/payload-model';
|
|
5
|
+
import { PayloadRenderProps, PayloadDetailsListRenderProps, PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
|
|
6
|
+
import React from 'react';
|
|
7
|
+
import * as _xylabs_react_flexbox from '@xylabs/react-flexbox';
|
|
8
|
+
|
|
9
|
+
declare const BlocknativeGasPriceCard: React.ForwardRefExoticComponent<Omit<PayloadRenderProps<_xylabs_object.DeepRestrictToStringKeys<{
|
|
10
|
+
schema: _xyo_network_payload_model.Schema;
|
|
11
|
+
}>> & _mui_material.CardOwnProps & _mui_material_OverridableComponent.CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
12
|
+
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
13
|
+
}, "className" | "style" | "classes" | "children" | "sx" | "elevation" | "square" | "variant" | "raised"> & {
|
|
14
|
+
component?: React.ElementType;
|
|
15
|
+
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
16
|
+
|
|
17
|
+
declare const BlocknativeGasPriceCardContent: React.ForwardRefExoticComponent<Omit<PayloadRenderProps<_xylabs_object.DeepRestrictToStringKeys<{
|
|
18
|
+
schema: _xyo_network_payload_model.Schema;
|
|
19
|
+
}>> & _mui_material.CardContentOwnProps & _mui_material_OverridableComponent.CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
20
|
+
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
21
|
+
}, "className" | "style" | "classes" | "children" | "sx"> & {
|
|
22
|
+
component?: React.ElementType;
|
|
23
|
+
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
24
|
+
|
|
25
|
+
declare const BlocknativeGasPriceCardHeader: React.ForwardRefExoticComponent<Omit<PayloadRenderProps<_xylabs_object.DeepRestrictToStringKeys<{
|
|
26
|
+
schema: _xyo_network_payload_model.Schema;
|
|
27
|
+
}>> & _mui_material.CardHeaderOwnProps<"span", "span"> & _mui_material.CardHeaderSlotsAndSlotProps & _mui_material_OverridableComponent.CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
28
|
+
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
29
|
+
}, "className" | "style" | "classes" | "sx" | "title" | "action" | "avatar" | "disableTypography" | "subheader" | "subheaderTypographyProps" | "titleTypographyProps" | "slots" | "slotProps">, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
30
|
+
|
|
31
|
+
declare const BlocknativeGasPriceDetailsBox: React.ForwardRefExoticComponent<PayloadDetailsListRenderProps & _xylabs_react_flexbox.BusyBoxProps & React.RefAttributes<HTMLDivElement>>;
|
|
32
|
+
|
|
33
|
+
declare const EthereumGasPriceBlocknativePlugin: PayloadRenderPlugin;
|
|
34
|
+
|
|
35
|
+
export { BlocknativeGasPriceCard, BlocknativeGasPriceCardContent, BlocknativeGasPriceCardHeader, BlocknativeGasPriceDetailsBox, EthereumGasPriceBlocknativePlugin, EthereumGasPriceBlocknativePlugin as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-ethereum-gas-price-blocknative-plugin",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.4",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -43,26 +43,26 @@
|
|
|
43
43
|
"lint-pkg": "npmPkgJsonLint ."
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@xylabs/react-flexbox": "^5.3.
|
|
47
|
-
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^3.
|
|
48
|
-
"@xyo-network/payload-model": "^3.
|
|
49
|
-
"@xyo-network/react-gas-price": "^4.4.
|
|
50
|
-
"@xyo-network/react-payload-plugin": "^4.4.
|
|
51
|
-
"@xyo-network/react-shared": "^4.4.
|
|
46
|
+
"@xylabs/react-flexbox": "^5.3.23",
|
|
47
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^3.4.1",
|
|
48
|
+
"@xyo-network/payload-model": "^3.9.2",
|
|
49
|
+
"@xyo-network/react-gas-price": "^4.4.4",
|
|
50
|
+
"@xyo-network/react-payload-plugin": "^4.4.4",
|
|
51
|
+
"@xyo-network/react-shared": "^4.4.4"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@emotion/react": "^11.14.0",
|
|
55
55
|
"@emotion/styled": "^11.14.0",
|
|
56
|
-
"@mui/icons-material": "^6.4.
|
|
57
|
-
"@mui/material": "^6.4.
|
|
58
|
-
"@mui/styles": "^6.4.
|
|
59
|
-
"@storybook/react": "^8.5.
|
|
60
|
-
"@xylabs/ts-scripts-yarn3": "^
|
|
61
|
-
"@xylabs/tsconfig-react": "^
|
|
62
|
-
"@xyo-network/react-storybook": "^4.4.
|
|
56
|
+
"@mui/icons-material": "^6.4.4",
|
|
57
|
+
"@mui/material": "^6.4.4",
|
|
58
|
+
"@mui/styles": "^6.4.4",
|
|
59
|
+
"@storybook/react": "^8.5.5",
|
|
60
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.24",
|
|
61
|
+
"@xylabs/tsconfig-react": "^5.0.24",
|
|
62
|
+
"@xyo-network/react-storybook": "^4.4.4",
|
|
63
63
|
"react": "^18.3.1",
|
|
64
64
|
"react-dom": "^18.3.1",
|
|
65
|
-
"storybook": "^8.5.
|
|
65
|
+
"storybook": "^8.5.5",
|
|
66
66
|
"typescript": "^5.7.3"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
package/dist/browser/Plugin.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAA;AAO5E,eAAO,MAAM,iCAAiC,EAAE,mBAa/C,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { PayloadRenderProps } from '@xyo-network/react-payload-plugin';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export declare const BlocknativeGasPriceCard: React.ForwardRefExoticComponent<Omit<PayloadRenderProps<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
4
|
-
schema: import("@xyo-network/payload-model").Schema;
|
|
5
|
-
}>> & import("@mui/material").CardOwnProps & import("@mui/material/OverridableComponent.js").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
6
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
7
|
-
}, "className" | "style" | "classes" | "children" | "sx" | "elevation" | "square" | "variant" | "raised"> & {
|
|
8
|
-
component?: React.ElementType;
|
|
9
|
-
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
//# sourceMappingURL=Card.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/Card.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAA;AAC3E,OAAO,KAAqB,MAAM,OAAO,CAAA;AAKzC,eAAO,MAAM,uBAAuB;;;;;gBAUkwB,MAAO,WAAW;gDAHtzB,CAAA"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { PayloadRenderProps } from '@xyo-network/react-payload-plugin';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export declare const BlocknativeGasPriceCardContent: React.ForwardRefExoticComponent<Omit<PayloadRenderProps<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
4
|
-
schema: import("@xyo-network/payload-model").Schema;
|
|
5
|
-
}>> & import("@mui/material").CardContentOwnProps & import("@mui/material/OverridableComponent.js").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
6
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
7
|
-
}, "className" | "style" | "classes" | "children" | "sx"> & {
|
|
8
|
-
component?: React.ElementType;
|
|
9
|
-
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
-
//# sourceMappingURL=CardContent.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CardContent.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/CardContent.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAA;AAE3E,OAAO,KAAqB,MAAM,OAAO,CAAA;AAMzC,eAAO,MAAM,8BAA8B;;;;;gBAgBrC,MAAA,WACG;gDAkBR,CAAA"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { PayloadRenderProps } from '@xyo-network/react-payload-plugin';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export declare const BlocknativeGasPriceCardHeader: React.ForwardRefExoticComponent<Omit<PayloadRenderProps<import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
4
|
-
schema: import("@xyo-network/payload-model").Schema;
|
|
5
|
-
}>> & import("@mui/material").CardHeaderOwnProps<"span", "span"> & import("@mui/material").CardHeaderSlotsAndSlotProps & import("@mui/material/OverridableComponent.js").CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
6
|
-
ref?: ((instance: HTMLDivElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
7
|
-
}, "className" | "style" | "classes" | "sx" | "title" | "action" | "avatar" | "disableTypography" | "subheader" | "subheaderTypographyProps" | "titleTypographyProps" | "slots" | "slotProps">, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
8
|
-
//# sourceMappingURL=CardHeader.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CardHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/CardHeader.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAA;AAC3E,OAAO,KAAqB,MAAM,OAAO,CAAA;AAKzC,eAAO,MAAM,6BAA6B;;;;6OAIxC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,mBAAmB,CAAA;AACjC,cAAc,kBAAkB,CAAA"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { PayloadDetailsListRenderProps } from '@xyo-network/react-payload-plugin';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export declare const BlocknativeGasPriceDetailsBox: React.ForwardRefExoticComponent<PayloadDetailsListRenderProps & import("@xylabs/react-flexbox").BusyBoxProps & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
-
//# sourceMappingURL=BlocknativeGasPriceDetailsBox.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BlocknativeGasPriceDetailsBox.d.ts","sourceRoot":"","sources":["../../../../../src/components/Details/Box/BlocknativeGasPriceDetailsBox.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,mCAAmC,CAAA;AAEtF,OAAO,KAAqB,MAAM,OAAO,CAAA;AAOzC,eAAO,MAAM,6BAA6B,qJA0CzC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Details/Box/index.ts"],"names":[],"mappings":"AAAA,cAAc,qCAAqC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Details/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import type { EthereumGasBlocknativePayload } from '@xyo-network/blocknative-ethereum-gas-payload-plugin';
|
|
2
|
-
import type { GasPriceWitnessUIBasePayload } from '@xyo-network/react-gas-price';
|
|
3
|
-
export declare const getBlocknativeTransformer: (payload?: EthereumGasBlocknativePayload) => GasPriceWitnessUIBasePayload | undefined;
|
|
4
|
-
//# sourceMappingURL=getBlocknativeTransformer.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getBlocknativeTransformer.d.ts","sourceRoot":"","sources":["../../../../src/components/hooks/getBlocknativeTransformer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,sDAAsD,CAAA;AACzG,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,8BAA8B,CAAA;AAEhF,eAAO,MAAM,yBAAyB,aAAc,6BAA6B,KAAG,4BAA4B,GAAG,SA6BlH,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA;AAC/B,cAAc,oBAAoB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/components/lib/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,4BAA4B,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/lib/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA;AACrC,cAAc,aAAa,CAAA;AAC3B,OAAO,EAAE,iCAAiC,IAAI,OAAO,EAAE,MAAM,aAAa,CAAA"}
|