@ututrust/web-components 1.1.28 → 1.1.29
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -45788,7 +45788,7 @@
|
|
|
45788
45788
|
onClick: onStop
|
|
45789
45789
|
}, h$2("div", {
|
|
45790
45790
|
className: "btn-stop-icon btn-stop-icon-".concat(envCondition)
|
|
45791
|
-
})), isReady && h$2("button", {
|
|
45791
|
+
})), isReady && !publishedVideoUrl && h$2("button", {
|
|
45792
45792
|
type: "button",
|
|
45793
45793
|
className: "m-1 btn-round-stop btn-round-stop-".concat(envCondition, " btn-round btn-round-").concat(envCondition),
|
|
45794
45794
|
onClick: function onClick() {
|