adminforth 2.72.0-next.2 → 2.72.1-next.1

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.
@@ -10,9 +10,13 @@
10
10
  v-model="search"
11
11
  @click="inputClick"
12
12
  @input="inputInput"
13
- class="block w-full pl-3 pr-10 py-2.5 border border-lightDropownButtonsBorder rounded-md leading-5 bg-lightDropdownButtonsBackground
14
- placeholder-lightDropdownButtonsPlaceholderText text-lightDropdownButtonsText sm:text-sm transition duration-150 ease-in-out dark:bg-darkDropdownButtonsBackground dark:border-darkDropdownButtonsBorder dark:placeholder-darkDropdownButtonsPlaceholderText
15
- dark:text-darkDropdownButtonsText focus:ring-lightPrimary focus:border-lightPrimary dark:focus:ring-darkPrimary dark:focus:border-darkPrimary"
13
+ class="af-page-size-btn block w-full h-[34px] pl-3 pr-10 py-2 text-left
14
+ text-sm font-medium transition-all border outline-none rounded-default
15
+ bg-lightListViewButtonBackground text-lightListViewButtonText border-lightListViewButtonBorder
16
+ placeholder-lightDropdownButtonsPlaceholderText dark:placeholder-darkDropdownButtonsPlaceholderText
17
+ dark:bg-darkListViewButtonBackground dark:text-darkListViewButtonText dark:border-darkListViewButtonBorder
18
+ dark:hover:text-darkListViewButtonTextHover dark:hover:bg-darkListViewButtonBackgroundHover
19
+ hover:bg-lightListViewButtonBackgroundHover hover:text-lightListViewButtonTextHover"
16
20
  :class="[{'cursor-pointer': searchDisabled}, classesForInput]"
17
21
  autocomplete="off" data-custom="no-autofill"
18
22
  :placeholder="
@@ -32,7 +36,7 @@
32
36
 
33
37
  <div class="absolute inset-y-0 right-2 flex items-center pointer-events-none">
34
38
  <!-- triangle icon -->
35
- <IconCaretDownSolid class="h-5 w-5 text-lightPrimary dark:text-darkPrimary opacity-50 transition duration-150 ease-in"
39
+ <IconCaretDownSolid class="h-4 w-4 text-lightPrimary dark:text-darkPrimary opacity-50 transition duration-150 ease-in"
36
40
  :class="{ 'transform rotate-180': showDropdown }"
37
41
  />
38
42
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.72.0-next.2",
3
+ "version": "2.72.1-next.1",
4
4
  "description": "OpenSource Agent-Native forth-generation admin panel",
5
5
  "pnpm": {
6
6
  "overrides": {