eat-js-sdk 1.0.54 → 1.1.1

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.
@@ -1972,7 +1972,6 @@
1972
1972
  div2.hidden = div2_hidden_value = !/*islongDescOpened*/
1973
1973
  ctx[6];
1974
1974
  attr(div3, "class", "mt-6 w-full");
1975
- attr(div3, "aria-live", "polite");
1976
1975
  },
1977
1976
  m(target, anchor) {
1978
1977
  insert(target, div3, anchor);
@@ -3777,7 +3776,8 @@
3777
3776
  let current;
3778
3777
  let if_block = (
3779
3778
  /*displayedResultFeedback*/
3780
- ctx[4] && create_if_block5(ctx)
3779
+ ctx[4] && !/*isSkipped*/
3780
+ ctx[3] && create_if_block5(ctx)
3781
3781
  );
3782
3782
  return {
3783
3783
  c() {
@@ -3794,12 +3794,13 @@
3794
3794
  p(ctx2, [dirty]) {
3795
3795
  if (
3796
3796
  /*displayedResultFeedback*/
3797
- ctx2[4]
3797
+ ctx2[4] && !/*isSkipped*/
3798
+ ctx2[3]
3798
3799
  ) {
3799
3800
  if (if_block) {
3800
3801
  if_block.p(ctx2, dirty);
3801
- if (dirty & /*displayedResultFeedback*/
3802
- 16) {
3802
+ if (dirty & /*displayedResultFeedback, isSkipped*/
3803
+ 24) {
3803
3804
  transition_in(if_block, 1);
3804
3805
  }
3805
3806
  } else {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eat-js-sdk",
3
- "version": "1.0.54",
4
- "change version": "1.0.12",
3
+ "version": "1.1.1",
4
+ "change version": "1.1.1",
5
5
  "description": "Authoring tool frontend SDK",
6
6
  "contributors": [
7
7
  {