@kiefer-tek/sophea-design-system 0.17.0 → 0.17.1

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 +10 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -5903,6 +5903,16 @@ a.sn-Button-module__btn--Fx11X[aria-disabled="true"] {
5903
5903
  background: var(--surface-s3);
5904
5904
  }
5905
5905
 
5906
+ /* Sticky-header variant: the table must NOT be its own clip/scroll context, or
5907
+ the sticky <thead> anchors to the table box (and scrolls away) instead of the
5908
+ surrounding scroll container. Drop overflow/border/radius so the consumer's
5909
+ scroll container owns them — typically a `rounded-b-2xl overflow-auto` box (or
5910
+ an `overflow-hidden` card) giving a flush square-top header + rounded bottom. */
5911
+ .sn-Table-module__sticky--QfxLu {
5912
+ overflow: visible;
5913
+ border: 0;
5914
+ border-radius: 0;
5915
+ }
5906
5916
  .sn-Table-module__sticky--QfxLu .sn-Table-module__th--PNuEx {
5907
5917
  position: sticky;
5908
5918
  top: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kiefer-tek/sophea-design-system",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "description": "Sophea design system: tokens, components, Tailwind preset.",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",