@ornikar/kitt-universal 25.45.2 → 25.45.3

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
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [25.45.3](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@25.45.2...@ornikar/kitt-universal@25.45.3) (2025-03-21)
7
+
8
+ **Note:** Version bump only for package @ornikar/kitt-universal
9
+
10
+
11
+
12
+
13
+
6
14
  ## [25.45.2](https://github.com/ornikar/kitt/compare/@ornikar/kitt-universal@25.45.1...@ornikar/kitt-universal@25.45.2) (2025-03-20)
7
15
 
8
16
 
@@ -12744,7 +12744,7 @@ function Tag({
12744
12744
  const tagColor = typeToColor$1(color, type);
12745
12745
  const getFontColor = () => {
12746
12746
  if (variant === 'contrast') {
12747
- return kittTheme.kitt.palettes.lateOcean[`${tagColor}.2`];
12747
+ return kittTheme.kitt.palettes.lateOcean[`${tagColor}.${tagColor === 'sun' ? 12 : 2}`];
12748
12748
  }
12749
12749
  return 'black';
12750
12750
  };