@tmlmobilidade/ui 20250331.1734.29 → 20250331.1829.45

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.
@@ -10108,7 +10108,7 @@ breakpoint-mobile {
10108
10108
  color: var(--color-system-text-100);
10109
10109
  background-color: transparent;
10110
10110
  border: 2px solid transparent;
10111
- border-radius: var(--border-radius-xs);
10111
+ border-radius: var(--border-radius-sm);
10112
10112
  }
10113
10113
 
10114
10114
  .styles-module_icon__shHZu:hover {
@@ -10134,11 +10134,14 @@ breakpoint-mobile {
10134
10134
 
10135
10135
  .styles-module_tooltip__oQUMh {
10136
10136
  position: absolute;
10137
- left: 150px;
10137
+ left: 75px;
10138
10138
  display: none;
10139
- padding: 5px 10px;
10139
+ padding: 8px;
10140
+ font-weight: var(--font-weight-bold);
10140
10141
  color: var(--color-system-background-100);
10142
+ text-transform: uppercase;
10141
10143
  background-color: var(--color-system-text-100);
10144
+ border-radius: var(--border-radius-sm);
10142
10145
  }
10143
10146
 
10144
10147
  .styles-module_container__sXEwn:hover .styles-module_tooltip__oQUMh {
package/dist/styles.css CHANGED
@@ -10163,7 +10163,7 @@ breakpoint-mobile {
10163
10163
  color: var(--color-system-text-100);
10164
10164
  background-color: transparent;
10165
10165
  border: 2px solid transparent;
10166
- border-radius: var(--border-radius-xs);
10166
+ border-radius: var(--border-radius-sm);
10167
10167
  }
10168
10168
 
10169
10169
  .styles-module_icon__shHZu:hover {
@@ -10189,11 +10189,14 @@ breakpoint-mobile {
10189
10189
 
10190
10190
  .styles-module_tooltip__oQUMh {
10191
10191
  position: absolute;
10192
- left: 150px;
10192
+ left: 75px;
10193
10193
  display: none;
10194
- padding: 5px 10px;
10194
+ padding: 8px;
10195
+ font-weight: var(--font-weight-bold);
10195
10196
  color: var(--color-system-background-100);
10197
+ text-transform: uppercase;
10196
10198
  background-color: var(--color-system-text-100);
10199
+ border-radius: var(--border-radius-sm);
10197
10200
  }
10198
10201
 
10199
10202
  .styles-module_container__sXEwn:hover .styles-module_tooltip__oQUMh {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/ui",
3
- "version": "20250331.1734.29",
3
+ "version": "20250331.1829.45",
4
4
  "author": "",
5
5
  "license": "ISC",
6
6
  "publishConfig": {
@@ -52,7 +52,7 @@
52
52
  "@tmlmobilidade/utils": "*",
53
53
  "@types/geojson": "7946.0.16",
54
54
  "clsx": "2.1.1",
55
- "luxon": "3.6.0",
55
+ "luxon": "3.6.1",
56
56
  "react-viewport-list": "7.1.2"
57
57
  },
58
58
  "devDependencies": {