@veltdev/react 2.0.24 → 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.
Files changed (27) hide show
  1. package/README.md +54 -0
  2. package/cjs/index.js +13 -7
  3. package/cjs/index.js.map +1 -1
  4. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTrigger.d.ts +2 -0
  5. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder.d.ts +6 -0
  6. package/cjs/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder/index.d.ts +1 -0
  7. package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllReadContainerWireframe/VeltNotificationsPanelContentAllReadContainerWireframe.d.ts +7 -0
  8. package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllReadContainerWireframe/index.d.ts +1 -0
  9. package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentWireframe.d.ts +2 -0
  10. package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelWireframe.d.ts +0 -2
  11. package/cjs/types/constants.d.ts +1 -1
  12. package/esm/index.js +13 -7
  13. package/esm/index.js.map +1 -1
  14. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTrigger.d.ts +2 -0
  15. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder.d.ts +6 -0
  16. package/esm/types/components/VeltCommentDialogWireframe/VeltCommentDialogCustomAnnotationDropdown/VeltCommentDialogCustomAnnotationDropdownTrigger/VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder/index.d.ts +1 -0
  17. package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllReadContainerWireframe/VeltNotificationsPanelContentAllReadContainerWireframe.d.ts +7 -0
  18. package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentAllReadContainerWireframe/index.d.ts +1 -0
  19. package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelContentWireframe/VeltNotificationsPanelContentWireframe.d.ts +2 -0
  20. package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelWireframe.d.ts +0 -2
  21. package/esm/types/constants.d.ts +1 -1
  22. package/index.d.ts +11 -6
  23. package/package.json +32 -2
  24. package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelAllReadContainerWireframe/VeltNotificationsPanelAllReadContainerWireframe.d.ts +0 -7
  25. package/cjs/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelAllReadContainerWireframe/index.d.ts +0 -1
  26. package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelAllReadContainerWireframe/VeltNotificationsPanelAllReadContainerWireframe.d.ts +0 -7
  27. package/esm/types/components/VeltNotificationsPanelWireframe/VeltNotificationsPanelAllReadContainerWireframe/index.d.ts +0 -1
package/README.md ADDED
@@ -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.24';
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
 
@@ -1980,6 +1980,11 @@ var VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount = function (p
1980
1980
  return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-remaining-count-wireframe", __assign({}, remainingProp), children));
1981
1981
  };
1982
1982
 
1983
+ var VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder = function (props) {
1984
+ var children = props.children, remainingProp = __rest(props, ["children"]);
1985
+ return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-placeholder-wireframe", __assign({}, remainingProp), children));
1986
+ };
1987
+
1983
1988
  var VeltCommentDialogCustomAnnotationDropdownTrigger = function (props) {
1984
1989
  var children = props.children, remainingProp = __rest(props, ["children"]);
1985
1990
  return (React__default["default"].createElement("velt-comment-dialog-custom-annotation-dropdown-trigger-wireframe", __assign({}, remainingProp), children));
@@ -1987,6 +1992,7 @@ var VeltCommentDialogCustomAnnotationDropdownTrigger = function (props) {
1987
1992
  VeltCommentDialogCustomAnnotationDropdownTrigger.Arrow = VeltCommentDialogCustomAnnotationDropdownTriggerArrow;
1988
1993
  VeltCommentDialogCustomAnnotationDropdownTrigger.List = VeltCommentDialogCustomAnnotationDropdownTriggerList;
1989
1994
  VeltCommentDialogCustomAnnotationDropdownTrigger.RemainingCount = VeltCommentDialogCustomAnnotationDropdownTriggerRemainingCount;
1995
+ VeltCommentDialogCustomAnnotationDropdownTrigger.Placeholder = VeltCommentDialogCustomAnnotationDropdownTriggerPlaceholder;
1990
1996
 
1991
1997
  var VeltCommentDialogCustomAnnotationDropdown = function (props) {
1992
1998
  var children = props.children, remainingProp = __rest(props, ["children"]);
@@ -2636,11 +2642,6 @@ VeltInlineCommentsSectionWireframe.List = VeltInlineCommentsSectionListWireframe
2636
2642
  VeltInlineCommentsSectionWireframe.Panel = VeltInlineCommentsSectionPanelWireframe;
2637
2643
  VeltInlineCommentsSectionWireframe.Skeleton = VeltInlineCommentsSectionSkeletonWireframe;
2638
2644
 
2639
- var VeltNotificationsPanelAllReadContainerWireframe = function (props) {
2640
- var children = props.children, remainingProp = __rest(props, ["children"]);
2641
- return (React__default["default"].createElement("velt-notifications-panel-all-read-container-wireframe", __assign({}, remainingProp), children));
2642
- };
2643
-
2644
2645
  var VeltNotificationsPanelContentAllListItemContentWireframe = function (props) {
2645
2646
  var children = props.children, remainingProp = __rest(props, ["children"]);
2646
2647
  return (React__default["default"].createElement("velt-notifications-panel-content-all-list-item-content-wireframe", __assign({}, remainingProp), children));
@@ -2809,6 +2810,11 @@ var VeltNotificationsPanelContentListWireframe = function (props) {
2809
2810
  };
2810
2811
  VeltNotificationsPanelContentListWireframe.Item = VeltNotificationsPanelContentListItemWireframe;
2811
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
+
2812
2818
  var VeltNotificationsPanelContentWireframe = function (props) {
2813
2819
  var children = props.children, remainingProp = __rest(props, ["children"]);
2814
2820
  return (React__default["default"].createElement("velt-notifications-panel-content-wireframe", __assign({}, remainingProp), children));
@@ -2819,6 +2825,7 @@ VeltNotificationsPanelContentWireframe.Documents = VeltNotificationsPanelContent
2819
2825
  VeltNotificationsPanelContentWireframe.People = VeltNotificationsPanelContentPeopleWireframe;
2820
2826
  VeltNotificationsPanelContentWireframe.LoadMore = VeltNotificationsPanelContentLoadMoreWireframe;
2821
2827
  VeltNotificationsPanelContentWireframe.List = VeltNotificationsPanelContentListWireframe;
2828
+ VeltNotificationsPanelContentWireframe.AllReadContainer = VeltNotificationsPanelContentAllReadContainerWireframe;
2822
2829
 
2823
2830
  var VeltNotificationsPanelHeaderTabDocumentsWireframe = function (props) {
2824
2831
  var children = props.children, remainingProp = __rest(props, ["children"]);
@@ -2873,7 +2880,6 @@ var VeltNotificationsPanelWireframe = function (props) {
2873
2880
  var children = props.children, remainingProp = __rest(props, ["children"]);
2874
2881
  return (React__default["default"].createElement("velt-notifications-panel-wireframe", __assign({}, remainingProp), children));
2875
2882
  };
2876
- VeltNotificationsPanelWireframe.AllReadContainer = VeltNotificationsPanelAllReadContainerWireframe;
2877
2883
  VeltNotificationsPanelWireframe.Content = VeltNotificationsPanelContentWireframe;
2878
2884
  VeltNotificationsPanelWireframe.Header = VeltNotificationsPanelHeaderWireframe;
2879
2885
  VeltNotificationsPanelWireframe.ReadAllButton = VeltNotificationsPanelReadAllButtonWireframe;