@natoora-libs/core 0.2.34 → 0.2.35

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.
@@ -8291,7 +8291,8 @@ var SearchHeader = ({
8291
8291
  value,
8292
8292
  onChange,
8293
8293
  onKeyDown,
8294
- width
8294
+ width,
8295
+ initialValue
8295
8296
  }) => {
8296
8297
  return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
8297
8298
  import_material66.Paper,
@@ -8319,7 +8320,8 @@ var SearchHeader = ({
8319
8320
  onSearch,
8320
8321
  value,
8321
8322
  onChange,
8322
- onKeyDown
8323
+ onKeyDown,
8324
+ initialValue
8323
8325
  }
8324
8326
  ),
8325
8327
  renderExtraAction