Skip to content

Commit

Permalink
fix(coachmark,overlay): adjust imports of overlay and coachmark (#4455)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmitch committed May 16, 2024
1 parent d38bf04 commit 39706da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/coachmark/src/Coachmark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import coachmarkStyles from './coachmark.css.js';
import chevronStyles from '@spectrum-web-components/icon/src/spectrum-icon-chevron.css.js';
import '@spectrum-web-components/icons-ui/icons/sp-icon-chevron200.js';
import { Popover } from '@spectrum-web-components/popover';
import { join } from 'lit/directives/join.js';
import { join } from '@spectrum-web-components/base/src/directives.js';
import { ifDefined } from '@spectrum-web-components/base/src/directives.js';
import type { Placement } from '@spectrum-web-components/overlay';
import { MediaType } from './CoachmarkItem.js';
Expand Down
2 changes: 1 addition & 1 deletion packages/overlay/src/overlay-trigger-directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
render,
TemplateResult,
} from '@spectrum-web-components/base';
import { directive } from 'lit/async-directive.js';
import { directive } from '@spectrum-web-components/base/src/async-directive.js';
import { strategies } from './strategies.js';
import type { OverlayOptions, TriggerInteraction } from './overlay-types.js';
import type { ClickController } from './ClickController.js';
Expand Down

0 comments on commit 39706da

Please sign in to comment.