design-comuni-plone-theme 11.10.2 → 12.0.0-alpha.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.
Files changed (195) hide show
  1. package/.github/workflows/slate.yml +47 -0
  2. package/.yarn/cache/@babel-helper-module-imports-npm-7.24.3-edb733448b-c23492189b.zip +0 -0
  3. package/.yarn/cache/@babel-types-npm-7.24.0-a0508cb308-4b574a37d4.zip +0 -0
  4. package/.yarn/cache/babel-plugin-lodash-npm-3.3.4-c7161075b6-044a4261e6.zip +0 -0
  5. package/.yarn/cache/require-package-name-npm-2.0.1-ac9a206b63-00f4e9e467.zip +0 -0
  6. package/.yarn/cache/{volto-form-block-npm-3.7.2-f24953a510-7387a1b85a.zip → volto-form-block-npm-3.8.2-e49cbe07d5-5b72a06a5e.zip} +0 -0
  7. package/.yarn/cache/{volto-gdpr-privacy-npm-2.2.1-bc93b3e168-bce76108c3.zip → volto-gdpr-privacy-npm-2.2.0-6be0f74d53-8a93254251.zip} +0 -0
  8. package/.yarn/install-state.gz +0 -0
  9. package/CHANGELOG.md +878 -916
  10. package/RELEASE.md +8 -0
  11. package/locales/de/LC_MESSAGES/volto.po +86 -18
  12. package/locales/en/LC_MESSAGES/volto.po +86 -18
  13. package/locales/es/LC_MESSAGES/volto.po +86 -18
  14. package/locales/fr/LC_MESSAGES/volto.po +86 -18
  15. package/locales/it/LC_MESSAGES/volto.po +86 -18
  16. package/locales/volto.pot +87 -19
  17. package/package.json +5 -3
  18. package/publiccode.yml +2 -2
  19. package/src/components/Collapse.jsx +1 -0
  20. package/src/components/ItaliaTheme/Blocks/Accordion/Block/EditBlock.jsx +29 -24
  21. package/src/components/ItaliaTheme/Blocks/Accordion/Block/ViewBlock.jsx +4 -12
  22. package/src/components/ItaliaTheme/Blocks/Accordion/Edit.jsx +67 -6
  23. package/src/components/ItaliaTheme/Blocks/Alert/Edit.jsx +60 -113
  24. package/src/components/ItaliaTheme/Blocks/Alert/Sidebar.jsx +1 -0
  25. package/src/components/ItaliaTheme/Blocks/Alert/View.jsx +5 -14
  26. package/src/components/ItaliaTheme/Blocks/ArgumentsInEvidence/Block.jsx +16 -11
  27. package/src/components/ItaliaTheme/Blocks/ArgumentsInEvidence/Body.jsx +2 -1
  28. package/src/components/ItaliaTheme/Blocks/ArgumentsInEvidence/Edit.jsx +39 -1
  29. package/src/components/ItaliaTheme/Blocks/CTABlock/Block.jsx +35 -95
  30. package/src/components/ItaliaTheme/Blocks/Callout/Edit.jsx +108 -0
  31. package/src/components/ItaliaTheme/Blocks/Callout/Sidebar.jsx +173 -0
  32. package/src/components/ItaliaTheme/Blocks/Callout/View.jsx +45 -0
  33. package/src/components/ItaliaTheme/Blocks/ContactsBlock/Block/EditBlock.jsx +84 -63
  34. package/src/components/ItaliaTheme/Blocks/ContactsBlock/Block/ViewBlock.jsx +19 -39
  35. package/src/components/ItaliaTheme/Blocks/ContactsBlock/Edit.jsx +92 -19
  36. package/src/components/ItaliaTheme/Blocks/ContactsBlock/View.jsx +13 -21
  37. package/src/components/ItaliaTheme/Blocks/CountDown/Edit.jsx +21 -25
  38. package/src/components/ItaliaTheme/Blocks/CountDown/View.jsx +6 -15
  39. package/src/components/ItaliaTheme/Blocks/IconBlocks/Block/EditBlock.jsx +40 -15
  40. package/src/components/ItaliaTheme/Blocks/IconBlocks/Block/ViewBlock.jsx +6 -21
  41. package/src/components/ItaliaTheme/Blocks/IconBlocks/Edit.jsx +93 -20
  42. package/src/components/ItaliaTheme/Blocks/IconBlocks/Sidebar.jsx +1 -9
  43. package/src/components/ItaliaTheme/Blocks/IconBlocks/View.jsx +4 -17
  44. package/src/components/ItaliaTheme/Blocks/NumbersBlock/Block/EditBlock.jsx +46 -15
  45. package/src/components/ItaliaTheme/Blocks/NumbersBlock/Block/ViewBlock.jsx +2 -18
  46. package/src/components/ItaliaTheme/Blocks/NumbersBlock/Edit.jsx +84 -11
  47. package/src/components/ItaliaTheme/Blocks/NumbersBlock/View.jsx +2 -11
  48. package/src/components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block.jsx +33 -67
  49. package/src/components/ItaliaTheme/Blocks/TextCard/CardWithImage/Edit.jsx +2 -8
  50. package/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/BodyWrapper.jsx +2 -1
  51. package/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit.jsx +98 -84
  52. package/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/View.jsx +20 -3
  53. package/src/components/ItaliaTheme/Blocks/__tests__/Accordion.test.jsx +11 -28
  54. package/src/components/ItaliaTheme/Blocks/__tests__/Alert.test.jsx +10 -14
  55. package/src/components/ItaliaTheme/Blocks/__tests__/ArgumentsInEvidence.test.jsx +20 -28
  56. package/src/components/ItaliaTheme/Blocks/__tests__/CTABlock.test.jsx +14 -29
  57. package/src/components/ItaliaTheme/Blocks/__tests__/CardWithImage.test.jsx +11 -28
  58. package/src/components/ItaliaTheme/Blocks/__tests__/ContactsBlock.test.jsx +75 -140
  59. package/src/components/ItaliaTheme/Blocks/__tests__/Countdown.test.jsx +20 -28
  60. package/src/components/ItaliaTheme/Blocks/__tests__/IconBlocks.test.jsx +22 -56
  61. package/src/components/ItaliaTheme/Blocks/__tests__/NumbersBlock.test.jsx +14 -43
  62. package/src/components/ItaliaTheme/Blocks/__tests__/SimpleCard.test.jsx +14 -30
  63. package/src/components/ItaliaTheme/Footer/FooterInfos.jsx +22 -8
  64. package/src/components/ItaliaTheme/Footer/FooterNavigation.jsx +3 -3
  65. package/src/components/ItaliaTheme/MegaMenu/MegaMenu.jsx +5 -1
  66. package/src/components/ItaliaTheme/Slider/SingleSlideWrapper.jsx +2 -3
  67. package/src/components/ItaliaTheme/View/BandoView/BandoApprofondimenti.jsx +1 -2
  68. package/src/components/ItaliaTheme/View/CartellaModulisticaView/DocRow.jsx +14 -5
  69. package/src/components/ItaliaTheme/View/Commons/Attachment.jsx +19 -3
  70. package/src/components/ItaliaTheme/View/Commons/Attachments.jsx +0 -1
  71. package/src/components/ItaliaTheme/View/Commons/DownloadFileFormat.jsx +11 -7
  72. package/src/components/ItaliaTheme/View/Commons/Module.jsx +7 -6
  73. package/src/components/ItaliaTheme/View/Commons/PageHeader/PageHeaderLinkServizio.jsx +6 -2
  74. package/src/components/ItaliaTheme/View/Commons/RichTextRender.jsx +8 -6
  75. package/src/components/ItaliaTheme/View/Commons/__tests__/RichText.test.jsx +14 -17
  76. package/src/components/ItaliaTheme/View/ServizioView/ServizioAccedi.jsx +5 -6
  77. package/src/components/ItaliaTheme/View/ServizioView/ServizioMetatag.jsx +4 -0
  78. package/src/components/ItaliaTheme/View/__tests__/CartellaModulisticaView.test.jsx +12 -1
  79. package/src/components/ItaliaTheme/View/__tests__/IncaricoView.test.jsx +24 -30
  80. package/src/components/ItaliaTheme/View/__tests__/PageView.test.jsx +24 -2
  81. package/src/components/ItaliaTheme/View/__tests__/PersonaView.test.jsx +96 -92
  82. package/src/components/ItaliaTheme/View/__tests__/ServizioAChiSiRivolge.test.jsx +240 -286
  83. package/src/components/ItaliaTheme/View/__tests__/ServizioAccedi.test.jsx +240 -286
  84. package/src/components/ItaliaTheme/View/__tests__/ServizioCasiParticolari.test.jsx +240 -286
  85. package/src/components/ItaliaTheme/View/__tests__/ServizioComeFare.test.jsx +240 -286
  86. package/src/components/ItaliaTheme/View/__tests__/ServizioCondizioni.test.jsx +240 -286
  87. package/src/components/ItaliaTheme/View/__tests__/ServizioContatti.test.jsx +240 -286
  88. package/src/components/ItaliaTheme/View/__tests__/ServizioCosE.test.jsx +240 -286
  89. package/src/components/ItaliaTheme/View/__tests__/ServizioCosaServe.test.jsx +240 -286
  90. package/src/components/ItaliaTheme/View/__tests__/ServizioCosaSiOttiene.test.jsx +240 -286
  91. package/src/components/ItaliaTheme/View/__tests__/ServizioCostiVincoli.test.jsx +240 -286
  92. package/src/components/ItaliaTheme/View/__tests__/ServizioMetadati.test.jsx +240 -286
  93. package/src/components/ItaliaTheme/View/__tests__/ServizioModulistica.test.jsx +240 -286
  94. package/src/components/ItaliaTheme/View/__tests__/ServizioProcedure.test.jsx +240 -286
  95. package/src/components/ItaliaTheme/View/__tests__/ServizioSitiEsterni.test.jsx +240 -286
  96. package/src/components/ItaliaTheme/View/__tests__/ServizioTempiScadenze.test.jsx +240 -286
  97. package/src/components/ItaliaTheme/View/__tests__/ServizioUlterioriInformazioni.test.jsx +240 -286
  98. package/src/components/ItaliaTheme/View/__tests__/ServizioView.test.jsx +470 -560
  99. package/src/components/ItaliaTheme/View/__tests__/TrasparenzaView.test.jsx +12 -1
  100. package/src/components/ItaliaTheme/manage/Widgets/ColorListWidget.jsx +11 -2
  101. package/src/components/ItaliaTheme/manage/Widgets/HtmlSlateWidget.jsx +154 -0
  102. package/src/components/ItaliaTheme/manage/Widgets/RichTextWidget.jsx +88 -0
  103. package/src/components/ItaliaTheme/manage/Widgets/SimpleTextEditorWidget.jsx +158 -0
  104. package/src/components/ItaliaTheme/manage/Widgets/TextEditorWidget.jsx +167 -270
  105. package/src/config/Blocks/ListingOptions/index.js +0 -1
  106. package/src/config/Blocks/ListingOptions/utils.js +0 -7
  107. package/src/config/Blocks/blocks.js +29 -8
  108. package/src/config/Blocks/listingVariations.js +1 -1
  109. package/src/config/Slate/Alignment/AlignMenu.jsx +169 -0
  110. package/src/config/Slate/Alignment/index.js +42 -0
  111. package/src/config/Slate/Blockquote/BlockquoteMenu.jsx +151 -0
  112. package/src/config/Slate/Blockquote/index.js +12 -0
  113. package/src/config/Slate/Headings/HeadingsMenu.jsx +139 -0
  114. package/src/config/Slate/Headings/headingsMenu.scss +44 -0
  115. package/src/config/Slate/Headings/index.js +62 -0
  116. package/src/config/Slate/Link/deserializer.js +25 -0
  117. package/src/config/Slate/Link/index.js +126 -0
  118. package/src/config/Slate/Link/renderer.jsx +99 -0
  119. package/src/config/Slate/LinkButton/index.js +47 -0
  120. package/src/config/Slate/TextLarger/index.js +51 -0
  121. package/src/config/Slate/Underline/index.js +10 -0
  122. package/src/config/Slate/config.js +43 -0
  123. package/src/config/Slate/deserializers.js +66 -0
  124. package/src/config/Slate/dropdownStyle.scss +14 -0
  125. package/src/config/Slate/dropdownUtils.js +422 -0
  126. package/src/config/Slate/extensions/breakList.js +91 -0
  127. package/src/config/Slate/handlers.js +243 -0
  128. package/src/config/Slate/utils.js +73 -0
  129. package/src/config/Widgets/widgets.js +1 -2
  130. package/src/config/italiaConfig.js +7 -54
  131. package/src/customizations/volto/components/manage/AnchorPlugin/components/LinkButton/AddLinkForm.jsx +360 -0
  132. package/src/customizations/volto/components/manage/Blocks/HeroImageLeft/Edit.jsx +75 -200
  133. package/src/customizations/volto/components/manage/Blocks/Video/Edit.jsx +1 -1
  134. package/src/customizations/volto/components/manage/Form/BlocksToolbar.jsx +1 -1
  135. package/src/customizations/volto/components/manage/UniversalLink/UniversalLink.jsx +59 -6
  136. package/src/customizations/volto-form-block/components/Field.jsx +45 -22
  137. package/src/customizations/volto-form-block/components/FormResult.jsx +74 -0
  138. package/src/customizations/volto-form-block/components/FormView.jsx +79 -66
  139. package/src/customizations/volto-form-block/components/Widget/Button.jsx +50 -0
  140. package/src/helpers/EnhanceLink.js +44 -0
  141. package/src/helpers/FormValidation/FormValidationHelpers.js +3 -0
  142. package/src/helpers/blocks.js +86 -0
  143. package/src/helpers/files.js +14 -14
  144. package/src/helpers/index.js +4 -3
  145. package/src/helpers/richTextHelper.js +10 -0
  146. package/src/icons/Group.svg +1 -0
  147. package/src/icons/blocco-icone.svg +0 -3
  148. package/src/icons/blockquote-card-dark.svg +1 -0
  149. package/src/icons/blockquote-card.svg +1 -0
  150. package/src/icons/blockquote-simple.svg +1 -0
  151. package/src/icons/text-larger.svg +1 -0
  152. package/src/theme/ItaliaTheme/Blocks/_accordion.scss +1 -10
  153. package/src/theme/ItaliaTheme/Blocks/_alert.scss +53 -1
  154. package/src/theme/ItaliaTheme/Blocks/_bandiInEvidenceTemplate.scss +1 -0
  155. package/src/theme/ItaliaTheme/Blocks/_callout.scss +32 -0
  156. package/src/theme/ItaliaTheme/Blocks/_contacts.scss +15 -32
  157. package/src/theme/ItaliaTheme/Blocks/_ctaBlock.scss +0 -14
  158. package/src/theme/ItaliaTheme/Blocks/_gridBlock.scss +1 -1
  159. package/src/theme/ItaliaTheme/Blocks/_hero.scss +1 -8
  160. package/src/theme/ItaliaTheme/Blocks/_iconBlocks.scss +0 -30
  161. package/src/theme/ItaliaTheme/Blocks/_imageCardTextBlock.scss +3 -2
  162. package/src/theme/ItaliaTheme/Blocks/_numbers.scss +1 -5
  163. package/src/theme/ItaliaTheme/Blocks/_simpleCardTextBlock.scss +8 -2
  164. package/src/theme/ItaliaTheme/Blocks/_tableOfContents.scss +1 -0
  165. package/src/theme/ItaliaTheme/Components/_megamenu.scss +0 -4
  166. package/src/theme/ItaliaTheme/Subsites/ItaliaTheme/Blocks/_cta.scss +1 -0
  167. package/src/theme/ItaliaTheme/Subsites/ItaliaTheme/Blocks/_searchSections.scss +1 -0
  168. package/src/theme/ItaliaTheme/Subsites/bootstrap-italia/custom/_headercenter.scss +1 -0
  169. package/src/theme/ItaliaTheme/Views/_cartellaModulistica.scss +11 -2
  170. package/src/theme/ItaliaTheme/Views/_slider.scss +3 -3
  171. package/src/theme/ItaliaTheme/Widgets/_iconWidget.scss +4 -0
  172. package/src/theme/ItaliaTheme/_main.scss +42 -54
  173. package/src/theme/_cms-ui.scss +59 -161
  174. package/src/theme/extras/_forms.scss +2 -14
  175. package/src/theme/site.scss +1 -0
  176. package/test-setup-config.js +58 -0
  177. package/src/components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block.jsx +0 -151
  178. package/src/config/RichTextEditor/LinkEntity.jsx +0 -27
  179. package/src/config/RichTextEditor/Plugins/AnchorPlugin/components/Link/index.jsx +0 -44
  180. package/src/config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/AddLinkForm.jsx +0 -349
  181. package/src/config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/index.js +0 -150
  182. package/src/config/RichTextEditor/Plugins/AnchorPlugin/index.js +0 -88
  183. package/src/config/RichTextEditor/ToolbarButtons/AlignButton.jsx +0 -61
  184. package/src/config/RichTextEditor/ToolbarButtons/ButtonsButton.jsx +0 -14
  185. package/src/config/RichTextEditor/ToolbarButtons/CalloutsButton.jsx +0 -38
  186. package/src/config/RichTextEditor/ToolbarButtons/DraftJsDropdownButton.jsx +0 -106
  187. package/src/config/RichTextEditor/ToolbarButtons/HeadingsButton.jsx +0 -57
  188. package/src/config/RichTextEditor/ToolbarButtons/TextSizeButton.jsx +0 -65
  189. package/src/config/RichTextEditor/ToolbarButtons/UnderlineButton.jsx +0 -14
  190. package/src/config/RichTextEditor/config.js +0 -253
  191. package/src/config/volto-gdpr-privacy-defaultPanelConfig.js +0 -292
  192. package/src/customizations/volto/components/manage/Blocks/ToC/View.jsx +0 -134
  193. package/src/customizations/volto/components/manage/Blocks/ToC/variations/DefaultTocRenderer.jsx +0 -99
  194. package/src/customizations/volto/config/RichTextEditor/Plugins.jsx +0 -63
  195. package/src/helpers/redraftHelper.js +0 -9
