Browse Source

Merge pull request #11887 from nextcloud/chore/deps/nextcloud-vue-8.11.1

chore(deps): bump nextcloud/vue from 8.11.0 to 8.11.1
pull/11871/head
Maksim Sukharev 2 years ago
committed by GitHub
parent
commit
4c8044f71e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 14
      package-lock.json
  2. 2
      package.json
  3. 10
      src/components/LeftSidebar/LeftSidebar.vue

14
package-lock.json

@ -23,7 +23,7 @@
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^3.0.0",
"@nextcloud/upload": "^1.0.5",
"@nextcloud/vue": "^8.11.0",
"@nextcloud/vue": "^8.11.1",
"crypto-js": "^4.2.0",
"debounce": "^2.0.0",
"emoji-mart-vue-fast": "^15.0.0",
@ -3845,9 +3845,9 @@
}
},
"node_modules/@nextcloud/vue": {
"version": "8.11.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.11.0.tgz",
"integrity": "sha512-kJ0plDKuWYFpfG0DeLbS6XZvajH55FdxpoRW+ZaWbMgFo4CJPYIsmCt4FtfqUx6uBjRNFW6vU7wYtlGLDNdHww==",
"version": "8.11.1",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.11.1.tgz",
"integrity": "sha512-tK/OpRasvjVwKBe8k7T5WfvNbeimYPF7TGNq3P2UO8ir6mDoO0aymAW8qKfPU56elH7bqqr8qk0d8rC/jZuLaQ==",
"dependencies": {
"@floating-ui/dom": "^1.1.0",
"@linusborg/vue-simple-portal": "^0.1.5",
@ -23559,9 +23559,9 @@
}
},
"@nextcloud/vue": {
"version": "8.11.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.11.0.tgz",
"integrity": "sha512-kJ0plDKuWYFpfG0DeLbS6XZvajH55FdxpoRW+ZaWbMgFo4CJPYIsmCt4FtfqUx6uBjRNFW6vU7wYtlGLDNdHww==",
"version": "8.11.1",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.11.1.tgz",
"integrity": "sha512-tK/OpRasvjVwKBe8k7T5WfvNbeimYPF7TGNq3P2UO8ir6mDoO0aymAW8qKfPU56elH7bqqr8qk0d8rC/jZuLaQ==",
"requires": {
"@floating-ui/dom": "^1.1.0",
"@linusborg/vue-simple-portal": "^0.1.5",

2
package.json

@ -38,7 +38,7 @@
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^3.0.0",
"@nextcloud/upload": "^1.0.5",
"@nextcloud/vue": "^8.11.0",
"@nextcloud/vue": "^8.11.1",
"crypto-js": "^4.2.0",
"debounce": "^2.0.0",
"emoji-mart-vue-fast": "^15.0.0",

10
src/components/LeftSidebar/LeftSidebar.vue

@ -1031,16 +1031,6 @@ export default {
overflow-y: auto !important;
overflow-x: hidden !important;
padding: 0;
// FIXME upstream: subname color was dropped
:deep(.list-item-content__subname) {
color: var(--color-text-maxcontrast);
}
:deep(.list-item-content__name),
:deep(.list-item-content__subname--bold) {
font-weight: 500;
}
}
.unread-mention-button {

Loading…
Cancel
Save