demio-ui 2.4.0 → 2.4.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/types.d.ts CHANGED
@@ -647,13 +647,10 @@ function _extends$1i() { return _extends$1i = Object.assign ? Object.assign.bind
647
647
  var SvgCached = function SvgCached(props) {
648
648
  return /*#__PURE__*/React.createElement("svg", _extends$1i({
649
649
  xmlns: "http://www.w3.org/2000/svg",
650
- width: 24,
651
- height: 24,
652
- fill: "none"
650
+ fill: "none",
651
+ viewBox: "0 0 24 24"
653
652
  }, props), /*#__PURE__*/React.createElement("mask", {
654
653
  id: "cached_svg__a",
655
- width: 24,
656
- height: 24,
657
654
  x: 0,
658
655
  y: 0,
659
656
  maskUnits: "userSpaceOnUse",
@@ -667,7 +664,7 @@ var SvgCached = function SvgCached(props) {
667
664
  mask: "url(#cached_svg__a)"
668
665
  }, /*#__PURE__*/React.createElement("path", {
669
666
  fill: "#2C3336",
670
- d: "M12.05 19.75q-3.245 0-5.522-2.258T4.25 12v-.78l-1.323 1.322a.73.73 0 0 1-.522.213.7.7 0 0 1-.532-.213.72.72 0 0 1-.217-.527q0-.31.217-.527l2.494-2.494A.87.87 0 0 1 5 8.724q.361 0 .633.27l2.494 2.495q.208.207.212.521a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.218.72.72 0 0 1-.527-.218L5.75 11.22V12q0 2.605 1.835 4.428t4.465 1.822q.439 0 .874-.06t.859-.204a.88.88 0 0 1 .603.02.8.8 0 0 1 .426.396.68.68 0 0 1 .018.585.66.66 0 0 1-.444.388q-.565.2-1.155.288a8 8 0 0 1-1.181.087m-.1-14q-.439 0-.874.06t-.859.203a.9.9 0 0 1-.61-.02.8.8 0 0 1-.434-.395.66.66 0 0 1-.023-.57.65.65 0 0 1 .423-.388q.581-.2 1.176-.295a7.6 7.6 0 0 1 1.201-.095q3.245 0 5.522 2.258T19.75 12v.78l1.323-1.322a.73.73 0 0 1 .522-.213.7.7 0 0 1 .532.213q.217.216.217.527a.72.72 0 0 1-.217.527l-2.494 2.494a.87.87 0 0 1-.633.27.87.87 0 0 1-.633-.27l-2.494-2.495a.72.72 0 0 1-.212-.522.7.7 0 0 1 .212-.531.72.72 0 0 1 .527-.218q.31 0 .527.218l1.323 1.323V12q0-2.605-1.835-4.428T11.95 5.75"
667
+ d: "M12.05 19.75q-3.245 0-5.522-2.258T4.25 12v-.78l-1.323 1.322a.73.73 0 0 1-.522.213.7.7 0 0 1-.532-.213.72.72 0 0 1-.217-.527q0-.31.217-.527l2.494-2.494A.87.87 0 0 1 5 8.724a.87.87 0 0 1 .633.27l2.494 2.495q.208.207.212.521a.7.7 0 0 1-.212.532.72.72 0 0 1-.527.218.72.72 0 0 1-.527-.218L5.75 11.22V12q0 2.605 1.835 4.428t4.465 1.822q.439 0 .874-.06t.859-.204a.88.88 0 0 1 .603.02.8.8 0 0 1 .426.396.68.68 0 0 1 .018.585.66.66 0 0 1-.444.388q-.565.2-1.155.288a8 8 0 0 1-1.181.087m-.1-14q-.438 0-.874.06a4.6 4.6 0 0 0-.859.203.9.9 0 0 1-.61-.02.8.8 0 0 1-.434-.395.66.66 0 0 1-.023-.57.65.65 0 0 1 .423-.388q.581-.2 1.176-.295a7.6 7.6 0 0 1 1.201-.095q3.245 0 5.522 2.258T19.75 12v.78l1.323-1.322a.73.73 0 0 1 .522-.213.7.7 0 0 1 .532.213q.217.216.217.527a.72.72 0 0 1-.217.527l-2.494 2.494a.87.87 0 0 1-.633.27.87.87 0 0 1-.633-.27l-2.494-2.495a.72.72 0 0 1-.212-.522.7.7 0 0 1 .212-.531.72.72 0 0 1 .527-.218q.31 0 .527.218l1.323 1.323V12q0-2.605-1.835-4.428T11.95 5.75"
671
668
  }))));
672
669
  };
673
670
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",