carbon-components-svelte/src/StructuredList
Eric Liu c02b4738bc
fix: resolve a11y warnings from Svelte version 3.58 (#1732)
* chore(deps-dev): upgrade svelte to 3.58

* chore(a11y): ignore false positives

Referencing the upstream Carbon React implementation, these warnings can be ignored.

* fix(list-box-menu-item): set `tabindex` to `-1`

* chore: fix `tabindex` capitalization

The Svelte Language server does not detect `tabIndex` as a valid attribute.

Note, however, that `tabIndex` is correct when using it in JavaScript (e.g., `node.tabIndex`).
2023-05-18 14:53:17 -04:00
..
index.js refactor: update/fix JSDoc props 2020-11-04 06:04:25 -08:00
StructuredList.svelte breaking: remove deprecated props and components (#1191) 2022-03-27 08:21:58 -07:00
StructuredListBody.svelte Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
StructuredListCell.svelte Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
StructuredListHead.svelte Fix a11y-mouse-events warning, update docs (#765) 2021-07-26 08:40:05 -07:00
StructuredListInput.svelte refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props 2020-11-06 11:30:46 -08:00
StructuredListRow.svelte fix: resolve a11y warnings from Svelte version 3.58 (#1732) 2023-05-18 14:53:17 -04:00
StructuredListSkeleton.svelte breaking: remove deprecated props and components (#1191) 2022-03-27 08:21:58 -07:00