@innovaccer/design-system 4.17.0 → 4.17.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,41 @@
1
+ ## 4.17.1 (2025-12-11)
2
+
3
+ ### Highlights
4
+
5
+ - fix(avatar): update avatar fallback appearance and text color (f20339b8)
6
+ - docs(Avatars): update the docs for the avatar and avatarGroups (9e3b9273)
7
+
8
+ ### Breaking changes
9
+
10
+ NA
11
+
12
+ ### Migration guide
13
+
14
+ NA
15
+
16
+ ### Deprecations
17
+
18
+ NA
19
+
20
+ ### Features
21
+
22
+ NA
23
+
24
+ ### Fixes
25
+
26
+ - fix(avatar): update avatar fallback appearance and text color (f20339b8)
27
+
28
+ ### Improvements
29
+
30
+ NA
31
+
32
+ ### Documentation
33
+
34
+ - docs(Avatars): update the docs for the avatar and avatarGroups (9e3b9273)
35
+ - docs(avatar): update docs for avatar and avatarGroups (c7dc4be9)
36
+
37
+ ---
38
+
1
39
  ## 4.17.0 (2025-12-10)
2
40
 
3
41
  ### Highlights
@@ -1070,6 +1070,8 @@ body {
1070
1070
  .AvatarCount-wrapper {
1071
1071
  border-radius: var(--border-radius-full);
1072
1072
  position: relative;
1073
+ display: flex;
1074
+ align-items: center;
1073
1075
  }
1074
1076
 
1075
1077
  .AvatarCount-wrapper:focus,