Skip to content

Commit ee39d26

Browse files
Update dist folder [skip ci] (#279)
Co-authored-by: googlemaps-bot <[email protected]>
1 parent ff3a862 commit ee39d26

File tree

9 files changed

+10
-14
lines changed

9 files changed

+10
-14
lines changed

dist/samples/ui-kit-place-details/app/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
<script type="module" src="./index.js"></script>
1414
</head>
1515
<body>
16-
<h1>Click on the map to view place details</h1>
1716
<!--[START maps_ui_kit_place_details_map] -->
18-
<gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID" style="height: 400px">
17+
<gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID">
1918
<gmp-place-details
2019
size="x-large"
2120
slot="control-inline-start-block-start"></gmp-place-details>

dist/samples/ui-kit-place-details/app/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ h1 {
2020
}
2121

2222
gmp-map {
23-
height: 400px;
23+
height: 800px;
2424
}
2525

2626
gmp-place-details {

dist/samples/ui-kit-place-details/dist/assets/index-ULyh_R-B.js renamed to dist/samples/ui-kit-place-details/dist/assets/index-B8_Ypk3a.js

File renamed without changes.

dist/samples/ui-kit-place-details/dist/assets/index-CsGydw2b.css renamed to dist/samples/ui-kit-place-details/dist/assets/index-f2zskmln.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* @license
33
* Copyright 2025 Google LLC. All Rights Reserved.
44
* SPDX-License-Identifier: Apache-2.0
5-
*/html,body{height:100%;margin:0;font-family:Arial,Helvetica,sans-serif}h1{font-size:16px;text-align:center}gmp-map{height:400px}gmp-place-details{visibility:hidden;background-color:#fff;border-radius:8px;margin:20px;width:400px}gmp-advanced-marker{display:none}
5+
*/html,body{height:100%;margin:0;font-family:Arial,Helvetica,sans-serif}h1{font-size:16px;text-align:center}gmp-map{height:800px}gmp-place-details{visibility:hidden;background-color:#fff;border-radius:8px;margin:20px;width:400px}gmp-advanced-marker{display:none}

dist/samples/ui-kit-place-details/dist/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@
99
<head>
1010
<title>Click on the map to view place details</title>
1111
<meta charset="utf-8">
12-
<script type="module" crossorigin src="./assets/index-ULyh_R-B.js"></script>
13-
<link rel="stylesheet" crossorigin href="./assets/index-CsGydw2b.css">
12+
<script type="module" crossorigin src="./assets/index-B8_Ypk3a.js"></script>
13+
<link rel="stylesheet" crossorigin href="./assets/index-f2zskmln.css">
1414
</head>
1515
<body>
16-
<h1>Click on the map to view place details</h1>
1716
<!--[START maps_ui_kit_place_details_map] -->
18-
<gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID" style="height: 400px">
17+
<gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID">
1918
<gmp-place-details
2019
size="x-large"
2120
slot="control-inline-start-block-start"></gmp-place-details>

dist/samples/ui-kit-place-details/docs/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
<script type="module" src="./index.js"></script>
1414
</head>
1515
<body>
16-
<h1>Click on the map to view place details</h1>
1716
<!--[START maps_ui_kit_place_details_map] -->
18-
<gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID" style="height: 400px">
17+
<gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID">
1918
<gmp-place-details
2019
size="x-large"
2120
slot="control-inline-start-block-start"></gmp-place-details>

dist/samples/ui-kit-place-details/docs/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ h1 {
2020
}
2121

2222
gmp-map {
23-
height: 400px;
23+
height: 800px;
2424
}
2525

2626
gmp-place-details {

dist/samples/ui-kit-place-details/jsfiddle/demo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ h1 {
2020
}
2121

2222
gmp-map {
23-
height: 400px;
23+
height: 800px;
2424
}
2525

2626
gmp-place-details {

dist/samples/ui-kit-place-details/jsfiddle/demo.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
<script type="module" src="./index.js"></script>
1414
</head>
1515
<body>
16-
<h1>Click on the map to view place details</h1>
1716

18-
<gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID" style="height: 400px">
17+
<gmp-map center="-37.813,144.963" zoom="2" map-id="DEMO_MAP_ID">
1918
<gmp-place-details
2019
size="x-large"
2120
slot="control-inline-start-block-start"></gmp-place-details>

0 commit comments

Comments
 (0)