@hitachivantara/uikit-react-lab 5.36.2 → 5.37.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.
Files changed (104) hide show
  1. package/dist/cjs/Blade/Blade.cjs +1 -1
  2. package/dist/cjs/Blades/Blades.cjs +1 -1
  3. package/dist/cjs/Dashboard/Dashboard.cjs +1 -1
  4. package/dist/cjs/Flow/Background/Background.cjs +9 -2
  5. package/dist/cjs/Flow/Controls/Controls.cjs +1 -1
  6. package/dist/cjs/Flow/DroppableFlow.cjs +1 -1
  7. package/dist/cjs/Flow/Empty/Empty.cjs +1 -1
  8. package/dist/cjs/Flow/Flow.cjs +1 -1
  9. package/dist/cjs/Flow/Flow.styles.cjs +1 -1
  10. package/dist/cjs/Flow/FlowContext/FlowContext.cjs +1 -1
  11. package/dist/cjs/Flow/FlowContext/NodeMetaContext.cjs +1 -1
  12. package/dist/cjs/Flow/Minimap/Minimap.cjs +1 -1
  13. package/dist/cjs/Flow/Node/BaseNode.cjs +31 -33
  14. package/dist/cjs/Flow/Node/BaseNode.styles.cjs +6 -3
  15. package/dist/cjs/Flow/Node/Node.cjs +1 -1
  16. package/dist/cjs/Flow/Node/Parameters/ParamRenderer.cjs +1 -1
  17. package/dist/cjs/Flow/Node/Parameters/Select.cjs +1 -1
  18. package/dist/cjs/Flow/Node/Parameters/Slider.cjs +1 -1
  19. package/dist/cjs/Flow/Node/Parameters/Text.cjs +1 -1
  20. package/dist/cjs/Flow/Sidebar/Sidebar.cjs +1 -1
  21. package/dist/cjs/Flow/Sidebar/SidebarGroup/SidebarGroup.cjs +1 -1
  22. package/dist/cjs/Flow/Sidebar/SidebarGroup/SidebarGroupItem/DraggableSidebarGroupItem.cjs +1 -1
  23. package/dist/cjs/Flow/Sidebar/SidebarGroup/SidebarGroupItem/SidebarGroupItem.cjs +1 -1
  24. package/dist/cjs/Flow/hooks/useNode.cjs +1 -1
  25. package/dist/cjs/Flow/nodes/DashboardNode.cjs +1 -1
  26. package/dist/cjs/StepNavigation/DefaultNavigation/DefaultNavigation.cjs +1 -1
  27. package/dist/cjs/StepNavigation/DefaultNavigation/Step/Step.cjs +1 -1
  28. package/dist/cjs/StepNavigation/SimpleNavigation/Dot/Dot.cjs +1 -1
  29. package/dist/cjs/StepNavigation/SimpleNavigation/SimpleNavigation.cjs +1 -1
  30. package/dist/cjs/StepNavigation/StepNavigation.cjs +5 -3
  31. package/dist/cjs/Wizard/Wizard.cjs +8 -11
  32. package/dist/cjs/Wizard/WizardActions/WizardActions.cjs +8 -11
  33. package/dist/cjs/Wizard/WizardContainer/WizardContainer.cjs +1 -1
  34. package/dist/cjs/Wizard/WizardContent/WizardContent.cjs +11 -18
  35. package/dist/cjs/Wizard/WizardTitle/WizardTitle.cjs +1 -1
  36. package/dist/cjs/index.cjs +0 -12
  37. package/dist/esm/Blade/Blade.js +1 -1
  38. package/dist/esm/Blade/Blade.js.map +1 -1
  39. package/dist/esm/Blades/Blades.js +1 -1
  40. package/dist/esm/Blades/Blades.js.map +1 -1
  41. package/dist/esm/Dashboard/Dashboard.js +1 -1
  42. package/dist/esm/Flow/Background/Background.js +9 -2
  43. package/dist/esm/Flow/Background/Background.js.map +1 -1
  44. package/dist/esm/Flow/Controls/Controls.js +1 -1
  45. package/dist/esm/Flow/DroppableFlow.js +1 -1
  46. package/dist/esm/Flow/Empty/Empty.js +1 -1
  47. package/dist/esm/Flow/Flow.js +1 -1
  48. package/dist/esm/Flow/Flow.styles.js +1 -1
  49. package/dist/esm/Flow/FlowContext/FlowContext.js +1 -1
  50. package/dist/esm/Flow/FlowContext/NodeMetaContext.js +1 -1
  51. package/dist/esm/Flow/Minimap/Minimap.js +1 -1
  52. package/dist/esm/Flow/Node/BaseNode.js +31 -33
  53. package/dist/esm/Flow/Node/BaseNode.js.map +1 -1
  54. package/dist/esm/Flow/Node/BaseNode.styles.js +6 -3
  55. package/dist/esm/Flow/Node/BaseNode.styles.js.map +1 -1
  56. package/dist/esm/Flow/Node/Node.js +1 -1
  57. package/dist/esm/Flow/Node/Parameters/ParamRenderer.js +1 -1
  58. package/dist/esm/Flow/Node/Parameters/Select.js +1 -1
  59. package/dist/esm/Flow/Node/Parameters/Slider.js +1 -1
  60. package/dist/esm/Flow/Node/Parameters/Text.js +1 -1
  61. package/dist/esm/Flow/Sidebar/Sidebar.js +1 -1
  62. package/dist/esm/Flow/Sidebar/SidebarGroup/SidebarGroup.js +1 -1
  63. package/dist/esm/Flow/Sidebar/SidebarGroup/SidebarGroupItem/DraggableSidebarGroupItem.js +1 -1
  64. package/dist/esm/Flow/Sidebar/SidebarGroup/SidebarGroupItem/SidebarGroupItem.js +1 -1
  65. package/dist/esm/Flow/hooks/useNode.js +1 -1
  66. package/dist/esm/Flow/nodes/DashboardNode.js +1 -1
  67. package/dist/esm/StepNavigation/DefaultNavigation/DefaultNavigation.js +1 -1
  68. package/dist/esm/StepNavigation/DefaultNavigation/Step/Step.js +1 -1
  69. package/dist/esm/StepNavigation/SimpleNavigation/Dot/Dot.js +1 -1
  70. package/dist/esm/StepNavigation/SimpleNavigation/SimpleNavigation.js +1 -1
  71. package/dist/esm/StepNavigation/StepNavigation.js +5 -3
  72. package/dist/esm/StepNavigation/StepNavigation.js.map +1 -1
  73. package/dist/esm/Wizard/Wizard.js +8 -11
  74. package/dist/esm/Wizard/Wizard.js.map +1 -1
  75. package/dist/esm/Wizard/WizardActions/WizardActions.js +8 -11
  76. package/dist/esm/Wizard/WizardActions/WizardActions.js.map +1 -1
  77. package/dist/esm/Wizard/WizardContainer/WizardContainer.js +1 -1
  78. package/dist/esm/Wizard/WizardContainer/WizardContainer.js.map +1 -1
  79. package/dist/esm/Wizard/WizardContent/WizardContent.js +11 -18
  80. package/dist/esm/Wizard/WizardContent/WizardContent.js.map +1 -1
  81. package/dist/esm/Wizard/WizardContext/WizardContext.js.map +1 -1
  82. package/dist/esm/Wizard/WizardTitle/WizardTitle.js +1 -1
  83. package/dist/esm/index.js +26 -38
  84. package/dist/esm/index.js.map +1 -1
  85. package/dist/types/index.d.ts +117 -267
  86. package/package.json +5 -5
  87. package/dist/cjs/Canvas/Panel/Panel.cjs +0 -79
  88. package/dist/cjs/Canvas/Panel/Panel.styles.cjs +0 -66
  89. package/dist/cjs/Canvas/Tabs/Tabs.cjs +0 -48
  90. package/dist/cjs/Canvas/Tabs/Tabs.styles.cjs +0 -44
  91. package/dist/cjs/Canvas/Toolbar/Toolbar.cjs +0 -39
  92. package/dist/cjs/Canvas/Toolbar/Toolbar.styles.cjs +0 -42
  93. package/dist/esm/Canvas/Panel/Panel.js +0 -80
  94. package/dist/esm/Canvas/Panel/Panel.js.map +0 -1
  95. package/dist/esm/Canvas/Panel/Panel.styles.js +0 -66
  96. package/dist/esm/Canvas/Panel/Panel.styles.js.map +0 -1
  97. package/dist/esm/Canvas/Tabs/Tabs.js +0 -49
  98. package/dist/esm/Canvas/Tabs/Tabs.js.map +0 -1
  99. package/dist/esm/Canvas/Tabs/Tabs.styles.js +0 -44
  100. package/dist/esm/Canvas/Tabs/Tabs.styles.js.map +0 -1
  101. package/dist/esm/Canvas/Toolbar/Toolbar.js +0 -40
  102. package/dist/esm/Canvas/Toolbar/Toolbar.js.map +0 -1
  103. package/dist/esm/Canvas/Toolbar/Toolbar.styles.js +0 -42
  104. package/dist/esm/Canvas/Toolbar/Toolbar.styles.js.map +0 -1
