eat-js-sdk 0.0.11 → 0.0.12

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.
@@ -2484,7 +2484,7 @@
2484
2484
  c() {
2485
2485
  textarea = element("textarea");
2486
2486
  attr(textarea, "id", idLabel);
2487
- attr(textarea, "aria-label", placeholder);
2487
+ attr(textarea, "aria-label", "Answer input: Please type your response");
2488
2488
  attr(textarea, "placeholder", placeholder);
2489
2489
  attr(textarea, "rows", "3");
2490
2490
  attr(textarea, "class", textarea_class_value = "typein-textbox overflow-hidden " + (!isFinished ? "" : isResultCorrect ? "border-2 border-green-800" : "border-2 border-red-800"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eat-js-sdk",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Authoring tool frontend SDK",
5
5
  "contributors": [
6
6
  {