Skip to content

Commit d01250a

Browse files
ObedVegaVega, Obedowilliams320
authored
fix(alert-icon): update components library (#177)
* fix(alert-icon): update components library * fix(alert): importing icon directly for alert component * fix(alert): importing icon directly for alert component * fix(alert): fix --------- Co-authored-by: Vega, Obed <[email protected]> Co-authored-by: Oseer Williams <[email protected]>
1 parent f6dd4ee commit d01250a

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

package-lock.json

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"@docusaurus/preset-classic": "3.2.0",
2424
"@docusaurus/theme-mermaid": "3.2.0",
2525
"@mdx-js/react": "^3.0.0",
26-
"@teradata-web/react-components": "^1.12.3",
26+
"@teradata-web/react-components": "1.14.3",
27+
"@covalent/components": "^10.0.4",
2728
"clsx": "^2.0.0",
2829
"prism-react-renderer": "^2.3.0",
2930
"react": "^18.0.0",

src/components/MatDisclaimer/AlertComponent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export default function AlertComponent({ onClose, onOpenDialog, alertDescription
88
const Alert = require('@teradata-web/react-components')?.Alert;
99
const Button = require('@teradata-web/react-components')?.Button;
1010
const IconButton = require('@teradata-web/react-components')?.IconButton;
11+
const Icon = require('@covalent/components/icon');
1112

1213
return Alert ? (
1314
<Alert

src/components/MatDisclaimer/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
@media (max-width: 996px) {
88
.alertWrapper {
9-
margin-top: 109px;
9+
margin-top: 107px;
1010
margin-bottom: -100px;
1111
}
1212
}

0 commit comments

Comments
 (0)