File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
src/screens/Console/Common/CredentialsPrompt Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1010 "local-storage-fallback" : " ^4.1.1" ,
1111 "lodash" : " ^4.17.21" ,
1212 "luxon" : " ^3.4.3" ,
13- "mds" : " https://github.com/minio/mds.git#v0.12.2 " ,
13+ "mds" : " https://github.com/minio/mds.git#v0.13.0 " ,
1414 "react" : " ^18.1.0" ,
1515 "react-component-export-image" : " ^1.0.6" ,
1616 "react-copy-to-clipboard" : " ^5.0.2" ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import TooltipWrapper from "../TooltipWrapper/TooltipWrapper";
3232import { modalStyleUtils } from "../FormComponents/common/styleLibrary" ;
3333
3434const WarningBlock = styled . div ( ( { theme } ) => ( {
35- color : "red ", // TODO: Change this to themed color variant in mds
35+ color : get ( theme , "signalColors.danger ", "#C51B3F" ) ,
3636 fontSize : ".85rem" ,
3737 margin : ".5rem 0 .5rem 0" ,
3838 display : "flex" ,
Original file line number Diff line number Diff line change 24922492 resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8"
24932493 integrity sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==
24942494
2495- "@types/styled-components@^5.1.30 ":
2496- version "5.1.30 "
2497- resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.30 .tgz#7f2b2c01245e3274083091517c7205c9ce9dd420 "
2498- integrity sha512-xxJqw0s1myRTgrzHgG5tKHS9hK+KNhjbKMXDWlHRo9eDNVVUqf147QUGYUqwyCDkFyGr2pi1qJKFMEy0ACZb0A ==
2495+ "@types/styled-components@^5.1.32 ":
2496+ version "5.1.32 "
2497+ resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.32 .tgz#58718971519c4562229ba85face98e8530d21bfd "
2498+ integrity sha512-DqVpl8R0vbhVSop4120UHtGrFmHuPeoDwF4hDT0kPJTY8ty0SI38RV3VhCMsWigMUXG+kCXu7vMRqMFNy6eQgA ==
24992499 dependencies:
25002500 "@types/hoist-non-react-statics" "*"
25012501 "@types/react" "*"
@@ -8038,11 +8038,11 @@ mdn-data@2.0.4:
80388038 resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b"
80398039 integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==
80408040
8041- "mds@https://github.com/minio/mds.git#v0.12.2 ":
8042- version "0.12.2 "
8043- resolved "https://github.com/minio/mds.git#82b14ea9544079a24db31e5cff477e3fc56c4e39 "
8041+ "mds@https://github.com/minio/mds.git#v0.13.0 ":
8042+ version "0.13.0 "
8043+ resolved "https://github.com/minio/mds.git#179b04a2272f559dd398db3d4f263ac09f396279 "
80448044 dependencies:
8045- "@types/styled-components" "^5.1.30 "
8045+ "@types/styled-components" "^5.1.32 "
80468046 "@uiw/react-textarea-code-editor" "^2.1.9"
80478047 detect-gpu "^5.0.37"
80488048 luxon "^3.4.4"
You can’t perform that action at this time.
0 commit comments