@xyo-network/react-network 2.25.33 → 2.25.36

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 +2 -2
  2. package/package.json +3 -3
package/dist/docs.json CHANGED
@@ -10689,11 +10689,11 @@
10689
10689
  },
10690
10690
  {
10691
10691
  "type": "literal",
10692
- "value": "standard"
10692
+ "value": "outlined"
10693
10693
  },
10694
10694
  {
10695
10695
  "type": "literal",
10696
- "value": "outlined"
10696
+ "value": "standard"
10697
10697
  }
10698
10698
  ]
10699
10699
  },
package/package.json CHANGED
@@ -17,8 +17,8 @@
17
17
  "@xylabs/sdk-react": "^2.12.10",
18
18
  "@xyo-network/core": "^2.20.41",
19
19
  "@xyo-network/network": "^2.20.41",
20
- "@xyo-network/react-shared": "^2.25.33",
21
- "@xyo-network/react-theme": "^2.25.33",
20
+ "@xyo-network/react-shared": "^2.25.36",
21
+ "@xyo-network/react-theme": "^2.25.36",
22
22
  "lodash": "^4.17.21",
23
23
  "react": "^18.1.0",
24
24
  "react-dom": "^18.1.0",
@@ -103,6 +103,6 @@
103
103
  },
104
104
  "sideEffects": false,
105
105
  "types": "dist/esm/index.d.ts",
106
- "version": "2.25.33",
106
+ "version": "2.25.36",
107
107
  "packageManager": "yarn@3.1.1"
108
108
  }