@razorpay/blade 11.28.2 → 11.30.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/build/lib/native/components/ActionList/ActionListItem.js +3 -2
- package/build/lib/native/components/ActionList/ActionListItem.js.map +1 -1
- package/build/lib/native/components/ActionList/actionListUtils.js +1 -1
- package/build/lib/native/components/ActionList/actionListUtils.js.map +1 -1
- package/build/lib/native/components/ActionList/componentIds.js +1 -1
- package/build/lib/native/components/ActionList/componentIds.js.map +1 -1
- package/build/lib/native/components/Form/FormLabel.js +1 -1
- package/build/lib/native/components/Form/FormLabel.js.map +1 -1
- package/build/lib/native/components/index.js +1 -1
- package/build/lib/web/development/components/ActionList/ActionListItem.js +11 -1
- package/build/lib/web/development/components/ActionList/ActionListItem.js.map +1 -1
- package/build/lib/web/development/components/ActionList/actionListUtils.js +2 -2
- package/build/lib/web/development/components/ActionList/actionListUtils.js.map +1 -1
- package/build/lib/web/development/components/ActionList/componentIds.js +1 -0
- package/build/lib/web/development/components/ActionList/componentIds.js.map +1 -1
- package/build/lib/web/development/components/ActionList/index.js +1 -1
- package/build/lib/web/development/components/DatePicker/CalendarFooter.web.js +3 -1
- package/build/lib/web/development/components/DatePicker/CalendarFooter.web.js.map +1 -1
- package/build/lib/web/development/components/DatePicker/DatePicker.web.js +22 -4
- package/build/lib/web/development/components/DatePicker/DatePicker.web.js.map +1 -1
- package/build/lib/web/development/components/Form/FormLabel.js +4 -2
- package/build/lib/web/development/components/Form/FormLabel.js.map +1 -1
- package/build/lib/web/development/components/Table/Table.web.js +16 -5
- package/build/lib/web/development/components/Table/Table.web.js.map +1 -1
- package/build/lib/web/development/components/Table/TableBody.web.js +6 -2
- package/build/lib/web/development/components/Table/TableBody.web.js.map +1 -1
- package/build/lib/web/development/components/Tooltip/TooltipInteractiveWrapper.web.js +9 -13
- package/build/lib/web/development/components/Tooltip/TooltipInteractiveWrapper.web.js.map +1 -1
- package/build/lib/web/development/components/index.js +1 -1
- package/build/lib/web/production/components/ActionList/ActionListItem.js +11 -1
- package/build/lib/web/production/components/ActionList/ActionListItem.js.map +1 -1
- package/build/lib/web/production/components/ActionList/actionListUtils.js +2 -2
- package/build/lib/web/production/components/ActionList/actionListUtils.js.map +1 -1
- package/build/lib/web/production/components/ActionList/componentIds.js +1 -0
- package/build/lib/web/production/components/ActionList/componentIds.js.map +1 -1
- package/build/lib/web/production/components/ActionList/index.js +1 -1
- package/build/lib/web/production/components/DatePicker/CalendarFooter.web.js +3 -1
- package/build/lib/web/production/components/DatePicker/CalendarFooter.web.js.map +1 -1
- package/build/lib/web/production/components/DatePicker/DatePicker.web.js +22 -4
- package/build/lib/web/production/components/DatePicker/DatePicker.web.js.map +1 -1
- package/build/lib/web/production/components/Form/FormLabel.js +4 -2
- package/build/lib/web/production/components/Form/FormLabel.js.map +1 -1
- package/build/lib/web/production/components/Table/Table.web.js +16 -5
- package/build/lib/web/production/components/Table/Table.web.js.map +1 -1
- package/build/lib/web/production/components/Table/TableBody.web.js +6 -2
- package/build/lib/web/production/components/Table/TableBody.web.js.map +1 -1
- package/build/lib/web/production/components/Tooltip/TooltipInteractiveWrapper.web.js +9 -13
- package/build/lib/web/production/components/Tooltip/TooltipInteractiveWrapper.web.js.map +1 -1
- package/build/lib/web/production/components/index.js +1 -1
- package/build/types/components/index.d.ts +454 -1134
- package/build/types/components/index.native.d.ts +259 -250
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
|
-
import React__default, { ReactNode, ReactElement,
|
|
4
|
-
import { View, ViewStyle,
|
|
3
|
+
import React__default, { ReactNode, ReactElement, SyntheticEvent, ImgHTMLAttributes, HTMLAttributeReferrerPolicy, ReactChild, KeyboardEvent } from 'react';
|
|
4
|
+
import { View, ViewStyle, AccessibilityRole, GestureResponderEvent, TouchableOpacity, ImageSourcePropType, PressableProps } from 'react-native';
|
|
5
5
|
import { CSSObject } from 'styled-components';
|
|
6
6
|
import { ReactDOMAttributes } from '@use-gesture/react/dist/declarations/src/types';
|
|
7
7
|
import { CurrencyCodeType } from '@razorpay/i18nify-js/currency';
|
|
8
8
|
import * as react_native_types from 'react-native/types';
|
|
9
|
-
import { DatePickerProps as DatePickerProps$1, DayOfWeek
|
|
9
|
+
import { DateValue, DatesRangeValue, DatePickerProps as DatePickerProps$1, DayOfWeek } from '@mantine/dates';
|
|
10
10
|
export { DateValue, DatesRangeValue } from '@mantine/dates';
|
|
11
11
|
import { Placement, UseFloatingOptions } from '@floating-ui/react';
|
|
12
12
|
import { CountryCodeType } from '@razorpay/i18nify-js';
|
|
@@ -2681,185 +2681,6 @@ type BadgeProps = {
|
|
|
2681
2681
|
} & TestID & StyledPropsBlade;
|
|
2682
2682
|
declare const Badge: ({ children, emphasis, icon: Icon, size, color, testID, ...styledProps }: BadgeProps) => ReactElement;
|
|
2683
2683
|
|
|
2684
|
-
type ActionListItemProps = {
|
|
2685
|
-
title: string;
|
|
2686
|
-
description?: string;
|
|
2687
|
-
onClick?: (clickProps: {
|
|
2688
|
-
name: string;
|
|
2689
|
-
value?: boolean;
|
|
2690
|
-
event: Platform.Select<{
|
|
2691
|
-
web: React__default.MouseEvent;
|
|
2692
|
-
native: React__default.TouchEvent<TouchableOpacity>;
|
|
2693
|
-
}>;
|
|
2694
|
-
}) => void;
|
|
2695
|
-
/**
|
|
2696
|
-
* value that you get from `onChange` event on SelectInput or in form submissions.
|
|
2697
|
-
*/
|
|
2698
|
-
value: string;
|
|
2699
|
-
/**
|
|
2700
|
-
* Link to open when item is clicked.
|
|
2701
|
-
*/
|
|
2702
|
-
href?: string;
|
|
2703
|
-
/**
|
|
2704
|
-
* HTML target of the link
|
|
2705
|
-
*/
|
|
2706
|
-
target?: string;
|
|
2707
|
-
/**
|
|
2708
|
-
* Item that goes on left-side of item.
|
|
2709
|
-
*
|
|
2710
|
-
* Valid elements - `<ActionListItemIcon />`, `<ActionListItemAsset />`
|
|
2711
|
-
*
|
|
2712
|
-
* Will be overriden in multiselect
|
|
2713
|
-
*/
|
|
2714
|
-
leading?: React__default.ReactNode;
|
|
2715
|
-
/**
|
|
2716
|
-
* Item that goes on right-side of item.
|
|
2717
|
-
*
|
|
2718
|
-
* Valid elements - `<ActionListItemText />`, `<ActionListItemIcon />`
|
|
2719
|
-
*/
|
|
2720
|
-
trailing?: React__default.ReactNode;
|
|
2721
|
-
/**
|
|
2722
|
-
* Item that goes immediately next to the title.
|
|
2723
|
-
*
|
|
2724
|
-
* Valid elements - `<ActionListItemBadge />`, `<ActionListItemBadgeGroup />`
|
|
2725
|
-
*
|
|
2726
|
-
*/
|
|
2727
|
-
titleSuffix?: React__default.ReactElement;
|
|
2728
|
-
isDisabled?: boolean;
|
|
2729
|
-
intent?: Extract<FeedbackColors, 'negative'>;
|
|
2730
|
-
/**
|
|
2731
|
-
* Can be used in combination of `onClick` to highlight item as selected in Button Triggers.
|
|
2732
|
-
*
|
|
2733
|
-
* When trigger is SelectInput, Use `value` prop on SelectInput instead to make dropdown controlled.
|
|
2734
|
-
*/
|
|
2735
|
-
isSelected?: boolean;
|
|
2736
|
-
/**
|
|
2737
|
-
* Internally passed from ActionList. No need to pass it explicitly
|
|
2738
|
-
*
|
|
2739
|
-
* @private
|
|
2740
|
-
*/
|
|
2741
|
-
_index?: number;
|
|
2742
|
-
} & TestID;
|
|
2743
|
-
type ActionListSectionProps = {
|
|
2744
|
-
title: string;
|
|
2745
|
-
children: React__default.ReactNode[] | React__default.ReactNode;
|
|
2746
|
-
/**
|
|
2747
|
-
* Internally used to hide the divider on final item in React Native.
|
|
2748
|
-
*
|
|
2749
|
-
* Should not be used by consumers (also won't work on web)
|
|
2750
|
-
*
|
|
2751
|
-
* @private
|
|
2752
|
-
*/
|
|
2753
|
-
_hideDivider?: boolean;
|
|
2754
|
-
/**
|
|
2755
|
-
* Internally used to hide / show section in AutoComplete
|
|
2756
|
-
*
|
|
2757
|
-
* @private
|
|
2758
|
-
*/
|
|
2759
|
-
_sectionChildValues?: string[];
|
|
2760
|
-
} & TestID;
|
|
2761
|
-
declare const ActionListSection: ({ title, children, testID, _hideDivider, _sectionChildValues, }: ActionListSectionProps) => React__default.ReactElement;
|
|
2762
|
-
declare const ActionListItemIcon: ({ icon }: {
|
|
2763
|
-
icon: IconComponent;
|
|
2764
|
-
}) => React__default.ReactElement;
|
|
2765
|
-
declare const ActionListItemBadgeGroup: ({ children, }: {
|
|
2766
|
-
children: React__default.ReactElement[] | React__default.ReactElement;
|
|
2767
|
-
}) => React__default.ReactElement;
|
|
2768
|
-
declare const ActionListItemBadge: (props: BadgeProps) => React__default.ReactElement;
|
|
2769
|
-
declare const ActionListItemText: ({ children, }: {
|
|
2770
|
-
children: StringChildrenType;
|
|
2771
|
-
}) => React__default.ReactElement;
|
|
2772
|
-
declare const ActionListItem: React__default.MemoExoticComponent<(props: ActionListItemProps) => React__default.ReactElement>;
|
|
2773
|
-
|
|
2774
|
-
type ActionListItemAssetProps = {
|
|
2775
|
-
/**
|
|
2776
|
-
* Source of the image.
|
|
2777
|
-
*
|
|
2778
|
-
* Can either be a string URI or `require('/local/image')` in React Native
|
|
2779
|
-
*/
|
|
2780
|
-
src: string | ImageSourcePropType;
|
|
2781
|
-
/**
|
|
2782
|
-
* Alt tag for the image
|
|
2783
|
-
*/
|
|
2784
|
-
alt: string;
|
|
2785
|
-
};
|
|
2786
|
-
declare const ActionListItemAsset: (props: ActionListItemAssetProps) => React.ReactElement;
|
|
2787
|
-
|
|
2788
|
-
type PrimaryAction = {
|
|
2789
|
-
text: string;
|
|
2790
|
-
onClick: () => void;
|
|
2791
|
-
};
|
|
2792
|
-
type SecondaryActionButton = {
|
|
2793
|
-
text: string;
|
|
2794
|
-
onClick: () => void;
|
|
2795
|
-
};
|
|
2796
|
-
type SecondaryActionLinkButton = {
|
|
2797
|
-
text: string;
|
|
2798
|
-
href: string;
|
|
2799
|
-
onClick?: () => void;
|
|
2800
|
-
target?: string;
|
|
2801
|
-
/**
|
|
2802
|
-
* When `target` is set to `_blank` this is automatically set to `noopener noreferrer`
|
|
2803
|
-
*/
|
|
2804
|
-
rel?: string;
|
|
2805
|
-
};
|
|
2806
|
-
type SecondaryAction = SecondaryActionButton | SecondaryActionLinkButton;
|
|
2807
|
-
type AlertProps = {
|
|
2808
|
-
/**
|
|
2809
|
-
* Body content, pass text or JSX. Avoid passing components except `Link` to customize the content.
|
|
2810
|
-
*/
|
|
2811
|
-
description: ReactChild;
|
|
2812
|
-
/**
|
|
2813
|
-
* A brief heading
|
|
2814
|
-
*/
|
|
2815
|
-
title?: string;
|
|
2816
|
-
/**
|
|
2817
|
-
* Shows a dismiss button
|
|
2818
|
-
*
|
|
2819
|
-
* @default true
|
|
2820
|
-
*/
|
|
2821
|
-
isDismissible?: boolean;
|
|
2822
|
-
/**
|
|
2823
|
-
* A callback when the dismiss button is clicked
|
|
2824
|
-
*/
|
|
2825
|
-
onDismiss?: () => void;
|
|
2826
|
-
/**
|
|
2827
|
-
* Can be used to render custom icon
|
|
2828
|
-
*/
|
|
2829
|
-
icon?: IconComponent;
|
|
2830
|
-
/**
|
|
2831
|
-
* Can be set to `high` for a more prominent look. Not to be confused with a11y emphasis.
|
|
2832
|
-
*
|
|
2833
|
-
* @default subtle
|
|
2834
|
-
*/
|
|
2835
|
-
emphasis?: SubtleOrIntense;
|
|
2836
|
-
/**
|
|
2837
|
-
* Makes the Alert span the entire container width, instead of the default max width of `584px`.
|
|
2838
|
-
* This also makes the alert borderless, useful for creating full bleed layouts.
|
|
2839
|
-
*
|
|
2840
|
-
* @default false
|
|
2841
|
-
*/
|
|
2842
|
-
isFullWidth?: boolean;
|
|
2843
|
-
/**
|
|
2844
|
-
* Sets the color tone
|
|
2845
|
-
*/
|
|
2846
|
-
color?: FeedbackColors;
|
|
2847
|
-
/**
|
|
2848
|
-
* Renders a primary action button and a secondary action link button
|
|
2849
|
-
*/
|
|
2850
|
-
actions?: {
|
|
2851
|
-
/**
|
|
2852
|
-
* Renders a button (should **always** be present if `secondary` action is being used)
|
|
2853
|
-
*/
|
|
2854
|
-
primary?: PrimaryAction;
|
|
2855
|
-
/**
|
|
2856
|
-
* Renders a Link button
|
|
2857
|
-
*/
|
|
2858
|
-
secondary?: SecondaryAction;
|
|
2859
|
-
};
|
|
2860
|
-
} & TestID & StyledPropsBlade;
|
|
2861
|
-
declare const Alert: ({ description, title, isDismissible, onDismiss, emphasis, isFullWidth, color, actions, testID, icon, ...styledProps }: AlertProps) => ReactElement | null;
|
|
2862
|
-
|
|
2863
2684
|
type AriaRoles = Exclude<AccessibilityRole, 'header' | 'adjustable' | 'image' | 'none' | 'summary'> | 'alert' | 'alertdialog' | 'application' | 'article' | 'banner' | 'button' | 'cell' | 'checkbox' | 'columnheader' | 'combobox' | 'complementary' | 'contentinfo' | 'definition' | 'dialog' | 'directory' | 'document' | 'feed' | 'figure' | 'form' | 'grid' | 'gridcell' | 'group' | 'heading' | 'img' | 'link' | 'list' | 'listbox' | 'listitem' | 'log' | 'main' | 'marquee' | 'math' | 'menu' | 'menubar' | 'menuitem' | 'menuitemcheckbox' | 'menuitemradio' | 'meter' | 'navigation' | 'none' | 'note' | 'option' | 'presentation' | 'progressbar' | 'radio' | 'radiogroup' | 'region' | 'row' | 'rowgroup' | 'rowheader' | 'scrollbar' | 'search' | 'searchbox' | 'separator' | 'slider' | 'spinbutton' | 'status' | 'switch' | 'tab' | 'table' | 'tablist' | 'tabpanel' | 'term' | 'textbox' | 'timer' | 'toolbar' | 'tooltip' | 'tree' | 'treegrid' | 'treeitem';
|
|
2864
2685
|
type AccessibilityProps = AriaAttributes;
|
|
2865
2686
|
type AriaAttributes = {
|
|
@@ -3122,73 +2943,6 @@ type BaseTextProps = {
|
|
|
3122
2943
|
} & TestID & StyledPropsBlade;
|
|
3123
2944
|
type BaseTextSizes = 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | '2xlarge';
|
|
3124
2945
|
|
|
3125
|
-
type AmountSizes = 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | '2xlarge';
|
|
3126
|
-
type AmountDisplayProps = {
|
|
3127
|
-
type?: 'display';
|
|
3128
|
-
size?: Extract<AmountSizes, 'small' | 'medium' | 'large' | 'xlarge'>;
|
|
3129
|
-
weight?: Extract<BaseTextProps['fontWeight'], 'regular' | 'medium' | 'semibold'>;
|
|
3130
|
-
};
|
|
3131
|
-
type AmountHeadingProps = {
|
|
3132
|
-
type?: 'heading';
|
|
3133
|
-
size?: Extract<AmountSizes, 'small' | 'medium' | 'large' | 'xlarge' | '2xlarge'>;
|
|
3134
|
-
weight?: Extract<BaseTextProps['fontWeight'], 'regular' | 'semibold'>;
|
|
3135
|
-
};
|
|
3136
|
-
type AmountBodyProps = {
|
|
3137
|
-
type?: 'body';
|
|
3138
|
-
size?: Extract<AmountSizes, 'xsmall' | 'small' | 'medium' | 'large'>;
|
|
3139
|
-
weight?: Extract<BaseTextProps['fontWeight'], 'regular' | 'medium' | 'semibold'>;
|
|
3140
|
-
};
|
|
3141
|
-
type AmountTypeProps = AmountDisplayProps | AmountHeadingProps | AmountBodyProps;
|
|
3142
|
-
|
|
3143
|
-
type AmountCommonProps = {
|
|
3144
|
-
/**
|
|
3145
|
-
* The value to be rendered within the component.
|
|
3146
|
-
*
|
|
3147
|
-
*/
|
|
3148
|
-
value: number;
|
|
3149
|
-
/**
|
|
3150
|
-
* Sets the color of the amount.
|
|
3151
|
-
*
|
|
3152
|
-
* @default undefined
|
|
3153
|
-
*/
|
|
3154
|
-
color?: BaseTextProps['color'];
|
|
3155
|
-
/**
|
|
3156
|
-
* Indicates what the suffix of amount should be
|
|
3157
|
-
*
|
|
3158
|
-
* @default 'decimals'
|
|
3159
|
-
*/
|
|
3160
|
-
suffix?: 'decimals' | 'none' | 'humanize';
|
|
3161
|
-
/**
|
|
3162
|
-
* Makes the currency indicator(currency symbol/code) and decimal digits small and faded
|
|
3163
|
-
*
|
|
3164
|
-
* @default true
|
|
3165
|
-
*/
|
|
3166
|
-
isAffixSubtle?: true | false;
|
|
3167
|
-
/**
|
|
3168
|
-
* Determines the visual representation of the currency, choose between displaying the currency symbol or code.
|
|
3169
|
-
*
|
|
3170
|
-
* Note: Currency symbol and code is determined by the locale set in user's browser or set via @razorpay/i18nify-react library.
|
|
3171
|
-
*
|
|
3172
|
-
* @default 'currency-symbol'
|
|
3173
|
-
*/
|
|
3174
|
-
currencyIndicator?: 'currency-symbol' | 'currency-code';
|
|
3175
|
-
/**
|
|
3176
|
-
* The currency of the amount. Note that this component
|
|
3177
|
-
* only displays the provided value in the specified currency, it does not perform any currency conversion.
|
|
3178
|
-
*
|
|
3179
|
-
* @default 'INR'
|
|
3180
|
-
* */
|
|
3181
|
-
currency?: CurrencyCodeType;
|
|
3182
|
-
/**
|
|
3183
|
-
* If true, the amount text will have a line through it.
|
|
3184
|
-
*
|
|
3185
|
-
* @default false
|
|
3186
|
-
*/
|
|
3187
|
-
isStrikethrough?: boolean;
|
|
3188
|
-
} & TestID & StyledPropsBlade;
|
|
3189
|
-
type AmountProps = AmountTypeProps & AmountCommonProps;
|
|
3190
|
-
declare const Amount: ({ value, suffix, type, size, weight, isAffixSubtle, isStrikethrough, color, currencyIndicator, currency, testID, ...styledProps }: AmountProps) => ReactElement;
|
|
3191
|
-
|
|
3192
2946
|
type BaseLinkCommonProps = {
|
|
3193
2947
|
color?: 'primary' | 'white' | 'positive' | 'negative' | 'notice' | 'information' | 'neutral';
|
|
3194
2948
|
icon?: IconComponent;
|
|
@@ -3462,6 +3216,253 @@ type AvatarCommonProps = {
|
|
|
3462
3216
|
} & BladeCommonEvents & StyledPropsBlade;
|
|
3463
3217
|
type AvatarProps = AvatarCommonProps & AvatarImgProps;
|
|
3464
3218
|
|
|
3219
|
+
type ActionListItemProps = {
|
|
3220
|
+
title: string;
|
|
3221
|
+
description?: string;
|
|
3222
|
+
onClick?: (clickProps: {
|
|
3223
|
+
name: string;
|
|
3224
|
+
value?: boolean;
|
|
3225
|
+
event: Platform.Select<{
|
|
3226
|
+
web: React__default.MouseEvent;
|
|
3227
|
+
native: React__default.TouchEvent<TouchableOpacity>;
|
|
3228
|
+
}>;
|
|
3229
|
+
}) => void;
|
|
3230
|
+
/**
|
|
3231
|
+
* value that you get from `onChange` event on SelectInput or in form submissions.
|
|
3232
|
+
*/
|
|
3233
|
+
value: string;
|
|
3234
|
+
/**
|
|
3235
|
+
* Link to open when item is clicked.
|
|
3236
|
+
*/
|
|
3237
|
+
href?: string;
|
|
3238
|
+
/**
|
|
3239
|
+
* HTML target of the link
|
|
3240
|
+
*/
|
|
3241
|
+
target?: string;
|
|
3242
|
+
/**
|
|
3243
|
+
* Item that goes on left-side of item.
|
|
3244
|
+
*
|
|
3245
|
+
* Valid elements - `<ActionListItemIcon />`, `<ActionListItemAsset />`
|
|
3246
|
+
*
|
|
3247
|
+
* Will be overriden in multiselect
|
|
3248
|
+
*/
|
|
3249
|
+
leading?: React__default.ReactNode;
|
|
3250
|
+
/**
|
|
3251
|
+
* Item that goes on right-side of item.
|
|
3252
|
+
*
|
|
3253
|
+
* Valid elements - `<ActionListItemText />`, `<ActionListItemIcon />`
|
|
3254
|
+
*/
|
|
3255
|
+
trailing?: React__default.ReactNode;
|
|
3256
|
+
/**
|
|
3257
|
+
* Item that goes immediately next to the title.
|
|
3258
|
+
*
|
|
3259
|
+
* Valid elements - `<ActionListItemBadge />`, `<ActionListItemBadgeGroup />`
|
|
3260
|
+
*
|
|
3261
|
+
*/
|
|
3262
|
+
titleSuffix?: React__default.ReactElement;
|
|
3263
|
+
isDisabled?: boolean;
|
|
3264
|
+
intent?: Extract<FeedbackColors, 'negative'>;
|
|
3265
|
+
/**
|
|
3266
|
+
* Can be used in combination of `onClick` to highlight item as selected in Button Triggers.
|
|
3267
|
+
*
|
|
3268
|
+
* When trigger is SelectInput, Use `value` prop on SelectInput instead to make dropdown controlled.
|
|
3269
|
+
*/
|
|
3270
|
+
isSelected?: boolean;
|
|
3271
|
+
/**
|
|
3272
|
+
* Internally passed from ActionList. No need to pass it explicitly
|
|
3273
|
+
*
|
|
3274
|
+
* @private
|
|
3275
|
+
*/
|
|
3276
|
+
_index?: number;
|
|
3277
|
+
} & TestID;
|
|
3278
|
+
type ActionListSectionProps = {
|
|
3279
|
+
title: string;
|
|
3280
|
+
children: React__default.ReactNode[] | React__default.ReactNode;
|
|
3281
|
+
/**
|
|
3282
|
+
* Internally used to hide the divider on final item in React Native.
|
|
3283
|
+
*
|
|
3284
|
+
* Should not be used by consumers (also won't work on web)
|
|
3285
|
+
*
|
|
3286
|
+
* @private
|
|
3287
|
+
*/
|
|
3288
|
+
_hideDivider?: boolean;
|
|
3289
|
+
/**
|
|
3290
|
+
* Internally used to hide / show section in AutoComplete
|
|
3291
|
+
*
|
|
3292
|
+
* @private
|
|
3293
|
+
*/
|
|
3294
|
+
_sectionChildValues?: string[];
|
|
3295
|
+
} & TestID;
|
|
3296
|
+
declare const ActionListSection: ({ title, children, testID, _hideDivider, _sectionChildValues, }: ActionListSectionProps) => React__default.ReactElement;
|
|
3297
|
+
declare const ActionListItemIcon: ({ icon }: {
|
|
3298
|
+
icon: IconComponent;
|
|
3299
|
+
}) => React__default.ReactElement;
|
|
3300
|
+
declare const ActionListItemBadgeGroup: ({ children, }: {
|
|
3301
|
+
children: React__default.ReactElement[] | React__default.ReactElement;
|
|
3302
|
+
}) => React__default.ReactElement;
|
|
3303
|
+
declare const ActionListItemAvatar: (avatarProps: Omit<AvatarProps, 'size' | ''>) => React__default.ReactElement;
|
|
3304
|
+
declare const ActionListItemBadge: (props: BadgeProps) => React__default.ReactElement;
|
|
3305
|
+
declare const ActionListItemText: ({ children, }: {
|
|
3306
|
+
children: StringChildrenType;
|
|
3307
|
+
}) => React__default.ReactElement;
|
|
3308
|
+
declare const ActionListItem: React__default.MemoExoticComponent<(props: ActionListItemProps) => React__default.ReactElement>;
|
|
3309
|
+
|
|
3310
|
+
type ActionListItemAssetProps = {
|
|
3311
|
+
/**
|
|
3312
|
+
* Source of the image.
|
|
3313
|
+
*
|
|
3314
|
+
* Can either be a string URI or `require('/local/image')` in React Native
|
|
3315
|
+
*/
|
|
3316
|
+
src: string | ImageSourcePropType;
|
|
3317
|
+
/**
|
|
3318
|
+
* Alt tag for the image
|
|
3319
|
+
*/
|
|
3320
|
+
alt: string;
|
|
3321
|
+
};
|
|
3322
|
+
declare const ActionListItemAsset: (props: ActionListItemAssetProps) => React.ReactElement;
|
|
3323
|
+
|
|
3324
|
+
type PrimaryAction = {
|
|
3325
|
+
text: string;
|
|
3326
|
+
onClick: () => void;
|
|
3327
|
+
};
|
|
3328
|
+
type SecondaryActionButton = {
|
|
3329
|
+
text: string;
|
|
3330
|
+
onClick: () => void;
|
|
3331
|
+
};
|
|
3332
|
+
type SecondaryActionLinkButton = {
|
|
3333
|
+
text: string;
|
|
3334
|
+
href: string;
|
|
3335
|
+
onClick?: () => void;
|
|
3336
|
+
target?: string;
|
|
3337
|
+
/**
|
|
3338
|
+
* When `target` is set to `_blank` this is automatically set to `noopener noreferrer`
|
|
3339
|
+
*/
|
|
3340
|
+
rel?: string;
|
|
3341
|
+
};
|
|
3342
|
+
type SecondaryAction = SecondaryActionButton | SecondaryActionLinkButton;
|
|
3343
|
+
type AlertProps = {
|
|
3344
|
+
/**
|
|
3345
|
+
* Body content, pass text or JSX. Avoid passing components except `Link` to customize the content.
|
|
3346
|
+
*/
|
|
3347
|
+
description: ReactChild;
|
|
3348
|
+
/**
|
|
3349
|
+
* A brief heading
|
|
3350
|
+
*/
|
|
3351
|
+
title?: string;
|
|
3352
|
+
/**
|
|
3353
|
+
* Shows a dismiss button
|
|
3354
|
+
*
|
|
3355
|
+
* @default true
|
|
3356
|
+
*/
|
|
3357
|
+
isDismissible?: boolean;
|
|
3358
|
+
/**
|
|
3359
|
+
* A callback when the dismiss button is clicked
|
|
3360
|
+
*/
|
|
3361
|
+
onDismiss?: () => void;
|
|
3362
|
+
/**
|
|
3363
|
+
* Can be used to render custom icon
|
|
3364
|
+
*/
|
|
3365
|
+
icon?: IconComponent;
|
|
3366
|
+
/**
|
|
3367
|
+
* Can be set to `high` for a more prominent look. Not to be confused with a11y emphasis.
|
|
3368
|
+
*
|
|
3369
|
+
* @default subtle
|
|
3370
|
+
*/
|
|
3371
|
+
emphasis?: SubtleOrIntense;
|
|
3372
|
+
/**
|
|
3373
|
+
* Makes the Alert span the entire container width, instead of the default max width of `584px`.
|
|
3374
|
+
* This also makes the alert borderless, useful for creating full bleed layouts.
|
|
3375
|
+
*
|
|
3376
|
+
* @default false
|
|
3377
|
+
*/
|
|
3378
|
+
isFullWidth?: boolean;
|
|
3379
|
+
/**
|
|
3380
|
+
* Sets the color tone
|
|
3381
|
+
*/
|
|
3382
|
+
color?: FeedbackColors;
|
|
3383
|
+
/**
|
|
3384
|
+
* Renders a primary action button and a secondary action link button
|
|
3385
|
+
*/
|
|
3386
|
+
actions?: {
|
|
3387
|
+
/**
|
|
3388
|
+
* Renders a button (should **always** be present if `secondary` action is being used)
|
|
3389
|
+
*/
|
|
3390
|
+
primary?: PrimaryAction;
|
|
3391
|
+
/**
|
|
3392
|
+
* Renders a Link button
|
|
3393
|
+
*/
|
|
3394
|
+
secondary?: SecondaryAction;
|
|
3395
|
+
};
|
|
3396
|
+
} & TestID & StyledPropsBlade;
|
|
3397
|
+
declare const Alert: ({ description, title, isDismissible, onDismiss, emphasis, isFullWidth, color, actions, testID, icon, ...styledProps }: AlertProps) => ReactElement | null;
|
|
3398
|
+
|
|
3399
|
+
type AmountSizes = 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | '2xlarge';
|
|
3400
|
+
type AmountDisplayProps = {
|
|
3401
|
+
type?: 'display';
|
|
3402
|
+
size?: Extract<AmountSizes, 'small' | 'medium' | 'large' | 'xlarge'>;
|
|
3403
|
+
weight?: Extract<BaseTextProps['fontWeight'], 'regular' | 'medium' | 'semibold'>;
|
|
3404
|
+
};
|
|
3405
|
+
type AmountHeadingProps = {
|
|
3406
|
+
type?: 'heading';
|
|
3407
|
+
size?: Extract<AmountSizes, 'small' | 'medium' | 'large' | 'xlarge' | '2xlarge'>;
|
|
3408
|
+
weight?: Extract<BaseTextProps['fontWeight'], 'regular' | 'semibold'>;
|
|
3409
|
+
};
|
|
3410
|
+
type AmountBodyProps = {
|
|
3411
|
+
type?: 'body';
|
|
3412
|
+
size?: Extract<AmountSizes, 'xsmall' | 'small' | 'medium' | 'large'>;
|
|
3413
|
+
weight?: Extract<BaseTextProps['fontWeight'], 'regular' | 'medium' | 'semibold'>;
|
|
3414
|
+
};
|
|
3415
|
+
type AmountTypeProps = AmountDisplayProps | AmountHeadingProps | AmountBodyProps;
|
|
3416
|
+
|
|
3417
|
+
type AmountCommonProps = {
|
|
3418
|
+
/**
|
|
3419
|
+
* The value to be rendered within the component.
|
|
3420
|
+
*
|
|
3421
|
+
*/
|
|
3422
|
+
value: number;
|
|
3423
|
+
/**
|
|
3424
|
+
* Sets the color of the amount.
|
|
3425
|
+
*
|
|
3426
|
+
* @default undefined
|
|
3427
|
+
*/
|
|
3428
|
+
color?: BaseTextProps['color'];
|
|
3429
|
+
/**
|
|
3430
|
+
* Indicates what the suffix of amount should be
|
|
3431
|
+
*
|
|
3432
|
+
* @default 'decimals'
|
|
3433
|
+
*/
|
|
3434
|
+
suffix?: 'decimals' | 'none' | 'humanize';
|
|
3435
|
+
/**
|
|
3436
|
+
* Makes the currency indicator(currency symbol/code) and decimal digits small and faded
|
|
3437
|
+
*
|
|
3438
|
+
* @default true
|
|
3439
|
+
*/
|
|
3440
|
+
isAffixSubtle?: true | false;
|
|
3441
|
+
/**
|
|
3442
|
+
* Determines the visual representation of the currency, choose between displaying the currency symbol or code.
|
|
3443
|
+
*
|
|
3444
|
+
* Note: Currency symbol and code is determined by the locale set in user's browser or set via @razorpay/i18nify-react library.
|
|
3445
|
+
*
|
|
3446
|
+
* @default 'currency-symbol'
|
|
3447
|
+
*/
|
|
3448
|
+
currencyIndicator?: 'currency-symbol' | 'currency-code';
|
|
3449
|
+
/**
|
|
3450
|
+
* The currency of the amount. Note that this component
|
|
3451
|
+
* only displays the provided value in the specified currency, it does not perform any currency conversion.
|
|
3452
|
+
*
|
|
3453
|
+
* @default 'INR'
|
|
3454
|
+
* */
|
|
3455
|
+
currency?: CurrencyCodeType;
|
|
3456
|
+
/**
|
|
3457
|
+
* If true, the amount text will have a line through it.
|
|
3458
|
+
*
|
|
3459
|
+
* @default false
|
|
3460
|
+
*/
|
|
3461
|
+
isStrikethrough?: boolean;
|
|
3462
|
+
} & TestID & StyledPropsBlade;
|
|
3463
|
+
type AmountProps = AmountTypeProps & AmountCommonProps;
|
|
3464
|
+
declare const Amount: ({ value, suffix, type, size, weight, isAffixSubtle, isStrikethrough, color, currencyIndicator, currency, testID, ...styledProps }: AmountProps) => ReactElement;
|
|
3465
|
+
|
|
3465
3466
|
declare const Avatar: (_props: AvatarProps) => React.ReactElement;
|
|
3466
3467
|
|
|
3467
3468
|
declare const AvatarGroup: (_props: AvatarGroupProps) => React.ReactElement;
|
|
@@ -6124,6 +6125,10 @@ type DatePickerProps<Type extends DateSelectionType> = Omit<CalendarProps<Type>,
|
|
|
6124
6125
|
start: string;
|
|
6125
6126
|
end?: string;
|
|
6126
6127
|
};
|
|
6128
|
+
/**
|
|
6129
|
+
* Callback which fires when apply button is clicked
|
|
6130
|
+
*/
|
|
6131
|
+
onApply?: Type extends 'single' ? (value: DateValue) => void : (value: DatesRangeValue) => void;
|
|
6127
6132
|
labelPosition?: BaseInputProps['labelPosition'];
|
|
6128
6133
|
};
|
|
6129
6134
|
type DatePickerCommonInputProps = {
|
|
@@ -8848,6 +8853,10 @@ type TableProps<Item> = {
|
|
|
8848
8853
|
* The showBorderedCells prop determines whether the table should have bordered cells or not.
|
|
8849
8854
|
**/
|
|
8850
8855
|
showBorderedCells?: boolean;
|
|
8856
|
+
/**
|
|
8857
|
+
* An array of default selected row ids. This will be used to set the initial selected rows.
|
|
8858
|
+
*/
|
|
8859
|
+
defaultSelectedIds?: Identifier[];
|
|
8851
8860
|
} & StyledPropsBlade;
|
|
8852
8861
|
type Identifier = string | number;
|
|
8853
8862
|
type TableBodyProps = {
|
|
@@ -9420,4 +9429,4 @@ declare const VisuallyHidden: ({ children, testID }: VisuallyHiddenProps) => Rea
|
|
|
9420
9429
|
*/
|
|
9421
9430
|
declare const screenReaderStyles: CSSObject;
|
|
9422
9431
|
|
|
9423
|
-
export { AcceptPaymentsIcon, Accordion, AccordionItem, AccordionItemBody, AccordionItemHeader, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActivityIcon, AddressBookIcon, AffordabilityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AttachmentIcon, AutoComplete, AutoCompleteProps, AutomateAccountingIcon, AutomatePayrollIcon, Avatar, AvatarGroup, AwardIcon, Badge, BadgeProps, BankAccountVerificationIcon, BankIcon, BarChartAltIcon, BarChartIcon, BarCodeIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BfsiIcon, BillIcon, BladeCommonEvents, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, Breadcrumb, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbProps, BriefcaseIcon, BugIcon, BuildingIcon, BulkPayoutsIcon, BusinessBankingIcon, BusinessSpendManagementIcon, Button, ButtonGroup, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderAmount, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, Carousel, CarouselItem, CarouselProps, CashIcon, CastIcon, CheckCircle2Icon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, Chip, ChipGroup, ChipGroupProps, ChipProps, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, ClosedCaptioningIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodeSnippetIcon, CodepenIcon, CoinIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompanyRegistrationIcon, CompassIcon, ComponentIds, ConfettiIcon, ContactlessPaymentIcon, CookieIcon, CopyIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CreditsAndLoansIcon, CropIcon, CrosshairIcon, CurrentAccountIcon, CustomersIcon, CutIcon, DashboardIcon, DatePicker, DatePickerProps, DeleteIcon, DigitalLendingIcon, DisbursePaymentsIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DotIcon, DownloadCloudIcon, DownloadIcon, Drawer, DrawerBody, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EcommerceIcon, EditComposeIcon, EditIcon, EditInlineIcon, EducationIcon, EqualsIcon, EscrowAccountIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileUpload, FileZipIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, ForexManagementIcon, FreelanceIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphoneIcon, HeadphonesIcon, HeadsetIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconColors, IconComponent, IconProps, IconSize, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InstantSettlementIcon, InternationalPaymentsIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, LoaderIcon, LoansForBusinessesIcon, LockIcon, LogInIcon, LogOutIcon, MagicCheckoutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, Menu, MenuDivider, MenuDotsIcon, MenuFooter, MenuFooterProps, MenuHeader, MenuHeaderProps, MenuIcon, MenuItem, MenuItemProps, MenuOverlay, MenuOverlayProps, MenuProps, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MobileAppIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, OptimizerIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonIcon, PaymentButtonsIcon, PaymentGatewayIcon, PaymentLinkIcon, PaymentLinksIcon, PaymentPagesIcon, PayoutLinkIcon, PayrollAddonsIcon, PayrollForCaIcon, PayrollForStartupOrSmeIcon, PercentIcon, PettyCashBudgetIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneNumberInput, PhoneNumberInputProps, PhoneOffIcon, PhoneOutgoingIcon, PictureInPictureIcon, PieChartIcon, PinIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PosIcon, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RazorpayxPayrollIcon, RefreshIcon, RepeatIcon, ReportsIcon, ResizerIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RouteIcon, RoutesIcon, RupeeIcon, RupeesIcon, SIDE_NAV_EXPANDED_L1_WIDTH_BASE, SIDE_NAV_EXPANDED_L1_WIDTH_XL, SaasIcon, SaveIcon, ScissorsIcon, SearchIcon, SearchInput, SearchInputProps, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SideNav, SideNavBody, SideNavFooter, SideNavFooterProps, SideNavItem, SideNavItemProps, SideNavLevel, SideNavLink, SideNavLinkProps, SideNavProps, SideNavSection, SideNavSectionProps, SidebarIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SolutionsIcon, SourceToPayIcon, SparklesIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, StampIcon, StarIcon, StepGroup, StepGroupProps, StepItem, StepItemIcon, StepItemIndicator, StepItemProps, StopCircleIcon, StorefrontIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabItem, TabItemProps, TabList, TabNav, TabNavItem, TabNavItemProps, TabPanel, TabPanelProps, Table, TableBody, TableBodyProps, TableCell, TableCellProps, TableData, TableEditableCell, TableEditableCellProps, TableEditableDropdownCell, TableEditableDropdownCellProps, TableFooter, TableFooterCell, TableFooterCellProps, TableFooterProps, TableFooterRow, TableFooterRowProps, TableHeader, TableHeaderCell, TableHeaderCellProps, TableHeaderProps, TableHeaderRow, TableHeaderRowProps, TableNode, TablePagination, TablePaginationProps$1 as TablePaginationProps, TableProps, TableRow, TableRowProps, TableToolbar, TableToolbarActions, TableToolbarActionsProps, TableToolbarProps, TabletIcon, Tabs, TabsProps, Tag, TagIcon, TagProps, TargetIcon, TaxPaymentsIcon, TestIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, TicketIcon, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, TokenHqIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TopNav, Tour, TrademarkIcon, TrademarkRegisteredIcon, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TrustedBadgeIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UpiAutopayIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VendorPaymentsIcon, VideoIcon, VideoOffIcon, ViewLiveDemoIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WalletIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getHeadingProps, getTextProps, screenReaderStyles, useTheme, useToast };
|
|
9432
|
+
export { AcceptPaymentsIcon, Accordion, AccordionItem, AccordionItemBody, AccordionItemHeader, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemAvatar, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActivityIcon, AddressBookIcon, AffordabilityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AttachmentIcon, AutoComplete, AutoCompleteProps, AutomateAccountingIcon, AutomatePayrollIcon, Avatar, AvatarGroup, AwardIcon, Badge, BadgeProps, BankAccountVerificationIcon, BankIcon, BarChartAltIcon, BarChartIcon, BarCodeIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BfsiIcon, BillIcon, BladeCommonEvents, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, Breadcrumb, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbProps, BriefcaseIcon, BugIcon, BuildingIcon, BulkPayoutsIcon, BusinessBankingIcon, BusinessSpendManagementIcon, Button, ButtonGroup, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderAmount, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, Carousel, CarouselItem, CarouselProps, CashIcon, CastIcon, CheckCircle2Icon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, Chip, ChipGroup, ChipGroupProps, ChipProps, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, ClosedCaptioningIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodeSnippetIcon, CodepenIcon, CoinIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompanyRegistrationIcon, CompassIcon, ComponentIds, ConfettiIcon, ContactlessPaymentIcon, CookieIcon, CopyIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CreditsAndLoansIcon, CropIcon, CrosshairIcon, CurrentAccountIcon, CustomersIcon, CutIcon, DashboardIcon, DatePicker, DatePickerProps, DeleteIcon, DigitalLendingIcon, DisbursePaymentsIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DotIcon, DownloadCloudIcon, DownloadIcon, Drawer, DrawerBody, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EcommerceIcon, EditComposeIcon, EditIcon, EditInlineIcon, EducationIcon, EqualsIcon, EscrowAccountIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileUpload, FileZipIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, ForexManagementIcon, FreelanceIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphoneIcon, HeadphonesIcon, HeadsetIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconColors, IconComponent, IconProps, IconSize, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InstantSettlementIcon, InternationalPaymentsIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, LoaderIcon, LoansForBusinessesIcon, LockIcon, LogInIcon, LogOutIcon, MagicCheckoutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, Menu, MenuDivider, MenuDotsIcon, MenuFooter, MenuFooterProps, MenuHeader, MenuHeaderProps, MenuIcon, MenuItem, MenuItemProps, MenuOverlay, MenuOverlayProps, MenuProps, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MobileAppIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, OptimizerIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonIcon, PaymentButtonsIcon, PaymentGatewayIcon, PaymentLinkIcon, PaymentLinksIcon, PaymentPagesIcon, PayoutLinkIcon, PayrollAddonsIcon, PayrollForCaIcon, PayrollForStartupOrSmeIcon, PercentIcon, PettyCashBudgetIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneNumberInput, PhoneNumberInputProps, PhoneOffIcon, PhoneOutgoingIcon, PictureInPictureIcon, PieChartIcon, PinIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PosIcon, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RazorpayxPayrollIcon, RefreshIcon, RepeatIcon, ReportsIcon, ResizerIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RouteIcon, RoutesIcon, RupeeIcon, RupeesIcon, SIDE_NAV_EXPANDED_L1_WIDTH_BASE, SIDE_NAV_EXPANDED_L1_WIDTH_XL, SaasIcon, SaveIcon, ScissorsIcon, SearchIcon, SearchInput, SearchInputProps, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SideNav, SideNavBody, SideNavFooter, SideNavFooterProps, SideNavItem, SideNavItemProps, SideNavLevel, SideNavLink, SideNavLinkProps, SideNavProps, SideNavSection, SideNavSectionProps, SidebarIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SolutionsIcon, SourceToPayIcon, SparklesIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, StampIcon, StarIcon, StepGroup, StepGroupProps, StepItem, StepItemIcon, StepItemIndicator, StepItemProps, StopCircleIcon, StorefrontIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabItem, TabItemProps, TabList, TabNav, TabNavItem, TabNavItemProps, TabPanel, TabPanelProps, Table, TableBody, TableBodyProps, TableCell, TableCellProps, TableData, TableEditableCell, TableEditableCellProps, TableEditableDropdownCell, TableEditableDropdownCellProps, TableFooter, TableFooterCell, TableFooterCellProps, TableFooterProps, TableFooterRow, TableFooterRowProps, TableHeader, TableHeaderCell, TableHeaderCellProps, TableHeaderProps, TableHeaderRow, TableHeaderRowProps, TableNode, TablePagination, TablePaginationProps$1 as TablePaginationProps, TableProps, TableRow, TableRowProps, TableToolbar, TableToolbarActions, TableToolbarActionsProps, TableToolbarProps, TabletIcon, Tabs, TabsProps, Tag, TagIcon, TagProps, TargetIcon, TaxPaymentsIcon, TestIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, TicketIcon, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, TokenHqIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TopNav, Tour, TrademarkIcon, TrademarkRegisteredIcon, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TrustedBadgeIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UpiAutopayIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VendorPaymentsIcon, VideoIcon, VideoOffIcon, ViewLiveDemoIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WalletIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getHeadingProps, getTextProps, screenReaderStyles, useTheme, useToast };
|