@histoire/app
Advanced tools
Comparing version 0.15.9 to 0.16.0
@@ -66,3 +66,3 @@ import { defineComponent, computed, onMounted, ref, resolveDirective, openBlock, createElementBlock, createElementVNode, createVNode, unref, isRef, withKeys, withCtx, withDirectives, withModifiers, vModelText, toDisplayString, createBlock, createCommentVNode, normalizeClass, nextTick } from "@histoire/vendors/vue"; | ||
async function createPreset() { | ||
const id = new Date().getTime().toString(); | ||
const id = (/* @__PURE__ */ new Date()).getTime().toString(); | ||
presetStates.value.set(id, { state: clone(omit(toRawDeep(props.variant.state), omitKeys)), label: "New preset" }); | ||
@@ -69,0 +69,0 @@ selectedOption.value = id; |
@@ -11,3 +11,3 @@ import { defineComponent, ref, watch, computed, openBlock, createElementBlock, Fragment, createElementVNode, createVNode, unref, withDirectives, withKeys, withModifiers, vModelText, createBlock, withCtx, createTextVNode, renderList, createCommentVNode } from "@histoire/vendors/vue"; | ||
import SearchItem from "./SearchItem.vue.js"; | ||
import { searchData, onUpdate } from "./search-title-data.js"; | ||
import { onUpdate, searchData } from "./search-title-data.js"; | ||
import { getCommandContext, builtinCommands } from "../../util/commands.js"; | ||
@@ -14,0 +14,0 @@ import { useCommandStore } from "../../stores/command.js"; |
{ | ||
"name": "@histoire/app", | ||
"version": "0.15.9", | ||
"version": "0.16.0", | ||
"description": "Pre-bundled UI for Histoire", | ||
@@ -49,3 +49,3 @@ "license": "MIT", | ||
"typescript": "^4.9.5", | ||
"vite": "^4.1.0", | ||
"vite": "^4.2.0", | ||
"vue": "^3.2.47" | ||
@@ -52,0 +52,0 @@ }, |
Sorry, the diff of this file is not supported yet
544823