@nswds/app 1.86.0 → 1.87.0

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/globals.css CHANGED
@@ -9454,6 +9454,11 @@
9454
9454
  top: calc(var(--spacing) * 0);
9455
9455
  }
9456
9456
  }
9457
+ .xl\:top-\[var\(--sticky-offset\)\] {
9458
+ @media (width >= 80rem) {
9459
+ top: var(--sticky-offset);
9460
+ }
9461
+ }
9457
9462
  .xl\:left-2\/3 {
9458
9463
  @media (width >= 80rem) {
9459
9464
  left: calc(2/3 * 100%);
@@ -9504,6 +9509,11 @@
9504
9509
  padding-inline: calc(var(--spacing) * 16);
9505
9510
  }
9506
9511
  }
9512
+ .xl\:py-9 {
9513
+ @media (width >= 80rem) {
9514
+ padding-block: calc(var(--spacing) * 9);
9515
+ }
9516
+ }
9507
9517
  .xl\:py-16 {
9508
9518
  @media (width >= 80rem) {
9509
9519
  padding-block: calc(var(--spacing) * 16);
@@ -13121,6 +13131,11 @@
13121
13131
  @layer base {
13122
13132
  html {
13123
13133
  scroll-behavior: smooth;
13134
+ scroll-padding-top: var(--sticky-offset, 0rem);
13135
+ scrollbar-gutter: stable;
13136
+ }
13137
+ :where(h1, h2, h3, h4, h5, h6) {
13138
+ scroll-margin-top: var(--sticky-offset, 0rem);
13124
13139
  }
13125
13140
  * {
13126
13141
  border-color: var(--border);
package/dist/index.cjs CHANGED
@@ -17557,7 +17557,7 @@ function FormatToggle({ format, setFormat }) {
17557
17557
 
17558
17558
  // package.json
17559
17559
  var package_default = {
17560
- version: "1.85.1"};
17560
+ version: "1.86.0"};
17561
17561
  var SluggerContext = React5__namespace.default.createContext(null);
17562
17562
  function flattenText(nodes) {
17563
17563
  if (nodes == null || typeof nodes === "boolean") return "";