@veltdev/react 1.0.114 → 1.0.115

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.
@@ -37,6 +37,7 @@ export interface IVeltCommentsSidebarProps {
37
37
  pageMode?: boolean;
38
38
  currentLocationSuffix?: boolean;
39
39
  variant?: string;
40
+ pageModeComposerVariant?: string;
40
41
  dialogVariant?: string;
41
42
  shadowDom?: boolean;
42
43
  filterConfig?: CommentSidebarFilterConfig;
package/index.d.ts CHANGED
@@ -155,6 +155,7 @@ interface IVeltCommentsSidebarProps {
155
155
  pageMode?: boolean;
156
156
  currentLocationSuffix?: boolean;
157
157
  variant?: string;
158
+ pageModeComposerVariant?: string;
158
159
  dialogVariant?: string;
159
160
  shadowDom?: boolean;
160
161
  filterConfig?: CommentSidebarFilterConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "1.0.114",
3
+ "version": "1.0.115",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",