Skip to content

Commit

Permalink
test(sbb-mini-button-group): update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMenga committed Jul 22, 2024
1 parent df5a227 commit c4aafcd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,20 @@ snapshots["sbb-mini-button-group renders DOM"] =
tabindex="0"
>
</sbb-mini-button>
<sbb-divider
aria-orientation="vertical"
orientation="vertical"
role="separator"
slot="li-1"
>
</sbb-divider>
<sbb-mini-button
data-action=""
data-button=""
dir="ltr"
icon-name="pen-small"
role="button"
slot="li-1"
slot="li-2"
tabindex="0"
>
</sbb-mini-button>
Expand All @@ -99,6 +106,10 @@ snapshots["sbb-mini-button-group renders Shadow DOM"] =
<slot name="li-1">
</slot>
</li>
<li>
<slot name="li-2">
</slot>
</li>
</ul>
<span hidden="">
<slot>
Expand Down
3 changes: 1 addition & 2 deletions src/elements/mini-button-group/mini-button-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { html, LitElement } from 'lit';
import { customElement, property } from 'lit/decorators.js';

import type { SbbMiniButtonElement } from '../button/mini-button/mini-button.js';
import { SbbNamedSlotListMixin } from '../core/mixins/named-slot-list-mixin.js';
import { SbbNegativeMixin } from '../core/mixins/negative-mixin.js';
import { SbbNamedSlotListMixin, SbbNegativeMixin } from '../core/mixins.js';
import type { SbbDividerElement } from '../divider/divider.js';

import style from './mini-button-group.scss?lit&inline';
Expand Down

0 comments on commit c4aafcd

Please sign in to comment.