adminforth 3.13.5 → 3.13.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.
@@ -12,7 +12,7 @@
12
12
  <BreadcrumbsWithButtons>
13
13
  <!-- save and cancle -->
14
14
  <Button @click="() => {cancelButtonClicked = true; $router.back()}"
15
- class="h-[2.125rem] px-3 mr-2"
15
+ class="h-[2.125rem] px-3 mr-2 text-lightEditViewButtonText dark:text-darkEditViewButtonText"
16
16
  variant="secondary"
17
17
  >
18
18
  {{ $t('Cancel') }}
@@ -106,7 +106,7 @@
106
106
  </LinkButton>
107
107
 
108
108
  <Button
109
- class="h-[2.125rem] px-2.5"
109
+ class="af-filter-button h-[2.125rem] px-3 py-3"
110
110
  @click="()=>{filtersShow = !filtersShow}"
111
111
  v-if="coreStore.resource?.options?.allowedActions?.filter"
112
112
  variant="secondary"
@@ -15,7 +15,7 @@
15
15
  :to="nextRecordRoute ?? $route"
16
16
  @click="handleNextClick()"
17
17
  :class="!nextRecordRoute ? 'opacity-50 pointer-events-none cursor-not-allowed' : ''"
18
- class="h-[2.125rem]"
18
+ class="h-[2.125rem] text-lightListViewButtonText dark:text-darkListViewButtonText px-3 py-3"
19
19
  variant="secondary"
20
20
  >
21
21
  <Spinner v-if="isFetchingNextPage" class="w-4 h-4 text-gray-200 dark:text-gray-500 fill-gray-500 dark:fill-gray-300" />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "3.13.5",
3
+ "version": "3.13.6",
4
4
  "description": "OpenSource Agent-Native forth-generation admin panel",
5
5
  "keywords": [
6
6
  "adminforth",