demio-ui 2.1.27 → 2.1.29

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/types.d.ts CHANGED
@@ -625,9 +625,8 @@ function _extends$K() { _extends$K = Object.assign ? Object.assign.bind() : func
625
625
  var SvgClose = function SvgClose(props) {
626
626
  return /*#__PURE__*/React.createElement("svg", _extends$K({
627
627
  xmlns: "http://www.w3.org/2000/svg",
628
- width: 24,
629
- height: 24,
630
- fill: "none"
628
+ fill: "none",
629
+ viewBox: "0 0 24 24"
631
630
  }, props), _path$K || (_path$K = /*#__PURE__*/React.createElement("path", {
632
631
  fill: "#5D676B",
633
632
  d: "m12 13.4-4.9 4.9a.95.95 0 0 1-.7.276.95.95 0 0 1-.7-.275.95.95 0 0 1-.275-.7q0-.426.275-.7l4.9-4.9-4.9-4.9a.95.95 0 0 1-.275-.7q0-.426.275-.7a.95.95 0 0 1 .7-.275q.424 0 .7.275l4.9 4.9 4.9-4.9a.95.95 0 0 1 .7-.275q.424 0 .7.275a.95.95 0 0 1 .275.7.95.95 0 0 1-.275.7L13.4 12l4.9 4.9a.95.95 0 0 1 .275.7.95.95 0 0 1-.275.7.95.95 0 0 1-.7.275.95.95 0 0 1-.7-.275z"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "2.1.27",
3
+ "version": "2.1.29",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",