@adminforth/background-jobs 1.6.1 → 1.6.2

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/StateToIcon.vue
11
11
  custom/tsconfig.json
12
12
  custom/utils.ts
13
13
 
14
- sent 13,128 bytes received 134 bytes 26,524.00 bytes/sec
15
- total size is 12,650 speedup is 0.95
14
+ sent 13,153 bytes received 134 bytes 26,574.00 bytes/sec
15
+ total size is 12,668 speedup is 0.95
@@ -1,6 +1,7 @@
1
1
  <template>
2
2
  <div class="w-1vw md:w-64 bg-white border border-gray-200 dark:bg-gray-800 dark:border-gray-600 rounded-md">
3
3
  <Modal
4
+ class="p-4"
4
5
  v-for="job in props.jobs" :key="job.id"
5
6
  :beforeCloseFunction="onBeforeOpen"
6
7
  :beforeOpenFunction="onBeforeClose"
@@ -1,6 +1,7 @@
1
1
  <template>
2
2
  <div class="w-1vw md:w-64 bg-white border border-gray-200 dark:bg-gray-800 dark:border-gray-600 rounded-md">
3
3
  <Modal
4
+ class="p-4"
4
5
  v-for="job in props.jobs" :key="job.id"
5
6
  :beforeCloseFunction="onBeforeOpen"
6
7
  :beforeOpenFunction="onBeforeClose"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/background-jobs",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",