pixflow-upgrade-planning 1.4.0 → 1.4.1
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/index.js +6 -0
- package/package.json +1 -1
- package/template.html +5 -2
package/index.js
CHANGED
|
@@ -59,6 +59,12 @@ class PixflowUpgradePlanning extends HTMLElement {
|
|
|
59
59
|
this.addEventListener("caption", e => {
|
|
60
60
|
this.caption = e.detail.text;
|
|
61
61
|
})
|
|
62
|
+
|
|
63
|
+
this.addEventListener("load", e => {
|
|
64
|
+
this.setTitle(e.detail.title);
|
|
65
|
+
this.setUrl(e.detail.url);
|
|
66
|
+
this.setCaption(e.detail.caption);
|
|
67
|
+
})
|
|
62
68
|
}
|
|
63
69
|
|
|
64
70
|
setUrl(url){
|
package/package.json
CHANGED
package/template.html
CHANGED
|
@@ -14,13 +14,16 @@
|
|
|
14
14
|
<div>Up to 25,000 AI Credits/Mo</div></li>
|
|
15
15
|
<li>
|
|
16
16
|
<img src="./node_modules/pixflow-upgrade-planning/images/item-style.svg">
|
|
17
|
-
<div>Full Access to
|
|
17
|
+
<div>Full Access to Video Templates</div>
|
|
18
18
|
</li>
|
|
19
19
|
<li>
|
|
20
20
|
<img src="./node_modules/pixflow-upgrade-planning/images/item-style.svg">
|
|
21
|
-
<div>Full Access
|
|
21
|
+
<div>Full Access To Sound Effects</div>
|
|
22
22
|
</li>
|
|
23
23
|
<li>
|
|
24
|
+
<img src="./node_modules/pixflow-upgrade-planning/images/item-style.svg">
|
|
25
|
+
<div>Full Access to Graphic templates</div>
|
|
26
|
+
</li><li>
|
|
24
27
|
<img src="./node_modules/pixflow-upgrade-planning/images/item-style.svg">
|
|
25
28
|
<div>License With Worldwide Coverage</div>
|
|
26
29
|
</li>
|