@razorpay/blade 12.35.0 → 12.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/Box/styledProps/getStyledProps.js +1 -1
- package/build/lib/native/components/Box/styledProps/getStyledProps.js.map +1 -1
- package/build/lib/native/components/Card/Card.js +3 -1
- package/build/lib/native/components/Card/Card.js.map +1 -1
- package/build/lib/native/components/Checkbox/CheckboxGroup/CheckboxGroup.js +1 -1
- package/build/lib/native/components/Checkbox/CheckboxGroup/CheckboxGroup.js.map +1 -1
- package/build/lib/native/components/Radio/RadioGroup/RadioGroup.js +1 -1
- package/build/lib/native/components/Radio/RadioGroup/RadioGroup.js.map +1 -1
- package/build/lib/web/development/components/BottomSheet/BottomSheet.web.js +7 -2
- package/build/lib/web/development/components/BottomSheet/BottomSheet.web.js.map +1 -1
- package/build/lib/web/development/components/Box/BaseBox/types/propsTypes.js.map +1 -1
- package/build/lib/web/development/components/Box/styledProps/getStyledProps.js +2 -1
- package/build/lib/web/development/components/Box/styledProps/getStyledProps.js.map +1 -1
- package/build/lib/web/development/components/Card/Card.js +13 -1
- package/build/lib/web/development/components/Card/Card.js.map +1 -1
- package/build/lib/web/development/components/Card/CardRoot.web.js +9 -2
- package/build/lib/web/development/components/Card/CardRoot.web.js.map +1 -1
- package/build/lib/web/development/components/Checkbox/CheckboxGroup/CheckboxGroup.js +4 -1
- package/build/lib/web/development/components/Checkbox/CheckboxGroup/CheckboxGroup.js.map +1 -1
- package/build/lib/web/development/components/Radio/RadioGroup/RadioGroup.js +4 -1
- package/build/lib/web/development/components/Radio/RadioGroup/RadioGroup.js.map +1 -1
- package/build/lib/web/development/components/Table/TableEditableCell.web.js +3 -1
- package/build/lib/web/development/components/Table/TableEditableCell.web.js.map +1 -1
- package/build/lib/web/production/components/BottomSheet/BottomSheet.web.js +7 -2
- package/build/lib/web/production/components/BottomSheet/BottomSheet.web.js.map +1 -1
- package/build/lib/web/production/components/Box/BaseBox/types/propsTypes.js.map +1 -1
- package/build/lib/web/production/components/Box/styledProps/getStyledProps.js +2 -1
- package/build/lib/web/production/components/Box/styledProps/getStyledProps.js.map +1 -1
- package/build/lib/web/production/components/Card/Card.js +13 -1
- package/build/lib/web/production/components/Card/Card.js.map +1 -1
- package/build/lib/web/production/components/Card/CardRoot.web.js +9 -2
- package/build/lib/web/production/components/Card/CardRoot.web.js.map +1 -1
- package/build/lib/web/production/components/Checkbox/CheckboxGroup/CheckboxGroup.js +4 -1
- package/build/lib/web/production/components/Checkbox/CheckboxGroup/CheckboxGroup.js.map +1 -1
- package/build/lib/web/production/components/Radio/RadioGroup/RadioGroup.js +4 -1
- package/build/lib/web/production/components/Radio/RadioGroup/RadioGroup.js.map +1 -1
- package/build/lib/web/production/components/Table/TableEditableCell.web.js +3 -1
- package/build/lib/web/production/components/Table/TableEditableCell.web.js.map +1 -1
- package/build/types/components/index.d.ts +33 -33
- package/build/types/components/index.native.d.ts +22 -22
- package/package.json +1 -1
|
@@ -1322,7 +1322,7 @@ type BoxVisualProps = MakeObjectResponsive<{
|
|
|
1322
1322
|
}> & {
|
|
1323
1323
|
as: BoxAsType;
|
|
1324
1324
|
};
|
|
1325
|
-
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__'>>;
|
|
1325
|
+
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__'>>;
|
|
1326
1326
|
type BoxCallbackProps = Omit<Platform.Select<{
|
|
1327
1327
|
web: {
|
|
1328
1328
|
/**
|
|
@@ -2814,7 +2814,7 @@ declare const Accordion: React__default.ForwardRefExoticComponent<{
|
|
|
2814
2814
|
readonly xl?: SpacingValueType | undefined;
|
|
2815
2815
|
} | undefined;
|
|
2816
2816
|
children: ReactElement<any, string | React__default.JSXElementConstructor<any>> | ReactElement<any, string | React__default.JSXElementConstructor<any>>[];
|
|
2817
|
-
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
2817
|
+
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
2818
2818
|
bottom: SpacingValueType | {
|
|
2819
2819
|
readonly base?: SpacingValueType | undefined;
|
|
2820
2820
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -3443,7 +3443,7 @@ declare const Divider: React__default.ForwardRefExoticComponent<{
|
|
|
3443
3443
|
*
|
|
3444
3444
|
*/
|
|
3445
3445
|
width?: CSSObject['width'];
|
|
3446
|
-
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
3446
|
+
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
3447
3447
|
bottom: SpacingValueType | {
|
|
3448
3448
|
readonly base?: SpacingValueType | undefined;
|
|
3449
3449
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -4215,7 +4215,7 @@ declare const Badge: React__default.ForwardRefExoticComponent<{
|
|
|
4215
4215
|
*
|
|
4216
4216
|
*/
|
|
4217
4217
|
icon?: IconComponent | undefined;
|
|
4218
|
-
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
4218
|
+
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
4219
4219
|
bottom: SpacingValueType | {
|
|
4220
4220
|
readonly base?: SpacingValueType | undefined;
|
|
4221
4221
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -5553,7 +5553,7 @@ declare const Alert: React__default.ForwardRefExoticComponent<{
|
|
|
5553
5553
|
*/
|
|
5554
5554
|
secondary?: SecondaryAction | undefined;
|
|
5555
5555
|
} | undefined;
|
|
5556
|
-
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
5556
|
+
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
5557
5557
|
bottom: SpacingValueType | {
|
|
5558
5558
|
readonly base?: SpacingValueType | undefined;
|
|
5559
5559
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -6414,7 +6414,7 @@ declare const Avatar: React__default.ForwardRefExoticComponent<{
|
|
|
6414
6414
|
bottomAddon?: IconComponent | undefined;
|
|
6415
6415
|
topAddon?: React__default.ReactElement<any, string | React__default.JSXElementConstructor<any>> | undefined;
|
|
6416
6416
|
testID?: string | undefined;
|
|
6417
|
-
} & BladeCommonEvents & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
6417
|
+
} & BladeCommonEvents & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
6418
6418
|
bottom: SpacingValueType | {
|
|
6419
6419
|
readonly base?: SpacingValueType | undefined;
|
|
6420
6420
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -7230,7 +7230,7 @@ declare const BottomNavItem: ({ title, href, rel, target, as, isActive, onClick,
|
|
|
7230
7230
|
declare const BottomNav: React__default.ForwardRefExoticComponent<{
|
|
7231
7231
|
children: React__default.ReactNode;
|
|
7232
7232
|
zIndex?: number | undefined;
|
|
7233
|
-
} & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
7233
|
+
} & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
7234
7234
|
bottom: SpacingValueType | {
|
|
7235
7235
|
readonly base?: SpacingValueType | undefined;
|
|
7236
7236
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -7788,7 +7788,7 @@ declare const BottomNav: React__default.ForwardRefExoticComponent<{
|
|
|
7788
7788
|
} | undefined;
|
|
7789
7789
|
}, "visibility">, "__brand__">> & TestID & DataAnalyticsAttribute & React__default.RefAttributes<BladeElementRef>>;
|
|
7790
7790
|
|
|
7791
|
-
declare const Breadcrumb: React__default.ForwardRefExoticComponent<Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
7791
|
+
declare const Breadcrumb: React__default.ForwardRefExoticComponent<Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
7792
7792
|
bottom: SpacingValueType | {
|
|
7793
7793
|
readonly base?: SpacingValueType | undefined;
|
|
7794
7794
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -8485,7 +8485,7 @@ declare const IconButton: React__default.ForwardRefExoticComponent<{
|
|
|
8485
8485
|
* Sets tabindex property on button element
|
|
8486
8486
|
*/
|
|
8487
8487
|
_tabIndex?: number | undefined;
|
|
8488
|
-
} & DataAnalyticsAttribute & BladeCommonEvents & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
8488
|
+
} & DataAnalyticsAttribute & BladeCommonEvents & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
8489
8489
|
bottom: SpacingValueType | {
|
|
8490
8490
|
readonly base?: SpacingValueType | undefined;
|
|
8491
8491
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -9126,7 +9126,7 @@ declare const ButtonGroup: React__default.ForwardRefExoticComponent<{
|
|
|
9126
9126
|
isFullWidth?: boolean | undefined;
|
|
9127
9127
|
isDisabled?: boolean | undefined;
|
|
9128
9128
|
testID?: string | undefined;
|
|
9129
|
-
} & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
9129
|
+
} & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
9130
9130
|
bottom: SpacingValueType | {
|
|
9131
9131
|
readonly base?: SpacingValueType | undefined;
|
|
9132
9132
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -9962,7 +9962,7 @@ declare const Card: React__default.ForwardRefExoticComponent<{
|
|
|
9962
9962
|
* @default undefined
|
|
9963
9963
|
*/
|
|
9964
9964
|
as?: "label" | undefined;
|
|
9965
|
-
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
9965
|
+
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
9966
9966
|
bottom: SpacingValueType | {
|
|
9967
9967
|
readonly base?: SpacingValueType | undefined;
|
|
9968
9968
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -10578,7 +10578,7 @@ declare const Counter: React__default.ForwardRefExoticComponent<{
|
|
|
10578
10578
|
* @default 'medium'
|
|
10579
10579
|
*/
|
|
10580
10580
|
size?: "small" | "medium" | "large" | undefined;
|
|
10581
|
-
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
10581
|
+
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
10582
10582
|
bottom: SpacingValueType | {
|
|
10583
10583
|
readonly base?: SpacingValueType | undefined;
|
|
10584
10584
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -11167,7 +11167,7 @@ declare const Heading: React__default.ForwardRefExoticComponent<{
|
|
|
11167
11167
|
textDecorationLine?: BaseTextProps['textDecorationLine'];
|
|
11168
11168
|
size?: "small" | "medium" | "large" | "xlarge" | "2xlarge" | undefined;
|
|
11169
11169
|
wordBreak?: BaseTextProps['wordBreak'];
|
|
11170
|
-
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
11170
|
+
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
11171
11171
|
bottom: SpacingValueType | {
|
|
11172
11172
|
readonly base?: SpacingValueType | undefined;
|
|
11173
11173
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -11858,7 +11858,7 @@ declare const Display: React__default.ForwardRefExoticComponent<{
|
|
|
11858
11858
|
children: React__default.ReactNode;
|
|
11859
11859
|
textAlign?: BaseTextProps['textAlign'];
|
|
11860
11860
|
textDecorationLine?: BaseTextProps['textDecorationLine'];
|
|
11861
|
-
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
11861
|
+
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
11862
11862
|
bottom: SpacingValueType | {
|
|
11863
11863
|
readonly base?: SpacingValueType | undefined;
|
|
11864
11864
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -12547,7 +12547,7 @@ declare const Carousel: React__default.ForwardRefExoticComponent<{
|
|
|
12547
12547
|
readonly xl?: SpacingValueType | undefined;
|
|
12548
12548
|
} | undefined;
|
|
12549
12549
|
showNavigationButtons?: boolean | undefined;
|
|
12550
|
-
} & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
12550
|
+
} & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
12551
12551
|
bottom: SpacingValueType | {
|
|
12552
12552
|
readonly base?: SpacingValueType | undefined;
|
|
12553
12553
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -13390,7 +13390,7 @@ declare const Checkbox: React__default.ForwardRefExoticComponent<{
|
|
|
13390
13390
|
*
|
|
13391
13391
|
*/
|
|
13392
13392
|
tabIndex?: number | undefined;
|
|
13393
|
-
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
13393
|
+
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
13394
13394
|
bottom: SpacingValueType | {
|
|
13395
13395
|
readonly base?: SpacingValueType | undefined;
|
|
13396
13396
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -14033,7 +14033,7 @@ type CheckboxGroupProps = {
|
|
|
14033
14033
|
*/
|
|
14034
14034
|
orientation?: 'vertical' | 'horizontal';
|
|
14035
14035
|
} & TestID & DataAnalyticsAttribute & StyledPropsBlade;
|
|
14036
|
-
declare const CheckboxGroup: ({ children, label, helpText, isDisabled, isRequired, necessityIndicator, labelPosition, validationState, errorText, name, defaultValue, onChange, value, size, testID, orientation, ...rest }: CheckboxGroupProps) => React__default.ReactElement;
|
|
14036
|
+
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;
|
|
14037
14037
|
|
|
14038
14038
|
type CommonChatMessageProps = {
|
|
14039
14039
|
/**
|
|
@@ -14358,7 +14358,7 @@ declare const Collapsible: React$1.ForwardRefExoticComponent<{
|
|
|
14358
14358
|
* **Internal**: used to override responsive width restrictions
|
|
14359
14359
|
*/
|
|
14360
14360
|
_shouldApplyWidthRestrictions?: boolean | undefined;
|
|
14361
|
-
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
14361
|
+
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
14362
14362
|
bottom: SpacingValueType | {
|
|
14363
14363
|
readonly base?: SpacingValueType | undefined;
|
|
14364
14364
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -15762,7 +15762,7 @@ declare const Dropdown: React__default.ForwardRefExoticComponent<{
|
|
|
15762
15762
|
readonly l?: SpacingValueType | undefined;
|
|
15763
15763
|
readonly xl?: SpacingValueType | undefined;
|
|
15764
15764
|
} | undefined;
|
|
15765
|
-
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
15765
|
+
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
15766
15766
|
bottom: SpacingValueType | {
|
|
15767
15767
|
readonly base?: SpacingValueType | undefined;
|
|
15768
15768
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -17035,7 +17035,7 @@ declare const InfoGroup: React__default.ForwardRefExoticComponent<{
|
|
|
17035
17035
|
readonly xl?: csstype.Property.GridAutoColumns<string | number> | undefined;
|
|
17036
17036
|
} | undefined;
|
|
17037
17037
|
children: React__default.ReactNode;
|
|
17038
|
-
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
17038
|
+
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
17039
17039
|
bottom: SpacingValueType | {
|
|
17040
17040
|
readonly base?: SpacingValueType | undefined;
|
|
17041
17041
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -18229,7 +18229,7 @@ declare const Indicator: React__default.ForwardRefExoticComponent<{
|
|
|
18229
18229
|
* a11y label for screen readers
|
|
18230
18230
|
*/
|
|
18231
18231
|
accessibilityLabel?: string | undefined;
|
|
18232
|
-
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
18232
|
+
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
18233
18233
|
bottom: SpacingValueType | {
|
|
18234
18234
|
readonly base?: SpacingValueType | undefined;
|
|
18235
18235
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -19188,7 +19188,7 @@ declare const SearchInput: React__default.ForwardRefExoticComponent<SearchInputP
|
|
|
19188
19188
|
* <PhoneNumberInput />
|
|
19189
19189
|
* ```
|
|
19190
19190
|
*/
|
|
19191
|
-
declare const PhoneNumberInput: React__default.ForwardRefExoticComponent<Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
19191
|
+
declare const PhoneNumberInput: React__default.ForwardRefExoticComponent<Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
19192
19192
|
bottom: SpacingValueType | {
|
|
19193
19193
|
readonly base?: SpacingValueType | undefined;
|
|
19194
19194
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -19881,7 +19881,7 @@ declare const InputGroup: React__default.ForwardRefExoticComponent<{
|
|
|
19881
19881
|
isDisabled?: boolean | undefined;
|
|
19882
19882
|
children: React__default.ReactNode;
|
|
19883
19883
|
testID?: string | undefined;
|
|
19884
|
-
} & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
19884
|
+
} & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
19885
19885
|
bottom: SpacingValueType | {
|
|
19886
19886
|
readonly base?: SpacingValueType | undefined;
|
|
19887
19887
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -21172,7 +21172,7 @@ declare const Radio: React__default.ForwardRefExoticComponent<{
|
|
|
21172
21172
|
* @default "medium"
|
|
21173
21173
|
*/
|
|
21174
21174
|
size?: "small" | "medium" | "large" | undefined;
|
|
21175
|
-
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
21175
|
+
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
21176
21176
|
bottom: SpacingValueType | {
|
|
21177
21177
|
readonly base?: SpacingValueType | undefined;
|
|
21178
21178
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -21816,7 +21816,7 @@ type RadioGroupProps = {
|
|
|
21816
21816
|
*/
|
|
21817
21817
|
orientation?: 'vertical' | 'horizontal';
|
|
21818
21818
|
} & TestID & DataAnalyticsAttribute & StyledPropsBlade;
|
|
21819
|
-
declare const RadioGroup: ({ children, label, helpText, isDisabled, isRequired, necessityIndicator, labelPosition, validationState, errorText, name, defaultValue, onChange, value, size, orientation, testID, ...rest }: RadioGroupProps) => React__default.ReactElement;
|
|
21819
|
+
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;
|
|
21820
21820
|
|
|
21821
21821
|
type ScaleProps = Pick<BaseMotionBoxProps, 'type' | 'motionTriggers' | 'children'> & {
|
|
21822
21822
|
/**
|
|
@@ -21875,7 +21875,7 @@ declare const SideNav: React__default.ForwardRefExoticComponent<{
|
|
|
21875
21875
|
visibleLevel: number;
|
|
21876
21876
|
}) => void) | undefined;
|
|
21877
21877
|
banner?: React__default.ReactElement<any, string | React__default.JSXElementConstructor<any>> | undefined;
|
|
21878
|
-
} & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
21878
|
+
} & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
21879
21879
|
bottom: SpacingValueType | {
|
|
21880
21880
|
readonly base?: SpacingValueType | undefined;
|
|
21881
21881
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -22682,7 +22682,7 @@ type SkeletonProps = StyledPropsBlade & Pick<BaseBoxProps, 'width' | 'maxWidth'
|
|
|
22682
22682
|
testID?: string;
|
|
22683
22683
|
};
|
|
22684
22684
|
|
|
22685
|
-
declare const Skeleton: React__default.ForwardRefExoticComponent<Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
22685
|
+
declare const Skeleton: React__default.ForwardRefExoticComponent<Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
22686
22686
|
bottom: SpacingValueType | {
|
|
22687
22687
|
readonly base?: SpacingValueType | undefined;
|
|
22688
22688
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -23303,7 +23303,7 @@ declare const Spinner: React__default.ForwardRefExoticComponent<{
|
|
|
23303
23303
|
labelPosition?: "bottom" | "right" | undefined;
|
|
23304
23304
|
size?: "medium" | "large" | "xlarge" | undefined;
|
|
23305
23305
|
accessibilityLabel: string;
|
|
23306
|
-
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
23306
|
+
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
23307
23307
|
bottom: SpacingValueType | {
|
|
23308
23308
|
readonly base?: SpacingValueType | undefined;
|
|
23309
23309
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -24064,7 +24064,7 @@ declare const StepGroup: React__default.ForwardRefExoticComponent<{
|
|
|
24064
24064
|
readonly xl?: SpacingValueType | undefined;
|
|
24065
24065
|
} | undefined;
|
|
24066
24066
|
_nestingLevel?: number | undefined;
|
|
24067
|
-
} & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
24067
|
+
} & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
24068
24068
|
bottom: SpacingValueType | {
|
|
24069
24069
|
readonly base?: SpacingValueType | undefined;
|
|
24070
24070
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -24897,7 +24897,7 @@ declare const Switch: React__default.ForwardRefExoticComponent<{
|
|
|
24897
24897
|
size?: "small" | "medium" | undefined;
|
|
24898
24898
|
accessibilityLabel: string;
|
|
24899
24899
|
id?: string | undefined;
|
|
24900
|
-
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
24900
|
+
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
24901
24901
|
bottom: SpacingValueType | {
|
|
24902
24902
|
readonly base?: SpacingValueType | undefined;
|
|
24903
24903
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -26054,7 +26054,7 @@ declare const TabItem: ({ children, value, leading: Leading, trailing, isDisable
|
|
|
26054
26054
|
|
|
26055
26055
|
declare const TabList: ({ children, ...rest }: {
|
|
26056
26056
|
children: React__default.ReactNode;
|
|
26057
|
-
} & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
26057
|
+
} & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
26058
26058
|
bottom: SpacingValueType | {
|
|
26059
26059
|
readonly base?: SpacingValueType | undefined;
|
|
26060
26060
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -26649,7 +26649,7 @@ declare const Tag: React__default.ForwardRefExoticComponent<{
|
|
|
26649
26649
|
isDisabled?: boolean | undefined;
|
|
26650
26650
|
_isVirtuallyFocused?: boolean | undefined;
|
|
26651
26651
|
_isTagInsideInput?: boolean | undefined;
|
|
26652
|
-
} & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
26652
|
+
} & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
26653
26653
|
bottom: SpacingValueType | {
|
|
26654
26654
|
readonly base?: SpacingValueType | undefined;
|
|
26655
26655
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -28036,7 +28036,7 @@ declare const TopNav: React__default.ForwardRefExoticComponent<{
|
|
|
28036
28036
|
children?: React__default.ReactNode | React__default.ReactNode[];
|
|
28037
28037
|
tabIndex?: number | undefined;
|
|
28038
28038
|
id?: string | undefined;
|
|
28039
|
-
} & TestID & DataAnalyticsAttribute>, "width" | "backgroundColor" | "bottom" | "left" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "top" | "zIndex" | "padding" | `data-analytics-${string}` | "paddingX" | "paddingY"> & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
28039
|
+
} & TestID & DataAnalyticsAttribute>, "width" | "backgroundColor" | "bottom" | "left" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "top" | "zIndex" | "padding" | `data-analytics-${string}` | "paddingX" | "paddingY"> & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
28040
28040
|
bottom: SpacingValueType | {
|
|
28041
28041
|
readonly base?: SpacingValueType | undefined;
|
|
28042
28042
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -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;
|
|
@@ -4688,7 +4688,7 @@ declare const Alert: React__default.ForwardRefExoticComponent<{
|
|
|
4688
4688
|
*/
|
|
4689
4689
|
secondary?: SecondaryAction | undefined;
|
|
4690
4690
|
} | undefined;
|
|
4691
|
-
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
4691
|
+
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
4692
4692
|
bottom: SpacingValueType | {
|
|
4693
4693
|
readonly base?: SpacingValueType | undefined;
|
|
4694
4694
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -5634,7 +5634,7 @@ declare const IconButton: React__default.ForwardRefExoticComponent<{
|
|
|
5634
5634
|
* Sets tabindex property on button element
|
|
5635
5635
|
*/
|
|
5636
5636
|
_tabIndex?: number | undefined;
|
|
5637
|
-
} & DataAnalyticsAttribute & BladeCommonEvents & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
5637
|
+
} & DataAnalyticsAttribute & BladeCommonEvents & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
5638
5638
|
bottom: SpacingValueType | {
|
|
5639
5639
|
readonly base?: SpacingValueType | undefined;
|
|
5640
5640
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -6299,7 +6299,7 @@ declare const Card: React__default.ForwardRefExoticComponent<{
|
|
|
6299
6299
|
* @default undefined
|
|
6300
6300
|
*/
|
|
6301
6301
|
as?: "label" | undefined;
|
|
6302
|
-
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
6302
|
+
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
6303
6303
|
bottom: SpacingValueType | {
|
|
6304
6304
|
readonly base?: SpacingValueType | undefined;
|
|
6305
6305
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -6698,7 +6698,7 @@ declare const Counter: React__default.ForwardRefExoticComponent<{
|
|
|
6698
6698
|
* @default 'medium'
|
|
6699
6699
|
*/
|
|
6700
6700
|
size?: "small" | "medium" | "large" | undefined;
|
|
6701
|
-
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
6701
|
+
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
6702
6702
|
bottom: SpacingValueType | {
|
|
6703
6703
|
readonly base?: SpacingValueType | undefined;
|
|
6704
6704
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -7070,7 +7070,7 @@ declare const Heading: React__default.ForwardRefExoticComponent<{
|
|
|
7070
7070
|
textDecorationLine?: BaseTextProps['textDecorationLine'];
|
|
7071
7071
|
size?: "small" | "medium" | "large" | "xlarge" | "2xlarge" | undefined;
|
|
7072
7072
|
wordBreak?: BaseTextProps['wordBreak'];
|
|
7073
|
-
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
7073
|
+
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
7074
7074
|
bottom: SpacingValueType | {
|
|
7075
7075
|
readonly base?: SpacingValueType | undefined;
|
|
7076
7076
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -7544,7 +7544,7 @@ declare const Display: React__default.ForwardRefExoticComponent<{
|
|
|
7544
7544
|
children: React__default.ReactNode;
|
|
7545
7545
|
textAlign?: BaseTextProps['textAlign'];
|
|
7546
7546
|
textDecorationLine?: BaseTextProps['textDecorationLine'];
|
|
7547
|
-
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
7547
|
+
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
7548
7548
|
bottom: SpacingValueType | {
|
|
7549
7549
|
readonly base?: SpacingValueType | undefined;
|
|
7550
7550
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -8016,7 +8016,7 @@ declare const Carousel: React__default.ForwardRefExoticComponent<{
|
|
|
8016
8016
|
readonly xl?: SpacingValueType | undefined;
|
|
8017
8017
|
} | undefined;
|
|
8018
8018
|
showNavigationButtons?: boolean | undefined;
|
|
8019
|
-
} & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
8019
|
+
} & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
8020
8020
|
bottom: SpacingValueType | {
|
|
8021
8021
|
readonly base?: SpacingValueType | undefined;
|
|
8022
8022
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -8638,7 +8638,7 @@ declare const Checkbox: React__default.ForwardRefExoticComponent<{
|
|
|
8638
8638
|
*
|
|
8639
8639
|
*/
|
|
8640
8640
|
tabIndex?: number | undefined;
|
|
8641
|
-
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
8641
|
+
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
8642
8642
|
bottom: SpacingValueType | {
|
|
8643
8643
|
readonly base?: SpacingValueType | undefined;
|
|
8644
8644
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -9064,7 +9064,7 @@ type CheckboxGroupProps = {
|
|
|
9064
9064
|
*/
|
|
9065
9065
|
orientation?: 'vertical' | 'horizontal';
|
|
9066
9066
|
} & 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;
|
|
9067
|
+
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
9068
|
|
|
9069
9069
|
type CommonChatMessageProps = {
|
|
9070
9070
|
/**
|
|
@@ -9389,7 +9389,7 @@ declare const Collapsible: React$1.ForwardRefExoticComponent<{
|
|
|
9389
9389
|
* **Internal**: used to override responsive width restrictions
|
|
9390
9390
|
*/
|
|
9391
9391
|
_shouldApplyWidthRestrictions?: boolean | undefined;
|
|
9392
|
-
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
9392
|
+
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
9393
9393
|
bottom: SpacingValueType | {
|
|
9394
9394
|
readonly base?: SpacingValueType | undefined;
|
|
9395
9395
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -10503,7 +10503,7 @@ declare const Dropdown: React__default.ForwardRefExoticComponent<{
|
|
|
10503
10503
|
readonly l?: SpacingValueType | undefined;
|
|
10504
10504
|
readonly xl?: SpacingValueType | undefined;
|
|
10505
10505
|
} | undefined;
|
|
10506
|
-
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
10506
|
+
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
10507
10507
|
bottom: SpacingValueType | {
|
|
10508
10508
|
readonly base?: SpacingValueType | undefined;
|
|
10509
10509
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -11302,7 +11302,7 @@ declare const Indicator: React__default.ForwardRefExoticComponent<{
|
|
|
11302
11302
|
* a11y label for screen readers
|
|
11303
11303
|
*/
|
|
11304
11304
|
accessibilityLabel?: string | undefined;
|
|
11305
|
-
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
11305
|
+
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
11306
11306
|
bottom: SpacingValueType | {
|
|
11307
11307
|
readonly base?: SpacingValueType | undefined;
|
|
11308
11308
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -12736,7 +12736,7 @@ declare const Radio: React__default.ForwardRefExoticComponent<{
|
|
|
12736
12736
|
* @default "medium"
|
|
12737
12737
|
*/
|
|
12738
12738
|
size?: "small" | "medium" | "large" | undefined;
|
|
12739
|
-
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
12739
|
+
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
12740
12740
|
bottom: SpacingValueType | {
|
|
12741
12741
|
readonly base?: SpacingValueType | undefined;
|
|
12742
12742
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -13163,7 +13163,7 @@ type RadioGroupProps = {
|
|
|
13163
13163
|
*/
|
|
13164
13164
|
orientation?: 'vertical' | 'horizontal';
|
|
13165
13165
|
} & 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;
|
|
13166
|
+
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
13167
|
|
|
13168
13168
|
type ScaleProps = Pick<BaseMotionBoxProps, 'type' | 'motionTriggers' | 'children'> & {
|
|
13169
13169
|
/**
|
|
@@ -13434,7 +13434,7 @@ type SkeletonProps = StyledPropsBlade & Pick<BaseBoxProps, 'width' | 'maxWidth'
|
|
|
13434
13434
|
testID?: string;
|
|
13435
13435
|
};
|
|
13436
13436
|
|
|
13437
|
-
declare const Skeleton: React__default.ForwardRefExoticComponent<Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
13437
|
+
declare const Skeleton: React__default.ForwardRefExoticComponent<Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
13438
13438
|
bottom: SpacingValueType | {
|
|
13439
13439
|
readonly base?: SpacingValueType | undefined;
|
|
13440
13440
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -13829,7 +13829,7 @@ declare const Spinner: React__default.ForwardRefExoticComponent<{
|
|
|
13829
13829
|
labelPosition?: "bottom" | "right" | undefined;
|
|
13830
13830
|
size?: "medium" | "large" | "xlarge" | undefined;
|
|
13831
13831
|
accessibilityLabel: string;
|
|
13832
|
-
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
13832
|
+
} & TestID & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
13833
13833
|
bottom: SpacingValueType | {
|
|
13834
13834
|
readonly base?: SpacingValueType | undefined;
|
|
13835
13835
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -14513,7 +14513,7 @@ declare const Switch: React__default.ForwardRefExoticComponent<{
|
|
|
14513
14513
|
size?: "small" | "medium" | undefined;
|
|
14514
14514
|
accessibilityLabel: string;
|
|
14515
14515
|
id?: string | undefined;
|
|
14516
|
-
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
14516
|
+
} & TestID & DataAnalyticsAttribute & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
14517
14517
|
bottom: SpacingValueType | {
|
|
14518
14518
|
readonly base?: SpacingValueType | undefined;
|
|
14519
14519
|
readonly xs?: SpacingValueType | undefined;
|
|
@@ -15463,7 +15463,7 @@ declare const Tag: React__default.ForwardRefExoticComponent<{
|
|
|
15463
15463
|
isDisabled?: boolean | undefined;
|
|
15464
15464
|
_isVirtuallyFocused?: boolean | undefined;
|
|
15465
15465
|
_isTagInsideInput?: boolean | undefined;
|
|
15466
|
-
} & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "justifySelf" | "order" | "placeSelf"> & {
|
|
15466
|
+
} & Partial<Omit<MarginProps & Pick<FlexboxProps, "alignSelf" | "flexWrap" | "justifySelf" | "order" | "placeSelf"> & {
|
|
15467
15467
|
bottom: SpacingValueType | {
|
|
15468
15468
|
readonly base?: SpacingValueType | undefined;
|
|
15469
15469
|
readonly xs?: SpacingValueType | undefined;
|