@snapdragonsnursery/react-components 1.1.13 → 1.1.15
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/package.json +1 -1
- package/src/ChildSearchPage.jsx +2 -2
package/package.json
CHANGED
package/src/ChildSearchPage.jsx
CHANGED
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
import { cn } from "./lib/utils";
|
|
46
46
|
|
|
47
47
|
const ChildSearchPage = ({
|
|
48
|
-
title = "Search
|
|
48
|
+
title = "🔧 UPDATED Child Search - Version 1.1.13",
|
|
49
49
|
siteId = null,
|
|
50
50
|
siteIds = null,
|
|
51
51
|
sites = null,
|
|
@@ -437,7 +437,7 @@ const ChildSearchPage = ({
|
|
|
437
437
|
<MagnifyingGlassIcon className="absolute left-3 top-1/2 transform -translate-y-1/2 h-4 w-4 text-gray-400" />
|
|
438
438
|
<Input
|
|
439
439
|
type="text"
|
|
440
|
-
placeholder="Search by name or child ID..."
|
|
440
|
+
placeholder="🔧 UPDATED: Search by name or child ID... (v1.1.14)"
|
|
441
441
|
value={searchTerm}
|
|
442
442
|
onChange={(e) => setSearchTerm(e.target.value)}
|
|
443
443
|
className="pl-10"
|