From 34b8de7ead0c2639ddd131f2cbb530833546101e Mon Sep 17 00:00:00 2001 From: Sara Bianchi <43245702+SaraBianchi@users.noreply.github.com> Date: Mon, 15 Jan 2024 13:11:22 +0100 Subject: [PATCH 1/3] fix: callout style in draftJs (#481) * fix: fixed callout style draftJs * chore: updated Release.md --- RELEASE.md | 1 + src/theme/ItaliaTheme/_main.scss | 5 ++++- src/theme/bootstrap-override/bootstrap-italia/_callout.scss | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 96fa79b18..9602d995e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -50,6 +50,7 @@ ### Fix - Risolto un problema nell'edit della ricorrenza di un evento. +- Risolto problema con lo stile "callout", icona megafono dell'editor di testo con sfondo bianco e bordo grigio ## Versione 11.2.0 (11/01/2023) diff --git a/src/theme/ItaliaTheme/_main.scss b/src/theme/ItaliaTheme/_main.scss index 4fd72be71..0deff023d 100644 --- a/src/theme/ItaliaTheme/_main.scss +++ b/src/theme/ItaliaTheme/_main.scss @@ -101,7 +101,10 @@ iframe { } } - .callout { + p.callout { + max-width: none; + border-left-width: 0.4rem; + p, .public-DraftStyleDefault-block { &:last-of-type { diff --git a/src/theme/bootstrap-override/bootstrap-italia/_callout.scss b/src/theme/bootstrap-override/bootstrap-italia/_callout.scss index 40d3f87c6..095643d36 100644 --- a/src/theme/bootstrap-override/bootstrap-italia/_callout.scss +++ b/src/theme/bootstrap-override/bootstrap-italia/_callout.scss @@ -1,8 +1,8 @@ -.callout { +div.callout { + max-width: none; padding: 0; //override volto's style border: none; border-radius: unset; margin: 0; box-shadow: none; - max-width: none; } From 01eb885524bcd54c21edfcdaf56a1a156bfea54a Mon Sep 17 00:00:00 2001 From: Piero Nicolli Date: Mon, 15 Jan 2024 13:13:02 +0100 Subject: [PATCH 2/3] docs: updated publiccode and release log --- RELEASE.md | 4 ++-- publiccode.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 9602d995e..8b040db3f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -41,7 +41,7 @@ - ... --> -## Versione x.x.x (dd/mm/yyyy) +## Versione 11.2.1 (15/01/2024) ### Migliorie @@ -52,7 +52,7 @@ - Risolto un problema nell'edit della ricorrenza di un evento. - Risolto problema con lo stile "callout", icona megafono dell'editor di testo con sfondo bianco e bordo grigio -## Versione 11.2.0 (11/01/2023) +## Versione 11.2.0 (11/01/2024) ### Migliorie diff --git a/publiccode.yml b/publiccode.yml index 986051065..961c07c02 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -227,9 +227,9 @@ maintenance: name: io-Comune - Il sito AgID per Comuni ed Enti Pubblici platforms: - web -releaseDate: '2024-01-11' +releaseDate: '2024-01-15' softwareType: standalone/web -softwareVersion: 11.2.0 +softwareVersion: 11.2.1 url: 'https://github.com/italia/design-comuni-plone-theme' usedBy: - ASP Comuni Modenesi Area Nord From 2a7d00d2a5c5c2d6b37e627ea1c1d8d42b036161 Mon Sep 17 00:00:00 2001 From: Piero Nicolli Date: Mon, 15 Jan 2024 13:14:38 +0100 Subject: [PATCH 3/3] chore: release v11.2.1 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 369153c86..c47754b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ +## [11.2.1](https://github.com/redturtle/design-comuni-plone-theme/compare/v11.2.0...v11.2.1) (2024-01-15) + + +### Bug Fixes + +* callout style in draftJs ([#481](https://github.com/redturtle/design-comuni-plone-theme/issues/481)) ([34b8de7](https://github.com/redturtle/design-comuni-plone-theme/commit/34b8de7ead0c2639ddd131f2cbb530833546101e)) +* recurrence string and edit recurrence ([#482](https://github.com/redturtle/design-comuni-plone-theme/issues/482)) ([276cbef](https://github.com/redturtle/design-comuni-plone-theme/commit/276cbef5fea86942173e5ba556bbae2cc47bd7a1)) + + +### Documentation + +* updated publiccode and release log ([01eb885](https://github.com/redturtle/design-comuni-plone-theme/commit/01eb885524bcd54c21edfcdaf56a1a156bfea54a)) + ## [11.2.0](https://github.com/redturtle/design-comuni-plone-theme/compare/v11.1.4...v11.2.0) (2024-01-11) diff --git a/package.json b/package.json index e19aef4a8..360841ba1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "design-comuni-plone-theme", "description": "Volto Theme for Italia design guidelines", "license": "GPL-v3", - "version": "11.2.0", + "version": "11.2.1", "main": "src/index.js", "keywords": [ "volto-addon",