react-tradeshift-ui
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -20,9 +20,11 @@ "use strict"; | ||
var className = props.className; | ||
var path = 'M72.5 1h-70C1 1 0 1.6 0 3v18c0 ' + '.8.5 1.6 1.4 2 .3 0 .7 0 1 .2H45v83c0 1.3 1 2.2 2.4 2.2h25c1.4 0 ' + '2.4-1 2.4-2.2V3c0-1.3-1-2-2.3-2m86 0h-70C87 1 86 1.8 86 3v103.4c0 1.3 1 2 2.4 2h25c1.4 ' + '0 2.4-.8 2.4-2v-83h42.6c.4 0 .7 0 1-.2 1-.3 1.4-1 1.4-2v-18c0-1.3-1-2.2-2.3-2.2'; | ||
return /*#__PURE__*/_react["default"].createElement("svg", _extends({}, props, { | ||
className: (0, _classnames["default"])(className, 'ts-logo'), | ||
viewBox: "0 0 161 109" | ||
viewBox: "0 0 36 36" | ||
}), /*#__PURE__*/_react["default"].createElement("path", { | ||
d: path, | ||
fillRule: "evenodd" | ||
d: "M20 26V14H26V10H16V14V26H20Z", | ||
fill: "black" | ||
}), /*#__PURE__*/_react["default"].createElement("path", { | ||
d: "M14 10H10V14H14V10Z", | ||
fill: "black" | ||
})); | ||
@@ -41,6 +43,5 @@ }; | ||
display: 'inline-block', | ||
width: '33px', | ||
height: '22px', | ||
opacity: 0.1 | ||
width: '36px', | ||
height: '36px' | ||
} | ||
}; |
@@ -11,9 +11,11 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
} = props; | ||
const path = 'M72.5 1h-70C1 1 0 1.6 0 3v18c0 ' + '.8.5 1.6 1.4 2 .3 0 .7 0 1 .2H45v83c0 1.3 1 2.2 2.4 2.2h25c1.4 0 ' + '2.4-1 2.4-2.2V3c0-1.3-1-2-2.3-2m86 0h-70C87 1 86 1.8 86 3v103.4c0 1.3 1 2 2.4 2h25c1.4 ' + '0 2.4-.8 2.4-2v-83h42.6c.4 0 .7 0 1-.2 1-.3 1.4-1 1.4-2v-18c0-1.3-1-2.2-2.3-2.2'; | ||
return /*#__PURE__*/React.createElement("svg", _extends({}, props, { | ||
className: cx(className, 'ts-logo'), | ||
viewBox: "0 0 161 109" | ||
viewBox: "0 0 36 36" | ||
}), /*#__PURE__*/React.createElement("path", { | ||
d: path, | ||
fillRule: "evenodd" | ||
d: "M20 26V14H26V10H16V14V26H20Z", | ||
fill: "black" | ||
}), /*#__PURE__*/React.createElement("path", { | ||
d: "M14 10H10V14H14V10Z", | ||
fill: "black" | ||
})); | ||
@@ -31,6 +33,5 @@ }; | ||
display: 'inline-block', | ||
width: '33px', | ||
height: '22px', | ||
opacity: 0.1 | ||
width: '36px', | ||
height: '36px' | ||
} | ||
}; |
{ | ||
"name": "react-tradeshift-ui", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"main": "dist/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/esm/index.js", |
@@ -7,10 +7,7 @@ import React from 'react'; | ||
const { className } = props; | ||
const path = | ||
'M72.5 1h-70C1 1 0 1.6 0 3v18c0 ' + | ||
'.8.5 1.6 1.4 2 .3 0 .7 0 1 .2H45v83c0 1.3 1 2.2 2.4 2.2h25c1.4 0 ' + | ||
'2.4-1 2.4-2.2V3c0-1.3-1-2-2.3-2m86 0h-70C87 1 86 1.8 86 3v103.4c0 1.3 1 2 2.4 2h25c1.4 ' + | ||
'0 2.4-.8 2.4-2v-83h42.6c.4 0 .7 0 1-.2 1-.3 1.4-1 1.4-2v-18c0-1.3-1-2.2-2.3-2.2'; | ||
return ( | ||
<svg {...props} className={cx(className, 'ts-logo')} viewBox="0 0 161 109"> | ||
<path d={path} fillRule="evenodd" /> | ||
<svg {...props} className={cx(className, 'ts-logo')} viewBox="0 0 36 36"> | ||
<path d="M20 26V14H26V10H16V14V26H20Z" fill="black" /> | ||
<path d="M14 10H10V14H14V10Z" fill="black" /> | ||
</svg> | ||
@@ -31,6 +28,5 @@ ); | ||
display: 'inline-block', | ||
width: '33px', | ||
height: '22px', | ||
opacity: 0.1, | ||
width: '36px', | ||
height: '36px', | ||
}, | ||
}; |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
182479
4345