demio-ui 2.5.83 → 2.5.85
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/cjs/index.js +2 -2
- package/dist/esm/index.js +2 -2
- package/dist/types.d.ts +2 -3
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1340,11 +1340,10 @@ function _extends$V() { return _extends$V = Object.assign ? Object.assign.bind()
|
|
|
1340
1340
|
var SvgHelp = function SvgHelp(props) {
|
|
1341
1341
|
return /*#__PURE__*/React.createElement("svg", _extends$V({
|
|
1342
1342
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1343
|
-
fill: "none"
|
|
1343
|
+
fill: "none",
|
|
1344
|
+
viewBox: "0 0 24 24"
|
|
1344
1345
|
}, props), /*#__PURE__*/React.createElement("mask", {
|
|
1345
1346
|
id: "help_svg__a",
|
|
1346
|
-
width: 24,
|
|
1347
|
-
height: 24,
|
|
1348
1347
|
x: 0,
|
|
1349
1348
|
y: 0,
|
|
1350
1349
|
maskUnits: "userSpaceOnUse",
|