@texturehq/edges 1.8.2 → 1.9.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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.8.2",
3
- "generatedAt": "2025-10-21T16:01:17.557Z",
2
+ "version": "1.9.0",
3
+ "generatedAt": "2025-10-21T19:04:50.170Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "ActionCell",
@@ -754,6 +754,19 @@
754
754
  ],
755
755
  "storybookPath": "Overlays/Drawer"
756
756
  },
757
+ {
758
+ "name": "EmptyState",
759
+ "category": "Feedback",
760
+ "description": "EmptyState Minimal, composable empty state surface for communicating lack of data. Supports optional icon, description and opinionated action patterns. Use `primaryAction` and `secondaryAction` for consistent styling, or use `actions` for complete control over the action area.",
761
+ "importRoot": "@texturehq/edges",
762
+ "importPath": "@texturehq/edges/components/EmptyState",
763
+ "props": [],
764
+ "relatedComponents": [
765
+ "Button",
766
+ "TextLink"
767
+ ],
768
+ "storybookPath": "Feedback/EmptyState"
769
+ },
757
770
  {
758
771
  "name": "ErrorBoundary",
759
772
  "category": "Feedback",
@@ -2239,6 +2252,7 @@
2239
2252
  "StatList"
2240
2253
  ],
2241
2254
  "Feedback": [
2255
+ "EmptyState",
2242
2256
  "ErrorBoundary",
2243
2257
  "Meter",
2244
2258
  "Notice",