@tmlmobilidade/ui 20250919.1454.47 → 20250919.1536.28

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.
@@ -2068,6 +2068,11 @@
2068
2068
  border-right: 1px solid var(--color-system-border-100);
2069
2069
  border-bottom: 1px solid var(--color-system-border-100);
2070
2070
  box-shadow: 0 0 15px -5px rgb(0 0 0 / 10%);
2071
+
2072
+ & img {
2073
+ width: 50px;
2074
+ object-fit: contain;
2075
+ }
2071
2076
  }
2072
2077
 
2073
2078
  /* * */
package/dist/styles.css CHANGED
@@ -2127,6 +2127,11 @@ figure {
2127
2127
  border-right: 1px solid var(--color-system-border-100);
2128
2128
  border-bottom: 1px solid var(--color-system-border-100);
2129
2129
  box-shadow: 0 0 15px -5px rgb(0 0 0 / 10%);
2130
+
2131
+ & img {
2132
+ width: 50px;
2133
+ object-fit: contain;
2134
+ }
2130
2135
  }
2131
2136
 
2132
2137
  /* * */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
3
  "description": "UI components for Transportes Metropolitanos de Lisboa (TML) web applications.",
4
- "version": "20250919.1454.47",
4
+ "version": "20250919.1536.28",
5
5
  "author": "João de Vasconcelos & Jusi Monteiro",
6
6
  "license": "AGPL-3.0-or-later",
7
7
  "publishConfig": {