@texturehq/edges 1.23.7 → 1.24.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.23.7",
3
- "generatedAt": "2025-11-29T17:59:53.779Z",
2
+ "version": "1.24.1",
3
+ "generatedAt": "2025-11-30T15:12:49.133Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "ActionCell",
@@ -572,6 +572,126 @@
572
572
  "relatedComponents": [],
573
573
  "storybookPath": "Data/CardMobileRenderer"
574
574
  },
575
+ {
576
+ "name": "CarouselAutoplayTrigger",
577
+ "category": "Components",
578
+ "description": "CarouselAutoplayTrigger - Toggle button for autoplay functionality. Allows users to pause and resume automatic slide transitions.",
579
+ "importRoot": "@texturehq/edges",
580
+ "importPath": "@texturehq/edges/components/CarouselAutoplayTrigger",
581
+ "props": [],
582
+ "relatedComponents": [],
583
+ "storybookPath": "Components/CarouselAutoplayTrigger"
584
+ },
585
+ {
586
+ "name": "CarouselControl",
587
+ "category": "Components",
588
+ "description": "CarouselControl - Container for navigation controls and indicators. Typically holds prev/next buttons, indicators, and autoplay controls.",
589
+ "importRoot": "@texturehq/edges",
590
+ "importPath": "@texturehq/edges/components/CarouselControl",
591
+ "props": [
592
+ {
593
+ "name": "children",
594
+ "type": "React.ReactNode"
595
+ }
596
+ ],
597
+ "relatedComponents": [],
598
+ "storybookPath": "Components/CarouselControl"
599
+ },
600
+ {
601
+ "name": "CarouselIndicator",
602
+ "category": "Components",
603
+ "description": "CarouselIndicator - Dot indicator for a specific slide. Clicking navigates to the slide at the specified index.",
604
+ "importRoot": "@texturehq/edges",
605
+ "importPath": "@texturehq/edges/components/CarouselIndicator",
606
+ "props": [
607
+ {
608
+ "name": "children",
609
+ "type": "React.ReactNode"
610
+ }
611
+ ],
612
+ "relatedComponents": [],
613
+ "storybookPath": "Components/CarouselIndicator"
614
+ },
615
+ {
616
+ "name": "CarouselIndicatorGroup",
617
+ "category": "Components",
618
+ "description": "CarouselIndicatorGroup - Container for all page indicators. Automatically generates indicators for each page/slide.",
619
+ "importRoot": "@texturehq/edges",
620
+ "importPath": "@texturehq/edges/components/CarouselIndicatorGroup",
621
+ "props": [],
622
+ "relatedComponents": [],
623
+ "storybookPath": "Components/CarouselIndicatorGroup"
624
+ },
625
+ {
626
+ "name": "CarouselItem",
627
+ "category": "Components",
628
+ "description": "Individual slide/item within the carousel. Handles sizing based on slidesPerView and applies snap alignment.",
629
+ "importRoot": "@texturehq/edges",
630
+ "importPath": "@texturehq/edges/components/CarouselItem",
631
+ "props": [
632
+ {
633
+ "name": "children",
634
+ "type": "React.ReactNode"
635
+ }
636
+ ],
637
+ "relatedComponents": [],
638
+ "storybookPath": "Components/CarouselItem"
639
+ },
640
+ {
641
+ "name": "CarouselItemGroup",
642
+ "category": "Components",
643
+ "description": "CarouselItemGroup - Container for carousel items with scrolling behavior. Manages scroll snap, drag interactions, and layout spacing.",
644
+ "importRoot": "@texturehq/edges",
645
+ "importPath": "@texturehq/edges/components/CarouselItemGroup",
646
+ "props": [
647
+ {
648
+ "name": "children",
649
+ "type": "React.ReactNode"
650
+ }
651
+ ],
652
+ "relatedComponents": [],
653
+ "storybookPath": "Components/CarouselItemGroup"
654
+ },
655
+ {
656
+ "name": "CarouselNextTrigger",
657
+ "category": "Components",
658
+ "description": "CarouselNextTrigger - Button to navigate to the next slide. Automatically disabled when at the last slide (unless loop is enabled).",
659
+ "importRoot": "@texturehq/edges",
660
+ "importPath": "@texturehq/edges/components/CarouselNextTrigger",
661
+ "props": [],
662
+ "relatedComponents": [],
663
+ "storybookPath": "Components/CarouselNextTrigger"
664
+ },
665
+ {
666
+ "name": "CarouselPrevTrigger",
667
+ "category": "Components",
668
+ "description": "CarouselPrevTrigger - Button to navigate to the previous slide. Automatically disabled when at the first slide (unless loop is enabled).",
669
+ "importRoot": "@texturehq/edges",
670
+ "importPath": "@texturehq/edges/components/CarouselPrevTrigger",
671
+ "props": [],
672
+ "relatedComponents": [],
673
+ "storybookPath": "Components/CarouselPrevTrigger"
674
+ },
675
+ {
676
+ "name": "CarouselProgressText",
677
+ "category": "Components",
678
+ "description": "CarouselProgressText - Displays current slide position (e.g., \"1 / 5\"). Shows the current page number and total number of pages.",
679
+ "importRoot": "@texturehq/edges",
680
+ "importPath": "@texturehq/edges/components/CarouselProgressText",
681
+ "props": [],
682
+ "relatedComponents": [],
683
+ "storybookPath": "Components/CarouselProgressText"
684
+ },
685
+ {
686
+ "name": "CarouselRoot",
687
+ "category": "Components",
688
+ "description": "CarouselRoot - Main carousel container with state management and navigation logic. Handles page state, autoplay, looping, and drag interactions.",
689
+ "importRoot": "@texturehq/edges",
690
+ "importPath": "@texturehq/edges/components/CarouselRoot",
691
+ "props": [],
692
+ "relatedComponents": [],
693
+ "storybookPath": "Components/CarouselRoot"
694
+ },
575
695
  {
576
696
  "name": "ChartAxis",
577
697
  "category": "Uncategorized",
@@ -2208,7 +2328,7 @@
2208
2328
  {
2209
2329
  "name": "Tab",
2210
2330
  "category": "Navigation",
2211
- "description": "Tabs Tabbed interface with styled tabs and panels. @param variant - \"default\" for action-default styling, \"brand\" for action-brand styling",
2331
+ "description": "Tab trigger element.",
2212
2332
  "importRoot": "@texturehq/edges",
2213
2333
  "importPath": "@texturehq/edges/components/Tab",
2214
2334
  "props": [],
@@ -2830,6 +2950,19 @@
2830
2950
  "TextLink",
2831
2951
  "TopNav"
2832
2952
  ],
2953
+ "Components": [
2954
+ "CarouselAutoplayTrigger",
2955
+ "CarouselControl",
2956
+ "CarouselIndicator",
2957
+ "CarouselIndicatorGroup",
2958
+ "CarouselItem",
2959
+ "CarouselItemGroup",
2960
+ "CarouselNextTrigger",
2961
+ "CarouselPrevTrigger",
2962
+ "CarouselProgressText",
2963
+ "CarouselRoot",
2964
+ "HierarchyExplorer"
2965
+ ],
2833
2966
  "Charts": [
2834
2967
  "AreaSeries",
2835
2968
  "BarSeries",
@@ -2884,9 +3017,6 @@
2884
3017
  "Typography": [
2885
3018
  "Heading"
2886
3019
  ],
2887
- "Components": [
2888
- "HierarchyExplorer"
2889
- ],
2890
3020
  "Design Tokens": [
2891
3021
  "Icon",
2892
3022
  "Logo"