New:Socket for Asana Is Now Available.Learn more
Get Started

YuJa Panorama LMS Accessibility Platform

Package Overview
Versions
2
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yujacorp2.developer@gmail.com - firefox Package Compare versions

Comparing version
4.4.0
to
4.5.0
+3
smart-speaker-disabled-icon.svg
<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M13.0468 2.16649C12.9387 2.11384 12.8181 2.09255 12.6985 2.10504C12.579 2.11754 12.4653 2.16331 12.3705 2.23717L6.7612 6.59917H3.12686C2.78604 6.59917 2.45918 6.73456 2.21818 6.97556C1.97719 7.21656 1.8418 7.54342 1.8418 7.88424V13.0245C1.8418 13.3653 1.97719 13.6922 2.21818 13.9332C2.45918 14.1742 2.78604 14.3096 3.12686 14.3096H6.7612L12.3705 18.6716C12.4654 18.7454 12.5792 18.791 12.6988 18.8034C12.8183 18.8158 12.939 18.7944 13.047 18.7416C13.155 18.6888 13.2461 18.6067 13.3098 18.5048C13.3735 18.4028 13.4073 18.285 13.4074 18.1648V2.74397C13.4074 2.62359 13.3736 2.50564 13.3099 2.40354C13.2461 2.30144 13.155 2.2193 13.0468 2.16649ZM3.12686 7.88424H6.33953V13.0245H3.12686V7.88424ZM12.1223 16.8508L7.6246 13.353V7.55574L12.1223 4.05795V16.8508ZM16.4594 8.3308C16.9763 8.91749 17.2614 9.67252 17.2614 10.4544C17.2614 11.2362 16.9763 11.9913 16.4594 12.5779C16.3459 12.7027 16.1879 12.7778 16.0195 12.787C15.8511 12.7963 15.6858 12.739 15.5593 12.6274C15.4328 12.5159 15.3552 12.3591 15.3433 12.1909C15.3314 12.0226 15.3861 11.8564 15.4956 11.7282C15.8056 11.3762 15.9765 10.9233 15.9765 10.4544C15.9765 9.98541 15.8056 9.53253 15.4956 9.18055C15.3861 9.0523 15.3314 8.88613 15.3433 8.71789C15.3552 8.54966 15.4328 8.39285 15.5593 8.28131C15.6858 8.16977 15.8511 8.11245 16.0195 8.12171C16.1879 8.13097 16.3459 8.20606 16.4594 8.3308ZM20.4753 10.4544C20.4762 12.0352 19.8936 13.5607 18.8392 14.7385C18.7248 14.8623 18.5662 14.9362 18.3978 14.9442C18.2293 14.9522 18.0645 14.8936 17.9388 14.7811C17.8132 14.6686 17.7368 14.5113 17.7261 14.343C17.7154 14.1747 17.7714 14.0089 17.8819 13.8815C18.7247 12.9391 19.1907 11.7191 19.1907 10.4548C19.1907 9.19045 18.7247 7.97047 17.8819 7.02806C17.824 6.96546 17.7792 6.89198 17.75 6.81189C17.7208 6.7318 17.7079 6.64671 17.7119 6.56156C17.7159 6.47642 17.7369 6.39293 17.7735 6.31596C17.8101 6.23898 17.8617 6.17006 17.9252 6.11321C17.9887 6.05636 18.0629 6.01272 18.1434 5.98482C18.224 5.95692 18.3093 5.94533 18.3943 5.95071C18.4794 5.9561 18.5625 5.97835 18.6389 6.01619C18.7153 6.05402 18.7834 6.10668 18.8392 6.17108C19.8939 7.34838 20.4765 8.87376 20.4753 10.4544Z" fill="#ACA2BC"/>
</svg>
+1
-1

@@ -5,3 +5,3 @@ {

"author": "YuJa Panorama",
"version": "4.4.0",
"version": "4.5.0",
"description": "Enables YuJa Panorama visualizations for end users. This includes alternative formats, analytics gauges and accessibility reports.",

@@ -8,0 +8,0 @@ "content_scripts": [

@@ -436,3 +436,3 @@ <!DOCTYPE html>

style="margin-right: 5px; color: #442b6f"
>Website Widget
>Website Accessibility Widget
</strong>

@@ -465,6 +465,6 @@ <div id="accessibilityDescriptionText" class="sub-text">

style="margin-right: 5px; color: #442b6f"
>SmartSpeaker</strong
>SmartSpeaker AI Platform</strong
>
<div id="smartSpeakerDescriptionText" class="sub-text">
The SmartSpeaker Platform feature is a digital voice
The SmartSpeaker feature is a digital voice
solution that enables users to have text on the page

@@ -471,0 +471,0 @@ read out loud, enhancing comprehension of the

@@ -98,2 +98,19 @@ function handleMessage(message) {

if (
!enabledSmartSpeaker ||
message.isPanoramaActive ||
!message.panoramaServerUrl
) {
document.getElementById('SmartSpeakerIcon').src =
'./smart-speaker-disabled-icon.svg';
document.getElementById('smartSpeakerTextDiv').style.opacity =
'0.5';
document.getElementById(
'enableSmartSpeakerCheckbox',
).disabled = true;
document.getElementById('smartSpeakerSlider').style.cursor =
'not-allowed';
}
if (!enabledSmartSpeaker) {

@@ -105,3 +122,3 @@ document.getElementById('SmartSpeakerListTile').remove();

enableExternalWA && !message.isPanoramaActive,
enabledSmartSpeaker,
enabledSmartSpeaker && !message.isPanoramaActive,
);

@@ -108,0 +125,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet