io-sanita-theme 2.1.0 → 2.2.1
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 +25 -0
- package/RELEASE.md +9 -0
- package/locales/de/LC_MESSAGES/volto.po +84 -3
- package/locales/en/LC_MESSAGES/volto.po +150 -69
- package/locales/es/LC_MESSAGES/volto.po +84 -3
- package/locales/fr/LC_MESSAGES/volto.po +84 -3
- package/locales/it/LC_MESSAGES/volto.po +84 -3
- package/locales/volto.pot +85 -4
- package/package.json +4 -4
- package/src/components/AppExtras/GenericAppExtras.jsx +6 -0
- package/src/components/AppExtras/{PageLoader.jsx → PageLoader/PageLoader.jsx} +1 -0
- package/src/components/AppExtras/PageLoader/page-loader.scss +11 -0
- package/src/components/Blocks/Accordion/Block/ViewBlock.jsx +1 -0
- package/src/components/Blocks/Accordion/Edit.jsx +2 -2
- package/src/components/Blocks/CTA/ctaBlock.scss +1 -1
- package/src/components/Blocks/Contacts/Block/EditBlock.jsx +15 -15
- package/src/components/Blocks/Contacts/Block/ViewBlock.jsx +3 -2
- package/src/components/Blocks/Contacts/Edit.jsx +17 -5
- package/src/components/Blocks/Hero/Edit.jsx +2 -2
- package/src/components/Blocks/Hero/StoresButtons.jsx +6 -2
- package/src/components/Blocks/Icons/Block/EditBlock.jsx +12 -7
- package/src/components/Blocks/Icons/Edit.jsx +17 -4
- package/src/components/Blocks/Icons/MoreButton.jsx +1 -0
- package/src/components/Blocks/Listing/CompleteBlockLinks/CompleteBlockLinksTemplate.jsx +1 -0
- package/src/components/Blocks/SearchBandi/Body.jsx +11 -1
- package/src/components/Blocks/SearchFarmacia/Results.jsx +5 -0
- package/src/components/Blocks/SearchServiziProcedure/Body.jsx +7 -0
- package/src/components/Cards/CardGhost/CardGhost.jsx +1 -1
- package/src/components/Cards/CardPersona/CardPersona.jsx +5 -1
- package/src/components/Cards/CardTaxonomy/CardTaxonomy.jsx +1 -1
- package/src/components/Cards/common/CardCategoryTop.jsx +5 -1
- package/src/components/GalleryPreview/GalleryPreview.jsx +12 -2
- package/src/components/Icon/Icon.jsx +1 -0
- package/src/components/LinkMore/LinkMore.jsx +1 -0
- package/src/components/LoginAgid/LoginAgidButtons.jsx +14 -2
- package/src/components/Pagination/PaginationItem.jsx +2 -2
- package/src/components/ScrollToTop/ScrollToTop.jsx +6 -1
- package/src/components/Search/Search.jsx +2 -0
- package/src/components/SkipLinks/SkipLinks.jsx +9 -1
- package/src/components/Slider/ButtonPlayPause.jsx +6 -3
- package/src/components/Slider/NextArrow.jsx +1 -1
- package/src/components/Slider/PrevArrow.jsx +1 -1
- package/src/components/View/AggregationPage/AggregationPage.jsx +7 -1
- package/src/components/View/Bando/BandoNoteAggiornamento.jsx +2 -2
- package/src/components/View/Bando/BandoView.jsx +9 -1
- package/src/components/View/Bando/Dates.jsx +58 -122
- package/src/components/View/CartellaModulistica/CartellaModulisticaView.jsx +11 -1
- package/src/components/View/CartellaModulistica/DocRow.jsx +1 -0
- package/src/components/View/CartellaModulistica/SearchBar.jsx +1 -1
- package/src/components/View/ComeFarePer/ComeFarePerView.jsx +9 -1
- package/src/components/View/ComeFarePer/Steps/Steps.jsx +6 -1
- package/src/components/View/Documento/DocumentoView.jsx +9 -1
- package/src/components/View/Evento/EventoView.jsx +9 -1
- package/src/components/View/FAQ/FaqFolder/FaqFolderTree.jsx +1 -1
- package/src/components/View/FAQ/FaqFolder/FaqFolderView.jsx +6 -0
- package/src/components/View/Farmacia/FarmaciaView.jsx +9 -1
- package/src/components/View/NewsItem/NewsItemView.jsx +9 -2
- package/src/components/View/Page/PageView.jsx +1 -0
- package/src/components/View/Persona/PersonaView.jsx +9 -2
- package/src/components/View/PuntoDiContatto/PuntoDiContattoView.jsx +10 -3
- package/src/components/View/Servizio/ServizioView.jsx +9 -1
- package/src/components/View/Struttura/StrutturaView.jsx +9 -1
- package/src/components/View/UOView/UOView.jsx +9 -2
- package/src/components/View/commons/PageHeader/PageHeaderStatoServizio.jsx +2 -2
- package/src/components/View/commons/RelatedItems.jsx +5 -1
- package/src/components/View/commons/Sharing/Sharing.jsx +2 -4
- package/src/components/View/commons/SideMenu/SideMenu.jsx +10 -6
- package/src/components/View/commons/TassonomiaUtenti.jsx +6 -1
- package/src/components/View/commons/index.js +1 -0
- package/src/components/View/commons/intlMessages.js +14 -0
- package/src/components/Widgets/DateRange/DateRange.jsx +1 -1
- package/src/components/Widgets/SearchBar/SearchBar.jsx +5 -1
- package/src/components/Widgets/SearchSections/SearchSections.jsx +15 -1
- package/src/components/Widgets/SelectInput/SelectInput.jsx +11 -6
- package/src/components/Widgets/SortByWidget/SortByWidget.jsx +7 -1
- package/src/components/index.js +1 -4
- package/src/components/layout/Footer/FooterNewsletterSubscribe.jsx +7 -1
- package/src/components/layout/Footer/FooterSocials.jsx +1 -0
- package/src/components/layout/Header/HeaderContacts/HeaderContacts.jsx +6 -1
- package/src/components/layout/Header/HeaderSearch/HeaderSearch.jsx +14 -2
- package/src/components/layout/Header/HeaderSearch/SearchModal.jsx +12 -2
- package/src/components/layout/Header/HeaderSlim/HeaderLogin.jsx +31 -4
- package/src/components/layout/Header/HeaderSlim/HeaderSlim.jsx +14 -2
- package/src/components/layout/Header/HeaderSlim/ParentSiteMenu.jsx +15 -1
- package/src/components/layout/Header/SocialHeader.jsx +1 -0
- package/src/components/layout/Navigation/CollapseNavigation.jsx +6 -1
- package/src/components/layout/Navigation/MegaMenu/MegaMenu.jsx +7 -3
- package/src/config/ioSanitaConfig.js +13 -11
- package/src/customizations/volto/components/manage/Blocks/HTML/Edit.jsx +3 -2
- package/src/customizations/volto/components/manage/Controlpanels/Relations/BrokenRelations.jsx +100 -0
- package/src/customizations/volto/components/theme/Navigation/Navigation.jsx +17 -2
- package/src/customizations/volto/components/theme/View/View.jsx +4 -2
- package/src/helpers/Blocks/focus.js +3 -3
- package/src/overrideTranslations.jsx +4 -0
- package/src/theme/_cms-ui.scss +6 -2
- package/src/theme/_variables.scss +5 -1
- package/src/theme/bootstrap-italia/custom/_focus.scss +8 -7
- package/src/theme/io-sanita/_buttons.scss +4 -2
- package/src/theme/io-sanita/components/blocks/_grid.scss +9 -0
- package/src/theme/io-sanita/components/layout/_footer.scss +0 -1
- package/src/theme/io-sanita/subsites/_common.scss +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.2.1](https://github.com/RedTurtle/io-sanita-theme/compare/2.2.0...2.2.1) (2025-02-12)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* a11y focus and enabled PageLoader ([40b83d8](https://github.com/RedTurtle/io-sanita-theme/commit/40b83d8676e82cc60967952cf271a398653b0517))
|
|
8
|
+
* a11y icons ([9214b5c](https://github.com/RedTurtle/io-sanita-theme/commit/9214b5c7788054a947ba134c0cf26cb3ed292b4f))
|
|
9
|
+
* messages ([fb5e06f](https://github.com/RedTurtle/io-sanita-theme/commit/fb5e06ff01def1e6e4bd9f2561981158df3c4eef))
|
|
10
|
+
|
|
11
|
+
### Maintenance
|
|
12
|
+
|
|
13
|
+
* info ([2d6a299](https://github.com/RedTurtle/io-sanita-theme/commit/2d6a29953b23b20b342343e0d0b8cd743b28079b))
|
|
14
|
+
* updated bootstrap-italia ([995fec8](https://github.com/RedTurtle/io-sanita-theme/commit/995fec8e4e910d964f412a02169823d9deafab11))
|
|
15
|
+
* updated customized theme/View to add AlternatHrefLangs ([70bba5a](https://github.com/RedTurtle/io-sanita-theme/commit/70bba5a54dba2159a3bf1f5193b8d6d974baad21))
|
|
16
|
+
|
|
17
|
+
## [2.2.0](https://github.com/RedTurtle/io-sanita-theme/compare/2.1.0...2.2.0) (2025-02-06)
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* sorted BandoDates in view ([86d3d07](https://github.com/RedTurtle/io-sanita-theme/commit/86d3d077ded1ea1a4680741af10d3688731dc690))
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* A11y and style fixes ([#70](https://github.com/RedTurtle/io-sanita-theme/issues/70)) ([375b161](https://github.com/RedTurtle/io-sanita-theme/commit/375b161b3d325511728160697d5717280540b868))
|
|
26
|
+
* html block error on edit ([5a5a27b](https://github.com/RedTurtle/io-sanita-theme/commit/5a5a27bd54856692dfe0fc29519a67bb3c869557))
|
|
27
|
+
|
|
3
28
|
## [2.1.0](https://github.com/RedTurtle/io-sanita-theme/compare/2.0.1...2.1.0) (2025-02-05)
|
|
4
29
|
|
|
5
30
|
### Features
|
package/RELEASE.md
CHANGED
|
@@ -41,6 +41,15 @@
|
|
|
41
41
|
- ...
|
|
42
42
|
-->
|
|
43
43
|
|
|
44
|
+
## Versione x.x.x (x/x/x)
|
|
45
|
+
|
|
46
|
+
### Migliorie
|
|
47
|
+
|
|
48
|
+
- aggiunto il tag <lin rel="canonical"> per tutte le pagine, come suggerito da consulente SEO
|
|
49
|
+
- aggiunta la barra di loading nella parte alta della pagina quando si sta caricando un contenuto
|
|
50
|
+
- a11y - migliorata l'accessibilità del sito per quanto riguarda le icone
|
|
51
|
+
- a11y - migliorato il contrasto del focus sugli elementi con la navigazione da tastiera
|
|
52
|
+
|
|
44
53
|
## Versione 2.1.0 (05/02/2025)
|
|
45
54
|
|
|
46
55
|
### Novità
|
|
@@ -321,7 +321,7 @@ msgid "Linkto title"
|
|
|
321
321
|
msgstr ""
|
|
322
322
|
|
|
323
323
|
#. Default: "Sto caricando la pagina richiesta..."
|
|
324
|
-
#: components/AppExtras/PageLoader
|
|
324
|
+
#: components/AppExtras/PageLoader/PageLoader
|
|
325
325
|
msgid "Loading page..."
|
|
326
326
|
msgstr "Seite wird geladen..."
|
|
327
327
|
|
|
@@ -473,6 +473,11 @@ msgstr ""
|
|
|
473
473
|
msgid "Select all content types or none"
|
|
474
474
|
msgstr ""
|
|
475
475
|
|
|
476
|
+
#. Default: "Seleziona un'opzione"
|
|
477
|
+
#: components/Widgets/SelectInput/SelectInput
|
|
478
|
+
msgid "SelectInput_default_label"
|
|
479
|
+
msgstr ""
|
|
480
|
+
|
|
476
481
|
#. Default: "Seleziona un file"
|
|
477
482
|
#: components/Widgets/FileWidget
|
|
478
483
|
msgid "Seleziona un file"
|
|
@@ -544,7 +549,6 @@ msgstr ""
|
|
|
544
549
|
|
|
545
550
|
#. Default: "Title..."
|
|
546
551
|
#: components/Blocks/Accordion/Block/EditBlock
|
|
547
|
-
#: components/Blocks/Contacts/Block/EditBlock
|
|
548
552
|
msgid "Title placeholder"
|
|
549
553
|
msgstr ""
|
|
550
554
|
|
|
@@ -554,6 +558,7 @@ msgid "Titolo"
|
|
|
554
558
|
msgstr ""
|
|
555
559
|
|
|
556
560
|
#. Default: "Titolo..."
|
|
561
|
+
#: components/Blocks/Contacts/Block/EditBlock
|
|
557
562
|
#: components/Blocks/Icons/Block/EditBlock
|
|
558
563
|
msgid "Titolo placeholder"
|
|
559
564
|
msgstr ""
|
|
@@ -617,6 +622,11 @@ msgstr ""
|
|
|
617
622
|
msgid "Uploading image"
|
|
618
623
|
msgstr ""
|
|
619
624
|
|
|
625
|
+
#. Default: "Utente"
|
|
626
|
+
#: components/layout/Header/HeaderSlim/HeaderLogin
|
|
627
|
+
msgid "User"
|
|
628
|
+
msgstr ""
|
|
629
|
+
|
|
620
630
|
#. Default: "Vai alla pagina"
|
|
621
631
|
#: components/layout/Footer/FooterInfos
|
|
622
632
|
#: components/layout/Footer/FooterNavigation
|
|
@@ -1083,6 +1093,11 @@ msgstr ""
|
|
|
1083
1093
|
msgid "cartellamodulistica_search_description"
|
|
1084
1094
|
msgstr ""
|
|
1085
1095
|
|
|
1096
|
+
#. Default: "Risultati della ricerca"
|
|
1097
|
+
#: components/View/CartellaModulistica/CartellaModulisticaView
|
|
1098
|
+
msgid "cartellamodulistica_search_results"
|
|
1099
|
+
msgstr ""
|
|
1100
|
+
|
|
1086
1101
|
#. Default: "Cerca un modulo"
|
|
1087
1102
|
#: components/View/CartellaModulistica/SearchBar
|
|
1088
1103
|
msgid "cartellamodulistica_search_title"
|
|
@@ -1340,7 +1355,7 @@ msgstr ""
|
|
|
1340
1355
|
msgid "dateRangePicker_homeEnd"
|
|
1341
1356
|
msgstr ""
|
|
1342
1357
|
|
|
1343
|
-
#. Default: "
|
|
1358
|
+
#. Default: "Vai avanti per passare al mese successivo"
|
|
1344
1359
|
#: components/Widgets/DateRange/DateRange
|
|
1345
1360
|
msgid "dateRangePicker_jumpToNextMonth"
|
|
1346
1361
|
msgstr ""
|
|
@@ -1600,6 +1615,11 @@ msgstr ""
|
|
|
1600
1615
|
msgid "faq_search"
|
|
1601
1616
|
msgstr ""
|
|
1602
1617
|
|
|
1618
|
+
#. Default: "Risultati della ricerca FAQ"
|
|
1619
|
+
#: components/View/FAQ/FaqFolder/FaqFolderView
|
|
1620
|
+
msgid "faq_search_aria_search_results"
|
|
1621
|
+
msgstr ""
|
|
1622
|
+
|
|
1603
1623
|
#. Default: "Area territoriale"
|
|
1604
1624
|
#: components/View/Farmacia/FarmaciaDove
|
|
1605
1625
|
msgid "farmacia_area_territoriale"
|
|
@@ -1928,6 +1948,11 @@ msgstr ""
|
|
|
1928
1948
|
msgid "mailto"
|
|
1929
1949
|
msgstr ""
|
|
1930
1950
|
|
|
1951
|
+
#. Default: "Menù principale"
|
|
1952
|
+
#: overrideTranslations
|
|
1953
|
+
msgid "mainMenu"
|
|
1954
|
+
msgstr ""
|
|
1955
|
+
|
|
1931
1956
|
#. Default: "Grande"
|
|
1932
1957
|
#: config/blocks/listing/ListingOptions/mapTemplate
|
|
1933
1958
|
msgid "map_size_large"
|
|
@@ -2086,6 +2111,11 @@ msgstr ""
|
|
|
2086
2111
|
msgid "override_links_accessibility_marker"
|
|
2087
2112
|
msgstr ""
|
|
2088
2113
|
|
|
2114
|
+
#. Default: "Contenuto della pagina"
|
|
2115
|
+
#: components/View/commons/intlMessages
|
|
2116
|
+
msgid "pageContent"
|
|
2117
|
+
msgstr ""
|
|
2118
|
+
|
|
2089
2119
|
#. Default: "PARLIAMO DI"
|
|
2090
2120
|
#: components/View/commons/Topics
|
|
2091
2121
|
msgid "page_topics"
|
|
@@ -2096,6 +2126,11 @@ msgstr ""
|
|
|
2096
2126
|
msgid "paginationLabel"
|
|
2097
2127
|
msgstr ""
|
|
2098
2128
|
|
|
2129
|
+
#. Default: "Main site menu"
|
|
2130
|
+
#: components/layout/Header/HeaderSlim/ParentSiteMenu
|
|
2131
|
+
msgid "parent_site_menu"
|
|
2132
|
+
msgstr ""
|
|
2133
|
+
|
|
2099
2134
|
#. Default: "Parteciperanno"
|
|
2100
2135
|
#: components/View/Evento/EventoPartecipanti
|
|
2101
2136
|
msgid "parteciperanno"
|
|
@@ -2446,6 +2481,16 @@ msgstr ""
|
|
|
2446
2481
|
msgid "search"
|
|
2447
2482
|
msgstr ""
|
|
2448
2483
|
|
|
2484
|
+
#. Default: "Nascondi tutte le sezioni"
|
|
2485
|
+
#: components/Widgets/SearchSections/SearchSections
|
|
2486
|
+
msgid "search-hideAllSections"
|
|
2487
|
+
msgstr ""
|
|
2488
|
+
|
|
2489
|
+
#. Default: "Mostra tutte le sezioni"
|
|
2490
|
+
#: components/Widgets/SearchSections/SearchSections
|
|
2491
|
+
msgid "search-showAllSections"
|
|
2492
|
+
msgstr ""
|
|
2493
|
+
|
|
2449
2494
|
#. Default: "Filtro per Categoria"
|
|
2450
2495
|
#: components/Blocks/SearchBandi/DefaultFilters
|
|
2451
2496
|
msgid "searchBlock_categoria_filter"
|
|
@@ -2563,6 +2608,7 @@ msgid "searchInSection"
|
|
|
2563
2608
|
msgstr ""
|
|
2564
2609
|
|
|
2565
2610
|
#. Default: "Cerca nel sito"
|
|
2611
|
+
#: components/layout/Header/HeaderSearch/HeaderSearch
|
|
2566
2612
|
#: components/layout/Header/HeaderSearch/SearchModal
|
|
2567
2613
|
msgid "searchLabel"
|
|
2568
2614
|
msgstr ""
|
|
@@ -2577,6 +2623,11 @@ msgstr ""
|
|
|
2577
2623
|
msgid "search_adv_filters"
|
|
2578
2624
|
msgstr ""
|
|
2579
2625
|
|
|
2626
|
+
#. Default: "Risultato della ricerca dei bandi"
|
|
2627
|
+
#: components/Blocks/SearchBandi/Body
|
|
2628
|
+
msgid "search_bandi_results"
|
|
2629
|
+
msgstr ""
|
|
2630
|
+
|
|
2580
2631
|
#. Default: "Ricerca"
|
|
2581
2632
|
#: config/ioSanitaConfig
|
|
2582
2633
|
msgid "search_brdc"
|
|
@@ -2658,6 +2709,11 @@ msgstr ""
|
|
|
2658
2709
|
msgid "search_farmacia_results"
|
|
2659
2710
|
msgstr ""
|
|
2660
2711
|
|
|
2712
|
+
#. Default: "Risultati della ricerca farmacie"
|
|
2713
|
+
#: components/Blocks/SearchFarmacia/Results
|
|
2714
|
+
msgid "search_farmacia_results_aria"
|
|
2715
|
+
msgstr ""
|
|
2716
|
+
|
|
2661
2717
|
#. Default: "Cerca per parola chiave"
|
|
2662
2718
|
#: components/Blocks/SearchFarmacia/SearchFilters
|
|
2663
2719
|
msgid "search_farmacia_search_keyword"
|
|
@@ -2893,6 +2949,11 @@ msgstr ""
|
|
|
2893
2949
|
msgid "search_skip_to_search_results"
|
|
2894
2950
|
msgstr ""
|
|
2895
2951
|
|
|
2952
|
+
#. Default: "Risultati della ricerca Servizi / Procedure"
|
|
2953
|
+
#: components/Blocks/SearchServiziProcedure/Body
|
|
2954
|
+
msgid "search_sp_aria_search_results"
|
|
2955
|
+
msgstr ""
|
|
2956
|
+
|
|
2896
2957
|
#. Default: "Filtri"
|
|
2897
2958
|
#: components/Blocks/SearchServiziProcedure/Body
|
|
2898
2959
|
msgid "search_sp_btn_filters_label"
|
|
@@ -3244,6 +3305,16 @@ msgstr ""
|
|
|
3244
3305
|
msgid "show_tipologia"
|
|
3245
3306
|
msgstr ""
|
|
3246
3307
|
|
|
3308
|
+
#. Default: "Indice della pagina"
|
|
3309
|
+
#: components/View/commons/intlMessages
|
|
3310
|
+
msgid "sideMenuIndex"
|
|
3311
|
+
msgstr ""
|
|
3312
|
+
|
|
3313
|
+
#. Default: "Navigazione della pagina"
|
|
3314
|
+
#: components/View/commons/SideMenu/SideMenu
|
|
3315
|
+
msgid "sideMenuNavigation"
|
|
3316
|
+
msgstr ""
|
|
3317
|
+
|
|
3247
3318
|
#. Default: "Compatto"
|
|
3248
3319
|
#: config/blocks/listing/ListingOptions/simpleCardTemplate
|
|
3249
3320
|
msgid "simplecard_listing_appearance_compact"
|
|
@@ -3294,6 +3365,11 @@ msgstr ""
|
|
|
3294
3365
|
msgid "skiplink-navigation"
|
|
3295
3366
|
msgstr ""
|
|
3296
3367
|
|
|
3368
|
+
#. Default: "Skiplinks"
|
|
3369
|
+
#: components/SkipLinks/SkipLinks
|
|
3370
|
+
msgid "skiplinks-description"
|
|
3371
|
+
msgstr ""
|
|
3372
|
+
|
|
3297
3373
|
#. Default: "Skype"
|
|
3298
3374
|
#: components/View/PuntoDiContatto/PuntoDiContattoContatti
|
|
3299
3375
|
#: helpers/Views/PuntoDiContattoValue
|
|
@@ -3672,6 +3748,11 @@ msgstr ""
|
|
|
3672
3748
|
msgid "update_date"
|
|
3673
3749
|
msgstr ""
|
|
3674
3750
|
|
|
3751
|
+
#. Default: "Utility Menu"
|
|
3752
|
+
#: components/layout/Header/HeaderSlim/HeaderSlim
|
|
3753
|
+
msgid "utilityMenu"
|
|
3754
|
+
msgstr ""
|
|
3755
|
+
|
|
3675
3756
|
#. Default: "Vedi su Apple Maps"
|
|
3676
3757
|
#: helpers/Address/mapPin
|
|
3677
3758
|
msgid "view_on_applemaps"
|