carbon-components-angular 5.12.0 → 5.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/documentation/components/ContentSwitcher.html +1 -1
- package/docs/documentation/js/search/search_index.js +2 -2
- package/docs/documentation/modules/TagModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TagModule.html +4 -4
- package/docs/documentation/modules/ThemeModule/dependencies.svg +4 -4
- package/docs/documentation/modules/ThemeModule.html +4 -4
- package/docs/documentation/modules/TilesModule/dependencies.svg +100 -100
- package/docs/documentation/modules/TilesModule.html +100 -100
- package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +49 -45
- package/docs/documentation/modules/TimePickerSelectModule.html +49 -45
- package/docs/documentation/modules/ToggleModule/dependencies.svg +41 -45
- package/docs/documentation/modules/ToggleModule.html +41 -45
- package/docs/documentation/modules/ToggletipModule/dependencies.svg +38 -38
- package/docs/documentation/modules/ToggletipModule.html +38 -38
- package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
- package/docs/documentation/modules/TooltipModule.html +4 -4
- package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
- package/docs/documentation/modules/UIShellModule.html +4 -4
- package/docs/documentation.json +2 -2
- package/docs/storybook/content-switcher-content-switcher-stories.d8a420bd.iframe.bundle.js +1 -0
- package/docs/storybook/iframe.html +2 -2
- package/docs/storybook/main.fe6c3f7d.iframe.bundle.js +1 -0
- package/docs/storybook/project.json +1 -1
- package/docs/storybook/{runtime~main.e61e8f0b.iframe.bundle.js → runtime~main.73b5bfb0.iframe.bundle.js} +1 -1
- package/esm2020/content-switcher/content-switcher.component.mjs +2 -2
- package/fesm2015/carbon-components-angular-content-switcher.mjs +1 -1
- package/fesm2015/carbon-components-angular-content-switcher.mjs.map +1 -1
- package/fesm2020/carbon-components-angular-content-switcher.mjs +1 -1
- package/fesm2020/carbon-components-angular-content-switcher.mjs.map +1 -1
- package/package.json +1 -1
- package/docs/storybook/content-switcher-content-switcher-stories.0e556d81.iframe.bundle.js +0 -1
- package/docs/storybook/main.78985516.iframe.bundle.js +0 -1
|
@@ -661,7 +661,7 @@ export class ContentSwitcher implements AfterViewInit {
|
|
|
661
661
|
|
|
662
662
|
@HostListener("keydown", ["$event"])
|
|
663
663
|
hostkeys(event: KeyboardEvent) {
|
|
664
|
-
const buttonList = Array.from<any>(this.elementRef.nativeElement.querySelectorAll("[cdsContentOption]"));
|
|
664
|
+
const buttonList = Array.from<any>(this.elementRef.nativeElement.querySelectorAll("[cdsContentOption], [ibmContentOption]"));
|
|
665
665
|
|
|
666
666
|
switch (event.key) {
|
|
667
667
|
case "ArrowRight":
|