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

Commit

Permalink
Release May 21 (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn authored May 21, 2024
1 parent fe3ded3 commit 674f446
Show file tree
Hide file tree
Showing 15 changed files with 240 additions and 197 deletions.
425 changes: 229 additions & 196 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/terra-application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-application",
"version": "2.2.0",
"version": "2.2.1",
"description": "A framework to support application development with Terra components",
"author": "Cerner Corporation",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,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 @@ -353,6 +354,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 @@ -495,6 +497,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 @@ -730,6 +733,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 @@ -17,6 +17,7 @@ exports[`Extensions should render default element 1`] = `
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -63,6 +64,7 @@ exports[`Extensions should render prop data 1`] = `
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ exports[`CompactHeader should render with function callbacks 1`] = `
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -994,6 +995,7 @@ exports[`CompactHeader should render with ids for navigation and extension items
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,7 @@ exports[`Header should render with function callbacks 1`] = `
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down Expand Up @@ -1766,6 +1767,7 @@ exports[`Header should render with navigation and extension item ids 1`] = `
isArrowDisplayed={true}
isContentFocusDisabled={true}
isHeaderDisabled={false}
isMenu={false}
isOpen={false}
onRequestClose={[Function]}
popupContentRole="dialog"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 674f446

Please sign in to comment.