@@ -4,6 +4,7 @@ import { AriaRole } from 'react';
4
4
  import { BackgroundProps } from 'reactflow';
5
5
  import { ClipboardEventHandler } from 'react';
6
6
  import { CompositionEventHandler } from 'react';
7
+ import { Context } from 'react';
7
8
  import { ControlProps } from 'reactflow';
8
9
  import { CSSInterpolation } from '@emotion/serialize';
9
10
  import { CSSProperties } from 'react';
@@ -28,11 +29,10 @@ import { HvColorAny } from '@hitachivantara/uikit-styles';
28
29
  import { HvDialogProps } from '@hitachivantara/uikit-react-core';
29
30
  import { HvDrawerProps } from '@hitachivantara/uikit-react-core';
30
31
  import { HvEmptyStateProps } from '@hitachivantara/uikit-react-core';
31
- import { HvIconButtonProps } from '@hitachivantara/uikit-react-core';
32
32
  import { HvSize } from '@hitachivantara/uikit-react-core';
33
33
  import { HvSliderProps } from '@hitachivantara/uikit-react-core';
34
34
  import { HvTypographyVariants } from '@hitachivantara/uikit-react-core';
35
- import { JSX as JSX_2 } from '@emotion/react/jsx-runtime';
35
+ import { JSX as JSX_2 } from 'react/jsx-runtime';
36
36
  import { JSXElementConstructor } from 'react';
37
37
  import { KeyboardEventHandler } from 'react';
38
38
  import { MiniMapProps } from 'reactflow';
@@ -53,7 +53,6 @@ import { ReactNode } from 'react';
53
53
  import { ResponsiveProps } from 'react-grid-layout';
54
54
  import { SetStateAction } from 'react';
55
55
  import { SyntheticEvent } from 'react';
56
- import { TabsProps } from '@mui/base/Tabs';
57
56
  import { TouchEventHandler } from 'react';
58
57
  import { TransitionEventHandler } from 'react';
59
58
  import { UIEventHandler } from 'react';
@@ -74,32 +73,6 @@ export declare const bladesClasses: {
74
73
  root: "HvBlades-root";
75
74
  };
76
75
 
77
- export declare const canvasPanelClasses: {
78
- content: "HvCanvasPanel-content";
79
- root: "HvCanvasPanel-root";
80
- open: "HvCanvasPanel-open";
81
- close: "HvCanvasPanel-close";
82
- handle: "HvCanvasPanel-handle";
83
- tabs: "HvCanvasPanel-tabs";
84
- handleButton: "HvCanvasPanel-handleButton";
85
- handleOpen: "HvCanvasPanel-handleOpen";
86
- handleClose: "HvCanvasPanel-handleClose";
87
- };
88
-
89
- export declare const canvasTabsClasses: {
90
- root: "HvCanvasTabs-root";
91
- list: "HvCanvasTabs-list";
92
- selected: "HvCanvasTabs-selected";
93
- tab: "HvCanvasTabs-tab";
94
- };
95
-
96
- export declare const canvasToolbarClasses: {
97
- root: "HvCanvasToolbar-root";
98
- title: "HvCanvasToolbar-title";
99
- actions: "HvCanvasToolbar-actions";
100
- back: "HvCanvasToolbar-back";
101
- };
102
-
103
76
  export declare const dashboardClasses: {
104
77
  root: "HvDashboard-root";
105
78
  };
@@ -112,39 +85,30 @@ export declare const DEFAULT_LABELS: {
112
85
  };
113
86
 
