@xyo-network/react-chain-blockchain 1.3.3 → 1.3.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.
- package/dist/browser/index.mjs +7 -7
- package/dist/browser/index.mjs.map +1 -1
- package/dist/types/components/payload/fields/BlockNumberTextField.d.ts.map +1 -1
- package/dist/types/components/payload/fields/XyoAddressTextField.d.ts.map +1 -1
- package/package.json +23 -23
- package/src/components/chain/controls/PulseSvgIcon.tsx +5 -5
- package/src/components/payload/fields/BlockNumberTextField.tsx +2 -2
- package/src/components/payload/fields/XyoAddressTextField.tsx +2 -2
- package/src/types/global.d.ts +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockNumberTextField.d.ts","sourceRoot":"","sources":["../../../../../src/components/payload/fields/BlockNumberTextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,
|
|
1
|
+
{"version":3,"file":"BlockNumberTextField.d.ts","sourceRoot":"","sources":["../../../../../src/components/payload/fields/BlockNumberTextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAA;AAK3D,OAAO,KAAmB,MAAM,OAAO,CAAA;AAEvC,UAAU,yBAA0B,SAAQ,sBAAsB;IAChE,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,oBAAoB,CAAC,EAAE,CAAC,WAAW,CAAC,EAAE,MAAM,KAAK,IAAI,CAAA;CACtD;AAED,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAwBpE,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"XyoAddressTextField.d.ts","sourceRoot":"","sources":["../../../../../src/components/payload/fields/XyoAddressTextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,
|
|
1
|
+
{"version":3,"file":"XyoAddressTextField.d.ts","sourceRoot":"","sources":["../../../../../src/components/payload/fields/XyoAddressTextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAA;AAI3D,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAE1C,OAAO,KAA4B,MAAM,OAAO,CAAA;AAEhD,UAAU,wBAAyB,SAAQ,IAAI,CAAC,sBAAsB,EAAE,OAAO,CAAC;IAC9E,gBAAgB,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,OAAO,KAAK,IAAI,CAAA;IAE9C,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB;AAED,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAyClE,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xyo-network/react-chain-blockchain",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.5",
|
|
5
5
|
"description": "XYO Layer One React SDK Blockchain",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -43,33 +43,33 @@
|
|
|
43
43
|
"@xylabs/exists": "^4.8.7",
|
|
44
44
|
"@xylabs/hex": "^4.8.7",
|
|
45
45
|
"@xylabs/promise": "^4.8.7",
|
|
46
|
-
"@xylabs/react-animation": "^6.2.
|
|
47
|
-
"@xylabs/react-error": "^6.2.
|
|
48
|
-
"@xylabs/react-flexbox": "^6.2.
|
|
49
|
-
"@xylabs/react-identicon": "^6.2.
|
|
50
|
-
"@xylabs/react-promise": "^6.2.
|
|
51
|
-
"@xylabs/react-quick-tip-button": "^6.2.
|
|
46
|
+
"@xylabs/react-animation": "^6.2.10",
|
|
47
|
+
"@xylabs/react-error": "^6.2.10",
|
|
48
|
+
"@xylabs/react-flexbox": "^6.2.10",
|
|
49
|
+
"@xylabs/react-identicon": "^6.2.10",
|
|
50
|
+
"@xylabs/react-promise": "^6.2.10",
|
|
51
|
+
"@xylabs/react-quick-tip-button": "^6.2.10",
|
|
52
52
|
"@xyo-network/account": "^3.13.0",
|
|
53
53
|
"@xyo-network/api-models": "^3.13.0",
|
|
54
54
|
"@xyo-network/archivist-model": "^3.13.0",
|
|
55
55
|
"@xyo-network/boundwitness-builder": "^3.13.0",
|
|
56
56
|
"@xyo-network/boundwitness-model": "^3.13.0",
|
|
57
57
|
"@xyo-network/bridge-http": "^3.13.0",
|
|
58
|
-
"@xyo-network/chain-ethereum": "^1.3.
|
|
59
|
-
"@xyo-network/chain-protocol": "^1.3.
|
|
60
|
-
"@xyo-network/chain-services": "^1.3.
|
|
58
|
+
"@xyo-network/chain-ethereum": "^1.3.5",
|
|
59
|
+
"@xyo-network/chain-protocol": "^1.3.5",
|
|
60
|
+
"@xyo-network/chain-services": "^1.3.5",
|
|
61
61
|
"@xyo-network/module-model": "^3.13.0",
|
|
62
62
|
"@xyo-network/payload-builder": "^3.13.0",
|
|
63
63
|
"@xyo-network/payload-model": "^3.13.0",
|
|
64
|
-
"@xyo-network/react-boundwitness-plugin": "^5.2.
|
|
65
|
-
"@xyo-network/react-chain-blockies": "^1.3.
|
|
66
|
-
"@xyo-network/react-event": "^5.2.
|
|
67
|
-
"@xyo-network/react-payload-raw-info": "^5.2.
|
|
68
|
-
"@xyo-network/react-payload-table": "^5.2.
|
|
69
|
-
"@xyo-network/react-shared": "^5.2.
|
|
70
|
-
"@xyo-network/react-table": "^5.2.
|
|
71
|
-
"@xyo-network/xl1-model": "^1.3.
|
|
72
|
-
"@xyo-network/xl1-protocol": "^1.3.
|
|
64
|
+
"@xyo-network/react-boundwitness-plugin": "^5.2.3",
|
|
65
|
+
"@xyo-network/react-chain-blockies": "^1.3.5",
|
|
66
|
+
"@xyo-network/react-event": "^5.2.3",
|
|
67
|
+
"@xyo-network/react-payload-raw-info": "^5.2.3",
|
|
68
|
+
"@xyo-network/react-payload-table": "^5.2.3",
|
|
69
|
+
"@xyo-network/react-shared": "^5.2.3",
|
|
70
|
+
"@xyo-network/react-table": "^5.2.3",
|
|
71
|
+
"@xyo-network/xl1-model": "^1.3.5",
|
|
72
|
+
"@xyo-network/xl1-protocol": "^1.3.5"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@emotion/react": "^11.14.0",
|
|
@@ -80,13 +80,13 @@
|
|
|
80
80
|
"@types/react": "^19.1.2",
|
|
81
81
|
"@xylabs/delay": "^4.8.7",
|
|
82
82
|
"@xylabs/hex": "^4.8.7",
|
|
83
|
-
"@xylabs/ts-scripts-yarn3": "^6.3.
|
|
84
|
-
"@xylabs/tsconfig-react": "^6.3.
|
|
83
|
+
"@xylabs/ts-scripts-yarn3": "^6.3.5",
|
|
84
|
+
"@xylabs/tsconfig-react": "^6.3.5",
|
|
85
85
|
"@xyo-network/archivist-memory": "^3.13.0",
|
|
86
|
-
"@xyo-network/chain-utils": "^1.3.
|
|
86
|
+
"@xyo-network/chain-utils": "^1.3.5",
|
|
87
87
|
"react": "^19.1.0",
|
|
88
88
|
"react-dom": "^19.1.0",
|
|
89
|
-
"react-router-dom": "^7.5.
|
|
89
|
+
"react-router-dom": "^7.5.2",
|
|
90
90
|
"storybook": "^8.6.12",
|
|
91
91
|
"typescript": "^5.8.3"
|
|
92
92
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
2
|
+
createSvgIcon, keyframes, styled,
|
|
3
3
|
} from '@mui/material'
|
|
4
4
|
import React from 'react'
|
|
5
5
|
|
|
@@ -51,20 +51,20 @@ export const StyledPulseSvgIcon = styled(PulseSvgIcon)(({ theme }) => {
|
|
|
51
51
|
return {
|
|
52
52
|
'& .core': {
|
|
53
53
|
animation: `${pulse1} 1.25s ease-in-out infinite`,
|
|
54
|
-
fill: theme.palette.success.main,
|
|
54
|
+
fill: theme.vars.palette.success.main,
|
|
55
55
|
},
|
|
56
56
|
'&.paused .core': {
|
|
57
57
|
animation: 'none',
|
|
58
|
-
fill: theme.palette.divider,
|
|
58
|
+
fill: theme.vars.palette.divider,
|
|
59
59
|
transform: 'scale(2)',
|
|
60
60
|
},
|
|
61
61
|
'& .radar': {
|
|
62
62
|
animation: `${pulse2} 1.25s ease-in-out infinite`,
|
|
63
|
-
fill:
|
|
63
|
+
fill: `color-mix(in srgb, ${theme.vars.palette.success.main}, transparent 50%)`,
|
|
64
64
|
},
|
|
65
65
|
'&.paused .radar': {
|
|
66
66
|
animation: 'none',
|
|
67
|
-
fill: theme.palette.divider,
|
|
67
|
+
fill: theme.vars.palette.divider,
|
|
68
68
|
transform: 'scale(6)',
|
|
69
69
|
},
|
|
70
70
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { StandardTextFieldProps
|
|
1
|
+
import type { StandardTextFieldProps } from '@mui/material'
|
|
2
2
|
import {
|
|
3
3
|
FormControl, FormHelperText, TextField,
|
|
4
4
|
} from '@mui/material'
|
|
@@ -31,7 +31,7 @@ export const BlockNumberTextField: React.FC<BlockNumberTextFieldProps> = ({
|
|
|
31
31
|
value={blockNumber ?? ''}
|
|
32
32
|
{...props}
|
|
33
33
|
/>
|
|
34
|
-
{errorMessage && <FormHelperText sx={{ color:
|
|
34
|
+
{errorMessage && <FormHelperText sx={{ color: 'error.main' }}>{errorMessage}</FormHelperText>}
|
|
35
35
|
</FormControl>
|
|
36
36
|
)
|
|
37
37
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { StandardTextFieldProps
|
|
1
|
+
import type { StandardTextFieldProps } from '@mui/material'
|
|
2
2
|
import {
|
|
3
3
|
FormControl, FormHelperText, TextField,
|
|
4
4
|
} from '@mui/material'
|
|
@@ -50,7 +50,7 @@ export const XyoAddressTextField: React.FC<XyoAddressTextFieldProps> = ({
|
|
|
50
50
|
value={address}
|
|
51
51
|
{...props}
|
|
52
52
|
/>
|
|
53
|
-
{addressError && <FormHelperText sx={{ color:
|
|
53
|
+
{addressError && <FormHelperText sx={{ color: 'error.main' }}>{addressError.message}</FormHelperText>}
|
|
54
54
|
</FormControl>
|
|
55
55
|
)
|
|
56
56
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import type {} from '@mui/material/themeCssVarsAugmentation'
|