@tmlmobilidade/ui 20250916.1106.34 → 20250916.1704.35
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/dist/index.css +5 -4
- package/dist/index.css.map +1 -1
- package/dist/styles-no-reset.css +5 -4
- package/dist/styles.css +5 -4
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -2112,6 +2112,7 @@
|
|
2112
2112
|
align-items: center;
|
2113
2113
|
justify-content: center;
|
2114
2114
|
width: 100%;
|
2115
|
+
margin: 0 auto;
|
2115
2116
|
border-bottom: 1px solid var(--color-system-border-200);
|
2116
2117
|
|
2117
2118
|
|
@@ -2129,19 +2130,19 @@
|
|
2129
2130
|
/* PROPS / MARGIN */
|
2130
2131
|
|
2131
2132
|
&[data-margin="sm"] {
|
2132
|
-
|
2133
|
+
width: 98%;
|
2133
2134
|
}
|
2134
2135
|
|
2135
2136
|
&[data-margin="md"] {
|
2136
|
-
|
2137
|
+
width: 85%;
|
2137
2138
|
}
|
2138
2139
|
|
2139
2140
|
&[data-margin="lg"] {
|
2140
|
-
|
2141
|
+
width: 70%;
|
2141
2142
|
}
|
2142
2143
|
|
2143
2144
|
&[data-margin="none"] {
|
2144
|
-
|
2145
|
+
width: 100%;
|
2145
2146
|
}
|
2146
2147
|
}
|
2147
2148
|
/* * */
|
package/dist/styles.css
CHANGED
@@ -2171,6 +2171,7 @@ figure {
|
|
2171
2171
|
align-items: center;
|
2172
2172
|
justify-content: center;
|
2173
2173
|
width: 100%;
|
2174
|
+
margin: 0 auto;
|
2174
2175
|
border-bottom: 1px solid var(--color-system-border-200);
|
2175
2176
|
|
2176
2177
|
|
@@ -2188,19 +2189,19 @@ figure {
|
|
2188
2189
|
/* PROPS / MARGIN */
|
2189
2190
|
|
2190
2191
|
&[data-margin="sm"] {
|
2191
|
-
|
2192
|
+
width: 98%;
|
2192
2193
|
}
|
2193
2194
|
|
2194
2195
|
&[data-margin="md"] {
|
2195
|
-
|
2196
|
+
width: 85%;
|
2196
2197
|
}
|
2197
2198
|
|
2198
2199
|
&[data-margin="lg"] {
|
2199
|
-
|
2200
|
+
width: 70%;
|
2200
2201
|
}
|
2201
2202
|
|
2202
2203
|
&[data-margin="none"] {
|
2203
|
-
|
2204
|
+
width: 100%;
|
2204
2205
|
}
|
2205
2206
|
}
|
2206
2207
|
/* * */
|
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": "20250916.
|
4
|
+
"version": "20250916.1704.35",
|
5
5
|
"author": "João de Vasconcelos & Jusi Monteiro",
|
6
6
|
"license": "AGPL-3.0-or-later",
|
7
7
|
"publishConfig": {
|