Skip to content

Commit 26bad9f

Browse files
chore: update dist folder [skip ci]
1 parent 90f562f commit 26bad9f

File tree

30 files changed

+676
-19
lines changed

30 files changed

+676
-19
lines changed

dist/index.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4400,6 +4400,35 @@ <h4 class="card-header">place-details</h4>
44004400
</div>
44014401
</div>
44024402

4403+
<div class="card">
4404+
<h4 class="card-header">place-nearby-search</h4>
4405+
<div class="card-footer">
4406+
<button
4407+
class="button"
4408+
onclick="setIframe('./samples/playground.html?sample=place-nearby-search')"
4409+
>
4410+
Playground
4411+
</button>
4412+
<button
4413+
class="button"
4414+
onclick="setIframe('./samples/place-nearby-search/iframe/index.html')"
4415+
>
4416+
Iframe
4417+
</button>
4418+
<button
4419+
class="button"
4420+
onclick="setIframe('./samples/place-nearby-search/app/dist/index.html')"
4421+
>
4422+
App
4423+
</button>
4424+
<a
4425+
class="button"
4426+
href="https://github.com/googlemaps/js-samples/tree/main/samples/place-nearby-search"
4427+
>Code</a
4428+
>
4429+
</div>
4430+
</div>
4431+
44034432
<div class="card">
44044433
<h4 class="card-header">place-search</h4>
44054434
<div class="card-footer">

dist/samples/place-nearby-search/app/.env

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

dist/samples/place-nearby-search/app/.eslintrc.json

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

dist/samples/place-nearby-search/app/.gitignore

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

dist/samples/place-nearby-search/app/README.md

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

dist/samples/place-nearby-search/app/env.d.ts

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

dist/samples/place-nearby-search/app/index.html

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

dist/samples/place-nearby-search/app/index.ts

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

dist/samples/place-nearby-search/app/package.json

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

dist/samples/place-nearby-search/app/style.css

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

0 commit comments

Comments
 (0)