@sveltia/ui 0.27.5 → 0.27.6

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.
@@ -65,8 +65,12 @@
65
65
  });
66
66
  </script>
67
67
 
68
+ <!--
69
+ In the viewport meta tag, we set the maximum scale to 1 to prevent zooming in on mobile devices.
70
+ @see https://stackoverflow.com/q/2989263
71
+ -->
68
72
  <svelte:head>
69
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
73
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
70
74
  <meta name="google" content="notranslate" />
71
75
  <link rel="preconnect" href="https://fonts.googleapis.com" />
72
76
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/ui",
3
- "version": "0.27.5",
3
+ "version": "0.27.6",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {
@@ -48,15 +48,15 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@sveltejs/adapter-auto": "^6.0.1",
51
- "@sveltejs/kit": "^2.22.5",
52
- "@sveltejs/package": "^2.3.12",
53
- "@sveltejs/vite-plugin-svelte": "6.0.0",
54
- "cspell": "^9.1.3",
51
+ "@sveltejs/kit": "^2.24.0",
52
+ "@sveltejs/package": "^2.4.0",
53
+ "@sveltejs/vite-plugin-svelte": "6.1.0",
54
+ "cspell": "^9.1.5",
55
55
  "eslint": "^8.57.1",
56
56
  "eslint-config-airbnb-base": "^15.0.0",
57
57
  "eslint-config-prettier": "^10.1.5",
58
58
  "eslint-plugin-import": "^2.32.0",
59
- "eslint-plugin-jsdoc": "^51.3.4",
59
+ "eslint-plugin-jsdoc": "^51.4.0",
60
60
  "eslint-plugin-svelte": "^2.46.1",
61
61
  "postcss": "^8.5.6",
62
62
  "postcss-html": "^1.8.0",
@@ -66,7 +66,7 @@
66
66
  "stylelint": "^16.21.1",
67
67
  "stylelint-config-recommended-scss": "^15.0.1",
68
68
  "stylelint-scss": "^6.12.1",
69
- "svelte": "5.35.6",
69
+ "svelte": "5.36.2",
70
70
  "svelte-check": "^4.2.2",
71
71
  "svelte-i18n": "^4.0.1",
72
72
  "svelte-preprocess": "^6.0.3",