Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions dist/samples/ui-kit-place-search-text/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
class="query-input"
placeholder="Search for a place"
value="cafe" />
<button id="search-button" class="search-button">
Search
</button>
<button class="search-button">Search</button>
</div>
<div class="list-container">
<gmp-place-search selectable>
Expand All @@ -50,7 +48,7 @@
The gmp-place-details-compact element is styled inline because it is
conditionally rendered and moved into the info window, which is
part of the map's shadow DOM.
-->
-->
<gmp-place-details-compact
orientation="horizontal"
truncation-preferred
Expand Down
3 changes: 2 additions & 1 deletion dist/samples/ui-kit-place-search-text/app/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ gmp-place-search {
cursor: pointer;
}

.search-button:hover {
.search-button:hover,
.search-button:focus-visible {
background-color: #1765cc;
}

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions dist/samples/ui-kit-place-search-text/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
(g=>{var h,a,k,p="The Google Maps JavaScript API",c="google",l="importLibrary",q="__ib__",m=document,b=window;b=b[c]||(b[c]={});var d=b.maps||(b.maps={}),r=new Set,e=new URLSearchParams,u=()=>h||(h=new Promise(async(f,n)=>{await (a=m.createElement("script"));e.set("libraries",[...r]+"");for(k in g)e.set(k.replace(/[A-Z]/g,t=>"_"+t[0].toLowerCase()),g[k]);e.set("callback",c+".maps."+q);a.src=`https://maps.${c}apis.com/maps/api/js?`+e;d[q]=f;a.onerror=()=>h=n(Error(p+" could not load."));a.nonce=m.querySelector("script[nonce]")?.nonce||"";m.head.append(a)}));d[l]?console.warn(p+" only loads once. Ignoring:",g):d[l]=(f,...n)=>r.add(f)&&u().then(()=>d[l](f,...n))})
({key: "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8", v: "weekly"});
</script>
<script type="module" crossorigin src="./assets/index-BgzbrqrZ.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Bc-uBk-1.css">
<script type="module" crossorigin src="./assets/index-DLcN7XWT.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-B6Jba8sI.css">
</head>
<body>
<!--[START maps_ui_kit_place_search_text_map] -->
Expand All @@ -29,9 +29,7 @@
class="query-input"
placeholder="Search for a place"
value="cafe" />
<button id="search-button" class="search-button">
Search
</button>
<button class="search-button">Search</button>
</div>
<div class="list-container">
<gmp-place-search selectable>
Expand All @@ -50,7 +48,7 @@
The gmp-place-details-compact element is styled inline because it is
conditionally rendered and moved into the info window, which is
part of the map's shadow DOM.
-->
-->
<gmp-place-details-compact
orientation="horizontal"
truncation-preferred
Expand Down
6 changes: 2 additions & 4 deletions dist/samples/ui-kit-place-search-text/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
class="query-input"
placeholder="Search for a place"
value="cafe" />
<button id="search-button" class="search-button">
Search
</button>
<button class="search-button">Search</button>
</div>
<div class="list-container">
<gmp-place-search selectable>
Expand All @@ -50,7 +48,7 @@
The gmp-place-details-compact element is styled inline because it is
conditionally rendered and moved into the info window, which is
part of the map's shadow DOM.
-->
-->
<gmp-place-details-compact
orientation="horizontal"
truncation-preferred
Expand Down
3 changes: 2 additions & 1 deletion dist/samples/ui-kit-place-search-text/docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ gmp-place-search {
cursor: pointer;
}

.search-button:hover {
.search-button:hover,
.search-button:focus-visible {
background-color: #1765cc;
}

Expand Down
3 changes: 2 additions & 1 deletion dist/samples/ui-kit-place-search-text/jsfiddle/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ gmp-place-search {
cursor: pointer;
}

.search-button:hover {
.search-button:hover,
.search-button:focus-visible {
background-color: #1765cc;
}

Expand Down
6 changes: 2 additions & 4 deletions dist/samples/ui-kit-place-search-text/jsfiddle/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
class="query-input"
placeholder="Search for a place"
value="cafe" />
<button id="search-button" class="search-button">
Search
</button>
<button class="search-button">Search</button>
</div>
<div class="list-container">
<gmp-place-search selectable>
Expand All @@ -50,7 +48,7 @@
The gmp-place-details-compact element is styled inline because it is
conditionally rendered and moved into the info window, which is
part of the map's shadow DOM.
-->
-->
<gmp-place-details-compact
orientation="horizontal"
truncation-preferred
Expand Down
25 changes: 12 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading