@veltdev/react 2.0.25 → 2.0.26
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 +54 -0
- package/cjs/index.js +7 -7
- package/cjs/index.js.map +1 -1
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllReadContainerWireframe/VeltNotificationsPanelContentAllReadContainerWireframe.d.ts +7 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllReadContainerWireframe/index.d.ts +1 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentWireframe.d.ts +2 -0
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelWireframe.d.ts +0 -2
- package/cjs/types/constants.d.ts +1 -1
- package/esm/index.js +7 -7
- package/esm/index.js.map +1 -1
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllReadContainerWireframe/VeltNotificationsPanelContentAllReadContainerWireframe.d.ts +7 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllReadContainerWireframe/index.d.ts +1 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentWireframe.d.ts +2 -0
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelWireframe.d.ts +0 -2
- package/esm/types/constants.d.ts +1 -1
- package/index.d.ts +6 -6
- package/package.json +1 -1
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelAllReadContainerWireframe/VeltNotificationsPanelAllReadContainerWireframe.d.ts +0 -7
- package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelAllReadContainerWireframe/index.d.ts +0 -1
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelAllReadContainerWireframe/VeltNotificationsPanelAllReadContainerWireframe.d.ts +0 -7
- package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelAllReadContainerWireframe/index.d.ts +0 -1
package/README.md
CHANGED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# Velt Collaboration SDK
|
|
2
|
+
|
|
3
|
+
<p>
|
|
4
|
+
<a href="https://npmjs.org/package/@veltdev/react">
|
|
5
|
+
<img src="https://img.shields.io/npm/v/@veltdev/react?style=flat&label=npm&color=09f" alt="NPM" />
|
|
6
|
+
</a>
|
|
7
|
+
</p>
|
|
8
|
+
|
|
9
|
+
With Velt SDK you can add powerful collaboration features to your product extremely fast.
|
|
10
|
+
|
|
11
|
+
The SDK provides **fullstack components**:
|
|
12
|
+
- UI and behavior are fully customizable to match your product's needs
|
|
13
|
+
- fully-managed on a scalable realtime backend
|
|
14
|
+
|
|
15
|
+
Features include:
|
|
16
|
+
* **Comments** like Figma, Frame.io, Google Docs, Sheets and more
|
|
17
|
+
* **Recording** like Loom (audio, video, screen)
|
|
18
|
+
* **Huddle** like Slack (audio, video, screensharing)
|
|
19
|
+
* In-app and off-app **notifications**
|
|
20
|
+
* **@mentions** and assignment
|
|
21
|
+
* **Presence**, **Cursors**, **Live Selection**
|
|
22
|
+
* **Live state sync** with Single Editor mode
|
|
23
|
+
* **Multiplayer editing** with conflict resolution
|
|
24
|
+
* **Follow mode** like Figma
|
|
25
|
+
* ... and so much more
|
|
26
|
+
|
|
27
|
+
## Installation
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
npm install @veltdev/react
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
## Documentation
|
|
34
|
+
|
|
35
|
+
- Read the [documentation](https://docs.velt.dev/get-started/overview) for guides and API references.
|
|
36
|
+
|
|
37
|
+
## Use cases
|
|
38
|
+
|
|
39
|
+
- Explore [use cases](https://velt.dev/use-case) to learn how collaboration could look like on your product.
|
|
40
|
+
- [Figma Template](https://www.figma.com/community/file/1402312407969730816/velt-collaboration-kit): To visualize what collaboration features could look like on your product.
|
|
41
|
+
|
|
42
|
+
## Releases
|
|
43
|
+
|
|
44
|
+
- See the [latest changes](https://docs.velt.dev/release-notes/).
|
|
45
|
+
|
|
46
|
+
## Security
|
|
47
|
+
- Velt is SOC2 Type 2 and HIPAA compliant. [Learn more](https://velt.dev/security)
|
|
48
|
+
|
|
49
|
+
## Community
|
|
50
|
+
|
|
51
|
+
- [X](https://x.com/veltjs): To receive updates, announcements,
|
|
52
|
+
and general Velt tips.
|
|
53
|
+
|
|
54
|
+
- [Discord](https://discord.gg/GupvcYH27h): To ask questions and share tips. (Less active).
|
package/cjs/index.js
CHANGED
|
@@ -140,7 +140,7 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain) {
|
|
|
140
140
|
}
|
|
141
141
|
};
|
|
142
142
|
|
|
143
|
-
var VELT_SDK_VERSION = '2.0.
|
|
143
|
+
var VELT_SDK_VERSION = '2.0.26';
|
|
144
144
|
var VELT_SDK_INIT_EVENT = 'onVeltInit';
|
|
145
145
|
var VELT_TAB_ID = 'veltTabId';
|
|
146
146
|
|
|
@@ -2642,11 +2642,6 @@ VeltInlineCommentsSectionWireframe.List = VeltInlineCommentsSectionListWireframe
|
|
|
2642
2642
|
VeltInlineCommentsSectionWireframe.Panel = VeltInlineCommentsSectionPanelWireframe;
|
|
2643
2643
|
VeltInlineCommentsSectionWireframe.Skeleton = VeltInlineCommentsSectionSkeletonWireframe;
|
|
2644
2644
|
|
|
2645
|
-
var VeltNotificationsPanelAllReadContainerWireframe = function (props) {
|
|
2646
|
-
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2647
|
-
return (React__default["default"].createElement("velt-notifications-panel-all-read-container-wireframe", __assign({}, remainingProp), children));
|
|
2648
|
-
};
|
|
2649
|
-
|
|
2650
2645
|
var VeltNotificationsPanelContentAllListItemContentWireframe = function (props) {
|
|
2651
2646
|
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2652
2647
|
return (React__default["default"].createElement("velt-notifications-panel-content-all-list-item-content-wireframe", __assign({}, remainingProp), children));
|
|
@@ -2815,6 +2810,11 @@ var VeltNotificationsPanelContentListWireframe = function (props) {
|
|
|
2815
2810
|
};
|
|
2816
2811
|
VeltNotificationsPanelContentListWireframe.Item = VeltNotificationsPanelContentListItemWireframe;
|
|
2817
2812
|
|
|
2813
|
+
var VeltNotificationsPanelContentAllReadContainerWireframe = function (props) {
|
|
2814
|
+
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2815
|
+
return (React__default["default"].createElement("velt-notifications-panel-content-all-read-container-wireframe", __assign({}, remainingProp), children));
|
|
2816
|
+
};
|
|
2817
|
+
|
|
2818
2818
|
var VeltNotificationsPanelContentWireframe = function (props) {
|
|
2819
2819
|
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2820
2820
|
return (React__default["default"].createElement("velt-notifications-panel-content-wireframe", __assign({}, remainingProp), children));
|
|
@@ -2825,6 +2825,7 @@ VeltNotificationsPanelContentWireframe.Documents = VeltNotificationsPanelContent
|
|
|
2825
2825
|
VeltNotificationsPanelContentWireframe.People = VeltNotificationsPanelContentPeopleWireframe;
|
|
2826
2826
|
VeltNotificationsPanelContentWireframe.LoadMore = VeltNotificationsPanelContentLoadMoreWireframe;
|
|
2827
2827
|
VeltNotificationsPanelContentWireframe.List = VeltNotificationsPanelContentListWireframe;
|
|
2828
|
+
VeltNotificationsPanelContentWireframe.AllReadContainer = VeltNotificationsPanelContentAllReadContainerWireframe;
|
|
2828
2829
|
|
|
2829
2830
|
var VeltNotificationsPanelHeaderTabDocumentsWireframe = function (props) {
|
|
2830
2831
|
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
@@ -2879,7 +2880,6 @@ var VeltNotificationsPanelWireframe = function (props) {
|
|
|
2879
2880
|
var children = props.children, remainingProp = __rest(props, ["children"]);
|
|
2880
2881
|
return (React__default["default"].createElement("velt-notifications-panel-wireframe", __assign({}, remainingProp), children));
|
|
2881
2882
|
};
|
|
2882
|
-
VeltNotificationsPanelWireframe.AllReadContainer = VeltNotificationsPanelAllReadContainerWireframe;
|
|
2883
2883
|
VeltNotificationsPanelWireframe.Content = VeltNotificationsPanelContentWireframe;
|
|
2884
2884
|
VeltNotificationsPanelWireframe.Header = VeltNotificationsPanelHeaderWireframe;
|
|
2885
2885
|
VeltNotificationsPanelWireframe.ReadAllButton = VeltNotificationsPanelReadAllButtonWireframe;
|