bootstrap-vue-wrapper 2.1.15 → 2.1.16

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.
@@ -905,8 +905,7 @@ const mt = /* @__PURE__ */ c(Pe, [["render", Ee]]), we = m({
905
905
  }), He = {
906
906
  ref: "modalRef",
907
907
  class: "modal fade",
908
- tabindex: "-1",
909
- "aria-hidden": "true"
908
+ tabindex: "-1"
910
909
  }, Me = { class: "modal-content" }, Re = {
911
910
  key: 0,
912
911
  class: "modal-header"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bootstrap-vue-wrapper",
3
- "version": "2.1.15",
3
+ "version": "2.1.16",
4
4
  "description": "Bootstrap 5 components in Vue3 wrapper.",
5
5
  "module": "./dist/bootstrap-vue-wrapper.js",
6
6
  "types": "./dist/index.d.ts",