@innovaccer/design-system 2.22.0 → 2.23.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,44 @@
1
+ ## 2.23.0 (2023-10-17)
2
+
3
+ ### Highlights
4
+
5
+ - feat(pageheader): add back button option and optimize spacing (cddc4250)
6
+ - fix(icon): update mapping for outlined icon (f979c415)
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
+ - feat(pageheader): add back button option and optimize spacing (cddc4250)
23
+
24
+ ### Fixes
25
+
26
+ - fix(icon): update mapping for outlined icon (f979c415)
27
+ - fix(dropdown): update error state for async dropdown (ebee4c37)
28
+
29
+ ### Improvements
30
+
31
+ NA
32
+
33
+ ### Documentation
34
+
35
+ - docs(docs): update interactions in foundations tab (b5d68681)
36
+ - docs(docs): add email preview image in overview page (e6aa3903)
37
+ - docs(dropdown): add error and empty states guidelines (23921525)
38
+ - docs(docs): add documentation for interactive cards (807e63d9)
39
+
40
+ ---
41
+
1
42
  ## 2.22.0 (2023-09-28)
2
43
 
3
44
  ### Highlights
@@ -24,6 +65,7 @@ NA
24
65
  - feat(card): add selection card component (c88947a8)
25
66
  - feat(Icon): migration to material symbols from material icons (55ea8882)
26
67
  - feat: add iconType prop in components to switch between icon types (16c567a1)
68
+ - feat(dropdown): add error and empty state template in dropdown component (3f84aa6b)
27
69
 
28
70
  ### Fixes
29
71
 
@@ -32,7 +74,6 @@ NA
32
74
  ### Improvements
33
75
 
34
76
  - feat(table): add story for column sorting for number type values (3dc74351)
35
- - feat(dropdown): add error and empty state template in dropdown component (3f84aa6b)
36
77
 
37
78
  ### Documentation
38
79
 
@@ -5066,12 +5066,12 @@ body {
5066
5066
  padding-right: var(--spacing-xl);
5067
5067
  }
5068
5068
 
5069
- .PageHeader-wrapper {
5070
- padding: var(--spacing) var(--spacing-2);
5069
+ .PageHeader {
5070
+ width: 100%;
5071
5071
  }
5072
5072
 
5073
- .PageHeader-wrapper--separator {
5074
- border-bottom: var(--border);
5073
+ .PageHeader-wrapper {
5074
+ padding: var(--spacing) var(--spacing-2) var(--spacing) 0;
5075
5075
  }
5076
5076
 
5077
5077
  .PageHeader-wrapper--withTabs {
@@ -5104,12 +5104,12 @@ body {
5104
5104
  align-items: center;
5105
5105
  }
5106
5106
 
5107
- .PageHeader-statusWrapper .StatusHints {
5107
+ .PageHeader-statusWrapper .StatusHint {
5108
5108
  margin-right: var(--spacing);
5109
5109
  }
5110
5110
 
5111
5111
  .PageHeader-navigationWrapper {
5112
- margin-top: var(--spacing-l);
5112
+ margin-top: var(--spacing-m);
5113
5113
  }
5114
5114
 
5115
5115
  .PageHeader .PageHeader-navigationWrapper {
@@ -5118,6 +5118,7 @@ body {
5118
5118
  margin-top: 0 !important;
5119
5119
  padding-right: var(--spacing);
5120
5120
  padding-left: var(--spacing);
5121
+ display: flex;
5121
5122
  }
5122
5123
 
5123
5124
  .PageHeader-title {