Skip to content

Commit

Permalink
feat: Update @appland/components to v4.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinbyrne committed Jul 22, 2024
1 parent daea44c commit 170a87f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 36 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
"dependencies": {
"@appland/appmap": "^3.129.0",
"@appland/client": "^1.14.1",
"@appland/components": "^4.28.1",
"@appland/components": "^4.29.0",
"@appland/diagrams": "^1.8.0",
"@appland/models": "^2.10.2",
"@appland/rpc": "^1.7.0",
Expand Down
1 change: 1 addition & 0 deletions web/src/chatSearchView.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { VChatSearch } from '@appland/components';
import MessagePublisher from './messagePublisher';
import handleAppMapMessages from './handleAppMapMessages';
import 'highlight.js/styles/base16/snazzy.css';
import '../static/styles/navie-integration.css';

export default function mountChatSearchView() {
const vscode = window.acquireVsCodeApi();
Expand Down
10 changes: 10 additions & 0 deletions web/static/styles/navie-integration.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.context-container__title {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

.context__body__table .context__pinned-item {
margin: 0 !important;
box-shadow: none !important;
}
40 changes: 5 additions & 35 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ __metadata:
languageName: node
linkType: hard

"@appland/components@npm:^4.12.0":
version: 4.27.0
resolution: "@appland/components@npm:4.27.0"
"@appland/components@npm:^4.12.0, @appland/components@npm:^4.29.0":
version: 4.29.0
resolution: "@appland/components@npm:4.29.0"
dependencies:
"@appland/client": ^1.12.0
"@appland/diagrams": ^1.7.0
Expand All @@ -177,37 +177,7 @@ __metadata:
sql-formatter: ^4.0.2
vue: ^2.7.14
vuex: ^3.6.0
checksum: a55aac533910380647f095e960448633a25fefbbd8a85355ea9afb38e328b0b94a0af7d4a9a24156879de472a0a14c03611168d11978c8755a6bea50e56e4338
languageName: node
linkType: hard

"@appland/components@npm:^4.28.1":
version: 4.28.1
resolution: "@appland/components@npm:4.28.1"
dependencies:
"@appland/client": ^1.12.0
"@appland/diagrams": ^1.7.0
"@appland/models": ^2.10.2
"@appland/rpc": ^1.9.0
"@appland/sequence-diagram": ^1.11.0
buffer: ^6.0.3
d3: ^7.8.4
d3-flame-graph: ^4.1.3
diff: ^5.1.0
dom-to-svg: ^0.12.2
dompurify: ^3.0.6
events: ^3.3.0
highlight.js: ^11.9.0
jayson: ^4.1.0
js-base64: ^3.7.7
marked: ^10.0.0
marked-highlight: ^2.0.7
mermaid: ^10.9.1
pako: ^2.1.0
sql-formatter: ^4.0.2
vue: ^2.7.14
vuex: ^3.6.0
checksum: d6f6bb826724613d503790d8ed16f5a5da526d50c1f4208526770936b79a2ef65df10e47bd5515d65b877c60d71fadf1cac18d24952d4245f707e3106b98c90e
checksum: 919a575678769784b06874f1c3c0ae5560339edceb9bfcf171d7cf04a9ebb4d1055ae9912dc2c70113bc0de10ddb168393c268b8971e13ef84b639984165a7df
languageName: node
linkType: hard

Expand Down Expand Up @@ -3269,7 +3239,7 @@ __metadata:
dependencies:
"@appland/appmap": ^3.129.0
"@appland/client": ^1.14.1
"@appland/components": ^4.28.1
"@appland/components": ^4.29.0
"@appland/diagrams": ^1.8.0
"@appland/models": ^2.10.2
"@appland/rpc": ^1.7.0
Expand Down

0 comments on commit 170a87f

Please sign in to comment.