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.
Files changed (32) hide show
  1. package/docs/documentation/components/ContentSwitcher.html +1 -1
  2. package/docs/documentation/js/search/search_index.js +2 -2
  3. package/docs/documentation/modules/TagModule/dependencies.svg +4 -4
  4. package/docs/documentation/modules/TagModule.html +4 -4
  5. package/docs/documentation/modules/ThemeModule/dependencies.svg +4 -4
  6. package/docs/documentation/modules/ThemeModule.html +4 -4
  7. package/docs/documentation/modules/TilesModule/dependencies.svg +100 -100
  8. package/docs/documentation/modules/TilesModule.html +100 -100
  9. package/docs/documentation/modules/TimePickerSelectModule/dependencies.svg +49 -45
  10. package/docs/documentation/modules/TimePickerSelectModule.html +49 -45
  11. package/docs/documentation/modules/ToggleModule/dependencies.svg +41 -45
  12. package/docs/documentation/modules/ToggleModule.html +41 -45
  13. package/docs/documentation/modules/ToggletipModule/dependencies.svg +38 -38
  14. package/docs/documentation/modules/ToggletipModule.html +38 -38
  15. package/docs/documentation/modules/TooltipModule/dependencies.svg +4 -4
  16. package/docs/documentation/modules/TooltipModule.html +4 -4
  17. package/docs/documentation/modules/UIShellModule/dependencies.svg +4 -4
  18. package/docs/documentation/modules/UIShellModule.html +4 -4
  19. package/docs/documentation.json +2 -2
  20. package/docs/storybook/content-switcher-content-switcher-stories.d8a420bd.iframe.bundle.js +1 -0
  21. package/docs/storybook/iframe.html +2 -2
  22. package/docs/storybook/main.fe6c3f7d.iframe.bundle.js +1 -0
  23. package/docs/storybook/project.json +1 -1
  24. package/docs/storybook/{runtime~main.e61e8f0b.iframe.bundle.js → runtime~main.73b5bfb0.iframe.bundle.js} +1 -1
  25. package/esm2020/content-switcher/content-switcher.component.mjs +2 -2
  26. package/fesm2015/carbon-components-angular-content-switcher.mjs +1 -1
  27. package/fesm2015/carbon-components-angular-content-switcher.mjs.map +1 -1
  28. package/fesm2020/carbon-components-angular-content-switcher.mjs +1 -1
  29. package/fesm2020/carbon-components-angular-content-switcher.mjs.map +1 -1
  30. package/package.json +1 -1
  31. package/docs/storybook/content-switcher-content-switcher-stories.0e556d81.iframe.bundle.js +0 -1
  32. 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":