astro-accelerator 5.10.25 → 5.10.28

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,5 +1,5 @@
1
1
  {
2
- "version": "5.10.25",
2
+ "version": "5.10.28",
3
3
  "author": "Steve Fenton",
4
4
  "name": "astro-accelerator",
5
5
  "description": "A super-lightweight, accessible, SEO-friendly starter project for Astro",
@@ -36,15 +36,15 @@
36
36
  "dependencies": {
37
37
  "@astrojs/mdx": "^4.3.13",
38
38
  "@img/sharp-linux-x64": "^0.34.5",
39
- "astro": "^5.16.6",
40
- "astro-accelerator-utils": "^0.3.61",
39
+ "astro": "^5.16.7",
40
+ "astro-accelerator-utils": "^0.3.64",
41
41
  "cspell": "^9.4.0",
42
42
  "csv": "^6.4.1",
43
43
  "glob": "^13.0.0",
44
44
  "hast-util-from-selector": "^3.0.1",
45
45
  "html-to-text": "^9.0.5",
46
46
  "keyword-extractor": "^0.0.28",
47
- "linkinator": "7.5.1",
47
+ "linkinator": "7.5.3",
48
48
  "optional": "^0.1.4",
49
49
  "remark-directive": "^4.0.0",
50
50
  "sharp": "^0.34.5"
@@ -118,8 +118,8 @@ nav summary:focus {
118
118
  color: var(--fore-link-alt);
119
119
  }
120
120
 
121
- .input-keyboard :focus {
122
- outline: 2px dashed var(--fore-link-alt);
121
+ :focus-visible {
122
+ outline: 2px dashed var(--icon-block);
123
123
  border-radius: 5px;
124
124
  }
125
125