@texturehq/edges 1.7.3 → 1.7.6
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 +14 -3
- package/dist/index.cjs +18 -18
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +66 -1
- package/dist/index.d.ts +66 -1
- package/dist/index.js +18 -18
- package/dist/index.js.map +1 -1
- package/dist/server.cjs +2 -2
- package/dist/server.cjs.map +1 -1
- package/dist/server.js +2 -2
- package/dist/server.js.map +1 -1
- package/dist/styles/animations.css +105 -4
- package/dist/styles.css +182 -4
- package/dist/utilities.manifest.json +2 -2
- package/package.json +1 -1
- package/scripts/generate-edges-docs.js +51 -17
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.7.
|
|
3
|
-
"generatedAt": "2025-10-
|
|
2
|
+
"version": "1.7.6",
|
|
3
|
+
"generatedAt": "2025-10-19T15:36:30.016Z",
|
|
4
4
|
"components": [
|
|
5
5
|
{
|
|
6
6
|
"name": "ActionCell",
|
|
@@ -1984,6 +1984,16 @@
|
|
|
1984
1984
|
"Icon"
|
|
1985
1985
|
],
|
|
1986
1986
|
"storybookPath": "Navigation/TopNav"
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
"name": "Tray",
|
|
1990
|
+
"category": "Overlays",
|
|
1991
|
+
"description": "Tray Bottom anchored overlay optimized for mobile experiences. Provides optional header/footer slots that align with Dialog & Drawer APIs.",
|
|
1992
|
+
"importRoot": "@texturehq/edges",
|
|
1993
|
+
"importPath": "@texturehq/edges/components/Tray",
|
|
1994
|
+
"props": [],
|
|
1995
|
+
"relatedComponents": [],
|
|
1996
|
+
"storybookPath": "Overlays/Tray"
|
|
1987
1997
|
}
|
|
1988
1998
|
],
|
|
1989
1999
|
"categories": {
|
|
@@ -2023,7 +2033,8 @@
|
|
|
2023
2033
|
"Dialog",
|
|
2024
2034
|
"Drawer",
|
|
2025
2035
|
"Popover",
|
|
2026
|
-
"Tooltip"
|
|
2036
|
+
"Tooltip",
|
|
2037
|
+
"Tray"
|
|
2027
2038
|
],
|
|
2028
2039
|
"Layout": [
|
|
2029
2040
|
"AppShell",
|