design-comuni-plone-theme 10.4.0 → 11.0.0-alpha.0

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.
Files changed (192) hide show
  1. package/.eslintrc.js +1 -1
  2. package/.github/workflows/main.yml +1 -1
  3. package/.github/workflows/prs.yml +1 -1
  4. package/.github/workflows/release.yml +1 -1
  5. package/CHANGELOG.md +38 -0
  6. package/Makefile +1 -1
  7. package/RELEASE.md +10 -0
  8. package/error-503.html +52 -50
  9. package/jest-addon.config.js +0 -4
  10. package/locales/de/LC_MESSAGES/volto.po +16 -0
  11. package/locales/en/LC_MESSAGES/volto.po +16 -0
  12. package/locales/es/LC_MESSAGES/volto.po +16 -0
  13. package/locales/fr/LC_MESSAGES/volto.po +16 -0
  14. package/locales/it/LC_MESSAGES/volto.po +16 -0
  15. package/locales/volto.pot +17 -1
  16. package/package.json +44 -27
  17. package/publiccode.yml +2 -2
  18. package/razzle.extend.js +0 -17
  19. package/src/actions/getDettagliProcedimento.js +1 -2
  20. package/src/components/ItaliaTheme/Blocks/CTABlock/Block.jsx +14 -17
  21. package/src/components/ItaliaTheme/Blocks/Calendar/Item.jsx +16 -12
  22. package/src/components/ItaliaTheme/Blocks/Calendar/ListingSidebar.jsx +5 -2
  23. package/src/components/ItaliaTheme/Blocks/HighlightedContent/Body.jsx +6 -2
  24. package/src/components/ItaliaTheme/Blocks/Listing/BandiInEvidenceTemplate.jsx +108 -104
  25. package/src/components/ItaliaTheme/Blocks/Listing/CardWithImageTemplate.jsx +3 -0
  26. package/src/components/ItaliaTheme/Blocks/Listing/CardWithSlideUpTextTemplate.jsx +1 -1
  27. package/src/components/ItaliaTheme/Blocks/Listing/Commons/CardCalendar.jsx +2 -2
  28. package/src/components/ItaliaTheme/Blocks/Listing/Commons/ListingImage.jsx +22 -25
  29. package/src/components/ItaliaTheme/Blocks/Listing/CompleteBlockLinksTemplate.jsx +5 -2
  30. package/src/components/ItaliaTheme/Blocks/Listing/ContentInEvidenceTemplate.jsx +3 -0
  31. package/src/components/ItaliaTheme/Blocks/Listing/GridGalleryTemplate.jsx +3 -1
  32. package/src/components/ItaliaTheme/Blocks/Listing/InEvidenceTemplate.jsx +7 -1
  33. package/src/components/ItaliaTheme/Blocks/Listing/PhotogalleryTemplate.jsx +4 -2
  34. package/src/components/ItaliaTheme/Blocks/Listing/SliderTemplate.jsx +4 -1
  35. package/src/components/ItaliaTheme/Blocks/Listing/SmallBlockLinksTemplate.jsx +4 -1
  36. package/src/components/ItaliaTheme/Blocks/Listing/TemplatesSkeletons/CardWithImageTemplateSkeleton.jsx +0 -2
  37. package/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx +1 -7
  38. package/src/components/ItaliaTheme/Blocks/__tests__/Alert.test.jsx +1 -2
  39. package/src/components/ItaliaTheme/Blocks/__tests__/CardWithImage.test.jsx +1 -2
  40. package/src/components/ItaliaTheme/Breadcrumbs/Breadcrumbs.jsx +8 -1
  41. package/src/components/ItaliaTheme/GalleryPreview/GalleryPreview.jsx +1 -6
  42. package/src/components/ItaliaTheme/Header/HeaderSearch/SearchModal.jsx +22 -0
  43. package/src/components/ItaliaTheme/Header/HeaderSlim/UserLoggedMenu.jsx +0 -1
  44. package/src/components/ItaliaTheme/Icons/FontAwesomeIcon.jsx +2 -2
  45. package/src/components/ItaliaTheme/Pagination/PaginationItem.jsx +14 -10
  46. package/src/components/ItaliaTheme/Pagination/createPaginationItems/itemFactories.js +4 -4
  47. package/src/components/ItaliaTheme/ScrollToTop/ScrollToTop.jsx +2 -1
  48. package/src/components/ItaliaTheme/Search/utils.js +5 -3
  49. package/src/components/ItaliaTheme/View/BandoView/BandoAreaResponsabile.jsx +3 -0
  50. package/src/components/ItaliaTheme/View/BandoView/BandoServizi.jsx +3 -0
  51. package/src/components/ItaliaTheme/View/Commons/ContactsCard.jsx +4 -4
  52. package/src/components/ItaliaTheme/View/Commons/ContentImage.jsx +8 -5
  53. package/src/components/ItaliaTheme/View/Commons/CuredBy.jsx +5 -9
  54. package/src/components/ItaliaTheme/View/Commons/Dates.jsx +1 -1
  55. package/src/components/ItaliaTheme/View/Commons/DownloadFileFormat.jsx +1 -0
  56. package/src/components/ItaliaTheme/View/Commons/Events.jsx +17 -28
  57. package/src/components/ItaliaTheme/View/Commons/Gallery.jsx +10 -9
  58. package/src/components/ItaliaTheme/View/Commons/GenericCard.jsx +22 -38
  59. package/src/components/ItaliaTheme/View/Commons/HelpBox.jsx +3 -4
  60. package/src/components/ItaliaTheme/View/Commons/LocationItem.jsx +25 -44
  61. package/src/components/ItaliaTheme/View/Commons/OfficeCard.jsx +15 -40
  62. package/src/components/ItaliaTheme/View/Commons/PageHeader/PageHeader.jsx +61 -47
  63. package/src/components/ItaliaTheme/View/Commons/RelatedArticles.jsx +2 -7
  64. package/src/components/ItaliaTheme/View/Commons/RelatedItems.jsx +21 -26
  65. package/src/components/ItaliaTheme/View/Commons/SideMenu.jsx +3 -5
  66. package/src/components/ItaliaTheme/View/Commons/SideMenuByTitles.jsx +3 -5
  67. package/src/components/ItaliaTheme/View/Commons/Sponsors.jsx +18 -35
  68. package/src/components/ItaliaTheme/View/Commons/VenuesSmall.jsx +32 -59
  69. package/src/components/ItaliaTheme/View/Commons/WideImage.jsx +13 -5
  70. package/src/components/ItaliaTheme/View/DocumentoView/DocumentoAccedereServizio.jsx +1 -6
  71. package/src/components/ItaliaTheme/View/FAQ/FaqFolder/FaqFolderTree.jsx +1 -0
  72. package/src/components/ItaliaTheme/View/IncaricoView/IncaricoView.jsx +4 -12
  73. package/src/components/ItaliaTheme/View/NewsItemView/NewsItemACuraDi.jsx +3 -0
  74. package/src/components/ItaliaTheme/View/PageView/PageView.jsx +11 -15
  75. package/src/components/ItaliaTheme/View/PaginaArgomentoView/PaginaArgomentoView.jsx +7 -5
  76. package/src/components/ItaliaTheme/View/PuntoDiContattoView/PuntoDiContattoView.jsx +1 -1
  77. package/src/components/ItaliaTheme/View/ServizioView/ServizioAccedi.jsx +1 -6
  78. package/src/components/ItaliaTheme/View/ServizioView/ServizioContatti.jsx +0 -2
  79. package/src/components/ItaliaTheme/View/UOView/UOStructure.jsx +1 -7
  80. package/src/components/ItaliaTheme/View/VenueView/VenueContacts.jsx +1 -1
  81. package/src/components/ItaliaTheme/View/VenueView/VenueDescription.jsx +0 -1
  82. package/src/components/ItaliaTheme/View/VenueView/VenueView.jsx +1 -1
  83. package/src/components/ItaliaTheme/View/__tests__/PersonaView.test.jsx +928 -932
  84. package/src/components/ItaliaTheme/manage/Widgets/TextEditorWidget.jsx +12 -8
  85. package/src/components/ReleaseLog/ReleaseLog.jsx +13 -2
  86. package/src/components/SelectInput/SelectInput.jsx +16 -21
  87. package/src/components/SelectInput/select-styles.css +1 -1
  88. package/src/config/Blocks/blocks.js +4 -3
  89. package/src/config/Blocks/listingVariations.js +4 -3
  90. package/src/config/Subsites/index.js +16 -16
  91. package/src/config/italiaConfig.js +6 -5
  92. package/src/customizations/volto/components/manage/Blocks/HeroImageLeft/Edit.jsx +31 -26
  93. package/src/customizations/volto/components/manage/Blocks/Listing/withQuerystringResults.jsx +6 -6
  94. package/src/customizations/volto/components/manage/Blocks/Search/components/CheckboxFacet.jsx +2 -2
  95. package/src/customizations/volto/components/manage/Blocks/Search/components/FilterList.jsx +15 -20
  96. package/src/customizations/volto/components/manage/Blocks/Search/components/ToggleFacetFilterListEntry.jsx +2 -9
  97. package/src/customizations/volto/components/manage/Diff/DiffField.jsx +2 -9
  98. package/src/customizations/volto/components/manage/Sidebar/ObjectBrowserBody.jsx +10 -10
  99. package/src/customizations/volto/components/manage/Widgets/DatetimeWidget.jsx +4 -10
  100. package/src/customizations/volto/components/manage/Widgets/ObjectBrowserWidget.jsx +2 -9
  101. package/src/customizations/volto/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.jsx +2 -2
  102. package/src/customizations/volto/helpers/FormValidation/FormValidation.js +7 -6
  103. package/src/customizations/volto/helpers/Html/Html.jsx +2 -2
  104. package/src/customizations/volto/middleware/api.js +194 -190
  105. package/src/customizations/volto/middleware/blacklistRoutes.js +36 -34
  106. package/src/helpers/dates.js +2 -2
  107. package/src/theme/ItaliaTheme/Addons/volto-gdpr-privacy.scss +12 -5
  108. package/src/theme/ItaliaTheme/Blocks/_accordion.scss +2 -0
  109. package/src/theme/ItaliaTheme/Blocks/_alert.scss +1 -1
  110. package/src/theme/ItaliaTheme/Blocks/_bandiInEvidenceTemplate.scss +1 -0
  111. package/src/theme/ItaliaTheme/Blocks/_calendar.scss +8 -6
  112. package/src/theme/ItaliaTheme/Blocks/_cardWithImageAndInEvidence.scss +9 -7
  113. package/src/theme/ItaliaTheme/Blocks/_cardWithSlideUpTextTemplate.scss +2 -2
  114. package/src/theme/ItaliaTheme/Blocks/_completeBlockLinkstemplate.scss +4 -2
  115. package/src/theme/ItaliaTheme/Blocks/_countdown.scss +2 -2
  116. package/src/theme/ItaliaTheme/Blocks/_ctaBlock.scss +7 -5
  117. package/src/theme/ItaliaTheme/Blocks/_gridBlock.scss +8 -3
  118. package/src/theme/ItaliaTheme/Blocks/_gridGalleryTemplate.scss +1 -0
  119. package/src/theme/ItaliaTheme/Blocks/_hero.scss +1 -0
  120. package/src/theme/ItaliaTheme/Blocks/_iconBlocks.scss +2 -2
  121. package/src/theme/ItaliaTheme/Blocks/_imageBlock.scss +1 -0
  122. package/src/theme/ItaliaTheme/Blocks/_listing.scss +1 -6
  123. package/src/theme/ItaliaTheme/Blocks/_photogallerytemplate.scss +2 -0
  124. package/src/theme/ItaliaTheme/Blocks/_ribbonCardTemplate.scss +5 -4
  125. package/src/theme/ItaliaTheme/Blocks/_rssBlock.scss +3 -2
  126. package/src/theme/ItaliaTheme/Blocks/_search.scss +72 -36
  127. package/src/theme/ItaliaTheme/Blocks/_searchSections.scss +4 -3
  128. package/src/theme/ItaliaTheme/Blocks/_simpleCardTemplate.scss +6 -3
  129. package/src/theme/ItaliaTheme/Blocks/_sliderTemplate.scss +1 -1
  130. package/src/theme/ItaliaTheme/Blocks/_smallblockLinkstemplate.scss +3 -3
  131. package/src/theme/ItaliaTheme/Blocks/_subblocks-edit.scss +1 -1
  132. package/src/theme/ItaliaTheme/Blocks/_tableOfContents.scss +17 -7
  133. package/src/theme/ItaliaTheme/Blocks/_video.scss +1 -1
  134. package/src/theme/ItaliaTheme/Blocks/_videoGallery.scss +7 -6
  135. package/src/theme/ItaliaTheme/Components/_card.scss +14 -7
  136. package/src/theme/ItaliaTheme/Components/_cardPersona.scss +2 -2
  137. package/src/theme/ItaliaTheme/Components/_cmp-timeline.scss +16 -14
  138. package/src/theme/ItaliaTheme/Components/_contactsCard.scss +3 -3
  139. package/src/theme/ItaliaTheme/Components/_customerSatisfaction.scss +31 -11
  140. package/src/theme/ItaliaTheme/Components/_diffField.scss +25 -14
  141. package/src/theme/ItaliaTheme/Components/_galleryPreview.scss +14 -11
  142. package/src/theme/ItaliaTheme/Components/_mobileMenu.scss +1 -1
  143. package/src/theme/ItaliaTheme/Components/_navscroll.scss +2 -0
  144. package/src/theme/ItaliaTheme/Components/_pageHeader.scss +5 -4
  145. package/src/theme/ItaliaTheme/Components/_scrollToTop.scss +1 -0
  146. package/src/theme/ItaliaTheme/Components/_sharing.scss +1 -1
  147. package/src/theme/ItaliaTheme/Components/_sideMenu.scss +9 -5
  148. package/src/theme/ItaliaTheme/Components/_subsiteFooter.scss +1 -1
  149. package/src/theme/ItaliaTheme/Print/_all_pages.scss +5 -2
  150. package/src/theme/ItaliaTheme/Print/_bandi.scss +8 -8
  151. package/src/theme/ItaliaTheme/Print/_event.scss +11 -10
  152. package/src/theme/ItaliaTheme/Print/_news_items.scss +17 -17
  153. package/src/theme/ItaliaTheme/Print/_persona.scss +8 -8
  154. package/src/theme/ItaliaTheme/Print/_servizio.scss +8 -8
  155. package/src/theme/ItaliaTheme/Views/_bando.scss +1 -0
  156. package/src/theme/ItaliaTheme/Views/_cartellaModulistica.scss +20 -8
  157. package/src/theme/ItaliaTheme/Views/_common.scss +4 -3
  158. package/src/theme/ItaliaTheme/Views/_embeddedVideo.scss +1 -1
  159. package/src/theme/ItaliaTheme/Views/_evento.scss +1 -0
  160. package/src/theme/ItaliaTheme/Views/_faqFolder.scss +1 -0
  161. package/src/theme/ItaliaTheme/Views/_paginaArgomento.scss +1 -0
  162. package/src/theme/ItaliaTheme/Views/_puntoDiContatto.scss +3 -2
  163. package/src/theme/ItaliaTheme/Views/_servizio.scss +4 -1
  164. package/src/theme/ItaliaTheme/Views/_slider.scss +3 -3
  165. package/src/theme/ItaliaTheme/Views/_trasparenzaView.scss +2 -0
  166. package/src/theme/ItaliaTheme/Views/_uo.scss +3 -1
  167. package/src/theme/ItaliaTheme/Views/_venue.scss +3 -2
  168. package/src/theme/ItaliaTheme/Widgets/_canaleDigitaleWidget.scss +2 -1
  169. package/src/theme/ItaliaTheme/Widgets/_dataGridWidget.scss +24 -8
  170. package/src/theme/ItaliaTheme/Widgets/_iconWidget.scss +1 -1
  171. package/src/theme/ItaliaTheme/_common.scss +9 -4
  172. package/src/theme/ItaliaTheme/_main.scss +10 -13
  173. package/src/theme/_cms-ui.scss +46 -23
  174. package/src/theme/_cms-ui_container.scss +8 -3
  175. package/src/theme/_site-variables.scss +4 -2
  176. package/src/theme/bootstrap-override/_bootstrap-italia-site.scss +2 -1
  177. package/src/theme/bootstrap-override/bootstrap/_print.scss +2 -1
  178. package/src/theme/bootstrap-override/bootstrap-italia/_breadcrumb.scss +1 -1
  179. package/src/theme/bootstrap-override/bootstrap-italia/_callout.scss +5 -0
  180. package/src/theme/bootstrap-override/bootstrap-italia/_footer.scss +9 -4
  181. package/src/theme/bootstrap-override/bootstrap-italia/_form.scss +5 -3
  182. package/src/theme/bootstrap-override/bootstrap-italia/_linklist.scss +2 -0
  183. package/src/theme/bootstrap-override/bootstrap-italia/_megamenu.scss +1 -0
  184. package/src/theme/bootstrap-override/bootstrap-italia/_point-list.scss +4 -3
  185. package/src/theme/bootstrap-override/bootstrap-italia/_steppers.scss +5 -0
  186. package/src/theme/extras/_checkbox.scss +1 -1
  187. package/src/theme/extras/_modals.scss +5 -3
  188. package/src/theme/extras/_search.scss +15 -5
  189. package/src/theme/extras/_sidebar.scss +3 -0
  190. package/src/components/Image/Image.jsx +0 -165
  191. package/src/components/Image/__tests__/Image.test.jsx +0 -636
  192. package/src/components/Image/helpers.js +0 -147
