@latest-thinking/lt-player 2.0.0-p → 2.0.0-q

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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -19486,7 +19486,7 @@ const Sd = class Sd extends HTMLElement {
19486
19486
  throw new yh("Cannot find dialog element");
19487
19487
  this.dialogElement = e;
19488
19488
  const A = (i = this.dialogElement) == null ? void 0 : i.querySelector("input.lt-share-input");
19489
- A && (this.shareInput = A, this.shareInput.disabled = !0), this.updateShowModal();
19489
+ A && (this.shareInput = A, this.shareInput.readOnly = !0), this.updateShowModal();
19490
19490
  let s = this.dialogElement.querySelector(".close-modal-js");
19491
19491
  s == null || s.addEventListener("click", () => {
19492
19492
  this.closeEvent();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latest-thinking/lt-player",
3
- "version": "2.0.0-p",
3
+ "version": "2.0.0-q",
4
4
  "description": "Latest Thinking Player",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/main.js",