@razorpay/blade 12.35.0 → 12.37.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.
Files changed (82) hide show
  1. package/build/lib/native/components/Box/BaseBox/types/propsTypes.js.map +1 -1
  2. package/build/lib/native/components/Box/styledProps/getStyledProps.js +1 -1
  3. package/build/lib/native/components/Box/styledProps/getStyledProps.js.map +1 -1
  4. package/build/lib/native/components/Card/Card.js +3 -1
  5. package/build/lib/native/components/Card/Card.js.map +1 -1
  6. package/build/lib/native/components/Checkbox/CheckboxGroup/CheckboxGroup.js +1 -1
  7. package/build/lib/native/components/Checkbox/CheckboxGroup/CheckboxGroup.js.map +1 -1
  8. package/build/lib/native/components/Radio/RadioGroup/RadioGroup.js +1 -1
  9. package/build/lib/native/components/Radio/RadioGroup/RadioGroup.js.map +1 -1
  10. package/build/lib/native/components/Typography/BaseText/BaseText.native.js +1 -1
  11. package/build/lib/native/components/Typography/BaseText/BaseText.native.js.map +1 -1
  12. package/build/lib/native/components/Typography/BaseText/getBaseTextStyles.js +1 -1
  13. package/build/lib/native/components/Typography/BaseText/getBaseTextStyles.js.map +1 -1
  14. package/build/lib/native/components/Typography/Code/Code.js +1 -1
  15. package/build/lib/native/components/Typography/Code/Code.js.map +1 -1
  16. package/build/lib/native/components/Typography/Display/Display.js +1 -1
  17. package/build/lib/native/components/Typography/Display/Display.js.map +1 -1
  18. package/build/lib/native/components/Typography/Heading/Heading.js +1 -1
  19. package/build/lib/native/components/Typography/Heading/Heading.js.map +1 -1
  20. package/build/lib/native/components/Typography/Text/Text.js +1 -1
  21. package/build/lib/native/components/Typography/Text/Text.js.map +1 -1
  22. package/build/lib/web/development/components/BottomSheet/BottomSheet.web.js +7 -2
  23. package/build/lib/web/development/components/BottomSheet/BottomSheet.web.js.map +1 -1
  24. package/build/lib/web/development/components/Box/BaseBox/types/propsTypes.js.map +1 -1
  25. package/build/lib/web/development/components/Box/styledProps/getStyledProps.js +2 -1
  26. package/build/lib/web/development/components/Box/styledProps/getStyledProps.js.map +1 -1
  27. package/build/lib/web/development/components/Card/Card.js +13 -1
  28. package/build/lib/web/development/components/Card/Card.js.map +1 -1
  29. package/build/lib/web/development/components/Card/CardRoot.web.js +9 -2
  30. package/build/lib/web/development/components/Card/CardRoot.web.js.map +1 -1
  31. package/build/lib/web/development/components/Checkbox/CheckboxGroup/CheckboxGroup.js +4 -1
  32. package/build/lib/web/development/components/Checkbox/CheckboxGroup/CheckboxGroup.js.map +1 -1
  33. package/build/lib/web/development/components/Radio/RadioGroup/RadioGroup.js +4 -1
  34. package/build/lib/web/development/components/Radio/RadioGroup/RadioGroup.js.map +1 -1
  35. package/build/lib/web/development/components/Table/TableEditableCell.web.js +3 -1
  36. package/build/lib/web/development/components/Table/TableEditableCell.web.js.map +1 -1
  37. package/build/lib/web/development/components/Tooltip/Tooltip.web.js +2 -2
  38. package/build/lib/web/development/components/Tooltip/Tooltip.web.js.map +1 -1
  39. package/build/lib/web/development/components/Typography/BaseText/BaseText.web.js +7 -3
  40. package/build/lib/web/development/components/Typography/BaseText/BaseText.web.js.map +1 -1
  41. package/build/lib/web/development/components/Typography/BaseText/getBaseTextStyles.js +4 -2
  42. package/build/lib/web/development/components/Typography/BaseText/getBaseTextStyles.js.map +1 -1
  43. package/build/lib/web/development/components/Typography/Code/Code.js +3 -1
  44. package/build/lib/web/development/components/Typography/Code/Code.js.map +1 -1
  45. package/build/lib/web/development/components/Typography/Display/Display.js +4 -2
  46. package/build/lib/web/development/components/Typography/Display/Display.js.map +1 -1
  47. package/build/lib/web/development/components/Typography/Heading/Heading.js +3 -1
  48. package/build/lib/web/development/components/Typography/Heading/Heading.js.map +1 -1
  49. package/build/lib/web/development/components/Typography/Text/Text.js +4 -2
  50. package/build/lib/web/development/components/Typography/Text/Text.js.map +1 -1
  51. package/build/lib/web/production/components/BottomSheet/BottomSheet.web.js +7 -2
  52. package/build/lib/web/production/components/BottomSheet/BottomSheet.web.js.map +1 -1
  53. package/build/lib/web/production/components/Box/BaseBox/types/propsTypes.js.map +1 -1
  54. package/build/lib/web/production/components/Box/styledProps/getStyledProps.js +2 -1
  55. package/build/lib/web/production/components/Box/styledProps/getStyledProps.js.map +1 -1
  56. package/build/lib/web/production/components/Card/Card.js +13 -1
  57. package/build/lib/web/production/components/Card/Card.js.map +1 -1
  58. package/build/lib/web/production/components/Card/CardRoot.web.js +9 -2
  59. package/build/lib/web/production/components/Card/CardRoot.web.js.map +1 -1
  60. package/build/lib/web/production/components/Checkbox/CheckboxGroup/CheckboxGroup.js +4 -1
  61. package/build/lib/web/production/components/Checkbox/CheckboxGroup/CheckboxGroup.js.map +1 -1
  62. package/build/lib/web/production/components/Radio/RadioGroup/RadioGroup.js +4 -1
  63. package/build/lib/web/production/components/Radio/RadioGroup/RadioGroup.js.map +1 -1
  64. package/build/lib/web/production/components/Table/TableEditableCell.web.js +3 -1
  65. package/build/lib/web/production/components/Table/TableEditableCell.web.js.map +1 -1
  66. package/build/lib/web/production/components/Tooltip/Tooltip.web.js +2 -2
  67. package/build/lib/web/production/components/Tooltip/Tooltip.web.js.map +1 -1
  68. package/build/lib/web/production/components/Typography/BaseText/BaseText.web.js +7 -3
  69. package/build/lib/web/production/components/Typography/BaseText/BaseText.web.js.map +1 -1
  70. package/build/lib/web/production/components/Typography/BaseText/getBaseTextStyles.js +4 -2
  71. package/build/lib/web/production/components/Typography/BaseText/getBaseTextStyles.js.map +1 -1
  72. package/build/lib/web/production/components/Typography/Code/Code.js +3 -1
  73. package/build/lib/web/production/components/Typography/Code/Code.js.map +1 -1
  74. package/build/lib/web/production/components/Typography/Display/Display.js +4 -2
  75. package/build/lib/web/production/components/Typography/Display/Display.js.map +1 -1
  76. package/build/lib/web/production/components/Typography/Heading/Heading.js +3 -1
  77. package/build/lib/web/production/components/Typography/Heading/Heading.js.map +1 -1
  78. package/build/lib/web/production/components/Typography/Text/Text.js +4 -2
  79. package/build/lib/web/production/components/Typography/Text/Text.js.map +1 -1
  80. package/build/types/components/index.d.ts +42 -35
  81. package/build/types/components/index.native.d.ts +31 -24
  82. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import * as react_native_types from 'react-native/types';
