@innovaccer/design-system 2.28.1 → 2.28.2

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,44 @@
1
+ ## 2.28.2 (2024-02-27)
2
+
3
+ ### Highlights
4
+
5
+ - feat(datepicker): add functionality to detect invalid manually entered dates in datepicker (bdf54a43)
6
+ - fix(dateRangePicker): add validation for invalid date range (7e337673)
7
+ - fix(avatargroup): update border color and popper body dimensions (51c648f0)
8
+ - fix(datepicker): datePicker popover not opening in fullscreenModal (5238f1e8)
9
+
10
+ ### Breaking changes
11
+
12
+ NA
13
+
14
+ ### Migration guide
15
+
16
+ NA
17
+
18
+ ### Deprecations
19
+
20
+ NA
21
+
22
+ ### Features
23
+
24
+ NA
25
+
26
+ ### Fixes
27
+
28
+ - fix(datepicker): datePicker popover not opening in fullscreenModal (5238f1e8)
29
+
30
+ ### Improvements
31
+
32
+ - feat(datepicker): add functionality to detect invalid manually entered dates in datepicker (bdf54a43)
33
+ - fix(dateRangePicker): add validation for invalid date range (7e337673)
34
+ - fix(avatargroup): update border color and popper body dimensions (51c648f0)
35
+
36
+ ### Documentation
37
+
38
+ NA
39
+
40
+ ---
41
+
1
42
  ## 2.28.1 (2024-02-19)
2
43
 
3
44
  ### Highlights
@@ -985,10 +985,9 @@ body {
985
985
  }
986
986
 
987
987
  .AvatarGroup-TextWrapper {
988
- padding-right: var(--spacing);
989
988
  display: flex;
990
989
  flex-direction: column;
991
- align-items: flex-end;
990
+ align-items: flex-start;
992
991
  overflow-y: auto;
993
992
  }
994
993