114
87
  declare const DEFAULT_LABELS_2: {
115
- back: string;
116
- };
117
-
118
- declare const DEFAULT_LABELS_3: {
119
- open: string;
120
- close: string;
121
- };
122
-
123
- declare const DEFAULT_LABELS_4: {
124
88
  fitView: string;
125
89
  zoomIn: string;
126
90
  zoomOut: string;
127
91
  interactive: string;
128
92
  };
129
93
 
130
- declare const DEFAULT_LABELS_5: {
94
+ declare const DEFAULT_LABELS_3: {
131
95
  itemAriaRoleDescription: string;
132
96
  expandGroupButtonAriaLabel: string;
133
97
  searchPlaceholder: string;
134
98
  searchAriaLabel: string;
135
99
  };
136
100
 
137
- declare const DEFAULT_LABELS_6: {
101
+ declare const DEFAULT_LABELS_4: {
138
102
  deleteActionLabel: string;
139
103
  duplicateActionLabel: string;
140
104
  };
141
105
 
142
- declare const DEFAULT_LABELS_7: {
106
+ declare const DEFAULT_LABELS_5: {
143
107
  collapseLabel: string;
144
108
  expandLabel: string;
145
109
  };
146
110
 
147
- declare const DEFAULT_LABELS_8: {
111
+ declare const DEFAULT_LABELS_6: {
148
112
  emptyMessage: string;
149
113
  dialogTitle: string;
150
114
  dialogSubtitle: string;
@@ -231,13 +195,13 @@ export declare interface HvBladeProps extends HvBaseProps<HTMLDivElement, "onCha
231
195
  /**
232
196
  * The content that will be rendered within the blade.
233
197
  */
234
- children: default_2.ReactNode;
198
+ children: React.ReactNode;
235
199
  /**
236
200
  * The content of the blade's button.
237
201
  *
238
202
  * If a render function is provided, it will be called with the expanded state as an argument.
239
203
  */
240
- label?: default_2.ReactNode | ((expanded: boolean) => default_2.ReactNode);
204
+ label?: React.ReactNode | ((expanded: boolean) => React.ReactNode);
241
205
  /**
242
206
  * Typography variant for the blade's button label.
243
207
  */
@@ -270,7 +234,7 @@ export declare interface HvBladeProps extends HvBaseProps<HTMLDivElement, "onCha
270
234
  * @param {SyntheticEvent} event The event source of the callback.
271
235
  * @param {boolean} value The new value.
272
236
  */
273
- onChange?: (event: default_2.SyntheticEvent, value: boolean) => void;
237
+ onChange?: (event: React.SyntheticEvent, value: boolean) => void;
274
238
  /**
275
239
  * Specifies whether the blade is disabled. If true, the blade cannot be interacted with.
276
240
  */
@@ -346,80 +310,13 @@ export declare interface HvBladesProps extends HvBaseProps<HTMLDivElement, "onCh
346
310
  * The blades to be rendered within the group.
347
311
  * Must be instances of `HvBlade`, otherwise the behavior is undefined and will most likely break.
348
312
  */
349
- children: default_2.ReactNode;
313
+ children: React.ReactNode;
350
314
  /**
351
315
  * A Jss Object used to override or extend the styles applied.
352
316
  */
353
317
  classes?: HvBladesClasses;
354
318
  }
355
319
 
356
- /**
357
- * A panel component to use in a canvas context.
358
- */
359
- export declare const HvCanvasPanel: (props: HvCanvasPanelProps) => JSX_2.Element;
360
-
361
- export declare type HvCanvasPanelClasses = ExtractNames<typeof useClasses_4>;
362
-
363
- export declare interface HvCanvasPanelProps extends HvBaseProps<HTMLDivElement> {
364
- /** Whether the panel is open or not. If this property is defined, the panel must be fully controlled. */
365
- open?: boolean;
366
- /** When uncontrolled, defines the initial state of the panel. */
367
- defaultOpened?: boolean;
368
- /** The tabs that should be visible on the canvas panel. */
369
- tabs?: HvCanvasTab[];
370
- /** The function that will be executed whenever the panel toggles. It will receive the state of the panel. */
371
- onToggle?: (event: React.MouseEvent | React.KeyboardEvent, open: boolean) => void;
372
- /** The function that will be executed when a tab changes. It will receive the id of the selected tab. */
373
- onTabChange?: (event: React.SyntheticEvent | null, tabId: string) => void;
374
- /** An object containing all the labels. */
375
- labels?: Partial<typeof DEFAULT_LABELS_3>;
376
- children?: React.ReactNode;
377
- /** A Jss Object used to override or extend the styles applied. */
378
- classes?: HvCanvasPanelClasses;
379
- }
380
-
381
- export declare interface HvCanvasTab {
382
- id: string;
383
- content: React.ReactNode;
384
- }
385
-
386
- /**
387
- * A tabs component to use in a canvas context.
388
- */
389
- export declare const HvCanvasTabs: (props: HvCanvasTabsProps) => JSX_2.Element;
390
-
391
- export declare type HvCanvasTabsClasses = ExtractNames<typeof useClasses_5>;
392
-
393
- export declare interface HvCanvasTabsProps extends Omit<TabsProps, "onChange"> {
394
- /** List of tabs. */
395
- tabs: HvCanvasTab[];
396
- /** Event handler triggered when a tab is clicked. */
397
- onChange?: (event: React.SyntheticEvent | null, tabId: string) => void;
398
- /** A Jss Object used to override or extend the styles applied. */
399
- classes?: HvCanvasTabsClasses;
400
- }
401
-
402
- /**
403
- * A toolbar component to use in a canvas context.
404
- */
405
- export declare const HvCanvasToolbar: (props: HvCanvasToolbarProps) => JSX_2.Element;
406
-
407
- export declare type HvCanvasToolbarClasses = ExtractNames<typeof useClasses_3>;
408
-
409
- export declare interface HvCanvasToolbarProps extends HvBaseProps<HTMLDivElement, "title"> {
410
- /** Text to display in the component. */
411
- title: React.ReactNode;
412
- /** Fully customized button or false for when the back button should not be rendered. */
413
- backButton?: React.ReactNode;
414
- /** An object containing all the labels. */
415
- labels?: Partial<typeof DEFAULT_LABELS_2>;
416
- children?: React.ReactNode;
417
- /** Props for the default back button. */
418
- backButtonProps?: Partial<HvIconButtonProps>;
419
- /** A Jss Object used to override or extend the styles applied. */
420
- classes?: HvCanvasToolbarClasses;
421
- }
422
-
423
320
  /**
424
321
  * A Dashboard grid layout component, based on `react-grid-layout`.
425
322
  * The children elements are grid items and must be `key`ed.
@@ -430,12 +327,12 @@ export declare interface HvCanvasToolbarProps extends HvBaseProps<HTMLDivElement
430
327
  */
431
328
  export declare const HvDashboard: (props: HvDashboardProps) => JSX_2.Element;
432
329
 
433
- export declare type HvDashboardClasses = ExtractNames<typeof useClasses_6>;
330
+ export declare type HvDashboardClasses = ExtractNames<typeof useClasses_3>;
434
331
 
435
332
  /** @deprecated no longer supported. Instead create a custom node with `HvDialog` + `HvDashboard` */
436
333
  export declare const HvDashboardNode: (props: HvDashboardNodeProps) => JSX_2.Element;
437
334
 
438
- export declare type HvDashboardNodeClasses = ExtractNames<typeof useClasses_12>;
335
+ export declare type HvDashboardNodeClasses = ExtractNames<typeof useClasses_9>;
439
336
 
440
337
  export declare const hvDashboardNodeClasses: {
441
338
  root: "HvDashboardNode-root";
@@ -467,7 +364,7 @@ export declare const hvDashboardNodeClasses: {
467
364
 
468
365
  export declare interface HvDashboardNodeProps extends HvFlowNodeProps, Pick<HvDialogProps, "open" | "onClose">, Pick<HvDashboardProps, "layout"> {
469
366
  classes?: HvDashboardNodeClasses;
470
- labels?: HvFlowNodeProps["labels"] & Partial<typeof DEFAULT_LABELS_8>;
367
+ labels?: HvFlowNodeProps["labels"] & Partial<typeof DEFAULT_LABELS_6>;
471
368
  previewItems?: React.ReactNode;
472
369
  onApply?: () => void;
473
370
  onCancel?: () => void;
@@ -540,7 +437,7 @@ export declare interface HvFlowBackgroundProps extends Omit<BackgroundProps, "co
540
437
 
541
438
  export declare const HvFlowBaseNode: ({ id, title: titleProp, headerItems, icon: iconProp, color: colorProp, inputs: inputsProp, outputs: outputsProp, nodeActions: nodeActionsProp, footer, classes: classesProp, labels: labelsProp, className, children, }: HvFlowBaseNodeProps<unknown>) => JSX_2.Element | null;
542
439
 
543
- export declare type HvFlowBaseNodeClasses = ExtractNames<typeof useClasses_10>;
440
+ export declare type HvFlowBaseNodeClasses = ExtractNames<typeof useClasses_7>;
544
441
 
545
442
  export declare interface HvFlowBaseNodeProps<T = any> extends Omit<HvBaseProps, "id" | "color">, Omit<HvUseNodeParams, "id">, NodeProps<T> {
546
443
  /** Header items */
@@ -559,7 +456,7 @@ export declare type HvFlowBuiltInActions = Omit<HvFlowNodeAction, "id" | "callba
559
456
  id: HvFlowBuiltInAction;
560
457
  };
561
458
 
562
- export declare type HvFlowClasses = ExtractNames<typeof useClasses_7>;
459
+ export declare type HvFlowClasses = ExtractNames<typeof useClasses_4>;
563
460
 
564
461
  declare interface HvFlowContextValue<NodeGroups extends keyof any = string> {
565
462
  /** Flow nodes groups. */
@@ -582,7 +479,7 @@ export declare interface HvFlowControlsProps extends Omit<ControlProps, "positio
582
479
  /** Controls orientation. Defaults to `horizontal`. */
583
480
  orientation?: "vertical" | "horizontal";
584
481
  /** Labels used on the controls buttons. */
585
- labels?: Partial<typeof DEFAULT_LABELS_4>;
482
+ labels?: Partial<typeof DEFAULT_LABELS_2>;
586
483
  /** Whether to hide the zoom controls. */
587
484
  hideZoom?: boolean;
588
485
  /** Whether to hide the fit view controls. */
@@ -607,7 +504,7 @@ export declare type HvFlowInstance<NodeData = any, EdgeData = any> = ReactFlowIn
607
504
 
608
505
  export declare const HvFlowMinimap: ({ nodeColor, maskColor, maskStrokeColor, nodeStrokeColor, classes: classesProp, className, ...others }: HvFlowMinimapProps) => JSX_2.Element;
609
506
 
610
- export declare type HvFlowMinimapClasses = ExtractNames<typeof useClasses_8>;
507
+ export declare type HvFlowMinimapClasses = ExtractNames<typeof useClasses_5>;
611
508
 
612
509
  export declare interface HvFlowMinimapProps<NodeData = any> extends Omit<MiniMapProps<NodeData>, "nodeColor" | "nodeStrokeColor" | "maskColor" | "maskStrokeColor"> {
613
510
  /** Node color. Defaults to `atmo4`. */
@@ -628,7 +525,7 @@ export declare interface HvFlowNodeAction extends HvActionGeneric {
628
525
  callback?: (node: Node_2) => void;
629
526
  }
630
527
 
631
- export declare type HvFlowNodeClasses = ExtractNames<typeof useClasses_11>;
528
+ export declare type HvFlowNodeClasses = ExtractNames<typeof useClasses_8>;
632
529
 
633
530
  /** HvFlowNode component type. @extends React.FC */
634
531
  export declare interface HvFlowNodeFC<NodeData = any> extends React.FC<NodeProps<NodeData>> {
@@ -709,7 +606,7 @@ export declare interface HvFlowNodeProps<T = any> extends HvFlowBaseNodeProps<T>
709
606
  /** Props to be passed to the expand parameters button. */
710
607
  expandParamsButtonProps?: HvButtonProps;
711
608
  /** Labels used on the node. */
712
- labels?: HvFlowBaseNodeProps["labels"] & Partial<typeof DEFAULT_LABELS_7>;
609
+ labels?: HvFlowBaseNodeProps["labels"] & Partial<typeof DEFAULT_LABELS_5>;
713
610
  /** A Jss Object used to override or extend the styles applied to the component. */
714
611
  classes?: HvFlowNodeClasses;
715
612
  /** Remove the ability to customize the label of the Node */
@@ -757,7 +654,7 @@ export declare interface HvFlowProps<NodeGroups extends keyof any = string, Node
757
654
 
758
655
  export declare const HvFlowSidebar: ({ id, title, description, anchor, buttonTitle, flatten, classes: classesProp, labels: labelsProps, dragOverlayProps, ...others }: HvFlowSidebarProps) => JSX_2.Element;
759
656
 
760
- export declare type HvFlowSidebarClasses = ExtractNames<typeof useClasses_9>;
657
+ export declare type HvFlowSidebarClasses = ExtractNames<typeof useClasses_6>;
761
658
 
762
659
  export declare interface HvFlowSidebarProps extends Omit<HvDrawerProps, "classes" | "title"> {
763
660
  /** Sidebar title. */
@@ -769,7 +666,7 @@ export declare interface HvFlowSidebarProps extends Omit<HvDrawerProps, "classes
769
666
  /** A Jss Object used to override or extend the styles applied to the component. */
770
667
  classes?: HvFlowSidebarClasses;
771
668
  /** Labels used on the sidebar. */
772
- labels?: Partial<typeof DEFAULT_LABELS_5>;
669
+ labels?: Partial<typeof DEFAULT_LABELS_3>;
773
670
  /**
774
671
  * Dnd Kit drag overlay props for customization.
775
672
  *
@@ -778,7 +675,7 @@ export declare interface HvFlowSidebarProps extends Omit<HvDrawerProps, "classes
778
675
  dragOverlayProps?: DragOverlayProps;
779
676
  }
780
677
 
781
- declare type HvStepClasses = ExtractNames<typeof useClasses_14>;
678
+ declare type HvStepClasses = ExtractNames<typeof useClasses_11>;
782
679
 
783
680
  /**
784
681
  * Navigation page with steps.
@@ -803,7 +700,7 @@ declare type HvStepClasses = ExtractNames<typeof useClasses_14>;
803
700
  */
804
701
  export declare const HvStepNavigation: ({ className, classes: classesProp, width, steps, stepSize, showTitles, type, "aria-label": ariaLabel, ...others }: HvStepNavigationProps) => JSX_2.Element;
805
702
 
806
- export declare type HvStepNavigationClasses = ExtractNames<typeof useClasses_13>;
703
+ export declare type HvStepNavigationClasses = ExtractNames<typeof useClasses_10>;
807
704
 
808
705
  export declare interface HvStepNavigationProps extends HvBaseProps {
809
706
  /** Type of step navigation. Values = {"Simple", "Default"} */
@@ -860,7 +757,7 @@ export declare interface HvUseNodeParams {
860
757
  /** Node actions */
861
758
  nodeActions?: HvFlowNodeAction[];
862
759
  /** Labels used on the default actions. */
863
- labels?: Partial<typeof DEFAULT_LABELS_6>;
760
+ labels?: Partial<typeof DEFAULT_LABELS_4>;
864
761
  /** Props for the NodeToolbar Component */
865
762
  nodeToolbarProps?: NodeToolbarProps;
866
763
  }
@@ -869,7 +766,7 @@ export declare const HvWizard: ({ className, children, onClose, handleSubmit, ti
869
766
 
870
767
  export declare const HvWizardActions: ({ classes: classesProp, handleClose, handleSubmit, loading, skippable, labels, handleBeforeNext, handleBeforePrevious, }: HvWizardActionsProps) => JSX_2.Element;
871
768
 
872
- export declare type HvWizardActionsClasses = ExtractNames<typeof useClasses_16>;
769
+ export declare type HvWizardActionsClasses = ExtractNames<typeof useClasses_13>;
873
770
 
874
771
  export declare interface HvWizardActionsProps extends HvBaseProps {
875
772
  /** Function to handle the cancel button. */
@@ -901,24 +798,24 @@ export declare interface HvWizardActionsProps extends HvBaseProps {
901
798
  handleBeforePrevious?: () => void;
902
799
  }
903
800
 
904
- export declare type HvWizardClasses = ExtractNames<typeof useClasses_15>;
801
+ export declare type HvWizardClasses = ExtractNames<typeof useClasses_12>;
905
802
 
906
803
  export declare const HvWizardContainer: (props: HvWizardContainerProps) => JSX_2.Element;
907
804
 
908
- export declare type HvWizardContainerClasses = ExtractNames<typeof useClasses_18>;
805
+ export declare type HvWizardContainerClasses = ExtractNames<typeof useClasses_15>;
909
806
 
910
807
  export declare interface HvWizardContainerProps extends Omit<HvBaseProps, "onClose">, Pick<HvDialogProps, "maxWidth" | "fullWidth"> {
911
808
  /** Current state of the Wizard. */
912
809
  open: boolean;
913
810
  /** Function executed on close. */
914
- handleClose: (event: default_2.SyntheticEvent, reason?: "escapeKeyDown" | "backdropClick") => void;
811
+ handleClose: (event: React.SyntheticEvent, reason?: "escapeKeyDown" | "backdropClick") => void;
915
812
  /** A Jss Object used to override or extend the styles applied to the empty state Wizard. */
916
813
  classes?: HvWizardContainerClasses;
917
814
  }
918
815
 
919
816
  export declare const HvWizardContent: ({ classes: classesProp, fixedHeight, loading, children, summaryContent, }: HvWizardContentProps) => JSX_2.Element;
920
817
 
921
- export declare type HvWizardContentClasses = ExtractNames<typeof useClasses_19>;
818
+ export declare type HvWizardContentClasses = ExtractNames<typeof useClasses_16>;
922
819
 
923
820
  export declare interface HvWizardContentProps extends HvBaseProps {
924
821
  /** Forces minimum height to the component. */
@@ -931,13 +828,13 @@ export declare interface HvWizardContentProps extends HvBaseProps {
931
828
  classes?: HvWizardContentClasses;
932
829
  }
933
830
 
934
- export declare const HvWizardContext: default_2.Context<HvWizardContextProp>;
831
+ export declare const HvWizardContext: Context<HvWizardContextProp>;
935
832
 
936
833
  declare type HvWizardContextProp = {
937
834
  context: HvWizardTabs;
938
- setContext: default_2.Dispatch<default_2.SetStateAction<HvWizardTabs>>;
835
+ setContext: React.Dispatch<React.SetStateAction<HvWizardTabs>>;
939
836
  summary: boolean;
940
- setSummary: default_2.Dispatch<default_2.SetStateAction<boolean>>;
837
+ setSummary: React.Dispatch<React.SetStateAction<boolean>>;
941
838
  tab: number;
942
839
  setTab: Dispatch<SetStateAction<number>>;
943
840
  };
@@ -956,7 +853,7 @@ export declare interface HvWizardProps extends HvBaseProps, Pick<HvDialogProps,
956
853
  /** Shows the summary button. */
957
854
  hasSummary?: boolean;
958
855
  /** The content of the summary. */
959
- summaryContent?: default_2.ReactNode;
856
+ summaryContent?: React.ReactNode;
960
857
  /** Enables the skip button. */
961
858
  skippable?: boolean;
962
859
  /** Forces minimum height to the component. */
@@ -975,7 +872,7 @@ export declare type HvWizardTab = {
975
872
  mustValidate?: boolean;
976
873
  touched?: boolean;
977
874
  form?: any;
978
- children?: default_2.ReactNode;
875
+ children?: React.ReactNode;
979
876
  disabled?: boolean;
980
877
  loading?: boolean;
981
878
  [other: string]: any;
@@ -987,7 +884,7 @@ export declare type HvWizardTabs = {
987
884
 
988
885
  export declare const HvWizardTitle: ({ title, hasSummary, labels, classes: classesProp, customStep, }: HvWizardTitleProps) => JSX_2.Element;
989
886
 
990
- export declare type HvWizardTitleClasses = ExtractNames<typeof useClasses_17>;
887
+ export declare type HvWizardTitleClasses = ExtractNames<typeof useClasses_14>;
991
888
 
992
889
  export declare interface HvWizardTitleProps extends HvBaseProps {
993
890
  /** Title for the wizard. */
@@ -1031,103 +928,7 @@ declare const useClasses: (classesProp?: Partial<Record<"container" | "root" | "
1031
928
  cx: (...args: any) => string;
1032
929
  };
1033
930
 
1034
- declare const useClasses_10: (classesProp?: Partial<Record<"root" | "title" | "titleContainer" | "mandatory" | "footerContainer" | "inputContainer" | "handle" | "headerContainer" | "inputsTitleContainer" | "outputsTitleContainer" | "contentContainer" | "inputsContainer" | "outputsContainer" | "inputGroupContainer" | "outputGroupContainer" | "outputContainer" | "handleConnected", string>>, addStatic?: boolean) => {
1035
- classes: {
1036
- root: string;
1037
- title: string;
1038
- titleContainer: string;
1039
- mandatory: string;
1040
- footerContainer: string;
1041
- inputContainer: string;
1042
- handle: string;
1043
- headerContainer: string;
1044
- inputsTitleContainer: string;
1045
- outputsTitleContainer: string;
1046
- contentContainer: string;
1047
- inputsContainer: string;
1048
- outputsContainer: string;
1049
- inputGroupContainer: string;
1050
- outputGroupContainer: string;
1051
- outputContainer: string;
1052
- handleConnected: string;
1053
- };
1054
- css: {
1055
- (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
1056
- (...args: CSSInterpolation[]): string;
1057
- };
1058
- cx: (...args: any) => string;
1059
- };
1060
-
1061
- declare const useClasses_11: (classesProp?: Partial<Record<"root" | "title" | "titleContainer" | "mandatory" | "actions" | "footerContainer" | "inputContainer" | "handle" | "headerContainer" | "inputsTitleContainer" | "outputsTitleContainer" | "contentContainer" | "inputsContainer" | "outputsContainer" | "inputGroupContainer" | "outputGroupContainer" | "outputContainer" | "handleConnected" | "subtitle" | "subtitleContainer" | "inlineEditRoot" | "inlineEditButton" | "actionsButton" | "paramsContainer", string>>, addStatic?: boolean) => {
1062
- classes: {
1063
- root: string;
1064
- title: string;
1065
- titleContainer: string;
1066
- mandatory: string;
1067
- actions: string;
1068
- footerContainer: string;
1069
- inputContainer: string;
1070
- handle: string;
1071
- headerContainer: string;
1072
- inputsTitleContainer: string;
1073
- outputsTitleContainer: string;
1074
- contentContainer: string;
1075
- inputsContainer: string;
1076
- outputsContainer: string;
1077
- inputGroupContainer: string;
1078
- outputGroupContainer: string;
1079
- outputContainer: string;
1080
- handleConnected: string;
1081
- subtitle: string;
1082
- subtitleContainer: string;
1083
- inlineEditRoot: string;
1084
- inlineEditButton: string;
1085
- actionsButton: string;
1086
- paramsContainer: string;
1087
- };
1088
- css: {
1089
- (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
1090
- (...args: CSSInterpolation[]): string;
1091
- };
1092
- cx: (...args: any) => string;
1093
- };
1094
-
1095
- declare const useClasses_12: (classesProp?: Partial<Record<"root" | "title" | "titleContainer" | "mandatory" | "empty" | "actions" | "footerContainer" | "inputContainer" | "handle" | "headerContainer" | "inputsTitleContainer" | "outputsTitleContainer" | "contentContainer" | "inputsContainer" | "outputsContainer" | "inputGroupContainer" | "outputGroupContainer" | "outputContainer" | "handleConnected" | "subtitle" | "subtitleContainer" | "inlineEditRoot" | "inlineEditButton" | "actionsButton" | "paramsContainer", string>>, addStatic?: boolean) => {
1096
- classes: {
1097
- root: string;
1098
- title: string;
1099
- titleContainer: string;
1100
- mandatory: string;
1101
- empty: string;
1102
- actions: string;
1103
- footerContainer: string;
1104
- inputContainer: string;
1105
- handle: string;
1106
- headerContainer: string;
1107
- inputsTitleContainer: string;
1108
- outputsTitleContainer: string;
1109
- contentContainer: string;
1110
- inputsContainer: string;
1111
- outputsContainer: string;
1112
- inputGroupContainer: string;
1113
- outputGroupContainer: string;
1114
- outputContainer: string;
1115
- handleConnected: string;
1116
- subtitle: string;
1117
- subtitleContainer: string;
1118
- inlineEditRoot: string;
1119
- inlineEditButton: string;
1120
- actionsButton: string;
1121
- paramsContainer: string;
1122
- };
1123
- css: {
1124
- (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
1125
- (...args: CSSInterpolation[]): string;
1126
- };
1127
- cx: (...args: any) => string;
1128
- };
1129
-
1130
- declare const useClasses_13: (classesProp?: Partial<Record<"root" | "separator" | "li" | "ol" | "titles", string>>, addStatic?: boolean) => {
931
+ declare const useClasses_10: (classesProp?: Partial<Record<"root" | "separator" | "li" | "ol" | "titles", string>>, addStatic?: boolean) => {
1131
932
  classes: {
1132
933
  root: string;
1133
934
  separator: string;
@@ -1142,7 +943,7 @@ declare const useClasses_13: (classesProp?: Partial<Record<"root" | "separator"
1142
943
  cx: (...args: any) => string;
1143
944
  };
1144
945
 
1145
- declare const useClasses_14: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "root" | "ghost" | "avatar" | "ghostDisabled" | "notCurrent", string>>, addStatic?: boolean) => {
946
+ declare const useClasses_11: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "root" | "ghost" | "avatar" | "ghostDisabled" | "notCurrent", string>>, addStatic?: boolean) => {
1146
947
  classes: {
1147
948
  xs: string;
1148
949
  sm: string;
@@ -1162,7 +963,7 @@ declare const useClasses_14: (classesProp?: Partial<Record<"xs" | "sm" | "md" |
1162
963
  cx: (...args: any) => string;
1163
964
  };
1164
965
 
1165
- declare const useClasses_15: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
966
+ declare const useClasses_12: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
1166
967
  classes: {
1167
968
  root: string;
1168
969
  };
@@ -1173,7 +974,7 @@ declare const useClasses_15: (classesProp?: Partial<Record<"root", string>>, add
1173
974
  cx: (...args: any) => string;
1174
975
  };
1175
976
 
1176
- declare const useClasses_16: (classesProp?: Partial<Record<"actionsContainer" | "buttonWidth" | "buttonsContainer" | "buttonSpacing", string>>, addStatic?: boolean) => {
977
+ declare const useClasses_13: (classesProp?: Partial<Record<"actionsContainer" | "buttonWidth" | "buttonsContainer" | "buttonSpacing", string>>, addStatic?: boolean) => {
1177
978
  classes: {
1178
979
  actionsContainer: string;
1179
980
  buttonWidth: string;
@@ -1187,7 +988,7 @@ declare const useClasses_16: (classesProp?: Partial<Record<"actionsContainer" |
1187
988
  cx: (...args: any) => string;
1188
989
  };
1189
990
 
1190
- declare const useClasses_17: (classesProp?: Partial<Record<"titleContainer" | "messageContainer" | "headerContainer" | "buttonWidth" | "rootSummaryButton" | "stepContainer", string>>, addStatic?: boolean) => {
991
+ declare const useClasses_14: (classesProp?: Partial<Record<"titleContainer" | "messageContainer" | "headerContainer" | "buttonWidth" | "rootSummaryButton" | "stepContainer", string>>, addStatic?: boolean) => {
1191
992
  classes: {
1192
993
  titleContainer: string;
1193
994
  messageContainer: string;
@@ -1203,7 +1004,7 @@ declare const useClasses_17: (classesProp?: Partial<Record<"titleContainer" | "m
1203
1004
  cx: (...args: any) => string;
1204
1005
  };
1205
1006
 
1206
- declare const useClasses_18: (classesProp?: Partial<Record<"root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
1007
+ declare const useClasses_15: (classesProp?: Partial<Record<"root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
1207
1008
  classes: {
1208
1009
  root: string;
1209
1010
  paper: string;
@@ -1216,7 +1017,7 @@ declare const useClasses_18: (classesProp?: Partial<Record<"root" | "paper" | "c
1216
1017
  cx: (...args: any) => string;
1217
1018
  };
1218
1019
 
1219
- declare const useClasses_19: (classesProp?: Partial<Record<"contentContainer" | "fixedHeight" | "summaryRef" | "summarySticky" | "summaryContainer", string>>, addStatic?: boolean) => {
1020
+ declare const useClasses_16: (classesProp?: Partial<Record<"contentContainer" | "fixedHeight" | "summaryRef" | "summarySticky" | "summaryContainer", string>>, addStatic?: boolean) => {
1220
1021
  classes: {
1221
1022
  contentContainer: string;
1222
1023
  fixedHeight: string;
@@ -1242,12 +1043,9 @@ declare const useClasses_2: (classesProp?: Partial<Record<"root", string>>, addS
1242
1043
  cx: (...args: any) => string;
1243
1044
  };
1244
1045
 
1245
- declare const useClasses_3: (classesProp?: Partial<Record<"root" | "title" | "actions" | "back", string>>, addStatic?: boolean) => {
1046
+ declare const useClasses_3: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
1246
1047
  classes: {
1247
1048
  root: string;
1248
- title: string;
1249
- actions: string;
1250
- back: string;
1251
1049
  };
1252
1050
  css: {
1253
1051
  (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
@@ -1256,17 +1054,9 @@ declare const useClasses_3: (classesProp?: Partial<Record<"root" | "title" | "ac
1256
1054
  cx: (...args: any) => string;
1257
1055
  };
1258
1056
 
1259
- declare const useClasses_4: (classesProp?: Partial<Record<"content" | "root" | "open" | "close" | "handle" | "tabs" | "handleButton" | "handleOpen" | "handleClose", string>>, addStatic?: boolean) => {
1057
+ declare const useClasses_4: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
1260
1058
  classes: {
1261
- content: string;
1262
1059
  root: string;
1263
- open: string;
1264
- close: string;
1265
- handle: string;
1266
- tabs: string;
1267
- handleButton: string;
1268
- handleOpen: string;
1269
- handleClose: string;
1270
1060
  };
1271
1061
  css: {
1272
1062
  (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
@@ -1275,12 +1065,9 @@ declare const useClasses_4: (classesProp?: Partial<Record<"content" | "root" | "
1275
1065
  cx: (...args: any) => string;
1276
1066
  };
1277
1067
 
1278
- declare const useClasses_5: (classesProp?: Partial<Record<"root" | "list" | "selected" | "tab", string>>, addStatic?: boolean) => {
1068
+ declare const useClasses_5: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
1279
1069
  classes: {
1280
1070
  root: string;
1281
- list: string;
1282
- selected: string;
1283
- tab: string;
1284
1071
  };
1285
1072
  css: {
1286
1073
  (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
@@ -1289,9 +1076,14 @@ declare const useClasses_5: (classesProp?: Partial<Record<"root" | "list" | "sel
1289
1076
  cx: (...args: any) => string;
1290
1077
  };
1291
1078
 
1292
- declare const useClasses_6: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
1079
+ declare const useClasses_6: (classesProp?: Partial<Record<"description" | "titleContainer" | "contentContainer" | "drawerPaper" | "searchRoot" | "groupsContainer", string>>, addStatic?: boolean) => {
1293
1080
  classes: {
1294
- root: string;
1081
+ description: string;
1082
+ titleContainer: string;
1083
+ contentContainer: string;
1084
+ drawerPaper: string;
1085
+ searchRoot: string;
1086
+ groupsContainer: string;
1295
1087
  };
1296
1088
  css: {
1297
1089
  (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
@@ -1300,9 +1092,25 @@ declare const useClasses_6: (classesProp?: Partial<Record<"root", string>>, addS
1300
1092
  cx: (...args: any) => string;
1301
1093
  };
1302
1094
 
1303
- declare const useClasses_7: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
1095
+ declare const useClasses_7: (classesProp?: Partial<Record<"root" | "title" | "titleContainer" | "mandatory" | "footerContainer" | "inputContainer" | "handle" | "headerContainer" | "inputsTitleContainer" | "outputsTitleContainer" | "contentContainer" | "inputsContainer" | "outputsContainer" | "inputGroupContainer" | "outputGroupContainer" | "outputContainer" | "handleConnected", string>>, addStatic?: boolean) => {
1304
1096
  classes: {
1305
1097
  root: string;
1098
+ title: string;
1099
+ titleContainer: string;
1100
+ mandatory: string;
1101
+ footerContainer: string;
1102
+ inputContainer: string;
1103
+ handle: string;
1104
+ headerContainer: string;
1105
+ inputsTitleContainer: string;
1106
+ outputsTitleContainer: string;
1107
+ contentContainer: string;
1108
+ inputsContainer: string;
1109
+ outputsContainer: string;
1110
+ inputGroupContainer: string;
1111
+ outputGroupContainer: string;
1112
+ outputContainer: string;
1113
+ handleConnected: string;
1306
1114
  };
1307
1115
  css: {
1308
1116
  (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
@@ -1311,9 +1119,32 @@ declare const useClasses_7: (classesProp?: Partial<Record<"root", string>>, addS
1311
1119
  cx: (...args: any) => string;
1312
1120
  };
1313
1121
 
1314
- declare const useClasses_8: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
1122
+ declare const useClasses_8: (classesProp?: Partial<Record<"root" | "title" | "titleContainer" | "mandatory" | "actions" | "footerContainer" | "inputContainer" | "handle" | "headerContainer" | "inputsTitleContainer" | "outputsTitleContainer" | "contentContainer" | "inputsContainer" | "outputsContainer" | "inputGroupContainer" | "outputGroupContainer" | "outputContainer" | "handleConnected" | "subtitle" | "subtitleContainer" | "inlineEditRoot" | "inlineEditButton" | "actionsButton" | "paramsContainer", string>>, addStatic?: boolean) => {
1315
1123
  classes: {
1316
1124
  root: string;
1125
+ title: string;
1126
+ titleContainer: string;
1127
+ mandatory: string;
1128
+ actions: string;
1129
+ footerContainer: string;
1130
+ inputContainer: string;
1131
+ handle: string;
1132
+ headerContainer: string;
1133
+ inputsTitleContainer: string;
1134
+ outputsTitleContainer: string;
1135
+ contentContainer: string;
1136
+ inputsContainer: string;
1137
+ outputsContainer: string;
1138
+ inputGroupContainer: string;
1139
+ outputGroupContainer: string;
1140
+ outputContainer: string;
1141
+ handleConnected: string;
1142
+ subtitle: string;
1143
+ subtitleContainer: string;
1144
+ inlineEditRoot: string;
1145
+ inlineEditButton: string;
1146
+ actionsButton: string;
1147
+ paramsContainer: string;
1317
1148
  };
1318
1149
  css: {
1319
1150
  (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
@@ -1322,14 +1153,33 @@ declare const useClasses_8: (classesProp?: Partial<Record<"root", string>>, addS
1322
1153
  cx: (...args: any) => string;
1323
1154
  };
1324
1155
 
1325
- declare const useClasses_9: (classesProp?: Partial<Record<"description" | "titleContainer" | "contentContainer" | "drawerPaper" | "searchRoot" | "groupsContainer", string>>, addStatic?: boolean) => {
1156
+ declare const useClasses_9: (classesProp?: Partial<Record<"root" | "title" | "titleContainer" | "mandatory" | "empty" | "actions" | "footerContainer" | "inputContainer" | "handle" | "headerContainer" | "inputsTitleContainer" | "outputsTitleContainer" | "contentContainer" | "inputsContainer" | "outputsContainer" | "inputGroupContainer" | "outputGroupContainer" | "outputContainer" | "handleConnected" | "subtitle" | "subtitleContainer" | "inlineEditRoot" | "inlineEditButton" | "actionsButton" | "paramsContainer", string>>, addStatic?: boolean) => {
1326
1157
  classes: {
1327
- description: string;
1158
+ root: string;
1159
+ title: string;
1328
1160
  titleContainer: string;
1161
+ mandatory: string;
1162
+ empty: string;
1163
+ actions: string;
1164
+ footerContainer: string;
1165
+ inputContainer: string;
1166
+ handle: string;
1167
+ headerContainer: string;
1168
+ inputsTitleContainer: string;
1169
+ outputsTitleContainer: string;
1329
1170
  contentContainer: string;
1330
- drawerPaper: string;
1331
- searchRoot: string;
1332
- groupsContainer: string;
1171
+ inputsContainer: string;
1172
+ outputsContainer: string;
1173
+ inputGroupContainer: string;
1174
+ outputGroupContainer: string;
1175
+ outputContainer: string;
1176
+ handleConnected: string;
1177
+ subtitle: string;
1178
+ subtitleContainer: string;
1179
+ inlineEditRoot: string;
1180
+ inlineEditButton: string;
1181
+ actionsButton: string;
1182
+ paramsContainer: string;
1333
1183
  };
1334
1184
  css: {
1335
1185
  (template: TemplateStringsArray, ...args: CSSInterpolation[]): string;