3
3
  import * as React$1 from 'react';
4
- import React__default, { ReactNode, ReactElement, SyntheticEvent, ImgHTMLAttributes, HTMLAttributeReferrerPolicy, ReactChild, KeyboardEvent } from 'react';
4
+ import React__default, { ReactNode, ReactElement, CSSProperties, SyntheticEvent, ImgHTMLAttributes, HTMLAttributeReferrerPolicy, ReactChild, KeyboardEvent } from 'react';
5
5
  import * as react_native from 'react-native';
6
6
  import { View, ViewStyle, AccessibilityRole, GestureResponderEvent, TouchableOpacity, ImageSourcePropType, PressableProps } from 'react-native';
7
7
  import { CSSObject } from 'styled-components';
@@ -1323,7 +1323,7 @@ type BoxVisualProps = MakeObjectResponsive<{
1323
1323
  }> & {
1324
1324
  as: BoxAsType;
1325
1325
  };
1326
- type StyledPropsBlade = Partial<Omit<MarginProps & Pick<FlexboxProps, 'alignSelf' | 'justifySelf' | 'placeSelf' | 'order'> & PositionProps & Pick<GridProps, 'gridColumn' | 'gridRow' | 'gridRowStart' | 'gridRowEnd' | 'gridColumnStart' | 'gridColumnEnd' | 'gridArea'> & Pick<LayoutProps, 'display'> & Pick<CommonBoxVisualProps, 'visibility'>, '__brand__'>>;
1326
+ type StyledPropsBlade = Partial<Omit<MarginProps & Pick<FlexboxProps, 'alignSelf' | 'justifySelf' | 'placeSelf' | 'order' | 'flexWrap'> & PositionProps & Pick<GridProps, 'gridColumn' | 'gridRow' | 'gridRowStart' | 'gridRowEnd' | 'gridColumnStart' | 'gridColumnEnd' | 'gridArea'> & Pick<LayoutProps, 'display'> & Pick<CommonBoxVisualProps, 'visibility'>, '__brand__'>>;
1327
1327
  type BoxCallbackProps = Omit<Platform.Select<{
1328
1328
  web: {
1329
1329
  /**
@@ -2598,7 +2598,7 @@ declare const Accordion: React__default.ForwardRefExoticComponent<{
2598
2598
  readonly xl?: SpacingValueType | undefined;
2599
2599
  } | undefined;
2600
2600
  children: ReactElement<any, string | React__default.JSXElementConstructor<any>> | ReactElement<any, string | React__default.JSXElementConstructor<any>>[];
2601
- } & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
2601
+ } & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
2602
2602
  bottom: SpacingValueType | {
2603
2603
  readonly base?: SpacingValueType | undefined;
2604
2604
  readonly xs?: SpacingValueType | undefined;
@@ -3010,7 +3010,7 @@ declare const Divider: React__default.ForwardRefExoticComponent<{
3010
3010
  *
3011
3011
  */
3012
3012
  width?: CSSObject['width'];
3013
- } & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
3013
+ } & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
3014
3014
  bottom: SpacingValueType | {
3015
3015
  readonly base?: SpacingValueType | undefined;
3016
3016
  readonly xs?: SpacingValueType | undefined;
@@ -3565,7 +3565,7 @@ declare const Badge: React__default.ForwardRefExoticComponent<{
3565
3565
  *
3566
3566
  */
3567
3567
  icon?: IconComponent | undefined;
3568
- } & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
3568
+ } & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
3569
3569
  bottom: SpacingValueType | {
3570
3570
  readonly base?: SpacingValueType | undefined;
3571
3571
  readonly xs?: SpacingValueType | undefined;
@@ -4146,6 +4146,7 @@ type BaseTextProps = {
4146
4146
  fontWeight?: keyof Theme['typography']['fonts']['weight'];
4147
4147
  fontStyle?: 'italic' | 'normal';
4148
4148
  textDecorationLine?: 'line-through' | 'none' | 'underline';
4149
+ textTransform?: CSSProperties['textTransform'];
4149
4150
  lineHeight?: keyof Theme['typography']['lineHeights'];
4150
4151
  letterSpacing?: keyof Theme['typography']['letterSpacings'];
4151
4152
  wordBreak?: 'normal' | 'break-all' | 'keep-all' | 'break-word';
@@ -4688,7 +4689,7 @@ declare const Alert: React__default.ForwardRefExoticComponent<{
4688
4689
  */
4689
4690
  secondary?: SecondaryAction | undefined;
4690
4691
  } | undefined;
4691
- } & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
4692
+ } & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
4692
4693
  bottom: SpacingValueType | {
4693
4694
  readonly base?: SpacingValueType | undefined;
4694
4695
  readonly xs?: SpacingValueType | undefined;
@@ -5634,7 +5635,7 @@ declare const IconButton: React__default.ForwardRefExoticComponent<{
5634
5635
  * Sets tabindex property on button element
5635
5636
  */
5636
5637
  _tabIndex?: number | undefined;
5637
- } & DataAnalyticsAttribute & BladeCommonEvents & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
5638
+ } & DataAnalyticsAttribute & BladeCommonEvents & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
5638
5639
  bottom: SpacingValueType | {
5639
5640
  readonly base?: SpacingValueType | undefined;
5640
5641
  readonly xs?: SpacingValueType | undefined;
@@ -6299,7 +6300,7 @@ declare const Card: React__default.ForwardRefExoticComponent<{
6299
6300
  * @default undefined
6300
6301
  */
6301
6302
  as?: "label" | undefined;
6302
- } & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
6303
+ } & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
6303
6304
  bottom: SpacingValueType | {
6304
6305
  readonly base?: SpacingValueType | undefined;
6305
6306
  readonly xs?: SpacingValueType | undefined;
@@ -6698,7 +6699,7 @@ declare const Counter: React__default.ForwardRefExoticComponent<{
6698
6699
  * @default 'medium'
6699
6700
  */
6700
6701
  size?: "small" | "medium" | "large" | undefined;
6701
- } & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
6702
+ } & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
6702
6703
  bottom: SpacingValueType | {
6703
6704
  readonly base?: SpacingValueType | undefined;
6704
6705
  readonly xs?: SpacingValueType | undefined;
@@ -7053,6 +7054,7 @@ type HeadingProps = {
7053
7054
  textAlign?: BaseTextProps['textAlign'];
7054
7055
  textDecorationLine?: BaseTextProps['textDecorationLine'];
7055
7056
  size?: Extract<BaseTextSizes, 'small' | 'medium' | 'large' | 'xlarge' | '2xlarge'>;
7057
+ textTransform?: BaseTextProps['textTransform'];
7056
7058
  wordBreak?: BaseTextProps['wordBreak'];
7057
7059
  } & TestID & StyledPropsBlade;
7058
7060
  declare const getHeadingProps: ({ as, size, weight, color, testID, }: Pick<HeadingProps, 'as' | 'size' | 'weight' | 'color' | 'testID'>) => Omit<BaseTextProps, 'children'>;
@@ -7069,8 +7071,9 @@ declare const Heading: React__default.ForwardRefExoticComponent<{
7069
7071
  textAlign?: BaseTextProps['textAlign'];
7070
7072
  textDecorationLine?: BaseTextProps['textDecorationLine'];
7071
7073
  size?: "small" | "medium" | "large" | "xlarge" | "2xlarge" | undefined;
7074
+ textTransform?: BaseTextProps['textTransform'];
7072
7075
  wordBreak?: BaseTextProps['wordBreak'];
7073
- } & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
7076
+ } & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
7074
7077
  bottom: SpacingValueType | {
7075
7078
  readonly base?: SpacingValueType | undefined;
7076
7079
  readonly xs?: SpacingValueType | undefined;
@@ -7424,6 +7427,7 @@ type TextCommonProps = {
7424
7427
  */
7425
7428
  color?: BaseTextProps['color'];
7426
7429
  textAlign?: BaseTextProps['textAlign'];
7430
+ textTransform?: BaseTextProps['textTransform'];
7427
7431
  textDecorationLine?: BaseTextProps['textDecorationLine'];
7428
7432
  wordBreak?: BaseTextProps['wordBreak'];
7429
7433
  } & TestID & StyledPropsBlade;
@@ -7442,7 +7446,7 @@ type TextProps<T> = T extends {
7442
7446
  type GetTextPropsReturn = Omit<BaseTextProps, 'children'>;
7443
7447
  type GetTextProps<T extends {
7444
7448
  variant: TextVariant;
7445
- }> = Pick<TextProps<T>, 'variant' | 'weight' | 'size' | 'color' | 'testID' | 'textAlign' | 'textDecorationLine'>;
7449
+ }> = Pick<TextProps<T>, 'variant' | 'weight' | 'size' | 'color' | 'testID' | 'textAlign' | 'textDecorationLine' | 'textTransform'>;
7446
7450
  declare const getTextProps: <T extends {
7447
7451
  variant: TextVariant;
7448
7452
  }>({ variant, weight, size, color, testID, textAlign, textDecorationLine, }: GetTextProps<T>) => GetTextPropsReturn;
@@ -7461,6 +7465,7 @@ type CodeCommonProps = {
7461
7465
  size?: Extract<BaseTextSizes, 'small' | 'medium'>;
7462
7466
  weight?: Extract<BaseTextProps['fontWeight'], 'regular' | 'bold'>;
7463
7467
  isHighlighted?: boolean;
7468
+ textTransform?: BaseTextProps['textTransform'];
7464
7469
  color?: BaseTextProps['color'];
7465
7470
  } & TestID & StyledPropsBlade;
7466
7471
  type CodeHighlightedProps = CodeCommonProps & {
@@ -7530,6 +7535,7 @@ type DisplayProps = {
7530
7535
  children: React__default.ReactNode;
7531
7536
  textAlign?: BaseTextProps['textAlign'];
7532
7537
  textDecorationLine?: BaseTextProps['textDecorationLine'];
7538
+ textTransform?: BaseTextProps['textTransform'];
7533
7539
  } & TestID & StyledPropsBlade;
7534
7540
  declare const Display: React__default.ForwardRefExoticComponent<{
7535
7541
  as?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "span" | undefined;
@@ -7544,7 +7550,8 @@ declare const Display: React__default.ForwardRefExoticComponent<{
7544
7550
  children: React__default.ReactNode;
7545
7551
  textAlign?: BaseTextProps['textAlign'];
7546
7552
  textDecorationLine?: BaseTextProps['textDecorationLine'];
7547
- } & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
7553
+ textTransform?: BaseTextProps['textTransform'];
7554
+ } & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
7548
7555
  bottom: SpacingValueType | {
7549
7556
  readonly base?: SpacingValueType | undefined;
7550
7557
  readonly xs?: SpacingValueType | undefined;
@@ -8016,7 +8023,7 @@ declare const Carousel: React__default.ForwardRefExoticComponent<{
8016
8023
  readonly xl?: SpacingValueType | undefined;
8017
8024
  } | undefined;
8018
8025
  showNavigationButtons?: boolean | undefined;
8019
- } & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
8026
+ } & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
8020
8027
  bottom: SpacingValueType | {
8021
8028
  readonly base?: SpacingValueType | undefined;
8022
8029
  readonly xs?: SpacingValueType | undefined;
@@ -8638,7 +8645,7 @@ declare const Checkbox: React__default.ForwardRefExoticComponent<{
8638
8645
  *
8639
8646
  */
8640
8647
  tabIndex?: number | undefined;
8641
- } & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
8648
+ } & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
8642
8649
  bottom: SpacingValueType | {
8643
8650
  readonly base?: SpacingValueType | undefined;
8644
8651
  readonly xs?: SpacingValueType | undefined;
@@ -9064,7 +9071,7 @@ type CheckboxGroupProps = {
9064
9071
  */
9065
9072
  orientation?: 'vertical' | 'horizontal';
9066
9073
  } & TestID & DataAnalyticsAttribute & StyledPropsBlade;
9067
- declare const CheckboxGroup: ({ children, label, helpText, isDisabled, isRequired, necessityIndicator, labelPosition, validationState, errorText, name, defaultValue, onChange, value, size, testID, orientation, ...rest }: CheckboxGroupProps) => React__default.ReactElement;
9074
+ declare const CheckboxGroup: ({ children, label, helpText, isDisabled, isRequired, necessityIndicator, labelPosition, validationState, errorText, name, defaultValue, onChange, value, size, testID, orientation, flexWrap, ...rest }: CheckboxGroupProps) => React__default.ReactElement;
9068
9075
 
9069
9076
  type CommonChatMessageProps = {
9070
9077
  /**
@@ -9389,7 +9396,7 @@ declare const Collapsible: React$1.ForwardRefExoticComponent<{
9389
9396
  * **Internal**: used to override responsive width restrictions
9390
9397
  */
9391
9398
  _shouldApplyWidthRestrictions?: boolean | undefined;
9392
- } & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
9399
+ } & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
9393
9400
  bottom: SpacingValueType | {
9394
9401
  readonly base?: SpacingValueType | undefined;
9395
9402
  readonly xs?: SpacingValueType | undefined;
@@ -10503,7 +10510,7 @@ declare const Dropdown: React__default.ForwardRefExoticComponent<{
10503
10510
  readonly l?: SpacingValueType | undefined;
10504
10511
  readonly xl?: SpacingValueType | undefined;
10505
10512
  } | undefined;
10506
- } & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
10513
+ } & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
10507
10514
  bottom: SpacingValueType | {
10508
10515
  readonly base?: SpacingValueType | undefined;
10509
10516
  readonly xs?: SpacingValueType | undefined;
@@ -11302,7 +11309,7 @@ declare const Indicator: React__default.ForwardRefExoticComponent<{
11302
11309
  * a11y label for screen readers
11303
11310
  */
11304
11311
  accessibilityLabel?: string | undefined;
11305
- } & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
11312
+ } & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
11306
11313
  bottom: SpacingValueType | {
11307
11314
  readonly base?: SpacingValueType | undefined;
11308
11315
  readonly xs?: SpacingValueType | undefined;
@@ -12736,7 +12743,7 @@ declare const Radio: React__default.ForwardRefExoticComponent<{
12736
12743
  * @default "medium"
12737
12744
  */
12738
12745
  size?: "small" | "medium" | "large" | undefined;
12739
- } & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
12746
+ } & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
12740
12747
  bottom: SpacingValueType | {
12741
12748
  readonly base?: SpacingValueType | undefined;
12742
12749
  readonly xs?: SpacingValueType | undefined;
@@ -13163,7 +13170,7 @@ type RadioGroupProps = {
13163
13170
  */
13164
13171
  orientation?: 'vertical' | 'horizontal';
13165
13172
  } & TestID & DataAnalyticsAttribute & StyledPropsBlade;
13166
- declare const RadioGroup: ({ children, label, helpText, isDisabled, isRequired, necessityIndicator, labelPosition, validationState, errorText, name, defaultValue, onChange, value, size, orientation, testID, ...rest }: RadioGroupProps) => React__default.ReactElement;
13173
+ declare const RadioGroup: ({ children, label, helpText, isDisabled, isRequired, necessityIndicator, labelPosition, validationState, errorText, name, defaultValue, onChange, value, size, orientation, testID, flexWrap, ...rest }: RadioGroupProps) => React__default.ReactElement;
13167
13174
 
13168
13175
  type ScaleProps = Pick<BaseMotionBoxProps, 'type' | 'motionTriggers' | 'children'> & {
13169
13176
  /**
@@ -13434,7 +13441,7 @@ type SkeletonProps = StyledPropsBlade & Pick<BaseBoxProps, 'width' | 'maxWidth'
13434
13441
  testID?: string;
13435
13442
  };
13436
13443
 
13437
- declare const Skeleton: React__default.ForwardRefExoticComponent<Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
13444
+ declare const Skeleton: React__default.ForwardRefExoticComponent<Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
13438
13445
  bottom: SpacingValueType | {
13439
13446
  readonly base?: SpacingValueType | undefined;
13440
13447
  readonly xs?: SpacingValueType | undefined;
@@ -13829,7 +13836,7 @@ declare const Spinner: React__default.ForwardRefExoticComponent<{
13829
13836
  labelPosition?: "bottom" | "right" | undefined;
13830
13837
  size?: "medium" | "large" | "xlarge" | undefined;
13831
13838
  accessibilityLabel: string;
13832
- } & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
13839
+ } & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
13833
13840
  bottom: SpacingValueType | {
13834
13841
  readonly base?: SpacingValueType | undefined;
13835
13842
  readonly xs?: SpacingValueType | undefined;
@@ -14513,7 +14520,7 @@ declare const Switch: React__default.ForwardRefExoticComponent<{
14513
14520
  size?: "small" | "medium" | undefined;
14514
14521
  accessibilityLabel: string;
14515
14522
  id?: string | undefined;
14516
- } & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
14523
+ } & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
14517
14524
  bottom: SpacingValueType | {
14518
14525
  readonly base?: SpacingValueType | undefined;
14519
14526
  readonly xs?: SpacingValueType | undefined;
@@ -15463,7 +15470,7 @@ declare const Tag: React__default.ForwardRefExoticComponent<{
15463
15470
  isDisabled?: boolean | undefined;
15464
15471
  _isVirtuallyFocused?: boolean | undefined;
15465
15472
  _isTagInsideInput?: boolean | undefined;
15466
- } & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
15473
+ } & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
15467
15474
  bottom: SpacingValueType | {
15468
15475
  readonly base?: SpacingValueType | undefined;
15469
15476
  readonly xs?: SpacingValueType | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@razorpay/blade",
3
3
  "description": "The Design System that powers Razorpay",
4
- "version": "12.35.0",
4
+ "version": "12.37.0",
5
5
  "license": "MIT",
6
6
  "engines": {
7
7
  "node": ">=18.12.1"