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`] = `""`;