@mindly/ui-components 7.3.0-dev.10 → 7.3.0-dev.12

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.
@@ -7,5 +7,10 @@ export type TabsFeatureProps = {
7
7
  }[];
8
8
  className?: string;
9
9
  isLoading?: boolean;
10
+ /**
11
+ * When true, tabs will stretch to fill the available width equally
12
+ */
13
+ fullWidth?: boolean;
14
+ defaultActiveTab?: string;
10
15
  onTabClick?(tab: string): void;
11
16
  };
package/dist/index.d.ts CHANGED
@@ -3475,6 +3475,11 @@ type TabsFeatureProps = {
3475
3475
  }[];
3476
3476
  className?: string;
3477
3477
  isLoading?: boolean;
3478
+ /**
3479
+ * When true, tabs will stretch to fill the available width equally
3480
+ */
3481
+ fullWidth?: boolean;
3482
+ defaultActiveTab?: string;
3478
3483
  onTabClick?(tab: string): void;
3479
3484
  };
3480
3485
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "7.3.0-dev.10",
3
+ "version": "7.3.0-dev.12",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",