@@ -47,11 +47,42 @@ msgstr ""
47
47
  msgid "Alert"
48
48
  msgstr "Alerte"
49
49
 
50
+ #: config/Slate/Alignment/AlignMenu
51
+ # defaultMessage: Allinea a destra
52
+ msgid "Allinea a destra"
53
+ msgstr ""
54
+
55
+ #: config/Slate/Alignment/AlignMenu
56
+ # defaultMessage: Allinea a sinistra
57
+ msgid "Allinea a sinistra"
58
+ msgstr ""
59
+
60
+ #: config/Slate/Alignment/AlignMenu
61
+ # defaultMessage: Allinea al centro
62
+ msgid "Allinea al centro"
63
+ msgstr ""
64
+
65
+ #: config/Slate/Alignment/AlignMenu
66
+ # defaultMessage: Allinea il testo giustificato
67
+ msgid "Allinea il testo giustificato"
68
+ msgstr ""
69
+
70
+ #: config/Slate/Alignment/AlignMenu
71
+ #: config/Slate/Alignment/index
72
+ # defaultMessage: Allineamento
73
+ msgid "Allineamento"
74
+ msgstr ""
75
+
50
76
  #: components/ItaliaTheme/Blocks/VideoGallery/Sidebar
51
77
  # defaultMessage: Allow Externals
