@xyo-network/react-shared 2.25.30 → 2.25.31

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.
Files changed (2) hide show
  1. package/dist/docs.json +12 -4
  2. package/package.json +7 -7
package/dist/docs.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "id": 10336,
18
18
  "name": "DarkMode",
19
19
  "kind": 16,
20
- "kindString": "Enumeration member",
20
+ "kindString": "Enumeration Member",
21
21
  "flags": {},
22
22
  "sources": [
23
23
  {
@@ -26,13 +26,17 @@
26
26
  "character": 2
27
27
  }
28
28
  ],
29
+ "type": {
30
+ "type": "literal",
31
+ "value": "darkmode"
32
+ },
29
33
  "defaultValue": "\"darkmode\""
30
34
  },
31
35
  {
32
36
  "id": 10337,
33
37
  "name": "Developer",
34
38
  "kind": 16,
35
- "kindString": "Enumeration member",
39
+ "kindString": "Enumeration Member",
36
40
  "flags": {},
37
41
  "sources": [
38
42
  {
@@ -41,12 +45,16 @@
41
45
  "character": 2
42
46
  }
43
47
  ],
48
+ "type": {
49
+ "type": "literal",
50
+ "value": "developer"
51
+ },
44
52
  "defaultValue": "\"developer\""
45
53
  }
46
54
  ],
47
55
  "groups": [
48
56
  {
49
- "title": "Enumeration members",
57
+ "title": "Enumeration Members",
50
58
  "kind": 16,
51
59
  "children": [
52
60
  10336,
@@ -393412,7 +393420,7 @@
393412
393420
  ]
393413
393421
  },
393414
393422
  {
393415
- "title": "Type aliases",
393423
+ "title": "Type Aliases",
393416
393424
  "kind": 4194304,
393417
393425
  "children": [
393418
393426
  7713,
package/package.json CHANGED
@@ -12,9 +12,9 @@
12
12
  "dependencies": {
13
13
  "@emotion/react": "^11.9.0",
14
14
  "@emotion/styled": "^11.8.1",
15
- "@mui/icons-material": "^5.8.0",
16
- "@mui/lab": "^5.0.0-alpha.83",
17
- "@mui/material": "^5.8.1",
15
+ "@mui/icons-material": "^5.8.2",
16
+ "@mui/lab": "^5.0.0-alpha.84",
17
+ "@mui/material": "^5.8.2",
18
18
  "@mui/styles": "^5.8.0",
19
19
  "@xylabs/pixel": "^1.3.7",
20
20
  "@xylabs/sdk-js": "^2.5.5",
@@ -22,17 +22,17 @@
22
22
  "@xyo-network/api": "^2.20.38",
23
23
  "@xyo-network/core": "^2.20.38",
24
24
  "@xyo-network/network": "^2.20.38",
25
- "@xyo-network/react-theme": "^2.25.30",
25
+ "@xyo-network/react-theme": "^2.25.31",
26
26
  "lodash": "^4.17.21",
27
27
  "luxon": "^2.4.0",
28
28
  "react": "^18.1.0",
29
29
  "react-dom": "^18.1.0",
30
30
  "react-helmet": "^6.1.0",
31
- "react-icons": "^4.3.1",
31
+ "react-icons": "^4.4.0",
32
32
  "react-json-view": "^1.21.3",
33
33
  "react-router-dom": "^6.3.0",
34
34
  "tslib": "^2.4.0",
35
- "typedoc": "^0.22.15"
35
+ "typedoc": "^0.22.16"
36
36
  },
37
37
  "description": "Common React library for all XYO projects that use React",
38
38
  "devDependencies": {
@@ -113,6 +113,6 @@
113
113
  },
114
114
  "sideEffects": false,
115
115
  "types": "dist/esm/index.d.ts",
116
- "version": "2.25.30",
116
+ "version": "2.25.31",
117
117
  "packageManager": "yarn@3.1.1"
118
118
  }