design-comuni-plone-theme 12.1.3 → 12.1.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.
Binary file
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [12.1.4](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v12.1.3...v12.1.4) (2025-05-22)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * added a gap between the lines if the completeBlockLinks has 2+ lines of content ([#953](https://github.com/RedTurtle/design-comuni-plone-theme/issues/953)) ([a3c1269](https://github.com/RedTurtle/design-comuni-plone-theme/commit/a3c1269cd2725d268052b08f37468356f0901ce4))
9
+
10
+
11
+ ### Documentation
12
+
13
+ * updated publiccode and release log ([0ac938b](https://github.com/RedTurtle/design-comuni-plone-theme/commit/0ac938bca9e948ae1ab17397ca5ad637a6374ef7))
14
+
3
15
  ## [12.1.3](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v12.1.2...v12.1.3) (2025-05-20)
4
16
 
5
17
 
package/RELEASE.md CHANGED
@@ -41,6 +41,12 @@
41
41
  - ...
42
42
  -->
43
43
 
44
+ ## Versione 12.1.4 (22/05/2025)
45
+
46
+ ### Fix
47
+
48
+ - Spazio aggiunto tra le righe se la variazione "Blocco link completo" ha più di due righe di contenuto.
49
+
44
50
  ## Versione 12.1.3 (20/05/2025)
45
51
 
46
52
  ### Fix
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "design-comuni-plone-theme",
3
3
  "description": "Volto Theme for Italia design guidelines",
4
4
  "license": "GPL-v3",
5
- "version": "12.1.3",
5
+ "version": "12.1.4",
6
6
  "main": "src/index.js",
7
7
  "repository": {
8
8
  "type": "git",
package/publiccode.yml CHANGED
@@ -227,9 +227,9 @@ maintenance:
227
227
  name: io-Comune - Il sito AgID per Comuni ed Enti Pubblici
228
228
  platforms:
229
229
  - web
230
- releaseDate: '2025-05-20'
230
+ releaseDate: '2025-05-22'
231
231
  softwareType: standalone/web
232
- softwareVersion: 12.1.3
232
+ softwareVersion: 12.1.4
233
233
  url: 'https://github.com/italia/design-comuni-plone-theme'
234
234
  usedBy:
235
235
  - ASP Comuni Modenesi Area Nord
@@ -3,6 +3,10 @@
3
3
  text-decoration: none;
4
4
  }
5
5
 
6
+ .row {
7
+ row-gap: 22px;
8
+ }
9
+
6
10
  .image-container {
7
11
  display: flex;
8
12
  overflow: hidden;