UNPKG

837 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.CLICK = exports.SET_OPTIONS = exports.CHANGE = exports.SET = exports.RESET = exports.PANEL_ID = exports.ADDON_ID = exports.PARAM_KEY = void 0;
7// addons, panels and events get unique names using a prefix
8var PARAM_KEY = 'knobs';
9exports.PARAM_KEY = PARAM_KEY;
10var ADDON_ID = 'storybookjs/knobs';
11exports.ADDON_ID = ADDON_ID;
12var PANEL_ID = "".concat(ADDON_ID, "/panel");
13exports.PANEL_ID = PANEL_ID;
14var RESET = "".concat(ADDON_ID, "/reset");
15exports.RESET = RESET;
16var SET = "".concat(ADDON_ID, "/set");
17exports.SET = SET;
18var CHANGE = "".concat(ADDON_ID, "/change");
19exports.CHANGE = CHANGE;
20var SET_OPTIONS = "".concat(ADDON_ID, "/set-options");
21exports.SET_OPTIONS = SET_OPTIONS;
22var CLICK = "".concat(ADDON_ID, "/click");
23exports.CLICK = CLICK;
\No newline at end of file