@razorpay/blade 11.34.1 → 11.36.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/Box/BaseBox/types/propsTypes.js.map +1 -1
- package/build/lib/native/components/Card/Card.js.map +1 -1
- package/build/lib/native/components/Icons/Battery100PercentIcon/Battery100PercentIcon.js +12 -0
- package/build/lib/native/components/Icons/Battery100PercentIcon/Battery100PercentIcon.js.map +1 -0
- package/build/lib/native/components/Icons/Battery20PercentIcon/Battery20PercentIcon.js +12 -0
- package/build/lib/native/components/Icons/Battery20PercentIcon/Battery20PercentIcon.js.map +1 -0
- package/build/lib/native/components/Icons/Battery40PercentIcon/Battery40PercentIcon.js +12 -0
- package/build/lib/native/components/Icons/Battery40PercentIcon/Battery40PercentIcon.js.map +1 -0
- package/build/lib/native/components/Icons/Battery60PercentIcon/Battery60PercentIcon.js +12 -0
- package/build/lib/native/components/Icons/Battery60PercentIcon/Battery60PercentIcon.js.map +1 -0
- package/build/lib/native/components/Icons/Battery80PercentIcon/Battery80PercentIcon.js +12 -0
- package/build/lib/native/components/Icons/Battery80PercentIcon/Battery80PercentIcon.js.map +1 -0
- package/build/lib/native/components/Icons/BillMeIcon/BillMeIcon.js +12 -0
- package/build/lib/native/components/Icons/BillMeIcon/BillMeIcon.js.map +1 -0
- package/build/lib/native/components/Icons/NoSignalIcon/NoSignalIcon.js +12 -0
- package/build/lib/native/components/Icons/NoSignalIcon/NoSignalIcon.js.map +1 -0
- package/build/lib/native/components/Icons/Signal1BarIcon/Signal1BarIcon.js +12 -0
- package/build/lib/native/components/Icons/Signal1BarIcon/Signal1BarIcon.js.map +1 -0
- package/build/lib/native/components/Icons/Signal2BarIcon/Signal2BarIcon.js +12 -0
- package/build/lib/native/components/Icons/Signal2BarIcon/Signal2BarIcon.js.map +1 -0
- package/build/lib/native/components/Icons/Signal3BarIcon/Signal3BarIcon.js +12 -0
- package/build/lib/native/components/Icons/Signal3BarIcon/Signal3BarIcon.js.map +1 -0
- package/build/lib/native/components/Icons/Signal4BarIcon/Signal4BarIcon.js +12 -0
- package/build/lib/native/components/Icons/Signal4BarIcon/Signal4BarIcon.js.map +1 -0
- package/build/lib/native/components/Icons/SignalIcon/SignalIcon.js +12 -0
- package/build/lib/native/components/Icons/SignalIcon/SignalIcon.js.map +1 -0
- package/build/lib/native/components/Icons/SimCardIcon/SimCardIcon.js +12 -0
- package/build/lib/native/components/Icons/SimCardIcon/SimCardIcon.js.map +1 -0
- package/build/lib/native/components/Icons/TwitterIcon/TwitterIcon.js +1 -1
- package/build/lib/native/components/Icons/TwitterIcon/TwitterIcon.js.map +1 -1
- package/build/lib/native/components/Icons/UpiIcon/UpiIcon.js +12 -0
- package/build/lib/native/components/Icons/UpiIcon/UpiIcon.js.map +1 -0
- package/build/lib/native/components/Icons/YoutubeIcon/YoutubeIcon.js +12 -0
- package/build/lib/native/components/Icons/YoutubeIcon/YoutubeIcon.js.map +1 -0
- package/build/lib/native/components/Input/TextInput/TextInput.js.map +1 -1
- package/build/lib/native/components/index.js +15 -0
- package/build/lib/native/components/index.js.map +1 -1
- package/build/lib/native/utils/useCallbackRef.js +6 -0
- package/build/lib/native/utils/useCallbackRef.js.map +1 -0
- package/build/lib/native/utils/useControllable.js +2 -1
- package/build/lib/native/utils/useControllable.js.map +1 -1
- package/build/lib/web/development/components/Box/BaseBox/types/propsTypes.js.map +1 -1
- package/build/lib/web/development/components/Card/Card.js.map +1 -1
- package/build/lib/web/development/components/Carousel/Carousel.web.js +65 -57
- package/build/lib/web/development/components/Carousel/Carousel.web.js.map +1 -1
- package/build/lib/web/development/components/Icons/Battery100PercentIcon/Battery100PercentIcon.js +57 -0
- package/build/lib/web/development/components/Icons/Battery100PercentIcon/Battery100PercentIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/Battery100PercentIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/Battery100PercentIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/Battery20PercentIcon/Battery20PercentIcon.js +45 -0
- package/build/lib/web/development/components/Icons/Battery20PercentIcon/Battery20PercentIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/Battery20PercentIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/Battery20PercentIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/Battery40PercentIcon/Battery40PercentIcon.js +48 -0
- package/build/lib/web/development/components/Icons/Battery40PercentIcon/Battery40PercentIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/Battery40PercentIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/Battery40PercentIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/Battery60PercentIcon/Battery60PercentIcon.js +51 -0
- package/build/lib/web/development/components/Icons/Battery60PercentIcon/Battery60PercentIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/Battery60PercentIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/Battery60PercentIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/Battery80PercentIcon/Battery80PercentIcon.js +54 -0
- package/build/lib/web/development/components/Icons/Battery80PercentIcon/Battery80PercentIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/Battery80PercentIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/Battery80PercentIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/BillMeIcon/BillMeIcon.js +51 -0
- package/build/lib/web/development/components/Icons/BillMeIcon/BillMeIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/BillMeIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/BillMeIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/NoSignalIcon/NoSignalIcon.js +37 -0
- package/build/lib/web/development/components/Icons/NoSignalIcon/NoSignalIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/NoSignalIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/NoSignalIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/Signal1BarIcon/Signal1BarIcon.js +37 -0
- package/build/lib/web/development/components/Icons/Signal1BarIcon/Signal1BarIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/Signal1BarIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/Signal1BarIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/Signal2BarIcon/Signal2BarIcon.js +37 -0
- package/build/lib/web/development/components/Icons/Signal2BarIcon/Signal2BarIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/Signal2BarIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/Signal2BarIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/Signal3BarIcon/Signal3BarIcon.js +37 -0
- package/build/lib/web/development/components/Icons/Signal3BarIcon/Signal3BarIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/Signal3BarIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/Signal3BarIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/Signal4BarIcon/Signal4BarIcon.js +37 -0
- package/build/lib/web/development/components/Icons/Signal4BarIcon/Signal4BarIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/Signal4BarIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/Signal4BarIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/SignalIcon/SignalIcon.js +37 -0
- package/build/lib/web/development/components/Icons/SignalIcon/SignalIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/SignalIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/SignalIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/SimCardIcon/SimCardIcon.js +57 -0
- package/build/lib/web/development/components/Icons/SimCardIcon/SimCardIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/SimCardIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/SimCardIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/TwitterIcon/TwitterIcon.js +1 -1
- package/build/lib/web/development/components/Icons/TwitterIcon/TwitterIcon.js.map +1 -1
- package/build/lib/web/development/components/Icons/UpiIcon/UpiIcon.js +39 -0
- package/build/lib/web/development/components/Icons/UpiIcon/UpiIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/UpiIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/UpiIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/YoutubeIcon/YoutubeIcon.js +44 -0
- package/build/lib/web/development/components/Icons/YoutubeIcon/YoutubeIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/YoutubeIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/YoutubeIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/index.js +15 -0
- package/build/lib/web/development/components/Icons/index.js.map +1 -1
- package/build/lib/web/development/components/Input/TextInput/TextInput.js.map +1 -1
- package/build/lib/web/development/components/Modal/ModalBody.web.js.map +1 -1
- package/build/lib/web/development/components/index.js +15 -0
- package/build/lib/web/development/components/index.js.map +1 -1
- package/build/lib/web/development/utils/useCallbackRef.js +31 -0
- package/build/lib/web/development/utils/useCallbackRef.js.map +1 -0
- package/build/lib/web/development/utils/useControllable.js +13 -5
- package/build/lib/web/development/utils/useControllable.js.map +1 -1
- package/build/lib/web/production/components/Box/BaseBox/types/propsTypes.js.map +1 -1
- package/build/lib/web/production/components/Card/Card.js.map +1 -1
- package/build/lib/web/production/components/Carousel/Carousel.web.js +65 -57
- package/build/lib/web/production/components/Carousel/Carousel.web.js.map +1 -1
- package/build/lib/web/production/components/Icons/Battery100PercentIcon/Battery100PercentIcon.js +57 -0
- package/build/lib/web/production/components/Icons/Battery100PercentIcon/Battery100PercentIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/Battery100PercentIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/Battery100PercentIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/Battery20PercentIcon/Battery20PercentIcon.js +45 -0
- package/build/lib/web/production/components/Icons/Battery20PercentIcon/Battery20PercentIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/Battery20PercentIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/Battery20PercentIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/Battery40PercentIcon/Battery40PercentIcon.js +48 -0
- package/build/lib/web/production/components/Icons/Battery40PercentIcon/Battery40PercentIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/Battery40PercentIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/Battery40PercentIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/Battery60PercentIcon/Battery60PercentIcon.js +51 -0
- package/build/lib/web/production/components/Icons/Battery60PercentIcon/Battery60PercentIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/Battery60PercentIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/Battery60PercentIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/Battery80PercentIcon/Battery80PercentIcon.js +54 -0
- package/build/lib/web/production/components/Icons/Battery80PercentIcon/Battery80PercentIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/Battery80PercentIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/Battery80PercentIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/BillMeIcon/BillMeIcon.js +51 -0
- package/build/lib/web/production/components/Icons/BillMeIcon/BillMeIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/BillMeIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/BillMeIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/NoSignalIcon/NoSignalIcon.js +37 -0
- package/build/lib/web/production/components/Icons/NoSignalIcon/NoSignalIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/NoSignalIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/NoSignalIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/Signal1BarIcon/Signal1BarIcon.js +37 -0
- package/build/lib/web/production/components/Icons/Signal1BarIcon/Signal1BarIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/Signal1BarIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/Signal1BarIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/Signal2BarIcon/Signal2BarIcon.js +37 -0
- package/build/lib/web/production/components/Icons/Signal2BarIcon/Signal2BarIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/Signal2BarIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/Signal2BarIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/Signal3BarIcon/Signal3BarIcon.js +37 -0
- package/build/lib/web/production/components/Icons/Signal3BarIcon/Signal3BarIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/Signal3BarIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/Signal3BarIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/Signal4BarIcon/Signal4BarIcon.js +37 -0
- package/build/lib/web/production/components/Icons/Signal4BarIcon/Signal4BarIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/Signal4BarIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/Signal4BarIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/SignalIcon/SignalIcon.js +37 -0
- package/build/lib/web/production/components/Icons/SignalIcon/SignalIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/SignalIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/SignalIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/SimCardIcon/SimCardIcon.js +57 -0
- package/build/lib/web/production/components/Icons/SimCardIcon/SimCardIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/SimCardIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/SimCardIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/TwitterIcon/TwitterIcon.js +1 -1
- package/build/lib/web/production/components/Icons/TwitterIcon/TwitterIcon.js.map +1 -1
- package/build/lib/web/production/components/Icons/UpiIcon/UpiIcon.js +39 -0
- package/build/lib/web/production/components/Icons/UpiIcon/UpiIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/UpiIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/UpiIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/YoutubeIcon/YoutubeIcon.js +44 -0
- package/build/lib/web/production/components/Icons/YoutubeIcon/YoutubeIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/YoutubeIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/YoutubeIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/index.js +15 -0
- package/build/lib/web/production/components/Icons/index.js.map +1 -1
- package/build/lib/web/production/components/Input/TextInput/TextInput.js.map +1 -1
- package/build/lib/web/production/components/Modal/ModalBody.web.js.map +1 -1
- package/build/lib/web/production/components/index.js +15 -0
- package/build/lib/web/production/components/index.js.map +1 -1
- package/build/lib/web/production/utils/useCallbackRef.js +31 -0
- package/build/lib/web/production/utils/useCallbackRef.js.map +1 -0
- package/build/lib/web/production/utils/useControllable.js +13 -5
- package/build/lib/web/production/utils/useControllable.js.map +1 -1
- package/build/types/components/index.d.ts +64 -23
- package/build/types/components/index.native.d.ts +62 -21
- package/codemods/aicodemod/README.md +26 -0
- package/codemods/aicodemod/bin.mjs +128 -0
- package/codemods/aicodemod/knowledge/Table.md +596 -0
- package/codemods/aicodemod/knowledge/presets/dashboard/table-pattern-1.md +319 -0
- package/package.json +4 -2
|
@@ -767,7 +767,7 @@ type PaddingProps = MakeObjectResponsive<{
|
|
|
767
767
|
* - `spacing.10` - 48px
|
|
768
768
|
* - `spacing.11` - 56px
|
|
769
769
|
*
|
|
770
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
770
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
771
771
|
*
|
|
772
772
|
*/
|
|
773
773
|
padding: SpacingValueType | ArrayOfMaxLength4<SpacingValueType>;
|
|
@@ -797,7 +797,7 @@ type PaddingProps = MakeObjectResponsive<{
|
|
|
797
797
|
* - `spacing.10` - 48px
|
|
798
798
|
* - `spacing.11` - 56px
|
|
799
799
|
*
|
|
800
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
800
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
801
801
|
*
|
|
802
802
|
*/
|
|
803
803
|
paddingX: SpacingValueType;
|
|
@@ -827,7 +827,7 @@ type PaddingProps = MakeObjectResponsive<{
|
|
|
827
827
|
* - `spacing.10` - 48px
|
|
828
828
|
* - `spacing.11` - 56px
|
|
829
829
|
*
|
|
830
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
830
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
831
831
|
*
|
|
832
832
|
*/
|
|
833
833
|
paddingY: SpacingValueType;
|
|
@@ -857,7 +857,7 @@ type PaddingProps = MakeObjectResponsive<{
|
|
|
857
857
|
* - `spacing.10` - 48px
|
|
858
858
|
* - `spacing.11` - 56px
|
|
859
859
|
*
|
|
860
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
860
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
861
861
|
*/
|
|
862
862
|
paddingTop: SpacingValueType;
|
|
863
863
|
/**
|
|
@@ -886,7 +886,7 @@ type PaddingProps = MakeObjectResponsive<{
|
|
|
886
886
|
* - `spacing.10` - 48px
|
|
887
887
|
* - `spacing.11` - 56px
|
|
888
888
|
*
|
|
889
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
889
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
890
890
|
*/
|
|
891
891
|
paddingRight: SpacingValueType;
|
|
892
892
|
/**
|
|
@@ -915,7 +915,7 @@ type PaddingProps = MakeObjectResponsive<{
|
|
|
915
915
|
* - `spacing.10` - 48px
|
|
916
916
|
* - `spacing.11` - 56px
|
|
917
917
|
*
|
|
918
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
918
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
919
919
|
*/
|
|
920
920
|
paddingBottom: SpacingValueType;
|
|
921
921
|
/**
|
|
@@ -944,7 +944,7 @@ type PaddingProps = MakeObjectResponsive<{
|
|
|
944
944
|
* - `spacing.10` - 48px
|
|
945
945
|
* - `spacing.11` - 56px
|
|
946
946
|
*
|
|
947
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
947
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
948
948
|
*/
|
|
949
949
|
paddingLeft: SpacingValueType;
|
|
950
950
|
}>;
|
|
@@ -976,7 +976,7 @@ type MarginProps = MakeObjectResponsive<{
|
|
|
976
976
|
* - `spacing.10` - 48px
|
|
977
977
|
* - `spacing.11` - 56px
|
|
978
978
|
*
|
|
979
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
979
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
980
980
|
*
|
|
981
981
|
*/
|
|
982
982
|
margin: SpacingValueType | ArrayOfMaxLength4<SpacingValueType>;
|
|
@@ -1006,7 +1006,7 @@ type MarginProps = MakeObjectResponsive<{
|
|
|
1006
1006
|
* - `spacing.10` - 48px
|
|
1007
1007
|
* - `spacing.11` - 56px
|
|
1008
1008
|
*
|
|
1009
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
1009
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
1010
1010
|
*
|
|
1011
1011
|
*/
|
|
1012
1012
|
marginX: SpacingValueType;
|
|
@@ -1036,7 +1036,7 @@ type MarginProps = MakeObjectResponsive<{
|
|
|
1036
1036
|
* - `spacing.10` - 48px
|
|
1037
1037
|
* - `spacing.11` - 56px
|
|
1038
1038
|
*
|
|
1039
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
1039
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
1040
1040
|
*
|
|
1041
1041
|
*/
|
|
1042
1042
|
marginY: SpacingValueType;
|
|
@@ -1066,7 +1066,7 @@ type MarginProps = MakeObjectResponsive<{
|
|
|
1066
1066
|
* - `spacing.10` - 48px
|
|
1067
1067
|
* - `spacing.11` - 56px
|
|
1068
1068
|
*
|
|
1069
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
1069
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
1070
1070
|
*/
|
|
1071
1071
|
marginTop: SpacingValueType;
|
|
1072
1072
|
/**
|
|
@@ -1095,7 +1095,7 @@ type MarginProps = MakeObjectResponsive<{
|
|
|
1095
1095
|
* - `spacing.10` - 48px
|
|
1096
1096
|
* - `spacing.11` - 56px
|
|
1097
1097
|
*
|
|
1098
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
1098
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
1099
1099
|
*/
|
|
1100
1100
|
marginRight: SpacingValueType;
|
|
1101
1101
|
/**
|
|
@@ -1124,7 +1124,7 @@ type MarginProps = MakeObjectResponsive<{
|
|
|
1124
1124
|
* - `spacing.10` - 48px
|
|
1125
1125
|
* - `spacing.11` - 56px
|
|
1126
1126
|
*
|
|
1127
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
1127
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
1128
1128
|
*/
|
|
1129
1129
|
marginBottom: SpacingValueType;
|
|
1130
1130
|
/**
|
|
@@ -1153,7 +1153,7 @@ type MarginProps = MakeObjectResponsive<{
|
|
|
1153
1153
|
* - `spacing.10` - 48px
|
|
1154
1154
|
* - `spacing.11` - 56px
|
|
1155
1155
|
*
|
|
1156
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
1156
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
1157
1157
|
*/
|
|
1158
1158
|
marginLeft: SpacingValueType;
|
|
1159
1159
|
}>;
|
|
@@ -1284,7 +1284,7 @@ type CommonBoxVisualProps = MakeObjectResponsive<{
|
|
|
1284
1284
|
* @default `theme.elevation.lowRaised`
|
|
1285
1285
|
*
|
|
1286
1286
|
* **Links:**
|
|
1287
|
-
* - Docs: https://blade.razorpay.com/?path=/docs/tokens-elevation--
|
|
1287
|
+
* - Docs: https://blade.razorpay.com/?path=/docs/tokens-elevation--docs
|
|
1288
1288
|
*/
|
|
1289
1289
|
elevation?: keyof Elevation;
|
|
1290
1290
|
}>;
|
|
@@ -2023,6 +2023,16 @@ declare const BarChartIcon: IconComponent;
|
|
|
2023
2023
|
|
|
2024
2024
|
declare const BarCodeIcon: IconComponent;
|
|
2025
2025
|
|
|
2026
|
+
declare const Battery100PercentIcon: IconComponent;
|
|
2027
|
+
|
|
2028
|
+
declare const Battery20PercentIcon: IconComponent;
|
|
2029
|
+
|
|
2030
|
+
declare const Battery40PercentIcon: IconComponent;
|
|
2031
|
+
|
|
2032
|
+
declare const Battery60PercentIcon: IconComponent;
|
|
2033
|
+
|
|
2034
|
+
declare const Battery80PercentIcon: IconComponent;
|
|
2035
|
+
|
|
2026
2036
|
declare const BatteryChargingIcon: IconComponent;
|
|
2027
2037
|
|
|
2028
2038
|
declare const BatteryIcon: IconComponent;
|
|
@@ -2035,6 +2045,8 @@ declare const BfsiIcon: IconComponent;
|
|
|
2035
2045
|
|
|
2036
2046
|
declare const BillIcon: IconComponent;
|
|
2037
2047
|
|
|
2048
|
+
declare const BillMeIcon: IconComponent;
|
|
2049
|
+
|
|
2038
2050
|
declare const BluetoothIcon: IconComponent;
|
|
2039
2051
|
|
|
2040
2052
|
declare const BoldIcon: IconComponent;
|
|
@@ -2361,6 +2373,8 @@ declare const MyAccountIcon: IconComponent;
|
|
|
2361
2373
|
|
|
2362
2374
|
declare const NavigationIcon: IconComponent;
|
|
2363
2375
|
|
|
2376
|
+
declare const NoSignalIcon: IconComponent;
|
|
2377
|
+
|
|
2364
2378
|
declare const OctagonIcon: IconComponent;
|
|
2365
2379
|
|
|
2366
2380
|
declare const OffersIcon: IconComponent;
|
|
@@ -2497,6 +2511,18 @@ declare const ShuffleIcon: IconComponent;
|
|
|
2497
2511
|
|
|
2498
2512
|
declare const SidebarIcon: IconComponent;
|
|
2499
2513
|
|
|
2514
|
+
declare const Signal1BarIcon: IconComponent;
|
|
2515
|
+
|
|
2516
|
+
declare const Signal2BarIcon: IconComponent;
|
|
2517
|
+
|
|
2518
|
+
declare const Signal3BarIcon: IconComponent;
|
|
2519
|
+
|
|
2520
|
+
declare const Signal4BarIcon: IconComponent;
|
|
2521
|
+
|
|
2522
|
+
declare const SignalIcon: IconComponent;
|
|
2523
|
+
|
|
2524
|
+
declare const SimCardIcon: IconComponent;
|
|
2525
|
+
|
|
2500
2526
|
declare const SkipBackIcon: IconComponent;
|
|
2501
2527
|
|
|
2502
2528
|
declare const SkipForwardIcon: IconComponent;
|
|
@@ -2589,6 +2615,8 @@ declare const UnlockIcon: IconComponent;
|
|
|
2589
2615
|
|
|
2590
2616
|
declare const UpiAutopayIcon: IconComponent;
|
|
2591
2617
|
|
|
2618
|
+
declare const UpiIcon: IconComponent;
|
|
2619
|
+
|
|
2592
2620
|
declare const UploadCloudIcon: IconComponent;
|
|
2593
2621
|
|
|
2594
2622
|
declare const UploadIcon: IconComponent;
|
|
@@ -2637,6 +2665,8 @@ declare const XCircleIcon: IconComponent;
|
|
|
2637
2665
|
|
|
2638
2666
|
declare const XSquareIcon: IconComponent;
|
|
2639
2667
|
|
|
2668
|
+
declare const YoutubeIcon: IconComponent;
|
|
2669
|
+
|
|
2640
2670
|
declare const ZapIcon: IconComponent;
|
|
2641
2671
|
|
|
2642
2672
|
declare const ZoomInIcon: IconComponent;
|
|
@@ -4372,7 +4402,7 @@ type BottomSheetBodyProps = {
|
|
|
4372
4402
|
* @default `spacing.5`
|
|
4373
4403
|
*
|
|
4374
4404
|
* **Links:**
|
|
4375
|
-
* - Docs: https://blade.razorpay.com/?path=/docs/tokens-spacing--
|
|
4405
|
+
* - Docs: https://blade.razorpay.com/?path=/docs/tokens-spacing--docs
|
|
4376
4406
|
*/
|
|
4377
4407
|
padding?: Extract<SpacingValueType, 'spacing.0' | 'spacing.5'>;
|
|
4378
4408
|
overflow?: BaseBoxProps['overflow'];
|
|
@@ -4824,7 +4854,7 @@ type CardProps = {
|
|
|
4824
4854
|
* @default `theme.elevation.lowRaised`
|
|
4825
4855
|
*
|
|
4826
4856
|
* **Links:**
|
|
4827
|
-
* - Docs: https://blade.razorpay.com/?path=/docs/tokens-elevation--
|
|
4857
|
+
* - Docs: https://blade.razorpay.com/?path=/docs/tokens-elevation--docs
|
|
4828
4858
|
*/
|
|
4829
4859
|
elevation?: keyof Elevation;
|
|
4830
4860
|
/**
|
|
@@ -4832,7 +4862,7 @@ type CardProps = {
|
|
|
4832
4862
|
* @default `spacing.7`
|
|
4833
4863
|
*
|
|
4834
4864
|
* **Links:**
|
|
4835
|
-
* - Docs: https://blade.razorpay.com/?path=/docs/tokens-spacing--
|
|
4865
|
+
* - Docs: https://blade.razorpay.com/?path=/docs/tokens-spacing--docs
|
|
4836
4866
|
*/
|
|
4837
4867
|
padding?: CardSpacingValueType;
|
|
4838
4868
|
/**
|
|
@@ -5186,6 +5216,14 @@ type SurfaceTokens = DotNotationToken<Theme['colors']['surface']['background']>;
|
|
|
5186
5216
|
type OverlayTokens = DotNotationToken<Theme['colors']['overlay']>;
|
|
5187
5217
|
type OverlayColor = `interactive.background.${InteractiveTokens}` | `feedback.background.${FeedbackTokens}` | `surface.background.${SurfaceTokens}` | `overlay.${OverlayTokens}`;
|
|
5188
5218
|
type CarouselProps = {
|
|
5219
|
+
/**
|
|
5220
|
+
* Sets the initial active slide index
|
|
5221
|
+
*/
|
|
5222
|
+
defaultActiveSlide?: number;
|
|
5223
|
+
/**
|
|
5224
|
+
* Active slide index, if provided the carousel will be controlled
|
|
5225
|
+
*/
|
|
5226
|
+
activeSlide?: number;
|
|
5189
5227
|
/**
|
|
5190
5228
|
* Accepts CarouselItem
|
|
5191
5229
|
*/
|
|
@@ -5260,7 +5298,7 @@ type CarouselProps = {
|
|
|
5260
5298
|
*/
|
|
5261
5299
|
carouselItemAlignment?: BoxProps['alignItems'];
|
|
5262
5300
|
/**
|
|
5263
|
-
* Callback which gets fired everytime a slide changes,
|
|
5301
|
+
* Callback which gets fired everytime a slide changes, can be used to to make the carousel controlled
|
|
5264
5302
|
*
|
|
5265
5303
|
* @default undefined
|
|
5266
5304
|
*/
|
|
@@ -5271,10 +5309,13 @@ type CarouselProps = {
|
|
|
5271
5309
|
* @default undefined
|
|
5272
5310
|
*/
|
|
5273
5311
|
accessibilityLabel?: string;
|
|
5312
|
+
/**
|
|
5313
|
+
* Sets the height of the carousel
|
|
5314
|
+
*/
|
|
5274
5315
|
height?: BoxProps['height'];
|
|
5275
5316
|
} & StyledPropsBlade;
|
|
5276
5317
|
|
|
5277
|
-
declare const Carousel: ({ autoPlay, visibleItems, showIndicators, navigationButtonPosition, children, shouldAddStartEndSpacing, carouselItemWidth, scrollOverlayColor, accessibilityLabel, onChange, indicatorVariant, navigationButtonVariant, carouselItemAlignment, height, ...props }: CarouselProps) => React__default.ReactElement;
|
|
5318
|
+
declare const Carousel: ({ autoPlay, visibleItems, showIndicators, navigationButtonPosition, children, shouldAddStartEndSpacing, carouselItemWidth, scrollOverlayColor, accessibilityLabel, onChange, indicatorVariant, navigationButtonVariant, carouselItemAlignment, height, defaultActiveSlide, activeSlide: activeSlideProp, ...props }: CarouselProps) => React__default.ReactElement;
|
|
5278
5319
|
|
|
5279
5320
|
type CarouselItemProps = {
|
|
5280
5321
|
id?: string;
|
|
@@ -7397,7 +7438,7 @@ type TaggedInputProps = {
|
|
|
7397
7438
|
};
|
|
7398
7439
|
|
|
7399
7440
|
type Type = Exclude<BaseInputProps['type'], 'password'>;
|
|
7400
|
-
type TextInputCommonProps = Pick<BaseInputProps, 'label' | 'accessibilityLabel' | 'labelPosition' | 'necessityIndicator' | 'validationState' | 'helpText' | 'errorText' | 'successText' | 'placeholder' | 'defaultValue' | 'name' | 'onChange' | 'onFocus' | 'onBlur' | 'value' | 'isDisabled' | 'isRequired' | 'prefix' | 'suffix' | 'maxCharacters' | 'autoFocus' | 'keyboardReturnKeyType' | 'autoCompleteSuggestionType' | 'onSubmit' | 'autoCapitalize' | 'testID' | 'onClick' | 'size' | 'leadingIcon' | 'trailingButton' | 'trailingIcon'> & {
|
|
7441
|
+
type TextInputCommonProps = Pick<BaseInputProps, 'label' | 'accessibilityLabel' | 'labelPosition' | 'necessityIndicator' | 'validationState' | 'helpText' | 'errorText' | 'successText' | 'placeholder' | 'defaultValue' | 'name' | 'onChange' | 'onFocus' | 'onBlur' | 'value' | 'isDisabled' | 'isRequired' | 'prefix' | 'suffix' | 'maxCharacters' | 'autoFocus' | 'keyboardReturnKeyType' | 'autoCompleteSuggestionType' | 'onSubmit' | 'autoCapitalize' | 'testID' | 'onClick' | 'size' | 'leadingIcon' | 'trailingButton' | 'trailingIcon' | 'textAlign'> & {
|
|
7401
7442
|
/**
|
|
7402
7443
|
* Decides whether to render a clear icon button
|
|
7403
7444
|
*/
|
|
@@ -9676,7 +9717,7 @@ type ModalBodyProps = {
|
|
|
9676
9717
|
* @default `spacing.6`
|
|
9677
9718
|
*
|
|
9678
9719
|
* **Links:**
|
|
9679
|
-
* - Docs: https://blade.razorpay.com/?path=/docs/tokens-spacing--
|
|
9720
|
+
* - Docs: https://blade.razorpay.com/?path=/docs/tokens-spacing--docs
|
|
9680
9721
|
*/
|
|
9681
9722
|
padding?: Extract<SpacingValueType, 'spacing.0' | 'spacing.6'>;
|
|
9682
9723
|
};
|
|
@@ -13372,4 +13413,4 @@ declare const VisuallyHidden: ({ children, testID }: VisuallyHiddenProps) => Rea
|
|
|
13372
13413
|
*/
|
|
13373
13414
|
declare const screenReaderStyles: CSSObject;
|
|
13374
13415
|
|
|
13375
|
-
export { AcceptPaymentsIcon, Accordion, AccordionItem, AccordionItemBody, AccordionItemHeader, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemAvatar, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActivityIcon, AddressBookIcon, AffordabilityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AttachmentIcon, AutoComplete, AutoCompleteProps, AutomateAccountingIcon, AutomatePayrollIcon, Avatar, AvatarGroup, AvatarGroupProps, AvatarProps, AwardIcon, Badge, BadgeProps, BankAccountVerificationIcon, BankIcon, BarChartAltIcon, BarChartIcon, BarCodeIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BfsiIcon, BillIcon, BladeCommonEvents, BladeFile, BladeFileList, 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, BulkPayoutsIcon, BusinessBankingIcon, BusinessSpendManagementIcon, Button, ButtonGroup, ButtonGroupProps, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderAmount, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, Carousel, CarouselItem, CarouselProps, CashIcon, CastIcon, CheckCircle2Icon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, Chip, ChipGroup, ChipGroupProps, ChipProps, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, ClosedCaptioningIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodeSnippetIcon, CodepenIcon, CoinIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompanyRegistrationIcon, CompassIcon, ComponentIds, ConfettiIcon, ContactlessPaymentIcon, CookieIcon, CopyIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CreditsAndLoansIcon, CropIcon, CrosshairIcon, CurrentAccountIcon, CustomersIcon, CutIcon, DashboardIcon, DatePicker, DatePickerProps, DeleteIcon, DigitalLendingIcon, DisbursePaymentsIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DotIcon, DownloadCloudIcon, DownloadIcon, Drawer, DrawerBody, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EcommerceIcon, EditComposeIcon, EditIcon, EditInlineIcon, EducationIcon, EqualsIcon, EscrowAccountIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileUpload, FileUploadProps, FileZipIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, ForexManagementIcon, FreelanceIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphoneIcon, HeadphonesIcon, HeadsetIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconColors, IconComponent, IconProps, IconSize, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InstantSettlementIcon, InternationalPaymentsIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, LoaderIcon, LoansForBusinessesIcon, LockIcon, LogInIcon, LogOutIcon, MagicCheckoutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, Menu, MenuDivider, MenuDotsIcon, MenuFooter, MenuFooterProps, MenuHeader, MenuHeaderProps, MenuIcon, MenuItem, MenuItemProps, MenuOverlay, MenuOverlayProps, MenuProps, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MobileAppIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, OptimizerIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonIcon, PaymentButtonsIcon, PaymentGatewayIcon, PaymentLinkIcon, PaymentLinksIcon, PaymentPagesIcon, PayoutLinkIcon, PayrollAddonsIcon, PayrollForCaIcon, PayrollForStartupOrSmeIcon, PercentIcon, PettyCashBudgetIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneNumberInput, PhoneNumberInputProps, PhoneOffIcon, PhoneOutgoingIcon, PictureInPictureIcon, PieChartIcon, PinIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PosIcon, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RazorpayxPayrollIcon, RefreshIcon, RepeatIcon, ReportsIcon, ResizerIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RouteIcon, RoutesIcon, RupeeIcon, RupeesIcon, SIDE_NAV_EXPANDED_L1_WIDTH_BASE, SIDE_NAV_EXPANDED_L1_WIDTH_XL, SaasIcon, SaveIcon, ScissorsIcon, SearchIcon, SearchInput, SearchInputProps, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SideNav, SideNavBody, SideNavFooter, SideNavFooterProps, SideNavItem, SideNavItemProps, SideNavLevel, SideNavLink, SideNavLinkProps, SideNavProps, SideNavSection, SideNavSectionProps, SidebarIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SolutionsIcon, SourceToPayIcon, SparklesIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTour, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, StampIcon, StarIcon, StepGroup, StepGroupProps, StepItem, StepItemIcon, StepItemIndicator, StepItemProps, StopCircleIcon, StorefrontIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabItem, TabItemProps, TabList, TabNav, TabNavItem, TabNavItemData, TabNavItemProps, TabNavItems, 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, TableProps, TableRow, TableRowProps, TableToolbar, TableToolbarActions, TableToolbarActionsProps, TableToolbarProps, TabletIcon, Tabs, TabsProps, Tag, TagIcon, TagProps, TargetIcon, TaxPaymentsIcon, TestIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, TicketIcon, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, TokenHqIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TopNav, TopNavActions, TopNavBrand, TopNavContent, TopNavProps, TrademarkIcon, TrademarkRegisteredIcon, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TrustedBadgeIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UpiAutopayIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VendorPaymentsIcon, VideoIcon, VideoOffIcon, ViewLiveDemoIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WalletIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, drawerPadding, getHeadingProps, getTextProps, screenReaderStyles, useTheme, useToast };
|
|
13416
|
+
export { AcceptPaymentsIcon, Accordion, AccordionItem, AccordionItemBody, AccordionItemHeader, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemAvatar, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActivityIcon, AddressBookIcon, AffordabilityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AttachmentIcon, AutoComplete, AutoCompleteProps, AutomateAccountingIcon, AutomatePayrollIcon, Avatar, AvatarGroup, AvatarGroupProps, AvatarProps, AwardIcon, Badge, BadgeProps, BankAccountVerificationIcon, BankIcon, BarChartAltIcon, BarChartIcon, BarCodeIcon, Battery100PercentIcon, Battery20PercentIcon, Battery40PercentIcon, Battery60PercentIcon, Battery80PercentIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BfsiIcon, BillIcon, BillMeIcon, BladeCommonEvents, BladeFile, BladeFileList, 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, BulkPayoutsIcon, BusinessBankingIcon, BusinessSpendManagementIcon, Button, ButtonGroup, ButtonGroupProps, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderAmount, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, Carousel, CarouselItem, CarouselProps, CashIcon, CastIcon, CheckCircle2Icon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, Chip, ChipGroup, ChipGroupProps, ChipProps, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, ClosedCaptioningIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodeSnippetIcon, CodepenIcon, CoinIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompanyRegistrationIcon, CompassIcon, ComponentIds, ConfettiIcon, ContactlessPaymentIcon, CookieIcon, CopyIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CreditsAndLoansIcon, CropIcon, CrosshairIcon, CurrentAccountIcon, CustomersIcon, CutIcon, DashboardIcon, DatePicker, DatePickerProps, DeleteIcon, DigitalLendingIcon, DisbursePaymentsIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DotIcon, DownloadCloudIcon, DownloadIcon, Drawer, DrawerBody, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EcommerceIcon, EditComposeIcon, EditIcon, EditInlineIcon, EducationIcon, EqualsIcon, EscrowAccountIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileUpload, FileUploadProps, FileZipIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, ForexManagementIcon, FreelanceIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphoneIcon, HeadphonesIcon, HeadsetIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconColors, IconComponent, IconProps, IconSize, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InstantSettlementIcon, InternationalPaymentsIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, LoaderIcon, LoansForBusinessesIcon, LockIcon, LogInIcon, LogOutIcon, MagicCheckoutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, Menu, MenuDivider, MenuDotsIcon, MenuFooter, MenuFooterProps, MenuHeader, MenuHeaderProps, MenuIcon, MenuItem, MenuItemProps, MenuOverlay, MenuOverlayProps, MenuProps, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MobileAppIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, NoSignalIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, OptimizerIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonIcon, PaymentButtonsIcon, PaymentGatewayIcon, PaymentLinkIcon, PaymentLinksIcon, PaymentPagesIcon, PayoutLinkIcon, PayrollAddonsIcon, PayrollForCaIcon, PayrollForStartupOrSmeIcon, PercentIcon, PettyCashBudgetIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneNumberInput, PhoneNumberInputProps, PhoneOffIcon, PhoneOutgoingIcon, PictureInPictureIcon, PieChartIcon, PinIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PosIcon, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RazorpayxPayrollIcon, RefreshIcon, RepeatIcon, ReportsIcon, ResizerIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RouteIcon, RoutesIcon, RupeeIcon, RupeesIcon, SIDE_NAV_EXPANDED_L1_WIDTH_BASE, SIDE_NAV_EXPANDED_L1_WIDTH_XL, SaasIcon, SaveIcon, ScissorsIcon, SearchIcon, SearchInput, SearchInputProps, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SideNav, SideNavBody, SideNavFooter, SideNavFooterProps, SideNavItem, SideNavItemProps, SideNavLevel, SideNavLink, SideNavLinkProps, SideNavProps, SideNavSection, SideNavSectionProps, SidebarIcon, Signal1BarIcon, Signal2BarIcon, Signal3BarIcon, Signal4BarIcon, SignalIcon, SimCardIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SolutionsIcon, SourceToPayIcon, SparklesIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTour, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, StampIcon, StarIcon, StepGroup, StepGroupProps, StepItem, StepItemIcon, StepItemIndicator, StepItemProps, StopCircleIcon, StorefrontIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabItem, TabItemProps, TabList, TabNav, TabNavItem, TabNavItemData, TabNavItemProps, TabNavItems, 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, TableProps, TableRow, TableRowProps, TableToolbar, TableToolbarActions, TableToolbarActionsProps, TableToolbarProps, TabletIcon, Tabs, TabsProps, Tag, TagIcon, TagProps, TargetIcon, TaxPaymentsIcon, TestIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, TicketIcon, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, TokenHqIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TopNav, TopNavActions, TopNavBrand, TopNavContent, TopNavProps, TrademarkIcon, TrademarkRegisteredIcon, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TrustedBadgeIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UpiAutopayIcon, UpiIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VendorPaymentsIcon, VideoIcon, VideoOffIcon, ViewLiveDemoIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WalletIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, drawerPadding, getHeadingProps, getTextProps, screenReaderStyles, useTheme, useToast };
|
|
@@ -766,7 +766,7 @@ type PaddingProps = MakeObjectResponsive<{
|
|
|
766
766
|
* - `spacing.10` - 48px
|
|
767
767
|
* - `spacing.11` - 56px
|
|
768
768
|
*
|
|
769
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
769
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
770
770
|
*
|
|
771
771
|
*/
|
|
772
772
|
padding: SpacingValueType | ArrayOfMaxLength4<SpacingValueType>;
|
|
@@ -796,7 +796,7 @@ type PaddingProps = MakeObjectResponsive<{
|
|
|
796
796
|
* - `spacing.10` - 48px
|
|
797
797
|
* - `spacing.11` - 56px
|
|
798
798
|
*
|
|
799
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
799
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
800
800
|
*
|
|
801
801
|
*/
|
|
802
802
|
paddingX: SpacingValueType;
|
|
@@ -826,7 +826,7 @@ type PaddingProps = MakeObjectResponsive<{
|
|
|
826
826
|
* - `spacing.10` - 48px
|
|
827
827
|
* - `spacing.11` - 56px
|
|
828
828
|
*
|
|
829
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
829
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
830
830
|
*
|
|
831
831
|
*/
|
|
832
832
|
paddingY: SpacingValueType;
|
|
@@ -856,7 +856,7 @@ type PaddingProps = MakeObjectResponsive<{
|
|
|
856
856
|
* - `spacing.10` - 48px
|
|
857
857
|
* - `spacing.11` - 56px
|
|
858
858
|
*
|
|
859
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
859
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
860
860
|
*/
|
|
861
861
|
paddingTop: SpacingValueType;
|
|
862
862
|
/**
|
|
@@ -885,7 +885,7 @@ type PaddingProps = MakeObjectResponsive<{
|
|
|
885
885
|
* - `spacing.10` - 48px
|
|
886
886
|
* - `spacing.11` - 56px
|
|
887
887
|
*
|
|
888
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
888
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
889
889
|
*/
|
|
890
890
|
paddingRight: SpacingValueType;
|
|
891
891
|
/**
|
|
@@ -914,7 +914,7 @@ type PaddingProps = MakeObjectResponsive<{
|
|
|
914
914
|
* - `spacing.10` - 48px
|
|
915
915
|
* - `spacing.11` - 56px
|
|
916
916
|
*
|
|
917
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
917
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
918
918
|
*/
|
|
919
919
|
paddingBottom: SpacingValueType;
|
|
920
920
|
/**
|
|
@@ -943,7 +943,7 @@ type PaddingProps = MakeObjectResponsive<{
|
|
|
943
943
|
* - `spacing.10` - 48px
|
|
944
944
|
* - `spacing.11` - 56px
|
|
945
945
|
*
|
|
946
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
946
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
947
947
|
*/
|
|
948
948
|
paddingLeft: SpacingValueType;
|
|
949
949
|
}>;
|
|
@@ -975,7 +975,7 @@ type MarginProps = MakeObjectResponsive<{
|
|
|
975
975
|
* - `spacing.10` - 48px
|
|
976
976
|
* - `spacing.11` - 56px
|
|
977
977
|
*
|
|
978
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
978
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
979
979
|
*
|
|
980
980
|
*/
|
|
981
981
|
margin: SpacingValueType | ArrayOfMaxLength4<SpacingValueType>;
|
|
@@ -1005,7 +1005,7 @@ type MarginProps = MakeObjectResponsive<{
|
|
|
1005
1005
|
* - `spacing.10` - 48px
|
|
1006
1006
|
* - `spacing.11` - 56px
|
|
1007
1007
|
*
|
|
1008
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
1008
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
1009
1009
|
*
|
|
1010
1010
|
*/
|
|
1011
1011
|
marginX: SpacingValueType;
|
|
@@ -1035,7 +1035,7 @@ type MarginProps = MakeObjectResponsive<{
|
|
|
1035
1035
|
* - `spacing.10` - 48px
|
|
1036
1036
|
* - `spacing.11` - 56px
|
|
1037
1037
|
*
|
|
1038
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
1038
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
1039
1039
|
*
|
|
1040
1040
|
*/
|
|
1041
1041
|
marginY: SpacingValueType;
|
|
@@ -1065,7 +1065,7 @@ type MarginProps = MakeObjectResponsive<{
|
|
|
1065
1065
|
* - `spacing.10` - 48px
|
|
1066
1066
|
* - `spacing.11` - 56px
|
|
1067
1067
|
*
|
|
1068
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
1068
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
1069
1069
|
*/
|
|
1070
1070
|
marginTop: SpacingValueType;
|
|
1071
1071
|
/**
|
|
@@ -1094,7 +1094,7 @@ type MarginProps = MakeObjectResponsive<{
|
|
|
1094
1094
|
* - `spacing.10` - 48px
|
|
1095
1095
|
* - `spacing.11` - 56px
|
|
1096
1096
|
*
|
|
1097
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
1097
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
1098
1098
|
*/
|
|
1099
1099
|
marginRight: SpacingValueType;
|
|
1100
1100
|
/**
|
|
@@ -1123,7 +1123,7 @@ type MarginProps = MakeObjectResponsive<{
|
|
|
1123
1123
|
* - `spacing.10` - 48px
|
|
1124
1124
|
* - `spacing.11` - 56px
|
|
1125
1125
|
*
|
|
1126
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
1126
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
1127
1127
|
*/
|
|
1128
1128
|
marginBottom: SpacingValueType;
|
|
1129
1129
|
/**
|
|
@@ -1152,7 +1152,7 @@ type MarginProps = MakeObjectResponsive<{
|
|
|
1152
1152
|
* - `spacing.10` - 48px
|
|
1153
1153
|
* - `spacing.11` - 56px
|
|
1154
1154
|
*
|
|
1155
|
-
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--
|
|
1155
|
+
* {@linkcode https://blade.razorpay.com/?path=/story/tokens-spacing--docs&globals=measureEnabled:false Spacing Token Ref}
|
|
1156
1156
|
*/
|
|
1157
1157
|
marginLeft: SpacingValueType;
|
|
1158
1158
|
}>;
|
|
@@ -1283,7 +1283,7 @@ type CommonBoxVisualProps = MakeObjectResponsive<{
|
|
|
1283
1283
|
* @default `theme.elevation.lowRaised`
|
|
1284
1284
|
*
|
|
1285
1285
|
* **Links:**
|
|
1286
|
-
* - Docs: https://blade.razorpay.com/?path=/docs/tokens-elevation--
|
|
1286
|
+
* - Docs: https://blade.razorpay.com/?path=/docs/tokens-elevation--docs
|
|
1287
1287
|
*/
|
|
1288
1288
|
elevation?: keyof Elevation;
|
|
1289
1289
|
}>;
|
|
@@ -1805,6 +1805,16 @@ declare const BarChartIcon: IconComponent;
|
|
|
1805
1805
|
|
|
1806
1806
|
declare const BarCodeIcon: IconComponent;
|
|
1807
1807
|
|
|
1808
|
+
declare const Battery100PercentIcon: IconComponent;
|
|
1809
|
+
|
|
1810
|
+
declare const Battery20PercentIcon: IconComponent;
|
|
1811
|
+
|
|
1812
|
+
declare const Battery40PercentIcon: IconComponent;
|
|
1813
|
+
|
|
1814
|
+
declare const Battery60PercentIcon: IconComponent;
|
|
1815
|
+
|
|
1816
|
+
declare const Battery80PercentIcon: IconComponent;
|
|
1817
|
+
|
|
1808
1818
|
declare const BatteryChargingIcon: IconComponent;
|
|
1809
1819
|
|
|
1810
1820
|
declare const BatteryIcon: IconComponent;
|
|
@@ -1817,6 +1827,8 @@ declare const BfsiIcon: IconComponent;
|
|
|
1817
1827
|
|
|
1818
1828
|
declare const BillIcon: IconComponent;
|
|
1819
1829
|
|
|
1830
|
+
declare const BillMeIcon: IconComponent;
|
|
1831
|
+
|
|
1820
1832
|
declare const BluetoothIcon: IconComponent;
|
|
1821
1833
|
|
|
1822
1834
|
declare const BoldIcon: IconComponent;
|
|
@@ -2143,6 +2155,8 @@ declare const MyAccountIcon: IconComponent;
|
|
|
2143
2155
|
|
|
2144
2156
|
declare const NavigationIcon: IconComponent;
|
|
2145
2157
|
|
|
2158
|
+
declare const NoSignalIcon: IconComponent;
|
|
2159
|
+
|
|
2146
2160
|
declare const OctagonIcon: IconComponent;
|
|
2147
2161
|
|
|
2148
2162
|
declare const OffersIcon: IconComponent;
|
|
@@ -2279,6 +2293,18 @@ declare const ShuffleIcon: IconComponent;
|
|
|
2279
2293
|
|
|
2280
2294
|
declare const SidebarIcon: IconComponent;
|
|
2281
2295
|
|
|
2296
|
+
declare const Signal1BarIcon: IconComponent;
|
|
2297
|
+
|
|
2298
|
+
declare const Signal2BarIcon: IconComponent;
|
|
2299
|
+
|
|
2300
|
+
declare const Signal3BarIcon: IconComponent;
|
|
2301
|
+
|
|
2302
|
+
declare const Signal4BarIcon: IconComponent;
|
|
2303
|
+
|
|
2304
|
+
declare const SignalIcon: IconComponent;
|
|
2305
|
+
|
|
2306
|
+
declare const SimCardIcon: IconComponent;
|
|
2307
|
+
|
|
2282
2308
|
declare const SkipBackIcon: IconComponent;
|
|
2283
2309
|
|
|
2284
2310
|
declare const SkipForwardIcon: IconComponent;
|
|
@@ -2371,6 +2397,8 @@ declare const UnlockIcon: IconComponent;
|
|
|
2371
2397
|
|
|
2372
2398
|
declare const UpiAutopayIcon: IconComponent;
|
|
2373
2399
|
|
|
2400
|
+
declare const UpiIcon: IconComponent;
|
|
2401
|
+
|
|
2374
2402
|
declare const UploadCloudIcon: IconComponent;
|
|
2375
2403
|
|
|
2376
2404
|
declare const UploadIcon: IconComponent;
|
|
@@ -2419,6 +2447,8 @@ declare const XCircleIcon: IconComponent;
|
|
|
2419
2447
|
|
|
2420
2448
|
declare const XSquareIcon: IconComponent;
|
|
2421
2449
|
|
|
2450
|
+
declare const YoutubeIcon: IconComponent;
|
|
2451
|
+
|
|
2422
2452
|
declare const ZapIcon: IconComponent;
|
|
2423
2453
|
|
|
2424
2454
|
declare const ZoomInIcon: IconComponent;
|
|
@@ -3534,7 +3564,7 @@ type BottomSheetBodyProps = {
|
|
|
3534
3564
|
* @default `spacing.5`
|
|
3535
3565
|
*
|
|
3536
3566
|
* **Links:**
|
|
3537
|
-
* - Docs: https://blade.razorpay.com/?path=/docs/tokens-spacing--
|
|
3567
|
+
* - Docs: https://blade.razorpay.com/?path=/docs/tokens-spacing--docs
|
|
3538
3568
|
*/
|
|
3539
3569
|
padding?: Extract<SpacingValueType, 'spacing.0' | 'spacing.5'>;
|
|
3540
3570
|
overflow?: BaseBoxProps['overflow'];
|
|
@@ -3915,7 +3945,7 @@ type CardProps = {
|
|
|
3915
3945
|
* @default `theme.elevation.lowRaised`
|
|
3916
3946
|
*
|
|
3917
3947
|
* **Links:**
|
|
3918
|
-
* - Docs: https://blade.razorpay.com/?path=/docs/tokens-elevation--
|
|
3948
|
+
* - Docs: https://blade.razorpay.com/?path=/docs/tokens-elevation--docs
|
|
3919
3949
|
*/
|
|
3920
3950
|
elevation?: keyof Elevation;
|
|
3921
3951
|
/**
|
|
@@ -3923,7 +3953,7 @@ type CardProps = {
|
|
|
3923
3953
|
* @default `spacing.7`
|
|
3924
3954
|
*
|
|
3925
3955
|
* **Links:**
|
|
3926
|
-
* - Docs: https://blade.razorpay.com/?path=/docs/tokens-spacing--
|
|
3956
|
+
* - Docs: https://blade.razorpay.com/?path=/docs/tokens-spacing--docs
|
|
3927
3957
|
*/
|
|
3928
3958
|
padding?: CardSpacingValueType;
|
|
3929
3959
|
/**
|
|
@@ -4277,6 +4307,14 @@ type SurfaceTokens = DotNotationToken<Theme['colors']['surface']['background']>;
|
|
|
4277
4307
|
type OverlayTokens = DotNotationToken<Theme['colors']['overlay']>;
|
|
4278
4308
|
type OverlayColor = `interactive.background.${InteractiveTokens}` | `feedback.background.${FeedbackTokens}` | `surface.background.${SurfaceTokens}` | `overlay.${OverlayTokens}`;
|
|
4279
4309
|
type CarouselProps = {
|
|
4310
|
+
/**
|
|
4311
|
+
* Sets the initial active slide index
|
|
4312
|
+
*/
|
|
4313
|
+
defaultActiveSlide?: number;
|
|
4314
|
+
/**
|
|
4315
|
+
* Active slide index, if provided the carousel will be controlled
|
|
4316
|
+
*/
|
|
4317
|
+
activeSlide?: number;
|
|
4280
4318
|
/**
|
|
4281
4319
|
* Accepts CarouselItem
|
|
4282
4320
|
*/
|
|
@@ -4351,7 +4389,7 @@ type CarouselProps = {
|
|
|
4351
4389
|
*/
|
|
4352
4390
|
carouselItemAlignment?: BoxProps['alignItems'];
|
|
4353
4391
|
/**
|
|
4354
|
-
* Callback which gets fired everytime a slide changes,
|
|
4392
|
+
* Callback which gets fired everytime a slide changes, can be used to to make the carousel controlled
|
|
4355
4393
|
*
|
|
4356
4394
|
* @default undefined
|
|
4357
4395
|
*/
|
|
@@ -4362,6 +4400,9 @@ type CarouselProps = {
|
|
|
4362
4400
|
* @default undefined
|
|
4363
4401
|
*/
|
|
4364
4402
|
accessibilityLabel?: string;
|
|
4403
|
+
/**
|
|
4404
|
+
* Sets the height of the carousel
|
|
4405
|
+
*/
|
|
4365
4406
|
height?: BoxProps['height'];
|
|
4366
4407
|
} & StyledPropsBlade;
|
|
4367
4408
|
|
|
@@ -6000,7 +6041,7 @@ type TaggedInputProps = {
|
|
|
6000
6041
|
};
|
|
6001
6042
|
|
|
6002
6043
|
type Type = Exclude<BaseInputProps['type'], 'password'>;
|
|
6003
|
-
type TextInputCommonProps = Pick<BaseInputProps, 'label' | 'accessibilityLabel' | 'labelPosition' | 'necessityIndicator' | 'validationState' | 'helpText' | 'errorText' | 'successText' | 'placeholder' | 'defaultValue' | 'name' | 'onChange' | 'onFocus' | 'onBlur' | 'value' | 'isDisabled' | 'isRequired' | 'prefix' | 'suffix' | 'maxCharacters' | 'autoFocus' | 'keyboardReturnKeyType' | 'autoCompleteSuggestionType' | 'onSubmit' | 'autoCapitalize' | 'testID' | 'onClick' | 'size' | 'leadingIcon' | 'trailingButton' | 'trailingIcon'> & {
|
|
6044
|
+
type TextInputCommonProps = Pick<BaseInputProps, 'label' | 'accessibilityLabel' | 'labelPosition' | 'necessityIndicator' | 'validationState' | 'helpText' | 'errorText' | 'successText' | 'placeholder' | 'defaultValue' | 'name' | 'onChange' | 'onFocus' | 'onBlur' | 'value' | 'isDisabled' | 'isRequired' | 'prefix' | 'suffix' | 'maxCharacters' | 'autoFocus' | 'keyboardReturnKeyType' | 'autoCompleteSuggestionType' | 'onSubmit' | 'autoCapitalize' | 'testID' | 'onClick' | 'size' | 'leadingIcon' | 'trailingButton' | 'trailingIcon' | 'textAlign'> & {
|
|
6004
6045
|
/**
|
|
6005
6046
|
* Decides whether to render a clear icon button
|
|
6006
6047
|
*/
|
|
@@ -9525,4 +9566,4 @@ declare const VisuallyHidden: ({ children, testID }: VisuallyHiddenProps) => Rea
|
|
|
9525
9566
|
*/
|
|
9526
9567
|
declare const screenReaderStyles: CSSObject;
|
|
9527
9568
|
|
|
9528
|
-
export { AcceptPaymentsIcon, Accordion, AccordionItem, AccordionItemBody, AccordionItemHeader, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemAvatar, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActivityIcon, AddressBookIcon, AffordabilityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AttachmentIcon, AutoComplete, AutoCompleteProps, AutomateAccountingIcon, AutomatePayrollIcon, Avatar, AvatarGroup, AwardIcon, Badge, BadgeProps, BankAccountVerificationIcon, BankIcon, BarChartAltIcon, BarChartIcon, BarCodeIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BfsiIcon, BillIcon, BladeCommonEvents, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomNav, BottomNavItem, BottomNavItemProps, BottomNavProps, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, Breadcrumb, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbProps, BriefcaseIcon, BugIcon, BuildingIcon, BulkPayoutsIcon, BusinessBankingIcon, BusinessSpendManagementIcon, Button, ButtonGroup, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderAmount, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, Carousel, CarouselItem, CarouselProps, CashIcon, CastIcon, CheckCircle2Icon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, Chip, ChipGroup, ChipGroupProps, ChipProps, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, ClosedCaptioningIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodeSnippetIcon, CodepenIcon, CoinIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompanyRegistrationIcon, CompassIcon, ComponentIds, ConfettiIcon, ContactlessPaymentIcon, CookieIcon, CopyIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CreditsAndLoansIcon, CropIcon, CrosshairIcon, CurrentAccountIcon, CustomersIcon, CutIcon, DashboardIcon, DatePicker, DatePickerProps, DeleteIcon, DigitalLendingIcon, DisbursePaymentsIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DotIcon, DownloadCloudIcon, DownloadIcon, Drawer, DrawerBody, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EcommerceIcon, EditComposeIcon, EditIcon, EditInlineIcon, EducationIcon, EqualsIcon, EscrowAccountIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileUpload, FileZipIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, ForexManagementIcon, FreelanceIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphoneIcon, HeadphonesIcon, HeadsetIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconColors, IconComponent, IconProps, IconSize, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InstantSettlementIcon, InternationalPaymentsIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, LoaderIcon, LoansForBusinessesIcon, LockIcon, LogInIcon, LogOutIcon, MagicCheckoutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, Menu, MenuDivider, MenuDotsIcon, MenuFooter, MenuFooterProps, MenuHeader, MenuHeaderProps, MenuIcon, MenuItem, MenuItemProps, MenuOverlay, MenuOverlayProps, MenuProps, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MobileAppIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, OptimizerIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonIcon, PaymentButtonsIcon, PaymentGatewayIcon, PaymentLinkIcon, PaymentLinksIcon, PaymentPagesIcon, PayoutLinkIcon, PayrollAddonsIcon, PayrollForCaIcon, PayrollForStartupOrSmeIcon, PercentIcon, PettyCashBudgetIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneNumberInput, PhoneNumberInputProps, PhoneOffIcon, PhoneOutgoingIcon, PictureInPictureIcon, PieChartIcon, PinIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PosIcon, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RazorpayxPayrollIcon, RefreshIcon, RepeatIcon, ReportsIcon, ResizerIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RouteIcon, RoutesIcon, RupeeIcon, RupeesIcon, SIDE_NAV_EXPANDED_L1_WIDTH_BASE, SIDE_NAV_EXPANDED_L1_WIDTH_XL, SaasIcon, SaveIcon, ScissorsIcon, SearchIcon, SearchInput, SearchInputProps, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SideNav, SideNavBody, SideNavFooter, SideNavFooterProps, SideNavItem, SideNavItemProps, SideNavLevel, SideNavLink, SideNavLinkProps, SideNavProps, SideNavSection, SideNavSectionProps, SidebarIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SolutionsIcon, SourceToPayIcon, SparklesIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, StampIcon, StarIcon, StepGroup, StepGroupProps, StepItem, StepItemIcon, StepItemIndicator, StepItemProps, StopCircleIcon, StorefrontIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabItem, TabItemProps, TabList, TabNav, TabNavItem, 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, TaxPaymentsIcon, TestIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, TicketIcon, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, TokenHqIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TopNav, Tour, TrademarkIcon, TrademarkRegisteredIcon, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TrustedBadgeIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UpiAutopayIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VendorPaymentsIcon, VideoIcon, VideoOffIcon, ViewLiveDemoIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WalletIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getHeadingProps, getTextProps, screenReaderStyles, useTheme, useToast };
|
|
9569
|
+
export { AcceptPaymentsIcon, Accordion, AccordionItem, AccordionItemBody, AccordionItemHeader, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemAvatar, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActivityIcon, AddressBookIcon, AffordabilityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, AttachmentIcon, AutoComplete, AutoCompleteProps, AutomateAccountingIcon, AutomatePayrollIcon, Avatar, AvatarGroup, AwardIcon, Badge, BadgeProps, BankAccountVerificationIcon, BankIcon, BarChartAltIcon, BarChartIcon, BarCodeIcon, Battery100PercentIcon, Battery20PercentIcon, Battery40PercentIcon, Battery60PercentIcon, Battery80PercentIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BfsiIcon, BillIcon, 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, BulkPayoutsIcon, BusinessBankingIcon, BusinessSpendManagementIcon, Button, ButtonGroup, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderAmount, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, Carousel, CarouselItem, CarouselProps, CashIcon, CastIcon, CheckCircle2Icon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, Chip, ChipGroup, ChipGroupProps, ChipProps, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, ClosedCaptioningIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodeSnippetIcon, CodepenIcon, CoinIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompanyRegistrationIcon, CompassIcon, ComponentIds, ConfettiIcon, ContactlessPaymentIcon, CookieIcon, CopyIcon, CopyrightIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CreditsAndLoansIcon, CropIcon, CrosshairIcon, CurrentAccountIcon, CustomersIcon, CutIcon, DashboardIcon, DatePicker, DatePickerProps, DeleteIcon, DigitalLendingIcon, DisbursePaymentsIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DotIcon, DownloadCloudIcon, DownloadIcon, Drawer, DrawerBody, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EcommerceIcon, EditComposeIcon, EditIcon, EditInlineIcon, EducationIcon, EqualsIcon, EscrowAccountIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FigmaIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileUpload, FileZipIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, ForexManagementIcon, FreelanceIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphoneIcon, HeadphonesIcon, HeadsetIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconColors, IconComponent, IconProps, IconSize, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InstantSettlementIcon, InternationalPaymentsIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, LoaderIcon, LoansForBusinessesIcon, LockIcon, LogInIcon, LogOutIcon, MagicCheckoutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, Menu, MenuDivider, MenuDotsIcon, MenuFooter, MenuFooterProps, MenuHeader, MenuHeaderProps, MenuIcon, MenuItem, MenuItemProps, MenuOverlay, MenuOverlayProps, MenuProps, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, MobileAppIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, NoSignalIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, OptimizerIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonIcon, PaymentButtonsIcon, PaymentGatewayIcon, PaymentLinkIcon, PaymentLinksIcon, PaymentPagesIcon, PayoutLinkIcon, PayrollAddonsIcon, PayrollForCaIcon, PayrollForStartupOrSmeIcon, PercentIcon, PettyCashBudgetIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneNumberInput, PhoneNumberInputProps, PhoneOffIcon, PhoneOutgoingIcon, PictureInPictureIcon, PieChartIcon, PinIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PosIcon, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RazorpayxPayrollIcon, RefreshIcon, RepeatIcon, ReportsIcon, ResizerIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RouteIcon, RoutesIcon, RupeeIcon, RupeesIcon, SIDE_NAV_EXPANDED_L1_WIDTH_BASE, SIDE_NAV_EXPANDED_L1_WIDTH_XL, SaasIcon, SaveIcon, ScissorsIcon, SearchIcon, SearchInput, SearchInputProps, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingBagIcon, ShoppingCartIcon, ShuffleIcon, SideNav, SideNavBody, SideNavFooter, SideNavFooterProps, SideNavItem, SideNavItemProps, SideNavLevel, SideNavLink, SideNavLinkProps, SideNavProps, SideNavSection, SideNavSectionProps, SidebarIcon, Signal1BarIcon, Signal2BarIcon, Signal3BarIcon, Signal4BarIcon, SignalIcon, SimCardIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SolutionsIcon, SourceToPayIcon, SparklesIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, StampIcon, StarIcon, StepGroup, StepGroupProps, StepItem, StepItemIcon, StepItemIndicator, StepItemProps, StopCircleIcon, StorefrontIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabItem, TabItemProps, TabList, TabNav, TabNavItem, 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, TaxPaymentsIcon, TestIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, TicketIcon, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, TokenHqIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, TopNav, Tour, TrademarkIcon, TrademarkRegisteredIcon, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TrustedBadgeIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UpiAutopayIcon, UpiIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VendorPaymentsIcon, VideoIcon, VideoOffIcon, ViewLiveDemoIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WalletIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, YoutubeIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getHeadingProps, getTextProps, screenReaderStyles, useTheme, useToast };
|