@tmlmobilidade/ui 20250211.2350.30 → 20250226.1358.59

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.
@@ -1,5 +1,6 @@
1
1
  import { ComboboxProps as MantineComboboxProps } from '@mantine/core';
2
2
  export interface DataItem {
3
+ icon?: React.ReactNode;
3
4
  label: string;
4
5
  value: string;
5
6
  }
package/dist/index.d.ts CHANGED
@@ -49,6 +49,7 @@ type CheckboxProps = CheckboxProps$1;
49
49
  declare function Checkbox(props: CheckboxProps): react_jsx_runtime.JSX.Element;
50
50
 
51
51
  interface DataItem {
52
+ icon?: React.ReactNode;
52
53
  label: string;
53
54
  value: string;
54
55
  }
package/dist/styles.css CHANGED
@@ -2580,6 +2580,7 @@ fieldset:disabled .mantine-active:active {
2580
2580
 
2581
2581
  .m_c0783ff9 {
2582
2582
  scrollbar-width: none;
2583
+ overscroll-behavior: var(--scrollarea-over-scroll-behavior);
2583
2584
  -ms-overflow-style: none;
2584
2585
  -webkit-overflow-scrolling: touch;
2585
2586
  width: 100%;
@@ -3957,6 +3958,24 @@ fieldset:disabled .mantine-active:active {
3957
3958
  }
3958
3959
  }
3959
3960
 
3961
+ .m_849cf0da:where([data-underline='not-hover']) {
3962
+ text-decoration: underline;
3963
+ }
3964
+
3965
+ @media (hover: hover) {
3966
+
3967
+ .m_849cf0da:where([data-underline='not-hover']):hover {
3968
+ text-decoration: none;
3969
+ }
3970
+ }
3971
+
3972
+ @media (hover: none) {
3973
+
3974
+ .m_849cf0da:where([data-underline='not-hover']):active {
3975
+ text-decoration: none;
3976
+ }
3977
+ }
3978
+
3960
3979
  .m_849cf0da:where([data-underline='always']) {
3961
3980
  text-decoration: underline;
3962
3981
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
- "version": "20250211.2350.30",
3
+ "version": "20250226.1358.59",
4
4
  "author": "",
5
5
  "license": "ISC",
6
6
  "publishConfig": {
@@ -53,7 +53,7 @@
53
53
  "@mantine/modals": "^7.16.0",
54
54
  "@mantine/notifications": "^7.16.1",
55
55
  "@tabler/icons-react": "3.26.0",
56
- "@tmlmobilidade/core-types": "^20250122.1750.21",
56
+ "@tmlmobilidade/core-types": "^20250225.1653.25",
57
57
  "clsx": "^2.1.1",
58
58
  "js-cookie": "^3.0.5",
59
59
  "luxon": "^3.5.0",