@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.
- package/dist/cjs/player-lugas-limit.cjs.entry.js +1 -1
- package/dist/collection/components/player-lugas-limit/player-lugas-limit.js +2 -2
- package/dist/components/player-lugas-limit.js +1 -1
- package/dist/esm/player-lugas-limit.entry.js +1 -1
- package/dist/types/components/player-lugas-limit/player-lugas-limit.d.ts +1 -1
- package/dist/types/components.d.ts +2 -2
- package/package.json +1 -1
|
@@ -35,7 +35,7 @@ export class PlayerLugasLimit {
|
|
|
35
35
|
*/
|
|
36
36
|
this.clientStyling = '';
|
|
37
37
|
/**
|
|
38
|
-
* Client custom styling via url
|
|
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
|
|
490
|
+
"text": "Client custom styling via url"
|
|
491
491
|
},
|
|
492
492
|
"attribute": "client-styling-url",
|
|
493
493
|
"reflect": false,
|
|
@@ -20,7 +20,7 @@ export namespace Components {
|
|
|
20
20
|
*/
|
|
21
21
|
"clientStyling": string;
|
|
22
22
|
/**
|
|
23
|
-
* Client custom styling via url
|
|
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
|
|
82
|
+
* Client custom styling via url
|
|
83
83
|
*/
|
|
84
84
|
"clientStylingUrl"?: string;
|
|
85
85
|
/**
|