@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 +42 -1
- package/css/dist/index.css +7 -6
- package/css/dist/index.css.map +1 -1
- package/css/src/components/pageHeader.css +7 -6
- package/dist/.lib/tsconfig.type.tsbuildinfo +22 -5
- package/dist/core/components/atoms/icon/Icon.d.ts +0 -1
- package/dist/core/components/organisms/pageHeader/PageHeader.d.ts +1 -0
- package/dist/core/components/organisms/pageHeader/utils.d.ts +32 -0
- package/dist/index.esm.js +187 -52
- package/dist/index.js +176 -48
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.br +0 -0
- package/dist/index.umd.js.gz +0 -0
- package/package.json +1 -1
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
|
|
package/css/dist/index.css
CHANGED
|
@@ -5066,12 +5066,12 @@ body {
|
|
|
5066
5066
|
padding-right: var(--spacing-xl);
|
|
5067
5067
|
}
|
|
5068
5068
|
|
|
5069
|
-
.PageHeader
|
|
5070
|
-
|
|
5069
|
+
.PageHeader {
|
|
5070
|
+
width: 100%;
|
|
5071
5071
|
}
|
|
5072
5072
|
|
|
5073
|
-
.PageHeader-wrapper
|
|
5074
|
-
|
|
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 .
|
|
5107
|
+
.PageHeader-statusWrapper .StatusHint {
|
|
5108
5108
|
margin-right: var(--spacing);
|
|
5109
5109
|
}
|
|
5110
5110
|
|
|
5111
5111
|
.PageHeader-navigationWrapper {
|
|
5112
|
-
margin-top: var(--spacing-
|
|
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 {
|