@razorpay/blade 12.56.1 → 12.58.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/Accordion/Accordion.js +1 -1
- package/build/lib/native/components/Accordion/Accordion.js.map +1 -1
- package/build/lib/native/components/Charts/CommonChartComponents/CommonChartComponents.native.js +1 -1
- package/build/lib/native/components/Charts/CommonChartComponents/CommonChartComponents.native.js.map +1 -1
- package/build/lib/native/components/Charts/DonutChart/DonutChart.native.js +12 -0
- package/build/lib/native/components/Charts/DonutChart/DonutChart.native.js.map +1 -0
- package/build/lib/native/components/index.js +1 -0
- package/build/lib/native/components/index.js.map +1 -1
- package/build/lib/native/tokens/theme/bladeTheme.js +1 -1
- package/build/lib/native/tokens/theme/bladeTheme.js.map +1 -1
- package/build/lib/web/development/components/Accordion/Accordion.js +5 -4
- package/build/lib/web/development/components/Accordion/Accordion.js.map +1 -1
- package/build/lib/web/development/components/Charts/AreaChart/AreaChart.web.js +1 -1
- package/build/lib/web/development/components/Charts/AreaChart/AreaChart.web.js.map +1 -1
- package/build/lib/web/development/components/Charts/BarChart/BarChart.web.js +2 -2
- package/build/lib/web/development/components/Charts/BarChart/BarChart.web.js.map +1 -1
- package/build/lib/web/development/components/Charts/BarChart/BarChartContext.js +1 -1
- package/build/lib/web/development/components/Charts/BarChart/BarChartContext.js.map +1 -1
- package/build/lib/web/development/components/Charts/CommonChartComponents/CommonChartComponents.web.js +21 -6
- package/build/lib/web/development/components/Charts/CommonChartComponents/CommonChartComponents.web.js.map +1 -1
- package/build/lib/web/development/components/Charts/CommonChartComponents/tokens.js +4 -1
- package/build/lib/web/development/components/Charts/CommonChartComponents/tokens.js.map +1 -1
- package/build/lib/web/development/components/Charts/DonutChart/DonutChart.web.js +256 -0
- package/build/lib/web/development/components/Charts/DonutChart/DonutChart.web.js.map +1 -0
- package/build/lib/web/development/components/Charts/DonutChart/index.js +2 -0
- package/build/lib/web/development/components/Charts/DonutChart/index.js.map +1 -0
- package/build/lib/web/development/components/Charts/DonutChart/tokens.js +78 -0
- package/build/lib/web/development/components/Charts/DonutChart/tokens.js.map +1 -0
- package/build/lib/web/development/components/Charts/LineChart/LineChart.web.js +1 -1
- package/build/lib/web/development/components/Charts/LineChart/LineChart.web.js.map +1 -1
- package/build/lib/web/development/components/Charts/index.js +1 -0
- package/build/lib/web/development/components/Charts/index.js.map +1 -1
- package/build/lib/web/development/components/Charts/utils/useColorTheme.js +13 -5
- package/build/lib/web/development/components/Charts/utils/useColorTheme.js.map +1 -1
- package/build/lib/web/development/components/index.js +1 -0
- package/build/lib/web/development/components/index.js.map +1 -1
- package/build/lib/web/development/tokens/theme/bladeTheme.js +22 -22
- package/build/lib/web/development/tokens/theme/bladeTheme.js.map +1 -1
- package/build/lib/web/production/components/Accordion/Accordion.js +5 -4
- package/build/lib/web/production/components/Accordion/Accordion.js.map +1 -1
- package/build/lib/web/production/components/Charts/AreaChart/AreaChart.web.js +1 -1
- package/build/lib/web/production/components/Charts/AreaChart/AreaChart.web.js.map +1 -1
- package/build/lib/web/production/components/Charts/BarChart/BarChart.web.js +2 -2
- package/build/lib/web/production/components/Charts/BarChart/BarChart.web.js.map +1 -1
- package/build/lib/web/production/components/Charts/BarChart/BarChartContext.js +1 -1
- package/build/lib/web/production/components/Charts/BarChart/BarChartContext.js.map +1 -1
- package/build/lib/web/production/components/Charts/CommonChartComponents/CommonChartComponents.web.js +21 -6
- package/build/lib/web/production/components/Charts/CommonChartComponents/CommonChartComponents.web.js.map +1 -1
- package/build/lib/web/production/components/Charts/CommonChartComponents/tokens.js +4 -1
- package/build/lib/web/production/components/Charts/CommonChartComponents/tokens.js.map +1 -1
- package/build/lib/web/production/components/Charts/DonutChart/DonutChart.web.js +256 -0
- package/build/lib/web/production/components/Charts/DonutChart/DonutChart.web.js.map +1 -0
- package/build/lib/web/production/components/Charts/DonutChart/index.js +2 -0
- package/build/lib/web/production/components/Charts/DonutChart/index.js.map +1 -0
- package/build/lib/web/production/components/Charts/DonutChart/tokens.js +78 -0
- package/build/lib/web/production/components/Charts/DonutChart/tokens.js.map +1 -0
- package/build/lib/web/production/components/Charts/LineChart/LineChart.web.js +1 -1
- package/build/lib/web/production/components/Charts/LineChart/LineChart.web.js.map +1 -1
- package/build/lib/web/production/components/Charts/index.js +1 -0
- package/build/lib/web/production/components/Charts/index.js.map +1 -1
- package/build/lib/web/production/components/Charts/utils/useColorTheme.js +13 -5
- package/build/lib/web/production/components/Charts/utils/useColorTheme.js.map +1 -1
- package/build/lib/web/production/components/index.js +1 -0
- package/build/lib/web/production/components/index.js.map +1 -1
- package/build/lib/web/production/tokens/theme/bladeTheme.js +22 -22
- package/build/lib/web/production/tokens/theme/bladeTheme.js.map +1 -1
- package/build/types/components/index.d.ts +846 -309
- package/build/types/components/index.native.d.ts +632 -221
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@ import { CSSObject } from 'styled-components';
|
|
|
8
8
|
import { ReactDOMAttributes } from '@use-gesture/react/dist/declarations/src/types';
|
|
9
9
|
import { CurrencyCodeType } from '@razorpay/i18nify-js/currency';
|
|
10
10
|
import { AnimationControls, TargetAndTransition, Tween } from 'framer-motion';
|
|
11
|
-
import { ReferenceLineProps, XAxisProps, YAxisProps, Tooltip as Tooltip$1, Legend, CartesianGridProps, LineProps, AreaProps, BarProps } from 'recharts';
|
|
11
|
+
import { ReferenceLineProps, XAxisProps, YAxisProps, Tooltip as Tooltip$1, Legend, CartesianGridProps, LineProps, AreaProps, PieProps, CellProps, BarProps } from 'recharts';
|
|
12
12
|
import { DateValue, DatesRangeValue, DatePickerProps as DatePickerProps$1, DayOfWeek } from '@mantine/dates';
|
|
13
13
|
export { DateValue, DatesRangeValue } from '@mantine/dates';
|
|
14
14
|
import { Placement, UseFloatingOptions } from '@floating-ui/react';
|
|
@@ -359,172 +359,6 @@ type Spacing = Readonly<{
|
|
|
359
359
|
11: 56;
|
|
360
360
|
}>;
|
|
361
361
|
|
|
362
|
-
type UseColorScheme = {
|
|
363
|
-
colorScheme: ColorSchemeNames;
|
|
364
|
-
setColorScheme: (colorScheme: ColorSchemeNamesInput) => void;
|
|
365
|
-
};
|
|
366
|
-
|
|
367
|
-
/**
|
|
368
|
-
* Brands a type making them act as nominal
|
|
369
|
-
* @see https://medium.com/@KevinBGreene/surviving-the-typescript-ecosystem-branding-and-type-tagging-6cf6e516523d
|
|
370
|
-
*/
|
|
371
|
-
type Brand<Type, Name extends string> = Type & {
|
|
372
|
-
__brand__?: Name;
|
|
373
|
-
};
|
|
374
|
-
type NativeOrWebBrand = Brand<any, 'native' | 'web'>;
|
|
375
|
-
|
|
376
|
-
declare namespace Platform {
|
|
377
|
-
type Name = 'native';
|
|
378
|
-
/**
|
|
379
|
-
* Right now, the module resolution is set to resolve `.native` files,
|
|
380
|
-
*
|
|
381
|
-
* Thus Platform.Select<> type will return the `native` type
|
|
382
|
-
*/
|
|
383
|
-
type Select<Options extends {
|
|
384
|
-
web: unknown;
|
|
385
|
-
native: unknown;
|
|
386
|
-
}> = Brand<Options[Name], 'platform-native'>;
|
|
387
|
-
type CastNative<T extends NativeOrWebBrand | undefined> = Extract<T, {
|
|
388
|
-
__brand__?: 'platform-native' | 'platform-all';
|
|
389
|
-
}>;
|
|
390
|
-
type CastWeb<T extends NativeOrWebBrand | undefined> = Extract<T, {
|
|
391
|
-
__brand__?: 'platform-web' | 'platform-all';
|
|
392
|
-
}>;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
type BladeProviderProps = {
|
|
396
|
-
themeTokens: ThemeTokens;
|
|
397
|
-
colorScheme?: ColorSchemeNamesInput;
|
|
398
|
-
children: ReactNode;
|
|
399
|
-
};
|
|
400
|
-
|
|
401
|
-
declare const BladeProvider: ({ themeTokens, colorScheme: initialColorScheme, children, }: BladeProviderProps) => ReactElement;
|
|
402
|
-
|
|
403
|
-
type Theme = {
|
|
404
|
-
name: ThemeTokens['name'];
|
|
405
|
-
border: Border;
|
|
406
|
-
breakpoints: Breakpoints;
|
|
407
|
-
colors: Colors;
|
|
408
|
-
spacing: Spacing;
|
|
409
|
-
motion: Motion;
|
|
410
|
-
elevation: Elevation;
|
|
411
|
-
typography: Typography;
|
|
412
|
-
};
|
|
413
|
-
|
|
414
|
-
type ThemeContext = UseColorScheme & {
|
|
415
|
-
theme: Theme;
|
|
416
|
-
platform: TypographyPlatforms;
|
|
417
|
-
};
|
|
418
|
-
declare const ThemeContext: react.Context<ThemeContext>;
|
|
419
|
-
declare const useTheme: () => ThemeContext;
|
|
420
|
-
|
|
421
|
-
type Duration = {
|
|
422
|
-
/** `80` milliseconds */
|
|
423
|
-
'2xquick': 80;
|
|
424
|
-
/** `160` milliseconds */
|
|
425
|
-
xquick: 160;
|
|
426
|
-
/** `200` milliseconds */
|
|
427
|
-
quick: 200;
|
|
428
|
-
/** `280` milliseconds */
|
|
429
|
-
moderate: 280;
|
|
430
|
-
/** `360` milliseconds */
|
|
431
|
-
xmoderate: 360;
|
|
432
|
-
/** `480` milliseconds */
|
|
433
|
-
gentle: 480;
|
|
434
|
-
/** `640` milliseconds */
|
|
435
|
-
xgentle: 640;
|
|
436
|
-
/** `960` milliseconds */
|
|
437
|
-
'2xgentle': 960;
|
|
438
|
-
};
|
|
439
|
-
type Delay = {
|
|
440
|
-
/** `80` milliseconds */
|
|
441
|
-
'2xquick': 80;
|
|
442
|
-
/** `160` milliseconds */
|
|
443
|
-
xquick: 160;
|
|
444
|
-
/** `280` milliseconds */
|
|
445
|
-
moderate: 280;
|
|
446
|
-
/** `480` milliseconds */
|
|
447
|
-
gentle: 480;
|
|
448
|
-
/** `960` milliseconds */
|
|
449
|
-
xgentle: 960;
|
|
450
|
-
/** `2000` milliseconds */
|
|
451
|
-
long: 2000;
|
|
452
|
-
/** `3000` milliseconds */
|
|
453
|
-
xlong: 3000;
|
|
454
|
-
/** `5000` milliseconds */
|
|
455
|
-
'2xlong': 5000;
|
|
456
|
-
};
|
|
457
|
-
type EasingFactoryFn = {
|
|
458
|
-
factory: () => (value: number) => number;
|
|
459
|
-
};
|
|
460
|
-
type EasingType<Value extends string> = Platform.Select<{
|
|
461
|
-
web: Value;
|
|
462
|
-
native: EasingFactoryFn;
|
|
463
|
-
}>;
|
|
464
|
-
type Easing = {
|
|
465
|
-
/**
|
|
466
|
-
* Linear Easing
|
|
467
|
-
*
|
|
468
|
-
* Use Case: Marquee, Progress Bar, etc
|
|
469
|
-
*
|
|
470
|
-
* Returns cubic-bezier string in web and EasingFactoryFn of react-native-reanimated in native
|
|
471
|
-
*/
|
|
472
|
-
linear: EasingType<'cubic-bezier(0, 0, 0, 0)'>;
|
|
473
|
-
/**
|
|
474
|
-
* Entrance Animation Easing
|
|
475
|
-
*
|
|
476
|
-
* Use Case: Entry of modals, drawer, dropdown, etc
|
|
477
|
-
*
|
|
478
|
-
* Returns cubic-bezier string in web and EasingFactoryFn of react-native-reanimated in native
|
|
479
|
-
*/
|
|
480
|
-
entrance: EasingType<'cubic-bezier(0, 0, 0.2, 1)'>;
|
|
481
|
-
/**
|
|
482
|
-
* Exit Animation Easing
|
|
483
|
-
*
|
|
484
|
-
* Use Case: Exit of modals, drawer, dropdown, etc
|
|
485
|
-
*
|
|
486
|
-
* Returns cubic-bezier string in web and EasingFactoryFn of react-native-reanimated in native
|
|
487
|
-
*/
|
|
488
|
-
exit: EasingType<'cubic-bezier(0.17, 0, 1, 1)'>;
|
|
489
|
-
/**
|
|
490
|
-
* Standard Easing
|
|
491
|
-
*
|
|
492
|
-
* Use Case: Morph
|
|
493
|
-
*
|
|
494
|
-
* Returns cubic-bezier string in web and EasingFactoryFn of react-native-reanimated in native
|
|
495
|
-
*/
|
|
496
|
-
standard: EasingType<'cubic-bezier(0.3, 0, 0.2, 1)'>;
|
|
497
|
-
/**
|
|
498
|
-
* Emphasized Easing
|
|
499
|
-
*
|
|
500
|
-
* Use Case: Hover states of interactive items
|
|
501
|
-
*
|
|
502
|
-
* Returns cubic-bezier string in web and EasingFactoryFn of react-native-reanimated in native
|
|
503
|
-
*/
|
|
504
|
-
emphasized: EasingType<'cubic-bezier(0.5, 0, 0, 1)'>;
|
|
505
|
-
/**
|
|
506
|
-
* Overshoot Easing
|
|
507
|
-
*
|
|
508
|
-
* Use Case: Toast notifications
|
|
509
|
-
*
|
|
510
|
-
* Returns cubic-bezier string in web and EasingFactoryFn of react-native-reanimated in native
|
|
511
|
-
*/
|
|
512
|
-
overshoot: EasingType<'cubic-bezier(0.5, 0, 0.3, 1.5)'>;
|
|
513
|
-
/**
|
|
514
|
-
* Error Easing
|
|
515
|
-
*
|
|
516
|
-
* Use Case: Error States
|
|
517
|
-
*
|
|
518
|
-
* Returns cubic-bezier string in web and EasingFactoryFn of react-native-reanimated in native
|
|
519
|
-
*/
|
|
520
|
-
shake: EasingType<'cubic-bezier(1, 0.5, 0, 0.5)'>;
|
|
521
|
-
};
|
|
522
|
-
type Motion = Readonly<{
|
|
523
|
-
delay: Delay;
|
|
524
|
-
duration: Duration;
|
|
525
|
-
easing: Easing;
|
|
526
|
-
}>;
|
|
527
|
-
|
|
528
362
|
type DotNotationSpacingStringToken = `spacing.${keyof Spacing}`;
|
|
529
363
|
/**
|
|
530
364
|
* Use this when you want children to be string.
|
|
@@ -715,6 +549,172 @@ type ThemeTokens = {
|
|
|
715
549
|
typography: TypographyWithPlatforms;
|
|
716
550
|
};
|
|
717
551
|
|
|
552
|
+
type UseColorScheme = {
|
|
553
|
+
colorScheme: ColorSchemeNames;
|
|
554
|
+
setColorScheme: (colorScheme: ColorSchemeNamesInput) => void;
|
|
555
|
+
};
|
|
556
|
+
|
|
557
|
+
/**
|
|
558
|
+
* Brands a type making them act as nominal
|
|
559
|
+
* @see https://medium.com/@KevinBGreene/surviving-the-typescript-ecosystem-branding-and-type-tagging-6cf6e516523d
|
|
560
|
+
*/
|
|
561
|
+
type Brand<Type, Name extends string> = Type & {
|
|
562
|
+
__brand__?: Name;
|
|
563
|
+
};
|
|
564
|
+
type NativeOrWebBrand = Brand<any, 'native' | 'web'>;
|
|
565
|
+
|
|
566
|
+
declare namespace Platform {
|
|
567
|
+
type Name = 'native';
|
|
568
|
+
/**
|
|
569
|
+
* Right now, the module resolution is set to resolve `.native` files,
|
|
570
|
+
*
|
|
571
|
+
* Thus Platform.Select<> type will return the `native` type
|
|
572
|
+
*/
|
|
573
|
+
type Select<Options extends {
|
|
574
|
+
web: unknown;
|
|
575
|
+
native: unknown;
|
|
576
|
+
}> = Brand<Options[Name], 'platform-native'>;
|
|
577
|
+
type CastNative<T extends NativeOrWebBrand | undefined> = Extract<T, {
|
|
578
|
+
__brand__?: 'platform-native' | 'platform-all';
|
|
579
|
+
}>;
|
|
580
|
+
type CastWeb<T extends NativeOrWebBrand | undefined> = Extract<T, {
|
|
581
|
+
__brand__?: 'platform-web' | 'platform-all';
|
|
582
|
+
}>;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
type BladeProviderProps = {
|
|
586
|
+
themeTokens: ThemeTokens;
|
|
587
|
+
colorScheme?: ColorSchemeNamesInput;
|
|
588
|
+
children: ReactNode;
|
|
589
|
+
};
|
|
590
|
+
|
|
591
|
+
declare const BladeProvider: ({ themeTokens, colorScheme: initialColorScheme, children, }: BladeProviderProps) => ReactElement;
|
|
592
|
+
|
|
593
|
+
type Theme = {
|
|
594
|
+
name: ThemeTokens['name'];
|
|
595
|
+
border: Border;
|
|
596
|
+
breakpoints: Breakpoints;
|
|
597
|
+
colors: Colors;
|
|
598
|
+
spacing: Spacing;
|
|
599
|
+
motion: Motion;
|
|
600
|
+
elevation: Elevation;
|
|
601
|
+
typography: Typography;
|
|
602
|
+
};
|
|
603
|
+
|
|
604
|
+
type ThemeContext = UseColorScheme & {
|
|
605
|
+
theme: Theme;
|
|
606
|
+
platform: TypographyPlatforms;
|
|
607
|
+
};
|
|
608
|
+
declare const ThemeContext: react.Context<ThemeContext>;
|
|
609
|
+
declare const useTheme: () => ThemeContext;
|
|
610
|
+
|
|
611
|
+
type Duration = {
|
|
612
|
+
/** `80` milliseconds */
|
|
613
|
+
'2xquick': 80;
|
|
614
|
+
/** `160` milliseconds */
|
|
615
|
+
xquick: 160;
|
|
616
|
+
/** `200` milliseconds */
|
|
617
|
+
quick: 200;
|
|
618
|
+
/** `280` milliseconds */
|
|
619
|
+
moderate: 280;
|
|
620
|
+
/** `360` milliseconds */
|
|
621
|
+
xmoderate: 360;
|
|
622
|
+
/** `480` milliseconds */
|
|
623
|
+
gentle: 480;
|
|
624
|
+
/** `640` milliseconds */
|
|
625
|
+
xgentle: 640;
|
|
626
|
+
/** `960` milliseconds */
|
|
627
|
+
'2xgentle': 960;
|
|
628
|
+
};
|
|
629
|
+
type Delay = {
|
|
630
|
+
/** `80` milliseconds */
|
|
631
|
+
'2xquick': 80;
|
|
632
|
+
/** `160` milliseconds */
|
|
633
|
+
xquick: 160;
|
|
634
|
+
/** `280` milliseconds */
|
|
635
|
+
moderate: 280;
|
|
636
|
+
/** `480` milliseconds */
|
|
637
|
+
gentle: 480;
|
|
638
|
+
/** `960` milliseconds */
|
|
639
|
+
xgentle: 960;
|
|
640
|
+
/** `2000` milliseconds */
|
|
641
|
+
long: 2000;
|
|
642
|
+
/** `3000` milliseconds */
|
|
643
|
+
xlong: 3000;
|
|
644
|
+
/** `5000` milliseconds */
|
|
645
|
+
'2xlong': 5000;
|
|
646
|
+
};
|
|
647
|
+
type EasingFactoryFn = {
|
|
648
|
+
factory: () => (value: number) => number;
|
|
649
|
+
};
|
|
650
|
+
type EasingType<Value extends string> = Platform.Select<{
|
|
651
|
+
web: Value;
|
|
652
|
+
native: EasingFactoryFn;
|
|
653
|
+
}>;
|
|
654
|
+
type Easing = {
|
|
655
|
+
/**
|
|
656
|
+
* Linear Easing
|
|
657
|
+
*
|
|
658
|
+
* Use Case: Marquee, Progress Bar, etc
|
|
659
|
+
*
|
|
660
|
+
* Returns cubic-bezier string in web and EasingFactoryFn of react-native-reanimated in native
|
|
661
|
+
*/
|
|
662
|
+
linear: EasingType<'cubic-bezier(0, 0, 0, 0)'>;
|
|
663
|
+
/**
|
|
664
|
+
* Entrance Animation Easing
|
|
665
|
+
*
|
|
666
|
+
* Use Case: Entry of modals, drawer, dropdown, etc
|
|
667
|
+
*
|
|
668
|
+
* Returns cubic-bezier string in web and EasingFactoryFn of react-native-reanimated in native
|
|
669
|
+
*/
|
|
670
|
+
entrance: EasingType<'cubic-bezier(0, 0, 0.2, 1)'>;
|
|
671
|
+
/**
|
|
672
|
+
* Exit Animation Easing
|
|
673
|
+
*
|
|
674
|
+
* Use Case: Exit of modals, drawer, dropdown, etc
|
|
675
|
+
*
|
|
676
|
+
* Returns cubic-bezier string in web and EasingFactoryFn of react-native-reanimated in native
|
|
677
|
+
*/
|
|
678
|
+
exit: EasingType<'cubic-bezier(0.17, 0, 1, 1)'>;
|
|
679
|
+
/**
|
|
680
|
+
* Standard Easing
|
|
681
|
+
*
|
|
682
|
+
* Use Case: Morph
|
|
683
|
+
*
|
|
684
|
+
* Returns cubic-bezier string in web and EasingFactoryFn of react-native-reanimated in native
|
|
685
|
+
*/
|
|
686
|
+
standard: EasingType<'cubic-bezier(0.3, 0, 0.2, 1)'>;
|
|
687
|
+
/**
|
|
688
|
+
* Emphasized Easing
|
|
689
|
+
*
|
|
690
|
+
* Use Case: Hover states of interactive items
|
|
691
|
+
*
|
|
692
|
+
* Returns cubic-bezier string in web and EasingFactoryFn of react-native-reanimated in native
|
|
693
|
+
*/
|
|
694
|
+
emphasized: EasingType<'cubic-bezier(0.5, 0, 0, 1)'>;
|
|
695
|
+
/**
|
|
696
|
+
* Overshoot Easing
|
|
697
|
+
*
|
|
698
|
+
* Use Case: Toast notifications
|
|
699
|
+
*
|
|
700
|
+
* Returns cubic-bezier string in web and EasingFactoryFn of react-native-reanimated in native
|
|
701
|
+
*/
|
|
702
|
+
overshoot: EasingType<'cubic-bezier(0.5, 0, 0.3, 1.5)'>;
|
|
703
|
+
/**
|
|
704
|
+
* Error Easing
|
|
705
|
+
*
|
|
706
|
+
* Use Case: Error States
|
|
707
|
+
*
|
|
708
|
+
* Returns cubic-bezier string in web and EasingFactoryFn of react-native-reanimated in native
|
|
709
|
+
*/
|
|
710
|
+
shake: EasingType<'cubic-bezier(1, 0.5, 0, 0.5)'>;
|
|
711
|
+
};
|
|
712
|
+
type Motion = Readonly<{
|
|
713
|
+
delay: Delay;
|
|
714
|
+
duration: Duration;
|
|
715
|
+
easing: Easing;
|
|
716
|
+
}>;
|
|
717
|
+
|
|
718
718
|
type ElevationLevels = 'none' | 'lowRaised' | 'midRaised' | 'highRaised';
|
|
719
719
|
type ElevationStyles = Readonly<{
|
|
720
720
|
elevation: number;
|
|
@@ -2693,7 +2693,7 @@ type AccordionProps = {
|
|
|
2693
2693
|
* Accepts `AccordionItem` child nodes
|
|
2694
2694
|
*/
|
|
2695
2695
|
children: react__default.ReactElement | react__default.ReactElement[];
|
|
2696
|
-
} & TestID & StyledPropsBlade
|
|
2696
|
+
} & TestID & StyledPropsBlade & Pick<BoxProps, 'minWidth' | 'maxWidth'>;
|
|
2697
2697
|
|
|
2698
2698
|
declare const Accordion: react__default.ForwardRefExoticComponent<{
|
|
2699
2699
|
defaultExpandedIndex?: number | undefined;
|
|
@@ -2722,46 +2722,306 @@ declare const Accordion: react__default.ForwardRefExoticComponent<{
|
|
|
2722
2722
|
readonly l?: SpacingValueType | undefined;
|
|
2723
2723
|
readonly xl?: SpacingValueType | undefined;
|
|
2724
2724
|
};
|
|
2725
|
-
left: SpacingValueType | {
|
|
2726
|
-
readonly base?: SpacingValueType | undefined;
|
|
2727
|
-
readonly xs?: SpacingValueType | undefined;
|
|
2728
|
-
readonly s?: SpacingValueType | undefined;
|
|
2729
|
-
readonly m?: SpacingValueType | undefined;
|
|
2730
|
-
readonly l?: SpacingValueType | undefined;
|
|
2731
|
-
readonly xl?: SpacingValueType | undefined;
|
|
2725
|
+
left: SpacingValueType | {
|
|
2726
|
+
readonly base?: SpacingValueType | undefined;
|
|
2727
|
+
readonly xs?: SpacingValueType | undefined;
|
|
2728
|
+
readonly s?: SpacingValueType | undefined;
|
|
2729
|
+
readonly m?: SpacingValueType | undefined;
|
|
2730
|
+
readonly l?: SpacingValueType | undefined;
|
|
2731
|
+
readonly xl?: SpacingValueType | undefined;
|
|
2732
|
+
};
|
|
2733
|
+
position?: "absolute" | "relative" | {
|
|
2734
|
+
readonly base?: "absolute" | "relative" | undefined;
|
|
2735
|
+
readonly xs?: "absolute" | "relative" | undefined;
|
|
2736
|
+
readonly s?: "absolute" | "relative" | undefined;
|
|
2737
|
+
readonly m?: "absolute" | "relative" | undefined;
|
|
2738
|
+
readonly l?: "absolute" | "relative" | undefined;
|
|
2739
|
+
readonly xl?: "absolute" | "relative" | undefined;
|
|
2740
|
+
} | undefined;
|
|
2741
|
+
right: SpacingValueType | {
|
|
2742
|
+
readonly base?: SpacingValueType | undefined;
|
|
2743
|
+
readonly xs?: SpacingValueType | undefined;
|
|
2744
|
+
readonly s?: SpacingValueType | undefined;
|
|
2745
|
+
readonly m?: SpacingValueType | undefined;
|
|
2746
|
+
readonly l?: SpacingValueType | undefined;
|
|
2747
|
+
readonly xl?: SpacingValueType | undefined;
|
|
2748
|
+
};
|
|
2749
|
+
top: SpacingValueType | {
|
|
2750
|
+
readonly base?: SpacingValueType | undefined;
|
|
2751
|
+
readonly xs?: SpacingValueType | undefined;
|
|
2752
|
+
readonly s?: SpacingValueType | undefined;
|
|
2753
|
+
readonly m?: SpacingValueType | undefined;
|
|
2754
|
+
readonly l?: SpacingValueType | undefined;
|
|
2755
|
+
readonly xl?: SpacingValueType | undefined;
|
|
2756
|
+
};
|
|
2757
|
+
zIndex?: number | {
|
|
2758
|
+
readonly base?: number | undefined;
|
|
2759
|
+
readonly xs?: number | undefined;
|
|
2760
|
+
readonly s?: number | undefined;
|
|
2761
|
+
readonly m?: number | undefined;
|
|
2762
|
+
readonly l?: number | undefined;
|
|
2763
|
+
readonly xl?: number | undefined;
|
|
2764
|
+
} | undefined;
|
|
2765
|
+
__brand__?: "platform-native" | {
|
|
2766
|
+
readonly base?: "platform-native" | undefined;
|
|
2767
|
+
readonly xs?: "platform-native" | undefined;
|
|
2768
|
+
readonly s?: "platform-native" | undefined;
|
|
2769
|
+
readonly m?: "platform-native" | undefined;
|
|
2770
|
+
readonly l?: "platform-native" | undefined;
|
|
2771
|
+
readonly xl?: "platform-native" | undefined;
|
|
2772
|
+
} | undefined;
|
|
2773
|
+
} & Pick<GridProps, "gridColumnEnd" | "gridColumnStart" | "gridRowEnd" | "gridRowStart" | "gridArea" | "gridColumn" | "gridRow"> & Pick<{
|
|
2774
|
+
width: SpacingValueType | {
|
|
2775
|
+
readonly base?: SpacingValueType | undefined;
|
|
2776
|
+
readonly xs?: SpacingValueType | undefined;
|
|
2777
|
+
readonly s?: SpacingValueType | undefined;
|
|
2778
|
+
readonly m?: SpacingValueType | undefined;
|
|
2779
|
+
readonly l?: SpacingValueType | undefined;
|
|
2780
|
+
readonly xl?: SpacingValueType | undefined;
|
|
2781
|
+
};
|
|
2782
|
+
display?: "none" | "flex" | {
|
|
2783
|
+
readonly base?: "none" | "flex" | undefined;
|
|
2784
|
+
readonly xs?: "none" | "flex" | undefined;
|
|
2785
|
+
readonly s?: "none" | "flex" | undefined;
|
|
2786
|
+
readonly m?: "none" | "flex" | undefined;
|
|
2787
|
+
readonly l?: "none" | "flex" | undefined;
|
|
2788
|
+
readonly xl?: "none" | "flex" | undefined;
|
|
2789
|
+
} | undefined;
|
|
2790
|
+
height: SpacingValueType | {
|
|
2791
|
+
readonly base?: SpacingValueType | undefined;
|
|
2792
|
+
readonly xs?: SpacingValueType | undefined;
|
|
2793
|
+
readonly s?: SpacingValueType | undefined;
|
|
2794
|
+
readonly m?: SpacingValueType | undefined;
|
|
2795
|
+
readonly l?: SpacingValueType | undefined;
|
|
2796
|
+
readonly xl?: SpacingValueType | undefined;
|
|
2797
|
+
};
|
|
2798
|
+
maxHeight: SpacingValueType | {
|
|
2799
|
+
readonly base?: SpacingValueType | undefined;
|
|
2800
|
+
readonly xs?: SpacingValueType | undefined;
|
|
2801
|
+
readonly s?: SpacingValueType | undefined;
|
|
2802
|
+
readonly m?: SpacingValueType | undefined;
|
|
2803
|
+
readonly l?: SpacingValueType | undefined;
|
|
2804
|
+
readonly xl?: SpacingValueType | undefined;
|
|
2805
|
+
};
|
|
2806
|
+
maxWidth: SpacingValueType | {
|
|
2807
|
+
readonly base?: SpacingValueType | undefined;
|
|
2808
|
+
readonly xs?: SpacingValueType | undefined;
|
|
2809
|
+
readonly s?: SpacingValueType | undefined;
|
|
2810
|
+
readonly m?: SpacingValueType | undefined;
|
|
2811
|
+
readonly l?: SpacingValueType | undefined;
|
|
2812
|
+
readonly xl?: SpacingValueType | undefined;
|
|
2813
|
+
};
|
|
2814
|
+
minHeight: SpacingValueType | {
|
|
2815
|
+
readonly base?: SpacingValueType | undefined;
|
|
2816
|
+
readonly xs?: SpacingValueType | undefined;
|
|
2817
|
+
readonly s?: SpacingValueType | undefined;
|
|
2818
|
+
readonly m?: SpacingValueType | undefined;
|
|
2819
|
+
readonly l?: SpacingValueType | undefined;
|
|
2820
|
+
readonly xl?: SpacingValueType | undefined;
|
|
2821
|
+
};
|
|
2822
|
+
minWidth: SpacingValueType | {
|
|
2823
|
+
readonly base?: SpacingValueType | undefined;
|
|
2824
|
+
readonly xs?: SpacingValueType | undefined;
|
|
2825
|
+
readonly s?: SpacingValueType | undefined;
|
|
2826
|
+
readonly m?: SpacingValueType | undefined;
|
|
2827
|
+
readonly l?: SpacingValueType | undefined;
|
|
2828
|
+
readonly xl?: SpacingValueType | undefined;
|
|
2829
|
+
};
|
|
2830
|
+
overflowX: never;
|
|
2831
|
+
overflowY: never;
|
|
2832
|
+
textAlign: never;
|
|
2833
|
+
whiteSpace: never;
|
|
2834
|
+
overflow?: "hidden" | "scroll" | "visible" | {
|
|
2835
|
+
readonly base?: "hidden" | "scroll" | "visible" | undefined;
|
|
2836
|
+
readonly xs?: "hidden" | "scroll" | "visible" | undefined;
|
|
2837
|
+
readonly s?: "hidden" | "scroll" | "visible" | undefined;
|
|
2838
|
+
readonly m?: "hidden" | "scroll" | "visible" | undefined;
|
|
2839
|
+
readonly l?: "hidden" | "scroll" | "visible" | undefined;
|
|
2840
|
+
readonly xl?: "hidden" | "scroll" | "visible" | undefined;
|
|
2841
|
+
} | undefined;
|
|
2842
|
+
__brand__?: "platform-native" | {
|
|
2843
|
+
readonly base?: "platform-native" | undefined;
|
|
2844
|
+
readonly xs?: "platform-native" | undefined;
|
|
2845
|
+
readonly s?: "platform-native" | undefined;
|
|
2846
|
+
readonly m?: "platform-native" | undefined;
|
|
2847
|
+
readonly l?: "platform-native" | undefined;
|
|
2848
|
+
readonly xl?: "platform-native" | undefined;
|
|
2849
|
+
} | undefined;
|
|
2850
|
+
}, "display"> & Pick<{
|
|
2851
|
+
elevation?: ElevationLevels | {
|
|
2852
|
+
readonly base?: ElevationLevels | undefined;
|
|
2853
|
+
readonly xs?: ElevationLevels | undefined;
|
|
2854
|
+
readonly s?: ElevationLevels | undefined;
|
|
2855
|
+
readonly m?: ElevationLevels | undefined;
|
|
2856
|
+
readonly l?: ElevationLevels | undefined;
|
|
2857
|
+
readonly xl?: ElevationLevels | undefined;
|
|
2858
|
+
} | undefined;
|
|
2859
|
+
backdropFilter: never;
|
|
2860
|
+
backgroundImage: never;
|
|
2861
|
+
backgroundOrigin: never;
|
|
2862
|
+
backgroundRepeat: never;
|
|
2863
|
+
backgroundSize: never;
|
|
2864
|
+
borderBottomColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
2865
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2866
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2867
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2868
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2869
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2870
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2871
|
+
};
|
|
2872
|
+
borderBottomLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
2873
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2874
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2875
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2876
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2877
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2878
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2879
|
+
};
|
|
2880
|
+
borderBottomRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
2881
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2882
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2883
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2884
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2885
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2886
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2887
|
+
};
|
|
2888
|
+
borderBottomStyle: never;
|
|
2889
|
+
borderBottomWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
2890
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2891
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2892
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2893
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2894
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2895
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2896
|
+
};
|
|
2897
|
+
borderLeftColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
2898
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2899
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2900
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2901
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2902
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2903
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2904
|
+
};
|
|
2905
|
+
borderLeftStyle: never;
|
|
2906
|
+
borderLeftWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
2907
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2908
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2909
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2910
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2911
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2912
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2913
|
+
};
|
|
2914
|
+
borderRightColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
2915
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2916
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2917
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2918
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2919
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2920
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2921
|
+
};
|
|
2922
|
+
borderRightStyle: never;
|
|
2923
|
+
borderRightWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
2924
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2925
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2926
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2927
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2928
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2929
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2930
|
+
};
|
|
2931
|
+
borderTopColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
2932
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2933
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2934
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2935
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2936
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2937
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2732
2938
|
};
|
|
2733
|
-
|
|
2734
|
-
readonly base?: "
|
|
2735
|
-
readonly xs?: "
|
|
2736
|
-
readonly s?: "
|
|
2737
|
-
readonly m?: "
|
|
2738
|
-
readonly l?: "
|
|
2739
|
-
readonly xl?: "
|
|
2939
|
+
borderTopLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
2940
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2941
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2942
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2943
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2944
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2945
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2946
|
+
};
|
|
2947
|
+
borderTopRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
2948
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2949
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2950
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2951
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2952
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2953
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2954
|
+
};
|
|
2955
|
+
borderTopStyle: never;
|
|
2956
|
+
borderTopWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
2957
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2958
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2959
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2960
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2961
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2962
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2963
|
+
};
|
|
2964
|
+
clipPath: never;
|
|
2965
|
+
opacity?: react_native_types.AnimatableNumericValue | {
|
|
2966
|
+
readonly base?: react_native_types.AnimatableNumericValue | undefined;
|
|
2967
|
+
readonly xs?: react_native_types.AnimatableNumericValue | undefined;
|
|
2968
|
+
readonly s?: react_native_types.AnimatableNumericValue | undefined;
|
|
2969
|
+
readonly m?: react_native_types.AnimatableNumericValue | undefined;
|
|
2970
|
+
readonly l?: react_native_types.AnimatableNumericValue | undefined;
|
|
2971
|
+
readonly xl?: react_native_types.AnimatableNumericValue | undefined;
|
|
2740
2972
|
} | undefined;
|
|
2741
|
-
|
|
2742
|
-
readonly base?:
|
|
2743
|
-
readonly xs?:
|
|
2744
|
-
readonly s?:
|
|
2745
|
-
readonly m?:
|
|
2746
|
-
readonly l?:
|
|
2747
|
-
readonly xl?:
|
|
2973
|
+
pointerEvents?: "none" | "auto" | "box-none" | "box-only" | {
|
|
2974
|
+
readonly base?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
2975
|
+
readonly xs?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
2976
|
+
readonly s?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
2977
|
+
readonly m?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
2978
|
+
readonly l?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
2979
|
+
readonly xl?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
2980
|
+
} | undefined;
|
|
2981
|
+
transform?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | {
|
|
2982
|
+
readonly base?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
2983
|
+
readonly xs?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
2984
|
+
readonly s?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
2985
|
+
readonly m?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
2986
|
+
readonly l?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
2987
|
+
readonly xl?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
2988
|
+
} | undefined;
|
|
2989
|
+
transformOrigin: never;
|
|
2990
|
+
visibility: never;
|
|
2991
|
+
backgroundPosition: never;
|
|
2992
|
+
borderColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | "popup.border.subtle" | "popup.border.intense" | {
|
|
2993
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | "popup.border.subtle" | "popup.border.intense" | undefined;
|
|
2994
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | "popup.border.subtle" | "popup.border.intense" | undefined;
|
|
2995
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | "popup.border.subtle" | "popup.border.intense" | undefined;
|
|
2996
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | "popup.border.subtle" | "popup.border.intense" | undefined;
|
|
2997
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | "popup.border.subtle" | "popup.border.intense" | undefined;
|
|
2998
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | "popup.border.subtle" | "popup.border.intense" | undefined;
|
|
2748
2999
|
};
|
|
2749
|
-
|
|
2750
|
-
readonly base?:
|
|
2751
|
-
readonly xs?:
|
|
2752
|
-
readonly s?:
|
|
2753
|
-
readonly m?:
|
|
2754
|
-
readonly l?:
|
|
2755
|
-
readonly xl?:
|
|
3000
|
+
borderRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
3001
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
3002
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
3003
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
3004
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
3005
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
3006
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2756
3007
|
};
|
|
2757
|
-
|
|
2758
|
-
readonly base?:
|
|
2759
|
-
readonly xs?:
|
|
2760
|
-
readonly s?:
|
|
2761
|
-
readonly m?:
|
|
2762
|
-
readonly l?:
|
|
2763
|
-
readonly xl?:
|
|
3008
|
+
borderStyle?: "dashed" | "dotted" | "solid" | {
|
|
3009
|
+
readonly base?: "dashed" | "dotted" | "solid" | undefined;
|
|
3010
|
+
readonly xs?: "dashed" | "dotted" | "solid" | undefined;
|
|
3011
|
+
readonly s?: "dashed" | "dotted" | "solid" | undefined;
|
|
3012
|
+
readonly m?: "dashed" | "dotted" | "solid" | undefined;
|
|
3013
|
+
readonly l?: "dashed" | "dotted" | "solid" | undefined;
|
|
3014
|
+
readonly xl?: "dashed" | "dotted" | "solid" | undefined;
|
|
2764
3015
|
} | undefined;
|
|
3016
|
+
borderWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
3017
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
3018
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
3019
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
3020
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
3021
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
3022
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
3023
|
+
};
|
|
3024
|
+
transition: never;
|
|
2765
3025
|
__brand__?: "platform-native" | {
|
|
2766
3026
|
readonly base?: "platform-native" | undefined;
|
|
2767
3027
|
readonly xs?: "platform-native" | undefined;
|
|
@@ -2770,7 +3030,7 @@ declare const Accordion: react__default.ForwardRefExoticComponent<{
|
|
|
2770
3030
|
readonly l?: "platform-native" | undefined;
|
|
2771
3031
|
readonly xl?: "platform-native" | undefined;
|
|
2772
3032
|
} | undefined;
|
|
2773
|
-
}
|
|
3033
|
+
}, "visibility">, "__brand__">> & Pick<Partial<PaddingProps & MarginProps & {
|
|
2774
3034
|
width: SpacingValueType | {
|
|
2775
3035
|
readonly base?: SpacingValueType | undefined;
|
|
2776
3036
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -2847,7 +3107,77 @@ declare const Accordion: react__default.ForwardRefExoticComponent<{
|
|
|
2847
3107
|
readonly l?: "platform-native" | undefined;
|
|
2848
3108
|
readonly xl?: "platform-native" | undefined;
|
|
2849
3109
|
} | undefined;
|
|
2850
|
-
}
|
|
3110
|
+
} & FlexboxProps & {
|
|
3111
|
+
bottom: SpacingValueType | {
|
|
3112
|
+
readonly base?: SpacingValueType | undefined;
|
|
3113
|
+
readonly xs?: SpacingValueType | undefined;
|
|
3114
|
+
readonly s?: SpacingValueType | undefined;
|
|
3115
|
+
readonly m?: SpacingValueType | undefined;
|
|
3116
|
+
readonly l?: SpacingValueType | undefined;
|
|
3117
|
+
readonly xl?: SpacingValueType | undefined;
|
|
3118
|
+
};
|
|
3119
|
+
left: SpacingValueType | {
|
|
3120
|
+
readonly base?: SpacingValueType | undefined;
|
|
3121
|
+
readonly xs?: SpacingValueType | undefined;
|
|
3122
|
+
readonly s?: SpacingValueType | undefined;
|
|
3123
|
+
readonly m?: SpacingValueType | undefined;
|
|
3124
|
+
readonly l?: SpacingValueType | undefined;
|
|
3125
|
+
readonly xl?: SpacingValueType | undefined;
|
|
3126
|
+
};
|
|
3127
|
+
position?: "absolute" | "relative" | {
|
|
3128
|
+
readonly base?: "absolute" | "relative" | undefined;
|
|
3129
|
+
readonly xs?: "absolute" | "relative" | undefined;
|
|
3130
|
+
readonly s?: "absolute" | "relative" | undefined;
|
|
3131
|
+
readonly m?: "absolute" | "relative" | undefined;
|
|
3132
|
+
readonly l?: "absolute" | "relative" | undefined;
|
|
3133
|
+
readonly xl?: "absolute" | "relative" | undefined;
|
|
3134
|
+
} | undefined;
|
|
3135
|
+
right: SpacingValueType | {
|
|
3136
|
+
readonly base?: SpacingValueType | undefined;
|
|
3137
|
+
readonly xs?: SpacingValueType | undefined;
|
|
3138
|
+
readonly s?: SpacingValueType | undefined;
|
|
3139
|
+
readonly m?: SpacingValueType | undefined;
|
|
3140
|
+
readonly l?: SpacingValueType | undefined;
|
|
3141
|
+
readonly xl?: SpacingValueType | undefined;
|
|
3142
|
+
};
|
|
3143
|
+
top: SpacingValueType | {
|
|
3144
|
+
readonly base?: SpacingValueType | undefined;
|
|
3145
|
+
readonly xs?: SpacingValueType | undefined;
|
|
3146
|
+
readonly s?: SpacingValueType | undefined;
|
|
3147
|
+
readonly m?: SpacingValueType | undefined;
|
|
3148
|
+
readonly l?: SpacingValueType | undefined;
|
|
3149
|
+
readonly xl?: SpacingValueType | undefined;
|
|
3150
|
+
};
|
|
3151
|
+
zIndex?: number | {
|
|
3152
|
+
readonly base?: number | undefined;
|
|
3153
|
+
readonly xs?: number | undefined;
|
|
3154
|
+
readonly s?: number | undefined;
|
|
3155
|
+
readonly m?: number | undefined;
|
|
3156
|
+
readonly l?: number | undefined;
|
|
3157
|
+
readonly xl?: number | undefined;
|
|
3158
|
+
} | undefined;
|
|
3159
|
+
__brand__?: "platform-native" | {
|
|
3160
|
+
readonly base?: "platform-native" | undefined;
|
|
3161
|
+
readonly xs?: "platform-native" | undefined;
|
|
3162
|
+
readonly s?: "platform-native" | undefined;
|
|
3163
|
+
readonly m?: "platform-native" | undefined;
|
|
3164
|
+
readonly l?: "platform-native" | undefined;
|
|
3165
|
+
readonly xl?: "platform-native" | undefined;
|
|
3166
|
+
} | undefined;
|
|
3167
|
+
} & GridProps & {
|
|
3168
|
+
onMouseOver: undefined;
|
|
3169
|
+
onMouseEnter: undefined;
|
|
3170
|
+
onMouseLeave: undefined;
|
|
3171
|
+
onScroll: undefined;
|
|
3172
|
+
} & {
|
|
3173
|
+
draggable: undefined;
|
|
3174
|
+
onDragStart: undefined;
|
|
3175
|
+
onDragEnter: undefined;
|
|
3176
|
+
onDragLeave: undefined;
|
|
3177
|
+
onDragOver: undefined;
|
|
3178
|
+
onDragEnd: undefined;
|
|
3179
|
+
onDrop: undefined;
|
|
3180
|
+
} & {
|
|
2851
3181
|
elevation?: ElevationLevels | {
|
|
2852
3182
|
readonly base?: ElevationLevels | undefined;
|
|
2853
3183
|
readonly xs?: ElevationLevels | undefined;
|
|
@@ -3030,7 +3360,15 @@ declare const Accordion: react__default.ForwardRefExoticComponent<{
|
|
|
3030
3360
|
readonly l?: "platform-native" | undefined;
|
|
3031
3361
|
readonly xl?: "platform-native" | undefined;
|
|
3032
3362
|
} | undefined;
|
|
3033
|
-
}
|
|
3363
|
+
} & MakeObjectResponsive<{
|
|
3364
|
+
backgroundColor: "transparent" | "feedback.background.neutral.subtle" | "feedback.background.neutral.intense" | "feedback.background.information.subtle" | "feedback.background.information.intense" | "feedback.background.negative.subtle" | "feedback.background.negative.intense" | "feedback.background.notice.subtle" | "feedback.background.notice.intense" | "feedback.background.positive.subtle" | "feedback.background.positive.intense" | "surface.background.gray.subtle" | "surface.background.gray.moderate" | "surface.background.gray.intense" | "surface.background.primary.subtle" | "surface.background.primary.intense" | "surface.background.sea.subtle" | "surface.background.sea.intense" | "surface.background.cloud.subtle" | "surface.background.cloud.intense" | "overlay.background.subtle" | "overlay.background.moderate";
|
|
3365
|
+
}, "backgroundColor"> & {
|
|
3366
|
+
as: "aside" | "div" | "footer" | "header" | "label" | "main" | "nav" | "section" | "span";
|
|
3367
|
+
} & {
|
|
3368
|
+
children?: react__default.ReactNode | react__default.ReactNode[];
|
|
3369
|
+
tabIndex?: number | undefined;
|
|
3370
|
+
id?: string | undefined;
|
|
3371
|
+
} & TestID & DataAnalyticsAttribute>, "maxWidth" | "minWidth"> & react__default.RefAttributes<BladeElementRef>>;
|
|
3034
3372
|
|
|
3035
3373
|
type DividerProps = {
|
|
3036
3374
|
/**
|
|
@@ -9129,13 +9467,24 @@ type ChartYAxisProps = Omit<YAxisProps, 'tick' | 'label' | 'dataKey' | 'stroke'>
|
|
|
9129
9467
|
*/
|
|
9130
9468
|
dataKey?: string;
|
|
9131
9469
|
};
|
|
9470
|
+
type Layout = 'horizontal' | 'vertical';
|
|
9471
|
+
type Align = 'left' | 'right';
|
|
9132
9472
|
type ChartTooltipProps = ComponentProps<typeof Tooltip$1>;
|
|
9133
|
-
type ChartLegendProps = ComponentProps<typeof Legend
|
|
9473
|
+
type ChartLegendProps = ComponentProps<typeof Legend> & {
|
|
9474
|
+
layout?: Layout;
|
|
9475
|
+
align?: Align;
|
|
9476
|
+
};
|
|
9134
9477
|
type ChartCartesianGridProps = Omit<CartesianGridProps, 'strokeDasharray' | 'verticalFill' | 'horizontalFill'>;
|
|
9135
9478
|
type ChartsCategoricalColorToken = `chart.background.categorical.${ChartColorCategories}.${keyof ChartCategoricalEmphasis}`;
|
|
9136
9479
|
type ChartSequentialColorToken = `chart.background.sequential.${Exclude<ChartColorCategories, 'gray'>}.${keyof ChartSequentialEmphasis}`;
|
|
9137
9480
|
|
|
9138
|
-
|
|
9481
|
+
/**
|
|
9482
|
+
* The color theme of the chart.
|
|
9483
|
+
* @default 'categorical'
|
|
9484
|
+
* @description The color theme of the chart.
|
|
9485
|
+
*
|
|
9486
|
+
*/
|
|
9487
|
+
type ColorTheme = 'categorical';
|
|
9139
9488
|
|
|
9140
9489
|
interface ChartLineProps {
|
|
9141
9490
|
/**
|
|
@@ -9186,20 +9535,21 @@ interface ChartLineProps {
|
|
|
9186
9535
|
/**
|
|
9187
9536
|
* @private
|
|
9188
9537
|
*/
|
|
9189
|
-
_colorTheme?:
|
|
9538
|
+
_colorTheme?: ColorTheme;
|
|
9190
9539
|
}
|
|
9191
|
-
type data$
|
|
9540
|
+
type data$3 = {
|
|
9192
9541
|
[key: string]: unknown;
|
|
9193
9542
|
};
|
|
9194
9543
|
type ChartLineWrapperProps = {
|
|
9195
9544
|
/**
|
|
9196
|
-
* The color theme of the
|
|
9545
|
+
* The color theme of the chart.
|
|
9546
|
+
* @default 'categorical'
|
|
9197
9547
|
*/
|
|
9198
|
-
colorTheme?:
|
|
9548
|
+
colorTheme?: ColorTheme;
|
|
9199
9549
|
/**
|
|
9200
9550
|
* Chart data to be rendered
|
|
9201
9551
|
*/
|
|
9202
|
-
data: data$
|
|
9552
|
+
data: data$3[];
|
|
9203
9553
|
children: React.ReactNode;
|
|
9204
9554
|
} & BoxProps;
|
|
9205
9555
|
|
|
@@ -9250,26 +9600,86 @@ type ChartAreaProps = {
|
|
|
9250
9600
|
/**
|
|
9251
9601
|
* @private
|
|
9252
9602
|
*/
|
|
9253
|
-
_colorTheme?:
|
|
9603
|
+
_colorTheme?: ColorTheme;
|
|
9254
9604
|
};
|
|
9255
|
-
type data$
|
|
9605
|
+
type data$2 = {
|
|
9256
9606
|
[key: string]: string | number | null;
|
|
9257
9607
|
};
|
|
9258
9608
|
type ChartAreaWrapperProps = {
|
|
9259
9609
|
children?: React.ReactNode;
|
|
9260
9610
|
/**
|
|
9261
|
-
* The color theme of the
|
|
9611
|
+
* The color theme of the chart.
|
|
9612
|
+
* @default 'categorical'
|
|
9262
9613
|
*/
|
|
9263
|
-
colorTheme?:
|
|
9614
|
+
colorTheme?: ColorTheme;
|
|
9264
9615
|
/**
|
|
9265
9616
|
* Chart data to be rendered
|
|
9266
9617
|
*/
|
|
9267
|
-
data: data$
|
|
9618
|
+
data: data$2[];
|
|
9268
9619
|
} & BoxProps;
|
|
9269
9620
|
|
|
9270
9621
|
declare const ChartAreaWrapper: (_prop: ChartAreaProps) => React.ReactElement;
|
|
9271
9622
|
declare const ChartArea: (_prop: ChartAreaWrapperProps) => React.ReactElement;
|
|
9272
9623
|
|
|
9624
|
+
type data$1 = {
|
|
9625
|
+
[key: string]: unknown;
|
|
9626
|
+
};
|
|
9627
|
+
type ChartRadius = 'small' | 'medium' | 'large';
|
|
9628
|
+
type ChartDonutProps = {
|
|
9629
|
+
/**
|
|
9630
|
+
* The data key of the Donut chart.
|
|
9631
|
+
*/
|
|
9632
|
+
dataKey: PieProps['dataKey'];
|
|
9633
|
+
/**
|
|
9634
|
+
* The name key of the Donut chart.
|
|
9635
|
+
*/
|
|
9636
|
+
nameKey: PieProps['name'];
|
|
9637
|
+
/**
|
|
9638
|
+
* The x coordinate of the Donut chart.
|
|
9639
|
+
*/
|
|
9640
|
+
cx?: PieProps['cx'];
|
|
9641
|
+
cy?: PieProps['cy'];
|
|
9642
|
+
/**
|
|
9643
|
+
* The radius of the Donut chart.
|
|
9644
|
+
*/
|
|
9645
|
+
radius?: ChartRadius;
|
|
9646
|
+
/**
|
|
9647
|
+
* The children of the Donut chart.
|
|
9648
|
+
*/
|
|
9649
|
+
children?: React.ReactNode;
|
|
9650
|
+
/**
|
|
9651
|
+
* The data of the Donut chart.
|
|
9652
|
+
*/
|
|
9653
|
+
data: data$1[];
|
|
9654
|
+
/**
|
|
9655
|
+
* The color theme of the chart.
|
|
9656
|
+
* @default 'categorical'
|
|
9657
|
+
*/
|
|
9658
|
+
colorTheme?: ColorTheme;
|
|
9659
|
+
/**
|
|
9660
|
+
* The type of the Donut chart.
|
|
9661
|
+
*/
|
|
9662
|
+
type?: 'circle' | 'semicircle';
|
|
9663
|
+
};
|
|
9664
|
+
type Content = {
|
|
9665
|
+
value?: string;
|
|
9666
|
+
label?: string;
|
|
9667
|
+
};
|
|
9668
|
+
type ChartDonutWrapperProps = {
|
|
9669
|
+
/**
|
|
9670
|
+
* Content to be displayed at center of donut chart
|
|
9671
|
+
*/
|
|
9672
|
+
content?: Content | React.ReactNode;
|
|
9673
|
+
children?: React.ReactNode;
|
|
9674
|
+
} & BoxProps;
|
|
9675
|
+
type ChartDonutCellProps = CellProps & {
|
|
9676
|
+
color?: ChartsCategoricalColorToken | ChartSequentialColorToken;
|
|
9677
|
+
};
|
|
9678
|
+
|
|
9679
|
+
declare const ChartDonutWrapper: (_prop: ChartDonutWrapperProps) => react__default.ReactElement;
|
|
9680
|
+
declare const ChartDonut: (_prop: ChartDonutProps) => react__default.ReactElement;
|
|
9681
|
+
declare const ChartDonutCell: (_prop: ChartDonutCellProps) => react__default.ReactElement;
|
|
9682
|
+
|
|
9273
9683
|
type ChartBarProps = {
|
|
9274
9684
|
/**
|
|
9275
9685
|
* The data key of the bar chart.
|
|
@@ -9311,9 +9721,10 @@ type data = {
|
|
|
9311
9721
|
type ChartBarWrapperProps = {
|
|
9312
9722
|
children?: React.ReactNode;
|
|
9313
9723
|
/**
|
|
9314
|
-
* The color theme of the
|
|
9724
|
+
* The color theme of the chart.
|
|
9725
|
+
* @default 'categorical'
|
|
9315
9726
|
*/
|
|
9316
|
-
colorTheme?:
|
|
9727
|
+
colorTheme?: ColorTheme;
|
|
9317
9728
|
/**
|
|
9318
9729
|
* The layout of the bar chart.
|
|
9319
9730
|
*/
|
|
@@ -16282,4 +16693,4 @@ declare const PreviewHeader: (_prop: PreviewHeaderProps) => react__default.React
|
|
|
16282
16693
|
declare const PreviewBody: (_prop: PreviewBodyProps) => react__default.ReactElement;
|
|
16283
16694
|
declare const PreviewFooter: (_prop: PreviewFooterProps) => react__default.ReactElement;
|
|
16284
16695
|
|
|
16285
|
-
export { AcceptPaymentsFilledIcon, AcceptPaymentsIcon, Accordion, AccordionItem, AccordionItemBody, AccordionItemHeader, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemAvatar, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActionListSectionTitle, ActivityIcon, AddressBookIcon, AffordabilityFilledIcon, AffordabilityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AndroidIcon, AnimateInteractions, AnimateInteractionsProps, AnnouncementIcon, ApertureIcon, AppStoreIcon, AppleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowSquareDownIcon, ArrowSquareDownLeftIcon, ArrowSquareDownRightIcon, ArrowSquareLeftIcon, ArrowSquareRightIcon, ArrowSquareUpIcon, ArrowSquareUpLeftIcon, ArrowSquareUpRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AttachmentIcon, AutoComplete, AutoCompleteProps, AutomateAccountingIcon, AutomatePayrollFilledIcon, AutomatePayrollIcon, Avatar, AvatarGroup, AwardIcon, Badge, BadgeProps, BankAccountVerificationFilledIcon, BankAccountVerificationIcon, BankIcon, BarChartAltIcon, BarChartIcon, BarCodeIcon, BaseFilterChip, Battery100PercentIcon, Battery20PercentIcon, Battery40PercentIcon, Battery60PercentIcon, Battery80PercentIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BfsiFilledIcon, BfsiIcon, BillIcon, BillMeFilledIcon, BillMeIcon, BladeCommonEvents, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomNav, BottomNavItem, BottomNavItemProps, BottomNavProps, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, Breadcrumb, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbProps, BriefcaseIcon, BugIcon, BuildingIcon, BulkPayoutsFilledIcon, BulkPayoutsIcon, BusinessBankingIcon, BusinessSpendManagementFilledIcon, 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, ChartArea, ChartAreaProps, ChartAreaWrapper, ChartAreaWrapperProps, ChartBar, ChartBarProps, ChartBarWrapper, ChartBarWrapperProps, ChartCartesianGrid, ChartCartesianGridProps, ChartLegend, ChartLegendProps, ChartLine, ChartLineProps, ChartLineWrapper, ChartLineWrapperProps, ChartReferenceLine, ChartReferenceLineProps, ChartTooltip, ChartTooltipProps, ChartXAxis, ChartXAxisProps, ChartYAxis, ChartYAxisProps, ChatMessage, ChatMessageProps, CheckCircle2Icon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpDownIcon, 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, CompanyRegistrationFilledIcon, CompanyRegistrationIcon, CompassIcon, ComponentIds, ConfettiIcon, ContactlessPaymentIcon, CookieIcon, CopyIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CreditsAndLoansFilledIcon, CreditsAndLoansIcon, CropIcon, CrosshairIcon, CurrentAccountFilledIcon, CurrentAccountIcon, CustomersIcon, CutIcon, DashboardIcon, DatePicker, DatePickerProps, DeleteIcon, DigitalLendingFilledIcon, DigitalLendingIcon, DisbursePaymentsFilledIcon, DisbursePaymentsIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DotIcon, DownloadCloudIcon, DownloadIcon, DragHandleIcon, Drawer, DrawerBody, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownIconButton, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EcommerceFilledIcon, EcommerceIcon, EditComposeIcon, EditIcon, EditInlineIcon, EducationFilledIcon, EducationIcon, Elevate, ElevateProps, EmptyState, EmptyStateProps, EngageFilledIcon, EngageIcon, EqualsIcon, EscrowAccountFilledIcon, EscrowAccountIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, Fade, FadeProps, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileUpload, FileZipIcon, FilmIcon, FilterChipDatePicker, FilterChipGroup, FilterChipGroupContextType, FilterChipGroupProps, FilterIcon, FlagIcon, FlaskIcon, FolderIcon, ForexManagementFilledIcon, ForexManagementIcon, FreelanceFilledIcon, 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, IndiaFlagIcon, Indicator, IndicatorProps, InfoGroup, InfoGroupProps, InfoIcon, InfoItem, InfoItemKey, InfoItemKeyProps, InfoItemProps, InfoItemValue, InfoItemValueProps, InputDropdownButton, InputGroup, InputGroupProps, InputRow, InputRowProps, InstagramIcon, InstantSettlementFilledIcon, InstantSettlementIcon, InternationalPaymentsFilledIcon, InternationalPaymentsIcon, InvoicesFilledIcon, InvoicesIcon, ItalicIcon, KeyIcon, KeyboardIcon, LayersIcon, LayoutIcon, LeftCircularCornerIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, ListSearchIcon, ListView, ListViewFilters, LoaderIcon, LoansForBusinessesFilledIcon, LoansForBusinessesIcon, LockIcon, LogInIcon, LogOutIcon, MagicCheckoutFilledIcon, MagicCheckoutIcon, MagicKonnectFilledIcon, MagicKonnectIcon, 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, MobileAppFilledIcon, MobileAppIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreFilledIcon, MoreHorizontalIcon, MoreIcon, MoreVerticalIcon, Morph, MorphProps, Move, MoveIcon, MoveProps, MusicIcon, MyAccountIcon, NavigationIcon, NoSignalIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, OptimizerFilledIcon, OptimizerIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonFilledIcon, PaymentButtonIcon, PaymentButtonsIcon, PaymentGatewayFilledIcon, PaymentGatewayIcon, PaymentLinkFilledIcon, PaymentLinkIcon, PaymentLinksIcon, PaymentPagesFilledIcon, PaymentPagesIcon, PayoutLinkIcon, PayrollAddonsFilledIcon, PayrollAddonsIcon, PayrollForCaFilledIcon, PayrollForCaIcon, PayrollForStartupOrSmeFilledIcon, PayrollForStartupOrSmeIcon, PercentIcon, PettyCashBudgetFilledIcon, PettyCashBudgetIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneNumberInput, PhoneNumberInputProps, PhoneOffIcon, PhoneOutgoingIcon, PictureInPictureIcon, PieChartIcon, PinIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PosFilledIcon, PosIcon, PowerIcon, Preview, PreviewBody, PreviewBodyProps, PreviewFooter, PreviewFooterProps, PreviewHeader, PreviewHeaderProps, PreviewProps, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, PromptIcon, QRCodeIcon, QuickFilter, QuickFilterGroup, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RayIcon, RazorpayIcon, RazorpayXIcon, RazorpayxPayrollFilledIcon, RazorpayxPayrollIcon, RefreshIcon, RepeatIcon, ReportsIcon, ResizerIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RouteFilledIcon, RouteIcon, RoutesIcon, RupeeIcon, RupeesIcon, SIDE_NAV_EXPANDED_L1_WIDTH_BASE, SIDE_NAV_EXPANDED_L1_WIDTH_XL, SaasFilledIcon, SaasIcon, SaveIcon, Scale, ScaleProps, 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, Signal1BarIcon, Signal2BarIcon, Signal3BarIcon, Signal4BarIcon, SignalIcon, SimCardIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, Slide, SlideProps, SlidersIcon, SmartCollectFilledIcon, SmartCollectIcon, SmartphoneIcon, SolutionsFilledIcon, SolutionsIcon, SortIcon, SourceToPayFilledIcon, SourceToPayIcon, SparklesIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, Stagger, StaggerProps, StampIcon, StarIcon, StepGroup, StepGroupProps, StepItem, StepItemIcon, StepItemIndicator, StepItemProps, StopCircleIcon, StorefrontIcon, SubscriptionsFilledIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabItem, TabItemProps, TabList, TabNav, TabNavItem, TabNavItemData, TabNavItemProps, TabNavProps, 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, TaxPaymentsFilledIcon, TaxPaymentsIcon, TestIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, TicketIcon, TimePicker, TitleCollectionProps, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, TokenHqFilledIcon, TokenHqIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TopLeftRoundedCornerIcon, TopLeftSharpCornerIcon, TopNav, Tour, TrademarkIcon, TrademarkRegisteredIcon, TransactionsIcon, TranslateIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TrustedBadgeIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UpiAutopayFilledIcon, UpiAutopayIcon, UpiIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VendorPaymentsFilledIcon, VendorPaymentsIcon, VideoIcon, VideoOffIcon, ViewLiveDemoFilledIcon, ViewLiveDemoIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, VolumeOffIcon, VolumeOnIcon, WalletIcon, WatchIcon, WhatsAppIcon, WifiIcon, WifiOffIcon, WindIcon, WorldwideIcon, XCircleIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getHeadingProps, getTextProps, legacyScreenReaderStyles, screenReaderStyles, useTheme, useToast };
|
|
16696
|
+
export { AcceptPaymentsFilledIcon, AcceptPaymentsIcon, Accordion, AccordionItem, AccordionItemBody, AccordionItemHeader, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemAvatar, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActionListSectionTitle, ActivityIcon, AddressBookIcon, AffordabilityFilledIcon, AffordabilityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AndroidIcon, AnimateInteractions, AnimateInteractionsProps, AnnouncementIcon, ApertureIcon, AppStoreIcon, AppleIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowSquareDownIcon, ArrowSquareDownLeftIcon, ArrowSquareDownRightIcon, ArrowSquareLeftIcon, ArrowSquareRightIcon, ArrowSquareUpIcon, ArrowSquareUpLeftIcon, ArrowSquareUpRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AttachmentIcon, AutoComplete, AutoCompleteProps, AutomateAccountingIcon, AutomatePayrollFilledIcon, AutomatePayrollIcon, Avatar, AvatarGroup, AwardIcon, Badge, BadgeProps, BankAccountVerificationFilledIcon, BankAccountVerificationIcon, BankIcon, BarChartAltIcon, BarChartIcon, BarCodeIcon, BaseFilterChip, Battery100PercentIcon, Battery20PercentIcon, Battery40PercentIcon, Battery60PercentIcon, Battery80PercentIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BfsiFilledIcon, BfsiIcon, BillIcon, BillMeFilledIcon, BillMeIcon, BladeCommonEvents, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomNav, BottomNavItem, BottomNavItemProps, BottomNavProps, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, Breadcrumb, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbProps, BriefcaseIcon, BugIcon, BuildingIcon, BulkPayoutsFilledIcon, BulkPayoutsIcon, BusinessBankingIcon, BusinessSpendManagementFilledIcon, 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, ChartArea, ChartAreaProps, ChartAreaWrapper, ChartAreaWrapperProps, ChartBar, ChartBarProps, ChartBarWrapper, ChartBarWrapperProps, ChartCartesianGrid, ChartCartesianGridProps, ChartDonut, ChartDonutCell, ChartDonutProps, ChartDonutWrapper, ChartDonutWrapperProps, ChartLegend, ChartLegendProps, ChartLine, ChartLineProps, ChartLineWrapper, ChartLineWrapperProps, ChartReferenceLine, ChartReferenceLineProps, ChartTooltip, ChartTooltipProps, ChartXAxis, ChartXAxisProps, ChartYAxis, ChartYAxisProps, ChatMessage, ChatMessageProps, CheckCircle2Icon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpDownIcon, 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, CompanyRegistrationFilledIcon, CompanyRegistrationIcon, CompassIcon, ComponentIds, ConfettiIcon, ContactlessPaymentIcon, CookieIcon, CopyIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CreditsAndLoansFilledIcon, CreditsAndLoansIcon, CropIcon, CrosshairIcon, CurrentAccountFilledIcon, CurrentAccountIcon, CustomersIcon, CutIcon, DashboardIcon, DatePicker, DatePickerProps, DeleteIcon, DigitalLendingFilledIcon, DigitalLendingIcon, DisbursePaymentsFilledIcon, DisbursePaymentsIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DotIcon, DownloadCloudIcon, DownloadIcon, DragHandleIcon, Drawer, DrawerBody, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownIconButton, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EcommerceFilledIcon, EcommerceIcon, EditComposeIcon, EditIcon, EditInlineIcon, EducationFilledIcon, EducationIcon, Elevate, ElevateProps, EmptyState, EmptyStateProps, EngageFilledIcon, EngageIcon, EqualsIcon, EscrowAccountFilledIcon, EscrowAccountIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, Fade, FadeProps, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileUpload, FileZipIcon, FilmIcon, FilterChipDatePicker, FilterChipGroup, FilterChipGroupContextType, FilterChipGroupProps, FilterIcon, FlagIcon, FlaskIcon, FolderIcon, ForexManagementFilledIcon, ForexManagementIcon, FreelanceFilledIcon, 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, IndiaFlagIcon, Indicator, IndicatorProps, InfoGroup, InfoGroupProps, InfoIcon, InfoItem, InfoItemKey, InfoItemKeyProps, InfoItemProps, InfoItemValue, InfoItemValueProps, InputDropdownButton, InputGroup, InputGroupProps, InputRow, InputRowProps, InstagramIcon, InstantSettlementFilledIcon, InstantSettlementIcon, InternationalPaymentsFilledIcon, InternationalPaymentsIcon, InvoicesFilledIcon, InvoicesIcon, ItalicIcon, KeyIcon, KeyboardIcon, LayersIcon, LayoutIcon, LeftCircularCornerIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, ListSearchIcon, ListView, ListViewFilters, LoaderIcon, LoansForBusinessesFilledIcon, LoansForBusinessesIcon, LockIcon, LogInIcon, LogOutIcon, MagicCheckoutFilledIcon, MagicCheckoutIcon, MagicKonnectFilledIcon, MagicKonnectIcon, 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, MobileAppFilledIcon, MobileAppIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreFilledIcon, MoreHorizontalIcon, MoreIcon, MoreVerticalIcon, Morph, MorphProps, Move, MoveIcon, MoveProps, MusicIcon, MyAccountIcon, NavigationIcon, NoSignalIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, OptimizerFilledIcon, OptimizerIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonFilledIcon, PaymentButtonIcon, PaymentButtonsIcon, PaymentGatewayFilledIcon, PaymentGatewayIcon, PaymentLinkFilledIcon, PaymentLinkIcon, PaymentLinksIcon, PaymentPagesFilledIcon, PaymentPagesIcon, PayoutLinkIcon, PayrollAddonsFilledIcon, PayrollAddonsIcon, PayrollForCaFilledIcon, PayrollForCaIcon, PayrollForStartupOrSmeFilledIcon, PayrollForStartupOrSmeIcon, PercentIcon, PettyCashBudgetFilledIcon, PettyCashBudgetIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneNumberInput, PhoneNumberInputProps, PhoneOffIcon, PhoneOutgoingIcon, PictureInPictureIcon, PieChartIcon, PinIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PosFilledIcon, PosIcon, PowerIcon, Preview, PreviewBody, PreviewBodyProps, PreviewFooter, PreviewFooterProps, PreviewHeader, PreviewHeaderProps, PreviewProps, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, PromptIcon, QRCodeIcon, QuickFilter, QuickFilterGroup, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RayIcon, RazorpayIcon, RazorpayXIcon, RazorpayxPayrollFilledIcon, RazorpayxPayrollIcon, RefreshIcon, RepeatIcon, ReportsIcon, ResizerIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RouteFilledIcon, RouteIcon, RoutesIcon, RupeeIcon, RupeesIcon, SIDE_NAV_EXPANDED_L1_WIDTH_BASE, SIDE_NAV_EXPANDED_L1_WIDTH_XL, SaasFilledIcon, SaasIcon, SaveIcon, Scale, ScaleProps, 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, Signal1BarIcon, Signal2BarIcon, Signal3BarIcon, Signal4BarIcon, SignalIcon, SimCardIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, Slide, SlideProps, SlidersIcon, SmartCollectFilledIcon, SmartCollectIcon, SmartphoneIcon, SolutionsFilledIcon, SolutionsIcon, SortIcon, SourceToPayFilledIcon, SourceToPayIcon, SparklesIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, Stagger, StaggerProps, StampIcon, StarIcon, StepGroup, StepGroupProps, StepItem, StepItemIcon, StepItemIndicator, StepItemProps, StopCircleIcon, StorefrontIcon, SubscriptionsFilledIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabItem, TabItemProps, TabList, TabNav, TabNavItem, TabNavItemData, TabNavItemProps, TabNavProps, 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, TaxPaymentsFilledIcon, TaxPaymentsIcon, TestIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, TicketIcon, TimePicker, TitleCollectionProps, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, TokenHqFilledIcon, TokenHqIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TopLeftRoundedCornerIcon, TopLeftSharpCornerIcon, TopNav, Tour, TrademarkIcon, TrademarkRegisteredIcon, TransactionsIcon, TranslateIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TrustedBadgeIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UpiAutopayFilledIcon, UpiAutopayIcon, UpiIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VendorPaymentsFilledIcon, VendorPaymentsIcon, VideoIcon, VideoOffIcon, ViewLiveDemoFilledIcon, ViewLiveDemoIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, VolumeOffIcon, VolumeOnIcon, WalletIcon, WatchIcon, WhatsAppIcon, WifiIcon, WifiOffIcon, WindIcon, WorldwideIcon, XCircleIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getHeadingProps, getTextProps, legacyScreenReaderStyles, screenReaderStyles, useTheme, useToast };
|