Skip to content

Commit

Permalink
chore: update dist folder [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
googlemaps-bot committed May 28, 2024
1 parent eb5b637 commit 790f49f
Show file tree
Hide file tree
Showing 49 changed files with 1,595 additions and 0 deletions.
58 changes: 58 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4284,6 +4284,64 @@ <h4 class="card-header">overlay-symbol-dashed</h4>
</div>
</div>

<div class="card">
<h4 class="card-header">place-autocomplete-data-session</h4>
<div class="card-footer">
<button
class="button"
onclick="setIframe('./samples/playground.html?sample=place-autocomplete-data-session')"
>
Playground
</button>
<button
class="button"
onclick="setIframe('./samples/place-autocomplete-data-session/iframe/index.html')"
>
Iframe
</button>
<button
class="button"
onclick="setIframe('./samples/place-autocomplete-data-session/app/dist/index.html')"
>
App
</button>
<a
class="button"
href="https://github.com/googlemaps/js-samples/tree/main/samples/place-autocomplete-data-session"
>Code</a
>
</div>
</div>

<div class="card">
<h4 class="card-header">place-autocomplete-data-simple</h4>
<div class="card-footer">
<button
class="button"
onclick="setIframe('./samples/playground.html?sample=place-autocomplete-data-simple')"
>
Playground
</button>
<button
class="button"
onclick="setIframe('./samples/place-autocomplete-data-simple/iframe/index.html')"
>
Iframe
</button>
<button
class="button"
onclick="setIframe('./samples/place-autocomplete-data-simple/app/dist/index.html')"
>
App
</button>
<a
class="button"
href="https://github.com/googlemaps/js-samples/tree/main/samples/place-autocomplete-data-simple"
>Code</a
>
</div>
</div>

<div class="card">
<h4 class="card-header">place-autocomplete-element</h4>
<div class="card-footer">
Expand Down
1 change: 1 addition & 0 deletions dist/samples/place-autocomplete-data-session/app/.env

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

13 changes: 13 additions & 0 deletions dist/samples/place-autocomplete-data-session/app/.eslintrc.json

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

4 changes: 4 additions & 0 deletions dist/samples/place-autocomplete-data-session/app/.gitignore

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

17 changes: 17 additions & 0 deletions dist/samples/place-autocomplete-data-session/app/README.md

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

12 changes: 12 additions & 0 deletions dist/samples/place-autocomplete-data-session/app/env.d.ts

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

37 changes: 37 additions & 0 deletions dist/samples/place-autocomplete-data-session/app/index.html

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

95 changes: 95 additions & 0 deletions dist/samples/place-autocomplete-data-session/app/index.ts

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

35 changes: 35 additions & 0 deletions dist/samples/place-autocomplete-data-session/app/package.json

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

33 changes: 33 additions & 0 deletions dist/samples/place-autocomplete-data-session/app/style.css

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

16 changes: 16 additions & 0 deletions dist/samples/place-autocomplete-data-session/app/tsconfig.json

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

11 changes: 11 additions & 0 deletions dist/samples/place-autocomplete-data-session/app/vite.config.js

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

41 changes: 41 additions & 0 deletions dist/samples/place-autocomplete-data-session/docs/index.html

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

Loading

0 comments on commit 790f49f

Please sign in to comment.