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 Jul 12, 2024
1 parent 354db80 commit 36985ce
Show file tree
Hide file tree
Showing 25 changed files with 949 additions and 0 deletions.
29 changes: 29 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4487,6 +4487,35 @@ <h4 class="card-header">place-nearby-search</h4>
</div>
</div>

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

<div class="card">
<h4 class="card-header">place-search</h4>
<div class="card-footer">
Expand Down
1 change: 1 addition & 0 deletions dist/samples/place-photos/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-photos/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-photos/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-photos/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-photos/app/env.d.ts

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

30 changes: 30 additions & 0 deletions dist/samples/place-photos/app/index.html

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

66 changes: 66 additions & 0 deletions dist/samples/place-photos/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-photos/app/package.json

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

91 changes: 91 additions & 0 deletions dist/samples/place-photos/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-photos/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-photos/app/vite.config.js

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

32 changes: 32 additions & 0 deletions dist/samples/place-photos/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 36985ce

Please sign in to comment.