snapshots

This commit is contained in:
dwelle 2025-04-02 11:09:21 +02:00
parent 1056e91a33
commit bc67fa403f

View file

@ -572,7 +572,7 @@ exports[`<Excalidraw/> > Test UIOptions prop > Test canvasActions > should rende
class="color-picker__top-picks" class="color-picker__top-picks"
> >
<button <button
class="color-picker__button active" class="color-picker__button active has-outline"
data-testid="color-top-pick-#ffffff" data-testid="color-top-pick-#ffffff"
style="--swatch-color: #ffffff;" style="--swatch-color: #ffffff;"
title="#ffffff" title="#ffffff"
@ -583,7 +583,7 @@ exports[`<Excalidraw/> > Test UIOptions prop > Test canvasActions > should rende
/> />
</button> </button>
<button <button
class="color-picker__button" class="color-picker__button has-outline"
data-testid="color-top-pick-#f8f9fa" data-testid="color-top-pick-#f8f9fa"
style="--swatch-color: #f8f9fa;" style="--swatch-color: #f8f9fa;"
title="#f8f9fa" title="#f8f9fa"
@ -594,7 +594,7 @@ exports[`<Excalidraw/> > Test UIOptions prop > Test canvasActions > should rende
/> />
</button> </button>
<button <button
class="color-picker__button" class="color-picker__button has-outline"
data-testid="color-top-pick-#f5faff" data-testid="color-top-pick-#f5faff"
style="--swatch-color: #f5faff;" style="--swatch-color: #f5faff;"
title="#f5faff" title="#f5faff"
@ -605,7 +605,7 @@ exports[`<Excalidraw/> > Test UIOptions prop > Test canvasActions > should rende
/> />
</button> </button>
<button <button
class="color-picker__button" class="color-picker__button has-outline"
data-testid="color-top-pick-#fffce8" data-testid="color-top-pick-#fffce8"
style="--swatch-color: #fffce8;" style="--swatch-color: #fffce8;"
title="#fffce8" title="#fffce8"
@ -616,7 +616,7 @@ exports[`<Excalidraw/> > Test UIOptions prop > Test canvasActions > should rende
/> />
</button> </button>
<button <button
class="color-picker__button" class="color-picker__button has-outline"
data-testid="color-top-pick-#fdf8f6" data-testid="color-top-pick-#fdf8f6"
style="--swatch-color: #fdf8f6;" style="--swatch-color: #fdf8f6;"
title="#fdf8f6" title="#fdf8f6"
@ -635,7 +635,7 @@ exports[`<Excalidraw/> > Test UIOptions prop > Test canvasActions > should rende
aria-expanded="false" aria-expanded="false"
aria-haspopup="dialog" aria-haspopup="dialog"
aria-label="Canvas background" aria-label="Canvas background"
class="color-picker__button active-color properties-trigger" class="color-picker__button active-color properties-trigger has-outline"
data-state="closed" data-state="closed"
style="--swatch-color: #ffffff;" style="--swatch-color: #ffffff;"
title="Show background color picker" title="Show background color picker"