iguazio.dashboard-react-controls 2.2.9 → 2.2.11

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.
@@ -54,10 +54,10 @@ const Button = /*#__PURE__*/(0, _react.forwardRef)((_ref, ref) => {
54
54
  template: /*#__PURE__*/(0, _jsxRuntime.jsx)(_TextTooltipTemplate.default, {
55
55
  text: tooltip
56
56
  }),
57
- children: /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
57
+ children: label && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
58
58
  children: label
59
59
  })
60
- }) : /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
60
+ }) : label && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
61
61
  children: label
62
62
  })]
63
63
  });
@@ -0,0 +1,3 @@
1
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path id="history" d="M9.21214 18C6.98183 18 5.0384 17.2375 3.38183 15.7125C1.72527 14.1875 0.775772 12.2833 0.533348 10H2.52123C2.74749 11.7333 3.49496 13.1667 4.76365 14.3C6.03234 15.4333 7.51517 16 9.21214 16C11.103 16 12.7071 15.3208 14.0243 13.9625C15.3414 12.6042 16 10.95 16 9C16 7.05 15.3414 5.39583 14.0243 4.0375C12.7071 2.67917 11.103 2 9.21214 2C8.09698 2 7.05456 2.26667 6.08486 2.8C5.11517 3.33333 4.299 4.06667 3.63638 5H6.30304V7H0.484863V1H2.42426V3.35C3.2485 2.28333 4.25456 1.45833 5.44244 0.875C6.63032 0.291667 7.88688 0 9.21214 0C10.4243 0 11.5596 0.2375 12.6182 0.7125C13.6768 1.1875 14.598 1.82917 15.3818 2.6375C16.1657 3.44583 16.7879 4.39583 17.2485 5.4875C17.7091 6.57917 17.9394 7.75 17.9394 9C17.9394 10.25 17.7091 11.4208 17.2485 12.5125C16.7879 13.6042 16.1657 14.5542 15.3818 15.3625C14.598 16.1708 13.6768 16.8125 12.6182 17.2875C11.5596 17.7625 10.4243 18 9.21214 18ZM11.9273 13.2L8.24244 9.4V4H10.1818V8.6L13.2849 11.8L11.9273 13.2Z" fill="#7F7989"/>
3
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iguazio.dashboard-react-controls",
3
- "version": "2.2.9",
3
+ "version": "2.2.11",
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",