@innovaccer/design-system 4.11.2 → 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 CHANGED
@@ -1,3 +1,49 @@
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
+
1
47
  ## 4.11.2 (2025-07-28)
2
48
 
3
49
  ### Highlights
@@ -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 {