@graphysdk/react 2.0.0-beta.1787130761469 → 2.0.0-beta.1787255264612

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
@@ -60,5 +60,15 @@ const input = pipe(
60
60
 
61
61
  ## Other packages
62
62
 
63
+ An explicit setting always wins over this package's default.
64
+
65
+ ## Licence
66
+
67
+ This package is available under PolyForm Noncommercial, Small Business, or a 32-day Free Trial. Free Trial is local or internal evaluation only — it does not cover a public page. See [what you can do under the trial](https://docs.graphy.dev/licence/evaluation).
68
+
63
69
  - [`@graphysdk/react-renderer`](https://www.npmjs.com/package/@graphysdk/react-renderer) — same React components, mark off by default
64
70
  - [`@graphysdk/viz-engine`](https://www.npmjs.com/package/@graphysdk/viz-engine) — the engine alone, for non-React hosts
71
+
72
+ ## Support
73
+
74
+ Questions and community help: [Discord](https://discord.gg/yGmYCjkSr).
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Entry for the `dist/editable.browser.mjs` CDN bundle. A CDN page imports exactly one file, so
3
+ * unlike the npm `/editable` entry this carries the read-only surface too.
4
+ */
5
+ export * from './editable';
6
+ export * from './index';