@fy-/fws-vue 2.0.43 → 2.0.44

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.
@@ -251,7 +251,7 @@ defineExpose({ focus, blur, getInputRef });
251
251
  :max-lenght-per-tag="maxLengthPerTag"
252
252
  />
253
253
  </div>
254
- <div class="group relative" v-else-if="type == 'textarea'">
254
+ <div class="group relative" v-else-if="type == 'textarea-g'">
255
255
  <label
256
256
  v-if="label"
257
257
  :for="id"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "2.0.43",
3
+ "version": "2.0.44",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {