@adminforth/universal-search 1.4.8 → 1.4.9

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/build.log CHANGED
@@ -7,5 +7,5 @@ custom/
7
7
  custom/UniversalSearchInput.vue
8
8
  custom/tsconfig.json
9
9
 
10
- sent 2,926 bytes received 58 bytes 5,968.00 bytes/sec
11
- total size is 2,705 speedup is 0.91
10
+ sent 2,945 bytes received 58 bytes 6,006.00 bytes/sec
11
+ total size is 2,721 speedup is 0.91
@@ -6,7 +6,7 @@
6
6
  v-model="localValue"
7
7
  type="text"
8
8
  :placeholder="props.meta?.placeholder ?? ''"
9
- class="w-full border rounded text-sm dark:bg-gray-800 dark:border-gray-600 dark:text-white px-2 py-1 pr-6"
9
+ class="w-full border rounded text-sm dark:bg-gray-800 border-gray-300 dark:border-gray-600 dark:text-white px-2 py-1 pr-6"
10
10
  @keyup.enter="applyImmediate"
11
11
  >
12
12
  <p
@@ -6,7 +6,7 @@
6
6
  v-model="localValue"
7
7
  type="text"
8
8
  :placeholder="props.meta?.placeholder ?? ''"
9
- class="w-full border rounded text-sm dark:bg-gray-800 dark:border-gray-600 dark:text-white px-2 py-1 pr-6"
9
+ class="w-full border rounded text-sm dark:bg-gray-800 border-gray-300 dark:border-gray-600 dark:text-white px-2 py-1 pr-6"
10
10
  @keyup.enter="applyImmediate"
11
11
  >
12
12
  <p
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/universal-search",
3
- "version": "1.4.8",
3
+ "version": "1.4.9",
4
4
  "description": "Universal quick search input plugin for AdminForth (injected before action buttons)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",