52
78
  msgid "Allow Externals"
53
79
  msgstr "Accepter les URL externes pour l'intégration"
54
80
 
81
+ #: components/ItaliaTheme/manage/Widgets/HtmlSlateWidget
82
+ # defaultMessage: An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator.
83
+ msgid "An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator."
84
+ msgstr ""
85
+
55
86
  #: config/Blocks/ListingOptions/simpleCardTemplate
56
87
  #: config/Blocks/ListingOptions/sliderTemplate
57
88
  # defaultMessage: Aspetto
@@ -78,6 +109,16 @@ msgstr ""
78
109
  msgid "Block style"
79
110
  msgstr ""
80
111
 
112
+ #: config/Slate/Blockquote/BlockquoteMenu
113
+ # defaultMessage: Blockquote
114
+ msgid "Blockquote"
115
+ msgstr ""
116
+
117
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
118
+ # defaultMessage: Callout
119
+ msgid "Callout"
120
+ msgstr ""
121
+
81
122
  #: components/ItaliaTheme/Blocks/Listing/SimpleCard/Card/SimpleCardDefault
82
123
  #: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateOneForRow
83
124
  # defaultMessage: Vedi
@@ -209,11 +250,6 @@ msgstr ""
209
250
  msgid "Download"
210
251
  msgstr ""
