Skip to content

Commit c5250d7

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/vitejs/plugin-react-5.1.2
2 parents 3ae70f6 + 244cb16 commit c5250d7

File tree

9 files changed

+19
-20
lines changed

9 files changed

+19
-20
lines changed

package-lock.json

Lines changed: 9 additions & 9 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: 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": "1.7.1",
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/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: 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-text/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/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)