@veltdev/react 1.0.149 → 1.0.150

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.
@@ -94,6 +94,7 @@ export interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAt
94
94
  textCommentToolbarDarkMode?: boolean;
95
95
  textCommentToolShadowDom?: boolean;
96
96
  textCommentToolbarShadowDom?: boolean;
97
+ composerMode?: 'default' | 'expanded';
97
98
  }
98
99
  declare const SnippylyComments: React.FC<IVeltCommentsProps>;
99
100
  export default SnippylyComments;
@@ -1,3 +1,3 @@
1
- export declare const VELT_SDK_VERSION = "1.0.166";
1
+ export declare const VELT_SDK_VERSION = "1.0.167";
2
2
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
3
3
  export declare const VELT_TAB_ID = "veltTabId";
package/index.d.ts CHANGED
@@ -129,6 +129,7 @@ interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAttribute
129
129
  textCommentToolbarDarkMode?: boolean;
130
130
  textCommentToolShadowDom?: boolean;
131
131
  textCommentToolbarShadowDom?: boolean;
132
+ composerMode?: 'default' | 'expanded';
132
133
  }
133
134
  declare const SnippylyComments: React.FC<IVeltCommentsProps>;
134
135
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "1.0.149",
3
+ "version": "1.0.150",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",