@texturehq/edges 1.7.1 → 1.7.3
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 +914 -1406
- package/dist/index.cjs +9 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +98 -275
- package/dist/index.d.ts +98 -275
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/dist/{server-DAd0A202.d.cts → server-7ZzifHri.d.cts} +191 -8
- package/dist/{server-DAd0A202.d.ts → server-7ZzifHri.d.ts} +191 -8
- package/dist/server.cjs +13 -13
- 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 +13 -13
- package/dist/server.js.map +1 -1
- package/dist/styles.css +5 -16
- package/dist/utilities.manifest.json +4 -1039
- package/package.json +2 -2
- package/scripts/generate-edges-docs.js +970 -0
- package/scripts/setup-cursor-rules.js +18 -0
- package/scripts/generate-components-manifest.js +0 -188
- package/scripts/generate-utilities-manifest.js +0 -392
|
@@ -1,142 +1,74 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.7.
|
|
3
|
-
"generatedAt": "2025-10-
|
|
2
|
+
"version": "1.7.3",
|
|
3
|
+
"generatedAt": "2025-10-16T14:43:20.650Z",
|
|
4
4
|
"components": [
|
|
5
5
|
{
|
|
6
6
|
"name": "ActionCell",
|
|
7
|
+
"category": "Uncategorized",
|
|
8
|
+
"description": "",
|
|
7
9
|
"importRoot": "@texturehq/edges",
|
|
8
10
|
"importPath": "@texturehq/edges/components/ActionCell",
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
+
"props": [],
|
|
12
|
+
"relatedComponents": [],
|
|
13
|
+
"storybookPath": "Uncategorized/ActionCell"
|
|
11
14
|
},
|
|
12
15
|
{
|
|
13
16
|
"name": "ActionMenu",
|
|
17
|
+
"category": "Form Controls",
|
|
18
|
+
"description": "ActionMenu A dropdown menu for actions, typically triggered by a button. Supports icons, destructive actions, and flexible alignment.",
|
|
14
19
|
"importRoot": "@texturehq/edges",
|
|
15
20
|
"importPath": "@texturehq/edges/components/ActionMenu",
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
{
|
|
23
|
-
"name": "children",
|
|
24
|
-
"type": "ReactNode"
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"name": "align",
|
|
28
|
-
"type": "\"left\" | \"right\""
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"name": "size",
|
|
32
|
-
"type": "\"sm\" | \"md\""
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "textAlign",
|
|
36
|
-
"type": "\"left\" | \"right\""
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"name": "className",
|
|
40
|
-
"type": "string"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"name": "onAction",
|
|
44
|
-
"type": "(item: ActionItem) => void"
|
|
45
|
-
}
|
|
46
|
-
]
|
|
21
|
+
"props": [],
|
|
22
|
+
"relatedComponents": [
|
|
23
|
+
"Button",
|
|
24
|
+
"Icon"
|
|
25
|
+
],
|
|
26
|
+
"storybookPath": "Form Controls/ActionMenu"
|
|
47
27
|
},
|
|
48
28
|
{
|
|
49
29
|
"name": "Alert",
|
|
30
|
+
"category": "Overlays",
|
|
31
|
+
"description": "Alert A simple alert dialog with a single action button. Use for informational messages that require acknowledgment.",
|
|
50
32
|
"importRoot": "@texturehq/edges",
|
|
51
33
|
"importPath": "@texturehq/edges/components/Alert",
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "title",
|
|
64
|
-
"type": "string"
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "message",
|
|
68
|
-
"type": "React.ReactNode"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"name": "confirmLabel",
|
|
72
|
-
"type": "string"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"name": "confirmVariant",
|
|
76
|
-
"type": "DialogAction[\"variant\"]"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"name": "maxWidth",
|
|
80
|
-
"type": "string"
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"name": "minWidth",
|
|
84
|
-
"type": "string"
|
|
85
|
-
}
|
|
86
|
-
]
|
|
34
|
+
"props": [],
|
|
35
|
+
"relatedComponents": [
|
|
36
|
+
"Button",
|
|
37
|
+
"StoryLayout",
|
|
38
|
+
"StoryTable",
|
|
39
|
+
"StoryTableCell",
|
|
40
|
+
"StoryTableRow"
|
|
41
|
+
],
|
|
42
|
+
"storybookPath": "Overlays/Alert"
|
|
87
43
|
},
|
|
88
44
|
{
|
|
89
45
|
"name": "AppShell",
|
|
46
|
+
"category": "Layout",
|
|
47
|
+
"description": "Isomorphic AppShell component that works as both server and client component Uses CSS-only interactions by default for full SSR compatibility Can be progressively enhanced with JavaScript when enableJsEnhancements is true",
|
|
90
48
|
"importRoot": "@texturehq/edges",
|
|
91
49
|
"importPath": "@texturehq/edges/components/AppShell",
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"name": "topNav",
|
|
100
|
-
"type": "Pick<"
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
"name": "children",
|
|
104
|
-
"type": "React.ReactNode"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"name": "contentPaddingX",
|
|
108
|
-
"type": "string"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"name": "contentPaddingY",
|
|
112
|
-
"type": "string"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"name": "showSidebarBorder",
|
|
116
|
-
"type": "boolean"
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"name": "mainClassName",
|
|
120
|
-
"type": "string"
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
"name": "enableJsEnhancements",
|
|
124
|
-
"type": "boolean"
|
|
125
|
-
}
|
|
126
|
-
]
|
|
50
|
+
"props": [],
|
|
51
|
+
"relatedComponents": [
|
|
52
|
+
"Button"
|
|
53
|
+
],
|
|
54
|
+
"storybookPath": "Layout/AppShell"
|
|
127
55
|
},
|
|
128
56
|
{
|
|
129
57
|
"name": "AreaSeries",
|
|
58
|
+
"category": "Uncategorized",
|
|
59
|
+
"description": "AreaSeries Chart component for rendering area charts with gradient fill. Displays data as a filled area with optional line path, supporting animations and custom colors.",
|
|
130
60
|
"importRoot": "@texturehq/edges",
|
|
131
61
|
"importPath": "@texturehq/edges/components/AreaSeries",
|
|
132
|
-
"
|
|
133
|
-
"
|
|
62
|
+
"props": [],
|
|
63
|
+
"relatedComponents": [],
|
|
64
|
+
"storybookPath": "Uncategorized/AreaSeries"
|
|
134
65
|
},
|
|
135
66
|
{
|
|
136
67
|
"name": "Autocomplete",
|
|
68
|
+
"category": "Form Controls",
|
|
69
|
+
"description": "Autocomplete Text input with typeahead suggestions and keyboard navigation.",
|
|
137
70
|
"importRoot": "@texturehq/edges",
|
|
138
71
|
"importPath": "@texturehq/edges/components/Autocomplete",
|
|
139
|
-
"description": "Autocomplete Text input with typeahead suggestions and keyboard navigation.",
|
|
140
72
|
"props": [
|
|
141
73
|
{
|
|
142
74
|
"name": "label",
|
|
@@ -226,144 +158,95 @@
|
|
|
226
158
|
"name": "autoFocus",
|
|
227
159
|
"type": "boolean"
|
|
228
160
|
}
|
|
229
|
-
]
|
|
161
|
+
],
|
|
162
|
+
"relatedComponents": [
|
|
163
|
+
"StoryLayout",
|
|
164
|
+
"StoryTable",
|
|
165
|
+
"StoryTableCell",
|
|
166
|
+
"StoryTableRow"
|
|
167
|
+
],
|
|
168
|
+
"storybookPath": "Form Controls/Autocomplete"
|
|
230
169
|
},
|
|
231
170
|
{
|
|
232
171
|
"name": "AutoMobileRenderer",
|
|
172
|
+
"category": "Data",
|
|
173
|
+
"description": "",
|
|
233
174
|
"importRoot": "@texturehq/edges",
|
|
234
175
|
"importPath": "@texturehq/edges/components/AutoMobileRenderer",
|
|
235
|
-
"
|
|
236
|
-
"
|
|
176
|
+
"props": [],
|
|
177
|
+
"relatedComponents": [],
|
|
178
|
+
"storybookPath": "Data/AutoMobileRenderer"
|
|
237
179
|
},
|
|
238
180
|
{
|
|
239
181
|
"name": "Avatar",
|
|
182
|
+
"category": "Display",
|
|
183
|
+
"description": "Avatar Display user, team, or organization avatars with support for images, initials, and fallback icons. Includes optional status indicators.",
|
|
240
184
|
"importRoot": "@texturehq/edges",
|
|
241
185
|
"importPath": "@texturehq/edges/components/Avatar",
|
|
242
|
-
"
|
|
243
|
-
"
|
|
244
|
-
|
|
245
|
-
"name": "src",
|
|
246
|
-
"type": "string"
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"name": "alt",
|
|
250
|
-
"type": "string"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"name": "firstName",
|
|
254
|
-
"type": "string"
|
|
255
|
-
},
|
|
256
|
-
{
|
|
257
|
-
"name": "lastName",
|
|
258
|
-
"type": "string"
|
|
259
|
-
},
|
|
260
|
-
{
|
|
261
|
-
"name": "fullName",
|
|
262
|
-
"type": "string"
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"name": "onClick",
|
|
266
|
-
"type": "() => void"
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"name": "size",
|
|
270
|
-
"type": "\"xs\" | \"sm\" | \"md\" | \"lg\" | \"xl\""
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"name": "shape",
|
|
274
|
-
"type": "\"circle\" | \"square\""
|
|
275
|
-
},
|
|
276
|
-
{
|
|
277
|
-
"name": "variant",
|
|
278
|
-
"type": "\"user\" | \"team\" | \"organization\""
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"name": "className",
|
|
282
|
-
"type": "string"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"name": "status",
|
|
286
|
-
"type": "\"online\" | \"offline\" | \"away\" | \"busy\""
|
|
287
|
-
},
|
|
288
|
-
{
|
|
289
|
-
"name": "bordered",
|
|
290
|
-
"type": "boolean"
|
|
291
|
-
}
|
|
292
|
-
]
|
|
186
|
+
"props": [],
|
|
187
|
+
"relatedComponents": [],
|
|
188
|
+
"storybookPath": "Display/Avatar"
|
|
293
189
|
},
|
|
294
190
|
{
|
|
295
191
|
"name": "Badge",
|
|
192
|
+
"category": "Display",
|
|
193
|
+
"description": "Badge A non-interactive label for displaying status, counts, or categories. Use for read-only indicators. For interactive elements, use Chip instead.",
|
|
296
194
|
"importRoot": "@texturehq/edges",
|
|
297
195
|
"importPath": "@texturehq/edges/components/Badge",
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
|
|
301
|
-
"name": "children",
|
|
302
|
-
"type": "React.ReactNode"
|
|
303
|
-
},
|
|
304
|
-
{
|
|
305
|
-
"name": "variant",
|
|
306
|
-
"type": "\"default\" | \"success\" | \"error\" | \"warning\" | \"info\" | \"primary\" | \"secondary\" | \"neutral\""
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"name": "size",
|
|
310
|
-
"type": "\"sm\" | \"md\" | \"lg\""
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"name": "shape",
|
|
314
|
-
"type": "\"pill\" | \"rounded\" | \"square\""
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"name": "dot",
|
|
318
|
-
"type": "boolean"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
"name": "dotPosition",
|
|
322
|
-
"type": "\"left\" | \"right\""
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"name": "className",
|
|
326
|
-
"type": "string"
|
|
327
|
-
}
|
|
328
|
-
]
|
|
196
|
+
"props": [],
|
|
197
|
+
"relatedComponents": [],
|
|
198
|
+
"storybookPath": "Display/Badge"
|
|
329
199
|
},
|
|
330
200
|
{
|
|
331
201
|
"name": "BarSeries",
|
|
202
|
+
"category": "Uncategorized",
|
|
203
|
+
"description": "BarSeries Chart component for rendering bar/column charts. Displays data as vertical bars with customizable colors, opacity, and category-based coloring.",
|
|
332
204
|
"importRoot": "@texturehq/edges",
|
|
333
205
|
"importPath": "@texturehq/edges/components/BarSeries",
|
|
334
|
-
"
|
|
335
|
-
"
|
|
206
|
+
"props": [],
|
|
207
|
+
"relatedComponents": [],
|
|
208
|
+
"storybookPath": "Uncategorized/BarSeries"
|
|
336
209
|
},
|
|
337
210
|
{
|
|
338
211
|
"name": "BooleanCell",
|
|
212
|
+
"category": "Uncategorized",
|
|
213
|
+
"description": "",
|
|
339
214
|
"importRoot": "@texturehq/edges",
|
|
340
215
|
"importPath": "@texturehq/edges/components/BooleanCell",
|
|
341
|
-
"
|
|
342
|
-
"
|
|
216
|
+
"props": [],
|
|
217
|
+
"relatedComponents": [],
|
|
218
|
+
"storybookPath": "Uncategorized/BooleanCell"
|
|
343
219
|
},
|
|
344
220
|
{
|
|
345
221
|
"name": "Breadcrumb",
|
|
222
|
+
"category": "Navigation",
|
|
223
|
+
"description": "Breadcrumbs Navigation breadcrumbs that show the user's current location in the hierarchy",
|
|
346
224
|
"importRoot": "@texturehq/edges",
|
|
347
225
|
"importPath": "@texturehq/edges/components/Breadcrumb",
|
|
348
|
-
"
|
|
349
|
-
"
|
|
226
|
+
"props": [],
|
|
227
|
+
"relatedComponents": [],
|
|
228
|
+
"storybookPath": "Navigation/Breadcrumb"
|
|
350
229
|
},
|
|
351
230
|
{
|
|
352
231
|
"name": "Breadcrumbs",
|
|
232
|
+
"category": "Navigation",
|
|
233
|
+
"description": "Breadcrumbs Navigation breadcrumbs that show the user's current location in the hierarchy",
|
|
353
234
|
"importRoot": "@texturehq/edges",
|
|
354
235
|
"importPath": "@texturehq/edges/components/Breadcrumbs",
|
|
355
|
-
"
|
|
356
|
-
"
|
|
236
|
+
"props": [],
|
|
237
|
+
"relatedComponents": [],
|
|
238
|
+
"storybookPath": "Navigation/Breadcrumbs"
|
|
357
239
|
},
|
|
358
240
|
{
|
|
359
241
|
"name": "Button",
|
|
242
|
+
"category": "Form Controls",
|
|
243
|
+
"description": "Renders an Edges Button. When `href` is provided, renders a link-styled button using the same visual system.",
|
|
360
244
|
"importRoot": "@texturehq/edges",
|
|
361
245
|
"importPath": "@texturehq/edges/components/Button",
|
|
362
|
-
"description": "Renders an Edges Button. When `href` is provided, renders a link-styled button using the same visual system.",
|
|
363
246
|
"props": [
|
|
364
247
|
{
|
|
365
248
|
"name": "variant",
|
|
366
|
-
"type": "\"default\" | \"primary\" | \"secondary\" | \"destructive\" | \"icon\" | \"link\" | \"unstyled\" | \"ghost\""
|
|
249
|
+
"type": "| \"default\" | \"primary\" | \"secondary\" | \"destructive\" | \"icon\" | \"link\" | \"unstyled\" | \"ghost\""
|
|
367
250
|
},
|
|
368
251
|
{
|
|
369
252
|
"name": "size",
|
|
@@ -429,20 +312,33 @@
|
|
|
429
312
|
"name": "style",
|
|
430
313
|
"type": "React.CSSProperties"
|
|
431
314
|
}
|
|
432
|
-
]
|
|
315
|
+
],
|
|
316
|
+
"relatedComponents": [
|
|
317
|
+
"Button",
|
|
318
|
+
"Icon",
|
|
319
|
+
"StoryLayout",
|
|
320
|
+
"StoryTable",
|
|
321
|
+
"StoryTableCell",
|
|
322
|
+
"StoryTableRow"
|
|
323
|
+
],
|
|
324
|
+
"storybookPath": "Form Controls/Button"
|
|
433
325
|
},
|
|
434
326
|
{
|
|
435
327
|
"name": "Calendar",
|
|
328
|
+
"category": "Form Controls",
|
|
329
|
+
"description": "Calendar Single-date calendar primitive with Edges styling.",
|
|
436
330
|
"importRoot": "@texturehq/edges",
|
|
437
331
|
"importPath": "@texturehq/edges/components/Calendar",
|
|
438
|
-
"
|
|
439
|
-
"
|
|
332
|
+
"props": [],
|
|
333
|
+
"relatedComponents": [],
|
|
334
|
+
"storybookPath": "Form Controls/Calendar"
|
|
440
335
|
},
|
|
441
336
|
{
|
|
442
337
|
"name": "Card",
|
|
338
|
+
"category": "Layout",
|
|
339
|
+
"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=\"primary\">Action</Button> </Card.Footer> </Card> ```",
|
|
443
340
|
"importRoot": "@texturehq/edges",
|
|
444
341
|
"importPath": "@texturehq/edges/components/Card",
|
|
445
|
-
"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=\"primary\">Action</Button> </Card.Footer> </Card> ```",
|
|
446
342
|
"props": [
|
|
447
343
|
{
|
|
448
344
|
"name": "variant",
|
|
@@ -460,27 +356,42 @@
|
|
|
460
356
|
"name": "isLoading",
|
|
461
357
|
"type": "boolean"
|
|
462
358
|
}
|
|
463
|
-
]
|
|
359
|
+
],
|
|
360
|
+
"relatedComponents": [
|
|
361
|
+
"Avatar",
|
|
362
|
+
"Badge",
|
|
363
|
+
"Button",
|
|
364
|
+
"Icon",
|
|
365
|
+
"StoryLayout"
|
|
366
|
+
],
|
|
367
|
+
"storybookPath": "Layout/Card"
|
|
464
368
|
},
|
|
465
369
|
{
|
|
466
370
|
"name": "CardMobileRenderer",
|
|
371
|
+
"category": "Data",
|
|
372
|
+
"description": "",
|
|
467
373
|
"importRoot": "@texturehq/edges",
|
|
468
374
|
"importPath": "@texturehq/edges/components/CardMobileRenderer",
|
|
469
|
-
"
|
|
470
|
-
"
|
|
375
|
+
"props": [],
|
|
376
|
+
"relatedComponents": [],
|
|
377
|
+
"storybookPath": "Data/CardMobileRenderer"
|
|
471
378
|
},
|
|
472
379
|
{
|
|
473
380
|
"name": "ChartAxis",
|
|
381
|
+
"category": "Uncategorized",
|
|
382
|
+
"description": "ChartAxis Chart axis components for rendering X and Y axes. Provides formatted bottom (time) and left (numeric) axes with customizable tick formatting.",
|
|
474
383
|
"importRoot": "@texturehq/edges",
|
|
475
384
|
"importPath": "@texturehq/edges/components/ChartAxis",
|
|
476
|
-
"
|
|
477
|
-
"
|
|
385
|
+
"props": [],
|
|
386
|
+
"relatedComponents": [],
|
|
387
|
+
"storybookPath": "Uncategorized/ChartAxis"
|
|
478
388
|
},
|
|
479
389
|
{
|
|
480
390
|
"name": "ChartBottomBar",
|
|
391
|
+
"category": "Uncategorized",
|
|
392
|
+
"description": "ChartBottomBar Chart footer component with legend and export functionality. Displays color-coded legend items and provides export options for CSV, SVG, and PNG formats.",
|
|
481
393
|
"importRoot": "@texturehq/edges",
|
|
482
394
|
"importPath": "@texturehq/edges/components/ChartBottomBar",
|
|
483
|
-
"description": "ChartBottomBar Chart footer component with legend and export functionality. Displays color-coded legend items and provides export options for CSV, SVG, and PNG formats.",
|
|
484
395
|
"props": [
|
|
485
396
|
{
|
|
486
397
|
"name": "items",
|
|
@@ -490,39 +401,57 @@
|
|
|
490
401
|
"name": "onExport",
|
|
491
402
|
"type": "(type: ExportType) => void | Promise<void>"
|
|
492
403
|
}
|
|
493
|
-
]
|
|
404
|
+
],
|
|
405
|
+
"relatedComponents": [],
|
|
406
|
+
"storybookPath": "Uncategorized/ChartBottomBar"
|
|
494
407
|
},
|
|
495
408
|
{
|
|
496
409
|
"name": "ChartContainer",
|
|
410
|
+
"category": "Data",
|
|
411
|
+
"description": "ChartContainer Main chart wrapper component that provides context and layout for chart visualizations. Handles scaling, tooltips, axes, and data management for area, line, and bar charts.",
|
|
497
412
|
"importRoot": "@texturehq/edges",
|
|
498
413
|
"importPath": "@texturehq/edges/components/ChartContainer",
|
|
499
|
-
"
|
|
500
|
-
"
|
|
414
|
+
"props": [],
|
|
415
|
+
"relatedComponents": [
|
|
416
|
+
"AreaSeries",
|
|
417
|
+
"BarSeries",
|
|
418
|
+
"LineSeries"
|
|
419
|
+
],
|
|
420
|
+
"storybookPath": "Data/ChartContainer"
|
|
501
421
|
},
|
|
502
422
|
{
|
|
503
423
|
"name": "ChartTooltip",
|
|
424
|
+
"category": "Uncategorized",
|
|
425
|
+
"description": "ChartTooltip Interactive tooltip component for charts. Displays formatted data values at hover position with automatic positioning and animations. Uses the main formatting system for consistency with Kpi, StatList, and DataTable.",
|
|
504
426
|
"importRoot": "@texturehq/edges",
|
|
505
427
|
"importPath": "@texturehq/edges/components/ChartTooltip",
|
|
506
|
-
"
|
|
507
|
-
"
|
|
428
|
+
"props": [],
|
|
429
|
+
"relatedComponents": [],
|
|
430
|
+
"storybookPath": "Uncategorized/ChartTooltip"
|
|
508
431
|
},
|
|
509
432
|
{
|
|
510
433
|
"name": "Checkbox",
|
|
434
|
+
"category": "Form Controls",
|
|
435
|
+
"description": "Checkbox Single checkbox with Edges visuals.",
|
|
511
436
|
"importRoot": "@texturehq/edges",
|
|
512
437
|
"importPath": "@texturehq/edges/components/Checkbox",
|
|
513
|
-
"description": "Checkbox Single checkbox with Edges visuals.",
|
|
514
438
|
"props": [
|
|
515
439
|
{
|
|
516
440
|
"name": "children",
|
|
517
441
|
"type": "ReactNode | ((props: CheckboxRenderProps) => ReactNode)"
|
|
518
442
|
}
|
|
519
|
-
]
|
|
443
|
+
],
|
|
444
|
+
"relatedComponents": [
|
|
445
|
+
"Checkbox"
|
|
446
|
+
],
|
|
447
|
+
"storybookPath": "Form Controls/Checkbox"
|
|
520
448
|
},
|
|
521
449
|
{
|
|
522
450
|
"name": "CheckboxGroup",
|
|
451
|
+
"category": "Form Controls",
|
|
452
|
+
"description": "Checkbox Single checkbox with Edges visuals.",
|
|
523
453
|
"importRoot": "@texturehq/edges",
|
|
524
454
|
"importPath": "@texturehq/edges/components/CheckboxGroup",
|
|
525
|
-
"description": "Checkbox Single checkbox with Edges visuals.",
|
|
526
455
|
"props": [
|
|
527
456
|
{
|
|
528
457
|
"name": "label",
|
|
@@ -540,486 +469,230 @@
|
|
|
540
469
|
"name": "errorMessage",
|
|
541
470
|
"type": "string | ((validation: ValidationResult) => string)"
|
|
542
471
|
}
|
|
543
|
-
]
|
|
472
|
+
],
|
|
473
|
+
"relatedComponents": [
|
|
474
|
+
"Checkbox"
|
|
475
|
+
],
|
|
476
|
+
"storybookPath": "Form Controls/CheckboxGroup"
|
|
544
477
|
},
|
|
545
478
|
{
|
|
546
479
|
"name": "Chip",
|
|
480
|
+
"category": "Display",
|
|
481
|
+
"description": "Chip A compact element that represents an input, attribute, or action. Can be removable with an X button and supports different variants and sizes.",
|
|
547
482
|
"importRoot": "@texturehq/edges",
|
|
548
483
|
"importPath": "@texturehq/edges/components/Chip",
|
|
549
|
-
"
|
|
550
|
-
"
|
|
551
|
-
|
|
552
|
-
"name": "children",
|
|
553
|
-
"type": "React.ReactNode"
|
|
554
|
-
},
|
|
555
|
-
{
|
|
556
|
-
"name": "onRemove",
|
|
557
|
-
"type": "() => void"
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"name": "size",
|
|
561
|
-
"type": "Size"
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"name": "variant",
|
|
565
|
-
"type": "\"default\" | \"primary\" | \"secondary\""
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"name": "isRemovable",
|
|
569
|
-
"type": "boolean"
|
|
570
|
-
},
|
|
571
|
-
{
|
|
572
|
-
"name": "isDisabled",
|
|
573
|
-
"type": "boolean"
|
|
574
|
-
},
|
|
575
|
-
{
|
|
576
|
-
"name": "className",
|
|
577
|
-
"type": "string"
|
|
578
|
-
},
|
|
579
|
-
{
|
|
580
|
-
"name": "onClick",
|
|
581
|
-
"type": "() => void"
|
|
582
|
-
}
|
|
583
|
-
]
|
|
484
|
+
"props": [],
|
|
485
|
+
"relatedComponents": [],
|
|
486
|
+
"storybookPath": "Display/Chip"
|
|
584
487
|
},
|
|
585
488
|
{
|
|
586
489
|
"name": "CodeEditor",
|
|
490
|
+
"category": "Form Controls",
|
|
491
|
+
"description": "CodeEditor A code editor component with syntax highlighting and various language support. Built on top of Ace Editor.",
|
|
587
492
|
"importRoot": "@texturehq/edges",
|
|
588
493
|
"importPath": "@texturehq/edges/components/CodeEditor",
|
|
589
|
-
"
|
|
590
|
-
"
|
|
591
|
-
|
|
592
|
-
"name": "value",
|
|
593
|
-
"type": "string"
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
"name": "readOnly",
|
|
597
|
-
"type": "boolean"
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"name": "onChange",
|
|
601
|
-
"type": "(value: string) => void"
|
|
602
|
-
},
|
|
603
|
-
{
|
|
604
|
-
"name": "language",
|
|
605
|
-
"type": "CodeLanguage"
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"name": "theme",
|
|
609
|
-
"type": "CodeTheme"
|
|
610
|
-
},
|
|
611
|
-
{
|
|
612
|
-
"name": "height",
|
|
613
|
-
"type": "string"
|
|
614
|
-
},
|
|
615
|
-
{
|
|
616
|
-
"name": "width",
|
|
617
|
-
"type": "string"
|
|
618
|
-
},
|
|
619
|
-
{
|
|
620
|
-
"name": "className",
|
|
621
|
-
"type": "string"
|
|
622
|
-
},
|
|
623
|
-
{
|
|
624
|
-
"name": "lineHeight",
|
|
625
|
-
"type": "number"
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
"name": "minLines",
|
|
629
|
-
"type": "number"
|
|
630
|
-
},
|
|
631
|
-
{
|
|
632
|
-
"name": "maxLines",
|
|
633
|
-
"type": "number"
|
|
634
|
-
},
|
|
635
|
-
{
|
|
636
|
-
"name": "showLineNumbers",
|
|
637
|
-
"type": "boolean"
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"name": "showGutter",
|
|
641
|
-
"type": "boolean"
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
"name": "fontSize",
|
|
645
|
-
"type": "number"
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"name": "wrapEnabled",
|
|
649
|
-
"type": "boolean"
|
|
650
|
-
}
|
|
651
|
-
]
|
|
494
|
+
"props": [],
|
|
495
|
+
"relatedComponents": [],
|
|
496
|
+
"storybookPath": "Form Controls/CodeEditor"
|
|
652
497
|
},
|
|
653
498
|
{
|
|
654
499
|
"name": "Confirm",
|
|
500
|
+
"category": "Overlays",
|
|
501
|
+
"description": "Confirm A confirmation dialog with confirm and cancel actions. Use for actions that require user confirmation before proceeding.",
|
|
655
502
|
"importRoot": "@texturehq/edges",
|
|
656
503
|
"importPath": "@texturehq/edges/components/Confirm",
|
|
657
|
-
"
|
|
658
|
-
"
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
},
|
|
667
|
-
{
|
|
668
|
-
"name": "onConfirm",
|
|
669
|
-
"type": "() => void"
|
|
670
|
-
},
|
|
671
|
-
{
|
|
672
|
-
"name": "title",
|
|
673
|
-
"type": "string"
|
|
674
|
-
},
|
|
675
|
-
{
|
|
676
|
-
"name": "message",
|
|
677
|
-
"type": "React.ReactNode"
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"name": "confirmLabel",
|
|
681
|
-
"type": "string"
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
"name": "cancelLabel",
|
|
685
|
-
"type": "string"
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
"name": "confirmVariant",
|
|
689
|
-
"type": "DialogAction[\"variant\"]"
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"name": "isDestructive",
|
|
693
|
-
"type": "boolean"
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
"name": "isLoading",
|
|
697
|
-
"type": "boolean"
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
"name": "maxWidth",
|
|
701
|
-
"type": "string"
|
|
702
|
-
},
|
|
703
|
-
{
|
|
704
|
-
"name": "minWidth",
|
|
705
|
-
"type": "string"
|
|
706
|
-
}
|
|
707
|
-
]
|
|
504
|
+
"props": [],
|
|
505
|
+
"relatedComponents": [
|
|
506
|
+
"Button",
|
|
507
|
+
"StoryLayout",
|
|
508
|
+
"StoryTable",
|
|
509
|
+
"StoryTableCell",
|
|
510
|
+
"StoryTableRow"
|
|
511
|
+
],
|
|
512
|
+
"storybookPath": "Overlays/Confirm"
|
|
708
513
|
},
|
|
709
514
|
{
|
|
710
515
|
"name": "CopyToClipboard",
|
|
516
|
+
"category": "Display",
|
|
517
|
+
"description": "Size of the copy button, defaults to \"sm\"",
|
|
711
518
|
"importRoot": "@texturehq/edges",
|
|
712
519
|
"importPath": "@texturehq/edges/components/CopyToClipboard",
|
|
713
|
-
"
|
|
714
|
-
"
|
|
715
|
-
|
|
716
|
-
"name": "value",
|
|
717
|
-
"type": "string"
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"name": "children",
|
|
721
|
-
"type": "React.ReactNode"
|
|
722
|
-
},
|
|
723
|
-
{
|
|
724
|
-
"name": "className",
|
|
725
|
-
"type": "string"
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"name": "size",
|
|
729
|
-
"type": "\"sm\" | \"md\""
|
|
730
|
-
}
|
|
731
|
-
]
|
|
520
|
+
"props": [],
|
|
521
|
+
"relatedComponents": [],
|
|
522
|
+
"storybookPath": "Display/CopyToClipboard"
|
|
732
523
|
},
|
|
733
524
|
{
|
|
734
525
|
"name": "DataControls",
|
|
526
|
+
"category": "Data",
|
|
527
|
+
"description": "DataControls A unified control bar for data display components (Lists, DataTables). Provides search, filtering, sorting, results count, and action controls with responsive layout. All data operations (search, filter, sort) are handled server-side. This component is purely presentational and controlled. **Responsive Behavior:** - Narrow containers (< 640px): Two rows - Row 1: inputs (search + filter icon), Row 2: outputs (results + sort + actions) - Wide containers (≥ 640px): Single row with all controls visible Example usage: ```tsx <DataControls resultsCount={{ count: 23, label: \"sites\" }} search={{ value: searchQuery, onChange: setSearchQuery, onClear: () => setSearchQuery(''), placeholder: \"Search sites...\" }} filters={activeFilters} onRemoveFilter={removeFilter} onClearAllFilters={clearAllFilters} onManageFilters={() => setFilterDrawerOpen(true)} sort={{ value: sortBy, options: sortOptions, onChange: setSortBy }} /> ```",
|
|
735
528
|
"importRoot": "@texturehq/edges",
|
|
736
529
|
"importPath": "@texturehq/edges/components/DataControls",
|
|
737
|
-
"
|
|
738
|
-
"
|
|
739
|
-
|
|
740
|
-
"name": "search",
|
|
741
|
-
"type": "{"
|
|
742
|
-
},
|
|
743
|
-
{
|
|
744
|
-
"name": "value",
|
|
745
|
-
"type": "string"
|
|
746
|
-
},
|
|
747
|
-
{
|
|
748
|
-
"name": "onChange",
|
|
749
|
-
"type": "(value: string) => void"
|
|
750
|
-
},
|
|
751
|
-
{
|
|
752
|
-
"name": "onClear",
|
|
753
|
-
"type": "() => void"
|
|
754
|
-
},
|
|
755
|
-
{
|
|
756
|
-
"name": "placeholder",
|
|
757
|
-
"type": "string"
|
|
758
|
-
}
|
|
759
|
-
]
|
|
530
|
+
"props": [],
|
|
531
|
+
"relatedComponents": [],
|
|
532
|
+
"storybookPath": "Data/DataControls"
|
|
760
533
|
},
|
|
761
534
|
{
|
|
762
535
|
"name": "DataTable",
|
|
536
|
+
"category": "Data",
|
|
537
|
+
"description": "DataTable Advanced table component with sorting, filtering, pagination, and mobile-responsive views. Supports custom cell renderers, column configurations, and multiple display densities.",
|
|
763
538
|
"importRoot": "@texturehq/edges",
|
|
764
539
|
"importPath": "@texturehq/edges/components/DataTable",
|
|
765
|
-
"
|
|
766
|
-
"
|
|
540
|
+
"props": [],
|
|
541
|
+
"relatedComponents": [],
|
|
542
|
+
"storybookPath": "Data/DataTable"
|
|
767
543
|
},
|
|
768
544
|
{
|
|
769
545
|
"name": "DateCell",
|
|
546
|
+
"category": "Uncategorized",
|
|
547
|
+
"description": "",
|
|
770
548
|
"importRoot": "@texturehq/edges",
|
|
771
549
|
"importPath": "@texturehq/edges/components/DateCell",
|
|
772
|
-
"
|
|
773
|
-
"
|
|
550
|
+
"props": [],
|
|
551
|
+
"relatedComponents": [],
|
|
552
|
+
"storybookPath": "Uncategorized/DateCell"
|
|
774
553
|
},
|
|
775
554
|
{
|
|
776
555
|
"name": "DateField",
|
|
556
|
+
"category": "Form Controls",
|
|
557
|
+
"description": "Whether to show a calendar button for date selection @default false",
|
|
777
558
|
"importRoot": "@texturehq/edges",
|
|
778
559
|
"importPath": "@texturehq/edges/components/DateField",
|
|
779
|
-
"
|
|
780
|
-
"
|
|
560
|
+
"props": [],
|
|
561
|
+
"relatedComponents": [
|
|
562
|
+
"Button",
|
|
563
|
+
"DateField"
|
|
564
|
+
],
|
|
565
|
+
"storybookPath": "Form Controls/DateField"
|
|
781
566
|
},
|
|
782
567
|
{
|
|
783
568
|
"name": "DateRangePicker",
|
|
569
|
+
"category": "Form Controls",
|
|
570
|
+
"description": "DateRangePicker Composed date range input with popover calendar.",
|
|
784
571
|
"importRoot": "@texturehq/edges",
|
|
785
572
|
"importPath": "@texturehq/edges/components/DateRangePicker",
|
|
786
|
-
"
|
|
787
|
-
"
|
|
573
|
+
"props": [],
|
|
574
|
+
"relatedComponents": [
|
|
575
|
+
"Button",
|
|
576
|
+
"DateRangePicker"
|
|
577
|
+
],
|
|
578
|
+
"storybookPath": "Form Controls/DateRangePicker"
|
|
788
579
|
},
|
|
789
580
|
{
|
|
790
581
|
"name": "Dialog",
|
|
582
|
+
"category": "Overlays",
|
|
583
|
+
"description": "Dialog Responsive modal dialog component with backdrop. **Desktop (≥768px):** Centered modal with scale and fade animation **Mobile (<768px):** Bottom sheet that slides up from bottom Includes optional header with title/back button and footer with action buttons. ## Usage Patterns ### Uncontrolled with DialogTrigger (Recommended) ```tsx import { DialogTrigger, Dialog, Button } from \"@texturehq/edges\"; <DialogTrigger> <Button>Open Dialog</Button> <Dialog title=\"My Dialog\"> <p>Dialog content</p> </Dialog> </DialogTrigger> ``` ### Controlled (Advanced) ```tsx const [isOpen, setIsOpen] = useState(false); <Dialog isOpen={isOpen} onClose={() => setIsOpen(false)} title=\"My Dialog\"> <p>Dialog content</p> </Dialog> ```",
|
|
791
584
|
"importRoot": "@texturehq/edges",
|
|
792
585
|
"importPath": "@texturehq/edges/components/Dialog",
|
|
793
|
-
"
|
|
794
|
-
"
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
},
|
|
803
|
-
{
|
|
804
|
-
"name": "children",
|
|
805
|
-
"type": "React.ReactNode"
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"name": "transparentOverlay",
|
|
809
|
-
"type": "boolean"
|
|
810
|
-
},
|
|
811
|
-
{
|
|
812
|
-
"name": "maxWidth",
|
|
813
|
-
"type": "string"
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
"name": "minWidth",
|
|
817
|
-
"type": "string"
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
"name": "contentPadding",
|
|
821
|
-
"type": "boolean"
|
|
822
|
-
},
|
|
823
|
-
{
|
|
824
|
-
"name": "className",
|
|
825
|
-
"type": "string"
|
|
826
|
-
}
|
|
827
|
-
]
|
|
586
|
+
"props": [],
|
|
587
|
+
"relatedComponents": [
|
|
588
|
+
"Button",
|
|
589
|
+
"StoryLayout",
|
|
590
|
+
"StoryTable",
|
|
591
|
+
"StoryTableCell",
|
|
592
|
+
"StoryTableRow"
|
|
593
|
+
],
|
|
594
|
+
"storybookPath": "Overlays/Dialog"
|
|
828
595
|
},
|
|
829
596
|
{
|
|
830
597
|
"name": "DialogHeader",
|
|
598
|
+
"category": "Uncategorized",
|
|
599
|
+
"description": "DialogHeader Header area for dialogs with optional back arrow.",
|
|
831
600
|
"importRoot": "@texturehq/edges",
|
|
832
601
|
"importPath": "@texturehq/edges/components/DialogHeader",
|
|
833
|
-
"
|
|
834
|
-
"
|
|
602
|
+
"props": [],
|
|
603
|
+
"relatedComponents": [],
|
|
604
|
+
"storybookPath": "Uncategorized/DialogHeader"
|
|
835
605
|
},
|
|
836
606
|
{
|
|
837
607
|
"name": "Drawer",
|
|
608
|
+
"category": "Overlays",
|
|
609
|
+
"description": "Drawer Sliding panel that anchors to screen edges.",
|
|
838
610
|
"importRoot": "@texturehq/edges",
|
|
839
611
|
"importPath": "@texturehq/edges/components/Drawer",
|
|
840
|
-
"
|
|
841
|
-
"
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
{
|
|
851
|
-
"name": "slideInFrom",
|
|
852
|
-
"type": "\"left\" | \"right\""
|
|
853
|
-
},
|
|
854
|
-
{
|
|
855
|
-
"name": "transparentOverlay",
|
|
856
|
-
"type": "boolean"
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"name": "onClose",
|
|
860
|
-
"type": "() => void"
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
"name": "className",
|
|
864
|
-
"type": "string"
|
|
865
|
-
},
|
|
866
|
-
{
|
|
867
|
-
"name": "contentPadding",
|
|
868
|
-
"type": "boolean"
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"name": "maxWidth",
|
|
872
|
-
"type": "string"
|
|
873
|
-
}
|
|
874
|
-
]
|
|
612
|
+
"props": [],
|
|
613
|
+
"relatedComponents": [
|
|
614
|
+
"Button",
|
|
615
|
+
"Icon",
|
|
616
|
+
"StoryLayout",
|
|
617
|
+
"StoryTable",
|
|
618
|
+
"StoryTableCell",
|
|
619
|
+
"StoryTableRow"
|
|
620
|
+
],
|
|
621
|
+
"storybookPath": "Overlays/Drawer"
|
|
875
622
|
},
|
|
876
623
|
{
|
|
877
624
|
"name": "ErrorBoundary",
|
|
625
|
+
"category": "Feedback",
|
|
626
|
+
"description": "ErrorBoundary React error boundary component for graceful error handling. Catches JavaScript errors in child components and displays a fallback UI with retry option.",
|
|
878
627
|
"importRoot": "@texturehq/edges",
|
|
879
628
|
"importPath": "@texturehq/edges/components/ErrorBoundary",
|
|
880
|
-
"
|
|
881
|
-
"
|
|
629
|
+
"props": [],
|
|
630
|
+
"relatedComponents": [
|
|
631
|
+
"StoryLayout",
|
|
632
|
+
"StoryTable",
|
|
633
|
+
"StoryTableCell",
|
|
634
|
+
"StoryTableRow"
|
|
635
|
+
],
|
|
636
|
+
"storybookPath": "Feedback/ErrorBoundary"
|
|
882
637
|
},
|
|
883
638
|
{
|
|
884
639
|
"name": "FileUpload",
|
|
640
|
+
"category": "Form Controls",
|
|
641
|
+
"description": "FileUpload A file upload component with drag-and-drop support. Supports image preview, custom upload handlers, and file validation.",
|
|
885
642
|
"importRoot": "@texturehq/edges",
|
|
886
643
|
"importPath": "@texturehq/edges/components/FileUpload",
|
|
887
|
-
"
|
|
888
|
-
"
|
|
889
|
-
|
|
890
|
-
"name": "value",
|
|
891
|
-
"type": "string"
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
"name": "onChange",
|
|
895
|
-
"type": "(file: File | null, url?: string) => void"
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
"name": "onUrlChange",
|
|
899
|
-
"type": "(url: string) => void"
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
"name": "accept",
|
|
903
|
-
"type": "string"
|
|
904
|
-
},
|
|
905
|
-
{
|
|
906
|
-
"name": "maxSize",
|
|
907
|
-
"type": "number"
|
|
908
|
-
},
|
|
909
|
-
{
|
|
910
|
-
"name": "isDisabled",
|
|
911
|
-
"type": "boolean"
|
|
912
|
-
},
|
|
913
|
-
{
|
|
914
|
-
"name": "onUpload",
|
|
915
|
-
"type": "(file: File) => Promise<string>"
|
|
916
|
-
},
|
|
917
|
-
{
|
|
918
|
-
"name": "className",
|
|
919
|
-
"type": "string"
|
|
920
|
-
},
|
|
921
|
-
{
|
|
922
|
-
"name": "showPreview",
|
|
923
|
-
"type": "boolean"
|
|
924
|
-
},
|
|
925
|
-
{
|
|
926
|
-
"name": "placeholder",
|
|
927
|
-
"type": "string"
|
|
928
|
-
}
|
|
929
|
-
]
|
|
644
|
+
"props": [],
|
|
645
|
+
"relatedComponents": [],
|
|
646
|
+
"storybookPath": "Form Controls/FileUpload"
|
|
930
647
|
},
|
|
931
648
|
{
|
|
932
649
|
"name": "FilterChips",
|
|
650
|
+
"category": "Data",
|
|
651
|
+
"description": "",
|
|
933
652
|
"importRoot": "@texturehq/edges",
|
|
934
653
|
"importPath": "@texturehq/edges/components/FilterChips",
|
|
935
|
-
"
|
|
936
|
-
"
|
|
937
|
-
|
|
938
|
-
"name": "search",
|
|
939
|
-
"type": "{"
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"name": "value",
|
|
943
|
-
"type": "string"
|
|
944
|
-
},
|
|
945
|
-
{
|
|
946
|
-
"name": "onChange",
|
|
947
|
-
"type": "(value: string) => void"
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"name": "onClear",
|
|
951
|
-
"type": "() => void"
|
|
952
|
-
},
|
|
953
|
-
{
|
|
954
|
-
"name": "placeholder",
|
|
955
|
-
"type": "string"
|
|
956
|
-
}
|
|
957
|
-
]
|
|
654
|
+
"props": [],
|
|
655
|
+
"relatedComponents": [],
|
|
656
|
+
"storybookPath": "Data/FilterChips"
|
|
958
657
|
},
|
|
959
658
|
{
|
|
960
659
|
"name": "Form",
|
|
660
|
+
"category": "Form Controls",
|
|
661
|
+
"description": "Form Accessibility-first form wrapper with consistent spacing.",
|
|
961
662
|
"importRoot": "@texturehq/edges",
|
|
962
663
|
"importPath": "@texturehq/edges/components/Form",
|
|
963
|
-
"
|
|
964
|
-
"
|
|
664
|
+
"props": [],
|
|
665
|
+
"relatedComponents": [
|
|
666
|
+
"Button",
|
|
667
|
+
"DateField",
|
|
668
|
+
"Form",
|
|
669
|
+
"TextField"
|
|
670
|
+
],
|
|
671
|
+
"storybookPath": "Form Controls/Form"
|
|
965
672
|
},
|
|
966
673
|
{
|
|
967
674
|
"name": "Grid",
|
|
675
|
+
"category": "Layout",
|
|
676
|
+
"description": "Child elements",
|
|
968
677
|
"importRoot": "@texturehq/edges",
|
|
969
678
|
"importPath": "@texturehq/edges/components/Grid",
|
|
970
|
-
"
|
|
971
|
-
"
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
{
|
|
981
|
-
"name": "gapY",
|
|
982
|
-
"type": "GridGap"
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
"name": "gapX",
|
|
986
|
-
"type": "GridGap"
|
|
987
|
-
},
|
|
988
|
-
{
|
|
989
|
-
"name": "align",
|
|
990
|
-
"type": "GridAlign"
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
"name": "justify",
|
|
994
|
-
"type": "GridJustify"
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
"name": "flow",
|
|
998
|
-
"type": "GridFlow"
|
|
999
|
-
},
|
|
1000
|
-
{
|
|
1001
|
-
"name": "autoFit",
|
|
1002
|
-
"type": "string"
|
|
1003
|
-
},
|
|
1004
|
-
{
|
|
1005
|
-
"name": "autoFill",
|
|
1006
|
-
"type": "string"
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"name": "className",
|
|
1010
|
-
"type": "string"
|
|
1011
|
-
},
|
|
1012
|
-
{
|
|
1013
|
-
"name": "children",
|
|
1014
|
-
"type": "React.ReactNode"
|
|
1015
|
-
}
|
|
1016
|
-
]
|
|
679
|
+
"props": [],
|
|
680
|
+
"relatedComponents": [
|
|
681
|
+
"Badge",
|
|
682
|
+
"Button",
|
|
683
|
+
"Card",
|
|
684
|
+
"Kpi",
|
|
685
|
+
"StatList",
|
|
686
|
+
"StoryLayout"
|
|
687
|
+
],
|
|
688
|
+
"storybookPath": "Layout/Grid"
|
|
1017
689
|
},
|
|
1018
690
|
{
|
|
1019
691
|
"name": "Heading",
|
|
692
|
+
"category": "Typography",
|
|
693
|
+
"description": "Heading Typography component for page/section headings with size and height options.",
|
|
1020
694
|
"importRoot": "@texturehq/edges",
|
|
1021
695
|
"importPath": "@texturehq/edges/components/Heading",
|
|
1022
|
-
"description": "Heading Typography component for page/section headings with size and height options.",
|
|
1023
696
|
"props": [
|
|
1024
697
|
{
|
|
1025
698
|
"name": "tag",
|
|
@@ -1041,144 +714,114 @@
|
|
|
1041
714
|
"name": "children",
|
|
1042
715
|
"type": "React.ReactNode"
|
|
1043
716
|
}
|
|
1044
|
-
]
|
|
717
|
+
],
|
|
718
|
+
"relatedComponents": [
|
|
719
|
+
"StoryLayout",
|
|
720
|
+
"StoryTable",
|
|
721
|
+
"StoryTableCell",
|
|
722
|
+
"StoryTableRow"
|
|
723
|
+
],
|
|
724
|
+
"storybookPath": "Typography/Heading"
|
|
1045
725
|
},
|
|
1046
726
|
{
|
|
1047
727
|
"name": "Icon",
|
|
728
|
+
"category": "Design Tokens",
|
|
729
|
+
"description": "Icon Phosphor icon wrapper component with standardized sizing and styling. Provides access to the full Phosphor icon library with tree-shaking support and design system presets. - TypeScript autocomplete for all icon names Usage: ```tsx <Icon name=\"House\" size=\"md\" /> <Icon name=\"User\" size={32} className=\"text-brand\" /> ```",
|
|
1048
730
|
"importRoot": "@texturehq/edges",
|
|
1049
731
|
"importPath": "@texturehq/edges/components/Icon",
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
732
|
+
"props": [],
|
|
733
|
+
"relatedComponents": [],
|
|
734
|
+
"storybookPath": "Design Tokens/Icon"
|
|
1052
735
|
},
|
|
1053
736
|
{
|
|
1054
737
|
"name": "InteractiveMap",
|
|
738
|
+
"category": "Uncategorized",
|
|
739
|
+
"description": "",
|
|
1055
740
|
"importRoot": "@texturehq/edges",
|
|
1056
741
|
"importPath": "@texturehq/edges/components/InteractiveMap",
|
|
1057
|
-
"
|
|
1058
|
-
"
|
|
742
|
+
"props": [],
|
|
743
|
+
"relatedComponents": [],
|
|
744
|
+
"storybookPath": "Uncategorized/InteractiveMap"
|
|
1059
745
|
},
|
|
1060
746
|
{
|
|
1061
747
|
"name": "Kpi",
|
|
748
|
+
"category": "Data",
|
|
749
|
+
"description": "Custom trend renderer",
|
|
1062
750
|
"importRoot": "@texturehq/edges",
|
|
1063
751
|
"importPath": "@texturehq/edges/components/Kpi",
|
|
1064
|
-
"
|
|
1065
|
-
"
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
"name": "formatter",
|
|
1076
|
-
"type": "KpiFormatter"
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
"name": "delta",
|
|
1080
|
-
"type": "number"
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
"name": "deltaPeriodLabel",
|
|
1084
|
-
"type": "string"
|
|
1085
|
-
},
|
|
1086
|
-
{
|
|
1087
|
-
"name": "deltaIntent",
|
|
1088
|
-
"type": "\"upIsGood\" | \"downIsGood\""
|
|
1089
|
-
},
|
|
1090
|
-
{
|
|
1091
|
-
"name": "trend",
|
|
1092
|
-
"type": "TrendPoint[]"
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"name": "status",
|
|
1096
|
-
"type": "{"
|
|
1097
|
-
},
|
|
1098
|
-
{
|
|
1099
|
-
"name": "value",
|
|
1100
|
-
"type": "string"
|
|
1101
|
-
},
|
|
1102
|
-
{
|
|
1103
|
-
"name": "tone",
|
|
1104
|
-
"type": "KpiStatus"
|
|
1105
|
-
}
|
|
1106
|
-
]
|
|
752
|
+
"props": [],
|
|
753
|
+
"relatedComponents": [
|
|
754
|
+
"Button",
|
|
755
|
+
"Card",
|
|
756
|
+
"Section",
|
|
757
|
+
"Select",
|
|
758
|
+
"StatList"
|
|
759
|
+
],
|
|
760
|
+
"storybookPath": "Data/Kpi"
|
|
1107
761
|
},
|
|
1108
762
|
{
|
|
1109
763
|
"name": "KpiGroup",
|
|
764
|
+
"category": "Data",
|
|
765
|
+
"description": "",
|
|
1110
766
|
"importRoot": "@texturehq/edges",
|
|
1111
767
|
"importPath": "@texturehq/edges/components/KpiGroup",
|
|
1112
|
-
"
|
|
1113
|
-
"
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
},
|
|
1122
|
-
{
|
|
1123
|
-
"name": "formatter",
|
|
1124
|
-
"type": "KpiFormatter"
|
|
1125
|
-
},
|
|
1126
|
-
{
|
|
1127
|
-
"name": "delta",
|
|
1128
|
-
"type": "number"
|
|
1129
|
-
},
|
|
1130
|
-
{
|
|
1131
|
-
"name": "deltaPeriodLabel",
|
|
1132
|
-
"type": "string"
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
"name": "deltaIntent",
|
|
1136
|
-
"type": "\"upIsGood\" | \"downIsGood\""
|
|
1137
|
-
},
|
|
1138
|
-
{
|
|
1139
|
-
"name": "trend",
|
|
1140
|
-
"type": "TrendPoint[]"
|
|
1141
|
-
},
|
|
1142
|
-
{
|
|
1143
|
-
"name": "status",
|
|
1144
|
-
"type": "{"
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"name": "value",
|
|
1148
|
-
"type": "string"
|
|
1149
|
-
},
|
|
1150
|
-
{
|
|
1151
|
-
"name": "tone",
|
|
1152
|
-
"type": "KpiStatus"
|
|
1153
|
-
}
|
|
1154
|
-
]
|
|
768
|
+
"props": [],
|
|
769
|
+
"relatedComponents": [
|
|
770
|
+
"Button",
|
|
771
|
+
"Card",
|
|
772
|
+
"Section",
|
|
773
|
+
"Select",
|
|
774
|
+
"StatList"
|
|
775
|
+
],
|
|
776
|
+
"storybookPath": "Data/KpiGroup"
|
|
1155
777
|
},
|
|
1156
778
|
{
|
|
1157
779
|
"name": "LineSeries",
|
|
780
|
+
"category": "Uncategorized",
|
|
781
|
+
"description": "LineSeries Chart component for rendering line charts. Displays data as a continuous line with customizable stroke width, color, and dash patterns.",
|
|
1158
782
|
"importRoot": "@texturehq/edges",
|
|
1159
783
|
"importPath": "@texturehq/edges/components/LineSeries",
|
|
1160
|
-
"
|
|
1161
|
-
"
|
|
784
|
+
"props": [],
|
|
785
|
+
"relatedComponents": [],
|
|
786
|
+
"storybookPath": "Uncategorized/LineSeries"
|
|
1162
787
|
},
|
|
1163
788
|
{
|
|
1164
789
|
"name": "List",
|
|
790
|
+
"category": "Lists",
|
|
791
|
+
"description": "List A semantic wrapper and state manager for rows. Handles selection, hover, keyboard navigation, and accessibility. Composes with ListItem for visual rows. Example usage: ```tsx <List items={sites} selectedId={selectedSiteId} onSelect={(id) => openDetail(id)} onHoverChange={(id) => highlightOnMap(id)} renderItem={({ item, rowProps, isSelected }) => ( <ListItem id={item.id} title={item.name} subtitle={item.address?.city} isSelected={isSelected} {...rowProps} /> )} /> ```",
|
|
1165
792
|
"importRoot": "@texturehq/edges",
|
|
1166
793
|
"importPath": "@texturehq/edges/components/List",
|
|
1167
|
-
"
|
|
1168
|
-
"
|
|
794
|
+
"props": [],
|
|
795
|
+
"relatedComponents": [
|
|
796
|
+
"Button",
|
|
797
|
+
"Icon",
|
|
798
|
+
"ListStoryContainer",
|
|
799
|
+
"StoryLayout",
|
|
800
|
+
"StoryTable",
|
|
801
|
+
"StoryTableCell",
|
|
802
|
+
"StoryTableRow"
|
|
803
|
+
],
|
|
804
|
+
"storybookPath": "Lists/List"
|
|
1169
805
|
},
|
|
1170
806
|
{
|
|
1171
807
|
"name": "ListBox",
|
|
808
|
+
"category": "Form Controls",
|
|
809
|
+
"description": "ListBox Styled wrapper around `react-aria-components` ListBox and related parts used in dropdowns and menus.",
|
|
1172
810
|
"importRoot": "@texturehq/edges",
|
|
1173
811
|
"importPath": "@texturehq/edges/components/ListBox",
|
|
1174
|
-
"
|
|
1175
|
-
"
|
|
812
|
+
"props": [],
|
|
813
|
+
"relatedComponents": [
|
|
814
|
+
"ListBox",
|
|
815
|
+
"ListBoxItem"
|
|
816
|
+
],
|
|
817
|
+
"storybookPath": "Form Controls/ListBox"
|
|
1176
818
|
},
|
|
1177
819
|
{
|
|
1178
820
|
"name": "ListBoxItem",
|
|
821
|
+
"category": "Form Controls",
|
|
822
|
+
"description": "ListBoxItem A styled wrapper around `react-aria-components` ListBoxItem with size variants that align with Edges typography.",
|
|
1179
823
|
"importRoot": "@texturehq/edges",
|
|
1180
824
|
"importPath": "@texturehq/edges/components/ListBoxItem",
|
|
1181
|
-
"description": "ListBoxItem A styled wrapper around `react-aria-components` ListBoxItem with size variants that align with Edges typography.",
|
|
1182
825
|
"props": [
|
|
1183
826
|
{
|
|
1184
827
|
"name": "size",
|
|
@@ -1188,47 +831,62 @@
|
|
|
1188
831
|
"name": "className",
|
|
1189
832
|
"type": "string"
|
|
1190
833
|
}
|
|
1191
|
-
]
|
|
834
|
+
],
|
|
835
|
+
"relatedComponents": [],
|
|
836
|
+
"storybookPath": "Form Controls/ListBoxItem"
|
|
1192
837
|
},
|
|
1193
838
|
{
|
|
1194
839
|
"name": "ListItem",
|
|
840
|
+
"category": "Lists",
|
|
841
|
+
"description": "",
|
|
1195
842
|
"importRoot": "@texturehq/edges",
|
|
1196
843
|
"importPath": "@texturehq/edges/components/ListItem",
|
|
1197
|
-
"
|
|
1198
|
-
"
|
|
844
|
+
"props": [],
|
|
845
|
+
"relatedComponents": [
|
|
846
|
+
"Button",
|
|
847
|
+
"Icon",
|
|
848
|
+
"ListStoryContainer",
|
|
849
|
+
"StoryLayout",
|
|
850
|
+
"StoryTable",
|
|
851
|
+
"StoryTableCell",
|
|
852
|
+
"StoryTableRow"
|
|
853
|
+
],
|
|
854
|
+
"storybookPath": "Lists/ListItem"
|
|
1199
855
|
},
|
|
1200
856
|
{
|
|
1201
857
|
"name": "ListPane",
|
|
858
|
+
"category": "Lists",
|
|
859
|
+
"description": "",
|
|
1202
860
|
"importRoot": "@texturehq/edges",
|
|
1203
861
|
"importPath": "@texturehq/edges/components/ListPane",
|
|
1204
|
-
"
|
|
1205
|
-
"
|
|
862
|
+
"props": [],
|
|
863
|
+
"relatedComponents": [
|
|
864
|
+
"Button",
|
|
865
|
+
"Icon",
|
|
866
|
+
"ListStoryContainer",
|
|
867
|
+
"StoryLayout",
|
|
868
|
+
"StoryTable",
|
|
869
|
+
"StoryTableCell",
|
|
870
|
+
"StoryTableRow"
|
|
871
|
+
],
|
|
872
|
+
"storybookPath": "Lists/ListPane"
|
|
1206
873
|
},
|
|
1207
874
|
{
|
|
1208
875
|
"name": "Loader",
|
|
876
|
+
"category": "Utility",
|
|
877
|
+
"description": "Loader Animated loading spinner component. Displays a circular spinner with customizable size and color for loading states.",
|
|
1209
878
|
"importRoot": "@texturehq/edges",
|
|
1210
879
|
"importPath": "@texturehq/edges/components/Loader",
|
|
1211
|
-
"
|
|
1212
|
-
"
|
|
1213
|
-
|
|
1214
|
-
"name": "className",
|
|
1215
|
-
"type": "string"
|
|
1216
|
-
},
|
|
1217
|
-
{
|
|
1218
|
-
"name": "size",
|
|
1219
|
-
"type": "number"
|
|
1220
|
-
},
|
|
1221
|
-
{
|
|
1222
|
-
"name": "color",
|
|
1223
|
-
"type": "string"
|
|
1224
|
-
}
|
|
1225
|
-
]
|
|
880
|
+
"props": [],
|
|
881
|
+
"relatedComponents": [],
|
|
882
|
+
"storybookPath": "Utility/Loader"
|
|
1226
883
|
},
|
|
1227
884
|
{
|
|
1228
885
|
"name": "Logo",
|
|
886
|
+
"category": "Design Tokens",
|
|
887
|
+
"description": "Logo Brand logo component with optional wordmark. Supports customizable sizing and fill colors with theme-aware defaults.",
|
|
1229
888
|
"importRoot": "@texturehq/edges",
|
|
1230
889
|
"importPath": "@texturehq/edges/components/Logo",
|
|
1231
|
-
"description": "Logo Brand logo component with optional wordmark. Supports customizable sizing and fill colors with theme-aware defaults.",
|
|
1232
890
|
"props": [
|
|
1233
891
|
{
|
|
1234
892
|
"name": "className",
|
|
@@ -1246,183 +904,104 @@
|
|
|
1246
904
|
"name": "fill",
|
|
1247
905
|
"type": "string"
|
|
1248
906
|
}
|
|
1249
|
-
]
|
|
907
|
+
],
|
|
908
|
+
"relatedComponents": [],
|
|
909
|
+
"storybookPath": "Design Tokens/Logo"
|
|
1250
910
|
},
|
|
1251
911
|
{
|
|
1252
912
|
"name": "MAP_TYPES",
|
|
913
|
+
"category": "Uncategorized",
|
|
914
|
+
"description": "",
|
|
1253
915
|
"importRoot": "@texturehq/edges",
|
|
1254
916
|
"importPath": "@texturehq/edges/components/MAP_TYPES",
|
|
1255
|
-
"
|
|
1256
|
-
"
|
|
917
|
+
"props": [],
|
|
918
|
+
"relatedComponents": [],
|
|
919
|
+
"storybookPath": "Uncategorized/MAP_TYPES"
|
|
1257
920
|
},
|
|
1258
921
|
{
|
|
1259
922
|
"name": "Meter",
|
|
923
|
+
"category": "Feedback",
|
|
924
|
+
"description": "Meter Displays a measurement within a known range, with visual indicators for different value ranges. Perfect for showing capacity, usage levels, scores, or any bounded measurement.",
|
|
1260
925
|
"importRoot": "@texturehq/edges",
|
|
1261
926
|
"importPath": "@texturehq/edges/components/Meter",
|
|
1262
|
-
"
|
|
1263
|
-
"
|
|
1264
|
-
|
|
1265
|
-
"name": "label",
|
|
1266
|
-
"type": "string"
|
|
1267
|
-
},
|
|
1268
|
-
{
|
|
1269
|
-
"name": "size",
|
|
1270
|
-
"type": "\"sm\" | \"md\" | \"lg\""
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
"name": "variant",
|
|
1274
|
-
"type": "\"default\" | \"success\" | \"warning\" | \"error\" | \"info\""
|
|
1275
|
-
},
|
|
1276
|
-
{
|
|
1277
|
-
"name": "showWarningIndicator",
|
|
1278
|
-
"type": "boolean"
|
|
1279
|
-
},
|
|
1280
|
-
{
|
|
1281
|
-
"name": "warningThreshold",
|
|
1282
|
-
"type": "number"
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
"name": "className",
|
|
1286
|
-
"type": "string"
|
|
1287
|
-
}
|
|
1288
|
-
]
|
|
927
|
+
"props": [],
|
|
928
|
+
"relatedComponents": [],
|
|
929
|
+
"storybookPath": "Feedback/Meter"
|
|
1289
930
|
},
|
|
1290
931
|
{
|
|
1291
932
|
"name": "ModalBackdrop",
|
|
933
|
+
"category": "Uncategorized",
|
|
934
|
+
"description": "ModalBackdrop Shared backdrop/overlay component used by Dialog and Drawer. Wraps React Aria's ModalOverlay with consistent styling and smooth animations.",
|
|
1292
935
|
"importRoot": "@texturehq/edges",
|
|
1293
936
|
"importPath": "@texturehq/edges/components/ModalBackdrop",
|
|
1294
|
-
"
|
|
1295
|
-
"
|
|
1296
|
-
|
|
1297
|
-
"name": "transparent",
|
|
1298
|
-
"type": "boolean"
|
|
1299
|
-
},
|
|
1300
|
-
{
|
|
1301
|
-
"name": "className",
|
|
1302
|
-
"type": "string"
|
|
1303
|
-
}
|
|
1304
|
-
]
|
|
937
|
+
"props": [],
|
|
938
|
+
"relatedComponents": [],
|
|
939
|
+
"storybookPath": "Uncategorized/ModalBackdrop"
|
|
1305
940
|
},
|
|
1306
941
|
{
|
|
1307
942
|
"name": "Notice",
|
|
943
|
+
"category": "Feedback",
|
|
944
|
+
"description": "Notice Individual notification component that displays a message with an icon. Typically used within a NoticeProvider for managing multiple notifications.",
|
|
1308
945
|
"importRoot": "@texturehq/edges",
|
|
1309
946
|
"importPath": "@texturehq/edges/components/Notice",
|
|
1310
|
-
"
|
|
1311
|
-
"
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"name": "variant",
|
|
1322
|
-
"type": "NoticeVariant"
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"name": "duration",
|
|
1326
|
-
"type": "number"
|
|
1327
|
-
},
|
|
1328
|
-
{
|
|
1329
|
-
"name": "dismissible",
|
|
1330
|
-
"type": "boolean"
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"name": "onDismiss",
|
|
1334
|
-
"type": "() => void"
|
|
1335
|
-
},
|
|
1336
|
-
{
|
|
1337
|
-
"name": "className",
|
|
1338
|
-
"type": "string"
|
|
1339
|
-
}
|
|
1340
|
-
]
|
|
947
|
+
"props": [],
|
|
948
|
+
"relatedComponents": [
|
|
949
|
+
"Button",
|
|
950
|
+
"NumberField",
|
|
951
|
+
"Select",
|
|
952
|
+
"Switch",
|
|
953
|
+
"TextField"
|
|
954
|
+
],
|
|
955
|
+
"storybookPath": "Feedback/Notice"
|
|
1341
956
|
},
|
|
1342
957
|
{
|
|
1343
958
|
"name": "NoticeContainer",
|
|
959
|
+
"category": "Feedback",
|
|
960
|
+
"description": "",
|
|
1344
961
|
"importRoot": "@texturehq/edges",
|
|
1345
962
|
"importPath": "@texturehq/edges/components/NoticeContainer",
|
|
1346
|
-
"
|
|
1347
|
-
"
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
},
|
|
1356
|
-
{
|
|
1357
|
-
"name": "variant",
|
|
1358
|
-
"type": "NoticeVariant"
|
|
1359
|
-
},
|
|
1360
|
-
{
|
|
1361
|
-
"name": "duration",
|
|
1362
|
-
"type": "number"
|
|
1363
|
-
},
|
|
1364
|
-
{
|
|
1365
|
-
"name": "dismissible",
|
|
1366
|
-
"type": "boolean"
|
|
1367
|
-
},
|
|
1368
|
-
{
|
|
1369
|
-
"name": "onDismiss",
|
|
1370
|
-
"type": "() => void"
|
|
1371
|
-
},
|
|
1372
|
-
{
|
|
1373
|
-
"name": "className",
|
|
1374
|
-
"type": "string"
|
|
1375
|
-
}
|
|
1376
|
-
]
|
|
963
|
+
"props": [],
|
|
964
|
+
"relatedComponents": [
|
|
965
|
+
"Button",
|
|
966
|
+
"NumberField",
|
|
967
|
+
"Select",
|
|
968
|
+
"Switch",
|
|
969
|
+
"TextField"
|
|
970
|
+
],
|
|
971
|
+
"storybookPath": "Feedback/NoticeContainer"
|
|
1377
972
|
},
|
|
1378
|
-
{
|
|
1379
|
-
"name": "NoticeProvider",
|
|
1380
|
-
"
|
|
1381
|
-
"
|
|
1382
|
-
"
|
|
1383
|
-
"
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
"name": "variant",
|
|
1394
|
-
"type": "NoticeVariant"
|
|
1395
|
-
},
|
|
1396
|
-
{
|
|
1397
|
-
"name": "duration",
|
|
1398
|
-
"type": "number"
|
|
1399
|
-
},
|
|
1400
|
-
{
|
|
1401
|
-
"name": "dismissible",
|
|
1402
|
-
"type": "boolean"
|
|
1403
|
-
},
|
|
1404
|
-
{
|
|
1405
|
-
"name": "onDismiss",
|
|
1406
|
-
"type": "() => void"
|
|
1407
|
-
},
|
|
1408
|
-
{
|
|
1409
|
-
"name": "className",
|
|
1410
|
-
"type": "string"
|
|
1411
|
-
}
|
|
1412
|
-
]
|
|
973
|
+
{
|
|
974
|
+
"name": "NoticeProvider",
|
|
975
|
+
"category": "Feedback",
|
|
976
|
+
"description": "",
|
|
977
|
+
"importRoot": "@texturehq/edges",
|
|
978
|
+
"importPath": "@texturehq/edges/components/NoticeProvider",
|
|
979
|
+
"props": [],
|
|
980
|
+
"relatedComponents": [
|
|
981
|
+
"Button",
|
|
982
|
+
"NumberField",
|
|
983
|
+
"Select",
|
|
984
|
+
"Switch",
|
|
985
|
+
"TextField"
|
|
986
|
+
],
|
|
987
|
+
"storybookPath": "Feedback/NoticeProvider"
|
|
1413
988
|
},
|
|
1414
989
|
{
|
|
1415
990
|
"name": "NumberCell",
|
|
991
|
+
"category": "Uncategorized",
|
|
992
|
+
"description": "",
|
|
1416
993
|
"importRoot": "@texturehq/edges",
|
|
1417
994
|
"importPath": "@texturehq/edges/components/NumberCell",
|
|
1418
|
-
"
|
|
1419
|
-
"
|
|
995
|
+
"props": [],
|
|
996
|
+
"relatedComponents": [],
|
|
997
|
+
"storybookPath": "Uncategorized/NumberCell"
|
|
1420
998
|
},
|
|
1421
999
|
{
|
|
1422
1000
|
"name": "NumberField",
|
|
1001
|
+
"category": "Form Controls",
|
|
1002
|
+
"description": "NumberField Numeric input with stepper controls and validation.",
|
|
1423
1003
|
"importRoot": "@texturehq/edges",
|
|
1424
1004
|
"importPath": "@texturehq/edges/components/NumberField",
|
|
1425
|
-
"description": "NumberField Numeric input with stepper controls and validation.",
|
|
1426
1005
|
"props": [
|
|
1427
1006
|
{
|
|
1428
1007
|
"name": "value",
|
|
@@ -1484,41 +1063,43 @@
|
|
|
1484
1063
|
"name": "validationResult",
|
|
1485
1064
|
"type": "ValidationResult"
|
|
1486
1065
|
}
|
|
1487
|
-
]
|
|
1066
|
+
],
|
|
1067
|
+
"relatedComponents": [
|
|
1068
|
+
"NumberField"
|
|
1069
|
+
],
|
|
1070
|
+
"storybookPath": "Form Controls/NumberField"
|
|
1488
1071
|
},
|
|
1489
1072
|
{
|
|
1490
1073
|
"name": "PageLayout",
|
|
1074
|
+
"category": "Layout",
|
|
1075
|
+
"description": "Constrain width and apply default page rhythm",
|
|
1491
1076
|
"importRoot": "@texturehq/edges",
|
|
1492
1077
|
"importPath": "@texturehq/edges/components/PageLayout",
|
|
1493
|
-
"
|
|
1494
|
-
"
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
{
|
|
1512
|
-
"name": "className",
|
|
1513
|
-
"type": "string"
|
|
1514
|
-
}
|
|
1515
|
-
]
|
|
1078
|
+
"props": [],
|
|
1079
|
+
"relatedComponents": [
|
|
1080
|
+
"Avatar",
|
|
1081
|
+
"Badge",
|
|
1082
|
+
"Button",
|
|
1083
|
+
"Card",
|
|
1084
|
+
"DataTable",
|
|
1085
|
+
"Grid",
|
|
1086
|
+
"Icon",
|
|
1087
|
+
"Kpi",
|
|
1088
|
+
"KpiGroup",
|
|
1089
|
+
"Section",
|
|
1090
|
+
"Select",
|
|
1091
|
+
"StatList",
|
|
1092
|
+
"Switch",
|
|
1093
|
+
"TextField"
|
|
1094
|
+
],
|
|
1095
|
+
"storybookPath": "Layout/PageLayout"
|
|
1516
1096
|
},
|
|
1517
1097
|
{
|
|
1518
1098
|
"name": "PlaceSearch",
|
|
1099
|
+
"category": "Form Controls",
|
|
1100
|
+
"description": "PlaceSearch Location search component with autocomplete; emits a `Place` value on selection.",
|
|
1519
1101
|
"importRoot": "@texturehq/edges",
|
|
1520
1102
|
"importPath": "@texturehq/edges/components/PlaceSearch",
|
|
1521
|
-
"description": "PlaceSearch Location search component with autocomplete; emits a `Place` value on selection.",
|
|
1522
1103
|
"props": [
|
|
1523
1104
|
{
|
|
1524
1105
|
"name": "label",
|
|
@@ -1587,365 +1168,220 @@
|
|
|
1587
1168
|
{
|
|
1588
1169
|
"name": "validationResult",
|
|
1589
1170
|
"type": "ValidationResult"
|
|
1590
|
-
},
|
|
1591
|
-
{
|
|
1592
|
-
"name": "countryRestrictions",
|
|
1593
|
-
"type": "string[]"
|
|
1594
|
-
},
|
|
1595
|
-
{
|
|
1596
|
-
"name": "proximity",
|
|
1597
|
-
"type": "\"ip\" | [number, number]"
|
|
1598
1171
|
}
|
|
1599
|
-
]
|
|
1172
|
+
],
|
|
1173
|
+
"relatedComponents": [],
|
|
1174
|
+
"storybookPath": "Form Controls/PlaceSearch"
|
|
1600
1175
|
},
|
|
1601
1176
|
{
|
|
1602
1177
|
"name": "Popover",
|
|
1178
|
+
"category": "Overlays",
|
|
1179
|
+
"description": "Popover content",
|
|
1603
1180
|
"importRoot": "@texturehq/edges",
|
|
1604
1181
|
"importPath": "@texturehq/edges/components/Popover",
|
|
1605
|
-
"
|
|
1606
|
-
"
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
"type": "boolean"
|
|
1614
|
-
},
|
|
1615
|
-
{
|
|
1616
|
-
"name": "isDismissable",
|
|
1617
|
-
"type": "boolean"
|
|
1618
|
-
},
|
|
1619
|
-
{
|
|
1620
|
-
"name": "children",
|
|
1621
|
-
"type": "React.ReactNode"
|
|
1622
|
-
}
|
|
1623
|
-
]
|
|
1182
|
+
"props": [],
|
|
1183
|
+
"relatedComponents": [
|
|
1184
|
+
"StoryLayout",
|
|
1185
|
+
"StoryTable",
|
|
1186
|
+
"StoryTableCell",
|
|
1187
|
+
"StoryTableRow"
|
|
1188
|
+
],
|
|
1189
|
+
"storybookPath": "Overlays/Popover"
|
|
1624
1190
|
},
|
|
1625
1191
|
{
|
|
1626
1192
|
"name": "ProgressBar",
|
|
1627
|
-
"
|
|
1628
|
-
"importPath": "@texturehq/edges/components/ProgressBar",
|
|
1193
|
+
"category": "Feedback",
|
|
1629
1194
|
"description": "ProgressBar Linear progress indicator with optional labels.",
|
|
1630
|
-
"props": [
|
|
1631
|
-
{
|
|
1632
|
-
"name": "label",
|
|
1633
|
-
"type": "string"
|
|
1634
|
-
},
|
|
1635
|
-
{
|
|
1636
|
-
"name": "rightLabel",
|
|
1637
|
-
"type": "string"
|
|
1638
|
-
},
|
|
1639
|
-
{
|
|
1640
|
-
"name": "progressWidth",
|
|
1641
|
-
"type": "number"
|
|
1642
|
-
},
|
|
1643
|
-
{
|
|
1644
|
-
"name": "hideLabels",
|
|
1645
|
-
"type": "boolean"
|
|
1646
|
-
}
|
|
1647
|
-
]
|
|
1648
|
-
},
|
|
1649
|
-
{
|
|
1650
|
-
"name": "Radio",
|
|
1651
|
-
"importRoot": "@texturehq/edges",
|
|
1652
|
-
"importPath": "@texturehq/edges/components/Radio",
|
|
1653
|
-
"description": "Validation result object for functional errorMessage",
|
|
1654
|
-
"props": [
|
|
1655
|
-
{
|
|
1656
|
-
"name": "label",
|
|
1657
|
-
"type": "string"
|
|
1658
|
-
},
|
|
1659
|
-
{
|
|
1660
|
-
"name": "children",
|
|
1661
|
-
"type": "ReactNode"
|
|
1662
|
-
},
|
|
1663
|
-
{
|
|
1664
|
-
"name": "description",
|
|
1665
|
-
"type": "string"
|
|
1666
|
-
},
|
|
1667
|
-
{
|
|
1668
|
-
"name": "errorMessage",
|
|
1669
|
-
"type": "string | ((validation: ValidationResult) => string)"
|
|
1670
|
-
},
|
|
1671
|
-
{
|
|
1672
|
-
"name": "validationResult",
|
|
1673
|
-
"type": "ValidationResult"
|
|
1674
|
-
}
|
|
1675
|
-
]
|
|
1676
|
-
},
|
|
1677
|
-
{
|
|
1678
|
-
"name": "RadioGroup",
|
|
1679
1195
|
"importRoot": "@texturehq/edges",
|
|
1680
|
-
"importPath": "@texturehq/edges/components/
|
|
1681
|
-
"description": "Validation result object for functional errorMessage",
|
|
1196
|
+
"importPath": "@texturehq/edges/components/ProgressBar",
|
|
1682
1197
|
"props": [
|
|
1683
1198
|
{
|
|
1684
1199
|
"name": "label",
|
|
1685
1200
|
"type": "string"
|
|
1686
1201
|
},
|
|
1687
1202
|
{
|
|
1688
|
-
"name": "
|
|
1689
|
-
"type": "ReactNode"
|
|
1690
|
-
},
|
|
1691
|
-
{
|
|
1692
|
-
"name": "description",
|
|
1693
|
-
"type": "string"
|
|
1694
|
-
},
|
|
1695
|
-
{
|
|
1696
|
-
"name": "errorMessage",
|
|
1697
|
-
"type": "string | ((validation: ValidationResult) => string)"
|
|
1698
|
-
},
|
|
1699
|
-
{
|
|
1700
|
-
"name": "validationResult",
|
|
1701
|
-
"type": "ValidationResult"
|
|
1702
|
-
}
|
|
1703
|
-
]
|
|
1704
|
-
},
|
|
1705
|
-
{
|
|
1706
|
-
"name": "RangeCalendar",
|
|
1707
|
-
"importRoot": "@texturehq/edges",
|
|
1708
|
-
"importPath": "@texturehq/edges/components/RangeCalendar",
|
|
1709
|
-
"description": "RangeCalendar Calendar allowing selection of a date range.",
|
|
1710
|
-
"props": []
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
"name": "ResultsCount",
|
|
1714
|
-
"importRoot": "@texturehq/edges",
|
|
1715
|
-
"importPath": "@texturehq/edges/components/ResultsCount",
|
|
1716
|
-
"description": "",
|
|
1717
|
-
"props": [
|
|
1718
|
-
{
|
|
1719
|
-
"name": "search",
|
|
1720
|
-
"type": "{"
|
|
1721
|
-
},
|
|
1722
|
-
{
|
|
1723
|
-
"name": "value",
|
|
1724
|
-
"type": "string"
|
|
1725
|
-
},
|
|
1726
|
-
{
|
|
1727
|
-
"name": "onChange",
|
|
1728
|
-
"type": "(value: string) => void"
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"name": "onClear",
|
|
1732
|
-
"type": "() => void"
|
|
1733
|
-
},
|
|
1734
|
-
{
|
|
1735
|
-
"name": "placeholder",
|
|
1736
|
-
"type": "string"
|
|
1737
|
-
}
|
|
1738
|
-
]
|
|
1739
|
-
},
|
|
1740
|
-
{
|
|
1741
|
-
"name": "RichTextEditor",
|
|
1742
|
-
"importRoot": "@texturehq/edges",
|
|
1743
|
-
"importPath": "@texturehq/edges/components/RichTextEditor",
|
|
1744
|
-
"description": "RichTextEditor A rich text editor with formatting capabilities including headings, bold, italic, lists, and links. Built on top of TipTap/ProseMirror.",
|
|
1745
|
-
"props": [
|
|
1746
|
-
{
|
|
1747
|
-
"name": "initialContent",
|
|
1748
|
-
"type": "string"
|
|
1749
|
-
},
|
|
1750
|
-
{
|
|
1751
|
-
"name": "onChange",
|
|
1752
|
-
"type": "(html: string) => void"
|
|
1753
|
-
},
|
|
1754
|
-
{
|
|
1755
|
-
"name": "className",
|
|
1756
|
-
"type": "string"
|
|
1757
|
-
},
|
|
1758
|
-
{
|
|
1759
|
-
"name": "isDisabled",
|
|
1760
|
-
"type": "boolean"
|
|
1761
|
-
},
|
|
1762
|
-
{
|
|
1763
|
-
"name": "placeholder",
|
|
1764
|
-
"type": "string"
|
|
1765
|
-
}
|
|
1766
|
-
]
|
|
1767
|
-
},
|
|
1768
|
-
{
|
|
1769
|
-
"name": "SearchControl",
|
|
1770
|
-
"importRoot": "@texturehq/edges",
|
|
1771
|
-
"importPath": "@texturehq/edges/components/SearchControl",
|
|
1772
|
-
"description": "",
|
|
1773
|
-
"props": [
|
|
1774
|
-
{
|
|
1775
|
-
"name": "search",
|
|
1776
|
-
"type": "{"
|
|
1777
|
-
},
|
|
1778
|
-
{
|
|
1779
|
-
"name": "value",
|
|
1780
|
-
"type": "string"
|
|
1781
|
-
},
|
|
1782
|
-
{
|
|
1783
|
-
"name": "onChange",
|
|
1784
|
-
"type": "(value: string) => void"
|
|
1785
|
-
},
|
|
1786
|
-
{
|
|
1787
|
-
"name": "onClear",
|
|
1788
|
-
"type": "() => void"
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
"name": "placeholder",
|
|
1792
|
-
"type": "string"
|
|
1793
|
-
}
|
|
1794
|
-
]
|
|
1795
|
-
},
|
|
1796
|
-
{
|
|
1797
|
-
"name": "Section",
|
|
1798
|
-
"importRoot": "@texturehq/edges",
|
|
1799
|
-
"importPath": "@texturehq/edges/components/Section",
|
|
1800
|
-
"description": "Section content",
|
|
1801
|
-
"props": [
|
|
1802
|
-
{
|
|
1803
|
-
"name": "title",
|
|
1804
|
-
"type": "React.ReactNode"
|
|
1805
|
-
},
|
|
1806
|
-
{
|
|
1807
|
-
"name": "description",
|
|
1808
|
-
"type": "React.ReactNode"
|
|
1809
|
-
},
|
|
1810
|
-
{
|
|
1811
|
-
"name": "actions",
|
|
1812
|
-
"type": "React.ReactNode"
|
|
1813
|
-
},
|
|
1814
|
-
{
|
|
1815
|
-
"name": "variant",
|
|
1816
|
-
"type": "SectionVariant"
|
|
1817
|
-
},
|
|
1818
|
-
{
|
|
1819
|
-
"name": "spacing",
|
|
1820
|
-
"type": "SectionSpacing"
|
|
1821
|
-
},
|
|
1822
|
-
{
|
|
1823
|
-
"name": "withDivider",
|
|
1824
|
-
"type": "boolean"
|
|
1825
|
-
},
|
|
1826
|
-
{
|
|
1827
|
-
"name": "headingAs",
|
|
1828
|
-
"type": "\"h2\" | \"h3\" | \"h4\""
|
|
1829
|
-
},
|
|
1830
|
-
{
|
|
1831
|
-
"name": "className",
|
|
1832
|
-
"type": "string"
|
|
1833
|
-
},
|
|
1834
|
-
{
|
|
1835
|
-
"name": "children",
|
|
1836
|
-
"type": "React.ReactNode"
|
|
1837
|
-
}
|
|
1838
|
-
]
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"name": "SegmentedControl",
|
|
1842
|
-
"importRoot": "@texturehq/edges",
|
|
1843
|
-
"importPath": "@texturehq/edges/components/SegmentedControl",
|
|
1844
|
-
"description": "SegmentedControl A segmented control component for selecting between multiple options. Similar to a radio group but with a more compact, button-like appearance.",
|
|
1845
|
-
"props": [
|
|
1846
|
-
{
|
|
1847
|
-
"name": "options",
|
|
1848
|
-
"type": "SegmentOption[]"
|
|
1849
|
-
},
|
|
1850
|
-
{
|
|
1851
|
-
"name": "value",
|
|
1852
|
-
"type": "string"
|
|
1853
|
-
},
|
|
1854
|
-
{
|
|
1855
|
-
"name": "onChange",
|
|
1856
|
-
"type": "(value: string) => void"
|
|
1857
|
-
},
|
|
1858
|
-
{
|
|
1859
|
-
"name": "size",
|
|
1860
|
-
"type": "\"sm\" | \"md\" | \"lg\" | \"xl\""
|
|
1861
|
-
},
|
|
1862
|
-
{
|
|
1863
|
-
"name": "className",
|
|
1203
|
+
"name": "rightLabel",
|
|
1864
1204
|
"type": "string"
|
|
1865
1205
|
},
|
|
1866
1206
|
{
|
|
1867
|
-
"name": "
|
|
1207
|
+
"name": "progressWidth",
|
|
1208
|
+
"type": "number"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"name": "hideLabels",
|
|
1868
1212
|
"type": "boolean"
|
|
1869
1213
|
}
|
|
1870
|
-
]
|
|
1214
|
+
],
|
|
1215
|
+
"relatedComponents": [
|
|
1216
|
+
"ProgressBar"
|
|
1217
|
+
],
|
|
1218
|
+
"storybookPath": "Feedback/ProgressBar"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"name": "Radio",
|
|
1222
|
+
"category": "Form Controls",
|
|
1223
|
+
"description": "Validation result object for functional errorMessage",
|
|
1224
|
+
"importRoot": "@texturehq/edges",
|
|
1225
|
+
"importPath": "@texturehq/edges/components/Radio",
|
|
1226
|
+
"props": [],
|
|
1227
|
+
"relatedComponents": [],
|
|
1228
|
+
"storybookPath": "Form Controls/Radio"
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"name": "RadioGroup",
|
|
1232
|
+
"category": "Form Controls",
|
|
1233
|
+
"description": "Validation result object for functional errorMessage",
|
|
1234
|
+
"importRoot": "@texturehq/edges",
|
|
1235
|
+
"importPath": "@texturehq/edges/components/RadioGroup",
|
|
1236
|
+
"props": [],
|
|
1237
|
+
"relatedComponents": [],
|
|
1238
|
+
"storybookPath": "Form Controls/RadioGroup"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
"name": "RangeCalendar",
|
|
1242
|
+
"category": "Form Controls",
|
|
1243
|
+
"description": "RangeCalendar Calendar allowing selection of a date range.",
|
|
1244
|
+
"importRoot": "@texturehq/edges",
|
|
1245
|
+
"importPath": "@texturehq/edges/components/RangeCalendar",
|
|
1246
|
+
"props": [],
|
|
1247
|
+
"relatedComponents": [
|
|
1248
|
+
"RangeCalendar"
|
|
1249
|
+
],
|
|
1250
|
+
"storybookPath": "Form Controls/RangeCalendar"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"name": "ResultsCount",
|
|
1254
|
+
"category": "Data",
|
|
1255
|
+
"description": "",
|
|
1256
|
+
"importRoot": "@texturehq/edges",
|
|
1257
|
+
"importPath": "@texturehq/edges/components/ResultsCount",
|
|
1258
|
+
"props": [],
|
|
1259
|
+
"relatedComponents": [],
|
|
1260
|
+
"storybookPath": "Data/ResultsCount"
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"name": "RichTextEditor",
|
|
1264
|
+
"category": "Form Controls",
|
|
1265
|
+
"description": "RichTextEditor A rich text editor with formatting capabilities including headings, bold, italic, lists, and links. Built on top of TipTap/ProseMirror.",
|
|
1266
|
+
"importRoot": "@texturehq/edges",
|
|
1267
|
+
"importPath": "@texturehq/edges/components/RichTextEditor",
|
|
1268
|
+
"props": [],
|
|
1269
|
+
"relatedComponents": [],
|
|
1270
|
+
"storybookPath": "Form Controls/RichTextEditor"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"name": "SearchControl",
|
|
1274
|
+
"category": "Data",
|
|
1275
|
+
"description": "",
|
|
1276
|
+
"importRoot": "@texturehq/edges",
|
|
1277
|
+
"importPath": "@texturehq/edges/components/SearchControl",
|
|
1278
|
+
"props": [],
|
|
1279
|
+
"relatedComponents": [],
|
|
1280
|
+
"storybookPath": "Data/SearchControl"
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"name": "Section",
|
|
1284
|
+
"category": "Layout",
|
|
1285
|
+
"description": "Section content",
|
|
1286
|
+
"importRoot": "@texturehq/edges",
|
|
1287
|
+
"importPath": "@texturehq/edges/components/Section",
|
|
1288
|
+
"props": [],
|
|
1289
|
+
"relatedComponents": [
|
|
1290
|
+
"Badge",
|
|
1291
|
+
"Button",
|
|
1292
|
+
"Card",
|
|
1293
|
+
"DataTable",
|
|
1294
|
+
"Grid",
|
|
1295
|
+
"Kpi",
|
|
1296
|
+
"KpiGroup",
|
|
1297
|
+
"Select",
|
|
1298
|
+
"Switch",
|
|
1299
|
+
"TextField"
|
|
1300
|
+
],
|
|
1301
|
+
"storybookPath": "Layout/Section"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"name": "SegmentedControl",
|
|
1305
|
+
"category": "Form Controls",
|
|
1306
|
+
"description": "SegmentedControl A segmented control component for selecting between multiple options. Similar to a radio group but with a more compact, button-like appearance.",
|
|
1307
|
+
"importRoot": "@texturehq/edges",
|
|
1308
|
+
"importPath": "@texturehq/edges/components/SegmentedControl",
|
|
1309
|
+
"props": [],
|
|
1310
|
+
"relatedComponents": [],
|
|
1311
|
+
"storybookPath": "Form Controls/SegmentedControl"
|
|
1871
1312
|
},
|
|
1872
1313
|
{
|
|
1873
1314
|
"name": "Select",
|
|
1315
|
+
"category": "Form Controls",
|
|
1316
|
+
"description": "Whether to use transparent background",
|
|
1874
1317
|
"importRoot": "@texturehq/edges",
|
|
1875
1318
|
"importPath": "@texturehq/edges/components/Select",
|
|
1876
|
-
"
|
|
1877
|
-
"
|
|
1319
|
+
"props": [],
|
|
1320
|
+
"relatedComponents": [
|
|
1321
|
+
"Icon",
|
|
1322
|
+
"ListBoxItem",
|
|
1323
|
+
"Select",
|
|
1324
|
+
"StoryLayout",
|
|
1325
|
+
"StoryTable",
|
|
1326
|
+
"StoryTableCell",
|
|
1327
|
+
"StoryTableRow"
|
|
1328
|
+
],
|
|
1329
|
+
"storybookPath": "Form Controls/Select"
|
|
1878
1330
|
},
|
|
1879
1331
|
{
|
|
1880
1332
|
"name": "SelectCell",
|
|
1333
|
+
"category": "Uncategorized",
|
|
1334
|
+
"description": "",
|
|
1881
1335
|
"importRoot": "@texturehq/edges",
|
|
1882
1336
|
"importPath": "@texturehq/edges/components/SelectCell",
|
|
1883
|
-
"
|
|
1884
|
-
"
|
|
1337
|
+
"props": [],
|
|
1338
|
+
"relatedComponents": [],
|
|
1339
|
+
"storybookPath": "Uncategorized/SelectCell"
|
|
1885
1340
|
},
|
|
1886
1341
|
{
|
|
1887
1342
|
"name": "SideNav",
|
|
1343
|
+
"category": "Navigation",
|
|
1344
|
+
"description": "SideNav Vertical navigation component for application sidebars. Supports nested navigation items, sections, collapsible categories, and mobile-responsive behavior.",
|
|
1888
1345
|
"importRoot": "@texturehq/edges",
|
|
1889
1346
|
"importPath": "@texturehq/edges/components/SideNav",
|
|
1890
|
-
"
|
|
1891
|
-
"
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
{
|
|
1897
|
-
"name": "bottomItems",
|
|
1898
|
-
"type": "SideNavItem[]"
|
|
1899
|
-
},
|
|
1900
|
-
{
|
|
1901
|
-
"name": "bottomContent",
|
|
1902
|
-
"type": "React.ReactNode"
|
|
1903
|
-
},
|
|
1904
|
-
{
|
|
1905
|
-
"name": "logo",
|
|
1906
|
-
"type": "React.ReactNode"
|
|
1907
|
-
},
|
|
1908
|
-
{
|
|
1909
|
-
"name": "showLogo",
|
|
1910
|
-
"type": "boolean"
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"name": "linkComponent",
|
|
1914
|
-
"type": "React.ElementType"
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
"name": "className",
|
|
1918
|
-
"type": "string"
|
|
1919
|
-
},
|
|
1920
|
-
{
|
|
1921
|
-
"name": "mobileMenuId",
|
|
1922
|
-
"type": "string"
|
|
1923
|
-
},
|
|
1924
|
-
{
|
|
1925
|
-
"name": "sidebarCollapseId",
|
|
1926
|
-
"type": "string"
|
|
1927
|
-
}
|
|
1928
|
-
]
|
|
1347
|
+
"props": [],
|
|
1348
|
+
"relatedComponents": [
|
|
1349
|
+
"Button",
|
|
1350
|
+
"Icon"
|
|
1351
|
+
],
|
|
1352
|
+
"storybookPath": "Navigation/SideNav"
|
|
1929
1353
|
},
|
|
1930
1354
|
{
|
|
1931
1355
|
"name": "Skeleton",
|
|
1356
|
+
"category": "Feedback",
|
|
1357
|
+
"description": "Skeleton Loading placeholder component that mimics content structure. Supports various shapes, animations, and responsive configurations for skeleton screens.",
|
|
1932
1358
|
"importRoot": "@texturehq/edges",
|
|
1933
1359
|
"importPath": "@texturehq/edges/components/Skeleton",
|
|
1934
|
-
"
|
|
1935
|
-
"
|
|
1360
|
+
"props": [],
|
|
1361
|
+
"relatedComponents": [
|
|
1362
|
+
"StoryGrid",
|
|
1363
|
+
"StoryItem",
|
|
1364
|
+
"StoryLayout",
|
|
1365
|
+
"StorySection"
|
|
1366
|
+
],
|
|
1367
|
+
"storybookPath": "Feedback/Skeleton"
|
|
1936
1368
|
},
|
|
1937
1369
|
{
|
|
1938
1370
|
"name": "SKELETON_SIZES",
|
|
1371
|
+
"category": "Uncategorized",
|
|
1372
|
+
"description": "",
|
|
1939
1373
|
"importRoot": "@texturehq/edges",
|
|
1940
1374
|
"importPath": "@texturehq/edges/components/SKELETON_SIZES",
|
|
1941
|
-
"
|
|
1942
|
-
"
|
|
1375
|
+
"props": [],
|
|
1376
|
+
"relatedComponents": [],
|
|
1377
|
+
"storybookPath": "Uncategorized/SKELETON_SIZES"
|
|
1943
1378
|
},
|
|
1944
1379
|
{
|
|
1945
1380
|
"name": "Slider",
|
|
1381
|
+
"category": "Form Controls",
|
|
1382
|
+
"description": "Show the current numeric value to the right of the track",
|
|
1946
1383
|
"importRoot": "@texturehq/edges",
|
|
1947
1384
|
"importPath": "@texturehq/edges/components/Slider",
|
|
1948
|
-
"description": "Show the current numeric value to the right of the track",
|
|
1949
1385
|
"props": [
|
|
1950
1386
|
{
|
|
1951
1387
|
"name": "label",
|
|
@@ -1998,206 +1434,152 @@
|
|
|
1998
1434
|
{
|
|
1999
1435
|
"name": "disabled",
|
|
2000
1436
|
"type": "boolean"
|
|
2001
|
-
},
|
|
2002
|
-
{
|
|
2003
|
-
"name": "showValue",
|
|
2004
|
-
"type": "boolean"
|
|
2005
1437
|
}
|
|
2006
|
-
]
|
|
1438
|
+
],
|
|
1439
|
+
"relatedComponents": [
|
|
1440
|
+
"Slider",
|
|
1441
|
+
"StoryLayout",
|
|
1442
|
+
"StoryTable",
|
|
1443
|
+
"StoryTableCell",
|
|
1444
|
+
"StoryTableRow"
|
|
1445
|
+
],
|
|
1446
|
+
"storybookPath": "Form Controls/Slider"
|
|
2007
1447
|
},
|
|
2008
1448
|
{
|
|
2009
1449
|
"name": "SortControl",
|
|
1450
|
+
"category": "Data",
|
|
1451
|
+
"description": "",
|
|
2010
1452
|
"importRoot": "@texturehq/edges",
|
|
2011
1453
|
"importPath": "@texturehq/edges/components/SortControl",
|
|
2012
|
-
"
|
|
2013
|
-
"
|
|
2014
|
-
|
|
2015
|
-
"name": "search",
|
|
2016
|
-
"type": "{"
|
|
2017
|
-
},
|
|
2018
|
-
{
|
|
2019
|
-
"name": "value",
|
|
2020
|
-
"type": "string"
|
|
2021
|
-
},
|
|
2022
|
-
{
|
|
2023
|
-
"name": "onChange",
|
|
2024
|
-
"type": "(value: string) => void"
|
|
2025
|
-
},
|
|
2026
|
-
{
|
|
2027
|
-
"name": "onClear",
|
|
2028
|
-
"type": "() => void"
|
|
2029
|
-
},
|
|
2030
|
-
{
|
|
2031
|
-
"name": "placeholder",
|
|
2032
|
-
"type": "string"
|
|
2033
|
-
}
|
|
2034
|
-
]
|
|
1454
|
+
"props": [],
|
|
1455
|
+
"relatedComponents": [],
|
|
1456
|
+
"storybookPath": "Data/SortControl"
|
|
2035
1457
|
},
|
|
2036
1458
|
{
|
|
2037
1459
|
"name": "SplitPane",
|
|
1460
|
+
"category": "Layout",
|
|
1461
|
+
"description": "Child panels",
|
|
2038
1462
|
"importRoot": "@texturehq/edges",
|
|
2039
1463
|
"importPath": "@texturehq/edges/components/SplitPane",
|
|
2040
|
-
"
|
|
2041
|
-
"
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
},
|
|
2050
|
-
{
|
|
2051
|
-
"name": "minAsideWidth",
|
|
2052
|
-
"type": "number"
|
|
2053
|
-
},
|
|
2054
|
-
{
|
|
2055
|
-
"name": "minAsideHeight",
|
|
2056
|
-
"type": "number"
|
|
2057
|
-
},
|
|
2058
|
-
{
|
|
2059
|
-
"name": "minMainWidth",
|
|
2060
|
-
"type": "number"
|
|
2061
|
-
},
|
|
2062
|
-
{
|
|
2063
|
-
"name": "minMainHeight",
|
|
2064
|
-
"type": "number"
|
|
2065
|
-
},
|
|
2066
|
-
{
|
|
2067
|
-
"name": "orientation",
|
|
2068
|
-
"type": "SplitPaneOrientation"
|
|
2069
|
-
},
|
|
2070
|
-
{
|
|
2071
|
-
"name": "resizable",
|
|
2072
|
-
"type": "boolean"
|
|
2073
|
-
},
|
|
2074
|
-
{
|
|
2075
|
-
"name": "onAsideResize",
|
|
2076
|
-
"type": "(size: number) => void"
|
|
2077
|
-
},
|
|
2078
|
-
{
|
|
2079
|
-
"name": "onResizeStart",
|
|
2080
|
-
"type": "() => void"
|
|
2081
|
-
},
|
|
2082
|
-
{
|
|
2083
|
-
"name": "onResizeEnd",
|
|
2084
|
-
"type": "() => void"
|
|
2085
|
-
},
|
|
2086
|
-
{
|
|
2087
|
-
"name": "className",
|
|
2088
|
-
"type": "string"
|
|
2089
|
-
},
|
|
2090
|
-
{
|
|
2091
|
-
"name": "dividerClassName",
|
|
2092
|
-
"type": "string"
|
|
2093
|
-
},
|
|
2094
|
-
{
|
|
2095
|
-
"name": "children",
|
|
2096
|
-
"type": "React.ReactNode"
|
|
2097
|
-
}
|
|
2098
|
-
]
|
|
1464
|
+
"props": [],
|
|
1465
|
+
"relatedComponents": [
|
|
1466
|
+
"Badge",
|
|
1467
|
+
"Button",
|
|
1468
|
+
"Card",
|
|
1469
|
+
"Section",
|
|
1470
|
+
"TextField"
|
|
1471
|
+
],
|
|
1472
|
+
"storybookPath": "Layout/SplitPane"
|
|
2099
1473
|
},
|
|
2100
1474
|
{
|
|
2101
1475
|
"name": "StaticMap",
|
|
1476
|
+
"category": "Uncategorized",
|
|
1477
|
+
"description": "",
|
|
2102
1478
|
"importRoot": "@texturehq/edges",
|
|
2103
1479
|
"importPath": "@texturehq/edges/components/StaticMap",
|
|
2104
|
-
"
|
|
2105
|
-
"
|
|
1480
|
+
"props": [],
|
|
1481
|
+
"relatedComponents": [],
|
|
1482
|
+
"storybookPath": "Uncategorized/StaticMap"
|
|
2106
1483
|
},
|
|
2107
1484
|
{
|
|
2108
1485
|
"name": "StatList",
|
|
1486
|
+
"category": "Data",
|
|
1487
|
+
"description": "Additional CSS classes",
|
|
2109
1488
|
"importRoot": "@texturehq/edges",
|
|
2110
1489
|
"importPath": "@texturehq/edges/components/StatList",
|
|
2111
|
-
"
|
|
2112
|
-
"
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
},
|
|
2121
|
-
{
|
|
2122
|
-
"name": "dense",
|
|
2123
|
-
"type": "boolean"
|
|
2124
|
-
},
|
|
2125
|
-
{
|
|
2126
|
-
"name": "valueAlign",
|
|
2127
|
-
"type": "StatAlign"
|
|
2128
|
-
},
|
|
2129
|
-
{
|
|
2130
|
-
"name": "showDividers",
|
|
2131
|
-
"type": "boolean"
|
|
2132
|
-
},
|
|
2133
|
-
{
|
|
2134
|
-
"name": "skeleton",
|
|
2135
|
-
"type": "boolean"
|
|
2136
|
-
},
|
|
2137
|
-
{
|
|
2138
|
-
"name": "empty",
|
|
2139
|
-
"type": "boolean"
|
|
2140
|
-
},
|
|
2141
|
-
{
|
|
2142
|
-
"name": "error",
|
|
2143
|
-
"type": "string | React.ReactNode"
|
|
2144
|
-
},
|
|
2145
|
-
{
|
|
2146
|
-
"name": "className",
|
|
2147
|
-
"type": "string"
|
|
2148
|
-
}
|
|
2149
|
-
]
|
|
1490
|
+
"props": [],
|
|
1491
|
+
"relatedComponents": [
|
|
1492
|
+
"Button",
|
|
1493
|
+
"Card",
|
|
1494
|
+
"Grid",
|
|
1495
|
+
"Icon",
|
|
1496
|
+
"Section"
|
|
1497
|
+
],
|
|
1498
|
+
"storybookPath": "Data/StatList"
|
|
2150
1499
|
},
|
|
2151
1500
|
{
|
|
2152
1501
|
"name": "Switch",
|
|
1502
|
+
"category": "Form Controls",
|
|
1503
|
+
"description": "Switch Toggle switch component for binary on/off states. Provides an accessible alternative to checkboxes for settings and preferences.",
|
|
2153
1504
|
"importRoot": "@texturehq/edges",
|
|
2154
1505
|
"importPath": "@texturehq/edges/components/Switch",
|
|
2155
|
-
"description": "Switch Toggle switch component for binary on/off states. Provides an accessible alternative to checkboxes for settings and preferences.",
|
|
2156
1506
|
"props": [
|
|
2157
1507
|
{
|
|
2158
1508
|
"name": "children",
|
|
2159
1509
|
"type": "React.ReactNode"
|
|
2160
1510
|
}
|
|
2161
|
-
]
|
|
1511
|
+
],
|
|
1512
|
+
"relatedComponents": [
|
|
1513
|
+
"Switch"
|
|
1514
|
+
],
|
|
1515
|
+
"storybookPath": "Form Controls/Switch"
|
|
2162
1516
|
},
|
|
2163
1517
|
{
|
|
2164
1518
|
"name": "Tab",
|
|
1519
|
+
"category": "Navigation",
|
|
1520
|
+
"description": "Tabs Tabbed interface with styled tabs and panels. @param variant - \"default\" for gray styling, \"accent\" for brand color styling",
|
|
2165
1521
|
"importRoot": "@texturehq/edges",
|
|
2166
1522
|
"importPath": "@texturehq/edges/components/Tab",
|
|
2167
|
-
"
|
|
2168
|
-
"
|
|
1523
|
+
"props": [],
|
|
1524
|
+
"relatedComponents": [
|
|
1525
|
+
"StoryLayout",
|
|
1526
|
+
"StoryTable",
|
|
1527
|
+
"StoryTableCell",
|
|
1528
|
+
"StoryTableRow"
|
|
1529
|
+
],
|
|
1530
|
+
"storybookPath": "Navigation/Tab"
|
|
2169
1531
|
},
|
|
2170
1532
|
{
|
|
2171
1533
|
"name": "TabList",
|
|
1534
|
+
"category": "Navigation",
|
|
1535
|
+
"description": "TabList container.",
|
|
2172
1536
|
"importRoot": "@texturehq/edges",
|
|
2173
1537
|
"importPath": "@texturehq/edges/components/TabList",
|
|
2174
|
-
"
|
|
2175
|
-
"
|
|
1538
|
+
"props": [],
|
|
1539
|
+
"relatedComponents": [
|
|
1540
|
+
"StoryLayout",
|
|
1541
|
+
"StoryTable",
|
|
1542
|
+
"StoryTableCell",
|
|
1543
|
+
"StoryTableRow"
|
|
1544
|
+
],
|
|
1545
|
+
"storybookPath": "Navigation/TabList"
|
|
2176
1546
|
},
|
|
2177
1547
|
{
|
|
2178
1548
|
"name": "TabPanel",
|
|
1549
|
+
"category": "Navigation",
|
|
1550
|
+
"description": "TabPanel content area.",
|
|
2179
1551
|
"importRoot": "@texturehq/edges",
|
|
2180
1552
|
"importPath": "@texturehq/edges/components/TabPanel",
|
|
2181
|
-
"
|
|
2182
|
-
"
|
|
1553
|
+
"props": [],
|
|
1554
|
+
"relatedComponents": [
|
|
1555
|
+
"StoryLayout",
|
|
1556
|
+
"StoryTable",
|
|
1557
|
+
"StoryTableCell",
|
|
1558
|
+
"StoryTableRow"
|
|
1559
|
+
],
|
|
1560
|
+
"storybookPath": "Navigation/TabPanel"
|
|
2183
1561
|
},
|
|
2184
1562
|
{
|
|
2185
1563
|
"name": "Tabs",
|
|
1564
|
+
"category": "Navigation",
|
|
1565
|
+
"description": "Tabs Tabbed interface with styled tabs and panels. @param variant - \"default\" for gray styling, \"accent\" for brand color styling",
|
|
2186
1566
|
"importRoot": "@texturehq/edges",
|
|
2187
1567
|
"importPath": "@texturehq/edges/components/Tabs",
|
|
2188
|
-
"
|
|
2189
|
-
"
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
]
|
|
1568
|
+
"props": [],
|
|
1569
|
+
"relatedComponents": [
|
|
1570
|
+
"StoryLayout",
|
|
1571
|
+
"StoryTable",
|
|
1572
|
+
"StoryTableCell",
|
|
1573
|
+
"StoryTableRow"
|
|
1574
|
+
],
|
|
1575
|
+
"storybookPath": "Navigation/Tabs"
|
|
2195
1576
|
},
|
|
2196
1577
|
{
|
|
2197
1578
|
"name": "TextArea",
|
|
1579
|
+
"category": "Form Controls",
|
|
1580
|
+
"description": "TextArea Multi-line text input with Edges styling, label, description, and error.",
|
|
2198
1581
|
"importRoot": "@texturehq/edges",
|
|
2199
1582
|
"importPath": "@texturehq/edges/components/TextArea",
|
|
2200
|
-
"description": "TextArea Multi-line text input with Edges styling, label, description, and error.",
|
|
2201
1583
|
"props": [
|
|
2202
1584
|
{
|
|
2203
1585
|
"name": "label",
|
|
@@ -2231,13 +1613,16 @@
|
|
|
2231
1613
|
"name": "validationResult",
|
|
2232
1614
|
"type": "ValidationResult"
|
|
2233
1615
|
}
|
|
2234
|
-
]
|
|
1616
|
+
],
|
|
1617
|
+
"relatedComponents": [],
|
|
1618
|
+
"storybookPath": "Form Controls/TextArea"
|
|
2235
1619
|
},
|
|
2236
1620
|
{
|
|
2237
1621
|
"name": "TextAreaWithChips",
|
|
1622
|
+
"category": "Form Controls",
|
|
1623
|
+
"description": "TextAreaWithChips Enhanced textarea component with chip/tag support. Enables rich text input with embedded chips for mentions, tags, or structured data entry.",
|
|
2238
1624
|
"importRoot": "@texturehq/edges",
|
|
2239
1625
|
"importPath": "@texturehq/edges/components/TextAreaWithChips",
|
|
2240
|
-
"description": "TextAreaWithChips Enhanced textarea component with chip/tag support. Enables rich text input with embedded chips for mentions, tags, or structured data entry.",
|
|
2241
1626
|
"props": [
|
|
2242
1627
|
{
|
|
2243
1628
|
"name": "label",
|
|
@@ -2311,20 +1696,26 @@
|
|
|
2311
1696
|
"name": "chipSize",
|
|
2312
1697
|
"type": "Size"
|
|
2313
1698
|
}
|
|
2314
|
-
]
|
|
1699
|
+
],
|
|
1700
|
+
"relatedComponents": [],
|
|
1701
|
+
"storybookPath": "Form Controls/TextAreaWithChips"
|
|
2315
1702
|
},
|
|
2316
1703
|
{
|
|
2317
1704
|
"name": "TextCell",
|
|
1705
|
+
"category": "Uncategorized",
|
|
1706
|
+
"description": "",
|
|
2318
1707
|
"importRoot": "@texturehq/edges",
|
|
2319
1708
|
"importPath": "@texturehq/edges/components/TextCell",
|
|
2320
|
-
"
|
|
2321
|
-
"
|
|
1709
|
+
"props": [],
|
|
1710
|
+
"relatedComponents": [],
|
|
1711
|
+
"storybookPath": "Uncategorized/TextCell"
|
|
2322
1712
|
},
|
|
2323
1713
|
{
|
|
2324
1714
|
"name": "TextField",
|
|
1715
|
+
"category": "Form Controls",
|
|
1716
|
+
"description": "Renders an Edges TextField with label, description, validation states and optional search/clear/password affordances.",
|
|
2325
1717
|
"importRoot": "@texturehq/edges",
|
|
2326
1718
|
"importPath": "@texturehq/edges/components/TextField",
|
|
2327
|
-
"description": "Renders an Edges TextField with label, description, validation states and optional search/clear/password affordances.",
|
|
2328
1719
|
"props": [
|
|
2329
1720
|
{
|
|
2330
1721
|
"name": "label",
|
|
@@ -2358,13 +1749,22 @@
|
|
|
2358
1749
|
"name": "validationResult",
|
|
2359
1750
|
"type": "ValidationResult"
|
|
2360
1751
|
}
|
|
2361
|
-
]
|
|
1752
|
+
],
|
|
1753
|
+
"relatedComponents": [
|
|
1754
|
+
"StoryLayout",
|
|
1755
|
+
"StoryTable",
|
|
1756
|
+
"StoryTableCell",
|
|
1757
|
+
"StoryTableRow",
|
|
1758
|
+
"TextField"
|
|
1759
|
+
],
|
|
1760
|
+
"storybookPath": "Form Controls/TextField"
|
|
2362
1761
|
},
|
|
2363
1762
|
{
|
|
2364
1763
|
"name": "TextLink",
|
|
1764
|
+
"category": "Navigation",
|
|
1765
|
+
"description": "TextLink Styled text link component for navigation and actions. Supports internal/external links, button mode, and multiple visual variants.",
|
|
2365
1766
|
"importRoot": "@texturehq/edges",
|
|
2366
1767
|
"importPath": "@texturehq/edges/components/TextLink",
|
|
2367
|
-
"description": "TextLink Styled text link component for navigation and actions. Supports internal/external links, button mode, and multiple visual variants.",
|
|
2368
1768
|
"props": [
|
|
2369
1769
|
{
|
|
2370
1770
|
"name": "href",
|
|
@@ -2406,13 +1806,16 @@
|
|
|
2406
1806
|
"name": "showArrow",
|
|
2407
1807
|
"type": "boolean"
|
|
2408
1808
|
}
|
|
2409
|
-
]
|
|
1809
|
+
],
|
|
1810
|
+
"relatedComponents": [],
|
|
1811
|
+
"storybookPath": "Navigation/TextLink"
|
|
2410
1812
|
},
|
|
2411
1813
|
{
|
|
2412
1814
|
"name": "TimeField",
|
|
1815
|
+
"category": "Form Controls",
|
|
1816
|
+
"description": "Renders an Edges TimeField composed from segmented date parts.",
|
|
2413
1817
|
"importRoot": "@texturehq/edges",
|
|
2414
1818
|
"importPath": "@texturehq/edges/components/TimeField",
|
|
2415
|
-
"description": "Renders an Edges TimeField composed from segmented date parts.",
|
|
2416
1819
|
"props": [
|
|
2417
1820
|
{
|
|
2418
1821
|
"name": "label",
|
|
@@ -2446,13 +1849,18 @@
|
|
|
2446
1849
|
"name": "validationResult",
|
|
2447
1850
|
"type": "ValidationResult"
|
|
2448
1851
|
}
|
|
2449
|
-
]
|
|
1852
|
+
],
|
|
1853
|
+
"relatedComponents": [
|
|
1854
|
+
"TimeField"
|
|
1855
|
+
],
|
|
1856
|
+
"storybookPath": "Form Controls/TimeField"
|
|
2450
1857
|
},
|
|
2451
1858
|
{
|
|
2452
1859
|
"name": "ToggleButton",
|
|
1860
|
+
"category": "Form Controls",
|
|
1861
|
+
"description": "Value used for group selection state",
|
|
2453
1862
|
"importRoot": "@texturehq/edges",
|
|
2454
1863
|
"importPath": "@texturehq/edges/components/ToggleButton",
|
|
2455
|
-
"description": "Value used for group selection state",
|
|
2456
1864
|
"props": [
|
|
2457
1865
|
{
|
|
2458
1866
|
"name": "variant",
|
|
@@ -2510,10 +1918,6 @@
|
|
|
2510
1918
|
"name": "iconPosition",
|
|
2511
1919
|
"type": "\"left\" | \"right\""
|
|
2512
1920
|
},
|
|
2513
|
-
{
|
|
2514
|
-
"name": "value",
|
|
2515
|
-
"type": "string"
|
|
2516
|
-
},
|
|
2517
1921
|
{
|
|
2518
1922
|
"name": "isLoading",
|
|
2519
1923
|
"type": "boolean"
|
|
@@ -2538,13 +1942,22 @@
|
|
|
2538
1942
|
"name": "badgePosition",
|
|
2539
1943
|
"type": "\"top-right\" | \"top-left\" | \"bottom-right\" | \"bottom-left\""
|
|
2540
1944
|
}
|
|
2541
|
-
]
|
|
1945
|
+
],
|
|
1946
|
+
"relatedComponents": [
|
|
1947
|
+
"StoryLayout",
|
|
1948
|
+
"StoryTable",
|
|
1949
|
+
"StoryTableCell",
|
|
1950
|
+
"StoryTableRow",
|
|
1951
|
+
"ToggleButton"
|
|
1952
|
+
],
|
|
1953
|
+
"storybookPath": "Form Controls/ToggleButton"
|
|
2542
1954
|
},
|
|
2543
1955
|
{
|
|
2544
1956
|
"name": "Tooltip",
|
|
1957
|
+
"category": "Overlays",
|
|
1958
|
+
"description": "Tooltip Lightweight content container that appears on hover/focus/press.",
|
|
2545
1959
|
"importRoot": "@texturehq/edges",
|
|
2546
1960
|
"importPath": "@texturehq/edges/components/Tooltip",
|
|
2547
|
-
"description": "Tooltip Lightweight content container that appears on hover/focus/press.",
|
|
2548
1961
|
"props": [
|
|
2549
1962
|
{
|
|
2550
1963
|
"name": "children",
|
|
@@ -2554,51 +1967,146 @@
|
|
|
2554
1967
|
"name": "content",
|
|
2555
1968
|
"type": "React.ReactNode"
|
|
2556
1969
|
}
|
|
2557
|
-
]
|
|
1970
|
+
],
|
|
1971
|
+
"relatedComponents": [],
|
|
1972
|
+
"storybookPath": "Overlays/Tooltip"
|
|
2558
1973
|
},
|
|
2559
1974
|
{
|
|
2560
1975
|
"name": "TopNav",
|
|
1976
|
+
"category": "Navigation",
|
|
1977
|
+
"description": "TopNav Horizontal navigation bar component for application headers. Includes mobile menu toggle, user avatar, theme switcher, and customizable action areas.",
|
|
2561
1978
|
"importRoot": "@texturehq/edges",
|
|
2562
1979
|
"importPath": "@texturehq/edges/components/TopNav",
|
|
2563
|
-
"
|
|
2564
|
-
"
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
"name": "showMobileMenu",
|
|
2571
|
-
"type": "boolean"
|
|
2572
|
-
},
|
|
2573
|
-
{
|
|
2574
|
-
"name": "avatar",
|
|
2575
|
-
"type": "React.ReactNode"
|
|
2576
|
-
},
|
|
2577
|
-
{
|
|
2578
|
-
"name": "showColorModeSwitcher",
|
|
2579
|
-
"type": "boolean"
|
|
2580
|
-
},
|
|
2581
|
-
{
|
|
2582
|
-
"name": "toggleTheme",
|
|
2583
|
-
"type": "() => void"
|
|
2584
|
-
},
|
|
2585
|
-
{
|
|
2586
|
-
"name": "isDarkThemeEnabled",
|
|
2587
|
-
"type": "boolean"
|
|
2588
|
-
},
|
|
2589
|
-
{
|
|
2590
|
-
"name": "actions",
|
|
2591
|
-
"type": "React.ReactNode"
|
|
2592
|
-
},
|
|
2593
|
-
{
|
|
2594
|
-
"name": "className",
|
|
2595
|
-
"type": "string"
|
|
2596
|
-
},
|
|
2597
|
-
{
|
|
2598
|
-
"name": "mobileMenuId",
|
|
2599
|
-
"type": "string"
|
|
2600
|
-
}
|
|
2601
|
-
]
|
|
1980
|
+
"props": [],
|
|
1981
|
+
"relatedComponents": [
|
|
1982
|
+
"Avatar",
|
|
1983
|
+
"Button",
|
|
1984
|
+
"Icon"
|
|
1985
|
+
],
|
|
1986
|
+
"storybookPath": "Navigation/TopNav"
|
|
2602
1987
|
}
|
|
2603
|
-
]
|
|
1988
|
+
],
|
|
1989
|
+
"categories": {
|
|
1990
|
+
"Form Controls": [
|
|
1991
|
+
"ActionMenu",
|
|
1992
|
+
"Autocomplete",
|
|
1993
|
+
"Button",
|
|
1994
|
+
"Calendar",
|
|
1995
|
+
"Checkbox",
|
|
1996
|
+
"CheckboxGroup",
|
|
1997
|
+
"CodeEditor",
|
|
1998
|
+
"DateField",
|
|
1999
|
+
"DateRangePicker",
|
|
2000
|
+
"FileUpload",
|
|
2001
|
+
"Form",
|
|
2002
|
+
"ListBox",
|
|
2003
|
+
"ListBoxItem",
|
|
2004
|
+
"NumberField",
|
|
2005
|
+
"PlaceSearch",
|
|
2006
|
+
"Radio",
|
|
2007
|
+
"RadioGroup",
|
|
2008
|
+
"RangeCalendar",
|
|
2009
|
+
"RichTextEditor",
|
|
2010
|
+
"SegmentedControl",
|
|
2011
|
+
"Select",
|
|
2012
|
+
"Slider",
|
|
2013
|
+
"Switch",
|
|
2014
|
+
"TextArea",
|
|
2015
|
+
"TextAreaWithChips",
|
|
2016
|
+
"TextField",
|
|
2017
|
+
"TimeField",
|
|
2018
|
+
"ToggleButton"
|
|
2019
|
+
],
|
|
2020
|
+
"Overlays": [
|
|
2021
|
+
"Alert",
|
|
2022
|
+
"Confirm",
|
|
2023
|
+
"Dialog",
|
|
2024
|
+
"Drawer",
|
|
2025
|
+
"Popover",
|
|
2026
|
+
"Tooltip"
|
|
2027
|
+
],
|
|
2028
|
+
"Layout": [
|
|
2029
|
+
"AppShell",
|
|
2030
|
+
"Card",
|
|
2031
|
+
"Grid",
|
|
2032
|
+
"PageLayout",
|
|
2033
|
+
"Section",
|
|
2034
|
+
"SplitPane"
|
|
2035
|
+
],
|
|
2036
|
+
"Display": [
|
|
2037
|
+
"Avatar",
|
|
2038
|
+
"Badge",
|
|
2039
|
+
"Chip",
|
|
2040
|
+
"CopyToClipboard"
|
|
2041
|
+
],
|
|
2042
|
+
"Navigation": [
|
|
2043
|
+
"Breadcrumb",
|
|
2044
|
+
"Breadcrumbs",
|
|
2045
|
+
"SideNav",
|
|
2046
|
+
"Tab",
|
|
2047
|
+
"TabList",
|
|
2048
|
+
"TabPanel",
|
|
2049
|
+
"Tabs",
|
|
2050
|
+
"TextLink",
|
|
2051
|
+
"TopNav"
|
|
2052
|
+
],
|
|
2053
|
+
"Uncategorized": [
|
|
2054
|
+
"ActionCell",
|
|
2055
|
+
"AreaSeries",
|
|
2056
|
+
"BarSeries",
|
|
2057
|
+
"BooleanCell",
|
|
2058
|
+
"ChartAxis",
|
|
2059
|
+
"ChartBottomBar",
|
|
2060
|
+
"ChartTooltip",
|
|
2061
|
+
"DateCell",
|
|
2062
|
+
"DialogHeader",
|
|
2063
|
+
"InteractiveMap",
|
|
2064
|
+
"LineSeries",
|
|
2065
|
+
"MAP_TYPES",
|
|
2066
|
+
"ModalBackdrop",
|
|
2067
|
+
"NumberCell",
|
|
2068
|
+
"SKELETON_SIZES",
|
|
2069
|
+
"SelectCell",
|
|
2070
|
+
"StaticMap",
|
|
2071
|
+
"TextCell"
|
|
2072
|
+
],
|
|
2073
|
+
"Data": [
|
|
2074
|
+
"AutoMobileRenderer",
|
|
2075
|
+
"CardMobileRenderer",
|
|
2076
|
+
"ChartContainer",
|
|
2077
|
+
"DataControls",
|
|
2078
|
+
"DataTable",
|
|
2079
|
+
"FilterChips",
|
|
2080
|
+
"Kpi",
|
|
2081
|
+
"KpiGroup",
|
|
2082
|
+
"ResultsCount",
|
|
2083
|
+
"SearchControl",
|
|
2084
|
+
"SortControl",
|
|
2085
|
+
"StatList"
|
|
2086
|
+
],
|
|
2087
|
+
"Feedback": [
|
|
2088
|
+
"ErrorBoundary",
|
|
2089
|
+
"Meter",
|
|
2090
|
+
"Notice",
|
|
2091
|
+
"NoticeContainer",
|
|
2092
|
+
"NoticeProvider",
|
|
2093
|
+
"ProgressBar",
|
|
2094
|
+
"Skeleton"
|
|
2095
|
+
],
|
|
2096
|
+
"Typography": [
|
|
2097
|
+
"Heading"
|
|
2098
|
+
],
|
|
2099
|
+
"Design Tokens": [
|
|
2100
|
+
"Icon",
|
|
2101
|
+
"Logo"
|
|
2102
|
+
],
|
|
2103
|
+
"Lists": [
|
|
2104
|
+
"List",
|
|
2105
|
+
"ListItem",
|
|
2106
|
+
"ListPane"
|
|
2107
|
+
],
|
|
2108
|
+
"Utility": [
|
|
2109
|
+
"Loader"
|
|
2110
|
+
]
|
|
2111
|
+
}
|
|
2604
2112
|
}
|