@veltdev/react 1.0.106 → 1.0.107

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.
@@ -4,6 +4,7 @@ declare class FilterTypeConfig {
4
4
  enable?: boolean;
5
5
  multiSelection?: boolean;
6
6
  enableGrouping?: boolean;
7
+ order?: string[];
7
8
  }
8
9
  declare class CommentSidebarFilterConfig {
9
10
  location?: FilterTypeConfig;
@@ -1,2 +1,2 @@
1
- export declare const VELT_SDK_VERSION = "1.0.117";
1
+ export declare const VELT_SDK_VERSION = "1.0.118";
2
2
  export declare const VELT_SDK_INIT_EVENT = "onVeltInit";
package/index.d.ts CHANGED
@@ -117,6 +117,7 @@ declare class FilterTypeConfig {
117
117
  enable?: boolean;
118
118
  multiSelection?: boolean;
119
119
  enableGrouping?: boolean;
120
+ order?: string[];
120
121
  }
121
122
  declare class CommentSidebarFilterConfig {
122
123
  location?: FilterTypeConfig;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veltdev/react",
3
- "version": "1.0.106",
3
+ "version": "1.0.107",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",