@imiobe/plonetheme-smartweb-base 0.3.14 → 0.3.15

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/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [0.3.14](https://github.com/IMIO/imio_smartweb_themes/compare/v0.3.13...v0.3.14) (2026-06-17)
2
+
3
+ * Improve table-view image ratio (5e8cd0a4)
4
+ * Table view scss (06954a87)
5
+
1
6
  ## [0.3.13](https://github.com/IMIO/imio_smartweb_themes/compare/v0.3.12...v0.3.13) (2026-04-14)
2
7
 
3
8
  * Improve top-widget search button (1c175a96)
package/package.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "plone",
24
24
  "smartweb"
25
25
  ],
26
- "version": "0.3.14",
26
+ "version": "0.3.15",
27
27
  "license": "GPL version 2",
28
28
  "scripts": {
29
29
  "stylelint": "npx stylelint 'src/**/*.{css,less}' 'src/**/*.{css,less}",
@@ -137,3 +137,15 @@ figcaption {
137
137
  align-items: center;
138
138
  justify-content: center;
139
139
  }
140
+
141
+ .faceted-results .display-portrait .card-img-top {
142
+ aspect-ratio: 0.7;
143
+ }
144
+
145
+ .faceted-results .display-carre .card-img-top {
146
+ aspect-ratio: 1;
147
+ }
148
+
149
+ .faceted-results .display-paysage .card-img-top {
150
+ aspect-ratio: 1.67;
151
+ }