@texturehq/edges 1.7.7 → 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.
- package/dist/components.manifest.json +37 -2
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +75 -2
- package/dist/index.d.ts +75 -2
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/styles.css +42 -0
- package/dist/utilities.manifest.json +2 -2
- package/package.json +1 -1
- package/scripts/generate-edges-docs.js +3 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
3
|
-
"generatedAt": "2025-10-
|
|
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",
|
|
@@ -2115,6 +2145,11 @@
|
|
|
2115
2145
|
"TimeField",
|
|
2116
2146
|
"ToggleButton"
|
|
2117
2147
|
],
|
|
2148
|
+
"Activity": [
|
|
2149
|
+
"ActivityFeed",
|
|
2150
|
+
"ActivityFeedGroup",
|
|
2151
|
+
"ActivityItem"
|
|
2152
|
+
],
|
|
2118
2153
|
"Overlays": [
|
|
2119
2154
|
"Alert",
|
|
2120
2155
|
"Confirm",
|