adminforth 2.17.0-next.19 → 2.17.0-next.20

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.
@@ -119,7 +119,7 @@
119
119
  />
120
120
  </td>
121
121
  <td class=" items-center px-2 md:px-3 lg:px-6 py-4 cursor-default" @click="(e)=>{e.stopPropagation()}">
122
- <div class="flex text-lightPrimary dark:text-darkPrimary items-center">
122
+ <div class="flex text-lightPrimary dark:text-darkPrimary items-center gap-2">
123
123
  <Tooltip v-if="resource.options?.baseActionsAsQuickIcons && resource.options?.baseActionsAsQuickIcons.includes('show')">
124
124
  <RouterLink
125
125
  v-if="resource.options?.allowedActions?.show"
@@ -195,12 +195,13 @@
195
195
  >
196
196
  <button
197
197
  type="button"
198
+ class="border border-gray-300 dark:border-gray-700 dark:border-opacity-0 border-opacity-0 hover:border-opacity-100 dark:hover:border-opacity-100 rounded-md hover:bg-gray-100 dark:hover:bg-gray-800 cursor-pointer"
198
199
  :disabled="rowActionLoadingStates?.[action.id]"
199
200
  >
200
201
  <component
201
202
  v-if="action.icon"
202
203
  :is="getIcon(action.icon)"
203
- class="w-5 h-5 mr-2 text-lightPrimary dark:text-darkPrimary"
204
+ class="w-6 h-6 text-lightPrimary dark:text-darkPrimary"
204
205
  />
205
206
  </button>
206
207
  </component>
@@ -129,7 +129,7 @@
129
129
  />
130
130
  </td>
131
131
  <td class=" items-center px-2 md:px-3 lg:px-6 py-4 cursor-default" @click="(e)=>{e.stopPropagation()}">
132
- <div class="flex text-lightPrimary dark:text-darkPrimary items-center">
132
+ <div class="flex text-lightPrimary dark:text-darkPrimary items-center gap-2">
133
133
  <Tooltip v-if="resource.options?.baseActionsAsQuickIcons && resource.options?.baseActionsAsQuickIcons.includes('show')">
134
134
  <RouterLink
135
135
  v-if="resource.options?.allowedActions?.show"
@@ -208,12 +208,13 @@
208
208
  >
209
209
  <button
210
210
  type="button"
211
+ class="border border-gray-300 dark:border-gray-700 dark:border-opacity-0 border-opacity-0 hover:border-opacity-100 dark:hover:border-opacity-100 rounded-md hover:bg-gray-100 dark:hover:bg-gray-800 cursor-pointer"
211
212
  :disabled="rowActionLoadingStates?.[action.id]"
212
213
  >
213
214
  <component
214
215
  v-if="action.icon"
215
216
  :is="getIcon(action.icon)"
216
- class="w-5 h-5 mr-2 text-lightPrimary dark:text-darkPrimary"
217
+ class="w-6 h-6 text-lightPrimary dark:text-darkPrimary"
217
218
  />
218
219
  </button>
219
220
  </component>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.17.0-next.19",
3
+ "version": "2.17.0-next.20",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",