@tmlmobilidade/ui 20251010.801.44 → 20251010.1427.11

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.
@@ -10666,7 +10666,8 @@ fieldset:disabled .m_38aeed47:where(:not([data-inverted])),
10666
10666
 
10667
10667
  .m_154c536b {
10668
10668
  text-align: center;
10669
- width: 2.5em;
10669
+ min-width: 2.5em;
10670
+ width: max-content;
10670
10671
  height: 2em;
10671
10672
  border-radius: var(--mantine-radius-default);
10672
10673
  font-size: var(--control-font-size, var(--mantine-font-size-sm));
@@ -10794,7 +10795,7 @@ fieldset:disabled .m_38aeed47:where(:not([data-inverted])),
10794
10795
  }
10795
10796
 
10796
10797
  .m_6b43ba88:where([data-am-pm]) {
10797
- width: calc(3ch + 0.3em);
10798
+ width: auto;
10798
10799
  }
10799
10800
 
10800
10801
  .m_6b43ba88:where(:disabled) {
package/dist/styles.css CHANGED
@@ -10726,7 +10726,8 @@ fieldset:disabled .m_38aeed47:where(:not([data-inverted])),
10726
10726
 
10727
10727
  .m_154c536b {
10728
10728
  text-align: center;
10729
- width: 2.5em;
10729
+ min-width: 2.5em;
10730
+ width: max-content;
10730
10731
  height: 2em;
10731
10732
  border-radius: var(--mantine-radius-default);
10732
10733
  font-size: var(--control-font-size, var(--mantine-font-size-sm));
@@ -10854,7 +10855,7 @@ fieldset:disabled .m_38aeed47:where(:not([data-inverted])),
10854
10855
  }
10855
10856
 
10856
10857
  .m_6b43ba88:where([data-am-pm]) {
10857
- width: calc(3ch + 0.3em);
10858
+ width: auto;
10858
10859
  }
10859
10860
 
10860
10861
  .m_6b43ba88:where(:disabled) {
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": "20251010.801.44",
4
+ "version": "20251010.1427.11",
5
5
  "author": "João de Vasconcelos & Jusi Monteiro",
6
6
  "license": "AGPL-3.0-or-later",
7
7
  "publishConfig": {
@@ -43,12 +43,12 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@carrismetropolitana/api-types": "^20251007.1444.4",
46
- "@mantine/core": "8.3.3",
47
- "@mantine/dates": "8.3.3",
48
- "@mantine/form": "8.3.3",
49
- "@mantine/hooks": "8.3.3",
50
- "@mantine/modals": "8.3.3",
51
- "@mantine/notifications": "8.3.3",
46
+ "@mantine/core": "8.3.4",
47
+ "@mantine/dates": "8.3.4",
48
+ "@mantine/form": "8.3.4",
49
+ "@mantine/hooks": "8.3.4",
50
+ "@mantine/modals": "8.3.4",
51
+ "@mantine/notifications": "8.3.4",
52
52
  "@tabler/icons-react": "3.35.0",
53
53
  "@tmlmobilidade/lib": "*",
54
54
  "@tmlmobilidade/types": "*",
@@ -69,7 +69,7 @@
69
69
  "@turf/turf": "7.2.0",
70
70
  "@types/geojson": "7946.0.16",
71
71
  "@types/luxon": "3.7.1",
72
- "@types/node": "24.7.0",
72
+ "@types/node": "24.7.1",
73
73
  "@types/react": "19.1.1",
74
74
  "@types/react-dom": "19.1.1",
75
75
  "nodemon": "3.1.10",