@texturehq/edges 1.7.6 → 1.8.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.7.6",
3
- "generatedAt": "2025-10-19T15:36:30.016Z",
2
+ "version": "1.8.0",
3
+ "generatedAt": "2025-10-20T15:55:24.561Z",
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",
@@ -495,6 +525,94 @@
495
525
  "relatedComponents": [],
496
526
  "storybookPath": "Form Controls/CodeEditor"
497
527
  },
528
+ {
529
+ "name": "Collapse",
530
+ "category": "Layout",
531
+ "description": "Collapse A composable disclosure group built on `react-aria-components` that follows the Edges design system. Supports contained, bordered, and plain variants along with compact or comfortable density options.",
532
+ "importRoot": "@texturehq/edges",
533
+ "importPath": "@texturehq/edges/components/Collapse",
534
+ "props": [
535
+ {
536
+ "name": "variant",
537
+ "type": "CollapseVariant"
538
+ },
539
+ {
540
+ "name": "density",
541
+ "type": "CollapseDensity"
542
+ },
543
+ {
544
+ "name": "showDividers",
545
+ "type": "boolean"
546
+ },
547
+ {
548
+ "name": "className",
549
+ "type": "RACDisclosureGroupProps[\"className\"]"
550
+ }
551
+ ],
552
+ "relatedComponents": [],
553
+ "storybookPath": "Layout/Collapse"
554
+ },
555
+ {
556
+ "name": "CollapseContent",
557
+ "category": "Layout",
558
+ "description": "Collapse A composable disclosure group built on `react-aria-components` that follows the Edges design system. Supports contained, bordered, and plain variants along with compact or comfortable density options.",
559
+ "importRoot": "@texturehq/edges",
560
+ "importPath": "@texturehq/edges/components/CollapseContent",
561
+ "props": [
562
+ {
563
+ "name": "className",
564
+ "type": "RACDisclosurePanelProps[\"className\"]"
565
+ }
566
+ ],
567
+ "relatedComponents": [],
568
+ "storybookPath": "Layout/CollapseContent"
569
+ },
570
+ {
571
+ "name": "CollapseHeader",
572
+ "category": "Layout",
573
+ "description": "Collapse A composable disclosure group built on `react-aria-components` that follows the Edges design system. Supports contained, bordered, and plain variants along with compact or comfortable density options.",
574
+ "importRoot": "@texturehq/edges",
575
+ "importPath": "@texturehq/edges/components/CollapseHeader",
576
+ "props": [
577
+ {
578
+ "name": "title",
579
+ "type": "React.ReactNode"
580
+ },
581
+ {
582
+ "name": "description",
583
+ "type": "React.ReactNode"
584
+ },
585
+ {
586
+ "name": "startContent",
587
+ "type": "React.ReactNode"
588
+ },
589
+ {
590
+ "name": "endContent",
591
+ "type": "React.ReactNode"
592
+ }
593
+ ],
594
+ "relatedComponents": [],
595
+ "storybookPath": "Layout/CollapseHeader"
596
+ },
597
+ {
598
+ "name": "CollapseItem",
599
+ "category": "Layout",
600
+ "description": "Collapse A composable disclosure group built on `react-aria-components` that follows the Edges design system. Supports contained, bordered, and plain variants along with compact or comfortable density options.",
601
+ "importRoot": "@texturehq/edges",
602
+ "importPath": "@texturehq/edges/components/CollapseItem",
603
+ "props": [
604
+ {
605
+ "name": "className",
606
+ "type": "RACDisclosureProps[\"className\"]"
607
+ },
608
+ {
609
+ "name": "children",
610
+ "type": "React.ReactNode"
611
+ }
612
+ ],
613
+ "relatedComponents": [],
614
+ "storybookPath": "Layout/CollapseItem"
615
+ },
498
616
  {
499
617
  "name": "Confirm",
500
618
  "category": "Overlays",
@@ -2027,6 +2145,11 @@
2027
2145
  "TimeField",
2028
2146
  "ToggleButton"
2029
2147
  ],
2148
+ "Activity": [
2149
+ "ActivityFeed",
2150
+ "ActivityFeedGroup",
2151
+ "ActivityItem"
2152
+ ],
2030
2153
  "Overlays": [
2031
2154
  "Alert",
2032
2155
  "Confirm",
@@ -2039,6 +2162,10 @@
2039
2162
  "Layout": [
2040
2163
  "AppShell",
2041
2164
  "Card",
2165
+ "Collapse",
2166
+ "CollapseContent",
2167
+ "CollapseHeader",
2168
+ "CollapseItem",
2042
2169
  "Grid",
2043
2170
  "PageLayout",
2044
2171
  "Section",