Skip to content

Commit

Permalink
xns name estimate textfield (#714)
Browse files Browse the repository at this point in the history
* WIP - xns package

* dedupe

* implement masking

* working story

* updo

* strip hyphens on blur

* rename

* updo

* suppress errors since the implementation will change in the next PR
  • Loading branch information
jonesmac authored Sep 5, 2024
1 parent 305fff2 commit 23ebeee
Show file tree
Hide file tree
Showing 97 changed files with 2,862 additions and 2,004 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@babel/core": "^7.25.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@eslint-react/eslint-plugin": "^1.12.4",
"@eslint-react/eslint-plugin": "^1.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/styles": "^5.16.7",
Expand All @@ -96,11 +96,11 @@
"@xylabs/eslint-config-flat": "^4.0.7",
"@xylabs/eslint-config-react-flat": "^4.0.7",
"@xylabs/pixel": "^2.0.1",
"@xylabs/react-button": "^4.1.2",
"@xylabs/react-flexbox": "^4.1.2",
"@xylabs/react-invertible-theme": "^4.1.2",
"@xylabs/react-pixel": "^4.1.2",
"@xylabs/react-shared": "^4.1.2",
"@xylabs/react-button": "^4.2.5",
"@xylabs/react-flexbox": "^4.2.5",
"@xylabs/react-invertible-theme": "^4.2.5",
"@xylabs/react-pixel": "^4.2.5",
"@xylabs/react-shared": "^4.2.5",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig-react": "^4.0.7",
"chromatic": "^11.7.1",
Expand Down
28 changes: 14 additions & 14 deletions packages/modules/packages/archivist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@
"dependencies": {
"@xylabs/exists": "^4.0.9",
"@xylabs/hex": "^4.0.9",
"@xylabs/react-async-effect": "^4.1.2",
"@xylabs/react-button": "^4.1.2",
"@xylabs/react-flexbox": "^4.1.2",
"@xylabs/react-promise": "^4.1.2",
"@xyo-network/archivist-memory": "^3.1.5",
"@xyo-network/archivist-model": "^3.1.5",
"@xyo-network/boundwitness-builder": "^3.1.5",
"@xyo-network/boundwitness-model": "^3.1.5",
"@xyo-network/module-events": "^3.1.5",
"@xyo-network/module-model": "^3.1.5",
"@xyo-network/module-wrapper": "^3.1.5",
"@xyo-network/payload-model": "^3.1.5",
"@xylabs/react-async-effect": "^4.2.5",
"@xylabs/react-button": "^4.2.5",
"@xylabs/react-flexbox": "^4.2.5",
"@xylabs/react-promise": "^4.2.5",
"@xyo-network/archivist-memory": "^3.1.6",
"@xyo-network/archivist-model": "^3.1.6",
"@xyo-network/boundwitness-builder": "^3.1.6",
"@xyo-network/boundwitness-model": "^3.1.6",
"@xyo-network/module-events": "^3.1.6",
"@xyo-network/module-model": "^3.1.6",
"@xyo-network/module-wrapper": "^3.1.6",
"@xyo-network/payload-model": "^3.1.6",
"@xyo-network/react-module": "workspace:^",
"@xyo-network/react-node": "workspace:^",
"@xyo-network/react-wallet": "workspace:^",
Expand All @@ -69,8 +69,8 @@
"@storybook/react": "^8.2.9",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig-react": "^4.0.7",
"@xyo-network/account": "^3.1.5",
"@xyo-network/node-memory": "^3.1.5",
"@xyo-network/account": "^3.1.6",
"@xyo-network/node-memory": "^3.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.2.9",
Expand Down
4 changes: 2 additions & 2 deletions packages/modules/packages/diviner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
"dependencies": {
"@xylabs/exists": "^4.0.9",
"@xyo-network/diviner-model": "^3.1.5",
"@xyo-network/module-model": "^3.1.5",
"@xyo-network/diviner-model": "^3.1.6",
"@xyo-network/module-model": "^3.1.6",
"@xyo-network/react-node": "workspace:^"
},
"devDependencies": {
Expand Down
22 changes: 11 additions & 11 deletions packages/modules/packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,26 @@
},
"dependencies": {
"@xylabs/eth-address": "^4.0.9",
"@xylabs/react-button": "^4.1.2",
"@xylabs/react-crypto": "^4.1.2",
"@xylabs/react-flexbox": "^4.1.2",
"@xylabs/react-promise": "^4.1.2",
"@xyo-network/diviner-model": "^3.1.5",
"@xyo-network/module-model": "^3.1.5",
"@xylabs/react-button": "^4.2.5",
"@xylabs/react-crypto": "^4.2.5",
"@xylabs/react-flexbox": "^4.2.5",
"@xylabs/react-promise": "^4.2.5",
"@xyo-network/diviner-model": "^3.1.6",
"@xyo-network/module-model": "^3.1.6",
"@xyo-network/react-shared": "workspace:^"
},
"devDependencies": {
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/styles": "^5.16.7",
"@storybook/react": "^8.2.9",
"@xylabs/react-async-effect": "^4.1.2",
"@xylabs/react-async-effect": "^4.2.5",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig-react": "^4.0.7",
"@xyo-network/archivist": "^3.1.5",
"@xyo-network/crypto-asset-plugin": "^3.0.11",
"@xyo-network/diviner-address-history": "^3.1.5",
"@xyo-network/node-memory": "^3.1.5",
"@xyo-network/archivist": "^3.1.6",
"@xyo-network/crypto-asset-plugin": "^3.0.16",
"@xyo-network/diviner-address-history": "^3.1.6",
"@xyo-network/node-memory": "^3.1.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.2.9",
Expand Down
22 changes: 11 additions & 11 deletions packages/modules/packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,27 +49,27 @@
"@mui/material": "^5.16.7",
"@mui/styles": "^5.16.7",
"@mui/system": "^5.16.7",
"@mui/x-tree-view": "^7.15.0",
"@mui/x-tree-view": "^7.16.0",
"@xylabs/exists": "^4.0.9",
"@xylabs/logger": "^4.0.9",
"@xylabs/object": "^4.0.9",
"@xylabs/react-async-effect": "^4.1.2",
"@xylabs/react-flexbox": "^4.1.2",
"@xylabs/react-promise": "^4.1.2",
"@xylabs/react-shared": "^4.1.2",
"@xyo-network/module-abstract": "^3.1.5",
"@xyo-network/module-model": "^3.1.5",
"@xyo-network/node-model": "^3.1.5",
"@xyo-network/payload-model": "^3.1.5",
"@xylabs/react-async-effect": "^4.2.5",
"@xylabs/react-flexbox": "^4.2.5",
"@xylabs/react-promise": "^4.2.5",
"@xylabs/react-shared": "^4.2.5",
"@xyo-network/module-abstract": "^3.1.6",
"@xyo-network/module-model": "^3.1.6",
"@xyo-network/node-model": "^3.1.6",
"@xyo-network/payload-model": "^3.1.6",
"@xyo-network/react-node-context": "workspace:^",
"@xyo-network/react-node-provider": "workspace:^"
},
"devDependencies": {
"@storybook/react": "^8.2.9",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig-react": "^4.0.7",
"@xyo-network/node-memory": "^3.1.5",
"@xyo-network/payload-model": "^3.1.5",
"@xyo-network/node-memory": "^3.1.6",
"@xyo-network/payload-model": "^3.1.6",
"@xyo-network/react-storybook": "workspace:^",
"@xyo-network/react-wallet": "workspace:^",
"react": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/modules/packages/node/packages/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xyo-network/module-model": "^3.1.5",
"@xyo-network/node-model": "^3.1.5",
"@xyo-network/module-model": "^3.1.6",
"@xyo-network/node-model": "^3.1.6",
"@xyo-network/react-shared": "workspace:^"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/modules/packages/node/packages/provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
},
"dependencies": {
"@xylabs/forget": "^4.0.9",
"@xylabs/react-async-effect": "^4.1.2",
"@xylabs/react-shared": "^4.1.2",
"@xyo-network/module-model": "^3.1.5",
"@xyo-network/node-memory": "^3.1.5",
"@xyo-network/node-model": "^3.1.5",
"@xylabs/react-async-effect": "^4.2.5",
"@xylabs/react-shared": "^4.2.5",
"@xyo-network/module-model": "^3.1.6",
"@xyo-network/node-memory": "^3.1.6",
"@xyo-network/node-model": "^3.1.6",
"@xyo-network/react-node-context": "workspace:^",
"@xyo-network/react-shared": "workspace:^"
},
Expand Down
34 changes: 17 additions & 17 deletions packages/modules/packages/sentinal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,24 +44,24 @@
},
"dependencies": {
"@xylabs/exists": "^4.0.9",
"@xylabs/react-async-effect": "^4.1.2",
"@xylabs/react-button": "^4.1.2",
"@xylabs/react-flexbox": "^4.1.2",
"@xylabs/react-promise": "^4.1.2",
"@xylabs/react-shared": "^4.1.2",
"@xyo-network/account-model": "^3.1.5",
"@xyo-network/archivist-model": "^3.1.5",
"@xyo-network/boundwitness-model": "^3.1.5",
"@xyo-network/module-model": "^3.1.5",
"@xyo-network/payload-model": "^3.1.5",
"@xylabs/react-async-effect": "^4.2.5",
"@xylabs/react-button": "^4.2.5",
"@xylabs/react-flexbox": "^4.2.5",
"@xylabs/react-promise": "^4.2.5",
"@xylabs/react-shared": "^4.2.5",
"@xyo-network/account-model": "^3.1.6",
"@xyo-network/archivist-model": "^3.1.6",
"@xyo-network/boundwitness-model": "^3.1.6",
"@xyo-network/module-model": "^3.1.6",
"@xyo-network/payload-model": "^3.1.6",
"@xyo-network/react-module": "workspace:^",
"@xyo-network/react-node": "workspace:^",
"@xyo-network/react-payload-raw-info": "workspace:^",
"@xyo-network/react-shared": "workspace:^",
"@xyo-network/react-witness": "workspace:^",
"@xyo-network/sentinel-memory": "^3.1.5",
"@xyo-network/sentinel-model": "^3.1.5",
"@xyo-network/witness-model": "^3.1.5"
"@xyo-network/sentinel-memory": "^3.1.6",
"@xyo-network/sentinel-model": "^3.1.6",
"@xyo-network/witness-model": "^3.1.6"
},
"devDependencies": {
"@emotion/react": "^11.13.3",
Expand All @@ -72,10 +72,10 @@
"@storybook/react": "^8.2.9",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig-react": "^4.0.7",
"@xyo-network/account": "^3.1.5",
"@xyo-network/evm-call-witness": "^3.0.11",
"@xyo-network/manifest": "^3.1.5",
"@xyo-network/module-factory-locator": "^3.1.5",
"@xyo-network/account": "^3.1.6",
"@xyo-network/evm-call-witness": "^3.0.16",
"@xyo-network/manifest": "^3.1.6",
"@xyo-network/module-factory-locator": "^3.1.6",
"ethers": "^6.13.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/modules/packages/witness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
},
"dependencies": {
"@xylabs/exists": "^4.0.9",
"@xylabs/react-button": "^4.1.2",
"@xylabs/react-flexbox": "^4.1.2",
"@xylabs/react-promise": "^4.1.2",
"@xyo-network/module-model": "^3.1.5",
"@xyo-network/payload-model": "^3.1.5",
"@xylabs/react-button": "^4.2.5",
"@xylabs/react-flexbox": "^4.2.5",
"@xylabs/react-promise": "^4.2.5",
"@xyo-network/module-model": "^3.1.6",
"@xyo-network/payload-model": "^3.1.6",
"@xyo-network/react-module": "workspace:^",
"@xyo-network/react-node": "workspace:^",
"@xyo-network/react-payload-raw-info": "workspace:^",
"@xyo-network/witness-model": "^3.1.5"
"@xyo-network/witness-model": "^3.1.6"
},
"devDependencies": {
"@emotion/react": "^11.13.3",
Expand All @@ -63,7 +63,7 @@
"@storybook/react": "^8.2.9",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig-react": "^4.0.7",
"@xyo-network/id-plugin": "^3.0.11",
"@xyo-network/id-plugin": "^3.0.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"storybook": "^8.2.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xyo-network/module-model": "^3.1.5",
"@xyo-network/module-model": "^3.1.6",
"@xyo-network/react-address-render": "workspace:^",
"@xyo-network/react-payload-plugin": "workspace:^"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/packages/aggregate-price/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
},
"dependencies": {
"@xylabs/decimal-precision": "^4.0.9",
"@xylabs/react-flexbox": "^4.1.2",
"@xylabs/react-quick-tip-button": "^4.1.2",
"@xyo-network/crypto-asset-payload-plugin": "^3.0.11",
"@xyo-network/payload-model": "^3.1.5",
"@xylabs/react-flexbox": "^4.2.5",
"@xylabs/react-quick-tip-button": "^4.2.5",
"@xyo-network/crypto-asset-payload-plugin": "^3.0.16",
"@xyo-network/payload-model": "^3.1.6",
"@xyo-network/react-payload-plugin": "workspace:^",
"@xyo-network/react-shared": "workspace:^"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/plugins/packages/boundwitness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@
"dependencies": {
"@xylabs/arraybuffer": "^4.0.9",
"@xylabs/eth-address": "^4.0.9",
"@xylabs/react-flexbox": "^4.1.2",
"@xylabs/react-identicon": "^4.1.2",
"@xylabs/react-promise": "^4.1.2",
"@xylabs/react-quick-tip-button": "^4.1.2",
"@xylabs/react-shared": "^4.1.2",
"@xyo-network/boundwitness-model": "^3.1.5",
"@xyo-network/boundwitness-validator": "^3.1.5",
"@xyo-network/payload-model": "^3.1.5",
"@xylabs/react-flexbox": "^4.2.5",
"@xylabs/react-identicon": "^4.2.5",
"@xylabs/react-promise": "^4.2.5",
"@xylabs/react-quick-tip-button": "^4.2.5",
"@xylabs/react-shared": "^4.2.5",
"@xyo-network/boundwitness-model": "^3.1.6",
"@xyo-network/boundwitness-validator": "^3.1.6",
"@xyo-network/payload-model": "^3.1.6",
"@xyo-network/react-card": "workspace:^",
"@xyo-network/react-event": "workspace:^",
"@xyo-network/react-payload-details": "workspace:^",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/packages/coin-gecko-prices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xyo-network/coingecko-crypto-market-payload-plugin": "^3.0.11",
"@xyo-network/payload-model": "^3.1.5",
"@xyo-network/coingecko-crypto-market-payload-plugin": "^3.0.16",
"@xyo-network/payload-model": "^3.1.6",
"@xyo-network/react-aggregate-price-plugin": "workspace:^",
"@xyo-network/react-payload-plugin": "workspace:^",
"@xyo-network/react-shared": "workspace:^"
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/packages/crypto-market-uniswap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@
},
"dependencies": {
"@xylabs/decimal-precision": "^4.0.9",
"@xylabs/react-flexbox": "^4.1.2",
"@xyo-network/payload-model": "^3.1.5",
"@xylabs/react-flexbox": "^4.2.5",
"@xyo-network/payload-model": "^3.1.6",
"@xyo-network/react-payload-plugin": "workspace:^",
"@xyo-network/react-shared": "workspace:^",
"@xyo-network/uniswap-crypto-market-payload-plugin": "^3.0.11"
"@xyo-network/uniswap-crypto-market-payload-plugin": "^3.0.16"
},
"devDependencies": {
"@emotion/react": "^11.13.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/packages/crypto-prices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/react-flexbox": "^4.1.2",
"@xyo-network/coingecko-crypto-market-payload-plugin": "^3.0.11",
"@xyo-network/payload-model": "^3.1.5",
"@xylabs/react-flexbox": "^4.2.5",
"@xyo-network/coingecko-crypto-market-payload-plugin": "^3.0.16",
"@xyo-network/payload-model": "^3.1.6",
"@xyo-network/react-payload-plugin": "workspace:^",
"@xyo-network/react-shared": "workspace:^",
"@xyo-network/uniswap-crypto-market-payload-plugin": "^3.0.11"
"@xyo-network/uniswap-crypto-market-payload-plugin": "^3.0.16"
},
"devDependencies": {
"@emotion/react": "^11.13.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/packages/elevation-quadkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/react-async-effect": "^4.1.2",
"@xylabs/react-flexbox": "^4.1.2",
"@xylabs/react-shared": "^4.1.2",
"@xylabs/react-async-effect": "^4.2.5",
"@xylabs/react-flexbox": "^4.2.5",
"@xylabs/react-shared": "^4.2.5",
"@xyo-network/axios": "^2.91.3",
"@xyo-network/payload-model": "^3.1.5",
"@xyo-network/payload-model": "^3.1.6",
"@xyo-network/react-map": "workspace:^",
"@xyo-network/react-shared": "workspace:^",
"@xyo-network/sdk-geo": "^3.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"lint-pkg": "npmPkgJsonLint ."
},
"dependencies": {
"@xylabs/react-flexbox": "^4.1.2",
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^3.0.11",
"@xyo-network/payload-model": "^3.1.5",
"@xylabs/react-flexbox": "^4.2.5",
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^3.0.16",
"@xyo-network/payload-model": "^3.1.6",
"@xyo-network/react-gas-price": "workspace:^",
"@xyo-network/react-payload-plugin": "workspace:^",
"@xyo-network/react-shared": "workspace:^"
Expand Down
Loading

0 comments on commit 23ebeee

Please sign in to comment.