@iankibetsh/shframework 0.4.0 → 0.4.1

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
@@ -3517,10 +3517,9 @@ var script = {
3517
3517
  }
3518
3518
  };
3519
3519
 
3520
- const _hoisted_1 = { class: "common_tabs" };
3520
+ const _hoisted_1 = { class: "common_tabs sh-horizontal-tabs" };
3521
3521
  const _hoisted_2 = {
3522
3522
  class: "nav nav-tabs mb-2",
3523
- id: "myTab",
3524
3523
  role: "tablist"
3525
3524
  };
3526
3525
  const _hoisted_3 = { class: "tab-content" };
package/dist/library.mjs CHANGED
@@ -3505,10 +3505,9 @@ var script = {
3505
3505
  }
3506
3506
  };
3507
3507
 
3508
- const _hoisted_1 = { class: "common_tabs" };
3508
+ const _hoisted_1 = { class: "common_tabs sh-horizontal-tabs" };
3509
3509
  const _hoisted_2 = {
3510
3510
  class: "nav nav-tabs mb-2",
3511
- id: "myTab",
3512
3511
  role: "tablist"
3513
3512
  };
3514
3513
  const _hoisted_3 = { class: "tab-content" };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iankibetsh/shframework",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Vue library for handling laravel backend",
5
5
  "main": "dist/library.js",
6
6
  "module": "dist/library.mjs",