@me1a/ui 2.0.7 → 2.0.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.
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -2
package/dist/index.d.mts
CHANGED
|
@@ -389,6 +389,8 @@ declare function Skeleton({ className, ...props }: React.HTMLAttributes<HTMLDivE
|
|
|
389
389
|
* Avatar component that displays a user's profile picture or fallback.
|
|
390
390
|
* Built on top of Radix UI's Avatar primitive.
|
|
391
391
|
*
|
|
392
|
+
* @url https://segiimelnykov.github.io/ui/?path=/docs/atoms-avatar--docs
|
|
393
|
+
*
|
|
392
394
|
* @example
|
|
393
395
|
* ```tsx
|
|
394
396
|
* <Avatar>
|
package/dist/index.d.ts
CHANGED
|
@@ -389,6 +389,8 @@ declare function Skeleton({ className, ...props }: React.HTMLAttributes<HTMLDivE
|
|
|
389
389
|
* Avatar component that displays a user's profile picture or fallback.
|
|
390
390
|
* Built on top of Radix UI's Avatar primitive.
|
|
391
391
|
*
|
|
392
|
+
* @url https://segiimelnykov.github.io/ui/?path=/docs/atoms-avatar--docs
|
|
393
|
+
*
|
|
392
394
|
* @example
|
|
393
395
|
* ```tsx
|
|
394
396
|
* <Avatar>
|