Version Packages

This commit is contained in:
github-actions[bot] 2024-09-11 06:22:15 +00:00
parent 8796a6a226
commit eb46bb9240
8 changed files with 12 additions and 31 deletions

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
fix: [overlays] avoid growing margin when using `preventsScroll: false`

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[combobox] reset listbox options on click/enter for multiple-choice

View file

@ -1,5 +0,0 @@
---
"@lion/ui": patch
---
[input-file] fix the bug that accept attribute in the input field didn't work properly

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
opened-changed event detail exposes opened state

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
[select-rich] sets and removes the button role and aria attributes on change of singleOption

View file

@ -1,5 +0,0 @@
---
'@lion/ui': patch
---
add "aria-expanded" attribute only for the non-modal dialogs

View file

@ -1,5 +1,16 @@
# @lion/ui
## 0.7.7
### Patch Changes
- bca25bc: fix: [overlays] avoid growing margin when using `preventsScroll: false`
- 02a9427: [combobox] reset listbox options on click/enter for multiple-choice
- ac9d16b: [input-file] fix the bug that accept attribute in the input field didn't work properly
- e0ef676: opened-changed event detail exposes opened state
- 61bf8cb: [select-rich] sets and removes the button role and aria attributes on change of singleOption
- 719991f: add "aria-expanded" attribute only for the non-modal dialogs
## 0.7.6
### Patch Changes

View file

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