@xyo-network/react-ethereum-gas-price-blocknative-plugin 2.57.6 → 2.58.0-rc.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.
- package/dist/types/components/Card/Card.d.ts +4 -2
- package/dist/types/components/Card/Card.d.ts.map +1 -1
- package/dist/types/components/Card/CardContent.d.ts +3 -1
- package/dist/types/components/Card/CardContent.d.ts.map +1 -1
- package/dist/types/components/Card/CardHeader.d.ts +3 -1
- package/dist/types/components/Card/CardHeader.d.ts.map +1 -1
- package/package.json +10 -9
- package/dist/docs.json +0 -2477
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
import { PayloadRenderProps } from '@xyo-network/react-payload-plugin';
|
|
3
3
|
export declare const BlocknativeGasPriceCard: import("react").ForwardRefExoticComponent<Omit<PayloadRenderProps<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
4
4
|
schema: string;
|
|
5
|
-
}> & Omit<import("@mui/material").
|
|
5
|
+
}> & Omit<import("@mui/material").PaperOwnProps, "classes"> & {
|
|
6
6
|
classes?: Partial<import("@mui/material").CardClasses> | undefined;
|
|
7
7
|
raised?: boolean | undefined;
|
|
8
8
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
9
9
|
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
10
10
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
11
|
-
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "
|
|
11
|
+
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "elevation" | "square" | "variant" | "raised"> & {
|
|
12
|
+
component?: "div" | undefined;
|
|
13
|
+
}, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
12
14
|
//# sourceMappingURL=Card.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/Card.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAA;AAMtE,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/Card.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAA;AAMtE,eAAO,MAAM,uBAAuB;;;;;;;;;;0DAOlC,CAAA"}
|
|
@@ -8,5 +8,7 @@ export declare const BlocknativeGasPriceCardContent: import("react").ForwardRefE
|
|
|
8
8
|
sx?: import("@mui/material").SxProps<import("@mui/material").Theme> | undefined;
|
|
9
9
|
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
10
10
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
11
|
-
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx"
|
|
11
|
+
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx"> & {
|
|
12
|
+
component?: "div" | undefined;
|
|
13
|
+
}, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
12
14
|
//# sourceMappingURL=CardContent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardContent.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/CardContent.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAA;AAOtE,eAAO,MAAM,8BAA8B
|
|
1
|
+
{"version":3,"file":"CardContent.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/CardContent.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAA;AAOtE,eAAO,MAAM,8BAA8B;;;;;;;;;;0DAqBzC,CAAA"}
|
|
@@ -18,5 +18,7 @@ export declare const BlocknativeGasPriceCardHeader: import("react").ForwardRefEx
|
|
|
18
18
|
}> | undefined;
|
|
19
19
|
} & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
20
20
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
21
|
-
}, keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "title" | "action" | "avatar" | "disableTypography" | "subheader" | "subheaderTypographyProps" | "titleTypographyProps"
|
|
21
|
+
}, keyof import("@mui/material/OverridableComponent").CommonProps | "sx" | "title" | "action" | "avatar" | "disableTypography" | "subheader" | "subheaderTypographyProps" | "titleTypographyProps"> & {
|
|
22
|
+
component?: "div" | undefined;
|
|
23
|
+
}, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
|
|
22
24
|
//# sourceMappingURL=CardHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CardHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/CardHeader.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAA;AAMtE,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"CardHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/Card/CardHeader.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAA;AAMtE,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;0DAIxC,CAAA"}
|
package/package.json
CHANGED
|
@@ -11,18 +11,18 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/react-flexbox": "~2.17.6",
|
|
14
|
-
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "
|
|
15
|
-
"@xyo-network/payload-model": "
|
|
16
|
-
"@xyo-network/react-gas-price": "~2.
|
|
17
|
-
"@xyo-network/react-payload-plugin": "~2.
|
|
18
|
-
"@xyo-network/react-shared": "~2.
|
|
14
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "next",
|
|
15
|
+
"@xyo-network/payload-model": "next",
|
|
16
|
+
"@xyo-network/react-gas-price": "~2.58.0-rc.1",
|
|
17
|
+
"@xyo-network/react-payload-plugin": "~2.58.0-rc.1",
|
|
18
|
+
"@xyo-network/react-shared": "~2.58.0-rc.1",
|
|
19
19
|
"lodash": "^4.17.21"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@storybook/react": "^7.1.0",
|
|
23
|
-
"@xylabs/ts-scripts-yarn3": "^2.
|
|
24
|
-
"@xylabs/tsconfig-react": "^2.
|
|
25
|
-
"@xyo-network/react-storybook": "~2.
|
|
23
|
+
"@xylabs/ts-scripts-yarn3": "^2.19.0",
|
|
24
|
+
"@xylabs/tsconfig-react": "^2.19.0",
|
|
25
|
+
"@xyo-network/react-storybook": "~2.58.0-rc.1",
|
|
26
26
|
"typescript": "^5.1.6"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
@@ -77,5 +77,6 @@
|
|
|
77
77
|
},
|
|
78
78
|
"sideEffects": false,
|
|
79
79
|
"types": "dist/types/index.d.ts",
|
|
80
|
-
"version": "2.
|
|
80
|
+
"version": "2.58.0-rc.1",
|
|
81
|
+
"stableVersion": "2.57.7"
|
|
81
82
|
}
|