forked from uber/baseweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(map-marker): begin work for floating route marker * feat(map-marker): tweak examples * feat(map-marker): progress * feat(map-marker): merge * feat(map-marker): refactor * feat(map-marker): reset color * feat(map-marker): clean documentation * feat(map-marker): begin examples * feat(map-marker): progress on types * feat(map-marker): new line to satisfy linter in thumbs * feat(map-marker): progress on examples * feat(map-marker): clean * feat(map-marker): implement offset function * feat(map-marker): update labels * feat(map-marker): complete tests * test(vrt): update visual snapshots for f8b7bda (uber#5225) Co-authored-by: UberOpenSourceBot <[email protected]> Co-authored-by: Chase Starr <[email protected]>
- Loading branch information
1 parent
e417394
commit b41fcf6
Showing
66 changed files
with
1,738 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
documentation-site/components/thumbs/components/FloatingRouteMarker.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* | ||
Copyright (c) Uber Technologies, Inc. | ||
This source code is licensed under the MIT license found in the | ||
LICENSE file in the root directory of this source tree. | ||
*/ | ||
/* THIS FILE IS AUTO-GENERATED. DO NOT MODIFY. */ | ||
|
||
import React from 'react'; | ||
|
||
export default function SvgFloatingRouteMarker(props) { | ||
return ( | ||
<svg width={232} height={145} fill="none" {...props}> | ||
<rect x={90} y={62} width={51.872} height={22} rx={4.436} fill={props.colors[1]} /> | ||
<path fill={props.colors[2]} d="M94.436 66h43v6h-43zM94.436 74h28v6h-28z" /> | ||
<path d="M85.564 88.436L98.872 84 90 75.128l-4.436 13.308z" fill={props.colors[1]} /> | ||
</svg> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
documentation-site/components/thumbs/svg/floating-route-marker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.