iguazio.dashboard-react-controls 1.8.0 → 1.8.1

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.
@@ -59,10 +59,10 @@ var Button = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
59
59
  template: /*#__PURE__*/(0, _jsxRuntime.jsx)(_TextTooltipTemplate.default, {
60
60
  text: tooltip
61
61
  }),
62
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
62
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
63
63
  children: label
64
64
  })
65
- }) : /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
65
+ }) : /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
66
66
  children: label
67
67
  })]
68
68
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iguazio.dashboard-react-controls",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "Collection of resources (such as CSS styles, fonts and images) and ReactJS 17.x components to share among different Iguazio React repos.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",