@innovaccer/design-system 2.15.3 → 2.15.4

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,42 @@
1
+ ## 2.15.4 (2023-04-24)
2
+
3
+ ### Highlights
4
+
5
+ - fix(divider): update header divider background (4ccc7de5)
6
+ - fix(pagination): update pagination to prevent decimal values for page (ad7cee98)
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
+ NA
23
+
24
+ ### Fixes
25
+
26
+ - fix(divider): update header divider color (4ccc7de5)
27
+ - fix(pagination): update pagination to prevent decimal values for page (ad7cee98)
28
+
29
+ ### Improvements
30
+
31
+ NA
32
+
33
+ ### Documentation
34
+
35
+ - docs(tooltip): update usage guidelines for tooltip in documentation (b90ca8e2)
36
+ - docs(popover): update guidelines for tooltip vs popover in documentation (851b1717)
37
+
38
+ ---
39
+
1
40
  ## 2.15.3 (2023-04-12)
2
41
 
3
42
  ### Highlights
@@ -2393,7 +2393,7 @@ body {
2393
2393
  }
2394
2394
 
2395
2395
  .Divider--header {
2396
- background: var(--secondary);
2396
+ background: var(--secondary-dark);
2397
2397
  }
2398
2398
 
2399
2399
  .Dropdown {