Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into UXPLATFORM-10428
Browse files Browse the repository at this point in the history
  • Loading branch information
adavijit authored May 20, 2024
2 parents 0cfefe5 + 17ed236 commit 9cb59c3
Show file tree
Hide file tree
Showing 243 changed files with 732 additions and 231 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Cerner Corporation
- Aaron Johnson [@zxeleven]
- Serhii Pavlov [@sPavl0v]
- Dmytro Smoliakov [@user099]
- Avijit Das [@adavijit]

[@tbiethman]: https://github.com/tbiethman
[@mjhenkes]: https://github.com/mjhenkes
Expand Down Expand Up @@ -105,3 +106,4 @@ Cerner Corporation
[@zxeleven]: https://github.com/zxeleven
[@sPavl0v]: https://github.com/sPavl0v
[@user099]: https://github.com/user099
[@adavijit]: https://github.com/adavijit
5 changes: 5 additions & 0 deletions packages/terra-abstract-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.51.0 - (May 20, 2024)

* Changed
* Minor dependency version bump.

## 3.50.0 - (May 14, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-abstract-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-abstract-modal",
"version": "3.50.0",
"version": "3.51.0",
"description": "The abstract modal is a structural component that provides the ability to display portal'd content in a layer above the app.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"prop-types": "15",
"react-focus-on": "3",
"react-portal": "4",
"terra-theme-context": "1",
"terra-theme-context": "^1.10.0",
"terra-visually-hidden-text": "2",
"wicg-inert": "3"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-aggregator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.78.0 - (May 20, 2024)

* Changed
* Minor dependency version bump.

## 4.77.0 - (March 29, 2024)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-aggregator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-aggregator",
"version": "4.77.0",
"version": "4.78.0",
"description": "The Aggregator provides focus-based mechanisms for managing actions across disparate components.",
"author": "Cerner Corporation",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-header-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.42.0 - (May 20, 2024)

* Changed
* Minor dependency version bump.

