@adminforth/quick-filters 2.2.1 → 2.2.2

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
@@ -11,5 +11,5 @@ custom/UniversalSearchInput.vue
11
11
  custom/tsconfig.json
12
12
  custom/types.ts
13
13
 
14
- sent 10,679 bytes received 134 bytes 21,626.00 bytes/sec
15
- total size is 10,173 speedup is 0.94
14
+ sent 10,721 bytes received 134 bytes 21,710.00 bytes/sec
15
+ total size is 10,215 speedup is 0.94
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="afcl-select afcl-select-wrapper relative inline-block af-button-shadow rounded" ref="internalSelect"
2
+ <div class="afcl-select afcl-select-wrapper relative inline-block af-button-shadow rounded-default" ref="internalSelect"
3
3
  :class="{'opacity-50': readonly}"
4
4
  >
5
5
  <div class="relative w-fit">
@@ -7,11 +7,11 @@
7
7
  ref="dropdownFilterEl"
8
8
  type="button"
9
9
  @click="dropdownClick"
10
- class="group h-[34px] inline-flex items-center justify-between min-w-max px-3 py-2 text-left cursor-pointer
11
- text-sm font-medium transition-all rounded border outline-none gap-x-2
10
+ class="af-filter-dropdown-button group h-[34px] inline-flex items-center justify-between min-w-max px-3 py-2 text-left cursor-pointer
11
+ text-sm font-medium transition-all border outline-none gap-x-2
12
12
  bg-lightListViewButtonBackground text-lightListViewButtonText border-lightListViewButtonBorder
13
13
  dark:bg-darkListViewButtonBackground dark:text-darkListViewButtonText dark:border-darkListViewButtonBorder
14
- hover:bg-lightListViewButtonBackgroundHover hover:text-lightListViewButtonTextHover"
14
+ hover:bg-lightListViewButtonBackgroundHover hover:text-lightListViewButtonTextHover rounded-default"
15
15
  >
16
16
  <span v-if="displayLabel" class="whitespace-nowrap">
17
17
  {{ displayLabel }}
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <div class="afcl-select afcl-select-wrapper relative inline-block af-button-shadow rounded" ref="internalSelect"
2
+ <div class="afcl-select afcl-select-wrapper relative inline-block af-button-shadow rounded-default" ref="internalSelect"
3
3
  :class="{'opacity-50': readonly}"
4
4
  >
5
5
  <div class="relative w-fit">
@@ -7,11 +7,11 @@
7
7
  ref="dropdownFilterEl"
8
8
  type="button"
9
9
  @click="dropdownClick"
10
- class="group h-[34px] inline-flex items-center justify-between min-w-max px-3 py-2 text-left cursor-pointer
11
- text-sm font-medium transition-all rounded border outline-none gap-x-2
10
+ class="af-filter-dropdown-button group h-[34px] inline-flex items-center justify-between min-w-max px-3 py-2 text-left cursor-pointer
11
+ text-sm font-medium transition-all border outline-none gap-x-2
12
12
  bg-lightListViewButtonBackground text-lightListViewButtonText border-lightListViewButtonBorder
13
13
  dark:bg-darkListViewButtonBackground dark:text-darkListViewButtonText dark:border-darkListViewButtonBorder
14
- hover:bg-lightListViewButtonBackgroundHover hover:text-lightListViewButtonTextHover"
14
+ hover:bg-lightListViewButtonBackgroundHover hover:text-lightListViewButtonTextHover rounded-default"
15
15
  >
16
16
  <span v-if="displayLabel" class="whitespace-nowrap">
17
17
  {{ displayLabel }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/quick-filters",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",