From e12aeced35b56425de20945ca07d2c0113f6fea3 Mon Sep 17 00:00:00 2001 From: Roene Date: Fri, 8 Aug 2025 11:08:45 +0200 Subject: [PATCH 1/6] Added loader for buttons --- resources/views/cart/sidebar.blade.php | 1 + .../checkout/pages/credentials.blade.php | 2 +- .../views/checkout/pages/login.blade.php | 2 +- .../checkout/steps/place_order.blade.php | 2 +- .../components/autocomplete/input.blade.php | 4 +-- .../views/components/button/base.blade.php | 15 ++--------- .../views/components/button/tag.blade.php | 27 +++++++++++++++++++ 7 files changed, 35 insertions(+), 18 deletions(-) create mode 100644 resources/views/components/button/tag.blade.php diff --git a/resources/views/cart/sidebar.blade.php b/resources/views/cart/sidebar.blade.php index 99a7acbea..c3902d130 100644 --- a/resources/views/cart/sidebar.blade.php +++ b/resources/views/cart/sidebar.blade.php @@ -47,6 +47,7 @@ href="{{ route('checkout') }}" class="w-full text-center" v-bind:class="{ 'pointer-events-none': !canOrder }" + loader > @lang('Checkout') diff --git a/resources/views/checkout/pages/credentials.blade.php b/resources/views/checkout/pages/credentials.blade.php index 0ae11af80..dca76edfb 100644 --- a/resources/views/checkout/pages/credentials.blade.php +++ b/resources/views/checkout/pages/credentials.blade.php @@ -33,7 +33,7 @@ class="flex flex-col gap-5" @include('rapidez::checkout.steps.shipping_method') - + @lang('Next') diff --git a/resources/views/checkout/pages/login.blade.php b/resources/views/checkout/pages/login.blade.php index 4ade7869f..deae111c5 100644 --- a/resources/views/checkout/pages/login.blade.php +++ b/resources/views/checkout/pages/login.blade.php @@ -20,7 +20,7 @@ class="max-w-md mx-auto" > @include('rapidez::checkout.steps.login') - + @lang('Next') diff --git a/resources/views/checkout/steps/place_order.blade.php b/resources/views/checkout/steps/place_order.blade.php index c52dd47ed..ef4ef36c0 100644 --- a/resources/views/checkout/steps/place_order.blade.php +++ b/resources/views/checkout/steps/place_order.blade.php @@ -8,7 +8,7 @@ v-slot="{ mutate, variables }" >
- + @lang('Place order')
diff --git a/resources/views/components/autocomplete/input.blade.php b/resources/views/components/autocomplete/input.blade.php index 6ec0da398..f8164be05 100644 --- a/resources/views/components/autocomplete/input.blade.php +++ b/resources/views/components/autocomplete/input.blade.php @@ -30,9 +30,9 @@ class="absolute right-14 top-1/2 -translate-y-1/2 transition-opacity opacity-100 diff --git a/resources/views/components/button/base.blade.php b/resources/views/components/button/base.blade.php index fe3485057..dac244357 100644 --- a/resources/views/components/button/base.blade.php +++ b/resources/views/components/button/base.blade.php @@ -1,14 +1,3 @@ -@props(['tag' => 'button', 'disableWhenLoading' => true]) - -@php - $tag = $attributes->hasAny('href', ':href', 'v-bind:href') ? 'a' : $tag; - $tag = $attributes->has('for') ? 'label' : $tag; -@endphp - -merge([ - ':disabled' => $attributes->has('href') || $attributes->has(':href') || !$disableWhenLoading ? null : '$root.loading']) }} -> +twMerge('relative inline-flex items-center justify-center transition font-medium text-base rounded min-h-12 py-1.5 px-5 disabled:opacity-50 disabled:cursor-not-allowed cursor-pointer gap-x-1.5') }}> {{ $slot }} - + \ No newline at end of file diff --git a/resources/views/components/button/tag.blade.php b/resources/views/components/button/tag.blade.php new file mode 100644 index 000000000..b24025b86 --- /dev/null +++ b/resources/views/components/button/tag.blade.php @@ -0,0 +1,27 @@ +@props(['tag' => 'button', 'disableWhenLoading' => true, 'loader' => false]) + +@php + $tag = $attributes->hasAny('href', ':href', 'v-bind:href') ? 'a' : $tag; + $tag = $attributes->has('for') ? 'label' : $tag; + + if ($loader) { + $attributes['v-bind:disabled'] = 'loading'; + } +@endphp + +merge([ + ':disabled' => $attributes->has('href') || $attributes->has(':href') || !$disableWhenLoading ? null : '$root.loading', + ]) }} +> + + {{ $slot }} + + + @if ($loader) +
+ +
+ @endif +
\ No newline at end of file From ed9f178cf082ba95c1a2a18542676cf11f17c109 Mon Sep 17 00:00:00 2001 From: Roene-JustBetter Date: Fri, 8 Aug 2025 09:31:21 +0000 Subject: [PATCH 2/6] [CI] Update Snapshots --- .../add-product-simple-1-Mobile-Chrome-linux.png | 4 ++-- .../add-product-simple-1-Mobile-Safari-linux.png | 4 ++-- .../add-product-simple-1-chromium-linux.png | 4 ++-- .../add-product-simple-1-firefox-linux.png | 4 ++-- .../add-product-simple-1-webkit-linux.png | 4 ++-- .../category-filter-1-chromium-linux.png | 4 ++-- .../category-filter-1-firefox-linux.png | 4 ++-- .../category-filter-1-webkit-linux.png | 4 ++-- .../category-pagination-1-Mobile-Chrome-linux.png | 4 ++-- .../category-pagination-1-Mobile-Safari-linux.png | 4 ++-- .../category-pagination-1-chromium-linux.png | 4 ++-- .../category-pagination-1-firefox-linux.png | 4 ++-- .../category-pagination-1-webkit-linux.png | 4 ++-- ...egory-with-configurable-products-1-Mobile-Chrome-linux.png | 4 ++-- ...egory-with-configurable-products-1-Mobile-Safari-linux.png | 4 ++-- .../category-with-configurable-products-1-chromium-linux.png | 4 ++-- .../category-with-configurable-products-1-firefox-linux.png | 4 ++-- .../category-with-configurable-products-1-webkit-linux.png | 4 ++-- .../category-with-simple-products-1-Mobile-Chrome-linux.png | 4 ++-- .../category-with-simple-products-1-Mobile-Safari-linux.png | 4 ++-- .../category-with-simple-products-1-chromium-linux.png | 4 ++-- .../category-with-simple-products-1-firefox-linux.png | 4 ++-- .../category-with-simple-products-1-webkit-linux.png | 4 ++-- .../default--as-guest-4-Mobile-Chrome-linux.png | 4 ++-- .../default--as-guest-4-Mobile-Safari-linux.png | 4 ++-- .../default--as-guest-4-chromium-linux.png | 4 ++-- .../default--as-guest-4-firefox-linux.png | 4 ++-- .../default--as-guest-4-webkit-linux.png | 4 ++-- .../onestep--as-guest-3-Mobile-Chrome-linux.png | 4 ++-- .../onestep--as-guest-3-Mobile-Safari-linux.png | 4 ++-- .../onestep--as-guest-3-chromium-linux.png | 4 ++-- .../onestep--as-guest-3-firefox-linux.png | 4 ++-- .../onestep--as-guest-3-webkit-linux.png | 4 ++-- .../cookie-1-Mobile-Chrome-linux.png | 4 ++-- .../cookie-1-Mobile-Safari-linux.png | 4 ++-- .../general.spec.js-snapshots/cookie-1-chromium-linux.png | 4 ++-- .../general.spec.js-snapshots/cookie-1-firefox-linux.png | 4 ++-- .../general.spec.js-snapshots/cookie-1-webkit-linux.png | 4 ++-- .../homepage-1-Mobile-Chrome-linux.png | 4 ++-- .../homepage-1-Mobile-Safari-linux.png | 4 ++-- .../homepage.spec.js-snapshots/homepage-1-chromium-linux.png | 4 ++-- .../homepage.spec.js-snapshots/homepage-1-firefox-linux.png | 4 ++-- .../homepage.spec.js-snapshots/homepage-1-webkit-linux.png | 4 ++-- .../product-configurable-1-Mobile-Chrome-linux.png | 4 ++-- .../product-configurable-1-Mobile-Safari-linux.png | 4 ++-- .../product-configurable-1-chromium-linux.png | 4 ++-- .../product-configurable-1-firefox-linux.png | 4 ++-- .../product-configurable-1-webkit-linux.png | 4 ++-- .../product-grouped-1-Mobile-Chrome-linux.png | 4 ++-- .../product-grouped-1-Mobile-Safari-linux.png | 4 ++-- .../product-grouped-1-chromium-linux.png | 4 ++-- .../product-grouped-1-firefox-linux.png | 4 ++-- .../product-grouped-1-webkit-linux.png | 4 ++-- .../product-simple-1-Mobile-Chrome-linux.png | 4 ++-- .../product-simple-1-Mobile-Safari-linux.png | 4 ++-- .../product-simple-1-chromium-linux.png | 4 ++-- .../product-simple-1-firefox-linux.png | 4 ++-- .../product-simple-1-webkit-linux.png | 4 ++-- .../search-page-1-Mobile-Chrome-linux.png | 4 ++-- .../search-page-1-Mobile-Safari-linux.png | 4 ++-- .../search.spec.js-snapshots/search-page-1-chromium-linux.png | 4 ++-- .../search.spec.js-snapshots/search-page-1-firefox-linux.png | 4 ++-- .../search.spec.js-snapshots/search-page-1-webkit-linux.png | 4 ++-- 63 files changed, 126 insertions(+), 126 deletions(-) diff --git a/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-Mobile-Chrome-linux.png b/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-Mobile-Chrome-linux.png index 91f1ad36d..bf7ffdf14 100644 --- a/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-Mobile-Chrome-linux.png +++ b/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07c8876be217f52313c86ba43b66a746dbeee5bea31ab0c220cd99191d146494 -size 150979 +oid sha256:c08f77c0d71cce2b3aef1e0c06b9090872e90e5192c03eea36670ee678798234 +size 151092 diff --git a/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-Mobile-Safari-linux.png b/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-Mobile-Safari-linux.png index 0efafbe28..1e92160b6 100644 --- a/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-Mobile-Safari-linux.png +++ b/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-Mobile-Safari-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de286aff279f8c9e437be3cae795c89b4a5c619c573b4fd093c75b62b934b936 -size 162452 +oid sha256:28db4eac2c0506b89a73199fd69e1d12b08c0d54d9f75cd2db9dc000bc0c163a +size 162577 diff --git a/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-chromium-linux.png b/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-chromium-linux.png index f5fca19f8..861758894 100644 --- a/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-chromium-linux.png +++ b/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:221ae826358cc7d89ffbfa59937af53845bcbf7e81fb069313416b3f994282f6 -size 162057 +oid sha256:b25f9fe6412093168e088fe1e359b2abe181c622f0be4e4b136ba5f81c91a673 +size 162190 diff --git a/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-firefox-linux.png b/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-firefox-linux.png index b847d9709..4f70d4f7a 100644 --- a/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-firefox-linux.png +++ b/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6c3afd4a15bf98b245dad011ad248faa4c06381ebf8e775a7fa39760d51eba2 -size 229563 +oid sha256:b721d072bd1002a0ab07ebfb4e898b07db358459c0e1985c6eb0ebfc67dbbd1c +size 229730 diff --git a/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-webkit-linux.png b/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-webkit-linux.png index 3b59ddc21..d15ce6cad 100644 --- a/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-webkit-linux.png +++ b/tests/playwright/cart.spec.js-snapshots/add-product-simple-1-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:545441838fc7d10803df2ee5e146a87362ed8ccbec7be4aa1bda1b2e944ee848 -size 182812 +oid sha256:377e1570a7c427de9f3968fcf795f4eefa76436d821ebaf5cb8986fd0e68fb93 +size 182896 diff --git a/tests/playwright/category.spec.js-snapshots/category-filter-1-chromium-linux.png b/tests/playwright/category.spec.js-snapshots/category-filter-1-chromium-linux.png index ada5ed759..1d9fafed6 100644 --- a/tests/playwright/category.spec.js-snapshots/category-filter-1-chromium-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-filter-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a45bc3201e913def6a3c7724dfbfe0c7b15f4b1bc759120bce527fc392f5a585 -size 377019 +oid sha256:283d4a0e127867bd700196160bb20799ed1918344483f04302beb7820a2b31d3 +size 377138 diff --git a/tests/playwright/category.spec.js-snapshots/category-filter-1-firefox-linux.png b/tests/playwright/category.spec.js-snapshots/category-filter-1-firefox-linux.png index aa38dd8cc..c367adbf8 100644 --- a/tests/playwright/category.spec.js-snapshots/category-filter-1-firefox-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-filter-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bfb5291e2fe6c92f887719ef8f94caf212a70f6e03d9b2309d70cff435782b69 -size 515691 +oid sha256:e4e0b3b0e70b01c5b5e7ddae0f56fa0931d040d9cbdc30a3cab4fdfdd8d317bb +size 515816 diff --git a/tests/playwright/category.spec.js-snapshots/category-filter-1-webkit-linux.png b/tests/playwright/category.spec.js-snapshots/category-filter-1-webkit-linux.png index 7b1dfa6e4..07a3a6fe2 100644 --- a/tests/playwright/category.spec.js-snapshots/category-filter-1-webkit-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-filter-1-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2294d4dd60b1bab6c0bd147c345933d329425223b02ad39b79635364a08f1f0 -size 423524 +oid sha256:62d47bc4d30bfad07890bb77507892eba3f91c57b46f9defd93c2f4e57599a2d +size 423595 diff --git a/tests/playwright/category.spec.js-snapshots/category-pagination-1-Mobile-Chrome-linux.png b/tests/playwright/category.spec.js-snapshots/category-pagination-1-Mobile-Chrome-linux.png index 36c13ab29..43c1502a4 100644 --- a/tests/playwright/category.spec.js-snapshots/category-pagination-1-Mobile-Chrome-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-pagination-1-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13124fada4aa14553976e52bac968ad5f49f29f8ab8859fdc08fa3a4b742f751 -size 134678 +oid sha256:540d1a274d398210ad114d81a06553917d373444b4a18031804a9451c12710e5 +size 134795 diff --git a/tests/playwright/category.spec.js-snapshots/category-pagination-1-Mobile-Safari-linux.png b/tests/playwright/category.spec.js-snapshots/category-pagination-1-Mobile-Safari-linux.png index dd938ecee..cedce84cc 100644 --- a/tests/playwright/category.spec.js-snapshots/category-pagination-1-Mobile-Safari-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-pagination-1-Mobile-Safari-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6460b0d4b41c7a8cf1929eabc0cd9f45f30b0cdc1a6296872b32cf7b5476d491 -size 144630 +oid sha256:708aa6486d29b69c7c21823f91d0fcb495b5d51084a56d0873523ad0220ba664 +size 144818 diff --git a/tests/playwright/category.spec.js-snapshots/category-pagination-1-chromium-linux.png b/tests/playwright/category.spec.js-snapshots/category-pagination-1-chromium-linux.png index d07a991e8..607864ee2 100644 --- a/tests/playwright/category.spec.js-snapshots/category-pagination-1-chromium-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-pagination-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3ef1366af49f1a2f7bceb38e654783f4ec8452a8650ff10682fc8ab9574bfce -size 240144 +oid sha256:2ce50197b71001db62508964d17f5353191f3379355d616f6f7794b2ec23edb8 +size 240241 diff --git a/tests/playwright/category.spec.js-snapshots/category-pagination-1-firefox-linux.png b/tests/playwright/category.spec.js-snapshots/category-pagination-1-firefox-linux.png index 130e0d00e..b412e3fb8 100644 --- a/tests/playwright/category.spec.js-snapshots/category-pagination-1-firefox-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-pagination-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7248c579af48feca95157d9441d194aaba224508bae96c55b399aac012091dea -size 338766 +oid sha256:901e872bdb9ed97a0dc0eca249c55749bf29d902d7d52f8eed23bab065abd0cb +size 338961 diff --git a/tests/playwright/category.spec.js-snapshots/category-pagination-1-webkit-linux.png b/tests/playwright/category.spec.js-snapshots/category-pagination-1-webkit-linux.png index 6880dc8c7..04b03e068 100644 --- a/tests/playwright/category.spec.js-snapshots/category-pagination-1-webkit-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-pagination-1-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed8db7ec077cc3d88f195f978bc392db4d4a9fe5f985a12e5728e5dcafc994d5 -size 271367 +oid sha256:86b018f93399148f6778afc0eefbe8e7f0cf84cd1cd9804e44d16d34c1621eda +size 271503 diff --git a/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-Mobile-Chrome-linux.png b/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-Mobile-Chrome-linux.png index 32c763411..f9c2ac2db 100644 --- a/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-Mobile-Chrome-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42de3ab937ce11f229e1841ce032cdfc8736b3daa631b2aa3404b1bb73d63622 -size 543597 +oid sha256:b6dd5e4ad3192103d3e817d8c69d6454517886610052a24b8c7545a92c4dabc2 +size 543712 diff --git a/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-Mobile-Safari-linux.png b/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-Mobile-Safari-linux.png index 57f9427ba..c177bb6b8 100644 --- a/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-Mobile-Safari-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-Mobile-Safari-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:068f7ca64ca675d4936da334817baf2318104f888542fcc1fd6cd3a89cfea420 -size 585609 +oid sha256:587931e58eb37ae286379e36f4346238ba1bbec61395273ba96a34860429c472 +size 585691 diff --git a/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-chromium-linux.png b/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-chromium-linux.png index f25cd70ea..dc3f8cb70 100644 --- a/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-chromium-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4eecfba5cd68dac1bcc5ad4661fd6d2a5a8793edd54f624cd2c628a2b793a35 -size 603364 +oid sha256:f80dda406cf9dadb1f54f6b67237161c2b68950f7af5b666e7894d272186e1c0 +size 603530 diff --git a/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-firefox-linux.png b/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-firefox-linux.png index 95f04f1a0..284b46eeb 100644 --- a/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-firefox-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c13c272439a6d28089660bc65678159357ed32a1ae426a9c62411406f01e3ab -size 872370 +oid sha256:f10631d08fbba38397d7f5144b5ebd070006713c4ac1b76f98e9d82c1dc3afc0 +size 872512 diff --git a/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-webkit-linux.png b/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-webkit-linux.png index 367d2a4f5..f0c9f78f1 100644 --- a/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-webkit-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-with-configurable-products-1-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:59b5a8616fadbe76975b40823765d8227c88d51d67e7e646092e7e2441777354 -size 673241 +oid sha256:01a996432c192afda5eb6c63545ff09a11dfeb68022065e42685bf45202ac03c +size 673284 diff --git a/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-Mobile-Chrome-linux.png b/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-Mobile-Chrome-linux.png index 2ab755046..ac4d9e1d0 100644 --- a/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-Mobile-Chrome-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c6212ecf8bf76a4ba40ecf0d9d176acc469a190399d537c7f177a75c6c55eb13 -size 380503 +oid sha256:bbe8bedfb35200735624eb886dfb79b2f31d7511101149a93735e6e1eeb589fc +size 380630 diff --git a/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-Mobile-Safari-linux.png b/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-Mobile-Safari-linux.png index e825432b8..7f4012756 100644 --- a/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-Mobile-Safari-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-Mobile-Safari-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eebaaf85f5650f9a989610c7bb1863316804d76f1e02257266e86284a47ccf54 -size 415253 +oid sha256:3f5e1405506b4d9570f9a35de9f6d99f5c273239f7ae013f28d5eff2c46e8366 +size 415420 diff --git a/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-chromium-linux.png b/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-chromium-linux.png index e2426ea44..011567082 100644 --- a/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-chromium-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90c887e075ef3e4f4a4e53b89610f4a84a8178f3fecc87b3510d1fa4abc785e5 -size 459401 +oid sha256:c659186b2ec2c53093cdd0027bb9ba640b2b412f029c1a6f0de9385d58d6a702 +size 459534 diff --git a/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-firefox-linux.png b/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-firefox-linux.png index 0050281d2..411575066 100644 --- a/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-firefox-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e6eefb939c9d656f6f5a3cdf9dc559a3b6740a7b928c363c4230ec28042525ba -size 627150 +oid sha256:0ecfe217955ec908e7ea4d0086c0cb5223a10469efa9fe18eac21ec2f096c516 +size 627244 diff --git a/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-webkit-linux.png b/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-webkit-linux.png index eba7e0ffe..1d0f46b38 100644 --- a/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-webkit-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a0d8a3bc5a2469418990789de22d558440fece7b811994b7c9684aac9113ca6f -size 511864 +oid sha256:452d0143abaf39cbcd434ebc22a2bd2ffc964c4c04ce016e2589c632145b16cc +size 511933 diff --git a/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-Mobile-Chrome-linux.png b/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-Mobile-Chrome-linux.png index 973a8ba5f..b838ae5b5 100644 --- a/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-Mobile-Chrome-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e6a70aa313cda01d54b979ac8db2d8a0a9ac4f4f37f4e4be38012ac6d1e08a9 -size 107984 +oid sha256:ef22834bf5e80a59022409ea14e75aa00e7ada6b117edc43cb7b3a0a55fd708b +size 108112 diff --git a/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-Mobile-Safari-linux.png b/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-Mobile-Safari-linux.png index 3a750a9ce..46a3fef52 100644 --- a/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-Mobile-Safari-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-Mobile-Safari-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:96993097d9100280b47ec16ab9f6cba288ee51560ad3b456497dcf33d217f173 -size 120483 +oid sha256:f9d7b6d8c9a095da8f66b3ab062e4752d39799b806586d43d5b76d8fdc8b66f3 +size 120626 diff --git a/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-chromium-linux.png b/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-chromium-linux.png index 08eb0b1fe..1779cea66 100644 --- a/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-chromium-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5af6db802edd0fe62be3c976ca6679001625b4cfdfbdc479dc9cfc372df9a29b -size 120092 +oid sha256:ef9bd53791f1ebaea5abce2247b803702eb373c3a7f86ddb8fd05a60cc9368b4 +size 120196 diff --git a/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-firefox-linux.png b/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-firefox-linux.png index 51bdf5d9a..551af2b5c 100644 --- a/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-firefox-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d8c5e4368f47253d1ce0172d7fe869e1bb70c0e077ce3d1cc57456cf7518fc7 -size 161983 +oid sha256:41de82f48c822cdc33be3485fe8b68267392337d48013d9166a31e2928d5ea85 +size 162213 diff --git a/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-webkit-linux.png b/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-webkit-linux.png index 6900ebb9c..39847ed27 100644 --- a/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-webkit-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/default--as-guest-4-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:694f8bd29cd8ed8d6f9933429f0924e3cf29b951dbc013b11eb2c54933cc81a9 -size 138691 +oid sha256:1fffac98f361a3b478d53c766de3bc31de58956bf94eed45d50b0676bd01fab4 +size 138829 diff --git a/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-Mobile-Chrome-linux.png b/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-Mobile-Chrome-linux.png index 973a8ba5f..b838ae5b5 100644 --- a/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-Mobile-Chrome-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e6a70aa313cda01d54b979ac8db2d8a0a9ac4f4f37f4e4be38012ac6d1e08a9 -size 107984 +oid sha256:ef22834bf5e80a59022409ea14e75aa00e7ada6b117edc43cb7b3a0a55fd708b +size 108112 diff --git a/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-Mobile-Safari-linux.png b/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-Mobile-Safari-linux.png index 3a750a9ce..46a3fef52 100644 --- a/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-Mobile-Safari-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-Mobile-Safari-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:96993097d9100280b47ec16ab9f6cba288ee51560ad3b456497dcf33d217f173 -size 120483 +oid sha256:f9d7b6d8c9a095da8f66b3ab062e4752d39799b806586d43d5b76d8fdc8b66f3 +size 120626 diff --git a/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-chromium-linux.png b/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-chromium-linux.png index 08eb0b1fe..1779cea66 100644 --- a/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-chromium-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5af6db802edd0fe62be3c976ca6679001625b4cfdfbdc479dc9cfc372df9a29b -size 120092 +oid sha256:ef9bd53791f1ebaea5abce2247b803702eb373c3a7f86ddb8fd05a60cc9368b4 +size 120196 diff --git a/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-firefox-linux.png b/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-firefox-linux.png index 51bdf5d9a..551af2b5c 100644 --- a/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-firefox-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d8c5e4368f47253d1ce0172d7fe869e1bb70c0e077ce3d1cc57456cf7518fc7 -size 161983 +oid sha256:41de82f48c822cdc33be3485fe8b68267392337d48013d9166a31e2928d5ea85 +size 162213 diff --git a/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-webkit-linux.png b/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-webkit-linux.png index 6900ebb9c..39847ed27 100644 --- a/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-webkit-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/onestep--as-guest-3-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:694f8bd29cd8ed8d6f9933429f0924e3cf29b951dbc013b11eb2c54933cc81a9 -size 138691 +oid sha256:1fffac98f361a3b478d53c766de3bc31de58956bf94eed45d50b0676bd01fab4 +size 138829 diff --git a/tests/playwright/general.spec.js-snapshots/cookie-1-Mobile-Chrome-linux.png b/tests/playwright/general.spec.js-snapshots/cookie-1-Mobile-Chrome-linux.png index 33106abca..e9faa6265 100644 --- a/tests/playwright/general.spec.js-snapshots/cookie-1-Mobile-Chrome-linux.png +++ b/tests/playwright/general.spec.js-snapshots/cookie-1-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d58ebb3ad24168a2e142d34056d24dc50b3f72d3a2c61ff5632c7d4f6ad79f4 -size 177211 +oid sha256:c370d16b6ad018aab7ac48c1b2f01f1067879266a4241c26c1c648e347c0a65c +size 177367 diff --git a/tests/playwright/general.spec.js-snapshots/cookie-1-Mobile-Safari-linux.png b/tests/playwright/general.spec.js-snapshots/cookie-1-Mobile-Safari-linux.png index d3376f57d..0a1f8539b 100644 --- a/tests/playwright/general.spec.js-snapshots/cookie-1-Mobile-Safari-linux.png +++ b/tests/playwright/general.spec.js-snapshots/cookie-1-Mobile-Safari-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1529c9d4d4fd0b16e9878dc36d75ebc6af0b51c040a209073abd23e0df54713c -size 176813 +oid sha256:26cd0e72b393cd814bf12c98c2fb3d75715d635c9ddac9732747716b318a412d +size 176959 diff --git a/tests/playwright/general.spec.js-snapshots/cookie-1-chromium-linux.png b/tests/playwright/general.spec.js-snapshots/cookie-1-chromium-linux.png index 74e501213..39c578ffd 100644 --- a/tests/playwright/general.spec.js-snapshots/cookie-1-chromium-linux.png +++ b/tests/playwright/general.spec.js-snapshots/cookie-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d36fb22d31388911d7d7c7ea81ce121567601ecb1211c316d43ede87ca02044d -size 504946 +oid sha256:2d6c395836bc04370a6327a4204c3cd2b487315f1e3241abcb03b88fdcb01368 +size 505088 diff --git a/tests/playwright/general.spec.js-snapshots/cookie-1-firefox-linux.png b/tests/playwright/general.spec.js-snapshots/cookie-1-firefox-linux.png index c688e1bf0..197e10b1d 100644 --- a/tests/playwright/general.spec.js-snapshots/cookie-1-firefox-linux.png +++ b/tests/playwright/general.spec.js-snapshots/cookie-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8dcf04527b174b371961e392776f010eeefab89781d4d55f7b898ab93271d127 -size 644991 +oid sha256:576d6868c2ce26a771a1e393ddde77189787ecdb28e4c30ea37b317377078598 +size 645126 diff --git a/tests/playwright/general.spec.js-snapshots/cookie-1-webkit-linux.png b/tests/playwright/general.spec.js-snapshots/cookie-1-webkit-linux.png index ec285803a..e15d33adb 100644 --- a/tests/playwright/general.spec.js-snapshots/cookie-1-webkit-linux.png +++ b/tests/playwright/general.spec.js-snapshots/cookie-1-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4aaecd8fc17fe45ce641bdd753ef2932356e6e29a245236b51c7451e84d98564 -size 468177 +oid sha256:22195d11cb266596d243374113ac51073b8d402e082ce8ff179468c8f9cdf7fb +size 468282 diff --git a/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Chrome-linux.png b/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Chrome-linux.png index 9d512159b..45faa04fe 100644 --- a/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Chrome-linux.png +++ b/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a4f6e1302eaa4aac4efac02b9b0373da554d74c82e4444d9bde1f9442dd122e -size 393283 +oid sha256:7e54d7c6761f095f4cf6d1a0bfe6b5017b759edc6890f10cc7037f106a63c01f +size 393439 diff --git a/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Safari-linux.png b/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Safari-linux.png index 126afe5e1..deb9fa003 100644 --- a/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Safari-linux.png +++ b/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Safari-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8637b63f2828f97b0333acb3b6483beb2059a5a9817255ebd4bde9aabd22bbc5 -size 385515 +oid sha256:a9bbc22630ca544c46f4e87f9e4f055abb7f0ec7b2a0ad266a19c45ffb87c7d6 +size 385616 diff --git a/tests/playwright/homepage.spec.js-snapshots/homepage-1-chromium-linux.png b/tests/playwright/homepage.spec.js-snapshots/homepage-1-chromium-linux.png index e4628c608..26a0f2a8d 100644 --- a/tests/playwright/homepage.spec.js-snapshots/homepage-1-chromium-linux.png +++ b/tests/playwright/homepage.spec.js-snapshots/homepage-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8454640e7afbc8f0bdcad213107f885fd6a0baaa95a572bf6cddc3488238923a -size 734473 +oid sha256:dd79165935ec24e602c1d57a168ae6ec1b25c17aeff992b4e700b89c720ad7d9 +size 734618 diff --git a/tests/playwright/homepage.spec.js-snapshots/homepage-1-firefox-linux.png b/tests/playwright/homepage.spec.js-snapshots/homepage-1-firefox-linux.png index eab500990..be463b76b 100644 --- a/tests/playwright/homepage.spec.js-snapshots/homepage-1-firefox-linux.png +++ b/tests/playwright/homepage.spec.js-snapshots/homepage-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:513ba421622c6b39d6c37f29b4a5bcbe317e62b8d9b75ab2db4cdd87596c6d1a -size 940674 +oid sha256:4c047fb2316c5d77338828e3f9ea4f4d222bf61052c5996166cbb5ac4e18e266 +size 940936 diff --git a/tests/playwright/homepage.spec.js-snapshots/homepage-1-webkit-linux.png b/tests/playwright/homepage.spec.js-snapshots/homepage-1-webkit-linux.png index c16831b9b..9dae5573e 100644 --- a/tests/playwright/homepage.spec.js-snapshots/homepage-1-webkit-linux.png +++ b/tests/playwright/homepage.spec.js-snapshots/homepage-1-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:196a3ab4ace88fcb540791d32eb9709168deee0f0493c51c159dc665278b7e36 -size 700003 +oid sha256:3051aa03f87be7f6b4f8a6b0c1442a0d08ba6f41cdffa91bdec74282b86ffb72 +size 700119 diff --git a/tests/playwright/product.spec.js-snapshots/product-configurable-1-Mobile-Chrome-linux.png b/tests/playwright/product.spec.js-snapshots/product-configurable-1-Mobile-Chrome-linux.png index 8acac98e6..f8d3214d4 100644 --- a/tests/playwright/product.spec.js-snapshots/product-configurable-1-Mobile-Chrome-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-configurable-1-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f1ecf10ae6b3451bc139a80e25a269b1cb7a9f5b06a4e975080603384bf7a54d -size 258583 +oid sha256:6eb8032c6d6a80f22c263c21591d860a4cfab9da770e55341f2409f56a1784d5 +size 258702 diff --git a/tests/playwright/product.spec.js-snapshots/product-configurable-1-Mobile-Safari-linux.png b/tests/playwright/product.spec.js-snapshots/product-configurable-1-Mobile-Safari-linux.png index f52a57d5a..78181e102 100644 --- a/tests/playwright/product.spec.js-snapshots/product-configurable-1-Mobile-Safari-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-configurable-1-Mobile-Safari-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8955ef11878edb693ec4dcebf11ed26e1099340ee9d2c37e2979be9934709cb0 -size 277415 +oid sha256:25825fdfa835f73d780d86683b6c70e41055829c7b922dd0622af55bef14af07 +size 277529 diff --git a/tests/playwright/product.spec.js-snapshots/product-configurable-1-chromium-linux.png b/tests/playwright/product.spec.js-snapshots/product-configurable-1-chromium-linux.png index ffba01a4b..7864c87ba 100644 --- a/tests/playwright/product.spec.js-snapshots/product-configurable-1-chromium-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-configurable-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47df12782b2b8d23af8d7774c4aa367e5f343da00aa904fc2bffd677fa5767bd -size 385421 +oid sha256:9ed1c22c3578caee34e7b52a0190883cbe9fc3c4b34cb8e6536d1e82fe19357a +size 385504 diff --git a/tests/playwright/product.spec.js-snapshots/product-configurable-1-firefox-linux.png b/tests/playwright/product.spec.js-snapshots/product-configurable-1-firefox-linux.png index f24612383..d10cae682 100644 --- a/tests/playwright/product.spec.js-snapshots/product-configurable-1-firefox-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-configurable-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d50fc6b7aaf4f0461679ea033f97ac67b2c01a122a81285c3c65ca221f95015f -size 564043 +oid sha256:66927ee496da3fb9d72fd66ca3b5d309f27f6e1dba52188f84517e0cfc837cba +size 564208 diff --git a/tests/playwright/product.spec.js-snapshots/product-configurable-1-webkit-linux.png b/tests/playwright/product.spec.js-snapshots/product-configurable-1-webkit-linux.png index 0a42cf806..07176b579 100644 --- a/tests/playwright/product.spec.js-snapshots/product-configurable-1-webkit-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-configurable-1-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:27ae9477090cf6035f94a508c3c80c34d48b2b99d066a1bfad8cd7761ad13a8d -size 430599 +oid sha256:9ca832e667ac20d8a8a43b8486e4aee198fb81b868a23b26fd31a2129ade5f33 +size 430733 diff --git a/tests/playwright/product.spec.js-snapshots/product-grouped-1-Mobile-Chrome-linux.png b/tests/playwright/product.spec.js-snapshots/product-grouped-1-Mobile-Chrome-linux.png index 04cef8535..2a49ddc6d 100644 --- a/tests/playwright/product.spec.js-snapshots/product-grouped-1-Mobile-Chrome-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-grouped-1-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5bef2aa7c7e57372af61f99ea1cef7e4356f21cb099cee627c03771c1fc8a7ff -size 243823 +oid sha256:1c550b50ed0a2e941b0998c852f11fc59dc9cc9c60fa0a0c9014af96fe641e1a +size 243943 diff --git a/tests/playwright/product.spec.js-snapshots/product-grouped-1-Mobile-Safari-linux.png b/tests/playwright/product.spec.js-snapshots/product-grouped-1-Mobile-Safari-linux.png index f74b5a412..b68eeda80 100644 --- a/tests/playwright/product.spec.js-snapshots/product-grouped-1-Mobile-Safari-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-grouped-1-Mobile-Safari-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f22ec3797e912f0e4900cd3befbc651915568d19533fe5e8303be3405f4a59e -size 265173 +oid sha256:dc1a3accdff9d9e7f0dc4fab2538c97a755b411479e7c2903fea671d4e0679c9 +size 265314 diff --git a/tests/playwright/product.spec.js-snapshots/product-grouped-1-chromium-linux.png b/tests/playwright/product.spec.js-snapshots/product-grouped-1-chromium-linux.png index b59ab153a..d34a5147e 100644 --- a/tests/playwright/product.spec.js-snapshots/product-grouped-1-chromium-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-grouped-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:320c65f525e698b3de3ba7c83871fa0a40262888bb26f43676c2ec6204874cb6 -size 305863 +oid sha256:8d0ede8efd35eac3bde69d201146b9878226af10495abd7666029bba17694dfd +size 305975 diff --git a/tests/playwright/product.spec.js-snapshots/product-grouped-1-firefox-linux.png b/tests/playwright/product.spec.js-snapshots/product-grouped-1-firefox-linux.png index dd876d883..c6370d5f7 100644 --- a/tests/playwright/product.spec.js-snapshots/product-grouped-1-firefox-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-grouped-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:43b625aff42edd59f50407184d494e21dcefaf33092b15d8a632cc059e9666ca -size 405208 +oid sha256:9dde75227dbb2fd19389035720eb4ff1e9715267bad217b8fb80da7caa80ad67 +size 405348 diff --git a/tests/playwright/product.spec.js-snapshots/product-grouped-1-webkit-linux.png b/tests/playwright/product.spec.js-snapshots/product-grouped-1-webkit-linux.png index 417c07cd9..afaf26581 100644 --- a/tests/playwright/product.spec.js-snapshots/product-grouped-1-webkit-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-grouped-1-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46518a631acdfca2ddbbf43c78b3acec8a401d909ccf719781a9f56560ef766d -size 346396 +oid sha256:5d53006085f8a1aef8d9257a03bc5a6b402df7d95a1125b37444bf47fba19498 +size 346497 diff --git a/tests/playwright/product.spec.js-snapshots/product-simple-1-Mobile-Chrome-linux.png b/tests/playwright/product.spec.js-snapshots/product-simple-1-Mobile-Chrome-linux.png index 906d97761..ac53d85a2 100644 --- a/tests/playwright/product.spec.js-snapshots/product-simple-1-Mobile-Chrome-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-simple-1-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ab69c44d968beb6e0277a8d7a40c6252257798d881c5d4ddec7f6a97eac87537 -size 211020 +oid sha256:4d8a81d954131d0353165859989f4d28d921939c3dd693e65144c8c82c050636 +size 211152 diff --git a/tests/playwright/product.spec.js-snapshots/product-simple-1-Mobile-Safari-linux.png b/tests/playwright/product.spec.js-snapshots/product-simple-1-Mobile-Safari-linux.png index 6c16e0afd..f2178eac0 100644 --- a/tests/playwright/product.spec.js-snapshots/product-simple-1-Mobile-Safari-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-simple-1-Mobile-Safari-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a8552e575a7dd1f75ebcb3de9344c7a9682d3c86ff41b7990063f6286dc181ff -size 227179 +oid sha256:ccb9302b824644498419c4e5c37667787cfacbb69e1c6fa32647913d06136307 +size 227296 diff --git a/tests/playwright/product.spec.js-snapshots/product-simple-1-chromium-linux.png b/tests/playwright/product.spec.js-snapshots/product-simple-1-chromium-linux.png index 4008cf87d..44a9791e6 100644 --- a/tests/playwright/product.spec.js-snapshots/product-simple-1-chromium-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-simple-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fcf15ee6df7c952edd56deb64198042429b0317a6997f9cf05c523adde372196 -size 277926 +oid sha256:1ded57eca312e1d8414e147efe9d55cc273094011cb0ac7420dbbc5e26dfa78d +size 278030 diff --git a/tests/playwright/product.spec.js-snapshots/product-simple-1-firefox-linux.png b/tests/playwright/product.spec.js-snapshots/product-simple-1-firefox-linux.png index 7ef6d6503..58d6443b5 100644 --- a/tests/playwright/product.spec.js-snapshots/product-simple-1-firefox-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-simple-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4a2d38311b3172bce43e22e0e7dcf8ec1a98d0f7b9aaecd42f8a1e37ce5d463 -size 381746 +oid sha256:eca1991a5d8eac3cd4c13d82a508d28510a66f13777824cdbd4645d36c011628 +size 381924 diff --git a/tests/playwright/product.spec.js-snapshots/product-simple-1-webkit-linux.png b/tests/playwright/product.spec.js-snapshots/product-simple-1-webkit-linux.png index 15effa9d9..a6cf24855 100644 --- a/tests/playwright/product.spec.js-snapshots/product-simple-1-webkit-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-simple-1-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4382bdcb4c680f3f860367c9ac4fcb4e785563552bd5225e8731cdc84d2a816f -size 314995 +oid sha256:6ab01008470c9eebafb6bbe3a7382e176c39ff2417f4ff1edaa924299492fa55 +size 315143 diff --git a/tests/playwright/search.spec.js-snapshots/search-page-1-Mobile-Chrome-linux.png b/tests/playwright/search.spec.js-snapshots/search-page-1-Mobile-Chrome-linux.png index 7ee831ddc..036521b76 100644 --- a/tests/playwright/search.spec.js-snapshots/search-page-1-Mobile-Chrome-linux.png +++ b/tests/playwright/search.spec.js-snapshots/search-page-1-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e13e1985308cd773b22d68b43a0bd6121004a611c91eb168f538c0cce756525 -size 46646 +oid sha256:3f2075e29ab3bf7f4cb617e777c56e1899939ae5db5c5d54bc37551e5e588870 +size 46775 diff --git a/tests/playwright/search.spec.js-snapshots/search-page-1-Mobile-Safari-linux.png b/tests/playwright/search.spec.js-snapshots/search-page-1-Mobile-Safari-linux.png index 35dbab935..99c80699f 100644 --- a/tests/playwright/search.spec.js-snapshots/search-page-1-Mobile-Safari-linux.png +++ b/tests/playwright/search.spec.js-snapshots/search-page-1-Mobile-Safari-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:50a806603ee63edd1021773742f7c1ec1c765b0de3a0d1c504c929f8d3a68051 -size 49313 +oid sha256:2e5705af135c9035e757176daa9ca769db46420d79bb2b387607691289136396 +size 49480 diff --git a/tests/playwright/search.spec.js-snapshots/search-page-1-chromium-linux.png b/tests/playwright/search.spec.js-snapshots/search-page-1-chromium-linux.png index a7c3f4cbe..1d50f7deb 100644 --- a/tests/playwright/search.spec.js-snapshots/search-page-1-chromium-linux.png +++ b/tests/playwright/search.spec.js-snapshots/search-page-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2336f590a6e3929d2d937d548aac1ea399026a98e3bbeb0d4c951fda68de92cf -size 131779 +oid sha256:2a87c32c2eb31ab833dfd0aae8cd317e944c4edcbab0e27ef1be98974c77fe94 +size 131798 diff --git a/tests/playwright/search.spec.js-snapshots/search-page-1-firefox-linux.png b/tests/playwright/search.spec.js-snapshots/search-page-1-firefox-linux.png index d56438419..86c08ab7c 100644 --- a/tests/playwright/search.spec.js-snapshots/search-page-1-firefox-linux.png +++ b/tests/playwright/search.spec.js-snapshots/search-page-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7dada8b27187df14bd7343073801e97b38beda78971de70fef5667d81af5ca1c -size 180778 +oid sha256:2d874ec8f6516110404b255b0215ae7ff307d613ae7e8f73cf8dc5dff679b4de +size 180932 diff --git a/tests/playwright/search.spec.js-snapshots/search-page-1-webkit-linux.png b/tests/playwright/search.spec.js-snapshots/search-page-1-webkit-linux.png index e6d673c06..5cb098c2b 100644 --- a/tests/playwright/search.spec.js-snapshots/search-page-1-webkit-linux.png +++ b/tests/playwright/search.spec.js-snapshots/search-page-1-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa2d640750a14c2a1dc2fd9842da0de1084d00224e607e753aae1071924ffad6 -size 148765 +oid sha256:dfe1968dfa52fc15ab7e6ea2fe2de2f0c1dd1ad0caf4456710312d35a92588ec +size 148887 From 21dac71fb1b0108bb41371b035bae38c9dec7dd4 Mon Sep 17 00:00:00 2001 From: Roene Date: Tue, 12 Aug 2025 08:50:54 +0200 Subject: [PATCH 3/6] Keep 1 disabled attribute --- resources/views/components/button/tag.blade.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/views/components/button/tag.blade.php b/resources/views/components/button/tag.blade.php index b24025b86..ba43bb96b 100644 --- a/resources/views/components/button/tag.blade.php +++ b/resources/views/components/button/tag.blade.php @@ -3,10 +3,6 @@ @php $tag = $attributes->hasAny('href', ':href', 'v-bind:href') ? 'a' : $tag; $tag = $attributes->has('for') ? 'label' : $tag; - - if ($loader) { - $attributes['v-bind:disabled'] = 'loading'; - } @endphp Date: Mon, 25 Aug 2025 14:17:06 +0200 Subject: [PATCH 4/6] Added loading animation for other buttons --- .../views/components/autocomplete/input.blade.php | 2 +- resources/views/components/button/tag.blade.php | 13 +++---------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/resources/views/components/autocomplete/input.blade.php b/resources/views/components/autocomplete/input.blade.php index f8164be05..a3b555712 100644 --- a/resources/views/components/autocomplete/input.blade.php +++ b/resources/views/components/autocomplete/input.blade.php @@ -30,7 +30,7 @@ class="absolute right-14 top-1/2 -translate-y-1/2 transition-opacity opacity-100 diff --git a/resources/views/components/button/tag.blade.php b/resources/views/components/button/tag.blade.php index ba43bb96b..6d99a8a38 100644 --- a/resources/views/components/button/tag.blade.php +++ b/resources/views/components/button/tag.blade.php @@ -7,17 +7,10 @@ merge([ ':disabled' => $attributes->has('href') || $attributes->has(':href') || !$disableWhenLoading ? null : '$root.loading', ]) }} > - - {{ $slot }} - - - @if ($loader) -
- -
- @endif -
\ No newline at end of file + {{ $slot }} +
From 0d91c6fd191683168a35c5ed9dffcab32d34ca50 Mon Sep 17 00:00:00 2001 From: Roene Date: Tue, 23 Sep 2025 09:07:11 +0200 Subject: [PATCH 5/6] Fix search button --- resources/views/components/autocomplete/input.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/components/autocomplete/input.blade.php b/resources/views/components/autocomplete/input.blade.php index c087a43df..0c96a8c59 100644 --- a/resources/views/components/autocomplete/input.blade.php +++ b/resources/views/components/autocomplete/input.blade.php @@ -29,7 +29,7 @@ class="absolute right-14 top-1/2 -translate-y-1/2 transition-opacity opacity-100 From 012276700afd37e87c5a35fb8db04a0215e0aaf6 Mon Sep 17 00:00:00 2001 From: Roene-JustBetter Date: Tue, 23 Sep 2025 07:32:53 +0000 Subject: [PATCH 6/6] [CI] Update Snapshots --- .../category-filter-1-chromium-linux.png | 4 ++-- .../category-filter-1-firefox-linux.png | 4 ++-- .../category-pagination-1-Mobile-Chrome-linux.png | 4 ++-- .../category-pagination-1-chromium-linux.png | 4 ++-- .../category-pagination-1-firefox-linux.png | 4 ++-- .../category-with-simple-products-1-Mobile-Chrome-linux.png | 4 ++-- .../category-with-simple-products-1-chromium-linux.png | 4 ++-- .../category-with-simple-products-1-firefox-linux.png | 4 ++-- .../default---as-guest-4-Mobile-Chrome-linux.png | 4 ++-- .../default---as-guest-4-Mobile-Safari-linux.png | 4 ++-- .../default---as-guest-4-chromium-linux.png | 4 ++-- .../default---as-guest-4-firefox-linux.png | 4 ++-- .../default---as-guest-4-webkit-linux.png | 4 ++-- .../onestep---as-guest-3-Mobile-Chrome-linux.png | 4 ++-- .../onestep---as-guest-3-Mobile-Safari-linux.png | 4 ++-- .../onestep---as-guest-3-chromium-linux.png | 4 ++-- .../onestep---as-guest-3-firefox-linux.png | 4 ++-- .../onestep---as-guest-3-webkit-linux.png | 4 ++-- .../cookie-1-Mobile-Chrome-linux.png | 4 ++-- .../cookie-1-Mobile-Safari-linux.png | 4 ++-- .../general.spec.js-snapshots/cookie-1-chromium-linux.png | 4 ++-- .../general.spec.js-snapshots/cookie-1-firefox-linux.png | 4 ++-- .../general.spec.js-snapshots/cookie-1-webkit-linux.png | 4 ++-- .../homepage-1-Mobile-Chrome-linux.png | 4 ++-- .../homepage-1-Mobile-Safari-linux.png | 4 ++-- .../homepage.spec.js-snapshots/homepage-1-chromium-linux.png | 4 ++-- .../homepage.spec.js-snapshots/homepage-1-firefox-linux.png | 4 ++-- .../homepage.spec.js-snapshots/homepage-1-webkit-linux.png | 4 ++-- .../product-simple-1-Mobile-Chrome-linux.png | 4 ++-- .../product-simple-1-Mobile-Safari-linux.png | 4 ++-- .../product-simple-1-chromium-linux.png | 4 ++-- .../product-simple-1-firefox-linux.png | 4 ++-- .../product-simple-1-webkit-linux.png | 4 ++-- .../search-page-1-Mobile-Chrome-linux.png | 4 ++-- .../search.spec.js-snapshots/search-page-1-chromium-linux.png | 4 ++-- .../search.spec.js-snapshots/search-page-1-firefox-linux.png | 4 ++-- 36 files changed, 72 insertions(+), 72 deletions(-) diff --git a/tests/playwright/category.spec.js-snapshots/category-filter-1-chromium-linux.png b/tests/playwright/category.spec.js-snapshots/category-filter-1-chromium-linux.png index 1d9fafed6..ada5ed759 100644 --- a/tests/playwright/category.spec.js-snapshots/category-filter-1-chromium-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-filter-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:283d4a0e127867bd700196160bb20799ed1918344483f04302beb7820a2b31d3 -size 377138 +oid sha256:a45bc3201e913def6a3c7724dfbfe0c7b15f4b1bc759120bce527fc392f5a585 +size 377019 diff --git a/tests/playwright/category.spec.js-snapshots/category-filter-1-firefox-linux.png b/tests/playwright/category.spec.js-snapshots/category-filter-1-firefox-linux.png index c367adbf8..aa38dd8cc 100644 --- a/tests/playwright/category.spec.js-snapshots/category-filter-1-firefox-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-filter-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4e0b3b0e70b01c5b5e7ddae0f56fa0931d040d9cbdc30a3cab4fdfdd8d317bb -size 515816 +oid sha256:bfb5291e2fe6c92f887719ef8f94caf212a70f6e03d9b2309d70cff435782b69 +size 515691 diff --git a/tests/playwright/category.spec.js-snapshots/category-pagination-1-Mobile-Chrome-linux.png b/tests/playwright/category.spec.js-snapshots/category-pagination-1-Mobile-Chrome-linux.png index 43c1502a4..36c13ab29 100644 --- a/tests/playwright/category.spec.js-snapshots/category-pagination-1-Mobile-Chrome-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-pagination-1-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:540d1a274d398210ad114d81a06553917d373444b4a18031804a9451c12710e5 -size 134795 +oid sha256:13124fada4aa14553976e52bac968ad5f49f29f8ab8859fdc08fa3a4b742f751 +size 134678 diff --git a/tests/playwright/category.spec.js-snapshots/category-pagination-1-chromium-linux.png b/tests/playwright/category.spec.js-snapshots/category-pagination-1-chromium-linux.png index 607864ee2..d07a991e8 100644 --- a/tests/playwright/category.spec.js-snapshots/category-pagination-1-chromium-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-pagination-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2ce50197b71001db62508964d17f5353191f3379355d616f6f7794b2ec23edb8 -size 240241 +oid sha256:a3ef1366af49f1a2f7bceb38e654783f4ec8452a8650ff10682fc8ab9574bfce +size 240144 diff --git a/tests/playwright/category.spec.js-snapshots/category-pagination-1-firefox-linux.png b/tests/playwright/category.spec.js-snapshots/category-pagination-1-firefox-linux.png index b412e3fb8..130e0d00e 100644 --- a/tests/playwright/category.spec.js-snapshots/category-pagination-1-firefox-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-pagination-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:901e872bdb9ed97a0dc0eca249c55749bf29d902d7d52f8eed23bab065abd0cb -size 338961 +oid sha256:7248c579af48feca95157d9441d194aaba224508bae96c55b399aac012091dea +size 338766 diff --git a/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-Mobile-Chrome-linux.png b/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-Mobile-Chrome-linux.png index ac4d9e1d0..2ab755046 100644 --- a/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-Mobile-Chrome-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bbe8bedfb35200735624eb886dfb79b2f31d7511101149a93735e6e1eeb589fc -size 380630 +oid sha256:c6212ecf8bf76a4ba40ecf0d9d176acc469a190399d537c7f177a75c6c55eb13 +size 380503 diff --git a/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-chromium-linux.png b/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-chromium-linux.png index 011567082..e2426ea44 100644 --- a/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-chromium-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c659186b2ec2c53093cdd0027bb9ba640b2b412f029c1a6f0de9385d58d6a702 -size 459534 +oid sha256:90c887e075ef3e4f4a4e53b89610f4a84a8178f3fecc87b3510d1fa4abc785e5 +size 459401 diff --git a/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-firefox-linux.png b/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-firefox-linux.png index 411575066..0050281d2 100644 --- a/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-firefox-linux.png +++ b/tests/playwright/category.spec.js-snapshots/category-with-simple-products-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ecfe217955ec908e7ea4d0086c0cb5223a10469efa9fe18eac21ec2f096c516 -size 627244 +oid sha256:e6eefb939c9d656f6f5a3cdf9dc559a3b6740a7b928c363c4230ec28042525ba +size 627150 diff --git a/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-Mobile-Chrome-linux.png b/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-Mobile-Chrome-linux.png index b838ae5b5..973a8ba5f 100644 --- a/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-Mobile-Chrome-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef22834bf5e80a59022409ea14e75aa00e7ada6b117edc43cb7b3a0a55fd708b -size 108112 +oid sha256:9e6a70aa313cda01d54b979ac8db2d8a0a9ac4f4f37f4e4be38012ac6d1e08a9 +size 107984 diff --git a/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-Mobile-Safari-linux.png b/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-Mobile-Safari-linux.png index 46a3fef52..3a750a9ce 100644 --- a/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-Mobile-Safari-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-Mobile-Safari-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9d7b6d8c9a095da8f66b3ab062e4752d39799b806586d43d5b76d8fdc8b66f3 -size 120626 +oid sha256:96993097d9100280b47ec16ab9f6cba288ee51560ad3b456497dcf33d217f173 +size 120483 diff --git a/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-chromium-linux.png b/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-chromium-linux.png index 1779cea66..08eb0b1fe 100644 --- a/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-chromium-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef9bd53791f1ebaea5abce2247b803702eb373c3a7f86ddb8fd05a60cc9368b4 -size 120196 +oid sha256:5af6db802edd0fe62be3c976ca6679001625b4cfdfbdc479dc9cfc372df9a29b +size 120092 diff --git a/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-firefox-linux.png b/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-firefox-linux.png index 551af2b5c..51bdf5d9a 100644 --- a/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-firefox-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41de82f48c822cdc33be3485fe8b68267392337d48013d9166a31e2928d5ea85 -size 162213 +oid sha256:9d8c5e4368f47253d1ce0172d7fe869e1bb70c0e077ce3d1cc57456cf7518fc7 +size 161983 diff --git a/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-webkit-linux.png b/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-webkit-linux.png index 39847ed27..6900ebb9c 100644 --- a/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-webkit-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/default---as-guest-4-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1fffac98f361a3b478d53c766de3bc31de58956bf94eed45d50b0676bd01fab4 -size 138829 +oid sha256:694f8bd29cd8ed8d6f9933429f0924e3cf29b951dbc013b11eb2c54933cc81a9 +size 138691 diff --git a/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-Mobile-Chrome-linux.png b/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-Mobile-Chrome-linux.png index b838ae5b5..973a8ba5f 100644 --- a/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-Mobile-Chrome-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef22834bf5e80a59022409ea14e75aa00e7ada6b117edc43cb7b3a0a55fd708b -size 108112 +oid sha256:9e6a70aa313cda01d54b979ac8db2d8a0a9ac4f4f37f4e4be38012ac6d1e08a9 +size 107984 diff --git a/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-Mobile-Safari-linux.png b/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-Mobile-Safari-linux.png index 46a3fef52..3a750a9ce 100644 --- a/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-Mobile-Safari-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-Mobile-Safari-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9d7b6d8c9a095da8f66b3ab062e4752d39799b806586d43d5b76d8fdc8b66f3 -size 120626 +oid sha256:96993097d9100280b47ec16ab9f6cba288ee51560ad3b456497dcf33d217f173 +size 120483 diff --git a/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-chromium-linux.png b/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-chromium-linux.png index 1779cea66..08eb0b1fe 100644 --- a/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-chromium-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ef9bd53791f1ebaea5abce2247b803702eb373c3a7f86ddb8fd05a60cc9368b4 -size 120196 +oid sha256:5af6db802edd0fe62be3c976ca6679001625b4cfdfbdc479dc9cfc372df9a29b +size 120092 diff --git a/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-firefox-linux.png b/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-firefox-linux.png index 551af2b5c..51bdf5d9a 100644 --- a/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-firefox-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41de82f48c822cdc33be3485fe8b68267392337d48013d9166a31e2928d5ea85 -size 162213 +oid sha256:9d8c5e4368f47253d1ce0172d7fe869e1bb70c0e077ce3d1cc57456cf7518fc7 +size 161983 diff --git a/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-webkit-linux.png b/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-webkit-linux.png index 39847ed27..6900ebb9c 100644 --- a/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-webkit-linux.png +++ b/tests/playwright/checkout.spec.js-snapshots/onestep---as-guest-3-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1fffac98f361a3b478d53c766de3bc31de58956bf94eed45d50b0676bd01fab4 -size 138829 +oid sha256:694f8bd29cd8ed8d6f9933429f0924e3cf29b951dbc013b11eb2c54933cc81a9 +size 138691 diff --git a/tests/playwright/general.spec.js-snapshots/cookie-1-Mobile-Chrome-linux.png b/tests/playwright/general.spec.js-snapshots/cookie-1-Mobile-Chrome-linux.png index e9faa6265..33106abca 100644 --- a/tests/playwright/general.spec.js-snapshots/cookie-1-Mobile-Chrome-linux.png +++ b/tests/playwright/general.spec.js-snapshots/cookie-1-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c370d16b6ad018aab7ac48c1b2f01f1067879266a4241c26c1c648e347c0a65c -size 177367 +oid sha256:7d58ebb3ad24168a2e142d34056d24dc50b3f72d3a2c61ff5632c7d4f6ad79f4 +size 177211 diff --git a/tests/playwright/general.spec.js-snapshots/cookie-1-Mobile-Safari-linux.png b/tests/playwright/general.spec.js-snapshots/cookie-1-Mobile-Safari-linux.png index 0a1f8539b..d3376f57d 100644 --- a/tests/playwright/general.spec.js-snapshots/cookie-1-Mobile-Safari-linux.png +++ b/tests/playwright/general.spec.js-snapshots/cookie-1-Mobile-Safari-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26cd0e72b393cd814bf12c98c2fb3d75715d635c9ddac9732747716b318a412d -size 176959 +oid sha256:1529c9d4d4fd0b16e9878dc36d75ebc6af0b51c040a209073abd23e0df54713c +size 176813 diff --git a/tests/playwright/general.spec.js-snapshots/cookie-1-chromium-linux.png b/tests/playwright/general.spec.js-snapshots/cookie-1-chromium-linux.png index 39c578ffd..74e501213 100644 --- a/tests/playwright/general.spec.js-snapshots/cookie-1-chromium-linux.png +++ b/tests/playwright/general.spec.js-snapshots/cookie-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d6c395836bc04370a6327a4204c3cd2b487315f1e3241abcb03b88fdcb01368 -size 505088 +oid sha256:d36fb22d31388911d7d7c7ea81ce121567601ecb1211c316d43ede87ca02044d +size 504946 diff --git a/tests/playwright/general.spec.js-snapshots/cookie-1-firefox-linux.png b/tests/playwright/general.spec.js-snapshots/cookie-1-firefox-linux.png index 197e10b1d..c688e1bf0 100644 --- a/tests/playwright/general.spec.js-snapshots/cookie-1-firefox-linux.png +++ b/tests/playwright/general.spec.js-snapshots/cookie-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:576d6868c2ce26a771a1e393ddde77189787ecdb28e4c30ea37b317377078598 -size 645126 +oid sha256:8dcf04527b174b371961e392776f010eeefab89781d4d55f7b898ab93271d127 +size 644991 diff --git a/tests/playwright/general.spec.js-snapshots/cookie-1-webkit-linux.png b/tests/playwright/general.spec.js-snapshots/cookie-1-webkit-linux.png index e15d33adb..ec285803a 100644 --- a/tests/playwright/general.spec.js-snapshots/cookie-1-webkit-linux.png +++ b/tests/playwright/general.spec.js-snapshots/cookie-1-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:22195d11cb266596d243374113ac51073b8d402e082ce8ff179468c8f9cdf7fb -size 468282 +oid sha256:4aaecd8fc17fe45ce641bdd753ef2932356e6e29a245236b51c7451e84d98564 +size 468177 diff --git a/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Chrome-linux.png b/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Chrome-linux.png index 45faa04fe..9d512159b 100644 --- a/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Chrome-linux.png +++ b/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7e54d7c6761f095f4cf6d1a0bfe6b5017b759edc6890f10cc7037f106a63c01f -size 393439 +oid sha256:7a4f6e1302eaa4aac4efac02b9b0373da554d74c82e4444d9bde1f9442dd122e +size 393283 diff --git a/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Safari-linux.png b/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Safari-linux.png index deb9fa003..126afe5e1 100644 --- a/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Safari-linux.png +++ b/tests/playwright/homepage.spec.js-snapshots/homepage-1-Mobile-Safari-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a9bbc22630ca544c46f4e87f9e4f055abb7f0ec7b2a0ad266a19c45ffb87c7d6 -size 385616 +oid sha256:8637b63f2828f97b0333acb3b6483beb2059a5a9817255ebd4bde9aabd22bbc5 +size 385515 diff --git a/tests/playwright/homepage.spec.js-snapshots/homepage-1-chromium-linux.png b/tests/playwright/homepage.spec.js-snapshots/homepage-1-chromium-linux.png index 26a0f2a8d..e4628c608 100644 --- a/tests/playwright/homepage.spec.js-snapshots/homepage-1-chromium-linux.png +++ b/tests/playwright/homepage.spec.js-snapshots/homepage-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd79165935ec24e602c1d57a168ae6ec1b25c17aeff992b4e700b89c720ad7d9 -size 734618 +oid sha256:8454640e7afbc8f0bdcad213107f885fd6a0baaa95a572bf6cddc3488238923a +size 734473 diff --git a/tests/playwright/homepage.spec.js-snapshots/homepage-1-firefox-linux.png b/tests/playwright/homepage.spec.js-snapshots/homepage-1-firefox-linux.png index be463b76b..eab500990 100644 --- a/tests/playwright/homepage.spec.js-snapshots/homepage-1-firefox-linux.png +++ b/tests/playwright/homepage.spec.js-snapshots/homepage-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c047fb2316c5d77338828e3f9ea4f4d222bf61052c5996166cbb5ac4e18e266 -size 940936 +oid sha256:513ba421622c6b39d6c37f29b4a5bcbe317e62b8d9b75ab2db4cdd87596c6d1a +size 940674 diff --git a/tests/playwright/homepage.spec.js-snapshots/homepage-1-webkit-linux.png b/tests/playwright/homepage.spec.js-snapshots/homepage-1-webkit-linux.png index 9dae5573e..c16831b9b 100644 --- a/tests/playwright/homepage.spec.js-snapshots/homepage-1-webkit-linux.png +++ b/tests/playwright/homepage.spec.js-snapshots/homepage-1-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3051aa03f87be7f6b4f8a6b0c1442a0d08ba6f41cdffa91bdec74282b86ffb72 -size 700119 +oid sha256:196a3ab4ace88fcb540791d32eb9709168deee0f0493c51c159dc665278b7e36 +size 700003 diff --git a/tests/playwright/product.spec.js-snapshots/product-simple-1-Mobile-Chrome-linux.png b/tests/playwright/product.spec.js-snapshots/product-simple-1-Mobile-Chrome-linux.png index ac53d85a2..906d97761 100644 --- a/tests/playwright/product.spec.js-snapshots/product-simple-1-Mobile-Chrome-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-simple-1-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4d8a81d954131d0353165859989f4d28d921939c3dd693e65144c8c82c050636 -size 211152 +oid sha256:ab69c44d968beb6e0277a8d7a40c6252257798d881c5d4ddec7f6a97eac87537 +size 211020 diff --git a/tests/playwright/product.spec.js-snapshots/product-simple-1-Mobile-Safari-linux.png b/tests/playwright/product.spec.js-snapshots/product-simple-1-Mobile-Safari-linux.png index f2178eac0..6c16e0afd 100644 --- a/tests/playwright/product.spec.js-snapshots/product-simple-1-Mobile-Safari-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-simple-1-Mobile-Safari-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ccb9302b824644498419c4e5c37667787cfacbb69e1c6fa32647913d06136307 -size 227296 +oid sha256:a8552e575a7dd1f75ebcb3de9344c7a9682d3c86ff41b7990063f6286dc181ff +size 227179 diff --git a/tests/playwright/product.spec.js-snapshots/product-simple-1-chromium-linux.png b/tests/playwright/product.spec.js-snapshots/product-simple-1-chromium-linux.png index 44a9791e6..4008cf87d 100644 --- a/tests/playwright/product.spec.js-snapshots/product-simple-1-chromium-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-simple-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ded57eca312e1d8414e147efe9d55cc273094011cb0ac7420dbbc5e26dfa78d -size 278030 +oid sha256:fcf15ee6df7c952edd56deb64198042429b0317a6997f9cf05c523adde372196 +size 277926 diff --git a/tests/playwright/product.spec.js-snapshots/product-simple-1-firefox-linux.png b/tests/playwright/product.spec.js-snapshots/product-simple-1-firefox-linux.png index 58d6443b5..7ef6d6503 100644 --- a/tests/playwright/product.spec.js-snapshots/product-simple-1-firefox-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-simple-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eca1991a5d8eac3cd4c13d82a508d28510a66f13777824cdbd4645d36c011628 -size 381924 +oid sha256:e4a2d38311b3172bce43e22e0e7dcf8ec1a98d0f7b9aaecd42f8a1e37ce5d463 +size 381746 diff --git a/tests/playwright/product.spec.js-snapshots/product-simple-1-webkit-linux.png b/tests/playwright/product.spec.js-snapshots/product-simple-1-webkit-linux.png index a6cf24855..15effa9d9 100644 --- a/tests/playwright/product.spec.js-snapshots/product-simple-1-webkit-linux.png +++ b/tests/playwright/product.spec.js-snapshots/product-simple-1-webkit-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ab01008470c9eebafb6bbe3a7382e176c39ff2417f4ff1edaa924299492fa55 -size 315143 +oid sha256:4382bdcb4c680f3f860367c9ac4fcb4e785563552bd5225e8731cdc84d2a816f +size 314995 diff --git a/tests/playwright/search.spec.js-snapshots/search-page-1-Mobile-Chrome-linux.png b/tests/playwright/search.spec.js-snapshots/search-page-1-Mobile-Chrome-linux.png index 036521b76..7ee831ddc 100644 --- a/tests/playwright/search.spec.js-snapshots/search-page-1-Mobile-Chrome-linux.png +++ b/tests/playwright/search.spec.js-snapshots/search-page-1-Mobile-Chrome-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f2075e29ab3bf7f4cb617e777c56e1899939ae5db5c5d54bc37551e5e588870 -size 46775 +oid sha256:1e13e1985308cd773b22d68b43a0bd6121004a611c91eb168f538c0cce756525 +size 46646 diff --git a/tests/playwright/search.spec.js-snapshots/search-page-1-chromium-linux.png b/tests/playwright/search.spec.js-snapshots/search-page-1-chromium-linux.png index 1d50f7deb..701a9ae4a 100644 --- a/tests/playwright/search.spec.js-snapshots/search-page-1-chromium-linux.png +++ b/tests/playwright/search.spec.js-snapshots/search-page-1-chromium-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a87c32c2eb31ab833dfd0aae8cd317e944c4edcbab0e27ef1be98974c77fe94 -size 131798 +oid sha256:163b2ee59163a6d5bb599fa61e50fdfaee9475a309f6c996969a2c292281bf5a +size 131714 diff --git a/tests/playwright/search.spec.js-snapshots/search-page-1-firefox-linux.png b/tests/playwright/search.spec.js-snapshots/search-page-1-firefox-linux.png index 86c08ab7c..d56438419 100644 --- a/tests/playwright/search.spec.js-snapshots/search-page-1-firefox-linux.png +++ b/tests/playwright/search.spec.js-snapshots/search-page-1-firefox-linux.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2d874ec8f6516110404b255b0215ae7ff307d613ae7e8f73cf8dc5dff679b4de -size 180932 +oid sha256:7dada8b27187df14bd7343073801e97b38beda78971de70fef5667d81af5ca1c +size 180778