@indielayer/ui 1.13.0 → 1.13.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/lib/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "1.13.0";
1
+ declare const _default: "1.13.1";
2
2
  export default _default;
package/lib/version.js CHANGED
@@ -1,4 +1,4 @@
1
- const e = "1.13.0";
1
+ const e = "1.13.1";
2
2
  export {
3
3
  e as default
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indielayer/ui",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "description": "Indielayer UI Components with Tailwind CSS build for Vue 3",
5
5
  "author": {
6
6
  "name": "João Teixeira",
@@ -427,7 +427,7 @@ function calcMaxTags() {
427
427
  const tagsArray = Array.from(tags)
428
428
 
429
429
  let totalWidth = 0
430
- let tagsCount = 0
430
+ let tagsCount = 1
431
431
 
432
432
  const maxWidth = tagsRef.value.offsetWidth - 30
433
433
 
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export default '1.13.0'
1
+ export default '1.13.1'