@storybook/addon-highlight
Advanced tools
Comparing version 0.0.0-pr-30197-sha-a3d613d5 to 0.0.0-pr-30197-sha-de13df08
@@ -7,4 +7,16 @@ import * as core_dist_types from 'storybook/internal/types'; | ||
interface HighlightParameters { | ||
/** | ||
* Highlight configuration | ||
* | ||
* @see https://storybook.js.org/docs/essentials/highlight#parameters | ||
*/ | ||
highlight: { | ||
/** Remove the addon panel and disable the addon's behavior */ | ||
disable?: boolean; | ||
}; | ||
} | ||
declare const _default: () => core_dist_types.ProjectAnnotations<_storybook_csf.Renderer>; | ||
export { HIGHLIGHT, RESET_HIGHLIGHT, _default as default }; | ||
export { HIGHLIGHT, HighlightParameters, RESET_HIGHLIGHT, _default as default }; |
{ | ||
"name": "@storybook/addon-highlight", | ||
"version": "0.0.0-pr-30197-sha-a3d613d5", | ||
"version": "0.0.0-pr-30197-sha-de13df08", | ||
"description": "Highlight DOM nodes within your stories", | ||
@@ -68,6 +68,6 @@ "keywords": [ | ||
"@types/webpack-env": "^1.16.0", | ||
"typescript": "^5.3.2" | ||
"typescript": "^5.7.3" | ||
}, | ||
"peerDependencies": { | ||
"storybook": "^0.0.0-pr-30197-sha-a3d613d5" | ||
"storybook": "^0.0.0-pr-30197-sha-de13df08" | ||
}, | ||
@@ -74,0 +74,0 @@ "publishConfig": { |
11861
72