pixflow-upgrade-planning 1.1.5 → 1.1.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixflow-upgrade-planning",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -11,15 +11,13 @@ pixflow-upgrade-planning > div.pixflow > div.plan > div, pixflow-upgrade-plannin
11
11
  cursor: pointer;
12
12
  }
13
13
 
14
- pixflow-upgrade-planning > div.pixflow > div.plan > div > div > div:nth-child(2) > img {
14
+ pixflow-upgrade-planning > div.pixflow > div.plan > img {
15
15
  animation-name: rotate-loading;
16
16
  animation-duration: 2s;
17
17
  animation-iteration-count: infinite;
18
18
  animation-timing-function: linear;
19
- }
20
-
21
- pixflow-upgrade-planning > div.pixflow > div.plan > div > div > div:nth-child(2) > img {
22
19
  margin-top: 10px;
20
+ width: 128px;
23
21
  }
24
22
 
25
23
  pixflow-upgrade-planning > div.pixflow {
package/template.html CHANGED
@@ -3,7 +3,9 @@
3
3
  <img src="./node_modules/pixflow-upgrade-planning/images/drawer.svg" class="close">
4
4
  <img src="./node_modules/pixflow-upgrade-planning/images/pixflow/upgrade-planning-icon.svg" alt="">
5
5
  <p>Pro Membership unlocks all the features and templates and in higher tier also lets you use the plugin with your team members.</p>
6
- <div class="plan"></div>
6
+ <div class="plan">
7
+ <img src="./node_modules/pixflow-upgrade-planning/images/pixflow/loading.png" class="loading">
8
+ </div>
7
9
  <div class="activate-code-block">
8
10
  <button class="btn">Go premium <img src="./node_modules/pixflow-upgrade-planning/images/pixflow/outside-link.svg"></button>
9
11
  <div class="activate-code">Do you have the purchase code?</div>
@@ -58,7 +60,7 @@
58
60
  <div class="template-plan"> <!-- plan name -->
59
61
  <div class=""> <!-- active -->
60
62
  <img src=""> <!-- icon -->
61
- <div><img src="./node_modules/pixflow-upgrade-planning/images/pixflow/loading.png" class="loading"><!-- price --></div>
63
+ <div><!-- price --></div>
62
64
  <div></div>
63
65
  </div>
64
66
  <p></p> <!-- plan name -->