From fbcc3139a382b1a6bbadfa6c85c94984f876640c Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 23 Apr 2025 11:25:43 +0200 Subject: [PATCH] chore(Skeleton): remove `aria-busy:cursor-progress` class --- src/theme/skeleton.ts | 2 +- test/components/__snapshots__/Skeleton-vue.spec.ts.snap | 4 ++-- test/components/__snapshots__/Skeleton.spec.ts.snap | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/theme/skeleton.ts b/src/theme/skeleton.ts index c2851efe..f500adb2 100644 --- a/src/theme/skeleton.ts +++ b/src/theme/skeleton.ts @@ -1,3 +1,3 @@ export default { - base: 'animate-pulse rounded-md bg-elevated aria-busy:cursor-progress' + base: 'animate-pulse rounded-md bg-elevated' } diff --git a/test/components/__snapshots__/Skeleton-vue.spec.ts.snap b/test/components/__snapshots__/Skeleton-vue.spec.ts.snap index a8c6e092..d9f70a1b 100644 --- a/test/components/__snapshots__/Skeleton-vue.spec.ts.snap +++ b/test/components/__snapshots__/Skeleton-vue.spec.ts.snap @@ -1,5 +1,5 @@ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html -exports[`Skeleton > renders with as correctly 1`] = `""`; +exports[`Skeleton > renders with as correctly 1`] = `""`; -exports[`Skeleton > renders with class correctly 1`] = `""`; +exports[`Skeleton > renders with class correctly 1`] = `""`; diff --git a/test/components/__snapshots__/Skeleton.spec.ts.snap b/test/components/__snapshots__/Skeleton.spec.ts.snap index a8c6e092..d9f70a1b 100644 --- a/test/components/__snapshots__/Skeleton.spec.ts.snap +++ b/test/components/__snapshots__/Skeleton.spec.ts.snap @@ -1,5 +1,5 @@ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html -exports[`Skeleton > renders with as correctly 1`] = `""`; +exports[`Skeleton > renders with as correctly 1`] = `""`; -exports[`Skeleton > renders with class correctly 1`] = `""`; +exports[`Skeleton > renders with class correctly 1`] = `""`;