@hitachivantara/uikit-react-lab 5.4.20 → 5.4.22
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/cjs/components/StepNavigation/DefaultNavigation/DefaultNavigation.cjs.map +1 -1
- package/dist/cjs/components/StepNavigation/DefaultNavigation/Step/Step.cjs +17 -12
- package/dist/cjs/components/StepNavigation/DefaultNavigation/Step/Step.cjs.map +1 -1
- package/dist/cjs/components/StepNavigation/DefaultNavigation/Step/Step.styles.cjs +29 -49
- package/dist/cjs/components/StepNavigation/DefaultNavigation/Step/Step.styles.cjs.map +1 -1
- package/dist/cjs/components/StepNavigation/SimpleNavigation/Dot/Dot.cjs +27 -24
- package/dist/cjs/components/StepNavigation/SimpleNavigation/Dot/Dot.cjs.map +1 -1
- package/dist/cjs/components/StepNavigation/SimpleNavigation/Dot/Dot.styles.cjs +12 -20
- package/dist/cjs/components/StepNavigation/SimpleNavigation/Dot/Dot.styles.cjs.map +1 -1
- package/dist/cjs/components/StepNavigation/SimpleNavigation/SimpleNavigation.cjs.map +1 -1
- package/dist/cjs/components/StepNavigation/StepNavigation.cjs +72 -94
- package/dist/cjs/components/StepNavigation/StepNavigation.cjs.map +1 -1
- package/dist/cjs/components/StepNavigation/StepNavigation.styles.cjs +8 -3
- package/dist/cjs/components/StepNavigation/StepNavigation.styles.cjs.map +1 -1
- package/dist/cjs/components/Wizard/Wizard.cjs +9 -0
- package/dist/cjs/components/Wizard/Wizard.cjs.map +1 -1
- package/dist/cjs/components/Wizard/Wizard.styles.cjs +12 -0
- package/dist/cjs/components/Wizard/Wizard.styles.cjs.map +1 -0
- package/dist/cjs/components/Wizard/WizardActions/WizardActions.cjs +46 -50
- package/dist/cjs/components/Wizard/WizardActions/WizardActions.cjs.map +1 -1
- package/dist/cjs/components/Wizard/WizardActions/WizardActions.styles.cjs +8 -3
- package/dist/cjs/components/Wizard/WizardActions/WizardActions.styles.cjs.map +1 -1
- package/dist/cjs/components/Wizard/WizardContainer/WizardContainer.cjs +16 -19
- package/dist/cjs/components/Wizard/WizardContainer/WizardContainer.cjs.map +1 -1
- package/dist/cjs/components/Wizard/WizardContainer/WizardContainer.styles.cjs +9 -3
- package/dist/cjs/components/Wizard/WizardContainer/WizardContainer.styles.cjs.map +1 -1
- package/dist/cjs/components/Wizard/WizardContent/LoadingContainer.cjs +28 -29
- package/dist/cjs/components/Wizard/WizardContent/LoadingContainer.cjs.map +1 -1
- package/dist/cjs/components/Wizard/WizardContent/LoadingContainer.styles.cjs +7 -3
- package/dist/cjs/components/Wizard/WizardContent/LoadingContainer.styles.cjs.map +1 -1
- package/dist/cjs/components/Wizard/WizardContent/WizardContent.cjs +42 -42
- package/dist/cjs/components/Wizard/WizardContent/WizardContent.cjs.map +1 -1
- package/dist/cjs/components/Wizard/WizardContent/WizardContent.styles.cjs +8 -3
- package/dist/cjs/components/Wizard/WizardContent/WizardContent.styles.cjs.map +1 -1
- package/dist/cjs/components/Wizard/WizardTitle/WizardTitle.cjs +44 -47
- package/dist/cjs/components/Wizard/WizardTitle/WizardTitle.cjs.map +1 -1
- package/dist/cjs/components/Wizard/WizardTitle/WizardTitle.styles.cjs +8 -3
- package/dist/cjs/components/Wizard/WizardTitle/WizardTitle.styles.cjs.map +1 -1
- package/dist/cjs/index.cjs +12 -12
- package/dist/esm/components/StepNavigation/DefaultNavigation/DefaultNavigation.js.map +1 -1
- package/dist/esm/components/StepNavigation/DefaultNavigation/Step/Step.js +17 -12
- package/dist/esm/components/StepNavigation/DefaultNavigation/Step/Step.js.map +1 -1
- package/dist/esm/components/StepNavigation/DefaultNavigation/Step/Step.styles.js +30 -48
- package/dist/esm/components/StepNavigation/DefaultNavigation/Step/Step.styles.js.map +1 -1
- package/dist/esm/components/StepNavigation/SimpleNavigation/Dot/Dot.js +29 -25
- package/dist/esm/components/StepNavigation/SimpleNavigation/Dot/Dot.js.map +1 -1
- package/dist/esm/components/StepNavigation/SimpleNavigation/Dot/Dot.styles.js +13 -19
- package/dist/esm/components/StepNavigation/SimpleNavigation/Dot/Dot.styles.js.map +1 -1
- package/dist/esm/components/StepNavigation/SimpleNavigation/SimpleNavigation.js.map +1 -1
- package/dist/esm/components/StepNavigation/StepNavigation.js +74 -95
- package/dist/esm/components/StepNavigation/StepNavigation.js.map +1 -1
- package/dist/esm/components/StepNavigation/StepNavigation.styles.js +8 -3
- package/dist/esm/components/StepNavigation/StepNavigation.styles.js.map +1 -1
- package/dist/esm/components/Wizard/Wizard.js +11 -1
- package/dist/esm/components/Wizard/Wizard.js.map +1 -1
- package/dist/esm/components/Wizard/Wizard.styles.js +12 -0
- package/dist/esm/components/Wizard/Wizard.styles.js.map +1 -0
- package/dist/esm/components/Wizard/WizardActions/WizardActions.js +50 -53
- package/dist/esm/components/Wizard/WizardActions/WizardActions.js.map +1 -1
- package/dist/esm/components/Wizard/WizardActions/WizardActions.styles.js +8 -3
- package/dist/esm/components/Wizard/WizardActions/WizardActions.styles.js.map +1 -1
- package/dist/esm/components/Wizard/WizardContainer/WizardContainer.js +19 -21
- package/dist/esm/components/Wizard/WizardContainer/WizardContainer.js.map +1 -1
- package/dist/esm/components/Wizard/WizardContainer/WizardContainer.styles.js +9 -3
- package/dist/esm/components/Wizard/WizardContainer/WizardContainer.styles.js.map +1 -1
- package/dist/esm/components/Wizard/WizardContent/LoadingContainer.js +30 -31
- package/dist/esm/components/Wizard/WizardContent/LoadingContainer.js.map +1 -1
- package/dist/esm/components/Wizard/WizardContent/LoadingContainer.styles.js +8 -4
- package/dist/esm/components/Wizard/WizardContent/LoadingContainer.styles.js.map +1 -1
- package/dist/esm/components/Wizard/WizardContent/WizardContent.js +46 -45
- package/dist/esm/components/Wizard/WizardContent/WizardContent.js.map +1 -1
- package/dist/esm/components/Wizard/WizardContent/WizardContent.styles.js +8 -3
- package/dist/esm/components/Wizard/WizardContent/WizardContent.styles.js.map +1 -1
- package/dist/esm/components/Wizard/WizardTitle/WizardTitle.js +47 -49
- package/dist/esm/components/Wizard/WizardTitle/WizardTitle.js.map +1 -1
- package/dist/esm/components/Wizard/WizardTitle/WizardTitle.styles.js +8 -3
- package/dist/esm/components/Wizard/WizardTitle/WizardTitle.styles.js.map +1 -1
- package/dist/esm/index.js +14 -14
- package/dist/types/index.d.ts +126 -97
- package/package.json +4 -6
- package/dist/cjs/components/StepNavigation/DefaultNavigation/Step/stepClasses.cjs +0 -8
- package/dist/cjs/components/StepNavigation/DefaultNavigation/Step/stepClasses.cjs.map +0 -1
- package/dist/cjs/components/StepNavigation/SimpleNavigation/Dot/dotClasses.cjs +0 -8
- package/dist/cjs/components/StepNavigation/SimpleNavigation/Dot/dotClasses.cjs.map +0 -1
- package/dist/cjs/components/StepNavigation/stepNavigationClasses.cjs +0 -8
- package/dist/cjs/components/StepNavigation/stepNavigationClasses.cjs.map +0 -1
- package/dist/cjs/components/Wizard/WizardActions/wizardActionsClasses.cjs +0 -8
- package/dist/cjs/components/Wizard/WizardActions/wizardActionsClasses.cjs.map +0 -1
- package/dist/cjs/components/Wizard/WizardContainer/wizardContainerClasses.cjs +0 -8
- package/dist/cjs/components/Wizard/WizardContainer/wizardContainerClasses.cjs.map +0 -1
- package/dist/cjs/components/Wizard/WizardContent/loadingContainerClasses.cjs +0 -8
- package/dist/cjs/components/Wizard/WizardContent/loadingContainerClasses.cjs.map +0 -1
- package/dist/cjs/components/Wizard/WizardContent/wizardContentClasses.cjs +0 -8
- package/dist/cjs/components/Wizard/WizardContent/wizardContentClasses.cjs.map +0 -1
- package/dist/cjs/components/Wizard/WizardTitle/wizardTitleClasses.cjs +0 -8
- package/dist/cjs/components/Wizard/WizardTitle/wizardTitleClasses.cjs.map +0 -1
- package/dist/cjs/components/Wizard/wizardClasses.cjs +0 -8
- package/dist/cjs/components/Wizard/wizardClasses.cjs.map +0 -1
- package/dist/esm/components/StepNavigation/DefaultNavigation/Step/stepClasses.js +0 -8
- package/dist/esm/components/StepNavigation/DefaultNavigation/Step/stepClasses.js.map +0 -1
- package/dist/esm/components/StepNavigation/SimpleNavigation/Dot/dotClasses.js +0 -8
- package/dist/esm/components/StepNavigation/SimpleNavigation/Dot/dotClasses.js.map +0 -1
- package/dist/esm/components/StepNavigation/stepNavigationClasses.js +0 -8
- package/dist/esm/components/StepNavigation/stepNavigationClasses.js.map +0 -1
- package/dist/esm/components/Wizard/WizardActions/wizardActionsClasses.js +0 -8
- package/dist/esm/components/Wizard/WizardActions/wizardActionsClasses.js.map +0 -1
- package/dist/esm/components/Wizard/WizardContainer/wizardContainerClasses.js +0 -8
- package/dist/esm/components/Wizard/WizardContainer/wizardContainerClasses.js.map +0 -1
- package/dist/esm/components/Wizard/WizardContent/loadingContainerClasses.js +0 -8
- package/dist/esm/components/Wizard/WizardContent/loadingContainerClasses.js.map +0 -1
- package/dist/esm/components/Wizard/WizardContent/wizardContentClasses.js +0 -8
- package/dist/esm/components/Wizard/WizardContent/wizardContentClasses.js.map +0 -1
- package/dist/esm/components/Wizard/WizardTitle/wizardTitleClasses.js +0 -8
- package/dist/esm/components/Wizard/WizardTitle/wizardTitleClasses.js.map +0 -1
- package/dist/esm/components/Wizard/wizardClasses.js +0 -8
- package/dist/esm/components/Wizard/wizardClasses.js.map +0 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import type { CSSInterpolation } from '@emotion/serialize';
|
|
1
2
|
import { Dispatch } from 'react';
|
|
3
|
+
import { ExtractNames } from '@hitachivantara/uikit-react-core';
|
|
2
4
|
import { HvAvatarSize } from '@hitachivantara/uikit-react-core';
|
|
3
5
|
import { HvBaseProps } from '@hitachivantara/uikit-react-core';
|
|
4
6
|
import { HvBreakpoints } from '@hitachivantara/uikit-react-core';
|
|
@@ -9,30 +11,7 @@ import { ModalProps } from '@mui/material';
|
|
|
9
11
|
import { default as React_2 } from 'react';
|
|
10
12
|
import { SetStateAction } from 'react';
|
|
11
13
|
|
|
12
|
-
declare
|
|
13
|
-
/** Styles applied to the component root class. */
|
|
14
|
-
root?: string;
|
|
15
|
-
/** Styles applied to the ghost class. */
|
|
16
|
-
ghost?: string;
|
|
17
|
-
/** Styles applied to the ghostDisabled class. */
|
|
18
|
-
ghostDisabled?: string;
|
|
19
|
-
/** Styles applied to the root element when step is not in "current" state. */
|
|
20
|
-
notCurrent?: string;
|
|
21
|
-
/** Styles applied to the root element when size is XS. */
|
|
22
|
-
xs?: string;
|
|
23
|
-
/** Styles applied to the root element when size is SM. */
|
|
24
|
-
sm?: string;
|
|
25
|
-
/** Styles applied to the root element when size is MD. */
|
|
26
|
-
md?: string;
|
|
27
|
-
/** Styles applied to the root element when size is LG. */
|
|
28
|
-
lg?: string;
|
|
29
|
-
/** Styles applied to the root element when size is XL. */
|
|
30
|
-
xl?: string;
|
|
31
|
-
/** Styles applied to the avatar element. */
|
|
32
|
-
avatar?: string;
|
|
33
|
-
/** Styles applied to the title of a step element. */
|
|
34
|
-
stepTitle?: string;
|
|
35
|
-
}
|
|
14
|
+
declare type HvStepClasses = ExtractNames<typeof useClasses_2>;
|
|
36
15
|
|
|
37
16
|
/**
|
|
38
17
|
* Navigation page with steps.
|
|
@@ -55,20 +34,9 @@ declare interface HvStepClasses {
|
|
|
55
34
|
* displayed above, the width of the separator element will be 100px.
|
|
56
35
|
* If the step component has titles, each one will have 215px of width by default.
|
|
57
36
|
*/
|
|
58
|
-
export declare const HvStepNavigation: ({ className, classes, width, steps, stepSize, showTitles, type, ...others }: HvStepNavigationProps) => JSX_2.Element;
|
|
59
|
-
|
|
60
|
-
export declare
|
|
61
|
-
/** Styles applied to the component root class. */
|
|
62
|
-
root?: string;
|
|
63
|
-
/** Styles applied to the title element. */
|
|
64
|
-
titles?: string;
|
|
65
|
-
/** Styles applied to the li element. */
|
|
66
|
-
li?: string;
|
|
67
|
-
/** Styles applied to the ol element. */
|
|
68
|
-
ol?: string;
|
|
69
|
-
/** Styles applied to the separator element. */
|
|
70
|
-
separator?: string;
|
|
71
|
-
}
|
|
37
|
+
export declare const HvStepNavigation: ({ className, classes: classesProp, width, steps, stepSize, showTitles, type, ...others }: HvStepNavigationProps) => JSX_2.Element;
|
|
38
|
+
|
|
39
|
+
export declare type HvStepNavigationClasses = ExtractNames<typeof useClasses>;
|
|
72
40
|
|
|
73
41
|
export declare interface HvStepNavigationProps extends HvBaseProps {
|
|
74
42
|
/** Type of step navigation. Values = {"Simple", "Default"} */
|
|
@@ -110,20 +78,11 @@ declare interface HvStepProps extends Pick<HvButtonProps, "onClick">, Omit<HvBas
|
|
|
110
78
|
disabled?: boolean;
|
|
111
79
|
}
|
|
112
80
|
|
|
113
|
-
export declare const HvWizard: ({ className, children, onClose, handleSubmit, title, open, skippable, loading, hasSummary, summaryContent, labels, fixedHeight, customStep, ...others }: HvWizardProps) => JSX_2.Element;
|
|
81
|
+
export declare const HvWizard: ({ className, children, onClose, handleSubmit, title, open, skippable, loading, hasSummary, summaryContent, labels, fixedHeight, customStep, classes: classesProp, ...others }: HvWizardProps) => JSX_2.Element;
|
|
114
82
|
|
|
115
|
-
export declare const HvWizardActions: ({ classes, handleClose, handleSubmit, loading, skippable, labels, }: HvWizardActionsProps) => JSX_2.Element;
|
|
83
|
+
export declare const HvWizardActions: ({ classes: classesProp, handleClose, handleSubmit, loading, skippable, labels, }: HvWizardActionsProps) => JSX_2.Element;
|
|
116
84
|
|
|
117
|
-
export declare type HvWizardActionsClasses =
|
|
118
|
-
/** Styles applied to the component which contains the groups of buttons. */
|
|
119
|
-
actionsContainer?: string;
|
|
120
|
-
/** Styles applied to the component which contains the buttons. */
|
|
121
|
-
buttonsContainer?: string;
|
|
122
|
-
/** Styles applied to the Button component to override its width. */
|
|
123
|
-
buttonWidth?: string;
|
|
124
|
-
/** Styles applied to some Button components to override its left padding. */
|
|
125
|
-
buttonSpacing?: string;
|
|
126
|
-
};
|
|
85
|
+
export declare type HvWizardActionsClasses = ExtractNames<typeof useClasses_4>;
|
|
127
86
|
|
|
128
87
|
export declare interface HvWizardActionsProps extends HvBaseProps {
|
|
129
88
|
/** Function to handle the cancel button. */
|
|
@@ -151,21 +110,11 @@ export declare interface HvWizardActionsProps extends HvBaseProps {
|
|
|
151
110
|
classes?: HvWizardActionsClasses;
|
|
152
111
|
}
|
|
153
112
|
|
|
154
|
-
export declare type HvWizardClasses =
|
|
155
|
-
/** Styles applied to the component root class. */
|
|
156
|
-
root?: string;
|
|
157
|
-
};
|
|
113
|
+
export declare type HvWizardClasses = ExtractNames<typeof useClasses_3>;
|
|
158
114
|
|
|
159
|
-
export declare const HvWizardContainer: ({ classes, className, children, handleClose, open, ...others }: HvWizardContainerProps) => JSX_2.Element;
|
|
115
|
+
export declare const HvWizardContainer: ({ classes: classesProp, className, children, handleClose, open, ...others }: HvWizardContainerProps) => JSX_2.Element;
|
|
160
116
|
|
|
161
|
-
export declare type HvWizardContainerClasses =
|
|
162
|
-
/** Styles applied to the component root class. */
|
|
163
|
-
root?: string;
|
|
164
|
-
/** Style applied to the component (root). */
|
|
165
|
-
paper?: string;
|
|
166
|
-
/** Style applied to the close button. */
|
|
167
|
-
closeButton?: string;
|
|
168
|
-
};
|
|
117
|
+
export declare type HvWizardContainerClasses = ExtractNames<typeof useClasses_6>;
|
|
169
118
|
|
|
170
119
|
export declare interface HvWizardContainerProps extends Omit<HvBaseProps, "onClose">, Pick<HvDialogProps, "maxWidth" | "fullWidth"> {
|
|
171
120
|
/** Current state of the Wizard. */
|
|
@@ -176,20 +125,9 @@ export declare interface HvWizardContainerProps extends Omit<HvBaseProps, "onClo
|
|
|
176
125
|
classes?: HvWizardContainerClasses;
|
|
177
126
|
}
|
|
178
127
|
|
|
179
|
-
export declare const HvWizardContent: ({ classes, fixedHeight, loading, children, summaryContent, }: HvWizardContentProps) => JSX_2.Element;
|
|
180
|
-
|
|
181
|
-
export declare type HvWizardContentClasses =
|
|
182
|
-
/** Style applied to the Wizard content container. */
|
|
183
|
-
contentContainer?: string;
|
|
184
|
-
/** Style applied to the Wizard to fix its height. */
|
|
185
|
-
fixedHeight?: string;
|
|
186
|
-
/** Style applied to the summary container around the page content container. */
|
|
187
|
-
summaryRef?: string;
|
|
188
|
-
/** Style applied to the Summary container to stick it to the top. */
|
|
189
|
-
summarySticky?: string;
|
|
190
|
-
/** Style applied to the Summary container to position it on the right. */
|
|
191
|
-
summaryContainer?: string;
|
|
192
|
-
};
|
|
128
|
+
export declare const HvWizardContent: ({ classes: classesProp, fixedHeight, loading, children, summaryContent, }: HvWizardContentProps) => JSX_2.Element;
|
|
129
|
+
|
|
130
|
+
export declare type HvWizardContentClasses = ExtractNames<typeof useClasses_7>;
|
|
193
131
|
|
|
194
132
|
export declare interface HvWizardContentProps extends HvBaseProps {
|
|
195
133
|
/** Forces minimum height to the component. */
|
|
@@ -254,22 +192,9 @@ export declare type HvWizardTabs = {
|
|
|
254
192
|
[tab in number]?: HvWizardTab;
|
|
255
193
|
};
|
|
256
194
|
|
|
257
|
-
export declare const HvWizardTitle: ({ title, hasSummary, labels, classes, customStep, }: HvWizardTitleProps) => JSX_2.Element;
|
|
258
|
-
|
|
259
|
-
export declare type HvWizardTitleClasses =
|
|
260
|
-
/** Styles applied to the header container. */
|
|
261
|
-
headerContainer?: string;
|
|
262
|
-
/** Styles applied to override the Dialog Title styles. */
|
|
263
|
-
messageContainer?: string;
|
|
264
|
-
/** Styles applied to the header content container. */
|
|
265
|
-
titleContainer?: string;
|
|
266
|
-
/** Styles applied to the Button component to override its width. */
|
|
267
|
-
buttonWidth?: string;
|
|
268
|
-
/** Styles applied to the Button component to override its right padding. */
|
|
269
|
-
rootSummaryButton?: string;
|
|
270
|
-
/** Styles applies to the step container. */
|
|
271
|
-
stepContainer?: string;
|
|
272
|
-
};
|
|
195
|
+
export declare const HvWizardTitle: ({ title, hasSummary, labels, classes: classesProp, customStep, }: HvWizardTitleProps) => JSX_2.Element;
|
|
196
|
+
|
|
197
|
+
export declare type HvWizardTitleClasses = ExtractNames<typeof useClasses_5>;
|
|
273
198
|
|
|
274
199
|
export declare interface HvWizardTitleProps extends HvBaseProps {
|
|
275
200
|
/** Title for the wizard. */
|
|
@@ -295,10 +220,114 @@ export declare const stepNavigationClasses: {
|
|
|
295
220
|
titles: "HvStepNavigation-titles";
|
|
296
221
|
};
|
|
297
222
|
|
|
223
|
+
declare const useClasses: (classesProp?: Partial<Record<"li" | "ol" | "separator" | "root" | "titles", string>>, addStatic?: boolean) => {
|
|
224
|
+
classes: {
|
|
225
|
+
li: string;
|
|
226
|
+
ol: string;
|
|
227
|
+
separator: string;
|
|
228
|
+
root: string;
|
|
229
|
+
titles: string;
|
|
230
|
+
};
|
|
231
|
+
css: {
|
|
232
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
233
|
+
(...args: CSSInterpolation[]): string;
|
|
234
|
+
};
|
|
235
|
+
cx: (...args: any) => string;
|
|
236
|
+
};
|
|
237
|
+
|
|
238
|
+
declare const useClasses_2: (classesProp?: Partial<Record<"xs" | "sm" | "md" | "lg" | "xl" | "root" | "ghost" | "ghostDisabled" | "notCurrent" | "avatar", string>>, addStatic?: boolean) => {
|
|
239
|
+
classes: {
|
|
240
|
+
xs: string;
|
|
241
|
+
sm: string;
|
|
242
|
+
md: string;
|
|
243
|
+
lg: string;
|
|
244
|
+
xl: string;
|
|
245
|
+
root: string;
|
|
246
|
+
ghost: string;
|
|
247
|
+
ghostDisabled: string;
|
|
248
|
+
notCurrent: string;
|
|
249
|
+
avatar: string;
|
|
250
|
+
};
|
|
251
|
+
css: {
|
|
252
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
253
|
+
(...args: CSSInterpolation[]): string;
|
|
254
|
+
};
|
|
255
|
+
cx: (...args: any) => string;
|
|
256
|
+
};
|
|
257
|
+
|
|
258
|
+
declare const useClasses_3: (classesProp?: Partial<Record<"root", string>>, addStatic?: boolean) => {
|
|
259
|
+
classes: {
|
|
260
|
+
root: string;
|
|
261
|
+
};
|
|
262
|
+
css: {
|
|
263
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
264
|
+
(...args: CSSInterpolation[]): string;
|
|
265
|
+
};
|
|
266
|
+
cx: (...args: any) => string;
|
|
267
|
+
};
|
|
268
|
+
|
|
269
|
+
declare const useClasses_4: (classesProp?: Partial<Record<"buttonWidth" | "actionsContainer" | "buttonsContainer" | "buttonSpacing", string>>, addStatic?: boolean) => {
|
|
270
|
+
classes: {
|
|
271
|
+
buttonWidth: string;
|
|
272
|
+
actionsContainer: string;
|
|
273
|
+
buttonsContainer: string;
|
|
274
|
+
buttonSpacing: string;
|
|
275
|
+
};
|
|
276
|
+
css: {
|
|
277
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
278
|
+
(...args: CSSInterpolation[]): string;
|
|
279
|
+
};
|
|
280
|
+
cx: (...args: any) => string;
|
|
281
|
+
};
|
|
282
|
+
|
|
283
|
+
declare const useClasses_5: (classesProp?: Partial<Record<"messageContainer" | "titleContainer" | "buttonWidth" | "rootSummaryButton" | "headerContainer" | "stepContainer", string>>, addStatic?: boolean) => {
|
|
284
|
+
classes: {
|
|
285
|
+
messageContainer: string;
|
|
286
|
+
titleContainer: string;
|
|
287
|
+
buttonWidth: string;
|
|
288
|
+
rootSummaryButton: string;
|
|
289
|
+
headerContainer: string;
|
|
290
|
+
stepContainer: string;
|
|
291
|
+
};
|
|
292
|
+
css: {
|
|
293
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
294
|
+
(...args: CSSInterpolation[]): string;
|
|
295
|
+
};
|
|
296
|
+
cx: (...args: any) => string;
|
|
297
|
+
};
|
|
298
|
+
|
|
299
|
+
declare const useClasses_6: (classesProp?: Partial<Record<"root" | "paper" | "closeButton", string>>, addStatic?: boolean) => {
|
|
300
|
+
classes: {
|
|
301
|
+
root: string;
|
|
302
|
+
paper: string;
|
|
303
|
+
closeButton: string;
|
|
304
|
+
};
|
|
305
|
+
css: {
|
|
306
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
307
|
+
(...args: CSSInterpolation[]): string;
|
|
308
|
+
};
|
|
309
|
+
cx: (...args: any) => string;
|
|
310
|
+
};
|
|
311
|
+
|
|
312
|
+
declare const useClasses_7: (classesProp?: Partial<Record<"fixedHeight" | "contentContainer" | "summaryRef" | "summarySticky" | "summaryContainer", string>>, addStatic?: boolean) => {
|
|
313
|
+
classes: {
|
|
314
|
+
fixedHeight: string;
|
|
315
|
+
contentContainer: string;
|
|
316
|
+
summaryRef: string;
|
|
317
|
+
summarySticky: string;
|
|
318
|
+
summaryContainer: string;
|
|
319
|
+
};
|
|
320
|
+
css: {
|
|
321
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
322
|
+
(...args: CSSInterpolation[]): string;
|
|
323
|
+
};
|
|
324
|
+
cx: (...args: any) => string;
|
|
325
|
+
};
|
|
326
|
+
|
|
298
327
|
export declare const wizardActionsClasses: {
|
|
328
|
+
buttonWidth: "HvWizardActions-buttonWidth";
|
|
299
329
|
actionsContainer: "HvWizardActions-actionsContainer";
|
|
300
330
|
buttonsContainer: "HvWizardActions-buttonsContainer";
|
|
301
|
-
buttonWidth: "HvWizardActions-buttonWidth";
|
|
302
331
|
buttonSpacing: "HvWizardActions-buttonSpacing";
|
|
303
332
|
};
|
|
304
333
|
|
|
@@ -308,8 +337,8 @@ export declare const wizardClasses: {
|
|
|
308
337
|
|
|
309
338
|
export declare const wizardContainerClasses: {
|
|
310
339
|
root: "HvWizardContainer-root";
|
|
311
|
-
closeButton: "HvWizardContainer-closeButton";
|
|
312
340
|
paper: "HvWizardContainer-paper";
|
|
341
|
+
closeButton: "HvWizardContainer-closeButton";
|
|
313
342
|
};
|
|
314
343
|
|
|
315
344
|
export declare const wizardContentClasses: {
|
|
@@ -321,11 +350,11 @@ export declare const wizardContentClasses: {
|
|
|
321
350
|
};
|
|
322
351
|
|
|
323
352
|
export declare const wizardTitleClasses: {
|
|
324
|
-
titleContainer: "HvWizardTitle-titleContainer";
|
|
325
353
|
messageContainer: "HvWizardTitle-messageContainer";
|
|
354
|
+
titleContainer: "HvWizardTitle-titleContainer";
|
|
326
355
|
buttonWidth: "HvWizardTitle-buttonWidth";
|
|
327
|
-
headerContainer: "HvWizardTitle-headerContainer";
|
|
328
356
|
rootSummaryButton: "HvWizardTitle-rootSummaryButton";
|
|
357
|
+
headerContainer: "HvWizardTitle-headerContainer";
|
|
329
358
|
stepContainer: "HvWizardTitle-stepContainer";
|
|
330
359
|
};
|
|
331
360
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-lab",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.22",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Hitachi Vantara UI Kit Team",
|
|
6
6
|
"description": "Contributed React components for the NEXT UI Kit.",
|
|
@@ -30,11 +30,9 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@emotion/css": "^11.11.0",
|
|
33
|
-
"@
|
|
34
|
-
"@hitachivantara/uikit-react-
|
|
35
|
-
"@hitachivantara/uikit-react-icons": "^5.2.7",
|
|
33
|
+
"@hitachivantara/uikit-react-core": "^5.20.1",
|
|
34
|
+
"@hitachivantara/uikit-react-icons": "^5.4.0",
|
|
36
35
|
"@hitachivantara/uikit-styles": "^5.9.1",
|
|
37
|
-
"clsx": "^1.2.1",
|
|
38
36
|
"usehooks-ts": "^2.9.1"
|
|
39
37
|
},
|
|
40
38
|
"files": [
|
|
@@ -44,7 +42,7 @@
|
|
|
44
42
|
"access": "public",
|
|
45
43
|
"directory": "package"
|
|
46
44
|
},
|
|
47
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "bf72281c787be46139b4db124c399b9b74555cb6",
|
|
48
46
|
"main": "dist/cjs/index.cjs",
|
|
49
47
|
"exports": {
|
|
50
48
|
".": {
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const uikitReactCore = require("@hitachivantara/uikit-react-core");
|
|
4
|
-
const classKeys = ["root", "ghost", "ghostDisabled", "notCurrent", "xs", "sm", "md", "lg", "xl", "avatar", "stepTitle"];
|
|
5
|
-
const stepClasses = uikitReactCore.getClasses(classKeys, "HvStep");
|
|
6
|
-
const stepClasses$1 = stepClasses;
|
|
7
|
-
exports.default = stepClasses$1;
|
|
8
|
-
//# sourceMappingURL=stepClasses.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stepClasses.cjs","sources":["../../../../../../src/components/StepNavigation/DefaultNavigation/Step/stepClasses.ts"],"sourcesContent":["import { getClasses } from \"@hitachivantara/uikit-react-core\";\n\nexport interface HvStepClasses {\n /** Styles applied to the component root class. */\n root?: string;\n /** Styles applied to the ghost class. */\n ghost?: string;\n /** Styles applied to the ghostDisabled class. */\n ghostDisabled?: string;\n /** Styles applied to the root element when step is not in \"current\" state. */\n notCurrent?: string;\n /** Styles applied to the root element when size is XS. */\n xs?: string;\n /** Styles applied to the root element when size is SM. */\n sm?: string;\n /** Styles applied to the root element when size is MD. */\n md?: string;\n /** Styles applied to the root element when size is LG. */\n lg?: string;\n /** Styles applied to the root element when size is XL. */\n xl?: string;\n /** Styles applied to the avatar element. */\n avatar?: string;\n /** Styles applied to the title of a step element. */\n stepTitle?: string;\n}\n\nconst classKeys: (keyof HvStepClasses)[] = [\n \"root\",\n \"ghost\",\n \"ghostDisabled\",\n \"notCurrent\",\n \"xs\",\n \"sm\",\n \"md\",\n \"lg\",\n \"xl\",\n \"avatar\",\n \"stepTitle\",\n];\n\nconst stepClasses = getClasses(classKeys, \"HvStep\");\n\nexport default stepClasses;\n"],"names":["classKeys","stepClasses","getClasses"],"mappings":";;;AA2BA,MAAMA,YAAqC,CACzC,QACA,SACA,iBACA,cACA,MACA,MACA,MACA,MACA,MACA,UACA,WAAW;AAGb,MAAMC,cAAcC,eAAWF,WAAAA,WAAW,QAAQ;AAElD,MAAA,gBAAeC;;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const uikitReactCore = require("@hitachivantara/uikit-react-core");
|
|
4
|
-
const classKeys = ["root", "active", "ghostDisabled"];
|
|
5
|
-
const dotClasses = uikitReactCore.getClasses(classKeys, "HvDot");
|
|
6
|
-
const dotClasses$1 = dotClasses;
|
|
7
|
-
exports.default = dotClasses$1;
|
|
8
|
-
//# sourceMappingURL=dotClasses.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dotClasses.cjs","sources":["../../../../../../src/components/StepNavigation/SimpleNavigation/Dot/dotClasses.ts"],"sourcesContent":["import { getClasses } from \"@hitachivantara/uikit-react-core\";\n\nexport interface HvDotClasses {\n root?: string;\n active?: string;\n ghostDisabled?: string;\n}\n\nconst classKeys: (keyof HvDotClasses)[] = [\"root\", \"active\", \"ghostDisabled\"];\n\nconst dotClasses = getClasses(classKeys, \"HvDot\");\n\nexport default dotClasses;\n"],"names":["classKeys","dotClasses","getClasses"],"mappings":";;;AAQA,MAAMA,YAAoC,CAAC,QAAQ,UAAU,eAAe;AAE5E,MAAMC,aAAaC,eAAWF,WAAAA,WAAW,OAAO;AAEhD,MAAA,eAAeC;;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const uikitReactCore = require("@hitachivantara/uikit-react-core");
|
|
4
|
-
const classKeys = ["root", "li", "ol", "separator", "titles"];
|
|
5
|
-
const stepNavigationClasses = uikitReactCore.getClasses(classKeys, "HvStepNavigation");
|
|
6
|
-
const stepNavigationClasses$1 = stepNavigationClasses;
|
|
7
|
-
exports.default = stepNavigationClasses$1;
|
|
8
|
-
//# sourceMappingURL=stepNavigationClasses.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stepNavigationClasses.cjs","sources":["../../../../src/components/StepNavigation/stepNavigationClasses.ts"],"sourcesContent":["import { getClasses } from \"@hitachivantara/uikit-react-core\";\n\nexport interface HvStepNavigationClasses {\n /** Styles applied to the component root class. */\n root?: string;\n /** Styles applied to the title element. */\n titles?: string;\n /** Styles applied to the li element. */\n li?: string;\n /** Styles applied to the ol element. */\n ol?: string;\n /** Styles applied to the separator element. */\n separator?: string;\n}\n\nconst classKeys: (keyof HvStepNavigationClasses)[] = [\n \"root\",\n \"li\",\n \"ol\",\n \"separator\",\n \"titles\",\n];\n\nconst stepNavigationClasses = getClasses(classKeys, \"HvStepNavigation\");\n\nexport default stepNavigationClasses;\n"],"names":["classKeys","stepNavigationClasses","getClasses"],"mappings":";;;AAeA,MAAMA,YAA+C,CACnD,QACA,MACA,MACA,aACA,QAAQ;AAGV,MAAMC,wBAAwBC,eAAWF,WAAAA,WAAW,kBAAkB;AAEtE,MAAA,0BAAeC;;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const uikitReactCore = require("@hitachivantara/uikit-react-core");
|
|
4
|
-
const classKeys = ["actionsContainer", "buttonsContainer", "buttonWidth", "buttonSpacing"];
|
|
5
|
-
const wizardActionsClasses = uikitReactCore.getClasses(classKeys, "HvWizardActions");
|
|
6
|
-
const wizardActionsClasses$1 = wizardActionsClasses;
|
|
7
|
-
exports.default = wizardActionsClasses$1;
|
|
8
|
-
//# sourceMappingURL=wizardActionsClasses.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wizardActionsClasses.cjs","sources":["../../../../../src/components/Wizard/WizardActions/wizardActionsClasses.ts"],"sourcesContent":["import { getClasses } from \"@hitachivantara/uikit-react-core\";\n\nexport type HvWizardActionsClasses = {\n /** Styles applied to the component which contains the groups of buttons. */\n actionsContainer?: string;\n /** Styles applied to the component which contains the buttons. */\n buttonsContainer?: string;\n /** Styles applied to the Button component to override its width. */\n buttonWidth?: string;\n /** Styles applied to some Button components to override its left padding. */\n buttonSpacing?: string;\n};\n\nconst classKeys: (keyof HvWizardActionsClasses)[] = [\n \"actionsContainer\",\n \"buttonsContainer\",\n \"buttonWidth\",\n \"buttonSpacing\",\n];\n\nconst wizardActionsClasses = getClasses(classKeys, \"HvWizardActions\");\n\nexport default wizardActionsClasses;\n"],"names":["classKeys","wizardActionsClasses","getClasses"],"mappings":";;;AAaA,MAAMA,YAA8C,CAClD,oBACA,oBACA,eACA,eAAe;AAGjB,MAAMC,uBAAuBC,eAAWF,WAAAA,WAAW,iBAAiB;AAEpE,MAAA,yBAAeC;;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const uikitReactCore = require("@hitachivantara/uikit-react-core");
|
|
4
|
-
const classKeys = ["root", "paper", "closeButton"];
|
|
5
|
-
const wizardContainerClasses = uikitReactCore.getClasses(classKeys, "HvWizardContainer");
|
|
6
|
-
const wizardContainerClasses$1 = wizardContainerClasses;
|
|
7
|
-
exports.default = wizardContainerClasses$1;
|
|
8
|
-
//# sourceMappingURL=wizardContainerClasses.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wizardContainerClasses.cjs","sources":["../../../../../src/components/Wizard/WizardContainer/wizardContainerClasses.ts"],"sourcesContent":["import { getClasses } from \"@hitachivantara/uikit-react-core\";\n\nexport type HvWizardContainerClasses = {\n /** Styles applied to the component root class. */\n root?: string;\n /** Style applied to the component (root). */\n paper?: string;\n /** Style applied to the close button. */\n closeButton?: string;\n};\n\nconst classKeys: (keyof HvWizardContainerClasses)[] = [\n \"root\",\n \"paper\",\n \"closeButton\",\n];\n\nconst wizardContainerClasses = getClasses(classKeys, \"HvWizardContainer\");\n\nexport default wizardContainerClasses;\n"],"names":["classKeys","wizardContainerClasses","getClasses"],"mappings":";;;AAWA,MAAMA,YAAgD,CACpD,QACA,SACA,aAAa;AAGf,MAAMC,yBAAyBC,eAAWF,WAAAA,WAAW,mBAAmB;AAExE,MAAA,2BAAeC;;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const uikitReactCore = require("@hitachivantara/uikit-react-core");
|
|
4
|
-
const classKeys = ["blur", "loading", "overlay"];
|
|
5
|
-
const wizardLoadingContainerClasses = uikitReactCore.getClasses(classKeys, "HvWizard-LoadingContainer");
|
|
6
|
-
const wizardLoadingContainerClasses$1 = wizardLoadingContainerClasses;
|
|
7
|
-
exports.default = wizardLoadingContainerClasses$1;
|
|
8
|
-
//# sourceMappingURL=loadingContainerClasses.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"loadingContainerClasses.cjs","sources":["../../../../../src/components/Wizard/WizardContent/loadingContainerClasses.ts"],"sourcesContent":["import { getClasses } from \"@hitachivantara/uikit-react-core\";\n\nexport type HvWizardLoadingContainerClasses = {\n loading?: string;\n overlay?: string;\n blur?: string;\n};\n\nconst classKeys: (keyof HvWizardLoadingContainerClasses)[] = [\n \"blur\",\n \"loading\",\n \"overlay\",\n];\n\nconst wizardLoadingContainerClasses = getClasses(\n classKeys,\n \"HvWizard-LoadingContainer\"\n);\n\nexport default wizardLoadingContainerClasses;\n"],"names":["classKeys","wizardLoadingContainerClasses","getClasses"],"mappings":";;;AAQA,MAAMA,YAAuD,CAC3D,QACA,WACA,SAAS;AAGX,MAAMC,gCAAgCC,eACpCF,WAAAA,WACA,2BACF;AAEA,MAAA,kCAAeC;;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const uikitReactCore = require("@hitachivantara/uikit-react-core");
|
|
4
|
-
const classKeys = ["contentContainer", "fixedHeight", "summaryRef", "summarySticky", "summaryContainer"];
|
|
5
|
-
const wizardContentClasses = uikitReactCore.getClasses(classKeys, "HvWizardContent");
|
|
6
|
-
const wizardContentClasses$1 = wizardContentClasses;
|
|
7
|
-
exports.default = wizardContentClasses$1;
|
|
8
|
-
//# sourceMappingURL=wizardContentClasses.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wizardContentClasses.cjs","sources":["../../../../../src/components/Wizard/WizardContent/wizardContentClasses.ts"],"sourcesContent":["import { getClasses } from \"@hitachivantara/uikit-react-core\";\n\nexport type HvWizardContentClasses = {\n /** Style applied to the Wizard content container. */\n contentContainer?: string;\n /** Style applied to the Wizard to fix its height. */\n fixedHeight?: string;\n /** Style applied to the summary container around the page content container. */\n summaryRef?: string;\n /** Style applied to the Summary container to stick it to the top. */\n summarySticky?: string;\n /** Style applied to the Summary container to position it on the right. */\n summaryContainer?: string;\n};\n\nconst classKeys: (keyof HvWizardContentClasses)[] = [\n \"contentContainer\",\n \"fixedHeight\",\n \"summaryRef\",\n \"summarySticky\",\n \"summaryContainer\",\n];\n\nconst wizardContentClasses = getClasses(classKeys, \"HvWizardContent\");\n\nexport default wizardContentClasses;\n"],"names":["classKeys","wizardContentClasses","getClasses"],"mappings":";;;AAeA,MAAMA,YAA8C,CAClD,oBACA,eACA,cACA,iBACA,kBAAkB;AAGpB,MAAMC,uBAAuBC,eAAWF,WAAAA,WAAW,iBAAiB;AAEpE,MAAA,yBAAeC;;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const uikitReactCore = require("@hitachivantara/uikit-react-core");
|
|
4
|
-
const classKeys = ["headerContainer", "messageContainer", "titleContainer", "buttonWidth", "rootSummaryButton", "stepContainer"];
|
|
5
|
-
const wizardTitleClasses = uikitReactCore.getClasses(classKeys, "HvWizardTitle");
|
|
6
|
-
const wizardTitleClasses$1 = wizardTitleClasses;
|
|
7
|
-
exports.default = wizardTitleClasses$1;
|
|
8
|
-
//# sourceMappingURL=wizardTitleClasses.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wizardTitleClasses.cjs","sources":["../../../../../src/components/Wizard/WizardTitle/wizardTitleClasses.ts"],"sourcesContent":["import { getClasses } from \"@hitachivantara/uikit-react-core\";\n\nexport type HvWizardTitleClasses = {\n /** Styles applied to the header container. */\n headerContainer?: string;\n /** Styles applied to override the Dialog Title styles. */\n messageContainer?: string;\n /** Styles applied to the header content container. */\n titleContainer?: string;\n /** Styles applied to the Button component to override its width. */\n buttonWidth?: string;\n /** Styles applied to the Button component to override its right padding. */\n rootSummaryButton?: string;\n /** Styles applies to the step container. */\n stepContainer?: string;\n};\n\nconst classKeys: (keyof HvWizardTitleClasses)[] = [\n \"headerContainer\",\n \"messageContainer\",\n \"titleContainer\",\n \"buttonWidth\",\n \"rootSummaryButton\",\n \"stepContainer\",\n];\n\nconst wizardTitleClasses = getClasses(classKeys, \"HvWizardTitle\");\n\nexport default wizardTitleClasses;\n"],"names":["classKeys","wizardTitleClasses","getClasses"],"mappings":";;;AAiBA,MAAMA,YAA4C,CAChD,mBACA,oBACA,kBACA,eACA,qBACA,eAAe;AAGjB,MAAMC,qBAAqBC,eAAWF,WAAAA,WAAW,eAAe;AAEhE,MAAA,uBAAeC;;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
|
-
const uikitReactCore = require("@hitachivantara/uikit-react-core");
|
|
4
|
-
const classKeys = ["root"];
|
|
5
|
-
const wizardClasses = uikitReactCore.getClasses(classKeys, "HvWizard");
|
|
6
|
-
const wizardClasses$1 = wizardClasses;
|
|
7
|
-
exports.default = wizardClasses$1;
|
|
8
|
-
//# sourceMappingURL=wizardClasses.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wizardClasses.cjs","sources":["../../../../src/components/Wizard/wizardClasses.ts"],"sourcesContent":["import { getClasses } from \"@hitachivantara/uikit-react-core\";\n\nexport type HvWizardClasses = {\n /** Styles applied to the component root class. */\n root?: string;\n};\n\nconst classKeys: (keyof HvWizardClasses)[] = [\"root\"];\n\nconst wizardClasses = getClasses(classKeys, \"HvWizard\");\n\nexport default wizardClasses;\n"],"names":["classKeys","wizardClasses","getClasses"],"mappings":";;;AAOA,MAAMA,YAAuC,CAAC,MAAM;AAEpD,MAAMC,gBAAgBC,eAAWF,WAAAA,WAAW,UAAU;AAEtD,MAAA,kBAAeC;;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { getClasses } from "@hitachivantara/uikit-react-core";
|
|
2
|
-
const classKeys = ["root", "ghost", "ghostDisabled", "notCurrent", "xs", "sm", "md", "lg", "xl", "avatar", "stepTitle"];
|
|
3
|
-
const stepClasses = getClasses(classKeys, "HvStep");
|
|
4
|
-
const stepClasses$1 = stepClasses;
|
|
5
|
-
export {
|
|
6
|
-
stepClasses$1 as default
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=stepClasses.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stepClasses.js","sources":["../../../../../../src/components/StepNavigation/DefaultNavigation/Step/stepClasses.ts"],"sourcesContent":["import { getClasses } from \"@hitachivantara/uikit-react-core\";\n\nexport interface HvStepClasses {\n /** Styles applied to the component root class. */\n root?: string;\n /** Styles applied to the ghost class. */\n ghost?: string;\n /** Styles applied to the ghostDisabled class. */\n ghostDisabled?: string;\n /** Styles applied to the root element when step is not in \"current\" state. */\n notCurrent?: string;\n /** Styles applied to the root element when size is XS. */\n xs?: string;\n /** Styles applied to the root element when size is SM. */\n sm?: string;\n /** Styles applied to the root element when size is MD. */\n md?: string;\n /** Styles applied to the root element when size is LG. */\n lg?: string;\n /** Styles applied to the root element when size is XL. */\n xl?: string;\n /** Styles applied to the avatar element. */\n avatar?: string;\n /** Styles applied to the title of a step element. */\n stepTitle?: string;\n}\n\nconst classKeys: (keyof HvStepClasses)[] = [\n \"root\",\n \"ghost\",\n \"ghostDisabled\",\n \"notCurrent\",\n \"xs\",\n \"sm\",\n \"md\",\n \"lg\",\n \"xl\",\n \"avatar\",\n \"stepTitle\",\n];\n\nconst stepClasses = getClasses(classKeys, \"HvStep\");\n\nexport default stepClasses;\n"],"names":["classKeys","stepClasses","getClasses"],"mappings":";AA2BA,MAAMA,YAAqC,CACzC,QACA,SACA,iBACA,cACA,MACA,MACA,MACA,MACA,MACA,UACA,WAAW;AAGb,MAAMC,cAAcC,WAAWF,WAAW,QAAQ;AAElD,MAAA,gBAAeC;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { getClasses } from "@hitachivantara/uikit-react-core";
|
|
2
|
-
const classKeys = ["root", "active", "ghostDisabled"];
|
|
3
|
-
const dotClasses = getClasses(classKeys, "HvDot");
|
|
4
|
-
const dotClasses$1 = dotClasses;
|
|
5
|
-
export {
|
|
6
|
-
dotClasses$1 as default
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=dotClasses.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dotClasses.js","sources":["../../../../../../src/components/StepNavigation/SimpleNavigation/Dot/dotClasses.ts"],"sourcesContent":["import { getClasses } from \"@hitachivantara/uikit-react-core\";\n\nexport interface HvDotClasses {\n root?: string;\n active?: string;\n ghostDisabled?: string;\n}\n\nconst classKeys: (keyof HvDotClasses)[] = [\"root\", \"active\", \"ghostDisabled\"];\n\nconst dotClasses = getClasses(classKeys, \"HvDot\");\n\nexport default dotClasses;\n"],"names":["classKeys","dotClasses","getClasses"],"mappings":";AAQA,MAAMA,YAAoC,CAAC,QAAQ,UAAU,eAAe;AAE5E,MAAMC,aAAaC,WAAWF,WAAW,OAAO;AAEhD,MAAA,eAAeC;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { getClasses } from "@hitachivantara/uikit-react-core";
|
|
2
|
-
const classKeys = ["root", "li", "ol", "separator", "titles"];
|
|
3
|
-
const stepNavigationClasses = getClasses(classKeys, "HvStepNavigation");
|
|
4
|
-
const stepNavigationClasses$1 = stepNavigationClasses;
|
|
5
|
-
export {
|
|
6
|
-
stepNavigationClasses$1 as default
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=stepNavigationClasses.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"stepNavigationClasses.js","sources":["../../../../src/components/StepNavigation/stepNavigationClasses.ts"],"sourcesContent":["import { getClasses } from \"@hitachivantara/uikit-react-core\";\n\nexport interface HvStepNavigationClasses {\n /** Styles applied to the component root class. */\n root?: string;\n /** Styles applied to the title element. */\n titles?: string;\n /** Styles applied to the li element. */\n li?: string;\n /** Styles applied to the ol element. */\n ol?: string;\n /** Styles applied to the separator element. */\n separator?: string;\n}\n\nconst classKeys: (keyof HvStepNavigationClasses)[] = [\n \"root\",\n \"li\",\n \"ol\",\n \"separator\",\n \"titles\",\n];\n\nconst stepNavigationClasses = getClasses(classKeys, \"HvStepNavigation\");\n\nexport default stepNavigationClasses;\n"],"names":["classKeys","stepNavigationClasses","getClasses"],"mappings":";AAeA,MAAMA,YAA+C,CACnD,QACA,MACA,MACA,aACA,QAAQ;AAGV,MAAMC,wBAAwBC,WAAWF,WAAW,kBAAkB;AAEtE,MAAA,0BAAeC;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { getClasses } from "@hitachivantara/uikit-react-core";
|
|
2
|
-
const classKeys = ["actionsContainer", "buttonsContainer", "buttonWidth", "buttonSpacing"];
|
|
3
|
-
const wizardActionsClasses = getClasses(classKeys, "HvWizardActions");
|
|
4
|
-
const wizardActionsClasses$1 = wizardActionsClasses;
|
|
5
|
-
export {
|
|
6
|
-
wizardActionsClasses$1 as default
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=wizardActionsClasses.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wizardActionsClasses.js","sources":["../../../../../src/components/Wizard/WizardActions/wizardActionsClasses.ts"],"sourcesContent":["import { getClasses } from \"@hitachivantara/uikit-react-core\";\n\nexport type HvWizardActionsClasses = {\n /** Styles applied to the component which contains the groups of buttons. */\n actionsContainer?: string;\n /** Styles applied to the component which contains the buttons. */\n buttonsContainer?: string;\n /** Styles applied to the Button component to override its width. */\n buttonWidth?: string;\n /** Styles applied to some Button components to override its left padding. */\n buttonSpacing?: string;\n};\n\nconst classKeys: (keyof HvWizardActionsClasses)[] = [\n \"actionsContainer\",\n \"buttonsContainer\",\n \"buttonWidth\",\n \"buttonSpacing\",\n];\n\nconst wizardActionsClasses = getClasses(classKeys, \"HvWizardActions\");\n\nexport default wizardActionsClasses;\n"],"names":["classKeys","wizardActionsClasses","getClasses"],"mappings":";AAaA,MAAMA,YAA8C,CAClD,oBACA,oBACA,eACA,eAAe;AAGjB,MAAMC,uBAAuBC,WAAWF,WAAW,iBAAiB;AAEpE,MAAA,yBAAeC;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { getClasses } from "@hitachivantara/uikit-react-core";
|
|
2
|
-
const classKeys = ["root", "paper", "closeButton"];
|
|
3
|
-
const wizardContainerClasses = getClasses(classKeys, "HvWizardContainer");
|
|
4
|
-
const wizardContainerClasses$1 = wizardContainerClasses;
|
|
5
|
-
export {
|
|
6
|
-
wizardContainerClasses$1 as default
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=wizardContainerClasses.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wizardContainerClasses.js","sources":["../../../../../src/components/Wizard/WizardContainer/wizardContainerClasses.ts"],"sourcesContent":["import { getClasses } from \"@hitachivantara/uikit-react-core\";\n\nexport type HvWizardContainerClasses = {\n /** Styles applied to the component root class. */\n root?: string;\n /** Style applied to the component (root). */\n paper?: string;\n /** Style applied to the close button. */\n closeButton?: string;\n};\n\nconst classKeys: (keyof HvWizardContainerClasses)[] = [\n \"root\",\n \"paper\",\n \"closeButton\",\n];\n\nconst wizardContainerClasses = getClasses(classKeys, \"HvWizardContainer\");\n\nexport default wizardContainerClasses;\n"],"names":["classKeys","wizardContainerClasses","getClasses"],"mappings":";AAWA,MAAMA,YAAgD,CACpD,QACA,SACA,aAAa;AAGf,MAAMC,yBAAyBC,WAAWF,WAAW,mBAAmB;AAExE,MAAA,2BAAeC;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { getClasses } from "@hitachivantara/uikit-react-core";
|
|
2
|
-
const classKeys = ["blur", "loading", "overlay"];
|
|
3
|
-
const wizardLoadingContainerClasses = getClasses(classKeys, "HvWizard-LoadingContainer");
|
|
4
|
-
const wizardLoadingContainerClasses$1 = wizardLoadingContainerClasses;
|
|
5
|
-
export {
|
|
6
|
-
wizardLoadingContainerClasses$1 as default
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=loadingContainerClasses.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"loadingContainerClasses.js","sources":["../../../../../src/components/Wizard/WizardContent/loadingContainerClasses.ts"],"sourcesContent":["import { getClasses } from \"@hitachivantara/uikit-react-core\";\n\nexport type HvWizardLoadingContainerClasses = {\n loading?: string;\n overlay?: string;\n blur?: string;\n};\n\nconst classKeys: (keyof HvWizardLoadingContainerClasses)[] = [\n \"blur\",\n \"loading\",\n \"overlay\",\n];\n\nconst wizardLoadingContainerClasses = getClasses(\n classKeys,\n \"HvWizard-LoadingContainer\"\n);\n\nexport default wizardLoadingContainerClasses;\n"],"names":["classKeys","wizardLoadingContainerClasses","getClasses"],"mappings":";AAQA,MAAMA,YAAuD,CAC3D,QACA,WACA,SAAS;AAGX,MAAMC,gCAAgCC,WACpCF,WACA,2BACF;AAEA,MAAA,kCAAeC;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { getClasses } from "@hitachivantara/uikit-react-core";
|
|
2
|
-
const classKeys = ["contentContainer", "fixedHeight", "summaryRef", "summarySticky", "summaryContainer"];
|
|
3
|
-
const wizardContentClasses = getClasses(classKeys, "HvWizardContent");
|
|
4
|
-
const wizardContentClasses$1 = wizardContentClasses;
|
|
5
|
-
export {
|
|
6
|
-
wizardContentClasses$1 as default
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=wizardContentClasses.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wizardContentClasses.js","sources":["../../../../../src/components/Wizard/WizardContent/wizardContentClasses.ts"],"sourcesContent":["import { getClasses } from \"@hitachivantara/uikit-react-core\";\n\nexport type HvWizardContentClasses = {\n /** Style applied to the Wizard content container. */\n contentContainer?: string;\n /** Style applied to the Wizard to fix its height. */\n fixedHeight?: string;\n /** Style applied to the summary container around the page content container. */\n summaryRef?: string;\n /** Style applied to the Summary container to stick it to the top. */\n summarySticky?: string;\n /** Style applied to the Summary container to position it on the right. */\n summaryContainer?: string;\n};\n\nconst classKeys: (keyof HvWizardContentClasses)[] = [\n \"contentContainer\",\n \"fixedHeight\",\n \"summaryRef\",\n \"summarySticky\",\n \"summaryContainer\",\n];\n\nconst wizardContentClasses = getClasses(classKeys, \"HvWizardContent\");\n\nexport default wizardContentClasses;\n"],"names":["classKeys","wizardContentClasses","getClasses"],"mappings":";AAeA,MAAMA,YAA8C,CAClD,oBACA,eACA,cACA,iBACA,kBAAkB;AAGpB,MAAMC,uBAAuBC,WAAWF,WAAW,iBAAiB;AAEpE,MAAA,yBAAeC;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { getClasses } from "@hitachivantara/uikit-react-core";
|
|
2
|
-
const classKeys = ["headerContainer", "messageContainer", "titleContainer", "buttonWidth", "rootSummaryButton", "stepContainer"];
|
|
3
|
-
const wizardTitleClasses = getClasses(classKeys, "HvWizardTitle");
|
|
4
|
-
const wizardTitleClasses$1 = wizardTitleClasses;
|
|
5
|
-
export {
|
|
6
|
-
wizardTitleClasses$1 as default
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=wizardTitleClasses.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wizardTitleClasses.js","sources":["../../../../../src/components/Wizard/WizardTitle/wizardTitleClasses.ts"],"sourcesContent":["import { getClasses } from \"@hitachivantara/uikit-react-core\";\n\nexport type HvWizardTitleClasses = {\n /** Styles applied to the header container. */\n headerContainer?: string;\n /** Styles applied to override the Dialog Title styles. */\n messageContainer?: string;\n /** Styles applied to the header content container. */\n titleContainer?: string;\n /** Styles applied to the Button component to override its width. */\n buttonWidth?: string;\n /** Styles applied to the Button component to override its right padding. */\n rootSummaryButton?: string;\n /** Styles applies to the step container. */\n stepContainer?: string;\n};\n\nconst classKeys: (keyof HvWizardTitleClasses)[] = [\n \"headerContainer\",\n \"messageContainer\",\n \"titleContainer\",\n \"buttonWidth\",\n \"rootSummaryButton\",\n \"stepContainer\",\n];\n\nconst wizardTitleClasses = getClasses(classKeys, \"HvWizardTitle\");\n\nexport default wizardTitleClasses;\n"],"names":["classKeys","wizardTitleClasses","getClasses"],"mappings":";AAiBA,MAAMA,YAA4C,CAChD,mBACA,oBACA,kBACA,eACA,qBACA,eAAe;AAGjB,MAAMC,qBAAqBC,WAAWF,WAAW,eAAe;AAEhE,MAAA,uBAAeC;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { getClasses } from "@hitachivantara/uikit-react-core";
|
|
2
|
-
const classKeys = ["root"];
|
|
3
|
-
const wizardClasses = getClasses(classKeys, "HvWizard");
|
|
4
|
-
const wizardClasses$1 = wizardClasses;
|
|
5
|
-
export {
|
|
6
|
-
wizardClasses$1 as default
|
|
7
|
-
};
|
|
8
|
-
//# sourceMappingURL=wizardClasses.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wizardClasses.js","sources":["../../../../src/components/Wizard/wizardClasses.ts"],"sourcesContent":["import { getClasses } from \"@hitachivantara/uikit-react-core\";\n\nexport type HvWizardClasses = {\n /** Styles applied to the component root class. */\n root?: string;\n};\n\nconst classKeys: (keyof HvWizardClasses)[] = [\"root\"];\n\nconst wizardClasses = getClasses(classKeys, \"HvWizard\");\n\nexport default wizardClasses;\n"],"names":["classKeys","wizardClasses","getClasses"],"mappings":";AAOA,MAAMA,YAAuC,CAAC,MAAM;AAEpD,MAAMC,gBAAgBC,WAAWF,WAAW,UAAU;AAEtD,MAAA,kBAAeC;"}
|