@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.
- package/dist/components/index.cjs +4 -2
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.cts +2 -1
- package/dist/components/index.d.ts +2 -1
- package/dist/components/index.js +4 -2
- package/dist/components/index.js.map +1 -1
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -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
|