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