* Update fa.ts (#1053)
Improved translations by using original Farsi words rather than English ones
* Revert "Update fa.ts (#1053)" (#1058)
This reverts commit c951661b58.
* fix play/pause buttons; #1147
* Revert "fix play/pause buttons; #1147"
This reverts commit 6d1eb71d8e.
---------
Co-authored-by: Hadi F <62212402+hadi-f90@users.noreply.github.com>
* Remove code that sets the carousel item role attribute.
* When pagination is active, set accessibility attributes on dots and slides.
* When slide is active, avoid including a 'Go to slide...' aria-label on the tab.
* Troubleshoot accessibility test for pagination
* Add exception for accessibility test.
* Prettier fix
* fix(sl-menu): tabbing closes the dropdown when it's open
* fix(arbitrary content): tabbing closes the dropdown when it's open
* feat: add pr suggestions
* (sl-split-panel) Add repeat expression and function expression to [snap].
* (sl-split-panel) Improve documentation.
* Improve split panel repeat() syntax, code cleanup.
- Move helper methods for split panel (toSnapFunction), and type definitions (SnapFunction, SnapFunctionParams) to split-panel.component.ts
- Allow repeat() to exist within other snap points in the split panel snap property. e.g. "repeat(100px) 50% 70% 90px" is now valid.
* Apply suggestions from code review
Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
---------
Co-authored-by: Cory LaViska <cory@abeautifulsite.net>
* 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>