Skip to content

Commit

Permalink
feat: ✨ add sd-dialog (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahid1919 committed Jan 30, 2024
1 parent b6c9ba2 commit 753b6d8
Show file tree
Hide file tree
Showing 7 changed files with 524 additions and 217 deletions.
8 changes: 7 additions & 1 deletion packages/components/.storybook/preview-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@
.mouseless,
.mouseless:hover {
cursor: none !important;
padding: 0.5rem; /* makes focus ring completely visible in Chromatic screenshots */
padding: 0.5rem;
/* makes focus ring completely visible in Chromatic screenshots */
}

.mouseless * {
Expand All @@ -122,4 +123,9 @@
.sbdocs .sbdocs-content ol {
list-style-type: decimal !important;
}

body.sd-scroll-lock {
padding-right: unset !important;
overflow: unset !important;
}
</style>
26 changes: 0 additions & 26 deletions packages/components/src/_components/dialog/dialog.stories.ts

This file was deleted.

123 changes: 0 additions & 123 deletions packages/components/src/_components/dialog/dialog.styles.ts

This file was deleted.

0 comments on commit 753b6d8

Please sign in to comment.