@veltdev/react 1.0.113 → 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.
@@ -50,6 +50,7 @@ export interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAt
50
50
  unreadIndicatorMode?: 'minimal' | 'verbose';
51
51
  pinShadowDom?: boolean;
52
52
  dialogShadowDom?: boolean;
53
+ shadowDom?: boolean;
53
54
  allowedElementIds?: string[];
54
55
  allowedElementClassNames?: string[];
55
56
  allowedElementQuerySelectors?: string[];
@@ -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
@@ -83,6 +83,7 @@ interface IVeltCommentsProps extends React.DetailedHTMLProps<React.HTMLAttribute
83
83
  unreadIndicatorMode?: 'minimal' | 'verbose';
84
84
  pinShadowDom?: boolean;
85
85
  dialogShadowDom?: boolean;
86
+ shadowDom?: boolean;
86
87
  allowedElementIds?: string[];
87
88
  allowedElementClassNames?: string[];
88
89
  allowedElementQuerySelectors?: string[];
@@ -154,6 +155,7 @@ interface IVeltCommentsSidebarProps {
154
155
  pageMode?: boolean;
155
156
  currentLocationSuffix?: boolean;
156
157
  variant?: string;
158
+ pageModeComposerVariant?: string;
157
159
  dialogVariant?: string;
158
160
  shadowDom?: boolean;
159
161
  filterConfig?: CommentSidebarFilterConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "1.0.113",
3
+ "version": "1.0.115",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",