@histoire/app
Advanced tools
Comparing version 0.15.6 to 0.15.7
@@ -19,7 +19,8 @@ import { markRaw, reactive } from "@histoire/vendors/vue"; | ||
if (key === "story") { | ||
Object.assign(result.story, { | ||
result.story = { | ||
...result.story, | ||
...file.story, | ||
file: markRaw(result), | ||
variants: file.story.variants.map((v) => mapVariant(v, existingFile.story.variants.find((item) => item.id === v.id))) | ||
}); | ||
}; | ||
} else if (key !== "component") { | ||
@@ -26,0 +27,0 @@ result[key] = file[key]; |
{ | ||
"name": "@histoire/app", | ||
"version": "0.15.6", | ||
"version": "0.15.7", | ||
"description": "Pre-bundled UI for Histoire", | ||
@@ -27,5 +27,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@histoire/controls": "^0.15.6", | ||
"@histoire/shared": "^0.15.6", | ||
"@histoire/vendors": "^0.15.6", | ||
"@histoire/controls": "^0.15.7", | ||
"@histoire/shared": "^0.15.7", | ||
"@histoire/vendors": "^0.15.7", | ||
"@types/flexsearch": "^0.7.3", | ||
@@ -32,0 +32,0 @@ "flexsearch": "0.7.21", |
@@ -23,7 +23,8 @@ import { markRaw, reactive } from 'vue' | ||
if (key === 'story') { | ||
Object.assign(result.story, { | ||
result.story = { | ||
...result.story, | ||
...file.story, | ||
file: markRaw(result), | ||
variants: file.story.variants.map(v => mapVariant(v, existingFile.story.variants.find(item => item.id === v.id))), | ||
}) | ||
} | ||
} else if (key !== 'component') { | ||
@@ -30,0 +31,0 @@ result[key] = file[key] |
Sorry, the diff of this file is not supported yet
544765
10258
Updated@histoire/controls@^0.15.7
Updated@histoire/shared@^0.15.7
Updated@histoire/vendors@^0.15.7