@skygraph/vue 0.6.3 → 0.6.6

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
@@ -1,6 +1,6 @@
1
1
  # @skygraph/vue
2
2
 
3
- Vue 3 adapter for [SkyGraph](https://skygraph.ruslansinkevich.ru/) — 66+ components and composables built on the framework-agnostic [`@skygraph/core`](../core) engine. Shares the `.sg-*` CSS contract with the React adapter via [`@skygraph/styles`](../styles).
3
+ Vue 3 adapter for [SkyGraph](https://skygraph.ruslansinkevich.ru/) — components and composables built on the framework-agnostic [`@skygraph/core`](../core) engine. Shares the `.sg-*` CSS contract with the React adapter via [`@skygraph/styles`](../styles).
4
4
 
5
5
  > **Easier path — the meta-package:**
6
6
  >
@@ -85,7 +85,7 @@ truth for visual styling.
85
85
  This package is a foundation, not a full port. It deliberately does not
86
86
  yet ship Vue equivalents for:
87
87
 
88
- - the other ~74 React components (Select, Table, Diagram, Charts, …)
88
+ - the remaining React components (Select, Table, Diagram, Charts, …)
89
89
  - chart / dashboard / calendar / tree-view widgets
90
90
  - per-component i18n
91
91
  - per-component documentation pages