## Overview
Drastically simplifies the WorldSeedr package by reducing the different
kinds of variance allowed. Adds unit tests too.
Creates a second example, InfiniteContributionsCalendar, to demonstrate
WorldSeedr usage.
### PR Checklist
- [x] Fixes#182
- [x] I have run this code to verify it works
- [x] This PR includes unit tests for the code change
Overview
Small fix: fixes aXe violations related to not having a <main> element.
Medium feature/fix: adds a link option per #326.
Larger fix: uses proper <label> & <menu> elements and attributes in UserWrappr menus. Uses a <LabeledOption> component to set up labels.
PR Checklist
Fixes#301; fixes#326
I have run this code to verify it works
This PR includes unit tests for the code change
Overview
Removes hovering from menu options, so it's only workable for clicks.
Tweaks the hover effect (and makes it used, now!) so it's > ... < before+after pseudo elements.
Tweaks options padding to fix#296 specifically.
PR Checklist
Fixes#186; fixes#296
I have run this code to verify it works
This PR includes unit tests for the code change
Cleans up InputWritr a bit by improving some of the docs and function names.
Adds partial unit test coverage
Moves alias conversion to UserWrappr, where it belongs
Renames makePipe to createPipe (I like "create" more for this)_
Removes a few unused areas of code
Filed #317 to tackle a more complete overhaul of the package long term.