File tree Expand file tree Collapse file tree 9 files changed +32
-33
lines changed
react-ui-kit-place-details-compact
react-ui-kit-place-details-latlng-compact
react-ui-kit-place-details-latlng
react-ui-kit-place-details
react-ui-kit-search-nearby Expand file tree Collapse file tree 9 files changed +32
-33
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments