@texturehq/edges 1.15.0 → 1.15.2

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.15.0",
3
- "generatedAt": "2025-10-30T11:18:28.654Z",
2
+ "version": "1.15.2",
3
+ "generatedAt": "2025-10-30T20:56:00.366Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "ActionCell",
@@ -85,13 +85,15 @@
85
85
  },
86
86
  {
87
87
  "name": "AreaSeries",
88
- "category": "Uncategorized",
88
+ "category": "Charts",
89
89
  "description": "AreaSeries Chart component for rendering area charts with gradient fill. Displays data as a filled area with optional line path, supporting animations and custom colors.",
90
90
  "importRoot": "@texturehq/edges",
91
91
  "importPath": "@texturehq/edges/components/AreaSeries",
92
92
  "props": [],
93
- "relatedComponents": [],
94
- "storybookPath": "Uncategorized/AreaSeries"
93
+ "relatedComponents": [
94
+ "ChartContainer"
95
+ ],
96
+ "storybookPath": "Charts/AreaSeries"
95
97
  },
96
98
  {
97
99
  "name": "Autocomplete",
@@ -231,13 +233,15 @@
231
233
  },
232
234
  {
233
235
  "name": "BarSeries",
234
- "category": "Uncategorized",
236
+ "category": "Charts",
235
237
  "description": "BarSeries Chart component for rendering bar/column charts. Displays data as vertical bars with customizable colors, opacity, and category-based coloring.",
236
238
  "importRoot": "@texturehq/edges",
237
239
  "importPath": "@texturehq/edges/components/BarSeries",
238
240
  "props": [],
239
- "relatedComponents": [],
240
- "storybookPath": "Uncategorized/BarSeries"
241
+ "relatedComponents": [
242
+ "ChartContainer"
243
+ ],
244
+ "storybookPath": "Charts/BarSeries"
241
245
  },
242
246
  {
243
247
  "name": "BooleanCell",
@@ -597,17 +601,13 @@
597
601
  },
598
602
  {
599
603
  "name": "ChartContainer",
600
- "category": "Data",
604
+ "category": "Charts",
601
605
  "description": "ChartContainer Main chart wrapper component that provides context and layout for chart visualizations. Handles scaling, tooltips, axes, and data management for area, line, and bar charts.",
602
606
  "importRoot": "@texturehq/edges",
603
607
  "importPath": "@texturehq/edges/components/ChartContainer",
604
608
  "props": [],
605
- "relatedComponents": [
606
- "AreaSeries",
607
- "BarSeries",
608
- "LineSeries"
609
- ],
610
- "storybookPath": "Data/ChartContainer"
609
+ "relatedComponents": [],
610
+ "storybookPath": "Charts/ChartContainer"
611
611
  },
612
612
  {
613
613
  "name": "ChartTooltip",
@@ -1065,13 +1065,13 @@
1065
1065
  },
1066
1066
  {
1067
1067
  "name": "FunnelSeries",
1068
- "category": "Data",
1068
+ "category": "Charts",
1069
1069
  "description": "Accessible label",
1070
1070
  "importRoot": "@texturehq/edges",
1071
1071
  "importPath": "@texturehq/edges/components/FunnelSeries",
1072
1072
  "props": [],
1073
1073
  "relatedComponents": [],
1074
- "storybookPath": "Data/FunnelSeries"
1074
+ "storybookPath": "Charts/FunnelSeries"
1075
1075
  },
1076
1076
  {
1077
1077
  "name": "Grid",
@@ -1200,13 +1200,15 @@
1200
1200
  },
1201
1201
  {
1202
1202
  "name": "LineSeries",
1203
- "category": "Uncategorized",
1203
+ "category": "Charts",
1204
1204
  "description": "LineSeries Chart component for rendering line charts. Displays data as a continuous line with customizable stroke width, color, and dash patterns.",
1205
1205
  "importRoot": "@texturehq/edges",
1206
1206
  "importPath": "@texturehq/edges/components/LineSeries",
1207
1207
  "props": [],
1208
- "relatedComponents": [],
1209
- "storybookPath": "Uncategorized/LineSeries"
1208
+ "relatedComponents": [
1209
+ "ChartContainer"
1210
+ ],
1211
+ "storybookPath": "Charts/LineSeries"
1210
1212
  },
