@texturehq/edges 1.9.0 → 1.9.1
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 +12 -12
- package/dist/generated/tailwind-tokens-dark.css +12 -0
- package/dist/generated/tailwind-tokens-light.css +12 -0
- package/dist/index.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +26 -11
- package/dist/index.d.ts +26 -11
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/{server-5Bc5-7Uc.d.cts → server-BwR7EOd8.d.cts} +7 -2
- package/dist/{server-5Bc5-7Uc.d.ts → server-BwR7EOd8.d.ts} +7 -2
- package/dist/server.cjs +2 -2
- package/dist/server.cjs.map +1 -1
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/server.js +2 -2
- package/dist/server.js.map +1 -1
- package/dist/styles/computed.css +1 -1
- package/dist/styles.css +134 -90
- package/dist/utilities.manifest.json +2 -2
- package/package.json +1 -1
- package/scripts/generate-edges-docs.js +2 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.9.
|
|
3
|
-
"generatedAt": "2025-10-
|
|
2
|
+
"version": "1.9.1",
|
|
3
|
+
"generatedAt": "2025-10-22T00:53:47.425Z",
|
|
4
4
|
"components": [
|
|
5
5
|
{
|
|
6
6
|
"name": "ActionCell",
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
"props": [
|
|
277
277
|
{
|
|
278
278
|
"name": "variant",
|
|
279
|
-
"type": "| \"default\" | \"
|
|
279
|
+
"type": "| \"default\" | \"brand\" | \"secondary\" | \"destructive\" | \"icon\" | \"link\" | \"unstyled\" | \"ghost\" | \"primary\""
|
|
280
280
|
},
|
|
281
281
|
{
|
|
282
282
|
"name": "size",
|
|
@@ -366,7 +366,7 @@
|
|
|
366
366
|
{
|
|
367
367
|
"name": "Card",
|
|
368
368
|
"category": "Layout",
|
|
369
|
-
"description": "Card - Enterprise surface container component A flexible, composable card component following enterprise design system best practices. Supports modular content sections with consistent styling and accessibility. Usage: ```tsx <Card variant=\"outlined\" size=\"md\"> <Card.Header title=\"Card Title\" subtitle=\"Optional subtitle\" actions={<Button variant=\"ghost\" icon=\"MoreHorizontal\" />} /> <Card.Media src=\"image.jpg\" alt=\"Description\" /> <Card.Content> <p>Main content goes here</p> </Card.Content> <Card.Footer> <Button variant=\"
|
|
369
|
+
"description": "Card - Enterprise surface container component A flexible, composable card component following enterprise design system best practices. Supports modular content sections with consistent styling and accessibility. Usage: ```tsx <Card variant=\"outlined\" size=\"md\"> <Card.Header title=\"Card Title\" subtitle=\"Optional subtitle\" actions={<Button variant=\"ghost\" icon=\"MoreHorizontal\" />} /> <Card.Media src=\"image.jpg\" alt=\"Description\" /> <Card.Content> <p>Main content goes here</p> </Card.Content> <Card.Footer> <Button variant=\"brand\">Action</Button> </Card.Footer> </Card> ```",
|
|
370
370
|
"importRoot": "@texturehq/edges",
|
|
371
371
|
"importPath": "@texturehq/edges/components/Card",
|
|
372
372
|
"props": [
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
{
|
|
479
479
|
"name": "Checkbox",
|
|
480
480
|
"category": "Form Controls",
|
|
481
|
-
"description": "
|
|
481
|
+
"description": "Visual variant of the checkbox @default \"brand\"",
|
|
482
482
|
"importRoot": "@texturehq/edges",
|
|
483
483
|
"importPath": "@texturehq/edges/components/Checkbox",
|
|
484
484
|
"props": [
|
|
@@ -495,7 +495,7 @@
|
|
|
495
495
|
{
|
|
496
496
|
"name": "CheckboxGroup",
|
|
497
497
|
"category": "Form Controls",
|
|
498
|
-
"description": "
|
|
498
|
+
"description": "Visual variant of the checkbox @default \"brand\"",
|
|
499
499
|
"importRoot": "@texturehq/edges",
|
|
500
500
|
"importPath": "@texturehq/edges/components/CheckboxGroup",
|
|
501
501
|
"props": [
|
|
@@ -1367,7 +1367,7 @@
|
|
|
1367
1367
|
{
|
|
1368
1368
|
"name": "Radio",
|
|
1369
1369
|
"category": "Form Controls",
|
|
1370
|
-
"description": "
|
|
1370
|
+
"description": "Visual variant of the radio buttons @default \"brand\"",
|
|
1371
1371
|
"importRoot": "@texturehq/edges",
|
|
1372
1372
|
"importPath": "@texturehq/edges/components/Radio",
|
|
1373
1373
|
"props": [],
|
|
@@ -1377,7 +1377,7 @@
|
|
|
1377
1377
|
{
|
|
1378
1378
|
"name": "RadioGroup",
|
|
1379
1379
|
"category": "Form Controls",
|
|
1380
|
-
"description": "
|
|
1380
|
+
"description": "Visual variant of the radio buttons @default \"brand\"",
|
|
1381
1381
|
"importRoot": "@texturehq/edges",
|
|
1382
1382
|
"importPath": "@texturehq/edges/components/RadioGroup",
|
|
1383
1383
|
"props": [],
|
|
@@ -1664,7 +1664,7 @@
|
|
|
1664
1664
|
{
|
|
1665
1665
|
"name": "Tab",
|
|
1666
1666
|
"category": "Navigation",
|
|
1667
|
-
"description": "Tabs Tabbed interface with styled tabs and panels. @param variant - \"default\" for
|
|
1667
|
+
"description": "Tabs Tabbed interface with styled tabs and panels. @param variant - \"default\" for action-default styling, \"brand\" for action-brand styling",
|
|
1668
1668
|
"importRoot": "@texturehq/edges",
|
|
1669
1669
|
"importPath": "@texturehq/edges/components/Tab",
|
|
1670
1670
|
"props": [],
|
|
@@ -1709,7 +1709,7 @@
|
|
|
1709
1709
|
{
|
|
1710
1710
|
"name": "Tabs",
|
|
1711
1711
|
"category": "Navigation",
|
|
1712
|
-
"description": "Tabs Tabbed interface with styled tabs and panels. @param variant - \"default\" for
|
|
1712
|
+
"description": "Tabs Tabbed interface with styled tabs and panels. @param variant - \"default\" for action-default styling, \"brand\" for action-brand styling",
|
|
1713
1713
|
"importRoot": "@texturehq/edges",
|
|
1714
1714
|
"importPath": "@texturehq/edges/components/Tabs",
|
|
1715
1715
|
"props": [],
|
|
@@ -1837,7 +1837,7 @@
|
|
|
1837
1837
|
},
|
|
1838
1838
|
{
|
|
1839
1839
|
"name": "chipVariant",
|
|
1840
|
-
"type": "\"default\" | \"
|
|
1840
|
+
"type": "\"default\" | \"brand\" | \"secondary\""
|
|
1841
1841
|
},
|
|
1842
1842
|
{
|
|
1843
1843
|
"name": "chipSize",
|
|
@@ -2011,7 +2011,7 @@
|
|
|
2011
2011
|
"props": [
|
|
2012
2012
|
{
|
|
2013
2013
|
"name": "variant",
|
|
2014
|
-
"type": "\"default\" | \"
|
|
2014
|
+
"type": "\"default\" | \"brand\""
|
|
2015
2015
|
},
|
|
2016
2016
|
{
|
|
2017
2017
|
"name": "size",
|
|
@@ -242,9 +242,15 @@
|
|
|
242
242
|
--action-primary-background: #444ae1;
|
|
243
243
|
--action-primary-hover: #363ccb;
|
|
244
244
|
--action-primary-text: #ffffff;
|
|
245
|
+
--action-brand-background: #444ae1;
|
|
246
|
+
--action-brand-hover: #363ccb;
|
|
247
|
+
--action-brand-text: #ffffff;
|
|
245
248
|
--action-secondary-background: #111827;
|
|
246
249
|
--action-secondary-hover: #374151;
|
|
247
250
|
--action-secondary-text: #ffffff;
|
|
251
|
+
--action-default-background: #111827;
|
|
252
|
+
--action-default-hover: #374151;
|
|
253
|
+
--action-default-text: #ffffff;
|
|
248
254
|
--action-destructive-background: oklch(0.505 0.213 27.518);
|
|
249
255
|
--action-destructive-hover: oklch(0.444 0.177 26.899);
|
|
250
256
|
--action-destructive-text: #ffffff;
|
|
@@ -305,9 +311,15 @@
|
|
|
305
311
|
--color-action-primary-hover: #6a6fcc;
|
|
306
312
|
--color-action-primary-text: #ffffff;
|
|
307
313
|
--color-action-primary-light: rgba(122, 142, 225, 0.15);
|
|
314
|
+
--color-action-brand: #7a8ee1;
|
|
315
|
+
--color-action-brand-hover: #6a6fcc;
|
|
316
|
+
--color-action-brand-text: #ffffff;
|
|
308
317
|
--color-action-secondary: #e5e7eb;
|
|
309
318
|
--color-action-secondary-hover: #f3f4f6;
|
|
310
319
|
--color-action-secondary-text: #111827;
|
|
320
|
+
--color-action-default: #374151;
|
|
321
|
+
--color-action-default-hover: #4b5563;
|
|
322
|
+
--color-action-default-text: #ffffff;
|
|
311
323
|
--color-state-charging: #581c87;
|
|
312
324
|
--color-state-charging-border: #a855f7;
|
|
313
325
|
--color-state-charging-text: #e9d5ff;
|
|
@@ -242,9 +242,15 @@
|
|
|
242
242
|
--action-primary-background: #444ae1;
|
|
243
243
|
--action-primary-hover: #363ccb;
|
|
244
244
|
--action-primary-text: #ffffff;
|
|
245
|
+
--action-brand-background: #444ae1;
|
|
246
|
+
--action-brand-hover: #363ccb;
|
|
247
|
+
--action-brand-text: #ffffff;
|
|
245
248
|
--action-secondary-background: #111827;
|
|
246
249
|
--action-secondary-hover: #374151;
|
|
247
250
|
--action-secondary-text: #ffffff;
|
|
251
|
+
--action-default-background: #111827;
|
|
252
|
+
--action-default-hover: #374151;
|
|
253
|
+
--action-default-text: #ffffff;
|
|
248
254
|
--action-destructive-background: oklch(0.505 0.213 27.518);
|
|
249
255
|
--action-destructive-hover: oklch(0.444 0.177 26.899);
|
|
250
256
|
--action-destructive-text: #ffffff;
|
|
@@ -305,9 +311,15 @@
|
|
|
305
311
|
--color-action-primary-hover: #383ccb;
|
|
306
312
|
--color-action-primary-text: #ffffff;
|
|
307
313
|
--color-action-primary-light: rgba(68, 74, 225, 0.1);
|
|
314
|
+
--color-action-brand: #444ae1;
|
|
315
|
+
--color-action-brand-hover: #383ccb;
|
|
316
|
+
--color-action-brand-text: #ffffff;
|
|
308
317
|
--color-action-secondary: #333333;
|
|
309
318
|
--color-action-secondary-hover: #4b5563;
|
|
310
319
|
--color-action-secondary-text: #ffffff;
|
|
320
|
+
--color-action-default: #333333;
|
|
321
|
+
--color-action-default-hover: #4b5563;
|
|
322
|
+
--color-action-default-text: #ffffff;
|
|
311
323
|
--color-state-charging: #f3e8ff;
|
|
312
324
|
--color-state-charging-border: #c084fc;
|
|
313
325
|
--color-state-charging-text: #6b21a8;
|