@texturehq/edges 1.15.1 → 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.
- package/dist/components.manifest.json +25 -3
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +67 -13
- package/dist/index.d.ts +67 -13
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/styles/computed.css +4 -4
- package/dist/styles.css +17 -0
- package/dist/utilities.manifest.json +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.15.
|
|
3
|
-
"generatedAt": "2025-10-
|
|
2
|
+
"version": "1.15.2",
|
|
3
|
+
"generatedAt": "2025-10-30T20:56:00.366Z",
|
|
4
4
|
"components": [
|
|
5
5
|
{
|
|
6
6
|
"name": "ActionCell",
|
|
@@ -2303,6 +2303,26 @@
|
|
|
2303
2303
|
],
|
|
2304
2304
|
"storybookPath": "Form Controls/TimeField"
|
|
2305
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
|
+
},
|
|
2306
2326
|
{
|
|
2307
2327
|
"name": "ToggleButton",
|
|
2308
2328
|
"category": "Form Controls",
|
|
@@ -2520,7 +2540,9 @@
|
|
|
2520
2540
|
"DeviceTypeIcon",
|
|
2521
2541
|
"EnrollmentStatusBadge",
|
|
2522
2542
|
"FirmwareVersionBadge",
|
|
2523
|
-
"GridStateBadge"
|
|
2543
|
+
"GridStateBadge",
|
|
2544
|
+
"Timeline",
|
|
2545
|
+
"TimelineItem"
|
|
2524
2546
|
],
|
|
2525
2547
|
"Navigation": [
|
|
2526
2548
|
"BreadcrumbItem",
|