@conscia-labs/design-system 0.3.4 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export { ConsciaAppearance, ConsciaDensity, appearanceOptions, applyConsciaPreferences, densityOptions } from './foundation/index.js';
2
- export { ActivityItem, ActivityItemProps, ActivityList, AppShell, AppSidebar, AppSidebarContent, AppSidebarFooter, AppSidebarHeader, AppearanceControl, CodeBlock, CodeBlockProps, CodeBlockSnippet, ConfirmationDialog, ConfirmationDialogProps, DataTable, DataTableColumn, DataTableProps, DensityControl, DesignPreferenceControls, DesignSystemPreferenceSync, DetailBackLink, DetailBackLinkProps, DetailSection, DetailSectionProps, DetailSections, EntityTable, EntityTableColumn, EntityTableProps, ErrorState, InspectorRegion, InventoryDesktop, InventoryMobile, InventorySurface, KeyValueItem, KeyValueList, LoadingRows, MainRegion, MetricBand, MetricBandItem, MetricBandItemProps, MetricBandProps, NavigationGroup, NavigationItem, NavigationSubItem, NavigationSubList, PageBoundary, PageContent, PageFrame, PageHeader, PageHeaderProps, PageToolbar, PageToolbarProps, PaginationControls, PaginationControlsProps, ProductIdentity, ProviderMark, ProviderMarkProps, ResourceSummary, ResourceSummaryProps, SidebarNavigation, SidebarNavigationEntry, SidebarNavigationItem, SidebarNavigationLinkProps, SidebarNavigationSection, SidebarSearch, SidebarSeparator, SidebarTrigger, StateView, StateViewProps, TopBar, ValueMeter, ValueMeterProps, useAppShell, useConsciaPreferences } from './patterns/index.js';
2
+ export { ActivityItem, ActivityItemProps, ActivityList, AppShell, AppSidebar, AppSidebarContent, AppSidebarFooter, AppSidebarHeader, AppearanceControl, CodeBlock, CodeBlockProps, CodeBlockSnippet, ConfirmationDialog, ConfirmationDialogProps, DataTable, DataTableColumn, DataTableProps, DensityControl, DesignPreferenceControls, DesignSystemPreferenceSync, DetailBackLink, DetailBackLinkProps, DetailSection, DetailSectionProps, DetailSections, EntityTable, EntityTableColumn, EntityTableProps, ErrorState, IdentityRow, IdentityRowProps, InspectorRegion, InventoryDesktop, InventoryMobile, InventorySurface, KeyValueItem, KeyValueList, LoadingRows, MainRegion, MetricBand, MetricBandItem, MetricBandItemProps, MetricBandProps, NavigationGroup, NavigationItem, NavigationSubItem, NavigationSubList, PageBoundary, PageContent, PageFrame, PageHeader, PageHeaderProps, PageToolbar, PageToolbarProps, PaginationControls, PaginationControlsProps, ProductIdentity, ProviderMark, ProviderMarkProps, ResourceRow, ResourceRowContent, ResourceRowDescription, ResourceRowIcon, ResourceRowMeta, ResourceRowProps, ResourceRowTitle, ResourceSummary, ResourceSummaryProps, SidebarNavigation, SidebarNavigationEntry, SidebarNavigationItem, SidebarNavigationLinkProps, SidebarNavigationSection, SidebarSearch, SidebarSeparator, SidebarTrigger, StateView, StateViewProps, TopBar, ValueMeter, ValueMeterProps, WorkbenchBackdrop, WorkbenchInspector, WorkbenchInspectorSection, WorkbenchInspectorSectionProps, WorkbenchMain, WorkbenchMobileToolbar, WorkbenchRail, WorkbenchRailProps, WorkbenchSection, WorkbenchSectionHeader, WorkbenchSectionHeaderProps, WorkbenchSectionProps, WorkbenchShell, WorkbenchShellProps, useAppShell, useConsciaPreferences } from './patterns/index.js';
3
3
  export { Alert, AlertDescription, AlertTitle, Avatar, AvatarFallback, AvatarImage, Badge, BrandIcon, BrandIconProps, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, ConsciaButton, ConsciaCard, ConsciaCardContent, ConsciaCardDescription, ConsciaCardHeader, ConsciaCardTitle, ConsciaCheckbox, ConsciaFormSelect, ConsciaIconButton, ConsciaInput, ConsciaSelect, ConsciaSelectContent, ConsciaSelectGroup, ConsciaSelectItem, ConsciaSelectTrigger, ConsciaSelectValue, ConsciaSwitch, ConsciaTable, ConsciaTableBody, ConsciaTableCell, ConsciaTableHead, ConsciaTableHeader, ConsciaTableRow, ConsciaTextarea, Dialog, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, Field, FieldDescription, FieldError, FieldGroup, FieldLabel, FormSelect, FormSelectOption, FormSelectProps, Label, NavigationTab, NavigationTabs, NavigationTabsList, SearchableSelect, SearchableSelectOption, SearchableSelectProps, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Sheet, SheetBody, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, Skeleton, Switch, Table, TableBody, TableCell, TableHead, TableHeader, TableRow, Tabs, TabsContent, TabsList, TabsSize, TabsTrigger, TabsVariant, Textarea, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, alertVariants, badgeVariants } from './primitives/index.js';
