Skip to content

feat(alert): apply tokens#6002

Merged
mcoker merged 2 commits intopatternfly:v6from
srambach:5996-alert-tokens
Oct 24, 2023
Merged

feat(alert): apply tokens#6002
mcoker merged 2 commits intopatternfly:v6from
srambach:5996-alert-tokens

Conversation

@srambach
Copy link
Member

@srambach srambach commented Oct 16, 2023

Fixes #5996

We possibly need a token to replace {$pf-global}--spacer--form-element
See it

@patternfly-build
Copy link
Collaborator

patternfly-build commented Oct 16, 2023

@srambach srambach linked an issue Oct 16, 2023 that may be closed by this pull request
Copy link
Contributor

@mcoker mcoker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Questions for design @lboehling @andrew-ronaldson

  • The title is larger than default text, but the expandable toggle icon, status icon, and close button icon are all different sizes from the title text. Should those match? Generally I'd expect at least the status icon to match the title text. Along those lines, if a user supplied their own icon somewhere in the title text for whatever reason, it would match the title font size (16px) unless they explicitly made it some other size. And the close icon in the designs seems a bit abnormally large.
    • This is what it looks like in this PR where all of the icons are 14px (default body text) and the title is 16px.
      Screenshot 2023-10-20 at 5 48 48 PM
    • Here is what it looks like if everything is 16px.
      Screenshot 2023-10-20 at 5 48 28 PM
  • The toggle and close buttons are plain/icon buttons, so they get the plain/button icon treatment on hover/focus/expanded. This is the hover state (though the styles aren't correct, I haven't pushed the button changes yet). Is this expected?
Screenshot 2023-10-20 at 5 41 11 PM Screenshot 2023-10-20 at 5 41 14 PM

Aside from those questions and the comments to fix the inline variation backgrounds, LGTM!

--#{$alert}--BorderColor: var(--#{$alert}--m-custom--BorderColor);
--#{$alert}__icon--Color: var(--#{$alert}--m-custom__icon--Color);
--#{$alert}__title--Color: var(--#{$alert}--m-custom__title--Color);
--#{$alert}--m-inline--BackgroundColor: var(--#{$alert}--m-inline--m-custom--BackgroundColor);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The background colors aren't showing up since the vars were deleted

Suggested change
--#{$alert}--m-inline--BackgroundColor: var(--#{$alert}--m-inline--m-custom--BackgroundColor);

--#{$alert}--BorderColor: var(--#{$alert}--m-success--BorderColor);
--#{$alert}__icon--Color: var(--#{$alert}--m-success__icon--Color);
--#{$alert}__title--Color: var(--#{$alert}--m-success__title--Color);
--#{$alert}--m-inline--BackgroundColor: var(--#{$alert}--m-inline--m-success--BackgroundColor);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
--#{$alert}--m-inline--BackgroundColor: var(--#{$alert}--m-inline--m-success--BackgroundColor);

--#{$alert}--BorderColor: var(--#{$alert}--m-danger--BorderColor);
--#{$alert}__icon--Color: var(--#{$alert}--m-danger__icon--Color);
--#{$alert}__title--Color: var(--#{$alert}--m-danger__title--Color);
--#{$alert}--m-inline--BackgroundColor: var(--#{$alert}--m-inline--m-danger--BackgroundColor);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
--#{$alert}--m-inline--BackgroundColor: var(--#{$alert}--m-inline--m-danger--BackgroundColor);

--#{$alert}--BorderColor: var(--#{$alert}--m-warning--BorderColor);
--#{$alert}__icon--Color: var(--#{$alert}--m-warning__icon--Color);
--#{$alert}__title--Color: var(--#{$alert}--m-warning__title--Color);
--#{$alert}--m-inline--BackgroundColor: var(--#{$alert}--m-inline--m-warning--BackgroundColor);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
--#{$alert}--m-inline--BackgroundColor: var(--#{$alert}--m-inline--m-warning--BackgroundColor);

--#{$alert}--BorderColor: var(--#{$alert}--m-info--BorderColor);
--#{$alert}__icon--Color: var(--#{$alert}--m-info__icon--Color);
--#{$alert}__title--Color: var(--#{$alert}--m-info__title--Color);
--#{$alert}--m-inline--BackgroundColor: var(--#{$alert}--m-inline--m-info--BackgroundColor);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
--#{$alert}--m-inline--BackgroundColor: var(--#{$alert}--m-inline--m-info--BackgroundColor);

Copy link
Contributor

@mcoker mcoker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👻👍

@mcoker mcoker merged commit c37e654 into patternfly:v6 Oct 24, 2023
@patternfly-build
Copy link
Collaborator

🎉 This PR is included in version 6.0.0-alpha.10 🎉

The release is available on:

Your semantic-release bot 📦🚀

mcoker pushed a commit to mcoker/patternfly that referenced this pull request Oct 30, 2023
* feat(alert): apply tokens

* feat(alert): remove unused background color
mcoker pushed a commit to mcoker/patternfly that referenced this pull request Oct 31, 2023
* feat(alert): apply tokens

* feat(alert): remove unused background color
mcoker pushed a commit to mcoker/patternfly that referenced this pull request Nov 8, 2023
* feat(alert): apply tokens

* feat(alert): remove unused background color
mcoker pushed a commit to mcoker/patternfly that referenced this pull request Nov 8, 2023
* feat(alert): apply tokens

* feat(alert): remove unused background color
mcoker pushed a commit to mcoker/patternfly that referenced this pull request Nov 9, 2023
* feat(alert): apply tokens

* feat(alert): remove unused background color
mcoker pushed a commit to mcoker/patternfly that referenced this pull request Nov 9, 2023
* feat(alert): apply tokens

* feat(alert): remove unused background color
nicolethoen pushed a commit to nicolethoen/patternfly-1 that referenced this pull request Nov 10, 2023
* feat(alert): apply tokens

