@tmlmobilidade/ui 20251003.1758.39 → 20251006.1126.43

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.
@@ -5511,7 +5511,17 @@ fieldset:disabled .m_8ee546b8,
5511
5511
 
5512
5512
  --checkbox-size: var(--checkbox-size-sm);
5513
5513
  --checkbox-color: var(--mantine-primary-color-filled);
5514
- --checkbox-icon-color: var(--mantine-color-white);
5514
+ }
5515
+
5516
+ .m_5e5256ee:where([data-variant='filled']) {
5517
+ --checkbox-icon-color: var(--mantine-color-white);
5518
+ }
5519
+
5520
+ .m_5e5256ee:where([data-variant='outline']) {
5521
+ --checkbox-icon-color: var(--checkbox-color);
5522
+ }
5523
+
5524
+ .m_5e5256ee {
5515
5525
 
5516
5526
  position: relative;
5517
5527
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
@@ -5573,7 +5583,7 @@ fieldset:disabled .m_8ee546b8,
5573
5583
  }
5574
5584
 
5575
5585
  .m_76e20374[data-indeterminate]:not([data-disabled]) > .m_1b1c543a, .m_76e20374[data-checked]:not([data-disabled]) > .m_1b1c543a {
5576
- color: var(--checkbox-color);
5586
+ color: var(--checkbox-icon-color);
5577
5587
  opacity: 1;
5578
5588
  transform: none;
5579
5589
  }
@@ -5599,9 +5609,16 @@ fieldset:disabled .m_8ee546b8,
5599
5609
 
5600
5610
  --checkbox-size: var(--checkbox-size-sm);
5601
5611
  --checkbox-color: var(--mantine-primary-color-filled);
5602
- --checkbox-icon-color: var(--mantine-color-white);
5603
5612
  }
5604
5613
 
5614
+ .m_bf2d988c:where([data-variant='filled']) {
5615
+ --checkbox-icon-color: var(--mantine-color-white);
5616
+ }
5617
+
5618
+ .m_bf2d988c:where([data-variant='outline']) {
5619
+ --checkbox-icon-color: var(--checkbox-color);
5620
+ }
5621
+
5605
5622
  .m_26062bec {
5606
5623
  position: relative;
5607
5624
  width: var(--checkbox-size);
@@ -5675,7 +5692,7 @@ fieldset:disabled .m_8ee546b8,
5675
5692
  }
5676
5693
 
5677
5694
  .m_215c4542[data-indeterminate]:not(:disabled) + .m_bf295423, .m_215c4542:checked:not(:disabled) + .m_bf295423 {
5678
- color: var(--checkbox-color);
5695
+ color: var(--checkbox-icon-color);
5679
5696
  opacity: 1;
5680
5697
  transform: none;
5681
5698
  }
package/dist/styles.css CHANGED
@@ -5571,7 +5571,17 @@ fieldset:disabled .m_8ee546b8,
5571
5571
 
5572
5572
  --checkbox-size: var(--checkbox-size-sm);
5573
5573
  --checkbox-color: var(--mantine-primary-color-filled);
5574
- --checkbox-icon-color: var(--mantine-color-white);
5574
+ }
5575
+
5576
+ .m_5e5256ee:where([data-variant='filled']) {
5577
+ --checkbox-icon-color: var(--mantine-color-white);
5578
+ }
5579
+
5580
+ .m_5e5256ee:where([data-variant='outline']) {
5581
+ --checkbox-icon-color: var(--checkbox-color);
5582
+ }
5583
+
5584
+ .m_5e5256ee {
5575
5585
 
5576
5586
  position: relative;
5577
5587
  border: calc(0.0625rem * var(--mantine-scale)) solid transparent;
@@ -5633,7 +5643,7 @@ fieldset:disabled .m_8ee546b8,
5633
5643
  }
5634
5644
 
5635
5645
  .m_76e20374[data-indeterminate]:not([data-disabled]) > .m_1b1c543a, .m_76e20374[data-checked]:not([data-disabled]) > .m_1b1c543a {
5636
- color: var(--checkbox-color);
5646
+ color: var(--checkbox-icon-color);
5637
5647
  opacity: 1;
5638
5648
  transform: none;
5639
5649
  }
@@ -5659,9 +5669,16 @@ fieldset:disabled .m_8ee546b8,
5659
5669
 
5660
5670
  --checkbox-size: var(--checkbox-size-sm);
5661
5671
  --checkbox-color: var(--mantine-primary-color-filled);
5662
- --checkbox-icon-color: var(--mantine-color-white);
5663
5672
  }
5664
5673
 
5674
+ .m_bf2d988c:where([data-variant='filled']) {
5675
+ --checkbox-icon-color: var(--mantine-color-white);
5676
+ }
5677
+
5678
+ .m_bf2d988c:where([data-variant='outline']) {
5679
+ --checkbox-icon-color: var(--checkbox-color);
5680
+ }
5681
+
5665
5682
  .m_26062bec {
5666
5683
  position: relative;
5667
5684
  width: var(--checkbox-size);
@@ -5735,7 +5752,7 @@ fieldset:disabled .m_8ee546b8,
5735
5752
  }
5736
5753
 
5737
5754
  .m_215c4542[data-indeterminate]:not(:disabled) + .m_bf295423, .m_215c4542:checked:not(:disabled) + .m_bf295423 {
5738
- color: var(--checkbox-color);
5755
+ color: var(--checkbox-icon-color);
5739
5756
  opacity: 1;
5740
5757
  transform: none;
5741
5758
  }
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": "20251003.1758.39",
4
+ "version": "20251006.1126.43",
5
5
  "author": "João de Vasconcelos & Jusi Monteiro",
6
6
  "license": "AGPL-3.0-or-later",
7
7
  "publishConfig": {
@@ -42,18 +42,18 @@
42
42
  "path": false
43
43
  },
44
44
  "dependencies": {
45
- "@carrismetropolitana/api-types": "^20251001.1550.12",
46
- "@mantine/core": "8.3.2",
47
- "@mantine/dates": "8.3.2",
48
- "@mantine/form": "8.3.2",
49
- "@mantine/hooks": "8.3.2",
50
- "@mantine/modals": "8.3.2",
51
- "@mantine/notifications": "8.3.2",
45
+ "@carrismetropolitana/api-types": "^20251001.1707.13",
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",
52
52
  "@tabler/icons-react": "3.35.0",
53
53
  "@tmlmobilidade/lib": "*",
54
54
  "@tmlmobilidade/types": "*",
55
55
  "@tmlmobilidade/utils": "*",
56
- "@vis.gl/react-maplibre": "8.0.4",
56
+ "@vis.gl/react-maplibre": "8.1.0",
57
57
  "clsx": "2.1.1",
58
58
  "luxon": "3.7.2",
59
59
  "mantine-form-zod-resolver": "1.3.0",
@@ -64,14 +64,14 @@
64
64
  },
65
65
  "devDependencies": {
66
66
  "@rollup/plugin-commonjs": "28.0.6",
67
- "@rollup/plugin-node-resolve": "16.0.1",
67
+ "@rollup/plugin-node-resolve": "16.0.2",
68
68
  "@rollup/plugin-typescript": "12.1.4",
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.6.1",
73
- "@types/react": "19.1.16",
74
- "@types/react-dom": "19.1.9",
72
+ "@types/node": "24.7.0",
73
+ "@types/react": "19.1.1",
74
+ "@types/react-dom": "19.1.1",
75
75
  "nodemon": "3.1.10",
76
76
  "postcss": "8.5.6",
77
77
  "react": "19.1.1",