@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/esm/index.js CHANGED
@@ -110,7 +110,7 @@ var loadVelt = function (callback, version, staging, develop, proxyDomain) {
110
110
  }
111
111
  };
112
112
 
113
- var VELT_SDK_VERSION = '1.0.117';
113
+ var VELT_SDK_VERSION = '1.0.118';
114
114
  var VELT_SDK_INIT_EVENT = 'onVeltInit';
115
115
 
116
116
  var SnippylyProvider = function (props) {