Patch Changes
- 9ff7cd7: fix(@lion/ui): export types necessary for type inference of mixins (fixes #1903)
- 74b4b68: don't set unparseable for negative timezones
- eff3259: LocalizeManager: added
allowOverridesForExistingNamespaces
option toconstructor
argument to allow for changing data in a namespace for a given locale - 84173cd: lion-select-rich: when the overlay is shown, the "autofocus" attribute is added to _listboxNode (_inputNode) to make sure that keyboard navigation continues to work when the element is inside a an element with
trapsKeyboardFocus:true
, like the bottomsheet created viawithBottomSheetConfig()
. When the overlay is closed the attribute is removed.