design-comuni-plone-theme 11.6.0 → 11.6.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/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +25 -0
- package/RELEASE.md +9 -0
- package/locales/de/LC_MESSAGES/volto.po +10 -0
- package/locales/en/LC_MESSAGES/volto.po +10 -0
- package/locales/es/LC_MESSAGES/volto.po +10 -0
- package/locales/fr/LC_MESSAGES/volto.po +10 -0
- package/locales/it/LC_MESSAGES/volto.po +10 -0
- package/locales/volto.pot +11 -1
- package/package.json +1 -1
- package/publiccode.yml +2 -2
- package/src/customizations/volto-feedback/components/FeedbackForm/Steps/Commons.jsx +16 -10
- package/src/overrideTranslations.jsx +8 -0
- package/src/theme/ItaliaTheme/Components/_mobileMenu.scss +2 -1
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [11.6.2](https://github.com/redturtle/design-comuni-plone-theme/compare/v11.6.1...v11.6.2) (2024-03-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* added class to apply color style to all icons ([#542](https://github.com/redturtle/design-comuni-plone-theme/issues/542)) ([3431318](https://github.com/redturtle/design-comuni-plone-theme/commit/3431318e48df0ba389f37598f5be16c8179b4337))
|
|
9
|
+
* layout feedback form per validatore pa ([#575](https://github.com/redturtle/design-comuni-plone-theme/issues/575)) ([c31a61e](https://github.com/redturtle/design-comuni-plone-theme/commit/c31a61e8e6f4b666dc75a4ff1a076e560ec49a77))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Documentation
|
|
13
|
+
|
|
14
|
+
* updated publiccode ([d4a177b](https://github.com/redturtle/design-comuni-plone-theme/commit/d4a177b293293e2764e4742d330381ad162cbf69))
|
|
15
|
+
|
|
16
|
+
## [11.6.1](https://github.com/redturtle/design-comuni-plone-theme/compare/v11.6.0...v11.6.1) (2024-03-06)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* changed translations for weekdays in recurrence widget ([#569](https://github.com/redturtle/design-comuni-plone-theme/issues/569)) ([54868c5](https://github.com/redturtle/design-comuni-plone-theme/commit/54868c58571768408cf374dac6c790c7cfa5e61f))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Documentation
|
|
25
|
+
|
|
26
|
+
* updated publiccode and release log ([aa2ffcb](https://github.com/redturtle/design-comuni-plone-theme/commit/aa2ffcb09478362163255e85a99fd41161aafb62))
|
|
27
|
+
|
|
3
28
|
## [11.6.0](https://github.com/redturtle/design-comuni-plone-theme/compare/v11.5.1...v11.6.0) (2024-03-05)
|
|
4
29
|
|
|
5
30
|
|
package/RELEASE.md
CHANGED
|
@@ -41,8 +41,17 @@
|
|
|
41
41
|
- ...
|
|
42
42
|
-->
|
|
43
43
|
|
|
44
|
+
## Versione 11.6.1 (06/03/2024)
|
|
45
|
+
|
|
46
|
+
### Fix
|
|
47
|
+
|
|
48
|
+
- Quando si imposta una ricorrenza per giorni feriali negli Eventi, viene visualizzato il testo corretto "ogni giorno feriale".
|
|
49
|
+
|
|
44
50
|
## Versione 11.6.0 (05/03/2024)
|
|
45
51
|
|
|
52
|
+
### Fix
|
|
53
|
+
|
|
54
|
+
- Le icone social nel menu laterale mobile sono tutte dello stesso colore.
|
|
46
55
|
### Migliorie
|
|
47
56
|
|
|
48
57
|
- Nel blocco form è stata aggiunta una legenda per i campi obbligatori.
|
|
@@ -2985,6 +2985,16 @@ msgstr ""
|
|
|
2985
2985
|
msgid "rrule_th"
|
|
2986
2986
|
msgstr ""
|
|
2987
2987
|
|
|
2988
|
+
#: overrideTranslations
|
|
2989
|
+
# defaultMessage: giorno feriale
|
|
2990
|
+
msgid "rrule_weekday"
|
|
2991
|
+
msgstr ""
|
|
2992
|
+
|
|
2993
|
+
#: overrideTranslations
|
|
2994
|
+
# defaultMessage: giorni feriali
|
|
2995
|
+
msgid "rrule_weekdays"
|
|
2996
|
+
msgstr ""
|
|
2997
|
+
|
|
2988
2998
|
#: components/ItaliaTheme/Blocks/RssBlock/CardWithImageRssTemplate
|
|
2989
2999
|
#: components/ItaliaTheme/Blocks/RssBlock/CardWithoutImageRssTemplate
|
|
2990
3000
|
# defaultMessage: No results from RSS feed.
|
|
@@ -2970,6 +2970,16 @@ msgstr "st"
|
|
|
2970
2970
|
msgid "rrule_th"
|
|
2971
2971
|
msgstr "th"
|
|
2972
2972
|
|
|
2973
|
+
#: overrideTranslations
|
|
2974
|
+
# defaultMessage: giorno feriale
|
|
2975
|
+
msgid "rrule_weekday"
|
|
2976
|
+
msgstr "weekday"
|
|
2977
|
+
|
|
2978
|
+
#: overrideTranslations
|
|
2979
|
+
# defaultMessage: giorni feriali
|
|
2980
|
+
msgid "rrule_weekdays"
|
|
2981
|
+
msgstr "weekdays"
|
|
2982
|
+
|
|
2973
2983
|
#: components/ItaliaTheme/Blocks/RssBlock/CardWithImageRssTemplate
|
|
2974
2984
|
#: components/ItaliaTheme/Blocks/RssBlock/CardWithoutImageRssTemplate
|
|
2975
2985
|
# defaultMessage: No results from RSS feed.
|
|
@@ -2979,6 +2979,16 @@ msgstr ""
|
|
|
2979
2979
|
msgid "rrule_th"
|
|
2980
2980
|
msgstr ""
|
|
2981
2981
|
|
|
2982
|
+
#: overrideTranslations
|
|
2983
|
+
# defaultMessage: giorno feriale
|
|
2984
|
+
msgid "rrule_weekday"
|
|
2985
|
+
msgstr ""
|
|
2986
|
+
|
|
2987
|
+
#: overrideTranslations
|
|
2988
|
+
# defaultMessage: giorni feriali
|
|
2989
|
+
msgid "rrule_weekdays"
|
|
2990
|
+
msgstr ""
|
|
2991
|
+
|
|
2982
2992
|
#: components/ItaliaTheme/Blocks/RssBlock/CardWithImageRssTemplate
|
|
2983
2993
|
#: components/ItaliaTheme/Blocks/RssBlock/CardWithoutImageRssTemplate
|
|
2984
2994
|
# defaultMessage: No results from RSS feed.
|
|
@@ -2987,6 +2987,16 @@ msgstr ""
|
|
|
2987
2987
|
msgid "rrule_th"
|
|
2988
2988
|
msgstr ""
|
|
2989
2989
|
|
|
2990
|
+
#: overrideTranslations
|
|
2991
|
+
# defaultMessage: giorno feriale
|
|
2992
|
+
msgid "rrule_weekday"
|
|
2993
|
+
msgstr ""
|
|
2994
|
+
|
|
2995
|
+
#: overrideTranslations
|
|
2996
|
+
# defaultMessage: giorni feriali
|
|
2997
|
+
msgid "rrule_weekdays"
|
|
2998
|
+
msgstr ""
|
|
2999
|
+
|
|
2990
3000
|
#: components/ItaliaTheme/Blocks/RssBlock/CardWithImageRssTemplate
|
|
2991
3001
|
#: components/ItaliaTheme/Blocks/RssBlock/CardWithoutImageRssTemplate
|
|
2992
3002
|
# defaultMessage: No results from RSS feed.
|
|
@@ -2970,6 +2970,16 @@ msgstr " "
|
|
|
2970
2970
|
msgid "rrule_th"
|
|
2971
2971
|
msgstr " "
|
|
2972
2972
|
|
|
2973
|
+
#: overrideTranslations
|
|
2974
|
+
# defaultMessage: giorno feriale
|
|
2975
|
+
msgid "rrule_weekday"
|
|
2976
|
+
msgstr "giorno feriale"
|
|
2977
|
+
|
|
2978
|
+
#: overrideTranslations
|
|
2979
|
+
# defaultMessage: giorni feriali
|
|
2980
|
+
msgid "rrule_weekdays"
|
|
2981
|
+
msgstr "giorni feriali"
|
|
2982
|
+
|
|
2973
2983
|
#: components/ItaliaTheme/Blocks/RssBlock/CardWithImageRssTemplate
|
|
2974
2984
|
#: components/ItaliaTheme/Blocks/RssBlock/CardWithoutImageRssTemplate
|
|
2975
2985
|
# defaultMessage: No results from RSS feed.
|
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: 2024-
|
|
4
|
+
"POT-Creation-Date: 2024-03-06T10:48:38.114Z\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"
|
|
@@ -2972,6 +2972,16 @@ msgstr ""
|
|
|
2972
2972
|
msgid "rrule_th"
|
|
2973
2973
|
msgstr ""
|
|
2974
2974
|
|
|
2975
|
+
#: overrideTranslations
|
|
2976
|
+
# defaultMessage: giorno feriale
|
|
2977
|
+
msgid "rrule_weekday"
|
|
2978
|
+
msgstr ""
|
|
2979
|
+
|
|
2980
|
+
#: overrideTranslations
|
|
2981
|
+
# defaultMessage: giorni feriali
|
|
2982
|
+
msgid "rrule_weekdays"
|
|
2983
|
+
msgstr ""
|
|
2984
|
+
|
|
2975
2985
|
#: components/ItaliaTheme/Blocks/RssBlock/CardWithImageRssTemplate
|
|
2976
2986
|
#: components/ItaliaTheme/Blocks/RssBlock/CardWithoutImageRssTemplate
|
|
2977
2987
|
# defaultMessage: No results from RSS feed.
|
package/package.json
CHANGED
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-03-
|
|
230
|
+
releaseDate: '2024-03-08'
|
|
231
231
|
softwareType: standalone/web
|
|
232
|
-
softwareVersion: 11.6.
|
|
232
|
+
softwareVersion: 11.6.2
|
|
233
233
|
url: 'https://github.com/italia/design-comuni-plone-theme'
|
|
234
234
|
usedBy:
|
|
235
235
|
- ASP Comuni Modenesi Area Nord
|
|
@@ -3,15 +3,21 @@ import cx from 'classnames';
|
|
|
3
3
|
|
|
4
4
|
export const FormHeader = ({ title, step, totalSteps, className, hidden }) => {
|
|
5
5
|
return (
|
|
6
|
-
<
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
'
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
6
|
+
<div className={className}>
|
|
7
|
+
<legend
|
|
8
|
+
data-element="feedback-rating-question"
|
|
9
|
+
aria-hidden={hidden}
|
|
10
|
+
className={cx('w-100 p-0', {
|
|
11
|
+
'd-none': hidden,
|
|
12
|
+
})}
|
|
13
|
+
>
|
|
14
|
+
<div className={'m-0 fs-6'}>{title}</div>
|
|
15
|
+
</legend>
|
|
16
|
+
<div
|
|
17
|
+
className={cx('fs-6', {
|
|
18
|
+
'd-none': hidden,
|
|
19
|
+
})}
|
|
20
|
+
>{`${step}/${totalSteps}`}</div>
|
|
21
|
+
</div>
|
|
16
22
|
);
|
|
17
23
|
};
|
|
@@ -25,6 +25,14 @@ defineMessages({
|
|
|
25
25
|
id: 'rrule_on the',
|
|
26
26
|
defaultMessage: 'il',
|
|
27
27
|
},
|
|
28
|
+
weekdays: {
|
|
29
|
+
id: 'rrule_weekdays',
|
|
30
|
+
defaultMessage: 'giorni feriali',
|
|
31
|
+
},
|
|
32
|
+
weekday: {
|
|
33
|
+
id: 'rrule_weekday',
|
|
34
|
+
defaultMessage: 'giorno feriale',
|
|
35
|
+
},
|
|
28
36
|
reset: {
|
|
29
37
|
//volto-form-block
|
|
30
38
|
id: 'form_reset',
|