Skip to content

Commit 4095570

Browse files
Update dist folder [skip ci] (#606)
1 parent 915cd54 commit 4095570

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ h1 {
2121
}
2222

2323
gmp-map {
24-
height: 400px;
24+
height: 500px;
2525
}
2626

2727
gmp-place-details {
2828
border-radius: 0px;
2929
margin: 20px;
3030
width: 400px;
31-
height: 400px;
31+
height: 500px;
3232
margin-top: 0px;
3333
}
3434

dist/samples/ui-kit-place-details/dist/assets/index-Bjw1R5Z2.js renamed to dist/samples/ui-kit-place-details/dist/assets/index-B8w6M3iU.js

File renamed without changes.

dist/samples/ui-kit-place-details/dist/assets/index-CPAAOMfx.css renamed to dist/samples/ui-kit-place-details/dist/assets/index-YW-VVwB7.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{display:flex;justify-content:center;align-items:flex-start;width:100%}h1{font-size:16px;text-align:center}gmp-map{height:400px}gmp-place-details{border-radius:0;margin:0 20px 20px;width:400px;height:400px}gmp-advanced-marker{display:none}.widget-container{min-width:400px;overflow-y:none;overflow-x:none}
5+
*/html,body{display:flex;justify-content:center;align-items:flex-start;width:100%}h1{font-size:16px;text-align:center}gmp-map{height:500px}gmp-place-details{border-radius:0;margin:0 20px 20px;width:400px;height:500px}gmp-advanced-marker{display:none}.widget-container{min-width:400px;overflow-y:none;overflow-x:none}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
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-Bjw1R5Z2.js"></script>
13-
<link rel="stylesheet" crossorigin href="./assets/index-CPAAOMfx.css">
12+
<script type="module" crossorigin src="./assets/index-B8w6M3iU.js"></script>
13+
<link rel="stylesheet" crossorigin href="./assets/index-YW-VVwB7.css">
1414
</head>
1515
<body>
1616
<!--[START maps_ui_kit_place_details_map] -->

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ h1 {
2121
}
2222

2323
gmp-map {
24-
height: 400px;
24+
height: 500px;
2525
}
2626

2727
gmp-place-details {
2828
border-radius: 0px;
2929
margin: 20px;
3030
width: 400px;
31-
height: 400px;
31+
height: 500px;
3232
margin-top: 0px;
3333
}
3434

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ h1 {
2121
}
2222

2323
gmp-map {
24-
height: 400px;
24+
height: 500px;
2525
}
2626

2727
gmp-place-details {
2828
border-radius: 0px;
2929
margin: 20px;
3030
width: 400px;
31-
height: 400px;
31+
height: 500px;
3232
margin-top: 0px;
3333
}
3434

0 commit comments

Comments
 (0)