* Added generators for card layouts. These are optionally defined in the timemap config
* Removed US2020-specific layout generation - now it's being specified in the config
* logos at bottom
* use GT-Zirkon font
* update filter/category copy
* add a fallback font
* stop tracking
* make timeline smaller for smaller laptops
* fix for firefox responsive intropopup
* mobile fallback
* update design system version
* Updating some styles for cover; updating copy
* Wrote up getSelectedClusters function; testing
* Working on select with clusters being highlighted; rendering highlight around both clusters and individual points, so there's a little overlap
* Removed extraneous props being passed down to cluster
Co-authored-by: efarooqui <efarooqui@pandora.com>
* Fixed bug: when all child filters unselected, turn off parent as well
* Refactored placement of onSelectFilter to be in Layout; working logic for updating coloring sets
* Linting fixes and removal of console logs
* Added separate component for colored markers which clusters and events will use; working calculation of color percentages based off of coloringset
* Working colors for clusters; need to implement for individual points as well
* Adding two new features to select whether to color by association or by category (can't do both)
* Working colors for filter list panel; text and checkbox change according to colorset groupings
* Working timeline events with coloring algorithm
* Handle select acts different on map when we don't render all points and only filter through clusters; can fix this by not filtering before passing in locations to events in map
* Removed extraneous prop
* Working point count on hover again; numbers were showing up below the colored markers
* Linting fixes and minor refactor of calculateColorPercentage for linting to ass
* Comments and more linting fixes
* add dev command for windows subsystem for linux
* return default styles for category toggles
* dynamically filter out timelines
* calibrate styling
* further calibrations
* correct contrast
* lint
Co-authored-by: efarooqui <efarooqui@pandora.com>
Co-authored-by: Lachlan Kermode <lachiekermode@gmail.com>