-
Notifications
You must be signed in to change notification settings - Fork 202
fix: restore undefined custom properties [part 5] #3475
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
Conversation
Bumps [diff2html](https://github.com/rtfpessoa/diff2html) from 3.4.48 to 3.4.51. - [Release notes](https://github.com/rtfpessoa/diff2html/releases) - [Commits](rtfpessoa/diff2html@3.4.48...3.4.51) --- updated-dependencies: - dependency-name: diff2html dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps-dev): bump lint-staged from 15.2.11 to 15.3.0 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.11 to 15.3.0. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md) - [Commits](lint-staged/lint-staged@v15.2.11...v15.3.0) --- updated-dependencies: - dependency-name: lint-staged dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * build: update config tooling to resolve lint-staged correctly --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: [ Cassondra ] <castastrophe@users.noreply.github.com>
🦋 Changeset detectedLatest commit: a8ffabc The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
🚀 Deployed on https://pr-3475--spectrum-css.netlify.app |
File metricsSummaryTotal size: 1.73 MB* Table reports on changes to a package's main file. Other changes can be found in the collapsed Details section below.
Detailsdatepicker
rating
sidenav
slider
switch
* Results are not gzipped or minified. * An ASCII character in UTF-8 is 8 bits or 1 byte. |
Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/tschaub/gh-pages/releases) - [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md) - [Commits](tschaub/gh-pages@v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: gh-pages dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.
Looks great!
Noting that Datepicker still looks a little off, but it appears to be because of other components that weren't fixed in this PR such as popover, textfield, and action button.
Bumps [chromatic](https://github.com/chromaui/chromatic-cli) from 11.20.2 to 11.22.0. - [Release notes](https://github.com/chromaui/chromatic-cli/releases) - [Changelog](https://github.com/chromaui/chromatic-cli/blob/main/CHANGELOG.md) - [Commits](chromaui/chromatic-cli@v11.20.2...v11.22.0) --- updated-dependencies: - dependency-name: chromatic dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…kles/css-1087-undef-props-part-5
…kles/css-1087-undef-props-part-5
…com/adobe/spectrum-css into seckles/css-1087-undef-props-part-5
…into seckles/css-1087-undef-props-part-5
Description
CSS-1087
Restore missing custom properties from the foundations spectrum two theme files that were flagged by the linter. This fixes linter errors for the following components:
How and where has this been tested?
Please tag yourself on the tests you've marked complete to confirm the tests have been run by someone other than the author.
Validation steps
@jawinn :
yarn linter sidenav
no longer shows errors or warningsyarn linter rating
no longer shows errors or warningsyarn linter slider
no longer shows errors or warningsyarn linter switch
no longer shows errors or warningsyarn linter datepicker
no longer shows errors or warningsTo-do list