4
4
  export { B as Button, C as Card, a as CardContent, b as CardDescription, c as CardHeader, d as CardTitle, I as Input, S as Separator, e as buttonVariants } from './card-BFUHJgV-.js';
5
5
  export { cn } from './utils/index.js';
package/dist/index.js CHANGED
@@ -20,6 +20,7 @@ import {
20
20
  DetailSections,
21
21
  EntityTable,
22
22
  ErrorState,
23
+ IdentityRow,
23
24
  InspectorRegion,
24
25
  InventoryDesktop,
25
26
  InventoryMobile,
@@ -42,6 +43,12 @@ import {
42
43
  PaginationControls,
43
44
  ProductIdentity,
44
45
  ProviderMark,
46
+ ResourceRow,
47
+ ResourceRowContent,
48
+ ResourceRowDescription,
49
+ ResourceRowIcon,
50
+ ResourceRowMeta,
51
+ ResourceRowTitle,
45
52
  ResourceSummary,
46
53
  SidebarNavigation,
47
54
  SidebarSearch,
@@ -50,14 +57,23 @@ import {
50
57
  StateView,
51
58
  TopBar,
52
59
  ValueMeter,
60
+ WorkbenchBackdrop,
61
+ WorkbenchInspector,
62
+ WorkbenchInspectorSection,
63
+ WorkbenchMain,
64
+ WorkbenchMobileToolbar,
65
+ WorkbenchRail,
66
+ WorkbenchSection,
67
+ WorkbenchSectionHeader,
68
+ WorkbenchShell,
53
69
  useAppShell,
54
70
  useConsciaPreferences
55
- } from "./chunk-VIVMQAJM.js";
71
+ } from "./chunk-KYH7IZ3Z.js";
56
72
  import {
57
73
  appearanceOptions,
58
74
  applyConsciaPreferences,
59
75
  densityOptions
60
- } from "./chunk-D5LYROOM.js";
76
+ } from "./chunk-YNQWIH6V.js";
61
77
  import {
62
78
  Alert,
63
79
  AlertDescription,
@@ -103,7 +119,7 @@ import {
103
119
  Textarea,
104
120
  alertVariants,
105
121
  badgeVariants
106
- } from "./chunk-CTRJ24EO.js";
122
+ } from "./chunk-C44RGLGF.js";
107
123
  import {
108
124
  Button,
109
125
  Card,
@@ -178,7 +194,7 @@ import {
178
194
  TooltipProvider,
179
195
  TooltipTrigger,
180
196
  buttonVariants
181
- } from "./chunk-ZCBZHRTV.js";
197
+ } from "./chunk-RAGHGWLB.js";
182
198
  import {
183
199
  cn
184
200
  } from "./chunk-JU5DQXFC.js";
