@innovaccer/design-system 2.43.0 → 2.44.0

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,51 @@
1
+ ## 2.44.0 (2024-10-01)
2
+
3
+ ### Highlights
4
+
5
+ - feat(avatarGroup): update avatar group popover list design (2de75c4f)
6
+ - feat(select): update text color of select trigger placeholder (e23be2e4)
7
+ - feat(avatar): update appearance of text and icon in avatar (e592a5ae)
8
+ - feat(popover): add support for delay on popover opening (eaa5c228)
9
+ - feat(molecules): add figma code connect for molecules component (de8c4b4b)
10
+ - feat(combobox): add input text overflow behavior (e6b2f986)
11
+ - feat(avatarGroup): update label for overflow story of avatar group (78668fd2)
12
+
13
+ ### Breaking changes
14
+
15
+ NA
16
+
17
+ ### Migration guide
18
+
19
+ NA
20
+
21
+ ### Deprecations
22
+
23
+ NA
24
+
25
+ ### Features
26
+
27
+ - feat(avatarGroup): update avatar group popover list design (2de75c4f)
28
+ - feat(select): update text color of select trigger placeholder (e23be2e4)
29
+ - feat(avatar): update appearance of text and icon in avatar (e592a5ae)
30
+ - feat(popover): add support for delay on popover opening (eaa5c228)
31
+ - feat(molecules): add figma code connect for molecules component (de8c4b4b)
32
+ - feat(combobox): add input text overflow behavior (e6b2f986)
33
+ - feat(avatarGroup): update label for overflow story of avatar group (78668fd2)
34
+
35
+ ### Fixes
36
+
37
+ - fix(datepicker): update today date chip disabled state (449acb4f)
38
+
39
+ ### Improvements
40
+
41
+ NA
42
+
43
+ ### Documentation
44
+
45
+ - docs: update docs for browser title and table filters (f6495841)
46
+
47
+ ---
48
+
1
49
  ## 2.43.0 (2024-09-11)
2
50
 
3
51
  ### Highlights
@@ -1010,24 +1010,10 @@ body {
1010
1010
  font-size: 10px !important;
1011
1011
  }
1012
1012
 
1013
- .Avatar-content--secondary {
1013
+ .Avatar-content {
1014
1014
  color: var(--inverse) !important;
1015
- }
1016
-
1017
- .Avatar-content--success {
1018
- color: var(--success-darker) !important;
1019
- }
1020
-
1021
- .Avatar-content--warning {
1022
- color: var(--warning-darker) !important;
1023
- }
1024
-
1025
- .Avatar-content--accent1 {
1026
- color: var(--accent1-darker) !important;
1027
- }
1028
-
1029
- .Avatar-content--accent4 {
1030
- color: var(--accent4-darker) !important;
1015
+ opacity: var(--opacity-20);
1016
+ mix-blend-mode: multiply;
1031
1017
  }
1032
1018
 
1033
1019
  .AvatarGroup-item {
@@ -1046,13 +1032,8 @@ body {
1046
1032
  }
1047
1033
 
1048
1034
  .AvatarGroup-Popper {
1049
- max-width: var(--spacing-9);
1050
- overflow: hidden;
1035
+ overflow-y: auto;
1051
1036
  box-sizing: border-box;
1052
- word-break: break-word;
1053
- -webkit-hyphens: auto;
1054
- -ms-hyphens: auto;
1055
- hyphens: auto;
1056
1037
  }
1057
1038
 
1058
1039
  .AvatarGroup-TextWrapper {
@@ -6334,7 +6315,7 @@ body {
6334
6315
  }
6335
6316
 
6336
6317
  .Select-trigger--placeholder {
6337
- color: var(--text-subtle);
6318
+ color: var(--text);
6338
6319
  }
6339
6320
 
6340
6321
  .Select-trigger--icon {