@up42/up-components 2.5.0 → 2.5.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.
package/dist/index.d.ts CHANGED
@@ -1911,15 +1911,15 @@ var _path$l;
1911
1911
  function _extends$q() { return _extends$q = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends$q.apply(null, arguments); }
1912
1912
  var SvgRemove = function SvgRemove(props) {
1913
1913
  return /*#__PURE__*/React.createElement("svg", _extends$q({
1914
- xmlns: "http://www.w3.org/2000/svg",
1915
- width: 24,
1916
- height: 24,
1917
- fill: "none"
1914
+ width: 16,
1915
+ height: 16,
1916
+ fill: "none",
1917
+ xmlns: "http://www.w3.org/2000/svg"
1918
1918
  }, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
1919
- fill: "currentColor",
1920
1919
  fillRule: "evenodd",
1921
- d: "M6.303 11.251c-5.473 0-5.01-.005-5.157.062a.77.77 0 0 0-.393.406.794.794 0 0 0 0 .562c.088.22.294.396.53.455.062.016.387.017 5.017.02 9.493.005.979.006 11.405 0 4.625-.003 4.95-.004 5.012-.02a.784.784 0 0 0 .552-.519.587.587 0 0 0 .024-.217.587.587 0 0 0-.024-.217.772.772 0 0 0-.415-.47c-.146-.067.316-.062-5.152-.062H6.303Z",
1922
- clipRule: "evenodd"
1920
+ clipRule: "evenodd",
1921
+ d: "M4.203 7.5c-3.649 0-3.34-.003-3.438.042a.513.513 0 0 0-.262.27.53.53 0 0 0 0 .375.524.524 0 0 0 .353.304c.041.01.258.01 3.345.013 6.329.003.652.004 7.603 0 3.083-.002 3.3-.003 3.341-.013a.522.522 0 0 0 .369-.346A.39.39 0 0 0 15.53 8a.39.39 0 0 0-.016-.145.515.515 0 0 0-.277-.313c-.098-.045.21-.041-3.435-.041h-7.6Z",
1922
+ fill: "currentColor"
1923
1923
  })));
1924
1924
  };
1925
1925
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@up42/up-components",
3
- "version": "2.5.0",
3
+ "version": "2.5.1",
4
4
  "description": "UP42 Component Library",
5
5
  "author": "Axel Fuhrmann axel.fuhrmann@up42.com",
6
6
  "license": "ISC",