Skip to content

Commit 2b52f35

Browse files
dependabot[bot]skjnldsv
authored andcommitted
build(deps-dev): bump @nextcloud/stylelint-config from 2.2.0 to 2.3.0
Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud/stylelint-config) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/nextcloud/stylelint-config/releases) - [Changelog](https://github.com/nextcloud/stylelint-config/blob/master/CHANGELOG.md) - [Commits](nextcloud-libraries/stylelint-config@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: "@nextcloud/stylelint-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c3b367 commit 2b52f35

File tree

7 files changed

+20
-20
lines changed

7 files changed

+20
-20
lines changed

js/viewer-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/viewer-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@nextcloud/babel-config": "^1.0.0",
7575
"@nextcloud/browserslist-config": "^2.3.0",
7676
"@nextcloud/eslint-config": "^8.0.0",
77-
"@nextcloud/stylelint-config": "^2.2.0",
77+
"@nextcloud/stylelint-config": "^2.3.0",
7878
"@nextcloud/webpack-vue-config": "^5.3.0",
7979
"babel-loader-exclude-node-modules-except": "^1.2.1",
8080
"cypress": "^10.10.0",

src/components/Audios.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ audio {
124124
justify-self: center;
125125
}
126126
127-
::v-deep {
127+
:deep() {
128128
.plyr__progress__container {
129129
flex: 1 1;
130130
}

src/components/Videos.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ video {
161161
justify-self: center;
162162
}
163163
164-
::v-deep {
164+
:deep() {
165165
.plyr:-webkit-full-screen video {
166166
width: 100% !important;
167167
height: 100% !important;

src/views/Viewer.vue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -976,13 +976,13 @@ export default {
976976
transition: width ease 100ms, background-color .3s ease;
977977
}
978978
979-
::v-deep .modal-container,
979+
:deep(.modal-container),
980980
&__content {
981981
overflow: visible !important;
982982
cursor: pointer;
983983
}
984984
985-
::v-deep .modal-wrapper {
985+
:deep(.modal-wrapper) {
986986
.modal-container {
987987
// Ensure some space at the bottom
988988
top: var(--header-height);
@@ -1015,7 +1015,7 @@ export default {
10151015
}
10161016
}
10171017
1018-
&.theme--dark::v-deep .button-vue--vue-tertiary {
1018+
&.theme--dark:deep(.button-vue--vue-tertiary) {
10191019
&:hover {
10201020
background-color: rgba(255, 255, 255, .08) !important;
10211021
}
@@ -1034,8 +1034,8 @@ export default {
10341034
&.modal-mask {
10351035
background-color: rgba(255, 255, 255, .92) !important;
10361036
}
1037-
::v-deep .modal-title,
1038-
::v-deep .modal-header .icons-menu button svg {
1037+
:deep(.modal-title),
1038+
:deep(.modal-header .icons-menu button svg) {
10391039
color: #000 !important;
10401040
}
10411041
}
@@ -1044,8 +1044,8 @@ export default {
10441044
&.modal-mask {
10451045
background-color: var(--color-main-background) !important;
10461046
}
1047-
::v-deep .modal-title,
1048-
::v-deep .modal-header .icons-menu {
1047+
:deep(.modal-title),
1048+
:deep(.modal-header .icons-menu) {
10491049
color: var(--color-main-text) !important;
10501050
10511051
button svg, a {

0 commit comments

Comments
 (0)