@texturehq/edges 1.7.7 → 1.8.1

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.7.7",
3
- "generatedAt": "2025-10-19T23:59:43.334Z",
2
+ "version": "1.8.1",
3
+ "generatedAt": "2025-10-21T15:52:09.286Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "ActionCell",
@@ -25,6 +25,36 @@
25
25
  ],
26
26
  "storybookPath": "Form Controls/ActionMenu"
27
27
  },
28
+ {
29
+ "name": "ActivityFeed",
30
+ "category": "Activity",
31
+ "description": "Feed content",
32
+ "importRoot": "@texturehq/edges",
33
+ "importPath": "@texturehq/edges/components/ActivityFeed",
34
+ "props": [],
35
+ "relatedComponents": [],
36
+ "storybookPath": "Activity/ActivityFeed"
37
+ },
38
+ {
39
+ "name": "ActivityFeedGroup",
40
+ "category": "Activity",
41
+ "description": "Group content",
42
+ "importRoot": "@texturehq/edges",
43
+ "importPath": "@texturehq/edges/components/ActivityFeedGroup",
44
+ "props": [],
45
+ "relatedComponents": [],
46
+ "storybookPath": "Activity/ActivityFeedGroup"
47
+ },
48
+ {
49
+ "name": "ActivityItem",
50
+ "category": "Activity",
51
+ "description": "Marks the item as interactive, enabling keyboard semantics",
52
+ "importRoot": "@texturehq/edges",
53
+ "importPath": "@texturehq/edges/components/ActivityItem",
54
+ "props": [],
55
+ "relatedComponents": [],
56
+ "storybookPath": "Activity/ActivityItem"
57
+ },
28
58
  {
29
59
  "name": "Alert",
30
60
  "category": "Overlays",
@@ -389,7 +419,7 @@
389
419
  {
390
420
  "name": "ChartBottomBar",
391
421
  "category": "Uncategorized",
392
- "description": "ChartBottomBar Chart footer component with legend and export functionality. Displays color-coded legend items and provides export options for CSV, SVG, and PNG formats.",
422
+ "description": "ChartBottomBar Chart footer component with legend and export functionality. Displays color-coded legend items and provides export options for CSV, SVG, and PNG formats. Respects chart margins to align legend with Y-axis and export button with X-axis end.",
393
423
  "importRoot": "@texturehq/edges",
394
424
  "importPath": "@texturehq/edges/components/ChartBottomBar",
395
425
  "props": [
@@ -400,6 +430,22 @@
400
430
  {
401
431
  "name": "onExport",
402
432
  "type": "(type: ExportType) => void | Promise<void>"
433
+ },
434
+ {
435
+ "name": "marginLeft",
436
+ "type": "number"
437
+ },
438
+ {
439
+ "name": "marginRight",
440
+ "type": "number"
441
+ },
442
+ {
443
+ "name": "isZoomed",
444
+ "type": "boolean"
445
+ },
446
+ {
447
+ "name": "onResetZoom",
448
+ "type": "() => void"
403
449
  }
404
450
  ],
405
451
  "relatedComponents": [],
@@ -2115,6 +2161,11 @@
2115
2161
  "TimeField",
2116
2162
  "ToggleButton"
2117
2163
  ],
2164
+ "Activity": [
2165
+ "ActivityFeed",
2166
+ "ActivityFeedGroup",
2167
+ "ActivityItem"
2168
+ ],
2118
2169
  "Overlays": [
2119
2170
  "Alert",
2120
2171
  "Confirm",