feat(design-system): improve code quality in Storybook files [AR-74627]#614
Merged
Conversation
✅ Deploy Preview for drivenets-design-system ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
vpolessky-dn
previously approved these changes
Jul 22, 2026
…e-code-quality-in-storybook-files-2
vpolessky-dn
approved these changes
Jul 22, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Improved components
ds-alert-bannerds-autocompleteds-avatards-avatar-groupds-cardds-catalog-layoutds-checkboxds-date-pickerds-date-range-pickerds-dialogNotes:
*.stories.tsxcleaned up for code quality and were opted into the docs-snippet tests (each got a colocated*.docs.snapgolden file).ds-avataronly shows a snapshot file because its stories were already clean — just newly covered by the docs tests.ds-avatar-group,ds-card,ds-dialog) also gained new*.browser.test.tsxcoverage.ds-date-range-pickeris the one whose snapshot I regenerated in the CI fix (timezone determinism).For reference,
ds-breadcrumbandds-button-v3are also in the docs-test allowlist but were the reference components set up in the earlier docs-tests PR (#587), not part of this branch's component improvements.