@texturehq/edges 1.10.1 → 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 +39 -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 +184 -14
- package/dist/index.d.ts +184 -14
- 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",
|
|
@@ -1374,6 +1374,30 @@
|
|
|
1374
1374
|
"relatedComponents": [],
|
|
1375
1375
|
"storybookPath": "Form Controls/Radio"
|
|
1376
1376
|
},
|
|
1377
|
+
{
|
|
1378
|
+
"name": "RadioCard",
|
|
1379
|
+
"category": "Form Controls",
|
|
1380
|
+
"description": "Gap between items",
|
|
1381
|
+
"importRoot": "@texturehq/edges",
|
|
1382
|
+
"importPath": "@texturehq/edges/components/RadioCard",
|
|
1383
|
+
"props": [],
|
|
1384
|
+
"relatedComponents": [
|
|
1385
|
+
"Icon"
|
|
1386
|
+
],
|
|
1387
|
+
"storybookPath": "Form Controls/RadioCard"
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"name": "RadioCardGroup",
|
|
1391
|
+
"category": "Form Controls",
|
|
1392
|
+
"description": "Gap between items",
|
|
1393
|
+
"importRoot": "@texturehq/edges",
|
|
1394
|
+
"importPath": "@texturehq/edges/components/RadioCardGroup",
|
|
1395
|
+
"props": [],
|
|
1396
|
+
"relatedComponents": [
|
|
1397
|
+
"Icon"
|
|
1398
|
+
],
|
|
1399
|
+
"storybookPath": "Form Controls/RadioCardGroup"
|
|
1400
|
+
},
|
|
1377
1401
|
{
|
|
1378
1402
|
"name": "RadioGroup",
|
|
1379
1403
|
"category": "Form Controls",
|
|
@@ -1447,6 +1471,16 @@
|
|
|
1447
1471
|
],
|
|
1448
1472
|
"storybookPath": "Layout/Section"
|
|
1449
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
|
+
},
|
|
1450
1484
|
{
|
|
1451
1485
|
"name": "SegmentedControl",
|
|
1452
1486
|
"category": "Form Controls",
|
|
@@ -2161,6 +2195,8 @@
|
|
|
2161
2195
|
"NumberField",
|
|
2162
2196
|
"PlaceSearch",
|
|
2163
2197
|
"Radio",
|
|
2198
|
+
"RadioCard",
|
|
2199
|
+
"RadioCardGroup",
|
|
2164
2200
|
"RadioGroup",
|
|
2165
2201
|
"RangeCalendar",
|
|
2166
2202
|
"RichTextEditor",
|
|
@@ -2209,6 +2245,7 @@
|
|
|
2209
2245
|
"Navigation": [
|
|
2210
2246
|
"BreadcrumbItem",
|
|
2211
2247
|
"Breadcrumbs",
|
|
2248
|
+
"SectionNav",
|
|
2212
2249
|
"SideNav",
|
|
2213
2250
|
"Tab",
|
|
2214
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
|
}
|