From 9b7cbeb5dd76df3496c12513fc7df3fb7ed081f3 Mon Sep 17 00:00:00 2001 From: Elain T Date: Wed, 20 Mar 2024 11:09:31 -0400 Subject: [PATCH] feat(design): update toast docs and import paths in specs (#2770) --- apps/design-land/src/app/toast/toast.component.html | 8 ++++---- libs/design/toast/src/service/toast.service.spec.ts | 2 +- libs/design/toast/src/toast/toast.component.spec.ts | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/design-land/src/app/toast/toast.component.html b/apps/design-land/src/app/toast/toast.component.html index 5fb9db8836..6cd9262e91 100644 --- a/apps/design-land/src/app/toast/toast.component.html +++ b/apps/design-land/src/app/toast/toast.component.html @@ -46,10 +46,10 @@

Configurations

- - - - + + + + diff --git a/libs/design/toast/src/service/toast.service.spec.ts b/libs/design/toast/src/service/toast.service.spec.ts index 5dd9d2e4af..b17dc0cde4 100644 --- a/libs/design/toast/src/service/toast.service.spec.ts +++ b/libs/design/toast/src/service/toast.service.spec.ts @@ -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'; diff --git a/libs/design/toast/src/toast/toast.component.spec.ts b/libs/design/toast/src/toast/toast.component.spec.ts index faab121a5b..5296a100b5 100644 --- a/libs/design/toast/src/toast/toast.component.spec.ts +++ b/libs/design/toast/src/toast/toast.component.spec.ts @@ -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: `
PropertyTypeDescriptionDefaultPropertyTypeDescriptionDefault