Skip to content

Commit cda3bd2

Browse files
Update dist folder [skip ci] (#912)
1 parent 0ef3327 commit cda3bd2

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

dist/samples/place-autocomplete-data-session/app/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Always set the map height explicitly to define the size of the div element
99
* that contains the map.
1010
*/
11-
#map {
11+
gmp-map {
1212
height: 100%;
1313
}
1414

dist/samples/place-autocomplete-data-session/dist/assets/index-0DWb0B5E.css

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

dist/samples/place-autocomplete-data-session/dist/assets/index-C0onLGmW.css

Lines changed: 0 additions & 5 deletions
This file was deleted.

dist/samples/place-autocomplete-data-session/dist/assets/index-BxJ1uS2o.js renamed to dist/samples/place-autocomplete-data-session/dist/assets/index-Dx187kj2.js

File renamed without changes.

dist/samples/place-autocomplete-data-session/dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<!-- prettier-ignore -->
1313
<script>(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))})
1414
({key: "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8", v: "weekly"});</script>
15-
<script type="module" crossorigin src="./assets/index-BxJ1uS2o.js"></script>
16-
<link rel="stylesheet" crossorigin href="./assets/index-C0onLGmW.css">
15+
<script type="module" crossorigin src="./assets/index-Dx187kj2.js"></script>
16+
<link rel="stylesheet" crossorigin href="./assets/index-0DWb0B5E.css">
1717
</head>
1818
<body>
1919
<!-- // [START maps_place_autocomplete_data_session_html] -->

dist/samples/place-autocomplete-data-session/docs/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Always set the map height explicitly to define the size of the div element
99
* that contains the map.
1010
*/
11-
#map {
11+
gmp-map {
1212
height: 100%;
1313
}
1414

dist/samples/place-autocomplete-data-session/jsfiddle/demo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Always set the map height explicitly to define the size of the div element
99
* that contains the map.
1010
*/
11-
#map {
11+
gmp-map {
1212
height: 100%;
1313
}
1414

0 commit comments

Comments
 (0)