Skip to content

Commit

Permalink
feat(design): update toast docs and import paths in specs (#2770)
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint committed Mar 20, 2024
1 parent 98e9090 commit 9b7cbeb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions apps/design-land/src/app/toast/toast.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ <h3>Configurations</h3>
<table>
<thead>
<tr>
<td>Property</td>
<Td>Type</Td>
<td>Description</td>
<td>Default</td>
<th>Property</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
</thead>
<tbody>
Expand Down
2 changes: 1 addition & 1 deletion libs/design/toast/src/service/toast.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import {
DaffPrefixSuffixModule,
} from '@daffodil/design';
import { DaffButtonModule } from '@daffodil/design/button';
import { DaffToast } from '@daffodil/design/toast';

import { DaffToastPositionService } from './position.service';
import { DaffToastService } from './toast.service';
import { DaffToast } from '../interfaces/toast';
import { DaffToastTemplateComponent } from '../toast/toast-template.component';
import { DaffToastComponent } from '../toast/toast.component';
import { DaffToastActionsDirective } from '../toast-actions/toast-actions.directive';
Expand Down
2 changes: 1 addition & 1 deletion libs/design/toast/src/toast/toast.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import {
DaffStatus,
DaffStatusEnum,
} from '@daffodil/design';
import { DaffToast } from '@daffodil/design/toast';

import { DaffToastComponent } from './toast.component';
import { DaffToast } from '../interfaces/toast';

@Component ({
template: `
Expand Down

0 comments on commit 9b7cbeb

Please sign in to comment.