@almadar/std 16.10.3 → 16.10.4
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/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +64 -62
- package/behaviors/registry/core-variations/atoms/std-browse-dense.orb +48 -46
- package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +55 -54
- package/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +207 -99
- package/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +215 -141
- package/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +215 -129
- package/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +147 -146
- package/dist/behaviors/behaviors-registry.json +1 -1
- package/dist/behaviors/registry/core-variations/atoms/std-browse-command-palette.orb +64 -62
- package/dist/behaviors/registry/core-variations/atoms/std-browse-dense.orb +48 -46
- package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +55 -54
- package/dist/behaviors/registry/core-variations/atoms/std-stats-hero-metric.orb +207 -99
- package/dist/behaviors/registry/core-variations/atoms/std-stats-kpi-tiles.orb +215 -141
- package/dist/behaviors/registry/core-variations/atoms/std-stats-sparkline-row.orb +215 -129
- package/dist/behaviors/registry/core-variations/atoms/std-thread-email-threaded.orb +147 -146
- package/dist/behaviors-registry.json +1 -1
- package/dist/registry/core-variations/atoms/std-browse-command-palette.orb +64 -62
- package/dist/registry/core-variations/atoms/std-browse-dense.orb +48 -46
- package/dist/registry/core-variations/atoms/std-browse-gallery.orb +55 -54
- package/dist/registry/core-variations/atoms/std-stats-hero-metric.orb +207 -99
- package/dist/registry/core-variations/atoms/std-stats-kpi-tiles.orb +215 -141
- package/dist/registry/core-variations/atoms/std-stats-sparkline-row.orb +215 -129
- package/dist/registry/core-variations/atoms/std-thread-email-threaded.orb +147 -146
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-thread-email-threaded",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
4
4
|
"description": "Email-threaded — Gmail/Outlook/Mail.app split-pane: left message list (sender, subject, preview), right pane shows the focused message with from/to/subject header and quoted-reply nested tree. For helpdesk email threads, support tickets, document discussions that read like email.",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
@@ -91,13 +91,13 @@
|
|
|
91
91
|
"type": "object",
|
|
92
92
|
"default": {},
|
|
93
93
|
"properties": {
|
|
94
|
-
"
|
|
95
|
-
"name": "
|
|
94
|
+
"subject": {
|
|
95
|
+
"name": "subject",
|
|
96
96
|
"type": "string",
|
|
97
97
|
"required": false
|
|
98
98
|
},
|
|
99
|
-
"
|
|
100
|
-
"name": "
|
|
99
|
+
"content": {
|
|
100
|
+
"name": "content",
|
|
101
101
|
"type": "string",
|
|
102
102
|
"required": false
|
|
103
103
|
},
|
|
@@ -110,28 +110,28 @@
|
|
|
110
110
|
"cardinality": "many"
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
|
-
"
|
|
114
|
-
"name": "
|
|
113
|
+
"authorName": {
|
|
114
|
+
"name": "authorName",
|
|
115
115
|
"type": "string",
|
|
116
116
|
"required": false
|
|
117
117
|
},
|
|
118
|
-
"
|
|
119
|
-
"name": "
|
|
118
|
+
"toAddress": {
|
|
119
|
+
"name": "toAddress",
|
|
120
120
|
"type": "string",
|
|
121
121
|
"required": false
|
|
122
122
|
},
|
|
123
|
-
"
|
|
124
|
-
"name": "
|
|
123
|
+
"createdAt": {
|
|
124
|
+
"name": "createdAt",
|
|
125
125
|
"type": "string",
|
|
126
126
|
"required": false
|
|
127
127
|
},
|
|
128
|
-
"
|
|
129
|
-
"name": "
|
|
128
|
+
"fromAddress": {
|
|
129
|
+
"name": "fromAddress",
|
|
130
130
|
"type": "string",
|
|
131
131
|
"required": false
|
|
132
132
|
},
|
|
133
|
-
"
|
|
134
|
-
"name": "
|
|
133
|
+
"id": {
|
|
134
|
+
"name": "id",
|
|
135
135
|
"type": "string",
|
|
136
136
|
"required": false
|
|
137
137
|
}
|
|
@@ -147,336 +147,337 @@
|
|
|
147
147
|
"config": {
|
|
148
148
|
"bodyContent": {
|
|
149
149
|
"type": "stack",
|
|
150
|
+
"direction": "horizontal",
|
|
151
|
+
"align": "stretch",
|
|
152
|
+
"gap": "none",
|
|
153
|
+
"className": "max-w-7xl mx-auto my-section min-h-[32rem] max-h-[80vh] border border-[var(--color-border)] rounded-lg overflow-hidden shadow-sm bg-[var(--color-surface)]",
|
|
150
154
|
"children": [
|
|
151
155
|
{
|
|
156
|
+
"className": "w-80 shrink-0 border-r border-[var(--color-border)] bg-[var(--color-surface-subtle)] overflow-y-auto",
|
|
157
|
+
"gap": "none",
|
|
152
158
|
"type": "stack",
|
|
153
159
|
"children": [
|
|
154
160
|
{
|
|
155
|
-
"
|
|
161
|
+
"align": "center",
|
|
162
|
+
"gap": "sm",
|
|
163
|
+
"className": "p-card-md border-b border-[var(--color-border)] sticky top-0 bg-[var(--color-surface-subtle)] z-10",
|
|
156
164
|
"children": [
|
|
157
165
|
{
|
|
166
|
+
"type": "icon",
|
|
158
167
|
"name": "inbox",
|
|
159
|
-
"size": "sm"
|
|
160
|
-
"type": "icon"
|
|
168
|
+
"size": "sm"
|
|
161
169
|
},
|
|
162
170
|
{
|
|
163
|
-
"content": "Inbox",
|
|
164
171
|
"variant": "label",
|
|
172
|
+
"weight": "medium",
|
|
165
173
|
"type": "typography",
|
|
166
|
-
"
|
|
174
|
+
"content": "Inbox"
|
|
167
175
|
}
|
|
168
176
|
],
|
|
169
177
|
"type": "stack",
|
|
170
|
-
"gap": "sm",
|
|
171
|
-
"align": "center",
|
|
172
178
|
"direction": "horizontal"
|
|
173
179
|
},
|
|
174
180
|
{
|
|
181
|
+
"type": "data-list",
|
|
182
|
+
"gap": "none",
|
|
175
183
|
"variant": "default",
|
|
184
|
+
"entity": "@payload.data",
|
|
176
185
|
"fields": [],
|
|
177
186
|
"itemClickEvent": "SELECT",
|
|
178
187
|
"renderItem": [
|
|
179
188
|
"fn",
|
|
180
189
|
"item",
|
|
181
190
|
{
|
|
182
|
-
"
|
|
191
|
+
"align": "start",
|
|
192
|
+
"gap": "sm",
|
|
193
|
+
"className": "min-w-0 px-4 py-3",
|
|
183
194
|
"direction": "horizontal",
|
|
195
|
+
"type": "stack",
|
|
184
196
|
"children": [
|
|
185
197
|
{
|
|
198
|
+
"name": "@item.authorName",
|
|
186
199
|
"size": "sm",
|
|
187
|
-
"className": "shrink-0 mt-0.5",
|
|
188
200
|
"type": "avatar",
|
|
189
|
-
"
|
|
201
|
+
"className": "shrink-0 mt-0.5"
|
|
190
202
|
},
|
|
191
203
|
{
|
|
192
|
-
"
|
|
204
|
+
"gap": "xs",
|
|
205
|
+
"direction": "vertical",
|
|
193
206
|
"type": "stack",
|
|
207
|
+
"className": "flex-1 min-w-0",
|
|
194
208
|
"children": [
|
|
195
209
|
{
|
|
210
|
+
"className": "min-w-0",
|
|
196
211
|
"type": "stack",
|
|
197
212
|
"children": [
|
|
198
213
|
{
|
|
214
|
+
"variant": "body2",
|
|
199
215
|
"type": "typography",
|
|
200
|
-
"content": "@item.authorName",
|
|
201
|
-
"className": "flex-1 truncate",
|
|
202
216
|
"weight": "semibold",
|
|
203
|
-
"
|
|
217
|
+
"content": "@item.authorName",
|
|
218
|
+
"className": "flex-1 truncate"
|
|
204
219
|
},
|
|
205
220
|
{
|
|
221
|
+
"name": "chevron-right",
|
|
206
222
|
"className": "shrink-0 text-[var(--color-text-muted)]",
|
|
207
|
-
"type": "icon",
|
|
208
223
|
"size": "xs",
|
|
209
|
-
"
|
|
224
|
+
"type": "icon"
|
|
210
225
|
}
|
|
211
226
|
],
|
|
212
|
-
"direction": "horizontal",
|
|
213
227
|
"align": "center",
|
|
214
228
|
"gap": "sm",
|
|
215
|
-
"
|
|
229
|
+
"direction": "horizontal"
|
|
216
230
|
},
|
|
217
231
|
{
|
|
218
232
|
"content": "@item.subject",
|
|
233
|
+
"className": "truncate",
|
|
219
234
|
"type": "typography",
|
|
220
|
-
"variant": "body2"
|
|
221
|
-
"className": "truncate"
|
|
235
|
+
"variant": "body2"
|
|
222
236
|
},
|
|
223
237
|
{
|
|
224
|
-
"className": "truncate",
|
|
225
238
|
"color": "muted",
|
|
226
|
-
"variant": "caption",
|
|
227
239
|
"type": "typography",
|
|
228
|
-
"
|
|
240
|
+
"variant": "caption",
|
|
241
|
+
"content": "@item.preview",
|
|
242
|
+
"className": "truncate"
|
|
229
243
|
}
|
|
230
|
-
]
|
|
231
|
-
"direction": "vertical",
|
|
232
|
-
"gap": "xs"
|
|
244
|
+
]
|
|
233
245
|
}
|
|
234
|
-
]
|
|
235
|
-
"gap": "sm",
|
|
236
|
-
"align": "start",
|
|
237
|
-
"className": "min-w-0 py-1"
|
|
246
|
+
]
|
|
238
247
|
}
|
|
239
|
-
]
|
|
240
|
-
"entity": "@payload.data",
|
|
241
|
-
"type": "data-list",
|
|
242
|
-
"gap": "none"
|
|
248
|
+
]
|
|
243
249
|
}
|
|
244
250
|
],
|
|
245
|
-
"direction": "vertical"
|
|
246
|
-
"gap": "none",
|
|
247
|
-
"className": "w-80 shrink-0 border-r border-[var(--color-border)] bg-[var(--color-muted)]"
|
|
251
|
+
"direction": "vertical"
|
|
248
252
|
},
|
|
249
253
|
{
|
|
250
254
|
"children": [
|
|
251
255
|
{
|
|
252
|
-
"
|
|
253
|
-
"
|
|
254
|
-
"className": "pb-card-md border-b border-[var(--color-border)]",
|
|
256
|
+
"direction": "vertical",
|
|
257
|
+
"className": "pb-4 border-b border-[var(--color-border)]",
|
|
255
258
|
"children": [
|
|
256
259
|
{
|
|
260
|
+
"type": "stack",
|
|
261
|
+
"justify": "between",
|
|
262
|
+
"gap": "md",
|
|
263
|
+
"align": "start",
|
|
257
264
|
"direction": "horizontal",
|
|
258
265
|
"children": [
|
|
259
266
|
{
|
|
267
|
+
"variant": "h3",
|
|
260
268
|
"type": "typography",
|
|
261
269
|
"content": "@entity.focusedRow.subject",
|
|
262
|
-
"variant": "h3",
|
|
263
270
|
"className": "flex-1 min-w-0"
|
|
264
271
|
},
|
|
265
272
|
{
|
|
266
|
-
"direction": "horizontal",
|
|
267
|
-
"gap": "sm",
|
|
268
|
-
"type": "stack",
|
|
269
|
-
"align": "center",
|
|
270
|
-
"className": "shrink-0",
|
|
271
273
|
"children": [
|
|
272
274
|
{
|
|
275
|
+
"size": "sm",
|
|
273
276
|
"actionPayload": {
|
|
274
277
|
"parentId": "@entity.focusedRow.id"
|
|
275
278
|
},
|
|
276
279
|
"variant": "secondary",
|
|
280
|
+
"type": "button",
|
|
277
281
|
"icon": "corner-up-left",
|
|
278
282
|
"label": "Reply",
|
|
279
|
-
"type": "button",
|
|
280
|
-
"size": "sm",
|
|
281
283
|
"action": "REPLY"
|
|
282
284
|
},
|
|
283
285
|
{
|
|
284
|
-
"
|
|
286
|
+
"type": "button",
|
|
285
287
|
"action": "REPLY",
|
|
286
288
|
"icon": "corner-up-right",
|
|
289
|
+
"label": "Forward",
|
|
287
290
|
"variant": "ghost",
|
|
288
|
-
"type": "button",
|
|
289
291
|
"size": "sm"
|
|
290
292
|
}
|
|
291
|
-
]
|
|
293
|
+
],
|
|
294
|
+
"direction": "horizontal",
|
|
295
|
+
"type": "stack",
|
|
296
|
+
"align": "center",
|
|
297
|
+
"gap": "sm",
|
|
298
|
+
"className": "shrink-0"
|
|
292
299
|
}
|
|
293
|
-
]
|
|
294
|
-
"gap": "md",
|
|
295
|
-
"type": "stack",
|
|
296
|
-
"align": "start",
|
|
297
|
-
"justify": "between"
|
|
300
|
+
]
|
|
298
301
|
},
|
|
299
302
|
{
|
|
300
|
-
"align": "center",
|
|
301
|
-
"direction": "horizontal",
|
|
302
303
|
"gap": "md",
|
|
304
|
+
"direction": "horizontal",
|
|
305
|
+
"align": "center",
|
|
306
|
+
"type": "stack",
|
|
303
307
|
"children": [
|
|
304
308
|
{
|
|
305
|
-
"type": "avatar",
|
|
306
|
-
"name": "@entity.focusedRow.authorName",
|
|
307
309
|
"size": "md",
|
|
310
|
+
"name": "@entity.focusedRow.authorName",
|
|
311
|
+
"type": "avatar",
|
|
308
312
|
"className": "shrink-0"
|
|
309
313
|
},
|
|
310
314
|
{
|
|
311
315
|
"children": [
|
|
312
316
|
{
|
|
313
317
|
"type": "stack",
|
|
314
|
-
"align": "center",
|
|
315
|
-
"direction": "horizontal",
|
|
316
|
-
"gap": "xs",
|
|
317
318
|
"children": [
|
|
318
319
|
{
|
|
319
320
|
"content": "From",
|
|
320
321
|
"type": "typography",
|
|
321
322
|
"variant": "caption",
|
|
322
|
-
"
|
|
323
|
-
"
|
|
323
|
+
"color": "muted",
|
|
324
|
+
"className": "w-10 shrink-0"
|
|
324
325
|
},
|
|
325
326
|
{
|
|
326
|
-
"weight": "medium",
|
|
327
|
-
"content": "@entity.focusedRow.fromAddress",
|
|
328
327
|
"className": "truncate",
|
|
329
|
-
"
|
|
330
|
-
"
|
|
328
|
+
"content": "@entity.focusedRow.fromAddress",
|
|
329
|
+
"weight": "medium",
|
|
330
|
+
"variant": "body2",
|
|
331
|
+
"type": "typography"
|
|
331
332
|
}
|
|
332
|
-
]
|
|
333
|
+
],
|
|
334
|
+
"align": "center",
|
|
335
|
+
"direction": "horizontal",
|
|
336
|
+
"gap": "xs"
|
|
333
337
|
},
|
|
334
338
|
{
|
|
335
|
-
"gap": "xs",
|
|
336
339
|
"direction": "horizontal",
|
|
340
|
+
"type": "stack",
|
|
341
|
+
"align": "center",
|
|
337
342
|
"children": [
|
|
338
343
|
{
|
|
339
|
-
"content": "To",
|
|
340
344
|
"className": "w-10 shrink-0",
|
|
341
345
|
"type": "typography",
|
|
342
|
-
"
|
|
343
|
-
"color": "muted"
|
|
346
|
+
"content": "To",
|
|
347
|
+
"color": "muted",
|
|
348
|
+
"variant": "caption"
|
|
344
349
|
},
|
|
345
350
|
{
|
|
346
|
-
"className": "truncate",
|
|
347
351
|
"type": "typography",
|
|
348
|
-
"
|
|
349
|
-
"content": "@entity.focusedRow.toAddress"
|
|
352
|
+
"className": "truncate",
|
|
353
|
+
"content": "@entity.focusedRow.toAddress",
|
|
354
|
+
"variant": "body2"
|
|
350
355
|
}
|
|
351
356
|
],
|
|
352
|
-
"
|
|
353
|
-
"align": "center"
|
|
357
|
+
"gap": "xs"
|
|
354
358
|
}
|
|
355
359
|
],
|
|
356
|
-
"direction": "vertical",
|
|
357
|
-
"type": "stack",
|
|
358
360
|
"gap": "none",
|
|
359
|
-
"
|
|
361
|
+
"type": "stack",
|
|
362
|
+
"className": "flex-1 min-w-0",
|
|
363
|
+
"direction": "vertical"
|
|
360
364
|
},
|
|
361
365
|
{
|
|
362
|
-
"variant": "caption",
|
|
363
|
-
"color": "muted",
|
|
364
|
-
"type": "typography",
|
|
365
366
|
"className": "shrink-0",
|
|
366
|
-
"content": "@entity.focusedRow.createdAt"
|
|
367
|
+
"content": "@entity.focusedRow.createdAt",
|
|
368
|
+
"type": "typography",
|
|
369
|
+
"color": "muted",
|
|
370
|
+
"variant": "caption"
|
|
367
371
|
}
|
|
368
|
-
]
|
|
369
|
-
"type": "stack"
|
|
372
|
+
]
|
|
370
373
|
}
|
|
371
374
|
],
|
|
372
|
-
"
|
|
375
|
+
"type": "stack",
|
|
376
|
+
"gap": "md"
|
|
373
377
|
},
|
|
374
378
|
{
|
|
375
|
-
"padding": "lg",
|
|
376
379
|
"look": "flat-bordered",
|
|
380
|
+
"type": "card",
|
|
377
381
|
"children": {
|
|
378
|
-
"variant": "body",
|
|
379
|
-
"className": "leading-relaxed whitespace-pre-wrap",
|
|
380
382
|
"content": "@entity.focusedRow.content",
|
|
383
|
+
"className": "leading-relaxed whitespace-pre-wrap",
|
|
384
|
+
"variant": "body",
|
|
381
385
|
"type": "typography"
|
|
382
386
|
},
|
|
383
|
-
"
|
|
387
|
+
"padding": "lg"
|
|
384
388
|
},
|
|
385
389
|
{
|
|
386
|
-
"align": "center",
|
|
387
|
-
"direction": "horizontal",
|
|
388
|
-
"gap": "sm",
|
|
389
390
|
"children": [
|
|
390
391
|
{
|
|
391
|
-
"name": "corner-down-right",
|
|
392
392
|
"size": "xs",
|
|
393
|
+
"name": "corner-down-right",
|
|
393
394
|
"type": "icon"
|
|
394
395
|
},
|
|
395
396
|
{
|
|
396
|
-
"color": "muted",
|
|
397
397
|
"type": "typography",
|
|
398
|
+
"content": "Quoted replies",
|
|
398
399
|
"variant": "label",
|
|
399
|
-
"
|
|
400
|
+
"color": "muted"
|
|
400
401
|
}
|
|
401
402
|
],
|
|
402
|
-
"
|
|
403
|
+
"align": "center",
|
|
404
|
+
"type": "stack",
|
|
405
|
+
"gap": "sm",
|
|
406
|
+
"direction": "horizontal"
|
|
403
407
|
},
|
|
404
408
|
{
|
|
409
|
+
"type": "data-list",
|
|
410
|
+
"gap": "sm",
|
|
405
411
|
"entity": "@entity.focusedRow.replies",
|
|
406
|
-
"fields": [],
|
|
407
412
|
"variant": "default",
|
|
413
|
+
"fields": [],
|
|
408
414
|
"renderItem": [
|
|
409
415
|
"fn",
|
|
410
416
|
"reply",
|
|
411
417
|
{
|
|
412
|
-
"look": "flat-bordered",
|
|
413
418
|
"type": "card",
|
|
414
|
-
"
|
|
419
|
+
"look": "flat-bordered",
|
|
420
|
+
"padding": "md",
|
|
415
421
|
"children": {
|
|
416
|
-
"
|
|
422
|
+
"type": "stack",
|
|
417
423
|
"gap": "sm",
|
|
418
424
|
"children": [
|
|
419
425
|
{
|
|
426
|
+
"gap": "sm",
|
|
420
427
|
"type": "stack",
|
|
428
|
+
"align": "center",
|
|
429
|
+
"direction": "horizontal",
|
|
421
430
|
"children": [
|
|
422
431
|
{
|
|
423
|
-
"size": "xs",
|
|
424
432
|
"type": "avatar",
|
|
425
|
-
"name": "@reply.authorName"
|
|
433
|
+
"name": "@reply.authorName",
|
|
434
|
+
"size": "xs"
|
|
426
435
|
},
|
|
427
436
|
{
|
|
428
437
|
"weight": "medium",
|
|
438
|
+
"type": "typography",
|
|
429
439
|
"content": "@reply.authorName",
|
|
430
|
-
"variant": "body2"
|
|
431
|
-
"type": "typography"
|
|
440
|
+
"variant": "body2"
|
|
432
441
|
},
|
|
433
442
|
{
|
|
434
443
|
"variant": "caption",
|
|
444
|
+
"color": "muted",
|
|
435
445
|
"type": "typography",
|
|
436
|
-
"content": "@reply.fromAddress"
|
|
437
|
-
"color": "muted"
|
|
446
|
+
"content": "@reply.fromAddress"
|
|
438
447
|
},
|
|
439
448
|
{
|
|
440
|
-
"type": "typography",
|
|
441
449
|
"color": "muted",
|
|
450
|
+
"type": "typography",
|
|
442
451
|
"content": "·",
|
|
443
452
|
"variant": "caption"
|
|
444
453
|
},
|
|
445
454
|
{
|
|
446
|
-
"type": "typography",
|
|
447
|
-
"variant": "caption",
|
|
448
455
|
"color": "muted",
|
|
449
|
-
"content": "@reply.createdAt"
|
|
456
|
+
"content": "@reply.createdAt",
|
|
457
|
+
"type": "typography",
|
|
458
|
+
"variant": "caption"
|
|
450
459
|
}
|
|
451
|
-
]
|
|
452
|
-
"align": "center",
|
|
453
|
-
"gap": "sm",
|
|
454
|
-
"direction": "horizontal"
|
|
460
|
+
]
|
|
455
461
|
},
|
|
456
462
|
{
|
|
457
|
-
"content": "@reply.content",
|
|
458
463
|
"type": "typography",
|
|
459
|
-
"variant": "body"
|
|
464
|
+
"variant": "body",
|
|
465
|
+
"content": "@reply.content"
|
|
460
466
|
}
|
|
461
467
|
],
|
|
462
|
-
"
|
|
468
|
+
"direction": "vertical"
|
|
463
469
|
},
|
|
464
|
-
"
|
|
470
|
+
"className": "border-l-4 border-l-[var(--color-primary)] ml-card-md"
|
|
465
471
|
}
|
|
466
|
-
]
|
|
467
|
-
"type": "data-list",
|
|
468
|
-
"gap": "sm"
|
|
472
|
+
]
|
|
469
473
|
}
|
|
470
474
|
],
|
|
475
|
+
"className": "flex-1 min-w-0 p-card-lg overflow-y-auto",
|
|
471
476
|
"gap": "lg",
|
|
472
477
|
"type": "stack",
|
|
473
|
-
"direction": "vertical"
|
|
474
|
-
"className": "flex-1 px-card-lg py-card-lg overflow-y-auto"
|
|
478
|
+
"direction": "vertical"
|
|
475
479
|
}
|
|
476
|
-
]
|
|
477
|
-
"direction": "horizontal",
|
|
478
|
-
"className": "max-w-7xl mx-auto h-full border border-[var(--color-border)] rounded-md overflow-hidden",
|
|
479
|
-
"gap": "none"
|
|
480
|
+
]
|
|
480
481
|
}
|
|
481
482
|
}
|
|
482
483
|
}
|