@snapdragonsnursery/react-components 1.1.14 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapdragonsnursery/react-components",
3
- "version": "1.1.14",
3
+ "version": "1.1.15",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -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"