211
252
 
212
- #: config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/AddLinkForm
213
- # defaultMessage: Enter URL or select an item
214
- msgid "Enter URL or select an item"
215
- msgstr ""
216
-
217
253
  #: components/ItaliaTheme/manage/Widgets/LocationFiltersWidget
218
254
  # defaultMessage: Etichetta
219
255
  msgid "Etichetta location filter"
@@ -534,11 +570,6 @@ msgstr ""
534
570
  msgid "Seguici su"
535
571
  msgstr "Suivez-nous sur"
536
572
 
537
- #: config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/AddLinkForm
538
- # defaultMessage: Seleziona un data-element ID
539
- msgid "Select a data-element ID"
540
- msgstr ""
541
-
542
573
  #: components/ItaliaTheme/Search/SearchCTs
543
574
  # defaultMessage: Seleziona tutti i tipi di contenuti o nessuno
544
575
  msgid "Select all content types or none"
@@ -608,6 +639,7 @@ msgstr ""
608
639
 
609
640
  #: components/ItaliaTheme/Blocks/Calendar/ListingSidebar
610
641
  #: config/Blocks/ListingOptions/defaultOptions
642
+ #: config/Slate/Headings/HeadingsMenu
611
643
  # defaultMessage: Titolo
612
644
  msgid "Titolo"
613
645
  msgstr ""
@@ -634,23 +666,26 @@ msgstr ""
634
666
 
635
667
  #: components/ItaliaTheme/Blocks/CTABlock/Block
636
668
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
637
- #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block
669
+ #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit
638
670
  # defaultMessage: Digita la descrizione…
639
671
  msgid "Type description…"
640
672
  msgstr ""
641
673
 
642
674
  #: components/ItaliaTheme/Blocks/Alert/Edit
643
675
  #: components/ItaliaTheme/Blocks/ArgumentsInEvidence/Block
676
+ #: components/ItaliaTheme/Blocks/Callout/Edit
644
677
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
645
- #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block
678
+ #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit
679
+ #: components/ItaliaTheme/manage/Widgets/SimpleTextEditorWidget
646
680
  #: components/ItaliaTheme/manage/Widgets/TextEditorWidget
647
681
  # defaultMessage: Digita il testo…
648
682
  msgid "Type text…"
649
683
  msgstr ""
650
684
 
685
+ #: components/ItaliaTheme/Blocks/Callout/Edit
651
686
  #: components/ItaliaTheme/Blocks/CTABlock/Block
652
687
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
653
- #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block
688
+ #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit
654
689
  # defaultMessage: Type the title…
655
690
  msgid "Type the title…"
656
691
  msgstr ""
@@ -1118,6 +1153,21 @@ msgstr ""
1118
1153
  msgid "calendar_no_results"
1119
1154
  msgstr ""
