* Fix: Make Alert SSR compatible
* Fix: Make sure polyfill is only called on the frontend
* Add changelog entries
* Removed debug statement
* Changelog adjustments
* Another console.log statement :(
---------
Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
* Fix rendering performance bottleneck in carousel
* Remove check before using RAF
* Optimistically mark the slide change as pending until the rAF callback runs
* fix missing padding on sl-select placeholder with multiple option and medium or large size
* fix icon prefix padding issue on sl-select - do not apply margin to the select prefix when placeholder is present
* fix(popup): start positioner only if active
* test(popup): add test for positioning behavior on active state change
* fix(popup): ensure positioner starts only when active and anchor is present
* Issue 2117: Created a test to reproduce the issue
Note: Test is currently fainling before the actual fix
* Issue 2117: Check for the existenc of the key
* Bug is caused by an incorrect event triggered by Edge
* The event is missing the key property
* To fix the bug, check for the existence of the property
before checking the length property
* Issue 2117: Reset delay in test
---------
Co-authored-by: Dominikus Hellgartner <dominikus.hellgartner@gmail.com>
* Fix for #2145
* Fixed misleading comment after css adjustments
* Use same spacing for all sizes
---------
Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
* fix attributes and properties turning to null from 'morphing'
* add morphing tests
* prettier
* remove unnecessary console.log from button group test
* Add ability to automatically hide tab-group scroll control when there are no longer any tabs to show
* code review updates
* update and document how scroll buttons are hidden
* AUTO-HIDE: Simplify
* AUTO-HIDE: extract to constant
* update changelog
* include pr number in changelog update
* add line
* apply suggested changes
* Prevent tab-group scroll buttons from being focusable
* prettier fix
* Set default for 'auto-hide-scroll-buttons' to true
* Make auto hiding scroll buttons the default behavior
* Update changelog
* update changelog
---------
Co-authored-by: Shmuel Leider <shmuel.leider@chabad.org>
Co-authored-by: Yehuda Ringler <yehuda.ringler@chabad.org>
Co-authored-by: Cory LaViska <cory@abeautifulsite.net>