Code of conduct
Impacted component(s)
Overlay
Expected behavior
A minor issue, but I came across some of our code that uses the overlay timer directly and it isn't exported from the project.
I would expect to be able to do:
import { OverlayTimer } from '@spectrum-web-components/overlay'
Actual behavior
Right now we are referencing it via src
import { OverlayTimer } from '@spectrum-web-components/overlay/src/overlay-timer.js'
Screenshots
No response
What browsers are you seeing the problem in?
No response
How can we reproduce this issue?
- Go to '...'
- Click on '....'
- Scroll to '....'
- Check console
- See error
Sample code that illustrates the problem
No response
Logs taken while reproducing problem
No response