Skip to content

Commit e2de995

Browse files
Update dist folder [skip ci] (#915)
1 parent 2f4712b commit e2de995

File tree

7 files changed

+10
-16
lines changed

7 files changed

+10
-16
lines changed

dist/samples/places-autocomplete-addressform/app/style.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ body {
1212
height: 100%;
1313
margin: 0;
1414
padding: 0;
15-
}
16-
17-
body {
1815
font-family: 'Roboto', sans-serif;
1916
font-size: 18px;
2017
color: rgb(104, 104, 104);
18+
overflow: hidden;
2119
}
2220

2321
form {

dist/samples/places-autocomplete-addressform/dist/assets/index-C7FkHWrV.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/places-autocomplete-addressform/dist/assets/index-Do5Iz5mf.css

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

dist/samples/places-autocomplete-addressform/dist/assets/index-D7PTA2jX.js renamed to dist/samples/places-autocomplete-addressform/dist/assets/index-db0An-Z3.js

File renamed without changes.

dist/samples/places-autocomplete-addressform/dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<!-- prettier-ignore -->
1717
<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))})
1818
({key: "AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8", v: "weekly"});</script>
19-
<script type="module" crossorigin src="./assets/index-D7PTA2jX.js"></script>
20-
<link rel="stylesheet" crossorigin href="./assets/index-Do5Iz5mf.css">
19+
<script type="module" crossorigin src="./assets/index-db0An-Z3.js"></script>
20+
<link rel="stylesheet" crossorigin href="./assets/index-C7FkHWrV.css">
2121
</head>
2222
<body>
2323
<!-- Note: The address components in this sample are based on North American address format.

dist/samples/places-autocomplete-addressform/docs/style.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ body {
1212
height: 100%;
1313
margin: 0;
1414
padding: 0;
15-
}
16-
17-
body {
1815
font-family: 'Roboto', sans-serif;
1916
font-size: 18px;
2017
color: rgb(104, 104, 104);
18+
overflow: hidden;
2119
}
2220

2321
form {

dist/samples/places-autocomplete-addressform/jsfiddle/demo.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ body {
1212
height: 100%;
1313
margin: 0;
1414
padding: 0;
15-
}
16-
17-
body {
1815
font-family: 'Roboto', sans-serif;
1916
font-size: 18px;
2017
color: rgb(104, 104, 104);
18+
overflow: hidden;
2119
}
2220

2321
form {

0 commit comments

Comments
 (0)