@@ -271,6 +287,7 @@ export {
271
287
  FieldGroup,
272
288
  FieldLabel,
273
289
  FormSelect,
290
+ IdentityRow,
274
291
  Input,
275
292
  InspectorRegion,
276
293
  InventoryDesktop,
@@ -298,6 +315,12 @@ export {
298
315
  PaginationControls,
299
316
  ProductIdentity,
300
317
  ProviderMark,
318
+ ResourceRow,
319
+ ResourceRowContent,
320
+ ResourceRowDescription,
321
+ ResourceRowIcon,
322
+ ResourceRowMeta,
323
+ ResourceRowTitle,
301
324
  ResourceSummary,
302
325
  SearchableSelect,
303
326
  Select,
@@ -346,6 +369,15 @@ export {
346
369
  TooltipTrigger,
347
370
  TopBar,
348
371
  ValueMeter,
372
+ WorkbenchBackdrop,
373
+ WorkbenchInspector,
374
+ WorkbenchInspectorSection,
375
+ WorkbenchMain,
376
+ WorkbenchMobileToolbar,
377
+ WorkbenchRail,
378
+ WorkbenchSection,
379
+ WorkbenchSectionHeader,
380
+ WorkbenchShell,
349
381
  alertVariants,
350
382
  appearanceOptions,
351
383
  applyConsciaPreferences,
@@ -334,4 +334,333 @@ type ValueMeterProps = React.ComponentProps<"div"> & {
334
334
  };
335
335
  declare function ValueMeter({ label, value, maximum, valueLabel, detail, tone, className, ...props }: ValueMeterProps): React.JSX.Element;
336
336
 
337
- export { ActivityItem, type ActivityItemProps, ActivityList, AppShell, AppSidebar, AppSidebarContent, AppSidebarFooter, AppSidebarHeader, AppearanceControl, CodeBlock, type CodeBlockProps, type CodeBlockSnippet, ConfirmationDialog, type ConfirmationDialogProps, DataTable, type DataTableColumn, type DataTableProps, DensityControl, DesignPreferenceControls, DesignSystemPreferenceSync, DetailBackLink, type DetailBackLinkProps, DetailSection, type DetailSectionProps, DetailSections, EntityTable, type EntityTableColumn, type EntityTableProps, ErrorState, InspectorRegion, InventoryDesktop, InventoryMobile, InventorySurface, KeyValueItem, KeyValueList, LoadingRows, MainRegion, MetricBand, MetricBandItem, type MetricBandItemProps, type MetricBandProps, NavigationGroup, NavigationItem, NavigationSubItem, NavigationSubList, PageBoundary, PageContent, PageFrame, PageHeader, type PageHeaderProps, PageToolbar, type PageToolbarProps, PaginationControls, type PaginationControlsProps, ProductIdentity, ProviderMark, type ProviderMarkProps, ResourceSummary, type ResourceSummaryProps, SidebarNavigation, type SidebarNavigationEntry, type SidebarNavigationItem, type SidebarNavigationLinkProps, type SidebarNavigationSection, SidebarSearch, SidebarSeparator, SidebarTrigger, StateView, type StateViewProps, TopBar, ValueMeter, type ValueMeterProps, useAppShell, useConsciaPreferences };
337
+ type WorkbenchShellProps = React.ComponentProps<"div">;
338
+ declare function WorkbenchShell({ className, ...props }: WorkbenchShellProps): React.JSX.Element;
339
+ type WorkbenchRailProps = React.ComponentProps<"aside"> & {
340
+ variant?: "global" | "secondary";
341
+ open?: boolean;
342
+ };
343
+ declare function WorkbenchRail({ variant, open, className, ...props }: WorkbenchRailProps): React.JSX.Element;
344
+ declare function WorkbenchMain({ className, ...props }: React.ComponentProps<"main">): React.JSX.Element;
345
+ declare function WorkbenchInspector({ className, ...props }: React.ComponentProps<"aside">): React.JSX.Element;
346
+ declare function WorkbenchMobileToolbar({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
347
+ declare function WorkbenchBackdrop({ open, className, ...props }: React.ComponentProps<"button"> & {
348
+ open?: boolean;
349
+ }): React.JSX.Element;
350
+ type WorkbenchSectionProps = React.ComponentProps<"section">;
351
+ declare function WorkbenchSection({ className, ...props }: WorkbenchSectionProps): React.JSX.Element;
352
+ type WorkbenchSectionHeaderProps = React.ComponentProps<"div"> & {
353
+ title: React.ReactNode;
354
+ metadata?: React.ReactNode;
355
+ action?: React.ReactNode;
356
+ };
357
+ declare function WorkbenchSectionHeader({ title, metadata, action, className, ...props }: WorkbenchSectionHeaderProps): React.JSX.Element;
358
+ type ResourceRowProps = React.HTMLAttributes<HTMLElement> & {
359
+ as?: "div" | "a" | "button";
360
+ href?: string;
361
+ selected?: boolean;
362
+ };
363
+ declare function ResourceRow({ as, href, selected, className, children, ...props }: ResourceRowProps): React.DetailedReactHTMLElement<{
364
+ "data-slot": string;
365
+ "data-selected": string;
366
+ className: string;
367
+ type?: string | undefined;
368
+ href?: string | undefined;
369
+ defaultChecked?: boolean | undefined;
370
+ defaultValue?: string | number | readonly string[] | undefined;
371
+ suppressContentEditableWarning?: boolean | undefined;
372
+ suppressHydrationWarning?: boolean | undefined;
373
+ accessKey?: string | undefined;
374
+ autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
375
+ autoFocus?: boolean | undefined;
376
+ contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
377
+ contextMenu?: string | undefined;
378
+ dir?: string | undefined;
379
+ draggable?: (boolean | "true" | "false") | undefined;
380
+ enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
381
+ hidden?: boolean | undefined;
382
+ id?: string | undefined;
383
+ lang?: string | undefined;
384
+ nonce?: string | undefined;
385
+ slot?: string | undefined;
386
+ spellCheck?: (boolean | "true" | "false") | undefined;
387
+ style?: React.CSSProperties | undefined;
388
+ tabIndex?: number | undefined;
389
+ title?: string | undefined;
390
+ translate?: "yes" | "no" | undefined;
391
+ radioGroup?: string | undefined;
392
+ role?: React.AriaRole | undefined;
393
+ about?: string | undefined;
394
+ content?: string | undefined;
395
+ datatype?: string | undefined;
396
+ inlist?: any;
397
+ prefix?: string | undefined;
398
+ property?: string | undefined;
399
+ rel?: string | undefined;
400
+ resource?: string | undefined;
401
+ rev?: string | undefined;
402
+ typeof?: string | undefined;
403
+ vocab?: string | undefined;
404
+ autoCorrect?: string | undefined;
405
+ autoSave?: string | undefined;
406
+ color?: string | undefined;
407
+ itemProp?: string | undefined;
408
+ itemScope?: boolean | undefined;
409
+ itemType?: string | undefined;
410
+ itemID?: string | undefined;
411
+ itemRef?: string | undefined;
412
+ results?: number | undefined;
413
+ security?: string | undefined;
414
+ unselectable?: "on" | "off" | undefined;
415
+ popover?: "" | "auto" | "manual" | "hint" | undefined;
416
+ popoverTargetAction?: "toggle" | "show" | "hide" | undefined;
417
+ popoverTarget?: string | undefined;
418
+ inert?: boolean | undefined;
419
+ inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
420
+ is?: string | undefined;
421
+ exportparts?: string | undefined;
422
+ part?: string | undefined;
423
+ "aria-activedescendant"?: string | undefined;
424
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
425
+ "aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
426
+ "aria-braillelabel"?: string | undefined;
427
+ "aria-brailleroledescription"?: string | undefined;
428
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
429
+ "aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
430
+ "aria-colcount"?: number | undefined;
431
+ "aria-colindex"?: number | undefined;
432
+ "aria-colindextext"?: string | undefined;
433
+ "aria-colspan"?: number | undefined;
434
+ "aria-controls"?: string | undefined;
435
+ "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
436
+ "aria-describedby"?: string | undefined;
437
+ "aria-description"?: string | undefined;
438
+ "aria-details"?: string | undefined;
439
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
440
+ "aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
441
+ "aria-errormessage"?: string | undefined;
442
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
443
+ "aria-flowto"?: string | undefined;
444
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
445
+ "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
446
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
447
+ "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
448
+ "aria-keyshortcuts"?: string | undefined;
449
+ "aria-label"?: string | undefined;
450
+ "aria-labelledby"?: string | undefined;
451
+ "aria-level"?: number | undefined;
452
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
453
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
454
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
455
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
456
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
457
+ "aria-owns"?: string | undefined;
458
+ "aria-placeholder"?: string | undefined;
459
+ "aria-posinset"?: number | undefined;
460
+ "aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
461
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
462
+ "aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
463
+ "aria-required"?: (boolean | "true" | "false") | undefined;
464
+ "aria-roledescription"?: string | undefined;
465
+ "aria-rowcount"?: number | undefined;
466
+ "aria-rowindex"?: number | undefined;
467
+ "aria-rowindextext"?: string | undefined;
468
+ "aria-rowspan"?: number | undefined;
469
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
470
+ "aria-setsize"?: number | undefined;
471
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
472
+ "aria-valuemax"?: number | undefined;
473
+ "aria-valuemin"?: number | undefined;
474
+ "aria-valuenow"?: number | undefined;
475
+ "aria-valuetext"?: string | undefined;
476
+ dangerouslySetInnerHTML?: {
477
+ __html: string | TrustedHTML;
478
+ } | undefined;
479
+ onCopy?: React.ClipboardEventHandler<HTMLElement> | undefined;
480
+ onCopyCapture?: React.ClipboardEventHandler<HTMLElement> | undefined;
481
+ onCut?: React.ClipboardEventHandler<HTMLElement> | undefined;
482
+ onCutCapture?: React.ClipboardEventHandler<HTMLElement> | undefined;
483
+ onPaste?: React.ClipboardEventHandler<HTMLElement> | undefined;
484
+ onPasteCapture?: React.ClipboardEventHandler<HTMLElement> | undefined;
485
+ onCompositionEnd?: React.CompositionEventHandler<HTMLElement> | undefined;
486
+ onCompositionEndCapture?: React.CompositionEventHandler<HTMLElement> | undefined;
487
+ onCompositionStart?: React.CompositionEventHandler<HTMLElement> | undefined;
488
+ onCompositionStartCapture?: React.CompositionEventHandler<HTMLElement> | undefined;
489
+ onCompositionUpdate?: React.CompositionEventHandler<HTMLElement> | undefined;
490
+ onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLElement> | undefined;
491
+ onFocus?: React.FocusEventHandler<HTMLElement> | undefined;
492
+ onFocusCapture?: React.FocusEventHandler<HTMLElement> | undefined;
493
+ onBlur?: React.FocusEventHandler<HTMLElement> | undefined;
494
+ onBlurCapture?: React.FocusEventHandler<HTMLElement> | undefined;
495
+ onChange?: React.ChangeEventHandler<HTMLElement, Element> | undefined;
496
+ onChangeCapture?: React.ChangeEventHandler<HTMLElement, Element> | undefined;
497
+ onBeforeInput?: React.InputEventHandler<HTMLElement> | undefined;
498
+ onBeforeInputCapture?: React.InputEventHandler<HTMLElement> | undefined;
499
+ onInput?: React.InputEventHandler<HTMLElement> | undefined;
500
+ onInputCapture?: React.InputEventHandler<HTMLElement> | undefined;
501
+ onReset?: React.ReactEventHandler<HTMLElement> | undefined;
502
+ onResetCapture?: React.ReactEventHandler<HTMLElement> | undefined;
503
+ onSubmit?: React.SubmitEventHandler<HTMLElement> | undefined;
504
+ onSubmitCapture?: React.SubmitEventHandler<HTMLElement> | undefined;
505
+ onInvalid?: React.ReactEventHandler<HTMLElement> | undefined;
506
+ onInvalidCapture?: React.ReactEventHandler<HTMLElement> | undefined;
507
+ onLoad?: React.ReactEventHandler<HTMLElement> | undefined;
508
+ onLoadCapture?: React.ReactEventHandler<HTMLElement> | undefined;
509
+ onError?: React.ReactEventHandler<HTMLElement> | undefined;
510
+ onErrorCapture?: React.ReactEventHandler<HTMLElement> | undefined;
511
+ onKeyDown?: React.KeyboardEventHandler<HTMLElement> | undefined;
512
+ onKeyDownCapture?: React.KeyboardEventHandler<HTMLElement> | undefined;
513
+ onKeyPress?: React.KeyboardEventHandler<HTMLElement> | undefined;
514
+ onKeyPressCapture?: React.KeyboardEventHandler<HTMLElement> | undefined;
515
+ onKeyUp?: React.KeyboardEventHandler<HTMLElement> | undefined;
516
+ onKeyUpCapture?: React.KeyboardEventHandler<HTMLElement> | undefined;
517
+ onAbort?: React.ReactEventHandler<HTMLElement> | undefined;
518
+ onAbortCapture?: React.ReactEventHandler<HTMLElement> | undefined;
519
+ onCanPlay?: React.ReactEventHandler<HTMLElement> | undefined;
520
+ onCanPlayCapture?: React.ReactEventHandler<HTMLElement> | undefined;
521
+ onCanPlayThrough?: React.ReactEventHandler<HTMLElement> | undefined;
522
+ onCanPlayThroughCapture?: React.ReactEventHandler<HTMLElement> | undefined;
523
+ onDurationChange?: React.ReactEventHandler<HTMLElement> | undefined;
524
+ onDurationChangeCapture?: React.ReactEventHandler<HTMLElement> | undefined;
525
+ onEmptied?: React.ReactEventHandler<HTMLElement> | undefined;
526
+ onEmptiedCapture?: React.ReactEventHandler<HTMLElement> | undefined;
527
+ onEncrypted?: React.ReactEventHandler<HTMLElement> | undefined;
528
+ onEncryptedCapture?: React.ReactEventHandler<HTMLElement> | undefined;
529
+ onEnded?: React.ReactEventHandler<HTMLElement> | undefined;
530
+ onEndedCapture?: React.ReactEventHandler<HTMLElement> | undefined;
531
+ onLoadedData?: React.ReactEventHandler<HTMLElement> | undefined;
532
+ onLoadedDataCapture?: React.ReactEventHandler<HTMLElement> | undefined;
533
+ onLoadedMetadata?: React.ReactEventHandler<HTMLElement> | undefined;
534
+ onLoadedMetadataCapture?: React.ReactEventHandler<HTMLElement> | undefined;
535
+ onLoadStart?: React.ReactEventHandler<HTMLElement> | undefined;
536
+ onLoadStartCapture?: React.ReactEventHandler<HTMLElement> | undefined;
537
+ onPause?: React.ReactEventHandler<HTMLElement> | undefined;
538
+ onPauseCapture?: React.ReactEventHandler<HTMLElement> | undefined;
539
+ onPlay?: React.ReactEventHandler<HTMLElement> | undefined;
540
+ onPlayCapture?: React.ReactEventHandler<HTMLElement> | undefined;
541
+ onPlaying?: React.ReactEventHandler<HTMLElement> | undefined;
542
+ onPlayingCapture?: React.ReactEventHandler<HTMLElement> | undefined;
543
+ onProgress?: React.ReactEventHandler<HTMLElement> | undefined;
544
+ onProgressCapture?: React.ReactEventHandler<HTMLElement> | undefined;
545
+ onRateChange?: React.ReactEventHandler<HTMLElement> | undefined;
546
+ onRateChangeCapture?: React.ReactEventHandler<HTMLElement> | undefined;
547
+ onSeeked?: React.ReactEventHandler<HTMLElement> | undefined;
548
+ onSeekedCapture?: React.ReactEventHandler<HTMLElement> | undefined;
549
+ onSeeking?: React.ReactEventHandler<HTMLElement> | undefined;
550
+ onSeekingCapture?: React.ReactEventHandler<HTMLElement> | undefined;
551
+ onStalled?: React.ReactEventHandler<HTMLElement> | undefined;
552
+ onStalledCapture?: React.ReactEventHandler<HTMLElement> | undefined;
553
+ onSuspend?: React.ReactEventHandler<HTMLElement> | undefined;
554
+ onSuspendCapture?: React.ReactEventHandler<HTMLElement> | undefined;
555
+ onTimeUpdate?: React.ReactEventHandler<HTMLElement> | undefined;
556
+ onTimeUpdateCapture?: React.ReactEventHandler<HTMLElement> | undefined;
557
+ onVolumeChange?: React.ReactEventHandler<HTMLElement> | undefined;
558
+ onVolumeChangeCapture?: React.ReactEventHandler<HTMLElement> | undefined;
559
+ onWaiting?: React.ReactEventHandler<HTMLElement> | undefined;
560
+ onWaitingCapture?: React.ReactEventHandler<HTMLElement> | undefined;
561
+ onAuxClick?: React.MouseEventHandler<HTMLElement> | undefined;
562
+ onAuxClickCapture?: React.MouseEventHandler<HTMLElement> | undefined;
563
+ onClick?: React.MouseEventHandler<HTMLElement> | undefined;
564
+ onClickCapture?: React.MouseEventHandler<HTMLElement> | undefined;
565
+ onContextMenu?: React.MouseEventHandler<HTMLElement> | undefined;
566
+ onContextMenuCapture?: React.MouseEventHandler<HTMLElement> | undefined;
567
+ onDoubleClick?: React.MouseEventHandler<HTMLElement> | undefined;
568
+ onDoubleClickCapture?: React.MouseEventHandler<HTMLElement> | undefined;
569
+ onDrag?: React.DragEventHandler<HTMLElement> | undefined;
570
+ onDragCapture?: React.DragEventHandler<HTMLElement> | undefined;
571
+ onDragEnd?: React.DragEventHandler<HTMLElement> | undefined;
572
+ onDragEndCapture?: React.DragEventHandler<HTMLElement> | undefined;
573
+ onDragEnter?: React.DragEventHandler<HTMLElement> | undefined;
574
+ onDragEnterCapture?: React.DragEventHandler<HTMLElement> | undefined;
575
+ onDragExit?: React.DragEventHandler<HTMLElement> | undefined;
576
+ onDragExitCapture?: React.DragEventHandler<HTMLElement> | undefined;
577
+ onDragLeave?: React.DragEventHandler<HTMLElement> | undefined;
578
+ onDragLeaveCapture?: React.DragEventHandler<HTMLElement> | undefined;
579
+ onDragOver?: React.DragEventHandler<HTMLElement> | undefined;
580
+ onDragOverCapture?: React.DragEventHandler<HTMLElement> | undefined;
581
+ onDragStart?: React.DragEventHandler<HTMLElement> | undefined;
582
+ onDragStartCapture?: React.DragEventHandler<HTMLElement> | undefined;
583
+ onDrop?: React.DragEventHandler<HTMLElement> | undefined;
584
+ onDropCapture?: React.DragEventHandler<HTMLElement> | undefined;
585
+ onMouseDown?: React.MouseEventHandler<HTMLElement> | undefined;
586
+ onMouseDownCapture?: React.MouseEventHandler<HTMLElement> | undefined;
587
+ onMouseEnter?: React.MouseEventHandler<HTMLElement> | undefined;
588
+ onMouseLeave?: React.MouseEventHandler<HTMLElement> | undefined;
589
+ onMouseMove?: React.MouseEventHandler<HTMLElement> | undefined;
590
+ onMouseMoveCapture?: React.MouseEventHandler<HTMLElement> | undefined;
591
+ onMouseOut?: React.MouseEventHandler<HTMLElement> | undefined;
592
+ onMouseOutCapture?: React.MouseEventHandler<HTMLElement> | undefined;
593
+ onMouseOver?: React.MouseEventHandler<HTMLElement> | undefined;
594
+ onMouseOverCapture?: React.MouseEventHandler<HTMLElement> | undefined;
595
+ onMouseUp?: React.MouseEventHandler<HTMLElement> | undefined;
596
+ onMouseUpCapture?: React.MouseEventHandler<HTMLElement> | undefined;
597
+ onSelect?: React.ReactEventHandler<HTMLElement> | undefined;
598
+ onSelectCapture?: React.ReactEventHandler<HTMLElement> | undefined;
599
+ onTouchCancel?: React.TouchEventHandler<HTMLElement> | undefined;
600
+ onTouchCancelCapture?: React.TouchEventHandler<HTMLElement> | undefined;
601
+ onTouchEnd?: React.TouchEventHandler<HTMLElement> | undefined;
602
+ onTouchEndCapture?: React.TouchEventHandler<HTMLElement> | undefined;
603
+ onTouchMove?: React.TouchEventHandler<HTMLElement> | undefined;
604
+ onTouchMoveCapture?: React.TouchEventHandler<HTMLElement> | undefined;
605
+ onTouchStart?: React.TouchEventHandler<HTMLElement> | undefined;
606
+ onTouchStartCapture?: React.TouchEventHandler<HTMLElement> | undefined;
607
+ onPointerDown?: React.PointerEventHandler<HTMLElement> | undefined;
608
+ onPointerDownCapture?: React.PointerEventHandler<HTMLElement> | undefined;
609
+ onPointerMove?: React.PointerEventHandler<HTMLElement> | undefined;
610
+ onPointerMoveCapture?: React.PointerEventHandler<HTMLElement> | undefined;
611
+ onPointerUp?: React.PointerEventHandler<HTMLElement> | undefined;
612
+ onPointerUpCapture?: React.PointerEventHandler<HTMLElement> | undefined;
613
+ onPointerCancel?: React.PointerEventHandler<HTMLElement> | undefined;
614
+ onPointerCancelCapture?: React.PointerEventHandler<HTMLElement> | undefined;
615
+ onPointerEnter?: React.PointerEventHandler<HTMLElement> | undefined;
616
+ onPointerLeave?: React.PointerEventHandler<HTMLElement> | undefined;
617
+ onPointerOver?: React.PointerEventHandler<HTMLElement> | undefined;
618
+ onPointerOverCapture?: React.PointerEventHandler<HTMLElement> | undefined;
619
+ onPointerOut?: React.PointerEventHandler<HTMLElement> | undefined;
620
+ onPointerOutCapture?: React.PointerEventHandler<HTMLElement> | undefined;
621
+ onGotPointerCapture?: React.PointerEventHandler<HTMLElement> | undefined;
622
+ onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLElement> | undefined;
623
+ onLostPointerCapture?: React.PointerEventHandler<HTMLElement> | undefined;
624
+ onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLElement> | undefined;
625
+ onScroll?: React.UIEventHandler<HTMLElement> | undefined;
626
+ onScrollCapture?: React.UIEventHandler<HTMLElement> | undefined;
627
+ onScrollEnd?: React.UIEventHandler<HTMLElement> | undefined;
628
+ onScrollEndCapture?: React.UIEventHandler<HTMLElement> | undefined;
629
+ onWheel?: React.WheelEventHandler<HTMLElement> | undefined;
630
+ onWheelCapture?: React.WheelEventHandler<HTMLElement> | undefined;
631
+ onAnimationStart?: React.AnimationEventHandler<HTMLElement> | undefined;
632
+ onAnimationStartCapture?: React.AnimationEventHandler<HTMLElement> | undefined;
633
+ onAnimationEnd?: React.AnimationEventHandler<HTMLElement> | undefined;
634
+ onAnimationEndCapture?: React.AnimationEventHandler<HTMLElement> | undefined;
635
+ onAnimationIteration?: React.AnimationEventHandler<HTMLElement> | undefined;
636
+ onAnimationIterationCapture?: React.AnimationEventHandler<HTMLElement> | undefined;
637
+ onToggle?: React.ToggleEventHandler<HTMLElement> | undefined;
638
+ onBeforeToggle?: React.ToggleEventHandler<HTMLElement> | undefined;
639
+ onTransitionCancel?: React.TransitionEventHandler<HTMLElement> | undefined;
640
+ onTransitionCancelCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
641
+ onTransitionEnd?: React.TransitionEventHandler<HTMLElement> | undefined;
642
+ onTransitionEndCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
643
+ onTransitionRun?: React.TransitionEventHandler<HTMLElement> | undefined;
644
+ onTransitionRunCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
645
+ onTransitionStart?: React.TransitionEventHandler<HTMLElement> | undefined;
646
+ onTransitionStartCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
647
+ }, HTMLElement>;
648
+ declare function ResourceRowIcon({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
649
+ declare function ResourceRowContent({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
650
+ declare function ResourceRowTitle({ className, ...props }: React.ComponentProps<"strong">): React.JSX.Element;
651
+ declare function ResourceRowDescription({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
652
+ declare function ResourceRowMeta({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
653
+ type WorkbenchInspectorSectionProps = React.ComponentProps<"section"> & {
654
+ label: React.ReactNode;
655
+ action?: React.ReactNode;
656
+ };
657
+ declare function WorkbenchInspectorSection({ label, action, className, children, ...props }: WorkbenchInspectorSectionProps): React.JSX.Element;
658
+ type IdentityRowProps = React.ComponentProps<"div"> & {
659
+ initials: React.ReactNode;
660
+ name: React.ReactNode;
661
+ detail?: React.ReactNode;
662
+ compact?: boolean;
663
+ };
664
+ declare function IdentityRow({ initials, name, detail, compact, className, ...props }: IdentityRowProps): React.JSX.Element;
665
+
666
+ export { ActivityItem, type ActivityItemProps, ActivityList, AppShell, AppSidebar, AppSidebarContent, AppSidebarFooter, AppSidebarHeader, AppearanceControl, CodeBlock, type CodeBlockProps, type CodeBlockSnippet, ConfirmationDialog, type ConfirmationDialogProps, DataTable, type DataTableColumn, type DataTableProps, DensityControl, DesignPreferenceControls, DesignSystemPreferenceSync, DetailBackLink, type DetailBackLinkProps, DetailSection, type DetailSectionProps, DetailSections, EntityTable, type EntityTableColumn, type EntityTableProps, ErrorState, IdentityRow, type IdentityRowProps, InspectorRegion, InventoryDesktop, InventoryMobile, InventorySurface, KeyValueItem, KeyValueList, LoadingRows, MainRegion, MetricBand, MetricBandItem, type MetricBandItemProps, type MetricBandProps, NavigationGroup, NavigationItem, NavigationSubItem, NavigationSubList, PageBoundary, PageContent, PageFrame, PageHeader, type PageHeaderProps, PageToolbar, type PageToolbarProps, PaginationControls, type PaginationControlsProps, ProductIdentity, ProviderMark, type ProviderMarkProps, ResourceRow, ResourceRowContent, ResourceRowDescription, ResourceRowIcon, ResourceRowMeta, type ResourceRowProps, ResourceRowTitle, ResourceSummary, type ResourceSummaryProps, SidebarNavigation, type SidebarNavigationEntry, type SidebarNavigationItem, type SidebarNavigationLinkProps, type SidebarNavigationSection, SidebarSearch, SidebarSeparator, SidebarTrigger, StateView, type StateViewProps, TopBar, ValueMeter, type ValueMeterProps, WorkbenchBackdrop, WorkbenchInspector, WorkbenchInspectorSection, type WorkbenchInspectorSectionProps, WorkbenchMain, WorkbenchMobileToolbar, WorkbenchRail, type WorkbenchRailProps, WorkbenchSection, WorkbenchSectionHeader, type WorkbenchSectionHeaderProps, type WorkbenchSectionProps, WorkbenchShell, type WorkbenchShellProps, useAppShell, useConsciaPreferences };
@@ -19,6 +19,7 @@ import {
19
19
  DetailSections,
20
20
  EntityTable,
21
21
  ErrorState,
22
+ IdentityRow,
22
23
  InspectorRegion,
23
24
  InventoryDesktop,
24
25
  InventoryMobile,
@@ -41,6 +42,12 @@ import {
41
42
  PaginationControls,
42
43
  ProductIdentity,
43
44
  ProviderMark,
45
+ ResourceRow,
46
+ ResourceRowContent,
47
+ ResourceRowDescription,
48
+ ResourceRowIcon,
49
+ ResourceRowMeta,
50
+ ResourceRowTitle,
44
51
  ResourceSummary,
45
52
  SidebarNavigation,
46
53
  SidebarSearch,
@@ -49,11 +56,20 @@ import {
49
56
  StateView,
50
57
  TopBar,
51
58
  ValueMeter,
59
+ WorkbenchBackdrop,
60
+ WorkbenchInspector,
61
+ WorkbenchInspectorSection,
62
+ WorkbenchMain,
63
+ WorkbenchMobileToolbar,
64
+ WorkbenchRail,
65
+ WorkbenchSection,
66
+ WorkbenchSectionHeader,
67
+ WorkbenchShell,
52
68
  useAppShell,
53
69
  useConsciaPreferences
54
- } from "../chunk-VIVMQAJM.js";
55
- import "../chunk-D5LYROOM.js";
56
- import "../chunk-ZCBZHRTV.js";
70
+ } from "../chunk-KYH7IZ3Z.js";
71
+ import "../chunk-YNQWIH6V.js";
72
+ import "../chunk-RAGHGWLB.js";
57
73
  import "../chunk-JU5DQXFC.js";
58
74
  export {
59
75
  ActivityItem,
@@ -75,6 +91,7 @@ export {
75
91
  DetailSections,
76
92
  EntityTable,
77
93
  ErrorState,
94
+ IdentityRow,
78
95
  InspectorRegion,
79
96
  InventoryDesktop,
80
97
  InventoryMobile,
@@ -97,6 +114,12 @@ export {
97
114
  PaginationControls,
98
115
  ProductIdentity,
99
116
  ProviderMark,
117
+ ResourceRow,
118
+ ResourceRowContent,
119
+ ResourceRowDescription,
120
+ ResourceRowIcon,
121
+ ResourceRowMeta,
122
+ ResourceRowTitle,
100
123
  ResourceSummary,
101
124
  SidebarNavigation,
102
125
  SidebarSearch,
@@ -105,6 +128,15 @@ export {
105
128
  StateView,
106
129
  TopBar,
107
130
  ValueMeter,
131
+ WorkbenchBackdrop,
132
+ WorkbenchInspector,
133
+ WorkbenchInspectorSection,
134
+ WorkbenchMain,
135
+ WorkbenchMobileToolbar,
136
+ WorkbenchRail,
137
+ WorkbenchSection,
138
+ WorkbenchSectionHeader,
139
+ WorkbenchShell,
108
140
  useAppShell,
109
141
  useConsciaPreferences
110
142
  };
@@ -44,7 +44,7 @@ import {
44
44
  Textarea,
45
45
  alertVariants,
46
46
  badgeVariants
47
- } from "../chunk-CTRJ24EO.js";
47
+ } from "../chunk-C44RGLGF.js";
48
48
  import {
49
49
  Button,
50
50
  Card,
@@ -119,7 +119,7 @@ import {
119
119
  TooltipProvider,
120
120
  TooltipTrigger,
121
121
  buttonVariants
122
- } from "../chunk-ZCBZHRTV.js";
122
+ } from "../chunk-RAGHGWLB.js";
123
123
  import {
124
124
  cn
125
125
  } from "../chunk-JU5DQXFC.js";