@adminforth/quick-filters 2.0.2 → 2.0.4

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
@@ -10,5 +10,5 @@ custom/UniversalSearchInput.vue
10
10
  custom/tsconfig.json
11
11
  custom/types.ts
12
12
 
13
- sent 5,213 bytes received 115 bytes 10,656.00 bytes/sec
14
- total size is 4,786 speedup is 0.90
13
+ sent 5,221 bytes received 115 bytes 10,672.00 bytes/sec
14
+ total size is 4,788 speedup is 0.90
@@ -3,7 +3,7 @@
3
3
  class="w-full text-sm"
4
4
  :options="selectOptions"
5
5
  v-model="selected"
6
- classesForInput="py-[4px] !text-sm bg-white rounded"
6
+ classesForInput="py-[6px] !text-sm bg-white rounded"
7
7
  teleportToBody
8
8
  ></Select>
9
9
  </template>
@@ -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 border-gray-300 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.5 pr-6"
10
10
  @keyup.enter="applyImmediate"
11
11
  >
12
12
  <p
@@ -3,7 +3,7 @@
3
3
  class="w-full text-sm"
4
4
  :options="selectOptions"
5
5
  v-model="selected"
6
- classesForInput="py-[4px] !text-sm bg-white rounded"
6
+ classesForInput="py-[6px] !text-sm bg-white rounded"
7
7
  teleportToBody
8
8
  ></Select>
9
9
  </template>
@@ -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 border-gray-300 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.5 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/quick-filters",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "keywords": [],
14
14
  "author": "",
15
- "license": "ISC",
15
+ "license": "MIT",
16
16
  "description": "",
17
17
  "devDependencies": {
18
18
  "@types/node": "latest",