@netless/fastboard-ui 1.1.2-beta.6 → 1.1.2-beta.8

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.
package/dist/index.js CHANGED
@@ -2,10 +2,6 @@
2
2
 
3
3
  var Tippy = require('tippy.js');
4
4
 
5
- function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
6
-
7
- var Tippy__default = /*#__PURE__*/_interopDefault(Tippy);
8
-
9
5
  var __defProp = Object.defineProperty;
10
6
  var __defProps = Object.defineProperties;
11
7
  var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
@@ -4892,7 +4888,7 @@ var Icons = {
4892
4888
  };
4893
4889
  var Icons_default = Icons;
4894
4890
  if (typeof window !== "undefined") {
4895
- Tippy__default.default.setDefaultProps({
4891
+ Tippy.setDefaultProps({
4896
4892
  delay: [1e3, 400],
4897
4893
  duration: 300,
4898
4894
  offset: [0, 11],
@@ -4927,7 +4923,7 @@ if (typeof window !== "undefined") {
4927
4923
  });
4928
4924
  }
4929
4925
  var tippy = function(node, props) {
4930
- const instance79 = Tippy__default.default(node, props);
4926
+ const instance79 = Tippy(node, props);
4931
4927
  return {
4932
4928
  update(props2) {
4933
4929
  instance79.setProps(props2);