@vention/machine-apps-components 0.6.6 → 0.6.9

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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -88,7 +88,7 @@ const NAV_ITEMS = [
88
88
  ]
89
89
  ```
90
90
 
91
- **Note:** When a custom `onClick` handler is provided, it overrides the default navigation behavior. The handler is responsible for any navigation logic if needed.
91
+ **Note:** When a custom `onClick` handler is provided, it completely overrides the default navigation behavior. The handler is responsible for any navigation logic if needed.
92
92
 
93
93
  ### StatusTopBar
94
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vention/machine-apps-components",
3
- "version": "0.6.6",
3
+ "version": "0.6.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/VentionCo/machine-cloud.git"
@@ -37,4 +37,4 @@
37
37
  "type": "module",
38
38
  "main": "./index.esm.js",
39
39
  "types": "./index.esm.d.ts"
40
- }
40
+ }