@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.esm.js
CHANGED
|
@@ -55135,7 +55135,7 @@ function EventsColumn(_ref9) {
|
|
|
55135
55135
|
className: "flex-1 min-w-0 bg-white/5 border border-white/10 rounded-lg overflow-hidden flex flex-col",
|
|
55136
55136
|
children: [/*#__PURE__*/jsxs("div", {
|
|
55137
55137
|
className: "flex-shrink-0 px-4 py-2 border-b border-white/10 text-xs opacity-60",
|
|
55138
|
-
children: ["Check an event to fire
|
|
55138
|
+
children: ["Check an event to fire ", /*#__PURE__*/jsx("code", {
|
|
55139
55139
|
className: "text-xs",
|
|
55140
55140
|
children: handlerName
|
|
55141
55141
|
}), " on", " ", /*#__PURE__*/jsx("span", {
|