Skip to content

Commit

Permalink
deploy: b6cf119
Browse files Browse the repository at this point in the history
  • Loading branch information
willum070 committed May 14, 2024
1 parent f9d4dc3 commit 721e7a3
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 78 deletions.

This file was deleted.

3 changes: 1 addition & 2 deletions samples/web-components-map/app/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<title>Add a Map using HTML</title>
<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>

<script type="module" crossorigin src="./assets/index-eXnYF4u5.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-sVB_vSq6.css">
<script type="module" crossorigin src="./assets/index-Z3GWz1Qk.js"></script>
</head>
<body>
<style>gmp-map{height:400px}</style>
Expand Down
18 changes: 0 additions & 18 deletions samples/web-components-map/app/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,3 @@
* Copyright 2019 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
/*
* Always set the map height explicitly to define the size of the div element
* that contains the map.
*/
#map {
height: 100%;
}

/*
* Optional: Makes the sample page fill the window.
*/
html,
body {
height: 100%;
margin: 0;
padding: 0;
}

18 changes: 0 additions & 18 deletions samples/web-components-map/docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,4 @@
* SPDX-License-Identifier: Apache-2.0
*/
/* [START maps_web_components_map] */
/*
* Always set the map height explicitly to define the size of the div element
* that contains the map.
*/
#map {
height: 100%;
}

/*
* Optional: Makes the sample page fill the window.
*/
html,
body {
height: 100%;
margin: 0;
padding: 0;
}

/* [END maps_web_components_map] */

This file was deleted.

3 changes: 1 addition & 2 deletions samples/web-components-map/iframe/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<title>Add a Map using HTML</title>
<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>

<script type="module" crossorigin src="./assets/index-eXnYF4u5.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-sVB_vSq6.css" />
<script type="module" crossorigin src="./assets/index-Z3GWz1Qk.js"></script>
</head>
<body>
<style>
Expand Down
18 changes: 0 additions & 18 deletions samples/web-components-map/jsfiddle/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,3 @@
* Copyright 2019 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
/*
* Always set the map height explicitly to define the size of the div element
* that contains the map.
*/
#map {
height: 100%;
}

/*
* Optional: Makes the sample page fill the window.
*/
html,
body {
height: 100%;
margin: 0;
padding: 0;
}

18 changes: 0 additions & 18 deletions samples/web-components-map/playground/style.css
Original file line number Diff line number Diff line change
@@ -1,18 +0,0 @@
/*
* Always set the map height explicitly to define the size of the div element
* that contains the map.
*/
#map {
height: 100%;
}

/*
* Optional: Makes the sample page fill the window.
*/
html,
body {
height: 100%;
margin: 0;
padding: 0;
}

0 comments on commit 721e7a3

Please sign in to comment.