Version Packages

This commit is contained in:
github-actions[bot] 2023-01-16 09:07:32 +00:00 committed by Thomas Allmer
parent 9f6270b340
commit 2c104e9b2b
7 changed files with 11 additions and 26 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[select-rich] solve case of having singleOption and hasNoDefaultSelected as the same time

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[overlays]: fix adoptStyles fallback and make testable

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[select-rich] set focusableNode correctly so focused and focused-visible attributes are set when invoker gets focus

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
`accordion`: rearranging invokers and content for a correct tab order is now implemented by changing the slot attributes of both instead of moving them, changed css for this implementation, updated tests

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[input-tel-dropdown] add translations for "All countries" and "Suggested countries" labels.

View file

@ -1,5 +1,15 @@
# @lion/ui # @lion/ui
## 0.0.13
### Patch Changes
- fd09f652: [select-rich] solve case of having singleOption and hasNoDefaultSelected as the same time
- af2e0293: [overlays]: fix adoptStyles fallback and make testable
- 9f6270b3: [select-rich] set focusableNode correctly so focused and focused-visible attributes are set when invoker gets focus
- 9fb14fa1: `accordion`: rearranging invokers and content for a correct tab order is now implemented by changing the slot attributes of both instead of moving them, changed css for this implementation, updated tests
- 9a43dc4d: [input-tel-dropdown] add translations for "All countries" and "Suggested countries" labels.
## 0.0.12 ## 0.0.12
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@lion/ui", "name": "@lion/ui",
"version": "0.0.12", "version": "0.0.13",
"description": "A package of extendable web components", "description": "A package of extendable web components",
"license": "MIT", "license": "MIT",
"author": "ing-bank", "author": "ing-bank",