Skip to content

Commit ecbd2f1

Browse files
committed
chore: bump version
1 parent 72c2177 commit ecbd2f1

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.0.4-beta-4",
3+
"version": "1.0.4-beta-5",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Shared/types.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,11 @@ export type InitTabType = Omit<CommonTabArgsType, 'type'> &
786786
(
787787
| {
788788
type: 'fixed'
789+
/**
790+
* Unique identifier for the fixed tab
791+
*
792+
* Note: Shouldn't contain '-'
793+
*/
789794
id: string
790795
idPrefix?: never
791796
}
@@ -799,7 +804,7 @@ export type InitTabType = Omit<CommonTabArgsType, 'type'> &
799804
export interface DynamicTabType extends CommonTabArgsType {
800805
id: string
801806
/**
802-
* Id of the tab from which the current tab is opened
807+
* Id of the last active tab before switching to current tab
803808
*/
804809
lastActiveTabId: string | null
805810
}

0 commit comments

Comments
 (0)