globuswebcomponents 1.6.4 → 1.6.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.
@@ -4,6 +4,7 @@ export declare class GbHorizontalTabs {
4
4
  type: TabTypes;
5
5
  size: GeneralSizes;
6
6
  fullWidth: boolean;
7
+ badge: boolean;
7
8
  firstTabName: string;
8
9
  secondTabName: string;
9
10
  thirdTabName: string;
@@ -317,6 +317,7 @@ export namespace Components {
317
317
  }
318
318
  interface GbHorizontalTabs {
319
319
  "activeIndex": number;
320
+ "badge": boolean;
320
321
  "eighteenthTabCount": string;
321
322
  "eighteenthTabName": string;
322
323
  "eighthTabCount": string;
@@ -2224,6 +2225,7 @@ declare namespace LocalJSX {
2224
2225
  }
2225
2226
  interface GbHorizontalTabs {
2226
2227
  "activeIndex"?: number;
2228
+ "badge"?: boolean;
2227
2229
  "eighteenthTabCount"?: string;
2228
2230
  "eighteenthTabName"?: string;
2229
2231
  "eighthTabCount"?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globuswebcomponents",
3
- "version": "1.6.4",
3
+ "version": "1.6.5",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",