chore(Skeleton): remove aria-busy:cursor-progress class

This commit is contained in:
Benjamin Canac
2025-04-23 11:25:43 +02:00
parent 1a46394668
commit fbcc3139a3
3 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,3 @@
export default {
base: 'animate-pulse rounded-md bg-elevated aria-busy:cursor-progress'
base: 'animate-pulse rounded-md bg-elevated'
}

View File

@@ -1,5 +1,5 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Skeleton > renders with as correctly 1`] = `"<span aria-busy="true" aria-label="loading" aria-live="polite" role="alert" class="animate-pulse rounded-md bg-elevated aria-busy:cursor-progress"></span>"`;
exports[`Skeleton > renders with as correctly 1`] = `"<span aria-busy="true" aria-label="loading" aria-live="polite" role="alert" class="animate-pulse rounded-md bg-elevated"></span>"`;
exports[`Skeleton > renders with class correctly 1`] = `"<div aria-busy="true" aria-label="loading" aria-live="polite" role="alert" class="animate-pulse bg-elevated aria-busy:cursor-progress rounded-full size-12"></div>"`;
exports[`Skeleton > renders with class correctly 1`] = `"<div aria-busy="true" aria-label="loading" aria-live="polite" role="alert" class="animate-pulse bg-elevated rounded-full size-12"></div>"`;

View File

@@ -1,5 +1,5 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Skeleton > renders with as correctly 1`] = `"<span aria-busy="true" aria-label="loading" aria-live="polite" role="alert" class="animate-pulse rounded-md bg-elevated aria-busy:cursor-progress"></span>"`;
exports[`Skeleton > renders with as correctly 1`] = `"<span aria-busy="true" aria-label="loading" aria-live="polite" role="alert" class="animate-pulse rounded-md bg-elevated"></span>"`;
exports[`Skeleton > renders with class correctly 1`] = `"<div aria-busy="true" aria-label="loading" aria-live="polite" role="alert" class="animate-pulse bg-elevated aria-busy:cursor-progress rounded-full size-12"></div>"`;
exports[`Skeleton > renders with class correctly 1`] = `"<div aria-busy="true" aria-label="loading" aria-live="polite" role="alert" class="animate-pulse bg-elevated rounded-full size-12"></div>"`;