File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 39
39
"no-githooks" : " git config --unset core.hooksPath"
40
40
},
41
41
"dependencies" : {
42
- "@ably/ui" : " 15.4.1 " ,
42
+ "@ably/ui" : " 15.6.0-dev.1a416b3 " ,
43
43
"@codesandbox/sandpack-react" : " ^2.9.0" ,
44
44
"@mdx-js/react" : " ^2.3.0" ,
45
45
"@react-hook/media-query" : " ^1.1.1" ,
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ const Header: React.FC<HeaderProps> = ({ searchBar = true }) => {
15
15
const sessionState = {
16
16
...userContext . sessionState ,
17
17
signedIn : userContext . sessionState . signedIn ?? false ,
18
+ logOut : userContext . sessionState . logOut ?? { token : '' , href : '' } ,
19
+ accountName : userContext . sessionState . accountName ?? '' ,
18
20
account : userContext . sessionState . account ?? { links : { dashboard : { href : '#' } } } ,
19
21
} ;
20
22
Original file line number Diff line number Diff line change 7
7
resolved "https://registry.yarnpkg.com/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz#bd9154aec9983f77b3a034ecaa015c2e4201f6cf"
8
8
integrity sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==
9
9
10
- "@ably/ui@15.4.1 ":
11
- version "15.4.1 "
12
- resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-15.4.1. tgz#f1d3df5d7be93902073aa34919e27ec1421a2b5a "
13
- integrity sha512-HG+TpLFMeGf4sv6h/ko+FtaV7MbROcoLQZFn4SaAKmOGAOtGeh8urj0oMa+nW4CiZw+QDcKUeQd6qLL5x93q8w ==
10
+ "@ably/ui@15.6.0-dev.1a416b3 ":
11
+ version "15.6.0-dev.1a416b3 "
12
+ resolved "https://registry.yarnpkg.com/@ably/ui/-/ui-15.6.0-dev.1a416b3. tgz#b92a40c57eeba83772151b1adda1be041649a40a "
13
+ integrity sha512-zEAlflCaxgiD34iLayh4Fsm8jeMSVpaY/gF7q5vPlFl/ChP2ieADEQCYYr00tcHPb9YSrI7WPl284MThfp6ZpQ ==
14
14
dependencies:
15
15
"@radix-ui/react-accordion" "^1.2.1"
16
16
"@radix-ui/react-navigation-menu" "^1.2.4"
19
19
addsearch-js-client "^1.0.2"
20
20
array-flat-polyfill "^1.0.1"
21
21
clsx "^2.1.1"
22
- dompurify "^3.1 .4"
22
+ dompurify "^3.2 .4"
23
23
highlight.js "^11.9.0"
24
24
highlightjs-curl "^1.3.0"
25
25
js-cookie "^3.0.5"
@@ -6303,7 +6303,7 @@ domino@^2.1.6:
6303
6303
resolved "https://registry.yarnpkg.com/domino/-/domino-2.1.6.tgz#fe4ace4310526e5e7b9d12c7de01b7f485a57ffe"
6304
6304
integrity sha512-3VdM/SXBZX2omc9JF9nOPCtDaYQ67BGp5CoLpIQlO2KCAPETs8TcDHacF26jXadGbvUteZzRTeos2fhID5+ucQ==
6305
6305
6306
- dompurify@^3.1.4, dompurify@^3. 2.4:
6306
+ dompurify@^3.2.4:
6307
6307
version "3.2.4"
6308
6308
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.2.4.tgz#af5a5a11407524431456cf18836c55d13441cd8e"
6309
6309
integrity sha512-ysFSFEDVduQpyhzAob/kkuJjf5zWkZD8/A9ywSp1byueyuCfHamrCBa14/Oc2iiB0e51B+NpxSl5gmzn+Ms/mg==
You can’t perform that action at this time.
0 commit comments