@trops/dash-core 0.1.407 → 0.1.408
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/electron/index.js +42 -3
- package/dist/electron/index.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -55153,7 +55153,7 @@ function EventsColumn(_ref9) {
|
|
|
55153
55153
|
className: "flex-1 min-w-0 bg-white/5 border border-white/10 rounded-lg overflow-hidden flex flex-col",
|
|
55154
55154
|
children: [/*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
55155
55155
|
className: "flex-shrink-0 px-4 py-2 border-b border-white/10 text-xs opacity-60",
|
|
55156
|
-
children: ["Check an event to fire
|
|
55156
|
+
children: ["Check an event to fire ", /*#__PURE__*/jsxRuntime.jsx("code", {
|
|
55157
55157
|
className: "text-xs",
|
|
55158
55158
|
children: handlerName
|
|
55159
55159
|
}), " on", " ", /*#__PURE__*/jsxRuntime.jsx("span", {
|