From 5991c43fbbf37c66a1f653a2a988f20142807c6c Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Tue, 16 Apr 2024 23:42:22 +0000 Subject: [PATCH] chore: update dist folder [skip ci] --- dist/samples/rgm-basic-map/app/style.css | 8 +++++++- dist/samples/rgm-basic-map/docs/style.css | 10 +++++++++- dist/samples/rgm-basic-map/jsfiddle/demo.css | 8 +++++++- dist/samples/rgm-basic-map/playground/style.css | 3 ++- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/dist/samples/rgm-basic-map/app/style.css b/dist/samples/rgm-basic-map/app/style.css index 4cd1daad35..7f8ec0667d 100644 --- a/dist/samples/rgm-basic-map/app/style.css +++ b/dist/samples/rgm-basic-map/app/style.css @@ -1,3 +1,8 @@ +/** + * @license + * Copyright 2024 Google LLC. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 + */ body { margin: 0; font-family: sans-serif; @@ -6,4 +11,5 @@ body { #app { width: 100vw; height: 100vh; -} \ No newline at end of file +} + diff --git a/dist/samples/rgm-basic-map/docs/style.css b/dist/samples/rgm-basic-map/docs/style.css index 4cd1daad35..66650bf36a 100644 --- a/dist/samples/rgm-basic-map/docs/style.css +++ b/dist/samples/rgm-basic-map/docs/style.css @@ -1,3 +1,9 @@ +/** + * @license + * Copyright 2024 Google LLC. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 + */ +/* [START maps_rgm_basic_map] */ body { margin: 0; font-family: sans-serif; @@ -6,4 +12,6 @@ body { #app { width: 100vw; height: 100vh; -} \ No newline at end of file +} + +/* [END maps_rgm_basic_map] */ \ No newline at end of file diff --git a/dist/samples/rgm-basic-map/jsfiddle/demo.css b/dist/samples/rgm-basic-map/jsfiddle/demo.css index 4cd1daad35..7f8ec0667d 100644 --- a/dist/samples/rgm-basic-map/jsfiddle/demo.css +++ b/dist/samples/rgm-basic-map/jsfiddle/demo.css @@ -1,3 +1,8 @@ +/** + * @license + * Copyright 2024 Google LLC. All Rights Reserved. + * SPDX-License-Identifier: Apache-2.0 + */ body { margin: 0; font-family: sans-serif; @@ -6,4 +11,5 @@ body { #app { width: 100vw; height: 100vh; -} \ No newline at end of file +} + diff --git a/dist/samples/rgm-basic-map/playground/style.css b/dist/samples/rgm-basic-map/playground/style.css index 4cd1daad35..b1e2497caa 100644 --- a/dist/samples/rgm-basic-map/playground/style.css +++ b/dist/samples/rgm-basic-map/playground/style.css @@ -6,4 +6,5 @@ body { #app { width: 100vw; height: 100vh; -} \ No newline at end of file +} +