@xyo-network/react-card 2.26.33 → 2.26.34

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/README.md CHANGED
@@ -10,7 +10,8 @@
10
10
  [![codeclimate-badge][]][codeclimate-link]
11
11
  [![snyk-badge][]][snyk-link]
12
12
 
13
- > The XYO Foundation provides this source code available in our efforts to advance the understanding of the XYO Procotol and its possible uses.
13
+ > The XYO Foundation provides this source code available in our efforts to
14
+ > advance the understanding of the XYO Procotol and its possible uses.
14
15
 
15
16
  ## Table of Contents
16
17
 
package/dist/docs.json CHANGED
@@ -2,6 +2,15 @@
2
2
  "id": 0,
3
3
  "name": "@xyo-network/react-card",
4
4
  "kind": 1,
5
+ "kindString": "Project",
5
6
  "flags": {},
6
- "originalName": ""
7
+ "originalName": "",
8
+ "sources": [
9
+ {
10
+ "fileName": "index.ts",
11
+ "line": 1,
12
+ "character": 0,
13
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/77726df/packages/card/src/index.ts#L1"
14
+ }
15
+ ]
7
16
  }
package/package.json CHANGED
@@ -13,9 +13,9 @@
13
13
  "@emotion/react": "^11.9.3",
14
14
  "@emotion/styled": "^11.9.3",
15
15
  "@mui/icons-material": "^5.8.4",
16
- "@mui/material": "^5.9.1",
16
+ "@mui/material": "^5.9.2",
17
17
  "@xylabs/react-flexbox": "^2.14.10",
18
- "@xyo-network/react-shared": "^2.26.33",
18
+ "@xyo-network/react-shared": "^2.26.34",
19
19
  "react": "^18.2.0",
20
20
  "react-dom": "^18.2.0",
21
21
  "react-router-dom": "^6.3.0",
@@ -26,7 +26,7 @@
26
26
  "@babel/core": "^7.18.9",
27
27
  "@babel/preset-env": "^7.18.9",
28
28
  "@storybook/react": "^6.5.9",
29
- "@xylabs/tsconfig": "^1.0.14"
29
+ "@xylabs/tsconfig-dom": "^2.5.2"
30
30
  },
31
31
  "browser": "dist/esm/index.js",
32
32
  "docs": "dist/docs.json",
@@ -77,5 +77,5 @@
77
77
  },
78
78
  "sideEffects": false,
79
79
  "types": "dist/esm/index.d.ts",
80
- "version": "2.26.33"
80
+ "version": "2.26.34"
81
81
  }