@innovaccer/design-system 4.11.1 → 4.12.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 +84 -0
- package/css/dist/index.css +1 -0
- package/css/dist/index.css.map +1 -1
- package/css/src/components/link.module.css +1 -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/core/components/organisms/grid/Cell.d.ts +7 -2
- package/dist/core/components/organisms/grid/Grid.d.ts +3 -0
- package/dist/core/components/organisms/grid/GridContext.d.ts +2 -0
- package/dist/core/components/organisms/grid/utility.d.ts +1 -0
- package/dist/core/components/organisms/table/Header.d.ts +2 -0
- package/dist/core/components/organisms/verticalNav/MenuItem.d.ts +1 -0
- package/dist/core/components/organisms/verticalNav/VerticalNav.d.ts +1 -0
- package/dist/core/utils/navigationHelper.d.ts +1 -0
- package/dist/esm/index.js +309 -200
- package/dist/gzip/index.js +1 -1
- package/dist/gzip/index.js.gz +0 -0
- package/dist/index.js +304 -200
- package/dist/index.js.map +1 -1
- package/dist/index.umd.css +1 -0
- package/dist/index.umd.js +1 -1
- package/dist/types/tsconfig.type.tsbuildinfo +25 -23
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,87 @@
|
|
|
1
|
+
## 4.12.0 (2025-08-14)
|
|
2
|
+
|
|
3
|
+
### Highlights
|
|
4
|
+
|
|
5
|
+
- feat(table): add custom header cell renderer with sorting state support (9fb78957)
|
|
6
|
+
- feat(verticalNav): add support for custom option renderer in vertical nav (fcbcb87f)
|
|
7
|
+
- feat(select): add inline label support for small size select trigger (9f476ce7)
|
|
8
|
+
- feat(table): add support for custom label in table header (404b440b)
|
|
9
|
+
- feat(link): add story for icon support in link component (01d658b2)
|
|
10
|
+
|
|
11
|
+
### Breaking changes
|
|
12
|
+
|
|
13
|
+
NA
|
|
14
|
+
|
|
15
|
+
### Migration guide
|
|
16
|
+
|
|
17
|
+
NA
|
|
18
|
+
|
|
19
|
+
### Deprecations
|
|
20
|
+
|
|
21
|
+
NA
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
- feat(table): add custom header cell renderer with sorting state support (9fb78957)
|
|
26
|
+
- feat(verticalNav): add support for custom option renderer in vertical nav (fcbcb87f)
|
|
27
|
+
- feat(select): add inline label support for small size select trigger (9f476ce7)
|
|
28
|
+
- feat(table): add support for custom label in table header (404b440b)
|
|
29
|
+
- feat(link): add story for icon support in link component (01d658b2)
|
|
30
|
+
|
|
31
|
+
### Fixes
|
|
32
|
+
|
|
33
|
+
- fix(table): fix extra api call on sorting in infinite scroll (00f3a26b)
|
|
34
|
+
- fix(table): fix visibility of background cell for pinned columns (29d91d9b)
|
|
35
|
+
- fix(table): update spacing of checkbox for loading state (45109d69)
|
|
36
|
+
|
|
37
|
+
### Improvements
|
|
38
|
+
|
|
39
|
+
NA
|
|
40
|
+
|
|
41
|
+
### Documentation
|
|
42
|
+
|
|
43
|
+
- docs(icon): update appearance section for the Icon component (d9c04fa6)
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
47
|
+
## 4.11.2 (2025-07-28)
|
|
48
|
+
|
|
49
|
+
### Highlights
|
|
50
|
+
|
|
51
|
+
- feat(Navigation): add extended support for count prop in VerticalNav & HorizontalNav component (06ca0737)
|
|
52
|
+
- test(HorizontalNav): add test cases for menu count formatting support (cd6d54aa)
|
|
53
|
+
|
|
54
|
+
### Breaking changes
|
|
55
|
+
|
|
56
|
+
NA
|
|
57
|
+
|
|
58
|
+
### Migration guide
|
|
59
|
+
|
|
60
|
+
NA
|
|
61
|
+
|
|
62
|
+
### Deprecations
|
|
63
|
+
|
|
64
|
+
NA
|
|
65
|
+
|
|
66
|
+
### Features
|
|
67
|
+
|
|
68
|
+
- feat(Navigation): add extended support for count prop in VerticalNav & HorizontalNav component (06ca0737)
|
|
69
|
+
- test(HorizontalNav): add test cases for menu count formatting support (cd6d54aa)
|
|
70
|
+
|
|
71
|
+
### Fixes
|
|
72
|
+
|
|
73
|
+
NA
|
|
74
|
+
|
|
75
|
+
### Improvements
|
|
76
|
+
|
|
77
|
+
NA
|
|
78
|
+
|
|
79
|
+
### Documentation
|
|
80
|
+
|
|
81
|
+
NA
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
1
85
|
## 4.11.1 (2025-07-22)
|
|
2
86
|
|
|
3
87
|
### Highlights
|
package/css/dist/index.css
CHANGED
|
@@ -5199,6 +5199,7 @@ body {
|
|
|
5199
5199
|
font-weight: var(--font-weight-medium);
|
|
5200
5200
|
transition: var(--duration--fast-01) var(--standard-productive-curve);
|
|
5201
5201
|
box-sizing: border-box;
|
|
5202
|
+
border-bottom: var(--border-width-2-5) solid transparent;
|
|
5202
5203
|
}
|
|
5203
5204
|
|
|
5204
5205
|
.Link:focus-visible {
|