-
Notifications
You must be signed in to change notification settings - Fork 23
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
release: cubone #2136
Open
zeroedin
wants to merge
7
commits into
main
Choose a base branch
from
staging/cubone
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
release: cubone #2136
Conversation
This file contains 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
…nd update Style docs (#2112) * fix(blockquote): override potential `max-width` for quote content * chore(blockquote): add changeset * fix(blockquote): use logical properties * fix(blockquote): update quote and author spacing * docs(blockquote): update maximum width size With direction from Marionne * feat(blockquote): limit width to 752px per docs * docs(blockquote): remove "Image of" at start of alt text * docs(blockquote): remove a11y note about `aria-label` * fix(blockquote): use standard media query size * docs(blockquote): re-add content to sizes table * docs(blockquote): fix and update themable tokens link on Style page * fix(blockquote): increase/correct slotted content `font-size` * fix(blockquote): use tag selector in CSS for quote * fix(blockquote): target `p` tag for blockquote specifically * fix(blockquote): use standard media query size * chore(blockquote): upgrade changeset to minor
🦋 Changeset detectedLatest commit: c247ad7 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for red-hat-design-system ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Size Change: +106 B (+0.05%) Total Size: 207 kB
ℹ️ View Unchanged
|
…2116) * fix(pagination): make bg of open variants transparent * fix(pagination): fallback colors for public and private variables * fix(pagination): use logical properties * fix(pagination): fix RTL demo layout * fix(pagination): wrap all pagination demos with `<rh-surface>` * fix(pagination): remove fallbacks to RHDS color tokens * chore(pagination): add changeset * docs(pagination): add docs about colors + surface * chore(pagination): downgrade changeset to patch Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]> * docs(pagination): update changeset description Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]> * docs(pagination): reword `rh-surface` requirement terminology, add alert note * docs(pagination): update 30-code.md --------- Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]>
* chore(blockquote): correct changeset level * chore(blockquote): update changeset Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]> --------- Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]>
* feat(dialog): use native `<dialog>` element Related to #1865. * chore(dialog): add changeset * fix(dialog): update color values to use new semantic tokens * fix(dialog): make surface wrap only dialog/modal * docs(dialog): update a11y docs around focus and focus order * fix(dialog): add `accessible-label` to the `no-headings.html` demo * fix(dialog): update content in `no-header-content.html` demo * fix(dialog): horizontally center dialogs with `variant`/`width` attributes * fix(dialog): position top / modal width variants sizing * fix(dialog): add `rh-*` elements to list of focusable selectors. * fix(dialog): update close button spacing/height/width. * fix(dialog): re-add `--rh-dialog-close-button-color` * fix(dialog): decrease close button size, fix video modal close button color * fix(dialog): add close button color variable to icon declaration * fix(dialog): remove `trapFocus();` function See: https://github.com/RedHat-UX/red-hat-design-system/pull/2078/files#r1877655958 * chore(dialog): update changeset wording about overlay Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]> * fix(dialog): add `href` to `rh-cta` host Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]> * fix(dialog): add `href` to `rh-cta` host Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]> * docs(dialog): update accessible name wording on a11y page Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]> * docs(dialog): a11y accessible label wording Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]> * docs(dialog): tweak accessible label fallback text wording Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]> * docs(dialog): spelling fix Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]> * docs(dialog): a11y name jsdoc wording Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]> * fix(dialog): add `href` to CTA host's in all demos * docs(dialog): add and improve JSDoc formatting * refactor(dialog): use IDREF's for styling shadowdom * docs(dialog): a11y focus order and a11y name content * fix(dialog): only `sticky` the header when there's enough space * fix(dialog): add surface background color to close button * fix(dialog): add padding to sticky `#header` * fix(dialog): add space to bottom of `#header` * fix(dialog): prevent header space from covering body content * docs(dialog): update demo wording Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]> * fix(dialog): remove `#onKeyDown` from `disconnectedCallback()` Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]> * docs(dialog): add extra note on `overlay` depreciation to changeset * fix(dialog): ensure `#body` paragraph spacing is correct * fix(dialog): remove `closeOnOutsideClick` static * refactor(dialog): remove `@bound` from `onClick()` method * fix(dialog): remove outdated tab/shift+tab methods * refactor(dialog): remove `@bound` from public methods * fix(dialog): simplify color-palette logic * fix(dialog): allow `sm`/`md`/`lg` variants for video dialogs * docs(dialog): update images and some content, remove old images * docs(dialog): fix relative link * refactor(dialog): rename `offset` vars to be private * fix(dialog): update font family variable fallbacks * docs(dialog): fix video dialog image and remove old images --------- Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]> Co-authored-by: marionnegp <[email protected]>
* fix(back-to-top): make element visible on base demo * fix(back-to-top): fix warnings demo, update demo content * fix(back-to-top): show element on position sticky demo * fix(back-to-top): use logical properties in demo styles * fix(back-to-top): target surface with `main` role in demo JS * chore(back-to-top): add changeset * fix(back-to-top): revert `svb` due to lack of baseline browser support * docs(back-to-top): remove position sticky demo * docs(back-to-top): remove scrollable page demo * fix(back-to-top): remove error/warning logs and warnings demo * chore(back-to-top): update changeset --------- Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]>
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.
Cubone Release
Version: 2.2.0