@storybook/addon-highlight
Advanced tools
Comparing version 8.5.0-beta.9 to 8.5.0-beta.10
@@ -5,6 +5,6 @@ 'use strict'; | ||
var ADDON_ID="storybook/highlight";var HIGHLIGHT=`${ADDON_ID}/add`,RESET_HIGHLIGHT=`${ADDON_ID}/reset`;var src_default={}; | ||
var ADDON_ID="storybook/highlight";var HIGHLIGHT=`${ADDON_ID}/add`,RESET_HIGHLIGHT=`${ADDON_ID}/reset`;var index_default={}; | ||
exports.HIGHLIGHT = HIGHLIGHT; | ||
exports.RESET_HIGHLIGHT = RESET_HIGHLIGHT; | ||
exports.default = src_default; | ||
exports.default = index_default; |
{ | ||
"name": "@storybook/addon-highlight", | ||
"version": "8.5.0-beta.9", | ||
"version": "8.5.0-beta.10", | ||
"description": "Highlight DOM nodes within your stories", | ||
@@ -61,3 +61,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"storybook": "^8.5.0-beta.9" | ||
"storybook": "^8.5.0-beta.10" | ||
}, | ||
@@ -64,0 +64,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
9063