okadurin
1d128d4973
fix dialog aria-expand attribute
2024-08-28 10:13:29 +02:00
okadurin
54219c52ea
fix dialog aria-expand attribute
2024-08-28 09:26:41 +02:00
Oleksii Kadurin
e9b64bf253
Update packages/ui/components/dialog/test/lion-dialog.test.js
...
Co-authored-by: gerjanvangeest <gerjanvangeest@users.noreply.github.com>
2024-08-28 09:26:02 +02:00
okadurin
719991fdd3
fix dialog aria-expand attribute
2024-08-27 16:55:45 +02:00
okadurin
5f92a722e6
Revert "fix: add aria-expanded attribute only for the non-modal dialogs"
...
This reverts commit fa832d900b .
2024-08-27 16:48:27 +02:00
okadurin
fa832d900b
fix: add aria-expanded attribute only for the non-modal dialogs
2024-08-27 16:46:29 +02:00
gerjanvangeest
02a9427a7d
fix(combobox): when multiple choice reset all listbox options on select ( #2332 )
...
* fix(combobox): when multiple choice reset all listbox options on select
* Apply suggestions from code review
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
* chore: clear options also on click
* chore: adopt code to show list when only when showAllOnEmpty is true
---------
Co-authored-by: Thijs Louisse <thijs.louisse@ing.com>
2024-08-27 10:48:12 +02:00
5fa385e923
chore: make readme logo absolute path ( #2340 )
...
* chore: make readme logo absolute path
* Update rewrite-links.js
* Revert README.md
* Revert README.md
* Prettify rewrite-links.js
* Fix lint errors of rewrite-links.js
---------
Co-authored-by: ByoungYong Kim <ryubro@users.noreply.github.com>
2024-08-26 09:37:26 +02:00
Ardeshir Izadi
709cc5193a
chore: update "@custom-elements-manifest/analyzer" to 0.10.3 ( #2346 )
2024-08-26 09:28:32 +02:00
Ardeshir Izadi
0a71670069
chore: Missing closing tag in button test suite ( #2348 )
2024-08-26 09:28:04 +02:00
gerjanvangeest
61bf8cb4b1
fix(select-rich): sets and removes the button role and aria attributes on change of singleOption ( #2341 )
2024-08-22 15:08:28 +02:00
Rajkeshwar Prasad
e0ef676a36
opened-changed event detail exposes opened state ( #2334 )
...
* opened-changed event detail exposes opened state
* Fixed lint issue
* Generated changeset
---------
Co-authored-by: Rajkeshwar Prasad <rajkeshwarp@azuga.com>
Co-authored-by: Rajkeshwar Prasad <--global>
2024-08-22 13:12:50 +02:00
ec81abb293
fix: run correct lock-scan file type ( #2342 )
2024-08-22 09:21:58 +02:00
Thijs Louisse
95b7460367
chore: make broken demos work again
2024-08-08 14:17:37 +02:00
Oleksii Kadurin
e6f2e59134
Merge pull request #2320 from ing-bank/changeset-release/master
...
Version Packages
2024-08-07 12:01:00 +02:00
github-actions[bot]
19d4dd271f
Version Packages
2024-08-07 08:30:34 +00:00
gerjanvangeest
cdf0a9e8f0
fix(input-stepper): add parseNumber and formatNumber to format the va… ( #2312 )
...
* fix(input-stepper): add parseNumber and formatNumber to format the value based on locale
* Update packages/ui/components/input-stepper/test/lion-input-stepper.test.js
* Update packages/ui/components/input-stepper/test/lion-input-stepper.test.js
2024-08-07 10:29:02 +02:00
Oleksii Kadurin
58796deb0e
fix: add slot support to deepContains function
2024-08-01 18:55:36 +02:00
Thijs Louisse
436d5eebbe
Merge pull request #2310 from ing-bank/fix/modal-dialog-esc
...
fix(overlays): prevent closing of a modal dialog on pressing Esc and …
2024-07-24 16:09:31 +02:00
Thijs Louisse
b15d2aae1a
Merge pull request #2319 from ing-bank/changeset-release/master
...
Version Packages
2024-07-24 10:28:00 +02:00
github-actions[bot]
2ff8369cf9
Version Packages
2024-07-23 15:16:25 +00:00
Thijs Louisse
1dce98d4a8
fix(ui): fix focus first erroneous for listbox
2024-07-23 17:14:49 +02:00
Thijs Louisse
856c2650be
Merge pull request #2314 from ing-bank/changeset-release/master
...
Version Packages
2024-07-10 22:30:32 +02:00
github-actions[bot]
ee4f709d0b
Version Packages
2024-07-10 17:22:20 +00:00
Thijs Louisse
4ee62c32ef
feat(providence-analytics): export MatchSubclassesAnalyzer for external usage ( #2313 )
2024-07-10 19:20:50 +02:00
gerjanvangeest
f9ba215675
fix(overlays): prevent closing of a modal dialog on pressing Esc and hidesOnEsc is set to false
2024-07-03 16:19:00 +02:00
ByoungYong Kim
16bb2759a1
Merge pull request #2309 from ing-bank/chore/update-codeowners
...
Chore: update the list to reflect the current team
2024-06-27 14:47:30 +02:00
ByoungYong Kim
c91a1c6dd2
chore: update the list to reflect the current team
2024-06-27 14:27:34 +02:00
ByoungYong Kim
15a9d70cb6
Merge pull request #2299 from ing-bank/changeset-release/master
...
Version Packages
2024-06-27 14:16:54 +02:00
github-actions[bot]
a0ea788ed6
Version Packages
2024-06-27 11:50:04 +00:00
ByoungYong Kim
2015fa746e
Merge pull request #2308 from ing-bank/fix/input-file-modelvalue
...
fix: add files more than once doesn't overwrite anymore
2024-06-27 13:48:38 +02:00
ByoungYong Kim
5917423bc9
Fix a lint error, remove unnecessary lines
2024-06-27 11:39:18 +02:00
ByoungYong Kim
d75976a238
fix: Fix a bug when the same file is added on the single file input, the model value gets empty
2024-06-27 10:33:06 +02:00
ByoungYong Kim
58d56b2b88
doc: add changeset
2024-06-27 10:33:01 +02:00
ByoungYong Kim
74940911a0
fix: add files more than once doesn't overwrite anymore
2024-06-27 10:32:50 +02:00
gerjanvangeest
e4efb6dc03
chore: add description for opened to the jsdoc ( #2305 )
2024-06-24 11:39:52 +02:00
gerjanvangeest
b2d7d9b4a4
Fix/input file a11y ( #2304 )
...
* fix(input-file): improve accessibility
* chore: update the message
* chore: add the translations
* chore: fix linting
* chore: add changeset
2024-06-17 10:52:21 +02:00
gerjanvangeest
3dbee0c9b0
fix: add translations to the type of validation message ( #2226 )
2024-06-17 09:28:51 +02:00
gerjanvangeest
8e450423da
chore: add api tables to all components ( #2297 )
...
* chore: add api tables to all components
* chore: only use eleventyignore as ignore files for rocket
2024-06-10 15:30:20 +02:00
gerjanvangeest
b50b960daa
fix(combobox): update the code to when show and hide the overlay, to be more robust ( #2301 )
2024-06-10 15:10:08 +02:00
Dan Carlo Canlas
57597bb9ba
fix(form-core): Implement conversion of name attribute value to string type
2024-05-22 23:11:01 +02:00
gerjanvangeest
08a1cb1688
fix(tabs): make tab panels focusable ( #2281 )
2024-05-22 09:24:20 +02:00
Thijs Louisse
3829e2dce5
Merge pull request #2296 from ing-bank/changeset-release/master
...
Version Packages
2024-05-21 16:22:48 +02:00
github-actions[bot]
1e5437671a
Version Packages
2024-05-21 14:21:27 +00:00
Dozom
08d13e1a30
fix(slotmixin): now prints console error when shadowRoot is not found
2024-05-21 16:20:07 +02:00
Thijs Louisse
def3df4c08
Merge pull request #2292 from ing-bank/fix/providence-glob-perf
...
Fix/providence glob perf
2024-05-21 16:07:46 +02:00
Thijs Louisse
bdebc8fdf7
chore(providence): expose types; improve logging and formatting
2024-05-21 15:38:07 +02:00
Thijs Louisse
ca08d896da
Merge pull request #2293 from ing-bank/changeset-release/master
...
Version Packages
2024-05-17 21:46:34 +02:00
github-actions[bot]
bd5cad2578
Version Packages
2024-05-17 19:44:38 +00:00
Kristján Oddsson
c7c83d1d8b
update prettier
...
* update prettier to v3.x
* update prettify in @lion/nodejs-helpers to match updated prettier
* remove redundant await for promise
* remove `@types/prettier` as it's now included in `prettier`
* format lit template snippets with `jsx`
2024-05-17 21:43:23 +02:00