@tak-ps/vue-tabler 3.66.1 → 3.66.3

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/CHANGELOG.md CHANGED
@@ -10,6 +10,14 @@
10
10
 
11
11
  ## Version History
12
12
 
13
+ ### v3.66.3
14
+
15
+ - :rocket: Update Alignment
16
+
17
+ ### v3.66.2
18
+
19
+ - :bug: Refresh Icon
20
+
13
21
  ### v3.66.1
14
22
 
15
23
  - :bug: Fix props check
@@ -7,12 +7,13 @@
7
7
  :size='32'
8
8
  stroke='1'
9
9
  />
10
- <div
10
+ <div
11
11
  v-else
12
+ class='d-flex align-items-center justify-content-center'
12
13
  style='{
13
- height: 32px;
14
- width: 32px;
15
- }'
14
+ height: 32px;
15
+ width: 32px;
16
+ }'
16
17
  >
17
18
  <div
18
19
  class='spinner-border text-secondary'
@@ -24,6 +25,9 @@
24
25
 
25
26
  <script setup>
26
27
  import { defineProps } from 'vue'
28
+ import {
29
+ IconRefresh
30
+ } from '@tabler/icons-vue';
27
31
  import IconButton from './IconButton.vue';
28
32
 
29
33
  const props = defineProps({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/vue-tabler",
3
3
  "type": "module",
4
- "version": "3.66.1",
4
+ "version": "3.66.3",
5
5
  "lib": "lib.js",
6
6
  "module": "lib.js",
7
7
  "description": "Tabler UI components for Vue3",