@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.
- package/dist/{colors-CHRmTEal.d.ts → colors-CmCDc1y7.d.ts} +3 -2
- package/dist/{colors-Ddk1k14x.d.cts → colors-DtS0t3eo.d.cts} +3 -2
- package/dist/components.manifest.json +5 -1
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +8 -4
- package/dist/index.d.ts +8 -4
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/server.cjs +2 -2
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +2 -2
- package/dist/server.js.map +1 -1
- package/dist/styles.css +9 -3
- package/dist/utilities.manifest.json +1 -1
- package/package.json +1 -1
|
@@ -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
|
|
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
|
|
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.
|
|
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"
|