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

Commit

Permalink
Merge remote-tracking branch 'origin/main' into hyperlink-ellipses-trunc
Browse files Browse the repository at this point in the history
  • Loading branch information
kenk2 committed Mar 21, 2024
2 parents f1e328e + ba01211 commit fae735b
Show file tree
Hide file tree
Showing 58 changed files with 22,367 additions and 17,065 deletions.
122 changes: 63 additions & 59 deletions README.md

Large diffs are not rendered by default.

38,967 changes: 22,010 additions & 16,957 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@
"wdio:fusion": "terra wdio --themes orion-fusion-theme",
"wdio:redwood": "terra wdio --themes redwood-theme",
"wdio": "terra wdio --themes terra-default-theme clinical-lowlight-theme orion-fusion-theme redwood-theme",
"wdio:docker": "terra wdio --disableSeleniumService=true --themes terra-default-theme clinical-lowlight-theme orion-fusion-theme"
"wdio:docker": "terra wdio --disable-selenium-service=true --themes terra-default-theme clinical-lowlight-theme orion-fusion-theme"
}
}
5 changes: 5 additions & 0 deletions packages/terra-action-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 2.92.0 - (March 20, 2024)

* Changed
* Minor dependency version bump.

## 2.91.0 - (February 27, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-action-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-action-header",
"version": "2.91.0",
"version": "2.92.0",
"description": "The terra-action-header component is a header bar containing a title and optional actionable items such as links and buttons.",
"author": "Cerner Corporation",
"repository": {
Expand All @@ -26,7 +26,7 @@
"classnames": "^2.2.5",
"lodash.uniqueid": "^4.0.1",
"prop-types": "^15.5.8",
"terra-button": "^3.75.0",
"terra-button": "^3.76.0",
"terra-mixins": "^1.41.0",
"terra-theme-context": "^1.0.0",
"terra-visually-hidden-text": "^2.38.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ exports[`ActionHeader correctly applies the theme context className 1`] = `
isCompact={false}
isDisabled={false}
isIconOnly={true}
isLeftAligned={false}
isReversed={false}
onClick={[Function]}
text="Terra.actionHeader.close"
Expand Down Expand Up @@ -74,6 +75,7 @@ exports[`ActionHeader correctly applies the theme context className 1`] = `
isCompact={false}
isDisabled={false}
isIconOnly={true}
isLeftAligned={false}
isReversed={false}
onClick={[Function]}
text="Terra.actionHeader.maximize"
Expand Down Expand Up @@ -114,6 +116,7 @@ exports[`ActionHeader should render an action header with back and close buttons
isCompact={false}
isDisabled={false}
isIconOnly={true}
isLeftAligned={false}
isReversed={false}
onClick={[Function]}
text="Terra.actionHeader.close"
Expand All @@ -140,6 +143,7 @@ exports[`ActionHeader should render an action header with back and close buttons
isCompact={false}
isDisabled={false}
isIconOnly={true}
isLeftAligned={false}
isReversed={false}
onClick={[Function]}
text="Terra.actionHeader.back"
Expand Down Expand Up @@ -173,6 +177,7 @@ exports[`ActionHeader should render an action header with back button and title
isCompact={false}
isDisabled={false}
isIconOnly={true}
isLeftAligned={false}
isReversed={false}
onClick={[Function]}
text="Terra.actionHeader.back"
Expand Down Expand Up @@ -204,6 +209,7 @@ exports[`ActionHeader should render an action header with close button and title
isCompact={false}
isDisabled={false}
isIconOnly={true}
isLeftAligned={false}
isReversed={false}
onClick={[Function]}
text="Terra.actionHeader.close"
Expand Down Expand Up @@ -232,6 +238,7 @@ exports[`ActionHeader should render an action header with custom button and titl
isCompact={false}
isDisabled={false}
isIconOnly={false}
isLeftAligned={false}
isReversed={false}
onClick={[Function]}
text="Custom Button"
Expand Down Expand Up @@ -273,6 +280,7 @@ exports[`ActionHeader should render an action header with maximize button and ti
isCompact={false}
isDisabled={false}
isIconOnly={true}
isLeftAligned={false}
isReversed={false}
onClick={[Function]}
text="Terra.actionHeader.maximize"
Expand Down Expand Up @@ -307,6 +315,7 @@ exports[`ActionHeader should render an action header with minimize button and ti
isCompact={false}
isDisabled={false}
isIconOnly={true}
isLeftAligned={false}
isReversed={false}
onClick={[Function]}
text="Terra.actionHeader.minimize"
Expand All @@ -333,6 +342,7 @@ exports[`ActionHeader should render an action header with multiple custom button
isCompact={false}
isDisabled={false}
isIconOnly={false}
isLeftAligned={false}
isReversed={false}
onClick={[Function]}
text="Custom Button"
Expand All @@ -344,6 +354,7 @@ exports[`ActionHeader should render an action header with multiple custom button
isCompact={false}
isDisabled={false}
isIconOnly={false}
isLeftAligned={false}
isReversed={false}
onClick={[Function]}
text="Custom Button"
Expand Down Expand Up @@ -378,6 +389,7 @@ exports[`ActionHeader should render an action header with next and previous butt
isCompact={false}
isDisabled={false}
isIconOnly={true}
isLeftAligned={false}
isReversed={false}
onClick={[Function]}
text="Terra.actionHeader.previous"
Expand All @@ -396,6 +408,7 @@ exports[`ActionHeader should render an action header with next and previous butt
isCompact={false}
isDisabled={false}
isIconOnly={true}
isLeftAligned={false}
isReversed={false}
onClick={[Function]}
text="Terra.actionHeader.next"
Expand Down Expand Up @@ -443,6 +456,7 @@ exports[`ActionHeader should render an action header with title, enabled next bu
isCompact={false}
isDisabled={true}
isIconOnly={true}
isLeftAligned={false}
isReversed={false}
text="Terra.actionHeader.previous"
type="button"
Expand All @@ -460,6 +474,7 @@ exports[`ActionHeader should render an action header with title, enabled next bu
isCompact={false}
isDisabled={false}
isIconOnly={true}
isLeftAligned={false}
isReversed={false}
onClick={[Function]}
text="Terra.actionHeader.next"
Expand Down Expand Up @@ -497,6 +512,7 @@ exports[`ActionHeader should render an action header with title, enabled previou
isCompact={false}
isDisabled={false}
isIconOnly={true}
isLeftAligned={false}
isReversed={false}
onClick={[Function]}
text="Terra.actionHeader.previous"
Expand All @@ -515,6 +531,7 @@ exports[`ActionHeader should render an action header with title, enabled previou
isCompact={false}
isDisabled={true}
isIconOnly={true}
isLeftAligned={false}
isReversed={false}
text="Terra.actionHeader.next"
type="button"
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 4.94.0 - (March 20, 2024)

* Changed
* Minor dependency version bump.

## 4.93.0 - (March 15, 2024)

* Added
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-alert",
"version": "4.93.0",
"version": "4.94.0",
"description": "The Terra Alert component is a notification banner that can be rendered in your application when there is information that you want to bring to the user's attention. The Alert component supports a number of built-in notification types that render with pre-defined colors and icons that help the user understand the severity and meaning of the notification. A custom notification type is also supported that allows your application to customize an alert that may not fit into the pre-defined types.",
"author": "Cerner Corporation",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-button": "^3.75.0",
"terra-button": "^3.76.0",
"terra-icon": "^3.60.0",
"terra-responsive-element": "^5.41.0",
"terra-theme-context": "^1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ exports[`Alert of type success with an action button text content should render
isCompact={false}
isDisabled={false}
isIconOnly={false}
isLeftAligned={false}
isReversed={false}
onClick={[MockFunction]}
text="Action"
Expand Down Expand Up @@ -966,6 +967,7 @@ exports[`Dismissible Alert of type custom with action button, custom title and t
isCompact={false}
isDisabled={false}
isIconOnly={false}
isLeftAligned={false}
isReversed={false}
onClick={[MockFunction]}
text="Action"
Expand All @@ -978,6 +980,7 @@ exports[`Dismissible Alert of type custom with action button, custom title and t
isCompact={false}
isDisabled={false}
isIconOnly={false}
isLeftAligned={false}
isReversed={false}
onClick={[MockFunction]}
text="Terra.alert.dismiss"
Expand Down Expand Up @@ -1039,6 +1042,7 @@ exports[`Dismissible Alert that includes actions section should render an alert
isCompact={false}
isDisabled={false}
isIconOnly={false}
isLeftAligned={false}
isReversed={false}
onClick={[MockFunction]}
text="Terra.alert.dismiss"
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-button-group/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.78.0 - (March 20, 2024)

* Changed
* Minor dependency version bump.

## 3.77.0 - (February 27, 2024)

* Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/terra-button-group/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-button-group",
"version": "3.77.0",
"version": "3.78.0",
"description": "The Terra Button Group component groups buttons and can maintain a toggle selection state.",
"author": "Cerner Corporation",
"repository": {
Expand All @@ -25,7 +25,7 @@
"classnames": "^2.2.5",
"keycode-js": "^3.1.0",
"prop-types": "^15.5.8",
"terra-button": "^3.75.0",
"terra-button": "^3.76.0",
"terra-theme-context": "^1.0.0"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ exports[`correctly applies the theme context className 1`] = `
isCompact={false}
isDisabled={false}
isIconOnly={false}
isLeftAligned={false}
isReversed={false}
onBlur={[Function]}
onClick={[Function]}
Expand Down Expand Up @@ -87,6 +88,7 @@ exports[`correctly applies the theme context className 1`] = `
isCompact={false}
isDisabled={false}
isIconOnly={false}
isLeftAligned={false}
isReversed={false}
onBlur={[Function]}
onClick={[Function]}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ exports[`correctly applies the theme context className 1`] = `
isCompact={false}
isDisabled={false}
isIconOnly={false}
isLeftAligned={false}
isReversed={false}
onBlur={[Function]}
onFocus={[Function]}
Expand Down Expand Up @@ -64,6 +65,7 @@ exports[`should render a default component 1`] = `
isCompact={false}
isDisabled={false}
isIconOnly={false}
isLeftAligned={false}
isReversed={false}
onBlur={[Function]}
onFocus={[Function]}
Expand All @@ -83,6 +85,7 @@ exports[`should render as disabled 1`] = `
isCompact={false}
isDisabled={true}
isIconOnly={false}
isLeftAligned={false}
isReversed={false}
onBlur={[Function]}
onFocus={[Function]}
Expand All @@ -107,6 +110,7 @@ exports[`should render with icon only 1`] = `
isCompact={false}
isDisabled={false}
isIconOnly={true}
isLeftAligned={false}
isReversed={false}
onBlur={[Function]}
onFocus={[Function]}
Expand All @@ -126,6 +130,7 @@ exports[`should render with onBlur 1`] = `
isCompact={false}
isDisabled={false}
isIconOnly={false}
isLeftAligned={false}
isReversed={false}
onBlur={[Function]}
onFocus={[Function]}
Expand All @@ -145,6 +150,7 @@ exports[`should render with onClick 1`] = `
isCompact={false}
isDisabled={false}
isIconOnly={false}
isLeftAligned={false}
isReversed={false}
onBlur={[Function]}
onClick={[Function]}
Expand All @@ -165,6 +171,7 @@ exports[`should render with onFocus 1`] = `
isCompact={false}
isDisabled={false}
isIconOnly={false}
isLeftAligned={false}
isReversed={false}
onBlur={[Function]}
onFocus={[Function]}
Expand All @@ -184,6 +191,7 @@ exports[`should render with onKeyDown 1`] = `
isCompact={false}
isDisabled={false}
isIconOnly={false}
isLeftAligned={false}
isReversed={false}
onBlur={[Function]}
onFocus={[Function]}
Expand All @@ -203,6 +211,7 @@ exports[`should render with onKeyUp 1`] = `
isCompact={false}
isDisabled={false}
isIconOnly={false}
isLeftAligned={false}
isReversed={false}
onBlur={[Function]}
onFocus={[Function]}
Expand Down
5 changes: 5 additions & 0 deletions packages/terra-button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 3.76.0 - (March 20, 2024)

* Added
* Added isLeftAligned property to allow consumers to left align button content.

## 3.75.0 - (February 27, 2024)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-button",
"version": "3.75.0",
"version": "3.76.0",
"description": "The terra-button component provides users a way to trigger actions in the UI.",
"author": "Cerner Corporation",
"repository": {
Expand Down
Loading

0 comments on commit fae735b

Please sign in to comment.