@tmlmobilidade/ui 20250404.353.53 → 20250411.1732.38

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.
@@ -812,14 +812,18 @@ fieldset:disabled .mantine-active:active {
812
812
  background-color: var(--mantine-color-body);
813
813
  }
814
814
 
815
- :where([data-mantine-color-scheme='light']) .m_1b7284a3:where([data-with-border]) {
816
- border: calc(0.0625rem * var(--mantine-scale)) solid var(--mantine-color-gray-3);
815
+ [data-mantine-color-scheme='light'] .m_1b7284a3 {
816
+ --paper-border-color: var(--mantine-color-gray-3);
817
817
  }
818
818
 
819
- :where([data-mantine-color-scheme='dark']) .m_1b7284a3:where([data-with-border]) {
820
- border: calc(0.0625rem * var(--mantine-scale)) solid var(--mantine-color-dark-4);
819
+ [data-mantine-color-scheme='dark'] .m_1b7284a3 {
820
+ --paper-border-color: var(--mantine-color-dark-4);
821
821
  }
822
822
 
823
+ .m_1b7284a3:where([data-with-border]) {
824
+ border: calc(0.0625rem * var(--mantine-scale)) solid var(--paper-border-color);
825
+ }
826
+
823
827
  .m_9814e45f {
824
828
  inset: 0;
825
829
  position: absolute;
@@ -6794,9 +6798,18 @@ fieldset:disabled .m_c9ade57f:where([data-inverted]),
6794
6798
 
6795
6799
  .m_b242d975:where([data-sticky]) {
6796
6800
  position: sticky;
6797
- background-color: var(--mantine-color-body);
6798
6801
  }
6799
6802
 
6803
+ .m_b242d975:where([data-sticky]) .m_4e7aa4f3 {
6804
+ position: sticky;
6805
+ top: var(--table-sticky-header-offset, 0);
6806
+ background-color: var(--mantine-color-body);
6807
+ }
6808
+
6809
+ :where([data-with-table-border]) .m_b242d975[data-sticky] .m_4e7aa4f3 {
6810
+ top: initial;
6811
+ }
6812
+
6800
6813
  .m_9e5a3ac7 {
6801
6814
  color: var(--mantine-color-dimmed);
6802
6815
  }
@@ -7517,6 +7530,7 @@ fieldset:disabled .m_c9ade57f:where([data-inverted]),
7517
7530
  .m_d6493fad :where(h1, h2, h3, h4, h5, h6) {
7518
7531
  margin-bottom: var(--mantine-spacing-xs);
7519
7532
  text-wrap: var(--mantine-heading-text-wrap);
7533
+ font-family: var(--mantine-font-family-headings);
7520
7534
  }
7521
7535
  .m_d6493fad :where(h1) {
7522
7536
  margin-top: calc(1.5 * var(--mantine-spacing-xl));
package/dist/styles.css CHANGED
@@ -867,14 +867,18 @@ fieldset:disabled .mantine-active:active {
867
867
  background-color: var(--mantine-color-body);
868
868
  }
869
869
 
870
- :where([data-mantine-color-scheme='light']) .m_1b7284a3:where([data-with-border]) {
871
- border: calc(0.0625rem * var(--mantine-scale)) solid var(--mantine-color-gray-3);
870
+ [data-mantine-color-scheme='light'] .m_1b7284a3 {
871
+ --paper-border-color: var(--mantine-color-gray-3);
872
872
  }
873
873
 
874
- :where([data-mantine-color-scheme='dark']) .m_1b7284a3:where([data-with-border]) {
875
- border: calc(0.0625rem * var(--mantine-scale)) solid var(--mantine-color-dark-4);
874
+ [data-mantine-color-scheme='dark'] .m_1b7284a3 {
875
+ --paper-border-color: var(--mantine-color-dark-4);
876
876
  }
877
877
 
878
+ .m_1b7284a3:where([data-with-border]) {
879
+ border: calc(0.0625rem * var(--mantine-scale)) solid var(--paper-border-color);
880
+ }
881
+
878
882
  .m_9814e45f {
879
883
  inset: 0;
880
884
  position: absolute;
@@ -6849,9 +6853,18 @@ fieldset:disabled .m_c9ade57f:where([data-inverted]),
6849
6853
 
6850
6854
  .m_b242d975:where([data-sticky]) {
6851
6855
  position: sticky;
6852
- background-color: var(--mantine-color-body);
6853
6856
  }
6854
6857
 
6858
+ .m_b242d975:where([data-sticky]) .m_4e7aa4f3 {
6859
+ position: sticky;
6860
+ top: var(--table-sticky-header-offset, 0);
6861
+ background-color: var(--mantine-color-body);
6862
+ }
6863
+
6864
+ :where([data-with-table-border]) .m_b242d975[data-sticky] .m_4e7aa4f3 {
6865
+ top: initial;
6866
+ }
6867
+
6855
6868
  .m_9e5a3ac7 {
6856
6869
  color: var(--mantine-color-dimmed);
6857
6870
  }
@@ -7572,6 +7585,7 @@ fieldset:disabled .m_c9ade57f:where([data-inverted]),
7572
7585
  .m_d6493fad :where(h1, h2, h3, h4, h5, h6) {
7573
7586
  margin-bottom: var(--mantine-spacing-xs);
7574
7587
  text-wrap: var(--mantine-heading-text-wrap);
7588
+ font-family: var(--mantine-font-family-headings);
7575
7589
  }
7576
7590
  .m_d6493fad :where(h1) {
7577
7591
  margin-top: calc(1.5 * var(--mantine-spacing-xl));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
- "version": "20250404.0353.53",
3
+ "version": "20250411.1732.38",
4
4
  "author": "",
5
5
  "license": "ISC",
6
6
  "publishConfig": {
@@ -38,12 +38,12 @@
38
38
  "swr": "2.x"
39
39
  },
40
40
  "dependencies": {
41
- "@mantine/core": "7.17.3",
42
- "@mantine/dates": "7.17.3",
43
- "@mantine/form": "7.17.3",
44
- "@mantine/hooks": "7.17.3",
45
- "@mantine/modals": "7.17.3",
46
- "@mantine/notifications": "7.17.3",
41
+ "@mantine/core": "7.17.4",
42
+ "@mantine/dates": "7.17.4",
43
+ "@mantine/form": "7.17.4",
44
+ "@mantine/hooks": "7.17.4",
45
+ "@mantine/modals": "7.17.4",
46
+ "@mantine/notifications": "7.17.4",
47
47
  "@tabler/icons-react": "3.31.0",
48
48
  "@tmlmobilidade/lib": "*",
49
49
  "@tmlmobilidade/types": "*",
@@ -51,7 +51,7 @@
51
51
  "clsx": "2.1.1",
52
52
  "luxon": "3.6.1",
53
53
  "maplibre-gl": "5.3.0",
54
- "react-map-gl": "8.0.2",
54
+ "react-map-gl": "8.0.3",
55
55
  "react-viewport-list": "7.1.2"
56
56
  },
57
57
  "devDependencies": {
@@ -61,10 +61,10 @@
61
61
  "@turf/helpers": "7.2.0",
62
62
  "@turf/turf": "7.2.0",
63
63
  "@types/geojson": "7946.0.16",
64
- "@types/luxon": "3.6.1",
64
+ "@types/luxon": "3.6.2",
65
65
  "@types/node": "22.14.0",
66
- "@types/react": "19.1.0",
67
- "@types/react-dom": "19.1.1",
66
+ "@types/react": "19.1.1",
67
+ "@types/react-dom": "19.1.2",
68
68
  "nodemon": "3.1.9",
69
69
  "postcss": "8.5.3",
70
70
  "react": "19.1.0",
@@ -76,6 +76,6 @@
76
76
  "rollup-preserve-directives": "1.1.3",
77
77
  "swr": "2.3.3",
78
78
  "tsx": "4.19.3",
79
- "typescript": "5.8.2"
79
+ "typescript": "5.8.3"
80
80
  }
81
81
  }