@storybook/addon-highlight 8.5.0-beta.1 → 8.5.0-beta.10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
4
4
|
|
5
|
-
var ADDON_ID="storybook/highlight";var HIGHLIGHT=`${ADDON_ID}/add`,RESET_HIGHLIGHT=`${ADDON_ID}/reset`;var
|
5
|
+
var ADDON_ID="storybook/highlight";var HIGHLIGHT=`${ADDON_ID}/add`,RESET_HIGHLIGHT=`${ADDON_ID}/reset`;var index_default={};
|
6
6
|
|
7
7
|
exports.HIGHLIGHT = HIGHLIGHT;
|
8
8
|
exports.RESET_HIGHLIGHT = RESET_HIGHLIGHT;
|
9
|
-
exports.default =
|
9
|
+
exports.default = index_default;
|
package/dist/index.mjs
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
var ADDON_ID="storybook/highlight";var HIGHLIGHT=`${ADDON_ID}/add`,RESET_HIGHLIGHT=`${ADDON_ID}/reset`;var
|
1
|
+
var ADDON_ID="storybook/highlight";var HIGHLIGHT=`${ADDON_ID}/add`,RESET_HIGHLIGHT=`${ADDON_ID}/reset`;var index_default={};
|
2
2
|
|
3
|
-
export { HIGHLIGHT, RESET_HIGHLIGHT,
|
3
|
+
export { HIGHLIGHT, RESET_HIGHLIGHT, index_default as default };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-highlight",
|
3
|
-
"version": "8.5.0-beta.
|
3
|
+
"version": "8.5.0-beta.10",
|
4
4
|
"description": "Highlight DOM nodes within your stories",
|
5
5
|
"keywords": [
|
6
6
|
"storybook-addons",
|
@@ -58,7 +58,7 @@
|
|
58
58
|
"typescript": "^5.3.2"
|
59
59
|
},
|
60
60
|
"peerDependencies": {
|
61
|
-
"storybook": "^8.5.0-beta.
|
61
|
+
"storybook": "^8.5.0-beta.10"
|
62
62
|
},
|
63
63
|
"publishConfig": {
|
64
64
|
"access": "public"
|