@texturehq/edges 1.24.0 → 1.24.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.
package/dist/index.d.cts CHANGED
@@ -4692,7 +4692,7 @@ type PageContentProps = {
4692
4692
  withSectionNav?: "above" | "left" | "right";
4693
4693
  /** Custom nav width when positioned left/right (default: 240px) */
4694
4694
  navWidth?: string;
4695
- /** Gap between nav and content when positioned left/right (default: 3rem) */
4695
+ /** Gap between nav and content when positioned left/right (default: 2rem) */
4696
4696
  gap?: string;
4697
4697
  /** Active section ID (controlled mode) */
4698
4698
  activeSection?: string | null;
package/dist/index.d.ts CHANGED
@@ -4692,7 +4692,7 @@ type PageContentProps = {
4692
4692
  withSectionNav?: "above" | "left" | "right";
4693
4693
  /** Custom nav width when positioned left/right (default: 240px) */
4694
4694
  navWidth?: string;
4695
- /** Gap between nav and content when positioned left/right (default: 3rem) */
4695
+ /** Gap between nav and content when positioned left/right (default: 2rem) */
4696
4696
  gap?: string;
4697
4697
  /** Active section ID (controlled mode) */
4698
4698
  activeSection?: string | null;