Skip to content

Commit af6618f

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/parcel-2.16.3
2 parents b50e94b + 386c186 commit af6618f

File tree

9 files changed

+32
-33
lines changed

9 files changed

+32
-33
lines changed

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/react-ui-kit-place-details-compact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@vis.gl/react-google-maps": "1.7.1",
14-
"react": "^19.2.0",
14+
"react": "^19.2.1",
1515
"react-dom": "^19.2.0"
1616
},
1717
"devDependencies": {

samples/react-ui-kit-place-details-latlng-compact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@vis.gl/react-google-maps": "latest",
15-
"react": "^19.2.0",
15+
"react": "^19.2.1",
1616
"react-dom": "^19.2.0"
1717
},
1818
"devDependencies": {

samples/react-ui-kit-place-details-latlng/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
},
1313
"dependencies": {
1414
"@vis.gl/react-google-maps": "1.7.1",
15-
"react": "^19.2.0",
15+
"react": "^19.2.1",
1616
"react-dom": "^19.2.0"
1717
},
1818
"devDependencies": {
1919
"@types/react": "^19.2.7",
2020
"@types/react-dom": "^19.2.3",
21-
"@vitejs/plugin-react": "^5.1.1",
21+
"@vitejs/plugin-react": "^5.1.2",
2222
"typescript": "^5.9.3",
2323
"vite": "^7.2.6"
2424
}

samples/react-ui-kit-place-details/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@vis.gl/react-google-maps": "1.7.1",
14-
"react": "^19.2.0",
14+
"react": "^19.2.1",
1515
"react-dom": "^19.2.0"
1616
},
1717
"devDependencies": {

samples/react-ui-kit-search-nearby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
},
1212
"dependencies": {
1313
"@vis.gl/react-google-maps": "1.7.1",
14-
"react": "^19.2.0",
14+
"react": "^19.2.1",
1515
"react-dom": "^19.2.0"
1616
},
1717
"devDependencies": {
1818
"@types/react": "^19.2.7",
1919
"@types/react-dom": "^19.2.3",
20-
"@vitejs/plugin-react": "^5.1.1",
20+
"@vitejs/plugin-react": "^5.1.2",
2121
"typescript": "^5.9.3",
2222
"vite": "^7.2.6"
2323
}

samples/react-ui-kit-search-text/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
},
1212
"dependencies": {
1313
"@vis.gl/react-google-maps": "1.7.1",
14-
"react": "^19.2.0",
14+
"react": "^19.2.1",
1515
"react-dom": "^19.2.0"
1616
},
1717
"devDependencies": {
1818
"@types/react": "^19.2.7",
1919
"@types/react-dom": "^19.2.3",
20-
"@vitejs/plugin-react": "^5.1.1",
20+
"@vitejs/plugin-react": "^5.1.2",
2121
"typescript": "^5.9.3",
2222
"vite": "^7.2.6"
2323
}

samples/ui-kit-place-search-text/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
class="query-input"
3030
placeholder="Search for a place"
3131
value="cafe" />
32-
<button id="search-button" class="search-button">
33-
Search
34-
</button>
32+
<button class="search-button">Search</button>
3533
</div>
3634
<div class="list-container">
3735
<gmp-place-search selectable>
@@ -50,7 +48,7 @@
5048
The gmp-place-details-compact element is styled inline because it is
5149
conditionally rendered and moved into the info window, which is
5250
part of the map's shadow DOM.
53-
-->
51+
-->
5452
<gmp-place-details-compact
5553
orientation="horizontal"
5654
truncation-preferred

samples/ui-kit-place-search-text/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ gmp-place-search {
6565
cursor: pointer;
6666
}
6767

68-
.search-button:hover {
68+
.search-button:hover,
69+
.search-button:focus-visible {
6970
background-color: #1765cc;
7071
}
7172

0 commit comments

Comments
 (0)