@texturehq/edges 1.22.0 → 1.22.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 +3 -3
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +11 -1
- package/dist/index.d.ts +11 -1
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/server.cjs +1 -1
- package/dist/server.cjs.map +1 -1
- package/dist/server.js +1 -1
- package/dist/server.js.map +1 -1
- package/dist/styles.css +0 -3
- package/dist/utilities.manifest.json +2 -2
- package/package.json +1 -1
- package/scripts/generate-edges-docs.js +4 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.22.
|
|
3
|
-
"generatedAt": "2025-11-
|
|
2
|
+
"version": "1.22.2",
|
|
3
|
+
"generatedAt": "2025-11-19T01:44:19.224Z",
|
|
4
4
|
"components": [
|
|
5
5
|
{
|
|
6
6
|
"name": "ActionCell",
|
|
@@ -1074,7 +1074,7 @@
|
|
|
1074
1074
|
{
|
|
1075
1075
|
"name": "EmptyState",
|
|
1076
1076
|
"category": "Feedback",
|
|
1077
|
-
"description": "EmptyState Minimal, composable empty state surface for communicating lack of data. Supports optional icon, description and opinionated action patterns. Use `primaryAction` (button) and `secondaryAction` (text link) for consistent styling, or use `actions` for complete control over the action area.",
|
|
1077
|
+
"description": "EmptyState Minimal, composable empty state surface for communicating lack of data. Supports optional icon, description and opinionated action patterns. Use `primaryAction` (button) and `secondaryAction` (text link) for consistent styling, or use `actions` for complete control over the action area. The `spotlight` variant adds a subtle branded gradient background for marketing-focused empty states that encourage user behavior. Choose from different gradient patterns using the `spotlightPattern` prop.",
|
|
1078
1078
|
"importRoot": "@texturehq/edges",
|
|
1079
1079
|
"importPath": "@texturehq/edges/components/EmptyState",
|
|
1080
1080
|
"props": [],
|