design-comuni-plone-theme 10.4.1 → 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.
- package/.eslintrc.js +1 -1
- package/CHANGELOG.md +20 -0
- package/RELEASE.md +8 -0
- package/package.json +40 -24
- package/publiccode.yml +2 -2
- package/src/actions/getDettagliProcedimento.js +1 -2
- package/src/components/ItaliaTheme/Blocks/Listing/BandiInEvidenceTemplate.jsx +4 -6
- package/src/components/ItaliaTheme/Blocks/Listing/CardWithSlideUpTextTemplate.jsx +8 -10
- package/src/components/ItaliaTheme/Blocks/__tests__/Alert.test.jsx +1 -2
- package/src/components/ItaliaTheme/Blocks/__tests__/CardWithImage.test.jsx +1 -2
- package/src/components/ItaliaTheme/Header/HeaderSlim/UserLoggedMenu.jsx +0 -1
- package/src/components/ItaliaTheme/Icons/FontAwesomeIcon.jsx +2 -2
- package/src/components/ItaliaTheme/Pagination/PaginationItem.jsx +2 -8
- package/src/components/ItaliaTheme/Pagination/createPaginationItems/itemFactories.js +4 -4
- package/src/components/ItaliaTheme/Search/utils.js +5 -3
- package/src/components/ItaliaTheme/View/Commons/ContactsCard.jsx +4 -4
- package/src/components/ItaliaTheme/View/Commons/DownloadFileFormat.jsx +1 -0
- package/src/components/ItaliaTheme/View/__tests__/PersonaView.test.jsx +928 -932
- package/src/components/ItaliaTheme/manage/Widgets/TextEditorWidget.jsx +12 -8
- package/src/components/SelectInput/SelectInput.jsx +16 -21
- package/src/components/SelectInput/select-styles.css +1 -1
- package/src/config/Blocks/blocks.js +4 -3
- package/src/config/Blocks/listingVariations.js +4 -3
- package/src/config/Subsites/index.js +16 -16
- package/src/config/italiaConfig.js +6 -5
- package/src/customizations/volto/components/manage/Blocks/HeroImageLeft/Edit.jsx +31 -26
- package/src/customizations/volto/components/manage/Blocks/Listing/ListingBody.jsx +2 -2
- package/src/customizations/volto/components/manage/Blocks/Listing/withQuerystringResults.jsx +6 -6
- package/src/customizations/volto/components/manage/Blocks/Search/components/CheckboxFacet.jsx +2 -2
- package/src/customizations/volto/components/manage/Blocks/Search/components/FilterList.jsx +15 -20
- package/src/customizations/volto/components/manage/Blocks/Search/components/ToggleFacetFilterListEntry.jsx +2 -9
- package/src/customizations/volto/components/manage/Diff/DiffField.jsx +2 -9
- package/src/customizations/volto/components/manage/Sidebar/ObjectBrowserBody.jsx +10 -10
- package/src/customizations/volto/components/manage/Widgets/DatetimeWidget.jsx +4 -10
- package/src/customizations/volto/components/manage/Widgets/ObjectBrowserWidget.jsx +2 -9
- package/src/customizations/volto/components/manage/Widgets/RecurrenceWidget/RecurrenceWidget.jsx +2 -2
- package/src/customizations/volto/helpers/FormValidation/FormValidation.js +7 -6
- package/src/customizations/volto/helpers/Html/Html.jsx +2 -2
- package/src/customizations/volto/middleware/api.js +194 -190
- package/src/customizations/volto/middleware/blacklistRoutes.js +36 -34
- package/src/helpers/dates.js +2 -2
- package/src/theme/ItaliaTheme/Addons/volto-gdpr-privacy.scss +12 -5
- package/src/theme/ItaliaTheme/Blocks/_accordion.scss +2 -0
- package/src/theme/ItaliaTheme/Blocks/_alert.scss +1 -1
- package/src/theme/ItaliaTheme/Blocks/_bandiInEvidenceTemplate.scss +6 -2
- package/src/theme/ItaliaTheme/Blocks/_calendar.scss +8 -6
- package/src/theme/ItaliaTheme/Blocks/_cardWithImageAndInEvidence.scss +7 -7
- package/src/theme/ItaliaTheme/Blocks/_cardWithSlideUpTextTemplate.scss +5 -4
- package/src/theme/ItaliaTheme/Blocks/_completeBlockLinkstemplate.scss +4 -2
- package/src/theme/ItaliaTheme/Blocks/_countdown.scss +2 -2
- package/src/theme/ItaliaTheme/Blocks/_ctaBlock.scss +7 -5
- package/src/theme/ItaliaTheme/Blocks/_gridBlock.scss +8 -3
- package/src/theme/ItaliaTheme/Blocks/_gridGalleryTemplate.scss +1 -0
- package/src/theme/ItaliaTheme/Blocks/_hero.scss +1 -0
- package/src/theme/ItaliaTheme/Blocks/_iconBlocks.scss +2 -2
- package/src/theme/ItaliaTheme/Blocks/_imageBlock.scss +1 -0
- package/src/theme/ItaliaTheme/Blocks/_listing.scss +1 -1
- package/src/theme/ItaliaTheme/Blocks/_photogallerytemplate.scss +1 -0
- package/src/theme/ItaliaTheme/Blocks/_ribbonCardTemplate.scss +5 -4
- package/src/theme/ItaliaTheme/Blocks/_rssBlock.scss +3 -2
- package/src/theme/ItaliaTheme/Blocks/_search.scss +68 -37
- package/src/theme/ItaliaTheme/Blocks/_searchSections.scss +4 -3
- package/src/theme/ItaliaTheme/Blocks/_simpleCardTemplate.scss +6 -3
- package/src/theme/ItaliaTheme/Blocks/_sliderTemplate.scss +1 -1
- package/src/theme/ItaliaTheme/Blocks/_smallblockLinkstemplate.scss +3 -3
- package/src/theme/ItaliaTheme/Blocks/_subblocks-edit.scss +1 -1
- package/src/theme/ItaliaTheme/Blocks/_tableOfContents.scss +17 -7
- package/src/theme/ItaliaTheme/Blocks/_video.scss +1 -1
- package/src/theme/ItaliaTheme/Blocks/_videoGallery.scss +7 -6
- package/src/theme/ItaliaTheme/Components/_card.scss +14 -7
- package/src/theme/ItaliaTheme/Components/_cardPersona.scss +2 -2
- package/src/theme/ItaliaTheme/Components/_cmp-timeline.scss +16 -14
- package/src/theme/ItaliaTheme/Components/_contactsCard.scss +3 -3
- package/src/theme/ItaliaTheme/Components/_customerSatisfaction.scss +31 -11
- package/src/theme/ItaliaTheme/Components/_diffField.scss +25 -14
- package/src/theme/ItaliaTheme/Components/_galleryPreview.scss +10 -10
- package/src/theme/ItaliaTheme/Components/_mobileMenu.scss +1 -1
- package/src/theme/ItaliaTheme/Components/_navscroll.scss +2 -0
- package/src/theme/ItaliaTheme/Components/_pageHeader.scss +5 -4
- package/src/theme/ItaliaTheme/Components/_scrollToTop.scss +1 -0
- package/src/theme/ItaliaTheme/Components/_sharing.scss +1 -1
- package/src/theme/ItaliaTheme/Components/_sideMenu.scss +9 -5
- package/src/theme/ItaliaTheme/Components/_subsiteFooter.scss +1 -1
- package/src/theme/ItaliaTheme/Print/_all_pages.scss +5 -2
- package/src/theme/ItaliaTheme/Print/_bandi.scss +8 -8
- package/src/theme/ItaliaTheme/Print/_event.scss +11 -10
- package/src/theme/ItaliaTheme/Print/_news_items.scss +17 -17
- package/src/theme/ItaliaTheme/Print/_persona.scss +8 -8
- package/src/theme/ItaliaTheme/Print/_servizio.scss +8 -8
- package/src/theme/ItaliaTheme/Views/_bando.scss +1 -0
- package/src/theme/ItaliaTheme/Views/_cartellaModulistica.scss +20 -8
- package/src/theme/ItaliaTheme/Views/_common.scss +4 -3
- package/src/theme/ItaliaTheme/Views/_embeddedVideo.scss +1 -1
- package/src/theme/ItaliaTheme/Views/_evento.scss +1 -0
- package/src/theme/ItaliaTheme/Views/_faqFolder.scss +1 -0
- package/src/theme/ItaliaTheme/Views/_paginaArgomento.scss +1 -0
- package/src/theme/ItaliaTheme/Views/_puntoDiContatto.scss +1 -0
- package/src/theme/ItaliaTheme/Views/_servizio.scss +4 -1
- package/src/theme/ItaliaTheme/Views/_slider.scss +3 -3
- package/src/theme/ItaliaTheme/Views/_trasparenzaView.scss +2 -0
- package/src/theme/ItaliaTheme/Views/_uo.scss +3 -1
- package/src/theme/ItaliaTheme/Views/_venue.scss +3 -2
- package/src/theme/ItaliaTheme/Widgets/_canaleDigitaleWidget.scss +2 -1
- package/src/theme/ItaliaTheme/Widgets/_dataGridWidget.scss +24 -8
- package/src/theme/ItaliaTheme/Widgets/_iconWidget.scss +1 -1
- package/src/theme/ItaliaTheme/_common.scss +9 -4
- package/src/theme/ItaliaTheme/_main.scss +11 -8
- package/src/theme/_cms-ui.scss +46 -23
- package/src/theme/_cms-ui_container.scss +8 -3
- package/src/theme/_site-variables.scss +4 -2
- package/src/theme/bootstrap-override/bootstrap-italia/_breadcrumb.scss +1 -1
- package/src/theme/bootstrap-override/bootstrap-italia/_footer.scss +9 -4
- package/src/theme/bootstrap-override/bootstrap-italia/_linklist.scss +2 -0
- package/src/theme/bootstrap-override/bootstrap-italia/_megamenu.scss +1 -0
- package/src/theme/bootstrap-override/bootstrap-italia/_point-list.scss +4 -3
- package/src/theme/extras/_checkbox.scss +1 -1
- package/src/theme/extras/_modals.scss +5 -3
- package/src/theme/extras/_search.scss +14 -4
- package/src/theme/extras/_sidebar.scss +3 -0
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
.point-list-aside {
|
|
4
4
|
&.point-list-warning {
|
|
5
5
|
width: 6.8rem;
|
|
6
|
-
color: $link-color;
|
|
7
6
|
border-color: currentColor;
|
|
8
7
|
border-right-width: 2px;
|
|
8
|
+
color: $link-color;
|
|
9
9
|
|
|
10
10
|
.point-date {
|
|
11
11
|
display: flex;
|
|
@@ -19,11 +19,12 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.point-list-aside.point-list-warning:after {
|
|
22
|
-
|
|
22
|
+
right: -7px;
|
|
23
23
|
width: 0.67em;
|
|
24
24
|
height: 0.67em;
|
|
25
|
-
|
|
25
|
+
background-color: $primary;
|
|
26
26
|
}
|
|
27
|
+
|
|
27
28
|
.point-list-content {
|
|
28
29
|
.card-teaser {
|
|
29
30
|
&.card {
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
margin: 0;
|
|
6
6
|
|
|
7
7
|
#search-button {
|
|
8
|
-
line-height: 2rem;
|
|
9
8
|
border-bottom: 1px solid $neutral-1-a7;
|
|
9
|
+
line-height: 2rem;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.modal-content {
|
|
@@ -39,11 +39,13 @@
|
|
|
39
39
|
.modal-dialog {
|
|
40
40
|
.modal-header {
|
|
41
41
|
align-items: flex-start;
|
|
42
|
+
|
|
42
43
|
button.btn-close {
|
|
43
|
-
background: none;
|
|
44
44
|
display: flex;
|
|
45
|
-
align-items: center;
|
|
46
45
|
width: fit-content;
|
|
46
|
+
align-items: center;
|
|
47
|
+
background: none;
|
|
48
|
+
|
|
47
49
|
span {
|
|
48
50
|
font-size: 50px;
|
|
49
51
|
}
|
|
@@ -11,7 +11,9 @@ body.search-modal-opened {
|
|
|
11
11
|
#search-modal {
|
|
12
12
|
.btn-link {
|
|
13
13
|
&:focus {
|
|
14
|
-
box-shadow:
|
|
14
|
+
box-shadow:
|
|
15
|
+
$btn-box-shadow,
|
|
16
|
+
0 0 0 $btn-focus-width rgba($link-color, 0.5);
|
|
15
17
|
}
|
|
16
18
|
}
|
|
17
19
|
|
|
@@ -42,31 +44,37 @@ body.search-modal-opened {
|
|
|
42
44
|
border-right: 2px solid hsl(36deg, 100%, 50%) !important;
|
|
43
45
|
border-left: 2px solid hsl(36deg, 100%, 50%) !important;
|
|
44
46
|
}
|
|
47
|
+
|
|
45
48
|
a.nav-link.active:focus {
|
|
46
49
|
border-right: 2px solid hsl(36deg, 100%, 50%) !important;
|
|
47
50
|
border-left: 2px solid hsl(36deg, 100%, 50%) !important;
|
|
48
51
|
}
|
|
49
52
|
}
|
|
53
|
+
|
|
50
54
|
&:last-of-type {
|
|
51
55
|
a.nav-link:focus {
|
|
52
56
|
border-right: 2px solid hsl(36deg, 100%, 50%) !important;
|
|
53
57
|
border-right: 2px solid hsl(36deg, 100%, 50%) !important;
|
|
54
58
|
}
|
|
55
59
|
}
|
|
60
|
+
|
|
56
61
|
a.nav-link {
|
|
57
62
|
width: 100%;
|
|
58
63
|
border-top: 2px solid transparent;
|
|
64
|
+
|
|
59
65
|
&.active {
|
|
60
|
-
border-left: none;
|
|
61
66
|
border-right: none;
|
|
67
|
+
border-left: none;
|
|
62
68
|
}
|
|
69
|
+
|
|
63
70
|
&:focus {
|
|
64
71
|
border-color: hsl(36deg, 100%, 50%) !important;
|
|
65
|
-
box-shadow: 0 0 0 2px hsl(36deg, 100%, 50%) !important;
|
|
66
|
-
outline: none;
|
|
67
72
|
border-right: none;
|
|
68
73
|
border-left: none;
|
|
74
|
+
box-shadow: 0 0 0 2px hsl(36deg, 100%, 50%) !important;
|
|
75
|
+
outline: none;
|
|
69
76
|
}
|
|
77
|
+
|
|
70
78
|
&:not(.active):focus {
|
|
71
79
|
border-right: 2px solid hsl(36deg, 100%, 50%) !important;
|
|
72
80
|
}
|
|
@@ -88,6 +96,7 @@ body.search-modal-opened {
|
|
|
88
96
|
&::after {
|
|
89
97
|
content: none;
|
|
90
98
|
}
|
|
99
|
+
|
|
91
100
|
.card-body {
|
|
92
101
|
.category-top {
|
|
93
102
|
.data:before {
|
|
@@ -106,6 +115,7 @@ body.search-modal-opened {
|
|
|
106
115
|
}
|
|
107
116
|
}
|
|
108
117
|
}
|
|
118
|
+
|
|
109
119
|
.searchSpinnerWrapper {
|
|
110
120
|
display: flex;
|
|
111
121
|
align-items: center;
|