File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"homepage" : " /dashboard" ,
6
6
"dependencies" : {
7
- "@devtron-labs/devtron-fe-common-lib" : " 1.10.6 " ,
7
+ "@devtron-labs/devtron-fe-common-lib" : " 1.10.8 " ,
8
8
"@esbuild-plugins/node-globals-polyfill" : " 0.2.3" ,
9
9
"@rjsf/core" : " ^5.13.3" ,
10
10
"@rjsf/utils" : " ^5.13.3" ,
Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ const linkProps: ButtonProps<ButtonComponentType.link>['linkProps'] = {
34
34
target : '_blank' ,
35
35
}
36
36
37
+ const anchorProps : ButtonProps < ButtonComponentType . anchor > [ 'anchorProps' ] = {
38
+ href : 'https://www.devtron.ai' ,
39
+ }
40
+
37
41
const meta = {
38
42
component : Button ,
39
43
argTypes : {
@@ -67,6 +71,7 @@ const ButtonTemplate: Story = {
67
71
style : ButtonStyleType . default ,
68
72
size : ComponentSizeType . large ,
69
73
linkProps,
74
+ anchorProps,
70
75
onClick : action ( 'Button clicked' ) ,
71
76
disabled : false ,
72
77
isLoading : false ,
Original file line number Diff line number Diff line change 1126
1126
dependencies :
1127
1127
" @jridgewell/trace-mapping" " 0.3.9"
1128
1128
1129
- " @devtron-labs/[email protected] .6 " :
1130
- version "1.10.6 "
1131
- resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.10.6 .tgz#bc3792c519cb9a00204ef29487b5c17809289f15 "
1132
- integrity sha512-ZVZTfUpnEiqo2t+n+4n5cirGWkZeafSOJWxbmSVBHD5oqpt8yrD+UBrvDxy1viTwOCrjwol6dkVllNEZeA3V3A ==
1129
+ " @devtron-labs/[email protected] .8 " :
1130
+ version "1.10.8 "
1131
+ resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.10.8 .tgz#6a182b39e222a9dc980156de090726e0bab07467 "
1132
+ integrity sha512-vg3VMfTFt0ak08J0FnhtfAIiD0u+0c2n0dFNuuPeJuCY3SIDBNM3CEgYrwq3KQtRrkbiNNyBONJuA3FY8rOzsw ==
1133
1133
dependencies :
1134
1134
" @codemirror/lang-json" " 6.0.1"
1135
1135
" @codemirror/lang-yaml" " 6.1.2"
You can’t perform that action at this time.
0 commit comments