@iankibetsh/shframework 0.7.4 → 0.7.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/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,
@@ -2584,9 +2584,7 @@ const _hoisted_7$2 = { class: "section" };
2584
2584
  function render$3(_ctx, _cache, $props, $setup, $data, $options) {
2585
2585
  return (vue.openBlock(), vue.createElementBlock("div", {
2586
2586
  class: "modal fade",
2587
- tabindex: "-1",
2588
2587
  id: $props.modalId,
2589
- "data-focus": "false",
2590
2588
  "aria-hidden": "true"
2591
2589
  }, [
2592
2590
  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,
@@ -2572,9 +2572,7 @@ const _hoisted_7$2 = { class: "section" };
2572
2572
  function render$3(_ctx, _cache, $props, $setup, $data, $options) {
2573
2573
  return (openBlock(), createElementBlock("div", {
2574
2574
  class: "modal fade",
2575
- tabindex: "-1",
2576
2575
  id: $props.modalId,
2577
- "data-focus": "false",
2578
2576
  "aria-hidden": "true"
2579
2577
  }, [
2580
2578
  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.6",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",
@@ -21,8 +21,6 @@
21
21
  "peerDependencies": {
22
22
  "@tinymce/tinymce-vue": "^4.0.7",
23
23
  "axios": "^0.27.2",
24
- "bootstrap": "^5.2.0",
25
- "bootstrap-icons": "^1.9.1",
26
24
  "moment": "^2.29.3",
27
25
  "nprogress": "^0.2.0",
28
26
  "pinia": "^2.0.22",
@@ -38,6 +36,8 @@
38
36
  "vuepress": "^2.0.0-beta.48"
39
37
  },
40
38
  "dependencies": {
41
- "vue-router": "^4.1.4"
39
+ "vue-router": "^4.1.4",
40
+ "bootstrap": "^5.2.0",
41
+ "bootstrap-icons": "^1.9.1"
42
42
  }
43
43
  }