@xyo-network/react-ethereum-gas-price-blocknative-plugin 4.4.5 → 4.4.7

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.
@@ -1,30 +1,23 @@
1
1
  import * as _mui_material_OverridableComponent from '@mui/material/OverridableComponent';
2
2
  import * as _mui_material from '@mui/material';
3
- import * as _xylabs_object from '@xylabs/object';
4
3
  import * as _xyo_network_payload_model from '@xyo-network/payload-model';
5
4
  import { PayloadRenderProps, PayloadDetailsListRenderProps, PayloadRenderPlugin } from '@xyo-network/react-payload-plugin';
6
5
  import React from 'react';
7
6
  import * as _xylabs_react_flexbox from '@xylabs/react-flexbox';
8
7
 
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"> & {
8
+ declare const BlocknativeGasPriceCard: React.ForwardRefExoticComponent<Omit<PayloadRenderProps<_xyo_network_payload_model.Payload> & _mui_material.CardOwnProps & _mui_material_OverridableComponent.CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
12
9
  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
10
  }, "className" | "style" | "classes" | "children" | "sx" | "elevation" | "square" | "variant" | "raised"> & {
14
11
  component?: React.ElementType;
15
12
  }, "ref"> & React.RefAttributes<HTMLDivElement>>;
16
13
 
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"> & {
14
+ declare const BlocknativeGasPriceCardContent: React.ForwardRefExoticComponent<Omit<PayloadRenderProps<_xyo_network_payload_model.Payload> & _mui_material.CardContentOwnProps & _mui_material_OverridableComponent.CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
20
15
  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
16
  }, "className" | "style" | "classes" | "children" | "sx"> & {
22
17
  component?: React.ElementType;
23
18
  }, "ref"> & React.RefAttributes<HTMLDivElement>>;
24
19
 
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"> & {
20
+ declare const BlocknativeGasPriceCardHeader: React.ForwardRefExoticComponent<Omit<PayloadRenderProps<_xyo_network_payload_model.Payload> & _mui_material.CardHeaderOwnProps<"span", "span"> & _mui_material.CardHeaderSlotsAndSlotProps & _mui_material_OverridableComponent.CommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
28
21
  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
22
  }, "className" | "style" | "classes" | "sx" | "title" | "action" | "avatar" | "disableTypography" | "subheader" | "subheaderTypographyProps" | "titleTypographyProps" | "slots" | "slotProps">, "ref"> & React.RefAttributes<HTMLDivElement>>;
30
23
 
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.5",
3
+ "version": "4.4.7",
4
4
  "description": "Common React library for all XYO projects that use React",
5
5
  "keywords": [
6
6
  "xyo",
@@ -44,25 +44,25 @@
44
44
  },
45
45
  "dependencies": {
46
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.5",
50
- "@xyo-network/react-payload-plugin": "^4.4.5",
51
- "@xyo-network/react-shared": "^4.4.5"
47
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "^3.4.2",
48
+ "@xyo-network/payload-model": "^3.9.17",
49
+ "@xyo-network/react-gas-price": "^4.4.7",
50
+ "@xyo-network/react-payload-plugin": "^4.4.7",
51
+ "@xyo-network/react-shared": "^4.4.7"
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.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.5",
56
+ "@mui/icons-material": "^6.4.6",
57
+ "@mui/material": "^6.4.6",
58
+ "@mui/styles": "^6.4.6",
59
+ "@storybook/react": "^8.6.2",
60
+ "@xylabs/ts-scripts-yarn3": "^5.0.25",
61
+ "@xylabs/tsconfig-react": "^5.0.25",
62
+ "@xyo-network/react-storybook": "^4.4.7",
63
63
  "react": "^18.3.1",
64
64
  "react-dom": "^18.3.1",
65
- "storybook": "^8.5.5",
65
+ "storybook": "^8.6.2",
66
66
  "typescript": "^5.7.3"
67
67
  },
68
68
  "peerDependencies": {