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

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 +7 -2
  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:
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.8",
4
4
  "description": "Sophea design system: tokens, components, Tailwind preset.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",