@zealicsolutions/web-ui 0.4.65 → 0.4.67

Sign up to get free protection for your applications and to get access to all the features.
@@ -186,6 +186,16 @@ export interface VideoMolecule extends BaseMolecule {
186
186
  }
187
187
  export interface TabGroupMolecule extends BaseMolecule {
188
188
  type: 'header_tab_group';
189
+ attributes: Partial<{
190
+ tabs: {
191
+ tabKey: string;
192
+ text: string;
193
+ disabled: boolean;
194
+ divider: boolean;
195
+ }[];
196
+ activeTabKey: string;
197
+ attributeType: 'tab_group';
198
+ }>;
189
199
  config: {
190
200
  props: TabGroupProps;
191
201
  wide: AdditionalTabContainerProps;
package/dist/index.d.ts CHANGED
@@ -381,6 +381,16 @@ interface VideoMolecule extends BaseMolecule {
381
381
  }
382
382
  interface TabGroupMolecule extends BaseMolecule {
383
383
  type: 'header_tab_group';
384
+ attributes: Partial<{
385
+ tabs: {
386
+ tabKey: string;
387
+ text: string;
388
+ disabled: boolean;
389
+ divider: boolean;
390
+ }[];
391
+ activeTabKey: string;
392
+ attributeType: 'tab_group';
393
+ }>;
384
394
  config: {
385
395
  props: TabGroupProps$1;
386
396
  wide: AdditionalTabContainerProps$1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.4.65",
3
+ "version": "0.4.67",
4
4
  "testVersion": "0.3.193",
5
5
  "repository": {
6
6
  "type": "git",