@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.
- package/dist/cjs/index.js +15 -12
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/src/components/common/Combobox/index.d.ts +1 -0
- package/dist/esm/index.js +15 -12
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/src/components/common/Combobox/index.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/styles.css +25 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
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": "
|
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": "^
|
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",
|