@juspay/blend-design-system 0.0.29-beta → 0.0.29
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/assets/main.css +1 -1
- package/dist/components/Accordion/AccordionItem.d.ts +3 -2
- package/dist/components/Accordion/accessibility/AccordionAccessibility.d.ts +5 -0
- package/dist/components/Accordion/accessibility/AccordionAccessibilityReport.d.ts +2 -0
- package/dist/components/Accordion/accessibility/index.d.ts +2 -0
- package/dist/components/Alert/accessibility/AlertAccessibility.d.ts +5 -0
- package/dist/components/Alert/accessibility/AlertAccessibilityReport.d.ts +44 -0
- package/dist/components/Alert/accessibility/index.d.ts +2 -0
- package/dist/components/Avatar/Avatar.d.ts +4 -0
- package/dist/components/Avatar/accessibility/AvatarAccessibility.d.ts +5 -0
- package/dist/components/Avatar/accessibility/AvatarAccessibilityReport.d.ts +2 -0
- package/dist/components/Avatar/accessibility/index.d.ts +2 -0
- package/dist/components/Avatar/avatarUtils.d.ts +1 -1
- package/dist/components/Avatar/types.d.ts +5 -0
- package/dist/components/AvatarGroup/AvatarGroup.d.ts +6 -3
- package/dist/components/AvatarGroup/accessibility/AvatarGroupAccessibility.d.ts +5 -0
- package/dist/components/AvatarGroup/accessibility/AvatarGroupAccessibilityReport.d.ts +2 -0
- package/dist/components/AvatarGroup/accessibility/index.d.ts +2 -0
- package/dist/components/AvatarGroup/avatarGroupUtils.d.ts +4 -16
- package/dist/components/AvatarGroup/types.d.ts +5 -1
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +3 -2
- package/dist/components/Breadcrumb/BreadcrumbSkeleton.d.ts +8 -0
- package/dist/components/Breadcrumb/accessibility/BreadcrumbAccessibility.d.ts +5 -0
- package/dist/components/Breadcrumb/accessibility/BreadcrumbAccessibilityReport.d.ts +44 -0
- package/dist/components/Breadcrumb/accessibility/index.d.ts +3 -0
- package/dist/components/Breadcrumb/types.d.ts +6 -0
- package/dist/components/Button/accessibility/ButtonAccessibility.d.ts +5 -0
- package/dist/components/Button/accessibility/ButtonAccessibilityReport.d.ts +44 -0
- package/dist/components/Button/accessibility/index.d.ts +4 -0
- package/dist/components/Card/CardSkeleton.d.ts +8 -0
- package/dist/components/Charts/ChartsSkeleton.d.ts +7 -0
- package/dist/components/Charts/types.d.ts +6 -0
- package/dist/components/Checkbox/Checkbox.d.ts +0 -1
- package/dist/components/Checkbox/accessibility/CheckboxAccessibility.d.ts +5 -0
- package/dist/components/Checkbox/accessibility/CheckboxAccessibilityReport.d.ts +44 -0
- package/dist/components/Checkbox/accessibility/index.d.ts +3 -0
- package/dist/components/Checkbox/checkboxUtils.d.ts +10 -0
- package/dist/components/Checkbox/index.d.ts +1 -1
- package/dist/components/Checkbox/types.d.ts +1 -0
- package/dist/components/Inputs/DropdownInput/accessibility/DropdownInputAccessibility.d.ts +5 -0
- package/dist/components/Inputs/DropdownInput/accessibility/DropdownInputAccessibilityReport.d.ts +2 -0
- package/dist/components/Inputs/MultiValueInput/MultiValueInput.d.ts +1 -1
- package/dist/components/Inputs/MultiValueInput/accessibility/MultiValueInputAccessibility.d.ts +5 -0
- package/dist/components/Inputs/MultiValueInput/accessibility/MultiValueInputAccessibilityReport.d.ts +2 -0
- package/dist/components/Inputs/NumberInput/accessibility/NumberInputAccessibility.d.ts +5 -0
- package/dist/components/Inputs/NumberInput/accessibility/NumberInputAccessibilityReport.d.ts +2 -0
- package/dist/components/Inputs/OTPInput/OTPInput.d.ts +1 -1
- package/dist/components/Inputs/OTPInput/accessibility/OTPInputAccessibility.d.ts +5 -0
- package/dist/components/Inputs/OTPInput/accessibility/OTPInputAccessibilityReport.d.ts +2 -0
- package/dist/components/Inputs/SearchInput/accessibility/SearchInputAccessibility.d.ts +5 -0
- package/dist/components/Inputs/SearchInput/accessibility/SearchInputAccessibilityReport.d.ts +2 -0
- package/dist/components/Inputs/TextArea/TextArea.d.ts +1 -1
- package/dist/components/Inputs/TextArea/accessibility/TextAreaAccessibility.d.ts +5 -0
- package/dist/components/Inputs/TextArea/accessibility/TextAreaAccessibilityReport.d.ts +2 -0
- package/dist/components/Inputs/TextInput/TextInput.d.ts +1 -1
- package/dist/components/Inputs/TextInput/accessibility/TextInputAccessibility.d.ts +5 -0
- package/dist/components/Inputs/TextInput/accessibility/TextInputAccessibilityReport.d.ts +2 -0
- package/dist/components/Inputs/UnitInput/accessibility/UnitInputAccessibility.d.ts +5 -0
- package/dist/components/Inputs/UnitInput/accessibility/UnitInputAccessibilityReport.d.ts +2 -0
- package/dist/components/Inputs/utils/InputFooter/InputFooter.d.ts +5 -1
- package/dist/components/Inputs/utils/InputLabels/InputLabels.d.ts +4 -1
- package/dist/components/KeyValuePair/KeyValuePair.d.ts +2 -1
- package/dist/components/KeyValuePair/accessibility/KeyValuePairAccessibility.d.ts +5 -0
- package/dist/components/KeyValuePair/accessibility/KeyValuePairAccessibilityReport.d.ts +2 -0
- package/dist/components/KeyValuePair/accessibility/index.d.ts +2 -0
- package/dist/components/Menu/MenuSkeleton.d.ts +7 -0
- package/dist/components/Menu/accessibility/MenuAccessibility.d.ts +5 -0
- package/dist/components/Menu/accessibility/MenuAccessibilityReport.d.ts +2 -0
- package/dist/components/Menu/accessibility/index.d.ts +2 -0
- package/dist/components/Menu/types.d.ts +6 -5
- package/dist/components/Modal/ModalSkeleton.d.ts +25 -0
- package/dist/components/Modal/accessibility/ModalAccessibility.d.ts +5 -0
- package/dist/components/Modal/accessibility/ModalAccessibilityReport.d.ts +2 -0
- package/dist/components/Modal/types.d.ts +12 -0
- package/dist/components/MultiSelect/MultiSelectMenu.d.ts +1 -1
- package/dist/components/MultiSelect/MultiSelectSkeleton.d.ts +7 -0
- package/dist/components/MultiSelect/MultiSelectTrigger.d.ts +1 -1
- package/dist/components/MultiSelect/accessibility/MultiSelectAccessibility.d.ts +5 -0
- package/dist/components/MultiSelect/accessibility/MultiSelectAccessibilityReport.d.ts +44 -0
- package/dist/components/MultiSelect/accessibility/index.d.ts +2 -0
- package/dist/components/MultiSelect/types.d.ts +8 -10
- package/dist/components/Popover/Popover.d.ts +1 -1
- package/dist/components/Popover/PopoverFooter.d.ts +5 -1
- package/dist/components/Popover/PopoverHeader.d.ts +7 -1
- package/dist/components/Popover/PopoverSkeleton.d.ts +21 -0
- package/dist/components/Popover/accessibility/PopoverAccessibility.d.ts +5 -0
- package/dist/components/Popover/accessibility/PopoverAccessibilityReport.d.ts +2 -0
- package/dist/components/Popover/types.d.ts +13 -0
- package/dist/components/Radio/Radio.d.ts +1 -1
- package/dist/components/Radio/StyledRadio.d.ts +2 -0
- package/dist/components/Radio/accessibility/RadioAccessibility.d.ts +5 -0
- package/dist/components/Radio/accessibility/RadioAccessibilityReport.d.ts +44 -0
- package/dist/components/Radio/accessibility/index.d.ts +2 -0
- package/dist/components/Radio/types.d.ts +3 -1
- package/dist/components/SingleSelect/SingleSelect.d.ts +1 -1
- package/dist/components/SingleSelect/SingleSelectMenu.d.ts +3 -7
- package/dist/components/SingleSelect/SingleSelectSkeleton.d.ts +7 -0
- package/dist/components/SingleSelect/SingleSelectTrigger.d.ts +1 -1
- package/dist/components/SingleSelect/accessibility/SingleSelectAccessibility.d.ts +5 -0
- package/dist/components/SingleSelect/accessibility/SingleSelectAccessibilityReport.d.ts +44 -0
- package/dist/components/SingleSelect/accessibility/index.d.ts +2 -0
- package/dist/components/SingleSelect/types.d.ts +6 -5
- package/dist/components/SingleSelect/utils.d.ts +80 -0
- package/dist/components/Skeleton/Skeleton.d.ts +4 -0
- package/dist/components/Skeleton/SkeletonCompound.d.ts +8 -0
- package/dist/components/Skeleton/types.d.ts +4 -0
- package/dist/components/Snackbar/accessibility/SnackbarAccessibility.d.ts +5 -0
- package/dist/components/Snackbar/accessibility/SnackbarAccessibilityReport.d.ts +2 -0
- package/dist/components/Snackbar/accessibility/index.d.ts +2 -0
- package/dist/components/StatCard/StatCardSkeleton.d.ts +7 -0
- package/dist/components/StatCard/types.d.ts +3 -2
- package/dist/components/Switch/StyledSwitch.d.ts +3 -0
- package/dist/components/Switch/Switch.d.ts +3 -4
- package/dist/components/Switch/accessibility/SwitchAccessibility.d.ts +5 -0
- package/dist/components/Switch/accessibility/SwitchAccessibilityReport.d.ts +44 -0
- package/dist/components/Switch/accessibility/index.d.ts +3 -0
- package/dist/components/Switch/utils.d.ts +10 -0
- package/dist/components/Tabs/Tabs.d.ts +2 -0
- package/dist/components/Tabs/TabsList.d.ts +1 -0
- package/dist/components/Tabs/TabsTrigger.d.ts +5 -4
- package/dist/components/Tabs/accessibility/TabsAccessibility.d.ts +5 -0
- package/dist/components/Tabs/accessibility/TabsAccessibilityReport.d.ts +2 -0
- package/dist/components/Tabs/accessibility/index.d.ts +2 -0
- package/dist/components/Tabs/types.d.ts +5 -0
- package/dist/components/Tabs/utils.d.ts +4 -2
- package/dist/components/Tags/accessibility/TagAccessibility.d.ts +5 -0
- package/dist/components/Tags/accessibility/TagAccessibilityReport.d.ts +2 -0
- package/dist/components/Tags/tag.tokens.d.ts +1 -1
- package/dist/components/Text/Text.d.ts +2 -2
- package/dist/components/Tooltip/accessibility/TooltipAccessibility.d.ts +5 -0
- package/dist/components/Tooltip/accessibility/TooltipAccessibilityReport.d.ts +2 -0
- package/dist/components/shared/accessibility/AccessibilityDashboard.d.ts +11 -0
- package/dist/components/shared/accessibility/LightHouse-components/ButtonLightHouse.d.ts +2 -0
- package/dist/components/shared/accessibility/LightHouse-components/DropdownInputLightHouse.d.ts +2 -0
- package/dist/components/shared/accessibility/LightHouse-components/ModalLightHouse.d.ts +2 -0
- package/dist/components/shared/accessibility/LightHouse-components/MultiValueInputLightHouse.d.ts +2 -0
- package/dist/components/shared/accessibility/LightHouse-components/NumberInputLightHouse.d.ts +2 -0
- package/dist/components/shared/accessibility/LightHouse-components/OTPInputLightHouse.d.ts +2 -0
- package/dist/components/shared/accessibility/LightHouse-components/PopoverLightHouse.d.ts +2 -0
- package/dist/components/shared/accessibility/LightHouse-components/SearchInputLightHouse.d.ts +2 -0
- package/dist/components/shared/accessibility/LightHouse-components/TagLightHouse.d.ts +2 -0
- package/dist/components/shared/accessibility/LightHouse-components/TextAreaLightHouse.d.ts +2 -0
- package/dist/components/shared/accessibility/LightHouse-components/TextInputLightHouse.d.ts +2 -0
- package/dist/components/shared/accessibility/LightHouse-components/TooltipLightHouse.d.ts +2 -0
- package/dist/components/shared/accessibility/LightHouse-components/UnitInputLightHouse.d.ts +2 -0
- package/dist/components/shared/accessibility/index.d.ts +8 -0
- package/dist/components/shared/accessibility/reportGenerator.d.ts +24 -0
- package/dist/components/shared/accessibility/storybookParser.d.ts +25 -0
- package/dist/components/shared/accessibility/testResultsParser.d.ts +22 -0
- package/dist/context/ThemeContext.d.ts +1 -3
- package/dist/context/ThemeProvider.d.ts +1 -4
- package/dist/context/index.d.ts +2 -1
- package/dist/context/initComponentTokens.d.ts +1 -1
- package/dist/context/theme.enum.d.ts +4 -0
- package/dist/context/useComponentToken.d.ts +1 -2
- package/dist/main.d.ts +0 -1
- package/dist/main.js +36536 -40697
- package/package.json +9 -8
- package/dist/components/WorkflowCanvas/WorkflowCanvas.d.ts +0 -19
- package/dist/components/WorkflowCanvas/WorkflowControls.d.ts +0 -3
- package/dist/components/WorkflowCanvas/components/NodeContent.d.ts +0 -15
- package/dist/components/WorkflowCanvas/constants.d.ts +0 -42
- package/dist/components/WorkflowCanvas/edges/DefaultEdge.d.ts +0 -3
- package/dist/components/WorkflowCanvas/index.d.ts +0 -12
- package/dist/components/WorkflowCanvas/nodes/DefaultNode.d.ts +0 -3
- package/dist/components/WorkflowCanvas/nodes/InputNode.d.ts +0 -3
- package/dist/components/WorkflowCanvas/nodes/OutputNode.d.ts +0 -3
- package/dist/components/WorkflowCanvas/types.d.ts +0 -79
- package/dist/components/WorkflowCanvas/utils.d.ts +0 -13
- package/dist/components/WorkflowCanvas/workflow.tokens.d.ts +0 -100
|
@@ -18,7 +18,11 @@ type InputFooterProps = {
|
|
|
18
18
|
errorMessage?: string;
|
|
19
19
|
hintText?: string;
|
|
20
20
|
disabled?: boolean;
|
|
21
|
+
errorId?: string;
|
|
22
|
+
hintId?: string;
|
|
21
23
|
tokens?: InputFooterTokens;
|
|
24
|
+
hintTextId?: string;
|
|
25
|
+
errorMessageId?: string;
|
|
22
26
|
};
|
|
23
|
-
declare const InputFooter: ({ error, errorMessage, hintText, disabled, tokens, }: InputFooterProps) => "" | import("react/jsx-runtime").JSX.Element | undefined;
|
|
27
|
+
declare const InputFooter: ({ error, errorMessage, hintText, disabled, errorId, hintId, tokens, hintTextId, errorMessageId, }: InputFooterProps) => "" | import("react/jsx-runtime").JSX.Element | undefined;
|
|
24
28
|
export default InputFooter;
|
|
@@ -32,8 +32,10 @@ type InputLabelsProps<TTokens extends InputLabelTokens = InputLabelTokens> = {
|
|
|
32
32
|
disabled?: boolean;
|
|
33
33
|
helpIconHintText?: string;
|
|
34
34
|
name?: string;
|
|
35
|
+
inputId?: string;
|
|
35
36
|
required?: boolean;
|
|
36
37
|
tokens?: Partial<TTokens>;
|
|
38
|
+
labelId?: string;
|
|
37
39
|
};
|
|
38
40
|
/**
|
|
39
41
|
* @description InputLabels is a component that displays a label and sublabel for an input field.
|
|
@@ -41,7 +43,8 @@ type InputLabelsProps<TTokens extends InputLabelTokens = InputLabelTokens> = {
|
|
|
41
43
|
* @param {string} sublabel - The sublabel for the input field.
|
|
42
44
|
* @param {boolean} disabled - Whether the input field is disabled.
|
|
43
45
|
* @param {string} helpIconHintText - The hint text for the help icon.
|
|
46
|
+
* @param {string} inputId - Unique ID for proper label association (WCAG 3.3.2).
|
|
44
47
|
* @param {boolean} required - Whether the input field is required.
|
|
45
48
|
*/
|
|
46
|
-
declare const InputLabels: <TTokens extends InputLabelTokens>({ label, sublabel, disabled, helpIconHintText, name, required, tokens, }: InputLabelsProps<TTokens>) => "" | import("react/jsx-runtime").JSX.Element | undefined;
|
|
49
|
+
declare const InputLabels: <TTokens extends InputLabelTokens>({ label, sublabel, disabled, helpIconHintText, name, inputId, required, tokens, labelId, }: InputLabelsProps<TTokens>) => "" | import("react/jsx-runtime").JSX.Element | undefined;
|
|
47
50
|
export default InputLabels;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
1
2
|
import { KeyValuePairPropTypes } from './types';
|
|
2
|
-
declare const KeyValuePair:
|
|
3
|
+
declare const KeyValuePair: React.ForwardRefExoticComponent<KeyValuePairPropTypes & React.RefAttributes<HTMLDivElement>>;
|
|
3
4
|
export default KeyValuePair;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export type KeyValuePairAccessibilityProps = {
|
|
2
|
+
className?: string;
|
|
3
|
+
};
|
|
4
|
+
declare const KeyValuePairAccessibility: import('react').ForwardRefExoticComponent<KeyValuePairAccessibilityProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
5
|
+
export default KeyValuePairAccessibility;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { MenuTokensType } from './menu.tokens';
|
|
2
|
+
import { MenuSkeletonProps } from './types';
|
|
3
|
+
declare const MenuSkeleton: ({ menuTokens, skeleton, }: {
|
|
4
|
+
menuTokens: MenuTokensType;
|
|
5
|
+
skeleton: MenuSkeletonProps;
|
|
6
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default MenuSkeleton;
|
|
@@ -11,6 +11,11 @@ export declare enum MenuSide {
|
|
|
11
11
|
RIGHT = "right",
|
|
12
12
|
BOTTOM = "bottom"
|
|
13
13
|
}
|
|
14
|
+
export type MenuSkeletonProps = {
|
|
15
|
+
count?: number;
|
|
16
|
+
show?: boolean;
|
|
17
|
+
variant?: SkeletonVariant;
|
|
18
|
+
};
|
|
14
19
|
export type MenuProps = {
|
|
15
20
|
trigger: React.ReactNode;
|
|
16
21
|
items?: MenuGroupType[];
|
|
@@ -32,11 +37,7 @@ export type MenuProps = {
|
|
|
32
37
|
sideOffset?: number;
|
|
33
38
|
alignOffset?: number;
|
|
34
39
|
collisonBoundaryRef?: Element | null | Array<Element | null>;
|
|
35
|
-
skeleton?:
|
|
36
|
-
count?: number;
|
|
37
|
-
show?: boolean;
|
|
38
|
-
variant?: SkeletonVariant;
|
|
39
|
-
};
|
|
40
|
+
skeleton?: MenuSkeletonProps;
|
|
40
41
|
};
|
|
41
42
|
export declare enum MenuItemVariant {
|
|
42
43
|
DEFAULT = "default",
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { SkeletonVariant } from '../Skeleton';
|
|
2
|
+
import { ModalTokensType } from './modal.tokens';
|
|
3
|
+
type HeaderSkeletonConfig = {
|
|
4
|
+
show: boolean;
|
|
5
|
+
showDivider: boolean;
|
|
6
|
+
showCloseButton: boolean;
|
|
7
|
+
};
|
|
8
|
+
type BodySkeletonConfig = {
|
|
9
|
+
show: boolean;
|
|
10
|
+
width: string;
|
|
11
|
+
height: string | number;
|
|
12
|
+
};
|
|
13
|
+
type FooterSkeletonConfig = {
|
|
14
|
+
show: boolean;
|
|
15
|
+
showDivider: boolean;
|
|
16
|
+
};
|
|
17
|
+
type ModalSkeletonProps = {
|
|
18
|
+
modalTokens: ModalTokensType;
|
|
19
|
+
headerSkeleton?: HeaderSkeletonConfig;
|
|
20
|
+
bodySkeleton?: BodySkeletonConfig;
|
|
21
|
+
footerSkeleton?: FooterSkeletonConfig;
|
|
22
|
+
skeletonVariant: SkeletonVariant;
|
|
23
|
+
};
|
|
24
|
+
declare const ModalSkeleton: React.FC<ModalSkeletonProps>;
|
|
25
|
+
export default ModalSkeleton;
|
|
@@ -1,6 +1,17 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { ButtonProps } from '../Button';
|
|
3
|
+
import { SkeletonVariant } from '../Skeleton';
|
|
3
4
|
type ModalButtonAction = Omit<ButtonProps, 'buttonGroupPosition'>;
|
|
5
|
+
type BodySkeletonProps = {
|
|
6
|
+
show?: boolean;
|
|
7
|
+
width?: string;
|
|
8
|
+
height?: string;
|
|
9
|
+
};
|
|
10
|
+
export type ModalSkeletonProps = {
|
|
11
|
+
show?: boolean;
|
|
12
|
+
variant?: SkeletonVariant;
|
|
13
|
+
bodySkeletonProps?: BodySkeletonProps;
|
|
14
|
+
};
|
|
4
15
|
export type ModalProps = {
|
|
5
16
|
isOpen: boolean;
|
|
6
17
|
onClose: () => void;
|
|
@@ -19,5 +30,6 @@ export type ModalProps = {
|
|
|
19
30
|
showDivider?: boolean;
|
|
20
31
|
minWidth?: string;
|
|
21
32
|
useDrawerOnMobile?: boolean;
|
|
33
|
+
skeleton?: ModalSkeletonProps;
|
|
22
34
|
};
|
|
23
35
|
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { MultiSelectMenuProps } from './types';
|
|
2
|
-
declare const MultiSelectMenu: ({ items, selected, onSelect, trigger, minMenuWidth, maxMenuWidth, maxMenuHeight, disabled, enableSearch, searchPlaceholder, enableSelectAll, selectAllText, maxSelections, onSelectAll, alignment, side, sideOffset, alignOffset, open, onOpenChange, showActionButtons, primaryAction, secondaryAction, enableVirtualization, virtualListItemHeight, virtualListOverscan, onEndReached, endReachedThreshold, hasMore, skeleton, size, variant, allowCustomValue, customValueLabel, }: MultiSelectMenuProps) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
declare const MultiSelectMenu: ({ items, selected, onSelect, trigger, minMenuWidth, maxMenuWidth, maxMenuHeight, disabled, enableSearch, searchPlaceholder, enableSelectAll, selectAllText, maxSelections, onSelectAll, alignment, side, sideOffset, alignOffset, open, onOpenChange, showActionButtons, primaryAction, secondaryAction, enableVirtualization, virtualListItemHeight, virtualListOverscan, onEndReached, endReachedThreshold, hasMore, skeleton, size, variant, allowCustomValue, customValueLabel, menuId, }: MultiSelectMenuProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export default MultiSelectMenu;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { MultiSelectTokensType } from './multiSelect.tokens';
|
|
2
|
+
import { MultiSelectSkeletonProps } from './types';
|
|
3
|
+
declare const MultiSelectSkeleton: ({ multiSelectTokens, skeleton, }: {
|
|
4
|
+
multiSelectTokens: MultiSelectTokensType;
|
|
5
|
+
skeleton: MultiSelectSkeletonProps;
|
|
6
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default MultiSelectSkeleton;
|
|
@@ -23,5 +23,5 @@ export type MultiSelectTriggerProps = {
|
|
|
23
23
|
maxTriggerWidth?: number;
|
|
24
24
|
minTriggerWidth?: number;
|
|
25
25
|
};
|
|
26
|
-
declare const MultiSelectTrigger: ({ selectedValues, slot, variant, size, isSmallScreen, onChange, name, label, placeholder, required, open, onClick, multiSelectTokens, inline, error,
|
|
26
|
+
declare const MultiSelectTrigger: ({ selectedValues, slot, variant, size, isSmallScreen, onChange, name, label, placeholder, required, open, onClick, multiSelectTokens, inline, error, maxTriggerWidth, minTriggerWidth, }: MultiSelectTriggerProps) => import("react/jsx-runtime").JSX.Element;
|
|
27
27
|
export default MultiSelectTrigger;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export interface MultiSelectAccessibilityProps {
|
|
2
|
+
className?: string;
|
|
3
|
+
}
|
|
4
|
+
declare const MultiSelectAccessibility: import('react').ForwardRefExoticComponent<MultiSelectAccessibilityProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
5
|
+
export default MultiSelectAccessibility;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MultiSelect Component Accessibility Report Data
|
|
3
|
+
* WCAG 2.1 Level AA Compliance Analysis
|
|
4
|
+
*
|
|
5
|
+
* Note: Items marked with "unsure" require manual verification
|
|
6
|
+
* Color contrast ratios verified using actual color values from theme tokens
|
|
7
|
+
*/
|
|
8
|
+
export type WCAGSuccessCriterion = {
|
|
9
|
+
id: string;
|
|
10
|
+
level: 'A' | 'AA' | 'AAA';
|
|
11
|
+
title: string;
|
|
12
|
+
status: 'compliant' | 'non-compliant' | 'unsure' | 'not-applicable';
|
|
13
|
+
description: string;
|
|
14
|
+
implementation: string;
|
|
15
|
+
testResults?: string;
|
|
16
|
+
notes?: string;
|
|
17
|
+
};
|
|
18
|
+
export type AccessibilityReport = {
|
|
19
|
+
componentName: string;
|
|
20
|
+
wcagVersion: string;
|
|
21
|
+
reportDate: string;
|
|
22
|
+
conformanceLevel: string;
|
|
23
|
+
overallStatus: 'compliant' | 'non-compliant' | 'partial' | 'unsure';
|
|
24
|
+
summary: string;
|
|
25
|
+
criteria: WCAGSuccessCriterion[];
|
|
26
|
+
strengths: string[];
|
|
27
|
+
recommendations: string[];
|
|
28
|
+
wcagVersions: {
|
|
29
|
+
'2.0': string[];
|
|
30
|
+
'2.1': string[];
|
|
31
|
+
'2.2': string[];
|
|
32
|
+
};
|
|
33
|
+
testMethodology: {
|
|
34
|
+
automated: string[];
|
|
35
|
+
manual: string[];
|
|
36
|
+
verificationTools: string[];
|
|
37
|
+
wcagLevels: {
|
|
38
|
+
A: string[];
|
|
39
|
+
AA: string[];
|
|
40
|
+
AAA: string[];
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
export declare const multiSelectAccessibilityReport: AccessibilityReport;
|
|
@@ -24,6 +24,11 @@ export declare enum MultiSelectSelectionTagType {
|
|
|
24
24
|
COUNT = "count",
|
|
25
25
|
TEXT = "text"
|
|
26
26
|
}
|
|
27
|
+
export type MultiSelectSkeletonProps = {
|
|
28
|
+
count?: number;
|
|
29
|
+
show?: boolean;
|
|
30
|
+
variant?: SkeletonVariant;
|
|
31
|
+
};
|
|
27
32
|
export type MultiSelectMenuItemType = {
|
|
28
33
|
label: string;
|
|
29
34
|
value: string;
|
|
@@ -115,11 +120,7 @@ export type MultiSelectProps = {
|
|
|
115
120
|
endReachedThreshold?: number;
|
|
116
121
|
hasMore?: boolean;
|
|
117
122
|
loadingComponent?: React.ReactNode;
|
|
118
|
-
skeleton?:
|
|
119
|
-
count?: number;
|
|
120
|
-
show?: boolean;
|
|
121
|
-
variant?: SkeletonVariant;
|
|
122
|
-
};
|
|
123
|
+
skeleton?: MultiSelectSkeletonProps;
|
|
123
124
|
allowCustomValue?: boolean;
|
|
124
125
|
customValueLabel?: string;
|
|
125
126
|
};
|
|
@@ -165,13 +166,10 @@ export type MultiSelectMenuProps = {
|
|
|
165
166
|
endReachedThreshold?: number;
|
|
166
167
|
hasMore?: boolean;
|
|
167
168
|
loadingComponent?: React.ReactNode;
|
|
168
|
-
skeleton?:
|
|
169
|
-
count?: number;
|
|
170
|
-
show?: boolean;
|
|
171
|
-
variant?: SkeletonVariant;
|
|
172
|
-
};
|
|
169
|
+
skeleton?: MultiSelectSkeletonProps;
|
|
173
170
|
size?: MultiSelectMenuSize;
|
|
174
171
|
variant?: MultiSelectVariant;
|
|
175
172
|
allowCustomValue?: boolean;
|
|
176
173
|
customValueLabel?: string;
|
|
174
|
+
menuId?: string;
|
|
177
175
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PopoverProps } from './types';
|
|
2
2
|
declare const Popover: {
|
|
3
|
-
({ heading, description, trigger, children, showCloseButton, onOpenChange, open, asModal, primaryAction, secondaryAction, sideOffset, side, align, alignOffset, width, minWidth, maxWidth, height, minHeight, maxHeight, zIndex, size, onClose, shadow, useDrawerOnMobile, avoidCollisions, }: PopoverProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
({ heading, description, trigger, children, showCloseButton, onOpenChange, open, asModal, primaryAction, secondaryAction, sideOffset, side, align, alignOffset, width, minWidth, maxWidth, height, minHeight, maxHeight, zIndex, size, onClose, shadow, useDrawerOnMobile, avoidCollisions, skeleton, }: PopoverProps): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default Popover;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { PopoverProps } from './types';
|
|
2
|
+
import { SkeletonVariant } from '../Skeleton';
|
|
2
3
|
declare const PopoverFooter: {
|
|
3
|
-
({ primaryAction, secondaryAction, size, }: Pick<PopoverProps, "primaryAction" | "secondaryAction" | "size">
|
|
4
|
+
({ primaryAction, secondaryAction, size, showSkeleton, skeletonVariant, }: Pick<PopoverProps, "primaryAction" | "secondaryAction" | "size"> & {
|
|
5
|
+
showSkeleton?: boolean;
|
|
6
|
+
skeletonVariant?: SkeletonVariant;
|
|
7
|
+
}): import("react/jsx-runtime").JSX.Element | null;
|
|
4
8
|
displayName: string;
|
|
5
9
|
};
|
|
6
10
|
export default PopoverFooter;
|
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { PopoverProps } from './types';
|
|
2
|
+
import { SkeletonVariant } from '../Skeleton';
|
|
2
3
|
declare const PopoverHeader: {
|
|
3
|
-
({ heading, description, showCloseButton, onClose, size, }: Pick<PopoverProps, "heading" | "description" | "showCloseButton" | "size" | "onClose">
|
|
4
|
+
({ heading, description, showCloseButton, onClose, size, showSkeleton, skeletonVariant, headingId, descriptionId, }: Pick<PopoverProps, "heading" | "description" | "showCloseButton" | "size" | "onClose"> & {
|
|
5
|
+
showSkeleton?: boolean;
|
|
6
|
+
skeletonVariant?: SkeletonVariant;
|
|
7
|
+
headingId?: string;
|
|
8
|
+
descriptionId?: string;
|
|
9
|
+
}): import("react/jsx-runtime").JSX.Element | null;
|
|
4
10
|
displayName: string;
|
|
5
11
|
};
|
|
6
12
|
export default PopoverHeader;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { SkeletonVariant } from '../Skeleton';
|
|
2
|
+
import { PopoverTokenType } from './popover.tokens';
|
|
3
|
+
import { PopoverSize } from './types';
|
|
4
|
+
declare const PopoverSkeleton: ({ headerSkeleton, bodySkeleton, footerSkeleton, skeletonVariant, }: {
|
|
5
|
+
popoverTokens: PopoverTokenType;
|
|
6
|
+
size: PopoverSize;
|
|
7
|
+
headerSkeleton?: {
|
|
8
|
+
show: boolean;
|
|
9
|
+
showCloseButton: boolean;
|
|
10
|
+
};
|
|
11
|
+
bodySkeleton?: {
|
|
12
|
+
show: boolean;
|
|
13
|
+
width: string;
|
|
14
|
+
height: string | number;
|
|
15
|
+
};
|
|
16
|
+
footerSkeleton?: {
|
|
17
|
+
show: boolean;
|
|
18
|
+
};
|
|
19
|
+
skeletonVariant: SkeletonVariant;
|
|
20
|
+
}) => import("react/jsx-runtime").JSX.Element | null;
|
|
21
|
+
export default PopoverSkeleton;
|
|
@@ -1,9 +1,20 @@
|
|
|
1
1
|
import { ButtonProps } from '../Button';
|
|
2
|
+
import { SkeletonVariant } from '../Skeleton';
|
|
2
3
|
export type PopoverActionType = Omit<ButtonProps, 'buttonGroupPosition' | 'subType'>;
|
|
3
4
|
export declare enum PopoverSize {
|
|
4
5
|
SMALL = "small",
|
|
5
6
|
MEDIUM = "medium"
|
|
6
7
|
}
|
|
8
|
+
type BodySkeletonProps = {
|
|
9
|
+
show?: boolean;
|
|
10
|
+
width?: string;
|
|
11
|
+
height?: string | number;
|
|
12
|
+
};
|
|
13
|
+
export type PopoverSkeletonProps = {
|
|
14
|
+
show?: boolean;
|
|
15
|
+
variant?: SkeletonVariant;
|
|
16
|
+
bodySkeletonProps?: BodySkeletonProps;
|
|
17
|
+
};
|
|
7
18
|
export type PopoverProps = {
|
|
8
19
|
heading?: string;
|
|
9
20
|
description?: string;
|
|
@@ -31,4 +42,6 @@ export type PopoverProps = {
|
|
|
31
42
|
shadow?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'full';
|
|
32
43
|
useDrawerOnMobile?: boolean;
|
|
33
44
|
avoidCollisions?: boolean;
|
|
45
|
+
skeleton?: PopoverSkeletonProps;
|
|
34
46
|
};
|
|
47
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RadioProps } from './types';
|
|
2
2
|
export declare const Radio: {
|
|
3
|
-
({ id, checked, defaultChecked, onChange, disabled, required, error, size, children, subtext, slot, name, maxLength, ...rest }: RadioProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
({ id, checked, defaultChecked, onChange, disabled, required, error, size, children, subtext, slot, name, value, maxLength, ...rest }: RadioProps): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default Radio;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { RadioSize } from './types';
|
|
2
|
+
import { RadioTokensType } from './radio.token';
|
|
2
3
|
export declare const StyledRadioInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {
|
|
3
4
|
size: RadioSize;
|
|
4
5
|
$isDisabled: boolean;
|
|
5
6
|
$isChecked: boolean;
|
|
6
7
|
$error?: boolean;
|
|
8
|
+
$tokens: RadioTokensType;
|
|
7
9
|
}>> & string;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Radio Component Accessibility Report Data
|
|
3
|
+
* WCAG 2.1 Level AA Compliance Analysis
|
|
4
|
+
*
|
|
5
|
+
* Note: Items marked with "unsure" require manual verification
|
|
6
|
+
* Color contrast ratios verified using actual color values from theme tokens
|
|
7
|
+
*/
|
|
8
|
+
export type WCAGSuccessCriterion = {
|
|
9
|
+
id: string;
|
|
10
|
+
level: 'A' | 'AA' | 'AAA';
|
|
11
|
+
title: string;
|
|
12
|
+
status: 'compliant' | 'non-compliant' | 'unsure' | 'not-applicable';
|
|
13
|
+
description: string;
|
|
14
|
+
implementation: string;
|
|
15
|
+
testResults?: string;
|
|
16
|
+
notes?: string;
|
|
17
|
+
};
|
|
18
|
+
export type AccessibilityReport = {
|
|
19
|
+
componentName: string;
|
|
20
|
+
wcagVersion: string;
|
|
21
|
+
reportDate: string;
|
|
22
|
+
conformanceLevel: string;
|
|
23
|
+
overallStatus: 'compliant' | 'non-compliant' | 'partial' | 'unsure';
|
|
24
|
+
summary: string;
|
|
25
|
+
criteria: WCAGSuccessCriterion[];
|
|
26
|
+
strengths: string[];
|
|
27
|
+
recommendations: string[];
|
|
28
|
+
wcagVersions: {
|
|
29
|
+
'2.0': string[];
|
|
30
|
+
'2.1': string[];
|
|
31
|
+
'2.2': string[];
|
|
32
|
+
};
|
|
33
|
+
testMethodology: {
|
|
34
|
+
automated: string[];
|
|
35
|
+
manual: string[];
|
|
36
|
+
verificationTools: string[];
|
|
37
|
+
wcagLevels: {
|
|
38
|
+
A: string[];
|
|
39
|
+
AA: string[];
|
|
40
|
+
AAA: string[];
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
export declare const radioAccessibilityReport: AccessibilityReport;
|
|
@@ -8,7 +8,7 @@ export type RadioProps = {
|
|
|
8
8
|
value?: string;
|
|
9
9
|
checked?: boolean;
|
|
10
10
|
defaultChecked?: boolean;
|
|
11
|
-
onChange?: (
|
|
11
|
+
onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
12
12
|
disabled?: boolean;
|
|
13
13
|
required?: boolean;
|
|
14
14
|
error?: boolean;
|
|
@@ -31,4 +31,6 @@ export type RadioGroupProps = {
|
|
|
31
31
|
children: ReactNode;
|
|
32
32
|
onChange?: (value: string) => void;
|
|
33
33
|
disabled?: boolean;
|
|
34
|
+
required?: boolean;
|
|
35
|
+
error?: boolean;
|
|
34
36
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { SingleSelectProps } from './types';
|
|
2
|
-
declare const SingleSelect: ({ label, subLabel, hintText, required, helpIconText, placeholder, error, errorMessage, size, items, name, variant, disabled, selected, onSelect, enableSearch, searchPlaceholder, slot, customTrigger, useDrawerOnMobile, alignment, side, sideOffset, alignOffset, minMenuWidth, maxMenuWidth, maxMenuHeight, onBlur, onFocus, inline, fullWidth, enableVirtualization, virtualListItemHeight, virtualListOverscan, onEndReached, endReachedThreshold, hasMore, loadingComponent, skeleton, maxTriggerWidth, minTriggerWidth, allowCustomValue, customValueLabel, }: SingleSelectProps) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
declare const SingleSelect: ({ label, subLabel, hintText, required, helpIconText, placeholder, error, errorMessage, size, items, name, variant, disabled, selected, onSelect, enableSearch, searchPlaceholder, slot, customTrigger, useDrawerOnMobile, alignment, side, sideOffset, alignOffset, minMenuWidth, maxMenuWidth, maxMenuHeight, onBlur, onFocus, inline, fullWidth, enableVirtualization, virtualListItemHeight, virtualListOverscan, onEndReached, endReachedThreshold, hasMore, loadingComponent, skeleton, maxTriggerWidth, minTriggerWidth, allowCustomValue, customValueLabel, ...rest }: SingleSelectProps) => import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
export default SingleSelect;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { default as React } from 'react';
|
|
2
2
|
import { SelectMenuAlignment, SelectMenuSide, SelectMenuGroupType } from '../Select';
|
|
3
|
-
import { SelectMenuSize, SelectMenuVariant } from './types';
|
|
4
|
-
import { SkeletonVariant } from '../Skeleton';
|
|
3
|
+
import { SelectMenuSize, SelectMenuVariant, SingleSelectSkeletonProps } from './types';
|
|
5
4
|
type SingleSelectMenuProps = {
|
|
6
5
|
items: SelectMenuGroupType[];
|
|
7
6
|
selected: string;
|
|
@@ -28,13 +27,10 @@ type SingleSelectMenuProps = {
|
|
|
28
27
|
endReachedThreshold?: number;
|
|
29
28
|
hasMore?: boolean;
|
|
30
29
|
loadingComponent?: React.ReactNode;
|
|
31
|
-
skeleton?:
|
|
32
|
-
count?: number;
|
|
33
|
-
show?: boolean;
|
|
34
|
-
variant?: SkeletonVariant;
|
|
35
|
-
};
|
|
30
|
+
skeleton?: SingleSelectSkeletonProps;
|
|
36
31
|
allowCustomValue?: boolean;
|
|
37
32
|
customValueLabel?: string;
|
|
33
|
+
menuId?: string;
|
|
38
34
|
};
|
|
39
35
|
declare const SingleSelectMenu: ({ items, selected, onSelect, trigger, minMenuWidth, maxMenuWidth, maxMenuHeight, enableSearch, searchPlaceholder, disabled, alignment, side, sideOffset, alignOffset, open, onOpenChange, size, variant, enableVirtualization, virtualListItemHeight, virtualListOverscan, onEndReached, endReachedThreshold, hasMore, skeleton, allowCustomValue, customValueLabel, }: SingleSelectMenuProps) => import("react/jsx-runtime").JSX.Element;
|
|
40
36
|
export default SingleSelectMenu;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SingleSelectSkeletonProps } from './types';
|
|
2
|
+
import { SingleSelectTokensType } from './singleSelect.tokens';
|
|
3
|
+
declare const SingleSelectSkeleton: ({ singleSelectTokens, skeleton, }: {
|
|
4
|
+
singleSelectTokens: SingleSelectTokensType;
|
|
5
|
+
skeleton: SingleSelectSkeletonProps;
|
|
6
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SingleSelectSkeleton;
|
|
@@ -23,5 +23,5 @@ export type SingleSelectTriggerProps = {
|
|
|
23
23
|
maxTriggerWidth?: number;
|
|
24
24
|
minTriggerWidth?: number;
|
|
25
25
|
};
|
|
26
|
-
declare const SingleSelectTrigger: ({ maxTriggerWidth, minTriggerWidth, size, selected, label, name, placeholder, required, valueLabelMap, open, onClick, slot, variant, isSmallScreenWithLargeSize, isItemSelected, singleSelectTokens, inline, error,
|
|
26
|
+
declare const SingleSelectTrigger: ({ maxTriggerWidth, minTriggerWidth, size, selected, label, name, placeholder, required, valueLabelMap, open, onClick, slot, variant, isSmallScreenWithLargeSize, isItemSelected, singleSelectTokens, inline, error, ...rest }: SingleSelectTriggerProps) => import("react/jsx-runtime").JSX.Element;
|
|
27
27
|
export default SingleSelectTrigger;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export interface SingleSelectAccessibilityProps {
|
|
2
|
+
className?: string;
|
|
3
|
+
}
|
|
4
|
+
declare const SingleSelectAccessibility: import('react').ForwardRefExoticComponent<SingleSelectAccessibilityProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
5
|
+
export default SingleSelectAccessibility;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* SingleSelect Component Accessibility Report Data
|
|
3
|
+
* WCAG 2.1 Level AA Compliance Analysis
|
|
4
|
+
*
|
|
5
|
+
* Note: Items marked with "unsure" require manual verification
|
|
6
|
+
* Color contrast ratios verified using actual color values from theme tokens
|
|
7
|
+
*/
|
|
8
|
+
export type WCAGSuccessCriterion = {
|
|
9
|
+
id: string;
|
|
10
|
+
level: 'A' | 'AA' | 'AAA';
|
|
11
|
+
title: string;
|
|
12
|
+
status: 'compliant' | 'non-compliant' | 'unsure' | 'not-applicable';
|
|
13
|
+
description: string;
|
|
14
|
+
implementation: string;
|
|
15
|
+
testResults?: string;
|
|
16
|
+
notes?: string;
|
|
17
|
+
};
|
|
18
|
+
export type AccessibilityReport = {
|
|
19
|
+
componentName: string;
|
|
20
|
+
wcagVersion: string;
|
|
21
|
+
reportDate: string;
|
|
22
|
+
conformanceLevel: string;
|
|
23
|
+
overallStatus: 'compliant' | 'non-compliant' | 'partial' | 'unsure';
|
|
24
|
+
summary: string;
|
|
25
|
+
criteria: WCAGSuccessCriterion[];
|
|
26
|
+
strengths: string[];
|
|
27
|
+
recommendations: string[];
|
|
28
|
+
wcagVersions: {
|
|
29
|
+
'2.0': string[];
|
|
30
|
+
'2.1': string[];
|
|
31
|
+
'2.2': string[];
|
|
32
|
+
};
|
|
33
|
+
testMethodology: {
|
|
34
|
+
automated: string[];
|
|
35
|
+
manual: string[];
|
|
36
|
+
verificationTools: string[];
|
|
37
|
+
wcagLevels: {
|
|
38
|
+
A: string[];
|
|
39
|
+
AA: string[];
|
|
40
|
+
AAA: string[];
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
export declare const singleSelectAccessibilityReport: AccessibilityReport;
|
|
@@ -25,6 +25,11 @@ export type SelectMenuGroupType = {
|
|
|
25
25
|
items: SelectMenuItemType[];
|
|
26
26
|
showSeparator?: boolean;
|
|
27
27
|
};
|
|
28
|
+
export type SingleSelectSkeletonProps = {
|
|
29
|
+
count?: number;
|
|
30
|
+
show?: boolean;
|
|
31
|
+
variant?: SkeletonVariant;
|
|
32
|
+
};
|
|
28
33
|
export type SelectMenuProps = {
|
|
29
34
|
trigger?: React.ReactNode;
|
|
30
35
|
items: SelectMenuGroupType[];
|
|
@@ -103,11 +108,7 @@ export type SingleSelectProps = {
|
|
|
103
108
|
endReachedThreshold?: number;
|
|
104
109
|
hasMore?: boolean;
|
|
105
110
|
loadingComponent?: React.ReactNode;
|
|
106
|
-
skeleton?:
|
|
107
|
-
count?: number;
|
|
108
|
-
show?: boolean;
|
|
109
|
-
variant?: SkeletonVariant;
|
|
110
|
-
};
|
|
111
|
+
skeleton?: SingleSelectSkeletonProps;
|
|
111
112
|
maxTriggerWidth?: number;
|
|
112
113
|
minTriggerWidth?: number;
|
|
113
114
|
allowCustomValue?: boolean;
|