@daoyi/nmtl-ui 2.0.1-beta.50 → 2.0.1-beta.51

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.
@@ -3390,7 +3390,8 @@ const SNAResetBtn = _ref6 => {
3390
3390
  }, /*#__PURE__*/React__default.createElement(Tooltip, {
3391
3391
  title: intl ? intl.formatMessage({
3392
3392
  id: 'common.sna.reset'
3393
- }) : '回到原來位置與大小'
3393
+ }) : '回到原來位置與大小',
3394
+ placement: "bottom"
3394
3395
  }, /*#__PURE__*/React__default.createElement(IconButton, {
3395
3396
  onClick: () => renderSNA(),
3396
3397
  style: {
@@ -1,4 +1,4 @@
1
- export { E as default } from './ExtraTools-1cb5786d.js';
1
+ export { E as default } from './ExtraTools-81223f02.js';
2
2
  import './_rollupPluginBabelHelpers-3d9c8289.js';
3
3
  import 'react';
4
4
  import './index-66babe67.js';
@@ -2,7 +2,7 @@ import React__default, { useMemo, useEffect } from 'react';
2
2
  import PropTypes from 'prop-types';
3
3
  import { c as classNames } from './index-66babe67.js';
4
4
  import { e as event, d as d3Select, a as dispatch, c as customEvent, D as DragEvent, q as quadtree, m as map, t as timer, T as Transform, i as identity, b as interrupt, o as ordinal, f as category10 } from './transform-3a04288b.js';
5
- import { E as ExtraTools } from './ExtraTools-1cb5786d.js';
5
+ import { E as ExtraTools } from './ExtraTools-81223f02.js';
6
6
  import { s as styleInject } from './style-inject.es-1f59c1d0.js';
7
7
  import './_rollupPluginBabelHelpers-3d9c8289.js';
8
8
  import './_commonjsHelpers-70de2c37.js';
@@ -1633,7 +1633,6 @@ var SNA = function SNA(props) {
1633
1633
  backgroundColor: backgroundColor
1634
1634
  }
1635
1635
  }, /*#__PURE__*/React__default.createElement(ExtraTools, {
1636
- intl: intl,
1637
1636
  data: SNAData,
1638
1637
  iconColor: iconColor,
1639
1638
  domToImageId: "sna-graph",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daoyi/nmtl-ui",
3
- "version": "2.0.1-beta.50",
3
+ "version": "2.0.1-beta.51",
4
4
  "description": "This project is to be used as a starter kit for building React component using Storybook and Rollup",
5
5
  "author": "daoyi",
6
6
  "main": "lib/index.js",