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

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/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.10",
4
4
  "description": "Sophea design system: tokens, components, Tailwind preset.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -602,7 +602,7 @@
602
602
  #2e6dad00 100%
603
603
  );
604
604
  --shell-divider: #5891d01f;
605
- --shell-region-glass: #141e3473;
605
+ --shell-region-glass: #2a3a5c73;
606
606
  --shell-image-frost: #0a101e4d;
607
607
  --shell-sidebar-bg: #070d1a6b;
608
608
  --shell-search-bg: #1a25408c;