Skip to content

Commit 68f39b7

Browse files
Update dist folder [skip ci] (#989)
Co-authored-by: William French <[email protected]>
1 parent bee8b0e commit 68f39b7

File tree

10 files changed

+29
-35
lines changed

10 files changed

+29
-35
lines changed

dist/samples/ui-kit-place-search-text/app/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

dist/samples/ui-kit-place-search-text/app/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

dist/samples/ui-kit-place-search-text/dist/assets/index-Bc-uBk-1.css renamed to dist/samples/ui-kit-place-search-text/dist/assets/index-B6Jba8sI.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/samples/ui-kit-place-search-text/dist/assets/index-BgzbrqrZ.js renamed to dist/samples/ui-kit-place-search-text/dist/assets/index-DLcN7XWT.js

File renamed without changes.

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
(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))})
1515
({key: "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8", v: "weekly"});
1616
</script>
17-
<script type="module" crossorigin src="./assets/index-BgzbrqrZ.js"></script>
18-
<link rel="stylesheet" crossorigin href="./assets/index-Bc-uBk-1.css">
17+
<script type="module" crossorigin src="./assets/index-DLcN7XWT.js"></script>
18+
<link rel="stylesheet" crossorigin href="./assets/index-B6Jba8sI.css">
1919
</head>
2020
<body>
2121
<!--[START maps_ui_kit_place_search_text_map] -->
@@ -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

dist/samples/ui-kit-place-search-text/docs/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

dist/samples/ui-kit-place-search-text/docs/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

dist/samples/ui-kit-place-search-text/jsfiddle/demo.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

dist/samples/ui-kit-place-search-text/jsfiddle/demo.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

package-lock.json

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

0 commit comments

Comments
 (0)