Skip to content

Commit

Permalink
chore(release): set package.json to 5.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.0.1](v5.0.0...v5.0.1) (2024-05-12)

### Bug Fixes

* switched to pnpm, updated npm packages ([5268e93](5268e93))
  • Loading branch information
semantic-release-bot committed May 12, 2024
1 parent 2e7eac5 commit ec80212
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.0.1](https://github.com/kouts/vue-modal/compare/v5.0.0...v5.0.1) (2024-05-12)


### Bug Fixes

* switched to pnpm, updated npm packages ([5268e93](https://github.com/kouts/vue-modal/commit/5268e934d6ef918eca26e9b00982c1914895b42f))

# [5.0.0](https://github.com/kouts/vue-modal/compare/v4.1.0...v5.0.0) (2023-06-05)


Expand Down
16 changes: 8 additions & 8 deletions dist/vue-modal.es.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { openBlock as h, createBlock as x, Teleport as _, createVNode as b, Transition as v, withCtx as g, withDirectives as p, createElementVNode as n, normalizeClass as u, normalizeStyle as f, vShow as y, renderSlot as m, toDisplayString as k, createElementBlock as S, withModifiers as T, createCommentVNode as C, reactive as I } from "vue";
import { openBlock as h, createBlock as x, Teleport as k, createVNode as b, Transition as v, withCtx as g, withDirectives as p, createElementVNode as n, normalizeClass as u, normalizeStyle as f, vShow as y, renderSlot as m, toDisplayString as S, createElementBlock as T, withModifiers as _, createCommentVNode as C, reactive as I } from "vue";
const O = (e, t) => {
const s = e.__vccOpts || e;
for (const [i, l] of t)
Expand Down Expand Up @@ -153,7 +153,7 @@ const A = {
}
}, E = ["data-vm-backdrop-id"], z = ["data-vm-wrapper-id", "aria-label", "aria-describedby", "aria-labelledby"], F = ["data-vm-id"], B = { class: "vm-titlebar" }, V = ["id"], L = ["aria-label"], Z = ["id"];
function j(e, t, s, i, l, a) {
return l.mount ? (h(), x(_, {
return l.mount ? (h(), x(k, {
key: 0,
to: s.appendTo
}, [
Expand Down Expand Up @@ -210,13 +210,13 @@ function j(e, t, s, i, l, a) {
n("h3", {
id: `${l.id}-title`,
class: "vm-title"
}, k(s.title), 9, V),
s.enableClose ? (h(), S("button", {
}, S(s.title), 9, V),
s.enableClose ? (h(), T("button", {
key: 0,
type: "button",
class: "vm-btn-close",
"aria-label": s.closeLabel,
onClick: t[0] || (t[0] = T((...d) => a.close && a.close(...d), ["prevent"]))
onClick: t[0] || (t[0] = _((...d) => a.close && a.close(...d), ["prevent"]))
}, null, 8, L)) : C("", !0)
])
]),
Expand All @@ -239,7 +239,7 @@ function j(e, t, s, i, l, a) {
}
const N = /* @__PURE__ */ O(A, [["render", j]]), c = I({
modals: {}
}), M = () => {
}), q = () => {
const e = (i) => {
c.modals[i] = !0;
}, t = (i) => {
Expand All @@ -252,11 +252,11 @@ const N = /* @__PURE__ */ O(A, [["render", j]]), c = I({
} };
}, W = {
install(e) {
e.config.globalProperties.$modal = M();
e.config.globalProperties.$modal = q();
}
};
export {
N as Modal,
W as modalPlugin,
M as useModal
q as useModal
};
2 changes: 1 addition & 1 deletion dist/vue-modal.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ec80212

Please sign in to comment.