@iankibetsh/shframework 0.6.8 → 0.6.9

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.
@@ -31,10 +31,6 @@
31
31
  opacity: 0.5;
32
32
  }
33
33
 
34
- .sh-forgot-link, .sh-register-link{
35
- cursor: pointer;
36
- }
37
-
38
34
  .sh-selected-item{
39
35
  line-height: unset!important;
40
36
  }
@@ -70,3 +66,7 @@
70
66
  width: 100% !important;
71
67
  }
72
68
  }
69
+
70
+ .sh-forgot-link, .sh-register-link{
71
+ cursor: pointer;
72
+ }
package/dist/library.js CHANGED
@@ -2516,7 +2516,7 @@ var script$8 = {
2516
2516
  },
2517
2517
  data () {
2518
2518
  return {
2519
- side: this.position === undefined ? 'offcanvas-bottom' : 'offcanvas-' + this.position
2519
+ side: this.position === undefined ? 'offcanvas-start' : 'offcanvas-' + this.position
2520
2520
  }
2521
2521
  },
2522
2522
  methods: {
package/dist/library.mjs CHANGED
@@ -2504,7 +2504,7 @@ var script$8 = {
2504
2504
  },
2505
2505
  data () {
2506
2506
  return {
2507
- side: this.position === undefined ? 'offcanvas-bottom' : 'offcanvas-' + this.position
2507
+ side: this.position === undefined ? 'offcanvas-start' : 'offcanvas-' + this.position
2508
2508
  }
2509
2509
  },
2510
2510
  methods: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "0.6.8",
3
+ "version": "0.6.9",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",