@liascript/editor 1.1.34--0.17.8 → 1.1.34--0.17.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.17.10] - 17/11/2025
8
+
9
+ - fix(CSS): Drag & Drop quizzes in dark mode
10
+ - fix(CSS): Inlining of solution for Matrix-Quizzes
11
+ - fix: Two GoTos at the initialization phase now work as expected
12
+ - chore: npm update ace, caniuse-lite, sass, katex
13
+ - fix: Katex css loading error
7
14
 
8
15
  ## [0.17.8] - 31/10/2025
9
16
 
@@ -0,0 +1 @@
1
+ (()=>{var $parcel$global="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},$parcel$modules={},$parcel$inits={},parcelRequire=$parcel$global.parcelRequirea18f;null==parcelRequire&&(parcelRequire=function(e){if(e in $parcel$modules)return $parcel$modules[e].exports;if(e in $parcel$inits){var r=$parcel$inits[e];delete $parcel$inits[e];var s={id:e,exports:{}};return $parcel$modules[e]=s,r.call(s.exports,s,s.exports),s.exports}var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t},parcelRequire.register=function(e,r){$parcel$inits[e]=r},$parcel$global.parcelRequirea18f=parcelRequire),parcelRequire.register("4H527",(function(module,exports){function liaExecCode(event){setTimeout((()=>{const send={lia:execute_response(event,"exec"),output:execute_response(event,"async"),wait:()=>{execute_response(event)("LIA: wait")},stop:()=>{execute_response(event)("LIA: stop")},clear:()=>{execute_response(event)("LIA: clear")},html:e=>{execute_response(event)("HTML: "+e)},liascript:e=>{execute_response(event)("LIASCRIPT: "+e)}};try{const result=eval(event.message.param.code);send.lia(void 0===result?"LIA: stop":result)}catch(e){console.warn("exec => ",e.message),send.lia(e.message,!1,[])}}),event.message.param.delay)}function execute_response(e,r){return(s,t=!0,a=[])=>{"string"!=typeof s&&(s=JSON.stringify(s)),r&&(e.message.cmd=r),e.message.param={ok:t,result:s,details:a},postMessage(e)}}onmessage=e=>{liaExecCode(e.data)}})),parcelRequire("4H527")})();