galaxy-design 0.2.54 → 0.2.56
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.
|
@@ -590,17 +590,16 @@
|
|
|
590
590
|
"description": "Avatar component for user profile pictures",
|
|
591
591
|
"files": [
|
|
592
592
|
"avatar.component.ts",
|
|
593
|
+
"avatar-image.component.ts",
|
|
594
|
+
"avatar-fallback.component.ts",
|
|
593
595
|
"index.ts"
|
|
594
596
|
],
|
|
595
|
-
"dependencies": [
|
|
596
|
-
|
|
597
|
-
],
|
|
598
|
-
"peerDependencies": [
|
|
599
|
-
"lucide-angular"
|
|
600
|
-
],
|
|
597
|
+
"dependencies": [],
|
|
598
|
+
"peerDependencies": [],
|
|
601
599
|
"exports": [
|
|
602
600
|
"AvatarComponent",
|
|
603
|
-
"
|
|
601
|
+
"AvatarImageComponent",
|
|
602
|
+
"AvatarFallbackComponent"
|
|
604
603
|
]
|
|
605
604
|
},
|
|
606
605
|
"scroll-area": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "galaxy-design",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.56",
|
|
4
4
|
"description": "CLI tool for adding Galaxy UI components to your Vue, React, Angular, Next.js, Nuxt.js, React Native, or Flutter project",
|
|
5
5
|
"author": "Bùi Trọng Hiếu (kevinbui) <kevinbui210191@gmail.com>",
|
|
6
6
|
"license": "MIT",
|