design-comuni-plone-theme 10.4.0 → 10.4.2

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 (121) hide show
  1. package/.eslintrc.js +1 -1
  2. package/CHANGELOG.md +39 -0
  3. package/RELEASE.md +18 -0
  4. package/error-503.html +52 -50
  5. package/package.json +40 -24
  6. package/publiccode.yml +2 -2
  7. package/src/actions/getDettagliProcedimento.js +1 -2
  8. package/src/components/ItaliaTheme/Blocks/Listing/BandiInEvidenceTemplate.jsx +108 -104
  9. package/src/components/ItaliaTheme/Blocks/Listing/CardWithSlideUpTextTemplate.jsx +8 -10
  10. package/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx +1 -7
  11. package/src/components/ItaliaTheme/Blocks/__tests__/Alert.test.jsx +1 -2
  12. package/src/components/ItaliaTheme/Blocks/__tests__/CardWithImage.test.jsx +1 -2
  13. package/src/components/ItaliaTheme/Header/HeaderSlim/UserLoggedMenu.jsx +0 -1
  14. package/src/components/ItaliaTheme/Icons/FontAwesomeIcon.jsx +2 -2
  15. package/src/components/ItaliaTheme/Pagination/PaginationItem.jsx +2 -8
  16. package/src/components/ItaliaTheme/Pagination/createPaginationItems/itemFactories.js +4 -4
  17. package/src/components/ItaliaTheme/Search/utils.js +5 -3
  18. package/src/components/ItaliaTheme/View/Commons/ContactsCard.jsx +4 -4
  19. package/src/components/ItaliaTheme/View/Commons/DownloadFileFormat.jsx +1 -0
  20. package/src/components/ItaliaTheme/View/__tests__/PersonaView.test.jsx +928 -932
  21. package/src/components/ItaliaTheme/manage/Widgets/TextEditorWidget.jsx +12 -8
  22. package/src/components/SelectInput/SelectInput.jsx +16 -21
  23. package/src/components/SelectInput/select-styles.css +1 -1
  24. package/src/config/Blocks/blocks.js +4 -3
  25. package/src/config/Blocks/listingVariations.js +4 -3
  26. package/src/config/Subsites/index.js +16 -16
  27. package/src/config/italiaConfig.js +6 -5
  28. package/src/customizations/volto/components/manage/Blocks/HeroImageLeft/Edit.jsx +31 -26
  29. package/src/customizations/volto/components/manage/Blocks/Listing/ListingBody.jsx +2 -2
  30. package/src/customizations/volto/components/manage/Blocks/Listing/withQuerystringResults.jsx +6 -6
  31. package/src/customizations/volto/components/manage/Blocks/Search/components/CheckboxFacet.jsx +2 -2
  32. package/src/customizations/volto/components/manage/Blocks/Search/components/FilterList.jsx +15 -20
  33. package/src/customizations/volto/components/manage/Blocks/Search/components/ToggleFacetFilterListEntry.jsx +2 -9
  34. package/src/customizations/volto/components/manage/Diff/DiffField.jsx +2 -9
  35. package/src/customizations/volto/components/manage/Sidebar/ObjectBrowserBody.jsx +10 -10
  36. package/src/customizations/volto/components/manage/Widgets/DatetimeWidget.jsx +4 -10
  37. package/src/customizations/volto/components/manage/Widgets/ObjectBrowserWidget.jsx +2 -9
  38. package/src/customizations/volto/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.jsx +2 -2
  39. package/src/customizations/volto/helpers/FormValidation/FormValidation.js +7 -6
  40. package/src/customizations/volto/helpers/Html/Html.jsx +2 -2
  41. package/src/customizations/volto/middleware/api.js +194 -190
  42. package/src/customizations/volto/middleware/blacklistRoutes.js +36 -34
  43. package/src/helpers/dates.js +2 -2
  44. package/src/theme/ItaliaTheme/Addons/volto-gdpr-privacy.scss +12 -5
  45. package/src/theme/ItaliaTheme/Blocks/_accordion.scss +2 -0
  46. package/src/theme/ItaliaTheme/Blocks/_alert.scss +1 -1
  47. package/src/theme/ItaliaTheme/Blocks/_bandiInEvidenceTemplate.scss +6 -1
  48. package/src/theme/ItaliaTheme/Blocks/_calendar.scss +8 -6
  49. package/src/theme/ItaliaTheme/Blocks/_cardWithImageAndInEvidence.scss +7 -7
  50. package/src/theme/ItaliaTheme/Blocks/_cardWithSlideUpTextTemplate.scss +5 -4
  51. package/src/theme/ItaliaTheme/Blocks/_completeBlockLinkstemplate.scss +4 -2
  52. package/src/theme/ItaliaTheme/Blocks/_countdown.scss +2 -2
  53. package/src/theme/ItaliaTheme/Blocks/_ctaBlock.scss +7 -5
  54. package/src/theme/ItaliaTheme/Blocks/_gridBlock.scss +8 -3
  55. package/src/theme/ItaliaTheme/Blocks/_gridGalleryTemplate.scss +1 -0
  56. package/src/theme/ItaliaTheme/Blocks/_hero.scss +1 -0
  57. package/src/theme/ItaliaTheme/Blocks/_iconBlocks.scss +2 -2
  58. package/src/theme/ItaliaTheme/Blocks/_imageBlock.scss +1 -0
  59. package/src/theme/ItaliaTheme/Blocks/_listing.scss +1 -1
  60. package/src/theme/ItaliaTheme/Blocks/_photogallerytemplate.scss +1 -0
  61. package/src/theme/ItaliaTheme/Blocks/_ribbonCardTemplate.scss +5 -4
  62. package/src/theme/ItaliaTheme/Blocks/_rssBlock.scss +3 -2
  63. package/src/theme/ItaliaTheme/Blocks/_search.scss +72 -36
  64. package/src/theme/ItaliaTheme/Blocks/_searchSections.scss +4 -3
  65. package/src/theme/ItaliaTheme/Blocks/_simpleCardTemplate.scss +6 -3
  66. package/src/theme/ItaliaTheme/Blocks/_sliderTemplate.scss +1 -1
  67. package/src/theme/ItaliaTheme/Blocks/_smallblockLinkstemplate.scss +3 -3
  68. package/src/theme/ItaliaTheme/Blocks/_subblocks-edit.scss +1 -1
  69. package/src/theme/ItaliaTheme/Blocks/_tableOfContents.scss +17 -7
  70. package/src/theme/ItaliaTheme/Blocks/_video.scss +1 -1
  71. package/src/theme/ItaliaTheme/Blocks/_videoGallery.scss +7 -6
  72. package/src/theme/ItaliaTheme/Components/_card.scss +14 -7
  73. package/src/theme/ItaliaTheme/Components/_cardPersona.scss +2 -2
  74. package/src/theme/ItaliaTheme/Components/_cmp-timeline.scss +16 -14
  75. package/src/theme/ItaliaTheme/Components/_contactsCard.scss +3 -3
  76. package/src/theme/ItaliaTheme/Components/_customerSatisfaction.scss +31 -11
  77. package/src/theme/ItaliaTheme/Components/_diffField.scss +25 -14
  78. package/src/theme/ItaliaTheme/Components/_galleryPreview.scss +10 -10
  79. package/src/theme/ItaliaTheme/Components/_mobileMenu.scss +1 -1
  80. package/src/theme/ItaliaTheme/Components/_navscroll.scss +2 -0
  81. package/src/theme/ItaliaTheme/Components/_pageHeader.scss +5 -4
  82. package/src/theme/ItaliaTheme/Components/_scrollToTop.scss +1 -0
  83. package/src/theme/ItaliaTheme/Components/_sharing.scss +1 -1
  84. package/src/theme/ItaliaTheme/Components/_sideMenu.scss +9 -5
  85. package/src/theme/ItaliaTheme/Components/_subsiteFooter.scss +1 -1
  86. package/src/theme/ItaliaTheme/Print/_all_pages.scss +5 -2
  87. package/src/theme/ItaliaTheme/Print/_bandi.scss +8 -8
  88. package/src/theme/ItaliaTheme/Print/_event.scss +11 -10
  89. package/src/theme/ItaliaTheme/Print/_news_items.scss +17 -17
  90. package/src/theme/ItaliaTheme/Print/_persona.scss +8 -8
  91. package/src/theme/ItaliaTheme/Print/_servizio.scss +8 -8
  92. package/src/theme/ItaliaTheme/Views/_bando.scss +1 -0
  93. package/src/theme/ItaliaTheme/Views/_cartellaModulistica.scss +20 -8
  94. package/src/theme/ItaliaTheme/Views/_common.scss +4 -3
  95. package/src/theme/ItaliaTheme/Views/_embeddedVideo.scss +1 -1
  96. package/src/theme/ItaliaTheme/Views/_evento.scss +1 -0
  97. package/src/theme/ItaliaTheme/Views/_faqFolder.scss +1 -0
  98. package/src/theme/ItaliaTheme/Views/_paginaArgomento.scss +1 -0
  99. package/src/theme/ItaliaTheme/Views/_puntoDiContatto.scss +1 -0
  100. package/src/theme/ItaliaTheme/Views/_servizio.scss +4 -1
  101. package/src/theme/ItaliaTheme/Views/_slider.scss +3 -3
  102. package/src/theme/ItaliaTheme/Views/_trasparenzaView.scss +2 -0
  103. package/src/theme/ItaliaTheme/Views/_uo.scss +3 -1
  104. package/src/theme/ItaliaTheme/Views/_venue.scss +3 -2
  105. package/src/theme/ItaliaTheme/Widgets/_canaleDigitaleWidget.scss +2 -1
  106. package/src/theme/ItaliaTheme/Widgets/_dataGridWidget.scss +24 -8
  107. package/src/theme/ItaliaTheme/Widgets/_iconWidget.scss +1 -1
  108. package/src/theme/ItaliaTheme/_common.scss +9 -4
  109. package/src/theme/ItaliaTheme/_main.scss +11 -8
  110. package/src/theme/_cms-ui.scss +46 -23
  111. package/src/theme/_cms-ui_container.scss +8 -3
  112. package/src/theme/_site-variables.scss +4 -2
  113. package/src/theme/bootstrap-override/bootstrap-italia/_breadcrumb.scss +1 -1
  114. package/src/theme/bootstrap-override/bootstrap-italia/_footer.scss +9 -4
  115. package/src/theme/bootstrap-override/bootstrap-italia/_linklist.scss +2 -0
  116. package/src/theme/bootstrap-override/bootstrap-italia/_megamenu.scss +1 -0
  117. package/src/theme/bootstrap-override/bootstrap-italia/_point-list.scss +4 -3
  118. package/src/theme/extras/_checkbox.scss +1 -1
  119. package/src/theme/extras/_modals.scss +5 -3
  120. package/src/theme/extras/_search.scss +14 -4
  121. package/src/theme/extras/_sidebar.scss +3 -0
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',
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
 
