From 623d75141ab07030ec1b5d30d11234ceaab8bf21 Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Thu, 30 Nov 2023 21:19:58 +0000 Subject: [PATCH] chore: update dist folder [skip ci] --- dist/samples/web-components-events/app/style.css | 2 +- dist/samples/web-components-events/docs/style.css | 2 +- dist/samples/web-components-events/iframe/index.html | 4 ++-- dist/samples/web-components-events/jsfiddle/demo.css | 2 +- dist/samples/web-components-events/playground/style.css | 2 +- dist/samples/web-components-map/app/style.css | 2 +- dist/samples/web-components-map/docs/style.css | 2 +- dist/samples/web-components-map/iframe/index.html | 4 ++-- dist/samples/web-components-map/jsfiddle/demo.css | 2 +- dist/samples/web-components-map/playground/style.css | 2 +- dist/samples/web-components-markers/app/style.css | 2 +- dist/samples/web-components-markers/docs/style.css | 2 +- dist/samples/web-components-markers/iframe/index.html | 4 ++-- dist/samples/web-components-markers/jsfiddle/demo.css | 2 +- dist/samples/web-components-markers/playground/style.css | 2 +- 15 files changed, 18 insertions(+), 18 deletions(-) diff --git a/dist/samples/web-components-events/app/style.css b/dist/samples/web-components-events/app/style.css index 58002ee55c..582e19d3dd 100644 --- a/dist/samples/web-components-events/app/style.css +++ b/dist/samples/web-components-events/app/style.css @@ -22,6 +22,6 @@ body { } gmp-map { - height: 500px; + height: 400px; } diff --git a/dist/samples/web-components-events/docs/style.css b/dist/samples/web-components-events/docs/style.css index 7a594f1d19..b55b9ec77a 100644 --- a/dist/samples/web-components-events/docs/style.css +++ b/dist/samples/web-components-events/docs/style.css @@ -23,7 +23,7 @@ body { } gmp-map { - height: 500px; + height: 400px; } /* [END maps_web_components_events] */ \ No newline at end of file diff --git a/dist/samples/web-components-events/iframe/index.html b/dist/samples/web-components-events/iframe/index.html index 2b2f5e70d2..fbef56b668 100644 --- a/dist/samples/web-components-events/iframe/index.html +++ b/dist/samples/web-components-events/iframe/index.html @@ -9,8 +9,8 @@ Add a Map Web Component with Events - - + + Add a Map Web Component - - + + Add a Map with Markers using Web Components - - + + diff --git a/dist/samples/web-components-markers/jsfiddle/demo.css b/dist/samples/web-components-markers/jsfiddle/demo.css index 58002ee55c..582e19d3dd 100644 --- a/dist/samples/web-components-markers/jsfiddle/demo.css +++ b/dist/samples/web-components-markers/jsfiddle/demo.css @@ -22,6 +22,6 @@ body { } gmp-map { - height: 500px; + height: 400px; } diff --git a/dist/samples/web-components-markers/playground/style.css b/dist/samples/web-components-markers/playground/style.css index 7d51737775..5f1dfff74c 100644 --- a/dist/samples/web-components-markers/playground/style.css +++ b/dist/samples/web-components-markers/playground/style.css @@ -17,6 +17,6 @@ body { } gmp-map { - height: 500px; + height: 400px; }