-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bug fixes + minor doc site improvements #39
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
🙌
docs/assets/styles/docs.css
Outdated
/* .table-scroll code { | ||
white-space: nowrap; | ||
} */ | ||
|
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.
Should we just cut this?
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.
Ah, good call -- just deleted!
docs/pages/components/dialog.md
Outdated
| `default` confirmation | `primary` | `exclamation-circle` | | ||
| `default` informational | `primary` | `info-circle` | |
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.
Should the default
s still be in there?
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.
3eeb267
to
4326907
Compare
@kathleenteamshares @kdonovan -- Could you both take a look at some recent additions to this PR? There was an additional component update that we needed to make & rather than cut this patch release first and open another PR, I added to this PR so that we can just wrap all the changes in a new minor release. Updated the main PR notes to reflect all the changes. TY both! 🙏 |
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.
🚗
What's in this PR
text
variant ofsl-button
to strip all padding so that it aligns better with other elements on the screen (Link in review app)sl-checkbox
andsl-radio
bug where acontained
checkbox or radio had a hover state even when disabled (Link in review app)sl-dialog
body forannouncement
variant (Link in review app)sl-button
bug where a disabled link (a
) button still opens thehref
link (Link in review app)sl-dialog
docsSLIM
preview is selectedreflect
istrue
Screenshots of props table update
Old props table
Full table isn't visible without horizontal scroll
Updated props table
Updated styling & layout so that no scrolling is needed to see the full table