File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
src/webviews/apps/plus/focus/components Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1470814708 },
1470914709 "dependencies" : {
1471014710 "@gitkraken/gitkraken-components" : " 10.1.9" ,
14711- "@gitkraken/shared-web-components" : " ^0.1.1-rc.5 " ,
14711+ "@gitkraken/shared-web-components" : " ^0.1.1-rc.6 " ,
1471214712 "@microsoft/fast-element" : " 1.12.0" ,
1471314713 "@microsoft/fast-react-wrapper" : " 0.3.18" ,
1471414714 "@octokit/core" : " 4.2.4" ,
Original file line number Diff line number Diff line change @@ -307,10 +307,7 @@ export class GlFocusApp extends LitElement {
307307 ) }
308308 </ nav >
309309 < gk-popover >
310- < gk-button
311- slot ="trigger "
312- @click =${ this . onShowMenu }
313- @blur =${ debounce ( this . onHideMenu . bind ( this ) , 250 ) }
310+ < gk-button slot ="trigger "
314311 > < code-icon icon ="list-filter "> </ code-icon > ${ this . mineFilterMenuLabel }
315312 < code-icon icon ="chevron-down "> </ code-icon
316313 > </ gk-button >
Original file line number Diff line number Diff line change 235235 react-dom "16.8.4"
236236 react-dragula "1.1.17"
237237
238- " @gitkraken/shared-web-components@^0.1.1-rc.5 " :
239- version "0.1.1-rc.5 "
240- resolved "https://registry.npmjs.org/@gitkraken/shared-web-components/-/shared-web-components-0.1.1-rc.5 .tgz#62cb01f4dae95b569698319393b69f06ebf0847c "
241- integrity sha512-kONBFw+qciEffubYqzHQsPxx2NSL1Gw+KolMM28CuKVEKAJJJ2KAN9jDBaVhf/F6jelsCKCM3OFIgOVtjIrhhw ==
238+ " @gitkraken/shared-web-components@^0.1.1-rc.6 " :
239+ version "0.1.1-rc.6 "
240+ resolved "https://registry.npmjs.org/@gitkraken/shared-web-components/-/shared-web-components-0.1.1-rc.6 .tgz#bccd8a34cf27e6a4a9f0fb9b9267a110b1bcfc20 "
241+ integrity sha512-Udi/95zZlA1U5sqQVUGrHkQ0RrtF/Vd5FvTJT5UeKpRH6sYu5yd3ATTJMJ8R/GlUESeqlquGWVjkyNyLX3kz+w ==
242242 dependencies :
243243 " @floating-ui/dom" " ^1.4.2"
244244 typescript "^4.9.5"
You can’t perform that action at this time.
0 commit comments