Skip to content

feat(dropdown): adds loading state for split button checkbox#5269

Merged
mcoker merged 2 commits intopatternfly:mainfrom
mcoker:issue-4926
Dec 1, 2022
Merged

feat(dropdown): adds loading state for split button checkbox#5269
mcoker merged 2 commits intopatternfly:mainfrom
mcoker:issue-4926

Conversation

@mcoker
Copy link
Contributor

@mcoker mcoker commented Dec 1, 2022

fixes #4926

disables the checkbox while in progress to keep the check/label from accepting events while the spinner is shown.

@patternfly-build
Copy link
Collaborator

patternfly-build commented Dec 1, 2022

Copy link
Member

@mcarrano mcarrano left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks @mcoker !

--pf-c-dropdown__toggle--m-split-button--m-action--child--PaddingRight: var(--pf-global--spacer--sm);
--pf-c-dropdown__toggle--m-split-button--m-action__toggle-button--MarginRight: calc(-1 * var(--pf-global--BorderWidth--sm));
--pf-c-dropdown__toggle--m-split-button__toggle-check__input--TranslateY: #{pf-size-prem(-1px)};
--pf-c-dropdown__toggle--m-split-button__toggle-check__input--Visibility: auto;
Copy link
Contributor

Choose a reason for hiding this comment

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

Should the value be visible instead since auto isn't a valid value for visibility? In the end it does get set to visible so may not be a huge deal.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@thatblindgeye nice catch, thanks! Updated to unset since visible will set the checkbox to be visible if some parent element were set to visiblity: hidden. unset will allow visibility to continue to be inherited by default.

Copy link
Contributor

@jenny-s51 jenny-s51 left a comment

Choose a reason for hiding this comment

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

Looks good and works as expected @mcoker! 👍

