@texturehq/edges 1.6.3 → 1.7.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/index.d.cts CHANGED
@@ -2,8 +2,8 @@ import { Key, ValidationResult, BreadcrumbProps, BreadcrumbsProps, ButtonProps a
2
2
  export { BreadcrumbProps, BreadcrumbsProps, DialogTrigger } from 'react-aria-components';
3
3
  import * as React$1 from 'react';
4
4
  import React__default, { ReactNode, ComponentProps, CSSProperties, ComponentType, Component, ErrorInfo } from 'react';
5
- import { B as BaseDataPoint, I as Icon, Y as YFormatType, T as TooltipData, a as IconName$2, L as LayerSpec, C as CustomPinsSpec, G as GeoJsonLayerSpec, R as RasterLayerSpec, V as VectorLayerSpec } from './server-DDYwupsj.cjs';
6
- export { A as ActionItem, c as ActionMenu, b as ActionMenuProps, e as AppShell, d as AppShellProps, g as Avatar, f as AvatarProps, i as Badge, h as BadgeProps, l as Card, j as CardProps, k as CardVariant, a4 as ChartContext, a6 as ChartMargin, p as CodeEditor, m as CodeEditorProps, n as CodeLanguage, o as CodeTheme, u as ColorSpec, q as DateField, D as DateFieldProps, r as FileUpload, F as FileUploadProps, H as Heading, z as InteractiveMap, v as InteractiveMapProps, w as LayerFeature, x as LayerStyle, s as Loader, t as Logo, E as MAP_TYPES, M as MapPoint, N as Meter, K as MeterProps, y as RenderType, P as RichTextEditor, O as RichTextEditorProps, U as SegmentOption, W as SegmentedControl, Q as SegmentedControlProps, $ as SideNav, X as SideNavItem, _ as SideNavProps, J as StaticMap, S as StaticMapProps, a0 as TextLink, a3 as TooltipSeries, a2 as TopNav, a1 as TopNavProps, ab as YFormatSettings, Z as ZoomStops, ac as clearColorCache, ad as createCategoryColorMap, a7 as createXScale, a8 as createYScale, a9 as defaultMargin, ae as getContrastingTextColor, af as getDefaultChartColor, ag as getDefaultColors, ah as getResolvedColor, ai as getThemeCategoricalColors, aa as getYFormatSettings, aj as isLightColor, a5 as useChartContext } from './server-DDYwupsj.cjs';
5
+ import { B as BaseDataPoint, I as Icon, Y as YFormatType, T as TooltipData, a as IconName$2, L as LayerSpec, C as CustomPinsSpec, G as GeoJsonLayerSpec, R as RasterLayerSpec, V as VectorLayerSpec } from './server-gOGAJU90.cjs';
6
+ export { A as ActionItem, c as ActionMenu, b as ActionMenuProps, e as AppShell, d as AppShellProps, g as Avatar, f as AvatarProps, i as Badge, h as BadgeProps, l as Card, j as CardProps, k as CardVariant, a4 as ChartContext, a6 as ChartMargin, p as CodeEditor, m as CodeEditorProps, n as CodeLanguage, o as CodeTheme, u as ColorSpec, q as DateField, D as DateFieldProps, r as FileUpload, F as FileUploadProps, H as Heading, z as InteractiveMap, v as InteractiveMapProps, w as LayerFeature, x as LayerStyle, s as Loader, t as Logo, E as MAP_TYPES, M as MapPoint, N as Meter, K as MeterProps, y as RenderType, P as RichTextEditor, O as RichTextEditorProps, U as SegmentOption, W as SegmentedControl, Q as SegmentedControlProps, $ as SideNav, X as SideNavItem, _ as SideNavProps, J as StaticMap, S as StaticMapProps, a0 as TextLink, a3 as TooltipSeries, a2 as TopNav, a1 as TopNavProps, ab as YFormatSettings, Z as ZoomStops, ac as clearColorCache, ad as createCategoryColorMap, a7 as createXScale, a8 as createYScale, a9 as defaultMargin, ae as getContrastingTextColor, af as getDefaultChartColor, ag as getDefaultColors, ah as getResolvedColor, ai as getThemeCategoricalColors, aa as getYFormatSettings, aj as isLightColor, a5 as useChartContext } from './server-gOGAJU90.cjs';
7
7
  import * as react_jsx_runtime from 'react/jsx-runtime';
8
8
  import { ScaleTime, ScaleLinear } from 'd3-scale';
9
9
  import '@phosphor-icons/react';
@@ -1698,7 +1698,7 @@ interface ResultsCountProps {
1698
1698
  * // Renders: loading skeleton
1699
1699
  * ```
1700
1700
  */
1701
- declare function ResultsCount({ count, label, isLoading, className, }: ResultsCountProps): react_jsx_runtime.JSX.Element;
1701
+ declare function ResultsCount({ count, label, isLoading, className }: ResultsCountProps): react_jsx_runtime.JSX.Element;
1702
1702
 
1703
1703
  interface SearchControlProps {
1704
1704
  /** Current search value */
@@ -1826,7 +1826,7 @@ interface ActionCellProps<T = any> extends CellComponentProps<T> {
1826
1826
  * DataTable cell component for rendering action buttons within table rows.
1827
1827
  * Supports multiple actions with icons, labels, and conditional visibility/disabled states.
1828
1828
  */
1829
- declare function ActionCell<T = any>({ row, context, actions, align, size, }: ActionCellProps<T>): react_jsx_runtime.JSX.Element | null;
1829
+ declare function ActionCell<T = any>({ row, context, actions, align, size }: ActionCellProps<T>): react_jsx_runtime.JSX.Element | null;
1830
1830
 
1831
1831
  interface BooleanCellProps<T = any> extends CellComponentProps<T> {
1832
1832
  format?: "icon" | "text" | "badge";
@@ -1982,11 +1982,11 @@ interface MobileRowProps<T> {
1982
1982
  * Automatic mobile card renderer
1983
1983
  * Groups columns by priority and formats them appropriately
1984
1984
  */
1985
- declare function AutoMobileRenderer<T>({ row, columns, density, isLoading, onClick, }: MobileRowProps<T>): react_jsx_runtime.JSX.Element;
1985
+ declare function AutoMobileRenderer<T>({ row, columns, density, isLoading, onClick }: MobileRowProps<T>): react_jsx_runtime.JSX.Element;
1986
1986
  /**
1987
1987
  * Simple card renderer - displays all columns in a simple stacked layout
1988
1988
  */
1989
- declare function CardMobileRenderer<T>({ row, columns, density, isLoading, onClick, }: MobileRowProps<T>): react_jsx_runtime.JSX.Element;
1989
+ declare function CardMobileRenderer<T>({ row, columns, density, isLoading, onClick }: MobileRowProps<T>): react_jsx_runtime.JSX.Element;
1990
1990
 
1991
1991
  /**
1992
1992
  * DateRangePicker
@@ -2163,7 +2163,7 @@ declare function useInputFocus(): {
2163
2163
  /**
2164
2164
  * Wrapper component for input containers
2165
2165
  */
2166
- declare function InputWrapper({ children, className, }: {
2166
+ declare function InputWrapper({ children, className }: {
2167
2167
  children: React__default.ReactNode;
2168
2168
  className?: string;
2169
2169
  }): react_jsx_runtime.JSX.Element;
@@ -2244,7 +2244,7 @@ declare function getFieldGroupStyles(props: FieldGroupProps): string;
2244
2244
  * </Label>
2245
2245
  * ```
2246
2246
  */
2247
- declare function Label({ children, size, tooltip, isRequired, className, htmlFor, }: LabelProps): react_jsx_runtime.JSX.Element;
2247
+ declare function Label({ children, size, tooltip, isRequired, className, htmlFor }: LabelProps): react_jsx_runtime.JSX.Element;
2248
2248
  /**
2249
2249
  * Description component for providing additional context about a form field.
2250
2250
  *
@@ -2806,7 +2806,7 @@ interface NoticeContainerProps {
2806
2806
  * Container component that positions and animates notices.
2807
2807
  * Renders notices in a portal to ensure they appear above other content.
2808
2808
  */
2809
- declare function NoticeContainer({ notices, onDismiss, position, className, }: NoticeContainerProps): React$1.ReactPortal | null;
2809
+ declare function NoticeContainer({ notices, onDismiss, position, className }: NoticeContainerProps): React$1.ReactPortal | null;
2810
2810
 
2811
2811
  interface NoticeProviderProps {
2812
2812
  /** Child components */
@@ -2922,7 +2922,7 @@ type BreadcrumbItem = {
2922
2922
  href?: string;
2923
2923
  };
2924
2924
  type PageLayoutProps = {
2925
- children: React$1.ReactNode;
2925
+ children: React__default.ReactNode;
2926
2926
  /** Constrain width and apply default page rhythm */
2927
2927
  maxWidth?: number;
2928
2928
  paddingXClass?: string;
@@ -2939,35 +2939,35 @@ declare namespace PageLayout {
2939
2939
  var Aside: typeof Aside$1;
2940
2940
  }
2941
2941
  type PageHeaderProps = {
2942
- title: React$1.ReactNode;
2943
- subtitle?: React$1.ReactNode;
2942
+ title: React__default.ReactNode;
2943
+ subtitle?: React__default.ReactNode;
2944
2944
  breadcrumbs?: BreadcrumbItem[];
2945
2945
  /** Custom breadcrumbs node if you don't want the built-in renderer */
2946
- breadcrumbsNode?: React$1.ReactNode;
2946
+ breadcrumbsNode?: React__default.ReactNode;
2947
2947
  /** Optional right-aligned meta area (badges, status, small stats) */
2948
- meta?: React$1.ReactNode;
2948
+ meta?: React__default.ReactNode;
2949
2949
  /** Optional slot to replace the default heading element */
2950
2950
  headingAs?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
2951
2951
  className?: string;
2952
2952
  };
2953
- declare function Header({ title, subtitle, breadcrumbs, breadcrumbsNode, meta, headingAs, className, }: PageHeaderProps): react_jsx_runtime.JSX.Element;
2953
+ declare function Header({ title, subtitle, breadcrumbs, breadcrumbsNode, meta, headingAs, className }: PageHeaderProps): react_jsx_runtime.JSX.Element;
2954
2954
  type PageActionsProps = {
2955
- primary?: React$1.ReactNode;
2956
- secondary?: React$1.ReactNode;
2957
- children?: React$1.ReactNode;
2955
+ primary?: React__default.ReactNode;
2956
+ secondary?: React__default.ReactNode;
2957
+ children?: React__default.ReactNode;
2958
2958
  align?: "start" | "end";
2959
2959
  className?: string;
2960
2960
  };
2961
- declare function Actions({ primary, secondary, children, align, className, }: PageActionsProps): react_jsx_runtime.JSX.Element;
2961
+ declare function Actions({ primary, secondary, children, align, className }: PageActionsProps): react_jsx_runtime.JSX.Element;
2962
2962
  type PageFiltersProps = {
2963
- children: React$1.ReactNode;
2963
+ children: React__default.ReactNode;
2964
2964
  className?: string;
2965
2965
  ariaLabel?: string;
2966
2966
  };
2967
2967
  declare function Filters({ children, className, ariaLabel }: PageFiltersProps): react_jsx_runtime.JSX.Element;
2968
2968
  type PageLayoutTab = {
2969
2969
  id: string;
2970
- label: React$1.ReactNode;
2970
+ label: React__default.ReactNode;
2971
2971
  disabled?: boolean;
2972
2972
  };
2973
2973
  type TabsProps$1 = {
@@ -2976,16 +2976,16 @@ type TabsProps$1 = {
2976
2976
  defaultValue?: string;
2977
2977
  onChange?: (id: string) => void;
2978
2978
  className?: string;
2979
- children?: React$1.ReactNode;
2979
+ children?: React__default.ReactNode;
2980
2980
  };
2981
2981
  declare function Tabs$1({ tabs, value, defaultValue, onChange, className, children }: TabsProps$1): react_jsx_runtime.JSX.Element;
2982
2982
  type PageContentProps = {
2983
- children: React$1.ReactNode;
2983
+ children: React__default.ReactNode;
2984
2984
  className?: string;
2985
2985
  };
2986
2986
  declare function Content({ children, className }: PageContentProps): react_jsx_runtime.JSX.Element;
2987
2987
  type PageAsideProps = {
2988
- children: React$1.ReactNode;
2988
+ children: React__default.ReactNode;
2989
2989
  /** Sticky aside on wide screens */
2990
2990
  sticky?: boolean;
2991
2991
  className?: string;
package/dist/index.d.ts CHANGED
@@ -2,8 +2,8 @@ import { Key, ValidationResult, BreadcrumbProps, BreadcrumbsProps, ButtonProps a
2
2
  export { BreadcrumbProps, BreadcrumbsProps, DialogTrigger } from 'react-aria-components';
3
3
  import * as React$1 from 'react';
4
4
  import React__default, { ReactNode, ComponentProps, CSSProperties, ComponentType, Component, ErrorInfo } from 'react';
5
- import { B as BaseDataPoint, I as Icon, Y as YFormatType, T as TooltipData, a as IconName$2, L as LayerSpec, C as CustomPinsSpec, G as GeoJsonLayerSpec, R as RasterLayerSpec, V as VectorLayerSpec } from './server-DDYwupsj.js';
6
- export { A as ActionItem, c as ActionMenu, b as ActionMenuProps, e as AppShell, d as AppShellProps, g as Avatar, f as AvatarProps, i as Badge, h as BadgeProps, l as Card, j as CardProps, k as CardVariant, a4 as ChartContext, a6 as ChartMargin, p as CodeEditor, m as CodeEditorProps, n as CodeLanguage, o as CodeTheme, u as ColorSpec, q as DateField, D as DateFieldProps, r as FileUpload, F as FileUploadProps, H as Heading, z as InteractiveMap, v as InteractiveMapProps, w as LayerFeature, x as LayerStyle, s as Loader, t as Logo, E as MAP_TYPES, M as MapPoint, N as Meter, K as MeterProps, y as RenderType, P as RichTextEditor, O as RichTextEditorProps, U as SegmentOption, W as SegmentedControl, Q as SegmentedControlProps, $ as SideNav, X as SideNavItem, _ as SideNavProps, J as StaticMap, S as StaticMapProps, a0 as TextLink, a3 as TooltipSeries, a2 as TopNav, a1 as TopNavProps, ab as YFormatSettings, Z as ZoomStops, ac as clearColorCache, ad as createCategoryColorMap, a7 as createXScale, a8 as createYScale, a9 as defaultMargin, ae as getContrastingTextColor, af as getDefaultChartColor, ag as getDefaultColors, ah as getResolvedColor, ai as getThemeCategoricalColors, aa as getYFormatSettings, aj as isLightColor, a5 as useChartContext } from './server-DDYwupsj.js';
5
+ import { B as BaseDataPoint, I as Icon, Y as YFormatType, T as TooltipData, a as IconName$2, L as LayerSpec, C as CustomPinsSpec, G as GeoJsonLayerSpec, R as RasterLayerSpec, V as VectorLayerSpec } from './server-gOGAJU90.js';
6
+ export { A as ActionItem, c as ActionMenu, b as ActionMenuProps, e as AppShell, d as AppShellProps, g as Avatar, f as AvatarProps, i as Badge, h as BadgeProps, l as Card, j as CardProps, k as CardVariant, a4 as ChartContext, a6 as ChartMargin, p as CodeEditor, m as CodeEditorProps, n as CodeLanguage, o as CodeTheme, u as ColorSpec, q as DateField, D as DateFieldProps, r as FileUpload, F as FileUploadProps, H as Heading, z as InteractiveMap, v as InteractiveMapProps, w as LayerFeature, x as LayerStyle, s as Loader, t as Logo, E as MAP_TYPES, M as MapPoint, N as Meter, K as MeterProps, y as RenderType, P as RichTextEditor, O as RichTextEditorProps, U as SegmentOption, W as SegmentedControl, Q as SegmentedControlProps, $ as SideNav, X as SideNavItem, _ as SideNavProps, J as StaticMap, S as StaticMapProps, a0 as TextLink, a3 as TooltipSeries, a2 as TopNav, a1 as TopNavProps, ab as YFormatSettings, Z as ZoomStops, ac as clearColorCache, ad as createCategoryColorMap, a7 as createXScale, a8 as createYScale, a9 as defaultMargin, ae as getContrastingTextColor, af as getDefaultChartColor, ag as getDefaultColors, ah as getResolvedColor, ai as getThemeCategoricalColors, aa as getYFormatSettings, aj as isLightColor, a5 as useChartContext } from './server-gOGAJU90.js';
7
7
  import * as react_jsx_runtime from 'react/jsx-runtime';
8
8
  import { ScaleTime, ScaleLinear } from 'd3-scale';
9
9
  import '@phosphor-icons/react';
@@ -1698,7 +1698,7 @@ interface ResultsCountProps {
1698
1698
  * // Renders: loading skeleton
1699
1699
  * ```
1700
1700
  */
1701
- declare function ResultsCount({ count, label, isLoading, className, }: ResultsCountProps): react_jsx_runtime.JSX.Element;
1701
+ declare function ResultsCount({ count, label, isLoading, className }: ResultsCountProps): react_jsx_runtime.JSX.Element;
1702
1702
 
1703
1703
  interface SearchControlProps {
1704
1704
  /** Current search value */
@@ -1826,7 +1826,7 @@ interface ActionCellProps<T = any> extends CellComponentProps<T> {
1826
1826
  * DataTable cell component for rendering action buttons within table rows.
1827
1827
  * Supports multiple actions with icons, labels, and conditional visibility/disabled states.
1828
1828
  */
1829
- declare function ActionCell<T = any>({ row, context, actions, align, size, }: ActionCellProps<T>): react_jsx_runtime.JSX.Element | null;
1829
+ declare function ActionCell<T = any>({ row, context, actions, align, size }: ActionCellProps<T>): react_jsx_runtime.JSX.Element | null;
1830
1830
 
1831
1831
  interface BooleanCellProps<T = any> extends CellComponentProps<T> {
1832
1832
  format?: "icon" | "text" | "badge";
@@ -1982,11 +1982,11 @@ interface MobileRowProps<T> {
1982
1982
  * Automatic mobile card renderer
1983
1983
  * Groups columns by priority and formats them appropriately
1984
1984
  */
1985
- declare function AutoMobileRenderer<T>({ row, columns, density, isLoading, onClick, }: MobileRowProps<T>): react_jsx_runtime.JSX.Element;
1985
+ declare function AutoMobileRenderer<T>({ row, columns, density, isLoading, onClick }: MobileRowProps<T>): react_jsx_runtime.JSX.Element;
1986
1986
  /**
1987
1987
  * Simple card renderer - displays all columns in a simple stacked layout
1988
1988
  */
1989
- declare function CardMobileRenderer<T>({ row, columns, density, isLoading, onClick, }: MobileRowProps<T>): react_jsx_runtime.JSX.Element;
1989
+ declare function CardMobileRenderer<T>({ row, columns, density, isLoading, onClick }: MobileRowProps<T>): react_jsx_runtime.JSX.Element;
1990
1990
 
1991
1991
  /**
1992
1992
  * DateRangePicker
@@ -2163,7 +2163,7 @@ declare function useInputFocus(): {
2163
2163
  /**
2164
2164
  * Wrapper component for input containers
2165
2165
  */
2166
- declare function InputWrapper({ children, className, }: {
2166
+ declare function InputWrapper({ children, className }: {
2167
2167
  children: React__default.ReactNode;
2168
2168
  className?: string;
2169
2169
  }): react_jsx_runtime.JSX.Element;
@@ -2244,7 +2244,7 @@ declare function getFieldGroupStyles(props: FieldGroupProps): string;
2244
2244
  * </Label>
2245
2245
  * ```
2246
2246
  */
2247
- declare function Label({ children, size, tooltip, isRequired, className, htmlFor, }: LabelProps): react_jsx_runtime.JSX.Element;
2247
+ declare function Label({ children, size, tooltip, isRequired, className, htmlFor }: LabelProps): react_jsx_runtime.JSX.Element;
2248
2248
  /**
2249
2249
  * Description component for providing additional context about a form field.
2250
2250
  *
@@ -2806,7 +2806,7 @@ interface NoticeContainerProps {
2806
2806
  * Container component that positions and animates notices.
2807
2807
  * Renders notices in a portal to ensure they appear above other content.
2808
2808
  */
2809
- declare function NoticeContainer({ notices, onDismiss, position, className, }: NoticeContainerProps): React$1.ReactPortal | null;
2809
+ declare function NoticeContainer({ notices, onDismiss, position, className }: NoticeContainerProps): React$1.ReactPortal | null;
2810
2810
 
2811
2811
  interface NoticeProviderProps {
2812
2812
  /** Child components */
@@ -2922,7 +2922,7 @@ type BreadcrumbItem = {
2922
2922
  href?: string;
2923
2923
  };
2924
2924
  type PageLayoutProps = {
2925
- children: React$1.ReactNode;
2925
+ children: React__default.ReactNode;
2926
2926
  /** Constrain width and apply default page rhythm */
2927
2927
  maxWidth?: number;
2928
2928
  paddingXClass?: string;
@@ -2939,35 +2939,35 @@ declare namespace PageLayout {
2939
2939
  var Aside: typeof Aside$1;
2940
2940
  }
2941
2941
  type PageHeaderProps = {
2942
- title: React$1.ReactNode;
2943
- subtitle?: React$1.ReactNode;
2942
+ title: React__default.ReactNode;
2943
+ subtitle?: React__default.ReactNode;
2944
2944
  breadcrumbs?: BreadcrumbItem[];
2945
2945
  /** Custom breadcrumbs node if you don't want the built-in renderer */
2946
- breadcrumbsNode?: React$1.ReactNode;
2946
+ breadcrumbsNode?: React__default.ReactNode;
2947
2947
  /** Optional right-aligned meta area (badges, status, small stats) */
2948
- meta?: React$1.ReactNode;
2948
+ meta?: React__default.ReactNode;
2949
2949
  /** Optional slot to replace the default heading element */
2950
2950
  headingAs?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6";
2951
2951
  className?: string;
2952
2952
  };
2953
- declare function Header({ title, subtitle, breadcrumbs, breadcrumbsNode, meta, headingAs, className, }: PageHeaderProps): react_jsx_runtime.JSX.Element;
2953
+ declare function Header({ title, subtitle, breadcrumbs, breadcrumbsNode, meta, headingAs, className }: PageHeaderProps): react_jsx_runtime.JSX.Element;
2954
2954
  type PageActionsProps = {
2955
- primary?: React$1.ReactNode;
2956
- secondary?: React$1.ReactNode;
2957
- children?: React$1.ReactNode;
2955
+ primary?: React__default.ReactNode;
2956
+ secondary?: React__default.ReactNode;
2957
+ children?: React__default.ReactNode;
2958
2958
  align?: "start" | "end";
2959
2959
  className?: string;
2960
2960
  };
2961
- declare function Actions({ primary, secondary, children, align, className, }: PageActionsProps): react_jsx_runtime.JSX.Element;
2961
+ declare function Actions({ primary, secondary, children, align, className }: PageActionsProps): react_jsx_runtime.JSX.Element;
2962
2962
  type PageFiltersProps = {
2963
- children: React$1.ReactNode;
2963
+ children: React__default.ReactNode;
2964
2964
  className?: string;
2965
2965
  ariaLabel?: string;
2966
2966
  };
2967
2967
  declare function Filters({ children, className, ariaLabel }: PageFiltersProps): react_jsx_runtime.JSX.Element;
2968
2968
  type PageLayoutTab = {
2969
2969
  id: string;
2970
- label: React$1.ReactNode;
2970
+ label: React__default.ReactNode;
2971
2971
  disabled?: boolean;
2972
2972
  };
2973
2973
  type TabsProps$1 = {
@@ -2976,16 +2976,16 @@ type TabsProps$1 = {
2976
2976
  defaultValue?: string;
2977
2977
  onChange?: (id: string) => void;
2978
2978
  className?: string;
2979
- children?: React$1.ReactNode;
2979
+ children?: React__default.ReactNode;
2980
2980
  };
2981
2981
  declare function Tabs$1({ tabs, value, defaultValue, onChange, className, children }: TabsProps$1): react_jsx_runtime.JSX.Element;
2982
2982
  type PageContentProps = {
2983
- children: React$1.ReactNode;
2983
+ children: React__default.ReactNode;
2984
2984
  className?: string;
2985
2985
  };
2986
2986
  declare function Content({ children, className }: PageContentProps): react_jsx_runtime.JSX.Element;
2987
2987
  type PageAsideProps = {
2988
- children: React$1.ReactNode;
2988
+ children: React__default.ReactNode;
2989
2989
  /** Sticky aside on wide screens */
2990
2990
  sticky?: boolean;
2991
2991
  className?: string;