io-sanita-theme 2.3.2 → 2.3.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.3.3](https://github.com/RedTurtle/io-sanita-theme/compare/2.3.2...2.3.3) (2025-02-26)
4
+
5
+ ### Bug Fixes
6
+
7
+ * a11y of Blocco link completo ([febc56c](https://github.com/RedTurtle/io-sanita-theme/commit/febc56cb2e3813b631b5d1e5f02d7894cdb3d37e))
8
+
3
9
  ## [2.3.2](https://github.com/RedTurtle/io-sanita-theme/compare/2.3.1...2.3.2) (2025-02-26)
4
10
 
5
11
  ### Bug Fixes
package/RELEASE.md CHANGED
@@ -41,6 +41,18 @@
41
41
  - ...
42
42
  -->
43
43
 
44
+ ## Versione 2.3.3 (26/02/2025)
45
+
46
+ ### Fix
47
+
48
+ - a11y - Sistemata l'accessibilità del template del blocco elenco 'Link completi'
49
+
50
+ ## Versione 2.3.2 (26/02/2025)
51
+
52
+ ### Fix
53
+
54
+ - a11y - Sistemata l'accessibilità dei blocchi di tipo 'cerca'
55
+
44
56
  ## Versione 2.3.0 (24/02/2025)
45
57
 
46
58
  ### Novità
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "io-sanita-theme",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "io-sanita-theme: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "license": "MIT",
@@ -46,6 +46,7 @@ const CompleteBlockLinksTemplate = (props) => {
46
46
  sizes: '60px',
47
47
  showTitleAttr: false,
48
48
  alt: item.title,
49
+ noWrapLink: true,
49
50
  });
50
51
 
51
52
  const BlockExtraTags = getComponentWithFallback({