@mptw/skylens-ui 1.4.82 → 1.4.83

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/package.json +1 -1
  2. package/utils/index.ts +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.4.82",
4
+ "version": "1.4.83",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",
package/utils/index.ts CHANGED
@@ -685,9 +685,9 @@ export const domToPngDataUrl = async (
685
685
  );
686
686
  };
687
687
  const styleOption = Object.assign({}, {
688
- marginTop: '0px',
689
- marginBottom: '9px',
690
- border: 'none',
688
+ marginTop: 0,
689
+ marginBottom: 9,
690
+ border: 0,
691
691
  }, customStyle || {});
692
692
 
693
693
  const options = {