@wikicasa-dev/svg-icons 1.3.4 → 1.3.6-alpha.0

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/lazy.d.ts CHANGED
@@ -145,6 +145,7 @@ declare const icons: {
145
145
  readonly QuestionIconRounded: () => Promise<typeof import("./svgIcons/QuestionIconRounded")>;
146
146
  readonly HistoryIcon: () => Promise<typeof import("./svgIcons/HistoryIcon")>;
147
147
  readonly DeleteShadowedIcon: () => Promise<typeof import("./svgIcons/DeleteShadowedIcon")>;
148
+ readonly MorePhotosIcon: () => Promise<typeof import("./svgIcons/MorePhotosIcon")>;
148
149
  readonly AreaIcon: () => Promise<typeof import("./svgIcons/places/AreaIcon")>;
149
150
  readonly CityIcon: () => Promise<typeof import("./svgIcons/places/CityIcon")>;
150
151
  readonly PoiIcon: () => Promise<typeof import("./svgIcons/places/PoiIcon")>;
package/dist/lazy.js CHANGED
@@ -147,6 +147,7 @@ const c = {
147
147
  QuestionIconRounded: () => import("./svgIcons/QuestionIconRounded.js"),
148
148
  HistoryIcon: () => import("./svgIcons/HistoryIcon.js"),
149
149
  DeleteShadowedIcon: () => import("./svgIcons/DeleteShadowedIcon.js"),
150
+ MorePhotosIcon: () => import("./svgIcons/MorePhotosIcon.js"),
150
151
  /* Places */
151
152
  AreaIcon: () => import("./svgIcons/places/AreaIcon.js"),
152
153
  CityIcon: () => import("./svgIcons/places/CityIcon.js"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "1.3.4",
3
+ "version": "1.3.6-alpha.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/lib/index.d.ts",
@@ -34,29 +34,29 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@tsconfig/node24": "^24.0.4",
37
- "@types/node": "^25.5.2",
38
- "@vitejs/plugin-vue": "^6.0.5",
37
+ "@types/node": "^25.9.1",
38
+ "@vitejs/plugin-vue": "^6.0.7",
39
39
  "@vue/eslint-config-prettier": "^10.2.0",
40
- "@vue/eslint-config-typescript": "^14.7.0",
40
+ "@vue/eslint-config-typescript": "^14.8.0",
41
41
  "@vue/tsconfig": "^0.9.1",
42
- "autoprefixer": "^10.4.27",
43
- "eslint": "^10.2",
42
+ "autoprefixer": "^10.5.0",
43
+ "eslint": "^10.4",
44
44
  "eslint-config-prettier": "^10.1.8",
45
- "eslint-plugin-oxlint": "~1.59.0",
46
- "eslint-plugin-vue": "^10.8.0",
47
- "jiti": "^2.6.1",
45
+ "eslint-plugin-oxlint": "~1.68.0",
46
+ "eslint-plugin-vue": "^10.9.2",
48
47
  "glob": "^13.0.6",
49
- "npm-run-all2": "^8.0.4",
50
- "oxfmt": "^0.44.0",
51
- "oxlint": "~1.59.0",
52
- "prettier": "^3.8.1",
48
+ "jiti": "^2.7.0",
49
+ "npm-run-all2": "^9.0.1",
50
+ "oxfmt": "^0.53.0",
51
+ "oxlint": "~1.68.0",
52
+ "prettier": "^3.8.3",
53
53
  "tailwindcss": "3.4.18",
54
- "typescript": "~6.0.2",
54
+ "typescript": "~6.0.3",
55
+ "unplugin-dts": "1.0.2",
55
56
  "vite": "7.3.1",
56
- "unplugin-dts": "1.0.0-beta.6",
57
- "vue": "^3.5.32",
58
- "vue-router": "^5.0.4",
59
- "vue-tsc": "^3.2.6"
57
+ "vue": "^3.5.35",
58
+ "vue-router": "^5.1.0",
59
+ "vue-tsc": "^3.3.3"
60
60
  },
61
61
  "repository": {
62
62
  "type": "git",