@texturehq/edges 1.10.0 → 1.10.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 +28 -2
- package/dist/index.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +80 -1
- package/dist/index.d.ts +80 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/utilities.manifest.json +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.10.
|
|
3
|
-
"generatedAt": "2025-10-
|
|
2
|
+
"version": "1.10.2",
|
|
3
|
+
"generatedAt": "2025-10-22T16:02:58.570Z",
|
|
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",
|
|
@@ -2161,6 +2185,8 @@
|
|
|
2161
2185
|
"NumberField",
|
|
2162
2186
|
"PlaceSearch",
|
|
2163
2187
|
"Radio",
|
|
2188
|
+
"RadioCard",
|
|
2189
|
+
"RadioCardGroup",
|
|
2164
2190
|
"RadioGroup",
|
|
2165
2191
|
"RangeCalendar",
|
|
2166
2192
|
"RichTextEditor",
|