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
4 changes: 1 addition & 3 deletions dist/samples/places-autocomplete-addressform/app/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ body {
height: 100%;
margin: 0;
padding: 0;
}

body {
font-family: 'Roboto', sans-serif;
font-size: 18px;
color: rgb(104, 104, 104);
overflow: hidden;
}

form {
Expand Down

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

This file was deleted.

4 changes: 2 additions & 2 deletions dist/samples/places-autocomplete-addressform/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<!-- prettier-ignore -->
<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))})
({key: "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8", v: "weekly"});</script>
<script type="module" crossorigin src="./assets/index-D7PTA2jX.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Do5Iz5mf.css">
<script type="module" crossorigin src="./assets/index-db0An-Z3.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-C7FkHWrV.css">
</head>
<body>
<!-- Note: The address components in this sample are based on North American address format.
Expand Down
4 changes: 1 addition & 3 deletions dist/samples/places-autocomplete-addressform/docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ body {
height: 100%;
margin: 0;
padding: 0;
}

body {
font-family: 'Roboto', sans-serif;
font-size: 18px;
color: rgb(104, 104, 104);
overflow: hidden;
}

form {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ body {
height: 100%;
margin: 0;
padding: 0;
}

body {
font-family: 'Roboto', sans-serif;
font-size: 18px;
color: rgb(104, 104, 104);
overflow: hidden;
}

form {
Expand Down