@kiefer-tek/sophea-design-system 0.15.8 → 0.15.9

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.
Files changed (2) hide show
  1. package/dist/index.css +2 -2
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -10531,7 +10531,7 @@ tbody tr:hover .sn-Table-module__td--jv9tA {
10531
10531
  min-width: 1rem;
10532
10532
  padding-inline: 0.25rem;
10533
10533
  border-radius: 999px;
10534
- background: var(--theme-primary-05);
10534
+ background: var(--status-error-05);
10535
10535
  color: #fff;
10536
10536
  font-size: 10px;
10537
10537
  font-weight: 700;
@@ -10548,7 +10548,7 @@ tbody tr:hover .sn-Table-module__td--jv9tA {
10548
10548
  min-width: 1rem;
10549
10549
  padding-inline: 0.25rem;
10550
10550
  border-radius: 999px;
10551
- background: var(--theme-primary-05);
10551
+ background: var(--status-error-05);
10552
10552
  color: #fff;
10553
10553
  font-size: 10px;
10554
10554
  font-weight: 700;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiefer-tek/sophea-design-system",
3
- "version": "0.15.8",
3
+ "version": "0.15.9",
4
4
  "description": "Sophea design system: tokens, components, Tailwind preset.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",