* renames `select-box-kit` into `select-kit`
* introduces `single-select` and `multi-select` as base components
* introduces {{search-advanced-category-chooser}} as a better component for selecting category in advanced search
* improves events handling in select-kit
* recreates color selection inputs using {{multi-select}} and a custom {{selected-color}} component
* replaces category-selector by a component using select-kit and based on multi-select
* improves positioning of wrapper
* removes the need for offscreen, and instead use `select-kit-header` as a base focus point for all select-kit based components
* introduces a formal plugin api for select-kit based components
* introduces a formal pattern for loading and updating select-kit based components:
```
computeValue()
computeContent()
mutateValue()
```
|
||
|---|---|---|
| .. | ||
| combo-box | ||
| dropdown-select-box | ||
| future-date-input-selector | ||
| multi-select | ||
| notifications-button | ||
| select-kit | ||
| admin-agree-flag-dropdown.js.es6 | ||
| admin-delete-flag-dropdown.js.es6 | ||
| admin-group-selector.js.es6 | ||
| categories-admin-dropdown.js.es6 | ||
| category-chooser.js.es6 | ||
| category-notifications-button.js.es6 | ||
| category-row.js.es6 | ||
| category-selector.js.es6 | ||
| combo-box.js.es6 | ||
| dropdown-select-box.js.es6 | ||
| future-date-input-selector.js.es6 | ||
| group-notifications-button.js.es6 | ||
| list-setting.js.es6 | ||
| multi-select.js.es6 | ||
| none-category-row.js.es6 | ||
| notifications-button.js.es6 | ||
| pinned-button.js.es6 | ||
| pinned-options.js.es6 | ||
| search-advanced-category-chooser.js.es6 | ||
| select-kit.js.es6 | ||
| single-select.js.es6 | ||
| tag-notifications-button.js.es6 | ||
| topic-footer-mobile-dropdown.js.es6 | ||
| topic-notifications-button.js.es6 | ||
| topic-notifications-options.js.es6 | ||