@iankibetsh/shframework 0.7.6 → 0.7.7

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.
@@ -84,10 +84,6 @@
84
84
  }
85
85
  }
86
86
 
87
- .sh-forgot-link, .sh-register-link{
88
- cursor: pointer;
89
- }
90
-
91
87
  .sh-selected-item{
92
88
  line-height: unset!important;
93
89
  }
@@ -102,3 +98,7 @@
102
98
  margin-bottom: auto;
103
99
  margin-right: 0.255em;
104
100
  }
101
+
102
+ .sh-forgot-link, .sh-register-link{
103
+ cursor: pointer;
104
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "0.7.6",
3
+ "version": "0.7.7",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",