@adminforth/quick-filters 2.2.4 → 2.2.6

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,837 bytes received 134 bytes 21,942.00 bytes/sec
15
- total size is 10,331 speedup is 0.94
14
+ sent 10,842 bytes received 134 bytes 21,952.00 bytes/sec
15
+ total size is 10,336 speedup is 0.94
@@ -24,7 +24,7 @@
24
24
  {{ filter?.name || placeholder || $t('Select...') }}
25
25
  </span>
26
26
 
27
- <IconCaretDownSolid class="h-4 w-4 text-lightPrimary dark:text-darkPrimary opacity-50 transition duration-150 ease-in flex-shrink-0"
27
+ <IconCaretDownSolid class="h-4 w-4 text-lightPrimary dark:text-darkPrimary transition duration-150 ease-in flex-shrink-0 brightness-150"
28
28
  :class="{ 'transform rotate-180': showDropdown }"
29
29
  />
30
30
  </button>
@@ -24,7 +24,7 @@
24
24
  {{ filter?.name || placeholder || $t('Select...') }}
25
25
  </span>
26
26
 
27
- <IconCaretDownSolid class="h-4 w-4 text-lightPrimary dark:text-darkPrimary opacity-50 transition duration-150 ease-in flex-shrink-0"
27
+ <IconCaretDownSolid class="h-4 w-4 text-lightPrimary dark:text-darkPrimary transition duration-150 ease-in flex-shrink-0 brightness-150"
28
28
  :class="{ 'transform rotate-180': showDropdown }"
29
29
  />
30
30
  </button>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/quick-filters",
3
- "version": "2.2.4",
3
+ "version": "2.2.6",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -17,13 +17,13 @@
17
17
  "description": "",
18
18
  "devDependencies": {
19
19
  "@types/node": "latest",
20
- "adminforth": "2.70.0",
20
+ "adminforth": "2.71.1",
21
21
  "semantic-release": "^24.2.1",
22
22
  "semantic-release-slack-bot": "^4.0.2",
23
23
  "typescript": "^5.7.3"
24
24
  },
25
25
  "peerDependencies": {
26
- "adminforth": "^2.70.0"
26
+ "adminforth": "2.71.1"
27
27
  },
28
28
  "release": {
29
29
  "plugins": [