{{/if}}>
<input type="checkbox" id="{{dropdown--id}}-toggle-check"
{{#if dropdown-toggle--IsDisabled}}
{{#if (concat dropdown-toggle--IsDisabled dropdown-toggle-check--IsInProgress)}}
Copy link
Collaborator

Choose a reason for hiding this comment

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

🥇

Copy link
Collaborator

@mattnolting mattnolting left a comment

Choose a reason for hiding this comment

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

LPTM! 🚢 it

@mcoker mcoker merged commit 416dcb5 into patternfly:main Dec 1, 2022
@patternfly-build
Copy link
Collaborator

🎉 This PR is included in version 4.222.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

nicolethoen added a commit that referenced this pull request Dec 20, 2022
* feat(icons): added open-drawer-right pficon (#5160)

* feat(progress): added helper text (#5161)

* chore(a11y docs): removed a11y section from example pages (#5167)

* Create new extensions github workflow (#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (#5190)

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

* fix(dropdown): disabled top positioning when using static variation (#5189)

* fix(context-selector): updated static props (#5191)

* chore(page): updated example content, made text readable (#5187)

* chore(beta-components): promote 2022.14 candidates (#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (#5196)

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

* fix(release-notes): added release notes for 2022.14 (#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (#5205)

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

* feat(tabs): added help popover, refactored tab action (#5213)

* feat(icons): added data-sink and data-source (#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (#5225)

* fix(pagination): added support for insets (#5207)

* fix(release-notes): added 2022.15 (#5237)

* fix(formcontrol): fixed form control select dark theme icon (#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (#5251)

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

* chore(tabs): updated nested demo heading levels (#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (#5253)

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

* chore(demos): clean up demos, add path as way to include partials (#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (#5254)

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

* chore(button): removed test code from #5135 (#5255)

* feat(dropdown): adds loading state for split button checkbox (#5269)

* fix(tabs): remove pagination, expose tags (#5259)

* fix(slider): updated value input styling (#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (#5271)

* fix(release-notes): added 2022.16 (#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
nicolethoen added a commit that referenced this pull request Jan 12, 2023
* feat(icons): added open-drawer-right pficon (#5160)

* feat(progress): added helper text (#5161)

* chore(a11y docs): removed a11y section from example pages (#5167)

* Create new extensions github workflow (#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (#5190)

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

* fix(dropdown): disabled top positioning when using static variation (#5189)

* fix(context-selector): updated static props (#5191)

* chore(page): updated example content, made text readable (#5187)

* chore(beta-components): promote 2022.14 candidates (#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (#5196)

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

* fix(release-notes): added release notes for 2022.14 (#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (#5205)

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

* feat(tabs): added help popover, refactored tab action (#5213)

* feat(icons): added data-sink and data-source (#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (#5225)

* fix(pagination): added support for insets (#5207)

* fix(release-notes): added 2022.15 (#5237)

* fix(formcontrol): fixed form control select dark theme icon (#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (#5251)

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

* chore(tabs): updated nested demo heading levels (#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (#5253)

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

* chore(demos): clean up demos, add path as way to include partials (#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (#5254)

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

* chore(button): removed test code from #5135 (#5255)

* feat(dropdown): adds loading state for split button checkbox (#5269)

* fix(tabs): remove pagination, expose tags (#5259)

* fix(slider): updated value input styling (#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (#5271)

* fix(release-notes): added 2022.16 (#5275)

* chore(deps): update dependency @patternfly/react-table to v4.112.6 (#5287)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.5 (#5260)

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

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#5277)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.82 (#5285)

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

* chore(deps): update dependency @patternfly/react-core to v4.267.6 (#5286)

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

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (#5299)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.7 (#5304)

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

* chore(card): removed unnecessary class from labels in demos (#5306)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.8 (#5310)

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

* chore(button): remove unnecessary hbs template

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 15, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 15, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(deps): update dependency @patternfly/react-table to v4.112.6 (patternfly#5287)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.5 (patternfly#5260)

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

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (patternfly#5277)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.82 (patternfly#5285)

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

* chore(deps): update dependency @patternfly/react-core to v4.267.6 (patternfly#5286)

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

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (patternfly#5299)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.7 (patternfly#5304)

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

* chore(card): removed unnecessary class from labels in demos (patternfly#5306)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.8 (patternfly#5310)

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

* chore(button): remove unnecessary hbs template

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 15, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 15, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(deps): update dependency @patternfly/react-table to v4.112.6 (patternfly#5287)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.5 (patternfly#5260)

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

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (patternfly#5277)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.82 (patternfly#5285)

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

* chore(deps): update dependency @patternfly/react-core to v4.267.6 (patternfly#5286)

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

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (patternfly#5299)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.7 (patternfly#5304)

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

* chore(card): removed unnecessary class from labels in demos (patternfly#5306)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.8 (patternfly#5310)

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

* chore(button): remove unnecessary hbs template

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 16, 2023
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 22, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 22, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(deps): update dependency @patternfly/react-table to v4.112.6 (patternfly#5287)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.5 (patternfly#5260)

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

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (patternfly#5277)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.82 (patternfly#5285)

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

* chore(deps): update dependency @patternfly/react-core to v4.267.6 (patternfly#5286)

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

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (patternfly#5299)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.7 (patternfly#5304)

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

* chore(card): removed unnecessary class from labels in demos (patternfly#5306)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.8 (patternfly#5310)

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

* chore(button): remove unnecessary hbs template

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 22, 2023
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 22, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 22, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 22, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(deps): update dependency @patternfly/react-table to v4.112.6 (patternfly#5287)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.5 (patternfly#5260)

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

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (patternfly#5277)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.82 (patternfly#5285)

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

* chore(deps): update dependency @patternfly/react-core to v4.267.6 (patternfly#5286)

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

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (patternfly#5299)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.7 (patternfly#5304)

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

* chore(card): removed unnecessary class from labels in demos (patternfly#5306)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.8 (patternfly#5310)

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

* chore(button): remove unnecessary hbs template

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 22, 2023
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 22, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 22, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 22, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(deps): update dependency @patternfly/react-table to v4.112.6 (patternfly#5287)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.5 (patternfly#5260)

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

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (patternfly#5277)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.82 (patternfly#5285)

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

* chore(deps): update dependency @patternfly/react-core to v4.267.6 (patternfly#5286)

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

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (patternfly#5299)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.7 (patternfly#5304)

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

* chore(card): removed unnecessary class from labels in demos (patternfly#5306)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.8 (patternfly#5310)

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

* chore(button): remove unnecessary hbs template

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 22, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 22, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(deps): update dependency @patternfly/react-table to v4.112.6 (patternfly#5287)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.5 (patternfly#5260)

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

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (patternfly#5277)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.82 (patternfly#5285)

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

* chore(deps): update dependency @patternfly/react-core to v4.267.6 (patternfly#5286)

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

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (patternfly#5299)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.7 (patternfly#5304)

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

* chore(card): removed unnecessary class from labels in demos (patternfly#5306)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.8 (patternfly#5310)

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

* chore(button): remove unnecessary hbs template

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 22, 2023
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Feb 22, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Mar 2, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Mar 2, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(deps): update dependency @patternfly/react-table to v4.112.6 (patternfly#5287)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.5 (patternfly#5260)

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

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (patternfly#5277)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.82 (patternfly#5285)

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

* chore(deps): update dependency @patternfly/react-core to v4.267.6 (patternfly#5286)

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

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (patternfly#5299)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.7 (patternfly#5304)

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

* chore(card): removed unnecessary class from labels in demos (patternfly#5306)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.8 (patternfly#5310)

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

* chore(button): remove unnecessary hbs template

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Mar 2, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Mar 2, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(deps): update dependency @patternfly/react-table to v4.112.6 (patternfly#5287)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.5 (patternfly#5260)

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

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (patternfly#5277)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.82 (patternfly#5285)

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

* chore(deps): update dependency @patternfly/react-core to v4.267.6 (patternfly#5286)

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

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (patternfly#5299)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.7 (patternfly#5304)

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

* chore(card): removed unnecessary class from labels in demos (patternfly#5306)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.8 (patternfly#5310)

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

* chore(button): remove unnecessary hbs template

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Mar 2, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Mar 2, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(deps): update dependency @patternfly/react-table to v4.112.6 (patternfly#5287)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.5 (patternfly#5260)

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

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (patternfly#5277)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.82 (patternfly#5285)

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

* chore(deps): update dependency @patternfly/react-core to v4.267.6 (patternfly#5286)

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

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (patternfly#5299)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.7 (patternfly#5304)

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

* chore(card): removed unnecessary class from labels in demos (patternfly#5306)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.8 (patternfly#5310)

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

* chore(button): remove unnecessary hbs template

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Mar 2, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Mar 2, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(deps): update dependency @patternfly/react-table to v4.112.6 (patternfly#5287)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.5 (patternfly#5260)

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

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (patternfly#5277)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.82 (patternfly#5285)

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

* chore(deps): update dependency @patternfly/react-core to v4.267.6 (patternfly#5286)

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

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (patternfly#5299)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.7 (patternfly#5304)

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

* chore(card): removed unnecessary class from labels in demos (patternfly#5306)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.8 (patternfly#5310)

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

* chore(button): remove unnecessary hbs template

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Mar 2, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Mar 2, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(deps): update dependency @patternfly/react-table to v4.112.6 (patternfly#5287)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.5 (patternfly#5260)

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

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (patternfly#5277)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.82 (patternfly#5285)

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

* chore(deps): update dependency @patternfly/react-core to v4.267.6 (patternfly#5286)

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

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (patternfly#5299)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.7 (patternfly#5304)

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

* chore(card): removed unnecessary class from labels in demos (patternfly#5306)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.8 (patternfly#5310)

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

* chore(button): remove unnecessary hbs template

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Mar 2, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Mar 2, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(deps): update dependency @patternfly/react-table to v4.112.6 (patternfly#5287)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.5 (patternfly#5260)

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

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (patternfly#5277)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.82 (patternfly#5285)

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

* chore(deps): update dependency @patternfly/react-core to v4.267.6 (patternfly#5286)

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

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (patternfly#5299)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.7 (patternfly#5304)

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

* chore(card): removed unnecessary class from labels in demos (patternfly#5306)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.8 (patternfly#5310)

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

* chore(button): remove unnecessary hbs template

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request May 18, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request May 18, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(deps): update dependency @patternfly/react-table to v4.112.6 (patternfly#5287)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.5 (patternfly#5260)

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

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (patternfly#5277)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.82 (patternfly#5285)

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

* chore(deps): update dependency @patternfly/react-core to v4.267.6 (patternfly#5286)

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

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (patternfly#5299)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.7 (patternfly#5304)

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

* chore(card): removed unnecessary class from labels in demos (patternfly#5306)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.8 (patternfly#5310)

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

* chore(button): remove unnecessary hbs template

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request May 18, 2023
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request May 18, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request May 18, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(deps): update dependency @patternfly/react-table to v4.112.6 (patternfly#5287)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.5 (patternfly#5260)

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

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (patternfly#5277)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.82 (patternfly#5285)

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

* chore(deps): update dependency @patternfly/react-core to v4.267.6 (patternfly#5286)

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

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (patternfly#5299)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.7 (patternfly#5304)

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

* chore(card): removed unnecessary class from labels in demos (patternfly#5306)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.8 (patternfly#5310)

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

* chore(button): remove unnecessary hbs template

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Dec 12, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(button): remove unused demo file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
mattnolting pushed a commit to mattnolting/patternfly that referenced this pull request Dec 12, 2023
* feat(icons): added open-drawer-right pficon (patternfly#5160)

* feat(progress): added helper text (patternfly#5161)

* chore(a11y docs): removed a11y section from example pages (patternfly#5167)

* Create new extensions github workflow (patternfly#5186)

* Create new extensions github workflow

Automatically add any issues tagged with 'extensions' label to the PatternFly extensions github project

* Update extensions.yml

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.26 (patternfly#5164)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.47 (patternfly#5132)

* chore(deps): update dependency @patternfly/react-core to v4.250.1 (patternfly#5165)

* chore(deps): update dependency @patternfly/react-table to v4.111.4 (patternfly#5166)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.48 (patternfly#5190)

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

* fix(dropdown): disabled top positioning when using static variation (patternfly#5189)

* fix(context-selector): updated static props (patternfly#5191)

* chore(page): updated example content, made text readable (patternfly#5187)

* chore(beta-components): promote 2022.14 candidates (patternfly#5179)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.50 (patternfly#5193)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.51 (patternfly#5196)

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

* fix(release-notes): added release notes for 2022.14 (patternfly#5194)

* fix(release-notes): added release notes for 2022.14

* chore(demos): update screenshots

* chore(demos): update screenshots, part deux

* Update extensions.yml

* Update add-new-issues-to-project.yml

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.60 (patternfly#5197)

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.61 (patternfly#5208)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.33 (patternfly#5206)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.55 (patternfly#5205)

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

* feat(tabs): added help popover, refactored tab action (patternfly#5213)

* feat(icons): added data-sink and data-source (patternfly#5228)

* chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (patternfly#5225)

* fix(pagination): added support for insets (patternfly#5207)

* fix(release-notes): added 2022.15 (patternfly#5237)

* fix(formcontrol): fixed form control select dark theme icon (patternfly#5242)

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.66 (patternfly#5236)

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

* chore(deps): update dependency @patternfly/react-table to v4.111.45 (patternfly#5252)

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.67 (patternfly#5251)

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

* chore(tabs): updated nested demo heading levels (patternfly#5246)

* chore(deps): bump loader-utils from 1.4.1 to 1.4.2 (patternfly#5245)

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](webpack/loader-utils@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.2.67 (patternfly#5253)

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

* chore(demos): clean up demos, add path as way to include partials (patternfly#5135)

* chore(deps): update dependency @patternfly/react-core to v4.264.0 (patternfly#5254)

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

* chore(button): removed test code from patternfly#5135 (patternfly#5255)

* feat(dropdown): adds loading state for split button checkbox (patternfly#5269)

* fix(tabs): remove pagination, expose tags (patternfly#5259)

* fix(slider): updated value input styling (patternfly#5249)

* fix(Menu): prevented hidden drilldown items from being focusable (patternfly#5271)

* fix(release-notes): added 2022.16 (patternfly#5275)

* chore(deps): update dependency @patternfly/react-table to v4.112.6 (patternfly#5287)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.5 (patternfly#5260)

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

* chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (patternfly#5277)

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/react-code-editor to v4.82.82 (patternfly#5285)

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

* chore(deps): update dependency @patternfly/react-core to v4.267.6 (patternfly#5286)

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

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (patternfly#5299)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

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

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.7 (patternfly#5304)

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

* chore(card): removed unnecessary class from labels in demos (patternfly#5306)

* chore(deps): update dependency @patternfly/documentation-framework to v1.3.8 (patternfly#5310)

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

* chore(button): remove unnecessary hbs template

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Austin Sullivan <ausulliv@redhat.com>
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@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: Burundi Fletcher <96086344+blfetche@users.noreply.github.com>
Co-authored-by: Evan <evan.wilkinson@redhat.com>
Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
@mcoker mcoker deleted the issue-4926 branch January 7, 2025 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bulk Selection - Enhancement for loading state

6 participants