1120
1155
 
1156
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1157
+ # defaultMessage: Stile
1158
+ msgid "callout_style"
1159
+ msgstr ""
1160
+
1161
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1162
+ # defaultMessage: Base
1163
+ msgid "callout_style_basic"
1164
+ msgstr ""
1165
+
1166
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1167
+ # defaultMessage: In evidenza
1168
+ msgid "callout_style_highlight"
1169
+ msgstr ""
1170
+
1121
1171
  #: components/ItaliaTheme/manage/Widgets/CanaleDigitaleWidget
1122
1172
  # defaultMessage: Accedere al servizio
1123
1173
  msgid "canale_digitale_widget_title"
@@ -1257,11 +1307,27 @@ msgstr "Fermer la recherche"
1257
1307
  msgid "codice_ipa"
1258
1308
  msgstr ""
1259
1309
 
1310
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1311
+ # defaultMessage: Colore
1312
+ msgid "color"
1313
+ msgstr ""
1314
+
1260
1315
  #: components/ItaliaTheme/Blocks/Alert/Sidebar
1316
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1261
1317
  # defaultMessage: Rosso
1262
1318
  msgid "color_danger"
1263
1319
  msgstr ""
1264
1320
 
1321
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1322
+ # defaultMessage: Default
1323
+ msgid "color_default"
1324
+ msgstr ""
1325
+
1326
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1327
+ # defaultMessage: Note
1328
+ msgid "color_note"
1329
+ msgstr ""
1330
+
1265
1331
  #: components/ItaliaTheme/Blocks/Alert/Sidebar
1266
1332
  # defaultMessage: Arancione
1267
1333
  msgid "color_orange"
@@ -1273,12 +1339,18 @@ msgstr ""
1273
1339
  msgid "color_primary"
1274
1340
  msgstr ""
1275
1341
 
1342
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1343
+ # defaultMessage: Success
1344
+ msgid "color_success"
1345
+ msgstr ""
1346
+
1276
1347
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1277
1348
  # defaultMessage: Trasparente
1278
1349
  msgid "color_transparent"
1279
1350
  msgstr ""
1280
1351
 
1281
1352
  #: components/ItaliaTheme/Blocks/Alert/Sidebar
1353
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1282
1354
  # defaultMessage: Giallo
1283
1355
  msgid "color_warning"
1284
1356
  msgstr ""
@@ -2261,6 +2333,7 @@ msgstr ""
2261
2333
  msgid "html_block"
2262
2334
  msgstr ""
2263
2335
 
2336
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
2264
2337
  #: components/ItaliaTheme/manage/Widgets/IconWidget
2265
2338
  # defaultMessage: Icona
2266
2339
  msgid "icon"
@@ -3930,11 +4003,6 @@ msgstr "terme"
3930
4003
  msgid "termini_del_procedimento"
3931
4004
  msgstr "Termes de la procédure"
3932
4005
 
3933
- #: config/RichTextEditor/ToolbarButtons/TextSizeButton
3934
- # defaultMessage: Dimensione del testo
3935
- msgid "text-size-button"
3936
- msgstr ""
3937
-
3938
4006
  #: components/ItaliaTheme/Blocks/Common/SearchFilters/TextFilter
3939
4007
  # defaultMessage: Inserisci un valore
3940
4008
  msgid "text_filter_placeholder"
@@ -30,11 +30,42 @@ msgstr "Aggiungi un elemento"
30
30
  msgid "Alert"
31
31
  msgstr "Alert"
32
32
 
33
+ #: config/Slate/Alignment/AlignMenu
34
+ # defaultMessage: Allinea a destra
35
+ msgid "Allinea a destra"
36
+ msgstr ""
37
+
38
+ #: config/Slate/Alignment/AlignMenu
39
+ # defaultMessage: Allinea a sinistra
40
+ msgid "Allinea a sinistra"
41
+ msgstr ""
42
+
43
+ #: config/Slate/Alignment/AlignMenu
44
+ # defaultMessage: Allinea al centro
45
+ msgid "Allinea al centro"
46
+ msgstr ""
47
+
48
+ #: config/Slate/Alignment/AlignMenu
49
+ # defaultMessage: Allinea il testo giustificato
50
+ msgid "Allinea il testo giustificato"
51
+ msgstr ""
52
+
53
+ #: config/Slate/Alignment/AlignMenu
54
+ #: config/Slate/Alignment/index
55
+ # defaultMessage: Allineamento
56
+ msgid "Allineamento"
57
+ msgstr ""
58
+
33
59
  #: components/ItaliaTheme/Blocks/VideoGallery/Sidebar
34
60
  # defaultMessage: Allow Externals
35
61
  msgid "Allow Externals"
36
62
  msgstr "Accetta URL esterni per l'embed"
37
63
 
64
+ #: components/ItaliaTheme/manage/Widgets/HtmlSlateWidget
65
+ # defaultMessage: An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator.
66
+ msgid "An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator."
67
+ msgstr ""
68
+
38
69
  #: config/Blocks/ListingOptions/simpleCardTemplate
39
70
  #: config/Blocks/ListingOptions/sliderTemplate
40
71
  # defaultMessage: Aspetto
@@ -61,6 +92,16 @@ msgstr "Titolo del blocco..."
61
92
  msgid "Block style"
62
93
  msgstr "Stile del blocco"
63
94
 
95
+ #: config/Slate/Blockquote/BlockquoteMenu
96
+ # defaultMessage: Blockquote
97
+ msgid "Blockquote"
98
+ msgstr ""
99
+
100
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
101
+ # defaultMessage: Callout
102
+ msgid "Callout"
103
+ msgstr ""
104
+
64
105
  #: components/ItaliaTheme/Blocks/Listing/SimpleCard/Card/SimpleCardDefault
65
106
  #: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateOneForRow
66
107
  # defaultMessage: Vedi
@@ -192,11 +233,6 @@ msgstr "Dimensione della mappa"
192
233
  msgid "Download"
193
234
  msgstr "Download"
