From 254192c7dc70010a2dde2dd671449579f91df672 Mon Sep 17 00:00:00 2001 From: Benjamin Perez Date: Tue, 28 Nov 2023 18:58:31 -0600 Subject: [PATCH] Updated mds version to v0.13.0 Signed-off-by: Benjamin Perez --- portal-ui/package.json | 2 +- .../CredentialsPrompt/CredentialsPrompt.tsx | 2 +- portal-ui/yarn.lock | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/portal-ui/package.json b/portal-ui/package.json index f7860a8c24..82e1f761c1 100644 --- a/portal-ui/package.json +++ b/portal-ui/package.json @@ -10,7 +10,7 @@ "local-storage-fallback": "^4.1.1", "lodash": "^4.17.21", "luxon": "^3.4.3", - "mds": "https://github.com/minio/mds.git#v0.12.2", + "mds": "https://github.com/minio/mds.git#v0.13.0", "react": "^18.1.0", "react-component-export-image": "^1.0.6", "react-copy-to-clipboard": "^5.0.2", diff --git a/portal-ui/src/screens/Console/Common/CredentialsPrompt/CredentialsPrompt.tsx b/portal-ui/src/screens/Console/Common/CredentialsPrompt/CredentialsPrompt.tsx index c6d0da0a79..e8cf3890ca 100644 --- a/portal-ui/src/screens/Console/Common/CredentialsPrompt/CredentialsPrompt.tsx +++ b/portal-ui/src/screens/Console/Common/CredentialsPrompt/CredentialsPrompt.tsx @@ -32,7 +32,7 @@ import TooltipWrapper from "../TooltipWrapper/TooltipWrapper"; import { modalStyleUtils } from "../FormComponents/common/styleLibrary"; const WarningBlock = styled.div(({ theme }) => ({ - color: "red", // TODO: Change this to themed color variant in mds + color: get(theme, "signalColors.danger", "#C51B3F"), fontSize: ".85rem", margin: ".5rem 0 .5rem 0", display: "flex", diff --git a/portal-ui/yarn.lock b/portal-ui/yarn.lock index ed9839f5ec..323dce238b 100644 --- a/portal-ui/yarn.lock +++ b/portal-ui/yarn.lock @@ -2492,10 +2492,10 @@ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8" integrity sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw== -"@types/styled-components@^5.1.30": - version "5.1.30" - resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.30.tgz#7f2b2c01245e3274083091517c7205c9ce9dd420" - integrity sha512-xxJqw0s1myRTgrzHgG5tKHS9hK+KNhjbKMXDWlHRo9eDNVVUqf147QUGYUqwyCDkFyGr2pi1qJKFMEy0ACZb0A== +"@types/styled-components@^5.1.32": + version "5.1.32" + resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.32.tgz#58718971519c4562229ba85face98e8530d21bfd" + integrity sha512-DqVpl8R0vbhVSop4120UHtGrFmHuPeoDwF4hDT0kPJTY8ty0SI38RV3VhCMsWigMUXG+kCXu7vMRqMFNy6eQgA== dependencies: "@types/hoist-non-react-statics" "*" "@types/react" "*" @@ -8038,11 +8038,11 @@ mdn-data@2.0.4: resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b" integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA== -"mds@https://github.com/minio/mds.git#v0.12.2": - version "0.12.2" - resolved "https://github.com/minio/mds.git#82b14ea9544079a24db31e5cff477e3fc56c4e39" +"mds@https://github.com/minio/mds.git#v0.13.0": + version "0.13.0" + resolved "https://github.com/minio/mds.git#179b04a2272f559dd398db3d4f263ac09f396279" dependencies: - "@types/styled-components" "^5.1.30" + "@types/styled-components" "^5.1.32" "@uiw/react-textarea-code-editor" "^2.1.9" detect-gpu "^5.0.37" luxon "^3.4.4"