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 10
10
"local-storage-fallback" : " ^4.1.1" ,
11
11
"lodash" : " ^4.17.21" ,
12
12
"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 " ,
14
14
"react" : " ^18.1.0" ,
15
15
"react-component-export-image" : " ^1.0.6" ,
16
16
"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";
32
32
import { modalStyleUtils } from "../FormComponents/common/styleLibrary" ;
33
33
34
34
const WarningBlock = styled . div ( ( { theme } ) => ( {
35
- color : "red ", // TODO: Change this to themed color variant in mds
35
+ color : get ( theme , "signalColors.danger ", "#C51B3F" ) ,
36
36
fontSize : ".85rem" ,
37
37
margin : ".5rem 0 .5rem 0" ,
38
38
display : "flex" ,
Original file line number Diff line number Diff line change 2492
2492
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8"
2493
2493
integrity sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==
2494
2494
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 ==
2499
2499
dependencies:
2500
2500
"@types/hoist-non-react-statics" "*"
2501
2501
"@types/react" "*"
@@ -8038,11 +8038,11 @@ mdn-data@2.0.4:
8038
8038
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b"
8039
8039
integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==
8040
8040
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 "
8044
8044
dependencies:
8045
- "@types/styled-components" "^5.1.30 "
8045
+ "@types/styled-components" "^5.1.32 "
8046
8046
"@uiw/react-textarea-code-editor" "^2.1.9"
8047
8047
detect-gpu "^5.0.37"
8048
8048
luxon "^3.4.4"
You can’t perform that action at this time.
0 commit comments