@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 +38 -0
- package/css/dist/index.css +2 -0
- package/css/dist/index.css.map +1 -1
- package/css/src/components/avatarGroup.module.css +2 -0
- package/dist/brotli/index.js +1 -1
- package/dist/brotli/index.js.br +0 -0
- package/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +176 -175
- package/dist/gzip/index.js +1 -1
- package/dist/gzip/index.js.gz +0 -0
- package/dist/index.js +176 -175
- package/dist/index.js.map +1 -1
- package/dist/index.umd.css +2 -0
- package/dist/index.umd.js +1 -1
- package/dist/types/tsconfig.type.tsbuildinfo +13 -11
- package/package.json +1 -1
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
|