Skip to content

Commit

Permalink
chore: stash
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Nov 13, 2023
1 parent 374f34a commit 83e3843
Show file tree
Hide file tree
Showing 7 changed files with 960 additions and 653 deletions.
7 changes: 6 additions & 1 deletion docs/dotcom-v2-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ For Carbon v11 migration guidance, see their
| scroll-animations | No API changes. |
| search-with-typeahead | No API changes. |
| table-of-contents | No API changes. |
| tabs-extended-media | Deprecated in favor of `tabs-extended`. |
| tabs-extended | View [changes](#tabs-extended) |
| tabs-extended-media | Deprecated in favor of [`tabs-extended`](#tabs-extended). |
| tag-group | Deprecated in favor of wrapping Carbon `tag` in a parent container. |
| tag-link | Deprecated in favor of Carbon `tag`. |
| universal-banner | View [changes](#universal-banner) |
Expand Down Expand Up @@ -171,6 +172,10 @@ information.
- `link-list-item-card` has been replaced with `link-list-item`
- `link-list-item-card-cta` has been replaced with `link-list-item-cta`

### Tabs extended

- `vertical` variant has been deprecated

### Universal banner

- `universal-banner` renamed to `global-banner`
1 change: 1 addition & 0 deletions packages/carbon-web-components/src/components/tabs/tabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ export default class CDSTabs extends HostListenerMixin(CDSContentSwitcher) {
* @param [options.direction] `-1` to scroll forward, `1` to scroll backward.
*/
protected _handleScrollButtonClick(_, { direction }) {
console.log('direction', direction);
if (!this.tablist) {
return;
}
Expand Down
Loading

0 comments on commit 83e3843

Please sign in to comment.