194
235
 
195
- #: config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/AddLinkForm
196
- # defaultMessage: Enter URL or select an item
197
- msgid "Enter URL or select an item"
198
- msgstr "Inserisci un URL o seleziona un elemento"
199
-
200
236
  #: components/ItaliaTheme/manage/Widgets/LocationFiltersWidget
201
237
  # defaultMessage: Etichetta
202
238
  msgid "Etichetta location filter"
@@ -517,11 +553,6 @@ msgstr "Cerca"
517
553
  msgid "Seguici su"
518
554
  msgstr "Seguici su"
519
555
 
520
- #: config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/AddLinkForm
521
- # defaultMessage: Seleziona un data-element ID
522
- msgid "Select a data-element ID"
523
- msgstr "Seleziona un data-element ID"
524
-
525
556
  #: components/ItaliaTheme/Search/SearchCTs
526
557
  # defaultMessage: Seleziona tutti i tipi di contenuti o nessuno
527
558
  msgid "Select all content types or none"
@@ -591,6 +622,7 @@ msgstr "Titolo..."
591
622
 
592
623
  #: components/ItaliaTheme/Blocks/Calendar/ListingSidebar
593
624
  #: config/Blocks/ListingOptions/defaultOptions
625
+ #: config/Slate/Headings/HeadingsMenu
594
626
  # defaultMessage: Titolo
595
627
  msgid "Titolo"
596
628
  msgstr "Titolo"
@@ -617,23 +649,26 @@ msgstr "Trasparenza"
617
649
 
618
650
  #: components/ItaliaTheme/Blocks/CTABlock/Block
619
651
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
620
- #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block
652
+ #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit
621
653
  # defaultMessage: Digita la descrizione…
622
654
  msgid "Type description…"
623
655
  msgstr "Digita la descrizione…"
624
656
 
625
657
  #: components/ItaliaTheme/Blocks/Alert/Edit
626
658
  #: components/ItaliaTheme/Blocks/ArgumentsInEvidence/Block
659
+ #: components/ItaliaTheme/Blocks/Callout/Edit
627
660
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
628
- #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block
661
+ #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit
662
+ #: components/ItaliaTheme/manage/Widgets/SimpleTextEditorWidget
629
663
  #: components/ItaliaTheme/manage/Widgets/TextEditorWidget
630
664
  # defaultMessage: Digita il testo…
631
665
  msgid "Type text…"
632
666
  msgstr "Digita testo…"
633
667
 
668
+ #: components/ItaliaTheme/Blocks/Callout/Edit
634
669
  #: components/ItaliaTheme/Blocks/CTABlock/Block
635
670
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
636
- #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block
671
+ #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit
637
672
  # defaultMessage: Type the title…
638
673
  msgid "Type the title…"
639
674
  msgstr "Digita il titolo…"
@@ -1101,6 +1136,21 @@ msgstr "Calendario"
1101
1136
  msgid "calendar_no_results"
1102
1137
  msgstr "Nessun evento disponibile al momento"
1103
1138
 
1139
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1140
+ # defaultMessage: Stile
1141
+ msgid "callout_style"
1142
+ msgstr ""
1143
+
1144
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1145
+ # defaultMessage: Base
1146
+ msgid "callout_style_basic"
1147
+ msgstr ""
1148
+
1149
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1150
+ # defaultMessage: In evidenza
1151
+ msgid "callout_style_highlight"
1152
+ msgstr ""
1153
+
1104
1154
  #: components/ItaliaTheme/manage/Widgets/CanaleDigitaleWidget
1105
1155
  # defaultMessage: Accedere al servizio
1106
1156
  msgid "canale_digitale_widget_title"
@@ -1240,11 +1290,27 @@ msgstr "Chiudi ricerca"
1240
1290
  msgid "codice_ipa"
1241
1291
  msgstr "Codice dell'ente erogatore (ipa)"
1242
1292
 
1293
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1294
+ # defaultMessage: Colore
1295
+ msgid "color"
1296
+ msgstr ""
1297
+
1243
1298
  #: components/ItaliaTheme/Blocks/Alert/Sidebar
1299
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1244
1300
  # defaultMessage: Rosso
1245
1301
  msgid "color_danger"
1246
1302
  msgstr "Rosso"
1247
1303
 
1304
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1305
+ # defaultMessage: Default
1306
+ msgid "color_default"
1307
+ msgstr ""
1308
+
1309
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1310
+ # defaultMessage: Note
1311
+ msgid "color_note"
1312
+ msgstr ""
1313
+
1248
1314
  #: components/ItaliaTheme/Blocks/Alert/Sidebar
1249
1315
  # defaultMessage: Arancione
1250
1316
  msgid "color_orange"
@@ -1256,12 +1322,18 @@ msgstr "Arancione"
1256
1322
  msgid "color_primary"
1257
1323
  msgstr "Colore primario"
1258
1324
 
1325
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1326
+ # defaultMessage: Success
1327
+ msgid "color_success"
1328
+ msgstr ""
1329
+
1259
1330
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1260
1331
  # defaultMessage: Trasparente
1261
1332
  msgid "color_transparent"
1262
1333
  msgstr "Trasparente"
1263
1334
 
1264
1335
  #: components/ItaliaTheme/Blocks/Alert/Sidebar
1336
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1265
1337
  # defaultMessage: Giallo
1266
1338
  msgid "color_warning"
1267
1339
  msgstr "Giallo"
@@ -2244,6 +2316,7 @@ msgstr "Mostra lo sfondo a tutta larghezza"
2244
2316
  msgid "html_block"
2245
2317
  msgstr "Blocco HTML"
2246
2318
 
2319
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
2247
2320
  #: components/ItaliaTheme/manage/Widgets/IconWidget
2248
2321
  # defaultMessage: Icona
2249
2322
  msgid "icon"
@@ -3913,11 +3986,6 @@ msgstr "termine"
3913
3986
  msgid "termini_del_procedimento"
3914
3987
  msgstr "Termini del procedimento"
3915
3988
 
