Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swagger ui redesign/custom dropdown (via #5381)
* improvement: OAS3 $ref friendly-name regex in model.jsx (via #5334) * improvement: relax schema description styling so Markdown can be effective (via #5340) * improvement: add `isShown` check to <ModelCollapse />'s prop `expanded` logic (via #5331) * Add and apply default button classes, styling * Update buttons to use custom component * Fix breaking unit tests * Replace button transition, replace EOF new-line * Apply custom sui-btn-wrapper class * Add span wrapper for button-text (allows us to apply em padding / margins on button element) * security: CVE-2018-20834 (via #5368) * bump minimum `bundlesize` version * bump `node-sass` * bump webpack + webpack-dev-server; update lockfile * release: v3.22.2 * Abstract default classnames to Button component * Use classnames lib where applicable * Fix unit tests * Tidy up, remove unused classnames * eliminate `auth` class * eliminate `authorize` class * move `.sui-btn--authorize` to buttons stylesheet * Remove duplicate import after merge * Dropdown component set up * Dropdown id & custom class props * Dropdown disabled prop * Basic DropDownItem, Updated Dropdown child classnames to not inherit modifer * Layout-utils restucture * Dropdown Basic controls * Dropdown Labels * Moved Dropdown to LayoutUtils * Dropdowm relocation cleanup * Dropdowm relocation cleanup P2 * Dropdown refs rough draft * Dropdown movement controls * Dropdown select option functionality * Dropdown default selected value and default placeholder * Add temporary dropdown icon - to be replaced by fontawesome * Move clickhandler to li element * Wrap dropdown text in span * Update alter-hue mixin to accept custom degree * Update dropdown styling * Apply custom Dropdown to "schemes" * Dropdown onChange * Removed Dropdown labels * Dropdown classname improvements * IE/Edge specific keyboard event keys * Removed onKeyPress * Dropdown classname improvements * Dropdown move item focus function * Dropdown move item focus function update * Replaced xclass with classnames * Dropdown styling * Dropdown seperate children function * Dropdown icon * Dropdown error handling - no children * Dropdown no options available msg
- Loading branch information