Merge pull request #3035 from element-hq/renovate/all-minor-patch

Update all non-major dependencies
This commit is contained in:
Robin
2025-03-04 00:14:56 -05:00
committed by GitHub
4 changed files with 1041 additions and 1030 deletions

View File

@@ -120,6 +120,7 @@
"vitest-axe": "^1.0.0-pre.3"
},
"resolutions": {
"@livekit/components-core/rxjs": "^7.8.1",
"matrix-widget-api": "1.11.0"
}
}

View File

@@ -100,7 +100,8 @@ body[data-platform="android"] {
}
body[data-platform="ios"] {
--cpd-font-family-sans: -apple-system, BlinkMacSystemFont, "Inter", sans-serif;
--cpd-font-family-sans:
-apple-system, BlinkMacSystemFont, "Inter", sans-serif;
}
@layer compound-legacy {

View File

@@ -30,7 +30,8 @@ borders don't support gradients */
}
.tile.speaking::before {
background: linear-gradient(
background:
linear-gradient(
119deg,
rgba(13, 92, 189, 0.7) 0%,
rgba(13, 189, 168, 0.7) 100%
@@ -49,7 +50,8 @@ borders don't support gradients */
}
.tile.handRaised::before {
background: linear-gradient(
background:
linear-gradient(
119deg,
var(--cpd-color-yellow-1200) 0%,
var(--cpd-color-yellow-900) 100%

2061
yarn.lock

File diff suppressed because it is too large Load Diff