@razorpay/blade 8.13.0 → 8.14.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/components/index.d.ts +117 -71
- package/build/components/index.native.d.ts +82 -36
- package/build/components/index.native.js +48 -52
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.web.js +4671 -4649
- package/build/components/index.web.js.map +1 -1
- package/build/css/bankingThemeDarkDesktop.css +2 -1
- package/build/css/bankingThemeDarkMobile.css +2 -1
- package/build/css/bankingThemeLightDesktop.css +2 -1
- package/build/css/bankingThemeLightMobile.css +2 -1
- package/build/css/paymentThemeDarkDesktop.css +2 -1
- package/build/css/paymentThemeDarkMobile.css +2 -1
- package/build/css/paymentThemeLightDesktop.css +2 -1
- package/build/css/paymentThemeLightMobile.css +2 -1
- package/build/tokens/index.d.ts +4 -0
- package/build/tokens/index.native.d.ts +4 -0
- package/build/tokens/index.native.js +1 -1
- package/build/tokens/index.native.js.map +1 -1
- package/build/tokens/index.web.js +1 -0
- package/build/tokens/index.web.js.map +1 -1
- package/package.json +1 -1
|
@@ -26,6 +26,8 @@ type BorderRadius = Readonly<{
|
|
|
26
26
|
type BorderWidth = Readonly<{
|
|
27
27
|
/** none: 0(px/rem/pt) */
|
|
28
28
|
none: 0;
|
|
29
|
+
/** thinner: 0.5(px/rem/pt) */
|
|
30
|
+
thinner: 0.5;
|
|
29
31
|
/** thin: 1(px/rem/pt) */
|
|
30
32
|
thin: 1;
|
|
31
33
|
/** thick: 1.5(px/rem/pt) */
|
|
@@ -3199,13 +3201,13 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
3199
3201
|
readonly l?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
|
|
3200
3202
|
readonly xl?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
|
|
3201
3203
|
};
|
|
3202
|
-
borderBottomWidth: "none" | "thin" | "thick" | {
|
|
3203
|
-
readonly base?: "none" | "thin" | "thick" | undefined;
|
|
3204
|
-
readonly xs?: "none" | "thin" | "thick" | undefined;
|
|
3205
|
-
readonly s?: "none" | "thin" | "thick" | undefined;
|
|
3206
|
-
readonly m?: "none" | "thin" | "thick" | undefined;
|
|
3207
|
-
readonly l?: "none" | "thin" | "thick" | undefined;
|
|
3208
|
-
readonly xl?: "none" | "thin" | "thick" | undefined;
|
|
3204
|
+
borderBottomWidth: "none" | "thinner" | "thin" | "thick" | {
|
|
3205
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3206
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3207
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3208
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3209
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3210
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3209
3211
|
};
|
|
3210
3212
|
borderLeftColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
|
|
3211
3213
|
readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
@@ -3215,13 +3217,13 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
3215
3217
|
readonly l?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
3216
3218
|
readonly xl?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
3217
3219
|
};
|
|
3218
|
-
borderLeftWidth: "none" | "thin" | "thick" | {
|
|
3219
|
-
readonly base?: "none" | "thin" | "thick" | undefined;
|
|
3220
|
-
readonly xs?: "none" | "thin" | "thick" | undefined;
|
|
3221
|
-
readonly s?: "none" | "thin" | "thick" | undefined;
|
|
3222
|
-
readonly m?: "none" | "thin" | "thick" | undefined;
|
|
3223
|
-
readonly l?: "none" | "thin" | "thick" | undefined;
|
|
3224
|
-
readonly xl?: "none" | "thin" | "thick" | undefined;
|
|
3220
|
+
borderLeftWidth: "none" | "thinner" | "thin" | "thick" | {
|
|
3221
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3222
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3223
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3224
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3225
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3226
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3225
3227
|
};
|
|
3226
3228
|
borderRightColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
|
|
3227
3229
|
readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
@@ -3231,13 +3233,13 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
3231
3233
|
readonly l?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
3232
3234
|
readonly xl?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
3233
3235
|
};
|
|
3234
|
-
borderRightWidth: "none" | "thin" | "thick" | {
|
|
3235
|
-
readonly base?: "none" | "thin" | "thick" | undefined;
|
|
3236
|
-
readonly xs?: "none" | "thin" | "thick" | undefined;
|
|
3237
|
-
readonly s?: "none" | "thin" | "thick" | undefined;
|
|
3238
|
-
readonly m?: "none" | "thin" | "thick" | undefined;
|
|
3239
|
-
readonly l?: "none" | "thin" | "thick" | undefined;
|
|
3240
|
-
readonly xl?: "none" | "thin" | "thick" | undefined;
|
|
3236
|
+
borderRightWidth: "none" | "thinner" | "thin" | "thick" | {
|
|
3237
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3238
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3239
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3240
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3241
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3242
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3241
3243
|
};
|
|
3242
3244
|
borderTopColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
|
|
3243
3245
|
readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
@@ -3263,13 +3265,13 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
3263
3265
|
readonly l?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
|
|
3264
3266
|
readonly xl?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
|
|
3265
3267
|
};
|
|
3266
|
-
borderTopWidth: "none" | "thin" | "thick" | {
|
|
3267
|
-
readonly base?: "none" | "thin" | "thick" | undefined;
|
|
3268
|
-
readonly xs?: "none" | "thin" | "thick" | undefined;
|
|
3269
|
-
readonly s?: "none" | "thin" | "thick" | undefined;
|
|
3270
|
-
readonly m?: "none" | "thin" | "thick" | undefined;
|
|
3271
|
-
readonly l?: "none" | "thin" | "thick" | undefined;
|
|
3272
|
-
readonly xl?: "none" | "thin" | "thick" | undefined;
|
|
3268
|
+
borderTopWidth: "none" | "thinner" | "thin" | "thick" | {
|
|
3269
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3270
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3271
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3272
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3273
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3274
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3273
3275
|
};
|
|
3274
3276
|
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | {
|
|
3275
3277
|
readonly base?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
@@ -3295,13 +3297,13 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
3295
3297
|
readonly l?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
|
|
3296
3298
|
readonly xl?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
|
|
3297
3299
|
};
|
|
3298
|
-
borderWidth: "none" | "thin" | "thick" | {
|
|
3299
|
-
readonly base?: "none" | "thin" | "thick" | undefined;
|
|
3300
|
-
readonly xs?: "none" | "thin" | "thick" | undefined;
|
|
3301
|
-
readonly s?: "none" | "thin" | "thick" | undefined;
|
|
3302
|
-
readonly m?: "none" | "thin" | "thick" | undefined;
|
|
3303
|
-
readonly l?: "none" | "thin" | "thick" | undefined;
|
|
3304
|
-
readonly xl?: "none" | "thin" | "thick" | undefined;
|
|
3300
|
+
borderWidth: "none" | "thinner" | "thin" | "thick" | {
|
|
3301
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3302
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3303
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3304
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3305
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3306
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3305
3307
|
};
|
|
3306
3308
|
__brand__?: "platform-web" | {
|
|
3307
3309
|
readonly base?: "platform-web" | undefined;
|
|
@@ -4406,6 +4408,50 @@ declare type CheckboxGroupProps = {
|
|
|
4406
4408
|
} & TestID$1 & StyledPropsBlade;
|
|
4407
4409
|
declare const CheckboxGroup: ({ children, label, helpText, isDisabled, necessityIndicator, labelPosition, validationState, errorText, name, defaultValue, onChange, value, size, testID, ...styledProps }: CheckboxGroupProps) => React__default.ReactElement;
|
|
4408
4410
|
|
|
4411
|
+
declare type DividerProps = {
|
|
4412
|
+
/**
|
|
4413
|
+
* Sets the orientation of divider
|
|
4414
|
+
*
|
|
4415
|
+
* @default 'horizontal'
|
|
4416
|
+
*/
|
|
4417
|
+
orientation?: 'horizontal' | 'vertical';
|
|
4418
|
+
/**
|
|
4419
|
+
* Sets the style of divider
|
|
4420
|
+
*
|
|
4421
|
+
* @default 'solid'
|
|
4422
|
+
*/
|
|
4423
|
+
dividerStyle?: 'solid' | 'dashed';
|
|
4424
|
+
/**
|
|
4425
|
+
* Sets the variant of divider
|
|
4426
|
+
*
|
|
4427
|
+
* @default 'normal'
|
|
4428
|
+
*/
|
|
4429
|
+
variant?: 'normal' | 'subtle';
|
|
4430
|
+
/**
|
|
4431
|
+
* Sets the thickness of divider
|
|
4432
|
+
*
|
|
4433
|
+
* @default 'thin'
|
|
4434
|
+
*/
|
|
4435
|
+
thickness?: 'thinner' | 'thin' | 'thick';
|
|
4436
|
+
/**
|
|
4437
|
+
* Sets the contrast of divider
|
|
4438
|
+
*
|
|
4439
|
+
* @default 'low'
|
|
4440
|
+
*/
|
|
4441
|
+
contrast?: 'low' | 'high';
|
|
4442
|
+
/**
|
|
4443
|
+
* Sets the height of divider. Divider uses Flex by default, use height only when parent is not flex.
|
|
4444
|
+
*
|
|
4445
|
+
*/
|
|
4446
|
+
height?: CSSObject['height'];
|
|
4447
|
+
/**
|
|
4448
|
+
* Sets the width of divider. Divider uses Flex by default, use width only when parent is not flex.
|
|
4449
|
+
*
|
|
4450
|
+
*/
|
|
4451
|
+
width?: CSSObject['width'];
|
|
4452
|
+
};
|
|
4453
|
+
declare const Divider: ({ orientation, dividerStyle, variant, thickness, contrast, height, width, }: DividerProps) => React__default.ReactElement;
|
|
4454
|
+
|
|
4409
4455
|
declare type DropdownProps = {
|
|
4410
4456
|
selectionType?: 'single' | 'multiple';
|
|
4411
4457
|
onDismiss?: () => void;
|
|
@@ -8321,13 +8367,13 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
|
|
|
8321
8367
|
readonly l?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
|
|
8322
8368
|
readonly xl?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
|
|
8323
8369
|
};
|
|
8324
|
-
borderBottomWidth: "none" | "thin" | "thick" | {
|
|
8325
|
-
readonly base?: "none" | "thin" | "thick" | undefined;
|
|
8326
|
-
readonly xs?: "none" | "thin" | "thick" | undefined;
|
|
8327
|
-
readonly s?: "none" | "thin" | "thick" | undefined;
|
|
8328
|
-
readonly m?: "none" | "thin" | "thick" | undefined;
|
|
8329
|
-
readonly l?: "none" | "thin" | "thick" | undefined;
|
|
8330
|
-
readonly xl?: "none" | "thin" | "thick" | undefined;
|
|
8370
|
+
borderBottomWidth: "none" | "thinner" | "thin" | "thick" | {
|
|
8371
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8372
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8373
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8374
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8375
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8376
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8331
8377
|
};
|
|
8332
8378
|
borderLeftColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
|
|
8333
8379
|
readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
@@ -8337,13 +8383,13 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
|
|
|
8337
8383
|
readonly l?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
8338
8384
|
readonly xl?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
8339
8385
|
};
|
|
8340
|
-
borderLeftWidth: "none" | "thin" | "thick" | {
|
|
8341
|
-
readonly base?: "none" | "thin" | "thick" | undefined;
|
|
8342
|
-
readonly xs?: "none" | "thin" | "thick" | undefined;
|
|
8343
|
-
readonly s?: "none" | "thin" | "thick" | undefined;
|
|
8344
|
-
readonly m?: "none" | "thin" | "thick" | undefined;
|
|
8345
|
-
readonly l?: "none" | "thin" | "thick" | undefined;
|
|
8346
|
-
readonly xl?: "none" | "thin" | "thick" | undefined;
|
|
8386
|
+
borderLeftWidth: "none" | "thinner" | "thin" | "thick" | {
|
|
8387
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8388
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8389
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8390
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8391
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8392
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8347
8393
|
};
|
|
8348
8394
|
borderRightColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
|
|
8349
8395
|
readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
@@ -8353,13 +8399,13 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
|
|
|
8353
8399
|
readonly l?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
8354
8400
|
readonly xl?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
8355
8401
|
};
|
|
8356
|
-
borderRightWidth: "none" | "thin" | "thick" | {
|
|
8357
|
-
readonly base?: "none" | "thin" | "thick" | undefined;
|
|
8358
|
-
readonly xs?: "none" | "thin" | "thick" | undefined;
|
|
8359
|
-
readonly s?: "none" | "thin" | "thick" | undefined;
|
|
8360
|
-
readonly m?: "none" | "thin" | "thick" | undefined;
|
|
8361
|
-
readonly l?: "none" | "thin" | "thick" | undefined;
|
|
8362
|
-
readonly xl?: "none" | "thin" | "thick" | undefined;
|
|
8402
|
+
borderRightWidth: "none" | "thinner" | "thin" | "thick" | {
|
|
8403
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8404
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8405
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8406
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8407
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8408
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8363
8409
|
};
|
|
8364
8410
|
borderTopColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
|
|
8365
8411
|
readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
@@ -8385,13 +8431,13 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
|
|
|
8385
8431
|
readonly l?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
|
|
8386
8432
|
readonly xl?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
|
|
8387
8433
|
};
|
|
8388
|
-
borderTopWidth: "none" | "thin" | "thick" | {
|
|
8389
|
-
readonly base?: "none" | "thin" | "thick" | undefined;
|
|
8390
|
-
readonly xs?: "none" | "thin" | "thick" | undefined;
|
|
8391
|
-
readonly s?: "none" | "thin" | "thick" | undefined;
|
|
8392
|
-
readonly m?: "none" | "thin" | "thick" | undefined;
|
|
8393
|
-
readonly l?: "none" | "thin" | "thick" | undefined;
|
|
8394
|
-
readonly xl?: "none" | "thin" | "thick" | undefined;
|
|
8434
|
+
borderTopWidth: "none" | "thinner" | "thin" | "thick" | {
|
|
8435
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8436
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8437
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8438
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8439
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8440
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8395
8441
|
};
|
|
8396
8442
|
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | {
|
|
8397
8443
|
readonly base?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
@@ -8417,13 +8463,13 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
|
|
|
8417
8463
|
readonly l?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
|
|
8418
8464
|
readonly xl?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
|
|
8419
8465
|
};
|
|
8420
|
-
borderWidth: "none" | "thin" | "thick" | {
|
|
8421
|
-
readonly base?: "none" | "thin" | "thick" | undefined;
|
|
8422
|
-
readonly xs?: "none" | "thin" | "thick" | undefined;
|
|
8423
|
-
readonly s?: "none" | "thin" | "thick" | undefined;
|
|
8424
|
-
readonly m?: "none" | "thin" | "thick" | undefined;
|
|
8425
|
-
readonly l?: "none" | "thin" | "thick" | undefined;
|
|
8426
|
-
readonly xl?: "none" | "thin" | "thick" | undefined;
|
|
8466
|
+
borderWidth: "none" | "thinner" | "thin" | "thick" | {
|
|
8467
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8468
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8469
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8470
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8471
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8472
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
8427
8473
|
};
|
|
8428
8474
|
__brand__?: "platform-web" | {
|
|
8429
8475
|
readonly base?: "platform-web" | undefined;
|
|
@@ -8545,4 +8591,4 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
|
|
|
8545
8591
|
tabIndex: -1;
|
|
8546
8592
|
}, "tabIndex">;
|
|
8547
8593
|
|
|
8548
|
-
export { Accordion, AccordionItem, AccordionItemProps, AccordionProps, ActionList, ActionListFooter, ActionListFooterIcon, ActionListFooterProps, ActionListHeader, ActionListHeaderIcon, ActionListHeaderProps, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionDivider, ActionListSectionProps, ActivityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertTriangleIcon as AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon$1 as AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, Attachment as AttachmentIcon, AwardIcon, Badge, BadgeProps, BankIcon, BarChartAltIcon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BillIcon, BladeCommonEvents, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, BriefcaseIcon, BulkPayoutsIcon, Button, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodepenIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompassIcon, ComponentIds, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, CustomersIcon, CutIcon, DashboardIcon, DeleteIcon, DiscIcon, DollarIcon, DollarsIcon, DownloadCloudIcon, DownloadIcon, Dropdown, DropdownButton, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EditComposeIcon, EditIcon, EditInlineIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphonesIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconComponent, IconProps, IconSize, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListProps, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, MenuDotsIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputProps, OctagonIcon, OffersIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonsIcon, PaymentLinksIcon, PaymentPagesIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RefreshIcon, RepeatIcon, ReportsIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RoutesIcon, RupeeIcon, RupeesIcon, SaveIcon, ScissorsIcon, SearchIcon, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SpeakerIcon, Spinner, SpinnerProps, SquareIcon, StampIcon, StarIcon, StopCircleIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabletIcon, TagIcon, TargetIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, Title, TitleProps, ToggleLeftIcon, ToggleRightIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VideoIcon, VideoOffIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getTextProps, screenReaderStyles, useActionListContext, useTheme };
|
|
8594
|
+
export { Accordion, AccordionItem, AccordionItemProps, AccordionProps, ActionList, ActionListFooter, ActionListFooterIcon, ActionListFooterProps, ActionListHeader, ActionListHeaderIcon, ActionListHeaderProps, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionDivider, ActionListSectionProps, ActivityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertTriangleIcon as AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon$1 as AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, Attachment as AttachmentIcon, AwardIcon, Badge, BadgeProps, BankIcon, BarChartAltIcon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BillIcon, BladeCommonEvents, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, BriefcaseIcon, BulkPayoutsIcon, Button, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodepenIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompassIcon, ComponentIds, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, CustomersIcon, CutIcon, DashboardIcon, DeleteIcon, DiscIcon, Divider, DividerProps, DollarIcon, DollarsIcon, DownloadCloudIcon, DownloadIcon, Dropdown, DropdownButton, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EditComposeIcon, EditIcon, EditInlineIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphonesIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconComponent, IconProps, IconSize, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListProps, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, MenuDotsIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputProps, OctagonIcon, OffersIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonsIcon, PaymentLinksIcon, PaymentPagesIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RefreshIcon, RepeatIcon, ReportsIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RoutesIcon, RupeeIcon, RupeesIcon, SaveIcon, ScissorsIcon, SearchIcon, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SpeakerIcon, Spinner, SpinnerProps, SquareIcon, StampIcon, StarIcon, StopCircleIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabletIcon, TagIcon, TargetIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, Title, TitleProps, ToggleLeftIcon, ToggleRightIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VideoIcon, VideoOffIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getTextProps, screenReaderStyles, useActionListContext, useTheme };
|
|
@@ -25,6 +25,8 @@ type BorderRadius = Readonly<{
|
|
|
25
25
|
type BorderWidth = Readonly<{
|
|
26
26
|
/** none: 0(px/rem/pt) */
|
|
27
27
|
none: 0;
|
|
28
|
+
/** thinner: 0.5(px/rem/pt) */
|
|
29
|
+
thinner: 0.5;
|
|
28
30
|
/** thin: 1(px/rem/pt) */
|
|
29
31
|
thin: 1;
|
|
30
32
|
/** thick: 1.5(px/rem/pt) */
|
|
@@ -3018,13 +3020,13 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
3018
3020
|
readonly l?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
|
|
3019
3021
|
readonly xl?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
|
|
3020
3022
|
};
|
|
3021
|
-
borderBottomWidth: "none" | "thin" | "thick" | {
|
|
3022
|
-
readonly base?: "none" | "thin" | "thick" | undefined;
|
|
3023
|
-
readonly xs?: "none" | "thin" | "thick" | undefined;
|
|
3024
|
-
readonly s?: "none" | "thin" | "thick" | undefined;
|
|
3025
|
-
readonly m?: "none" | "thin" | "thick" | undefined;
|
|
3026
|
-
readonly l?: "none" | "thin" | "thick" | undefined;
|
|
3027
|
-
readonly xl?: "none" | "thin" | "thick" | undefined;
|
|
3023
|
+
borderBottomWidth: "none" | "thinner" | "thin" | "thick" | {
|
|
3024
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3025
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3026
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3027
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3028
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3029
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3028
3030
|
};
|
|
3029
3031
|
borderLeftColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
|
|
3030
3032
|
readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
@@ -3034,13 +3036,13 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
3034
3036
|
readonly l?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
3035
3037
|
readonly xl?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
3036
3038
|
};
|
|
3037
|
-
borderLeftWidth: "none" | "thin" | "thick" | {
|
|
3038
|
-
readonly base?: "none" | "thin" | "thick" | undefined;
|
|
3039
|
-
readonly xs?: "none" | "thin" | "thick" | undefined;
|
|
3040
|
-
readonly s?: "none" | "thin" | "thick" | undefined;
|
|
3041
|
-
readonly m?: "none" | "thin" | "thick" | undefined;
|
|
3042
|
-
readonly l?: "none" | "thin" | "thick" | undefined;
|
|
3043
|
-
readonly xl?: "none" | "thin" | "thick" | undefined;
|
|
3039
|
+
borderLeftWidth: "none" | "thinner" | "thin" | "thick" | {
|
|
3040
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3041
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3042
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3043
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3044
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3045
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3044
3046
|
};
|
|
3045
3047
|
borderRightColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
|
|
3046
3048
|
readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
@@ -3050,13 +3052,13 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
3050
3052
|
readonly l?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
3051
3053
|
readonly xl?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
3052
3054
|
};
|
|
3053
|
-
borderRightWidth: "none" | "thin" | "thick" | {
|
|
3054
|
-
readonly base?: "none" | "thin" | "thick" | undefined;
|
|
3055
|
-
readonly xs?: "none" | "thin" | "thick" | undefined;
|
|
3056
|
-
readonly s?: "none" | "thin" | "thick" | undefined;
|
|
3057
|
-
readonly m?: "none" | "thin" | "thick" | undefined;
|
|
3058
|
-
readonly l?: "none" | "thin" | "thick" | undefined;
|
|
3059
|
-
readonly xl?: "none" | "thin" | "thick" | undefined;
|
|
3055
|
+
borderRightWidth: "none" | "thinner" | "thin" | "thick" | {
|
|
3056
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3057
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3058
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3059
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3060
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3061
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3060
3062
|
};
|
|
3061
3063
|
borderTopColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
|
|
3062
3064
|
readonly base?: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | undefined;
|
|
@@ -3082,13 +3084,13 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
3082
3084
|
readonly l?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
|
|
3083
3085
|
readonly xl?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
|
|
3084
3086
|
};
|
|
3085
|
-
borderTopWidth: "none" | "thin" | "thick" | {
|
|
3086
|
-
readonly base?: "none" | "thin" | "thick" | undefined;
|
|
3087
|
-
readonly xs?: "none" | "thin" | "thick" | undefined;
|
|
3088
|
-
readonly s?: "none" | "thin" | "thick" | undefined;
|
|
3089
|
-
readonly m?: "none" | "thin" | "thick" | undefined;
|
|
3090
|
-
readonly l?: "none" | "thin" | "thick" | undefined;
|
|
3091
|
-
readonly xl?: "none" | "thin" | "thick" | undefined;
|
|
3087
|
+
borderTopWidth: "none" | "thinner" | "thin" | "thick" | {
|
|
3088
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3089
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3090
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3091
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3092
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3093
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3092
3094
|
};
|
|
3093
3095
|
backgroundPosition: never;
|
|
3094
3096
|
borderColor: "surface.border.normal.lowContrast" | "surface.border.normal.highContrast" | "surface.border.subtle.lowContrast" | "surface.border.subtle.highContrast" | {
|
|
@@ -3107,13 +3109,13 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
3107
3109
|
readonly l?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
|
|
3108
3110
|
readonly xl?: "none" | "small" | "medium" | "large" | "max" | "round" | undefined;
|
|
3109
3111
|
};
|
|
3110
|
-
borderWidth: "none" | "thin" | "thick" | {
|
|
3111
|
-
readonly base?: "none" | "thin" | "thick" | undefined;
|
|
3112
|
-
readonly xs?: "none" | "thin" | "thick" | undefined;
|
|
3113
|
-
readonly s?: "none" | "thin" | "thick" | undefined;
|
|
3114
|
-
readonly m?: "none" | "thin" | "thick" | undefined;
|
|
3115
|
-
readonly l?: "none" | "thin" | "thick" | undefined;
|
|
3116
|
-
readonly xl?: "none" | "thin" | "thick" | undefined;
|
|
3112
|
+
borderWidth: "none" | "thinner" | "thin" | "thick" | {
|
|
3113
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3114
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3115
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3116
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3117
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3118
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | undefined;
|
|
3117
3119
|
};
|
|
3118
3120
|
__brand__?: "platform-native" | {
|
|
3119
3121
|
readonly base?: "platform-native" | undefined;
|
|
@@ -4085,6 +4087,50 @@ declare type CheckboxGroupProps = {
|
|
|
4085
4087
|
} & TestID & StyledPropsBlade;
|
|
4086
4088
|
declare const CheckboxGroup: ({ children, label, helpText, isDisabled, necessityIndicator, labelPosition, validationState, errorText, name, defaultValue, onChange, value, size, testID, ...styledProps }: CheckboxGroupProps) => React__default.ReactElement;
|
|
4087
4089
|
|
|
4090
|
+
declare type DividerProps = {
|
|
4091
|
+
/**
|
|
4092
|
+
* Sets the orientation of divider
|
|
4093
|
+
*
|
|
4094
|
+
* @default 'horizontal'
|
|
4095
|
+
*/
|
|
4096
|
+
orientation?: 'horizontal' | 'vertical';
|
|
4097
|
+
/**
|
|
4098
|
+
* Sets the style of divider
|
|
4099
|
+
*
|
|
4100
|
+
* @default 'solid'
|
|
4101
|
+
*/
|
|
4102
|
+
dividerStyle?: 'solid' | 'dashed';
|
|
4103
|
+
/**
|
|
4104
|
+
* Sets the variant of divider
|
|
4105
|
+
*
|
|
4106
|
+
* @default 'normal'
|
|
4107
|
+
*/
|
|
4108
|
+
variant?: 'normal' | 'subtle';
|
|
4109
|
+
/**
|
|
4110
|
+
* Sets the thickness of divider
|
|
4111
|
+
*
|
|
4112
|
+
* @default 'thin'
|
|
4113
|
+
*/
|
|
4114
|
+
thickness?: 'thinner' | 'thin' | 'thick';
|
|
4115
|
+
/**
|
|
4116
|
+
* Sets the contrast of divider
|
|
4117
|
+
*
|
|
4118
|
+
* @default 'low'
|
|
4119
|
+
*/
|
|
4120
|
+
contrast?: 'low' | 'high';
|
|
4121
|
+
/**
|
|
4122
|
+
* Sets the height of divider. Divider uses Flex by default, use height only when parent is not flex.
|
|
4123
|
+
*
|
|
4124
|
+
*/
|
|
4125
|
+
height?: CSSObject['height'];
|
|
4126
|
+
/**
|
|
4127
|
+
* Sets the width of divider. Divider uses Flex by default, use width only when parent is not flex.
|
|
4128
|
+
*
|
|
4129
|
+
*/
|
|
4130
|
+
width?: CSSObject['width'];
|
|
4131
|
+
};
|
|
4132
|
+
declare const Divider: ({ orientation, dividerStyle, variant, thickness, contrast, height, width, }: DividerProps) => React__default.ReactElement;
|
|
4133
|
+
|
|
4088
4134
|
declare type DropdownProps = {
|
|
4089
4135
|
selectionType?: 'single' | 'multiple';
|
|
4090
4136
|
onDismiss?: () => void;
|
|
@@ -6931,4 +6977,4 @@ declare type BladeCommonEvents = {
|
|
|
6931
6977
|
}>;
|
|
6932
6978
|
};
|
|
6933
6979
|
|
|
6934
|
-
export { Accordion, AccordionItem, AccordionItemProps, AccordionProps, ActionList, ActionListFooter, ActionListFooterIcon, ActionListFooterProps, ActionListHeader, ActionListHeaderIcon, ActionListHeaderProps, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionDivider, ActionListSectionProps, ActivityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertTriangleIcon as AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon$1 as AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, Attachment as AttachmentIcon, AwardIcon, Badge, BadgeProps, BankIcon, BarChartAltIcon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BillIcon, BladeCommonEvents, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, BriefcaseIcon, BulkPayoutsIcon, Button, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodepenIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompassIcon, ComponentIds, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, CustomersIcon, CutIcon, DashboardIcon, DeleteIcon, DiscIcon, DollarIcon, DollarsIcon, DownloadCloudIcon, DownloadIcon, Dropdown, DropdownButton, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EditComposeIcon, EditIcon, EditInlineIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphonesIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconComponent, IconProps, IconSize, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListProps, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, MenuDotsIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputProps, OctagonIcon, OffersIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonsIcon, PaymentLinksIcon, PaymentPagesIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RefreshIcon, RepeatIcon, ReportsIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RoutesIcon, RupeeIcon, RupeesIcon, SaveIcon, ScissorsIcon, SearchIcon, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SpeakerIcon, Spinner, SpinnerProps, SquareIcon, StampIcon, StarIcon, StopCircleIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabletIcon, TagIcon, TargetIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, Title, TitleProps, ToggleLeftIcon, ToggleRightIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VideoIcon, VideoOffIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getTextProps, screenReaderStyles, useActionListContext, useTheme };
|
|
6980
|
+
export { Accordion, AccordionItem, AccordionItemProps, AccordionProps, ActionList, ActionListFooter, ActionListFooterIcon, ActionListFooterProps, ActionListHeader, ActionListHeaderIcon, ActionListHeaderProps, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionDivider, ActionListSectionProps, ActivityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertTriangleIcon as AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon$1 as AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, Attachment as AttachmentIcon, AwardIcon, Badge, BadgeProps, BankIcon, BarChartAltIcon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BillIcon, BladeCommonEvents, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, BriefcaseIcon, BulkPayoutsIcon, Button, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodepenIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompassIcon, ComponentIds, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, CustomersIcon, CutIcon, DashboardIcon, DeleteIcon, DiscIcon, Divider, DividerProps, DollarIcon, DollarsIcon, DownloadCloudIcon, DownloadIcon, Dropdown, DropdownButton, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EditComposeIcon, EditIcon, EditInlineIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphonesIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconComponent, IconProps, IconSize, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListProps, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, MenuDotsIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputProps, OctagonIcon, OffersIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonsIcon, PaymentLinksIcon, PaymentPagesIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RefreshIcon, RepeatIcon, ReportsIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RoutesIcon, RupeeIcon, RupeesIcon, SaveIcon, ScissorsIcon, SearchIcon, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SpeakerIcon, Spinner, SpinnerProps, SquareIcon, StampIcon, StarIcon, StopCircleIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabletIcon, TagIcon, TargetIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, Title, TitleProps, ToggleLeftIcon, ToggleRightIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VideoIcon, VideoOffIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getTextProps, screenReaderStyles, useActionListContext, useTheme };
|