@texturehq/edges 1.29.1 → 1.30.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{colors-CkJf6_Bz.d.cts → colors-Dt3zpPN_.d.cts} +5 -1
- package/dist/{colors-DR1jXZhL.d.ts → colors-KgCYfdO9.d.ts} +5 -1
- package/dist/index.cjs +11 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +39 -4
- package/dist/index.d.ts +39 -4
- package/dist/index.js +11 -11
- package/dist/index.js.map +1 -1
- package/dist/server.d.cts +1 -1
- package/dist/server.d.ts +1 -1
- package/dist/styles.css +5 -0
- package/package.json +4 -5
- package/dist/components.manifest.json +0 -3160
- package/dist/utilities.manifest.json +0 -1222
- package/scripts/generate-edges-docs.js +0 -1127
- package/scripts/setup-cursor-rules-manual.js +0 -163
- package/scripts/setup-cursor-rules.js +0 -277
- package/scripts/setup-cursor-rules.sh +0 -95
- package/templates/cursor-rules/edges-usage.mdc +0 -65
|
@@ -1,3160 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "1.29.1",
|
|
3
|
-
"components": [
|
|
4
|
-
{
|
|
5
|
-
"name": "ActionCell",
|
|
6
|
-
"category": "Uncategorized",
|
|
7
|
-
"description": "",
|
|
8
|
-
"importRoot": "@texturehq/edges",
|
|
9
|
-
"importPath": "@texturehq/edges/components/ActionCell",
|
|
10
|
-
"props": [],
|
|
11
|
-
"relatedComponents": [],
|
|
12
|
-
"storybookPath": "Uncategorized/ActionCell"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"name": "ActionMenu",
|
|
16
|
-
"category": "Form Controls",
|
|
17
|
-
"description": "ActionMenu A dropdown menu for actions, typically triggered by a button. Supports icons, destructive actions, and flexible alignment.",
|
|
18
|
-
"importRoot": "@texturehq/edges",
|
|
19
|
-
"importPath": "@texturehq/edges/components/ActionMenu",
|
|
20
|
-
"props": [],
|
|
21
|
-
"relatedComponents": [
|
|
22
|
-
"Button",
|
|
23
|
-
"Icon"
|
|
24
|
-
],
|
|
25
|
-
"storybookPath": "Form Controls/ActionMenu"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"name": "ActivityFeed",
|
|
29
|
-
"category": "Activity",
|
|
30
|
-
"description": "Height/maxHeight for scroll container",
|
|
31
|
-
"importRoot": "@texturehq/edges",
|
|
32
|
-
"importPath": "@texturehq/edges/components/ActivityFeed",
|
|
33
|
-
"props": [],
|
|
34
|
-
"relatedComponents": [],
|
|
35
|
-
"storybookPath": "Activity/ActivityFeed"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"name": "ActivityFeedGroup",
|
|
39
|
-
"category": "Activity",
|
|
40
|
-
"description": "Group content",
|
|
41
|
-
"importRoot": "@texturehq/edges",
|
|
42
|
-
"importPath": "@texturehq/edges/components/ActivityFeedGroup",
|
|
43
|
-
"props": [],
|
|
44
|
-
"relatedComponents": [],
|
|
45
|
-
"storybookPath": "Activity/ActivityFeedGroup"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"name": "ActivityItem",
|
|
49
|
-
"category": "Activity",
|
|
50
|
-
"description": "Marks the item as interactive, enabling keyboard semantics",
|
|
51
|
-
"importRoot": "@texturehq/edges",
|
|
52
|
-
"importPath": "@texturehq/edges/components/ActivityItem",
|
|
53
|
-
"props": [],
|
|
54
|
-
"relatedComponents": [],
|
|
55
|
-
"storybookPath": "Activity/ActivityItem"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"name": "Alert",
|
|
59
|
-
"category": "Overlays",
|
|
60
|
-
"description": "Alert A simple alert dialog with a single action button. Use for informational messages that require acknowledgment.",
|
|
61
|
-
"importRoot": "@texturehq/edges",
|
|
62
|
-
"importPath": "@texturehq/edges/components/Alert",
|
|
63
|
-
"props": [],
|
|
64
|
-
"relatedComponents": [
|
|
65
|
-
"Button",
|
|
66
|
-
"StoryLayout",
|
|
67
|
-
"StoryTable",
|
|
68
|
-
"StoryTableCell",
|
|
69
|
-
"StoryTableRow"
|
|
70
|
-
],
|
|
71
|
-
"storybookPath": "Overlays/Alert"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"name": "AppShell",
|
|
75
|
-
"category": "Layout",
|
|
76
|
-
"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",
|
|
77
|
-
"importRoot": "@texturehq/edges",
|
|
78
|
-
"importPath": "@texturehq/edges/components/AppShell",
|
|
79
|
-
"props": [],
|
|
80
|
-
"relatedComponents": [
|
|
81
|
-
"Button"
|
|
82
|
-
],
|
|
83
|
-
"storybookPath": "Layout/AppShell"
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"name": "AreaSeries",
|
|
87
|
-
"category": "Charts",
|
|
88
|
-
"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.",
|
|
89
|
-
"importRoot": "@texturehq/edges",
|
|
90
|
-
"importPath": "@texturehq/edges/components/AreaSeries",
|
|
91
|
-
"props": [],
|
|
92
|
-
"relatedComponents": [
|
|
93
|
-
"ChartContainer"
|
|
94
|
-
],
|
|
95
|
-
"storybookPath": "Charts/AreaSeries"
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"name": "Autocomplete",
|
|
99
|
-
"category": "Form Controls",
|
|
100
|
-
"description": "Additional CSS classes to apply to the component",
|
|
101
|
-
"importRoot": "@texturehq/edges",
|
|
102
|
-
"importPath": "@texturehq/edges/components/Autocomplete",
|
|
103
|
-
"props": [
|
|
104
|
-
{
|
|
105
|
-
"name": "autoFocus",
|
|
106
|
-
"type": "boolean"
|
|
107
|
-
},
|
|
108
|
-
{
|
|
109
|
-
"name": "defaultFilter",
|
|
110
|
-
"type": "(textValue: string, inputValue: string) => boolean"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"name": "defaultSelectedKey",
|
|
114
|
-
"type": "Key | null"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
"name": "description",
|
|
118
|
-
"type": "string"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"name": "errorMessage",
|
|
122
|
-
"type": "string | ((validation: ValidationResult) => string)"
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"name": "isDisabled",
|
|
126
|
-
"type": "boolean"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"name": "isInvalid",
|
|
130
|
-
"type": "boolean"
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"name": "isRequired",
|
|
134
|
-
"type": "boolean"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"name": "label",
|
|
138
|
-
"type": "string"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"name": "onSelectionChange",
|
|
142
|
-
"type": "(key: Key | null) => void"
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"name": "placeholder",
|
|
146
|
-
"type": "string"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"name": "renderItem",
|
|
150
|
-
"type": "(item: Item) => React.ReactNode"
|
|
151
|
-
},
|
|
152
|
-
{
|
|
153
|
-
"name": "renderLeftIcon",
|
|
154
|
-
"type": "(isLoading: boolean) => React.ReactNode"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"name": "renderSection",
|
|
158
|
-
"type": "(section: Section, children: React.ReactNode) => React.ReactNode"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"name": "requestConfig",
|
|
162
|
-
"type": "AutocompleteRequestConfig"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"name": "sections",
|
|
166
|
-
"type": "Section[]"
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
"name": "selectedKey",
|
|
170
|
-
"type": "Key | null"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"name": "showErrors",
|
|
174
|
-
"type": "boolean"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"name": "size",
|
|
178
|
-
"type": "Size"
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"name": "staticItems",
|
|
182
|
-
"type": "Item[]"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"name": "tooltip",
|
|
186
|
-
"type": "string"
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"name": "validationResult",
|
|
190
|
-
"type": "ValidationResult"
|
|
191
|
-
}
|
|
192
|
-
],
|
|
193
|
-
"relatedComponents": [
|
|
194
|
-
"StoryLayout",
|
|
195
|
-
"StoryTable",
|
|
196
|
-
"StoryTableCell",
|
|
197
|
-
"StoryTableRow"
|
|
198
|
-
],
|
|
199
|
-
"storybookPath": "Form Controls/Autocomplete"
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
"name": "AutoMobileRenderer",
|
|
203
|
-
"category": "Data",
|
|
204
|
-
"description": "",
|
|
205
|
-
"importRoot": "@texturehq/edges",
|
|
206
|
-
"importPath": "@texturehq/edges/components/AutoMobileRenderer",
|
|
207
|
-
"props": [],
|
|
208
|
-
"relatedComponents": [],
|
|
209
|
-
"storybookPath": "Data/AutoMobileRenderer"
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"name": "Avatar",
|
|
213
|
-
"category": "Display",
|
|
214
|
-
"description": "Avatar Display user, team, or organization avatars with support for images, initials, and fallback icons. Includes optional status indicators.",
|
|
215
|
-
"importRoot": "@texturehq/edges",
|
|
216
|
-
"importPath": "@texturehq/edges/components/Avatar",
|
|
217
|
-
"props": [],
|
|
218
|
-
"relatedComponents": [],
|
|
219
|
-
"storybookPath": "Display/Avatar"
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"name": "Badge",
|
|
223
|
-
"category": "Display",
|
|
224
|
-
"description": "Badge A non-interactive label for displaying status, counts, or categories. Use for read-only indicators. For interactive elements, use Chip instead. Supports device states (charging, discharging, heat, cool, etc.) and grid states (importing, exporting) as variant values.",
|
|
225
|
-
"importRoot": "@texturehq/edges",
|
|
226
|
-
"importPath": "@texturehq/edges/components/Badge",
|
|
227
|
-
"props": [],
|
|
228
|
-
"relatedComponents": [],
|
|
229
|
-
"storybookPath": "Display/Badge"
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"name": "BadgeCell",
|
|
233
|
-
"category": "Uncategorized",
|
|
234
|
-
"description": "",
|
|
235
|
-
"importRoot": "@texturehq/edges",
|
|
236
|
-
"importPath": "@texturehq/edges/components/BadgeCell",
|
|
237
|
-
"props": [],
|
|
238
|
-
"relatedComponents": [],
|
|
239
|
-
"storybookPath": "Uncategorized/BadgeCell"
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"name": "Banner",
|
|
243
|
-
"category": "Feedback",
|
|
244
|
-
"description": "Banner A prominent message component for displaying important information or system messages. Can be used inline within content sections or positioned at the page level. Inspired by Atlassian's Section Message and Chakra UI's Alert, combining the best features of both: semantic variant colors, multiple appearances, inline actions, and flexible composition. @example ```tsx // Simple info banner <Banner variant=\"info\" title=\"New features available\"> Check out the latest updates to improve your workflow. </Banner> // With actions <Banner variant=\"warning\" title=\"Your trial expires soon\" primaryAction={{ label: \"Upgrade now\", onPress: () => {} }} secondaryAction={{ label: \"Learn more\", onPress: () => {}, asLink: true }} > Upgrade to continue using premium features. </Banner> // Bold appearance <Banner variant=\"error\" appearance=\"bold\" title=\"Action required\" dismissible onDismiss={() => {}} > Please update your payment information. </Banner> ```",
|
|
245
|
-
"importRoot": "@texturehq/edges",
|
|
246
|
-
"importPath": "@texturehq/edges/components/Banner",
|
|
247
|
-
"props": [],
|
|
248
|
-
"relatedComponents": [
|
|
249
|
-
"Button"
|
|
250
|
-
],
|
|
251
|
-
"storybookPath": "Feedback/Banner"
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
"name": "BarSeries",
|
|
255
|
-
"category": "Charts",
|
|
256
|
-
"description": "BarSeries Chart component for rendering bar/column charts. Displays data as vertical bars with customizable colors, opacity, and category-based coloring.",
|
|
257
|
-
"importRoot": "@texturehq/edges",
|
|
258
|
-
"importPath": "@texturehq/edges/components/BarSeries",
|
|
259
|
-
"props": [],
|
|
260
|
-
"relatedComponents": [
|
|
261
|
-
"ChartContainer"
|
|
262
|
-
],
|
|
263
|
-
"storybookPath": "Charts/BarSeries"
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"name": "BooleanCell",
|
|
267
|
-
"category": "Uncategorized",
|
|
268
|
-
"description": "",
|
|
269
|
-
"importRoot": "@texturehq/edges",
|
|
270
|
-
"importPath": "@texturehq/edges/components/BooleanCell",
|
|
271
|
-
"props": [],
|
|
272
|
-
"relatedComponents": [],
|
|
273
|
-
"storybookPath": "Uncategorized/BooleanCell"
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"name": "BreadcrumbItem",
|
|
277
|
-
"category": "Navigation",
|
|
278
|
-
"description": "BreadcrumbItem Individual breadcrumb item with optional link The last breadcrumb is automatically styled as the current page (non-interactive, bold) When `copyable` is true, adds a copy-to-clipboard button next to the current (last) breadcrumb",
|
|
279
|
-
"importRoot": "@texturehq/edges",
|
|
280
|
-
"importPath": "@texturehq/edges/components/BreadcrumbItem",
|
|
281
|
-
"props": [],
|
|
282
|
-
"relatedComponents": [],
|
|
283
|
-
"storybookPath": "Navigation/BreadcrumbItem"
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
"name": "Breadcrumbs",
|
|
287
|
-
"category": "Navigation",
|
|
288
|
-
"description": "Breadcrumbs Navigation breadcrumbs that show the user's current location in the hierarchy Automatically collapses middle items into an ellipsis dropdown when the container width exceeds the maxWidth threshold (default: 600px)",
|
|
289
|
-
"importRoot": "@texturehq/edges",
|
|
290
|
-
"importPath": "@texturehq/edges/components/Breadcrumbs",
|
|
291
|
-
"props": [],
|
|
292
|
-
"relatedComponents": [],
|
|
293
|
-
"storybookPath": "Navigation/Breadcrumbs"
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
"name": "Button",
|
|
297
|
-
"category": "Form Controls",
|
|
298
|
-
"description": "Renders an Edges Button. When `href` is provided, renders a link-styled button using the same visual system.",
|
|
299
|
-
"importRoot": "@texturehq/edges",
|
|
300
|
-
"importPath": "@texturehq/edges/components/Button",
|
|
301
|
-
"props": [
|
|
302
|
-
{
|
|
303
|
-
"name": "badgeNumber",
|
|
304
|
-
"type": "number"
|
|
305
|
-
},
|
|
306
|
-
{
|
|
307
|
-
"name": "badgePosition",
|
|
308
|
-
"type": "\"top-right\" | \"top-left\" | \"bottom-right\" | \"bottom-left\""
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"name": "badgeVariant",
|
|
312
|
-
"type": "\"primary\" | \"destructive\""
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"name": "className",
|
|
316
|
-
"type": "string"
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"name": "fullWidth",
|
|
320
|
-
"type": "boolean"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"name": "href",
|
|
324
|
-
"type": "string"
|
|
325
|
-
},
|
|
326
|
-
{
|
|
327
|
-
"name": "icon",
|
|
328
|
-
"type": "IconName"
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
"name": "iconPosition",
|
|
332
|
-
"type": "\"left\" | \"right\""
|
|
333
|
-
},
|
|
334
|
-
{
|
|
335
|
-
"name": "iconWeight",
|
|
336
|
-
"type": "\"thin\" | \"light\" | \"regular\" | \"bold\" | \"fill\" | \"duotone\""
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"name": "isLoading",
|
|
340
|
-
"type": "boolean"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"name": "loadingIndicator",
|
|
344
|
-
"type": "React.ReactNode"
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
"name": "loadingText",
|
|
348
|
-
"type": "string"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"name": "rel",
|
|
352
|
-
"type": "string"
|
|
353
|
-
},
|
|
354
|
-
{
|
|
355
|
-
"name": "size",
|
|
356
|
-
"type": "Size"
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"name": "style",
|
|
360
|
-
"type": "React.CSSProperties"
|
|
361
|
-
},
|
|
362
|
-
{
|
|
363
|
-
"name": "target",
|
|
364
|
-
"type": "string"
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"name": "variant",
|
|
368
|
-
"type": "\"default\" | \"brand\" | \"secondary\" | \"destructive\" | \"icon\" | \"link\" | \"unstyled\" | \"ghost\" | \"primary\""
|
|
369
|
-
}
|
|
370
|
-
],
|
|
371
|
-
"relatedComponents": [
|
|
372
|
-
"Button",
|
|
373
|
-
"Icon",
|
|
374
|
-
"StoryLayout",
|
|
375
|
-
"StoryTable",
|
|
376
|
-
"StoryTableCell",
|
|
377
|
-
"StoryTableRow"
|
|
378
|
-
],
|
|
379
|
-
"storybookPath": "Form Controls/Button"
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
"name": "Calendar",
|
|
383
|
-
"category": "Form Controls",
|
|
384
|
-
"description": "Calendar Single-date calendar primitive with Edges styling.",
|
|
385
|
-
"importRoot": "@texturehq/edges",
|
|
386
|
-
"importPath": "@texturehq/edges/components/Calendar",
|
|
387
|
-
"props": [],
|
|
388
|
-
"relatedComponents": [],
|
|
389
|
-
"storybookPath": "Form Controls/Calendar"
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"name": "Card",
|
|
393
|
-
"category": "Layout",
|
|
394
|
-
"description": "When true and parent Card has layout=\"flex\", content expands to fill available space",
|
|
395
|
-
"importRoot": "@texturehq/edges",
|
|
396
|
-
"importPath": "@texturehq/edges/components/Card",
|
|
397
|
-
"props": [
|
|
398
|
-
{
|
|
399
|
-
"name": "children",
|
|
400
|
-
"type": "React.ReactNode"
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
"name": "className",
|
|
404
|
-
"type": "string"
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"name": "isLoading",
|
|
408
|
-
"type": "boolean"
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
"name": "variant",
|
|
412
|
-
"type": "CardVariant"
|
|
413
|
-
}
|
|
414
|
-
],
|
|
415
|
-
"relatedComponents": [
|
|
416
|
-
"Avatar",
|
|
417
|
-
"Badge",
|
|
418
|
-
"Button",
|
|
419
|
-
"Icon",
|
|
420
|
-
"StoryLayout"
|
|
421
|
-
],
|
|
422
|
-
"storybookPath": "Layout/Card"
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
"name": "CardContent",
|
|
426
|
-
"category": "Layout",
|
|
427
|
-
"description": "When true and parent Card has layout=\"flex\", content expands to fill available space",
|
|
428
|
-
"importRoot": "@texturehq/edges",
|
|
429
|
-
"importPath": "@texturehq/edges/components/CardContent",
|
|
430
|
-
"props": [
|
|
431
|
-
{
|
|
432
|
-
"name": "children",
|
|
433
|
-
"type": "React.ReactNode"
|
|
434
|
-
},
|
|
435
|
-
{
|
|
436
|
-
"name": "className",
|
|
437
|
-
"type": "string"
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
"name": "isLoading",
|
|
441
|
-
"type": "boolean"
|
|
442
|
-
}
|
|
443
|
-
],
|
|
444
|
-
"relatedComponents": [
|
|
445
|
-
"Avatar",
|
|
446
|
-
"Badge",
|
|
447
|
-
"Button",
|
|
448
|
-
"Icon",
|
|
449
|
-
"StoryLayout"
|
|
450
|
-
],
|
|
451
|
-
"storybookPath": "Layout/CardContent"
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
"name": "CardFooter",
|
|
455
|
-
"category": "Layout",
|
|
456
|
-
"description": "When true and parent Card has layout=\"flex\", content expands to fill available space",
|
|
457
|
-
"importRoot": "@texturehq/edges",
|
|
458
|
-
"importPath": "@texturehq/edges/components/CardFooter",
|
|
459
|
-
"props": [
|
|
460
|
-
{
|
|
461
|
-
"name": "align",
|
|
462
|
-
"type": "\"start\" | \"end\" | \"center\" | \"between\""
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"name": "children",
|
|
466
|
-
"type": "React.ReactNode"
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"name": "className",
|
|
470
|
-
"type": "string"
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
"name": "isLoading",
|
|
474
|
-
"type": "boolean"
|
|
475
|
-
}
|
|
476
|
-
],
|
|
477
|
-
"relatedComponents": [
|
|
478
|
-
"Avatar",
|
|
479
|
-
"Badge",
|
|
480
|
-
"Button",
|
|
481
|
-
"Icon",
|
|
482
|
-
"StoryLayout"
|
|
483
|
-
],
|
|
484
|
-
"storybookPath": "Layout/CardFooter"
|
|
485
|
-
},
|
|
486
|
-
{
|
|
487
|
-
"name": "CardHeader",
|
|
488
|
-
"category": "Layout",
|
|
489
|
-
"description": "When true and parent Card has layout=\"flex\", content expands to fill available space",
|
|
490
|
-
"importRoot": "@texturehq/edges",
|
|
491
|
-
"importPath": "@texturehq/edges/components/CardHeader",
|
|
492
|
-
"props": [
|
|
493
|
-
{
|
|
494
|
-
"name": "actions",
|
|
495
|
-
"type": "React.ReactNode"
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"name": "className",
|
|
499
|
-
"type": "string"
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"name": "isLoading",
|
|
503
|
-
"type": "boolean"
|
|
504
|
-
},
|
|
505
|
-
{
|
|
506
|
-
"name": "subtitle",
|
|
507
|
-
"type": "React.ReactNode"
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
"name": "title",
|
|
511
|
-
"type": "React.ReactNode"
|
|
512
|
-
}
|
|
513
|
-
],
|
|
514
|
-
"relatedComponents": [
|
|
515
|
-
"Avatar",
|
|
516
|
-
"Badge",
|
|
517
|
-
"Button",
|
|
518
|
-
"Icon",
|
|
519
|
-
"StoryLayout"
|
|
520
|
-
],
|
|
521
|
-
"storybookPath": "Layout/CardHeader"
|
|
522
|
-
},
|
|
523
|
-
{
|
|
524
|
-
"name": "CardMedia",
|
|
525
|
-
"category": "Layout",
|
|
526
|
-
"description": "When true and parent Card has layout=\"flex\", content expands to fill available space",
|
|
527
|
-
"importRoot": "@texturehq/edges",
|
|
528
|
-
"importPath": "@texturehq/edges/components/CardMedia",
|
|
529
|
-
"props": [
|
|
530
|
-
{
|
|
531
|
-
"name": "alt",
|
|
532
|
-
"type": "string"
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
"name": "aspectRatio",
|
|
536
|
-
"type": "\"square\" | \"video\" | \"wide\" | \"auto\""
|
|
537
|
-
},
|
|
538
|
-
{
|
|
539
|
-
"name": "children",
|
|
540
|
-
"type": "React.ReactNode"
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"name": "className",
|
|
544
|
-
"type": "string"
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"name": "isLoading",
|
|
548
|
-
"type": "boolean"
|
|
549
|
-
},
|
|
550
|
-
{
|
|
551
|
-
"name": "src",
|
|
552
|
-
"type": "string"
|
|
553
|
-
}
|
|
554
|
-
],
|
|
555
|
-
"relatedComponents": [
|
|
556
|
-
"Avatar",
|
|
557
|
-
"Badge",
|
|
558
|
-
"Button",
|
|
559
|
-
"Icon",
|
|
560
|
-
"StoryLayout"
|
|
561
|
-
],
|
|
562
|
-
"storybookPath": "Layout/CardMedia"
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"name": "CardMobileRenderer",
|
|
566
|
-
"category": "Data",
|
|
567
|
-
"description": "",
|
|
568
|
-
"importRoot": "@texturehq/edges",
|
|
569
|
-
"importPath": "@texturehq/edges/components/CardMobileRenderer",
|
|
570
|
-
"props": [],
|
|
571
|
-
"relatedComponents": [],
|
|
572
|
-
"storybookPath": "Data/CardMobileRenderer"
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"name": "CarouselAutoplayTrigger",
|
|
576
|
-
"category": "Components",
|
|
577
|
-
"description": "CarouselAutoplayTrigger - Toggle button for autoplay functionality. Allows users to pause and resume automatic slide transitions.",
|
|
578
|
-
"importRoot": "@texturehq/edges",
|
|
579
|
-
"importPath": "@texturehq/edges/components/CarouselAutoplayTrigger",
|
|
580
|
-
"props": [],
|
|
581
|
-
"relatedComponents": [],
|
|
582
|
-
"storybookPath": "Components/CarouselAutoplayTrigger"
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"name": "CarouselControl",
|
|
586
|
-
"category": "Components",
|
|
587
|
-
"description": "CarouselControl - Container for navigation controls and indicators. Typically holds prev/next buttons, indicators, and autoplay controls.",
|
|
588
|
-
"importRoot": "@texturehq/edges",
|
|
589
|
-
"importPath": "@texturehq/edges/components/CarouselControl",
|
|
590
|
-
"props": [
|
|
591
|
-
{
|
|
592
|
-
"name": "children",
|
|
593
|
-
"type": "React.ReactNode"
|
|
594
|
-
}
|
|
595
|
-
],
|
|
596
|
-
"relatedComponents": [],
|
|
597
|
-
"storybookPath": "Components/CarouselControl"
|
|
598
|
-
},
|
|
599
|
-
{
|
|
600
|
-
"name": "CarouselIndicator",
|
|
601
|
-
"category": "Components",
|
|
602
|
-
"description": "CarouselIndicator - Dot indicator for a specific slide. Clicking navigates to the slide at the specified index.",
|
|
603
|
-
"importRoot": "@texturehq/edges",
|
|
604
|
-
"importPath": "@texturehq/edges/components/CarouselIndicator",
|
|
605
|
-
"props": [
|
|
606
|
-
{
|
|
607
|
-
"name": "children",
|
|
608
|
-
"type": "React.ReactNode"
|
|
609
|
-
}
|
|
610
|
-
],
|
|
611
|
-
"relatedComponents": [],
|
|
612
|
-
"storybookPath": "Components/CarouselIndicator"
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"name": "CarouselIndicatorGroup",
|
|
616
|
-
"category": "Components",
|
|
617
|
-
"description": "CarouselIndicatorGroup - Container for all page indicators. Automatically generates indicators for each page/slide.",
|
|
618
|
-
"importRoot": "@texturehq/edges",
|
|
619
|
-
"importPath": "@texturehq/edges/components/CarouselIndicatorGroup",
|
|
620
|
-
"props": [],
|
|
621
|
-
"relatedComponents": [],
|
|
622
|
-
"storybookPath": "Components/CarouselIndicatorGroup"
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
"name": "CarouselItem",
|
|
626
|
-
"category": "Components",
|
|
627
|
-
"description": "Individual slide/item within the carousel. Handles sizing based on slidesPerView and applies snap alignment.",
|
|
628
|
-
"importRoot": "@texturehq/edges",
|
|
629
|
-
"importPath": "@texturehq/edges/components/CarouselItem",
|
|
630
|
-
"props": [
|
|
631
|
-
{
|
|
632
|
-
"name": "children",
|
|
633
|
-
"type": "React.ReactNode"
|
|
634
|
-
}
|
|
635
|
-
],
|
|
636
|
-
"relatedComponents": [],
|
|
637
|
-
"storybookPath": "Components/CarouselItem"
|
|
638
|
-
},
|
|
639
|
-
{
|
|
640
|
-
"name": "CarouselItemGroup",
|
|
641
|
-
"category": "Components",
|
|
642
|
-
"description": "CarouselItemGroup - Container for carousel items with scrolling behavior. Manages scroll snap, drag interactions, and layout spacing.",
|
|
643
|
-
"importRoot": "@texturehq/edges",
|
|
644
|
-
"importPath": "@texturehq/edges/components/CarouselItemGroup",
|
|
645
|
-
"props": [
|
|
646
|
-
{
|
|
647
|
-
"name": "children",
|
|
648
|
-
"type": "React.ReactNode"
|
|
649
|
-
}
|
|
650
|
-
],
|
|
651
|
-
"relatedComponents": [],
|
|
652
|
-
"storybookPath": "Components/CarouselItemGroup"
|
|
653
|
-
},
|
|
654
|
-
{
|
|
655
|
-
"name": "CarouselNextTrigger",
|
|
656
|
-
"category": "Components",
|
|
657
|
-
"description": "CarouselNextTrigger - Button to navigate to the next slide. Automatically disabled when at the last slide (unless loop is enabled).",
|
|
658
|
-
"importRoot": "@texturehq/edges",
|
|
659
|
-
"importPath": "@texturehq/edges/components/CarouselNextTrigger",
|
|
660
|
-
"props": [],
|
|
661
|
-
"relatedComponents": [],
|
|
662
|
-
"storybookPath": "Components/CarouselNextTrigger"
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
"name": "CarouselPrevTrigger",
|
|
666
|
-
"category": "Components",
|
|
667
|
-
"description": "CarouselPrevTrigger - Button to navigate to the previous slide. Automatically disabled when at the first slide (unless loop is enabled).",
|
|
668
|
-
"importRoot": "@texturehq/edges",
|
|
669
|
-
"importPath": "@texturehq/edges/components/CarouselPrevTrigger",
|
|
670
|
-
"props": [],
|
|
671
|
-
"relatedComponents": [],
|
|
672
|
-
"storybookPath": "Components/CarouselPrevTrigger"
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
"name": "CarouselProgressText",
|
|
676
|
-
"category": "Components",
|
|
677
|
-
"description": "CarouselProgressText - Displays current slide position (e.g., \"1 / 5\"). Shows the current page number and total number of pages.",
|
|
678
|
-
"importRoot": "@texturehq/edges",
|
|
679
|
-
"importPath": "@texturehq/edges/components/CarouselProgressText",
|
|
680
|
-
"props": [],
|
|
681
|
-
"relatedComponents": [],
|
|
682
|
-
"storybookPath": "Components/CarouselProgressText"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"name": "CarouselRoot",
|
|
686
|
-
"category": "Components",
|
|
687
|
-
"description": "CarouselRoot - Main carousel container with state management and navigation logic. Handles page state, autoplay, looping, and drag interactions.",
|
|
688
|
-
"importRoot": "@texturehq/edges",
|
|
689
|
-
"importPath": "@texturehq/edges/components/CarouselRoot",
|
|
690
|
-
"props": [],
|
|
691
|
-
"relatedComponents": [],
|
|
692
|
-
"storybookPath": "Components/CarouselRoot"
|
|
693
|
-
},
|
|
694
|
-
{
|
|
695
|
-
"name": "CategoryBarChart",
|
|
696
|
-
"category": "Charts",
|
|
697
|
-
"description": "Show tooltip on hover (default true)",
|
|
698
|
-
"importRoot": "@texturehq/edges",
|
|
699
|
-
"importPath": "@texturehq/edges/components/CategoryBarChart",
|
|
700
|
-
"props": [],
|
|
701
|
-
"relatedComponents": [],
|
|
702
|
-
"storybookPath": "Charts/CategoryBarChart"
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"name": "ChartAxis",
|
|
706
|
-
"category": "Charts",
|
|
707
|
-
"description": "ChartAxis Chart axis components for rendering X and Y axes. Provides formatted bottom (time) and left (numeric) axes with customizable tick formatting. Components: - Bottom: Time-based x-axis (for time-series charts) - Left: Numeric y-axis - CategoryBottom: Categorical x-axis (for bar charts with labels) - CategoryLeft: Categorical y-axis (for horizontal bar charts) - NumericBottom: Numeric x-axis (for horizontal bar charts)",
|
|
708
|
-
"importRoot": "@texturehq/edges",
|
|
709
|
-
"importPath": "@texturehq/edges/components/ChartAxis",
|
|
710
|
-
"props": [],
|
|
711
|
-
"relatedComponents": [],
|
|
712
|
-
"storybookPath": "Charts/ChartAxis"
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
"name": "ChartBottomBar",
|
|
716
|
-
"category": "Uncategorized",
|
|
717
|
-
"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. **Smart legend display:** - Desktop (≥ 640px): Shows all legend items inline with wrapping - Mobile (< 640px): Shows \"Legend (N)\" button that opens a tray with all items - Legend and action buttons always stay on a single row for clean, consistent layout **Responsive behavior:** - Mobile: No padding, legend in tray, button text hidden (icon-only) - Desktop: Chart margin padding, inline legend, full button labels Respects chart margins to align legend with Y-axis and export button with X-axis end.",
|
|
718
|
-
"importRoot": "@texturehq/edges",
|
|
719
|
-
"importPath": "@texturehq/edges/components/ChartBottomBar",
|
|
720
|
-
"props": [
|
|
721
|
-
{
|
|
722
|
-
"name": "isZoomed",
|
|
723
|
-
"type": "boolean"
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
"name": "items",
|
|
727
|
-
"type": "LegendItem[]"
|
|
728
|
-
},
|
|
729
|
-
{
|
|
730
|
-
"name": "marginLeft",
|
|
731
|
-
"type": "number"
|
|
732
|
-
},
|
|
733
|
-
{
|
|
734
|
-
"name": "marginRight",
|
|
735
|
-
"type": "number"
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
"name": "onExport",
|
|
739
|
-
"type": "(type: ExportType) => void | Promise<void>"
|
|
740
|
-
},
|
|
741
|
-
{
|
|
742
|
-
"name": "onResetZoom",
|
|
743
|
-
"type": "() => void"
|
|
744
|
-
}
|
|
745
|
-
],
|
|
746
|
-
"relatedComponents": [],
|
|
747
|
-
"storybookPath": "Uncategorized/ChartBottomBar"
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
"name": "ChartContainer",
|
|
751
|
-
"category": "Charts",
|
|
752
|
-
"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.",
|
|
753
|
-
"importRoot": "@texturehq/edges",
|
|
754
|
-
"importPath": "@texturehq/edges/components/ChartContainer",
|
|
755
|
-
"props": [],
|
|
756
|
-
"relatedComponents": [],
|
|
757
|
-
"storybookPath": "Charts/ChartContainer"
|
|
758
|
-
},
|
|
759
|
-
{
|
|
760
|
-
"name": "ChartEventMarkers",
|
|
761
|
-
"category": "Charts",
|
|
762
|
-
"description": "ChartEventMarkers Renders vertical lines with markers for events (e.g., commands) on a chart. Must be used as a child of ChartContainer to access chart context. @example ```tsx <ChartContainer> <AreaSeries data={data} label=\"Power\" /> <ChartEventMarkers events={[ { timestamp: new Date('2024-01-01T10:00:00Z'), label: 'Command sent', type: 'command' }, { timestamp: new Date('2024-01-01T12:00:00Z'), label: 'Alert triggered', type: 'alert' } ]} /> </ChartContainer> ```",
|
|
763
|
-
"importRoot": "@texturehq/edges",
|
|
764
|
-
"importPath": "@texturehq/edges/components/ChartEventMarkers",
|
|
765
|
-
"props": [],
|
|
766
|
-
"relatedComponents": [],
|
|
767
|
-
"storybookPath": "Charts/ChartEventMarkers"
|
|
768
|
-
},
|
|
769
|
-
{
|
|
770
|
-
"name": "ChartTooltip",
|
|
771
|
-
"category": "Uncategorized",
|
|
772
|
-
"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. Can be used standalone (with label prop) or within ChartContext (for time-series charts).",
|
|
773
|
-
"importRoot": "@texturehq/edges",
|
|
774
|
-
"importPath": "@texturehq/edges/components/ChartTooltip",
|
|
775
|
-
"props": [],
|
|
776
|
-
"relatedComponents": [],
|
|
777
|
-
"storybookPath": "Uncategorized/ChartTooltip"
|
|
778
|
-
},
|
|
779
|
-
{
|
|
780
|
-
"name": "Checkbox",
|
|
781
|
-
"category": "Form Controls",
|
|
782
|
-
"description": "Visual variant of the checkbox @default \"default\"",
|
|
783
|
-
"importRoot": "@texturehq/edges",
|
|
784
|
-
"importPath": "@texturehq/edges/components/Checkbox",
|
|
785
|
-
"props": [
|
|
786
|
-
{
|
|
787
|
-
"name": "children",
|
|
788
|
-
"type": "ReactNode | ((props: CheckboxRenderProps) => ReactNode)"
|
|
789
|
-
}
|
|
790
|
-
],
|
|
791
|
-
"relatedComponents": [
|
|
792
|
-
"Checkbox"
|
|
793
|
-
],
|
|
794
|
-
"storybookPath": "Form Controls/Checkbox"
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
"name": "CheckboxGroup",
|
|
798
|
-
"category": "Form Controls",
|
|
799
|
-
"description": "Visual variant of the checkbox @default \"default\"",
|
|
800
|
-
"importRoot": "@texturehq/edges",
|
|
801
|
-
"importPath": "@texturehq/edges/components/CheckboxGroup",
|
|
802
|
-
"props": [
|
|
803
|
-
{
|
|
804
|
-
"name": "children",
|
|
805
|
-
"type": "ReactNode"
|
|
806
|
-
},
|
|
807
|
-
{
|
|
808
|
-
"name": "description",
|
|
809
|
-
"type": "string"
|
|
810
|
-
},
|
|
811
|
-
{
|
|
812
|
-
"name": "errorMessage",
|
|
813
|
-
"type": "string | ((validation: ValidationResult) => string)"
|
|
814
|
-
},
|
|
815
|
-
{
|
|
816
|
-
"name": "label",
|
|
817
|
-
"type": "string"
|
|
818
|
-
}
|
|
819
|
-
],
|
|
820
|
-
"relatedComponents": [
|
|
821
|
-
"Checkbox"
|
|
822
|
-
],
|
|
823
|
-
"storybookPath": "Form Controls/CheckboxGroup"
|
|
824
|
-
},
|
|
825
|
-
{
|
|
826
|
-
"name": "Chip",
|
|
827
|
-
"category": "Display",
|
|
828
|
-
"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.",
|
|
829
|
-
"importRoot": "@texturehq/edges",
|
|
830
|
-
"importPath": "@texturehq/edges/components/Chip",
|
|
831
|
-
"props": [],
|
|
832
|
-
"relatedComponents": [],
|
|
833
|
-
"storybookPath": "Display/Chip"
|
|
834
|
-
},
|
|
835
|
-
{
|
|
836
|
-
"name": "ChipInputField",
|
|
837
|
-
"category": "Form Controls",
|
|
838
|
-
"description": "ChipInputField A tags input component with autocomplete suggestions. Press Enter or comma to add tags, Backspace when empty to remove last tag. Supports both static items and async fetching for suggestions.",
|
|
839
|
-
"importRoot": "@texturehq/edges",
|
|
840
|
-
"importPath": "@texturehq/edges/components/ChipInputField",
|
|
841
|
-
"props": [],
|
|
842
|
-
"relatedComponents": [
|
|
843
|
-
"ChipInputField",
|
|
844
|
-
"StoryLayout",
|
|
845
|
-
"StoryTable",
|
|
846
|
-
"StoryTableCell",
|
|
847
|
-
"StoryTableRow"
|
|
848
|
-
],
|
|
849
|
-
"storybookPath": "Form Controls/ChipInputField"
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"name": "CodeEditor",
|
|
853
|
-
"category": "Form Controls",
|
|
854
|
-
"description": "CodeEditor A code editor component with syntax highlighting and various language support. Built on top of Ace Editor.",
|
|
855
|
-
"importRoot": "@texturehq/edges",
|
|
856
|
-
"importPath": "@texturehq/edges/components/CodeEditor",
|
|
857
|
-
"props": [],
|
|
858
|
-
"relatedComponents": [],
|
|
859
|
-
"storybookPath": "Form Controls/CodeEditor"
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"name": "Collapse",
|
|
863
|
-
"category": "Layout",
|
|
864
|
-
"description": "Collapse A composable disclosure group built on `react-aria-components` that follows the Edges design system. Supports contained, bordered, and plain variants along with compact or comfortable density options.",
|
|
865
|
-
"importRoot": "@texturehq/edges",
|
|
866
|
-
"importPath": "@texturehq/edges/components/Collapse",
|
|
867
|
-
"props": [
|
|
868
|
-
{
|
|
869
|
-
"name": "className",
|
|
870
|
-
"type": "RACDisclosureGroupProps[\"className\"]"
|
|
871
|
-
},
|
|
872
|
-
{
|
|
873
|
-
"name": "density",
|
|
874
|
-
"type": "CollapseDensity"
|
|
875
|
-
},
|
|
876
|
-
{
|
|
877
|
-
"name": "showDividers",
|
|
878
|
-
"type": "boolean"
|
|
879
|
-
},
|
|
880
|
-
{
|
|
881
|
-
"name": "variant",
|
|
882
|
-
"type": "CollapseVariant"
|
|
883
|
-
}
|
|
884
|
-
],
|
|
885
|
-
"relatedComponents": [],
|
|
886
|
-
"storybookPath": "Layout/Collapse"
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"name": "CollapseContent",
|
|
890
|
-
"category": "Layout",
|
|
891
|
-
"description": "Collapse A composable disclosure group built on `react-aria-components` that follows the Edges design system. Supports contained, bordered, and plain variants along with compact or comfortable density options.",
|
|
892
|
-
"importRoot": "@texturehq/edges",
|
|
893
|
-
"importPath": "@texturehq/edges/components/CollapseContent",
|
|
894
|
-
"props": [
|
|
895
|
-
{
|
|
896
|
-
"name": "className",
|
|
897
|
-
"type": "RACDisclosurePanelProps[\"className\"]"
|
|
898
|
-
}
|
|
899
|
-
],
|
|
900
|
-
"relatedComponents": [],
|
|
901
|
-
"storybookPath": "Layout/CollapseContent"
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"name": "CollapseHeader",
|
|
905
|
-
"category": "Layout",
|
|
906
|
-
"description": "Collapse A composable disclosure group built on `react-aria-components` that follows the Edges design system. Supports contained, bordered, and plain variants along with compact or comfortable density options.",
|
|
907
|
-
"importRoot": "@texturehq/edges",
|
|
908
|
-
"importPath": "@texturehq/edges/components/CollapseHeader",
|
|
909
|
-
"props": [
|
|
910
|
-
{
|
|
911
|
-
"name": "description",
|
|
912
|
-
"type": "React.ReactNode"
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"name": "endContent",
|
|
916
|
-
"type": "React.ReactNode"
|
|
917
|
-
},
|
|
918
|
-
{
|
|
919
|
-
"name": "startContent",
|
|
920
|
-
"type": "React.ReactNode"
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
"name": "title",
|
|
924
|
-
"type": "React.ReactNode"
|
|
925
|
-
}
|
|
926
|
-
],
|
|
927
|
-
"relatedComponents": [],
|
|
928
|
-
"storybookPath": "Layout/CollapseHeader"
|
|
929
|
-
},
|
|
930
|
-
{
|
|
931
|
-
"name": "CollapseItem",
|
|
932
|
-
"category": "Layout",
|
|
933
|
-
"description": "Collapse A composable disclosure group built on `react-aria-components` that follows the Edges design system. Supports contained, bordered, and plain variants along with compact or comfortable density options.",
|
|
934
|
-
"importRoot": "@texturehq/edges",
|
|
935
|
-
"importPath": "@texturehq/edges/components/CollapseItem",
|
|
936
|
-
"props": [
|
|
937
|
-
{
|
|
938
|
-
"name": "children",
|
|
939
|
-
"type": "React.ReactNode"
|
|
940
|
-
},
|
|
941
|
-
{
|
|
942
|
-
"name": "className",
|
|
943
|
-
"type": "RACDisclosureProps[\"className\"]"
|
|
944
|
-
}
|
|
945
|
-
],
|
|
946
|
-
"relatedComponents": [],
|
|
947
|
-
"storybookPath": "Layout/CollapseItem"
|
|
948
|
-
},
|
|
949
|
-
{
|
|
950
|
-
"name": "ColorField",
|
|
951
|
-
"category": "Form Controls",
|
|
952
|
-
"description": "ColorField Component A form control that allows users to input hex color codes manually or select colors using a visual color picker. Integrates seamlessly with the Edges design system. @example ```tsx <ColorField label=\"Brand Color\" value={color} onChange={setColor} description=\"Choose your primary brand color\" /> ```",
|
|
953
|
-
"importRoot": "@texturehq/edges",
|
|
954
|
-
"importPath": "@texturehq/edges/components/ColorField",
|
|
955
|
-
"props": [],
|
|
956
|
-
"relatedComponents": [],
|
|
957
|
-
"storybookPath": "Form Controls/ColorField"
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"name": "CommandPalette",
|
|
961
|
-
"category": "Uncategorized",
|
|
962
|
-
"description": "",
|
|
963
|
-
"importRoot": "@texturehq/edges",
|
|
964
|
-
"importPath": "@texturehq/edges/components/CommandPalette",
|
|
965
|
-
"props": [],
|
|
966
|
-
"relatedComponents": [],
|
|
967
|
-
"storybookPath": "Uncategorized/CommandPalette"
|
|
968
|
-
},
|
|
969
|
-
{
|
|
970
|
-
"name": "Confirm",
|
|
971
|
-
"category": "Overlays",
|
|
972
|
-
"description": "Confirm A confirmation dialog with confirm and cancel actions. Use for actions that require user confirmation before proceeding.",
|
|
973
|
-
"importRoot": "@texturehq/edges",
|
|
974
|
-
"importPath": "@texturehq/edges/components/Confirm",
|
|
975
|
-
"props": [],
|
|
976
|
-
"relatedComponents": [
|
|
977
|
-
"Button",
|
|
978
|
-
"StoryLayout",
|
|
979
|
-
"StoryTable",
|
|
980
|
-
"StoryTableCell",
|
|
981
|
-
"StoryTableRow"
|
|
982
|
-
],
|
|
983
|
-
"storybookPath": "Overlays/Confirm"
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
"name": "ConnectionStatusBadge",
|
|
987
|
-
"category": "Display",
|
|
988
|
-
"description": "ConnectionStatusBadge Displays device connection status with optional timestamps. - Green \"Connected\" badge with pulsing dot - Gray \"Disconnected\" badge with duration offline - Auto-calculates \"offline for 2 hours\" type strings @example ```tsx <ConnectionStatusBadge isConnected={true} /> <ConnectionStatusBadge isConnected={false} disconnectedAt={new Date()} showTimestamp /> <ConnectionStatusBadge isConnected={true} connectedAt={new Date()} /> ```",
|
|
989
|
-
"importRoot": "@texturehq/edges",
|
|
990
|
-
"importPath": "@texturehq/edges/components/ConnectionStatusBadge",
|
|
991
|
-
"props": [],
|
|
992
|
-
"relatedComponents": [],
|
|
993
|
-
"storybookPath": "Display/ConnectionStatusBadge"
|
|
994
|
-
},
|
|
995
|
-
{
|
|
996
|
-
"name": "ContactCard",
|
|
997
|
-
"category": "Display",
|
|
998
|
-
"description": "ContactCard A card component for displaying contact information with avatar. Includes name, optional email, and optional phone number. @example ```tsx <ContactCard firstName=\"John\" lastName=\"Doe\" email=\"john.doe@example.com\" phone=\"+1 (555) 123-4567\" showEmail showPhone href=\"/contacts/123\" /> ```",
|
|
999
|
-
"importRoot": "@texturehq/edges",
|
|
1000
|
-
"importPath": "@texturehq/edges/components/ContactCard",
|
|
1001
|
-
"props": [],
|
|
1002
|
-
"relatedComponents": [
|
|
1003
|
-
"StoryLayout",
|
|
1004
|
-
"StoryTable",
|
|
1005
|
-
"StoryTableCell",
|
|
1006
|
-
"StoryTableRow"
|
|
1007
|
-
],
|
|
1008
|
-
"storybookPath": "Display/ContactCard"
|
|
1009
|
-
},
|
|
1010
|
-
{
|
|
1011
|
-
"name": "ContactMetaCell",
|
|
1012
|
-
"category": "Uncategorized",
|
|
1013
|
-
"description": "",
|
|
1014
|
-
"importRoot": "@texturehq/edges",
|
|
1015
|
-
"importPath": "@texturehq/edges/components/ContactMetaCell",
|
|
1016
|
-
"props": [],
|
|
1017
|
-
"relatedComponents": [],
|
|
1018
|
-
"storybookPath": "Uncategorized/ContactMetaCell"
|
|
1019
|
-
},
|
|
1020
|
-
{
|
|
1021
|
-
"name": "ContactMetaDisplay",
|
|
1022
|
-
"category": "Display",
|
|
1023
|
-
"description": "ContactMetaDisplay Reusable component for displaying contact information with avatar. Supports stacked and inline layouts with size variants and optional linking. **Stacked layout**: Avatar, name above, optional email below **Inline layout**: Avatar + name only (horizontal) Use this component directly in cards, lists, or other layouts. For DataTable cells, use ContactMetaCell which wraps this component. @example ```tsx // Stacked layout (default) <ContactMetaDisplay firstName=\"John\" lastName=\"Doe\" email=\"john@example.com\" layout=\"stacked\" size=\"md\" showEmail href=\"/contacts/123\" /> // Inline layout <ContactMetaDisplay firstName=\"John\" lastName=\"Doe\" layout=\"inline\" size=\"sm\" href=\"/contacts/123\" /> ```",
|
|
1024
|
-
"importRoot": "@texturehq/edges",
|
|
1025
|
-
"importPath": "@texturehq/edges/components/ContactMetaDisplay",
|
|
1026
|
-
"props": [],
|
|
1027
|
-
"relatedComponents": [
|
|
1028
|
-
"StoryLayout",
|
|
1029
|
-
"StoryTable",
|
|
1030
|
-
"StoryTableCell",
|
|
1031
|
-
"StoryTableRow"
|
|
1032
|
-
],
|
|
1033
|
-
"storybookPath": "Display/ContactMetaDisplay"
|
|
1034
|
-
},
|
|
1035
|
-
{
|
|
1036
|
-
"name": "CopyToClipboard",
|
|
1037
|
-
"category": "Display",
|
|
1038
|
-
"description": "Position of the copy icon relative to children, defaults to \"right\"",
|
|
1039
|
-
"importRoot": "@texturehq/edges",
|
|
1040
|
-
"importPath": "@texturehq/edges/components/CopyToClipboard",
|
|
1041
|
-
"props": [],
|
|
1042
|
-
"relatedComponents": [],
|
|
1043
|
-
"storybookPath": "Display/CopyToClipboard"
|
|
1044
|
-
},
|
|
1045
|
-
{
|
|
1046
|
-
"name": "CustomCell",
|
|
1047
|
-
"category": "Uncategorized",
|
|
1048
|
-
"description": "",
|
|
1049
|
-
"importRoot": "@texturehq/edges",
|
|
1050
|
-
"importPath": "@texturehq/edges/components/CustomCell",
|
|
1051
|
-
"props": [],
|
|
1052
|
-
"relatedComponents": [],
|
|
1053
|
-
"storybookPath": "Uncategorized/CustomCell"
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
"name": "DataControls",
|
|
1057
|
-
"category": "Data",
|
|
1058
|
-
"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. **Features:** - Optional sticky positioning for data-heavy pages - Works with PageLayout sticky headers - Configurable z-index and offset **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 }} /> ```",
|
|
1059
|
-
"importRoot": "@texturehq/edges",
|
|
1060
|
-
"importPath": "@texturehq/edges/components/DataControls",
|
|
1061
|
-
"props": [],
|
|
1062
|
-
"relatedComponents": [],
|
|
1063
|
-
"storybookPath": "Data/DataControls"
|
|
1064
|
-
},
|
|
1065
|
-
{
|
|
1066
|
-
"name": "DataTable",
|
|
1067
|
-
"category": "Data",
|
|
1068
|
-
"description": "DataTable Advanced table component with sorting, filtering, pagination, and infinite scroll. Supports custom cell renderers, column configurations, multiple display densities, and virtualization for large datasets.",
|
|
1069
|
-
"importRoot": "@texturehq/edges",
|
|
1070
|
-
"importPath": "@texturehq/edges/components/DataTable",
|
|
1071
|
-
"props": [],
|
|
1072
|
-
"relatedComponents": [],
|
|
1073
|
-
"storybookPath": "Data/DataTable"
|
|
1074
|
-
},
|
|
1075
|
-
{
|
|
1076
|
-
"name": "DateCell",
|
|
1077
|
-
"category": "Uncategorized",
|
|
1078
|
-
"description": "",
|
|
1079
|
-
"importRoot": "@texturehq/edges",
|
|
1080
|
-
"importPath": "@texturehq/edges/components/DateCell",
|
|
1081
|
-
"props": [],
|
|
1082
|
-
"relatedComponents": [],
|
|
1083
|
-
"storybookPath": "Uncategorized/DateCell"
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"name": "DateField",
|
|
1087
|
-
"category": "Form Controls",
|
|
1088
|
-
"description": "Renders an Edges DateField with label, description, validation states, and optional calendar picker.",
|
|
1089
|
-
"importRoot": "@texturehq/edges",
|
|
1090
|
-
"importPath": "@texturehq/edges/components/DateField",
|
|
1091
|
-
"props": [],
|
|
1092
|
-
"relatedComponents": [
|
|
1093
|
-
"Button",
|
|
1094
|
-
"DateField"
|
|
1095
|
-
],
|
|
1096
|
-
"storybookPath": "Form Controls/DateField"
|
|
1097
|
-
},
|
|
1098
|
-
{
|
|
1099
|
-
"name": "DateRangePicker",
|
|
1100
|
-
"category": "Form Controls",
|
|
1101
|
-
"description": "DateRangePicker Composed date range input with popover calendar.",
|
|
1102
|
-
"importRoot": "@texturehq/edges",
|
|
1103
|
-
"importPath": "@texturehq/edges/components/DateRangePicker",
|
|
1104
|
-
"props": [],
|
|
1105
|
-
"relatedComponents": [
|
|
1106
|
-
"Button",
|
|
1107
|
-
"DateRangePicker"
|
|
1108
|
-
],
|
|
1109
|
-
"storybookPath": "Form Controls/DateRangePicker"
|
|
1110
|
-
},
|
|
1111
|
-
{
|
|
1112
|
-
"name": "DeviceHealthBadge",
|
|
1113
|
-
"category": "Display",
|
|
1114
|
-
"description": "DeviceHealthBadge Displays device health status with optional alert counts. Maps health status to feedback colors (success/warning/error). Pulsing dot for warning/error states. @example ```tsx <DeviceHealthBadge status=\"healthy\" /> <DeviceHealthBadge status=\"warning\" alertCount={2} showCount /> <DeviceHealthBadge status=\"error\" alertCount={5} showCount /> ```",
|
|
1115
|
-
"importRoot": "@texturehq/edges",
|
|
1116
|
-
"importPath": "@texturehq/edges/components/DeviceHealthBadge",
|
|
1117
|
-
"props": [],
|
|
1118
|
-
"relatedComponents": [],
|
|
1119
|
-
"storybookPath": "Display/DeviceHealthBadge"
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
"name": "DeviceMetaCell",
|
|
1123
|
-
"category": "Uncategorized",
|
|
1124
|
-
"description": "",
|
|
1125
|
-
"importRoot": "@texturehq/edges",
|
|
1126
|
-
"importPath": "@texturehq/edges/components/DeviceMetaCell",
|
|
1127
|
-
"props": [],
|
|
1128
|
-
"relatedComponents": [],
|
|
1129
|
-
"storybookPath": "Uncategorized/DeviceMetaCell"
|
|
1130
|
-
},
|
|
1131
|
-
{
|
|
1132
|
-
"name": "DeviceMetaDisplay",
|
|
1133
|
-
"category": "Display",
|
|
1134
|
-
"description": "DeviceMetaDisplay Reusable component for displaying device metadata (manufacturer, model, logo). Supports stacked and inline layouts with size variants and optional linking. **Stacked layout**: Large icon/logo, manufacturer name above, device type icon + model below **Inline layout**: Small icon + \"Manufacturer Model\" as single text string Use this component directly in cards, lists, or other layouts. For DataTable cells, use DeviceMetaCell which wraps this component. @example ```tsx // Stacked layout (default) <DeviceMetaDisplay manufacturer=\"Tesla\" model=\"Powerwall 2\" deviceType=\"battery\" layout=\"stacked\" size=\"md\" logoUrl=\"https://...\" href=\"/devices/123\" /> // Inline layout <DeviceMetaDisplay manufacturer=\"Tesla\" model=\"Powerwall 2\" deviceType=\"battery\" layout=\"inline\" size=\"sm\" href=\"/devices/123\" /> ```",
|
|
1135
|
-
"importRoot": "@texturehq/edges",
|
|
1136
|
-
"importPath": "@texturehq/edges/components/DeviceMetaDisplay",
|
|
1137
|
-
"props": [],
|
|
1138
|
-
"relatedComponents": [
|
|
1139
|
-
"StoryLayout",
|
|
1140
|
-
"StoryTable",
|
|
1141
|
-
"StoryTableCell",
|
|
1142
|
-
"StoryTableRow"
|
|
1143
|
-
],
|
|
1144
|
-
"storybookPath": "Display/DeviceMetaDisplay"
|
|
1145
|
-
},
|
|
1146
|
-
{
|
|
1147
|
-
"name": "DeviceStateBadge",
|
|
1148
|
-
"category": "Display",
|
|
1149
|
-
"description": "DeviceStateBadge A specialized badge component for displaying device states with smart defaults. Auto-enables pulsing dot for active states (charging, discharging, heat, cool, on). Uses semantic device state colors from the theme. @example ```tsx <DeviceStateBadge state=\"charging\" /> <DeviceStateBadge state=\"heat\" label=\"Heating Mode\" /> <DeviceStateBadge state=\"on\" icon=\"Lightning\" /> ```",
|
|
1150
|
-
"importRoot": "@texturehq/edges",
|
|
1151
|
-
"importPath": "@texturehq/edges/components/DeviceStateBadge",
|
|
1152
|
-
"props": [],
|
|
1153
|
-
"relatedComponents": [],
|
|
1154
|
-
"storybookPath": "Display/DeviceStateBadge"
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
"name": "DeviceStateCell",
|
|
1158
|
-
"category": "Uncategorized",
|
|
1159
|
-
"description": "",
|
|
1160
|
-
"importRoot": "@texturehq/edges",
|
|
1161
|
-
"importPath": "@texturehq/edges/components/DeviceStateCell",
|
|
1162
|
-
"props": [],
|
|
1163
|
-
"relatedComponents": [],
|
|
1164
|
-
"storybookPath": "Uncategorized/DeviceStateCell"
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
"name": "DeviceStateWithMetric",
|
|
1168
|
-
"category": "Display",
|
|
1169
|
-
"description": "DeviceStateWithMetric Combines a device state badge with a formatted metric display. Uses the existing FieldFormat system for flexible metric formatting. Supports horizontal layout (for tables) and vertical layout (for cards/detail views). @example ```tsx // Battery: \"Charging | 75%\" <DeviceStateWithMetric state=\"charging\" metric={75} metricFormatter={{ type: \"number\", decimals: 0, suffix: \"%\" }} /> // Inverter: \"On | 5.2 kW\" <DeviceStateWithMetric state=\"on\" metric={5200} metricFormatter={{ type: \"power\", unit: \"kW\" }} /> // Thermostat: \"Cool | 72°F\" <DeviceStateWithMetric state=\"cool\" metric={72} metricFormatter={{ type: \"temperature\", unit: \"F\" }} /> ```",
|
|
1170
|
-
"importRoot": "@texturehq/edges",
|
|
1171
|
-
"importPath": "@texturehq/edges/components/DeviceStateWithMetric",
|
|
1172
|
-
"props": [],
|
|
1173
|
-
"relatedComponents": [],
|
|
1174
|
-
"storybookPath": "Display/DeviceStateWithMetric"
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
"name": "DeviceTypeIcon",
|
|
1178
|
-
"category": "Display",
|
|
1179
|
-
"description": "DeviceTypeIcon Displays a consistent icon for device types across the platform. **Preferred usage:** Pass `iconName` explicitly (from device-config package) **Legacy usage:** Pass `deviceType` to use built-in icon mapping (deprecated) @example ```tsx // Preferred: Explicit icon from device-config import { getDeviceTypeDisplay } from \"@texturehq/device-config\"; const display = getDeviceTypeDisplay(\"battery\"); <DeviceTypeIcon iconName={display.icon} size=\"md\" /> // Legacy: Built-in mapping (deprecated) <DeviceTypeIcon deviceType=\"battery\" size=\"md\" /> ```",
|
|
1180
|
-
"importRoot": "@texturehq/edges",
|
|
1181
|
-
"importPath": "@texturehq/edges/components/DeviceTypeIcon",
|
|
1182
|
-
"props": [],
|
|
1183
|
-
"relatedComponents": [],
|
|
1184
|
-
"storybookPath": "Display/DeviceTypeIcon"
|
|
1185
|
-
},
|
|
1186
|
-
{
|
|
1187
|
-
"name": "Dialog",
|
|
1188
|
-
"category": "Overlays",
|
|
1189
|
-
"description": "Dialog Responsive modal dialog component with backdrop. **Desktop (≥768px):** Centered modal with scale and fade animation **Mobile (<768px):** Uses Tray component for native bottom sheet experience with drag handle 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> ```",
|
|
1190
|
-
"importRoot": "@texturehq/edges",
|
|
1191
|
-
"importPath": "@texturehq/edges/components/Dialog",
|
|
1192
|
-
"props": [],
|
|
1193
|
-
"relatedComponents": [
|
|
1194
|
-
"Button",
|
|
1195
|
-
"StoryLayout",
|
|
1196
|
-
"StoryTable",
|
|
1197
|
-
"StoryTableCell",
|
|
1198
|
-
"StoryTableRow"
|
|
1199
|
-
],
|
|
1200
|
-
"storybookPath": "Overlays/Dialog"
|
|
1201
|
-
},
|
|
1202
|
-
{
|
|
1203
|
-
"name": "DialogHeader",
|
|
1204
|
-
"category": "Uncategorized",
|
|
1205
|
-
"description": "DialogHeader Header area for dialogs with optional back arrow.",
|
|
1206
|
-
"importRoot": "@texturehq/edges",
|
|
1207
|
-
"importPath": "@texturehq/edges/components/DialogHeader",
|
|
1208
|
-
"props": [],
|
|
1209
|
-
"relatedComponents": [],
|
|
1210
|
-
"storybookPath": "Uncategorized/DialogHeader"
|
|
1211
|
-
},
|
|
1212
|
-
{
|
|
1213
|
-
"name": "Drawer",
|
|
1214
|
-
"category": "Overlays",
|
|
1215
|
-
"description": "Drawer Sliding panel that anchors to screen edges.",
|
|
1216
|
-
"importRoot": "@texturehq/edges",
|
|
1217
|
-
"importPath": "@texturehq/edges/components/Drawer",
|
|
1218
|
-
"props": [],
|
|
1219
|
-
"relatedComponents": [
|
|
1220
|
-
"Button",
|
|
1221
|
-
"Icon",
|
|
1222
|
-
"StoryLayout",
|
|
1223
|
-
"StoryTable",
|
|
1224
|
-
"StoryTableCell",
|
|
1225
|
-
"StoryTableRow"
|
|
1226
|
-
],
|
|
1227
|
-
"storybookPath": "Overlays/Drawer"
|
|
1228
|
-
},
|
|
1229
|
-
{
|
|
1230
|
-
"name": "EmptyState",
|
|
1231
|
-
"category": "Feedback",
|
|
1232
|
-
"description": "EmptyState Minimal, composable empty state surface for communicating lack of data. Supports optional icon, description and opinionated action patterns. Use `primaryAction` (button) and `secondaryAction` (text link) for consistent styling, or use `actions` for complete control over the action area. The `spotlight` variant adds a subtle branded gradient background for marketing-focused empty states that encourage user behavior. Choose from different gradient patterns using the `spotlightPattern` prop.",
|
|
1233
|
-
"importRoot": "@texturehq/edges",
|
|
1234
|
-
"importPath": "@texturehq/edges/components/EmptyState",
|
|
1235
|
-
"props": [],
|
|
1236
|
-
"relatedComponents": [
|
|
1237
|
-
"Button",
|
|
1238
|
-
"TextLink"
|
|
1239
|
-
],
|
|
1240
|
-
"storybookPath": "Feedback/EmptyState"
|
|
1241
|
-
},
|
|
1242
|
-
{
|
|
1243
|
-
"name": "EnrollmentStatusBadge",
|
|
1244
|
-
"category": "Display",
|
|
1245
|
-
"description": "EnrollmentStatusBadge Displays device enrollment status for programs. Color-coded status with optional program name in tooltip. Status mapping: - enrolled → success (green) - eligible → info (blue) - pending → warning (yellow) - not_eligible → neutral (gray) - opted_out → neutral (gray) @example ```tsx <EnrollmentStatusBadge status=\"enrolled\" programName=\"Demand Response Q4\" /> <EnrollmentStatusBadge status=\"eligible\" /> <EnrollmentStatusBadge status=\"pending\" /> ```",
|
|
1246
|
-
"importRoot": "@texturehq/edges",
|
|
1247
|
-
"importPath": "@texturehq/edges/components/EnrollmentStatusBadge",
|
|
1248
|
-
"props": [],
|
|
1249
|
-
"relatedComponents": [],
|
|
1250
|
-
"storybookPath": "Display/EnrollmentStatusBadge"
|
|
1251
|
-
},
|
|
1252
|
-
{
|
|
1253
|
-
"name": "ErrorBoundary",
|
|
1254
|
-
"category": "Feedback",
|
|
1255
|
-
"description": "ErrorBoundary React error boundary component for graceful error handling. Catches JavaScript errors in child components and displays a fallback UI with retry option.",
|
|
1256
|
-
"importRoot": "@texturehq/edges",
|
|
1257
|
-
"importPath": "@texturehq/edges/components/ErrorBoundary",
|
|
1258
|
-
"props": [],
|
|
1259
|
-
"relatedComponents": [
|
|
1260
|
-
"StoryLayout",
|
|
1261
|
-
"StoryTable",
|
|
1262
|
-
"StoryTableCell",
|
|
1263
|
-
"StoryTableRow"
|
|
1264
|
-
],
|
|
1265
|
-
"storybookPath": "Feedback/ErrorBoundary"
|
|
1266
|
-
},
|
|
1267
|
-
{
|
|
1268
|
-
"name": "FileUpload",
|
|
1269
|
-
"category": "Form Controls",
|
|
1270
|
-
"description": "FileUpload A file upload component with drag-and-drop support. Supports image preview, custom upload handlers, and file validation.",
|
|
1271
|
-
"importRoot": "@texturehq/edges",
|
|
1272
|
-
"importPath": "@texturehq/edges/components/FileUpload",
|
|
1273
|
-
"props": [],
|
|
1274
|
-
"relatedComponents": [],
|
|
1275
|
-
"storybookPath": "Form Controls/FileUpload"
|
|
1276
|
-
},
|
|
1277
|
-
{
|
|
1278
|
-
"name": "FilterChips",
|
|
1279
|
-
"category": "Data",
|
|
1280
|
-
"description": "",
|
|
1281
|
-
"importRoot": "@texturehq/edges",
|
|
1282
|
-
"importPath": "@texturehq/edges/components/FilterChips",
|
|
1283
|
-
"props": [],
|
|
1284
|
-
"relatedComponents": [],
|
|
1285
|
-
"storybookPath": "Data/FilterChips"
|
|
1286
|
-
},
|
|
1287
|
-
{
|
|
1288
|
-
"name": "FilterDialog",
|
|
1289
|
-
"category": "Data",
|
|
1290
|
-
"description": "",
|
|
1291
|
-
"importRoot": "@texturehq/edges",
|
|
1292
|
-
"importPath": "@texturehq/edges/components/FilterDialog",
|
|
1293
|
-
"props": [],
|
|
1294
|
-
"relatedComponents": [],
|
|
1295
|
-
"storybookPath": "Data/FilterDialog"
|
|
1296
|
-
},
|
|
1297
|
-
{
|
|
1298
|
-
"name": "FirmwareVersionBadge",
|
|
1299
|
-
"category": "Display",
|
|
1300
|
-
"description": "FirmwareVersionBadge Displays firmware version with update status indicators. Green indicator if latest, orange if update available. Compact display suitable for tables. @example ```tsx <FirmwareVersionBadge version=\"1.2.3\" isLatest /> <FirmwareVersionBadge version=\"1.1.0\" updateAvailable /> <FirmwareVersionBadge version=\"2.0.0-beta\" /> ```",
|
|
1301
|
-
"importRoot": "@texturehq/edges",
|
|
1302
|
-
"importPath": "@texturehq/edges/components/FirmwareVersionBadge",
|
|
1303
|
-
"props": [],
|
|
1304
|
-
"relatedComponents": [],
|
|
1305
|
-
"storybookPath": "Display/FirmwareVersionBadge"
|
|
1306
|
-
},
|
|
1307
|
-
{
|
|
1308
|
-
"name": "Form",
|
|
1309
|
-
"category": "Form Controls",
|
|
1310
|
-
"description": "Form Accessibility-first form wrapper with consistent spacing. Defaults to ARIA validation to use custom error styling instead of native browser tooltips.",
|
|
1311
|
-
"importRoot": "@texturehq/edges",
|
|
1312
|
-
"importPath": "@texturehq/edges/components/Form",
|
|
1313
|
-
"props": [],
|
|
1314
|
-
"relatedComponents": [
|
|
1315
|
-
"Button",
|
|
1316
|
-
"DateField",
|
|
1317
|
-
"Form",
|
|
1318
|
-
"TextField"
|
|
1319
|
-
],
|
|
1320
|
-
"storybookPath": "Form Controls/Form"
|
|
1321
|
-
},
|
|
1322
|
-
{
|
|
1323
|
-
"name": "FormattedCell",
|
|
1324
|
-
"category": "Uncategorized",
|
|
1325
|
-
"description": "",
|
|
1326
|
-
"importRoot": "@texturehq/edges",
|
|
1327
|
-
"importPath": "@texturehq/edges/components/FormattedCell",
|
|
1328
|
-
"props": [],
|
|
1329
|
-
"relatedComponents": [],
|
|
1330
|
-
"storybookPath": "Uncategorized/FormattedCell"
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"name": "FunnelSeries",
|
|
1334
|
-
"category": "Charts",
|
|
1335
|
-
"description": "Accessible label",
|
|
1336
|
-
"importRoot": "@texturehq/edges",
|
|
1337
|
-
"importPath": "@texturehq/edges/components/FunnelSeries",
|
|
1338
|
-
"props": [],
|
|
1339
|
-
"relatedComponents": [],
|
|
1340
|
-
"storybookPath": "Charts/FunnelSeries"
|
|
1341
|
-
},
|
|
1342
|
-
{
|
|
1343
|
-
"name": "GlobalSearch",
|
|
1344
|
-
"category": "Uncategorized",
|
|
1345
|
-
"description": "GlobalSearch Complete global search experience with trigger + results. Desktop: SearchTrigger with popover below Mobile: Icon trigger with full-screen tray Handles CMD+K shortcuts automatically. @example ```tsx const [query, setQuery] = useState(\"\"); const [isOpen, setIsOpen] = useState(false); <GlobalSearch value={query} onChange={setQuery} isOpen={isOpen} onOpenChange={setIsOpen} placeholder=\"Search sites, devices, contacts...\" > <SearchResultsList> <SearchResultGroup title=\"Sites\" count={2}> <SearchResultItem id=\"1\" title=\"HQ\" /> </SearchResultGroup> </SearchResultsList> </GlobalSearch> ```",
|
|
1346
|
-
"importRoot": "@texturehq/edges",
|
|
1347
|
-
"importPath": "@texturehq/edges/components/GlobalSearch",
|
|
1348
|
-
"props": [],
|
|
1349
|
-
"relatedComponents": [],
|
|
1350
|
-
"storybookPath": "Uncategorized/GlobalSearch"
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"name": "Grid",
|
|
1354
|
-
"category": "Layout",
|
|
1355
|
-
"description": "Child elements",
|
|
1356
|
-
"importRoot": "@texturehq/edges",
|
|
1357
|
-
"importPath": "@texturehq/edges/components/Grid",
|
|
1358
|
-
"props": [],
|
|
1359
|
-
"relatedComponents": [
|
|
1360
|
-
"Badge",
|
|
1361
|
-
"Button",
|
|
1362
|
-
"Card",
|
|
1363
|
-
"Kpi",
|
|
1364
|
-
"StatList",
|
|
1365
|
-
"StoryLayout"
|
|
1366
|
-
],
|
|
1367
|
-
"storybookPath": "Layout/Grid"
|
|
1368
|
-
},
|
|
1369
|
-
{
|
|
1370
|
-
"name": "GridStateBadge",
|
|
1371
|
-
"category": "Display",
|
|
1372
|
-
"description": "GridStateBadge A specialized badge component for displaying grid states (importing, exporting). Optionally shows directional icons to indicate power flow direction. Uses semantic grid state colors from the theme. @example ```tsx <GridStateBadge state=\"importing\" /> <GridStateBadge state=\"exporting\" showIcon /> <GridStateBadge state=\"importing\" label=\"Grid Import\" /> ```",
|
|
1373
|
-
"importRoot": "@texturehq/edges",
|
|
1374
|
-
"importPath": "@texturehq/edges/components/GridStateBadge",
|
|
1375
|
-
"props": [],
|
|
1376
|
-
"relatedComponents": [],
|
|
1377
|
-
"storybookPath": "Display/GridStateBadge"
|
|
1378
|
-
},
|
|
1379
|
-
{
|
|
1380
|
-
"name": "Heading",
|
|
1381
|
-
"category": "Typography",
|
|
1382
|
-
"description": "Heading Typography component for page/section headings with size and height options.",
|
|
1383
|
-
"importRoot": "@texturehq/edges",
|
|
1384
|
-
"importPath": "@texturehq/edges/components/Heading",
|
|
1385
|
-
"props": [
|
|
1386
|
-
{
|
|
1387
|
-
"name": "children",
|
|
1388
|
-
"type": "React.ReactNode"
|
|
1389
|
-
},
|
|
1390
|
-
{
|
|
1391
|
-
"name": "className",
|
|
1392
|
-
"type": "string"
|
|
1393
|
-
},
|
|
1394
|
-
{
|
|
1395
|
-
"name": "height",
|
|
1396
|
-
"type": "HeadingHeight"
|
|
1397
|
-
},
|
|
1398
|
-
{
|
|
1399
|
-
"name": "size",
|
|
1400
|
-
"type": "HeadingSize"
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"name": "tag",
|
|
1404
|
-
"type": "React.ElementType"
|
|
1405
|
-
}
|
|
1406
|
-
],
|
|
1407
|
-
"relatedComponents": [
|
|
1408
|
-
"StoryLayout",
|
|
1409
|
-
"StoryTable",
|
|
1410
|
-
"StoryTableCell",
|
|
1411
|
-
"StoryTableRow"
|
|
1412
|
-
],
|
|
1413
|
-
"storybookPath": "Typography/Heading"
|
|
1414
|
-
},
|
|
1415
|
-
{
|
|
1416
|
-
"name": "HierarchyExplorer",
|
|
1417
|
-
"category": "Components",
|
|
1418
|
-
"description": "HierarchyExplorer - Main component for drill-down navigation through hierarchical data",
|
|
1419
|
-
"importRoot": "@texturehq/edges",
|
|
1420
|
-
"importPath": "@texturehq/edges/components/HierarchyExplorer",
|
|
1421
|
-
"props": [],
|
|
1422
|
-
"relatedComponents": [],
|
|
1423
|
-
"storybookPath": "Components/HierarchyExplorer"
|
|
1424
|
-
},
|
|
1425
|
-
{
|
|
1426
|
-
"name": "HorizontalBarCell",
|
|
1427
|
-
"category": "Uncategorized",
|
|
1428
|
-
"description": "",
|
|
1429
|
-
"importRoot": "@texturehq/edges",
|
|
1430
|
-
"importPath": "@texturehq/edges/components/HorizontalBarCell",
|
|
1431
|
-
"props": [],
|
|
1432
|
-
"relatedComponents": [],
|
|
1433
|
-
"storybookPath": "Uncategorized/HorizontalBarCell"
|
|
1434
|
-
},
|
|
1435
|
-
{
|
|
1436
|
-
"name": "HoverCard",
|
|
1437
|
-
"category": "Overlays",
|
|
1438
|
-
"description": "Whether to show an arrow pointing to the trigger @default false",
|
|
1439
|
-
"importRoot": "@texturehq/edges",
|
|
1440
|
-
"importPath": "@texturehq/edges/components/HoverCard",
|
|
1441
|
-
"props": [],
|
|
1442
|
-
"relatedComponents": [
|
|
1443
|
-
"Button"
|
|
1444
|
-
],
|
|
1445
|
-
"storybookPath": "Overlays/HoverCard"
|
|
1446
|
-
},
|
|
1447
|
-
{
|
|
1448
|
-
"name": "Icon",
|
|
1449
|
-
"category": "Design Tokens",
|
|
1450
|
-
"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\" /> ```",
|
|
1451
|
-
"importRoot": "@texturehq/edges",
|
|
1452
|
-
"importPath": "@texturehq/edges/components/Icon",
|
|
1453
|
-
"props": [],
|
|
1454
|
-
"relatedComponents": [],
|
|
1455
|
-
"storybookPath": "Design Tokens/Icon"
|
|
1456
|
-
},
|
|
1457
|
-
{
|
|
1458
|
-
"name": "InfiniteScrollIndicator",
|
|
1459
|
-
"category": "Feedback",
|
|
1460
|
-
"description": "InfiniteScrollIndicator Lightweight composition component for displaying loading states in infinite scroll contexts. Uses the Loader component for consistency. - For initial loading: Use component-specific Skeleton implementations - For loading-more: Use this component at the bottom of lists/tables By default, shows only a spinner (no text) to avoid internationalization concerns. Consuming applications can provide their own localized message via the `message` prop. Example usage: ```tsx // Default: spinner only (no i18n needed) <InfiniteScrollIndicator state=\"loading-more\" /> // With localized text <InfiniteScrollIndicator state=\"loading-more\" message={t('loading.loadMore')} /> ```",
|
|
1461
|
-
"importRoot": "@texturehq/edges",
|
|
1462
|
-
"importPath": "@texturehq/edges/components/InfiniteScrollIndicator",
|
|
1463
|
-
"props": [],
|
|
1464
|
-
"relatedComponents": [],
|
|
1465
|
-
"storybookPath": "Feedback/InfiniteScrollIndicator"
|
|
1466
|
-
},
|
|
1467
|
-
{
|
|
1468
|
-
"name": "InteractiveMap",
|
|
1469
|
-
"category": "Uncategorized",
|
|
1470
|
-
"description": "",
|
|
1471
|
-
"importRoot": "@texturehq/edges",
|
|
1472
|
-
"importPath": "@texturehq/edges/components/InteractiveMap",
|
|
1473
|
-
"props": [],
|
|
1474
|
-
"relatedComponents": [],
|
|
1475
|
-
"storybookPath": "Uncategorized/InteractiveMap"
|
|
1476
|
-
},
|
|
1477
|
-
{
|
|
1478
|
-
"name": "Kpi",
|
|
1479
|
-
"category": "Data",
|
|
1480
|
-
"description": "Custom trend renderer",
|
|
1481
|
-
"importRoot": "@texturehq/edges",
|
|
1482
|
-
"importPath": "@texturehq/edges/components/Kpi",
|
|
1483
|
-
"props": [],
|
|
1484
|
-
"relatedComponents": [
|
|
1485
|
-
"Button",
|
|
1486
|
-
"Card",
|
|
1487
|
-
"Section",
|
|
1488
|
-
"Select",
|
|
1489
|
-
"StatList"
|
|
1490
|
-
],
|
|
1491
|
-
"storybookPath": "Data/Kpi"
|
|
1492
|
-
},
|
|
1493
|
-
{
|
|
1494
|
-
"name": "KpiGroup",
|
|
1495
|
-
"category": "Data",
|
|
1496
|
-
"description": "",
|
|
1497
|
-
"importRoot": "@texturehq/edges",
|
|
1498
|
-
"importPath": "@texturehq/edges/components/KpiGroup",
|
|
1499
|
-
"props": [],
|
|
1500
|
-
"relatedComponents": [
|
|
1501
|
-
"Button",
|
|
1502
|
-
"Card",
|
|
1503
|
-
"Section",
|
|
1504
|
-
"Select",
|
|
1505
|
-
"StatList"
|
|
1506
|
-
],
|
|
1507
|
-
"storybookPath": "Data/KpiGroup"
|
|
1508
|
-
},
|
|
1509
|
-
{
|
|
1510
|
-
"name": "LineSeries",
|
|
1511
|
-
"category": "Charts",
|
|
1512
|
-
"description": "LineSeries Chart component for rendering line charts. Displays data as a continuous line with customizable stroke width, color, and dash patterns.",
|
|
1513
|
-
"importRoot": "@texturehq/edges",
|
|
1514
|
-
"importPath": "@texturehq/edges/components/LineSeries",
|
|
1515
|
-
"props": [],
|
|
1516
|
-
"relatedComponents": [
|
|
1517
|
-
"ChartContainer"
|
|
1518
|
-
],
|
|
1519
|
-
"storybookPath": "Charts/LineSeries"
|
|
1520
|
-
},
|
|
1521
|
-
{
|
|
1522
|
-
"name": "List",
|
|
1523
|
-
"category": "Lists",
|
|
1524
|
-
"description": "List A semantic wrapper and state manager for rows. Handles selection, hover, keyboard navigation, accessibility, and infinite scroll with virtualization. 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} /> )} // Optional: Custom loading skeleton matching your data structure renderLoadingSkeleton={() => ( <div className=\"flex items-center gap-3 px-4 py-3\"> <Skeleton width={40} height={40} variant=\"circle\" /> <div className=\"flex-1\"> <Skeleton width=\"60%\" height={16} /> <Skeleton width=\"40%\" height={12} /> </div> </div> )} loadingSkeletonCount={8} // Infinite scroll onLoadMore={loadMoreSites} hasMore={hasMoreSites} isLoading={isLoading} /> ```",
|
|
1525
|
-
"importRoot": "@texturehq/edges",
|
|
1526
|
-
"importPath": "@texturehq/edges/components/List",
|
|
1527
|
-
"props": [],
|
|
1528
|
-
"relatedComponents": [
|
|
1529
|
-
"Icon",
|
|
1530
|
-
"Skeleton"
|
|
1531
|
-
],
|
|
1532
|
-
"storybookPath": "Lists/List"
|
|
1533
|
-
},
|
|
1534
|
-
{
|
|
1535
|
-
"name": "ListBox",
|
|
1536
|
-
"category": "Form Controls",
|
|
1537
|
-
"description": "ListBox Styled wrapper around `react-aria-components` ListBox and related parts used in dropdowns and menus.",
|
|
1538
|
-
"importRoot": "@texturehq/edges",
|
|
1539
|
-
"importPath": "@texturehq/edges/components/ListBox",
|
|
1540
|
-
"props": [],
|
|
1541
|
-
"relatedComponents": [
|
|
1542
|
-
"ListBox",
|
|
1543
|
-
"ListBoxItem"
|
|
1544
|
-
],
|
|
1545
|
-
"storybookPath": "Form Controls/ListBox"
|
|
1546
|
-
},
|
|
1547
|
-
{
|
|
1548
|
-
"name": "ListBoxItem",
|
|
1549
|
-
"category": "Form Controls",
|
|
1550
|
-
"description": "ListBoxItem A styled wrapper around `react-aria-components` ListBoxItem with size variants that align with Edges typography.",
|
|
1551
|
-
"importRoot": "@texturehq/edges",
|
|
1552
|
-
"importPath": "@texturehq/edges/components/ListBoxItem",
|
|
1553
|
-
"props": [
|
|
1554
|
-
{
|
|
1555
|
-
"name": "className",
|
|
1556
|
-
"type": "string"
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"name": "size",
|
|
1560
|
-
"type": "\"sm\" | \"md\" | \"lg\" | \"xl\""
|
|
1561
|
-
}
|
|
1562
|
-
],
|
|
1563
|
-
"relatedComponents": [],
|
|
1564
|
-
"storybookPath": "Form Controls/ListBoxItem"
|
|
1565
|
-
},
|
|
1566
|
-
{
|
|
1567
|
-
"name": "ListItem",
|
|
1568
|
-
"category": "Lists",
|
|
1569
|
-
"description": "",
|
|
1570
|
-
"importRoot": "@texturehq/edges",
|
|
1571
|
-
"importPath": "@texturehq/edges/components/ListItem",
|
|
1572
|
-
"props": [],
|
|
1573
|
-
"relatedComponents": [
|
|
1574
|
-
"Icon",
|
|
1575
|
-
"Skeleton"
|
|
1576
|
-
],
|
|
1577
|
-
"storybookPath": "Lists/ListItem"
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
"name": "ListPane",
|
|
1581
|
-
"category": "Lists",
|
|
1582
|
-
"description": "",
|
|
1583
|
-
"importRoot": "@texturehq/edges",
|
|
1584
|
-
"importPath": "@texturehq/edges/components/ListPane",
|
|
1585
|
-
"props": [],
|
|
1586
|
-
"relatedComponents": [
|
|
1587
|
-
"Icon",
|
|
1588
|
-
"Skeleton"
|
|
1589
|
-
],
|
|
1590
|
-
"storybookPath": "Lists/ListPane"
|
|
1591
|
-
},
|
|
1592
|
-
{
|
|
1593
|
-
"name": "Loader",
|
|
1594
|
-
"category": "Utility",
|
|
1595
|
-
"description": "Loader Animated loading spinner component. Displays a circular spinner with customizable size and color for loading states.",
|
|
1596
|
-
"importRoot": "@texturehq/edges",
|
|
1597
|
-
"importPath": "@texturehq/edges/components/Loader",
|
|
1598
|
-
"props": [],
|
|
1599
|
-
"relatedComponents": [],
|
|
1600
|
-
"storybookPath": "Utility/Loader"
|
|
1601
|
-
},
|
|
1602
|
-
{
|
|
1603
|
-
"name": "Logo",
|
|
1604
|
-
"category": "Design Tokens",
|
|
1605
|
-
"description": "Logo Brand logo component with optional wordmark. Supports customizable sizing and fill colors with theme-aware defaults.",
|
|
1606
|
-
"importRoot": "@texturehq/edges",
|
|
1607
|
-
"importPath": "@texturehq/edges/components/Logo",
|
|
1608
|
-
"props": [
|
|
1609
|
-
{
|
|
1610
|
-
"name": "className",
|
|
1611
|
-
"type": "string"
|
|
1612
|
-
},
|
|
1613
|
-
{
|
|
1614
|
-
"name": "fill",
|
|
1615
|
-
"type": "string"
|
|
1616
|
-
},
|
|
1617
|
-
{
|
|
1618
|
-
"name": "showWordmark",
|
|
1619
|
-
"type": "boolean"
|
|
1620
|
-
},
|
|
1621
|
-
{
|
|
1622
|
-
"name": "width",
|
|
1623
|
-
"type": "number"
|
|
1624
|
-
}
|
|
1625
|
-
],
|
|
1626
|
-
"relatedComponents": [],
|
|
1627
|
-
"storybookPath": "Design Tokens/Logo"
|
|
1628
|
-
},
|
|
1629
|
-
{
|
|
1630
|
-
"name": "MAP_TYPES",
|
|
1631
|
-
"category": "Uncategorized",
|
|
1632
|
-
"description": "",
|
|
1633
|
-
"importRoot": "@texturehq/edges",
|
|
1634
|
-
"importPath": "@texturehq/edges/components/MAP_TYPES",
|
|
1635
|
-
"props": [],
|
|
1636
|
-
"relatedComponents": [],
|
|
1637
|
-
"storybookPath": "Uncategorized/MAP_TYPES"
|
|
1638
|
-
},
|
|
1639
|
-
{
|
|
1640
|
-
"name": "Meter",
|
|
1641
|
-
"category": "Feedback",
|
|
1642
|
-
"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.",
|
|
1643
|
-
"importRoot": "@texturehq/edges",
|
|
1644
|
-
"importPath": "@texturehq/edges/components/Meter",
|
|
1645
|
-
"props": [],
|
|
1646
|
-
"relatedComponents": [],
|
|
1647
|
-
"storybookPath": "Feedback/Meter"
|
|
1648
|
-
},
|
|
1649
|
-
{
|
|
1650
|
-
"name": "MiniBarCell",
|
|
1651
|
-
"category": "Uncategorized",
|
|
1652
|
-
"description": "",
|
|
1653
|
-
"importRoot": "@texturehq/edges",
|
|
1654
|
-
"importPath": "@texturehq/edges/components/MiniBarCell",
|
|
1655
|
-
"props": [],
|
|
1656
|
-
"relatedComponents": [],
|
|
1657
|
-
"storybookPath": "Uncategorized/MiniBarCell"
|
|
1658
|
-
},
|
|
1659
|
-
{
|
|
1660
|
-
"name": "ModalBackdrop",
|
|
1661
|
-
"category": "Uncategorized",
|
|
1662
|
-
"description": "ModalBackdrop Shared backdrop/overlay component used by Dialog and Drawer. Wraps React Aria's ModalOverlay with consistent styling and smooth animations.",
|
|
1663
|
-
"importRoot": "@texturehq/edges",
|
|
1664
|
-
"importPath": "@texturehq/edges/components/ModalBackdrop",
|
|
1665
|
-
"props": [],
|
|
1666
|
-
"relatedComponents": [],
|
|
1667
|
-
"storybookPath": "Uncategorized/ModalBackdrop"
|
|
1668
|
-
},
|
|
1669
|
-
{
|
|
1670
|
-
"name": "Notice",
|
|
1671
|
-
"category": "Feedback",
|
|
1672
|
-
"description": "Notice Individual notification component that displays a message with an icon. Typically used within a NoticeProvider for managing multiple notifications.",
|
|
1673
|
-
"importRoot": "@texturehq/edges",
|
|
1674
|
-
"importPath": "@texturehq/edges/components/Notice",
|
|
1675
|
-
"props": [],
|
|
1676
|
-
"relatedComponents": [
|
|
1677
|
-
"Button",
|
|
1678
|
-
"ListBoxItem",
|
|
1679
|
-
"NumberField",
|
|
1680
|
-
"Select",
|
|
1681
|
-
"Switch",
|
|
1682
|
-
"TextField"
|
|
1683
|
-
],
|
|
1684
|
-
"storybookPath": "Feedback/Notice"
|
|
1685
|
-
},
|
|
1686
|
-
{
|
|
1687
|
-
"name": "NoticeContainer",
|
|
1688
|
-
"category": "Feedback",
|
|
1689
|
-
"description": "",
|
|
1690
|
-
"importRoot": "@texturehq/edges",
|
|
1691
|
-
"importPath": "@texturehq/edges/components/NoticeContainer",
|
|
1692
|
-
"props": [],
|
|
1693
|
-
"relatedComponents": [
|
|
1694
|
-
"Button",
|
|
1695
|
-
"ListBoxItem",
|
|
1696
|
-
"NumberField",
|
|
1697
|
-
"Select",
|
|
1698
|
-
"Switch",
|
|
1699
|
-
"TextField"
|
|
1700
|
-
],
|
|
1701
|
-
"storybookPath": "Feedback/NoticeContainer"
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"name": "NoticeProvider",
|
|
1705
|
-
"category": "Feedback",
|
|
1706
|
-
"description": "",
|
|
1707
|
-
"importRoot": "@texturehq/edges",
|
|
1708
|
-
"importPath": "@texturehq/edges/components/NoticeProvider",
|
|
1709
|
-
"props": [],
|
|
1710
|
-
"relatedComponents": [
|
|
1711
|
-
"Button",
|
|
1712
|
-
"ListBoxItem",
|
|
1713
|
-
"NumberField",
|
|
1714
|
-
"Select",
|
|
1715
|
-
"Switch",
|
|
1716
|
-
"TextField"
|
|
1717
|
-
],
|
|
1718
|
-
"storybookPath": "Feedback/NoticeProvider"
|
|
1719
|
-
},
|
|
1720
|
-
{
|
|
1721
|
-
"name": "NumberCell",
|
|
1722
|
-
"category": "Uncategorized",
|
|
1723
|
-
"description": "",
|
|
1724
|
-
"importRoot": "@texturehq/edges",
|
|
1725
|
-
"importPath": "@texturehq/edges/components/NumberCell",
|
|
1726
|
-
"props": [],
|
|
1727
|
-
"relatedComponents": [],
|
|
1728
|
-
"storybookPath": "Uncategorized/NumberCell"
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
"name": "NumberField",
|
|
1732
|
-
"category": "Form Controls",
|
|
1733
|
-
"description": "Where to display the description text - \"below\": Show below the field (default) - \"tooltip\": Show as a tooltip on the label icon - \"inline\": Show inline with the label - \"hidden\": Don't display the description @default \"below\"",
|
|
1734
|
-
"importRoot": "@texturehq/edges",
|
|
1735
|
-
"importPath": "@texturehq/edges/components/NumberField",
|
|
1736
|
-
"props": [
|
|
1737
|
-
{
|
|
1738
|
-
"name": "className",
|
|
1739
|
-
"type": "string"
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
"name": "defaultValue",
|
|
1743
|
-
"type": "number"
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
"name": "description",
|
|
1747
|
-
"type": "string"
|
|
1748
|
-
},
|
|
1749
|
-
{
|
|
1750
|
-
"name": "errorMessage",
|
|
1751
|
-
"type": "string | ((validation: ValidationResult) => string)"
|
|
1752
|
-
},
|
|
1753
|
-
{
|
|
1754
|
-
"name": "formatOptions",
|
|
1755
|
-
"type": "Intl.NumberFormatOptions"
|
|
1756
|
-
},
|
|
1757
|
-
{
|
|
1758
|
-
"name": "id",
|
|
1759
|
-
"type": "string"
|
|
1760
|
-
},
|
|
1761
|
-
{
|
|
1762
|
-
"name": "isRequired",
|
|
1763
|
-
"type": "boolean"
|
|
1764
|
-
},
|
|
1765
|
-
{
|
|
1766
|
-
"name": "label",
|
|
1767
|
-
"type": "string"
|
|
1768
|
-
},
|
|
1769
|
-
{
|
|
1770
|
-
"name": "maxValue",
|
|
1771
|
-
"type": "number"
|
|
1772
|
-
},
|
|
1773
|
-
{
|
|
1774
|
-
"name": "minValue",
|
|
1775
|
-
"type": "number"
|
|
1776
|
-
},
|
|
1777
|
-
{
|
|
1778
|
-
"name": "onChange",
|
|
1779
|
-
"type": "(value: number) => void"
|
|
1780
|
-
},
|
|
1781
|
-
{
|
|
1782
|
-
"name": "step",
|
|
1783
|
-
"type": "number"
|
|
1784
|
-
},
|
|
1785
|
-
{
|
|
1786
|
-
"name": "tooltip",
|
|
1787
|
-
"type": "string"
|
|
1788
|
-
},
|
|
1789
|
-
{
|
|
1790
|
-
"name": "validationResult",
|
|
1791
|
-
"type": "ValidationResult"
|
|
1792
|
-
},
|
|
1793
|
-
{
|
|
1794
|
-
"name": "value",
|
|
1795
|
-
"type": "number"
|
|
1796
|
-
}
|
|
1797
|
-
],
|
|
1798
|
-
"relatedComponents": [
|
|
1799
|
-
"NumberField"
|
|
1800
|
-
],
|
|
1801
|
-
"storybookPath": "Form Controls/NumberField"
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
"name": "PageBanner",
|
|
1805
|
-
"category": "Feedback",
|
|
1806
|
-
"description": "",
|
|
1807
|
-
"importRoot": "@texturehq/edges",
|
|
1808
|
-
"importPath": "@texturehq/edges/components/PageBanner",
|
|
1809
|
-
"props": [],
|
|
1810
|
-
"relatedComponents": [
|
|
1811
|
-
"Button"
|
|
1812
|
-
],
|
|
1813
|
-
"storybookPath": "Feedback/PageBanner"
|
|
1814
|
-
},
|
|
1815
|
-
{
|
|
1816
|
-
"name": "PageLayout",
|
|
1817
|
-
"category": "Layout",
|
|
1818
|
-
"description": "Constrain width and apply default page rhythm",
|
|
1819
|
-
"importRoot": "@texturehq/edges",
|
|
1820
|
-
"importPath": "@texturehq/edges/components/PageLayout",
|
|
1821
|
-
"props": [],
|
|
1822
|
-
"relatedComponents": [
|
|
1823
|
-
"Avatar",
|
|
1824
|
-
"Badge",
|
|
1825
|
-
"Button",
|
|
1826
|
-
"Card",
|
|
1827
|
-
"DataTable",
|
|
1828
|
-
"Grid",
|
|
1829
|
-
"Icon",
|
|
1830
|
-
"Kpi",
|
|
1831
|
-
"KpiGroup",
|
|
1832
|
-
"Section",
|
|
1833
|
-
"Select",
|
|
1834
|
-
"StatList",
|
|
1835
|
-
"Switch",
|
|
1836
|
-
"TextField"
|
|
1837
|
-
],
|
|
1838
|
-
"storybookPath": "Layout/PageLayout"
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"name": "PercentBarCell",
|
|
1842
|
-
"category": "Uncategorized",
|
|
1843
|
-
"description": "",
|
|
1844
|
-
"importRoot": "@texturehq/edges",
|
|
1845
|
-
"importPath": "@texturehq/edges/components/PercentBarCell",
|
|
1846
|
-
"props": [],
|
|
1847
|
-
"relatedComponents": [],
|
|
1848
|
-
"storybookPath": "Uncategorized/PercentBarCell"
|
|
1849
|
-
},
|
|
1850
|
-
{
|
|
1851
|
-
"name": "PlaceSearch",
|
|
1852
|
-
"category": "Form Controls",
|
|
1853
|
-
"description": "PlaceSearch Location search component with autocomplete; emits a `Place` value on selection.",
|
|
1854
|
-
"importRoot": "@texturehq/edges",
|
|
1855
|
-
"importPath": "@texturehq/edges/components/PlaceSearch",
|
|
1856
|
-
"props": [
|
|
1857
|
-
{
|
|
1858
|
-
"name": "autoFocus",
|
|
1859
|
-
"type": "boolean"
|
|
1860
|
-
},
|
|
1861
|
-
{
|
|
1862
|
-
"name": "countryRestrictions",
|
|
1863
|
-
"type": "string[]; // Array of ISO 3166-1 alpha-2 country codes proximity?: \"ip\" | [number, number]; // Either \"ip\" for IP-based location or [longitude, latitude] coordinates hideCountry?: boolean; // Hide country from results (useful when using countryRestrictions) showIcon?: boolean; // Show location type icons in results (default: true) useMobileTray?: boolean; // Whether to use a Tray (bottom sheet) on mobile devices instead of a Popover (default: true) className?: string"
|
|
1864
|
-
},
|
|
1865
|
-
{
|
|
1866
|
-
"name": "defaultFilter",
|
|
1867
|
-
"type": "(textValue: string, inputValue: string) => boolean"
|
|
1868
|
-
},
|
|
1869
|
-
{
|
|
1870
|
-
"name": "defaultSelectedKey",
|
|
1871
|
-
"type": "Key | null"
|
|
1872
|
-
},
|
|
1873
|
-
{
|
|
1874
|
-
"name": "description",
|
|
1875
|
-
"type": "string"
|
|
1876
|
-
},
|
|
1877
|
-
{
|
|
1878
|
-
"name": "errorMessage",
|
|
1879
|
-
"type": "string | ((validation: ValidationResult) => string)"
|
|
1880
|
-
},
|
|
1881
|
-
{
|
|
1882
|
-
"name": "isDisabled",
|
|
1883
|
-
"type": "boolean"
|
|
1884
|
-
},
|
|
1885
|
-
{
|
|
1886
|
-
"name": "isRequired",
|
|
1887
|
-
"type": "boolean"
|
|
1888
|
-
},
|
|
1889
|
-
{
|
|
1890
|
-
"name": "label",
|
|
1891
|
-
"type": "string"
|
|
1892
|
-
},
|
|
1893
|
-
{
|
|
1894
|
-
"name": "onSelect",
|
|
1895
|
-
"type": "(place: Place) => void"
|
|
1896
|
-
},
|
|
1897
|
-
{
|
|
1898
|
-
"name": "onSelectionChange",
|
|
1899
|
-
"type": "(key: Key | null) => void"
|
|
1900
|
-
},
|
|
1901
|
-
{
|
|
1902
|
-
"name": "placeholder",
|
|
1903
|
-
"type": "string"
|
|
1904
|
-
},
|
|
1905
|
-
{
|
|
1906
|
-
"name": "searchTypes",
|
|
1907
|
-
"type": "SearchType[]"
|
|
1908
|
-
},
|
|
1909
|
-
{
|
|
1910
|
-
"name": "selectedKey",
|
|
1911
|
-
"type": "Key | null"
|
|
1912
|
-
},
|
|
1913
|
-
{
|
|
1914
|
-
"name": "showErrors",
|
|
1915
|
-
"type": "boolean"
|
|
1916
|
-
},
|
|
1917
|
-
{
|
|
1918
|
-
"name": "size",
|
|
1919
|
-
"type": "\"sm\" | \"md\" | \"lg\" | \"xl\""
|
|
1920
|
-
},
|
|
1921
|
-
{
|
|
1922
|
-
"name": "tooltip",
|
|
1923
|
-
"type": "string"
|
|
1924
|
-
},
|
|
1925
|
-
{
|
|
1926
|
-
"name": "validationResult",
|
|
1927
|
-
"type": "ValidationResult"
|
|
1928
|
-
}
|
|
1929
|
-
],
|
|
1930
|
-
"relatedComponents": [],
|
|
1931
|
-
"storybookPath": "Form Controls/PlaceSearch"
|
|
1932
|
-
},
|
|
1933
|
-
{
|
|
1934
|
-
"name": "Popover",
|
|
1935
|
-
"category": "Overlays",
|
|
1936
|
-
"description": "Popover content",
|
|
1937
|
-
"importRoot": "@texturehq/edges",
|
|
1938
|
-
"importPath": "@texturehq/edges/components/Popover",
|
|
1939
|
-
"props": [],
|
|
1940
|
-
"relatedComponents": [
|
|
1941
|
-
"StoryLayout",
|
|
1942
|
-
"StoryTable",
|
|
1943
|
-
"StoryTableCell",
|
|
1944
|
-
"StoryTableRow"
|
|
1945
|
-
],
|
|
1946
|
-
"storybookPath": "Overlays/Popover"
|
|
1947
|
-
},
|
|
1948
|
-
{
|
|
1949
|
-
"name": "ProgressBar",
|
|
1950
|
-
"category": "Feedback",
|
|
1951
|
-
"description": "ProgressBar Linear progress indicator with optional labels.",
|
|
1952
|
-
"importRoot": "@texturehq/edges",
|
|
1953
|
-
"importPath": "@texturehq/edges/components/ProgressBar",
|
|
1954
|
-
"props": [
|
|
1955
|
-
{
|
|
1956
|
-
"name": "hideLabels",
|
|
1957
|
-
"type": "boolean"
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
"name": "label",
|
|
1961
|
-
"type": "string"
|
|
1962
|
-
},
|
|
1963
|
-
{
|
|
1964
|
-
"name": "progressWidth",
|
|
1965
|
-
"type": "number"
|
|
1966
|
-
},
|
|
1967
|
-
{
|
|
1968
|
-
"name": "rightLabel",
|
|
1969
|
-
"type": "string"
|
|
1970
|
-
}
|
|
1971
|
-
],
|
|
1972
|
-
"relatedComponents": [
|
|
1973
|
-
"ProgressBar"
|
|
1974
|
-
],
|
|
1975
|
-
"storybookPath": "Feedback/ProgressBar"
|
|
1976
|
-
},
|
|
1977
|
-
{
|
|
1978
|
-
"name": "Radio",
|
|
1979
|
-
"category": "Form Controls",
|
|
1980
|
-
"description": "Visual variant of the radio buttons @default \"default\"",
|
|
1981
|
-
"importRoot": "@texturehq/edges",
|
|
1982
|
-
"importPath": "@texturehq/edges/components/Radio",
|
|
1983
|
-
"props": [],
|
|
1984
|
-
"relatedComponents": [],
|
|
1985
|
-
"storybookPath": "Form Controls/Radio"
|
|
1986
|
-
},
|
|
1987
|
-
{
|
|
1988
|
-
"name": "RadioCard",
|
|
1989
|
-
"category": "Form Controls",
|
|
1990
|
-
"description": "Gap between items",
|
|
1991
|
-
"importRoot": "@texturehq/edges",
|
|
1992
|
-
"importPath": "@texturehq/edges/components/RadioCard",
|
|
1993
|
-
"props": [],
|
|
1994
|
-
"relatedComponents": [
|
|
1995
|
-
"Icon"
|
|
1996
|
-
],
|
|
1997
|
-
"storybookPath": "Form Controls/RadioCard"
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
"name": "RadioCardGroup",
|
|
2001
|
-
"category": "Form Controls",
|
|
2002
|
-
"description": "Gap between items",
|
|
2003
|
-
"importRoot": "@texturehq/edges",
|
|
2004
|
-
"importPath": "@texturehq/edges/components/RadioCardGroup",
|
|
2005
|
-
"props": [],
|
|
2006
|
-
"relatedComponents": [
|
|
2007
|
-
"Icon"
|
|
2008
|
-
],
|
|
2009
|
-
"storybookPath": "Form Controls/RadioCardGroup"
|
|
2010
|
-
},
|
|
2011
|
-
{
|
|
2012
|
-
"name": "RadioGroup",
|
|
2013
|
-
"category": "Form Controls",
|
|
2014
|
-
"description": "Visual variant of the radio buttons @default \"default\"",
|
|
2015
|
-
"importRoot": "@texturehq/edges",
|
|
2016
|
-
"importPath": "@texturehq/edges/components/RadioGroup",
|
|
2017
|
-
"props": [],
|
|
2018
|
-
"relatedComponents": [],
|
|
2019
|
-
"storybookPath": "Form Controls/RadioGroup"
|
|
2020
|
-
},
|
|
2021
|
-
{
|
|
2022
|
-
"name": "RangeCalendar",
|
|
2023
|
-
"category": "Form Controls",
|
|
2024
|
-
"description": "RangeCalendar Calendar allowing selection of a date range.",
|
|
2025
|
-
"importRoot": "@texturehq/edges",
|
|
2026
|
-
"importPath": "@texturehq/edges/components/RangeCalendar",
|
|
2027
|
-
"props": [],
|
|
2028
|
-
"relatedComponents": [
|
|
2029
|
-
"RangeCalendar"
|
|
2030
|
-
],
|
|
2031
|
-
"storybookPath": "Form Controls/RangeCalendar"
|
|
2032
|
-
},
|
|
2033
|
-
{
|
|
2034
|
-
"name": "ResultsCount",
|
|
2035
|
-
"category": "Data",
|
|
2036
|
-
"description": "",
|
|
2037
|
-
"importRoot": "@texturehq/edges",
|
|
2038
|
-
"importPath": "@texturehq/edges/components/ResultsCount",
|
|
2039
|
-
"props": [],
|
|
2040
|
-
"relatedComponents": [],
|
|
2041
|
-
"storybookPath": "Data/ResultsCount"
|
|
2042
|
-
},
|
|
2043
|
-
{
|
|
2044
|
-
"name": "RichTextEditor",
|
|
2045
|
-
"category": "Form Controls",
|
|
2046
|
-
"description": "RichTextEditor A rich text editor with formatting capabilities including headings, bold, italic, lists, and links. Built on top of TipTap/ProseMirror.",
|
|
2047
|
-
"importRoot": "@texturehq/edges",
|
|
2048
|
-
"importPath": "@texturehq/edges/components/RichTextEditor",
|
|
2049
|
-
"props": [],
|
|
2050
|
-
"relatedComponents": [],
|
|
2051
|
-
"storybookPath": "Form Controls/RichTextEditor"
|
|
2052
|
-
},
|
|
2053
|
-
{
|
|
2054
|
-
"name": "SearchControl",
|
|
2055
|
-
"category": "Data",
|
|
2056
|
-
"description": "",
|
|
2057
|
-
"importRoot": "@texturehq/edges",
|
|
2058
|
-
"importPath": "@texturehq/edges/components/SearchControl",
|
|
2059
|
-
"props": [],
|
|
2060
|
-
"relatedComponents": [],
|
|
2061
|
-
"storybookPath": "Data/SearchControl"
|
|
2062
|
-
},
|
|
2063
|
-
{
|
|
2064
|
-
"name": "SearchEmptyState",
|
|
2065
|
-
"category": "Uncategorized",
|
|
2066
|
-
"description": "",
|
|
2067
|
-
"importRoot": "@texturehq/edges",
|
|
2068
|
-
"importPath": "@texturehq/edges/components/SearchEmptyState",
|
|
2069
|
-
"props": [],
|
|
2070
|
-
"relatedComponents": [],
|
|
2071
|
-
"storybookPath": "Uncategorized/SearchEmptyState"
|
|
2072
|
-
},
|
|
2073
|
-
{
|
|
2074
|
-
"name": "SearchLoadingState",
|
|
2075
|
-
"category": "Uncategorized",
|
|
2076
|
-
"description": "",
|
|
2077
|
-
"importRoot": "@texturehq/edges",
|
|
2078
|
-
"importPath": "@texturehq/edges/components/SearchLoadingState",
|
|
2079
|
-
"props": [],
|
|
2080
|
-
"relatedComponents": [],
|
|
2081
|
-
"storybookPath": "Uncategorized/SearchLoadingState"
|
|
2082
|
-
},
|
|
2083
|
-
{
|
|
2084
|
-
"name": "SearchResultGroup",
|
|
2085
|
-
"category": "Uncategorized",
|
|
2086
|
-
"description": "",
|
|
2087
|
-
"importRoot": "@texturehq/edges",
|
|
2088
|
-
"importPath": "@texturehq/edges/components/SearchResultGroup",
|
|
2089
|
-
"props": [],
|
|
2090
|
-
"relatedComponents": [],
|
|
2091
|
-
"storybookPath": "Uncategorized/SearchResultGroup"
|
|
2092
|
-
},
|
|
2093
|
-
{
|
|
2094
|
-
"name": "SearchResultItem",
|
|
2095
|
-
"category": "Uncategorized",
|
|
2096
|
-
"description": "",
|
|
2097
|
-
"importRoot": "@texturehq/edges",
|
|
2098
|
-
"importPath": "@texturehq/edges/components/SearchResultItem",
|
|
2099
|
-
"props": [],
|
|
2100
|
-
"relatedComponents": [],
|
|
2101
|
-
"storybookPath": "Uncategorized/SearchResultItem"
|
|
2102
|
-
},
|
|
2103
|
-
{
|
|
2104
|
-
"name": "SearchResultsList",
|
|
2105
|
-
"category": "Uncategorized",
|
|
2106
|
-
"description": "",
|
|
2107
|
-
"importRoot": "@texturehq/edges",
|
|
2108
|
-
"importPath": "@texturehq/edges/components/SearchResultsList",
|
|
2109
|
-
"props": [],
|
|
2110
|
-
"relatedComponents": [],
|
|
2111
|
-
"storybookPath": "Uncategorized/SearchResultsList"
|
|
2112
|
-
},
|
|
2113
|
-
{
|
|
2114
|
-
"name": "SearchTrigger",
|
|
2115
|
-
"category": "Uncategorized",
|
|
2116
|
-
"description": "",
|
|
2117
|
-
"importRoot": "@texturehq/edges",
|
|
2118
|
-
"importPath": "@texturehq/edges/components/SearchTrigger",
|
|
2119
|
-
"props": [],
|
|
2120
|
-
"relatedComponents": [],
|
|
2121
|
-
"storybookPath": "Uncategorized/SearchTrigger"
|
|
2122
|
-
},
|
|
2123
|
-
{
|
|
2124
|
-
"name": "Section",
|
|
2125
|
-
"category": "Layout",
|
|
2126
|
-
"description": "Label used by in-page navigation (PageLayout.Content with withSectionNav). Falls back to title when omitted",
|
|
2127
|
-
"importRoot": "@texturehq/edges",
|
|
2128
|
-
"importPath": "@texturehq/edges/components/Section",
|
|
2129
|
-
"props": [],
|
|
2130
|
-
"relatedComponents": [
|
|
2131
|
-
"Badge",
|
|
2132
|
-
"Button",
|
|
2133
|
-
"Card",
|
|
2134
|
-
"DataTable",
|
|
2135
|
-
"Grid",
|
|
2136
|
-
"Kpi",
|
|
2137
|
-
"KpiGroup",
|
|
2138
|
-
"Select",
|
|
2139
|
-
"Switch",
|
|
2140
|
-
"TextField"
|
|
2141
|
-
],
|
|
2142
|
-
"storybookPath": "Layout/Section"
|
|
2143
|
-
},
|
|
2144
|
-
{
|
|
2145
|
-
"name": "SectionNav",
|
|
2146
|
-
"category": "Navigation",
|
|
2147
|
-
"description": "Custom filter function to determine which sections are visible",
|
|
2148
|
-
"importRoot": "@texturehq/edges",
|
|
2149
|
-
"importPath": "@texturehq/edges/components/SectionNav",
|
|
2150
|
-
"props": [],
|
|
2151
|
-
"relatedComponents": [],
|
|
2152
|
-
"storybookPath": "Navigation/SectionNav"
|
|
2153
|
-
},
|
|
2154
|
-
{
|
|
2155
|
-
"name": "SegmentedControl",
|
|
2156
|
-
"category": "Form Controls",
|
|
2157
|
-
"description": "SegmentedControl A segmented control component for selecting between multiple options. Similar to a radio group but with a more compact, button-like appearance.",
|
|
2158
|
-
"importRoot": "@texturehq/edges",
|
|
2159
|
-
"importPath": "@texturehq/edges/components/SegmentedControl",
|
|
2160
|
-
"props": [],
|
|
2161
|
-
"relatedComponents": [],
|
|
2162
|
-
"storybookPath": "Form Controls/SegmentedControl"
|
|
2163
|
-
},
|
|
2164
|
-
{
|
|
2165
|
-
"name": "Select",
|
|
2166
|
-
"category": "Form Controls",
|
|
2167
|
-
"description": "Whether to use a Tray (bottom sheet) on mobile devices instead of a Popover @default true",
|
|
2168
|
-
"importRoot": "@texturehq/edges",
|
|
2169
|
-
"importPath": "@texturehq/edges/components/Select",
|
|
2170
|
-
"props": [],
|
|
2171
|
-
"relatedComponents": [
|
|
2172
|
-
"Icon",
|
|
2173
|
-
"ListBoxItem",
|
|
2174
|
-
"Select",
|
|
2175
|
-
"StoryLayout",
|
|
2176
|
-
"StoryTable",
|
|
2177
|
-
"StoryTableCell",
|
|
2178
|
-
"StoryTableRow"
|
|
2179
|
-
],
|
|
2180
|
-
"storybookPath": "Form Controls/Select"
|
|
2181
|
-
},
|
|
2182
|
-
{
|
|
2183
|
-
"name": "SelectCell",
|
|
2184
|
-
"category": "Uncategorized",
|
|
2185
|
-
"description": "",
|
|
2186
|
-
"importRoot": "@texturehq/edges",
|
|
2187
|
-
"importPath": "@texturehq/edges/components/SelectCell",
|
|
2188
|
-
"props": [],
|
|
2189
|
-
"relatedComponents": [],
|
|
2190
|
-
"storybookPath": "Uncategorized/SelectCell"
|
|
2191
|
-
},
|
|
2192
|
-
{
|
|
2193
|
-
"name": "SideNav",
|
|
2194
|
-
"category": "Navigation",
|
|
2195
|
-
"description": "SideNav Vertical navigation component for application sidebars. Supports nested navigation items, sections, collapsible categories, and mobile-responsive behavior.",
|
|
2196
|
-
"importRoot": "@texturehq/edges",
|
|
2197
|
-
"importPath": "@texturehq/edges/components/SideNav",
|
|
2198
|
-
"props": [],
|
|
2199
|
-
"relatedComponents": [
|
|
2200
|
-
"Button",
|
|
2201
|
-
"Icon"
|
|
2202
|
-
],
|
|
2203
|
-
"storybookPath": "Navigation/SideNav"
|
|
2204
|
-
},
|
|
2205
|
-
{
|
|
2206
|
-
"name": "SiteCard",
|
|
2207
|
-
"category": "Display",
|
|
2208
|
-
"description": "SiteCard A card component for displaying site/location information. Can include an optional static map showing the site's location. @example ```tsx <SiteCard streetAddress=\"123 Main St\" city=\"San Francisco\" state=\"CA\" postalCode=\"94102\" longitude={-122.4194} latitude={37.7749} showMap href=\"/sites/123\" /> ```",
|
|
2209
|
-
"importRoot": "@texturehq/edges",
|
|
2210
|
-
"importPath": "@texturehq/edges/components/SiteCard",
|
|
2211
|
-
"props": [],
|
|
2212
|
-
"relatedComponents": [
|
|
2213
|
-
"StoryLayout",
|
|
2214
|
-
"StoryTable",
|
|
2215
|
-
"StoryTableCell",
|
|
2216
|
-
"StoryTableRow"
|
|
2217
|
-
],
|
|
2218
|
-
"storybookPath": "Display/SiteCard"
|
|
2219
|
-
},
|
|
2220
|
-
{
|
|
2221
|
-
"name": "SiteContactCard",
|
|
2222
|
-
"category": "Display",
|
|
2223
|
-
"description": "SiteContactCard A combined card component for displaying both site and contact information. Shows site details with optional map, followed by associated contact information. @example ```tsx <SiteContactCard site={{ streetAddress: \"123 Main St\", city: \"San Francisco\", state: \"CA\", postalCode: \"94102\", longitude: -122.4194, latitude: 37.7749, href: \"/sites/123\" }} contact={{ firstName: \"John\", lastName: \"Doe\", email: \"john.doe@example.com\", phone: \"+1 (555) 123-4567\", href: \"/contacts/123\" }} showMap /> ```",
|
|
2224
|
-
"importRoot": "@texturehq/edges",
|
|
2225
|
-
"importPath": "@texturehq/edges/components/SiteContactCard",
|
|
2226
|
-
"props": [],
|
|
2227
|
-
"relatedComponents": [
|
|
2228
|
-
"StoryLayout",
|
|
2229
|
-
"StoryTable",
|
|
2230
|
-
"StoryTableCell",
|
|
2231
|
-
"StoryTableRow"
|
|
2232
|
-
],
|
|
2233
|
-
"storybookPath": "Display/SiteContactCard"
|
|
2234
|
-
},
|
|
2235
|
-
{
|
|
2236
|
-
"name": "SiteMetaCell",
|
|
2237
|
-
"category": "Uncategorized",
|
|
2238
|
-
"description": "",
|
|
2239
|
-
"importRoot": "@texturehq/edges",
|
|
2240
|
-
"importPath": "@texturehq/edges/components/SiteMetaCell",
|
|
2241
|
-
"props": [],
|
|
2242
|
-
"relatedComponents": [],
|
|
2243
|
-
"storybookPath": "Uncategorized/SiteMetaCell"
|
|
2244
|
-
},
|
|
2245
|
-
{
|
|
2246
|
-
"name": "SiteMetaDisplay",
|
|
2247
|
-
"category": "Display",
|
|
2248
|
-
"description": "SiteMetaDisplay Reusable component for displaying site location information. Supports stacked and inline layouts with size variants and optional linking. **Stacked layout**: MapPin icon, street address above, city/state/zip below **Inline layout**: MapPin icon + street address only (no city/state) Use this component directly in cards, lists, or other layouts. For DataTable cells, use SiteMetaCell which wraps this component. @example ```tsx // Stacked layout (default) <SiteMetaDisplay streetAddress=\"123 Main St\" city=\"San Francisco\" state=\"CA\" postalCode=\"94102\" layout=\"stacked\" size=\"md\" href=\"/sites/123\" /> // Inline layout <SiteMetaDisplay streetAddress=\"123 Main St\" layout=\"inline\" size=\"sm\" href=\"/sites/123\" /> ```",
|
|
2249
|
-
"importRoot": "@texturehq/edges",
|
|
2250
|
-
"importPath": "@texturehq/edges/components/SiteMetaDisplay",
|
|
2251
|
-
"props": [],
|
|
2252
|
-
"relatedComponents": [
|
|
2253
|
-
"StoryLayout",
|
|
2254
|
-
"StoryTable",
|
|
2255
|
-
"StoryTableCell",
|
|
2256
|
-
"StoryTableRow"
|
|
2257
|
-
],
|
|
2258
|
-
"storybookPath": "Display/SiteMetaDisplay"
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
"name": "Skeleton",
|
|
2262
|
-
"category": "Feedback",
|
|
2263
|
-
"description": "Skeleton Loading placeholder component that mimics content structure. Supports various shapes, animations, and responsive configurations for skeleton screens.",
|
|
2264
|
-
"importRoot": "@texturehq/edges",
|
|
2265
|
-
"importPath": "@texturehq/edges/components/Skeleton",
|
|
2266
|
-
"props": [],
|
|
2267
|
-
"relatedComponents": [
|
|
2268
|
-
"StoryGrid",
|
|
2269
|
-
"StoryItem",
|
|
2270
|
-
"StoryLayout",
|
|
2271
|
-
"StorySection"
|
|
2272
|
-
],
|
|
2273
|
-
"storybookPath": "Feedback/Skeleton"
|
|
2274
|
-
},
|
|
2275
|
-
{
|
|
2276
|
-
"name": "SKELETON_SIZES",
|
|
2277
|
-
"category": "Uncategorized",
|
|
2278
|
-
"description": "",
|
|
2279
|
-
"importRoot": "@texturehq/edges",
|
|
2280
|
-
"importPath": "@texturehq/edges/components/SKELETON_SIZES",
|
|
2281
|
-
"props": [],
|
|
2282
|
-
"relatedComponents": [],
|
|
2283
|
-
"storybookPath": "Uncategorized/SKELETON_SIZES"
|
|
2284
|
-
},
|
|
2285
|
-
{
|
|
2286
|
-
"name": "Slider",
|
|
2287
|
-
"category": "Form Controls",
|
|
2288
|
-
"description": "Show the current numeric value to the right of the track",
|
|
2289
|
-
"importRoot": "@texturehq/edges",
|
|
2290
|
-
"importPath": "@texturehq/edges/components/Slider",
|
|
2291
|
-
"props": [
|
|
2292
|
-
{
|
|
2293
|
-
"name": "className",
|
|
2294
|
-
"type": "string"
|
|
2295
|
-
},
|
|
2296
|
-
{
|
|
2297
|
-
"name": "defaultValue",
|
|
2298
|
-
"type": "number"
|
|
2299
|
-
},
|
|
2300
|
-
{
|
|
2301
|
-
"name": "description",
|
|
2302
|
-
"type": "string"
|
|
2303
|
-
},
|
|
2304
|
-
{
|
|
2305
|
-
"name": "disabled",
|
|
2306
|
-
"type": "boolean"
|
|
2307
|
-
},
|
|
2308
|
-
{
|
|
2309
|
-
"name": "errorMessage",
|
|
2310
|
-
"type": "string"
|
|
2311
|
-
},
|
|
2312
|
-
{
|
|
2313
|
-
"name": "label",
|
|
2314
|
-
"type": "string"
|
|
2315
|
-
},
|
|
2316
|
-
{
|
|
2317
|
-
"name": "max",
|
|
2318
|
-
"type": "number"
|
|
2319
|
-
},
|
|
2320
|
-
{
|
|
2321
|
-
"name": "min",
|
|
2322
|
-
"type": "number"
|
|
2323
|
-
},
|
|
2324
|
-
{
|
|
2325
|
-
"name": "onChange",
|
|
2326
|
-
"type": "(value: number) => void"
|
|
2327
|
-
},
|
|
2328
|
-
{
|
|
2329
|
-
"name": "size",
|
|
2330
|
-
"type": "Size"
|
|
2331
|
-
},
|
|
2332
|
-
{
|
|
2333
|
-
"name": "step",
|
|
2334
|
-
"type": "number"
|
|
2335
|
-
},
|
|
2336
|
-
{
|
|
2337
|
-
"name": "tooltip",
|
|
2338
|
-
"type": "string"
|
|
2339
|
-
},
|
|
2340
|
-
{
|
|
2341
|
-
"name": "value",
|
|
2342
|
-
"type": "number"
|
|
2343
|
-
}
|
|
2344
|
-
],
|
|
2345
|
-
"relatedComponents": [
|
|
2346
|
-
"Slider",
|
|
2347
|
-
"StoryLayout",
|
|
2348
|
-
"StoryTable",
|
|
2349
|
-
"StoryTableCell",
|
|
2350
|
-
"StoryTableRow"
|
|
2351
|
-
],
|
|
2352
|
-
"storybookPath": "Form Controls/Slider"
|
|
2353
|
-
},
|
|
2354
|
-
{
|
|
2355
|
-
"name": "SortControl",
|
|
2356
|
-
"category": "Data",
|
|
2357
|
-
"description": "",
|
|
2358
|
-
"importRoot": "@texturehq/edges",
|
|
2359
|
-
"importPath": "@texturehq/edges/components/SortControl",
|
|
2360
|
-
"props": [],
|
|
2361
|
-
"relatedComponents": [],
|
|
2362
|
-
"storybookPath": "Data/SortControl"
|
|
2363
|
-
},
|
|
2364
|
-
{
|
|
2365
|
-
"name": "SparklineCell",
|
|
2366
|
-
"category": "Uncategorized",
|
|
2367
|
-
"description": "",
|
|
2368
|
-
"importRoot": "@texturehq/edges",
|
|
2369
|
-
"importPath": "@texturehq/edges/components/SparklineCell",
|
|
2370
|
-
"props": [],
|
|
2371
|
-
"relatedComponents": [],
|
|
2372
|
-
"storybookPath": "Uncategorized/SparklineCell"
|
|
2373
|
-
},
|
|
2374
|
-
{
|
|
2375
|
-
"name": "SplitPane",
|
|
2376
|
-
"category": "Layout",
|
|
2377
|
-
"description": "Child panels",
|
|
2378
|
-
"importRoot": "@texturehq/edges",
|
|
2379
|
-
"importPath": "@texturehq/edges/components/SplitPane",
|
|
2380
|
-
"props": [],
|
|
2381
|
-
"relatedComponents": [
|
|
2382
|
-
"Badge",
|
|
2383
|
-
"Button",
|
|
2384
|
-
"Card",
|
|
2385
|
-
"Section",
|
|
2386
|
-
"TextField"
|
|
2387
|
-
],
|
|
2388
|
-
"storybookPath": "Layout/SplitPane"
|
|
2389
|
-
},
|
|
2390
|
-
{
|
|
2391
|
-
"name": "StaticMap",
|
|
2392
|
-
"category": "Uncategorized",
|
|
2393
|
-
"description": "",
|
|
2394
|
-
"importRoot": "@texturehq/edges",
|
|
2395
|
-
"importPath": "@texturehq/edges/components/StaticMap",
|
|
2396
|
-
"props": [],
|
|
2397
|
-
"relatedComponents": [],
|
|
2398
|
-
"storybookPath": "Uncategorized/StaticMap"
|
|
2399
|
-
},
|
|
2400
|
-
{
|
|
2401
|
-
"name": "StatList",
|
|
2402
|
-
"category": "Data",
|
|
2403
|
-
"description": "Additional CSS classes */ className?: string; } // Helpers // Use the centralized formatting utility function formatValue(value: StatValue, formatter?: StatFormatter): React.ReactNode { // If value is already a React element, return it as-is (skip formatting) if (React.isValidElement(value)) { return value; } return formatComponentValue({ value, formatter, emptyClassName: \"text-text-muted\", emptyText: \"—\", }); } function getTone(item: StatItem): StatTone | undefined { // Check thresholds first if (item.thresholds && item.value !== null && item.value !== undefined) { for (const threshold of item.thresholds) { if (threshold.when(item.value)) { return threshold.tone; } } } // Fall back to explicit tone return item.tone; } const toneColors: Record<StatTone, string> = { neutral: \"text-text-body\", success: \"text-feedback-success\", warning: \"text-feedback-warning\", error: \"text-feedback-error\", info: \"text-feedback-info\", }; // StatRow Component // Constants for auto-truncation const LONG_STRING_THRESHOLD = 24; const LONG_STRING_TRUNCATE_LENGTH = 20; function StatRow({ item, dense, valueAlign }: { item: StatItem; dense?: boolean; valueAlign?: StatAlign }) { const tone = getTone(item); const toneClass = tone ? toneColors[tone] : \"\"; const isStacked = item.stackOnMobile; // Check if this is a long string that should be auto-truncated on mobile const isLongString = typeof item.value === \"string\" && item.value.length > LONG_STRING_THRESHOLD && !item.formatter && !React.isValidElement(item.value); // Get the formatted value (used for both truncated and full display) const formattedValue = formatValue(item.value, item.formatter); // Get the truncated value for mobile display // Note: We cast to string here because isLongString already verifies typeof item.value === \"string\" const truncatedValue = isLongString ? truncateMiddle(item.value as string, LONG_STRING_TRUNCATE_LENGTH) : null; const textToCopy = typeof item.copyable === \"function\" ? item.copyable(item.value) : String(item.value); // PII data attributes (only set if both piiType and piiEntity are provided) const piiAttrs = item.piiType && item.piiEntity ? { \"data-pii-type\": item.piiType, \"data-pii-entity\": item.piiEntity, } : {}; // For long strings, render both truncated (mobile) and full (desktop) versions // CSS classes control which is visible based on screen size // Tooltip content is wrapped in span with PII attributes to allow masking by Curtain extension const hasPiiAttrs = Object.keys(piiAttrs).length > 0; const valueDisplay = isLongString ? ( <> {/* Mobile: show truncated with tooltip */} <Tooltip content={hasPiiAttrs ? <span {...piiAttrs}>{String(item.value)}</span> : String(item.value)}> <span className={twMerge(\"md:hidden\", item.href ? \"hover:underline cursor-pointer\" : \"\")} {...piiAttrs}> {truncatedValue} </span> </Tooltip> {/* Desktop: show full value",
|
|
2404
|
-
"importRoot": "@texturehq/edges",
|
|
2405
|
-
"importPath": "@texturehq/edges/components/StatList",
|
|
2406
|
-
"props": [],
|
|
2407
|
-
"relatedComponents": [
|
|
2408
|
-
"Button",
|
|
2409
|
-
"Card",
|
|
2410
|
-
"Grid",
|
|
2411
|
-
"Icon",
|
|
2412
|
-
"Section"
|
|
2413
|
-
],
|
|
2414
|
-
"storybookPath": "Data/StatList"
|
|
2415
|
-
},
|
|
2416
|
-
{
|
|
2417
|
-
"name": "Switch",
|
|
2418
|
-
"category": "Form Controls",
|
|
2419
|
-
"description": "Switch Toggle switch component for binary on/off states. Provides an accessible alternative to checkboxes for settings and preferences.",
|
|
2420
|
-
"importRoot": "@texturehq/edges",
|
|
2421
|
-
"importPath": "@texturehq/edges/components/Switch",
|
|
2422
|
-
"props": [
|
|
2423
|
-
{
|
|
2424
|
-
"name": "children",
|
|
2425
|
-
"type": "React.ReactNode"
|
|
2426
|
-
}
|
|
2427
|
-
],
|
|
2428
|
-
"relatedComponents": [
|
|
2429
|
-
"StoryLayout",
|
|
2430
|
-
"StoryTable",
|
|
2431
|
-
"StoryTableCell",
|
|
2432
|
-
"StoryTableRow",
|
|
2433
|
-
"Switch"
|
|
2434
|
-
],
|
|
2435
|
-
"storybookPath": "Form Controls/Switch"
|
|
2436
|
-
},
|
|
2437
|
-
{
|
|
2438
|
-
"name": "Tab",
|
|
2439
|
-
"category": "Navigation",
|
|
2440
|
-
"description": "Tab trigger element.",
|
|
2441
|
-
"importRoot": "@texturehq/edges",
|
|
2442
|
-
"importPath": "@texturehq/edges/components/Tab",
|
|
2443
|
-
"props": [],
|
|
2444
|
-
"relatedComponents": [
|
|
2445
|
-
"StoryLayout",
|
|
2446
|
-
"StoryTable",
|
|
2447
|
-
"StoryTableCell",
|
|
2448
|
-
"StoryTableRow"
|
|
2449
|
-
],
|
|
2450
|
-
"storybookPath": "Navigation/Tab"
|
|
2451
|
-
},
|
|
2452
|
-
{
|
|
2453
|
-
"name": "TabList",
|
|
2454
|
-
"category": "Navigation",
|
|
2455
|
-
"description": "TabList container.",
|
|
2456
|
-
"importRoot": "@texturehq/edges",
|
|
2457
|
-
"importPath": "@texturehq/edges/components/TabList",
|
|
2458
|
-
"props": [],
|
|
2459
|
-
"relatedComponents": [
|
|
2460
|
-
"StoryLayout",
|
|
2461
|
-
"StoryTable",
|
|
2462
|
-
"StoryTableCell",
|
|
2463
|
-
"StoryTableRow"
|
|
2464
|
-
],
|
|
2465
|
-
"storybookPath": "Navigation/TabList"
|
|
2466
|
-
},
|
|
2467
|
-
{
|
|
2468
|
-
"name": "TabPanel",
|
|
2469
|
-
"category": "Navigation",
|
|
2470
|
-
"description": "TabPanel content area.",
|
|
2471
|
-
"importRoot": "@texturehq/edges",
|
|
2472
|
-
"importPath": "@texturehq/edges/components/TabPanel",
|
|
2473
|
-
"props": [],
|
|
2474
|
-
"relatedComponents": [
|
|
2475
|
-
"StoryLayout",
|
|
2476
|
-
"StoryTable",
|
|
2477
|
-
"StoryTableCell",
|
|
2478
|
-
"StoryTableRow"
|
|
2479
|
-
],
|
|
2480
|
-
"storybookPath": "Navigation/TabPanel"
|
|
2481
|
-
},
|
|
2482
|
-
{
|
|
2483
|
-
"name": "Tabs",
|
|
2484
|
-
"category": "Navigation",
|
|
2485
|
-
"description": "Tabs Tabbed interface with styled tabs and panels. @param variant - \"default\" for action-default styling, \"brand\" for action-brand styling",
|
|
2486
|
-
"importRoot": "@texturehq/edges",
|
|
2487
|
-
"importPath": "@texturehq/edges/components/Tabs",
|
|
2488
|
-
"props": [],
|
|
2489
|
-
"relatedComponents": [
|
|
2490
|
-
"StoryLayout",
|
|
2491
|
-
"StoryTable",
|
|
2492
|
-
"StoryTableCell",
|
|
2493
|
-
"StoryTableRow"
|
|
2494
|
-
],
|
|
2495
|
-
"storybookPath": "Navigation/Tabs"
|
|
2496
|
-
},
|
|
2497
|
-
{
|
|
2498
|
-
"name": "TextArea",
|
|
2499
|
-
"category": "Form Controls",
|
|
2500
|
-
"description": "Allow user resizing of the textarea. Defaults to false (non-resizable). When true, enables vertical resize.",
|
|
2501
|
-
"importRoot": "@texturehq/edges",
|
|
2502
|
-
"importPath": "@texturehq/edges/components/TextArea",
|
|
2503
|
-
"props": [
|
|
2504
|
-
{
|
|
2505
|
-
"name": "description",
|
|
2506
|
-
"type": "string"
|
|
2507
|
-
},
|
|
2508
|
-
{
|
|
2509
|
-
"name": "errorMessage",
|
|
2510
|
-
"type": "string | ((validation: ValidationResult) => string)"
|
|
2511
|
-
},
|
|
2512
|
-
{
|
|
2513
|
-
"name": "isDisabled",
|
|
2514
|
-
"type": "boolean"
|
|
2515
|
-
},
|
|
2516
|
-
{
|
|
2517
|
-
"name": "isInvalid",
|
|
2518
|
-
"type": "boolean"
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
"name": "label",
|
|
2522
|
-
"type": "string"
|
|
2523
|
-
},
|
|
2524
|
-
{
|
|
2525
|
-
"name": "size",
|
|
2526
|
-
"type": "Size"
|
|
2527
|
-
},
|
|
2528
|
-
{
|
|
2529
|
-
"name": "tooltip",
|
|
2530
|
-
"type": "string"
|
|
2531
|
-
},
|
|
2532
|
-
{
|
|
2533
|
-
"name": "validationResult",
|
|
2534
|
-
"type": "ValidationResult"
|
|
2535
|
-
}
|
|
2536
|
-
],
|
|
2537
|
-
"relatedComponents": [],
|
|
2538
|
-
"storybookPath": "Form Controls/TextArea"
|
|
2539
|
-
},
|
|
2540
|
-
{
|
|
2541
|
-
"name": "TextAreaWithChips",
|
|
2542
|
-
"category": "Form Controls",
|
|
2543
|
-
"description": "TextAreaWithChips Enhanced textarea component with chip/tag support. Enables rich text input with embedded chips for mentions, tags, or structured data entry.",
|
|
2544
|
-
"importRoot": "@texturehq/edges",
|
|
2545
|
-
"importPath": "@texturehq/edges/components/TextAreaWithChips",
|
|
2546
|
-
"props": [
|
|
2547
|
-
{
|
|
2548
|
-
"name": "chips",
|
|
2549
|
-
"type": "ChipData[]"
|
|
2550
|
-
},
|
|
2551
|
-
{
|
|
2552
|
-
"name": "chipSize",
|
|
2553
|
-
"type": "Size"
|
|
2554
|
-
},
|
|
2555
|
-
{
|
|
2556
|
-
"name": "chipVariant",
|
|
2557
|
-
"type": "\"default\" | \"brand\" | \"secondary\""
|
|
2558
|
-
},
|
|
2559
|
-
{
|
|
2560
|
-
"name": "description",
|
|
2561
|
-
"type": "string"
|
|
2562
|
-
},
|
|
2563
|
-
{
|
|
2564
|
-
"name": "errorMessage",
|
|
2565
|
-
"type": "string | ((validation: ValidationResult) => string)"
|
|
2566
|
-
},
|
|
2567
|
-
{
|
|
2568
|
-
"name": "isDisabled",
|
|
2569
|
-
"type": "boolean"
|
|
2570
|
-
},
|
|
2571
|
-
{
|
|
2572
|
-
"name": "isInvalid",
|
|
2573
|
-
"type": "boolean"
|
|
2574
|
-
},
|
|
2575
|
-
{
|
|
2576
|
-
"name": "label",
|
|
2577
|
-
"type": "string"
|
|
2578
|
-
},
|
|
2579
|
-
{
|
|
2580
|
-
"name": "onChange",
|
|
2581
|
-
"type": "(value: string) => void"
|
|
2582
|
-
},
|
|
2583
|
-
{
|
|
2584
|
-
"name": "onChipsChange",
|
|
2585
|
-
"type": "(chips: ChipData[]) => void"
|
|
2586
|
-
},
|
|
2587
|
-
{
|
|
2588
|
-
"name": "onTriggerDetected",
|
|
2589
|
-
"type": "(triggerInfo: TriggerInfo) => void"
|
|
2590
|
-
},
|
|
2591
|
-
{
|
|
2592
|
-
"name": "onTriggerDismissed",
|
|
2593
|
-
"type": "() => void"
|
|
2594
|
-
},
|
|
2595
|
-
{
|
|
2596
|
-
"name": "renderChip",
|
|
2597
|
-
"type": "(chip: ChipData, onRemove: () => void) => React.ReactNode"
|
|
2598
|
-
},
|
|
2599
|
-
{
|
|
2600
|
-
"name": "size",
|
|
2601
|
-
"type": "Size"
|
|
2602
|
-
},
|
|
2603
|
-
{
|
|
2604
|
-
"name": "tooltip",
|
|
2605
|
-
"type": "string"
|
|
2606
|
-
},
|
|
2607
|
-
{
|
|
2608
|
-
"name": "triggerPattern",
|
|
2609
|
-
"type": "string | RegExp"
|
|
2610
|
-
},
|
|
2611
|
-
{
|
|
2612
|
-
"name": "validationResult",
|
|
2613
|
-
"type": "ValidationResult"
|
|
2614
|
-
},
|
|
2615
|
-
{
|
|
2616
|
-
"name": "value",
|
|
2617
|
-
"type": "string"
|
|
2618
|
-
}
|
|
2619
|
-
],
|
|
2620
|
-
"relatedComponents": [],
|
|
2621
|
-
"storybookPath": "Form Controls/TextAreaWithChips"
|
|
2622
|
-
},
|
|
2623
|
-
{
|
|
2624
|
-
"name": "TextCell",
|
|
2625
|
-
"category": "Uncategorized",
|
|
2626
|
-
"description": "",
|
|
2627
|
-
"importRoot": "@texturehq/edges",
|
|
2628
|
-
"importPath": "@texturehq/edges/components/TextCell",
|
|
2629
|
-
"props": [],
|
|
2630
|
-
"relatedComponents": [],
|
|
2631
|
-
"storybookPath": "Uncategorized/TextCell"
|
|
2632
|
-
},
|
|
2633
|
-
{
|
|
2634
|
-
"name": "TextField",
|
|
2635
|
-
"category": "Form Controls",
|
|
2636
|
-
"description": "Renders an Edges TextField with label, description, validation states and optional search/clear/password affordances.",
|
|
2637
|
-
"importRoot": "@texturehq/edges",
|
|
2638
|
-
"importPath": "@texturehq/edges/components/TextField",
|
|
2639
|
-
"props": [
|
|
2640
|
-
{
|
|
2641
|
-
"name": "className",
|
|
2642
|
-
"type": "string"
|
|
2643
|
-
},
|
|
2644
|
-
{
|
|
2645
|
-
"name": "description",
|
|
2646
|
-
"type": "string"
|
|
2647
|
-
},
|
|
2648
|
-
{
|
|
2649
|
-
"name": "errorMessage",
|
|
2650
|
-
"type": "string | ((validation: ValidationResult) => string)"
|
|
2651
|
-
},
|
|
2652
|
-
{
|
|
2653
|
-
"name": "isRequired",
|
|
2654
|
-
"type": "boolean"
|
|
2655
|
-
},
|
|
2656
|
-
{
|
|
2657
|
-
"name": "label",
|
|
2658
|
-
"type": "string"
|
|
2659
|
-
},
|
|
2660
|
-
{
|
|
2661
|
-
"name": "placeholder",
|
|
2662
|
-
"type": "string"
|
|
2663
|
-
},
|
|
2664
|
-
{
|
|
2665
|
-
"name": "tooltip",
|
|
2666
|
-
"type": "string"
|
|
2667
|
-
},
|
|
2668
|
-
{
|
|
2669
|
-
"name": "validationResult",
|
|
2670
|
-
"type": "ValidationResult"
|
|
2671
|
-
}
|
|
2672
|
-
],
|
|
2673
|
-
"relatedComponents": [
|
|
2674
|
-
"StoryLayout",
|
|
2675
|
-
"StoryTable",
|
|
2676
|
-
"StoryTableCell",
|
|
2677
|
-
"StoryTableRow",
|
|
2678
|
-
"TextField"
|
|
2679
|
-
],
|
|
2680
|
-
"storybookPath": "Form Controls/TextField"
|
|
2681
|
-
},
|
|
2682
|
-
{
|
|
2683
|
-
"name": "TextLink",
|
|
2684
|
-
"category": "Navigation",
|
|
2685
|
-
"description": "TextLink Styled text link component for navigation and actions. Supports internal/external links, button mode, and multiple visual variants. @param LinkComponent - Optional custom Link component (e.g., Next.js Link) for client-side navigation",
|
|
2686
|
-
"importRoot": "@texturehq/edges",
|
|
2687
|
-
"importPath": "@texturehq/edges/components/TextLink",
|
|
2688
|
-
"props": [
|
|
2689
|
-
{
|
|
2690
|
-
"name": "alwaysUnderlined",
|
|
2691
|
-
"type": "boolean"
|
|
2692
|
-
},
|
|
2693
|
-
{
|
|
2694
|
-
"name": "asButton",
|
|
2695
|
-
"type": "boolean"
|
|
2696
|
-
},
|
|
2697
|
-
{
|
|
2698
|
-
"name": "children",
|
|
2699
|
-
"type": "ReactNode"
|
|
2700
|
-
},
|
|
2701
|
-
{
|
|
2702
|
-
"name": "className",
|
|
2703
|
-
"type": "string"
|
|
2704
|
-
},
|
|
2705
|
-
{
|
|
2706
|
-
"name": "external",
|
|
2707
|
-
"type": "boolean"
|
|
2708
|
-
},
|
|
2709
|
-
{
|
|
2710
|
-
"name": "href",
|
|
2711
|
-
"type": "string"
|
|
2712
|
-
},
|
|
2713
|
-
{
|
|
2714
|
-
"name": "onClick",
|
|
2715
|
-
"type": "(e: React.MouseEvent<HTMLAnchorElement>) => void"
|
|
2716
|
-
},
|
|
2717
|
-
{
|
|
2718
|
-
"name": "onPress",
|
|
2719
|
-
"type": "() => void"
|
|
2720
|
-
},
|
|
2721
|
-
{
|
|
2722
|
-
"name": "showArrow",
|
|
2723
|
-
"type": "boolean"
|
|
2724
|
-
},
|
|
2725
|
-
{
|
|
2726
|
-
"name": "title",
|
|
2727
|
-
"type": "string"
|
|
2728
|
-
},
|
|
2729
|
-
{
|
|
2730
|
-
"name": "variant",
|
|
2731
|
-
"type": "\"default\" | \"brand\" | \"muted\" | \"unstyled\""
|
|
2732
|
-
}
|
|
2733
|
-
],
|
|
2734
|
-
"relatedComponents": [],
|
|
2735
|
-
"storybookPath": "Navigation/TextLink"
|
|
2736
|
-
},
|
|
2737
|
-
{
|
|
2738
|
-
"name": "TimeControls",
|
|
2739
|
-
"category": "Charts",
|
|
2740
|
-
"description": "TimeControls Sophisticated time control component with responsive behavior and calendar integration. Features preset ranges, custom date picker, and window size selection. **Responsive Behavior:** - < 600px: Compact mode with Select dropdowns - ≥ 600px: Expanded mode with ToggleButton group for presets @example ```tsx const [dateRange, setDateRange] = useState({ after: subDays(new Date(), 7), before: new Date() }); const [windowSize, setWindowSize] = useState<WindowSize>(\"HOUR\"); <TimeControls dateRange={dateRange} onDateRangeChange={setDateRange} windowSize={windowSize} onWindowSizeChange={setWindowSize} presetRanges={presetRanges} allowDatePicker /> ```",
|
|
2741
|
-
"importRoot": "@texturehq/edges",
|
|
2742
|
-
"importPath": "@texturehq/edges/components/TimeControls",
|
|
2743
|
-
"props": [],
|
|
2744
|
-
"relatedComponents": [],
|
|
2745
|
-
"storybookPath": "Charts/TimeControls"
|
|
2746
|
-
},
|
|
2747
|
-
{
|
|
2748
|
-
"name": "TimeField",
|
|
2749
|
-
"category": "Form Controls",
|
|
2750
|
-
"description": "Renders an Edges TimeField with label, description, validation states, and segmented time input.",
|
|
2751
|
-
"importRoot": "@texturehq/edges",
|
|
2752
|
-
"importPath": "@texturehq/edges/components/TimeField",
|
|
2753
|
-
"props": [
|
|
2754
|
-
{
|
|
2755
|
-
"name": "className",
|
|
2756
|
-
"type": "string"
|
|
2757
|
-
},
|
|
2758
|
-
{
|
|
2759
|
-
"name": "description",
|
|
2760
|
-
"type": "string"
|
|
2761
|
-
},
|
|
2762
|
-
{
|
|
2763
|
-
"name": "errorMessage",
|
|
2764
|
-
"type": "string | ((validation: ValidationResult) => string)"
|
|
2765
|
-
},
|
|
2766
|
-
{
|
|
2767
|
-
"name": "isRequired",
|
|
2768
|
-
"type": "boolean"
|
|
2769
|
-
},
|
|
2770
|
-
{
|
|
2771
|
-
"name": "label",
|
|
2772
|
-
"type": "string"
|
|
2773
|
-
},
|
|
2774
|
-
{
|
|
2775
|
-
"name": "placeholder",
|
|
2776
|
-
"type": "string"
|
|
2777
|
-
},
|
|
2778
|
-
{
|
|
2779
|
-
"name": "tooltip",
|
|
2780
|
-
"type": "string"
|
|
2781
|
-
},
|
|
2782
|
-
{
|
|
2783
|
-
"name": "validationResult",
|
|
2784
|
-
"type": "ValidationResult"
|
|
2785
|
-
}
|
|
2786
|
-
],
|
|
2787
|
-
"relatedComponents": [
|
|
2788
|
-
"Button",
|
|
2789
|
-
"TimeField"
|
|
2790
|
-
],
|
|
2791
|
-
"storybookPath": "Form Controls/TimeField"
|
|
2792
|
-
},
|
|
2793
|
-
{
|
|
2794
|
-
"name": "Timeline",
|
|
2795
|
-
"category": "Display",
|
|
2796
|
-
"description": "Timeline A vertical timeline component for displaying hierarchical or sequential information. Connects items with a visual line to show relationships or flow. @example ```tsx <Timeline> <TimelineItem>First item</TimelineItem> <TimelineItem>Second item</TimelineItem> <TimelineItem>Third item</TimelineItem> </Timeline> ```",
|
|
2797
|
-
"importRoot": "@texturehq/edges",
|
|
2798
|
-
"importPath": "@texturehq/edges/components/Timeline",
|
|
2799
|
-
"props": [],
|
|
2800
|
-
"relatedComponents": [],
|
|
2801
|
-
"storybookPath": "Display/Timeline"
|
|
2802
|
-
},
|
|
2803
|
-
{
|
|
2804
|
-
"name": "TimelineItem",
|
|
2805
|
-
"category": "Display",
|
|
2806
|
-
"description": "",
|
|
2807
|
-
"importRoot": "@texturehq/edges",
|
|
2808
|
-
"importPath": "@texturehq/edges/components/TimelineItem",
|
|
2809
|
-
"props": [],
|
|
2810
|
-
"relatedComponents": [],
|
|
2811
|
-
"storybookPath": "Display/TimelineItem"
|
|
2812
|
-
},
|
|
2813
|
-
{
|
|
2814
|
-
"name": "ToggleButton",
|
|
2815
|
-
"category": "Form Controls",
|
|
2816
|
-
"description": "Value used for group selection state",
|
|
2817
|
-
"importRoot": "@texturehq/edges",
|
|
2818
|
-
"importPath": "@texturehq/edges/components/ToggleButton",
|
|
2819
|
-
"props": [
|
|
2820
|
-
{
|
|
2821
|
-
"name": "badgeNumber",
|
|
2822
|
-
"type": "number"
|
|
2823
|
-
},
|
|
2824
|
-
{
|
|
2825
|
-
"name": "badgePosition",
|
|
2826
|
-
"type": "\"top-right\" | \"top-left\" | \"bottom-right\" | \"bottom-left\""
|
|
2827
|
-
},
|
|
2828
|
-
{
|
|
2829
|
-
"name": "badgeVariant",
|
|
2830
|
-
"type": "\"primary\" | \"destructive\""
|
|
2831
|
-
},
|
|
2832
|
-
{
|
|
2833
|
-
"name": "borderLeft",
|
|
2834
|
-
"type": "boolean"
|
|
2835
|
-
},
|
|
2836
|
-
{
|
|
2837
|
-
"name": "borderRadius",
|
|
2838
|
-
"type": "\"left\" | \"right\""
|
|
2839
|
-
},
|
|
2840
|
-
{
|
|
2841
|
-
"name": "borderRight",
|
|
2842
|
-
"type": "boolean"
|
|
2843
|
-
},
|
|
2844
|
-
{
|
|
2845
|
-
"name": "children",
|
|
2846
|
-
"type": "React.ReactNode"
|
|
2847
|
-
},
|
|
2848
|
-
{
|
|
2849
|
-
"name": "className",
|
|
2850
|
-
"type": "string"
|
|
2851
|
-
},
|
|
2852
|
-
{
|
|
2853
|
-
"name": "icon",
|
|
2854
|
-
"type": "IconName"
|
|
2855
|
-
},
|
|
2856
|
-
{
|
|
2857
|
-
"name": "iconPosition",
|
|
2858
|
-
"type": "\"left\" | \"right\""
|
|
2859
|
-
},
|
|
2860
|
-
{
|
|
2861
|
-
"name": "iconWeight",
|
|
2862
|
-
"type": "\"thin\" | \"light\" | \"regular\" | \"bold\" | \"fill\" | \"duotone\""
|
|
2863
|
-
},
|
|
2864
|
-
{
|
|
2865
|
-
"name": "isDisabled",
|
|
2866
|
-
"type": "boolean"
|
|
2867
|
-
},
|
|
2868
|
-
{
|
|
2869
|
-
"name": "isLoading",
|
|
2870
|
-
"type": "boolean"
|
|
2871
|
-
},
|
|
2872
|
-
{
|
|
2873
|
-
"name": "isSelected",
|
|
2874
|
-
"type": "boolean"
|
|
2875
|
-
},
|
|
2876
|
-
{
|
|
2877
|
-
"name": "loadingIndicator",
|
|
2878
|
-
"type": "React.ReactNode"
|
|
2879
|
-
},
|
|
2880
|
-
{
|
|
2881
|
-
"name": "loadingText",
|
|
2882
|
-
"type": "string"
|
|
2883
|
-
},
|
|
2884
|
-
{
|
|
2885
|
-
"name": "onChange",
|
|
2886
|
-
"type": "(isSelected: boolean) => void"
|
|
2887
|
-
},
|
|
2888
|
-
{
|
|
2889
|
-
"name": "onPress",
|
|
2890
|
-
"type": "() => void"
|
|
2891
|
-
},
|
|
2892
|
-
{
|
|
2893
|
-
"name": "size",
|
|
2894
|
-
"type": "Size"
|
|
2895
|
-
},
|
|
2896
|
-
{
|
|
2897
|
-
"name": "variant",
|
|
2898
|
-
"type": "\"default\" | \"brand\""
|
|
2899
|
-
}
|
|
2900
|
-
],
|
|
2901
|
-
"relatedComponents": [
|
|
2902
|
-
"StoryLayout",
|
|
2903
|
-
"StoryTable",
|
|
2904
|
-
"StoryTableCell",
|
|
2905
|
-
"StoryTableRow",
|
|
2906
|
-
"ToggleButton"
|
|
2907
|
-
],
|
|
2908
|
-
"storybookPath": "Form Controls/ToggleButton"
|
|
2909
|
-
},
|
|
2910
|
-
{
|
|
2911
|
-
"name": "Tooltip",
|
|
2912
|
-
"category": "Overlays",
|
|
2913
|
-
"description": "Tooltip Lightweight content container that appears on hover/focus/press.",
|
|
2914
|
-
"importRoot": "@texturehq/edges",
|
|
2915
|
-
"importPath": "@texturehq/edges/components/Tooltip",
|
|
2916
|
-
"props": [
|
|
2917
|
-
{
|
|
2918
|
-
"name": "children",
|
|
2919
|
-
"type": "React.ReactNode"
|
|
2920
|
-
},
|
|
2921
|
-
{
|
|
2922
|
-
"name": "content",
|
|
2923
|
-
"type": "React.ReactNode"
|
|
2924
|
-
}
|
|
2925
|
-
],
|
|
2926
|
-
"relatedComponents": [],
|
|
2927
|
-
"storybookPath": "Overlays/Tooltip"
|
|
2928
|
-
},
|
|
2929
|
-
{
|
|
2930
|
-
"name": "TopNav",
|
|
2931
|
-
"category": "Layout",
|
|
2932
|
-
"description": "TopNav Horizontal navigation bar component for application headers. Includes mobile menu toggle, user avatar, theme switcher, and customizable action areas.",
|
|
2933
|
-
"importRoot": "@texturehq/edges",
|
|
2934
|
-
"importPath": "@texturehq/edges/components/TopNav",
|
|
2935
|
-
"props": [],
|
|
2936
|
-
"relatedComponents": [
|
|
2937
|
-
"Avatar",
|
|
2938
|
-
"GlobalSearch",
|
|
2939
|
-
"SearchEmptyState",
|
|
2940
|
-
"SearchLoadingState",
|
|
2941
|
-
"SearchResultGroup",
|
|
2942
|
-
"SearchResultItem",
|
|
2943
|
-
"SearchResultsList"
|
|
2944
|
-
],
|
|
2945
|
-
"storybookPath": "Layout/TopNav"
|
|
2946
|
-
},
|
|
2947
|
-
{
|
|
2948
|
-
"name": "Tray",
|
|
2949
|
-
"category": "Overlays",
|
|
2950
|
-
"description": "Tray Bottom anchored overlay optimized for mobile experiences. Provides optional header/footer slots that align with Dialog & Drawer APIs.",
|
|
2951
|
-
"importRoot": "@texturehq/edges",
|
|
2952
|
-
"importPath": "@texturehq/edges/components/Tray",
|
|
2953
|
-
"props": [],
|
|
2954
|
-
"relatedComponents": [],
|
|
2955
|
-
"storybookPath": "Overlays/Tray"
|
|
2956
|
-
}
|
|
2957
|
-
],
|
|
2958
|
-
"categories": {
|
|
2959
|
-
"Form Controls": [
|
|
2960
|
-
"ActionMenu",
|
|
2961
|
-
"Autocomplete",
|
|
2962
|
-
"Button",
|
|
2963
|
-
"Calendar",
|
|
2964
|
-
"Checkbox",
|
|
2965
|
-
"CheckboxGroup",
|
|
2966
|
-
"ChipInputField",
|
|
2967
|
-
"CodeEditor",
|
|
2968
|
-
"ColorField",
|
|
2969
|
-
"DateField",
|
|
2970
|
-
"DateRangePicker",
|
|
2971
|
-
"FileUpload",
|
|
2972
|
-
"Form",
|
|
2973
|
-
"ListBox",
|
|
2974
|
-
"ListBoxItem",
|
|
2975
|
-
"NumberField",
|
|
2976
|
-
"PlaceSearch",
|
|
2977
|
-
"Radio",
|
|
2978
|
-
"RadioCard",
|
|
2979
|
-
"RadioCardGroup",
|
|
2980
|
-
"RadioGroup",
|
|
2981
|
-
"RangeCalendar",
|
|
2982
|
-
"RichTextEditor",
|
|
2983
|
-
"SegmentedControl",
|
|
2984
|
-
"Select",
|
|
2985
|
-
"Slider",
|
|
2986
|
-
"Switch",
|
|
2987
|
-
"TextArea",
|
|
2988
|
-
"TextAreaWithChips",
|
|
2989
|
-
"TextField",
|
|
2990
|
-
"TimeField",
|
|
2991
|
-
"ToggleButton"
|
|
2992
|
-
],
|
|
2993
|
-
"Activity": [
|
|
2994
|
-
"ActivityFeed",
|
|
2995
|
-
"ActivityFeedGroup",
|
|
2996
|
-
"ActivityItem"
|
|
2997
|
-
],
|
|
2998
|
-
"Overlays": [
|
|
2999
|
-
"Alert",
|
|
3000
|
-
"Confirm",
|
|
3001
|
-
"Dialog",
|
|
3002
|
-
"Drawer",
|
|
3003
|
-
"HoverCard",
|
|
3004
|
-
"Popover",
|
|
3005
|
-
"Tooltip",
|
|
3006
|
-
"Tray"
|
|
3007
|
-
],
|
|
3008
|
-
"Layout": [
|
|
3009
|
-
"AppShell",
|
|
3010
|
-
"Card",
|
|
3011
|
-
"CardContent",
|
|
3012
|
-
"CardFooter",
|
|
3013
|
-
"CardHeader",
|
|
3014
|
-
"CardMedia",
|
|
3015
|
-
"Collapse",
|
|
3016
|
-
"CollapseContent",
|
|
3017
|
-
"CollapseHeader",
|
|
3018
|
-
"CollapseItem",
|
|
3019
|
-
"Grid",
|
|
3020
|
-
"PageLayout",
|
|
3021
|
-
"Section",
|
|
3022
|
-
"SplitPane",
|
|
3023
|
-
"TopNav"
|
|
3024
|
-
],
|
|
3025
|
-
"Display": [
|
|
3026
|
-
"Avatar",
|
|
3027
|
-
"Badge",
|
|
3028
|
-
"Chip",
|
|
3029
|
-
"ConnectionStatusBadge",
|
|
3030
|
-
"ContactCard",
|
|
3031
|
-
"ContactMetaDisplay",
|
|
3032
|
-
"CopyToClipboard",
|
|
3033
|
-
"DeviceHealthBadge",
|
|
3034
|
-
"DeviceMetaDisplay",
|
|
3035
|
-
"DeviceStateBadge",
|
|
3036
|
-
"DeviceStateWithMetric",
|
|
3037
|
-
"DeviceTypeIcon",
|
|
3038
|
-
"EnrollmentStatusBadge",
|
|
3039
|
-
"FirmwareVersionBadge",
|
|
3040
|
-
"GridStateBadge",
|
|
3041
|
-
"SiteCard",
|
|
3042
|
-
"SiteContactCard",
|
|
3043
|
-
"SiteMetaDisplay",
|
|
3044
|
-
"Timeline",
|
|
3045
|
-
"TimelineItem"
|
|
3046
|
-
],
|
|
3047
|
-
"Feedback": [
|
|
3048
|
-
"Banner",
|
|
3049
|
-
"EmptyState",
|
|
3050
|
-
"ErrorBoundary",
|
|
3051
|
-
"InfiniteScrollIndicator",
|
|
3052
|
-
"Meter",
|
|
3053
|
-
"Notice",
|
|
3054
|
-
"NoticeContainer",
|
|
3055
|
-
"NoticeProvider",
|
|
3056
|
-
"PageBanner",
|
|
3057
|
-
"ProgressBar",
|
|
3058
|
-
"Skeleton"
|
|
3059
|
-
],
|
|
3060
|
-
"Navigation": [
|
|
3061
|
-
"BreadcrumbItem",
|
|
3062
|
-
"Breadcrumbs",
|
|
3063
|
-
"SectionNav",
|
|
3064
|
-
"SideNav",
|
|
3065
|
-
"Tab",
|
|
3066
|
-
"TabList",
|
|
3067
|
-
"TabPanel",
|
|
3068
|
-
"Tabs",
|
|
3069
|
-
"TextLink"
|
|
3070
|
-
],
|
|
3071
|
-
"Components": [
|
|
3072
|
-
"CarouselAutoplayTrigger",
|
|
3073
|
-
"CarouselControl",
|
|
3074
|
-
"CarouselIndicator",
|
|
3075
|
-
"CarouselIndicatorGroup",
|
|
3076
|
-
"CarouselItem",
|
|
3077
|
-
"CarouselItemGroup",
|
|
3078
|
-
"CarouselNextTrigger",
|
|
3079
|
-
"CarouselPrevTrigger",
|
|
3080
|
-
"CarouselProgressText",
|
|
3081
|
-
"CarouselRoot",
|
|
3082
|
-
"HierarchyExplorer"
|
|
3083
|
-
],
|
|
3084
|
-
"Charts": [
|
|
3085
|
-
"AreaSeries",
|
|
3086
|
-
"BarSeries",
|
|
3087
|
-
"CategoryBarChart",
|
|
3088
|
-
"ChartAxis",
|
|
3089
|
-
"ChartContainer",
|
|
3090
|
-
"ChartEventMarkers",
|
|
3091
|
-
"FunnelSeries",
|
|
3092
|
-
"LineSeries",
|
|
3093
|
-
"TimeControls"
|
|
3094
|
-
],
|
|
3095
|
-
"Uncategorized": [
|
|
3096
|
-
"ActionCell",
|
|
3097
|
-
"BadgeCell",
|
|
3098
|
-
"BooleanCell",
|
|
3099
|
-
"ChartBottomBar",
|
|
3100
|
-
"ChartTooltip",
|
|
3101
|
-
"CommandPalette",
|
|
3102
|
-
"ContactMetaCell",
|
|
3103
|
-
"CustomCell",
|
|
3104
|
-
"DateCell",
|
|
3105
|
-
"DeviceMetaCell",
|
|
3106
|
-
"DeviceStateCell",
|
|
3107
|
-
"DialogHeader",
|
|
3108
|
-
"FormattedCell",
|
|
3109
|
-
"GlobalSearch",
|
|
3110
|
-
"HorizontalBarCell",
|
|
3111
|
-
"InteractiveMap",
|
|
3112
|
-
"MAP_TYPES",
|
|
3113
|
-
"MiniBarCell",
|
|
3114
|
-
"ModalBackdrop",
|
|
3115
|
-
"NumberCell",
|
|
3116
|
-
"PercentBarCell",
|
|
3117
|
-
"SKELETON_SIZES",
|
|
3118
|
-
"SearchEmptyState",
|
|
3119
|
-
"SearchLoadingState",
|
|
3120
|
-
"SearchResultGroup",
|
|
3121
|
-
"SearchResultItem",
|
|
3122
|
-
"SearchResultsList",
|
|
3123
|
-
"SearchTrigger",
|
|
3124
|
-
"SelectCell",
|
|
3125
|
-
"SiteMetaCell",
|
|
3126
|
-
"SparklineCell",
|
|
3127
|
-
"StaticMap",
|
|
3128
|
-
"TextCell"
|
|
3129
|
-
],
|
|
3130
|
-
"Data": [
|
|
3131
|
-
"AutoMobileRenderer",
|
|
3132
|
-
"CardMobileRenderer",
|
|
3133
|
-
"DataControls",
|
|
3134
|
-
"DataTable",
|
|
3135
|
-
"FilterChips",
|
|
3136
|
-
"FilterDialog",
|
|
3137
|
-
"Kpi",
|
|
3138
|
-
"KpiGroup",
|
|
3139
|
-
"ResultsCount",
|
|
3140
|
-
"SearchControl",
|
|
3141
|
-
"SortControl",
|
|
3142
|
-
"StatList"
|
|
3143
|
-
],
|
|
3144
|
-
"Typography": [
|
|
3145
|
-
"Heading"
|
|
3146
|
-
],
|
|
3147
|
-
"Design Tokens": [
|
|
3148
|
-
"Icon",
|
|
3149
|
-
"Logo"
|
|
3150
|
-
],
|
|
3151
|
-
"Lists": [
|
|
3152
|
-
"List",
|
|
3153
|
-
"ListItem",
|
|
3154
|
-
"ListPane"
|
|
3155
|
-
],
|
|
3156
|
-
"Utility": [
|
|
3157
|
-
"Loader"
|
|
3158
|
-
]
|
|
3159
|
-
}
|
|
3160
|
-
}
|