Skip to content

Commit

Permalink
update package for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Parlato committed May 2, 2022
1 parent d48e37c commit 0d0d915
Show file tree
Hide file tree
Showing 3 changed files with 2,657 additions and 2,150 deletions.
162 changes: 100 additions & 62 deletions dist/bundle.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
main.svelte-13vsfrg {
display: flex;
flex-direction: column;
height: 100%;
}
.map-controls-container.svelte-13vsfrg {
display: flex;
flex-direction: row;
justify-content: center;
pointer-events: none;
position: absolute;
top: 1em;
width: 100%;
z-index: 2000;
}
html,
body {
position: relative;
Expand Down Expand Up @@ -67,21 +82,6 @@ button:not(:disabled):active {
button:focus {
border-color: #666;
}
main.svelte-13vsfrg {
display: flex;
flex-direction: column;
height: 100%;
}
.map-controls-container.svelte-13vsfrg {
display: flex;
flex-direction: row;
justify-content: center;
pointer-events: none;
position: absolute;
top: 1em;
width: 100%;
z-index: 2000;
}
.map-controls.svelte-1firuir {
background: white;
border-bottom: 1px solid #eee;
Expand Down Expand Up @@ -130,19 +130,6 @@ main.svelte-13vsfrg {
.location-actions.svelte-xc7hba > div.svelte-xc7hba {
margin: 0 0.5em;
}
.map.svelte-1aet2lj {
height: 100%;
width: 100%;
}
.map-label-container.svelte-1aet2lj {
position: absolute;
left: 1em;
bottom: 2em;
}
.map-label-container-1.svelte-1aet2lj {
left: unset;
right: 1em;
}
.maps.svelte-tipyab.svelte-tipyab {
align-items: center;
display: flex;
Expand All @@ -161,27 +148,6 @@ main.svelte-13vsfrg {
.maps.phone .mapboxgl-map {
border-radius: 10px;
}
.maps.svelte-yry985.svelte-yry985 {
height: 100%;
}
.maps.dragging.svelte-yry985 .map-container.svelte-yry985 {
user-select: none;
}
.maps.svelte-yry985 .map-container.svelte-yry985 {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.slider.svelte-yry985.svelte-yry985 {
position: absolute;
top: 0;
bottom: 0;
cursor: col-resize;
background: black;
z-index: 1000;
}
.maps.svelte-1g37ixp {
display: flex;
flex-grow: 1;
Expand All @@ -205,42 +171,100 @@ main.svelte-13vsfrg {
.map-container.svelte-1g37ixp:last-of-type {
border-right: none;
}
div.svelte-1k1b3t4 {
padding: 0;
.maps.svelte-yry985.svelte-yry985 {
height: 100%;
}
.maps.dragging.svelte-yry985 .map-container.svelte-yry985 {
user-select: none;
}
.maps.svelte-yry985 .map-container.svelte-yry985 {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.slider.svelte-yry985.svelte-yry985 {
position: absolute;
top: 0;
bottom: 0;
cursor: col-resize;
background: black;
z-index: 1000;
}
div.svelte-1kuj9kb {
width: 100%;
height: 100%;
}
div.svelte-1k1b3t4 {
padding: 0;
}
div.svelte-1pfu5h6 {
display: none;
}
.map.svelte-11egfck {
height: 100%;
width: 100%;
position: relative;
}
.map-label-container.svelte-11egfck {
position: absolute;
right: 1em;
bottom: 2em;
}
.map-label-container-0.svelte-11egfck {
right: unset;
left: 1em;
}
.map-label-offset.svelte-11egfck {
position: absolute;
margin-top: 48px;
left: 0;
right: 0;
bottom: unset;
}
button.svelte-d9bm20 {
background: none;
border: none;
cursor: pointer;
font-size: 0.75em;
font-weight: normal;
padding: 0;
margin: 0;
}
.map.svelte-16c2pp7 {
height: 100%;
}
.map-label.svelte-70kotq {
.map-label.svelte-qshjp8 {
background: white;
box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
padding: 1em;
display: flex;
flex-direction: column;
min-width: 240px;
}
.map-name.svelte-70kotq {
.map-name.svelte-qshjp8 {
font-size: 1.25em;
font-weight: bold;
}
.map.svelte-16c2pp7 {
height: 100%;
}
button.svelte-d9bm20 {
background: none;
.close-button.svelte-qshjp8 {
background-color: transparent;
border: none;
position: absolute;
top: 0;
right: 0;
padding: 6px;
}
.close-button.svelte-qshjp8:hover {
cursor: pointer;
font-size: 0.75em;
font-weight: normal;
padding: 0;
margin: 0;
color: black;
}
.close-button.svelte-qshjp8:disabled {
cursor: not-allowed;
color: lightgray;
}
.map.svelte-16c2pp7 {
height: 100%;
}
.map-style-input.svelte-1qgw420 {
margin-top: 6px;
Expand All @@ -261,6 +285,20 @@ button.svelte-d9bm20 {
padding: 6px;
color: white;
}
.spin.svelte-1cj2gr0 {
animation: svelte-1cj2gr0-spin 2s 0s infinite linear;
}
.pulse.svelte-1cj2gr0 {
animation: svelte-1cj2gr0-spin 1s infinite steps(8);
}
@keyframes svelte-1cj2gr0-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.mapboxgl-map {
font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
overflow: hidden;
Expand Down
Loading

0 comments on commit 0d0d915

Please sign in to comment.