@marigold/icons 1.3.7 → 1.3.9

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/index.js CHANGED
@@ -595,7 +595,6 @@ var Deal = (0, import_react71.forwardRef)((props, ref) => /* @__PURE__ */ import
595
595
  "mask",
596
596
  {
597
597
  id: "mask0",
598
- "mask-type": "alpha",
599
598
  maskUnits: "userSpaceOnUse",
600
599
  x: "3",
601
600
  y: "3",
package/dist/index.mjs CHANGED
@@ -442,7 +442,6 @@ var Deal = forwardRef71((props, ref) => /* @__PURE__ */ React71.createElement(SV
442
442
  "mask",
443
443
  {
444
444
  id: "mask0",
445
- "mask-type": "alpha",
446
445
  maskUnits: "userSpaceOnUse",
447
446
  x: "3",
448
447
  y: "3",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@marigold/icons",
3
3
  "description": "Marigold Icons",
4
- "version": "1.3.7",
4
+ "version": "1.3.9",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "marigold",
@@ -32,7 +32,7 @@
32
32
  "directory": "packages/icons"
33
33
  },
34
34
  "dependencies": {
35
- "@marigold/system": "11.5.0"
35
+ "@marigold/system": "12.0.1"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": ">=17.0.0"