easy-email-pro-theme 1.26.3 → 1.26.5

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -18625,7 +18625,7 @@ const underLineAdapter = {
18625
18625
  },
18626
18626
  normalize(active) {
18627
18627
  if (!active)
18628
- return void 0;
18628
+ return "none";
18629
18629
  return "underline";
18630
18630
  }
18631
18631
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-email-pro-theme",
3
- "version": "1.26.3",
3
+ "version": "1.26.5",
4
4
  "description": "",
5
5
  "files": [
6
6
  "lib"