@texturehq/edges 1.17.0 → 1.17.2
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-wUwMI6WH.d.cts → colors-BaVZChH3.d.cts} +1 -1
- package/dist/{colors-wUwMI6WH.d.ts → colors-BaVZChH3.d.ts} +1 -1
- package/dist/components.manifest.json +67 -10
- package/dist/generated/tailwind-tokens-dark.css +1 -1
- package/dist/generated/tailwind-tokens-light.css +1 -1
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +395 -92
- package/dist/index.d.ts +395 -92
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/server.cjs +1 -1
- 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 +1 -1
- package/dist/server.js.map +1 -1
- package/dist/styles/utilities.css +11 -2
- package/dist/styles.css +11 -7
- package/dist/utilities.manifest.json +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.17.
|
|
3
|
-
"generatedAt": "2025-11-
|
|
2
|
+
"version": "1.17.2",
|
|
3
|
+
"generatedAt": "2025-11-04T18:18:44.059Z",
|
|
4
4
|
"components": [
|
|
5
5
|
{
|
|
6
6
|
"name": "ActionCell",
|
|
@@ -809,6 +809,31 @@
|
|
|
809
809
|
"relatedComponents": [],
|
|
810
810
|
"storybookPath": "Display/ConnectionStatusBadge"
|
|
811
811
|
},
|
|
812
|
+
{
|
|
813
|
+
"name": "ContactMetaCell",
|
|
814
|
+
"category": "Uncategorized",
|
|
815
|
+
"description": "",
|
|
816
|
+
"importRoot": "@texturehq/edges",
|
|
817
|
+
"importPath": "@texturehq/edges/components/ContactMetaCell",
|
|
818
|
+
"props": [],
|
|
819
|
+
"relatedComponents": [],
|
|
820
|
+
"storybookPath": "Uncategorized/ContactMetaCell"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"name": "ContactMetaDisplay",
|
|
824
|
+
"category": "Display",
|
|
825
|
+
"description": "ContactMetaDisplay Reusable component for displaying contact information with avatar. Supports stacked and inline layouts with size variants and optional linking. **Stacked layout**: Avatar, name above, optional email below **Inline layout**: Avatar + name only (horizontal) Use this component directly in cards, lists, or other layouts. For DataTable cells, use ContactMetaCell which wraps this component. @example ```tsx // Stacked layout (default) <ContactMetaDisplay firstName=\"John\" lastName=\"Doe\" email=\"john@example.com\" layout=\"stacked\" size=\"md\" showEmail href=\"/contacts/123\" /> // Inline layout <ContactMetaDisplay firstName=\"John\" lastName=\"Doe\" layout=\"inline\" size=\"sm\" href=\"/contacts/123\" /> ```",
|
|
826
|
+
"importRoot": "@texturehq/edges",
|
|
827
|
+
"importPath": "@texturehq/edges/components/ContactMetaDisplay",
|
|
828
|
+
"props": [],
|
|
829
|
+
"relatedComponents": [
|
|
830
|
+
"StoryLayout",
|
|
831
|
+
"StoryTable",
|
|
832
|
+
"StoryTableCell",
|
|
833
|
+
"StoryTableRow"
|
|
834
|
+
],
|
|
835
|
+
"storybookPath": "Display/ContactMetaDisplay"
|
|
836
|
+
},
|
|
812
837
|
{
|
|
813
838
|
"name": "CopyToClipboard",
|
|
814
839
|
"category": "Display",
|
|
@@ -899,13 +924,18 @@
|
|
|
899
924
|
},
|
|
900
925
|
{
|
|
901
926
|
"name": "DeviceMetaDisplay",
|
|
902
|
-
"category": "
|
|
903
|
-
"description": "DeviceMetaDisplay Reusable component for displaying device metadata (manufacturer, model, logo).
|
|
927
|
+
"category": "Display",
|
|
928
|
+
"description": "DeviceMetaDisplay Reusable component for displaying device metadata (manufacturer, model, logo). Supports stacked and inline layouts with size variants and optional linking. **Stacked layout**: Large icon/logo, manufacturer name above, device type icon + model below **Inline layout**: Small icon + \"Manufacturer Model\" as single text string Use this component directly in cards, lists, or other layouts. For DataTable cells, use DeviceMetaCell which wraps this component. @example ```tsx // Stacked layout (default) <DeviceMetaDisplay manufacturer=\"Tesla\" model=\"Powerwall 2\" deviceType=\"battery\" layout=\"stacked\" size=\"md\" logoUrl=\"https://...\" href=\"/devices/123\" /> // Inline layout <DeviceMetaDisplay manufacturer=\"Tesla\" model=\"Powerwall 2\" deviceType=\"battery\" layout=\"inline\" size=\"sm\" href=\"/devices/123\" /> ```",
|
|
904
929
|
"importRoot": "@texturehq/edges",
|
|
905
930
|
"importPath": "@texturehq/edges/components/DeviceMetaDisplay",
|
|
906
931
|
"props": [],
|
|
907
|
-
"relatedComponents": [
|
|
908
|
-
|
|
932
|
+
"relatedComponents": [
|
|
933
|
+
"StoryLayout",
|
|
934
|
+
"StoryTable",
|
|
935
|
+
"StoryTableCell",
|
|
936
|
+
"StoryTableRow"
|
|
937
|
+
],
|
|
938
|
+
"storybookPath": "Display/DeviceMetaDisplay"
|
|
909
939
|
},
|
|
910
940
|
{
|
|
911
941
|
"name": "DeviceStateBadge",
|
|
@@ -1787,7 +1817,7 @@
|
|
|
1787
1817
|
{
|
|
1788
1818
|
"name": "Select",
|
|
1789
1819
|
"category": "Form Controls",
|
|
1790
|
-
"description": "
|
|
1820
|
+
"description": "Controls the menu width behavior relative to the trigger. - \"match\": Menu width matches trigger width exactly (default) - \"auto\": Menu width grows to fit content, with minimum of trigger width @default \"match\"",
|
|
1791
1821
|
"importRoot": "@texturehq/edges",
|
|
1792
1822
|
"importPath": "@texturehq/edges/components/Select",
|
|
1793
1823
|
"props": [],
|
|
@@ -1825,6 +1855,31 @@
|
|
|
1825
1855
|
],
|
|
1826
1856
|
"storybookPath": "Navigation/SideNav"
|
|
1827
1857
|
},
|
|
1858
|
+
{
|
|
1859
|
+
"name": "SiteMetaCell",
|
|
1860
|
+
"category": "Uncategorized",
|
|
1861
|
+
"description": "",
|
|
1862
|
+
"importRoot": "@texturehq/edges",
|
|
1863
|
+
"importPath": "@texturehq/edges/components/SiteMetaCell",
|
|
1864
|
+
"props": [],
|
|
1865
|
+
"relatedComponents": [],
|
|
1866
|
+
"storybookPath": "Uncategorized/SiteMetaCell"
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"name": "SiteMetaDisplay",
|
|
1870
|
+
"category": "Display",
|
|
1871
|
+
"description": "SiteMetaDisplay Reusable component for displaying site location information. Supports stacked and inline layouts with size variants and optional linking. **Stacked layout**: MapPin icon, street address above, city/state/zip below **Inline layout**: MapPin icon + street address only (no city/state) Use this component directly in cards, lists, or other layouts. For DataTable cells, use SiteMetaCell which wraps this component. @example ```tsx // Stacked layout (default) <SiteMetaDisplay streetAddress=\"123 Main St\" city=\"San Francisco\" state=\"CA\" postalCode=\"94102\" layout=\"stacked\" size=\"md\" href=\"/sites/123\" /> // Inline layout <SiteMetaDisplay streetAddress=\"123 Main St\" layout=\"inline\" size=\"sm\" href=\"/sites/123\" /> ```",
|
|
1872
|
+
"importRoot": "@texturehq/edges",
|
|
1873
|
+
"importPath": "@texturehq/edges/components/SiteMetaDisplay",
|
|
1874
|
+
"props": [],
|
|
1875
|
+
"relatedComponents": [
|
|
1876
|
+
"StoryLayout",
|
|
1877
|
+
"StoryTable",
|
|
1878
|
+
"StoryTableCell",
|
|
1879
|
+
"StoryTableRow"
|
|
1880
|
+
],
|
|
1881
|
+
"storybookPath": "Display/SiteMetaDisplay"
|
|
1882
|
+
},
|
|
1828
1883
|
{
|
|
1829
1884
|
"name": "Skeleton",
|
|
1830
1885
|
"category": "Feedback",
|
|
@@ -2572,14 +2627,17 @@
|
|
|
2572
2627
|
"Badge",
|
|
2573
2628
|
"Chip",
|
|
2574
2629
|
"ConnectionStatusBadge",
|
|
2630
|
+
"ContactMetaDisplay",
|
|
2575
2631
|
"CopyToClipboard",
|
|
2576
2632
|
"DeviceHealthBadge",
|
|
2633
|
+
"DeviceMetaDisplay",
|
|
2577
2634
|
"DeviceStateBadge",
|
|
2578
2635
|
"DeviceStateWithMetric",
|
|
2579
2636
|
"DeviceTypeIcon",
|
|
2580
2637
|
"EnrollmentStatusBadge",
|
|
2581
2638
|
"FirmwareVersionBadge",
|
|
2582
2639
|
"GridStateBadge",
|
|
2640
|
+
"SiteMetaDisplay",
|
|
2583
2641
|
"Timeline",
|
|
2584
2642
|
"TimelineItem"
|
|
2585
2643
|
],
|
|
@@ -2610,6 +2668,7 @@
|
|
|
2610
2668
|
"ChartAxis",
|
|
2611
2669
|
"ChartBottomBar",
|
|
2612
2670
|
"ChartTooltip",
|
|
2671
|
+
"ContactMetaCell",
|
|
2613
2672
|
"DateCell",
|
|
2614
2673
|
"DeviceMetaCell",
|
|
2615
2674
|
"DeviceStateCell",
|
|
@@ -2621,6 +2680,7 @@
|
|
|
2621
2680
|
"NumberCell",
|
|
2622
2681
|
"SKELETON_SIZES",
|
|
2623
2682
|
"SelectCell",
|
|
2683
|
+
"SiteMetaCell",
|
|
2624
2684
|
"StaticMap",
|
|
2625
2685
|
"TextCell"
|
|
2626
2686
|
],
|
|
@@ -2638,9 +2698,6 @@
|
|
|
2638
2698
|
"SortControl",
|
|
2639
2699
|
"StatList"
|
|
2640
2700
|
],
|
|
2641
|
-
"Components": [
|
|
2642
|
-
"DeviceMetaDisplay"
|
|
2643
|
-
],
|
|
2644
2701
|
"Feedback": [
|
|
2645
2702
|
"EmptyState",
|
|
2646
2703
|
"ErrorBoundary",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
--color-background-surface: #1a2038;
|
|
188
188
|
--color-background-muted: #374151;
|
|
189
189
|
--color-background-hover: #242d47;
|
|
190
|
-
--color-background-selected: #
|
|
190
|
+
--color-background-selected: #4b5563;
|
|
191
191
|
--color-background-modal: rgba(255, 255, 255, 0.12);
|
|
192
192
|
--color-background-input: rgba(255, 255, 255, 0.05);
|
|
193
193
|
--color-text-body: #ededef;
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
--color-background-surface: #ffffff;
|
|
188
188
|
--color-background-muted: #f3f4f6;
|
|
189
189
|
--color-background-hover: #f3f4f6;
|
|
190
|
-
--color-background-selected: #
|
|
190
|
+
--color-background-selected: #e5e7eb;
|
|
191
191
|
--color-background-modal: rgba(0, 0, 0, 0.15);
|
|
192
192
|
--color-background-input: #ffffff;
|
|
193
193
|
--color-text-body: #333333;
|