@texturehq/edges 1.6.3 → 1.7.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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.6.3",
3
- "generatedAt": "2025-10-14T16:50:11.293Z",
2
+ "version": "1.7.0",
3
+ "generatedAt": "2025-10-15T17:18:21.400Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "ActionCell",
@@ -301,6 +301,10 @@
301
301
  "name": "children",
302
302
  "type": "React.ReactNode"
303
303
  },
304
+ {
305
+ "name": "variant",
306
+ "type": "\"default\" | \"success\" | \"error\" | \"warning\" | \"info\" | \"primary\" | \"secondary\" | \"neutral\""
307
+ },
304
308
  {
305
309
  "name": "size",
306
310
  "type": "\"sm\" | \"md\" | \"lg\""
@@ -357,6 +361,10 @@
357
361
  "importPath": "@texturehq/edges/components/Button",
358
362
  "description": "Renders an Edges Button. When `href` is provided, renders a link-styled button using the same visual system.",
359
363
  "props": [
364
+ {
365
+ "name": "variant",
366
+ "type": "\"default\" | \"primary\" | \"secondary\" | \"destructive\" | \"icon\" | \"link\" | \"unstyled\" | \"ghost\""
367
+ },
360
368
  {
361
369
  "name": "size",
362
370
  "type": "Size"