## 3.41.0 - (March 29, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-application-header-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application-header-layout",
"version": "3.41.0",
"version": "3.42.0",
"description": "This component renders an application header layout. To be used with a layout.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"classnames": "2",
"prop-types": "15",
"terra-theme-context": "1"
"terra-theme-context": "^1.10.0"
},
"devDependencies": {
"terra-responsive-element": "5"
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 5.96.0 - (May 20, 2024)

* Changed
* Minor dependency version bump.

## 5.95.0 - (May 15, 2024)

* Changed
Expand Down
22 changes: 11 additions & 11 deletions packages/terra-application-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application-layout",
"version": "5.95.0",
"version": "5.96.0",
"description": "The Terra Application Layout is a responsive, themeable layout for building applications.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -41,18 +41,18 @@
"classnames": "2",
"prop-types": "15",
"react-router-dom": "5",
"terra-application-header-layout": "3",
"terra-application-links": "6",
"terra-application-menu-layout": "3",
"terra-application-name": "3",
"terra-application-utility": "2",
"terra-application-header-layout": "^3.42.0",
"terra-application-links": "^6.85.0",
"terra-application-menu-layout": "^3.33.0",
"terra-application-name": "^3.46.0",
"terra-application-utility": "^2.59.0",
"terra-breakpoints": "2",
"terra-icon": "3",
"terra-modal-manager": "6",
"terra-navigation-layout": "5",
"terra-navigation-side-menu": "2",
"terra-popup": "6",
"terra-theme-context": "1"
"terra-modal-manager": "^6.79.0",
"terra-navigation-layout": "^5.42.0",
"terra-navigation-side-menu": "^2.58.0",
"terra-popup": "^6.84.0",
"terra-theme-context": "^1.10.0"
},
"devDependencies": {
"terra-action-header": "2",
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-links/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 6.85.0 - (May 20, 2024)

* Added
* `isHeaderDisabled` to hide header from popup.

## 6.84.0 - (May 14, 2024)

* Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-application-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application-links",
"version": "6.84.0",
"version": "6.85.0",
"description": "This packages contains a list and tab form of ApplicationLinks, to be used in horizontal and vertical display styles. Selection is managed by react-router.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -43,8 +43,8 @@
"prop-types": "15",
"resize-observer-polyfill": "1",
"terra-icon": "3",
"terra-popup": "6",
"terra-theme-context": "1"
"terra-popup": "^6.84.0",
"terra-theme-context": "^1.10.0"
},
"devDependencies": {
"react-router-dom": "5"
Expand Down
1 change: 1 addition & 0 deletions packages/terra-application-links/src/tabs/_TabMenu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class TabMenu extends React.Component {
targetRef={this.getTargetRef}
isOpen={isOpen}
isArrowDisplayed
isHeaderDisabled
>
<TabMenuList title={this.props.intl.formatMessage({ id: 'Terra.application.tabs.moreMenuHeaderTitle' })}>
{React.Children.map(children, child => React.cloneElement(child, extraChildProps))}
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-menu-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.33.0 - (May 20, 2024)

* Changed
* Minor dependency version bump.

## 3.32.0 - (July 31, 2023)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-application-menu-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application-menu-layout",
"version": "3.32.0",
"version": "3.33.0",
"description": "This component renders an application menu layout. To be used with a terra-layout or terra-navigation-layout.",
"author": "Cerner Corporation",
"repository": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-name/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.46.0 - (May 20, 2024)

* Changed
* Minor dependency version bump.

## 3.45.0 - (March 29, 2024)

* Changed
Expand Down
8 changes: 4 additions & 4 deletions packages/terra-application-name/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application-name",
"version": "3.45.0",
"version": "3.46.0",
"description": "Houses the title of the application, along with a logo. There are two versions - a header version and menu version. These should be used with the corresponding header and menu layouts.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -37,11 +37,11 @@
"dependencies": {
"classnames": "2",
"prop-types": "15",
"terra-theme-context": "1"
"terra-theme-context": "^1.10.0"
},
"devDependencies": {
"terra-application-header-layout": "3",
"terra-application-menu-layout": "3",
"terra-application-header-layout": "^3.42.0",
"terra-application-menu-layout": "^3.33.0",
"terra-image": "3"
},
"scripts": {
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-navigation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 1.86.0 - (May 20, 2024)

* Added
* `isHeaderDisabled` to hide header from popup.

## 1.85.0 - (May 14, 2024)

* Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/terra-application-navigation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application-navigation",
"version": "1.85.0",
"version": "1.86.0",
"description": "The Terra Application Navigation is a responsive, themeable layout for building applications. ApplicationNavigation is comprised of selectable navigation and utility elements with selection callbacks.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -55,8 +55,8 @@
"terra-icon": "3",
"terra-image": "3",
"terra-overlay": "3",
"terra-popup": "6",
"terra-theme-context": "1",
"terra-popup": "^6.84.0",
"terra-theme-context": "^1.10.0",
"terra-visually-hidden-text": "2"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ const Extensions = ({
targetRef={() => extensionRollupRef.current}
onRequestClose={() => setPopupIsOpen(false)}
isContentFocusDisabled
isHeaderDisabled
>
<PopupMenu
title={intl.formatMessage({ id: 'Terra.applicationNavigation.extensions.rollupMenuHeaderTitle' })}
Expand Down
1 change: 1 addition & 0 deletions packages/terra-application-navigation/src/tabs/_Tabs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ class Tabs extends React.Component {
isOpen
isArrowDisplayed
isContentFocusDisabled
isHeaderDisabled
>
<PopupMenu
title={intl.formatMessage({ id: 'Terra.applicationNavigation.tabs.rollupMenuHeaderTitle' })}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ exports[`ApplicationNavigation correctly applies the theme context className 1`]
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={true}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -313,6 +314,7 @@ exports[`ApplicationNavigation should render default element 1`] = `
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={true}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -450,6 +452,7 @@ exports[`ApplicationNavigation should render with prop data at large breakpoint
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={true}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -679,6 +682,7 @@ exports[`ApplicationNavigation should render with prop data at medium breakpoint
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={true}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ exports[`Extensions should render default element 1`] = `
contentWidth="320"
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isHeaderDisabled={true}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -62,7 +63,8 @@ exports[`Extensions should render prop data 1`] = `
contentWidth="320"
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isHeaderDisabled={true}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,8 @@ exports[`CompactHeader should render with function callbacks 1`] = `
contentWidth="320"
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isHeaderDisabled={true}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -1030,7 +1031,8 @@ exports[`CompactHeader should render with ids for navigation and extension items
contentWidth="320"
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isHeaderDisabled={true}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,8 @@ exports[`Header should render with function callbacks 1`] = `
contentWidth="320"
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isHeaderDisabled={true}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -1730,7 +1731,8 @@ exports[`Header should render with navigation and extension item ids 1`] = `
contentWidth="320"
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isHeaderDisabled={true}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-application-utility/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.59.0 - (May 20, 2024)

* Changed
* Minor dependency version bump.

## 2.58.0 - (April 4, 2024)

* Changed
Expand Down
Loading

0 comments on commit 9cb59c3

Please sign in to comment.