@texturehq/edges 1.7.6 → 1.7.7

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.7.7",
3
+ "generatedAt": "2025-10-19T23:59:43.334Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "ActionCell",
@@ -495,6 +495,94 @@
495
495
  "relatedComponents": [],
496
496
  "storybookPath": "Form Controls/CodeEditor"
497
497
  },
498
+ {
499
+ "name": "Collapse",
500
+ "category": "Layout",
501
+ "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.",
502
+ "importRoot": "@texturehq/edges",
503
+ "importPath": "@texturehq/edges/components/Collapse",
504
+ "props": [
505
+ {
506
+ "name": "variant",
507
+ "type": "CollapseVariant"
508
+ },
509
+ {
510
+ "name": "density",
511
+ "type": "CollapseDensity"
512
+ },
513
+ {
514
+ "name": "showDividers",
515
+ "type": "boolean"
516
+ },
517
+ {
518
+ "name": "className",
519
+ "type": "RACDisclosureGroupProps[\"className\"]"
520
+ }
521
+ ],
522
+ "relatedComponents": [],
523
+ "storybookPath": "Layout/Collapse"
524
+ },
525
+ {
526
+ "name": "CollapseContent",
527
+ "category": "Layout",
528
+ "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.",
529
+ "importRoot": "@texturehq/edges",
530
+ "importPath": "@texturehq/edges/components/CollapseContent",
531
+ "props": [
532
+ {
533
+ "name": "className",
534
+ "type": "RACDisclosurePanelProps[\"className\"]"
535
+ }
536
+ ],
537
+ "relatedComponents": [],
538
+ "storybookPath": "Layout/CollapseContent"
539
+ },
540
+ {
541
+ "name": "CollapseHeader",
542
+ "category": "Layout",
543
+ "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.",
544
+ "importRoot": "@texturehq/edges",
545
+ "importPath": "@texturehq/edges/components/CollapseHeader",
546
+ "props": [
547
+ {
548
+ "name": "title",
549
+ "type": "React.ReactNode"
550
+ },
551
+ {
552
+ "name": "description",
553
+ "type": "React.ReactNode"
554
+ },
555
+ {
556
+ "name": "startContent",
557
+ "type": "React.ReactNode"
558
+ },
559
+ {
560
+ "name": "endContent",
561
+ "type": "React.ReactNode"
562
+ }
563
+ ],
564
+ "relatedComponents": [],
565
+ "storybookPath": "Layout/CollapseHeader"
566
+ },
567
+ {
568
+ "name": "CollapseItem",
569
+ "category": "Layout",
570
+ "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.",
571
+ "importRoot": "@texturehq/edges",
572
+ "importPath": "@texturehq/edges/components/CollapseItem",
573
+ "props": [
574
+ {
575
+ "name": "className",
576
+ "type": "RACDisclosureProps[\"className\"]"
577
+ },
578
+ {
579
+ "name": "children",
580
+ "type": "React.ReactNode"
581
+ }
582
+ ],
583
+ "relatedComponents": [],
584
+ "storybookPath": "Layout/CollapseItem"
585
+ },
498
586
  {
499
587
  "name": "Confirm",
500
588
  "category": "Overlays",
@@ -2039,6 +2127,10 @@
2039
2127
  "Layout": [
2040
2128
  "AppShell",
2041
2129
  "Card",
2130
+ "Collapse",
2131
+ "CollapseContent",
2132
+ "CollapseHeader",
2133
+ "CollapseItem",
2042
2134
  "Grid",
2043
2135
  "PageLayout",
2044
2136
  "Section",