Skip to content

Commit e17edf4

Browse files
Update dist folder [skip ci] (#949)
1 parent 5932920 commit e17edf4

File tree

10 files changed

+56
-69
lines changed

10 files changed

+56
-69
lines changed

dist/samples/web-components-markers/app/index.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<!--
33
@license
44
Copyright 2025 Google LLC. All Rights Reserved.
@@ -8,8 +8,17 @@
88
<html>
99
<head>
1010
<title>Add a Map with Markers using HTML</title>
11-
12-
<link rel="stylesheet" type="text/css" href="./style.css" />
11+
<style>
12+
gmp-map {
13+
height: 100%;
14+
}
15+
html,
16+
body {
17+
height: 100%;
18+
margin: 0;
19+
padding: 0;
20+
}
21+
</style>
1322
<script type="module" src="./index.js"></script>
1423
<script
1524
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8&libraries=maps,marker&v=weekly"

dist/samples/web-components-markers/app/style.css

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,5 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66
/* [START maps_web_components_markers] */
7-
/*
8-
* Always set the map height explicitly to define the size of the div element
9-
* that contains the map.
10-
*/
11-
gmp-map {
12-
height: 100%;
13-
}
14-
15-
/*
16-
* Optional: Makes the sample page fill the window.
17-
*/
18-
html,
19-
body {
20-
height: 100%;
21-
margin: 0;
22-
padding: 0;
23-
}
7+
/* Note: This CSS file is intentionally blank. */
248
/* [END maps_web_components_markers] */

dist/samples/web-components-markers/dist/assets/index-BZDSROJH.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/samples/web-components-markers/dist/assets/index-Botgir2q.js renamed to dist/samples/web-components-markers/dist/assets/index-CPurDvCJ.js

File renamed without changes.

dist/samples/web-components-markers/dist/index.html

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<!--
33
@license
44
Copyright 2025 Google LLC. All Rights Reserved.
@@ -8,13 +8,22 @@
88
<html>
99
<head>
1010
<title>Add a Map with Markers using HTML</title>
11-
11+
<style>
12+
gmp-map {
13+
height: 100%;
14+
}
15+
html,
16+
body {
17+
height: 100%;
18+
margin: 0;
19+
padding: 0;
20+
}
21+
</style>
1222
<script
1323
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8&libraries=maps,marker&v=weekly"
1424
defer
1525
></script>
16-
<script type="module" crossorigin src="./assets/index-Botgir2q.js"></script>
17-
<link rel="stylesheet" crossorigin href="./assets/index-BZDSROJH.css">
26+
<script type="module" crossorigin src="./assets/index-CPurDvCJ.js"></script>
1827
</head>
1928
<body>
2029
<!-- [START maps_web_components_markers_div] -->

dist/samples/web-components-markers/docs/index.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<!--
33
@license
44
Copyright 2025 Google LLC. All Rights Reserved.
@@ -8,8 +8,17 @@
88
<html>
99
<head>
1010
<title>Add a Map with Markers using HTML</title>
11-
12-
<link rel="stylesheet" type="text/css" href="./style.css" />
11+
<style>
12+
gmp-map {
13+
height: 100%;
14+
}
15+
html,
16+
body {
17+
height: 100%;
18+
margin: 0;
19+
padding: 0;
20+
}
21+
</style>
1322
<script type="module" src="./index.js"></script>
1423
<script
1524
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8&libraries=maps,marker&v=weekly"

dist/samples/web-components-markers/docs/style.css

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,5 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66
/* [START maps_web_components_markers] */
7-
/*
8-
* Always set the map height explicitly to define the size of the div element
9-
* that contains the map.
10-
*/
11-
gmp-map {
12-
height: 100%;
13-
}
14-
15-
/*
16-
* Optional: Makes the sample page fill the window.
17-
*/
18-
html,
19-
body {
20-
height: 100%;
21-
margin: 0;
22-
padding: 0;
23-
}
7+
/* Note: This CSS file is intentionally blank. */
248
/* [END maps_web_components_markers] */

dist/samples/web-components-markers/jsfiddle/demo.css

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,4 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
/*
8-
* Always set the map height explicitly to define the size of the div element
9-
* that contains the map.
10-
*/
11-
gmp-map {
12-
height: 100%;
13-
}
14-
15-
/*
16-
* Optional: Makes the sample page fill the window.
17-
*/
18-
html,
19-
body {
20-
height: 100%;
21-
margin: 0;
22-
padding: 0;
23-
}
7+
/* Note: This CSS file is intentionally blank. */

dist/samples/web-components-markers/jsfiddle/demo.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<!--
33
@license
44
Copyright 2025 Google LLC. All Rights Reserved.
@@ -8,8 +8,17 @@
88
<html>
99
<head>
1010
<title>Add a Map with Markers using HTML</title>
11-
12-
<link rel="stylesheet" type="text/css" href="./style.css" />
11+
<style>
12+
gmp-map {
13+
height: 100%;
14+
}
15+
html,
16+
body {
17+
height: 100%;
18+
margin: 0;
19+
padding: 0;
20+
}
21+
</style>
1322
<script type="module" src="./index.js"></script>
1423
<script
1524
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA6myHzS10YXdcazAFalmXvDkrYCp5cLc8&libraries=maps,marker&v=weekly"

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)