svelte-common 6.15.3 → 6.15.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-common",
3
- "version": "6.15.3",
3
+ "version": "6.15.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -49,8 +49,8 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "pacc": "^3.1.8",
52
- "svelte-command": "^3.0.2",
53
- "svelte-entitlement": "^2.0.1"
52
+ "svelte-command": "^3.0.3",
53
+ "svelte-entitlement": "^2.0.2"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@semantic-release/commit-analyzer": "^13.0.0",
@@ -61,12 +61,12 @@
61
61
  "ava": "^6.1.3",
62
62
  "c8": "^10.1.2",
63
63
  "documentation": "^14.0.3",
64
- "mf-styling": "^3.1.8",
65
- "npm-pkgbuild": "^15.3.29",
64
+ "mf-styling": "^3.1.9",
65
+ "npm-pkgbuild": "^15.3.30",
66
66
  "semantic-release": "^24.1.0",
67
- "stylelint": "^16.8.2",
67
+ "stylelint": "^16.9.0",
68
68
  "stylelint-config-standard": "^36.0.1",
69
- "svelte": "^5.0.0-next.238",
69
+ "svelte": "^5.0.0-next.241",
70
70
  "testcafe": "^3.6.2",
71
71
  "typescript": "^5.5.4",
72
72
  "vite": "^5.4.2",
@@ -257,8 +257,7 @@ export class Pagination {
257
257
  } else {
258
258
  a.onclick = e => {
259
259
  e.preventDefault();
260
- e.stopPropagation();
261
- nav.focus();
260
+ nav.focus({ focusVisible: true });
262
261
  this.page = targetPage;
263
262
  };
264
263
  }
@@ -304,7 +303,7 @@ export function* navigationItems(
304
303
  const edge = 2;
305
304
  const side = 1;
306
305
  const step =
307
- numberOfPages >= 100 ? Math.floor(numberOfPages / 10) : undefined;
306
+ numberOfPages >= 80 ? Math.floor(numberOfPages / 10) : undefined;
308
307
 
309
308
  for (let n = 1; n <= numberOfPages; n++) {
310
309
  if (