1211
1213
  {
1212
1214
  "name": "List",
@@ -2301,6 +2303,26 @@
2301
2303
  ],
2302
2304
  "storybookPath": "Form Controls/TimeField"
2303
2305
  },
2306
+ {
2307
+ "name": "Timeline",
2308
+ "category": "Display",
2309
+ "description": "Timeline A vertical timeline component for displaying hierarchical or sequential information. Connects items with a visual line to show relationships or flow. @example ```tsx <Timeline> <TimelineItem>First item</TimelineItem> <TimelineItem>Second item</TimelineItem> <TimelineItem>Third item</TimelineItem> </Timeline> ```",
2310
+ "importRoot": "@texturehq/edges",
2311
+ "importPath": "@texturehq/edges/components/Timeline",
2312
+ "props": [],
2313
+ "relatedComponents": [],
2314
+ "storybookPath": "Display/Timeline"
2315
+ },
2316
+ {
2317
+ "name": "TimelineItem",
2318
+ "category": "Display",
2319
+ "description": "",
2320
+ "importRoot": "@texturehq/edges",
2321
+ "importPath": "@texturehq/edges/components/TimelineItem",
2322
+ "props": [],
2323
+ "relatedComponents": [],
2324
+ "storybookPath": "Display/TimelineItem"
2325
+ },
2304
2326
  {
2305
2327
  "name": "ToggleButton",
2306
2328
  "category": "Form Controls",
@@ -2518,7 +2540,9 @@
2518
2540
  "DeviceTypeIcon",
2519
2541
  "EnrollmentStatusBadge",
2520
2542
  "FirmwareVersionBadge",
2521
- "GridStateBadge"
2543
+ "GridStateBadge",
2544
+ "Timeline",
2545
+ "TimelineItem"
2522
2546
  ],
2523
2547
  "Navigation": [
2524
2548
  "BreadcrumbItem",
@@ -2532,10 +2556,15 @@
2532
2556
  "TextLink",
2533
2557
  "TopNav"
2534
2558
  ],
2535
- "Uncategorized": [
2536
- "ActionCell",
2559
+ "Charts": [
2537
2560
  "AreaSeries",
2538
2561
  "BarSeries",
2562
+ "ChartContainer",
2563
+ "FunnelSeries",
2564
+ "LineSeries"
2565
+ ],
2566
+ "Uncategorized": [
2567
+ "ActionCell",
2539
2568
  "BooleanCell",
2540
2569
  "ChartAxis",
2541
2570
  "ChartBottomBar",
@@ -2544,7 +2573,6 @@
2544
2573
  "DeviceStateCell",
2545
2574
  "DialogHeader",
2546
2575
  "InteractiveMap",
2547
- "LineSeries",
2548
2576
  "MAP_TYPES",
2549
2577
  "ModalBackdrop",
2550
2578
  "NumberCell",
@@ -2556,12 +2584,10 @@
2556
2584
  "Data": [
2557
2585
  "AutoMobileRenderer",
2558
2586
  "CardMobileRenderer",
2559
- "ChartContainer",
2560
2587
  "DataControls",
2561
2588
  "DataTable",
2562
2589
  "FilterChips",
2563
2590
  "FilterDialog",
2564
- "FunnelSeries",
2565
2591
  "Kpi",
2566
2592
  "KpiGroup",
2567
2593
  "ResultsCount",
@@ -176,6 +176,7 @@
176
176
  --feedback-info-icon: oklch(0.488 0.243 255.638);
177
177
  --feedback-info-background: oklch(0.97 0.014 237.69);
178
178
  --feedback-info-border: oklch(0.809 0.105 244.039);
179
+ --color-map-marker-default: #7a8ee1;
179
180
  --color-map-streets-border: #000000;
180
181
  --color-map-satellite-border: #ffffff;
181
182
  --color-map-neutral-border: #000000;
@@ -176,6 +176,7 @@
176
176
  --feedback-info-icon: oklch(0.488 0.243 255.638);
177
177
  --feedback-info-background: oklch(0.97 0.014 237.69);
178
178
  --feedback-info-border: oklch(0.809 0.105 244.039);
179
+ --color-map-marker-default: #444ae1;
179
180
  --color-map-streets-border: #000000;
180
181
  --color-map-satellite-border: #ffffff;
181
182
  --color-map-neutral-border: #000000;