From ee80b24cba8123251e47bfd2f598546c9a801ccb Mon Sep 17 00:00:00 2001 From: Michael Roytman Date: Wed, 30 Aug 2023 11:53:23 -0400 Subject: [PATCH] feat: install new version of frontend-lib-learning-assistant to conditionally render toggle elements (#1178) This commit installs version 1.9.3 of @edx/frontend-lib-learning-assistant, which includes a UI tweak to conditionally render the Xpert toggle button and action message (call-to-action) only when the Xpert sidebar is closed. --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46c2b836..d497d4ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@edx/brand": "npm:@edx/brand-openedx@1.2.0", "@edx/frontend-component-footer": "12.0.0", "@edx/frontend-component-header": "4.0.0", - "@edx/frontend-lib-learning-assistant": "^1.9.2", + "@edx/frontend-lib-learning-assistant": "^1.9.3", "@edx/frontend-lib-special-exams": "2.20.1", "@edx/frontend-platform": "4.3.0", "@edx/paragon": "20.46.0", @@ -3433,9 +3433,9 @@ } }, "node_modules/@edx/frontend-lib-learning-assistant": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-1.9.2.tgz", - "integrity": "sha512-SakMdhqahpgMjO2URKP8EhRy1Ya4ZpEVIDJ0/sfUmlbM3KYXsedquBcJPwZDmMsohgdZGFErMSnEbkn07ZrXMw==", + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/@edx/frontend-lib-learning-assistant/-/frontend-lib-learning-assistant-1.9.3.tgz", + "integrity": "sha512-kk8cbdWm94/oph4i/6TidVPTqPStoge/qS8Kr53gx1hH7u9cKU8fLM8KWQAG00KL3sYTWRJ0D3C6SqwgNCpSiA==", "dependencies": { "@edx/brand": "npm:@edx/brand-openedx@1.2.0", "@fortawesome/fontawesome-svg-core": "1.2.36", diff --git a/package.json b/package.json index cabaa581..a0b709a8 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@edx/brand": "npm:@edx/brand-openedx@1.2.0", "@edx/frontend-component-footer": "12.0.0", "@edx/frontend-component-header": "4.0.0", - "@edx/frontend-lib-learning-assistant": "^1.9.2", + "@edx/frontend-lib-learning-assistant": "^1.9.3", "@edx/frontend-lib-special-exams": "2.20.1", "@edx/frontend-platform": "4.3.0", "@edx/paragon": "20.46.0",