@tak-ps/vue-tabler 4.1.0 → 4.1.1

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,10 @@
10
10
 
11
11
  ## Version History
12
12
 
13
+ ### v4.1.1
14
+
15
+ - :bug: Add missing component
16
+
13
17
  ### v4.1.0
14
18
 
15
19
  - :rocket: Add delete confirmation to TablerDelete
@@ -107,7 +107,7 @@
107
107
  >
108
108
  <IconCircleXFilled
109
109
  :size='20'
110
- :stroke='1'
110
+ stroke='1'
111
111
  />
112
112
  </a>
113
113
  </span>
@@ -153,6 +153,7 @@ import TablerLabel from '../internal/Label.vue'
153
153
  import {
154
154
  IconEye,
155
155
  IconEyeOff,
156
+ IconCircleXFilled,
156
157
  IconSearch,
157
158
  IconLock,
158
159
  IconUser
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/vue-tabler",
3
3
  "type": "module",
4
- "version": "4.1.0",
4
+ "version": "4.1.1",
5
5
  "lib": "lib.ts",
6
6
  "main": "lib.ts",
7
7
  "module": "lib.ts",