-
Notifications
You must be signed in to change notification settings - Fork 36
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
chore(atomic): add component error custom element #5043
base: master
Are you sure you want to change the base?
Conversation
Pull Request ReportPR Title✅ Title follows the conventional commit spec. Live demo linksBundle Size
|
05cea99
to
e7684f4
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.
I like the PR Description !
Do we maintain any documentation on how to implement and use the atomic components ?
669fbcd
to
bec043b
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 !
packages/atomic/src/components/common/atomic-component-error/atomic-component-error.spec.ts
Show resolved
Hide resolved
41d615d
to
a23d857
Compare
The base branch was changed.
packages/atomic/src/components/common/atomic-component-error/atomic-component-error.ts
Outdated
Show resolved
Hide resolved
packages/atomic/vitest-utils/testing-helpers/fixture-wrapper.ts
Outdated
Show resolved
Hide resolved
https://coveord.atlassian.net/browse/KIT-4032 add component error custom element https://coveord.atlassian.net/browse/KIT-4022 stories https://coveord.atlassian.net/browse/KIT-4022 update story https://coveord.atlassian.net/browse/KIT-4022 Add generated files https://coveord.atlassian.net/browse/KIT-4022 remove unnecessary style attribute https://coveord.atlassian.net/browse/KIT-4022 simplify decorator https://coveord.atlassian.net/browse/KIT-4032 build https://coveord.atlassian.net/browse/KIT-4022 Add generated files
…tomic-component-error.ts Co-authored-by: Frederic Beaudoin <[email protected]>
Co-authored-by: Frederic Beaudoin <[email protected]>
AtomicComponentError Component Specification
📝 Requirements
The
atomic-component-error
is designed to display error messages for other components and log errors to the console.✅ Checklist
index.ts
andlazy-index.ts
files.https://coveord.atlassian.net/browse/KIT-4022