design-comuni-plone-theme 8.7.4 → 8.7.6

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,26 @@
1
1
 
2
2
 
3
+ ## [8.7.6](https://github.com/redturtle/design-comuni-plone-theme/compare/v8.7.5...v8.7.6) (2023-10-09)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * allineamento testo blocco elenco quadratoni ([#353](https://github.com/redturtle/design-comuni-plone-theme/issues/353)) ([79bdf64](https://github.com/redturtle/design-comuni-plone-theme/commit/79bdf64f0fff59dde7f31a573a0678d6f6e0331b))
9
+
10
+
11
+ ### Maintenance
12
+
13
+ * preparing release 8.7.6 ([6a2c6a9](https://github.com/redturtle/design-comuni-plone-theme/commit/6a2c6a9405cc44f17c8a06cc198fc8490ddc6e6f))
14
+ * updated volto-data-grid-widget 2.2.3 ([47a6171](https://github.com/redturtle/design-comuni-plone-theme/commit/47a61712a6074c2b699bdddde90b4f489c3bc3d9))
15
+
16
+ ## [8.7.5](https://github.com/redturtle/design-comuni-plone-theme/compare/v8.7.4...v8.7.5) (2023-10-05)
17
+
18
+
19
+ ### Maintenance
20
+
21
+ * preparing release 8.7.5 ([8c4a5d1](https://github.com/redturtle/design-comuni-plone-theme/commit/8c4a5d198eb2ef2976c9be9eaf90826bda7c7790))
22
+ * updated volto-data-grid-widget 2.2.2 ([1cb054d](https://github.com/redturtle/design-comuni-plone-theme/commit/1cb054d28ca4919dd1f447253033b83949a1ac23))
23
+
3
24
  ## [8.7.4](https://github.com/redturtle/design-comuni-plone-theme/compare/v8.7.3...v8.7.4) (2023-10-05)
4
25
 
5
26
 
package/RELEASE.md CHANGED
@@ -30,6 +30,12 @@
30
30
  - ...
31
31
  -->
32
32
 
33
+ ## Versione X.X.X (06/10/2023)
34
+
35
+ ### Fix
36
+
37
+ - Uniformato e impostato a sinistra l'allineamento del testo nel blocco Elenco nella variazione Quadratoni con immagine
38
+
33
39
  ## Versione 8.7.3 (26/09/2023)
34
40
 
35
41
  ### 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": "8.7.4",
5
+ "version": "8.7.6",
6
6
  "main": "src/index.js",
7
7
  "keywords": [
8
8
  "volto-addon",
@@ -130,7 +130,7 @@
130
130
  "typeface-roboto-mono": "0.0.75",
131
131
  "typeface-titillium-web": "0.0.72",
132
132
  "volto-blocks-widget": "3.1.0",
133
- "volto-data-grid-widget": "2.2.1",
133
+ "volto-data-grid-widget": "2.2.3",
134
134
  "volto-dropdownmenu": "4.1.0",
135
135
  "volto-editablefooter": "5.0.1",
136
136
  "volto-feedback": "0.1.5",
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: '2023-10-05'
230
+ releaseDate: '2023-10-09'
231
231
  softwareType: standalone/web
232
- softwareVersion: 8.7.4
232
+ softwareVersion: 8.7.6
233
233
  url: 'https://github.com/italia/design-comuni-plone-theme'
234
234
  usedBy:
235
235
  - ASP Comuni Modenesi Area Nord
@@ -19,7 +19,9 @@
19
19
  position: relative;
20
20
  display: flex;
21
21
  height: 195px;
22
+ flex-direction: row;
22
23
  align-items: flex-end;
24
+ justify-content: left;
23
25
  padding: 1.2rem;
24
26
  text-decoration: none;
25
27