Skip to content

Commit c018fd1

Browse files
Update dist folder [skip ci] (#734)
1 parent 6819e2d commit c018fd1

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

dist/samples/routes-get-directions-panel/app/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
width: 100%;
1616
}
1717

18-
.directions-panel-container, .map-container {
18+
.directions-container, .map-container {
1919
height: 100%;
2020
width: 50%;
2121
font-family: monospace;
2222
}
2323

24-
.directions-panel-container {
24+
.directions-container {
2525
overflow-y: auto;
2626
}
2727

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/*
2+
* @license
3+
* Copyright 2025 Google LLC. All Rights Reserved.
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/.container{display:flex;flex-direction:row;height:100%;width:100%}.directions-container,.map-container{height:100%;width:50%;font-family:monospace}.directions-container{overflow-y:auto}#map{height:100%}.direction{display:flex;flex-direction:row;gap:1em}.maneuver,.distance{width:25%}.instruction{width:50%}html,body{height:100%;margin:0;padding:0}

dist/samples/routes-get-directions-panel/dist/assets/index-CJOi4J0_.css

Lines changed: 0 additions & 5 deletions
This file was deleted.

dist/samples/routes-get-directions-panel/dist/assets/index-CIijyEYV.js renamed to dist/samples/routes-get-directions-panel/dist/assets/index-CKaxeooO.js

File renamed without changes.

dist/samples/routes-get-directions-panel/dist/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<head>
1111
<title>Get directions with step by step panel</title>
1212

13-
<script type="module" crossorigin src="./assets/index-CIijyEYV.js"></script>
14-
<link rel="stylesheet" crossorigin href="./assets/index-CJOi4J0_.css">
13+
<script type="module" crossorigin src="./assets/index-CKaxeooO.js"></script>
14+
<link rel="stylesheet" crossorigin href="./assets/index-Bqg655QC.css">
1515
</head>
1616

1717
<body>

dist/samples/routes-get-directions-panel/docs/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
width: 100%;
1616
}
1717

18-
.directions-panel-container, .map-container {
18+
.directions-container, .map-container {
1919
height: 100%;
2020
width: 50%;
2121
font-family: monospace;
2222
}
2323

24-
.directions-panel-container {
24+
.directions-container {
2525
overflow-y: auto;
2626
}
2727

dist/samples/routes-get-directions-panel/jsfiddle/demo.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
width: 100%;
1616
}
1717

18-
.directions-panel-container, .map-container {
18+
.directions-container, .map-container {
1919
height: 100%;
2020
width: 50%;
2121
font-family: monospace;
2222
}
2323

24-
.directions-panel-container {
24+
.directions-container {
2525
overflow-y: auto;
2626
}
2727

0 commit comments

Comments
 (0)