@vention/machine-ui 5.3.2 → 5.3.3

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/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,9 +25,7 @@ import { VentionButton } from "@vention/machine-ui"
25
25
 
26
26
  function App() {
27
27
  return (
28
- <VentionButton variant="contained" color="primary">
29
- Hello World
30
- </VentionButton>
28
+ <VentionButton variant="filled-brand">Hello World</VentionButton>
31
29
  )
32
30
  }
33
31
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vention/machine-ui",
3
- "version": "5.3.2",
3
+ "version": "5.3.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/VentionCo/machine-cloud.git"