@kiefer-tek/sophea-design-system 0.15.7 → 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 +9 -4
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -7709,8 +7709,13 @@ tbody tr:hover .sn-Table-module__td--jv9tA {
7709
7709
  align-items: center;
7710
7710
  gap: 10px;
7711
7711
  min-width: 200px;
7712
- background: var(--surface-s3);
7713
- border: 1px solid var(--border-04); /* >=3:1 vs adjacent surfaces in both themes (SC 1.4.11); --border-04 darkened to #7f8da1/#6b7a90 clears the floor */
7712
+ /* Defaults: an elevated field on a page (s3 fill + a >=3:1 border that clears
7713
+ SC 1.4.11 in both themes --border-04 = #7f8da1/#6b7a90). Both are tunable
7714
+ so a host can soften them where the default reads as a bright floating box
7715
+ — e.g. a search field seated in the app-shell header over a flat-dark /
7716
+ glass surface. */
7717
+ background: var(--search-input-bg, var(--surface-s3));
7718
+ border: 1px solid var(--search-input-border, var(--border-04));
7714
7719
  border-radius: 10px;
7715
7720
  padding: 10px 12px;
7716
7721
  transition:
@@ -10526,7 +10531,7 @@ tbody tr:hover .sn-Table-module__td--jv9tA {
10526
10531
  min-width: 1rem;
10527
10532
  padding-inline: 0.25rem;
10528
10533
  border-radius: 999px;
10529
- background: var(--theme-primary-05);
10534
+ background: var(--status-error-05);
10530
10535
  color: #fff;
10531
10536
  font-size: 10px;
10532
10537
  font-weight: 700;
@@ -10543,7 +10548,7 @@ tbody tr:hover .sn-Table-module__td--jv9tA {
10543
10548
  min-width: 1rem;
10544
10549
  padding-inline: 0.25rem;
10545
10550
  border-radius: 999px;
10546
- background: var(--theme-primary-05);
10551
+ background: var(--status-error-05);
10547
10552
  color: #fff;
10548
10553
  font-size: 10px;
10549
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.7",
3
+ "version": "0.15.9",
4
4
  "description": "Sophea design system: tokens, components, Tailwind preset.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",