3916
- #: config/RichTextEditor/ToolbarButtons/TextSizeButton
3917
- # defaultMessage: Dimensione del testo
3918
- msgid "text-size-button"
3919
- msgstr "Dimensione del testo"
3920
-
3921
3989
  #: components/ItaliaTheme/Blocks/Common/SearchFilters/TextFilter
3922
3990
  # defaultMessage: Inserisci un valore
3923
3991
  msgid "text_filter_placeholder"
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-04-09T13:53:31.353Z\n"
4
+ "POT-Creation-Date: 2024-04-26T08:01:18.665Z\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"
@@ -32,11 +32,42 @@ msgstr ""
32
32
  msgid "Alert"
33
33
  msgstr ""
34
34
 
35
+ #: config/Slate/Alignment/AlignMenu
36
+ # defaultMessage: Allinea a destra
37
+ msgid "Allinea a destra"
38
+ msgstr ""
39
+
40
+ #: config/Slate/Alignment/AlignMenu
41
+ # defaultMessage: Allinea a sinistra
42
+ msgid "Allinea a sinistra"
43
+ msgstr ""
44
+
45
+ #: config/Slate/Alignment/AlignMenu
46
+ # defaultMessage: Allinea al centro
47
+ msgid "Allinea al centro"
48
+ msgstr ""
49
+
50
+ #: config/Slate/Alignment/AlignMenu
51
+ # defaultMessage: Allinea il testo giustificato
52
+ msgid "Allinea il testo giustificato"
53
+ msgstr ""
54
+
55
+ #: config/Slate/Alignment/AlignMenu
56
+ #: config/Slate/Alignment/index
57
+ # defaultMessage: Allineamento
58
+ msgid "Allineamento"
59
+ msgstr ""
60
+
35
61
  #: components/ItaliaTheme/Blocks/VideoGallery/Sidebar
36
62
  # defaultMessage: Allow Externals
37
63
  msgid "Allow Externals"
38
64
  msgstr ""
39
65
 
66
+ #: components/ItaliaTheme/manage/Widgets/HtmlSlateWidget
67
+ # defaultMessage: An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator.
68
+ msgid "An error has occurred while editing "{name}" field. We have been notified and we are looking into it. Please save your work and retry. If the issue persists please contact the site administrator."
69
+ msgstr ""
70
+
40
71
  #: config/Blocks/ListingOptions/simpleCardTemplate
41
72
  #: config/Blocks/ListingOptions/sliderTemplate
42
73
  # defaultMessage: Aspetto
@@ -63,6 +94,16 @@ msgstr ""
63
94
  msgid "Block style"
64
95
  msgstr ""
65
96
 
97
+ #: config/Slate/Blockquote/BlockquoteMenu
98
+ # defaultMessage: Blockquote
99
+ msgid "Blockquote"
100
+ msgstr ""
101
+
102
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
103
+ # defaultMessage: Callout
104
+ msgid "Callout"
105
+ msgstr ""
106
+
66
107
  #: components/ItaliaTheme/Blocks/Listing/SimpleCard/Card/SimpleCardDefault
67
108
  #: components/ItaliaTheme/Blocks/Listing/SimpleCard/SimpleCardTemplateOneForRow
68
109
  # defaultMessage: Vedi
@@ -194,11 +235,6 @@ msgstr ""
194
235
  msgid "Download"
195
236
  msgstr ""
196
237
 
197
- #: config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/AddLinkForm
198
- # defaultMessage: Enter URL or select an item
199
- msgid "Enter URL or select an item"
200
- msgstr ""
201
-
202
238
  #: components/ItaliaTheme/manage/Widgets/LocationFiltersWidget
203
239
  # defaultMessage: Etichetta
204
240
  msgid "Etichetta location filter"
@@ -519,11 +555,6 @@ msgstr ""
519
555
  msgid "Seguici su"
520
556
  msgstr ""
521
557
 
522
- #: config/RichTextEditor/Plugins/AnchorPlugin/components/LinkButton/AddLinkForm
523
- # defaultMessage: Seleziona un data-element ID
524
- msgid "Select a data-element ID"
525
- msgstr ""
526
-
527
558
  #: components/ItaliaTheme/Search/SearchCTs
528
559
  # defaultMessage: Seleziona tutti i tipi di contenuti o nessuno
529
560
  msgid "Select all content types or none"
@@ -593,6 +624,7 @@ msgstr ""
593
624
 
594
625
  #: components/ItaliaTheme/Blocks/Calendar/ListingSidebar
595
626
  #: config/Blocks/ListingOptions/defaultOptions
627
+ #: config/Slate/Headings/HeadingsMenu
596
628
  # defaultMessage: Titolo
597
629
  msgid "Titolo"
598
630
  msgstr ""
@@ -619,23 +651,26 @@ msgstr ""
619
651
 
620
652
  #: components/ItaliaTheme/Blocks/CTABlock/Block
621
653
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
622
- #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block
654
+ #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit
623
655
  # defaultMessage: Digita la descrizione…
624
656
  msgid "Type description…"
625
657
  msgstr ""
626
658
 
627
659
  #: components/ItaliaTheme/Blocks/Alert/Edit
628
660
  #: components/ItaliaTheme/Blocks/ArgumentsInEvidence/Block
661
+ #: components/ItaliaTheme/Blocks/Callout/Edit
629
662
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
630
- #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block
663
+ #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit
664
+ #: components/ItaliaTheme/manage/Widgets/SimpleTextEditorWidget
631
665
  #: components/ItaliaTheme/manage/Widgets/TextEditorWidget
632
666
  # defaultMessage: Digita il testo…
633
667
  msgid "Type text…"
634
668
  msgstr ""
635
669
 
670
+ #: components/ItaliaTheme/Blocks/Callout/Edit
636
671
  #: components/ItaliaTheme/Blocks/CTABlock/Block
637
672
  #: components/ItaliaTheme/Blocks/TextCard/CardWithImage/Block
