design-comuni-plone-theme 11.25.1 → 11.25.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.
Binary file
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
 
2
2
 
3
+ ## [11.25.3](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.25.2...v11.25.3) (2024-12-12)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * translations ([6c2379b](https://github.com/RedTurtle/design-comuni-plone-theme/commit/6c2379b8a263ecbc6b69695788e82d9c1deba272))
9
+
10
+
11
+ ### Documentation
12
+
13
+ * updated publiccode and release log ([10abdae](https://github.com/RedTurtle/design-comuni-plone-theme/commit/10abdae4068ea883640769c48df06337b6478b99))
14
+
15
+ ## [11.25.2](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.25.1...v11.25.2) (2024-11-28)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * added conditional chaining to images for uo in argomento view ([#823](https://github.com/RedTurtle/design-comuni-plone-theme/issues/823)) ([27b1545](https://github.com/RedTurtle/design-comuni-plone-theme/commit/27b15454cc9567e3c220e7b1ffa9d1746045510f))
21
+
22
+
23
+ ### Documentation
24
+
25
+ * updated publiccode ([e57f337](https://github.com/RedTurtle/design-comuni-plone-theme/commit/e57f3374c5218b4ee67aec1b59f8917cb8625828))
26
+
3
27
  ## [11.25.1](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.25.0...v11.25.1) (2024-11-28)
4
28
 
5
29
 
package/RELEASE.md CHANGED
@@ -41,6 +41,12 @@
41
41
  - ...
42
42
  -->
43
43
 
44
+ ## Versione 11.25.3 (12/12/2024)
45
+
46
+ ### Migliorie
47
+
48
+ - Aggiornate diverse traduzioni italiane.
49
+
44
50
  ## Versione 11.25.1 (28/11/2024)
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": "11.25.1",
5
+ "version": "11.25.3",
6
6
  "main": "src/index.js",
7
7
  "repository": {
8
8
  "type": "git",
@@ -200,7 +200,7 @@
200
200
  "stylelint-prettier": "4.0.2"
201
201
  },
202
202
  "peerDependencies": {
203
- "@plone/volto": "17.19.0"
203
+ "@plone/volto": "17.20.2"
204
204
  },
205
205
  "packageManager": "yarn@3.2.3"
206
206
  }
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: '2024-11-28'
230
+ releaseDate: '2024-12-12'
231
231
  softwareType: standalone/web
232
- softwareVersion: 11.25.1
232
+ softwareVersion: 11.25.3
233
233
  url: 'https://github.com/italia/design-comuni-plone-theme'
234
234
  usedBy:
235
235
  - ASP Comuni Modenesi Area Nord
@@ -109,8 +109,8 @@ const PaginaArgomentoView = ({ content }) => {
109
109
  </CardText>
110
110
  </CardBody>
111
111
  {uo_object &&
112
- (uo_object.image_scales.image.length > 0 ||
113
- uo_object.image_scales.preview_image.length >
112
+ (uo_object.image_scales?.image?.length > 0 ||
113
+ uo_object.image_scales?.preview_image?.length >
114
114
  0) && (
115
115
  <div className="image-container me-3">
116
116
  <Image
@@ -189,7 +189,7 @@ export default function applyConfig(voltoConfig) {
189
189
  ...(config.settings.controlpanels ?? []),
190
190
  {
191
191
  '@id': '/release-log',
192
- group: 'Generali',
192
+ group: 'General',
193
193
  title: 'Novità ultimi rilasci',
194
194
  id: 'release-log',
195
195
  },
@@ -471,6 +471,14 @@ body.cms-ui {
471
471
  }
472
472
 
473
473
  &.section-controlpanel {
474
+ .grid > .row {
475
+ // HIDE TAXONOMIES CONTROLPANEL UNTIL #62343 IS DONE
476
+ > .column:has([href='/controlpanel/taxonomies']),
477
+ > .column:has([href='/controlpanel/volto-settings']) {
478
+ display: none;
479
+ }
480
+ }
481
+
474
482
  a {
475
483
  text-decoration: none;
476
484
 
@@ -484,6 +492,18 @@ body.cms-ui {
484
492
  display: none;
485
493
  }
486
494
  }
495
+ // Hide the help text in the configuration widgets
496
+ // TODO this is a temporary fix, a release needs to be made on every add-on to fix this
497
+ .footer-configuration-widget .stretched.twelve.wide.column:has(p.help),
498
+ .slimheader-configuration-widget
499
+ .wrapper:has(label[for='menu-configuration']),
500
+ .subfooter-configuration-widget
501
+ .wrapper:has(label[for='menu-configuration']),
502
+ .secondary-menu-configuration-widget
503
+ .wrapper:has(label[for='menu-configuration']),
504
+ .menu-configuration-widget .wrapper:has(label[for='menu-configuration']) {
505
+ display: none !important;
506
+ }
487
507
  }
488
508
 
489
509
  [data-rbd-draggable-context-id] {