design-comuni-plone-theme 11.26.1 → 11.26.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 +12 -0
- package/package.json +1 -1
- package/publiccode.yml +1 -1
- package/src/theme/ItaliaTheme/Print/_blocks.scss +12 -0
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
+
## [11.26.2](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.26.1...v11.26.2) (2024-12-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* theme build bug due to print styles desync ([2aacb6a](https://github.com/RedTurtle/design-comuni-plone-theme/commit/2aacb6a78d6d4c93ef24a4d3b89ff6b587baa698))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Documentation
|
|
12
|
+
|
|
13
|
+
* updated publiccode ([ba2e5c8](https://github.com/RedTurtle/design-comuni-plone-theme/commit/ba2e5c85bfbc0de260a0d0dc8839b2286500656d))
|
|
14
|
+
|
|
3
15
|
## [11.26.1](https://github.com/RedTurtle/design-comuni-plone-theme/compare/v11.26.0...v11.26.1) (2024-12-27)
|
|
4
16
|
|
|
5
17
|
|
package/package.json
CHANGED
package/publiccode.yml
CHANGED
|
@@ -229,7 +229,7 @@ platforms:
|
|
|
229
229
|
- web
|
|
230
230
|
releaseDate: '2024-12-27'
|
|
231
231
|
softwareType: standalone/web
|
|
232
|
-
softwareVersion: 11.26.
|
|
232
|
+
softwareVersion: 11.26.2
|
|
233
233
|
url: 'https://github.com/italia/design-comuni-plone-theme'
|
|
234
234
|
usedBy:
|
|
235
235
|
- ASP Comuni Modenesi Area Nord
|
|
@@ -187,6 +187,16 @@
|
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
+
.block.image-text-block {
|
|
191
|
+
.image-text-card-wrapper {
|
|
192
|
+
page-break-inside: avoid;
|
|
193
|
+
|
|
194
|
+
h2 {
|
|
195
|
+
page-break-after: avoid;
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
190
200
|
.block.accordion {
|
|
191
201
|
.public-ui {
|
|
192
202
|
width: 100%;
|
|
@@ -219,6 +229,7 @@
|
|
|
219
229
|
}
|
|
220
230
|
}
|
|
221
231
|
}
|
|
232
|
+
}
|
|
222
233
|
|
|
223
234
|
.block.numbersBlock {
|
|
224
235
|
color: #000;
|
|
@@ -344,6 +355,7 @@
|
|
|
344
355
|
}
|
|
345
356
|
}
|
|
346
357
|
|
|
358
|
+
// listing variations
|
|
347
359
|
div.block.listing {
|
|
348
360
|
page-break-inside: avoid;
|
|
349
361
|
|