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

Commit

Permalink
Modal manager redwood styling (#1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroshk authored Jan 19, 2024
1 parent 91c97aa commit f8f0445
Show file tree
Hide file tree
Showing 98 changed files with 35 additions and 16 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"overrides": [
{
"files": ["packages/terra-theme-properties/**/*.scss"],
"files": ["packages/terra-theme-properties/**/*.scss", "packages/**/redwood-theme/**/*.scss"],
"rules": {
"terra/custom-property-name": false,
"terra/custom-property-namespace": false
Expand Down Expand Up @@ -89,10 +89,11 @@
"start-static": "npm run compile:prod && terra express-server --site build",
"test": "npm run lint && npm run jest && npm run wdio",
"test:docker": "npm run lint && npm run jest && npm run wdio:docker",
"wdio": "terra wdio --themes terra-default-theme clinical-lowlight-theme orion-fusion-theme",
"wdio": "terra wdio --themes terra-default-theme clinical-lowlight-theme orion-fusion-theme redwood-theme",
"wdio:default": "terra wdio",
"wdio:lowlight": "NODE_OPTIONS=--max-old-space-size=2048 terra wdio --themes clinical-lowlight-theme",
"wdio:fusion": "terra wdio --themes orion-fusion-theme",
"wdio:redwood": "terra wdio --themes redwood-theme",
"wdio:docker": "terra wdio --disableSeleniumService=true --themes terra-default-theme clinical-lowlight-theme orion-fusion-theme"
},
"devDependencies": {
Expand Down Expand Up @@ -137,7 +138,7 @@
"regenerator-runtime": "^0.13.2",
"stylelint": "^15.0.0",
"terra-aggregate-translations": "^1.0.0",
"terra-application": "^1.48.0",
"terra-application": "^1.57.0",
"terra-disclosure-manager": "^4.9.0",
"terra-enzyme-intl": "^3.4.0",
"terra-icon": "^3.58.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/terra-framework-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Fixed
* Fixed font size in `terra-theme-provider` examples.

## 1.58.0 - (January 18, 2024)

* Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ $selector: '.cerner-mock-theme';
--terra-framework-docs-theme-provider-mock-display: inline-block;
}

.compact {
--terra-base-font-size: 14px;
}
.redwood-theme {
&.compact {
--terra-base-font-size: 14px;
}

.comfortable {
--terra-base-font-size: 16px;
}
&.comfortable {
--terra-base-font-size: 16px;
}

.spacious {
--terra-base-font-size: 18px;
&.spacious {
--terra-base-font-size: 18px;
}
}
3 changes: 3 additions & 0 deletions packages/terra-modal-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Added
* Redwood theme styling.

## 6.69.0 - (December 18, 2023)

* Changed
Expand Down
1 change: 1 addition & 0 deletions packages/terra-modal-manager/src/ModalManager.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Themes
@import './clinical-lowlight-theme/ModalManager.module';
@import './orion-fusion-theme/ModalManager.module';
@import './redwood-theme/ModalManager.module';

:local {
.container {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
:local {
.redwood-theme {
--terra-modal-manager-background-color: var(--modal-background-color);
--terra-modal-manager-border: none;
--terra-modal-manager-border-radius: var(--modal-border-radius);
--terra-modal-manager-box-shadow: var(--modal-box-shadow);
--terra-modal-manager-foreground-color: inherit;
}
}
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.
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.
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.
2 changes: 1 addition & 1 deletion terra-theme.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const themeConfig = {
scoped: ['clinical-lowlight-theme', 'orion-fusion-theme'],
scoped: ['clinical-lowlight-theme', 'orion-fusion-theme', 'redwood-theme'],
density: 'comfortable',
};

Expand Down

0 comments on commit f8f0445

Please sign in to comment.