Skip to content

Commit

Permalink
@xyo-network/react-node-renderer package fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Sep 27, 2023
1 parent 771c714 commit d3056af
Show file tree
Hide file tree
Showing 52 changed files with 195 additions and 103 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"react-player",
"filepond",
"aos",
"react-icons",
".",
"..",
"../..",
Expand Down
74 changes: 74 additions & 0 deletions .yarn/versions/fabd446f.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
releases:
"@xyo-network/react-address": patch
"@xyo-network/react-address-history": patch
"@xyo-network/react-address-plugin": patch
"@xyo-network/react-address-render": patch
"@xyo-network/react-aggregate-price-plugin": patch
"@xyo-network/react-app-settings": patch
"@xyo-network/react-appbar": patch
"@xyo-network/react-archivist": patch
"@xyo-network/react-block": patch
"@xyo-network/react-boundwitness-plugin": patch
"@xyo-network/react-card": patch
"@xyo-network/react-coin-gecko-prices-plugin": patch
"@xyo-network/react-crypto-market-uniswap-plugin": patch
"@xyo-network/react-crypto-prices-plugin": patch
"@xyo-network/react-default-plugin": patch
"@xyo-network/react-details-plugin": patch
"@xyo-network/react-diviner": patch
"@xyo-network/react-elevation-map-quadkey-plugin": patch
"@xyo-network/react-embed": patch
"@xyo-network/react-error": patch
"@xyo-network/react-ethereum-gas-price-blocknative-plugin": patch
"@xyo-network/react-ethereum-gas-price-etherchain-plugins": patch
"@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin": patch
"@xyo-network/react-ethereum-gas-price-ethers-plugin": patch
"@xyo-network/react-ethereum-gas-price-etherscan-plugin": patch
"@xyo-network/react-ethereum-gas-price-ethgasstation-plugin": patch
"@xyo-network/react-ethereum-gas-price-payload-plugins": patch
"@xyo-network/react-ethereum-gas-price-plugin": patch
"@xyo-network/react-event": patch
"@xyo-network/react-footer": patch
"@xyo-network/react-gas-price": patch
"@xyo-network/react-location-heatmap-quadkey-plugin": patch
"@xyo-network/react-location-point-map-plugin": patch
"@xyo-network/react-location-points-map-plugin": patch
"@xyo-network/react-map": patch
"@xyo-network/react-module": patch
"@xyo-network/react-modules": patch
"@xyo-network/react-network": patch
"@xyo-network/react-nft-score-plugin": patch
"@xyo-network/react-node": patch
"@xyo-network/react-node-context": patch
"@xyo-network/react-node-provider": patch
"@xyo-network/react-node-renderer": patch
"@xyo-network/react-payload": patch
"@xyo-network/react-payload-context": patch
"@xyo-network/react-payload-details": patch
"@xyo-network/react-payload-diviner": patch
"@xyo-network/react-payload-huri": patch
"@xyo-network/react-payload-plugin": patch
"@xyo-network/react-payload-plugin-resolver": patch
"@xyo-network/react-payload-table": patch
"@xyo-network/react-plugins": patch
"@xyo-network/react-pointer-plugin": patch
"@xyo-network/react-powered-by-xyo": patch
"@xyo-network/react-price-forecast-plugin": patch
"@xyo-network/react-property": patch
"@xyo-network/react-sample-node": patch
"@xyo-network/react-schema": patch
"@xyo-network/react-schema-plugin": patch
"@xyo-network/react-sdk": patch
"@xyo-network/react-sentinel": patch
"@xyo-network/react-share": patch
"@xyo-network/react-shared": patch
"@xyo-network/react-standard-node": patch
"@xyo-network/react-storybook": patch
"@xyo-network/react-table": patch
"@xyo-network/react-theme": patch
"@xyo-network/react-typedoc": patch
"@xyo-network/react-wallet": patch
"@xyo-network/react-wallet-service": patch
"@xyo-network/react-webapp": patch
"@xyo-network/react-witness": patch
"@xyo-network/sdk-xyo-react": patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { Badge, Tooltip } from '@mui/material'
import { FlexRow } from '@xylabs/react-flexbox'
import { Payload } from '@xyo-network/payload-model'
// eslint-disable-next-line import/no-internal-modules
import { BsFileEarmarkCode } from 'react-icons/bs/index.js'
// eslint-disable-next-line import/no-internal-modules
import { VscOrganization, VscSymbolMethod, VscSymbolNamespace } from 'react-icons/vsc/index.js'

