-
Notifications
You must be signed in to change notification settings - Fork 1.4k
(RSP-1616) Dialog Docs #299
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
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
1932ef6
creating dialog docs page and jsdocs to typescript interfaces
ktabors 099f13b
fixing import to fix example
ktabors 8b3128c
copy improvements
ktabors cb7b936
fixing package.json merge issue
ktabors 8408d84
Merge branch 'dialog_docs_v1' of https://github.com/adobe-private/rea…
LFDanLu 9e84ab5
simplifying the dialog jsdocs and adding lints to future docs
ktabors f94beeb
saving progress
LFDanLu 206f7d2
dialog jsdocs feedback updates
ktabors 328b578
first draft of dialog docs
LFDanLu 1446b60
Merge branch 'dialog_docs_v1' of https://github.com/adobe-private/rea…
LFDanLu 787bbef
adding stuff for onDismiss
LFDanLu 923b32e
Merge branch 'master' of https://github.com/adobe-private/react-spect…
LFDanLu dc29ade
update description so it doesn't conflict with ActionDialog too much
LFDanLu a03da0c
reorganizing so slots are under advanced section
LFDanLu 3ddaf7d
editing some sentences
LFDanLu 4d1cdde
formatting table via css
LFDanLu 3f454b2
Merge branch 'master' of https://github.com/adobe-private/react-spect…
LFDanLu c4ad1d0
removing image todo for now
LFDanLu 1eb8755
forgot to delete the image folder too
LFDanLu 277c13d
Merge branch 'master' into RSP-1616
LFDanLu 75c6a67
addressing review comments partial
LFDanLu fdd9d5a
Merge branch 'master' into RSP-1616
LFDanLu 2560566
adding anatomy svg
LFDanLu 7492dbe
make ExampleImage component for rendering svgs or images in docs
LFDanLu b667ec7
Merge branch 'master' of https://github.com/adobe-private/react-spect…
LFDanLu 355a484
Updating examples for header/heading update
LFDanLu b7184ca
Merge branch 'master' into RSP-1616
LFDanLu 2bd4326
Merge branch 'master' of https://github.com/adobe-private/react-spect…
LFDanLu c0a38f4
readding slots to types due to Dialog structure change
LFDanLu 2473947
Merge branch 'master' of https://github.com/adobe-private/react-spect…
LFDanLu e4520bb
Updating docs to match updates
LFDanLu e258f2a
Adding popover/tray examples and fixing docs link
LFDanLu 9e4ba2b
addressing review comments
LFDanLu d4d9973
Merge branch 'master' into RSP-1616
LFDanLu 7e6fff4
addressing review comments
LFDanLu 4a9922b
forgot to save this last change
LFDanLu 5fc1208
Merge branch 'master' into RSP-1616
LFDanLu 7b0d8b6
fixing lint
LFDanLu 7d56943
Merge branch 'RSP-1616' of https://github.com/adobe-private/react-spe…
LFDanLu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
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.
Was having trouble importing svgs (kept complaining about missing a transformer), stumbled upon this solution. Lemme know if an alternate route should be taken here