@hed-hog/contact-us 0.0.302 → 0.0.304

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.
@@ -301,21 +301,19 @@ export default function ContactUsPage() {
301
301
 
302
302
  <StatsCards stats={statsCards} />
303
303
 
304
- <div className="mb-2 mt-2">
305
- <SearchBar
306
- searchQuery={searchTerm}
307
- onSearchChange={(value) => {
308
- setSearchTerm(value);
309
- setPage(1);
310
- }}
311
- onSearch={() => {
312
- setPage(1);
313
- refetchList();
314
- }}
315
- placeholder={t('searchPlaceholder')}
316
- controls={searchControls}
317
- />
318
- </div>
304
+ <SearchBar
305
+ searchQuery={searchTerm}
306
+ onSearchChange={(value) => {
307
+ setSearchTerm(value);
308
+ setPage(1);
309
+ }}
310
+ onSearch={() => {
311
+ setPage(1);
312
+ refetchList();
313
+ }}
314
+ placeholder={t('searchPlaceholder')}
315
+ controls={searchControls}
316
+ />
319
317
 
320
318
  <div className="space-y-4">
321
319
  {contactList.data.length > 0 ? (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hed-hog/contact-us",
3
- "version": "0.0.302",
3
+ "version": "0.0.304",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "dependencies": {
@@ -10,10 +10,10 @@
10
10
  "@nestjs/jwt": "^11",
11
11
  "@nestjs/mapped-types": "*",
12
12
  "@hed-hog/api-locale": "0.0.14",
13
- "@hed-hog/core": "0.0.302",
14
13
  "@hed-hog/api-pagination": "0.0.7",
15
14
  "@hed-hog/api": "0.0.6",
16
- "@hed-hog/api-prisma": "0.0.6"
15
+ "@hed-hog/api-prisma": "0.0.6",
16
+ "@hed-hog/core": "0.0.304"
17
17
  },
18
18
  "exports": {
19
19
  ".": {