@limetech/lime-elements 36.1.0-next.4 → 36.1.0-next.5

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.
@@ -22,5 +22,5 @@ export interface Tab {
22
22
  /**
23
23
  * Shows a badge within the tab with a specified label
24
24
  */
25
- badge?: number;
25
+ badge?: number | string;
26
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "36.1.0-next.4",
3
+ "version": "36.1.0-next.5",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",