@xyo-network/react-card 2.81.5 → 2.81.7

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -10,9 +10,9 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/react-flexbox": "^3.4.0",
14
- "@xyo-network/react-shared": "^2.81.5",
15
- "react-router-dom": "^6.24.1"
13
+ "@xylabs/react-flexbox": "^3.4.1",
14
+ "@xyo-network/react-shared": "^2.81.7",
15
+ "react-router-dom": "^6.25.1"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "@mui/icons-material": "^5",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "devDependencies": {
25
25
  "@storybook/react": "^7.6.20",
26
- "@xylabs/ts-scripts-yarn3": "^3.12.1",
27
- "@xylabs/tsconfig-react": "^3.12.1",
28
- "@xyo-network/react-storybook": "^2.81.5",
26
+ "@xylabs/ts-scripts-yarn3": "^3.12.4",
27
+ "@xylabs/tsconfig-react": "^3.12.4",
28
+ "@xyo-network/react-storybook": "^2.81.7",
29
29
  "typescript": "^5.5.3"
30
30
  },
31
31
  "description": "Common React library for all XYO projects that use React",
@@ -79,6 +79,6 @@
79
79
  },
80
80
  "sideEffects": false,
81
81
  "types": "dist/browser/index.d.ts",
82
- "version": "2.81.5",
82
+ "version": "2.81.7",
83
83
  "type": "module"
84
84
  }
@@ -5,8 +5,8 @@ import { FlexGrowCol } from '@xylabs/react-flexbox'
5
5
  import { WithRefDecorator } from '@xyo-network/react-storybook'
6
6
  import { useRef, useState } from 'react'
7
7
 
8
- import { CardContentEx } from './CardContentEx'
9
- import { PageCard } from './PageCard'
8
+ import { CardContentEx } from './CardContentEx.js'
9
+ import { PageCard } from './PageCard.js'
10
10
 
11
11
  const ScrollableDecorator: Decorator = (Story, args) => {
12
12
  const [scrollToTop, setScrollToTop] = useState(0)
@@ -1,7 +1,7 @@
1
1
  import { Meta, StoryFn } from '@storybook/react'
2
2
  import { BrowserRouter } from 'react-router-dom'
3
3
 
4
- import { FullWidthCard } from './FullWidthCard'
4
+ import { FullWidthCard } from './FullWidthCard.js'
5
5
  const StorybookEntry = {
6
6
  argTypes: {},
7
7
  component: FullWidthCard,
@@ -4,7 +4,7 @@ import { Meta, StoryFn } from '@storybook/react'
4
4
  import { WithRefDecorator } from '@xyo-network/react-storybook'
5
5
  import { useState } from 'react'
6
6
 
7
- import { PageCard } from './PageCard'
7
+ import { PageCard } from './PageCard.js'
8
8
 
9
9
  const StorybookEntry: Meta = {
10
10
  argTypes: {
@@ -4,7 +4,7 @@ import { BrowserRouter } from 'react-router-dom'
4
4
 
5
5
  import CoinbaseWalletIcon from './coinbase-wallet.svg'
6
6
  import MoneyMedia from './money.jpg'
7
- import { SimpleCard } from './SimpleCard'
7
+ import { SimpleCard } from './SimpleCard.js'
8
8
  const StorybookEntry = {
9
9
  argTypes: {},
10
10
  component: SimpleCard,
@@ -3,7 +3,7 @@ import { BrowserRouter } from 'react-router-dom'
3
3
 
4
4
  import CoinbaseWalletIcon from './coinbase-wallet.svg'
5
5
  import MoneyMedia from './money.jpg'
6
- import { SimpleCardGrid } from './SimpleCardGrid'
6
+ import { SimpleCardGrid } from './SimpleCardGrid.js'
7
7
  const StorybookEntry = {
8
8
  argTypes: {},
9
9
  component: SimpleCardGrid,