@webex/widgets 1.22.3 → 1.23.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (33) hide show
  1. package/dist/{assets → css/assets}/15592702.woff +0 -0
  2. package/dist/{assets → css/assets}/18609408.woff +0 -0
  3. package/dist/{assets → css/assets}/2ce7dd9e.woff2 +0 -0
  4. package/dist/{assets → css/assets}/2f4a9953.woff2 +0 -0
  5. package/dist/{assets → css/assets}/45dc7dcd.woff2 +0 -0
  6. package/dist/{assets → css/assets}/46a31acd.woff2 +0 -0
  7. package/dist/{assets → css/assets}/49e65cec.woff +0 -0
  8. package/dist/{assets → css/assets}/4a5e2b76.woff2 +0 -0
  9. package/dist/{assets → css/assets}/4fbe2ff6.woff +0 -0
  10. package/dist/{assets → css/assets}/521bbff9.woff2 +0 -0
  11. package/dist/{assets → css/assets}/5be282d2.woff +0 -0
  12. package/dist/{assets → css/assets}/5c1e91fe.woff +0 -0
  13. package/dist/{assets → css/assets}/6a79ddf2.woff2 +0 -0
  14. package/dist/{assets → css/assets}/6c0c2778.woff2 +0 -0
  15. package/dist/{assets → css/assets}/7f551bab.woff +0 -0
  16. package/dist/{assets → css/assets}/87960965.gif +0 -0
  17. package/dist/{assets → css/assets}/89721a2e.woff +0 -0
  18. package/dist/{assets → css/assets}/af1a3e22.svg +0 -0
  19. package/dist/{assets → css/assets}/c1f2fd26.woff +0 -0
  20. package/dist/{assets → css/assets}/cc2626a2.woff2 +0 -0
  21. package/dist/{assets → css/assets}/dc7f8e1b.gif +0 -0
  22. package/dist/{assets → css/assets}/dcdf6545.woff +0 -0
  23. package/dist/{assets → css/assets}/e2738dc5.woff2 +0 -0
  24. package/dist/{assets → css/assets}/ecaeee69.woff +0 -0
  25. package/dist/{assets → css/assets}/ee7d15d.woff +0 -0
  26. package/dist/{assets → css/assets}/f09be80b.woff2 +0 -0
  27. package/dist/{assets → css/assets}/f7e670d.woff +0 -0
  28. package/dist/{assets → css/assets}/f98de399.woff2 +0 -0
  29. package/dist/{assets → css/assets}/ff8c1c66.woff2 +0 -0
  30. package/dist/{webexWidgets.css → css/webex-widgets.css} +0 -0
  31. package/dist/webexWidgets.esm.js +5 -5
  32. package/dist/webexWidgets.esm.js.map +1 -1
  33. package/package.json +2 -2
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -10747,14 +10747,14 @@ var Ca = function (e) {
10747
10747
 
10748
10748
  if (i) {
10749
10749
  var t = function () {
10750
- d(!0);
10750
+ return d(!0);
10751
10751
  },
10752
10752
  n = function () {
10753
- d(!1);
10753
+ return d(!1);
10754
10754
  };
10755
10755
 
10756
- i.addEventListener("mouseenter", t), i.addEventListener("touchstart", t), i.addEventListener("mouseleave", n), i.addEventListener("touchmove", n), i.addEventListener("click", n), e = function () {
10757
- i.removeEventListener("mouseenter", t), i.removeEventListener("touchstart", t), i.removeEventListener("mouseleave", n), i.removeEventListener("touchmove", n), i.removeEventListener("click", n);
10756
+ i.addEventListener("touchstart", t), i.addEventListener("touchend", n), i.addEventListener("mouseenter", t), i.addEventListener("mouseleave", n), i.addEventListener("click", n), e = function () {
10757
+ i.removeEventListener("touchstart", t), i.removeEventListener("touchend", n), i.removeEventListener("mouseenter", t), i.removeEventListener("mouseleave", n), i.removeEventListener("click", n);
10758
10758
  };
10759
10759
  }
10760
10760
 
@@ -16610,7 +16610,7 @@ var WebexMeetings = si(ai(WebexMeetingsWidget), function (props) {
16610
16610
  },
16611
16611
  config: {
16612
16612
  appName: appName,
16613
- appVersion: "1.22.2"
16613
+ appVersion: "1.22.3"
16614
16614
  }
16615
16615
  });
16616
16616
  return new WebexSDKAdapter(webex);