-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(color-field): added missing dependencies #4141
Conversation
Lighthouse scores
What is this?Lighthouse scores comparing the documentation site built from the PR ("Branch") to that of the production documentation site ("Latest") and the build currently on Transfer Size
Request Count
|
"@spectrum-web-components/base": "^0.41.2" | ||
"@ctrl/tinycolor": "^4.0.3", | ||
"@spectrum-web-components/base": "^0.41.2", | ||
"@spectrum-web-components/textfield": "^0.41.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we also need @spectrum-web-components/color-handle
.
The tachometer tests in https://github.com/adobe/spectrum-web-components/actions/runs/8172911409?pr=4141 are failing here in a way that I don't expect. Can you look into that? If you run them locally, and they still fail, opening the test link while it's attempting to run will allow you to see the error it encounters in the browser. |
Checked this and it is failing in local also with the below error clicking the test link. This is referring that it is not able to find the correct reference of |
That likely means that we didn't get Color Field added to |
I could see |
ba76333
to
d039ab3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thanks for cleaning this up.
Description
Added missing dependencies in Color-Field
Also added
@spectrum-web-components/color-field
in@spectrum-web-components/bundle
Related issue(s)
Motivation and context
How has this been tested?
Screenshots (if appropriate)
Types of changes
Checklist
Best practices
This repository uses conventional commit syntax for each commit message; note that the GitHub UI does not use this by default so be cautious when accepting suggested changes. Avoid the "Update branch" button on the pull request and opt instead for rebasing your branch against
main
.