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