@tmlmobilidade/ui 20250823.53.7 → 20250823.56.7
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 +4 -1
- package/dist/index.css.map +1 -1
- package/dist/styles-no-reset.css +4 -1
- package/dist/styles.css +4 -1
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -11679,9 +11679,12 @@ breakpoint-mobile {
|
|
11679
11679
|
/* * */
|
11680
11680
|
/* GROW WHEN USED */
|
11681
11681
|
|
11682
|
+
.styles-module_growWhenUsed__9WsiQ {
|
11683
|
+
transition: width 200ms ease-in-out;
|
11684
|
+
}
|
11685
|
+
|
11682
11686
|
.styles-module_growWhenUsed__9WsiQ[data-with-right-section="true"] {
|
11683
11687
|
width: 100%;
|
11684
|
-
min-width: initial;
|
11685
11688
|
}
|
11686
11689
|
|
11687
11690
|
/* * */
|
package/dist/styles.css
CHANGED
@@ -11734,9 +11734,12 @@ breakpoint-mobile {
|
|
11734
11734
|
/* * */
|
11735
11735
|
/* GROW WHEN USED */
|
11736
11736
|
|
11737
|
+
.styles-module_growWhenUsed__9WsiQ {
|
11738
|
+
transition: width 200ms ease-in-out;
|
11739
|
+
}
|
11740
|
+
|
11737
11741
|
.styles-module_growWhenUsed__9WsiQ[data-with-right-section="true"] {
|
11738
11742
|
width: 100%;
|
11739
|
-
min-width: initial;
|
11740
11743
|
}
|
11741
11744
|
|
11742
11745
|
/* * */
|
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": "20250823.
|
4
|
+
"version": "20250823.56.7",
|
5
5
|
"author": "João de Vasconcelos & Jusi Monteiro",
|
6
6
|
"license": "AGPL-3.0-or-later",
|
7
7
|
"publishConfig": {
|