export interface ArchivistStatsProps {
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/eth-address": "^2.12.12",
"@xylabs/eth-address": "^2.12.13",
"@xylabs/react-button": "^3.0.5",
"@xylabs/react-crypto": "^3.0.5",
"@xylabs/react-flexbox": "^3.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/packages/aggregate-price/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/decimal-precision": "^2.12.12",
"@xylabs/lodash": "^2.12.12",
"@xylabs/decimal-precision": "^2.12.13",
"@xylabs/lodash": "^2.12.13",
"@xylabs/react-flexbox": "^3.0.5",
"@xylabs/react-quick-tip-button": "^3.0.5",
"@xyo-network/crypto-asset-payload-plugin": "^2.75.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/boundwitness/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/eth-address": "^2.12.12",
"@xylabs/eth-address": "^2.12.13",
"@xylabs/react-flexbox": "^3.0.5",
"@xylabs/react-identicon": "^3.0.5",
"@xylabs/react-promise": "^3.0.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { Avatar, AvatarGroup, AvatarGroupProps } from '@mui/material'
import { BoundWitnessSchema } from '@xyo-network/boundwitness-model'
import { usePayloadRenderPluginResolver } from '@xyo-network/react-payload-plugin-resolver'
import { useCallback } from 'react'
// eslint-disable-next-line import/no-internal-modules
import { VscSymbolMethod, VscSymbolNamespace } from 'react-icons/vsc/index.js'

interface SchemaAvatarGroupProps extends AvatarGroupProps {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import { PayloadDetailsRenderProps } from '@xyo-network/react-payload-plugin'
import { usePayloadHash } from '@xyo-network/react-shared'
import { TableHeightProvider } from '@xyo-network/react-table'
import { forwardRef, useMemo } from 'react'
// eslint-disable-next-line import/no-internal-modules
import { FaSignature } from 'react-icons/fa/index.js'
// eslint-disable-next-line import/no-internal-modules
import { VscSymbolMethod, VscSymbolNamespace } from 'react-icons/vsc/index.js'

import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { BottomNavigation, BottomNavigationAction, BottomNavigationProps, styled } from '@mui/material'
import { BoundWitness, BoundWitnessSchema } from '@xyo-network/boundwitness-model'
import { Dispatch, forwardRef, SetStateAction } from 'react'
// eslint-disable-next-line import/no-internal-modules
import { FaSignature } from 'react-icons/fa/index.js'
// eslint-disable-next-line import/no-internal-modules
import { VscSymbolMethod, VscSymbolNamespace } from 'react-icons/vsc/index.js'

export interface BoundWitnessBottomNavigationProps extends BottomNavigationProps {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import { Paper, Tab, TabProps, Tabs, TabsProps, useTheme } from '@mui/material'
import { BoundWitness, BoundWitnessSchema } from '@xyo-network/boundwitness-model'
import { Dispatch, SetStateAction, SyntheticEvent } from 'react'
// eslint-disable-next-line import/no-internal-modules
import { FaSignature } from 'react-icons/fa/index.js'
// eslint-disable-next-line import/no-internal-modules
import { VscSymbolMethod, VscSymbolNamespace } from 'react-icons/vsc/index.js'

export interface BWNavigationTabs extends TabsProps {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { ellipsize } from '@xylabs/eth-address'
import { BoundWitnessValidator } from '@xyo-network/boundwitness-validator'
import { useEvent } from '@xyo-network/react-event'
import { AddressTableCell } from '@xyo-network/react-shared'
// eslint-disable-next-line import/no-internal-modules
import { MdClear, MdDone } from 'react-icons/md/index.js'

type clickableFields = 'address' | 'signature'
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/coin-gecko-prices/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/lodash": "^2.12.12",
"@xylabs/lodash": "^2.12.13",
"@xyo-network/coingecko-crypto-market-payload-plugin": "^2.75.3",
"@xyo-network/payload-model": "^2.75.3",
"@xyo-network/react-aggregate-price-plugin": "workspace:~",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/decimal-precision": "^2.12.12",
"@xylabs/decimal-precision": "^2.12.13",
"@xylabs/react-flexbox": "^3.0.5",
"@xyo-network/payload-model": "^2.75.3",
"@xyo-network/react-payload-plugin": "workspace:~",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/lodash": "^2.12.12",
"@xylabs/lodash": "^2.12.13",
"@xylabs/react-flexbox": "^3.0.5",
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "^2.75.3",
"@xyo-network/payload-model": "^2.75.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/lodash": "^2.12.12",
"@xylabs/lodash": "^2.12.13",
"@xylabs/react-flexbox": "^3.0.5",
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "^2.75.3",
"@xyo-network/payload-model": "^2.75.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/lodash": "^2.12.12",
"@xylabs/lodash": "^2.12.13",
"@xylabs/react-flexbox": "^3.0.5",
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "^2.75.3",
"@xyo-network/payload-model": "^2.75.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/lodash": "^2.12.12",
"@xylabs/lodash": "^2.12.13",
"@xylabs/react-flexbox": "^3.0.5",
"@xyo-network/ethers-ethereum-gas-payload-plugin": "^2.75.3",
"@xyo-network/payload-model": "^2.75.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/lodash": "^2.12.12",
"@xylabs/lodash": "^2.12.13",
"@xylabs/react-flexbox": "^3.0.5",
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.75.3",
"@xyo-network/payload-model": "^2.75.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/lodash": "^2.12.12",
"@xylabs/lodash": "^2.12.13",
"@xylabs/react-flexbox": "^3.0.5",
"@xylabs/react-quick-tip-button": "^3.0.5",
"@xyo-network/gas-price-payload-plugin": "^2.75.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/lodash": "^2.12.12",
"@xylabs/lodash": "^2.12.13",
"@xylabs/react-async-effect": "^3.0.5",
"@xylabs/react-flexbox": "^3.0.5",
"@xylabs/react-promise": "^3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/packages/app-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.12.12",
"@xylabs/assert": "^2.12.13",
"@xylabs/react-shared": "^3.0.5",
"@xyo-network/react-shared": "workspace:~"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { Icon, useTheme } from '@mui/material'
import { FlexBoxProps, FlexRow } from '@xylabs/react-flexbox'
import { useState } from 'react'
// eslint-disable-next-line import/no-internal-modules
import { VscArrowSmallLeft, VscArrowSmallRight } from 'react-icons/vsc/index.js'

import { useCollapsible } from '../../contexts'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
VscSymbolMethod,
VscSymbolNamespace,
VscTable,
// eslint-disable-next-line import/no-internal-modules
} from 'react-icons/vsc/index.js'

import { MenuListItemProps } from '../SiteMenu'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { List } from '@mui/material'
import { Meta, StoryFn } from '@storybook/react'
// eslint-disable-next-line import/no-internal-modules
import { FaGlobeAmericas } from 'react-icons/fa/index.js'
import { BrowserRouter } from 'react-router-dom'

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Tooltip, TooltipProps } from '@mui/material'
import { FlexCol } from '@xylabs/react-flexbox'
// eslint-disable-next-line import/no-internal-modules
import { VscInfo } from 'react-icons/vsc/index.js'

export interface ListItemTooltipProps extends Omit<TooltipProps, 'children'> {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { IconButton, IconButtonProps, useTheme } from '@mui/material'
import { Dispatch, SetStateAction, SyntheticEvent } from 'react'
// eslint-disable-next-line import/no-internal-modules
import { VscChevronDown } from 'react-icons/vsc/index.js'

export interface SubNavToggleIconButtonProps extends IconButtonProps {
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/packages/block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/eth-address": "^2.12.12",
"@xylabs/lodash": "^2.12.12",
"@xylabs/eth-address": "^2.12.13",
"@xylabs/lodash": "^2.12.13",
"@xylabs/react-flexbox": "^3.0.5",
"@xylabs/react-promise": "^3.0.5",
"@xylabs/react-shared": "^3.0.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { TableCell, TableRow, TableRowProps, Typography } from '@mui/material'
import { ellipsize } from '@xylabs/eth-address'
import { BoundWitnessValidator } from '@xyo-network/boundwitness-validator'
import { AddressTableCell } from '@xyo-network/react-shared'
// eslint-disable-next-line import/no-internal-modules
import { MdClear, MdDone } from 'react-icons/md/index.js'

/** @deprecated use from @xyo-network/react-default-plugin instead */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { BoundWitnessValidator } from '@xyo-network/boundwitness-validator'
import { useNetwork } from '@xyo-network/react-network'
import { HashTableCell, usePayloadHash } from '@xyo-network/react-shared'
import { ReactElement } from 'react'
// eslint-disable-next-line import/no-internal-modules
import { MdClear, MdDone } from 'react-icons/md/index.js'

import { BlockTableColumnConfig, blockTableColumnConfigDefaults, BlockTableColumnSlug } from './BlockTableColumnConfig'
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/packages/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/delay": "^2.12.12",
"@xylabs/delay": "^2.12.13",
"@xylabs/react-async-effect": "^3.0.5",
"@xylabs/react-flexbox": "^3.0.5",
"@xylabs/react-shared": "^3.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/packages/event/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.12.12"
"@xylabs/assert": "^2.12.13"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^3.0.78",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/packages/footer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.12.12",
"@xylabs/assert": "^2.12.13",
"@xylabs/react-flexbox": "^3.0.5",
"@xylabs/react-link": "^3.0.5"
},
Expand Down
1 change: 1 addition & 0 deletions packages/sdk/packages/footer/src/Xyo/SocialLinks.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Facebook, Instagram, LinkedIn, Reddit, Telegram, Twitter, YouTube } from '@mui/icons-material'
import { FlexBoxProps, FlexRow } from '@xylabs/react-flexbox'
// eslint-disable-next-line import/no-internal-modules
import { FaDiscord } from 'react-icons/fa/index.js'

import { FooterLink } from '../Link'
Expand Down
8 changes: 4 additions & 4 deletions packages/sdk/packages/map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.12.12",
"@xylabs/delay": "^2.12.12",
"@xylabs/forget": "^2.12.12",
"@xylabs/lodash": "^2.12.12",
"@xylabs/assert": "^2.12.13",
"@xylabs/delay": "^2.12.13",
"@xylabs/forget": "^2.12.13",
"@xylabs/lodash": "^2.12.13",
"@xylabs/react-flexbox": "^3.0.5",
"@xylabs/react-shared": "^3.0.5",
"@xyo-network/payload-model": "^2.75.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
},
"dependencies": {
"@xylabs/assert": "^2.12.12",
"@xylabs/assert": "^2.12.13",
"@xylabs/react-select": "^3.0.5",
"@xylabs/react-shared": "^3.0.5",
"@xyo-network/network": "^2.75.3",
Expand Down
Loading

0 comments on commit d3056af

Please sign in to comment.