Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add MapboxMap, MapboxMarker, MapboxPopup components #184

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

KeziahMoselle
Copy link
Member

@KeziahMoselle KeziahMoselle commented Mar 20, 2024

πŸ”— Linked issue

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

This PR aims to convert our Vue.js library vue-mapbox-gl to JS toolkit based components for ease of use and without the need to load Vue.js for a simple map.

Components

  • MapboxMap
  • MapboxMarker
  • MapboxPopup
  • MapboxNavigationControl
  • MapboxImage
  • More to come in later PR.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have added tests (if possible).
  • I have updated the documentation accordingly.
  • I have updated the changelog.

@KeziahMoselle KeziahMoselle linked an issue Mar 20, 2024 that may be closed by this pull request
Copy link

Export Size

@studiometa/ui

Name Size Diff
MapboxMarker 645 B +645 B (+100.00%) πŸ”Ί
MapboxPopup 634 B +634 B (+100.00%) πŸ”Ί
MapboxMap 630 B +630 B (+100.00%) πŸ”Ί
ORGANISMS 2.15 kB +463 B (+27.53%) πŸ”Ί
ALL 11.5 kB +427 B (+3.86%) πŸ”Ί
Unchanged

@studiometa/ui

Name Size Diff
AbstractPrefetch 411 B -
AbstractScrollAnimation 461 B -
AbstractSliderChild 2.42 kB -
Accordion 1.06 kB -
AccordionItem 1.02 kB -
Action 508 B -
AnchorScrollTo 243 B -
animationScrollWithEase 272 B -
ATOMS 3.77 kB -
CircularMarquee 339 B -
Cursor 665 B -
Draggable 327 B -
Figure 694 B -
FigureTwicpics 1.15 kB -
Frame 1.62 kB -
FrameAnchor 201 B -
FrameForm 198 B -
FrameTarget 777 B -
LargeText 492 B -
LazyInclude 418 B -
loadImage 694 B -
Menu 1.38 kB -
MenuBtn 230 B -
MenuList 943 B -
Modal 908 B -
ModalWithTransition 1.02 kB -
MOLECULES 6.83 kB -
Panel 1.26 kB -
PrefetchWhenOver 468 B -
PrefetchWhenVisible 480 B -
PRIMITIVES 632 B -
ScrollAnimation 513 B -
ScrollAnimationChild 650 B -
ScrollAnimationChildWithEase 851 B -
ScrollAnimationParent 712 B -
ScrollAnimationWithEase 711 B -
ScrollReveal 622 B -
Sentinel 217 B -
Slider 2.21 kB -
SliderBtn 2.58 kB -
SliderCount 2.45 kB -
SliderDots 2.67 kB -
SliderDrag 353 B -
SliderItem 705 B -
SliderProgress 2.49 kB -
Sticky 859 B -
TableOfContent 647 B -
TableOfContentAnchor 460 B -
Tabs 625 B -
Transition 387 B -

@titouanmathis titouanmathis changed the title Add MapboxMap, MapboxMarker, MapboxPopup components [Feature] Add MapboxMap, MapboxMarker, MapboxPopup components Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[MapboxMap] component
1 participant