design-comuni-plone-theme 8.7.7 → 8.7.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+
2
+
3
+ ## [8.7.8](https://github.com/redturtle/design-comuni-plone-theme/compare/v8.7.7...v8.7.8) (2023-10-12)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * avoid overlay of link more and dots in Calendar block ([d063a29](https://github.com/redturtle/design-comuni-plone-theme/commit/d063a294ebef9d4d5c87c2fc82893afc318518b7))
9
+
10
+
11
+ ### Maintenance
12
+
13
+ * preparing release 8..7.8 ([b60c3d0](https://github.com/redturtle/design-comuni-plone-theme/commit/b60c3d0b63145bc07980c6f68ca9c9ac90be6d51))
14
+ * updated RELEASE.md ([e63045c](https://github.com/redturtle/design-comuni-plone-theme/commit/e63045c466b68e5fabde864e790007f55901bb57))
15
+
1
16
  ## [8.7.7](https://github.com/redturtle/design-comuni-plone-theme/compare/v8.7.6...v8.7.7) (2023-10-12)
2
17
 
3
18
 
package/RELEASE.md CHANGED
@@ -30,6 +30,12 @@
30
30
  - ...
31
31
  -->
32
32
 
33
+ ## Versione 8.7.8 (12/10/2023)
34
+
35
+ ### Fix
36
+
37
+ - Nel blocco Calendario, è stata sistemata la sovrapposizione dei pallini di navigazione con il pulsante per il link agli approfondimenti
38
+
33
39
  ## Versione 8.7.7 (12/10/2023)
34
40
 
35
41
  ### Migliorie
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": "8.7.7",
5
+ "version": "8.7.8",
6
6
  "main": "src/index.js",
7
7
  "keywords": [
8
8
  "volto-addon",
package/publiccode.yml CHANGED
@@ -229,7 +229,7 @@ platforms:
229
229
  - web
230
230
  releaseDate: '2023-10-12'
231
231
  softwareType: standalone/web
232
- softwareVersion: 8.7.7
232
+ softwareVersion: 8.7.8
233
233
  url: 'https://github.com/italia/design-comuni-plone-theme'
234
234
  usedBy:
235
235
  - ASP Comuni Modenesi Area Nord
@@ -154,7 +154,7 @@
154
154
  }
155
155
 
156
156
  .link-more-container {
157
- margin-top: 60px;
157
+ margin-top: 6rem;
158
158
 
159
159
  .link-more-button-align-right {
160
160
  align-items: center;