@innovaccer/design-system 4.19.0 → 4.19.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,4 +1,76 @@
1
- ## 4.19.0 (2025-01-07)
1
+ ## 4.19.2 (2026-02-12)
2
+
3
+ ### Highlights
4
+
5
+ - fix(datepicker): update today chip disabled state logic (5e290ea4)
6
+
7
+ ### Breaking changes
8
+
9
+ NA
10
+
11
+ ### Migration guide
12
+
13
+ NA
14
+
15
+ ### Deprecations
16
+
17
+ NA
18
+
19
+ ### Features
20
+
21
+ NA
22
+
23
+ ### Fixes
24
+
25
+ - fix(datepicker): update today chip disabled state logic (5e290ea4)
26
+
27
+ ### Improvements
28
+
29
+ NA
30
+
31
+ ### Documentation
32
+
33
+ NA
34
+
35
+ ---
36
+
37
+ ## 4.19.1 (2026-01-22)
38
+
39
+ ### Highlights
40
+
41
+ - feat(text): update font weight for small size variant in text component (5e1cf577)
42
+
43
+ ### Breaking changes
44
+
45
+ NA
46
+
47
+ ### Migration guide
48
+
49
+ NA
50
+
51
+ ### Deprecations
52
+
53
+ NA
54
+
55
+ ### Features
56
+
57
+ - feat(text): update font weight for small size variant in text component (5e1cf577)
58
+
59
+ ### Fixes
60
+
61
+ NA
62
+
63
+ ### Improvements
64
+
65
+ NA
66
+
67
+ ### Documentation
68
+
69
+ NA
70
+
71
+ ---
72
+
73
+ ## 4.19.0 (2026-01-07)
2
74
 
3
75
  ### Highlights
4
76
 
@@ -596,6 +596,7 @@ body {
596
596
  .Text--small {
597
597
  font-size: var(--font-size-s);
598
598
  line-height: var(--font-height-normal);
599
+ font-weight: var(--font-weight-medium);
599
600
  }
600
601
 
601
602
  .Text--regular {