2
2
 
3
+ ## [10.4.2](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v10.4.1...v10.4.2) (2023-11-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * a11y of listing block read-more with card-slide-text template ([#415](https://github.com/RedTurtle/design-comuni-plone-theme/issues/415)) ([6260983](https://github.com/RedTurtle/design-comuni-plone-theme/commit/6260983016622af038d84d0f2efd3c9e13d2fbcf))
9
+ * changed layout of readMore component to avoid overlapping ([#411](https://github.com/RedTurtle/design-comuni-plone-theme/issues/411)) ([a36a8b8](https://github.com/RedTurtle/design-comuni-plone-theme/commit/a36a8b8b1be250a27fa48316bf514d43f2aac9b7))
10
+ * error in search blocks with service-link lighthouse id ([#417](https://github.com/RedTurtle/design-comuni-plone-theme/issues/417)) ([69f1a42](https://github.com/RedTurtle/design-comuni-plone-theme/commit/69f1a4243d13c077a0b0b469ce1de50a17527b95))
11
+
12
+
13
+ ### Maintenance
14
+
15
+ * fix babel-eslint ([a7aa9a6](https://github.com/RedTurtle/design-comuni-plone-theme/commit/a7aa9a6dff9f420bceef34809c2f7e23da883bcd))
16
+ * upgrade linters ([9d8f13a](https://github.com/RedTurtle/design-comuni-plone-theme/commit/9d8f13a34d82fb6cc9ce68f0881a46ffd8803eca))
17
+
18
+
19
+ ### Documentation
20
+
21
+ * updated publiccode and release log ([603c65d](https://github.com/RedTurtle/design-comuni-plone-theme/commit/603c65d1de43952d7a1936127ea043d8a631a8b3))
22
+
23
+ ## [10.4.1](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v10.4.0...v10.4.1) (2023-11-21)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * 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))
29
+ * 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))
30
+ * 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))
31
+
32
+
33
+ ### Maintenance
34
+
35
+ * 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))
36
+
37
+
38
+ ### Documentation
39
+
40
+ * updated publiccode and release log ([5be0543](https://github.com/RedTurtle/design-comuni-plone-theme/commit/5be054313163816dd764149e8f7cb1717c52eab2))
41
+
3
42
  ## [10.4.0](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v10.3.0...v10.4.0) (2023-11-14)
4
43
 
5
44
 
package/RELEASE.md CHANGED
@@ -41,6 +41,24 @@
41
41
  - ...
42
42
  -->
43
43
 
44
+ ## Versione 10.4.2 (23/11/2023)
45
+
46
+ ### Fix
47
+
48
+ - Sistemato il layout della card nella variazione Bandi del Blocco Elenco per la modalità tablet
49
+ - Sistemata accessibilità del read-more nel blocco elenco con variazione "Card con testo animato" quando si è in un sottosito con uno stile applicato.
50
+ - Sistemato errore quando viene impostato "service-link" come ID lighthouse.
51
+
52
+ ## Versione 10.4.1 (21/11/2023)
53
+
54
+ ### Migliorie
55
+
56
+ - Migliorato l'allineamento delle informazioni dei bandi nelle card dei blocchi elenco
57
+
58
+ ### Fix
59
+
60
+ - 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.
61
+
44
62
  ## Versione 10.4.0 (14/11/2023)
45
63
 
46
64
  ### 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>
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": "10.4.0",
5
+ "version": "10.4.2",
6
6
  "main": "src/index.js",
7
7
  "keywords": [
8
8
  "volto-addon",
@@ -55,12 +55,31 @@
55
55
  },
56
56
  "stylelint": {
57
57
  "extends": [
58
- "stylelint-config-prettier",
59
58
  "stylelint-config-idiomatic-order"
60
59
  ],
61
60
  "plugins": [
62
61
  "stylelint-prettier"
63
62
  ],
63
+ "overrides": [
64
+ {
65
+ "files": [
66
+ "**/*.scss"
67
+ ],
68
+ "customSyntax": "postcss-scss"
69
+ },
70
+ {
71
+ "files": [
72
+ "**/*.less"
73
+ ],
74
+ "customSyntax": "postcss-less"
75
+ },
76
+ {
77
+ "files": [
78
+ "**/*.overrides"
79
+ ],
80
+ "customSyntax": "postcss-less"
81
+ }
82
+ ],
64
83
  "rules": {
65
84
  "prettier/prettier": true,
66
85
  "rule-empty-line-before": [
@@ -85,21 +104,12 @@
85
104
  "yarn i18n",
86
105
  "git add locales"
87
106
  ],
88
- "theme/**/*.{css,less}": [
89
- "npx stylelint --fix"
90
- ],
91
107
  "src/**/*.{css,less}": [
92
108
  "npx stylelint --fix"
93
109
  ],
94
- "theme/**/*.scss": [
95
- "npx stylelint --fix --customSyntax postcss-scss"
96
- ],
97
110
  "src/**/*.scss": [
98
111
  "npx stylelint --fix --customSyntax postcss-scss"
99
112
  ],
100
- "theme/**/*.overrides": [
101
- "npx stylelint --fix --syntax less"
102
- ],
103
113
  "src/**/*.overrides": [
104
114
  "npx stylelint --fix --syntax less"
105
115
  ]
@@ -149,28 +159,34 @@
149
159
  },
150
160
  "devDependencies": {
151
161
  "@babel/core": "7.19.6",
162
+ "@babel/eslint-parser": "7.23.3",
152
163
  "@commitlint/cli": "17.6.6",
153
164
  "@commitlint/config-conventional": "17.6.6",
154
165
  "@plone/scripts": "*",
155
166
  "@release-it/conventional-changelog": "5.1.1",
156
- "babel-eslint": "10.1.0",
157
- "eslint": "6.8.0",
158
- "eslint-config-prettier": "6.11.0",
159
- "eslint-config-react-app": "5.2.1",
167
+ "eslint": "8.54.0",
168
+ "eslint-config-prettier": "9.0.0",
169
+ "eslint-config-react-app": "7.0.1",
160
170
  "eslint-plugin-flowtype": "4.7.0",
161
- "eslint-plugin-import": "2.20.2",
162
- "eslint-plugin-jsx-a11y": "6.2.3",
163
- "eslint-plugin-prettier": "3.1.3",
164
- "eslint-plugin-react": "7.20.0",
165
- "eslint-plugin-react-hooks": "4.0.2",
171
+ "eslint-plugin-import": "2.29.0",
172
+ "eslint-plugin-jsx-a11y": "6.8.0",
173
+ "eslint-plugin-prettier": "5.0.1",
174
+ "eslint-plugin-react": "7.33.2",
175
+ "eslint-plugin-react-hooks": "4.6.0",
166
176
  "husky": "8.0.2",
167
177
  "lint-staged": "13.0.3",
168
- "prettier": "2.0.5",
178
+ "postcss": "8.4.31",
179
+ "postcss-flexbugs-fixes": "5.0.2",
180
+ "postcss-less": "6.0.0",
181
+ "postcss-load-config": "4.0.2",
182
+ "postcss-loader": "7.3.3",
183
+ "postcss-overrides": "3.1.4",
184
+ "postcss-scss": "4.0.9",
185
+ "prettier": "3.1.0",
169
186
  "release-it": "16.1.3",
170
- "stylelint": "15.10.2",
187
+ "stylelint": "15.11.0",
171
188
  "stylelint-config-idiomatic-order": "9.0.0",
172
- "stylelint-config-prettier": "9.0.5",
173
- "stylelint-prettier": "4.0.0"
189
+ "stylelint-prettier": "4.0.2"
174
190
  },
175
191
  "peerDependencies": {
176
192
  "@plone/volto": "17.0.0-alpha.19"
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-11-14'
230
+ releaseDate: '2023-11-23'
231
231
  softwareType: standalone/web
232
- softwareVersion: 10.4.0
232
+ softwareVersion: 10.4.2
233
233
  url: 'https://github.com/italia/design-comuni-plone-theme'
234
234
  usedBy:
235
235
  - ASP Comuni Modenesi Area Nord
@@ -2,8 +2,7 @@
2
2
  * Search filters action
3
3
  * @module src/actions/getDettagliProcedimento
4
4
  */
5
- export const GET_DETTAGLI_PROCEDIMENTO =
6
- 'GET_DETTAGLI_PROCEDIMENTO';
5
+ export const GET_DETTAGLI_PROCEDIMENTO = 'GET_DETTAGLI_PROCEDIMENTO';
7
6
 
8
7
  /**
9
8
  * Get search filters.