package/.eslintrc.js CHANGED
@@ -8,7 +8,7 @@ module.exports = {
8
8
  mocha: true,
9
9
  jasmine: true,
10
10
  },
11
- parser: 'babel-eslint',
11
+ parser: '@babel/eslint-parser',
12
12
  parserOptions: {
13
13
  ecmaVersion: 6,
14
14
  sourceType: 'module',
@@ -31,7 +31,7 @@ jobs:
31
31
  build-args: |
32
32
  ADDON_NAME=design-comuni-plone-theme
33
33
  ADDON_PATH=design-comuni-plone-theme
34
- VOLTO_VERSION=17.0.0-alpha.19
34
+ VOLTO_VERSION=17.5.0
35
35
 
36
36
  - name: Deploy to rancher
37
37
  uses: redturtle/rancher-deploy-action@v0.2.0
@@ -34,4 +34,4 @@ jobs:
34
34
  build-args: |
35
35
  ADDON_NAME=design-comuni-plone-theme
36
36
  ADDON_PATH=design-comuni-plone-theme
37
- VOLTO_VERSION=17.0.0-alpha.19
37
+ VOLTO_VERSION=17.5.0
@@ -35,4 +35,4 @@ jobs:
35
35
  build-args: |
36
36
  ADDON_NAME=design-comuni-plone-theme
37
37
  ADDON_PATH=design-comuni-plone-theme
38
- VOLTO_VERSION=17.0.0-alpha.19
38
+ VOLTO_VERSION=17.5.0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
 
2
2
 
3
+ ## [11.0.0-alpha.0](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v10.4.1...v11.0.0-alpha.0) (2023-11-22)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * upgrade to design-react-kit 5.0.0-1 and bootstrap-italia 2.6.1 (#407)
9
+ * upgrade to volto 17.5.0 (#382)
10
+
11
+ ### Features
12
+
13
+ * upgrade to design-react-kit 5.0.0-1 and bootstrap-italia 2.6.1 ([#407](https://github.com/RedTurtle/design-comuni-plone-theme/issues/407)) ([ec1ec5b](https://github.com/RedTurtle/design-comuni-plone-theme/commit/ec1ec5bd693df58653a7c10d17a4085305734625))
14
+ * upgrade to volto 17.5.0 ([#382](https://github.com/RedTurtle/design-comuni-plone-theme/issues/382)) ([cef3f09](https://github.com/RedTurtle/design-comuni-plone-theme/commit/cef3f09ef971bfcc03b61dafe5e1c712ac6563da))
15
+
16
+
17
+ ### Maintenance
18
+
19
+ * fix babel-eslint ([a7aa9a6](https://github.com/RedTurtle/design-comuni-plone-theme/commit/a7aa9a6dff9f420bceef34809c2f7e23da883bcd))
20
+ * upgrade linters ([9d8f13a](https://github.com/RedTurtle/design-comuni-plone-theme/commit/9d8f13a34d82fb6cc9ce68f0881a46ffd8803eca))
21
+
22
+ ## [10.4.1](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v10.4.0...v10.4.1) (2023-11-21)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * BandiInEvidenceTemplate layout to space bando dati when titles have different lengths ([#410](https://github.com/RedTurtle/design-comuni-plone-theme/issues/410)) ([4780b12](https://github.com/RedTurtle/design-comuni-plone-theme/commit/4780b127497e247df7dd59ffcba274537b2bc5a5))
28
+ * class no-after added to simple card text block ([#413](https://github.com/RedTurtle/design-comuni-plone-theme/issues/413)) ([10073e8](https://github.com/RedTurtle/design-comuni-plone-theme/commit/10073e8bdf50c9e4b8d4245c05ad38bdac8423e3))
29
+ * search block column template + button text color ([#408](https://github.com/RedTurtle/design-comuni-plone-theme/issues/408)) ([72f7eae](https://github.com/RedTurtle/design-comuni-plone-theme/commit/72f7eae3bac35aaaa01e725a89a65de8a2b02b60))
30
+
31
+
32
+ ### Maintenance
33
+
34
+ * how to customize the 503 file ([#405](https://github.com/RedTurtle/design-comuni-plone-theme/issues/405)) ([b444ba8](https://github.com/RedTurtle/design-comuni-plone-theme/commit/b444ba84de9a31edffb01f778b66677ac72971cb))
35
+
36
+
37
+ ### Documentation
38
+
39
+ * updated publiccode and release log ([5be0543](https://github.com/RedTurtle/design-comuni-plone-theme/commit/5be054313163816dd764149e8f7cb1717c52eab2))
40
+
3
41
  ## [10.4.0](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v10.3.0...v10.4.0) (2023-11-14)
4
42
 
5
43
 
package/Makefile CHANGED
@@ -27,7 +27,7 @@ CURRENT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
27
27
  # ADDON ?= "design-comuni-plone-theme"
28
28
 
29
29
  PLONE_VERSION=6
30
- VOLTO_VERSION=17.0.0-alpha.19
30
+ VOLTO_VERSION=17.5.0
31
31
 
32
32
  ADDON_NAME='design-comuni-plone-theme'
33
33
  ADDON_PATH='design-comuni-plone-theme'
package/RELEASE.md CHANGED
@@ -41,6 +41,16 @@
41
41
  - ...
42
42
  -->
43
43
 
44
+ ## Versione 10.4.1 (21/11/2023)
45
+
46
+ ### Migliorie
47
+
48
+ - Migliorato l'allineamento delle informazioni dei bandi nelle card dei blocchi elenco
49
+
50
+ ### Fix
51
+
52
+ - Nel blocco Cerca, quando viene selezionata la variazione "Colonna a destra" o "Colonna a sinistra" i blocchi si allineano correttamente, e i bottoni nella testata si vedono correttamente in modalità Edit.
53
+
44
54
  ## Versione 10.4.0 (14/11/2023)
45
55
 
46
56
  ### Novità
package/error-503.html CHANGED
@@ -1,3 +1,18 @@
1
+ <!--
2
+ WHAT YOU NEED TO CHANGE IN THIS FILE:
3
+
4
+ [ ] - Base64 favicon (~LINE 29)
5
+ [ ] - Root variable colors (~LINE 110)
6
+ [ ] - Slim header region (href and content) (~LINE 581)
7
+ [ ] - Header brand Base64 image and alt title (~LINE 596)
8
+ [ ] - Header brand title (~LINE 603)
9
+ [ ] - Header brand tagline (~LINE 605)
10
+ [ ] - Footer Base64 image and alt title (~LINE 635)
11
+ [ ] - Footer brand title (~LINE 638)
12
+ [ ] - Footer brand tagline (~LINE 640)
13
+ [ ] - Footer column "Contatti" - one item per <p> - Pay attention to href links (~LINE 662)
14
+ -->
15
+
1
16
  <!DOCTYPE html>
2
17
  <html lang="it">
3
18
  <head>
@@ -207,11 +222,7 @@
207
222
  padding-right: 6px;
208
223
  padding-left: 6px;
209
224
  }
210
- .icon {
211
- width: 32px;
212
- height: 32px;
213
- vertical-align: middle;
214
- }
225
+
215
226
  @media (min-width: 576px) {
216
227
  body,
217
228
  html {
@@ -335,8 +346,7 @@
335
346
 
336
347
  .it-header-center-wrapper
337
348
  .it-header-center-content-wrapper
338
- .it-brand-wrapper
339
- a {
349
+ .it-brand-wrapper {
340
350
  display: flex;
341
351
  color: var(--header-text);
342
352
  align-items: center;
@@ -347,7 +357,6 @@
347
357
  .it-header-center-wrapper
348
358
  .it-header-center-content-wrapper
349
359
  .it-brand-wrapper
350
- a
351
360
  .icon {
352
361
  /********** if is a image, delete the "fill" prop above ***********/
353
362
  fill: #fff;
@@ -365,12 +374,10 @@
365
374
  .it-header-center-wrapper
366
375
  .it-header-center-content-wrapper
367
376
  .it-brand-wrapper
368
- a
369
377
  .it-brand-title,
370
378
  .it-header-center-wrapper
371
379
  .it-header-center-content-wrapper
372
380
  .it-brand-wrapper
373
- a
374
381
  h2 {
375
382
  font-size: 1.25em;
376
383
  margin-bottom: 0;
@@ -386,7 +393,6 @@
386
393
  .it-header-center-wrapper
387
394
  .it-header-center-content-wrapper
388
395
  .it-brand-wrapper
389
- a
390
396
  h3 {
391
397
  font-size: 0.889em;
392
398
  font-weight: 400;
@@ -427,7 +433,6 @@
427
433
  .it-header-center-wrapper
428
434
  .it-header-center-content-wrapper
429
435
  .it-brand-wrapper
430
- a
431
436
  .icon {
432
437
  width: auto;
433
438
  height: 82px;
@@ -436,12 +441,10 @@
436
441
  .it-header-center-wrapper
437
442
  .it-header-center-content-wrapper
438
443
  .it-brand-wrapper
439
- a
440
444
  .it-brand-title,
441
445
  .it-header-center-wrapper
442
446
  .it-header-center-content-wrapper
443
447
  .it-brand-wrapper
444
- a
445
448
  h2 {
446
449
  font-size: 1.778em;
447
450
  margin-bottom: 0;
@@ -450,12 +453,10 @@
450
453
  .it-header-center-wrapper
451
454
  .it-header-center-content-wrapper
452
455
  .it-brand-wrapper
453
- a
454
456
  .it-brand-tagline,
455
457
  .it-header-center-wrapper
456
458
  .it-header-center-content-wrapper
457
459
  .it-brand-wrapper
458
- a
459
460
  h3 {
460
461
  font-size: 0.889em;
461
462
  font-weight: 400;
@@ -502,7 +503,7 @@
502
503
  .it-footer-main .it-brand-wrapper {
503
504
  padding: 32px 0;
504
505
  }
505
- .it-footer-main .it-brand-wrapper a {
506
+ .it-footer-main .it-brand-wrapper {
506
507
  display: flex;
507
508
  color: var(--footer-text);
508
509
  align-items: center;
@@ -510,7 +511,7 @@
510
511
  }
511
512
 
512
513
  /******** Logo footer ***********/
513
- .it-footer-main .it-brand-wrapper a .icon {
514
+ .it-footer-main .it-brand-wrapper .icon {
514
515
  /* if is a image, delete the "fill" prop above */
515
516
  fill: var(--logo);
516
517
  width: auto;
@@ -518,14 +519,14 @@
518
519
  margin-right: 8px;
519
520
  flex-shrink: 0;
520
521
  }
521
- .it-footer-main .it-brand-wrapper a h2 {
522
+ .it-footer-main .it-brand-wrapper h2 {
522
523
  font-size: 1.25em;
523
524
  margin-bottom: 0;
524
525
  font-weight: 600;
525
526
  letter-spacing: unset;
526
527
  line-height: 1.1;
527
528
  }
528
- .it-footer-main .it-brand-wrapper a h3 {
529
+ .it-footer-main .it-brand-wrapper h3 {
529
530
  font-size: 0.889em;
530
531
  font-weight: 400;
531
532
  margin-bottom: 0;
@@ -547,7 +548,7 @@
547
548
  padding-bottom: 8px !important;
548
549
  }
549
550
 
550
- .it-footer-main h4 a {
551
+ .it-footer-main h4 {
551
552
  color: var(--footer-text);
552
553
  text-decoration: none;
553
554
  text-transform: uppercase;
@@ -577,7 +578,9 @@
577
578
  <div class="row">
578
579
  <div class="col-12">
579
580
  <div class="it-header-slim-wrapper-content">
580
- <a class="d-lg-block navbar-brand">Nome della Regione</a>
581
+ <a href="#" target="_blank" class="d-lg-block navbar-brand"
582
+ >Nome della Regione</a
583
+ >
581
584
  </div>
582
585
  </div>
583
586
  </div>
@@ -590,20 +593,18 @@
590
593
  <div class="col-12">
591
594
  <div class="it-header-center-content-wrapper">
592
595
  <div class="it-brand-wrapper">
593
- <a>
594
- <img
595
- class="icon"
596
- alt=""
597
- src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIKICAgICB2aWV3Qm94PSIwIDAgMjQgMjQiPgogIDx0aXRsZT5QQTwvdGl0bGU+CiAgPGc+CiAgICA8cGF0aAogICAgZmlsbD0iI2ZmZiIKICAgICAgZD0iTTMsMjFIMjF2MUgzWm0wLTFIMjFWMTlIM1pNMjIsOUgyTDEyLDJaTTUuMiw4SDE4LjhMMTIsMy4yWk02LDE4VjEwSDV2OFptNCwwVjEwSDl2OFptNSwwVjEwSDE0djhabTQsMFYxMEgxOHY4WiIKICAgICAgLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiLz4KICA8L2c+Cjwvc3ZnPgo="
598
- />
599
-
600
- <div class="it-brand-text">
601
- <div class="it-brand-title">Nome del Comune</div>
602
- <div class="it-brand-tagline d-none d-md-block">
603
- Uno dei tanti Comuni d'Italia
604
- </div>
596
+ <img
597
+ class="icon"
598
+ alt="Logo io-Comune"
599
+ src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIKICAgICB2aWV3Qm94PSIwIDAgMjQgMjQiPgogIDx0aXRsZT5QQTwvdGl0bGU+CiAgPGc+CiAgICA8cGF0aAogICAgZmlsbD0iI2ZmZiIKICAgICAgZD0iTTMsMjFIMjF2MUgzWm0wLTFIMjFWMTlIM1pNMjIsOUgyTDEyLDJaTTUuMiw4SDE4LjhMMTIsMy4yWk02LDE4VjEwSDV2OFptNCwwVjEwSDl2OFptNSwwVjEwSDE0djhabTQsMFYxMEgxOHY4WiIKICAgICAgLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiLz4KICA8L2c+Cjwvc3ZnPgo="
600
+ />
601
+
602
+ <div class="it-brand-text">
603
+ <div class="it-brand-title">Nome del Comune</div>
604
+ <div class="it-brand-tagline d-none d-md-block">
605
+ Uno dei tanti Comuni d'Italia
605
606
  </div>
606
- </a>
607
+ </div>
607
608
  </div>
608
609
  </div>
609
610
  </div>
@@ -628,19 +629,17 @@
628
629
  <div class="row clearfix">
629
630
  <div class="col-sm-12">
630
631
  <div class="it-brand-wrapper">
631
- <a>
632
- <img
633
- class="icon"
634
- alt=""
635
- src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIKICAgICB2aWV3Qm94PSIwIDAgMjQgMjQiPgogIDx0aXRsZT5QQTwvdGl0bGU+CiAgPGc+CiAgICA8cGF0aAogICAgZmlsbD0iI2ZmZiIKICAgICAgZD0iTTMsMjFIMjF2MUgzWm0wLTFIMjFWMTlIM1pNMjIsOUgyTDEyLDJaTTUuMiw4SDE4LjhMMTIsMy4yWk02LDE4VjEwSDV2OFptNCwwVjEwSDl2OFptNSwwVjEwSDE0djhabTQsMFYxMEgxOHY4WiIKICAgICAgLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiLz4KICA8L2c+Cjwvc3ZnPgo="
636
- />
637
- <div class="it-brand-text">
638
- <h2 class="no_toc">Nome del Comune</h2>
639
- <h3 class="no_toc d-none d-md-block">
640
- Uno dei tanti Comuni d'Italia
641
- </h3>
642
- </div>
643
- </a>
632
+ <img
633
+ class="icon"
634
+ alt="Logo io-Comune"
635
+ src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIKICAgICB2aWV3Qm94PSIwIDAgMjQgMjQiPgogIDx0aXRsZT5QQTwvdGl0bGU+CiAgPGc+CiAgICA8cGF0aAogICAgZmlsbD0iI2ZmZiIKICAgICAgZD0iTTMsMjFIMjF2MUgzWm0wLTFIMjFWMTlIM1pNMjIsOUgyTDEyLDJaTTUuMiw4SDE4LjhMMTIsMy4yWk02LDE4VjEwSDV2OFptNCwwVjEwSDl2OFptNSwwVjEwSDE0djhabTQsMFYxMEgxOHY4WiIKICAgICAgLz4KICA8L2c+CiAgPGc+CiAgICA8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiLz4KICA8L2c+Cjwvc3ZnPgo="
636
+ />
637
+ <div class="it-brand-text">
638
+ <h2 class="no_toc">Nome del Comune</h2>
639
+ <h3 class="no_toc d-none d-md-block">
640
+ Uno dei tanti Comuni d'Italia
641
+ </h3>
642
+ </div>
644
643
  </div>
645
644
  </div>
646
645
  </div>
@@ -650,7 +649,7 @@
650
649
  <div class="row">
651
650
  <div class="col-lg-3 col-md-3 pb-2">
652
651
  <h4>
653
- <a>Amministrazione trasparente</a>
652
+ Amministrazione trasparente
654
653
  </h4>
655
654
  <p>
656
655
  I dati personali pubblicati sono riutilizzabili solo alle
@@ -660,13 +659,16 @@
660
659
  </div>
661
660
  <div class="col-lg-3 col-md-3 pb-2">
662
661
  <h4>
663
- <a>Contatti</a>
662
+ Contatti
664
663
  </h4>
665
664
  <p>
666
665
  <strong>Nome del Comune</strong><br />
667
666
  Via Roma 0 - 00000 Lorem Ipsum Codice fiscale / P. IVA:
668
667
  000000000
669
668
  </p>
669
+ <p>
670
+ <a href="#">info@io-comune.it</a>
671
+ </p>
670
672
  </div>
671
673
  </div>
672
674
  </section>
@@ -17,10 +17,6 @@ module.exports = {
17
17
  ],
18
18
  moduleNameMapper: {
19
19
  '\\.(css|less|scss|sass|svg)$': 'identity-obj-proxy',
20
- '@plone/volto/components/theme/Image/Image':
21
- '<rootDir>/src/addons/design-comuni-plone-theme/src/components/Image/Image.jsx',
22
- '@plone/volto/helpers/Image/Image':
23
- '<rootDir>/src/addons/design-comuni-plone-theme/src/components/Image/helpers.js',
24
20
  '@plone/volto/cypress': '<rootDir>/node_modules/@plone/volto/cypress',
25
21
  '@plone/volto/babel': '<rootDir>/node_modules/@plone/volto/babel',
26
22
  '@plone/volto/(.*)$': '<rootDir>/node_modules/@plone/volto/src/$1',
@@ -448,6 +448,11 @@ msgstr ""
448
448
  msgid "Open in a new tab"
449
449
  msgstr ""
450
450
 
451
+ #: components/ItaliaTheme/Pagination/PaginationItem
452
+ # defaultMessage: Pagina
453
+ msgid "Page"
454
+ msgstr ""
455
+
451
456
  #: components/ItaliaTheme/manage/Widgets/PathFiltersWidget
452
457
  #: config/Blocks/ListingOptions/utils
453
458
  # defaultMessage: Filtro
@@ -1079,6 +1084,11 @@ msgstr ""
1079
1084
  msgid "block_bg_color"
1080
1085
  msgstr ""
1081
1086
 
1087
+ #: components/ItaliaTheme/Breadcrumbs/Breadcrumbs
1088
+ # defaultMessage: Percorso di navigazione
1089
+ msgid "breadcrumb"
1090
+ msgstr ""
1091
+
1082
1092
  #: components/ItaliaTheme/Blocks/Calendar/ListingSidebar
1083
1093
  # defaultMessage: Calendario
1084
1094
  msgid "calendarBlockSidebarTitle"
@@ -1375,6 +1385,12 @@ msgstr ""
1375
1385
  msgid "cured_by_people"
1376
1386
  msgstr ""
1377
1387
 
1388
+ #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
1389
+ #: components/ReleaseLog/ReleaseLog
1390
+ # defaultMessage: attivo
1391
+ msgid "currentActive"
1392
+ msgstr ""
1393
+
1378
1394
  #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
1379
1395
  # defaultMessage: Curriculum vitae
1380
1396
  msgid "curriculum_vitae"
@@ -433,6 +433,11 @@ msgstr "- open in a new tab"
433
433
  msgid "Open in a new tab"
434
434
  msgstr ""
435
435
 
436
+ #: components/ItaliaTheme/Pagination/PaginationItem
437
+ # defaultMessage: Pagina
438
+ msgid "Page"
439
+ msgstr "Page"
440
+
436
441
  #: components/ItaliaTheme/manage/Widgets/PathFiltersWidget
437
442
  #: config/Blocks/ListingOptions/utils
438
443
  # defaultMessage: Filtro
@@ -1064,6 +1069,11 @@ msgstr "Biography"
1064
1069
  msgid "block_bg_color"
1065
1070
  msgstr ""
1066
1071
 
1072
+ #: components/ItaliaTheme/Breadcrumbs/Breadcrumbs
1073
+ # defaultMessage: Percorso di navigazione
1074
+ msgid "breadcrumb"
1075
+ msgstr "Navigation path"
1076
+
1067
1077
  #: components/ItaliaTheme/Blocks/Calendar/ListingSidebar
1068
1078
  # defaultMessage: Calendario
1069
1079
  msgid "calendarBlockSidebarTitle"
@@ -1360,6 +1370,12 @@ msgstr "Cured by"
1360
1370
  msgid "cured_by_people"
1361
1371
  msgstr "People"
1362
1372
 
1373
+ #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
1374
+ #: components/ReleaseLog/ReleaseLog
1375
+ # defaultMessage: attivo
1376
+ msgid "currentActive"
1377
+ msgstr "active"
1378
+
1363
1379
  #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
1364
1380
  # defaultMessage: Curriculum vitae
1365
1381
  msgid "curriculum_vitae"
@@ -442,6 +442,11 @@ msgstr "- abrir en una nueva pestaña"
442
442
  msgid "Open in a new tab"
443
443
  msgstr "Abrir en un nueva pestaña"
444
444
 
445
+ #: components/ItaliaTheme/Pagination/PaginationItem
446
+ # defaultMessage: Pagina
447
+ msgid "Page"
448
+ msgstr ""
449
+
445
450
  #: components/ItaliaTheme/manage/Widgets/PathFiltersWidget
446
451
  #: config/Blocks/ListingOptions/utils
447
452
  # defaultMessage: Filtro
@@ -1073,6 +1078,11 @@ msgstr "Biografía"
1073
1078
  msgid "block_bg_color"
1074
1079
  msgstr "Color de fondo"
1075
1080
 
1081
+ #: components/ItaliaTheme/Breadcrumbs/Breadcrumbs
1082
+ # defaultMessage: Percorso di navigazione
1083
+ msgid "breadcrumb"
1084
+ msgstr ""
1085
+
1076
1086
  #: components/ItaliaTheme/Blocks/Calendar/ListingSidebar
1077
1087
  # defaultMessage: Calendario
1078
1088
  msgid "calendarBlockSidebarTitle"
@@ -1369,6 +1379,12 @@ msgstr "Editado por"
1369
1379
  msgid "cured_by_people"
1370
1380
  msgstr "Gente"
1371
1381
 
1382
+ #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
1383
+ #: components/ReleaseLog/ReleaseLog
1384
+ # defaultMessage: attivo
1385
+ msgid "currentActive"
1386
+ msgstr ""
1387
+
1372
1388
  #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
1373
1389
  # defaultMessage: Curriculum vitae
1374
1390
  msgid "curriculum_vitae"
@@ -450,6 +450,11 @@ msgstr ""
450
450
  msgid "Open in a new tab"
451
451
  msgstr ""
452
452
 
453
+ #: components/ItaliaTheme/Pagination/PaginationItem
454
+ # defaultMessage: Pagina
455
+ msgid "Page"
456
+ msgstr ""
457
+
453
458
  #: components/ItaliaTheme/manage/Widgets/PathFiltersWidget
454
459
  #: config/Blocks/ListingOptions/utils
455
460
  # defaultMessage: Filtro
@@ -1081,6 +1086,11 @@ msgstr "Biographie"
1081
1086
  msgid "block_bg_color"
1082
1087
  msgstr ""
1083
1088
 
1089
+ #: components/ItaliaTheme/Breadcrumbs/Breadcrumbs
1090
+ # defaultMessage: Percorso di navigazione
1091
+ msgid "breadcrumb"
1092
+ msgstr ""
1093
+
1084
1094
  #: components/ItaliaTheme/Blocks/Calendar/ListingSidebar
1085
1095
  # defaultMessage: Calendario
1086
1096
  msgid "calendarBlockSidebarTitle"
@@ -1377,6 +1387,12 @@ msgstr "Édité par"
1377
1387
  msgid "cured_by_people"
1378
1388
  msgstr "Gens"
1379
1389
 
1390
+ #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
1391
+ #: components/ReleaseLog/ReleaseLog
1392
+ # defaultMessage: attivo
1393
+ msgid "currentActive"
1394
+ msgstr ""
1395
+
1380
1396
  #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
1381
1397
  # defaultMessage: Curriculum vitae
1382
1398
  msgid "curriculum_vitae"
@@ -433,6 +433,11 @@ msgstr "- apri in nuova scheda"
433
433
  msgid "Open in a new tab"
434
434
  msgstr "Apri in un nuovo tab"
435
435
 
436
+ #: components/ItaliaTheme/Pagination/PaginationItem
437
+ # defaultMessage: Pagina
438
+ msgid "Page"
439
+ msgstr ""
440
+
436
441
  #: components/ItaliaTheme/manage/Widgets/PathFiltersWidget
437
442
  #: config/Blocks/ListingOptions/utils
438
443
  # defaultMessage: Filtro
@@ -1064,6 +1069,11 @@ msgstr "Biografia"
1064
1069
  msgid "block_bg_color"
1065
1070
  msgstr "Colore di sfondo"
1066
1071
 
1072
+ #: components/ItaliaTheme/Breadcrumbs/Breadcrumbs
1073
+ # defaultMessage: Percorso di navigazione
1074
+ msgid "breadcrumb"
1075
+ msgstr ""
1076
+
1067
1077
  #: components/ItaliaTheme/Blocks/Calendar/ListingSidebar
1068
1078
  # defaultMessage: Calendario
1069
1079
  msgid "calendarBlockSidebarTitle"
@@ -1360,6 +1370,12 @@ msgstr "A cura di"
1360
1370
  msgid "cured_by_people"
1361
1371
  msgstr "Persone"
1362
1372
 
1373
+ #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
1374
+ #: components/ReleaseLog/ReleaseLog
1375
+ # defaultMessage: attivo
1376
+ msgid "currentActive"
1377
+ msgstr ""
1378
+
1363
1379
  #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
1364
1380
  # defaultMessage: Curriculum vitae
1365
1381
  msgid "curriculum_vitae"
package/locales/volto.pot CHANGED
@@ -1,7 +1,7 @@
1
1
  msgid ""
2
2
  msgstr ""
3
3
  "Project-Id-Version: Plone\n"
4
- "POT-Creation-Date: 2023-11-14T17:26:17.874Z\n"
4
+ "POT-Creation-Date: 2023-11-22T09:06:53.905Z\n"
5
5
  "Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
6
6
  "Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
7
7
  "MIME-Version: 1.0\n"
@@ -435,6 +435,11 @@ msgstr ""
435
435
  msgid "Open in a new tab"
436
436
  msgstr ""
437
437
 
438
+ #: components/ItaliaTheme/Pagination/PaginationItem
439
+ # defaultMessage: Pagina
440
+ msgid "Page"
441
+ msgstr ""
442
+
438
443
  #: components/ItaliaTheme/manage/Widgets/PathFiltersWidget
439
444
  #: config/Blocks/ListingOptions/utils
440
445
  # defaultMessage: Filtro
@@ -1066,6 +1071,11 @@ msgstr ""
1066
1071
  msgid "block_bg_color"
1067
1072
  msgstr ""
1068
1073
 
1074
+ #: components/ItaliaTheme/Breadcrumbs/Breadcrumbs
1075
+ # defaultMessage: Percorso di navigazione
1076
+ msgid "breadcrumb"
1077
+ msgstr ""
1078
+
1069
1079
  #: components/ItaliaTheme/Blocks/Calendar/ListingSidebar
1070
1080
  # defaultMessage: Calendario
1071
1081
  msgid "calendarBlockSidebarTitle"
@@ -1362,6 +1372,12 @@ msgstr ""
1362
1372
  msgid "cured_by_people"
1363
1373
  msgstr ""
1364
1374
 
1375
+ #: components/ItaliaTheme/Header/HeaderSearch/SearchModal
1376
+ #: components/ReleaseLog/ReleaseLog
1377
+ # defaultMessage: attivo
1378
+ msgid "currentActive"
1379
+ msgstr ""
1380
+
1365
1381
  #: components/ItaliaTheme/View/PersonaView/PersonaDocumenti
1366
1382
  # defaultMessage: Curriculum vitae
1367
1383
  msgid "curriculum_vitae"