@texturehq/edges 1.26.4 → 1.26.5

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.
@@ -1595,6 +1595,7 @@ interface TextLinkProps {
1595
1595
  asButton?: boolean;
1596
1596
  onPress?: () => void;
1597
1597
  showArrow?: boolean;
1598
+ alwaysUnderlined?: boolean;
1598
1599
  /**
1599
1600
  * Custom Link component (e.g., Next.js Link) to handle navigation
1600
1601
  * If provided, this component will be used instead of a standard <a> tag
@@ -1610,7 +1611,7 @@ interface TextLinkProps {
1610
1611
  *
1611
1612
  * @param LinkComponent - Optional custom Link component (e.g., Next.js Link) for client-side navigation
1612
1613
  */
1613
- declare const TextLink: ({ href, children, className, external, title, variant, onClick, asButton, onPress, showArrow, LinkComponent, }: TextLinkProps) => react_jsx_runtime.JSX.Element;
1614
+ declare const TextLink: ({ href, children, className, external, title, variant, onClick, asButton, onPress, showArrow, alwaysUnderlined, LinkComponent, }: TextLinkProps) => react_jsx_runtime.JSX.Element;
1614
1615
 
1615
1616
  /**
1616
1617
  * Entity Configuration
@@ -1835,4 +1836,4 @@ declare const isLightColor: (color: string) => boolean;
1835
1836
  */
1836
1837
  declare const getContrastingTextColor: (backgroundColor: string) => string;
1837
1838
 
1838
- export { type DateFormat as $, type ActionItem as A, type BadgeProps as B, type CodeEditorProps as C, getResolvedColor as D, type EntityConfig as E, getThemeCategoricalColors as F, isLightColor as G, Heading as H, type InteractiveMapProps as I, type TooltipData as J, type TooltipSeries as K, Loader as L, type MapPoint as M, type BaseDataPoint as N, type ChartMargin as O, createXScale as P, createYScale as Q, defaultMargin as R, type StaticMapProps as S, TextLink as T, getYFormatSettings as U, type YFormatSettings as V, type FieldValue as W, type BooleanFormat as X, type YFormatType as Y, type FormattedValue as Z, type CurrentFormat as _, type ActionMenuProps as a, type DistanceFormat as a0, type EnergyFormat as a1, type CurrencyFormat as a2, type NumberFormat as a3, type PhoneFormat as a4, type PowerFormat as a5, type FormatterFunction as a6, type ResistanceFormat as a7, type TemperatureUnitString as a8, type TemperatureUnit as a9, ChartContext as aA, useChartContext as aB, type ComponentFormatOptions as aC, formatComponentValue as aD, useComponentFormatter as aE, type BaseFormat as aF, type TextTransform as aG, type TextTruncatePosition as aH, type PercentageFormat as aI, type DateFormatStyle as aJ, type EnergyUnit as aK, type PowerUnit as aL, type VoltageUnit as aM, type CurrentUnit as aN, type ResistanceUnit as aO, type DistanceUnit as aP, type CustomFormat as aQ, type MetricFormat as aR, deviceStateMetricFormats as aS, activeDeviceStates as aT, deviceStateLabels as aU, isActiveState as aV, getDeviceStateLabel as aW, gridStateLabels as aX, getGridStateLabel as aY, type TemperatureFormat as aa, type TextFormat as ab, type VoltageFormat as ac, type FieldFormat as ad, type DeviceState as ae, type GridState as af, type ComponentFormatter as ag, type LayerSpec as ah, type CustomPinsSpec as ai, type GeoJsonLayerSpec as aj, type RasterLayerSpec as ak, type VectorLayerSpec as al, type ClusteredVectorLayerSpec as am, ActionMenu as an, Badge as ao, CodeEditor as ap, type ColorSpec as aq, type LayerFeature as ar, type LayerStyle as as, type RenderType as at, type ZoomStops as au, InteractiveMap as av, MAP_TYPES as aw, StaticMap as ax, Meter as ay, SegmentedControl as az, AppShell as b, type AppShellProps as c, type AvatarProps as d, Avatar as e, type CodeLanguage as f, type CodeTheme as g, Logo as h, type MeterProps as i, type SegmentedControlProps as j, type SegmentOption as k, SideNav as l, type SideNavItem as m, type SideNavProps as n, TopNav as o, type TopNavProps as p, type EntityType as q, ENTITY_CONFIG as r, getEntityConfig as s, getEntityIcon as t, getEntityLabel as u, clearColorCache as v, createCategoryColorMap as w, getContrastingTextColor as x, getDefaultChartColor as y, getDefaultColors as z };
1839
+ export { type DistanceFormat as $, type ActionItem as A, type BadgeProps as B, type CodeEditorProps as C, getThemeCategoricalColors as D, type EntityConfig as E, isLightColor as F, type TooltipData as G, Heading as H, type InteractiveMapProps as I, type TooltipSeries as J, type BaseDataPoint as K, Loader as L, type MapPoint as M, type ChartMargin as N, createXScale as O, createYScale as P, defaultMargin as Q, getYFormatSettings as R, type StaticMapProps as S, TextLink as T, type YFormatSettings as U, type FieldValue as V, type BooleanFormat as W, type FormattedValue as X, type YFormatType as Y, type CurrentFormat as Z, type DateFormat as _, type ActionMenuProps as a, type EnergyFormat as a0, type CurrencyFormat as a1, type NumberFormat as a2, type PhoneFormat as a3, type PowerFormat as a4, type FormatterFunction as a5, type ResistanceFormat as a6, type TemperatureUnitString as a7, type TemperatureUnit as a8, type TemperatureFormat as a9, ChartContext as aA, useChartContext as aB, type ComponentFormatOptions as aC, formatComponentValue as aD, useComponentFormatter as aE, type BaseFormat as aF, type TextTransform as aG, type TextTruncatePosition as aH, type PercentageFormat as aI, type DateFormatStyle as aJ, type EnergyUnit as aK, type PowerUnit as aL, type VoltageUnit as aM, type CurrentUnit as aN, type ResistanceUnit as aO, type DistanceUnit as aP, type CustomFormat as aQ, type MetricFormat as aR, deviceStateMetricFormats as aS, activeDeviceStates as aT, deviceStateLabels as aU, isActiveState as aV, getDeviceStateLabel as aW, gridStateLabels as aX, getGridStateLabel as aY, type TextFormat as aa, type VoltageFormat as ab, type FieldFormat as ac, type DeviceState as ad, type GridState as ae, type ComponentFormatter as af, type LayerSpec as ag, type CustomPinsSpec as ah, type GeoJsonLayerSpec as ai, type RasterLayerSpec as aj, type VectorLayerSpec as ak, type ClusteredVectorLayerSpec as al, ActionMenu as am, Avatar as an, Badge as ao, CodeEditor as ap, type ColorSpec as aq, type LayerFeature as ar, type LayerStyle as as, type RenderType as at, type ZoomStops as au, InteractiveMap as av, MAP_TYPES as aw, StaticMap as ax, Meter as ay, SegmentedControl as az, AppShell as b, type AppShellProps as c, type AvatarProps as d, type CodeLanguage as e, type CodeTheme as f, Logo as g, type MeterProps as h, type SegmentedControlProps as i, type SegmentOption as j, SideNav as k, type SideNavItem as l, type SideNavProps as m, TopNav as n, type TopNavProps as o, type EntityType as p, ENTITY_CONFIG as q, getEntityConfig as r, getEntityIcon as s, getEntityLabel as t, clearColorCache as u, createCategoryColorMap as v, getContrastingTextColor as w, getDefaultChartColor as x, getDefaultColors as y, getResolvedColor as z };
@@ -1595,6 +1595,7 @@ interface TextLinkProps {
1595
1595
  asButton?: boolean;
1596
1596
  onPress?: () => void;
1597
1597
  showArrow?: boolean;
1598
+ alwaysUnderlined?: boolean;
1598
1599
  /**
1599
1600
  * Custom Link component (e.g., Next.js Link) to handle navigation
1600
1601
  * If provided, this component will be used instead of a standard <a> tag
@@ -1610,7 +1611,7 @@ interface TextLinkProps {
1610
1611
  *
1611
1612
  * @param LinkComponent - Optional custom Link component (e.g., Next.js Link) for client-side navigation
1612
1613
  */
1613
- declare const TextLink: ({ href, children, className, external, title, variant, onClick, asButton, onPress, showArrow, LinkComponent, }: TextLinkProps) => react_jsx_runtime.JSX.Element;
1614
+ declare const TextLink: ({ href, children, className, external, title, variant, onClick, asButton, onPress, showArrow, alwaysUnderlined, LinkComponent, }: TextLinkProps) => react_jsx_runtime.JSX.Element;
1614
1615
 
1615
1616
  /**
1616
1617
  * Entity Configuration
@@ -1835,4 +1836,4 @@ declare const isLightColor: (color: string) => boolean;
1835
1836
  */
1836
1837
  declare const getContrastingTextColor: (backgroundColor: string) => string;
1837
1838
 
1838
- export { type DateFormat as $, type ActionItem as A, type BadgeProps as B, type CodeEditorProps as C, getResolvedColor as D, type EntityConfig as E, getThemeCategoricalColors as F, isLightColor as G, Heading as H, type InteractiveMapProps as I, type TooltipData as J, type TooltipSeries as K, Loader as L, type MapPoint as M, type BaseDataPoint as N, type ChartMargin as O, createXScale as P, createYScale as Q, defaultMargin as R, type StaticMapProps as S, TextLink as T, getYFormatSettings as U, type YFormatSettings as V, type FieldValue as W, type BooleanFormat as X, type YFormatType as Y, type FormattedValue as Z, type CurrentFormat as _, type ActionMenuProps as a, type DistanceFormat as a0, type EnergyFormat as a1, type CurrencyFormat as a2, type NumberFormat as a3, type PhoneFormat as a4, type PowerFormat as a5, type FormatterFunction as a6, type ResistanceFormat as a7, type TemperatureUnitString as a8, type TemperatureUnit as a9, ChartContext as aA, useChartContext as aB, type ComponentFormatOptions as aC, formatComponentValue as aD, useComponentFormatter as aE, type BaseFormat as aF, type TextTransform as aG, type TextTruncatePosition as aH, type PercentageFormat as aI, type DateFormatStyle as aJ, type EnergyUnit as aK, type PowerUnit as aL, type VoltageUnit as aM, type CurrentUnit as aN, type ResistanceUnit as aO, type DistanceUnit as aP, type CustomFormat as aQ, type MetricFormat as aR, deviceStateMetricFormats as aS, activeDeviceStates as aT, deviceStateLabels as aU, isActiveState as aV, getDeviceStateLabel as aW, gridStateLabels as aX, getGridStateLabel as aY, type TemperatureFormat as aa, type TextFormat as ab, type VoltageFormat as ac, type FieldFormat as ad, type DeviceState as ae, type GridState as af, type ComponentFormatter as ag, type LayerSpec as ah, type CustomPinsSpec as ai, type GeoJsonLayerSpec as aj, type RasterLayerSpec as ak, type VectorLayerSpec as al, type ClusteredVectorLayerSpec as am, ActionMenu as an, Badge as ao, CodeEditor as ap, type ColorSpec as aq, type LayerFeature as ar, type LayerStyle as as, type RenderType as at, type ZoomStops as au, InteractiveMap as av, MAP_TYPES as aw, StaticMap as ax, Meter as ay, SegmentedControl as az, AppShell as b, type AppShellProps as c, type AvatarProps as d, Avatar as e, type CodeLanguage as f, type CodeTheme as g, Logo as h, type MeterProps as i, type SegmentedControlProps as j, type SegmentOption as k, SideNav as l, type SideNavItem as m, type SideNavProps as n, TopNav as o, type TopNavProps as p, type EntityType as q, ENTITY_CONFIG as r, getEntityConfig as s, getEntityIcon as t, getEntityLabel as u, clearColorCache as v, createCategoryColorMap as w, getContrastingTextColor as x, getDefaultChartColor as y, getDefaultColors as z };
1839
+ export { type DistanceFormat as $, type ActionItem as A, type BadgeProps as B, type CodeEditorProps as C, getThemeCategoricalColors as D, type EntityConfig as E, isLightColor as F, type TooltipData as G, Heading as H, type InteractiveMapProps as I, type TooltipSeries as J, type BaseDataPoint as K, Loader as L, type MapPoint as M, type ChartMargin as N, createXScale as O, createYScale as P, defaultMargin as Q, getYFormatSettings as R, type StaticMapProps as S, TextLink as T, type YFormatSettings as U, type FieldValue as V, type BooleanFormat as W, type FormattedValue as X, type YFormatType as Y, type CurrentFormat as Z, type DateFormat as _, type ActionMenuProps as a, type EnergyFormat as a0, type CurrencyFormat as a1, type NumberFormat as a2, type PhoneFormat as a3, type PowerFormat as a4, type FormatterFunction as a5, type ResistanceFormat as a6, type TemperatureUnitString as a7, type TemperatureUnit as a8, type TemperatureFormat as a9, ChartContext as aA, useChartContext as aB, type ComponentFormatOptions as aC, formatComponentValue as aD, useComponentFormatter as aE, type BaseFormat as aF, type TextTransform as aG, type TextTruncatePosition as aH, type PercentageFormat as aI, type DateFormatStyle as aJ, type EnergyUnit as aK, type PowerUnit as aL, type VoltageUnit as aM, type CurrentUnit as aN, type ResistanceUnit as aO, type DistanceUnit as aP, type CustomFormat as aQ, type MetricFormat as aR, deviceStateMetricFormats as aS, activeDeviceStates as aT, deviceStateLabels as aU, isActiveState as aV, getDeviceStateLabel as aW, gridStateLabels as aX, getGridStateLabel as aY, type TextFormat as aa, type VoltageFormat as ab, type FieldFormat as ac, type DeviceState as ad, type GridState as ae, type ComponentFormatter as af, type LayerSpec as ag, type CustomPinsSpec as ah, type GeoJsonLayerSpec as ai, type RasterLayerSpec as aj, type VectorLayerSpec as ak, type ClusteredVectorLayerSpec as al, ActionMenu as am, Avatar as an, Badge as ao, CodeEditor as ap, type ColorSpec as aq, type LayerFeature as ar, type LayerStyle as as, type RenderType as at, type ZoomStops as au, InteractiveMap as av, MAP_TYPES as aw, StaticMap as ax, Meter as ay, SegmentedControl as az, AppShell as b, type AppShellProps as c, type AvatarProps as d, type CodeLanguage as e, type CodeTheme as f, Logo as g, type MeterProps as h, type SegmentedControlProps as i, type SegmentOption as j, SideNav as k, type SideNavItem as l, type SideNavProps as m, TopNav as n, type TopNavProps as o, type EntityType as p, ENTITY_CONFIG as q, getEntityConfig as r, getEntityIcon as s, getEntityLabel as t, clearColorCache as u, createCategoryColorMap as v, getContrastingTextColor as w, getDefaultChartColor as x, getDefaultColors as y, getResolvedColor as z };
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.26.4",
2
+ "version": "1.26.5",
3
3
  "components": [
4
4
  {
5
5
  "name": "ActionCell",
@@ -2670,6 +2670,10 @@
2670
2670
  "importRoot": "@texturehq/edges",
2671
2671
  "importPath": "@texturehq/edges/components/TextLink",
2672
2672
  "props": [
2673
+ {
2674
+ "name": "alwaysUnderlined",
2675
+ "type": "boolean"
2676
+ },
2673
2677
  {
2674
2678
  "name": "asButton",
2675
2679
  "type": "boolean"