* feat(alert): remove unused background color
mcoker added a commit that referenced this pull request Nov 17, 2023
* chore(select): fixed text in HTML example to show multiple checks can be selected (#5663)

* chore: Update release.yml to node 18 [ci skip]

* chore: add superclean npm script (#5798)

* chore(options-menu): updated markup to match react component (#5809)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.3 (#5720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump semver from 5.7.1 to 5.7.2 (#5756)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: updated use of flex start/end to be more compatible (#5807)

* fix(chip): add margin for badge when used in text element (#5844)

* feat(global): added RTL support (#5778)

* fix: added tree view icon (#5845)

* fix: added tree view icon

* chore: put treeviewicon in alphabetical order

* chore: rtl fixes, screenshots (#5854)

* chore: rtl fixes, screenshots

* chore: checkin screenshots

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.7 (#5852)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: enable RTL switcher on full page examples (#5859)

* docs: update location of and references to docs to consolidate and organize information. (#5773)

* fix: added base, wizard, pagination RTL styles (#5860)

* chore(Accordion,ExpandableSection): added more RTL styling (#5861)

* fix(RTL): refactor mixins, add slider rtl styles (#5867)

* fix(nav): added optional text wrapper for nav text (#5868)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.9 (#5863)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Toolbar): updated toolbar pagination structure (#5862)

* fix(breadcrumb): added rtl support (#5870)

* chore(card): updated horiz demo image (#5875)

* chore(Alert,NotificationDrawer): added additional rtl styling (#5866)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.10 (#5880)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Nav, Menu): apply RTL fixes (#5873)

* fix(clipboard-copy): added rtl styles (#5876)

* fix(page): added rtl styles (#5878)

* fix(calendar-month): rtl support (#5869)

* chore(Card,Tile): apply RTL fixes (#5881)

* fix: added tabs and jump links rtl styles (#5877)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.11 (#5885)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(DataList): added additional rtl styling (#5871)

* chore(DataList): added additional rtl styling

* Add comment to update notif badge in breaking change

* fix(popover, tooltip): added rtl styles (#5882)

* fix(tree-view): added rtl styles (#5883)

* chore(Table): added additional RTL styling (#5887)

* chore(Drawer): transforms and shadows on RTL drawer (#5888)

* fix(forms): updated rtl styles (#5889)

* fix(skeleton): added rtl styles (#5891)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.12 (#5894)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(slider): added root decl for var to create react token (#5895)

* chore(ModalBox): center modal for workspace in RTL (#5893)

* fix(rtl): fixes truncate rtl (#5874)

* fix(ModalBox): fix centering on mobile (#5905)

* chore: added backstop as dev dependency, update config (#5904)

* chore(popover): center examples (#5906)

* fix(nav): updated example css (#5903)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.14 (#5909)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: remove workspace RTL classes (#5912)

* chore: update screenshots (#5915)

* fix: Update upload-preview.js to use new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.15 (#5916)

* chore(deps): update dependency @patternfly/react-table to v5.0.1 (#5914)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.0.1 (#5910)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-core to v5.0.1 (#5913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: mirror fa-sort icon (#5920)

* fix: mirror bg image position in rtl (#5922)

* fix(progress): updated indicator direction (#5923)

* chore: update readme to reference new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.0 (#5925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(code-editor): make code box and header LTR (#5928)

* fix(code-editor): make code box and header LTR

* chore: refactor to use dir instead of css for ltr on code block

* fix(banner): fixed invalid dark theme color declaration (#5933)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.2 (#5934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.3 (#5940)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(clipboard-copy): add code example with rtl support (#5941)

* fix(card): removed border from clickable/selectable selected (#5935)

* feat(Button): extended inline styling (#5696)

* fix(menu): updated drilldown breadcrumb menu icons to work in RTL (#5924)

* fix(toolbar): fix expand all icon in RTL (#5937)

* chore(toolbar): mirror expand all icon in rtl

* chore: update

* chore: use icon shouldMirrorRTL param

* fix(popover/tooltip): revert arrow logical prop positioning (#5952)

* fix(popover/tooltip): revert arrow logical prop positioning

* chore: add missing local css import

* chore(screenshots): updated full page screenshots (#5960)

* chore(deps): update dependency @patternfly/react-core to v5.1.1 (#5975)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (#5971)

* chore(Toolbar): increase workspace container height (#5962)

* chore(screenshots): update visual regression screenshots (#5959)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.17 (#5961)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.1 (#5977)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.1 (#5974)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(check-radio): added aria-describedby to check/radio (#5969)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.18 (#5982)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(brand/card): update examples to display logo in dark theme (#5681)

* fix(input): standardized check and radio alignment (#5947)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.19 (#5985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.20 (#5994)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump @babel/traverse from 7.22.15 to 7.23.2 (#6001)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(Switch): updated focus style to focus-visible (#5995)

* chore(menu-toggle): updated demos to use menu-toggle (#5782)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.24 (#6014)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(Accordion): added left-aligned toggle variant (#5987)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.26 (#6020)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: V6 merge main.10.30 (#6023)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.0 (#6027)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(main): reverts to pre-v6 merge (#6038)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.1 (#6040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(globals): update invalid selector in global css (#6044)

* feat(breaker): bump this version to 6.0 (#5800)

BREAKING CHANGE: 6.0.0-alpha.0

* fix: white space change to kick off dry run

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (#5843)

* feat(Button): adds tokens and applies to buttons (#5908)

* feat(table): apply tokens from hackathon (#5965)

* feat(menu-toggle): add in work from hackathon (#5931)

* feat(nav): adds tokens to page and nav (#5942)

* chore(tokens): update tokens from figma (#5970)

* feat(page): page and masthead updates from hackathon (#5968)

* chore(v6): merge main into v6 (#5981)

* fix(tokens): add dark theme blend mode token (#5992)

* feat(notificationBadge): refactor with tokens (#5991)

* chore(masthead ): applied tokens (#6004)

* feat(alert): apply tokens (#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (#6025)

* fix(box-shadow): typo in box shadow token names (#6039)

* fix(badge): adds tokens, dropdown toggle icon (#6037)

* feat(hint): apply tokens (#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ashley Ray <123661468+ashley-o0o@users.noreply.github.com>
Co-authored-by: Nicole Thoen <nthoen@redhat.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mcoker pushed a commit to mcoker/patternfly that referenced this pull request Dec 1, 2023
* feat(alert): apply tokens

* feat(alert): remove unused background color
nicolethoen pushed a commit that referenced this pull request Dec 12, 2023
* feat(alert): apply tokens

* feat(alert): remove unused background color
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Dec 12, 2023
* feat(alert): apply tokens

* feat(alert): remove unused background color
nicolethoen pushed a commit that referenced this pull request Dec 12, 2023
* feat(alert): apply tokens

* feat(alert): remove unused background color
mattnolting added a commit to mattnolting/patternfly that referenced this pull request Dec 12, 2023
* chore(select): fixed text in HTML example to show multiple checks can be selected (patternfly#5663)

* chore: Update release.yml to node 18 [ci skip]

* chore: add superclean npm script (patternfly#5798)

* chore(options-menu): updated markup to match react component (patternfly#5809)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.3 (patternfly#5720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump semver from 5.7.1 to 5.7.2 (patternfly#5756)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: updated use of flex start/end to be more compatible (patternfly#5807)

* fix(chip): add margin for badge when used in text element (patternfly#5844)

* feat(global): added RTL support (patternfly#5778)

* fix: added tree view icon (patternfly#5845)

* fix: added tree view icon

* chore: put treeviewicon in alphabetical order

* chore: rtl fixes, screenshots (patternfly#5854)

* chore: rtl fixes, screenshots

* chore: checkin screenshots

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.7 (patternfly#5852)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: enable RTL switcher on full page examples (patternfly#5859)

* docs: update location of and references to docs to consolidate and organize information. (patternfly#5773)

* fix: added base, wizard, pagination RTL styles (patternfly#5860)

* chore(Accordion,ExpandableSection): added more RTL styling (patternfly#5861)

* fix(RTL): refactor mixins, add slider rtl styles (patternfly#5867)

* fix(nav): added optional text wrapper for nav text (patternfly#5868)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.9 (patternfly#5863)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Toolbar): updated toolbar pagination structure (patternfly#5862)

* fix(breadcrumb): added rtl support (patternfly#5870)

* chore(card): updated horiz demo image (patternfly#5875)

* chore(Alert,NotificationDrawer): added additional rtl styling (patternfly#5866)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.10 (patternfly#5880)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Nav, Menu): apply RTL fixes (patternfly#5873)

* fix(clipboard-copy): added rtl styles (patternfly#5876)

* fix(page): added rtl styles (patternfly#5878)

* fix(calendar-month): rtl support (patternfly#5869)

* chore(Card,Tile): apply RTL fixes (patternfly#5881)

* fix: added tabs and jump links rtl styles (patternfly#5877)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.11 (patternfly#5885)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(DataList): added additional rtl styling (patternfly#5871)

* chore(DataList): added additional rtl styling

* Add comment to update notif badge in breaking change

* fix(popover, tooltip): added rtl styles (patternfly#5882)

* fix(tree-view): added rtl styles (patternfly#5883)

* chore(Table): added additional RTL styling (patternfly#5887)

* chore(Drawer): transforms and shadows on RTL drawer (patternfly#5888)

* fix(forms): updated rtl styles (patternfly#5889)

* fix(skeleton): added rtl styles (patternfly#5891)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.12 (patternfly#5894)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(slider): added root decl for var to create react token (patternfly#5895)

* chore(ModalBox): center modal for workspace in RTL (patternfly#5893)

* fix(rtl): fixes truncate rtl (patternfly#5874)

* fix(ModalBox): fix centering on mobile (patternfly#5905)

* chore: added backstop as dev dependency, update config (patternfly#5904)

* chore(popover): center examples (patternfly#5906)

* fix(nav): updated example css (patternfly#5903)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.14 (patternfly#5909)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: remove workspace RTL classes (patternfly#5912)

* chore: update screenshots (patternfly#5915)

* fix: Update upload-preview.js to use new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.15 (patternfly#5916)

* chore(deps): update dependency @patternfly/react-table to v5.0.1 (patternfly#5914)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.0.1 (patternfly#5910)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-core to v5.0.1 (patternfly#5913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: mirror fa-sort icon (patternfly#5920)

* fix: mirror bg image position in rtl (patternfly#5922)

* fix(progress): updated indicator direction (patternfly#5923)

* chore: update readme to reference new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.0 (patternfly#5925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(code-editor): make code box and header LTR (patternfly#5928)

* fix(code-editor): make code box and header LTR

* chore: refactor to use dir instead of css for ltr on code block

* fix(banner): fixed invalid dark theme color declaration (patternfly#5933)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.2 (patternfly#5934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.3 (patternfly#5940)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(clipboard-copy): add code example with rtl support (patternfly#5941)

* fix(card): removed border from clickable/selectable selected (patternfly#5935)

* feat(Button): extended inline styling (patternfly#5696)

* fix(menu): updated drilldown breadcrumb menu icons to work in RTL (patternfly#5924)

* fix(toolbar): fix expand all icon in RTL (patternfly#5937)

* chore(toolbar): mirror expand all icon in rtl

* chore: update

* chore: use icon shouldMirrorRTL param

* fix(popover/tooltip): revert arrow logical prop positioning (patternfly#5952)

* fix(popover/tooltip): revert arrow logical prop positioning

* chore: add missing local css import

* chore(screenshots): updated full page screenshots (patternfly#5960)

* chore(deps): update dependency @patternfly/react-core to v5.1.1 (patternfly#5975)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (patternfly#5971)

* chore(Toolbar): increase workspace container height (patternfly#5962)

* chore(screenshots): update visual regression screenshots (patternfly#5959)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.17 (patternfly#5961)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.1 (patternfly#5977)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.1 (patternfly#5974)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(check-radio): added aria-describedby to check/radio (patternfly#5969)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.18 (patternfly#5982)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(brand/card): update examples to display logo in dark theme (patternfly#5681)

* fix(input): standardized check and radio alignment (patternfly#5947)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.19 (patternfly#5985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.20 (patternfly#5994)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump @babel/traverse from 7.22.15 to 7.23.2 (patternfly#6001)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(Switch): updated focus style to focus-visible (patternfly#5995)

* chore(menu-toggle): updated demos to use menu-toggle (patternfly#5782)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.24 (patternfly#6014)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(Accordion): added left-aligned toggle variant (patternfly#5987)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.26 (patternfly#6020)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: V6 merge main.10.30 (patternfly#6023)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.0 (patternfly#6027)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(main): reverts to pre-v6 merge (patternfly#6038)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.1 (patternfly#6040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(globals): update invalid selector in global css (patternfly#6044)

* feat(breaker): bump this version to 6.0 (patternfly#5800)

BREAKING CHANGE: 6.0.0-alpha.0

* fix: white space change to kick off dry run

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (patternfly#5843)

* feat(Button): adds tokens and applies to buttons (patternfly#5908)

* feat(table): apply tokens from hackathon (patternfly#5965)

* feat(menu-toggle): add in work from hackathon (patternfly#5931)

* feat(nav): adds tokens to page and nav (patternfly#5942)

* chore(tokens): update tokens from figma (patternfly#5970)

* feat(page): page and masthead updates from hackathon (patternfly#5968)

* chore(v6): merge main into v6 (patternfly#5981)

* fix(tokens): add dark theme blend mode token (patternfly#5992)

* feat(notificationBadge): refactor with tokens (patternfly#5991)

* chore(masthead ): applied tokens (patternfly#6004)

* feat(alert): apply tokens (patternfly#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (patternfly#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (patternfly#6025)

* fix(box-shadow): typo in box shadow token names (patternfly#6039)

* fix(badge): adds tokens, dropdown toggle icon (patternfly#6037)

* feat(hint): apply tokens (patternfly#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ashley Ray <123661468+ashley-o0o@users.noreply.github.com>
Co-authored-by: Nicole Thoen <nthoen@redhat.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
nicolethoen added a commit that referenced this pull request Dec 12, 2023
* feat(breaker): bump this version to 6.0 (#5800)

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (#5843)

* feat(Button): adds tokens and applies to buttons (#5908)

* feat(table): apply tokens from hackathon (#5965)

* feat(menu-toggle): add in work from hackathon (#5931)

* feat(nav): adds tokens to page and nav (#5942)

* chore(tokens): update tokens from figma (#5970)

* feat(page): page and masthead updates from hackathon (#5968)

* fix(tokens): add dark theme blend mode token (#5992)

* feat(notificationBadge): refactor with tokens (#5991)

* chore(masthead ): applied tokens (#6004)

* feat(alert): apply tokens (#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (#6025)

* fix(box-shadow): typo in box shadow token names (#6039)

* fix(badge): adds tokens, dropdown toggle icon (#6037)

* feat(hint): apply tokens (#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

* feat(text, title, list): apply tokens (#6031)

* feat(page): remove padding on nav sidebar (#6053)

* fix(tokens): adjust font-weight base for headings (#6070)

* feat(login): apply tokens (#6028)

* feat(modal): add tokens to modal and about modal (#6042)

* fix(font): use variable font, add opt-in for legacy font (#6073)

* feat(ExpandableSection): added tokens (#6063)

* feat(Tooltip): applied tokens (#6064)

* feat(Popover): applied tokens (#6065)

* feat(BackToTop): refactor with tokens (#6085)

* feat(SkipToContent): refactor with tokens (#6090)

* feat(Accordion): applied tokens (#6058)

* feat(banner): refactor with tokens (#6081)

* feat(InlineEdit): applied tokens

Took a stab at applying the tokens here. There are some items that will be fixed with icon buttons.

* chore(tokens): updates tokens from figma (#6103)

* chore(tokens): updating usage of new font tokens (#6111)

* feat(breadcrumb): apply tokens (#6060)

* feat(HelperText): apply tokens (#6118)

* feat(HelperText): first tokens

* feat(HelperText): tokens changes

* feat(HelperText): fixes

* feat(Pagination): applied tokens (#6089)

* feat(Pagination): applied tokens

* Removed themes directory

* Removed button and menutoggle styles, added wrapper

* Removed padding vars for pagination container

* Updated tokens and vars for padding

* fix(Pagination): updated property order

* Updated var names to remove md text

* feat(avatar): apply tokens (#6122)

* chore(ExpandableSection): updated Penta docs and focus/hover styling (#6124)

* feat(EmptyState): apply tokens (#6056)

* fix(form): keep form groups/controls from growing too wide (#6109)

* chore(deps): update dependency @patternfly/react-core to v5.1.2 (#6113)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.2 (#6112)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.2 (#6114)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(card/menu-toggle/check): alignment bugs (#6110)

* feat(SimpleList): pull in new v6 branch (#6128)

* chore: turn on dryrun until release fixed [ci skip]

---------

Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Michael Coker <35148959+mcoker@users.noreply.github.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Andrew Ronaldson <aronalds@redhat.com>
Co-authored-by: kmcfaul <45077788+kmcfaul@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Dec 13, 2023
* feat(alert): apply tokens

* feat(alert): remove unused background color
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Dec 13, 2023
* feat(alert): apply tokens

* feat(alert): remove unused background color
mattnolting added a commit to mattnolting/patternfly that referenced this pull request Dec 13, 2023
* feat(breaker): bump this version to 6.0 (patternfly#5800)

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (patternfly#5843)

* feat(Button): adds tokens and applies to buttons (patternfly#5908)

* feat(table): apply tokens from hackathon (patternfly#5965)

* feat(menu-toggle): add in work from hackathon (patternfly#5931)

* feat(nav): adds tokens to page and nav (patternfly#5942)

* chore(tokens): update tokens from figma (patternfly#5970)

* feat(page): page and masthead updates from hackathon (patternfly#5968)

* fix(tokens): add dark theme blend mode token (patternfly#5992)

* feat(notificationBadge): refactor with tokens (patternfly#5991)

* chore(masthead ): applied tokens (patternfly#6004)

* feat(alert): apply tokens (patternfly#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (patternfly#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (patternfly#6025)

* fix(box-shadow): typo in box shadow token names (patternfly#6039)

* fix(badge): adds tokens, dropdown toggle icon (patternfly#6037)

* feat(hint): apply tokens (patternfly#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

* feat(text, title, list): apply tokens (patternfly#6031)

* feat(page): remove padding on nav sidebar (patternfly#6053)

* fix(tokens): adjust font-weight base for headings (patternfly#6070)

* feat(login): apply tokens (patternfly#6028)

* feat(modal): add tokens to modal and about modal (patternfly#6042)

* fix(font): use variable font, add opt-in for legacy font (patternfly#6073)

* feat(ExpandableSection): added tokens (patternfly#6063)

* feat(Tooltip): applied tokens (patternfly#6064)

* feat(Popover): applied tokens (patternfly#6065)

* feat(BackToTop): refactor with tokens (patternfly#6085)

* feat(SkipToContent): refactor with tokens (patternfly#6090)

* feat(Accordion): applied tokens (patternfly#6058)

* feat(banner): refactor with tokens (patternfly#6081)

* feat(InlineEdit): applied tokens

Took a stab at applying the tokens here. There are some items that will be fixed with icon buttons.

* chore(tokens): updates tokens from figma (patternfly#6103)

* chore(tokens): updating usage of new font tokens (patternfly#6111)

* feat(breadcrumb): apply tokens (patternfly#6060)

* feat(HelperText): apply tokens (patternfly#6118)

* feat(HelperText): first tokens

* feat(HelperText): tokens changes

* feat(HelperText): fixes

* feat(Pagination): applied tokens (patternfly#6089)

* feat(Pagination): applied tokens

* Removed themes directory

* Removed button and menutoggle styles, added wrapper

* Removed padding vars for pagination container

* Updated tokens and vars for padding

* fix(Pagination): updated property order

* Updated var names to remove md text

* feat(avatar): apply tokens (patternfly#6122)

* chore(ExpandableSection): updated Penta docs and focus/hover styling (patternfly#6124)

* feat(EmptyState): apply tokens (patternfly#6056)

* fix(form): keep form groups/controls from growing too wide (patternfly#6109)

* chore(deps): update dependency @patternfly/react-core to v5.1.2 (patternfly#6113)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.2 (patternfly#6112)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.2 (patternfly#6114)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(card/menu-toggle/check): alignment bugs (patternfly#6110)

* feat(SimpleList): pull in new v6 branch (patternfly#6128)

* chore: turn on dryrun until release fixed [ci skip]

---------

Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Michael Coker <35148959+mcoker@users.noreply.github.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Andrew Ronaldson <aronalds@redhat.com>
Co-authored-by: kmcfaul <45077788+kmcfaul@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Dec 13, 2023
* feat(alert): apply tokens

* feat(alert): remove unused background color
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Jan 3, 2024
* feat(alert): apply tokens

* feat(alert): remove unused background color
mattnolting added a commit to mattnolting/patternfly that referenced this pull request Jan 3, 2024
* feat(breaker): bump this version to 6.0 (patternfly#5800)

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (patternfly#5843)

* feat(Button): adds tokens and applies to buttons (patternfly#5908)

* feat(table): apply tokens from hackathon (patternfly#5965)

* feat(menu-toggle): add in work from hackathon (patternfly#5931)

* feat(nav): adds tokens to page and nav (patternfly#5942)

* chore(tokens): update tokens from figma (patternfly#5970)

* feat(page): page and masthead updates from hackathon (patternfly#5968)

* fix(tokens): add dark theme blend mode token (patternfly#5992)

* feat(notificationBadge): refactor with tokens (patternfly#5991)

* chore(masthead ): applied tokens (patternfly#6004)

* feat(alert): apply tokens (patternfly#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (patternfly#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (patternfly#6025)

* fix(box-shadow): typo in box shadow token names (patternfly#6039)

* fix(badge): adds tokens, dropdown toggle icon (patternfly#6037)

* feat(hint): apply tokens (patternfly#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

* feat(text, title, list): apply tokens (patternfly#6031)

* feat(page): remove padding on nav sidebar (patternfly#6053)

* fix(tokens): adjust font-weight base for headings (patternfly#6070)

* feat(login): apply tokens (patternfly#6028)

* feat(modal): add tokens to modal and about modal (patternfly#6042)

* fix(font): use variable font, add opt-in for legacy font (patternfly#6073)

* feat(ExpandableSection): added tokens (patternfly#6063)

* feat(Tooltip): applied tokens (patternfly#6064)

* feat(Popover): applied tokens (patternfly#6065)

* feat(BackToTop): refactor with tokens (patternfly#6085)

* feat(SkipToContent): refactor with tokens (patternfly#6090)

* feat(Accordion): applied tokens (patternfly#6058)

* feat(banner): refactor with tokens (patternfly#6081)

* feat(InlineEdit): applied tokens

Took a stab at applying the tokens here. There are some items that will be fixed with icon buttons.

* chore(tokens): updates tokens from figma (patternfly#6103)

* chore(tokens): updating usage of new font tokens (patternfly#6111)

* feat(breadcrumb): apply tokens (patternfly#6060)

* feat(HelperText): apply tokens (patternfly#6118)

* feat(HelperText): first tokens

* feat(HelperText): tokens changes

* feat(HelperText): fixes

* feat(Pagination): applied tokens (patternfly#6089)

* feat(Pagination): applied tokens

* Removed themes directory

* Removed button and menutoggle styles, added wrapper

* Removed padding vars for pagination container

* Updated tokens and vars for padding

* fix(Pagination): updated property order

* Updated var names to remove md text

* feat(avatar): apply tokens (patternfly#6122)

* chore(ExpandableSection): updated Penta docs and focus/hover styling (patternfly#6124)

* feat(EmptyState): apply tokens (patternfly#6056)

* fix(form): keep form groups/controls from growing too wide (patternfly#6109)

* chore(deps): update dependency @patternfly/react-core to v5.1.2 (patternfly#6113)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.2 (patternfly#6112)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.2 (patternfly#6114)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(card/menu-toggle/check): alignment bugs (patternfly#6110)

* feat(SimpleList): pull in new v6 branch (patternfly#6128)

* chore: turn on dryrun until release fixed [ci skip]

---------

Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Michael Coker <35148959+mcoker@users.noreply.github.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Andrew Ronaldson <aronalds@redhat.com>
Co-authored-by: kmcfaul <45077788+kmcfaul@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Jan 4, 2024
* feat(alert): apply tokens

* feat(alert): remove unused background color
mattnolting added a commit to mattnolting/patternfly that referenced this pull request Jan 4, 2024
* feat(breaker): bump this version to 6.0 (patternfly#5800)

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (patternfly#5843)

* feat(Button): adds tokens and applies to buttons (patternfly#5908)

* feat(table): apply tokens from hackathon (patternfly#5965)

* feat(menu-toggle): add in work from hackathon (patternfly#5931)

* feat(nav): adds tokens to page and nav (patternfly#5942)

* chore(tokens): update tokens from figma (patternfly#5970)

* feat(page): page and masthead updates from hackathon (patternfly#5968)

* fix(tokens): add dark theme blend mode token (patternfly#5992)

* feat(notificationBadge): refactor with tokens (patternfly#5991)

* chore(masthead ): applied tokens (patternfly#6004)

* feat(alert): apply tokens (patternfly#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (patternfly#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (patternfly#6025)

* fix(box-shadow): typo in box shadow token names (patternfly#6039)

* fix(badge): adds tokens, dropdown toggle icon (patternfly#6037)

* feat(hint): apply tokens (patternfly#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

* feat(text, title, list): apply tokens (patternfly#6031)

* feat(page): remove padding on nav sidebar (patternfly#6053)

* fix(tokens): adjust font-weight base for headings (patternfly#6070)

* feat(login): apply tokens (patternfly#6028)

* feat(modal): add tokens to modal and about modal (patternfly#6042)

* fix(font): use variable font, add opt-in for legacy font (patternfly#6073)

* feat(ExpandableSection): added tokens (patternfly#6063)

* feat(Tooltip): applied tokens (patternfly#6064)

* feat(Popover): applied tokens (patternfly#6065)

* feat(BackToTop): refactor with tokens (patternfly#6085)

* feat(SkipToContent): refactor with tokens (patternfly#6090)

* feat(Accordion): applied tokens (patternfly#6058)

* feat(banner): refactor with tokens (patternfly#6081)

* feat(InlineEdit): applied tokens

Took a stab at applying the tokens here. There are some items that will be fixed with icon buttons.

* chore(tokens): updates tokens from figma (patternfly#6103)

* chore(tokens): updating usage of new font tokens (patternfly#6111)

* feat(breadcrumb): apply tokens (patternfly#6060)

* feat(HelperText): apply tokens (patternfly#6118)

* feat(HelperText): first tokens

* feat(HelperText): tokens changes

* feat(HelperText): fixes

* feat(Pagination): applied tokens (patternfly#6089)

* feat(Pagination): applied tokens

* Removed themes directory

* Removed button and menutoggle styles, added wrapper

* Removed padding vars for pagination container

* Updated tokens and vars for padding

* fix(Pagination): updated property order

* Updated var names to remove md text

* feat(avatar): apply tokens (patternfly#6122)

* chore(ExpandableSection): updated Penta docs and focus/hover styling (patternfly#6124)

* feat(EmptyState): apply tokens (patternfly#6056)

* fix(form): keep form groups/controls from growing too wide (patternfly#6109)

* chore(deps): update dependency @patternfly/react-core to v5.1.2 (patternfly#6113)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.2 (patternfly#6112)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.2 (patternfly#6114)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(card/menu-toggle/check): alignment bugs (patternfly#6110)

* feat(SimpleList): pull in new v6 branch (patternfly#6128)

* chore: turn on dryrun until release fixed [ci skip]

---------

Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Michael Coker <35148959+mcoker@users.noreply.github.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Andrew Ronaldson <aronalds@redhat.com>
Co-authored-by: kmcfaul <45077788+kmcfaul@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mattnolting added a commit to mattnolting/patternfly that referenced this pull request Jan 4, 2024
* feat(breaker): bump this version to 6.0 (patternfly#5800)

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (patternfly#5843)

* feat(Button): adds tokens and applies to buttons (patternfly#5908)

* feat(table): apply tokens from hackathon (patternfly#5965)

* feat(menu-toggle): add in work from hackathon (patternfly#5931)

* feat(nav): adds tokens to page and nav (patternfly#5942)

* chore(tokens): update tokens from figma (patternfly#5970)

* feat(page): page and masthead updates from hackathon (patternfly#5968)

* fix(tokens): add dark theme blend mode token (patternfly#5992)

* feat(notificationBadge): refactor with tokens (patternfly#5991)

* chore(masthead ): applied tokens (patternfly#6004)

* feat(alert): apply tokens (patternfly#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (patternfly#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (patternfly#6025)

* fix(box-shadow): typo in box shadow token names (patternfly#6039)

* fix(badge): adds tokens, dropdown toggle icon (patternfly#6037)

* feat(hint): apply tokens (patternfly#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

* feat(text, title, list): apply tokens (patternfly#6031)

* feat(page): remove padding on nav sidebar (patternfly#6053)

* fix(tokens): adjust font-weight base for headings (patternfly#6070)

* feat(login): apply tokens (patternfly#6028)

* feat(modal): add tokens to modal and about modal (patternfly#6042)

* fix(font): use variable font, add opt-in for legacy font (patternfly#6073)

* feat(ExpandableSection): added tokens (patternfly#6063)

* feat(Tooltip): applied tokens (patternfly#6064)

* feat(Popover): applied tokens (patternfly#6065)

* feat(BackToTop): refactor with tokens (patternfly#6085)

* feat(SkipToContent): refactor with tokens (patternfly#6090)

* feat(Accordion): applied tokens (patternfly#6058)

* feat(banner): refactor with tokens (patternfly#6081)

* feat(InlineEdit): applied tokens

Took a stab at applying the tokens here. There are some items that will be fixed with icon buttons.

* chore(tokens): updates tokens from figma (patternfly#6103)

* chore(tokens): updating usage of new font tokens (patternfly#6111)

* feat(breadcrumb): apply tokens (patternfly#6060)

* feat(HelperText): apply tokens (patternfly#6118)

* feat(HelperText): first tokens

* feat(HelperText): tokens changes

* feat(HelperText): fixes

* feat(Pagination): applied tokens (patternfly#6089)

* feat(Pagination): applied tokens

* Removed themes directory

* Removed button and menutoggle styles, added wrapper

* Removed padding vars for pagination container

* Updated tokens and vars for padding

* fix(Pagination): updated property order

* Updated var names to remove md text

* feat(avatar): apply tokens (patternfly#6122)

* chore(ExpandableSection): updated Penta docs and focus/hover styling (patternfly#6124)

* feat(EmptyState): apply tokens (patternfly#6056)

* fix(form): keep form groups/controls from growing too wide (patternfly#6109)

* chore(deps): update dependency @patternfly/react-core to v5.1.2 (patternfly#6113)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.2 (patternfly#6112)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.2 (patternfly#6114)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(card/menu-toggle/check): alignment bugs (patternfly#6110)

* feat(SimpleList): pull in new v6 branch (patternfly#6128)

* chore: turn on dryrun until release fixed [ci skip]

---------

Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Michael Coker <35148959+mcoker@users.noreply.github.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Andrew Ronaldson <aronalds@redhat.com>
Co-authored-by: kmcfaul <45077788+kmcfaul@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
mattnolting added a commit to mattnolting/patternfly that referenced this pull request Jan 4, 2024
* feat(breaker): bump this version to 6.0 (patternfly#5800)

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (patternfly#5843)

* feat(Button): adds tokens and applies to buttons (patternfly#5908)

* feat(table): apply tokens from hackathon (patternfly#5965)

* feat(menu-toggle): add in work from hackathon (patternfly#5931)

* feat(nav): adds tokens to page and nav (patternfly#5942)

* chore(tokens): update tokens from figma (patternfly#5970)

* feat(page): page and masthead updates from hackathon (patternfly#5968)

* fix(tokens): add dark theme blend mode token (patternfly#5992)

* feat(notificationBadge): refactor with tokens (patternfly#5991)

* chore(masthead ): applied tokens (patternfly#6004)

* feat(alert): apply tokens (patternfly#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (patternfly#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (patternfly#6025)

* fix(box-shadow): typo in box shadow token names (patternfly#6039)

* fix(badge): adds tokens, dropdown toggle icon (patternfly#6037)

* feat(hint): apply tokens (patternfly#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

* feat(text, title, list): apply tokens (patternfly#6031)

* feat(page): remove padding on nav sidebar (patternfly#6053)

* fix(tokens): adjust font-weight base for headings (patternfly#6070)

* feat(login): apply tokens (patternfly#6028)

* feat(modal): add tokens to modal and about modal (patternfly#6042)

* fix(font): use variable font, add opt-in for legacy font (patternfly#6073)

* feat(ExpandableSection): added tokens (patternfly#6063)

* feat(Tooltip): applied tokens (patternfly#6064)

* feat(Popover): applied tokens (patternfly#6065)

* feat(BackToTop): refactor with tokens (patternfly#6085)

* feat(SkipToContent): refactor with tokens (patternfly#6090)

* feat(Accordion): applied tokens (patternfly#6058)

* feat(banner): refactor with tokens (patternfly#6081)

* feat(InlineEdit): applied tokens

Took a stab at applying the tokens here. There are some items that will be fixed with icon buttons.

* chore(tokens): updates tokens from figma (patternfly#6103)

* chore(tokens): updating usage of new font tokens (patternfly#6111)

* feat(breadcrumb): apply tokens (patternfly#6060)

* feat(HelperText): apply tokens (patternfly#6118)

* feat(HelperText): first tokens

* feat(HelperText): tokens changes

* feat(HelperText): fixes

* feat(Pagination): applied tokens (patternfly#6089)

* feat(Pagination): applied tokens

* Removed themes directory

* Removed button and menutoggle styles, added wrapper

* Removed padding vars for pagination container

* Updated tokens and vars for padding

* fix(Pagination): updated property order

* Updated var names to remove md text

* feat(avatar): apply tokens (patternfly#6122)

* chore(ExpandableSection): updated Penta docs and focus/hover styling (patternfly#6124)

* feat(EmptyState): apply tokens (patternfly#6056)

* fix(form): keep form groups/controls from growing too wide (patternfly#6109)

* chore(deps): update dependency @patternfly/react-core to v5.1.2 (patternfly#6113)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.2 (patternfly#6112)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.2 (patternfly#6114)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(card/menu-toggle/check): alignment bugs (patternfly#6110)

* feat(SimpleList): pull in new v6 branch (patternfly#6128)

* chore: turn on dryrun until release fixed [ci skip]

---------

Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Michael Coker <35148959+mcoker@users.noreply.github.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Andrew Ronaldson <aronalds@redhat.com>
Co-authored-by: kmcfaul <45077788+kmcfaul@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@patternfly-build
Copy link
Collaborator

🎉 This PR is included in version 6.0.0-alpha.61 🎉

The release is available on:

Your semantic-release bot 📦🚀

mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Jan 15, 2024
* feat(alert): apply tokens

* feat(alert): remove unused background color
mattnolting added a commit to mattnolting/patternfly that referenced this pull request Jan 15, 2024
* chore(select): fixed text in HTML example to show multiple checks can be selected (patternfly#5663)

* chore: Update release.yml to node 18 [ci skip]

* chore: add superclean npm script (patternfly#5798)

* chore(options-menu): updated markup to match react component (patternfly#5809)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.3 (patternfly#5720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump semver from 5.7.1 to 5.7.2 (patternfly#5756)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: updated use of flex start/end to be more compatible (patternfly#5807)

* fix(chip): add margin for badge when used in text element (patternfly#5844)

* feat(global): added RTL support (patternfly#5778)

* fix: added tree view icon (patternfly#5845)

* fix: added tree view icon

* chore: put treeviewicon in alphabetical order

* chore: rtl fixes, screenshots (patternfly#5854)

* chore: rtl fixes, screenshots

* chore: checkin screenshots

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.7 (patternfly#5852)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: enable RTL switcher on full page examples (patternfly#5859)

* docs: update location of and references to docs to consolidate and organize information. (patternfly#5773)

* fix: added base, wizard, pagination RTL styles (patternfly#5860)

* chore(Accordion,ExpandableSection): added more RTL styling (patternfly#5861)

* fix(RTL): refactor mixins, add slider rtl styles (patternfly#5867)

* fix(nav): added optional text wrapper for nav text (patternfly#5868)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.9 (patternfly#5863)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Toolbar): updated toolbar pagination structure (patternfly#5862)

* fix(breadcrumb): added rtl support (patternfly#5870)

* chore(card): updated horiz demo image (patternfly#5875)

* chore(Alert,NotificationDrawer): added additional rtl styling (patternfly#5866)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.10 (patternfly#5880)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Nav, Menu): apply RTL fixes (patternfly#5873)

* fix(clipboard-copy): added rtl styles (patternfly#5876)

* fix(page): added rtl styles (patternfly#5878)

* fix(calendar-month): rtl support (patternfly#5869)

* chore(Card,Tile): apply RTL fixes (patternfly#5881)

* fix: added tabs and jump links rtl styles (patternfly#5877)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.11 (patternfly#5885)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(DataList): added additional rtl styling (patternfly#5871)

* chore(DataList): added additional rtl styling

* Add comment to update notif badge in breaking change

* fix(popover, tooltip): added rtl styles (patternfly#5882)

* fix(tree-view): added rtl styles (patternfly#5883)

* chore(Table): added additional RTL styling (patternfly#5887)

* chore(Drawer): transforms and shadows on RTL drawer (patternfly#5888)

* fix(forms): updated rtl styles (patternfly#5889)

* fix(skeleton): added rtl styles (patternfly#5891)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.12 (patternfly#5894)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(slider): added root decl for var to create react token (patternfly#5895)

* chore(ModalBox): center modal for workspace in RTL (patternfly#5893)

* fix(rtl): fixes truncate rtl (patternfly#5874)

* fix(ModalBox): fix centering on mobile (patternfly#5905)

* chore: added backstop as dev dependency, update config (patternfly#5904)

* chore(popover): center examples (patternfly#5906)

* fix(nav): updated example css (patternfly#5903)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.14 (patternfly#5909)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: remove workspace RTL classes (patternfly#5912)

* chore: update screenshots (patternfly#5915)

* fix: Update upload-preview.js to use new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.15 (patternfly#5916)

* chore(deps): update dependency @patternfly/react-table to v5.0.1 (patternfly#5914)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.0.1 (patternfly#5910)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-core to v5.0.1 (patternfly#5913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: mirror fa-sort icon (patternfly#5920)

* fix: mirror bg image position in rtl (patternfly#5922)

* fix(progress): updated indicator direction (patternfly#5923)

* chore: update readme to reference new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.0 (patternfly#5925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(code-editor): make code box and header LTR (patternfly#5928)

* fix(code-editor): make code box and header LTR

* chore: refactor to use dir instead of css for ltr on code block

* fix(banner): fixed invalid dark theme color declaration (patternfly#5933)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.2 (patternfly#5934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.3 (patternfly#5940)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(clipboard-copy): add code example with rtl support (patternfly#5941)

* fix(card): removed border from clickable/selectable selected (patternfly#5935)

* feat(Button): extended inline styling (patternfly#5696)

* fix(menu): updated drilldown breadcrumb menu icons to work in RTL (patternfly#5924)

* fix(toolbar): fix expand all icon in RTL (patternfly#5937)

* chore(toolbar): mirror expand all icon in rtl

* chore: update

* chore: use icon shouldMirrorRTL param

* fix(popover/tooltip): revert arrow logical prop positioning (patternfly#5952)

* fix(popover/tooltip): revert arrow logical prop positioning

* chore: add missing local css import

* chore(screenshots): updated full page screenshots (patternfly#5960)

* chore(deps): update dependency @patternfly/react-core to v5.1.1 (patternfly#5975)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (patternfly#5971)

* chore(Toolbar): increase workspace container height (patternfly#5962)

* chore(screenshots): update visual regression screenshots (patternfly#5959)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.17 (patternfly#5961)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.1 (patternfly#5977)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.1 (patternfly#5974)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(check-radio): added aria-describedby to check/radio (patternfly#5969)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.18 (patternfly#5982)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(brand/card): update examples to display logo in dark theme (patternfly#5681)

* fix(input): standardized check and radio alignment (patternfly#5947)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.19 (patternfly#5985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.20 (patternfly#5994)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump @babel/traverse from 7.22.15 to 7.23.2 (patternfly#6001)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(Switch): updated focus style to focus-visible (patternfly#5995)

* chore(menu-toggle): updated demos to use menu-toggle (patternfly#5782)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.24 (patternfly#6014)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(Accordion): added left-aligned toggle variant (patternfly#5987)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.26 (patternfly#6020)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: V6 merge main.10.30 (patternfly#6023)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.0 (patternfly#6027)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(main): reverts to pre-v6 merge (patternfly#6038)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.1 (patternfly#6040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(globals): update invalid selector in global css (patternfly#6044)

* feat(breaker): bump this version to 6.0 (patternfly#5800)

BREAKING CHANGE: 6.0.0-alpha.0

* fix: white space change to kick off dry run

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (patternfly#5843)

* feat(Button): adds tokens and applies to buttons (patternfly#5908)

* feat(table): apply tokens from hackathon (patternfly#5965)

* feat(menu-toggle): add in work from hackathon (patternfly#5931)

* feat(nav): adds tokens to page and nav (patternfly#5942)

* chore(tokens): update tokens from figma (patternfly#5970)

* feat(page): page and masthead updates from hackathon (patternfly#5968)

* chore(v6): merge main into v6 (patternfly#5981)

* fix(tokens): add dark theme blend mode token (patternfly#5992)

* feat(notificationBadge): refactor with tokens (patternfly#5991)

* chore(masthead ): applied tokens (patternfly#6004)

* feat(alert): apply tokens (patternfly#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (patternfly#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (patternfly#6025)

* fix(box-shadow): typo in box shadow token names (patternfly#6039)

* fix(badge): adds tokens, dropdown toggle icon (patternfly#6037)

* feat(hint): apply tokens (patternfly#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ashley Ray <123661468+ashley-o0o@users.noreply.github.com>
Co-authored-by: Nicole Thoen <nthoen@redhat.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Jan 15, 2024
* feat(alert): apply tokens

* feat(alert): remove unused background color
mattnolting added a commit to mattnolting/patternfly that referenced this pull request Jan 15, 2024
* chore(select): fixed text in HTML example to show multiple checks can be selected (patternfly#5663)

* chore: Update release.yml to node 18 [ci skip]

* chore: add superclean npm script (patternfly#5798)

* chore(options-menu): updated markup to match react component (patternfly#5809)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.3 (patternfly#5720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump semver from 5.7.1 to 5.7.2 (patternfly#5756)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: updated use of flex start/end to be more compatible (patternfly#5807)

* fix(chip): add margin for badge when used in text element (patternfly#5844)

* feat(global): added RTL support (patternfly#5778)

* fix: added tree view icon (patternfly#5845)

* fix: added tree view icon

* chore: put treeviewicon in alphabetical order

* chore: rtl fixes, screenshots (patternfly#5854)

* chore: rtl fixes, screenshots

* chore: checkin screenshots

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.7 (patternfly#5852)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: enable RTL switcher on full page examples (patternfly#5859)

* docs: update location of and references to docs to consolidate and organize information. (patternfly#5773)

* fix: added base, wizard, pagination RTL styles (patternfly#5860)

* chore(Accordion,ExpandableSection): added more RTL styling (patternfly#5861)

* fix(RTL): refactor mixins, add slider rtl styles (patternfly#5867)

* fix(nav): added optional text wrapper for nav text (patternfly#5868)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.9 (patternfly#5863)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Toolbar): updated toolbar pagination structure (patternfly#5862)

* fix(breadcrumb): added rtl support (patternfly#5870)

* chore(card): updated horiz demo image (patternfly#5875)

* chore(Alert,NotificationDrawer): added additional rtl styling (patternfly#5866)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.10 (patternfly#5880)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Nav, Menu): apply RTL fixes (patternfly#5873)

* fix(clipboard-copy): added rtl styles (patternfly#5876)

* fix(page): added rtl styles (patternfly#5878)

* fix(calendar-month): rtl support (patternfly#5869)

* chore(Card,Tile): apply RTL fixes (patternfly#5881)

* fix: added tabs and jump links rtl styles (patternfly#5877)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.11 (patternfly#5885)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(DataList): added additional rtl styling (patternfly#5871)

* chore(DataList): added additional rtl styling

* Add comment to update notif badge in breaking change

* fix(popover, tooltip): added rtl styles (patternfly#5882)

* fix(tree-view): added rtl styles (patternfly#5883)

* chore(Table): added additional RTL styling (patternfly#5887)

* chore(Drawer): transforms and shadows on RTL drawer (patternfly#5888)

* fix(forms): updated rtl styles (patternfly#5889)

* fix(skeleton): added rtl styles (patternfly#5891)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.12 (patternfly#5894)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(slider): added root decl for var to create react token (patternfly#5895)

* chore(ModalBox): center modal for workspace in RTL (patternfly#5893)

* fix(rtl): fixes truncate rtl (patternfly#5874)

* fix(ModalBox): fix centering on mobile (patternfly#5905)

* chore: added backstop as dev dependency, update config (patternfly#5904)

* chore(popover): center examples (patternfly#5906)

* fix(nav): updated example css (patternfly#5903)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.14 (patternfly#5909)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: remove workspace RTL classes (patternfly#5912)

* chore: update screenshots (patternfly#5915)

* fix: Update upload-preview.js to use new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.15 (patternfly#5916)

* chore(deps): update dependency @patternfly/react-table to v5.0.1 (patternfly#5914)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.0.1 (patternfly#5910)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-core to v5.0.1 (patternfly#5913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: mirror fa-sort icon (patternfly#5920)

* fix: mirror bg image position in rtl (patternfly#5922)

* fix(progress): updated indicator direction (patternfly#5923)

* chore: update readme to reference new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.0 (patternfly#5925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(code-editor): make code box and header LTR (patternfly#5928)

* fix(code-editor): make code box and header LTR

* chore: refactor to use dir instead of css for ltr on code block

* fix(banner): fixed invalid dark theme color declaration (patternfly#5933)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.2 (patternfly#5934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.3 (patternfly#5940)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(clipboard-copy): add code example with rtl support (patternfly#5941)

* fix(card): removed border from clickable/selectable selected (patternfly#5935)

* feat(Button): extended inline styling (patternfly#5696)

* fix(menu): updated drilldown breadcrumb menu icons to work in RTL (patternfly#5924)

* fix(toolbar): fix expand all icon in RTL (patternfly#5937)

* chore(toolbar): mirror expand all icon in rtl

* chore: update

* chore: use icon shouldMirrorRTL param

* fix(popover/tooltip): revert arrow logical prop positioning (patternfly#5952)

* fix(popover/tooltip): revert arrow logical prop positioning

* chore: add missing local css import

* chore(screenshots): updated full page screenshots (patternfly#5960)

* chore(deps): update dependency @patternfly/react-core to v5.1.1 (patternfly#5975)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (patternfly#5971)

* chore(Toolbar): increase workspace container height (patternfly#5962)

* chore(screenshots): update visual regression screenshots (patternfly#5959)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.17 (patternfly#5961)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.1 (patternfly#5977)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.1 (patternfly#5974)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(check-radio): added aria-describedby to check/radio (patternfly#5969)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.18 (patternfly#5982)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(brand/card): update examples to display logo in dark theme (patternfly#5681)

* fix(input): standardized check and radio alignment (patternfly#5947)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.19 (patternfly#5985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.20 (patternfly#5994)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump @babel/traverse from 7.22.15 to 7.23.2 (patternfly#6001)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(Switch): updated focus style to focus-visible (patternfly#5995)

* chore(menu-toggle): updated demos to use menu-toggle (patternfly#5782)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.24 (patternfly#6014)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(Accordion): added left-aligned toggle variant (patternfly#5987)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.26 (patternfly#6020)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: V6 merge main.10.30 (patternfly#6023)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.0 (patternfly#6027)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(main): reverts to pre-v6 merge (patternfly#6038)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.1 (patternfly#6040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(globals): update invalid selector in global css (patternfly#6044)

* feat(breaker): bump this version to 6.0 (patternfly#5800)

BREAKING CHANGE: 6.0.0-alpha.0

* fix: white space change to kick off dry run

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (patternfly#5843)

* feat(Button): adds tokens and applies to buttons (patternfly#5908)

* feat(table): apply tokens from hackathon (patternfly#5965)

* feat(menu-toggle): add in work from hackathon (patternfly#5931)

* feat(nav): adds tokens to page and nav (patternfly#5942)

* chore(tokens): update tokens from figma (patternfly#5970)

* feat(page): page and masthead updates from hackathon (patternfly#5968)

* chore(v6): merge main into v6 (patternfly#5981)

* fix(tokens): add dark theme blend mode token (patternfly#5992)

* feat(notificationBadge): refactor with tokens (patternfly#5991)

* chore(masthead ): applied tokens (patternfly#6004)

* feat(alert): apply tokens (patternfly#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (patternfly#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (patternfly#6025)

* fix(box-shadow): typo in box shadow token names (patternfly#6039)

* fix(badge): adds tokens, dropdown toggle icon (patternfly#6037)

* feat(hint): apply tokens (patternfly#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ashley Ray <123661468+ashley-o0o@users.noreply.github.com>
Co-authored-by: Nicole Thoen <nthoen@redhat.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Jan 15, 2024
* feat(alert): apply tokens

* feat(alert): remove unused background color
mattnolting added a commit to mattnolting/patternfly that referenced this pull request Jan 15, 2024
* chore(select): fixed text in HTML example to show multiple checks can be selected (patternfly#5663)

* chore: Update release.yml to node 18 [ci skip]

* chore: add superclean npm script (patternfly#5798)

* chore(options-menu): updated markup to match react component (patternfly#5809)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.3 (patternfly#5720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump semver from 5.7.1 to 5.7.2 (patternfly#5756)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: updated use of flex start/end to be more compatible (patternfly#5807)

* fix(chip): add margin for badge when used in text element (patternfly#5844)

* feat(global): added RTL support (patternfly#5778)

* fix: added tree view icon (patternfly#5845)

* fix: added tree view icon

* chore: put treeviewicon in alphabetical order

* chore: rtl fixes, screenshots (patternfly#5854)

* chore: rtl fixes, screenshots

* chore: checkin screenshots

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.7 (patternfly#5852)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: enable RTL switcher on full page examples (patternfly#5859)

* docs: update location of and references to docs to consolidate and organize information. (patternfly#5773)

* fix: added base, wizard, pagination RTL styles (patternfly#5860)

* chore(Accordion,ExpandableSection): added more RTL styling (patternfly#5861)

* fix(RTL): refactor mixins, add slider rtl styles (patternfly#5867)

* fix(nav): added optional text wrapper for nav text (patternfly#5868)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.9 (patternfly#5863)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Toolbar): updated toolbar pagination structure (patternfly#5862)

* fix(breadcrumb): added rtl support (patternfly#5870)

* chore(card): updated horiz demo image (patternfly#5875)

* chore(Alert,NotificationDrawer): added additional rtl styling (patternfly#5866)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.10 (patternfly#5880)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Nav, Menu): apply RTL fixes (patternfly#5873)

* fix(clipboard-copy): added rtl styles (patternfly#5876)

* fix(page): added rtl styles (patternfly#5878)

* fix(calendar-month): rtl support (patternfly#5869)

* chore(Card,Tile): apply RTL fixes (patternfly#5881)

* fix: added tabs and jump links rtl styles (patternfly#5877)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.11 (patternfly#5885)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(DataList): added additional rtl styling (patternfly#5871)

* chore(DataList): added additional rtl styling

* Add comment to update notif badge in breaking change

* fix(popover, tooltip): added rtl styles (patternfly#5882)

* fix(tree-view): added rtl styles (patternfly#5883)

* chore(Table): added additional RTL styling (patternfly#5887)

* chore(Drawer): transforms and shadows on RTL drawer (patternfly#5888)

* fix(forms): updated rtl styles (patternfly#5889)

* fix(skeleton): added rtl styles (patternfly#5891)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.12 (patternfly#5894)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(slider): added root decl for var to create react token (patternfly#5895)

* chore(ModalBox): center modal for workspace in RTL (patternfly#5893)

* fix(rtl): fixes truncate rtl (patternfly#5874)

* fix(ModalBox): fix centering on mobile (patternfly#5905)

* chore: added backstop as dev dependency, update config (patternfly#5904)

* chore(popover): center examples (patternfly#5906)

* fix(nav): updated example css (patternfly#5903)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.14 (patternfly#5909)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: remove workspace RTL classes (patternfly#5912)

* chore: update screenshots (patternfly#5915)

* fix: Update upload-preview.js to use new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.15 (patternfly#5916)

* chore(deps): update dependency @patternfly/react-table to v5.0.1 (patternfly#5914)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.0.1 (patternfly#5910)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-core to v5.0.1 (patternfly#5913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: mirror fa-sort icon (patternfly#5920)

* fix: mirror bg image position in rtl (patternfly#5922)

* fix(progress): updated indicator direction (patternfly#5923)

* chore: update readme to reference new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.0 (patternfly#5925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(code-editor): make code box and header LTR (patternfly#5928)

* fix(code-editor): make code box and header LTR

* chore: refactor to use dir instead of css for ltr on code block

* fix(banner): fixed invalid dark theme color declaration (patternfly#5933)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.2 (patternfly#5934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.3 (patternfly#5940)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(clipboard-copy): add code example with rtl support (patternfly#5941)

* fix(card): removed border from clickable/selectable selected (patternfly#5935)

* feat(Button): extended inline styling (patternfly#5696)

* fix(menu): updated drilldown breadcrumb menu icons to work in RTL (patternfly#5924)

* fix(toolbar): fix expand all icon in RTL (patternfly#5937)

* chore(toolbar): mirror expand all icon in rtl

* chore: update

* chore: use icon shouldMirrorRTL param

* fix(popover/tooltip): revert arrow logical prop positioning (patternfly#5952)

* fix(popover/tooltip): revert arrow logical prop positioning

* chore: add missing local css import

* chore(screenshots): updated full page screenshots (patternfly#5960)

* chore(deps): update dependency @patternfly/react-core to v5.1.1 (patternfly#5975)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (patternfly#5971)

* chore(Toolbar): increase workspace container height (patternfly#5962)

* chore(screenshots): update visual regression screenshots (patternfly#5959)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.17 (patternfly#5961)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.1 (patternfly#5977)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.1 (patternfly#5974)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(check-radio): added aria-describedby to check/radio (patternfly#5969)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.18 (patternfly#5982)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(brand/card): update examples to display logo in dark theme (patternfly#5681)

* fix(input): standardized check and radio alignment (patternfly#5947)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.19 (patternfly#5985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.20 (patternfly#5994)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump @babel/traverse from 7.22.15 to 7.23.2 (patternfly#6001)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(Switch): updated focus style to focus-visible (patternfly#5995)

* chore(menu-toggle): updated demos to use menu-toggle (patternfly#5782)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.24 (patternfly#6014)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(Accordion): added left-aligned toggle variant (patternfly#5987)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.26 (patternfly#6020)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: V6 merge main.10.30 (patternfly#6023)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.0 (patternfly#6027)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(main): reverts to pre-v6 merge (patternfly#6038)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.1 (patternfly#6040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(globals): update invalid selector in global css (patternfly#6044)

* feat(breaker): bump this version to 6.0 (patternfly#5800)

BREAKING CHANGE: 6.0.0-alpha.0

* fix: white space change to kick off dry run

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (patternfly#5843)

* feat(Button): adds tokens and applies to buttons (patternfly#5908)

* feat(table): apply tokens from hackathon (patternfly#5965)

* feat(menu-toggle): add in work from hackathon (patternfly#5931)

* feat(nav): adds tokens to page and nav (patternfly#5942)

* chore(tokens): update tokens from figma (patternfly#5970)

* feat(page): page and masthead updates from hackathon (patternfly#5968)

* chore(v6): merge main into v6 (patternfly#5981)

* fix(tokens): add dark theme blend mode token (patternfly#5992)

* feat(notificationBadge): refactor with tokens (patternfly#5991)

* chore(masthead ): applied tokens (patternfly#6004)

* feat(alert): apply tokens (patternfly#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (patternfly#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (patternfly#6025)

* fix(box-shadow): typo in box shadow token names (patternfly#6039)

* fix(badge): adds tokens, dropdown toggle icon (patternfly#6037)

* feat(hint): apply tokens (patternfly#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ashley Ray <123661468+ashley-o0o@users.noreply.github.com>
Co-authored-by: Nicole Thoen <nthoen@redhat.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Jan 15, 2024
* feat(alert): apply tokens

* feat(alert): remove unused background color
mattnolting added a commit to mattnolting/patternfly that referenced this pull request Jan 15, 2024
* chore(select): fixed text in HTML example to show multiple checks can be selected (patternfly#5663)

* chore: Update release.yml to node 18 [ci skip]

* chore: add superclean npm script (patternfly#5798)

* chore(options-menu): updated markup to match react component (patternfly#5809)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.3 (patternfly#5720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump semver from 5.7.1 to 5.7.2 (patternfly#5756)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: updated use of flex start/end to be more compatible (patternfly#5807)

* fix(chip): add margin for badge when used in text element (patternfly#5844)

* feat(global): added RTL support (patternfly#5778)

* fix: added tree view icon (patternfly#5845)

* fix: added tree view icon

* chore: put treeviewicon in alphabetical order

* chore: rtl fixes, screenshots (patternfly#5854)

* chore: rtl fixes, screenshots

* chore: checkin screenshots

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.7 (patternfly#5852)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: enable RTL switcher on full page examples (patternfly#5859)

* docs: update location of and references to docs to consolidate and organize information. (patternfly#5773)

* fix: added base, wizard, pagination RTL styles (patternfly#5860)

* chore(Accordion,ExpandableSection): added more RTL styling (patternfly#5861)

* fix(RTL): refactor mixins, add slider rtl styles (patternfly#5867)

* fix(nav): added optional text wrapper for nav text (patternfly#5868)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.9 (patternfly#5863)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Toolbar): updated toolbar pagination structure (patternfly#5862)

* fix(breadcrumb): added rtl support (patternfly#5870)

* chore(card): updated horiz demo image (patternfly#5875)

* chore(Alert,NotificationDrawer): added additional rtl styling (patternfly#5866)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.10 (patternfly#5880)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Nav, Menu): apply RTL fixes (patternfly#5873)

* fix(clipboard-copy): added rtl styles (patternfly#5876)

* fix(page): added rtl styles (patternfly#5878)

* fix(calendar-month): rtl support (patternfly#5869)

* chore(Card,Tile): apply RTL fixes (patternfly#5881)

* fix: added tabs and jump links rtl styles (patternfly#5877)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.11 (patternfly#5885)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(DataList): added additional rtl styling (patternfly#5871)

* chore(DataList): added additional rtl styling

* Add comment to update notif badge in breaking change

* fix(popover, tooltip): added rtl styles (patternfly#5882)

* fix(tree-view): added rtl styles (patternfly#5883)

* chore(Table): added additional RTL styling (patternfly#5887)

* chore(Drawer): transforms and shadows on RTL drawer (patternfly#5888)

* fix(forms): updated rtl styles (patternfly#5889)

* fix(skeleton): added rtl styles (patternfly#5891)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.12 (patternfly#5894)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(slider): added root decl for var to create react token (patternfly#5895)

* chore(ModalBox): center modal for workspace in RTL (patternfly#5893)

* fix(rtl): fixes truncate rtl (patternfly#5874)

* fix(ModalBox): fix centering on mobile (patternfly#5905)

* chore: added backstop as dev dependency, update config (patternfly#5904)

* chore(popover): center examples (patternfly#5906)

* fix(nav): updated example css (patternfly#5903)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.14 (patternfly#5909)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: remove workspace RTL classes (patternfly#5912)

* chore: update screenshots (patternfly#5915)

* fix: Update upload-preview.js to use new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.15 (patternfly#5916)

* chore(deps): update dependency @patternfly/react-table to v5.0.1 (patternfly#5914)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.0.1 (patternfly#5910)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-core to v5.0.1 (patternfly#5913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: mirror fa-sort icon (patternfly#5920)

* fix: mirror bg image position in rtl (patternfly#5922)

* fix(progress): updated indicator direction (patternfly#5923)

* chore: update readme to reference new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.0 (patternfly#5925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(code-editor): make code box and header LTR (patternfly#5928)

* fix(code-editor): make code box and header LTR

* chore: refactor to use dir instead of css for ltr on code block

* fix(banner): fixed invalid dark theme color declaration (patternfly#5933)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.2 (patternfly#5934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.3 (patternfly#5940)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(clipboard-copy): add code example with rtl support (patternfly#5941)

* fix(card): removed border from clickable/selectable selected (patternfly#5935)

* feat(Button): extended inline styling (patternfly#5696)

* fix(menu): updated drilldown breadcrumb menu icons to work in RTL (patternfly#5924)

* fix(toolbar): fix expand all icon in RTL (patternfly#5937)

* chore(toolbar): mirror expand all icon in rtl

* chore: update

* chore: use icon shouldMirrorRTL param

* fix(popover/tooltip): revert arrow logical prop positioning (patternfly#5952)

* fix(popover/tooltip): revert arrow logical prop positioning

* chore: add missing local css import

* chore(screenshots): updated full page screenshots (patternfly#5960)

* chore(deps): update dependency @patternfly/react-core to v5.1.1 (patternfly#5975)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (patternfly#5971)

* chore(Toolbar): increase workspace container height (patternfly#5962)

* chore(screenshots): update visual regression screenshots (patternfly#5959)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.17 (patternfly#5961)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.1 (patternfly#5977)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.1 (patternfly#5974)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(check-radio): added aria-describedby to check/radio (patternfly#5969)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.18 (patternfly#5982)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(brand/card): update examples to display logo in dark theme (patternfly#5681)

* fix(input): standardized check and radio alignment (patternfly#5947)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.19 (patternfly#5985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.20 (patternfly#5994)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump @babel/traverse from 7.22.15 to 7.23.2 (patternfly#6001)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(Switch): updated focus style to focus-visible (patternfly#5995)

* chore(menu-toggle): updated demos to use menu-toggle (patternfly#5782)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.24 (patternfly#6014)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(Accordion): added left-aligned toggle variant (patternfly#5987)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.26 (patternfly#6020)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: V6 merge main.10.30 (patternfly#6023)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.0 (patternfly#6027)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(main): reverts to pre-v6 merge (patternfly#6038)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.1 (patternfly#6040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(globals): update invalid selector in global css (patternfly#6044)

* feat(breaker): bump this version to 6.0 (patternfly#5800)

BREAKING CHANGE: 6.0.0-alpha.0

* fix: white space change to kick off dry run

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (patternfly#5843)

* feat(Button): adds tokens and applies to buttons (patternfly#5908)

* feat(table): apply tokens from hackathon (patternfly#5965)

* feat(menu-toggle): add in work from hackathon (patternfly#5931)

* feat(nav): adds tokens to page and nav (patternfly#5942)

* chore(tokens): update tokens from figma (patternfly#5970)

* feat(page): page and masthead updates from hackathon (patternfly#5968)

* chore(v6): merge main into v6 (patternfly#5981)

* fix(tokens): add dark theme blend mode token (patternfly#5992)

* feat(notificationBadge): refactor with tokens (patternfly#5991)

* chore(masthead ): applied tokens (patternfly#6004)

* feat(alert): apply tokens (patternfly#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (patternfly#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (patternfly#6025)

* fix(box-shadow): typo in box shadow token names (patternfly#6039)

* fix(badge): adds tokens, dropdown toggle icon (patternfly#6037)

* feat(hint): apply tokens (patternfly#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ashley Ray <123661468+ashley-o0o@users.noreply.github.com>
Co-authored-by: Nicole Thoen <nthoen@redhat.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Jan 15, 2024
* feat(alert): apply tokens

* feat(alert): remove unused background color
mattnolting added a commit to mattnolting/patternfly that referenced this pull request Jan 15, 2024
* chore(select): fixed text in HTML example to show multiple checks can be selected (patternfly#5663)

* chore: Update release.yml to node 18 [ci skip]

* chore: add superclean npm script (patternfly#5798)

* chore(options-menu): updated markup to match react component (patternfly#5809)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.3 (patternfly#5720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump semver from 5.7.1 to 5.7.2 (patternfly#5756)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: updated use of flex start/end to be more compatible (patternfly#5807)

* fix(chip): add margin for badge when used in text element (patternfly#5844)

* feat(global): added RTL support (patternfly#5778)

* fix: added tree view icon (patternfly#5845)

* fix: added tree view icon

* chore: put treeviewicon in alphabetical order

* chore: rtl fixes, screenshots (patternfly#5854)

* chore: rtl fixes, screenshots

* chore: checkin screenshots

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.7 (patternfly#5852)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: enable RTL switcher on full page examples (patternfly#5859)

* docs: update location of and references to docs to consolidate and organize information. (patternfly#5773)

* fix: added base, wizard, pagination RTL styles (patternfly#5860)

* chore(Accordion,ExpandableSection): added more RTL styling (patternfly#5861)

* fix(RTL): refactor mixins, add slider rtl styles (patternfly#5867)

* fix(nav): added optional text wrapper for nav text (patternfly#5868)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.9 (patternfly#5863)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Toolbar): updated toolbar pagination structure (patternfly#5862)

* fix(breadcrumb): added rtl support (patternfly#5870)

* chore(card): updated horiz demo image (patternfly#5875)

* chore(Alert,NotificationDrawer): added additional rtl styling (patternfly#5866)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.10 (patternfly#5880)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Nav, Menu): apply RTL fixes (patternfly#5873)

* fix(clipboard-copy): added rtl styles (patternfly#5876)

* fix(page): added rtl styles (patternfly#5878)

* fix(calendar-month): rtl support (patternfly#5869)

* chore(Card,Tile): apply RTL fixes (patternfly#5881)

* fix: added tabs and jump links rtl styles (patternfly#5877)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.11 (patternfly#5885)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(DataList): added additional rtl styling (patternfly#5871)

* chore(DataList): added additional rtl styling

* Add comment to update notif badge in breaking change

* fix(popover, tooltip): added rtl styles (patternfly#5882)

* fix(tree-view): added rtl styles (patternfly#5883)

* chore(Table): added additional RTL styling (patternfly#5887)

* chore(Drawer): transforms and shadows on RTL drawer (patternfly#5888)

* fix(forms): updated rtl styles (patternfly#5889)

* fix(skeleton): added rtl styles (patternfly#5891)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.12 (patternfly#5894)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(slider): added root decl for var to create react token (patternfly#5895)

* chore(ModalBox): center modal for workspace in RTL (patternfly#5893)

* fix(rtl): fixes truncate rtl (patternfly#5874)

* fix(ModalBox): fix centering on mobile (patternfly#5905)

* chore: added backstop as dev dependency, update config (patternfly#5904)

* chore(popover): center examples (patternfly#5906)

* fix(nav): updated example css (patternfly#5903)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.14 (patternfly#5909)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: remove workspace RTL classes (patternfly#5912)

* chore: update screenshots (patternfly#5915)

* fix: Update upload-preview.js to use new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.15 (patternfly#5916)

* chore(deps): update dependency @patternfly/react-table to v5.0.1 (patternfly#5914)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.0.1 (patternfly#5910)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-core to v5.0.1 (patternfly#5913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: mirror fa-sort icon (patternfly#5920)

* fix: mirror bg image position in rtl (patternfly#5922)

* fix(progress): updated indicator direction (patternfly#5923)

* chore: update readme to reference new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.0 (patternfly#5925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(code-editor): make code box and header LTR (patternfly#5928)

* fix(code-editor): make code box and header LTR

* chore: refactor to use dir instead of css for ltr on code block

* fix(banner): fixed invalid dark theme color declaration (patternfly#5933)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.2 (patternfly#5934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.3 (patternfly#5940)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(clipboard-copy): add code example with rtl support (patternfly#5941)

* fix(card): removed border from clickable/selectable selected (patternfly#5935)

* feat(Button): extended inline styling (patternfly#5696)

* fix(menu): updated drilldown breadcrumb menu icons to work in RTL (patternfly#5924)

* fix(toolbar): fix expand all icon in RTL (patternfly#5937)

* chore(toolbar): mirror expand all icon in rtl

* chore: update

* chore: use icon shouldMirrorRTL param

* fix(popover/tooltip): revert arrow logical prop positioning (patternfly#5952)

* fix(popover/tooltip): revert arrow logical prop positioning

* chore: add missing local css import

* chore(screenshots): updated full page screenshots (patternfly#5960)

* chore(deps): update dependency @patternfly/react-core to v5.1.1 (patternfly#5975)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (patternfly#5971)

* chore(Toolbar): increase workspace container height (patternfly#5962)

* chore(screenshots): update visual regression screenshots (patternfly#5959)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.17 (patternfly#5961)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.1 (patternfly#5977)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.1 (patternfly#5974)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(check-radio): added aria-describedby to check/radio (patternfly#5969)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.18 (patternfly#5982)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(brand/card): update examples to display logo in dark theme (patternfly#5681)

* fix(input): standardized check and radio alignment (patternfly#5947)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.19 (patternfly#5985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.20 (patternfly#5994)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump @babel/traverse from 7.22.15 to 7.23.2 (patternfly#6001)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(Switch): updated focus style to focus-visible (patternfly#5995)

* chore(menu-toggle): updated demos to use menu-toggle (patternfly#5782)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.24 (patternfly#6014)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(Accordion): added left-aligned toggle variant (patternfly#5987)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.26 (patternfly#6020)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: V6 merge main.10.30 (patternfly#6023)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.0 (patternfly#6027)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(main): reverts to pre-v6 merge (patternfly#6038)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.1 (patternfly#6040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(globals): update invalid selector in global css (patternfly#6044)

* feat(breaker): bump this version to 6.0 (patternfly#5800)

BREAKING CHANGE: 6.0.0-alpha.0

* fix: white space change to kick off dry run

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (patternfly#5843)

* feat(Button): adds tokens and applies to buttons (patternfly#5908)

* feat(table): apply tokens from hackathon (patternfly#5965)

* feat(menu-toggle): add in work from hackathon (patternfly#5931)

* feat(nav): adds tokens to page and nav (patternfly#5942)

* chore(tokens): update tokens from figma (patternfly#5970)

* feat(page): page and masthead updates from hackathon (patternfly#5968)

* chore(v6): merge main into v6 (patternfly#5981)

* fix(tokens): add dark theme blend mode token (patternfly#5992)

* feat(notificationBadge): refactor with tokens (patternfly#5991)

* chore(masthead ): applied tokens (patternfly#6004)

* feat(alert): apply tokens (patternfly#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (patternfly#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (patternfly#6025)

* fix(box-shadow): typo in box shadow token names (patternfly#6039)

* fix(badge): adds tokens, dropdown toggle icon (patternfly#6037)

* feat(hint): apply tokens (patternfly#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ashley Ray <123661468+ashley-o0o@users.noreply.github.com>
Co-authored-by: Nicole Thoen <nthoen@redhat.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Jan 15, 2024
* feat(alert): apply tokens

* feat(alert): remove unused background color
mattnolting added a commit to mattnolting/patternfly that referenced this pull request Jan 15, 2024
* chore(select): fixed text in HTML example to show multiple checks can be selected (patternfly#5663)

* chore: Update release.yml to node 18 [ci skip]

* chore: add superclean npm script (patternfly#5798)

* chore(options-menu): updated markup to match react component (patternfly#5809)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.3 (patternfly#5720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump semver from 5.7.1 to 5.7.2 (patternfly#5756)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: updated use of flex start/end to be more compatible (patternfly#5807)

* fix(chip): add margin for badge when used in text element (patternfly#5844)

* feat(global): added RTL support (patternfly#5778)

* fix: added tree view icon (patternfly#5845)

* fix: added tree view icon

* chore: put treeviewicon in alphabetical order

* chore: rtl fixes, screenshots (patternfly#5854)

* chore: rtl fixes, screenshots

* chore: checkin screenshots

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.7 (patternfly#5852)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: enable RTL switcher on full page examples (patternfly#5859)

* docs: update location of and references to docs to consolidate and organize information. (patternfly#5773)

* fix: added base, wizard, pagination RTL styles (patternfly#5860)

* chore(Accordion,ExpandableSection): added more RTL styling (patternfly#5861)

* fix(RTL): refactor mixins, add slider rtl styles (patternfly#5867)

* fix(nav): added optional text wrapper for nav text (patternfly#5868)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.9 (patternfly#5863)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Toolbar): updated toolbar pagination structure (patternfly#5862)

* fix(breadcrumb): added rtl support (patternfly#5870)

* chore(card): updated horiz demo image (patternfly#5875)

* chore(Alert,NotificationDrawer): added additional rtl styling (patternfly#5866)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.10 (patternfly#5880)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Nav, Menu): apply RTL fixes (patternfly#5873)

* fix(clipboard-copy): added rtl styles (patternfly#5876)

* fix(page): added rtl styles (patternfly#5878)

* fix(calendar-month): rtl support (patternfly#5869)

* chore(Card,Tile): apply RTL fixes (patternfly#5881)

* fix: added tabs and jump links rtl styles (patternfly#5877)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.11 (patternfly#5885)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(DataList): added additional rtl styling (patternfly#5871)

* chore(DataList): added additional rtl styling

* Add comment to update notif badge in breaking change

* fix(popover, tooltip): added rtl styles (patternfly#5882)

* fix(tree-view): added rtl styles (patternfly#5883)

* chore(Table): added additional RTL styling (patternfly#5887)

* chore(Drawer): transforms and shadows on RTL drawer (patternfly#5888)

* fix(forms): updated rtl styles (patternfly#5889)

* fix(skeleton): added rtl styles (patternfly#5891)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.12 (patternfly#5894)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(slider): added root decl for var to create react token (patternfly#5895)

* chore(ModalBox): center modal for workspace in RTL (patternfly#5893)

* fix(rtl): fixes truncate rtl (patternfly#5874)

* fix(ModalBox): fix centering on mobile (patternfly#5905)

* chore: added backstop as dev dependency, update config (patternfly#5904)

* chore(popover): center examples (patternfly#5906)

* fix(nav): updated example css (patternfly#5903)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.14 (patternfly#5909)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: remove workspace RTL classes (patternfly#5912)

* chore: update screenshots (patternfly#5915)

* fix: Update upload-preview.js to use new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.15 (patternfly#5916)

* chore(deps): update dependency @patternfly/react-table to v5.0.1 (patternfly#5914)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.0.1 (patternfly#5910)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-core to v5.0.1 (patternfly#5913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: mirror fa-sort icon (patternfly#5920)

* fix: mirror bg image position in rtl (patternfly#5922)

* fix(progress): updated indicator direction (patternfly#5923)

* chore: update readme to reference new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.0 (patternfly#5925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(code-editor): make code box and header LTR (patternfly#5928)

* fix(code-editor): make code box and header LTR

* chore: refactor to use dir instead of css for ltr on code block

* fix(banner): fixed invalid dark theme color declaration (patternfly#5933)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.2 (patternfly#5934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.3 (patternfly#5940)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(clipboard-copy): add code example with rtl support (patternfly#5941)

* fix(card): removed border from clickable/selectable selected (patternfly#5935)

* feat(Button): extended inline styling (patternfly#5696)

* fix(menu): updated drilldown breadcrumb menu icons to work in RTL (patternfly#5924)

* fix(toolbar): fix expand all icon in RTL (patternfly#5937)

* chore(toolbar): mirror expand all icon in rtl

* chore: update

* chore: use icon shouldMirrorRTL param

* fix(popover/tooltip): revert arrow logical prop positioning (patternfly#5952)

* fix(popover/tooltip): revert arrow logical prop positioning

* chore: add missing local css import

* chore(screenshots): updated full page screenshots (patternfly#5960)

* chore(deps): update dependency @patternfly/react-core to v5.1.1 (patternfly#5975)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (patternfly#5971)

* chore(Toolbar): increase workspace container height (patternfly#5962)

* chore(screenshots): update visual regression screenshots (patternfly#5959)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.17 (patternfly#5961)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.1 (patternfly#5977)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.1 (patternfly#5974)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(check-radio): added aria-describedby to check/radio (patternfly#5969)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.18 (patternfly#5982)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(brand/card): update examples to display logo in dark theme (patternfly#5681)

* fix(input): standardized check and radio alignment (patternfly#5947)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.19 (patternfly#5985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.20 (patternfly#5994)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump @babel/traverse from 7.22.15 to 7.23.2 (patternfly#6001)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(Switch): updated focus style to focus-visible (patternfly#5995)

* chore(menu-toggle): updated demos to use menu-toggle (patternfly#5782)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.24 (patternfly#6014)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(Accordion): added left-aligned toggle variant (patternfly#5987)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.26 (patternfly#6020)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: V6 merge main.10.30 (patternfly#6023)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.0 (patternfly#6027)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(main): reverts to pre-v6 merge (patternfly#6038)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.1 (patternfly#6040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(globals): update invalid selector in global css (patternfly#6044)

* feat(breaker): bump this version to 6.0 (patternfly#5800)

BREAKING CHANGE: 6.0.0-alpha.0

* fix: white space change to kick off dry run

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (patternfly#5843)

* feat(Button): adds tokens and applies to buttons (patternfly#5908)

* feat(table): apply tokens from hackathon (patternfly#5965)

* feat(menu-toggle): add in work from hackathon (patternfly#5931)

* feat(nav): adds tokens to page and nav (patternfly#5942)

* chore(tokens): update tokens from figma (patternfly#5970)

* feat(page): page and masthead updates from hackathon (patternfly#5968)

* chore(v6): merge main into v6 (patternfly#5981)

* fix(tokens): add dark theme blend mode token (patternfly#5992)

* feat(notificationBadge): refactor with tokens (patternfly#5991)

* chore(masthead ): applied tokens (patternfly#6004)

* feat(alert): apply tokens (patternfly#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (patternfly#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (patternfly#6025)

* fix(box-shadow): typo in box shadow token names (patternfly#6039)

* fix(badge): adds tokens, dropdown toggle icon (patternfly#6037)

* feat(hint): apply tokens (patternfly#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ashley Ray <123661468+ashley-o0o@users.noreply.github.com>
Co-authored-by: Nicole Thoen <nthoen@redhat.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Jan 16, 2024
* feat(alert): apply tokens

* feat(alert): remove unused background color
mattnolting added a commit to mattnolting/patternfly that referenced this pull request Jan 16, 2024
* chore(select): fixed text in HTML example to show multiple checks can be selected (patternfly#5663)

* chore: Update release.yml to node 18 [ci skip]

* chore: add superclean npm script (patternfly#5798)

* chore(options-menu): updated markup to match react component (patternfly#5809)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.3 (patternfly#5720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump semver from 5.7.1 to 5.7.2 (patternfly#5756)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: updated use of flex start/end to be more compatible (patternfly#5807)

* fix(chip): add margin for badge when used in text element (patternfly#5844)

* feat(global): added RTL support (patternfly#5778)

* fix: added tree view icon (patternfly#5845)

* fix: added tree view icon

* chore: put treeviewicon in alphabetical order

* chore: rtl fixes, screenshots (patternfly#5854)

* chore: rtl fixes, screenshots

* chore: checkin screenshots

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.7 (patternfly#5852)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: enable RTL switcher on full page examples (patternfly#5859)

* docs: update location of and references to docs to consolidate and organize information. (patternfly#5773)

* fix: added base, wizard, pagination RTL styles (patternfly#5860)

* chore(Accordion,ExpandableSection): added more RTL styling (patternfly#5861)

* fix(RTL): refactor mixins, add slider rtl styles (patternfly#5867)

* fix(nav): added optional text wrapper for nav text (patternfly#5868)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.9 (patternfly#5863)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Toolbar): updated toolbar pagination structure (patternfly#5862)

* fix(breadcrumb): added rtl support (patternfly#5870)

* chore(card): updated horiz demo image (patternfly#5875)

* chore(Alert,NotificationDrawer): added additional rtl styling (patternfly#5866)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.10 (patternfly#5880)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Nav, Menu): apply RTL fixes (patternfly#5873)

* fix(clipboard-copy): added rtl styles (patternfly#5876)

* fix(page): added rtl styles (patternfly#5878)

* fix(calendar-month): rtl support (patternfly#5869)

* chore(Card,Tile): apply RTL fixes (patternfly#5881)

* fix: added tabs and jump links rtl styles (patternfly#5877)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.11 (patternfly#5885)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(DataList): added additional rtl styling (patternfly#5871)

* chore(DataList): added additional rtl styling

* Add comment to update notif badge in breaking change

* fix(popover, tooltip): added rtl styles (patternfly#5882)

* fix(tree-view): added rtl styles (patternfly#5883)

* chore(Table): added additional RTL styling (patternfly#5887)

* chore(Drawer): transforms and shadows on RTL drawer (patternfly#5888)

* fix(forms): updated rtl styles (patternfly#5889)

* fix(skeleton): added rtl styles (patternfly#5891)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.12 (patternfly#5894)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(slider): added root decl for var to create react token (patternfly#5895)

* chore(ModalBox): center modal for workspace in RTL (patternfly#5893)

* fix(rtl): fixes truncate rtl (patternfly#5874)

* fix(ModalBox): fix centering on mobile (patternfly#5905)

* chore: added backstop as dev dependency, update config (patternfly#5904)

* chore(popover): center examples (patternfly#5906)

* fix(nav): updated example css (patternfly#5903)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.14 (patternfly#5909)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: remove workspace RTL classes (patternfly#5912)

* chore: update screenshots (patternfly#5915)

* fix: Update upload-preview.js to use new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.15 (patternfly#5916)

* chore(deps): update dependency @patternfly/react-table to v5.0.1 (patternfly#5914)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.0.1 (patternfly#5910)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-core to v5.0.1 (patternfly#5913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: mirror fa-sort icon (patternfly#5920)

* fix: mirror bg image position in rtl (patternfly#5922)

* fix(progress): updated indicator direction (patternfly#5923)

* chore: update readme to reference new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.0 (patternfly#5925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(code-editor): make code box and header LTR (patternfly#5928)

* fix(code-editor): make code box and header LTR

* chore: refactor to use dir instead of css for ltr on code block

* fix(banner): fixed invalid dark theme color declaration (patternfly#5933)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.2 (patternfly#5934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.3 (patternfly#5940)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(clipboard-copy): add code example with rtl support (patternfly#5941)

* fix(card): removed border from clickable/selectable selected (patternfly#5935)

* feat(Button): extended inline styling (patternfly#5696)

* fix(menu): updated drilldown breadcrumb menu icons to work in RTL (patternfly#5924)

* fix(toolbar): fix expand all icon in RTL (patternfly#5937)

* chore(toolbar): mirror expand all icon in rtl

* chore: update

* chore: use icon shouldMirrorRTL param

* fix(popover/tooltip): revert arrow logical prop positioning (patternfly#5952)

* fix(popover/tooltip): revert arrow logical prop positioning

* chore: add missing local css import

* chore(screenshots): updated full page screenshots (patternfly#5960)

* chore(deps): update dependency @patternfly/react-core to v5.1.1 (patternfly#5975)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (patternfly#5971)

* chore(Toolbar): increase workspace container height (patternfly#5962)

* chore(screenshots): update visual regression screenshots (patternfly#5959)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.17 (patternfly#5961)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.1 (patternfly#5977)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.1 (patternfly#5974)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(check-radio): added aria-describedby to check/radio (patternfly#5969)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.18 (patternfly#5982)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(brand/card): update examples to display logo in dark theme (patternfly#5681)

* fix(input): standardized check and radio alignment (patternfly#5947)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.19 (patternfly#5985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.20 (patternfly#5994)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump @babel/traverse from 7.22.15 to 7.23.2 (patternfly#6001)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(Switch): updated focus style to focus-visible (patternfly#5995)

* chore(menu-toggle): updated demos to use menu-toggle (patternfly#5782)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.24 (patternfly#6014)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(Accordion): added left-aligned toggle variant (patternfly#5987)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.26 (patternfly#6020)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: V6 merge main.10.30 (patternfly#6023)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.0 (patternfly#6027)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(main): reverts to pre-v6 merge (patternfly#6038)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.1 (patternfly#6040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(globals): update invalid selector in global css (patternfly#6044)

* feat(breaker): bump this version to 6.0 (patternfly#5800)

BREAKING CHANGE: 6.0.0-alpha.0

* fix: white space change to kick off dry run

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (patternfly#5843)

* feat(Button): adds tokens and applies to buttons (patternfly#5908)

* feat(table): apply tokens from hackathon (patternfly#5965)

* feat(menu-toggle): add in work from hackathon (patternfly#5931)

* feat(nav): adds tokens to page and nav (patternfly#5942)

* chore(tokens): update tokens from figma (patternfly#5970)

* feat(page): page and masthead updates from hackathon (patternfly#5968)

* chore(v6): merge main into v6 (patternfly#5981)

* fix(tokens): add dark theme blend mode token (patternfly#5992)

* feat(notificationBadge): refactor with tokens (patternfly#5991)

* chore(masthead ): applied tokens (patternfly#6004)

* feat(alert): apply tokens (patternfly#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (patternfly#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (patternfly#6025)

* fix(box-shadow): typo in box shadow token names (patternfly#6039)

* fix(badge): adds tokens, dropdown toggle icon (patternfly#6037)

* feat(hint): apply tokens (patternfly#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ashley Ray <123661468+ashley-o0o@users.noreply.github.com>
Co-authored-by: Nicole Thoen <nthoen@redhat.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Jan 16, 2024
* feat(alert): apply tokens

* feat(alert): remove unused background color
mattnolting added a commit to mattnolting/patternfly that referenced this pull request Jan 16, 2024
* chore(select): fixed text in HTML example to show multiple checks can be selected (patternfly#5663)

* chore: Update release.yml to node 18 [ci skip]

* chore: add superclean npm script (patternfly#5798)

* chore(options-menu): updated markup to match react component (patternfly#5809)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.3 (patternfly#5720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump semver from 5.7.1 to 5.7.2 (patternfly#5756)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: updated use of flex start/end to be more compatible (patternfly#5807)

* fix(chip): add margin for badge when used in text element (patternfly#5844)

* feat(global): added RTL support (patternfly#5778)

* fix: added tree view icon (patternfly#5845)

* fix: added tree view icon

* chore: put treeviewicon in alphabetical order

* chore: rtl fixes, screenshots (patternfly#5854)

* chore: rtl fixes, screenshots

* chore: checkin screenshots

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.7 (patternfly#5852)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: enable RTL switcher on full page examples (patternfly#5859)

* docs: update location of and references to docs to consolidate and organize information. (patternfly#5773)

* fix: added base, wizard, pagination RTL styles (patternfly#5860)

* chore(Accordion,ExpandableSection): added more RTL styling (patternfly#5861)

* fix(RTL): refactor mixins, add slider rtl styles (patternfly#5867)

* fix(nav): added optional text wrapper for nav text (patternfly#5868)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.9 (patternfly#5863)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Toolbar): updated toolbar pagination structure (patternfly#5862)

* fix(breadcrumb): added rtl support (patternfly#5870)

* chore(card): updated horiz demo image (patternfly#5875)

* chore(Alert,NotificationDrawer): added additional rtl styling (patternfly#5866)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.10 (patternfly#5880)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Nav, Menu): apply RTL fixes (patternfly#5873)

* fix(clipboard-copy): added rtl styles (patternfly#5876)

* fix(page): added rtl styles (patternfly#5878)

* fix(calendar-month): rtl support (patternfly#5869)

* chore(Card,Tile): apply RTL fixes (patternfly#5881)

* fix: added tabs and jump links rtl styles (patternfly#5877)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.11 (patternfly#5885)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(DataList): added additional rtl styling (patternfly#5871)

* chore(DataList): added additional rtl styling

* Add comment to update notif badge in breaking change

* fix(popover, tooltip): added rtl styles (patternfly#5882)

* fix(tree-view): added rtl styles (patternfly#5883)

* chore(Table): added additional RTL styling (patternfly#5887)

* chore(Drawer): transforms and shadows on RTL drawer (patternfly#5888)

* fix(forms): updated rtl styles (patternfly#5889)

* fix(skeleton): added rtl styles (patternfly#5891)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.12 (patternfly#5894)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(slider): added root decl for var to create react token (patternfly#5895)

* chore(ModalBox): center modal for workspace in RTL (patternfly#5893)

* fix(rtl): fixes truncate rtl (patternfly#5874)

* fix(ModalBox): fix centering on mobile (patternfly#5905)

* chore: added backstop as dev dependency, update config (patternfly#5904)

* chore(popover): center examples (patternfly#5906)

* fix(nav): updated example css (patternfly#5903)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.14 (patternfly#5909)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: remove workspace RTL classes (patternfly#5912)

* chore: update screenshots (patternfly#5915)

* fix: Update upload-preview.js to use new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.15 (patternfly#5916)

* chore(deps): update dependency @patternfly/react-table to v5.0.1 (patternfly#5914)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.0.1 (patternfly#5910)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-core to v5.0.1 (patternfly#5913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: mirror fa-sort icon (patternfly#5920)

* fix: mirror bg image position in rtl (patternfly#5922)

* fix(progress): updated indicator direction (patternfly#5923)

* chore: update readme to reference new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.0 (patternfly#5925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(code-editor): make code box and header LTR (patternfly#5928)

* fix(code-editor): make code box and header LTR

* chore: refactor to use dir instead of css for ltr on code block

* fix(banner): fixed invalid dark theme color declaration (patternfly#5933)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.2 (patternfly#5934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.3 (patternfly#5940)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(clipboard-copy): add code example with rtl support (patternfly#5941)

* fix(card): removed border from clickable/selectable selected (patternfly#5935)

* feat(Button): extended inline styling (patternfly#5696)

* fix(menu): updated drilldown breadcrumb menu icons to work in RTL (patternfly#5924)

* fix(toolbar): fix expand all icon in RTL (patternfly#5937)

* chore(toolbar): mirror expand all icon in rtl

* chore: update

* chore: use icon shouldMirrorRTL param

* fix(popover/tooltip): revert arrow logical prop positioning (patternfly#5952)

* fix(popover/tooltip): revert arrow logical prop positioning

* chore: add missing local css import

* chore(screenshots): updated full page screenshots (patternfly#5960)

* chore(deps): update dependency @patternfly/react-core to v5.1.1 (patternfly#5975)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (patternfly#5971)

* chore(Toolbar): increase workspace container height (patternfly#5962)

* chore(screenshots): update visual regression screenshots (patternfly#5959)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.17 (patternfly#5961)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.1 (patternfly#5977)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.1 (patternfly#5974)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(check-radio): added aria-describedby to check/radio (patternfly#5969)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.18 (patternfly#5982)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(brand/card): update examples to display logo in dark theme (patternfly#5681)

* fix(input): standardized check and radio alignment (patternfly#5947)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.19 (patternfly#5985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.20 (patternfly#5994)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump @babel/traverse from 7.22.15 to 7.23.2 (patternfly#6001)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(Switch): updated focus style to focus-visible (patternfly#5995)

* chore(menu-toggle): updated demos to use menu-toggle (patternfly#5782)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.24 (patternfly#6014)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(Accordion): added left-aligned toggle variant (patternfly#5987)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.26 (patternfly#6020)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: V6 merge main.10.30 (patternfly#6023)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.0 (patternfly#6027)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(main): reverts to pre-v6 merge (patternfly#6038)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.1 (patternfly#6040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(globals): update invalid selector in global css (patternfly#6044)

* feat(breaker): bump this version to 6.0 (patternfly#5800)

BREAKING CHANGE: 6.0.0-alpha.0

* fix: white space change to kick off dry run

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (patternfly#5843)

* feat(Button): adds tokens and applies to buttons (patternfly#5908)

* feat(table): apply tokens from hackathon (patternfly#5965)

* feat(menu-toggle): add in work from hackathon (patternfly#5931)

* feat(nav): adds tokens to page and nav (patternfly#5942)

* chore(tokens): update tokens from figma (patternfly#5970)

* feat(page): page and masthead updates from hackathon (patternfly#5968)

* chore(v6): merge main into v6 (patternfly#5981)

* fix(tokens): add dark theme blend mode token (patternfly#5992)

* feat(notificationBadge): refactor with tokens (patternfly#5991)

* chore(masthead ): applied tokens (patternfly#6004)

* feat(alert): apply tokens (patternfly#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (patternfly#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (patternfly#6025)

* fix(box-shadow): typo in box shadow token names (patternfly#6039)

* fix(badge): adds tokens, dropdown toggle icon (patternfly#6037)

* feat(hint): apply tokens (patternfly#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ashley Ray <123661468+ashley-o0o@users.noreply.github.com>
Co-authored-by: Nicole Thoen <nthoen@redhat.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting added a commit to mattnolting/patternfly that referenced this pull request Jan 16, 2024
* chore(select): fixed text in HTML example to show multiple checks can be selected (patternfly#5663)

* chore: Update release.yml to node 18 [ci skip]

* chore: add superclean npm script (patternfly#5798)

* chore(options-menu): updated markup to match react component (patternfly#5809)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.3 (patternfly#5720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump semver from 5.7.1 to 5.7.2 (patternfly#5756)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: updated use of flex start/end to be more compatible (patternfly#5807)

* fix(chip): add margin for badge when used in text element (patternfly#5844)

* feat(global): added RTL support (patternfly#5778)

* fix: added tree view icon (patternfly#5845)

* fix: added tree view icon

* chore: put treeviewicon in alphabetical order

* chore: rtl fixes, screenshots (patternfly#5854)

* chore: rtl fixes, screenshots

* chore: checkin screenshots

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.7 (patternfly#5852)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: enable RTL switcher on full page examples (patternfly#5859)

* docs: update location of and references to docs to consolidate and organize information. (patternfly#5773)

* fix: added base, wizard, pagination RTL styles (patternfly#5860)

* chore(Accordion,ExpandableSection): added more RTL styling (patternfly#5861)

* fix(RTL): refactor mixins, add slider rtl styles (patternfly#5867)

* fix(nav): added optional text wrapper for nav text (patternfly#5868)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.9 (patternfly#5863)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Toolbar): updated toolbar pagination structure (patternfly#5862)

* fix(breadcrumb): added rtl support (patternfly#5870)

* chore(card): updated horiz demo image (patternfly#5875)

* chore(Alert,NotificationDrawer): added additional rtl styling (patternfly#5866)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.10 (patternfly#5880)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Nav, Menu): apply RTL fixes (patternfly#5873)

* fix(clipboard-copy): added rtl styles (patternfly#5876)

* fix(page): added rtl styles (patternfly#5878)

* fix(calendar-month): rtl support (patternfly#5869)

* chore(Card,Tile): apply RTL fixes (patternfly#5881)

* fix: added tabs and jump links rtl styles (patternfly#5877)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.11 (patternfly#5885)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(DataList): added additional rtl styling (patternfly#5871)

* chore(DataList): added additional rtl styling

* Add comment to update notif badge in breaking change

* fix(popover, tooltip): added rtl styles (patternfly#5882)

* fix(tree-view): added rtl styles (patternfly#5883)

* chore(Table): added additional RTL styling (patternfly#5887)

* chore(Drawer): transforms and shadows on RTL drawer (patternfly#5888)

* fix(forms): updated rtl styles (patternfly#5889)

* fix(skeleton): added rtl styles (patternfly#5891)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.12 (patternfly#5894)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(slider): added root decl for var to create react token (patternfly#5895)

* chore(ModalBox): center modal for workspace in RTL (patternfly#5893)

* fix(rtl): fixes truncate rtl (patternfly#5874)

* fix(ModalBox): fix centering on mobile (patternfly#5905)

* chore: added backstop as dev dependency, update config (patternfly#5904)

* chore(popover): center examples (patternfly#5906)

* fix(nav): updated example css (patternfly#5903)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.14 (patternfly#5909)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: remove workspace RTL classes (patternfly#5912)

* chore: update screenshots (patternfly#5915)

* fix: Update upload-preview.js to use new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.15 (patternfly#5916)

* chore(deps): update dependency @patternfly/react-table to v5.0.1 (patternfly#5914)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.0.1 (patternfly#5910)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-core to v5.0.1 (patternfly#5913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: mirror fa-sort icon (patternfly#5920)

* fix: mirror bg image position in rtl (patternfly#5922)

* fix(progress): updated indicator direction (patternfly#5923)

* chore: update readme to reference new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.0 (patternfly#5925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(code-editor): make code box and header LTR (patternfly#5928)

* fix(code-editor): make code box and header LTR

* chore: refactor to use dir instead of css for ltr on code block

* fix(banner): fixed invalid dark theme color declaration (patternfly#5933)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.2 (patternfly#5934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.3 (patternfly#5940)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(clipboard-copy): add code example with rtl support (patternfly#5941)

* fix(card): removed border from clickable/selectable selected (patternfly#5935)

* feat(Button): extended inline styling (patternfly#5696)

* fix(menu): updated drilldown breadcrumb menu icons to work in RTL (patternfly#5924)

* fix(toolbar): fix expand all icon in RTL (patternfly#5937)

* chore(toolbar): mirror expand all icon in rtl

* chore: update

* chore: use icon shouldMirrorRTL param

* fix(popover/tooltip): revert arrow logical prop positioning (patternfly#5952)

* fix(popover/tooltip): revert arrow logical prop positioning

* chore: add missing local css import

* chore(screenshots): updated full page screenshots (patternfly#5960)

* chore(deps): update dependency @patternfly/react-core to v5.1.1 (patternfly#5975)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (patternfly#5971)

* chore(Toolbar): increase workspace container height (patternfly#5962)

* chore(screenshots): update visual regression screenshots (patternfly#5959)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.17 (patternfly#5961)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.1 (patternfly#5977)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.1 (patternfly#5974)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(check-radio): added aria-describedby to check/radio (patternfly#5969)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.18 (patternfly#5982)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(brand/card): update examples to display logo in dark theme (patternfly#5681)

* fix(input): standardized check and radio alignment (patternfly#5947)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.19 (patternfly#5985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.20 (patternfly#5994)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump @babel/traverse from 7.22.15 to 7.23.2 (patternfly#6001)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(Switch): updated focus style to focus-visible (patternfly#5995)

* chore(menu-toggle): updated demos to use menu-toggle (patternfly#5782)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.24 (patternfly#6014)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(Accordion): added left-aligned toggle variant (patternfly#5987)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.26 (patternfly#6020)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: V6 merge main.10.30 (patternfly#6023)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.0 (patternfly#6027)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(main): reverts to pre-v6 merge (patternfly#6038)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.1 (patternfly#6040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(globals): update invalid selector in global css (patternfly#6044)

* feat(breaker): bump this version to 6.0 (patternfly#5800)

BREAKING CHANGE: 6.0.0-alpha.0

* fix: white space change to kick off dry run

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (patternfly#5843)

* feat(Button): adds tokens and applies to buttons (patternfly#5908)

* feat(table): apply tokens from hackathon (patternfly#5965)

* feat(menu-toggle): add in work from hackathon (patternfly#5931)

* feat(nav): adds tokens to page and nav (patternfly#5942)

* chore(tokens): update tokens from figma (patternfly#5970)

* feat(page): page and masthead updates from hackathon (patternfly#5968)

* chore(v6): merge main into v6 (patternfly#5981)

* fix(tokens): add dark theme blend mode token (patternfly#5992)

* feat(notificationBadge): refactor with tokens (patternfly#5991)

* chore(masthead ): applied tokens (patternfly#6004)

* feat(alert): apply tokens (patternfly#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (patternfly#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (patternfly#6025)

* fix(box-shadow): typo in box shadow token names (patternfly#6039)

* fix(badge): adds tokens, dropdown toggle icon (patternfly#6037)

* feat(hint): apply tokens (patternfly#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ashley Ray <123661468+ashley-o0o@users.noreply.github.com>
Co-authored-by: Nicole Thoen <nthoen@redhat.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Jan 16, 2024
* feat(alert): apply tokens

* feat(alert): remove unused background color
mattnolting added a commit to mattnolting/patternfly that referenced this pull request Jan 16, 2024
* chore(select): fixed text in HTML example to show multiple checks can be selected (patternfly#5663)

* chore: Update release.yml to node 18 [ci skip]

* chore: add superclean npm script (patternfly#5798)

* chore(options-menu): updated markup to match react component (patternfly#5809)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.3 (patternfly#5720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump semver from 5.7.1 to 5.7.2 (patternfly#5756)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: updated use of flex start/end to be more compatible (patternfly#5807)

* fix(chip): add margin for badge when used in text element (patternfly#5844)

* feat(global): added RTL support (patternfly#5778)

* fix: added tree view icon (patternfly#5845)

* fix: added tree view icon

* chore: put treeviewicon in alphabetical order

* chore: rtl fixes, screenshots (patternfly#5854)

* chore: rtl fixes, screenshots

* chore: checkin screenshots

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.7 (patternfly#5852)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: enable RTL switcher on full page examples (patternfly#5859)

* docs: update location of and references to docs to consolidate and organize information. (patternfly#5773)

* fix: added base, wizard, pagination RTL styles (patternfly#5860)

* chore(Accordion,ExpandableSection): added more RTL styling (patternfly#5861)

* fix(RTL): refactor mixins, add slider rtl styles (patternfly#5867)

* fix(nav): added optional text wrapper for nav text (patternfly#5868)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.9 (patternfly#5863)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Toolbar): updated toolbar pagination structure (patternfly#5862)

* fix(breadcrumb): added rtl support (patternfly#5870)

* chore(card): updated horiz demo image (patternfly#5875)

* chore(Alert,NotificationDrawer): added additional rtl styling (patternfly#5866)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.10 (patternfly#5880)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Nav, Menu): apply RTL fixes (patternfly#5873)

* fix(clipboard-copy): added rtl styles (patternfly#5876)

* fix(page): added rtl styles (patternfly#5878)

* fix(calendar-month): rtl support (patternfly#5869)

* chore(Card,Tile): apply RTL fixes (patternfly#5881)

* fix: added tabs and jump links rtl styles (patternfly#5877)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.11 (patternfly#5885)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(DataList): added additional rtl styling (patternfly#5871)

* chore(DataList): added additional rtl styling

* Add comment to update notif badge in breaking change

* fix(popover, tooltip): added rtl styles (patternfly#5882)

* fix(tree-view): added rtl styles (patternfly#5883)

* chore(Table): added additional RTL styling (patternfly#5887)

* chore(Drawer): transforms and shadows on RTL drawer (patternfly#5888)

* fix(forms): updated rtl styles (patternfly#5889)

* fix(skeleton): added rtl styles (patternfly#5891)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.12 (patternfly#5894)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(slider): added root decl for var to create react token (patternfly#5895)

* chore(ModalBox): center modal for workspace in RTL (patternfly#5893)

* fix(rtl): fixes truncate rtl (patternfly#5874)

* fix(ModalBox): fix centering on mobile (patternfly#5905)

* chore: added backstop as dev dependency, update config (patternfly#5904)

* chore(popover): center examples (patternfly#5906)

* fix(nav): updated example css (patternfly#5903)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.14 (patternfly#5909)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: remove workspace RTL classes (patternfly#5912)

* chore: update screenshots (patternfly#5915)

* fix: Update upload-preview.js to use new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.15 (patternfly#5916)

* chore(deps): update dependency @patternfly/react-table to v5.0.1 (patternfly#5914)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.0.1 (patternfly#5910)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-core to v5.0.1 (patternfly#5913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: mirror fa-sort icon (patternfly#5920)

* fix: mirror bg image position in rtl (patternfly#5922)

* fix(progress): updated indicator direction (patternfly#5923)

* chore: update readme to reference new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.0 (patternfly#5925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(code-editor): make code box and header LTR (patternfly#5928)

* fix(code-editor): make code box and header LTR

* chore: refactor to use dir instead of css for ltr on code block

* fix(banner): fixed invalid dark theme color declaration (patternfly#5933)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.2 (patternfly#5934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.3 (patternfly#5940)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(clipboard-copy): add code example with rtl support (patternfly#5941)

* fix(card): removed border from clickable/selectable selected (patternfly#5935)

* feat(Button): extended inline styling (patternfly#5696)

* fix(menu): updated drilldown breadcrumb menu icons to work in RTL (patternfly#5924)

* fix(toolbar): fix expand all icon in RTL (patternfly#5937)

* chore(toolbar): mirror expand all icon in rtl

* chore: update

* chore: use icon shouldMirrorRTL param

* fix(popover/tooltip): revert arrow logical prop positioning (patternfly#5952)

* fix(popover/tooltip): revert arrow logical prop positioning

* chore: add missing local css import

* chore(screenshots): updated full page screenshots (patternfly#5960)

* chore(deps): update dependency @patternfly/react-core to v5.1.1 (patternfly#5975)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (patternfly#5971)

* chore(Toolbar): increase workspace container height (patternfly#5962)

* chore(screenshots): update visual regression screenshots (patternfly#5959)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.17 (patternfly#5961)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.1 (patternfly#5977)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.1 (patternfly#5974)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(check-radio): added aria-describedby to check/radio (patternfly#5969)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.18 (patternfly#5982)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(brand/card): update examples to display logo in dark theme (patternfly#5681)

* fix(input): standardized check and radio alignment (patternfly#5947)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.19 (patternfly#5985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.20 (patternfly#5994)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump @babel/traverse from 7.22.15 to 7.23.2 (patternfly#6001)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(Switch): updated focus style to focus-visible (patternfly#5995)

* chore(menu-toggle): updated demos to use menu-toggle (patternfly#5782)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.24 (patternfly#6014)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(Accordion): added left-aligned toggle variant (patternfly#5987)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.26 (patternfly#6020)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: V6 merge main.10.30 (patternfly#6023)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.0 (patternfly#6027)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(main): reverts to pre-v6 merge (patternfly#6038)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.1 (patternfly#6040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(globals): update invalid selector in global css (patternfly#6044)

* feat(breaker): bump this version to 6.0 (patternfly#5800)

BREAKING CHANGE: 6.0.0-alpha.0

* fix: white space change to kick off dry run

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (patternfly#5843)

* feat(Button): adds tokens and applies to buttons (patternfly#5908)

* feat(table): apply tokens from hackathon (patternfly#5965)

* feat(menu-toggle): add in work from hackathon (patternfly#5931)

* feat(nav): adds tokens to page and nav (patternfly#5942)

* chore(tokens): update tokens from figma (patternfly#5970)

* feat(page): page and masthead updates from hackathon (patternfly#5968)

* chore(v6): merge main into v6 (patternfly#5981)

* fix(tokens): add dark theme blend mode token (patternfly#5992)

* feat(notificationBadge): refactor with tokens (patternfly#5991)

* chore(masthead ): applied tokens (patternfly#6004)

* feat(alert): apply tokens (patternfly#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (patternfly#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (patternfly#6025)

* fix(box-shadow): typo in box shadow token names (patternfly#6039)

* fix(badge): adds tokens, dropdown toggle icon (patternfly#6037)

* feat(hint): apply tokens (patternfly#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ashley Ray <123661468+ashley-o0o@users.noreply.github.com>
Co-authored-by: Nicole Thoen <nthoen@redhat.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Jan 16, 2024
* feat(alert): apply tokens

* feat(alert): remove unused background color
mattnolting added a commit to mattnolting/patternfly that referenced this pull request Jan 16, 2024
* chore(select): fixed text in HTML example to show multiple checks can be selected (patternfly#5663)

* chore: Update release.yml to node 18 [ci skip]

* chore: add superclean npm script (patternfly#5798)

* chore(options-menu): updated markup to match react component (patternfly#5809)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.3 (patternfly#5720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump semver from 5.7.1 to 5.7.2 (patternfly#5756)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: updated use of flex start/end to be more compatible (patternfly#5807)

* fix(chip): add margin for badge when used in text element (patternfly#5844)

* feat(global): added RTL support (patternfly#5778)

* fix: added tree view icon (patternfly#5845)

* fix: added tree view icon

* chore: put treeviewicon in alphabetical order

* chore: rtl fixes, screenshots (patternfly#5854)

* chore: rtl fixes, screenshots

* chore: checkin screenshots

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.7 (patternfly#5852)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: enable RTL switcher on full page examples (patternfly#5859)

* docs: update location of and references to docs to consolidate and organize information. (patternfly#5773)

* fix: added base, wizard, pagination RTL styles (patternfly#5860)

* chore(Accordion,ExpandableSection): added more RTL styling (patternfly#5861)

* fix(RTL): refactor mixins, add slider rtl styles (patternfly#5867)

* fix(nav): added optional text wrapper for nav text (patternfly#5868)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.9 (patternfly#5863)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Toolbar): updated toolbar pagination structure (patternfly#5862)

* fix(breadcrumb): added rtl support (patternfly#5870)

* chore(card): updated horiz demo image (patternfly#5875)

* chore(Alert,NotificationDrawer): added additional rtl styling (patternfly#5866)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.10 (patternfly#5880)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Nav, Menu): apply RTL fixes (patternfly#5873)

* fix(clipboard-copy): added rtl styles (patternfly#5876)

* fix(page): added rtl styles (patternfly#5878)

* fix(calendar-month): rtl support (patternfly#5869)

* chore(Card,Tile): apply RTL fixes (patternfly#5881)

* fix: added tabs and jump links rtl styles (patternfly#5877)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.11 (patternfly#5885)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(DataList): added additional rtl styling (patternfly#5871)

* chore(DataList): added additional rtl styling

* Add comment to update notif badge in breaking change

* fix(popover, tooltip): added rtl styles (patternfly#5882)

* fix(tree-view): added rtl styles (patternfly#5883)

* chore(Table): added additional RTL styling (patternfly#5887)

* chore(Drawer): transforms and shadows on RTL drawer (patternfly#5888)

* fix(forms): updated rtl styles (patternfly#5889)

* fix(skeleton): added rtl styles (patternfly#5891)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.12 (patternfly#5894)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(slider): added root decl for var to create react token (patternfly#5895)

* chore(ModalBox): center modal for workspace in RTL (patternfly#5893)

* fix(rtl): fixes truncate rtl (patternfly#5874)

* fix(ModalBox): fix centering on mobile (patternfly#5905)

* chore: added backstop as dev dependency, update config (patternfly#5904)

* chore(popover): center examples (patternfly#5906)

* fix(nav): updated example css (patternfly#5903)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.14 (patternfly#5909)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: remove workspace RTL classes (patternfly#5912)

* chore: update screenshots (patternfly#5915)

* fix: Update upload-preview.js to use new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.15 (patternfly#5916)

* chore(deps): update dependency @patternfly/react-table to v5.0.1 (patternfly#5914)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.0.1 (patternfly#5910)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-core to v5.0.1 (patternfly#5913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: mirror fa-sort icon (patternfly#5920)

* fix: mirror bg image position in rtl (patternfly#5922)

* fix(progress): updated indicator direction (patternfly#5923)

* chore: update readme to reference new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.0 (patternfly#5925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(code-editor): make code box and header LTR (patternfly#5928)

* fix(code-editor): make code box and header LTR

* chore: refactor to use dir instead of css for ltr on code block

* fix(banner): fixed invalid dark theme color declaration (patternfly#5933)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.2 (patternfly#5934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.3 (patternfly#5940)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(clipboard-copy): add code example with rtl support (patternfly#5941)

* fix(card): removed border from clickable/selectable selected (patternfly#5935)

* feat(Button): extended inline styling (patternfly#5696)

* fix(menu): updated drilldown breadcrumb menu icons to work in RTL (patternfly#5924)

* fix(toolbar): fix expand all icon in RTL (patternfly#5937)

* chore(toolbar): mirror expand all icon in rtl

* chore: update

* chore: use icon shouldMirrorRTL param

* fix(popover/tooltip): revert arrow logical prop positioning (patternfly#5952)

* fix(popover/tooltip): revert arrow logical prop positioning

* chore: add missing local css import

* chore(screenshots): updated full page screenshots (patternfly#5960)

* chore(deps): update dependency @patternfly/react-core to v5.1.1 (patternfly#5975)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (patternfly#5971)

* chore(Toolbar): increase workspace container height (patternfly#5962)

* chore(screenshots): update visual regression screenshots (patternfly#5959)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.17 (patternfly#5961)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.1 (patternfly#5977)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.1 (patternfly#5974)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(check-radio): added aria-describedby to check/radio (patternfly#5969)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.18 (patternfly#5982)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(brand/card): update examples to display logo in dark theme (patternfly#5681)

* fix(input): standardized check and radio alignment (patternfly#5947)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.19 (patternfly#5985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.20 (patternfly#5994)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump @babel/traverse from 7.22.15 to 7.23.2 (patternfly#6001)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(Switch): updated focus style to focus-visible (patternfly#5995)

* chore(menu-toggle): updated demos to use menu-toggle (patternfly#5782)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.24 (patternfly#6014)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(Accordion): added left-aligned toggle variant (patternfly#5987)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.26 (patternfly#6020)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: V6 merge main.10.30 (patternfly#6023)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.0 (patternfly#6027)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(main): reverts to pre-v6 merge (patternfly#6038)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.1 (patternfly#6040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(globals): update invalid selector in global css (patternfly#6044)

* feat(breaker): bump this version to 6.0 (patternfly#5800)

BREAKING CHANGE: 6.0.0-alpha.0

* fix: white space change to kick off dry run

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (patternfly#5843)

* feat(Button): adds tokens and applies to buttons (patternfly#5908)

* feat(table): apply tokens from hackathon (patternfly#5965)

* feat(menu-toggle): add in work from hackathon (patternfly#5931)

* feat(nav): adds tokens to page and nav (patternfly#5942)

* chore(tokens): update tokens from figma (patternfly#5970)

* feat(page): page and masthead updates from hackathon (patternfly#5968)

* chore(v6): merge main into v6 (patternfly#5981)

* fix(tokens): add dark theme blend mode token (patternfly#5992)

* feat(notificationBadge): refactor with tokens (patternfly#5991)

* chore(masthead ): applied tokens (patternfly#6004)

* feat(alert): apply tokens (patternfly#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (patternfly#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (patternfly#6025)

* fix(box-shadow): typo in box shadow token names (patternfly#6039)

* fix(badge): adds tokens, dropdown toggle icon (patternfly#6037)

* feat(hint): apply tokens (patternfly#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ashley Ray <123661468+ashley-o0o@users.noreply.github.com>
Co-authored-by: Nicole Thoen <nthoen@redhat.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting added a commit to mattnolting/patternfly that referenced this pull request Jan 16, 2024
* chore(select): fixed text in HTML example to show multiple checks can be selected (patternfly#5663)

* chore: Update release.yml to node 18 [ci skip]

* chore: add superclean npm script (patternfly#5798)

* chore(options-menu): updated markup to match react component (patternfly#5809)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.3 (patternfly#5720)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump semver from 5.7.1 to 5.7.2 (patternfly#5756)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: updated use of flex start/end to be more compatible (patternfly#5807)

* fix(chip): add margin for badge when used in text element (patternfly#5844)

* feat(global): added RTL support (patternfly#5778)

* fix: added tree view icon (patternfly#5845)

* fix: added tree view icon

* chore: put treeviewicon in alphabetical order

* chore: rtl fixes, screenshots (patternfly#5854)

* chore: rtl fixes, screenshots

* chore: checkin screenshots

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.7 (patternfly#5852)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: enable RTL switcher on full page examples (patternfly#5859)

* docs: update location of and references to docs to consolidate and organize information. (patternfly#5773)

* fix: added base, wizard, pagination RTL styles (patternfly#5860)

* chore(Accordion,ExpandableSection): added more RTL styling (patternfly#5861)

* fix(RTL): refactor mixins, add slider rtl styles (patternfly#5867)

* fix(nav): added optional text wrapper for nav text (patternfly#5868)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.9 (patternfly#5863)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Toolbar): updated toolbar pagination structure (patternfly#5862)

* fix(breadcrumb): added rtl support (patternfly#5870)

* chore(card): updated horiz demo image (patternfly#5875)

* chore(Alert,NotificationDrawer): added additional rtl styling (patternfly#5866)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.10 (patternfly#5880)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(Nav, Menu): apply RTL fixes (patternfly#5873)

* fix(clipboard-copy): added rtl styles (patternfly#5876)

* fix(page): added rtl styles (patternfly#5878)

* fix(calendar-month): rtl support (patternfly#5869)

* chore(Card,Tile): apply RTL fixes (patternfly#5881)

* fix: added tabs and jump links rtl styles (patternfly#5877)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.11 (patternfly#5885)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(DataList): added additional rtl styling (patternfly#5871)

* chore(DataList): added additional rtl styling

* Add comment to update notif badge in breaking change

* fix(popover, tooltip): added rtl styles (patternfly#5882)

* fix(tree-view): added rtl styles (patternfly#5883)

* chore(Table): added additional RTL styling (patternfly#5887)

* chore(Drawer): transforms and shadows on RTL drawer (patternfly#5888)

* fix(forms): updated rtl styles (patternfly#5889)

* fix(skeleton): added rtl styles (patternfly#5891)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.12 (patternfly#5894)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(slider): added root decl for var to create react token (patternfly#5895)

* chore(ModalBox): center modal for workspace in RTL (patternfly#5893)

* fix(rtl): fixes truncate rtl (patternfly#5874)

* fix(ModalBox): fix centering on mobile (patternfly#5905)

* chore: added backstop as dev dependency, update config (patternfly#5904)

* chore(popover): center examples (patternfly#5906)

* fix(nav): updated example css (patternfly#5903)

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.14 (patternfly#5909)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix: remove workspace RTL classes (patternfly#5912)

* chore: update screenshots (patternfly#5915)

* fix: Update upload-preview.js to use new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.1.15 (patternfly#5916)

* chore(deps): update dependency @patternfly/react-table to v5.0.1 (patternfly#5914)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.0.1 (patternfly#5910)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-core to v5.0.1 (patternfly#5913)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: mirror fa-sort icon (patternfly#5920)

* fix: mirror bg image position in rtl (patternfly#5922)

* fix(progress): updated indicator direction (patternfly#5923)

* chore: update readme to reference new workspace url

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.0 (patternfly#5925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(code-editor): make code box and header LTR (patternfly#5928)

* fix(code-editor): make code box and header LTR

* chore: refactor to use dir instead of css for ltr on code block

* fix(banner): fixed invalid dark theme color declaration (patternfly#5933)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.2 (patternfly#5934)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.3 (patternfly#5940)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(clipboard-copy): add code example with rtl support (patternfly#5941)

* fix(card): removed border from clickable/selectable selected (patternfly#5935)

* feat(Button): extended inline styling (patternfly#5696)

* fix(menu): updated drilldown breadcrumb menu icons to work in RTL (patternfly#5924)

* fix(toolbar): fix expand all icon in RTL (patternfly#5937)

* chore(toolbar): mirror expand all icon in rtl

* chore: update

* chore: use icon shouldMirrorRTL param

* fix(popover/tooltip): revert arrow logical prop positioning (patternfly#5952)

* fix(popover/tooltip): revert arrow logical prop positioning

* chore: add missing local css import

* chore(screenshots): updated full page screenshots (patternfly#5960)

* chore(deps): update dependency @patternfly/react-core to v5.1.1 (patternfly#5975)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (patternfly#5971)

* chore(Toolbar): increase workspace container height (patternfly#5962)

* chore(screenshots): update visual regression screenshots (patternfly#5959)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.17 (patternfly#5961)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-table to v5.1.1 (patternfly#5977)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/react-code-editor to v5.1.1 (patternfly#5974)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(check-radio): added aria-describedby to check/radio (patternfly#5969)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.18 (patternfly#5982)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(brand/card): update examples to display logo in dark theme (patternfly#5681)

* fix(input): standardized check and radio alignment (patternfly#5947)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.19 (patternfly#5985)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.20 (patternfly#5994)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump @babel/traverse from 7.22.15 to 7.23.2 (patternfly#6001)

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.15 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(Switch): updated focus style to focus-visible (patternfly#5995)

* chore(menu-toggle): updated demos to use menu-toggle (patternfly#5782)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.24 (patternfly#6014)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* feat(Accordion): added left-aligned toggle variant (patternfly#5987)

* chore(deps): update dependency @patternfly/documentation-framework to v5.2.26 (patternfly#6020)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore: V6 merge main.10.30 (patternfly#6023)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.0 (patternfly#6027)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(main): reverts to pre-v6 merge (patternfly#6038)

* chore(deps): update dependency @patternfly/documentation-framework to v5.3.1 (patternfly#6040)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(globals): update invalid selector in global css (patternfly#6044)

* feat(breaker): bump this version to 6.0 (patternfly#5800)

BREAKING CHANGE: 6.0.0-alpha.0

* fix: white space change to kick off dry run

* fix: use prerelease tag format with dry run

* fix: turn off dryrun

* feat(tokens): add initial global tokens (patternfly#5843)

* feat(Button): adds tokens and applies to buttons (patternfly#5908)

* feat(table): apply tokens from hackathon (patternfly#5965)

* feat(menu-toggle): add in work from hackathon (patternfly#5931)

* feat(nav): adds tokens to page and nav (patternfly#5942)

* chore(tokens): update tokens from figma (patternfly#5970)

* feat(page): page and masthead updates from hackathon (patternfly#5968)

* chore(v6): merge main into v6 (patternfly#5981)

* fix(tokens): add dark theme blend mode token (patternfly#5992)

* feat(notificationBadge): refactor with tokens (patternfly#5991)

* chore(masthead ): applied tokens (patternfly#6004)

* feat(alert): apply tokens (patternfly#6002)

* feat(alert): apply tokens

* feat(alert): remove unused background color

* feat(page): apply tokens (patternfly#6021)

* feat(page): apply tokens

* feat(page): undo menu__list change

* feat(page): tweak spacing

* fix(table): fix clickable overlay (patternfly#6025)

* fix(box-shadow): typo in box shadow token names (patternfly#6039)

* fix(badge): adds tokens, dropdown toggle icon (patternfly#6037)

* feat(hint): apply tokens (patternfly#6030)

* feat(hint): apply tokens

* feat(hint): fix typo

* feat(hint): update spacing

* feat(hint): update border radius

* feat(hint): fix heading font

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Ashley Ray <123661468+ashley-o0o@users.noreply.github.com>
Co-authored-by: Nicole Thoen <nthoen@redhat.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Erin Donehoo <105813956+edonehoo@users.noreply.github.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
Co-authored-by: Sarah Rambacher <srambach@redhat.com>
Co-authored-by: Matt Nolting <matthew.nolting@gmail.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add tokens to Alert

3 participants