Skip to content

Commit

Permalink
Merge pull request #750 from getappmap/develop
Browse files Browse the repository at this point in the history
feat: Update @appland/components to v4.30.0
  • Loading branch information
dustinbyrne authored Jul 31, 2024
2 parents 511a777 + a3d79ee commit cee73d5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion appland-navie/dist/main.js

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions appland-navie/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,21 @@
margin: 0 !important;
box-shadow: none !important;
}

.recording-method-grid .popper__body {
overflow: hidden;
padding: 1rem;
background-color: #141924;
border-radius: 1rem;
border: 1px solid #2d3546;
}

/*
The baseline of the chat input is too high. This makes it a lot less obvious.
*/
[data-cy="chat-input"] {
padding-top: 0.9rem !important;
}
</style>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion appland-navie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"webpack-cli": "^4.6"
},
"dependencies": {
"@appland/components": "^4.29.0",
"@appland/components": "^4.30.0",
"highlight.js": "^11.9.0",
"url": "^0.11",
"vue": "^2.7",
Expand Down
8 changes: 4 additions & 4 deletions appland-navie/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
rxjs "^7.8.1"
socket.io-client "^4.7.2"

"@appland/components@^4.29.0":
version "4.29.0"
resolved "https://registry.yarnpkg.com/@appland/components/-/components-4.29.0.tgz#47936a2e823b5cf6b2863021413b62834e017b35"
integrity sha512-JhzmhxwOpyW079HI568DYnakQudglEArU6l5T88XafCXloGxJ6wMCyYolJNto6aZtCIHxLo0wa3Cp2yDowl60w==
"@appland/components@^4.30.0":
version "4.30.0"
resolved "https://registry.yarnpkg.com/@appland/components/-/components-4.30.0.tgz#2891627a32b34f109bb7729d49350c5ce180d8d3"
integrity sha512-FoVxCia9i3jdWaaqBbpXpg7vtx2KWmDsO2fSjlPogXWyCniiX3j5xNlbi5C0M9x6fpCGwwm99ZvWI8qnaVeRNQ==
dependencies:
"@appland/client" "^1.12.0"
"@appland/diagrams" "^1.7.0"
Expand Down

0 comments on commit cee73d5

Please sign in to comment.