@scalar/use-modal
Advanced tools
Comparing version 0.2.5 to 0.2.6
# @scalar/use-modal | ||
## 0.2.6 | ||
### Patch Changes | ||
- 3ade0d1: feat: add scalar-modal-class | ||
## 0.2.5 | ||
@@ -4,0 +10,0 @@ |
import { defineComponent, openBlock, createBlock, unref, withCtx, createElementVNode, createVNode, normalizeClass, normalizeStyle, createTextVNode, toDisplayString, createCommentVNode, renderSlot, reactive } from "vue"; | ||
import { Dialog, DialogPanel, DialogTitle, DialogDescription } from "@headlessui/vue"; | ||
const _hoisted_1 = { class: "modal-layout" }; | ||
const _hoisted_1 = { class: "scalar-modal-layout modal-layout" }; | ||
const _sfc_main = /* @__PURE__ */ defineComponent({ | ||
@@ -59,3 +59,3 @@ __name: "FlowModal", | ||
}); | ||
const FlowModal_vue_vue_type_style_index_0_scoped_ef3be3ca_lang = ""; | ||
const FlowModal_vue_vue_type_style_index_0_scoped_40ed1fd7_lang = ""; | ||
const _export_sfc = (sfc, props) => { | ||
@@ -68,3 +68,3 @@ const target = sfc.__vccOpts || sfc; | ||
}; | ||
const FlowModal = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-ef3be3ca"]]); | ||
const FlowModal = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-40ed1fd7"]]); | ||
const useModal = () => reactive({ | ||
@@ -71,0 +71,0 @@ open: false, |
@@ -14,3 +14,3 @@ { | ||
], | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"engines": { | ||
@@ -17,0 +17,0 @@ "node": ">=18" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13446