@snapdragonsnursery/react-components 1.1.14 → 1.1.16
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 +1 -2
package/package.json
CHANGED
package/src/ChildSearchPage.jsx
CHANGED
|
@@ -176,7 +176,6 @@ const ChildSearchPage = ({
|
|
|
176
176
|
: "N/A";
|
|
177
177
|
return (
|
|
178
178
|
<div className="flex items-center space-x-2">
|
|
179
|
-
<span className="text-gray-400 font-mono">#</span>
|
|
180
179
|
<span>{ageText}</span>
|
|
181
180
|
</div>
|
|
182
181
|
);
|
|
@@ -437,7 +436,7 @@ const ChildSearchPage = ({
|
|
|
437
436
|
<MagnifyingGlassIcon className="absolute left-3 top-1/2 transform -translate-y-1/2 h-4 w-4 text-gray-400" />
|
|
438
437
|
<Input
|
|
439
438
|
type="text"
|
|
440
|
-
placeholder="Search by name or child ID..."
|
|
439
|
+
placeholder="🔧 UPDATED: Search by name or child ID... (v1.1.14)"
|
|
441
440
|
value={searchTerm}
|
|
442
441
|
onChange={(e) => setSearchTerm(e.target.value)}
|
|
443
442
|
className="pl-10"
|