@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.
- package/dist/cjs/index.js +13 -10
- 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 +13 -10
- 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 +19 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
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": "
|
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": "^
|
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",
|