Skip to content
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

feat: ✨ add sd-dialog #668

Merged
merged 29 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
d1df67c
feat: initial setup
Vahid1919 Dec 15, 2023
e52db0e
feat: update css (wip)
Vahid1919 Dec 18, 2023
b69999a
Merge remote-tracking branch 'origin' into feat/add-sd-dialog
Vahid1919 Dec 19, 2023
eeb2d56
feat: update css
Vahid1919 Dec 19, 2023
3531f2f
feat: add remaining stories and samples
Vahid1919 Dec 21, 2023
48960af
feat: add fix prevent closing and small headline stories
Vahid1919 Dec 21, 2023
ab8e9fe
feat: add tests
Vahid1919 Dec 21, 2023
14dc596
feat: remove old classnames
Vahid1919 Dec 22, 2023
a167764
feat: remove width: auto
Vahid1919 Dec 22, 2023
9120b2a
feat: add Migration guide
Vahid1919 Dec 22, 2023
adfcacb
feat: add Headline Story
Vahid1919 Dec 22, 2023
ad9e073
Merge remote-tracking branch 'origin' into feat/add-sd-dialog
Vahid1919 Jan 17, 2024
ead4689
feat: remove ununsed styles file
Vahid1919 Jan 17, 2024
4ec02c8
Add new line in inline docs
Vahid1919 Jan 17, 2024
99d4360
Merge branch 'feat/add-sd-dialog' of github.com:solid-design-system/s…
Vahid1919 Jan 17, 2024
d175bee
feat: add Mouseless stories and change variable types
Vahid1919 Jan 19, 2024
adba0d3
Merge remote-tracking branch 'origin' into feat/add-sd-dialog
Vahid1919 Jan 22, 2024
074c8ef
Fix: Design adjustments
Vahid1919 Jan 22, 2024
562ebae
feat: remove scroll lock on stories
Vahid1919 Jan 24, 2024
24909b4
feat: add add heights to some stories and format
Vahid1919 Jan 24, 2024
5ae2a25
feat: document current sd-dialog bug
Vahid1919 Jan 25, 2024
d9f401d
fix: update version number
Vahid1919 Jan 25, 2024
9331864
fix remove inline=false
Vahid1919 Jan 25, 2024
d5cdb79
feat: improve prevent closing stories
Vahid1919 Jan 26, 2024
fea6512
feat: improve prevent closing stories
Vahid1919 Jan 26, 2024
b8881f0
feat: restructure prevent closing story
Vahid1919 Jan 26, 2024
1eb633f
feat: remove close icon and add footer button
Vahid1919 Jan 26, 2024
cc0af14
Merge remote-tracking branch 'origin' into feat/add-sd-dialog
Vahid1919 Jan 29, 2024
65f783f
Merge remote-tracking branch 'origin' into feat/add-sd-dialog
Vahid1919 Jan 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.