Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Dec 20, 2024
2 parents a669d94 + df02499 commit d292cd4
Show file tree
Hide file tree
Showing 92 changed files with 144 additions and 123 deletions.
8 changes: 7 additions & 1 deletion .storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fustat:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700&display=swap"
rel="stylesheet">
rel="stylesheet">

<style>
:root {
interpolate-size: allow-keywords;
}
</style>
6 changes: 3 additions & 3 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ const getTheme = (themeName: ThemeName) => {
const theme = useTheme()
const themes: Record<ThemeName, Theme> = {
None: theme,
XYO: XyoTheme(theme, false),
Dataism: DataismTheme(theme, false),
XYLabs: XyLabsTheme(theme, false),
XYO: XyoTheme(),
Dataism: DataismTheme(),
XYLabs: XyLabsTheme(),
}
return themes[themeName] ?? {}
}
Expand Down
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"import": [],
"version": "0.2",
"words": [
"Dataism",
"dogecoin",
"frax",
"IPFS",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/sdk-xyo-react",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-modules",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/packages/archivist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-archivist",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/packages/diviner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-diviner",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/packages/module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-module",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-node",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-node-context",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-node-provider",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/packages/sentinal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-sentinel",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/modules/packages/witness/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-witness",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-plugins",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/address/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-address-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/aggregate-price/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-aggregate-price-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/boundwitness/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-boundwitness-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
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
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-coin-gecko-prices-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-crypto-market-uniswap-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/crypto-prices/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-crypto-prices-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-default-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/details/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-details-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/elevation-quadkey/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-elevation-map-quadkey-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/ethereum-gas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-ethereum-gas-price-payload-plugins",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-ethereum-gas-price-blocknative-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-ethereum-gas-price-ethgasstation-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-ethereum-gas-price-etherchain-plugins",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-ethereum-gas-price-etherchain-v2-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-ethereum-gas-price-ethers-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-ethereum-gas-price-etherscan-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-ethereum-gas-price-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-location-heatmap-quadkey-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/location-point-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-location-point-map-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/location-points-map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-location-points-map-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/nft-score/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-nft-score-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/pointer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-pointer-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/price-forecast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-price-forecast-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-schema-plugin",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-sdk",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/packages/access-gate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-access-gate",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/packages/address/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-address",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-address-history",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/packages/address/packages/render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-address-render",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/packages/advertising/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-advertising",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
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
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-app-settings",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/packages/appbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-appbar",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/packages/block/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-block",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/packages/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xyo-network/react-card",
"version": "4.2.12",
"version": "4.2.14",
"description": "Common React library for all XYO projects that use React",
"keywords": [
"xyo",
Expand Down
Loading

0 comments on commit d292cd4

Please sign in to comment.