@natoora-libs/core 0.2.44 → 0.2.45

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.
@@ -8314,7 +8314,8 @@ var SearchHeader = ({
8314
8314
  value,
8315
8315
  onChange,
8316
8316
  onKeyDown,
8317
- width
8317
+ width,
8318
+ initialValue
8318
8319
  }) => {
8319
8320
  return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(
8320
8321
  import_material66.Paper,
@@ -8342,7 +8343,8 @@ var SearchHeader = ({
8342
8343
  onSearch,
8343
8344
  value,
8344
8345
  onChange,
8345
- onKeyDown
8346
+ onKeyDown,
8347
+ initialValue
8346
8348
  }
8347
8349
  ),
8348
8350
  renderExtraAction