@sesamehr/react-design-system 2.0.0-beta.15 → 2.0.0-beta.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -24,7 +24,7 @@ export interface AvatarSkeletonProps extends React.HTMLAttributes<HTMLDivElement
|
|
|
24
24
|
* wrapper-with-no-behaviour that `.claude/rules/component-architecture.md` §11
|
|
25
25
|
* rejects.
|
|
26
26
|
*
|
|
27
|
-
* The
|
|
27
|
+
* The sweep and the reduced-motion behaviour are not reimplemented here: they
|
|
28
28
|
* come from `Skeleton`, which is the only place they are declared.
|
|
29
29
|
*/
|
|
30
30
|
export declare const AvatarSkeleton: import('react').ForwardRefExoticComponent<AvatarSkeletonProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
@@ -2,7 +2,8 @@ export interface SkeletonProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
2
2
|
dataTestid: string;
|
|
3
3
|
}
|
|
4
4
|
/**
|
|
5
|
-
* A block
|
|
5
|
+
* A block a sheen sweeps across while the content it stands in for is still
|
|
6
|
+
* loading.
|
|
6
7
|
*
|
|
7
8
|
* It configures nothing. One surface, and the caller gives it its shape with
|
|
8
9
|
* ordinary classes — `h-4 w-48` is a line of text, `size-10 rounded-full` is an
|