@tmlmobilidade/ui 20250401.1951.40 → 20250401.1955.47
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/styles-no-reset.css +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
package/dist/styles-no-reset.css
CHANGED
@@ -10175,7 +10175,7 @@ breakpoint-mobile {
|
|
10175
10175
|
.styles-module_navWrapper__Xb59N {
|
10176
10176
|
display: flex;
|
10177
10177
|
flex-direction: column;
|
10178
|
-
gap: var(--size-spacing-
|
10178
|
+
gap: var(--size-spacing-sm);
|
10179
10179
|
align-items: center;
|
10180
10180
|
width: 100%;
|
10181
10181
|
padding: var(--size-spacing-sm);
|
package/dist/styles.css
CHANGED
@@ -10230,7 +10230,7 @@ breakpoint-mobile {
|
|
10230
10230
|
.styles-module_navWrapper__Xb59N {
|
10231
10231
|
display: flex;
|
10232
10232
|
flex-direction: column;
|
10233
|
-
gap: var(--size-spacing-
|
10233
|
+
gap: var(--size-spacing-sm);
|
10234
10234
|
align-items: center;
|
10235
10235
|
width: 100%;
|
10236
10236
|
padding: var(--size-spacing-sm);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tmlmobilidade/ui",
|
3
|
-
"version": "20250401.
|
3
|
+
"version": "20250401.1955.47",
|
4
4
|
"author": "",
|
5
5
|
"license": "ISC",
|
6
6
|
"publishConfig": {
|
@@ -61,8 +61,8 @@
|
|
61
61
|
"@rollup/plugin-typescript": "12.1.2",
|
62
62
|
"@turf/helpers": "7.2.0",
|
63
63
|
"@turf/turf": "7.2.0",
|
64
|
-
"@types/luxon": "3.
|
65
|
-
"@types/node": "22.13.
|
64
|
+
"@types/luxon": "3.6.0",
|
65
|
+
"@types/node": "22.13.17",
|
66
66
|
"@types/react": "19.0.12",
|
67
67
|
"@types/react-dom": "19.0.4",
|
68
68
|
"@vis.gl/react-maplibre": "8.0.2",
|