* support dark and light mode in examples
* Update twitter example indicator view height
* update Instagram example UI
* update examples UI color
* reverse config changes
* fix action test
* Remove travis.yml file
* Clean up code
* Upgrade library version
* Now PagerStyle is a protocol and styles conform to it. Add background and indicator view closures to be able to set up any view.
* Update readme
* initial approach without indicator
* remove comments and scroll
* add new style and improve animation
* add indicator bar to scrollable navigation bar
* update example
* fix example colors for dark mode
* change modifier
* Update build-test.yml
* requested changes
* Add highlighted state. Renames on example.
* added lazy h stack to optimize performance.
* Rename normal to bar button style. So we use same naming as XLPagerTabStrip
* clean up code
* refactor code.
* adding segmented and bar style
* add examples for bar and segmented style
* update deprecated message
* update style. Toolbar is still missing (no tab bar in nav bar yet).
* provide the ability to use the navbar toolbar as UIKit versions allows
* show example as list
* fix navigation style
* added missing coordinateSpace
* clean up code
* accept only positives values in selection
Co-authored-by: Martin Barreto <martin@xmartlabs.com>