@everymatrix/player-lugas-limit 1.10.14 → 1.13.4

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.
@@ -205,7 +205,7 @@ const PlayerLugasLimit = class {
205
205
  */
206
206
  this.clientStyling = '';
207
207
  /**
208
- * Client custom styling via url content
208
+ * Client custom styling via url
209
209
  */
210
210
  this.clientStylingUrl = '';
211
211
  /**
@@ -35,7 +35,7 @@ export class PlayerLugasLimit {
35
35
  */
36
36
  this.clientStyling = '';
37
37
  /**
38
- * Client custom styling via url content
38
+ * Client custom styling via url
39
39
  */
40
40
  this.clientStylingUrl = '';
41
41
  /**
@@ -487,7 +487,7 @@ export class PlayerLugasLimit {
487
487
  "optional": false,
488
488
  "docs": {
489
489
  "tags": [],
490
- "text": "Client custom styling via url content"
490
+ "text": "Client custom styling via url"
491
491
  },
492
492
  "attribute": "client-styling-url",
493
493
  "reflect": false,
@@ -203,7 +203,7 @@ const PlayerLugasLimit$1 = /*@__PURE__*/ proxyCustomElement(class extends HTMLEl
203
203
  */
204
204
  this.clientStyling = '';
205
205
  /**
206
- * Client custom styling via url content
206
+ * Client custom styling via url
207
207
  */
208
208
  this.clientStylingUrl = '';
209
209
  /**
@@ -201,7 +201,7 @@ const PlayerLugasLimit = class {
201
201
  */
202
202
  this.clientStyling = '';
203
203
  /**
204
- * Client custom styling via url content
204
+ * Client custom styling via url
205
205
  */
206
206
  this.clientStylingUrl = '';
207
207
  /**
@@ -37,7 +37,7 @@ export declare class PlayerLugasLimit {
37
37
  */
38
38
  clientStyling: string;
39
39
  /**
40
- * Client custom styling via url content
40
+ * Client custom styling via url
41
41
  */
42
42
  clientStylingUrl: string;
43
43
  /**
@@ -20,7 +20,7 @@ export namespace Components {
20
20
  */
21
21
  "clientStyling": string;
22
22
  /**
23
- * Client custom styling via url content
23
+ * Client custom styling via url
24
24
  */
25
25
  "clientStylingUrl": string;
26
26
  /**
@@ -79,7 +79,7 @@ declare namespace LocalJSX {
79
79
  */
80
80
  "clientStyling"?: string;
81
81
  /**
82
- * Client custom styling via url content
82
+ * Client custom styling via url
83
83
  */
84
84
  "clientStylingUrl"?: string;
85
85
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-lugas-limit",
3
- "version": "1.10.14",
3
+ "version": "1.13.4",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.js",
6
6
  "es2015": "./dist/esm/index.mjs",