638
- #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Block
673
+ #: components/ItaliaTheme/Blocks/TextCard/SimpleCard/Edit
639
674
  # defaultMessage: Type the title…
640
675
  msgid "Type the title…"
641
676
  msgstr ""
@@ -1103,6 +1138,21 @@ msgstr ""
1103
1138
  msgid "calendar_no_results"
1104
1139
  msgstr ""
1105
1140
 
1141
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1142
+ # defaultMessage: Stile
1143
+ msgid "callout_style"
1144
+ msgstr ""
1145
+
1146
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1147
+ # defaultMessage: Base
1148
+ msgid "callout_style_basic"
1149
+ msgstr ""
1150
+
1151
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1152
+ # defaultMessage: In evidenza
1153
+ msgid "callout_style_highlight"
1154
+ msgstr ""
1155
+
1106
1156
  #: components/ItaliaTheme/manage/Widgets/CanaleDigitaleWidget
1107
1157
  # defaultMessage: Accedere al servizio
1108
1158
  msgid "canale_digitale_widget_title"
@@ -1242,11 +1292,27 @@ msgstr ""
1242
1292
  msgid "codice_ipa"
1243
1293
  msgstr ""
1244
1294
 
1295
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1296
+ # defaultMessage: Colore
1297
+ msgid "color"
1298
+ msgstr ""
1299
+
1245
1300
  #: components/ItaliaTheme/Blocks/Alert/Sidebar
1301
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1246
1302
  # defaultMessage: Rosso
1247
1303
  msgid "color_danger"
1248
1304
  msgstr ""
1249
1305
 
1306
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1307
+ # defaultMessage: Default
1308
+ msgid "color_default"
1309
+ msgstr ""
1310
+
1311
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1312
+ # defaultMessage: Note
1313
+ msgid "color_note"
1314
+ msgstr ""
1315
+
1250
1316
  #: components/ItaliaTheme/Blocks/Alert/Sidebar
1251
1317
  # defaultMessage: Arancione
1252
1318
  msgid "color_orange"
@@ -1258,12 +1324,18 @@ msgstr ""
1258
1324
  msgid "color_primary"
1259
1325
  msgstr ""
1260
1326
 
1327
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1328
+ # defaultMessage: Success
1329
+ msgid "color_success"
1330
+ msgstr ""
1331
+
1261
1332
  #: components/ItaliaTheme/Blocks/HighlightedContent/Sidebar
1262
1333
  # defaultMessage: Trasparente
1263
1334
  msgid "color_transparent"
1264
1335
  msgstr ""
1265
1336
 
1266
1337
  #: components/ItaliaTheme/Blocks/Alert/Sidebar
1338
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
1267
1339
  # defaultMessage: Giallo
1268
1340
  msgid "color_warning"
1269
1341
  msgstr ""
@@ -2246,6 +2318,7 @@ msgstr ""
2246
2318
  msgid "html_block"
2247
2319
  msgstr ""
2248
2320
 
2321
+ #: components/ItaliaTheme/Blocks/Callout/Sidebar
2249
2322
  #: components/ItaliaTheme/manage/Widgets/IconWidget
2250
2323
  # defaultMessage: Icona
2251
2324
  msgid "icon"
@@ -3915,11 +3988,6 @@ msgstr ""
3915
3988
  msgid "termini_del_procedimento"
3916
3989
  msgstr ""
3917
3990
 
3918
- #: config/RichTextEditor/ToolbarButtons/TextSizeButton
3919
- # defaultMessage: Dimensione del testo
3920
- msgid "text-size-button"
3921
- msgstr ""
3922
-
3923
3991
  #: components/ItaliaTheme/Blocks/Common/SearchFilters/TextFilter
3924
3992
  # defaultMessage: Inserisci un valore
3925
3993
  msgid "text_filter_placeholder"
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": "11.10.2",
5
+ "version": "12.0.0-alpha.1",
6
6
  "main": "src/index.js",
7
7
  "keywords": [
8
8
  "volto-addon",
@@ -147,8 +147,8 @@
147
147
  "volto-dropdownmenu": "4.1.1",
148
148
  "volto-editablefooter": "5.1.1",
149
149
  "volto-feedback": "0.3.0",
150
- "volto-form-block": "3.7.2",
151
- "volto-gdpr-privacy": "2.2.1",
150
+ "volto-form-block": "3.8.2",
151
+ "volto-gdpr-privacy": "2.2.0",
152
152
  "volto-google-analytics": "2.0.0",
153
153
  "volto-multilingual-widget": "3.0.0",
154
154
  "volto-querywidget-with-browser": "0.4.2",
@@ -165,10 +165,12 @@
165
165
  "devDependencies": {
166
166
  "@babel/core": "7.19.6",
167
167
  "@babel/eslint-parser": "7.23.3",
168
+ "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
168
169
  "@commitlint/cli": "17.6.6",
169
170
  "@commitlint/config-conventional": "17.6.6",
170
171
  "@plone/scripts": "*",
171
172
  "@release-it/conventional-changelog": "5.1.1",
173
+ "babel-plugin-lodash": "^3.3.4",
172
174
  "eslint": "8.54.0",
173
175
  "eslint-config-prettier": "9.0.0",
174
176
  "eslint-config-react-app": "7.0.1",
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-04-24'
230
+ releaseDate: '2024-04-17'
231
231
  softwareType: standalone/web
232
- softwareVersion: 11.10.2
232
+ softwareVersion: 11.10.0
233
233
  url: 'https://github.com/italia/design-comuni-plone-theme'
234
234
  usedBy:
235
235
  - ASP Comuni Modenesi Area Nord
@@ -59,6 +59,7 @@ const Collapse = ({
59
59
  className="overlay"
60
60
  style={{ display: isOpen ? 'block' : 'none' }}
61
61
  onClick={onOverlayClick}
62
+ onKeyDown={() => {}}
62
63
  ></div>
63
64
  {/* Deprecato - non viene più utilizzato da v12.0.0 per ragioni di accessibilità
64
65
  Close button ora presente in Navigation.jsx