@texturehq/edges 1.2.1 → 1.3.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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.2.1",
3
- "generatedAt": "2025-10-06T20:37:56.769Z",
2
+ "version": "1.3.0",
3
+ "generatedAt": "2025-10-08T13:13:11.551Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "ActionCell",
@@ -987,6 +987,13 @@
987
987
  "description": "LineSeries Chart component for rendering line charts. Displays data as a continuous line with customizable stroke width, color, and dash patterns.",
988
988
  "props": []
989
989
  },
990
+ {
991
+ "name": "List",
992
+ "importRoot": "@texturehq/edges",
993
+ "importPath": "@texturehq/edges/components/List",
994
+ "description": "List A semantic wrapper and state manager for rows. Handles selection, hover, keyboard navigation, and accessibility. Composes with ListItem for visual rows. Example usage: ```tsx <List items={sites} selectedId={selectedSiteId} onSelect={(id) => openDetail(id)} onHoverChange={(id) => highlightOnMap(id)} renderItem={({ item, rowProps, isSelected }) => ( <ListItem id={item.id} title={item.name} subtitle={item.address?.city} isSelected={isSelected} {...rowProps} /> )} /> ```",
995
+ "props": []
996
+ },
990
997
  {
991
998
  "name": "ListBox",
992
999
  "importRoot": "@texturehq/edges",
@@ -1010,6 +1017,27 @@
1010
1017
  }
1011
1018
  ]
1012
1019
  },
1020
+ {
1021
+ "name": "ListHeader",
1022
+ "importRoot": "@texturehq/edges",
1023
+ "importPath": "@texturehq/edges/components/ListHeader",
1024
+ "description": "",
1025
+ "props": []
1026
+ },
1027
+ {
1028
+ "name": "ListItem",
1029
+ "importRoot": "@texturehq/edges",
1030
+ "importPath": "@texturehq/edges/components/ListItem",
1031
+ "description": "",
1032
+ "props": []
1033
+ },
1034
+ {
1035
+ "name": "ListPane",
1036
+ "importRoot": "@texturehq/edges",
1037
+ "importPath": "@texturehq/edges/components/ListPane",
1038
+ "description": "",
1039
+ "props": []
1040
+ },
1013
1041
  {
1014
1042
  "name": "Loader",
1015
1043
  "importRoot": "@texturehq/edges",
@@ -1055,9 +1083,9 @@
1055
1083
  ]
1056
1084
  },
1057
1085
  {
1058
- "name": "MAPBOX_THEMES",
1086
+ "name": "MAP_TYPES",
1059
1087
  "importRoot": "@texturehq/edges",
1060
- "importPath": "@texturehq/edges/components/MAPBOX_THEMES",
1088
+ "importPath": "@texturehq/edges/components/MAP_TYPES",
1061
1089
  "description": "",
1062
1090
  "props": []
1063
1091
  },