@wikicasa-dev/svg-icons 1.2.21-alpha.2 → 1.2.21

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/WkAppIcon.js CHANGED
@@ -46,7 +46,6 @@ const r = (l, { attrs: s }) => {
46
46
  c("path", {
47
47
  id: "Sottrazione_2",
48
48
  class: "cls-3",
49
- // eslint-disable-next-line max-len
50
49
  d: "M256.01,424.11c-1.77,.02-3.44-.84-4.46-2.29l-30.39-42.92H118.07c-5.99,.01-10.86-4.83-10.88-10.81V143.41c.03-5.99,4.89-10.82,10.88-10.81H393.85c5.99-.01,10.85,4.83,10.88,10.81v224.6c.06,2.88-1.05,5.67-3.08,7.71-2.03,2.06-4.81,3.21-7.7,3.2h-103.07l-30.39,42.89c-1.02,1.46-2.69,2.31-4.47,2.3Zm-.15-174.21c.6,0,1.13,.38,1.31,.96l26.81,87.54c.31,1.05,1.28,1.76,2.36,1.73h39.12c1.18-.02,2.22-.8,2.56-1.93l50-159.99c.28-.78,.16-1.65-.32-2.33-.52-.72-1.36-1.14-2.25-1.13h-38.3c-1.08,.02-2.02,.71-2.36,1.73l-29.16,97.85c-.15,.58-.68,.97-1.28,.96-.6,.01-1.13-.38-1.29-.96l-29.88-97.74c-.32-1.15-1.37-1.95-2.56-1.94h-29.57c-1.15,.01-2.18,.74-2.56,1.83l-31.93,97.85c-.2,.55-.72,.92-1.3,.91-.63,0-1.19-.4-1.37-1.01l-26.9-97.85c-.23-1.1-1.23-1.88-2.36-1.83h-38.3c-.84,0-1.63,.4-2.13,1.08-.53,.68-.7,1.56-.46,2.39l50.1,160.1c.32,1.16,1.37,1.95,2.57,1.93h39.02c1.06,.03,2.01-.63,2.36-1.63l26.81-87.56c.15-.56,.66-.95,1.24-.95Z"
51
50
  })
52
51
  ]
@@ -2,6 +2,6 @@ import { VNode } from 'vue';
2
2
  import { SvgImageProps } from '../types/FunctionalSvgIconComponent';
3
3
  export declare const svgImageFactory: (svgData: {
4
4
  props: SvgImageProps;
5
- svgNodeAttrs: Record<string, any>;
5
+ svgNodeAttrs: Record<string, unknown>;
6
6
  childrenNodes: VNode[] | VNode;
7
7
  }) => VNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "1.2.21-alpha.2",
3
+ "version": "1.2.21",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/lib/index.d.ts",
@@ -52,7 +52,7 @@
52
52
  "preview": "vite preview",
53
53
  "build-only": "vite build",
54
54
  "type-check": "vue-tsc --build --force",
55
- "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
55
+ "lint": "eslint . --fix --cache",
56
56
  "format": "prettier --write src/",
57
57
  "release:alpha": "pnpm version prerelease --preid=alpha && pnpm publish --tag alpha --no-git-checks"
58
58
  }