@texturehq/edges 1.10.2 → 1.11.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 +13 -2
- package/dist/generated/tailwind-tokens-dark.css +3 -3
- package/dist/generated/tailwind-tokens-light.css +3 -3
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +125 -34
- package/dist/index.d.ts +125 -34
- package/dist/index.js +7 -7
- package/dist/index.js.map +1 -1
- package/dist/styles.css +64 -7
- package/dist/utilities.manifest.json +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
3
|
-
"generatedAt": "2025-10-
|
|
2
|
+
"version": "1.11.0",
|
|
3
|
+
"generatedAt": "2025-10-22T19:34:32.940Z",
|
|
4
4
|
"components": [
|
|
5
5
|
{
|
|
6
6
|
"name": "ActionCell",
|
|
@@ -1471,6 +1471,16 @@
|
|
|
1471
1471
|
],
|
|
1472
1472
|
"storybookPath": "Layout/Section"
|
|
1473
1473
|
},
|
|
1474
|
+
{
|
|
1475
|
+
"name": "SectionNav",
|
|
1476
|
+
"category": "Navigation",
|
|
1477
|
+
"description": "Custom filter function to determine which sections are visible",
|
|
1478
|
+
"importRoot": "@texturehq/edges",
|
|
1479
|
+
"importPath": "@texturehq/edges/components/SectionNav",
|
|
1480
|
+
"props": [],
|
|
1481
|
+
"relatedComponents": [],
|
|
1482
|
+
"storybookPath": "Navigation/SectionNav"
|
|
1483
|
+
},
|
|
1474
1484
|
{
|
|
1475
1485
|
"name": "SegmentedControl",
|
|
1476
1486
|
"category": "Form Controls",
|
|
@@ -2235,6 +2245,7 @@
|
|
|
2235
2245
|
"Navigation": [
|
|
2236
2246
|
"BreadcrumbItem",
|
|
2237
2247
|
"Breadcrumbs",
|
|
2248
|
+
"SectionNav",
|
|
2238
2249
|
"SideNav",
|
|
2239
2250
|
"Tab",
|
|
2240
2251
|
"TabList",
|
|
@@ -346,7 +346,7 @@
|
|
|
346
346
|
--color-viz-diverging-red-blue-9: #5d6fb0;
|
|
347
347
|
--color-viz-diverging-red-blue-10: #374f88;
|
|
348
348
|
--color-viz-default: #444ae1;
|
|
349
|
-
--
|
|
350
|
-
--
|
|
351
|
-
--
|
|
349
|
+
--color-skeleton-base: #374151;
|
|
350
|
+
--color-skeleton-highlight: #4b5563;
|
|
351
|
+
--color-skeleton-wave: rgba(255, 255, 255, 0.15);
|
|
352
352
|
}
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
--color-viz-diverging-red-blue-9: #4d5e99;
|
|
344
344
|
--color-viz-diverging-red-blue-10: #2b3d70;
|
|
345
345
|
--color-viz-default: #444ae1;
|
|
346
|
-
--
|
|
347
|
-
--
|
|
348
|
-
--
|
|
346
|
+
--color-skeleton-base: #e5e7eb;
|
|
347
|
+
--color-skeleton-highlight: #f3f4f6;
|
|
348
|
+
--color-skeleton-wave: rgba(255, 255, 255, 0.5);
|
|
349
349
|
}
|