@assembly-js/design-system 3.1.7 → 3.1.8

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.
@@ -20,8 +20,8 @@ declare const Avatar: React.ForwardRefExoticComponent<({
20
20
  content?: string | undefined;
21
21
  translate?: "yes" | "no" | undefined;
22
22
  prefix?: string | undefined;
23
- className?: string | undefined;
24
23
  children?: React.ReactNode;
24
+ className?: string | undefined;
25
25
  slot?: string | undefined;
26
26
  style?: React.CSSProperties | undefined;
27
27
  title?: string | undefined;
@@ -299,8 +299,8 @@ declare const Avatar: React.ForwardRefExoticComponent<({
299
299
  content?: string | undefined;
300
300
  translate?: "yes" | "no" | undefined;
301
301
  prefix?: string | undefined;
302
- className?: string | undefined;
303
302
  children?: React.ReactNode;
303
+ className?: string | undefined;
304
304
  slot?: string | undefined;
305
305
  style?: React.CSSProperties | undefined;
306
306
  title?: string | undefined;