@tmlmobilidade/ui 20250919.1525.40 → 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.
@@ -2060,7 +2060,7 @@
2060
2060
  display: flex;
2061
2061
  align-items: center;
2062
2062
  justify-content: center;
2063
- width: 50px;
2063
+ width: 100%;
2064
2064
  height: 100%;
2065
2065
  padding: 10px;
2066
2066
  margin: 0;
@@ -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
@@ -2119,7 +2119,7 @@ figure {
2119
2119
  display: flex;
2120
2120
  align-items: center;
2121
2121
  justify-content: center;
2122
- width: 50px;
2122
+ width: 100%;
2123
2123
  height: 100%;
2124
2124
  padding: 10px;
2125
2125
  margin: 0;
@@ -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.1525.40",
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": {