@sveltia/ui 0.31.7 → 0.31.8

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.
@@ -40,7 +40,7 @@
40
40
  .wrapper :global([role=toolbar]) {
41
41
  position: sticky;
42
42
  top: 0;
43
- z-index: 1;
43
+ z-index: 100;
44
44
  display: flex;
45
45
  gap: 4px;
46
46
  border-width: 1px 1px 0;
@@ -70,7 +70,15 @@
70
70
  @see https://stackoverflow.com/q/2989263
71
71
  -->
72
72
  <svelte:head>
73
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
73
+ <meta
74
+ name="viewport"
75
+ content={[
76
+ 'width=device-width',
77
+ 'initial-scale=1',
78
+ 'maximum-scale=1',
79
+ 'interactive-widget=resizes-content',
80
+ ].join(', ')}
81
+ />
74
82
  <meta name="google" content="notranslate" />
75
83
  <link rel="preconnect" href="https://fonts.googleapis.com" />
76
84
  <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.31.7",
3
+ "version": "0.31.8",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {
@@ -29,30 +29,30 @@
29
29
  "devDependencies": {
30
30
  "@sveltejs/adapter-auto": "^7.0.0",
31
31
  "@sveltejs/kit": "^2.49.0",
32
- "@sveltejs/package": "^2.5.6",
32
+ "@sveltejs/package": "^2.5.7",
33
33
  "@sveltejs/vite-plugin-svelte": "^6.2.1",
34
34
  "cspell": "^9.3.2",
35
35
  "eslint": "^8.57.1",
36
36
  "eslint-config-airbnb-base": "^15.0.0",
37
37
  "eslint-config-prettier": "^10.1.8",
38
38
  "eslint-plugin-import": "^2.32.0",
39
- "eslint-plugin-jsdoc": "^61.4.0",
39
+ "eslint-plugin-jsdoc": "^61.4.1",
40
40
  "eslint-plugin-svelte": "^2.46.1",
41
- "oxlint": "^1.29.0",
41
+ "oxlint": "^1.30.0",
42
42
  "postcss": "^8.5.6",
43
43
  "postcss-html": "^1.8.0",
44
- "prettier": "^3.6.2",
44
+ "prettier": "^3.7.3",
45
45
  "prettier-plugin-svelte": "^3.4.0",
46
46
  "sass": "^1.94.2",
47
- "stylelint": "^16.26.0",
47
+ "stylelint": "^16.26.1",
48
48
  "stylelint-config-recommended-scss": "^16.0.2",
49
49
  "stylelint-scss": "^6.12.1",
50
- "svelte": "^5.43.14",
50
+ "svelte": "^5.45.2",
51
51
  "svelte-check": "^4.3.4",
52
52
  "svelte-preprocess": "^6.0.3",
53
53
  "tslib": "^2.8.1",
54
54
  "vite": "^7.2.4",
55
- "vitest": "^4.0.13"
55
+ "vitest": "^4.0.14"
56
56
  },
57
57
  "exports": {
58
58
  ".": {