carbon-components-svelte/src/UIShell
metonym 714f47a635
fix(types): dispatched events without a detail value should be null (#1124)
Currently, dispatched events without `e.detail` have a type of `any`.

We can be more specific as a `CustomEvent` detail value is `null`.
2022-02-21 09:42:42 -08:00
..
GlobalHeader fix(types): use @component comments for deprecation notices (#1111) 2022-02-19 18:50:25 -08:00
SideNav fix(types): dispatched events without a detail value should be null (#1124) 2022-02-21 09:42:42 -08:00
Content.svelte refactor: update/fix JSDoc props 2020-11-04 06:04:25 -08:00
HeaderGlobalAction.svelte feat(types): loosen icon prop type to allow any Svelte component #806 (#853) 2021-10-15 16:40:23 -07:00
HeaderSearch.svelte fix(types): dispatched events without a detail value should be null (#1124) 2022-02-21 09:42:42 -08:00
index.js Alignment with Carbon version 10.29 (#529) 2021-02-19 16:08:16 -08:00
navStore.js feat(UIShell): only render hamburger menu if SideNav exists (#457) 2020-12-09 09:14:32 -08:00
searchStore.js v0.12.0 2020-09-13 14:05:51 -07:00
SideNavDivider.svelte Alignment with Carbon version 10.29 (#529) 2021-02-19 16:08:16 -08:00
SkipToContent.svelte refactor: update/fix JSDoc props 2020-11-04 06:04:25 -08:00