@scalar/use-modal
Advanced tools
Comparing version 0.1.1 to 0.1.2
# @scalar/use-modal | ||
## 0.1.2 | ||
### Patch Changes | ||
- b76f4d1e: Reference search + some app hover states | ||
## 0.1.1 | ||
@@ -4,0 +10,0 @@ |
@@ -20,3 +20,3 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{ | ||
variant: { | ||
type: import("vue").PropType<"small" | "normal" | "large">; | ||
type: import("vue").PropType<"small" | "normal" | "large" | "search">; | ||
default: string; | ||
@@ -43,7 +43,7 @@ }; | ||
variant: { | ||
type: import("vue").PropType<"small" | "normal" | "large">; | ||
type: import("vue").PropType<"small" | "normal" | "large" | "search">; | ||
default: string; | ||
}; | ||
}>>, { | ||
variant: "small" | "normal" | "large"; | ||
variant: "small" | "normal" | "large" | "search"; | ||
}, {}>, { | ||
@@ -50,0 +50,0 @@ default?(_: {}): any; |
@@ -863,3 +863,4 @@ import { cloneVNode, h as h$2, Fragment, inject, watchEffect, ref, computed, defineComponent, onMounted, onUnmounted, watch, provide, Teleport, reactive, unref, shallowRef, nextTick, openBlock, createBlock, withCtx, createElementVNode, createVNode, normalizeClass, normalizeStyle, createTextVNode, toDisplayString, createCommentVNode, renderSlot } from "vue"; | ||
"modal-content-normal": _ctx.variant === "normal", | ||
"modal-content-small": _ctx.variant === "small" | ||
"modal-content-small": _ctx.variant === "small", | ||
"modal-content-search": _ctx.variant === "search" | ||
}]), | ||
@@ -896,3 +897,3 @@ style: normalizeStyle({ maxWidth: _ctx.maxWidth }) | ||
}); | ||
const FlowModal_vue_vue_type_style_index_0_scoped_2819ff1b_lang = ""; | ||
const FlowModal_vue_vue_type_style_index_0_scoped_67d4814e_lang = ""; | ||
const _export_sfc = (sfc, props) => { | ||
@@ -905,3 +906,3 @@ const target = sfc.__vccOpts || sfc; | ||
}; | ||
const FlowModal = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2819ff1b"]]); | ||
const FlowModal = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-67d4814e"]]); | ||
const useModal = () => reactive({ | ||
@@ -908,0 +909,0 @@ open: false, |
{ | ||
"name": "@scalar/use-modal", | ||
"description": "modals for Vue", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "Scalar (https://github.com/scalar)", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/scalar/scalar/issues/new", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
47879
1072