Bump Harbor versions and soften rule editor dimming animation
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
export const HARBOR_VERSIONS = Object.freeze({
|
export const HARBOR_VERSIONS = Object.freeze({
|
||||||
macClient: '0.6.14',
|
macClient: '0.6.15',
|
||||||
gatewayClient: '0.6.13',
|
gatewayClient: '0.6.14',
|
||||||
gatewayBackend: '0.6.0',
|
gatewayBackend: '0.6.0',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -1357,8 +1357,8 @@ p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@keyframes client-delete-content-dim {
|
@keyframes client-delete-content-dim {
|
||||||
0%, 42% { opacity: 1; filter: brightness(1); }
|
0%, 42% { opacity: 0.58; filter: brightness(0.55) saturate(0.65) blur(0.7px); }
|
||||||
62%, 100% { opacity: 0.28; filter: brightness(0.42) saturate(0.5); }
|
62%, 100% { opacity: 0.28; filter: brightness(0.42) saturate(0.5) blur(1.5px); }
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes client-local-rules-notice {
|
@keyframes client-local-rules-notice {
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ test('rule editor add latency stays constant and dirty exits are guarded', () =>
|
|||||||
assert.match(styles, /@keyframes client-delete-strike[\s\S]*scaleX\(0\)[\s\S]*scaleX\(1\)/);
|
assert.match(styles, /@keyframes client-delete-strike[\s\S]*scaleX\(0\)[\s\S]*scaleX\(1\)/);
|
||||||
assert.match(styles, /53%[\s\S]*transform-origin: right center[\s\S]*100%[\s\S]*scaleX\(0\)/);
|
assert.match(styles, /53%[\s\S]*transform-origin: right center[\s\S]*100%[\s\S]*scaleX\(0\)/);
|
||||||
assert.match(styles, /@keyframes client-local-rule-leave[\s\S]*translateX\(28px\)/);
|
assert.match(styles, /@keyframes client-local-rule-leave[\s\S]*translateX\(28px\)/);
|
||||||
assert.match(styles, /@keyframes client-delete-content-dim[\s\S]*brightness\(0\.42\)/);
|
assert.match(styles, /@keyframes client-delete-content-dim[\s\S]*brightness\(0\.55\)[\s\S]*blur\(0\.7px\)[\s\S]*brightness\(0\.42\)/);
|
||||||
assert.match(styles, /\.client-local-rule:has\(\.client-rule-type\.is-open\)[\s\S]*z-index: 5/);
|
assert.match(styles, /\.client-local-rule:has\(\.client-rule-type\.is-open\)[\s\S]*z-index: 5/);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user