wacomm 2.25.0 → 2.25.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/wacomm.es.js CHANGED
@@ -14649,7 +14649,6 @@ function _a({ className: e = "", size: t = q.md }) {
14649
14649
  strokeLinecap: "butt",
14650
14650
  strokeLinejoin: "miter",
14651
14651
  strokeMiterlimit: 10,
14652
- fill: e,
14653
14652
  fillRule: "nonzero",
14654
14653
  opacity: 1
14655
14654
  },
@@ -14663,7 +14662,6 @@ function _a({ className: e = "", size: t = q.md }) {
14663
14662
  strokeLinecap: "butt",
14664
14663
  strokeLinejoin: "miter",
14665
14664
  strokeMiterlimit: 10,
14666
- fill: e,
14667
14665
  fillRule: "nonzero",
14668
14666
  opacity: 1
14669
14667
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wacomm",
3
- "version": "2.25.0",
3
+ "version": "2.25.1",
4
4
  "main": "dist/wacomm.cjs.js",
5
5
  "module": "dist/wacomm.es.js",
6
6
  "types": "dist/index.d.ts",
@@ -89,7 +89,7 @@
89
89
  "react-tooltip": "^5.28.1",
90
90
  "slick-carousel": "^1.8.1",
91
91
  "tiny-invariant": "^1.3.3",
92
- "wasvg": "^1.38.0",
92
+ "wasvg": "^1.39.1",
93
93
  "waujs": "^1.32.0"
94
94
  }
95
95
  }