@xyo-network/react-typedoc 2.26.31 → 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
|
|
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-typedoc",
|
|
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/typedoc/src/index.ts#L1"
|
|
14
|
+
}
|
|
15
|
+
]
|
|
7
16
|
}
|
package/package.json
CHANGED
|
@@ -13,18 +13,18 @@
|
|
|
13
13
|
"@emotion/react": "^11.9.3",
|
|
14
14
|
"@emotion/styled": "^11.9.3",
|
|
15
15
|
"@mui/icons-material": "^5.8.4",
|
|
16
|
-
"@mui/lab": "^5.0.0-alpha.
|
|
17
|
-
"@mui/material": "^5.9.
|
|
16
|
+
"@mui/lab": "^5.0.0-alpha.92",
|
|
17
|
+
"@mui/material": "^5.9.2",
|
|
18
18
|
"@xylabs/react-button": "^2.14.10",
|
|
19
19
|
"@xylabs/react-flexbox": "^2.14.10",
|
|
20
20
|
"@xylabs/sdk-js": "^2.6.2",
|
|
21
|
-
"@xyo-network/core": "^2.22.
|
|
21
|
+
"@xyo-network/core": "^2.22.15",
|
|
22
22
|
"react": "^18.2.0",
|
|
23
23
|
"react-dom": "^18.2.0",
|
|
24
24
|
"react-json-view": "^1.21.3",
|
|
25
25
|
"react-router-dom": "^6.3.0",
|
|
26
26
|
"tslib": "^2.4.0",
|
|
27
|
-
"typedoc": "^0.23.
|
|
27
|
+
"typedoc": "^0.23.9"
|
|
28
28
|
},
|
|
29
29
|
"description": "Common React library for all XYO projects that use React",
|
|
30
30
|
"devDependencies": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@babel/preset-env": "^7.18.9",
|
|
33
33
|
"@storybook/react": "^6.5.9",
|
|
34
34
|
"@xylabs/sdk-js": "^2.6.2",
|
|
35
|
-
"@xylabs/tsconfig": "^
|
|
35
|
+
"@xylabs/tsconfig-dom": "^2.5.2"
|
|
36
36
|
},
|
|
37
37
|
"browser": "dist/esm/index.js",
|
|
38
38
|
"docs": "dist/docs.json",
|
|
@@ -83,5 +83,5 @@
|
|
|
83
83
|
},
|
|
84
84
|
"sideEffects": false,
|
|
85
85
|
"types": "dist/esm/index.d.ts",
|
|
86
|
-
"version": "2.26.
|
|
86
|
+
"version": "2.26.34"
|
|
87
87
|
}
|
|
@@ -26,7 +26,7 @@ const Template: ComponentStory<typeof ProjectTwoPanelReflectionViewer> = ({ refl
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
const Client = Template.bind({})
|
|
29
|
-
const clientDocsWithProject = {
|
|
29
|
+
const clientDocsWithProject = { ...clientDocs }
|
|
30
30
|
Client.args = {
|
|
31
31
|
reflection: clientDocsWithProject as unknown as ProjectReflection,
|
|
32
32
|
}
|