@adminforth/upload 2.15.14 → 2.15.15

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
@@ -12,5 +12,5 @@ custom/preview.vue
12
12
  custom/tsconfig.json
13
13
  custom/uploader.vue
14
14
 
15
- sent 68,663 bytes received 153 bytes 137,632.00 bytes/sec
16
- total size is 68,101 speedup is 0.99
15
+ sent 68,748 bytes received 153 bytes 137,802.00 bytes/sec
16
+ total size is 68,186 speedup is 0.99
@@ -7,8 +7,13 @@
7
7
 
8
8
  <button v-if="meta.generateImages"
9
9
  type="button" @click="showImageGen = true"
10
- class="text-white bg-gradient-to-r from-purple-500 via-purple-600 to-purple-700 hover:bg-gradient-to-br focus:ring-4 focus:outline-none focus:ring-purple-300 dark:focus:ring-purple-800
11
- font-medium rounded-lg text-sm px-2.5 py-2.5 text-center me-2 mb-2 absolute right-0 top-2">
10
+ class="
11
+ text-white bg-lightPrimary font-medium text-center rounded-default text-sm px-2.5 py-2.5 me-2
12
+ absolute right-0 top-2
13
+ focus:ring-4 focus:outline-none focus:ring-purple-300
14
+ hover:bg-lightPrimary/80
15
+ dark:focus:ring-purple-800 dark:bg-darkPrimary dark:hover:bg-darkPrimary/80 dark:focus:ring-purple-800
16
+ ">
12
17
  <IconMagic class="w-5 h-5"/>
13
18
  </button>
14
19
 
@@ -7,8 +7,13 @@
7
7
 
8
8
  <button v-if="meta.generateImages"
9
9
  type="button" @click="showImageGen = true"
10
- class="text-white bg-gradient-to-r from-purple-500 via-purple-600 to-purple-700 hover:bg-gradient-to-br focus:ring-4 focus:outline-none focus:ring-purple-300 dark:focus:ring-purple-800
11
- font-medium rounded-lg text-sm px-2.5 py-2.5 text-center me-2 mb-2 absolute right-0 top-2">
10
+ class="
11
+ text-white bg-lightPrimary font-medium text-center rounded-default text-sm px-2.5 py-2.5 me-2
12
+ absolute right-0 top-2
13
+ focus:ring-4 focus:outline-none focus:ring-purple-300
14
+ hover:bg-lightPrimary/80
15
+ dark:focus:ring-purple-800 dark:bg-darkPrimary dark:hover:bg-darkPrimary/80 dark:focus:ring-purple-800
16
+ ">
12
17
  <IconMagic class="w-5 h-5"/>
13
18
  </button>
14
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/upload",
3
- "version": "2.15.14",
3
+ "version": "2.15.15",
4
4
  "description": "Plugin for uploading files for adminforth",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",