unifyedx-storybook-new 0.2.73 → 0.2.74

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.
@@ -1652,6 +1652,9 @@ const Dn = {
1652
1652
  h && /* @__PURE__ */ e("div", { className: "search-input-wrapper", children: /* @__PURE__ */ e(
1653
1653
  ge,
1654
1654
  {
1655
+ onKeyDown: (d) => {
1656
+ d.stopPropagation();
1657
+ },
1655
1658
  value: N,
1656
1659
  onDebouncedChange: y,
1657
1660
  placeholder: "Search..."
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unifyedx-storybook-new",
3
3
  "private": false,
4
- "version": "0.2.73",
4
+ "version": "0.2.74",
5
5
  "type": "module",
6
6
  "main": "dist/unifyedx-storybook-new.es.js",
7
7
  "module": "dist/unifyedx-storybook-new.es.js",