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 Nov 29, 2023
1 parent 2ce7ad3 commit 34468da
Show file tree
Hide file tree
Showing 74 changed files with 1,635 additions and 1 deletion.
87 changes: 87 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5647,6 +5647,93 @@ <h4 class="card-header">vector-detector</h4>
</div>
</div>

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

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

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

<div class="card">
<h4 class="card-header">webgl-deckgl</h4>
<div class="card-footer">
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/control-custom-state/iframe/index.html

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

1 change: 1 addition & 0 deletions dist/samples/web-components-events/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/web-components-events/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/web-components-events/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/web-components-events/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/web-components-events/app/env.d.ts

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

44 changes: 44 additions & 0 deletions dist/samples/web-components-events/app/index.html

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/web-components-events/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/web-components-events/app/package.json

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

27 changes: 27 additions & 0 deletions dist/samples/web-components-events/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/web-components-events/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/web-components-events/app/vite.config.js

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

46 changes: 46 additions & 0 deletions dist/samples/web-components-events/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 34468da

Please sign in to comment.