@kaizen/components 1.24.1 → 1.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/dts/Brand/Brand.d.ts +11 -0
- package/dist/cjs/dts/Brand/index.d.ts +1 -0
- package/dist/cjs/dts/Button/Button/Button.d.ts +8 -0
- package/dist/cjs/dts/Button/Button/index.d.ts +1 -0
- package/dist/cjs/dts/Button/DirectionalLink/DirectionalLink.d.ts +19 -0
- package/dist/cjs/dts/Button/DirectionalLink/index.d.ts +1 -0
- package/dist/cjs/dts/Button/{subcomponents → GenericButton}/GenericButton.d.ts +3 -4
- package/dist/cjs/dts/Button/GenericButton/index.d.ts +1 -0
- package/dist/cjs/dts/Button/IconButton/IconButton.d.ts +30 -0
- package/dist/cjs/dts/Button/IconButton/index.d.ts +1 -0
- package/dist/cjs/dts/Button/PaginationLink/PaginationLink.d.ts +19 -0
- package/dist/cjs/dts/Button/PaginationLink/index.d.ts +1 -0
- package/dist/cjs/dts/Button/index.d.ts +4 -1
- package/dist/cjs/dts/Checkbox/Checkbox/Checkbox.d.ts +13 -0
- package/dist/cjs/dts/Checkbox/Checkbox/index.d.ts +1 -0
- package/dist/cjs/dts/Checkbox/CheckboxField/CheckboxField.d.ts +19 -0
- package/dist/cjs/dts/Checkbox/CheckboxField/index.d.ts +1 -0
- package/dist/cjs/dts/Checkbox/CheckboxGroup/CheckboxGroup.d.ts +17 -0
- package/dist/cjs/dts/Checkbox/CheckboxGroup/index.d.ts +1 -0
- package/dist/cjs/dts/Checkbox/index.d.ts +3 -0
- package/dist/cjs/dts/Collapsible/Collapsible/Collapsible.d.ts +50 -0
- package/dist/cjs/dts/Collapsible/Collapsible/index.d.ts +1 -0
- package/dist/cjs/dts/Collapsible/CollapsibleGroup/CollapsibleGroup.d.ts +17 -0
- package/dist/cjs/dts/Collapsible/CollapsibleGroup/index.d.ts +1 -0
- package/dist/cjs/dts/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.d.ts +11 -0
- package/dist/cjs/dts/Collapsible/ExpertAdviceCollapsible/index.d.ts +1 -0
- package/dist/cjs/dts/Collapsible/index.d.ts +3 -0
- package/dist/cjs/dts/Collapsible/types.d.ts +3 -0
- package/dist/cjs/dts/FieldGroup/FieldGroup.d.ts +10 -0
- package/dist/cjs/dts/FieldGroup/index.d.ts +1 -0
- package/dist/cjs/dts/FieldMessage/FieldMessage.d.ts +15 -0
- package/dist/cjs/dts/FieldMessage/index.d.ts +1 -0
- package/dist/cjs/dts/FilterMultiSelect/FilterMultiSelect.d.ts +1 -1
- package/dist/cjs/dts/FilterSelect/FilterSelect.d.ts +7 -8
- package/dist/cjs/dts/FilterSelect/types.d.ts +1 -23
- package/dist/cjs/dts/Input/Input/Input.d.ts +17 -0
- package/dist/cjs/dts/Input/Input/index.d.ts +1 -0
- package/dist/cjs/dts/Input/Input/types.d.ts +2 -0
- package/dist/cjs/dts/Input/InputRange/InputRange.d.ts +18 -0
- package/dist/cjs/dts/Input/InputRange/index.d.ts +1 -0
- package/dist/cjs/dts/{InputSearch → Input/InputSearch}/InputSearch.d.ts +1 -1
- package/dist/cjs/dts/Input/index.d.ts +3 -0
- package/dist/cjs/dts/Label/Label.d.ts +17 -0
- package/dist/cjs/dts/Label/index.d.ts +1 -0
- package/dist/cjs/dts/Label/types.d.ts +3 -0
- package/dist/cjs/dts/MultiSelect/subcomponents/Popover/Popover.d.ts +4 -4
- package/dist/cjs/dts/Radio/Radio/Radio.d.ts +16 -0
- package/dist/cjs/dts/Radio/Radio/index.d.ts +1 -0
- package/dist/cjs/dts/Radio/RadioField/RadioField.d.ts +18 -0
- package/dist/cjs/dts/Radio/RadioField/index.d.ts +1 -0
- package/dist/cjs/dts/Radio/RadioGroup/RadioGroup.d.ts +14 -0
- package/dist/cjs/dts/Radio/RadioGroup/index.d.ts +1 -0
- package/dist/cjs/dts/Radio/index.d.ts +3 -0
- package/dist/cjs/dts/SearchField/SearchField.d.ts +17 -0
- package/dist/cjs/dts/SearchField/index.d.ts +1 -0
- package/dist/cjs/dts/Slider/Slider.d.ts +19 -0
- package/dist/cjs/dts/Slider/index.d.ts +1 -0
- package/dist/cjs/dts/Text/Text.d.ts +4 -1
- package/dist/cjs/dts/__future__/Select/Select.d.ts +80 -0
- package/dist/cjs/dts/__future__/Select/_docs/mockData.d.ts +6 -0
- package/dist/cjs/dts/__future__/Select/index.d.ts +2 -0
- package/dist/{esm/dts/FilterSelect → cjs/dts/__future__/Select}/subcomponents/ListBox/ListBox.d.ts +1 -1
- package/dist/{esm/dts/FilterSelect → cjs/dts/__future__/Select}/subcomponents/Option/Option.d.ts +1 -1
- package/dist/cjs/dts/{FilterSelect → __future__/Select}/subcomponents/Overlay/Overlay.d.ts +1 -1
- package/dist/cjs/dts/__future__/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.d.ts +13 -0
- package/dist/cjs/dts/__future__/Select/subcomponents/SelectPopoverContents/index.d.ts +1 -0
- package/dist/cjs/dts/__future__/Select/subcomponents/SelectToggle/SelectToggle.d.ts +33 -0
- package/dist/cjs/dts/__future__/Select/subcomponents/SelectToggle/index.d.ts +1 -0
- package/dist/cjs/dts/__future__/Select/subcomponents/index.d.ts +9 -0
- package/dist/cjs/dts/__future__/Select/types.d.ts +23 -0
- package/dist/cjs/dts/__future__/Select/utils/getDisabledKeysFromItems.d.ts +2 -0
- package/dist/cjs/dts/__future__/Tag/Tag.d.ts +12 -0
- package/dist/cjs/dts/__future__/Tag/index.d.ts +1 -0
- package/dist/cjs/dts/__future__/Tag/types.d.ts +2 -0
- package/dist/cjs/dts/__future__/index.d.ts +2 -0
- package/dist/cjs/dts/index.d.ts +22 -1
- package/dist/cjs/future.js +119 -27
- package/dist/cjs/future.js.map +1 -1
- package/dist/cjs/index.css +42 -11
- package/dist/cjs/index.js +1462 -925
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/transformSelectItemToCollectionElement-a76aaebf.js +435 -0
- package/dist/cjs/transformSelectItemToCollectionElement-a76aaebf.js.map +1 -0
- package/dist/cjs/transformSelectItemToCollectionElement-e5ff0d5a.js +435 -0
- package/dist/cjs/transformSelectItemToCollectionElement-e5ff0d5a.js.map +1 -0
- package/dist/esm/dts/Brand/Brand.d.ts +11 -0
- package/dist/esm/dts/Brand/index.d.ts +1 -0
- package/dist/esm/dts/Button/Button/Button.d.ts +8 -0
- package/dist/esm/dts/Button/Button/index.d.ts +1 -0
- package/dist/esm/dts/Button/DirectionalLink/DirectionalLink.d.ts +19 -0
- package/dist/esm/dts/Button/DirectionalLink/index.d.ts +1 -0
- package/dist/esm/dts/Button/{subcomponents → GenericButton}/GenericButton.d.ts +3 -4
- package/dist/esm/dts/Button/GenericButton/index.d.ts +1 -0
- package/dist/esm/dts/Button/IconButton/IconButton.d.ts +30 -0
- package/dist/esm/dts/Button/IconButton/index.d.ts +1 -0
- package/dist/esm/dts/Button/PaginationLink/PaginationLink.d.ts +19 -0
- package/dist/esm/dts/Button/PaginationLink/index.d.ts +1 -0
- package/dist/esm/dts/Button/index.d.ts +4 -1
- package/dist/esm/dts/Checkbox/Checkbox/Checkbox.d.ts +13 -0
- package/dist/esm/dts/Checkbox/Checkbox/index.d.ts +1 -0
- package/dist/esm/dts/Checkbox/CheckboxField/CheckboxField.d.ts +19 -0
- package/dist/esm/dts/Checkbox/CheckboxField/index.d.ts +1 -0
- package/dist/esm/dts/Checkbox/CheckboxGroup/CheckboxGroup.d.ts +17 -0
- package/dist/esm/dts/Checkbox/CheckboxGroup/index.d.ts +1 -0
- package/dist/esm/dts/Checkbox/index.d.ts +3 -0
- package/dist/esm/dts/Collapsible/Collapsible/Collapsible.d.ts +50 -0
- package/dist/esm/dts/Collapsible/Collapsible/index.d.ts +1 -0
- package/dist/esm/dts/Collapsible/CollapsibleGroup/CollapsibleGroup.d.ts +17 -0
- package/dist/esm/dts/Collapsible/CollapsibleGroup/index.d.ts +1 -0
- package/dist/esm/dts/Collapsible/ExpertAdviceCollapsible/ExpertAdviceCollapsible.d.ts +11 -0
- package/dist/esm/dts/Collapsible/ExpertAdviceCollapsible/index.d.ts +1 -0
- package/dist/esm/dts/Collapsible/index.d.ts +3 -0
- package/dist/esm/dts/Collapsible/types.d.ts +3 -0
- package/dist/esm/dts/FieldGroup/FieldGroup.d.ts +10 -0
- package/dist/esm/dts/FieldGroup/index.d.ts +1 -0
- package/dist/esm/dts/FieldMessage/FieldMessage.d.ts +15 -0
- package/dist/esm/dts/FieldMessage/index.d.ts +1 -0
- package/dist/esm/dts/FilterMultiSelect/FilterMultiSelect.d.ts +1 -1
- package/dist/esm/dts/FilterSelect/FilterSelect.d.ts +7 -8
- package/dist/esm/dts/FilterSelect/types.d.ts +1 -23
- package/dist/esm/dts/Input/Input/Input.d.ts +17 -0
- package/dist/esm/dts/Input/Input/index.d.ts +1 -0
- package/dist/esm/dts/Input/Input/types.d.ts +2 -0
- package/dist/esm/dts/Input/InputRange/InputRange.d.ts +18 -0
- package/dist/esm/dts/Input/InputRange/index.d.ts +1 -0
- package/dist/esm/dts/{InputSearch → Input/InputSearch}/InputSearch.d.ts +1 -1
- package/dist/esm/dts/Input/index.d.ts +3 -0
- package/dist/esm/dts/Label/Label.d.ts +17 -0
- package/dist/esm/dts/Label/index.d.ts +1 -0
- package/dist/esm/dts/Label/types.d.ts +3 -0
- package/dist/esm/dts/MultiSelect/subcomponents/Popover/Popover.d.ts +4 -4
- package/dist/esm/dts/Radio/Radio/Radio.d.ts +16 -0
- package/dist/esm/dts/Radio/Radio/index.d.ts +1 -0
- package/dist/esm/dts/Radio/RadioField/RadioField.d.ts +18 -0
- package/dist/esm/dts/Radio/RadioField/index.d.ts +1 -0
- package/dist/esm/dts/Radio/RadioGroup/RadioGroup.d.ts +14 -0
- package/dist/esm/dts/Radio/RadioGroup/index.d.ts +1 -0
- package/dist/esm/dts/Radio/index.d.ts +3 -0
- package/dist/esm/dts/SearchField/SearchField.d.ts +17 -0
- package/dist/esm/dts/SearchField/index.d.ts +1 -0
- package/dist/esm/dts/Slider/Slider.d.ts +19 -0
- package/dist/esm/dts/Slider/index.d.ts +1 -0
- package/dist/esm/dts/Text/Text.d.ts +4 -1
- package/dist/esm/dts/__future__/Select/Select.d.ts +80 -0
- package/dist/esm/dts/__future__/Select/_docs/mockData.d.ts +6 -0
- package/dist/esm/dts/__future__/Select/index.d.ts +2 -0
- package/dist/{cjs/dts/FilterSelect → esm/dts/__future__/Select}/subcomponents/ListBox/ListBox.d.ts +1 -1
- package/dist/{cjs/dts/FilterSelect → esm/dts/__future__/Select}/subcomponents/Option/Option.d.ts +1 -1
- package/dist/esm/dts/{FilterSelect → __future__/Select}/subcomponents/Overlay/Overlay.d.ts +1 -1
- package/dist/esm/dts/__future__/Select/subcomponents/SelectPopoverContents/SelectPopoverContents.d.ts +13 -0
- package/dist/esm/dts/__future__/Select/subcomponents/SelectPopoverContents/index.d.ts +1 -0
- package/dist/esm/dts/__future__/Select/subcomponents/SelectToggle/SelectToggle.d.ts +33 -0
- package/dist/esm/dts/__future__/Select/subcomponents/SelectToggle/index.d.ts +1 -0
- package/dist/esm/dts/__future__/Select/subcomponents/index.d.ts +9 -0
- package/dist/esm/dts/__future__/Select/types.d.ts +23 -0
- package/dist/esm/dts/__future__/Select/utils/getDisabledKeysFromItems.d.ts +2 -0
- package/dist/esm/dts/__future__/Tag/Tag.d.ts +12 -0
- package/dist/esm/dts/__future__/Tag/index.d.ts +1 -0
- package/dist/esm/dts/__future__/Tag/types.d.ts +2 -0
- package/dist/esm/dts/__future__/index.d.ts +2 -0
- package/dist/esm/dts/index.d.ts +22 -1
- package/dist/esm/future.js +95 -5
- package/dist/esm/future.js.map +1 -1
- package/dist/esm/index.css +45 -14
- package/dist/esm/index.js +1077 -573
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/transformSelectItemToCollectionElement-1ee02b07.js +409 -0
- package/dist/esm/transformSelectItemToCollectionElement-1ee02b07.js.map +1 -0
- package/dist/esm/transformSelectItemToCollectionElement-2fe1c2dc.js +409 -0
- package/dist/esm/transformSelectItemToCollectionElement-2fe1c2dc.js.map +1 -0
- package/dist/index.d.ts +670 -34
- package/dist/styles.css +1 -1
- package/package.json +26 -20
- package/dist/cjs/SuccessIcon-b5aaeec4.js +0 -111
- package/dist/cjs/SuccessIcon-b5aaeec4.js.map +0 -1
- package/dist/cjs/SuccessIcon-d357871a.js +0 -111
- package/dist/cjs/SuccessIcon-d357871a.js.map +0 -1
- package/dist/cjs/dts/Button/Button.d.ts +0 -7
- package/dist/esm/SuccessIcon-29cb253a.js +0 -104
- package/dist/esm/SuccessIcon-29cb253a.js.map +0 -1
- package/dist/esm/SuccessIcon-9ed1bf2f.js +0 -104
- package/dist/esm/SuccessIcon-9ed1bf2f.js.map +0 -1
- package/dist/esm/dts/Button/Button.d.ts +0 -7
- /package/dist/cjs/dts/{InputSearch → Input/InputSearch}/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterSelect → __future__/Select}/context/SelectContext.d.ts +0 -0
- /package/dist/cjs/dts/{FilterSelect → __future__/Select}/context/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterSelect → __future__/Select}/subcomponents/ListBox/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterSelect → __future__/Select}/subcomponents/ListBoxSection/ListBoxSection.d.ts +0 -0
- /package/dist/cjs/dts/{FilterSelect → __future__/Select}/subcomponents/ListBoxSection/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterSelect → __future__/Select}/subcomponents/ListItem/ListItem.d.ts +0 -0
- /package/dist/cjs/dts/{FilterSelect → __future__/Select}/subcomponents/ListItem/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterSelect → __future__/Select}/subcomponents/ListItems/ListItems.d.ts +0 -0
- /package/dist/cjs/dts/{FilterSelect → __future__/Select}/subcomponents/ListItems/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterSelect → __future__/Select}/subcomponents/Option/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterSelect → __future__/Select}/subcomponents/Overlay/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterSelect → __future__/Select}/subcomponents/SectionDivider/SectionDivider.d.ts +0 -0
- /package/dist/cjs/dts/{FilterSelect → __future__/Select}/subcomponents/SectionDivider/index.d.ts +0 -0
- /package/dist/cjs/dts/{FilterSelect → __future__/Select}/utils/isSelectOptionGroup.d.ts +0 -0
- /package/dist/cjs/dts/{FilterSelect → __future__/Select}/utils/transformSelectItemToCollectionElement.d.ts +0 -0
- /package/dist/esm/dts/{InputSearch → Input/InputSearch}/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterSelect → __future__/Select}/context/SelectContext.d.ts +0 -0
- /package/dist/esm/dts/{FilterSelect → __future__/Select}/context/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterSelect → __future__/Select}/subcomponents/ListBox/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterSelect → __future__/Select}/subcomponents/ListBoxSection/ListBoxSection.d.ts +0 -0
- /package/dist/esm/dts/{FilterSelect → __future__/Select}/subcomponents/ListBoxSection/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterSelect → __future__/Select}/subcomponents/ListItem/ListItem.d.ts +0 -0
- /package/dist/esm/dts/{FilterSelect → __future__/Select}/subcomponents/ListItem/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterSelect → __future__/Select}/subcomponents/ListItems/ListItems.d.ts +0 -0
- /package/dist/esm/dts/{FilterSelect → __future__/Select}/subcomponents/ListItems/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterSelect → __future__/Select}/subcomponents/Option/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterSelect → __future__/Select}/subcomponents/Overlay/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterSelect → __future__/Select}/subcomponents/SectionDivider/SectionDivider.d.ts +0 -0
- /package/dist/esm/dts/{FilterSelect → __future__/Select}/subcomponents/SectionDivider/index.d.ts +0 -0
- /package/dist/esm/dts/{FilterSelect → __future__/Select}/utils/isSelectOptionGroup.d.ts +0 -0
- /package/dist/esm/dts/{FilterSelect → __future__/Select}/utils/transformSelectItemToCollectionElement.d.ts +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,16 +1,19 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import React$1, { MouseEvent, FocusEvent, ComponentType,
|
|
2
|
+
import React$1, { HTMLAttributes, MouseEvent, FocusEvent, ComponentType, ReactElement, ReactNode, ButtonHTMLAttributes, InputHTMLAttributes, SVGAttributes, CSSProperties, Context, LabelHTMLAttributes } from 'react';
|
|
3
|
+
import { SceneProps, AnimatedSceneProps } from '@kaizen/draft-illustration';
|
|
4
|
+
import { TooltipProps } from '@kaizen/draft-tooltip';
|
|
5
|
+
import { HeadingProps as HeadingProps$1 } from '@kaizen/typography';
|
|
3
6
|
import { DateInputProps, CalendarSingleProps, DisabledDays, DateRange } from '@kaizen/date-picker';
|
|
4
7
|
export { DateRange, DisabledDays } from '@kaizen/date-picker';
|
|
5
|
-
import { FieldMessageStatus } from '@kaizen/draft-form';
|
|
8
|
+
import { FieldMessageStatus as FieldMessageStatus$1 } from '@kaizen/draft-form';
|
|
6
9
|
import { CalendarRangeProps } from '@kaizen/date-picker/src/_subcomponents/Calendar';
|
|
7
10
|
import { DateInputProps as DateInputProps$1 } from '@kaizen/date-picker/src/_subcomponents/DateInput';
|
|
8
11
|
import { Node, SelectionMode, Selection } from '@react-types/shared';
|
|
9
12
|
import { AriaMenuOptions } from '@react-aria/menu';
|
|
10
13
|
import { MenuTriggerState } from '@react-stately/menu';
|
|
11
14
|
import { ListState } from '@react-stately/list';
|
|
15
|
+
import { AriaListBoxOptions } from '@react-aria/listbox';
|
|
12
16
|
import { SelectProps } from '@react-stately/select';
|
|
13
|
-
import { TooltipProps } from '@kaizen/draft-tooltip';
|
|
14
17
|
import { ValidateDateArgs } from '@kaizen/date-picker/src/utils/validateDate';
|
|
15
18
|
import * as _kaizen_design_tokens from '@kaizen/design-tokens';
|
|
16
19
|
import { Theme as Theme$1 } from '@kaizen/design-tokens';
|
|
@@ -20,6 +23,125 @@ type StringSuggestions<T extends string> = T | (string & Record<never, never>);
|
|
|
20
23
|
|
|
21
24
|
type FilterDateSupportedLocales = StringSuggestions<"en-US" | "en-AU">;
|
|
22
25
|
|
|
26
|
+
type OverrideClassName<T extends Record<string, any>> = Omit<T, "className"> & {
|
|
27
|
+
/** Add extra classnames to the component. Try out some Tailwind classes (eg. `!mb-48`) to see! */
|
|
28
|
+
classNameOverride?: string;
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
type AvatarSizes = "small" | "medium" | "large" | "xlarge" | "xxlarge";
|
|
32
|
+
type BaseAvatarProps = {
|
|
33
|
+
/**
|
|
34
|
+
* We use this for the alt text of the avatar, and to derive intials when user has no avatar image.
|
|
35
|
+
*/
|
|
36
|
+
fullName?: string;
|
|
37
|
+
/**
|
|
38
|
+
* There are 5 fixed avatar sizes. `"small"` will remove border and box shadow to save space.
|
|
39
|
+
*/
|
|
40
|
+
size?: AvatarSizes;
|
|
41
|
+
/**
|
|
42
|
+
* Src for the avatar img tag - if not passed we will derive initials from the full name.
|
|
43
|
+
* Note that the fullName prop will be used as the alt text.
|
|
44
|
+
*/
|
|
45
|
+
avatarSrc?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Default behaviour when an avatarSrc is not provided is to generate initials from the username.
|
|
48
|
+
* This disables this feature and shows the generic avatar.
|
|
49
|
+
* Enable this prop when there is no specific individual or group identified.
|
|
50
|
+
*/
|
|
51
|
+
disableInitials?: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* Renders Company Avatar variant - If true `fullName` and `avatarSrc` will be strictly typed.
|
|
54
|
+
*/
|
|
55
|
+
isCompany?: boolean;
|
|
56
|
+
} & OverrideClassName<HTMLAttributes<HTMLSpanElement>>;
|
|
57
|
+
type GenericAvatarProps = BaseAvatarProps & {
|
|
58
|
+
isCompany?: false;
|
|
59
|
+
/**
|
|
60
|
+
* Shows a different background colour if the avatar is the current user and does not have a avatar img.
|
|
61
|
+
* @default "true"
|
|
62
|
+
*/
|
|
63
|
+
isCurrentUser?: boolean;
|
|
64
|
+
};
|
|
65
|
+
type CompanyAvatarProps = BaseAvatarProps & {
|
|
66
|
+
fullName: string;
|
|
67
|
+
avatarSrc: string;
|
|
68
|
+
disableInitials?: undefined;
|
|
69
|
+
isCompany: true;
|
|
70
|
+
isCurrentUser?: undefined;
|
|
71
|
+
};
|
|
72
|
+
type AvatarProps = GenericAvatarProps | CompanyAvatarProps;
|
|
73
|
+
/**
|
|
74
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3064857475/Avatar Guidance} |
|
|
75
|
+
* {@link https://cultureamp.design/?path=/docs/components-avatar-avatar--docs Storybook}
|
|
76
|
+
*/
|
|
77
|
+
declare const Avatar: ({ fullName, size, avatarSrc, disableInitials, isCompany, isCurrentUser, classNameOverride, ...restProps }: AvatarProps) => JSX.Element;
|
|
78
|
+
|
|
79
|
+
type AvatarGroupAvatarProps = Omit<GenericAvatarProps, "size"> | Omit<CompanyAvatarProps, "size">;
|
|
80
|
+
type AvatarGroupSize = "small" | "medium" | "large";
|
|
81
|
+
type AvatarList = [AvatarGroupAvatarProps, ...AvatarGroupAvatarProps[]];
|
|
82
|
+
type AvatarGroupProps = {
|
|
83
|
+
/**
|
|
84
|
+
* There are 3 fixed sizes available. `"small"` will remove border and box shadow to save space.
|
|
85
|
+
* @default "medium"
|
|
86
|
+
*/
|
|
87
|
+
size?: AvatarGroupSize;
|
|
88
|
+
/**
|
|
89
|
+
* If the length of Avatars exceeds the `maxVisible` a counter token will render
|
|
90
|
+
* @default 2
|
|
91
|
+
*/
|
|
92
|
+
maxVisible: 2 | 3 | 4 | 5 | 6;
|
|
93
|
+
/**
|
|
94
|
+
* Takes a array of `AvatarProps` that must have at least item.
|
|
95
|
+
* Note that 'size' is omitted from the `AvatarProps` type so it will throw a type error if size is provided.
|
|
96
|
+
* */
|
|
97
|
+
avatars: AvatarList;
|
|
98
|
+
} & OverrideClassName<HTMLAttributes<HTMLUListElement>>;
|
|
99
|
+
/**
|
|
100
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3065021264/Avatar+Group Guidance} |
|
|
101
|
+
* {@link https://cultureamp.design/?path=/docs/components-avatar-avatar-group--docs Storybook}
|
|
102
|
+
*/
|
|
103
|
+
declare const AvatarGroup: ({ size, maxVisible, avatars, classNameOverride, ...restProps }: AvatarGroupProps) => JSX.Element;
|
|
104
|
+
|
|
105
|
+
type BadgeCommonProps = {
|
|
106
|
+
children?: string;
|
|
107
|
+
/**
|
|
108
|
+
* The "dark" variant is no longer in the UI kit
|
|
109
|
+
*/
|
|
110
|
+
variant?: "default" | "active" | "dark";
|
|
111
|
+
/**
|
|
112
|
+
* renders reversed colors. Use on purple background
|
|
113
|
+
*/
|
|
114
|
+
reversed?: boolean;
|
|
115
|
+
/**
|
|
116
|
+
* Supports "small" and "large" sizes - defaults to "small"
|
|
117
|
+
*/
|
|
118
|
+
size?: "small" | "large";
|
|
119
|
+
} & OverrideClassName<HTMLAttributes<HTMLSpanElement>>;
|
|
120
|
+
type DotProps = Omit<BadgeCommonProps, "variant"> & {
|
|
121
|
+
children?: never;
|
|
122
|
+
variant: "dot";
|
|
123
|
+
};
|
|
124
|
+
type BadgeProps = BadgeCommonProps | DotProps;
|
|
125
|
+
/**
|
|
126
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3064857333/Badge Guidance} |
|
|
127
|
+
* {@link https://cultureamp.design/?path=/docs/components-badge--docs Storybook}
|
|
128
|
+
*/
|
|
129
|
+
declare const Badge: {
|
|
130
|
+
({ children, variant, reversed, size, classNameOverride, ...restProps }: BadgeProps): JSX.Element;
|
|
131
|
+
displayName: string;
|
|
132
|
+
};
|
|
133
|
+
declare const BadgeAnimated: (props: BadgeProps) => JSX.Element;
|
|
134
|
+
|
|
135
|
+
type BrandProps = {
|
|
136
|
+
variant: "logo-horizontal" | "logo-vertical" | "enso" | "collective-intelligence";
|
|
137
|
+
alt: string;
|
|
138
|
+
reversed?: boolean;
|
|
139
|
+
} & OverrideClassName<HTMLAttributes<HTMLElement>>;
|
|
140
|
+
declare const Brand: {
|
|
141
|
+
({ variant, alt, reversed, classNameOverride, ...restProps }: BrandProps): JSX.Element;
|
|
142
|
+
displayName: string;
|
|
143
|
+
};
|
|
144
|
+
|
|
23
145
|
type CustomButtonProps = {
|
|
24
146
|
id?: string;
|
|
25
147
|
className: string;
|
|
@@ -44,7 +166,6 @@ type GenericProps = {
|
|
|
44
166
|
component?: ComponentType<CustomButtonProps>;
|
|
45
167
|
classNameOverride?: string;
|
|
46
168
|
};
|
|
47
|
-
type ButtonType = "submit" | "reset" | "button";
|
|
48
169
|
type WorkingProps = {
|
|
49
170
|
working: true;
|
|
50
171
|
workingLabel: string;
|
|
@@ -59,17 +180,10 @@ type ButtonBadgeProps = {
|
|
|
59
180
|
variant?: "default" | "dark" | "active";
|
|
60
181
|
reversed?: boolean;
|
|
61
182
|
};
|
|
62
|
-
type RenderProps = ButtonProps & {
|
|
63
|
-
additionalContent?: React$1.ReactNode;
|
|
64
|
-
iconButton?: boolean;
|
|
65
|
-
directionalLink?: boolean;
|
|
66
|
-
paginationLink?: boolean;
|
|
67
|
-
isActive?: boolean;
|
|
68
|
-
};
|
|
69
183
|
type ButtonRef = {
|
|
70
184
|
focus: () => void;
|
|
71
185
|
};
|
|
72
|
-
type
|
|
186
|
+
type GenericButtonProps = GenericProps & ButtonFormAttributes & (WorkingProps | WorkingUndefinedProps) & {
|
|
73
187
|
label: string;
|
|
74
188
|
primary?: boolean;
|
|
75
189
|
destructive?: boolean;
|
|
@@ -84,15 +198,182 @@ type ButtonProps = GenericProps & ButtonFormAttributes & (WorkingProps | Working
|
|
|
84
198
|
disabled?: boolean;
|
|
85
199
|
};
|
|
86
200
|
|
|
201
|
+
type ButtonProps = GenericButtonProps;
|
|
87
202
|
/**
|
|
88
|
-
* {@link https://cultureamp.
|
|
89
|
-
* {@link https://cultureamp.design
|
|
203
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3062890984/Button Guidance} |
|
|
204
|
+
* {@link https://cultureamp.design/?path=/docs/components-buttons-button--docs Storybook}
|
|
90
205
|
*/
|
|
91
|
-
declare const Button: React$1.ForwardRefExoticComponent<
|
|
206
|
+
declare const Button: React$1.ForwardRefExoticComponent<GenericButtonProps & React$1.RefAttributes<ButtonRef | undefined>>;
|
|
92
207
|
|
|
93
|
-
type
|
|
94
|
-
|
|
95
|
-
|
|
208
|
+
type IconButtonProps = GenericProps & ButtonFormAttributes & (WorkingProps | WorkingUndefinedProps) & {
|
|
209
|
+
label: string;
|
|
210
|
+
primary?: boolean;
|
|
211
|
+
destructive?: boolean;
|
|
212
|
+
secondary?: boolean;
|
|
213
|
+
/** @default "regular" */
|
|
214
|
+
size?: "small" | "regular";
|
|
215
|
+
badge?: ButtonBadgeProps;
|
|
216
|
+
type?: "submit" | "reset" | "button";
|
|
217
|
+
fullWidth?: boolean;
|
|
218
|
+
icon?: JSX.Element;
|
|
219
|
+
disabled?: boolean;
|
|
220
|
+
};
|
|
221
|
+
/**
|
|
222
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3062890984/Button Guidance} |
|
|
223
|
+
* {@link https://cultureamp.design/?path=/docs/components-iconbutton--docs Storybook}
|
|
224
|
+
*/
|
|
225
|
+
declare const IconButton: {
|
|
226
|
+
(props: IconButtonProps): JSX.Element;
|
|
227
|
+
defaultProps: {
|
|
228
|
+
primary: boolean;
|
|
229
|
+
destructive: boolean;
|
|
230
|
+
disabled: boolean;
|
|
231
|
+
reversed: boolean;
|
|
232
|
+
secondary: boolean;
|
|
233
|
+
};
|
|
234
|
+
displayName: string;
|
|
235
|
+
};
|
|
236
|
+
|
|
237
|
+
type PaginationLinkProps = GenericProps & {
|
|
238
|
+
pageNumber: number;
|
|
239
|
+
isActive?: boolean;
|
|
240
|
+
"aria-label": string;
|
|
241
|
+
};
|
|
242
|
+
/**
|
|
243
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082092975/Pagination Guidance} |
|
|
244
|
+
* {@link https://cultureamp.design/?path=/story/components-buttons-paginationlink--docs Storybook}
|
|
245
|
+
*/
|
|
246
|
+
declare const PaginationLink: {
|
|
247
|
+
({ pageNumber, ...restProps }: PaginationLinkProps): JSX.Element;
|
|
248
|
+
defaultProps: {
|
|
249
|
+
reversed: boolean;
|
|
250
|
+
isActive: boolean;
|
|
251
|
+
};
|
|
252
|
+
displayName: string;
|
|
253
|
+
};
|
|
254
|
+
|
|
255
|
+
type DirectionalLinkProps = {
|
|
256
|
+
label: string;
|
|
257
|
+
disabled?: boolean;
|
|
258
|
+
direction: "prev" | "next" | "start" | "end";
|
|
259
|
+
} & GenericProps;
|
|
260
|
+
/**
|
|
261
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082092975/Pagination Guidance} |
|
|
262
|
+
* {@link https://cultureamp.design/?path=/story/components-buttons-directionallink--docs Storybook}
|
|
263
|
+
*/
|
|
264
|
+
declare const DirectionalLink: {
|
|
265
|
+
(props: DirectionalLinkProps): JSX.Element;
|
|
266
|
+
defaultProps: {
|
|
267
|
+
reversed: boolean;
|
|
268
|
+
disabled: boolean;
|
|
269
|
+
};
|
|
270
|
+
displayName: string;
|
|
271
|
+
};
|
|
272
|
+
|
|
273
|
+
type BrandMomentProps = {
|
|
274
|
+
mood: "informative" | "positive" | "negative";
|
|
275
|
+
illustration: ReactElement<SceneProps>;
|
|
276
|
+
header: ReactNode;
|
|
277
|
+
body?: ReactNode;
|
|
278
|
+
primaryAction?: ButtonProps;
|
|
279
|
+
secondaryAction?: ButtonProps;
|
|
280
|
+
text: {
|
|
281
|
+
title: ReactNode;
|
|
282
|
+
subtitle?: ReactNode;
|
|
283
|
+
body?: ReactNode;
|
|
284
|
+
footer?: ReactNode;
|
|
285
|
+
};
|
|
286
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
287
|
+
/**
|
|
288
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082061589/Brand+Moment Guidance} |
|
|
289
|
+
* {@link https://cultureamp.design/?path=/docs/components-brand-moment--docs Storybook}
|
|
290
|
+
*/
|
|
291
|
+
declare const BrandMoment: {
|
|
292
|
+
({ mood, illustration, header, body, primaryAction, secondaryAction, text, classNameOverride, ...restProps }: BrandMomentProps): JSX.Element;
|
|
293
|
+
displayName: string;
|
|
294
|
+
};
|
|
295
|
+
|
|
296
|
+
type FilterButtonBaseProps = {
|
|
297
|
+
children: React$1.ReactNode;
|
|
298
|
+
} & OverrideClassName<ButtonHTMLAttributes<HTMLButtonElement>>;
|
|
299
|
+
|
|
300
|
+
type ButtonGroupProps = {
|
|
301
|
+
children: React$1.ReactElement<FilterButtonBaseProps | TooltipProps> | Array<React$1.ReactElement<FilterButtonBaseProps | TooltipProps>>;
|
|
302
|
+
} & Omit<OverrideClassName<HTMLAttributes<HTMLDivElement>>, "children">;
|
|
303
|
+
declare const ButtonGroup: {
|
|
304
|
+
({ children, classNameOverride, ...restProps }: ButtonGroupProps): JSX.Element;
|
|
305
|
+
displayName: string;
|
|
306
|
+
};
|
|
307
|
+
|
|
308
|
+
type CardVariants = "default" | "informative" | "positive" | "cautionary" | "destructive" | "assertive" | "highlight";
|
|
309
|
+
type CardProps = OverrideClassName<HTMLAttributes<HTMLElement>> & {
|
|
310
|
+
children?: React$1.ReactNode;
|
|
311
|
+
/**
|
|
312
|
+
* HTML elements that are allowed on Card.
|
|
313
|
+
*/
|
|
314
|
+
tag?: "div" | "article" | "header" | "main" | "section" | "li";
|
|
315
|
+
/**
|
|
316
|
+
* determines the card background colour on the card. It should match to the type of content being conveyed.
|
|
317
|
+
*/
|
|
318
|
+
variant?: CardVariants;
|
|
319
|
+
/**
|
|
320
|
+
* Adds a larger box shadow to to the card container.
|
|
321
|
+
*/
|
|
322
|
+
isElevated?: boolean;
|
|
323
|
+
};
|
|
324
|
+
/**
|
|
325
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094938/Card Guidance} |
|
|
326
|
+
* {@link https://cultureamp.design/?path=/story/components-card--docs Storybook}
|
|
327
|
+
*/
|
|
328
|
+
declare const Card: {
|
|
329
|
+
({ children, tag, variant, isElevated, classNameOverride, ...props }: CardProps): JSX.Element;
|
|
330
|
+
displayName: string;
|
|
331
|
+
};
|
|
332
|
+
|
|
333
|
+
type CheckedStatus = "on" | "off" | "mixed";
|
|
334
|
+
type CheckboxProps = {
|
|
335
|
+
checkedStatus?: CheckedStatus;
|
|
336
|
+
onCheck?: (event: React$1.ChangeEvent<HTMLInputElement>) => any;
|
|
337
|
+
reversed?: boolean;
|
|
338
|
+
value?: string;
|
|
339
|
+
} & OverrideClassName<Omit<InputHTMLAttributes<HTMLInputElement>, "type" | "onChange" | "checked">>;
|
|
340
|
+
declare const Checkbox: {
|
|
341
|
+
({ checkedStatus, onCheck, reversed, value, classNameOverride, ...restProps }: CheckboxProps): JSX.Element;
|
|
342
|
+
displayName: string;
|
|
343
|
+
};
|
|
344
|
+
|
|
345
|
+
type CheckboxFieldProps = Omit<CheckboxProps, "id"> & {
|
|
346
|
+
id?: string;
|
|
347
|
+
labelText: string | React$1.ReactNode;
|
|
348
|
+
checkedStatus?: CheckedStatus;
|
|
349
|
+
disabled?: boolean;
|
|
350
|
+
reversed?: boolean;
|
|
351
|
+
noBottomMargin?: boolean;
|
|
352
|
+
"data-testid"?: string;
|
|
353
|
+
};
|
|
354
|
+
/**
|
|
355
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094661/Checkbox+Field Guidance} |
|
|
356
|
+
* {@link https://cultureamp.design/?path=/docs/components-checkobx-controls-checkbox-field--docs Storybook}
|
|
357
|
+
*/
|
|
358
|
+
declare const CheckboxField: {
|
|
359
|
+
({ id: propsId, labelText, checkedStatus, disabled, reversed, noBottomMargin, "data-testid": dataTestId, classNameOverride, ...restProps }: CheckboxFieldProps): JSX.Element;
|
|
360
|
+
displayName: string;
|
|
361
|
+
};
|
|
362
|
+
|
|
363
|
+
type CheckboxGroupProps = {
|
|
364
|
+
children?: React$1.ReactNode;
|
|
365
|
+
labelText: string | React$1.ReactNode;
|
|
366
|
+
labelId?: string;
|
|
367
|
+
noBottomMargin?: boolean;
|
|
368
|
+
reversed?: boolean;
|
|
369
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
370
|
+
/**
|
|
371
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094522/Checkbox+Group Guidance} |
|
|
372
|
+
* {@link https://cultureamp.design/storybook/?path=/docs/components-checkbox-controls-checkbox-group--docs Storybook}
|
|
373
|
+
*/
|
|
374
|
+
declare const CheckboxGroup: {
|
|
375
|
+
({ children, labelText, labelId: propsLabelId, noBottomMargin, reversed, classNameOverride, ...restProps }: CheckboxGroupProps): JSX.Element;
|
|
376
|
+
displayName: string;
|
|
96
377
|
};
|
|
97
378
|
|
|
98
379
|
type ClearButtonProps = {
|
|
@@ -103,6 +384,114 @@ declare const ClearButton: {
|
|
|
103
384
|
displayName: string;
|
|
104
385
|
};
|
|
105
386
|
|
|
387
|
+
type Sticky = {
|
|
388
|
+
top: string;
|
|
389
|
+
};
|
|
390
|
+
|
|
391
|
+
type Variant = "default" | "clear";
|
|
392
|
+
type CollapsibleProps = {
|
|
393
|
+
children: JSX.Element | JSX.Element[] | string;
|
|
394
|
+
title: string;
|
|
395
|
+
renderHeader?: (title: string) => JSX.Element | JSX.Element[];
|
|
396
|
+
open?: boolean;
|
|
397
|
+
group?: boolean;
|
|
398
|
+
separated?: boolean;
|
|
399
|
+
sticky?: Sticky;
|
|
400
|
+
noSectionPadding?: boolean;
|
|
401
|
+
onToggle?: (open: boolean, id: string) => void;
|
|
402
|
+
/**
|
|
403
|
+
* By default, the header will change background colour when open. When the variant
|
|
404
|
+
* is set to 'clear', it will not have a background but a border-bottom will appear
|
|
405
|
+
* to separate the heading from the content.
|
|
406
|
+
*/
|
|
407
|
+
variant?: Variant;
|
|
408
|
+
/**
|
|
409
|
+
* Will avoid rendering the content until required (especially important when you
|
|
410
|
+
* have queries inside sections).
|
|
411
|
+
* Removes animation.
|
|
412
|
+
*/
|
|
413
|
+
lazyLoad?: boolean;
|
|
414
|
+
/**
|
|
415
|
+
* Disables internal `open` state, allowing it to be controlled in the usage.
|
|
416
|
+
*/
|
|
417
|
+
controlled?: boolean;
|
|
418
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
419
|
+
type State = {
|
|
420
|
+
open: boolean;
|
|
421
|
+
id: string;
|
|
422
|
+
};
|
|
423
|
+
/**
|
|
424
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094383/Collapsible Guidance} |
|
|
425
|
+
* {@link https://cultureamp.design/?path=/docs/components-collapsible--docs Storybook}
|
|
426
|
+
*/
|
|
427
|
+
declare class Collapsible extends React$1.Component<CollapsibleProps, State> {
|
|
428
|
+
state: {
|
|
429
|
+
open: boolean;
|
|
430
|
+
id: string;
|
|
431
|
+
};
|
|
432
|
+
render(): JSX.Element;
|
|
433
|
+
private getOpen;
|
|
434
|
+
private handleSectionToggle;
|
|
435
|
+
private handleButtonPress;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
type CollapsibleGroupProps = {
|
|
439
|
+
children: Array<React$1.ReactElement<CollapsibleProps>>;
|
|
440
|
+
separated?: boolean;
|
|
441
|
+
sticky?: Sticky;
|
|
442
|
+
noSectionPadding?: boolean;
|
|
443
|
+
lazyLoad?: boolean;
|
|
444
|
+
onToggle?: (open: boolean, id: string) => void;
|
|
445
|
+
} & Omit<OverrideClassName<HTMLAttributes<HTMLDivElement>>, "children">;
|
|
446
|
+
/**
|
|
447
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094383/Collapsible Guidance} |
|
|
448
|
+
* {@link https://cultureamp.design/?path=/docs/components-collapsible-collapsible-group--docs Storybook}
|
|
449
|
+
*/
|
|
450
|
+
declare const CollapsibleGroup: ({ children, separated, sticky, noSectionPadding, lazyLoad, onToggle, classNameOverride, ...props }: CollapsibleGroupProps) => JSX.Element;
|
|
451
|
+
|
|
452
|
+
type ExpertAdviceCollapsibleProps = Omit<CollapsibleProps, "renderHeader" | "variant" | "group" | "separated">;
|
|
453
|
+
/**
|
|
454
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094383/Collapsible Guidance} |
|
|
455
|
+
* {@link https://cultureamp.design/?path=/docs/components-collapsible--docs Storybook}
|
|
456
|
+
*/
|
|
457
|
+
declare const ExpertAdviceCollapsible: {
|
|
458
|
+
(props: ExpertAdviceCollapsibleProps): JSX.Element;
|
|
459
|
+
displayName: string;
|
|
460
|
+
};
|
|
461
|
+
|
|
462
|
+
type DividerProps = {
|
|
463
|
+
variant: "content" | "canvas" | "menuSeparator";
|
|
464
|
+
isReversed?: boolean;
|
|
465
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
466
|
+
/**
|
|
467
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082061035/Divider Guidance} |
|
|
468
|
+
* {@link https://cultureamp.design/?path=/docs/components-divider--docs Storybook}
|
|
469
|
+
*/
|
|
470
|
+
declare const Divider: {
|
|
471
|
+
({ variant, isReversed, classNameOverride, ...props }: DividerProps): JSX.Element;
|
|
472
|
+
displayName: string;
|
|
473
|
+
};
|
|
474
|
+
|
|
475
|
+
type IllustrationType = "positive" | "neutral" | "negative" | "informative" | "action";
|
|
476
|
+
type LayoutContextType = "sidebarAndContent" | "contentOnly";
|
|
477
|
+
type EmptyStateProps = {
|
|
478
|
+
children?: React$1.ReactNode;
|
|
479
|
+
id?: string;
|
|
480
|
+
illustrationType?: IllustrationType;
|
|
481
|
+
layoutContext?: LayoutContextType;
|
|
482
|
+
bodyText: string | React$1.ReactNode;
|
|
483
|
+
straightCorners?: boolean;
|
|
484
|
+
headingProps?: HeadingProps$1;
|
|
485
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>> & Pick<AnimatedSceneProps, "isAnimated" | "loop">;
|
|
486
|
+
/**
|
|
487
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082094098/Empty+State Guidance} |
|
|
488
|
+
* {@link https://cultureamp.design/?path=/docs/components-empty-state--docs Storybook}
|
|
489
|
+
*/
|
|
490
|
+
declare const EmptyState: {
|
|
491
|
+
({ children, id, illustrationType, layoutContext, headingProps, bodyText, straightCorners, isAnimated, loop, classNameOverride, ...props }: EmptyStateProps): JSX.Element;
|
|
492
|
+
displayName: string;
|
|
493
|
+
};
|
|
494
|
+
|
|
106
495
|
declare const statusCodes: readonly ["400", "401", "403", "404", "422", "500", "502", "503", "504"];
|
|
107
496
|
type ErrorStatuses = (typeof statusCodes)[number];
|
|
108
497
|
|
|
@@ -120,6 +509,29 @@ declare const ErrorPage: {
|
|
|
120
509
|
displayName: string;
|
|
121
510
|
};
|
|
122
511
|
|
|
512
|
+
type FieldGroupProps = {
|
|
513
|
+
children?: React$1.ReactNode;
|
|
514
|
+
inline?: boolean;
|
|
515
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
516
|
+
declare const FieldGroup: {
|
|
517
|
+
({ children, inline, classNameOverride, ...restProps }: FieldGroupProps): JSX.Element;
|
|
518
|
+
displayName: string;
|
|
519
|
+
};
|
|
520
|
+
|
|
521
|
+
type FieldMessageStatus = "default" | "success" | "error" | "caution";
|
|
522
|
+
type FieldMessageProps = {
|
|
523
|
+
message?: React$1.ReactNode;
|
|
524
|
+
/** @default "default" */
|
|
525
|
+
status?: FieldMessageStatus;
|
|
526
|
+
/** @default "bottom" */
|
|
527
|
+
position?: "top" | "bottom";
|
|
528
|
+
reversed?: boolean;
|
|
529
|
+
} & OverrideClassName<HTMLAttributes<HTMLDivElement>>;
|
|
530
|
+
declare const FieldMessage: {
|
|
531
|
+
({ message, status, position, reversed, classNameOverride, ...restProps }: FieldMessageProps): JSX.Element;
|
|
532
|
+
displayName: string;
|
|
533
|
+
};
|
|
534
|
+
|
|
123
535
|
type FilterTriggerRef = {
|
|
124
536
|
triggerRef?: React.RefObject<HTMLButtonElement>;
|
|
125
537
|
};
|
|
@@ -149,10 +561,6 @@ declare const FilterContents: {
|
|
|
149
561
|
displayName: string;
|
|
150
562
|
};
|
|
151
563
|
|
|
152
|
-
type FilterButtonBaseProps = {
|
|
153
|
-
children: React$1.ReactNode;
|
|
154
|
-
} & OverrideClassName<ButtonHTMLAttributes<HTMLButtonElement>>;
|
|
155
|
-
|
|
156
564
|
type FilterButtonProps = {
|
|
157
565
|
label: string;
|
|
158
566
|
selectedValue?: string | JSX.Element;
|
|
@@ -168,10 +576,6 @@ type DataAttributes = {
|
|
|
168
576
|
[key: `data-${string}`]: string | undefined;
|
|
169
577
|
};
|
|
170
578
|
|
|
171
|
-
type ButtonGroupProps = {
|
|
172
|
-
children: React$1.ReactElement<FilterButtonBaseProps | TooltipProps> | Array<React$1.ReactElement<FilterButtonBaseProps | TooltipProps>>;
|
|
173
|
-
} & Omit<OverrideClassName<HTMLAttributes<HTMLDivElement>>, "children">;
|
|
174
|
-
|
|
175
579
|
type FilterButtonRemovableProps = {
|
|
176
580
|
triggerButtonProps: FilterButtonProps & DataAttributes;
|
|
177
581
|
removeButtonProps: Partial<Omit<FilterButtonBaseProps, "children">> & DataAttributes & {
|
|
@@ -203,7 +607,7 @@ type DateValidationResponse = {
|
|
|
203
607
|
isValidDate: boolean;
|
|
204
608
|
};
|
|
205
609
|
type ValidationMessage = {
|
|
206
|
-
status: FieldMessageStatus;
|
|
610
|
+
status: FieldMessageStatus$1;
|
|
207
611
|
message: string | React$1.ReactElement;
|
|
208
612
|
};
|
|
209
613
|
|
|
@@ -587,7 +991,7 @@ declare const FilterMultiSelect: {
|
|
|
587
991
|
displayName: string;
|
|
588
992
|
};
|
|
589
993
|
LoadMoreButton: {
|
|
590
|
-
(props:
|
|
994
|
+
(props: GenericButtonProps): JSX.Element;
|
|
591
995
|
displayName: string;
|
|
592
996
|
};
|
|
593
997
|
NoResults: {
|
|
@@ -630,6 +1034,10 @@ type SelectOptionGroupNode<Option extends SelectOption = SelectOption> = Omit<No
|
|
|
630
1034
|
};
|
|
631
1035
|
type SelectItemNode<Option extends SelectOption = SelectOption> = SelectOptionNode<Option> | SelectOptionGroupNode<Option>;
|
|
632
1036
|
|
|
1037
|
+
type ListBoxSectionProps<Option extends SelectOption> = {
|
|
1038
|
+
section: SelectOptionGroupNode<Option>;
|
|
1039
|
+
};
|
|
1040
|
+
|
|
633
1041
|
type ListItemProps<Option extends SelectOption = SelectOption> = {
|
|
634
1042
|
item: SelectItemNode<Option>;
|
|
635
1043
|
};
|
|
@@ -638,8 +1046,11 @@ type OptionProps<Option extends SelectOption = SelectOption> = {
|
|
|
638
1046
|
item: SelectOptionNode<Option>;
|
|
639
1047
|
} & OverrideClassName<Omit<HTMLAttributes<HTMLLIElement>, "children">>;
|
|
640
1048
|
|
|
641
|
-
type
|
|
642
|
-
|
|
1049
|
+
type SelectPopoverContentsProps<Option extends SelectOption> = {
|
|
1050
|
+
children?: (args: {
|
|
1051
|
+
items: Array<SelectItemNode<Option>>;
|
|
1052
|
+
}) => React$1.ReactNode;
|
|
1053
|
+
menuProps: AriaListBoxOptions<SelectItem<Option>>;
|
|
643
1054
|
};
|
|
644
1055
|
|
|
645
1056
|
type OmittedAriaSelectProps = "label" | "children" | "isOpen" | "onOpenChange" | "defaultOpen" | "items";
|
|
@@ -648,9 +1059,7 @@ type FilterSelectProps<Option extends SelectOption = SelectOption> = {
|
|
|
648
1059
|
setIsOpen: (isOpen: boolean) => void;
|
|
649
1060
|
renderTrigger: (triggerButtonProps: FilterButtonProps) => JSX.Element;
|
|
650
1061
|
label: string;
|
|
651
|
-
children?:
|
|
652
|
-
items: Array<SelectItemNode<Option>>;
|
|
653
|
-
}) => React$1.ReactNode;
|
|
1062
|
+
children?: SelectPopoverContentsProps<Option>["children"];
|
|
654
1063
|
items: Array<SelectItem<Option>>;
|
|
655
1064
|
} & OverrideClassName<Omit<SelectProps<Option>, OmittedAriaSelectProps>>;
|
|
656
1065
|
declare const FilterSelect: {
|
|
@@ -782,6 +1191,31 @@ declare const FilterBar: {
|
|
|
782
1191
|
};
|
|
783
1192
|
};
|
|
784
1193
|
|
|
1194
|
+
type HeadingVariants = "display-0" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6";
|
|
1195
|
+
type AllowedHeadingTags = "pre" | "p" | "div" | "span" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "label";
|
|
1196
|
+
type AllowedHeadingColors = "dark" | "dark-reduced-opacity" | "white" | "white-reduced-opacity" | "positive" | "negative";
|
|
1197
|
+
interface HeadingProps extends OverrideClassName<HTMLAttributes<HTMLElement>> {
|
|
1198
|
+
children: React.ReactNode;
|
|
1199
|
+
/**
|
|
1200
|
+
* HTML elements that are allowed on Headings. When not supplied, the tag is inferred from
|
|
1201
|
+
* the variant. E.g. display-0 will infer h1
|
|
1202
|
+
*/
|
|
1203
|
+
tag?: AllowedHeadingTags;
|
|
1204
|
+
/**
|
|
1205
|
+
* Allowed heading variants
|
|
1206
|
+
*/
|
|
1207
|
+
variant: HeadingVariants;
|
|
1208
|
+
color?: AllowedHeadingColors;
|
|
1209
|
+
}
|
|
1210
|
+
/**
|
|
1211
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3074885298/Typography#Headings Guidance}
|
|
1212
|
+
* {@link https://cultureamp.design/?path=/docs/components-typography-heading--display-0 Storybook}
|
|
1213
|
+
*/
|
|
1214
|
+
declare const Heading: {
|
|
1215
|
+
({ children, tag, variant, color, classNameOverride, ...restProps }: HeadingProps): JSX.Element;
|
|
1216
|
+
displayName: string;
|
|
1217
|
+
};
|
|
1218
|
+
|
|
785
1219
|
type BaseSVGProps = {
|
|
786
1220
|
inheritSize?: boolean;
|
|
787
1221
|
} & OverrideClassName<SVGAttributes<SVGElement>>;
|
|
@@ -1267,6 +1701,41 @@ declare const ZoomInIcon: (props: IconProps) => JSX.Element;
|
|
|
1267
1701
|
|
|
1268
1702
|
declare const ZoomOutIcon: (props: IconProps) => JSX.Element;
|
|
1269
1703
|
|
|
1704
|
+
declare const InputStatus: readonly ["default", "success", "error", "caution"];
|
|
1705
|
+
declare const InputTypes: readonly ["text", "email", "password"];
|
|
1706
|
+
|
|
1707
|
+
type InputType = (typeof InputTypes)[number];
|
|
1708
|
+
type InputStatusType = (typeof InputStatus)[number];
|
|
1709
|
+
type InputProps = {
|
|
1710
|
+
inputRef?: React$1.RefObject<HTMLInputElement>;
|
|
1711
|
+
status?: InputStatusType;
|
|
1712
|
+
startIconAdornment?: React$1.ReactNode;
|
|
1713
|
+
endIconAdornment?: React$1.ReactNode;
|
|
1714
|
+
reversed?: boolean;
|
|
1715
|
+
type?: InputType;
|
|
1716
|
+
} & OverrideClassName<InputHTMLAttributes<HTMLInputElement>>;
|
|
1717
|
+
declare const Input: {
|
|
1718
|
+
({ inputRef, status, startIconAdornment, endIconAdornment, reversed, type, value, defaultValue, classNameOverride, disabled, ...restProps }: InputProps): JSX.Element;
|
|
1719
|
+
displayName: string;
|
|
1720
|
+
};
|
|
1721
|
+
|
|
1722
|
+
type InputRangeProps = {
|
|
1723
|
+
id: string;
|
|
1724
|
+
defaultValue?: number;
|
|
1725
|
+
value?: number;
|
|
1726
|
+
minLabel: ReactNode;
|
|
1727
|
+
maxLabel: ReactNode;
|
|
1728
|
+
min?: number;
|
|
1729
|
+
max?: number;
|
|
1730
|
+
} & OverrideClassName<InputHTMLAttributes<HTMLInputElement>>;
|
|
1731
|
+
/**
|
|
1732
|
+
* {@link https://cultureamp.design/?path=/docs/components-input-range--docs Storybook}
|
|
1733
|
+
*/
|
|
1734
|
+
declare const InputRange: {
|
|
1735
|
+
({ id, defaultValue, value, minLabel, maxLabel, min, max, onChange, "aria-describedby": ariaDescribedby, classNameOverride, disabled, readOnly, ...restProps }: InputRangeProps): JSX.Element;
|
|
1736
|
+
displayName: string;
|
|
1737
|
+
};
|
|
1738
|
+
|
|
1270
1739
|
type InputSearchProps = {
|
|
1271
1740
|
id: string;
|
|
1272
1741
|
reversed?: boolean;
|
|
@@ -1557,6 +2026,173 @@ declare const KaizenProvider: {
|
|
|
1557
2026
|
displayName: string;
|
|
1558
2027
|
};
|
|
1559
2028
|
|
|
2029
|
+
type LabelType = "text" | "checkbox" | "toggle" | "radio";
|
|
2030
|
+
type LabelProps = {
|
|
2031
|
+
children?: React$1.ReactNode;
|
|
2032
|
+
labelText?: string | React$1.ReactNode;
|
|
2033
|
+
labelType?: LabelType;
|
|
2034
|
+
labelPosition?: "start" | "end";
|
|
2035
|
+
reversed?: boolean;
|
|
2036
|
+
variant?: "default" | "prominent";
|
|
2037
|
+
disabled?: boolean;
|
|
2038
|
+
} & OverrideClassName<LabelHTMLAttributes<HTMLLabelElement>>;
|
|
2039
|
+
declare const Label: {
|
|
2040
|
+
({ children, labelText, labelType, labelPosition, reversed, variant, disabled, classNameOverride, ...restProps }: LabelProps): JSX.Element;
|
|
2041
|
+
displayName: string;
|
|
2042
|
+
};
|
|
2043
|
+
|
|
2044
|
+
type LabelledMessageProps = {
|
|
2045
|
+
label: string | React$1.ReactElement;
|
|
2046
|
+
message: string | React$1.ReactElement;
|
|
2047
|
+
} & OverrideClassName<HTMLAttributes<HTMLSpanElement>>;
|
|
2048
|
+
declare const LabelledMessage: {
|
|
2049
|
+
({ label, message, classNameOverride, ...restProps }: LabelledMessageProps): JSX.Element;
|
|
2050
|
+
displayName: string;
|
|
2051
|
+
};
|
|
2052
|
+
|
|
2053
|
+
type NotificationType = "positive" | "informative" | "cautionary" | "negative" | "security";
|
|
2054
|
+
|
|
2055
|
+
type InlineNotificationProps = OverrideClassName<{
|
|
2056
|
+
type: NotificationType;
|
|
2057
|
+
children?: React$1.ReactNode;
|
|
2058
|
+
/** @default false */
|
|
2059
|
+
persistent?: boolean;
|
|
2060
|
+
/** @default false */
|
|
2061
|
+
hideCloseIcon?: boolean;
|
|
2062
|
+
onHide?: () => void;
|
|
2063
|
+
noBottomMargin?: boolean;
|
|
2064
|
+
forceMultiline?: boolean;
|
|
2065
|
+
headingProps?: HeadingProps$1;
|
|
2066
|
+
isSubtle?: boolean;
|
|
2067
|
+
}>;
|
|
2068
|
+
/**
|
|
2069
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082093392/Inline+Notification Guidance} |
|
|
2070
|
+
* {@link https://cultureamp.design/storybook/?path=/docs/components-notifications-inline-notification--docs Storybook}
|
|
2071
|
+
*/
|
|
2072
|
+
declare const InlineNotification: {
|
|
2073
|
+
({ isSubtle, hideCloseIcon, persistent, classNameOverride, ...otherProps }: InlineNotificationProps): JSX.Element;
|
|
2074
|
+
displayName: string;
|
|
2075
|
+
};
|
|
2076
|
+
|
|
2077
|
+
type GlobalNotificationProps = OverrideClassName<{
|
|
2078
|
+
type: NotificationType;
|
|
2079
|
+
children: React$1.ReactNode;
|
|
2080
|
+
onHide?: () => void;
|
|
2081
|
+
persistent?: boolean;
|
|
2082
|
+
}>;
|
|
2083
|
+
/**
|
|
2084
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082060757/Global+Notification Guidance} |
|
|
2085
|
+
* {@link https://cultureamp.design/?path=/docs/components-notifications-global-notification--docs Storybook}
|
|
2086
|
+
*/
|
|
2087
|
+
declare const GlobalNotification: {
|
|
2088
|
+
({ persistent, ...props }: GlobalNotificationProps): JSX.Element;
|
|
2089
|
+
displayName: string;
|
|
2090
|
+
};
|
|
2091
|
+
|
|
2092
|
+
type RadioProps = OverrideClassName<Omit<InputHTMLAttributes<HTMLInputElement>, "type" | "checked">> & {
|
|
2093
|
+
/**
|
|
2094
|
+
* This needs to be enforced to ensure the Radio always gets an id to match a label when composed.
|
|
2095
|
+
*/
|
|
2096
|
+
id: string;
|
|
2097
|
+
name: string;
|
|
2098
|
+
value: string;
|
|
2099
|
+
selectedStatus?: boolean;
|
|
2100
|
+
reversed?: boolean;
|
|
2101
|
+
};
|
|
2102
|
+
declare const Radio: {
|
|
2103
|
+
({ name, value, selectedStatus, reversed, onChange, classNameOverride, ...restProps }: RadioProps): JSX.Element;
|
|
2104
|
+
displayName: string;
|
|
2105
|
+
};
|
|
2106
|
+
|
|
2107
|
+
type RadioFieldProps = Omit<RadioProps, "id"> & {
|
|
2108
|
+
id?: string;
|
|
2109
|
+
labelText: string | React$1.ReactNode;
|
|
2110
|
+
selectedStatus?: boolean;
|
|
2111
|
+
disabled?: boolean;
|
|
2112
|
+
reversed?: boolean;
|
|
2113
|
+
"data-testid"?: string;
|
|
2114
|
+
};
|
|
2115
|
+
/**
|
|
2116
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3082092822/Radio+Field Guidance} |
|
|
2117
|
+
* {@link https://cultureamp.design/?path=/docs/components-radio-controls-radio-field--docs Storybook}
|
|
2118
|
+
*/
|
|
2119
|
+
declare const RadioField: {
|
|
2120
|
+
({ id: propsId, labelText, selectedStatus, disabled, reversed, classNameOverride, "data-testid": dataTestId, ...restProps }: RadioFieldProps): JSX.Element;
|
|
2121
|
+
displayName: string;
|
|
2122
|
+
};
|
|
2123
|
+
|
|
2124
|
+
type RadioGroupProps = OverrideClassName<HTMLAttributes<HTMLDivElement>> & {
|
|
2125
|
+
children?: React$1.ReactNode;
|
|
2126
|
+
labelText: string | React$1.ReactNode;
|
|
2127
|
+
labelId?: string;
|
|
2128
|
+
noBottomMargin?: boolean;
|
|
2129
|
+
reversed?: boolean;
|
|
2130
|
+
"data-testId"?: string;
|
|
2131
|
+
};
|
|
2132
|
+
declare const RadioGroup: {
|
|
2133
|
+
({ children, labelId: propsLabelId, labelText, noBottomMargin, reversed, classNameOverride, "data-testId": dataTestId, ...restProps }: RadioGroupProps): JSX.Element;
|
|
2134
|
+
displayName: string;
|
|
2135
|
+
};
|
|
2136
|
+
|
|
2137
|
+
type SearchFieldProps = Omit<InputSearchProps, "id"> & {
|
|
2138
|
+
id?: string;
|
|
2139
|
+
labelText: string;
|
|
2140
|
+
disabled?: boolean;
|
|
2141
|
+
reversed?: boolean;
|
|
2142
|
+
secondary?: boolean;
|
|
2143
|
+
};
|
|
2144
|
+
/**
|
|
2145
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081896613/Search+Field Guidance} |
|
|
2146
|
+
* {@link https://cultureamp.design/?path=/docs/components-search-field--docs Storybook}
|
|
2147
|
+
*/
|
|
2148
|
+
declare const SearchField: {
|
|
2149
|
+
({ id: propsId, labelText, disabled, reversed, secondary, classNameOverride, ...restProps }: SearchFieldProps): JSX.Element;
|
|
2150
|
+
displayName: string;
|
|
2151
|
+
};
|
|
2152
|
+
|
|
2153
|
+
type SliderFieldProps = {
|
|
2154
|
+
id?: string;
|
|
2155
|
+
labelText: ReactNode;
|
|
2156
|
+
description?: ReactNode;
|
|
2157
|
+
labelPosition?: "inline" | "block";
|
|
2158
|
+
variant?: "default" | "prominent";
|
|
2159
|
+
disabled?: boolean;
|
|
2160
|
+
readOnlyMessage?: ReactNode;
|
|
2161
|
+
} & Omit<InputRangeProps, "id">;
|
|
2162
|
+
/**
|
|
2163
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3081896335/Slider Guidance} |
|
|
2164
|
+
* {@link https://cultureamp.design/?path=/docs/components-slider--docs Storybook}
|
|
2165
|
+
*/
|
|
2166
|
+
declare const Slider: {
|
|
2167
|
+
({ id: propsId, labelText, description, labelPosition, variant, disabled, readOnlyMessage, ...restProps }: SliderFieldProps): JSX.Element;
|
|
2168
|
+
displayName: string;
|
|
2169
|
+
};
|
|
2170
|
+
|
|
2171
|
+
type TextVariants = "intro-lede" | "body" | "small" | "extra-small";
|
|
2172
|
+
type AllowedTextTags = "pre" | "p" | "div" | "span" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "label";
|
|
2173
|
+
type AllowedTextColors = "dark" | "dark-reduced-opacity" | "white" | "white-reduced-opacity" | "positive" | "negative";
|
|
2174
|
+
interface TextProps extends OverrideClassName<HTMLAttributes<HTMLElement>> {
|
|
2175
|
+
children: React.ReactNode;
|
|
2176
|
+
/**
|
|
2177
|
+
* HTML elements that are allowed on Text
|
|
2178
|
+
* @default "p"
|
|
2179
|
+
*/
|
|
2180
|
+
tag?: AllowedTextTags;
|
|
2181
|
+
/**
|
|
2182
|
+
* Allowed text variants
|
|
2183
|
+
*/
|
|
2184
|
+
variant: TextVariants;
|
|
2185
|
+
color?: AllowedTextColors;
|
|
2186
|
+
}
|
|
2187
|
+
/**
|
|
2188
|
+
* {@link https://cultureamp.atlassian.net/wiki/spaces/DesignSystem/pages/3074885298/Typography#Paragraph Guidance}
|
|
2189
|
+
* {@link https://cultureamp.design/?path=/docs/components-typography-text--body Storybook}
|
|
2190
|
+
*/
|
|
2191
|
+
declare const Text: {
|
|
2192
|
+
({ children, tag, variant, color, classNameOverride, ...restProps }: TextProps): JSX.Element;
|
|
2193
|
+
displayName: string;
|
|
2194
|
+
};
|
|
2195
|
+
|
|
1560
2196
|
type ProgressStepperProps = {
|
|
1561
2197
|
stepName: string;
|
|
1562
2198
|
steps: [string, ...string[]];
|
|
@@ -1625,4 +2261,4 @@ declare const Workflow: (({ stepName, steps, isComplete, workflowName, status, h
|
|
|
1625
2261
|
};
|
|
1626
2262
|
};
|
|
1627
2263
|
|
|
1628
|
-
export { AcademyIcon, ActionOffIcon, ActionOffWhiteIcon, ActionOnIcon, type ActiveFiltersArray, AddIcon, AddLinkIcon, AddWhiteIcon, ArchivedIcon, ArchivedWhiteIcon, ArrowBackwardIcon, ArrowDownIcon, ArrowForwardIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, BlankIcon, BoldIcon, BookmarkOffIcon, BookmarkOnIcon, BranchingIcon,
|
|
2264
|
+
export { AcademyIcon, ActionOffIcon, ActionOffWhiteIcon, ActionOnIcon, type ActiveFiltersArray, AddIcon, AddLinkIcon, AddWhiteIcon, type AllowedHeadingColors, type AllowedHeadingTags, type AllowedTextColors, type AllowedTextTags, ArchivedIcon, ArchivedWhiteIcon, ArrowBackwardIcon, ArrowDownIcon, ArrowForwardIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, Avatar, AvatarGroup, type AvatarGroupAvatarProps, type AvatarGroupProps, type AvatarGroupSize, type AvatarList, type AvatarProps, type AvatarSizes, Badge, BadgeAnimated, type BadgeProps, BlankIcon, BoldIcon, BookmarkOffIcon, BookmarkOnIcon, BranchingIcon, Brand, BrandMoment, type BrandMomentProps, type BrandProps, BullettedListIcon, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, type CSSVariableTheme, CaMonogramIcon, CameraIcon, Card, type CardProps, type CardVariants, CautionIcon, CautionWhiteIcon, CheckIcon, Checkbox, CheckboxField, type CheckboxFieldProps, CheckboxGroup, type CheckboxGroupProps, type CheckboxProps, type CheckedStatus, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ClearButton, type ClearButtonProps, ClearIcon, ClearWhiteIcon, CloseIcon, ClosedIcon, ClosedWhiteIcon, Collapsible, CollapsibleGroup, type CollapsibleGroupProps, type CollapsibleProps, CommentAddIcon, CommentAddWhiteIcon, CommentBankIcon, CommentDisabledIcon, CommentDisabledWhiteIcon, CommentIcon, CommentWhiteIcon, CommunicationsIcon, type CompanyAvatarProps, CompetencyLibraryIcon, ConfigureIcon, ConnectIcon, ConnectLineIcon, type CustomButtonProps, CustomIcon, DashboardIcon, DateEndIcon, DateEndWhiteIcon, type DateRangeFieldValidationMessage, DateRangeIcon, DateRangeWhiteIcon, DateStartIcon, DateStartWhiteIcon, type DateValidationResponse, DecreaseIndentIcon, type DeepMapObjectLeafs, DeltaBareIcon, DeltaBareWhiteIcon, DeltaFlatIcon, DeltaIcon, DeltaNegativeIcon, DeltaPositiveIcon, DeltaWhiteIcon, DemographicsIcon, DepartmentIcon, DirectionalLink, type DirectionalLinkProps, Divider, type DividerProps, DraftIcon, DraftWhiteIcon, DragIcon, DuplicateIcon, EditIcon, EffectivenessIcon, EllipsisIcon, EmailIcon, EmptyIcon, EmptyState, type EmptyStateProps, EmptyWhiteIcon, EndIcon, EngagementIcon, EngagementWhiteIcon, EqualIcon, EqualWhiteIcon, ErrorPage, type ErrorPageProps, ExclamationIcon, ExclamationOctagonIcon, ExclamationOctagonWhiteIcon, ExclamationWhiteIcon, ExperienceIcon, ExpertAdviceCollapsible, type ExpertAdviceCollapsibleProps, ExportIcon, ExportWhiteIcon, ExternalLinkIcon, FaceDissatisfiedIcon, FaceDissatisfiedWhiteIcon, FaceNeutralIcon, FaceNeutralWhiteIcon, FaceSatisfiedIcon, FaceSatisfiedWhiteIcon, FaceVeryDissatisfiedIcon, FaceVeryDissatisfiedWhiteIcon, FaceVerySatisfiedIcon, FaceVerySatisfiedWhiteIcon, FactorsIcon, FavoriteOffIcon, FavoriteOnIcon, FeedbackClassifyIcon, FeedbackClassifyWhiteIcon, FeedbackCompletedIcon, FeedbackCompletedWhiteIcon, FeedbackReportIcon, FeedbackReportWhiteIcon, FeedbackReviewIcon, FeedbackReviewWhiteIcon, FeedbackShareIcon, FeedbackShareWhiteIcon, FieldGroup, type FieldGroupProps, FieldMessage, type FieldMessageProps, type FieldMessageStatus, FileIcon, FileWhiteIcon, Filter, type FilterAttributes, FilterBar, type FilterBarContextValue, type FilterBarProps, FilterBarProvider, type FilterBarProviderProps, type FilterBarState, type FilterBarStateFilters, FilterButton, type FilterButtonProps, FilterButtonRemovable, type FilterButtonRemovableProps, type FilterButtonRemovableRefs, FilterContents, type FilterContentsProps, FilterDatePicker, FilterDatePickerField, type FilterDatePickerFieldProps, type FilterDatePickerProps, FilterDateRangePicker, type FilterDateRangePickerProps, type FilterDateSupportedLocales, FilterIcon, type FilterIsUsableWhen, FilterMultiSelect, type FilterMultiSelectProps, type FilterProps, FilterSelect, type FilterSelectProps, type FilterState, type FilterStateEditableAttributes, type FilterTriggerButtonProps, type FilterTriggerRef, type Filters, type FiltersValues, FlagOffIcon, FlagOffWhiteIcon, FlagOnIcon, FullIcon, type GenericAvatarProps, type GetDateValidationHandlerArgs, GlobalNotification, type GlobalNotificationProps, GridViewIcon, GuidanceIcon, HamburgerIcon, Heading, type HeadingProps, type HeadingVariants, HeatmapIcon, HeatmapWhiteIcon, HierarchyIcon, HomeIcon, IconButton, type IconButtonProps, ImportIcon, ImportWhiteIcon, IncreaseIndentIcon, IndicatorActiveIcon, IndicatorInactiveIcon, InformationIcon, InformationWhiteIcon, InlineNotification, type InlineNotificationProps, Input, type InputProps, InputRange, type InputRangeProps, InputSearch, type InputSearchProps, type InputStatusType, type InputType, InsightIcon, InsightsIcon, type InternalFilterState, InvisibleIcon, ItalicsIcon, type ItemType, KaizenProvider, type KaizenProviderProps, KebabIcon, KioskIcon, KioskWhiteIcon, Label, type LabelProps, LabelledMessage, type LabelledMessageProps, LaunchIcon, LaunchWhiteIcon, LeaderboardIcon, type ListBoxItems, type ListBoxProps, type ListBoxSectionProps$1 as ListBoxSectionProps, ListViewIcon, LiveIcon, type LoadMoreButtonProps, LockIcon, LockWhiteIcon, LogOutIcon, type MappedFilters, MaximizeIcon, MeatballsIcon, type MenuFooterProps, type MenuLoadingSkeletonProps, MenuTriggerConsumer, MenuTriggerProvider, type MenuTriggerProviderContextType, type MenuTriggerProviderProps, MinimizeIcon, MinusIcon, type MultiSelectItem, type MultiSelectOptionProps, NavigatorIcon, type NoResultsProps, NotificationIcon, NumberedListIcon, NumberedListRtlIcon, OpenIcon, OpenWhiteIcon, OrganizationIcon, PaginationLink, type PaginationLinkProps, ParticipationIcon, ParticipationWhiteIcon, PauseIcon, PauseWhiteIcon, PercentageIcon, PermissionsIcon, PersonIcon, PhotoUploadIcon, PowerIcon, PrintIcon, PrintWhiteIcon, ProcessManagerIcon, PromotionIcon, PromotionWhiteIcon, QuestionIcon, QuestionWhiteIcon, QuestionsIcon, Radio, RadioField, type RadioFieldProps, RadioGroup, type RadioGroupProps, type RadioProps, RedoIcon, RefreshIcon, type RemovableFilterTriggerProps, RemoveLinkIcon, RepeatsIcon, ReportIcon, ReportSharingIcon, RestoreIcon, SaveIcon, SearchField, type SearchFieldProps, SearchIcon, type SearchInputProps, SearchWhiteIcon, SecurityTipIcon, type SelectItem, type SelectItemNode, type SelectOption, type SelectOptionGroup, type SelectOptionGroupNode, type SelectOptionNode, SelectionConsumer, SelectionProvider, type SelectionProviderContextType, type SelectionProviderProps, SendIcon, SendRtlIcon, SettingsIcon, SettingsWhiteIcon, ShareIcon, SkipIcon, SkipWhiteIcon, Slider, type SliderFieldProps, SortAscendingIcon, SortDescendingIcon, type SourceFiltersState, SpinnerIcon, StarOffIcon, StarOnIcon, StartIcon, SubtractIcon, SubtractWhiteIcon, SuccessIcon, SuccessWhiteIcon, SupportIcon, SurveysIcon, SurveysWhiteIcon, SyncIcon, TagIcon, TasksIcon, TasksWhiteIcon, TemplateIcon, TemplateWhiteIcon, Text, TextAnalyticsIcon, TextAnalyticsWhiteIcon, type TextProps, type TextVariants, type Theme, ThemeContext, type ThemeKey, ThemeManager, ThemeProvider, ThumbsDownIcon, ThumbsUpIcon, TimeIcon, TimeWhiteIcon, TranslationIcon, TrashIcon, type TypographyFont, UnattributedIcon, UnattributedWhiteIcon, UnderlineIcon, UndoIcon, type UseDateValidationArgs, type UseDateValidationValue, UserAddIcon, UserDeleteIcon, UserExitIcon, UserIcon, UserSelectIcon, UserSettingsIcon, UserUpdateIcon, UsersIcon, type ValidateDateResponse, type ValidationMessage, type ValueType, VisibleIcon, Workflow, type WorkflowProps, WritingIcon, ZoomInIcon, ZoomOutIcon, defaultTheme, getDateValidationHandler, getSelectedOptionKeys, getSelectedOptionLabels, getTruncatedLabels, heartTheme, useDateValidation, useFilterBarContext, useMenuTriggerContext, useSelectionContext, useTheme, validateDate };
|