@webex/widgets 1.22.3 → 1.23.0
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/dist/{assets → css/assets}/15592702.woff +0 -0
- package/dist/{assets → css/assets}/18609408.woff +0 -0
- package/dist/{assets → css/assets}/2ce7dd9e.woff2 +0 -0
- package/dist/{assets → css/assets}/2f4a9953.woff2 +0 -0
- package/dist/{assets → css/assets}/45dc7dcd.woff2 +0 -0
- package/dist/{assets → css/assets}/46a31acd.woff2 +0 -0
- package/dist/{assets → css/assets}/49e65cec.woff +0 -0
- package/dist/{assets → css/assets}/4a5e2b76.woff2 +0 -0
- package/dist/{assets → css/assets}/4fbe2ff6.woff +0 -0
- package/dist/{assets → css/assets}/521bbff9.woff2 +0 -0
- package/dist/{assets → css/assets}/5be282d2.woff +0 -0
- package/dist/{assets → css/assets}/5c1e91fe.woff +0 -0
- package/dist/{assets → css/assets}/6a79ddf2.woff2 +0 -0
- package/dist/{assets → css/assets}/6c0c2778.woff2 +0 -0
- package/dist/{assets → css/assets}/7f551bab.woff +0 -0
- package/dist/{assets → css/assets}/87960965.gif +0 -0
- package/dist/{assets → css/assets}/89721a2e.woff +0 -0
- package/dist/{assets → css/assets}/af1a3e22.svg +0 -0
- package/dist/{assets → css/assets}/c1f2fd26.woff +0 -0
- package/dist/{assets → css/assets}/cc2626a2.woff2 +0 -0
- package/dist/{assets → css/assets}/dc7f8e1b.gif +0 -0
- package/dist/{assets → css/assets}/dcdf6545.woff +0 -0
- package/dist/{assets → css/assets}/e2738dc5.woff2 +0 -0
- package/dist/{assets → css/assets}/ecaeee69.woff +0 -0
- package/dist/{assets → css/assets}/ee7d15d.woff +0 -0
- package/dist/{assets → css/assets}/f09be80b.woff2 +0 -0
- package/dist/{assets → css/assets}/f7e670d.woff +0 -0
- package/dist/{assets → css/assets}/f98de399.woff2 +0 -0
- package/dist/{assets → css/assets}/ff8c1c66.woff2 +0 -0
- package/dist/{webexWidgets.css → css/webex-widgets.css} +0 -0
- package/dist/webexWidgets.esm.js +5 -5
- package/dist/webexWidgets.esm.js.map +1 -1
- 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
|
package/dist/webexWidgets.esm.js
CHANGED
|
@@ -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("
|
|
10757
|
-
i.removeEventListener("
|
|
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.
|
|
16613
|
+
appVersion: "1.22.3"
|
|
16614
16614
|
}
|
|
16615
16615
|
});
|
|
16616
16616
|
return new WebexSDKAdapter(webex);
|