@iankibetsh/shframework 0.7.4 → 0.7.5

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/dist/library.js CHANGED
@@ -2536,7 +2536,7 @@ const _hoisted_4$8 = { class: "offcanvas-body" };
2536
2536
 
2537
2537
  function render$4(_ctx, _cache, $props, $setup, $data, $options) {
2538
2538
  return (vue.openBlock(), vue.createElementBlock("div", {
2539
- class: vue.normalizeClass(["offcanvas", $data.side + $props.canvasSize + '']),
2539
+ class: vue.normalizeClass(["offcanvas", $data.side +' '+ $props.canvasSize + '']),
2540
2540
  "data-bs-scroll": "true",
2541
2541
  tabindex: "-1",
2542
2542
  id: $props.canvasId,
@@ -2586,7 +2586,8 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
2586
2586
  class: "modal fade",
2587
2587
  tabindex: "-1",
2588
2588
  id: $props.modalId,
2589
- "data-focus": "false",
2589
+ "data-bs-backdrop": "static",
2590
+ "data-bs-keyboard": "false",
2590
2591
  "aria-hidden": "true"
2591
2592
  }, [
2592
2593
  vue.createElementVNode("div", {
package/dist/library.mjs CHANGED
@@ -2524,7 +2524,7 @@ const _hoisted_4$8 = { class: "offcanvas-body" };
2524
2524
 
2525
2525
  function render$4(_ctx, _cache, $props, $setup, $data, $options) {
2526
2526
  return (openBlock(), createElementBlock("div", {
2527
- class: normalizeClass(["offcanvas", $data.side + $props.canvasSize + '']),
2527
+ class: normalizeClass(["offcanvas", $data.side +' '+ $props.canvasSize + '']),
2528
2528
  "data-bs-scroll": "true",
2529
2529
  tabindex: "-1",
2530
2530
  id: $props.canvasId,
@@ -2574,7 +2574,8 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
2574
2574
  class: "modal fade",
2575
2575
  tabindex: "-1",
2576
2576
  id: $props.modalId,
2577
- "data-focus": "false",
2577
+ "data-bs-backdrop": "static",
2578
+ "data-bs-keyboard": "false",
2578
2579
  "aria-hidden": "true"
2579
2580
  }, [
2580
2581
  createElementVNode("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "0.7.4",
3
+ "version": "0.7.5",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",