@tmlmobilidade/ui 20250211.2350.30 → 20250226.1436.26

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
@@ -939,6 +939,12 @@ breakpoint-mobile {
939
939
  font-weight: var(--font-weight-semibold);
940
940
  }
941
941
 
942
+ .styles-module_labelWrapper__eFj6h {
943
+ display: flex;
944
+ align-items: center;
945
+ gap: 10px;
946
+ }
947
+
942
948
  /* * */
943
949
  /* DESCRIPTION */
944
950
 
@@ -2580,6 +2586,7 @@ fieldset:disabled .mantine-active:active {
2580
2586
 
2581
2587
  .m_c0783ff9 {
2582
2588
  scrollbar-width: none;
2589
+ overscroll-behavior: var(--scrollarea-over-scroll-behavior);
2583
2590
  -ms-overflow-style: none;
2584
2591
  -webkit-overflow-scrolling: touch;
2585
2592
  width: 100%;
@@ -3957,6 +3964,24 @@ fieldset:disabled .mantine-active:active {
3957
3964
  }
3958
3965
  }
3959
3966
 
3967
+ .m_849cf0da:where([data-underline='not-hover']) {
3968
+ text-decoration: underline;
3969
+ }
3970
+
3971
+ @media (hover: hover) {
3972
+
3973
+ .m_849cf0da:where([data-underline='not-hover']):hover {
3974
+ text-decoration: none;
3975
+ }
3976
+ }
3977
+
3978
+ @media (hover: none) {
3979
+
3980
+ .m_849cf0da:where([data-underline='not-hover']):active {
3981
+ text-decoration: none;
3982
+ }
3983
+ }
3984
+
3960
3985
  .m_849cf0da:where([data-underline='always']) {
3961
3986
  text-decoration: underline;
3962
3987
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
- "version": "20250211.2350.30",
3
+ "version": "20250226.1436.26",
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",