-
Notifications
You must be signed in to change notification settings - Fork 235
docs: 2nd gen component analysis #5770
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
Draft
rise-erpelding
wants to merge
155
commits into
main
Choose a base branch
from
2nd-gen-component-analysis
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… architecture (#5800) - create shared types file - import types into core status-light - imports new types in status light base - adds the api overrides for color and semantic variants - adds documentation - ensures the disabled state is not supported in S2 and throws a warning - ensures the disabled property still adds the aria-disabled attribute for S1 - removes disabled logic from base class - ensures the variants values are validated and throws a warning if not * refactor(status-light): status light second-gen - imports new S2 types for colors and semantic variants - adds the api overrides - adds documentation and example usage - refactors template render to use CSS classes and classMap() * refactor(status-light): status light first-gen - imports new S1 types for colors and semantic variants - adds the api overrides and extra disabled property - adds documentation, deprecation notices, and example usage - adds disabled logic to first-gen subclass * feat(status-light): add s2 styles * feat(status-light): add second-gen stories * feat(statuslight): add sizeMap decorator * test(status-light): add dev mode warning tests in first-gen * test(statuslight): add second-gen test file
* chore: add contributor docs (WIP) * docs: minor edits to contributor docs --------- Co-authored-by: Rúben Carvalho <rubcar@sapo.pt>
|
@rise-erpelding @marissahuysentruyt if yall want to update this PR out of draft, we can review this and get it merged in. The contributing docs PR has been merged in to barebones. |
…e changeset docs (#5795)
* chore: hoist dev commands to root packagejson * chore: add a root level eslint config file * fix(progress-circle): remove @spectrum-web-component/base dependency from next-gen * chore: update build commands in root packagejson * chore: run hmr on core for storybook and test * chore: fix test command in second-gen and add eslint dev dependency * chore: explicitly run prestorybook in second-gen * chore: update cem analyze command * chore: build ts before storybook in first-gen * chore: hoist license eslint rule to top --------- Co-authored-by: Rúben Carvalho <rubcar@sapo.pt> Co-authored-by: Casey Eickhoff <48574582+caseyisonit@users.noreply.github.com> Co-authored-by: Ruben Carvalho <rcarvalho@adobe.com>
…tton, In-field button and In-field progress circle (#5738) * chore(docs): barebones analysis for SWC-1218 * chore(docs): address feedback * chore(docs): address feedback
…roadmap (#5729) * docs(checkbox): migration roadmap * docs(fieldgroup): migration roadmap * docs(radio): migration roadmap * docs(switch): migration roadmap * docs(checkbox, field-group): update migration roadmap - gives clarification on invalid checkbox consideration - clarifies some of the implementation gaps for field group
… roadmap (#5775) * docs: add component analysis docs adds migration roadmap and component analysis docs for meter, progress bar, slider, illustrated message and drop zone.
…ard, swatch + swatchgroup, thumbnail (#5740)
b92d255 to
1986828
Compare
1d127dd to
d0d9c8e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
2nd gen
These issues or PRs map to our 2nd generation work to modernizing infrastructure.
do-not-merge
NO MERGE-Y!
Documentation
Issues or PRs involving changes to documentation or documentation website
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Creates AI-generated migration documentation to analyze component differences to guide SWC migration to S2, with human vetting. The documentation serves as a bridge between the migrated Spectrum 2 CSS work and the corresponding web components, in order to help engineers understand what needs to be implemented, updated, or aligned between the two systems to guide the development of 2nd generation web components.
Motivation and context
Related issue(s)
Screenshots (if appropriate)
Author's checklist
Reviewer's checklist
patch,minor, ormajorfeaturesManual review test cases
Descriptive Test Statement
Descriptive Test Statement
Device review