@razorpay/blade 11.14.0 → 11.15.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/Amount/Amount.js.map +1 -1
- package/build/lib/native/components/Box/BaseBox/baseBoxStyles.js +1 -1
- package/build/lib/native/components/Box/BaseBox/baseBoxStyles.js.map +1 -1
- package/build/lib/native/components/Box/BaseBox/types/propsTypes.js.map +1 -1
- package/build/lib/native/components/Box/Box.js +1 -1
- package/build/lib/native/components/Box/Box.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/Indicator/Indicator.js +1 -1
- package/build/lib/native/components/Indicator/Indicator.js.map +1 -1
- package/build/lib/native/components/StepGroup/StepGroup.native.js +17 -0
- package/build/lib/native/components/StepGroup/StepGroup.native.js.map +1 -0
- package/build/lib/native/components/StepGroup/StepGroupContext.js +6 -0
- package/build/lib/native/components/StepGroup/StepGroupContext.js.map +1 -0
- package/build/lib/native/components/StepGroup/StepItem.native.js +17 -0
- package/build/lib/native/components/StepGroup/StepItem.native.js.map +1 -0
- package/build/lib/native/components/StepGroup/StepItemMarker.js +15 -0
- package/build/lib/native/components/StepGroup/StepItemMarker.js.map +1 -0
- package/build/lib/native/components/StepGroup/tokens.js +8 -0
- package/build/lib/native/components/StepGroup/tokens.js.map +1 -0
- package/build/lib/native/components/index.js +3 -0
- package/build/lib/native/components/index.js.map +1 -1
- package/build/lib/native/tokens/global/size.js +1 -1
- package/build/lib/native/tokens/global/size.js.map +1 -1
- package/build/lib/native/utils/metaAttribute/metaConstants.js +1 -1
- package/build/lib/native/utils/metaAttribute/metaConstants.js.map +1 -1
- package/build/lib/web/development/components/Amount/Amount.js +7 -2
- package/build/lib/web/development/components/Amount/Amount.js.map +1 -1
- package/build/lib/web/development/components/Box/BaseBox/baseBoxStyles.js +17 -5
- package/build/lib/web/development/components/Box/BaseBox/baseBoxStyles.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/Box.js +5 -0
- package/build/lib/web/development/components/Box/Box.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/Indicator/Indicator.js +1 -1
- package/build/lib/web/development/components/Indicator/Indicator.js.map +1 -1
- package/build/lib/web/development/components/StepGroup/StepGroup.web.js +138 -0
- package/build/lib/web/development/components/StepGroup/StepGroup.web.js.map +1 -0
- package/build/lib/web/development/components/StepGroup/StepGroupContext.js +15 -0
- package/build/lib/web/development/components/StepGroup/StepGroupContext.js.map +1 -0
- package/build/lib/web/development/components/StepGroup/StepItem.web.js +224 -0
- package/build/lib/web/development/components/StepGroup/StepItem.web.js.map +1 -0
- package/build/lib/web/development/components/StepGroup/StepItemMarker.js +65 -0
- package/build/lib/web/development/components/StepGroup/StepItemMarker.js.map +1 -0
- package/build/lib/web/development/components/StepGroup/StepLine.web.js +336 -0
- package/build/lib/web/development/components/StepGroup/StepLine.web.js.map +1 -0
- package/build/lib/web/development/components/StepGroup/componentIds.js +7 -0
- package/build/lib/web/development/components/StepGroup/componentIds.js.map +1 -0
- package/build/lib/web/development/components/StepGroup/index.js +4 -0
- package/build/lib/web/development/components/StepGroup/index.js.map +1 -0
- package/build/lib/web/development/components/StepGroup/tokens.js +62 -0
- package/build/lib/web/development/components/StepGroup/tokens.js.map +1 -0
- package/build/lib/web/development/components/index.js +4 -0
- package/build/lib/web/development/components/index.js.map +1 -1
- package/build/lib/web/development/tokens/global/size.js +4 -0
- package/build/lib/web/development/tokens/global/size.js.map +1 -1
- package/build/lib/web/development/utils/metaAttribute/metaConstants.js +3 -1
- package/build/lib/web/development/utils/metaAttribute/metaConstants.js.map +1 -1
- package/build/lib/web/development/utils/omitPropsFromHTML/index.js +1 -1
- package/build/lib/web/development/utils/omitPropsFromHTML/index.js.map +1 -1
- package/build/lib/web/production/components/Amount/Amount.js +7 -2
- package/build/lib/web/production/components/Amount/Amount.js.map +1 -1
- package/build/lib/web/production/components/Box/BaseBox/baseBoxStyles.js +17 -5
- package/build/lib/web/production/components/Box/BaseBox/baseBoxStyles.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/Box.js +5 -0
- package/build/lib/web/production/components/Box/Box.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/Indicator/Indicator.js +1 -1
- package/build/lib/web/production/components/Indicator/Indicator.js.map +1 -1
- package/build/lib/web/production/components/StepGroup/StepGroup.web.js +138 -0
- package/build/lib/web/production/components/StepGroup/StepGroup.web.js.map +1 -0
- package/build/lib/web/production/components/StepGroup/StepGroupContext.js +15 -0
- package/build/lib/web/production/components/StepGroup/StepGroupContext.js.map +1 -0
- package/build/lib/web/production/components/StepGroup/StepItem.web.js +224 -0
- package/build/lib/web/production/components/StepGroup/StepItem.web.js.map +1 -0
- package/build/lib/web/production/components/StepGroup/StepItemMarker.js +65 -0
- package/build/lib/web/production/components/StepGroup/StepItemMarker.js.map +1 -0
- package/build/lib/web/production/components/StepGroup/StepLine.web.js +336 -0
- package/build/lib/web/production/components/StepGroup/StepLine.web.js.map +1 -0
- package/build/lib/web/production/components/StepGroup/componentIds.js +7 -0
- package/build/lib/web/production/components/StepGroup/componentIds.js.map +1 -0
- package/build/lib/web/production/components/StepGroup/index.js +4 -0
- package/build/lib/web/production/components/StepGroup/index.js.map +1 -0
- package/build/lib/web/production/components/StepGroup/tokens.js +62 -0
- package/build/lib/web/production/components/StepGroup/tokens.js.map +1 -0
- package/build/lib/web/production/components/index.js +4 -0
- package/build/lib/web/production/components/index.js.map +1 -1
- package/build/lib/web/production/tokens/global/size.js +4 -0
- package/build/lib/web/production/tokens/global/size.js.map +1 -1
- package/build/lib/web/production/utils/metaAttribute/metaConstants.js +3 -1
- package/build/lib/web/production/utils/metaAttribute/metaConstants.js.map +1 -1
- package/build/lib/web/production/utils/omitPropsFromHTML/index.js +1 -1
- package/build/lib/web/production/utils/omitPropsFromHTML/index.js.map +1 -1
- package/build/types/components/index.d.ts +1905 -81
- package/build/types/components/index.native.d.ts +944 -94
- package/build/types/tokens/index.d.ts +4 -0
- package/build/types/tokens/index.native.d.ts +4 -0
- package/package.json +3 -2
|
@@ -1264,7 +1264,7 @@ type CommonBoxVisualProps = MakeObjectResponsive<{
|
|
|
1264
1264
|
borderTopRightRadius: keyof Border['radius'];
|
|
1265
1265
|
borderBottomRightRadius: keyof Border['radius'];
|
|
1266
1266
|
borderBottomLeftRadius: keyof Border['radius'];
|
|
1267
|
-
} & PickCSSByPlatform<'backgroundImage' | 'backgroundSize' | 'backgroundPosition' | 'backgroundOrigin' | 'backgroundRepeat' | 'pointerEvents' | 'opacity' | 'visibility' | 'transform' | 'transformOrigin' | 'clipPath'> & {
|
|
1267
|
+
} & PickCSSByPlatform<'backgroundImage' | 'backgroundSize' | 'backgroundPosition' | 'backgroundOrigin' | 'backgroundRepeat' | 'pointerEvents' | 'opacity' | 'visibility' | 'transform' | 'transformOrigin' | 'clipPath' | 'borderStyle' | 'borderTopStyle' | 'borderBottomStyle' | 'borderLeftStyle' | 'borderRightStyle'> & {
|
|
1268
1268
|
/**
|
|
1269
1269
|
* Sets the elevation for Box
|
|
1270
1270
|
*
|
|
@@ -1288,7 +1288,7 @@ type BoxVisualProps = MakeObjectResponsive<{
|
|
|
1288
1288
|
}> & {
|
|
1289
1289
|
as: BoxAsType;
|
|
1290
1290
|
};
|
|
1291
|
-
type StyledPropsBlade = Partial<Omit<MarginProps & Pick<FlexboxProps, 'alignSelf' | 'justifySelf' | 'placeSelf' | 'order'> & PositionProps & Pick<GridProps, 'gridColumn' | 'gridRow' | 'gridRowStart' | 'gridRowEnd' | 'gridColumnStart' | 'gridColumnEnd' | 'gridArea'> & Pick<LayoutProps, 'display'>, '__brand__'>>;
|
|
1291
|
+
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__'>>;
|
|
1292
1292
|
type BoxCallbackProps = Omit<Platform.Select<{
|
|
1293
1293
|
web: {
|
|
1294
1294
|
/**
|
|
@@ -2189,6 +2189,7 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
2189
2189
|
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2190
2190
|
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2191
2191
|
};
|
|
2192
|
+
borderBottomStyle: never;
|
|
2192
2193
|
borderBottomWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
2193
2194
|
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2194
2195
|
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
@@ -2205,6 +2206,7 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
2205
2206
|
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2206
2207
|
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2207
2208
|
};
|
|
2209
|
+
borderLeftStyle: never;
|
|
2208
2210
|
borderLeftWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
2209
2211
|
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2210
2212
|
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
@@ -2221,6 +2223,7 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
2221
2223
|
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2222
2224
|
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2223
2225
|
};
|
|
2226
|
+
borderRightStyle: never;
|
|
2224
2227
|
borderRightWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
2225
2228
|
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2226
2229
|
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
@@ -2253,6 +2256,7 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
2253
2256
|
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2254
2257
|
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2255
2258
|
};
|
|
2259
|
+
borderTopStyle: never;
|
|
2256
2260
|
borderTopWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
2257
2261
|
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2258
2262
|
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
@@ -2305,6 +2309,14 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
2305
2309
|
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2306
2310
|
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2307
2311
|
};
|
|
2312
|
+
borderStyle?: "dashed" | "dotted" | "solid" | {
|
|
2313
|
+
readonly base?: "dashed" | "dotted" | "solid" | undefined;
|
|
2314
|
+
readonly xs?: "dashed" | "dotted" | "solid" | undefined;
|
|
2315
|
+
readonly s?: "dashed" | "dotted" | "solid" | undefined;
|
|
2316
|
+
readonly m?: "dashed" | "dotted" | "solid" | undefined;
|
|
2317
|
+
readonly l?: "dashed" | "dotted" | "solid" | undefined;
|
|
2318
|
+
readonly xl?: "dashed" | "dotted" | "solid" | undefined;
|
|
2319
|
+
} | undefined;
|
|
2308
2320
|
borderWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
2309
2321
|
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2310
2322
|
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
@@ -4301,7 +4313,188 @@ declare const Checkbox: React__default.ForwardRefExoticComponent<{
|
|
|
4301
4313
|
readonly l?: "platform-native" | undefined;
|
|
4302
4314
|
readonly xl?: "platform-native" | undefined;
|
|
4303
4315
|
} | undefined;
|
|
4304
|
-
}, "display"
|
|
4316
|
+
}, "display"> & Pick<{
|
|
4317
|
+
elevation?: ElevationLevels | {
|
|
4318
|
+
readonly base?: ElevationLevels | undefined;
|
|
4319
|
+
readonly xs?: ElevationLevels | undefined;
|
|
4320
|
+
readonly s?: ElevationLevels | undefined;
|
|
4321
|
+
readonly m?: ElevationLevels | undefined;
|
|
4322
|
+
readonly l?: ElevationLevels | undefined;
|
|
4323
|
+
readonly xl?: ElevationLevels | undefined;
|
|
4324
|
+
} | undefined;
|
|
4325
|
+
backgroundImage: never;
|
|
4326
|
+
backgroundOrigin: never;
|
|
4327
|
+
backgroundRepeat: never;
|
|
4328
|
+
backgroundSize: never;
|
|
4329
|
+
borderBottomColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
4330
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4331
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4332
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4333
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4334
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4335
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4336
|
+
};
|
|
4337
|
+
borderBottomLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
4338
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4339
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4340
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4341
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4342
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4343
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4344
|
+
};
|
|
4345
|
+
borderBottomRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
4346
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4347
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4348
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4349
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4350
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4351
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4352
|
+
};
|
|
4353
|
+
borderBottomStyle: never;
|
|
4354
|
+
borderBottomWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
4355
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4356
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4357
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4358
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4359
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4360
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4361
|
+
};
|
|
4362
|
+
borderLeftColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
4363
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4364
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4365
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4366
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4367
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4368
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4369
|
+
};
|
|
4370
|
+
borderLeftStyle: never;
|
|
4371
|
+
borderLeftWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
4372
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4373
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4374
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4375
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4376
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4377
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4378
|
+
};
|
|
4379
|
+
borderRightColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
4380
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4381
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4382
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4383
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4384
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4385
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4386
|
+
};
|
|
4387
|
+
borderRightStyle: never;
|
|
4388
|
+
borderRightWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
4389
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4390
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4391
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4392
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4393
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4394
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4395
|
+
};
|
|
4396
|
+
borderTopColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
4397
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4398
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4399
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4400
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4401
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4402
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4403
|
+
};
|
|
4404
|
+
borderTopLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
4405
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4406
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4407
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4408
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4409
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4410
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4411
|
+
};
|
|
4412
|
+
borderTopRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
4413
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4414
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4415
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4416
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4417
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4418
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4419
|
+
};
|
|
4420
|
+
borderTopStyle: never;
|
|
4421
|
+
borderTopWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
4422
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4423
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4424
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4425
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4426
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4427
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4428
|
+
};
|
|
4429
|
+
clipPath: never;
|
|
4430
|
+
opacity?: react_native_types.AnimatableNumericValue | {
|
|
4431
|
+
readonly base?: react_native_types.AnimatableNumericValue | undefined;
|
|
4432
|
+
readonly xs?: react_native_types.AnimatableNumericValue | undefined;
|
|
4433
|
+
readonly s?: react_native_types.AnimatableNumericValue | undefined;
|
|
4434
|
+
readonly m?: react_native_types.AnimatableNumericValue | undefined;
|
|
4435
|
+
readonly l?: react_native_types.AnimatableNumericValue | undefined;
|
|
4436
|
+
readonly xl?: react_native_types.AnimatableNumericValue | undefined;
|
|
4437
|
+
} | undefined;
|
|
4438
|
+
pointerEvents?: "none" | "auto" | "box-none" | "box-only" | {
|
|
4439
|
+
readonly base?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
4440
|
+
readonly xs?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
4441
|
+
readonly s?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
4442
|
+
readonly m?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
4443
|
+
readonly l?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
4444
|
+
readonly xl?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
4445
|
+
} | undefined;
|
|
4446
|
+
transform?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | {
|
|
4447
|
+
readonly base?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
4448
|
+
readonly xs?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
4449
|
+
readonly s?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
4450
|
+
readonly m?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
4451
|
+
readonly l?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
4452
|
+
readonly xl?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
4453
|
+
} | undefined;
|
|
4454
|
+
transformOrigin: never;
|
|
4455
|
+
visibility: never;
|
|
4456
|
+
backgroundPosition: never;
|
|
4457
|
+
borderColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
4458
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4459
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4460
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4461
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4462
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4463
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4464
|
+
};
|
|
4465
|
+
borderRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
4466
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4467
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4468
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4469
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4470
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4471
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4472
|
+
};
|
|
4473
|
+
borderStyle?: "dashed" | "dotted" | "solid" | {
|
|
4474
|
+
readonly base?: "dashed" | "dotted" | "solid" | undefined;
|
|
4475
|
+
readonly xs?: "dashed" | "dotted" | "solid" | undefined;
|
|
4476
|
+
readonly s?: "dashed" | "dotted" | "solid" | undefined;
|
|
4477
|
+
readonly m?: "dashed" | "dotted" | "solid" | undefined;
|
|
4478
|
+
readonly l?: "dashed" | "dotted" | "solid" | undefined;
|
|
4479
|
+
readonly xl?: "dashed" | "dotted" | "solid" | undefined;
|
|
4480
|
+
} | undefined;
|
|
4481
|
+
borderWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
4482
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4483
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4484
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4485
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4486
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4487
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4488
|
+
};
|
|
4489
|
+
__brand__?: "platform-native" | {
|
|
4490
|
+
readonly base?: "platform-native" | undefined;
|
|
4491
|
+
readonly xs?: "platform-native" | undefined;
|
|
4492
|
+
readonly s?: "platform-native" | undefined;
|
|
4493
|
+
readonly m?: "platform-native" | undefined;
|
|
4494
|
+
readonly l?: "platform-native" | undefined;
|
|
4495
|
+
readonly xl?: "platform-native" | undefined;
|
|
4496
|
+
} | undefined;
|
|
4497
|
+
}, "visibility">, "__brand__">> & React__default.RefAttributes<BladeElementRef>>;
|
|
4305
4498
|
|
|
4306
4499
|
type CheckboxGroupProps = {
|
|
4307
4500
|
/**
|
|
@@ -4639,93 +4832,274 @@ declare const Chip: React__default.ForwardRefExoticComponent<{
|
|
|
4639
4832
|
readonly l?: "platform-native" | undefined;
|
|
4640
4833
|
readonly xl?: "platform-native" | undefined;
|
|
4641
4834
|
} | undefined;
|
|
4642
|
-
}, "display"
|
|
4643
|
-
|
|
4644
|
-
|
|
4645
|
-
|
|
4646
|
-
|
|
4647
|
-
|
|
4648
|
-
|
|
4649
|
-
|
|
4650
|
-
|
|
4651
|
-
|
|
4652
|
-
|
|
4653
|
-
|
|
4654
|
-
|
|
4655
|
-
|
|
4656
|
-
|
|
4657
|
-
|
|
4658
|
-
|
|
4659
|
-
|
|
4660
|
-
|
|
4661
|
-
|
|
4662
|
-
|
|
4663
|
-
|
|
4664
|
-
|
|
4665
|
-
|
|
4666
|
-
|
|
4667
|
-
|
|
4668
|
-
|
|
4669
|
-
|
|
4670
|
-
|
|
4671
|
-
|
|
4672
|
-
|
|
4673
|
-
|
|
4674
|
-
|
|
4675
|
-
|
|
4676
|
-
|
|
4677
|
-
|
|
4678
|
-
|
|
4679
|
-
|
|
4680
|
-
|
|
4681
|
-
|
|
4682
|
-
|
|
4683
|
-
|
|
4684
|
-
|
|
4685
|
-
|
|
4686
|
-
|
|
4687
|
-
|
|
4688
|
-
|
|
4689
|
-
|
|
4690
|
-
|
|
4691
|
-
|
|
4692
|
-
|
|
4693
|
-
|
|
4694
|
-
|
|
4695
|
-
|
|
4696
|
-
|
|
4697
|
-
|
|
4698
|
-
|
|
4699
|
-
|
|
4700
|
-
|
|
4701
|
-
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
|
|
4705
|
-
|
|
4706
|
-
|
|
4707
|
-
|
|
4708
|
-
|
|
4709
|
-
|
|
4710
|
-
|
|
4711
|
-
|
|
4712
|
-
|
|
4713
|
-
|
|
4714
|
-
|
|
4715
|
-
|
|
4716
|
-
|
|
4717
|
-
|
|
4718
|
-
|
|
4719
|
-
|
|
4720
|
-
|
|
4721
|
-
|
|
4722
|
-
|
|
4723
|
-
|
|
4724
|
-
|
|
4725
|
-
|
|
4726
|
-
|
|
4727
|
-
|
|
4728
|
-
|
|
4835
|
+
}, "display"> & Pick<{
|
|
4836
|
+
elevation?: ElevationLevels | {
|
|
4837
|
+
readonly base?: ElevationLevels | undefined;
|
|
4838
|
+
readonly xs?: ElevationLevels | undefined;
|
|
4839
|
+
readonly s?: ElevationLevels | undefined;
|
|
4840
|
+
readonly m?: ElevationLevels | undefined;
|
|
4841
|
+
readonly l?: ElevationLevels | undefined;
|
|
4842
|
+
readonly xl?: ElevationLevels | undefined;
|
|
4843
|
+
} | undefined;
|
|
4844
|
+
backgroundImage: never;
|
|
4845
|
+
backgroundOrigin: never;
|
|
4846
|
+
backgroundRepeat: never;
|
|
4847
|
+
backgroundSize: never;
|
|
4848
|
+
borderBottomColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
4849
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4850
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4851
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4852
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4853
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4854
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4855
|
+
};
|
|
4856
|
+
borderBottomLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
4857
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4858
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4859
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4860
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4861
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4862
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4863
|
+
};
|
|
4864
|
+
borderBottomRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
4865
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4866
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4867
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4868
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4869
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4870
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4871
|
+
};
|
|
4872
|
+
borderBottomStyle: never;
|
|
4873
|
+
borderBottomWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
4874
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4875
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4876
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4877
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4878
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4879
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4880
|
+
};
|
|
4881
|
+
borderLeftColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
4882
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4883
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4884
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4885
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4886
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4887
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4888
|
+
};
|
|
4889
|
+
borderLeftStyle: never;
|
|
4890
|
+
borderLeftWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
4891
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4892
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4893
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4894
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4895
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4896
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4897
|
+
};
|
|
4898
|
+
borderRightColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
4899
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4900
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4901
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4902
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4903
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4904
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4905
|
+
};
|
|
4906
|
+
borderRightStyle: never;
|
|
4907
|
+
borderRightWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
4908
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4909
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4910
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4911
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4912
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4913
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4914
|
+
};
|
|
4915
|
+
borderTopColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
4916
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4917
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4918
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4919
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4920
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4921
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4922
|
+
};
|
|
4923
|
+
borderTopLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
4924
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4925
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4926
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4927
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4928
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4929
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4930
|
+
};
|
|
4931
|
+
borderTopRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
4932
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4933
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4934
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4935
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4936
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4937
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4938
|
+
};
|
|
4939
|
+
borderTopStyle: never;
|
|
4940
|
+
borderTopWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
4941
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4942
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4943
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4944
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4945
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4946
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4947
|
+
};
|
|
4948
|
+
clipPath: never;
|
|
4949
|
+
opacity?: react_native_types.AnimatableNumericValue | {
|
|
4950
|
+
readonly base?: react_native_types.AnimatableNumericValue | undefined;
|
|
4951
|
+
readonly xs?: react_native_types.AnimatableNumericValue | undefined;
|
|
4952
|
+
readonly s?: react_native_types.AnimatableNumericValue | undefined;
|
|
4953
|
+
readonly m?: react_native_types.AnimatableNumericValue | undefined;
|
|
4954
|
+
readonly l?: react_native_types.AnimatableNumericValue | undefined;
|
|
4955
|
+
readonly xl?: react_native_types.AnimatableNumericValue | undefined;
|
|
4956
|
+
} | undefined;
|
|
4957
|
+
pointerEvents?: "none" | "auto" | "box-none" | "box-only" | {
|
|
4958
|
+
readonly base?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
4959
|
+
readonly xs?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
4960
|
+
readonly s?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
4961
|
+
readonly m?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
4962
|
+
readonly l?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
4963
|
+
readonly xl?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
4964
|
+
} | undefined;
|
|
4965
|
+
transform?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | {
|
|
4966
|
+
readonly base?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
4967
|
+
readonly xs?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
4968
|
+
readonly s?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
4969
|
+
readonly m?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
4970
|
+
readonly l?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
4971
|
+
readonly xl?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
4972
|
+
} | undefined;
|
|
4973
|
+
transformOrigin: never;
|
|
4974
|
+
visibility: never;
|
|
4975
|
+
backgroundPosition: never;
|
|
4976
|
+
borderColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
4977
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4978
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4979
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4980
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4981
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4982
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4983
|
+
};
|
|
4984
|
+
borderRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
4985
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4986
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4987
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4988
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4989
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4990
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4991
|
+
};
|
|
4992
|
+
borderStyle?: "dashed" | "dotted" | "solid" | {
|
|
4993
|
+
readonly base?: "dashed" | "dotted" | "solid" | undefined;
|
|
4994
|
+
readonly xs?: "dashed" | "dotted" | "solid" | undefined;
|
|
4995
|
+
readonly s?: "dashed" | "dotted" | "solid" | undefined;
|
|
4996
|
+
readonly m?: "dashed" | "dotted" | "solid" | undefined;
|
|
4997
|
+
readonly l?: "dashed" | "dotted" | "solid" | undefined;
|
|
4998
|
+
readonly xl?: "dashed" | "dotted" | "solid" | undefined;
|
|
4999
|
+
} | undefined;
|
|
5000
|
+
borderWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
5001
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5002
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5003
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5004
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5005
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5006
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5007
|
+
};
|
|
5008
|
+
__brand__?: "platform-native" | {
|
|
5009
|
+
readonly base?: "platform-native" | undefined;
|
|
5010
|
+
readonly xs?: "platform-native" | undefined;
|
|
5011
|
+
readonly s?: "platform-native" | undefined;
|
|
5012
|
+
readonly m?: "platform-native" | undefined;
|
|
5013
|
+
readonly l?: "platform-native" | undefined;
|
|
5014
|
+
readonly xl?: "platform-native" | undefined;
|
|
5015
|
+
} | undefined;
|
|
5016
|
+
}, "visibility">, "__brand__">> & React__default.RefAttributes<BladeElementRef>>;
|
|
5017
|
+
|
|
5018
|
+
declare const ChipGroup: ({ accessibilityLabel, children, isDisabled, name, defaultValue, onChange, value, size, color, testID, selectionType, ...styledProps }: ChipGroupProps) => React__default.ReactElement;
|
|
5019
|
+
|
|
5020
|
+
type CollapsibleProps = {
|
|
5021
|
+
/**
|
|
5022
|
+
* Composes `CollapsibleButton`, `CollapsibleLink`, `CollapsibleBody`
|
|
5023
|
+
*/
|
|
5024
|
+
children: ReactNode;
|
|
5025
|
+
/**
|
|
5026
|
+
* Direction in which the content expands
|
|
5027
|
+
*
|
|
5028
|
+
* @default bottom
|
|
5029
|
+
*/
|
|
5030
|
+
direction?: 'bottom' | 'top';
|
|
5031
|
+
/**
|
|
5032
|
+
* Expands the collapsible content by default (uncontrolled)
|
|
5033
|
+
*
|
|
5034
|
+
* @default false
|
|
5035
|
+
*/
|
|
5036
|
+
defaultIsExpanded?: boolean;
|
|
5037
|
+
/**
|
|
5038
|
+
* Expands the collapsible content (controlled)
|
|
5039
|
+
*
|
|
5040
|
+
* @default undefined
|
|
5041
|
+
*/
|
|
5042
|
+
isExpanded?: boolean;
|
|
5043
|
+
/**
|
|
5044
|
+
* Callback for change in collapsible's expanded state
|
|
5045
|
+
*
|
|
5046
|
+
* @default undefined
|
|
5047
|
+
*/
|
|
5048
|
+
onExpandChange?: ({ isExpanded }: {
|
|
5049
|
+
isExpanded: boolean;
|
|
5050
|
+
}) => void;
|
|
5051
|
+
/**
|
|
5052
|
+
* **Internal**: used to override responsive width restrictions
|
|
5053
|
+
*/
|
|
5054
|
+
_shouldApplyWidthRestrictions?: boolean;
|
|
5055
|
+
} & TestID & StyledPropsBlade;
|
|
5056
|
+
declare const Collapsible: ({ children, direction, defaultIsExpanded, isExpanded, onExpandChange, testID, _shouldApplyWidthRestrictions, ...styledProps }: CollapsibleProps) => ReactElement;
|
|
5057
|
+
|
|
5058
|
+
type CollapsibleLinkProps = Pick<LinkProps, 'size' | 'isDisabled' | 'testID' | 'accessibilityLabel' | 'children'>;
|
|
5059
|
+
declare const CollapsibleLink: ({ children, size, isDisabled, testID, accessibilityLabel, }: CollapsibleLinkProps) => ReactElement;
|
|
5060
|
+
|
|
5061
|
+
type CollapsibleButtonProps = Pick<ButtonProps, 'variant' | 'size' | 'iconPosition' | 'isDisabled' | 'testID' | 'accessibilityLabel' | 'icon' | 'children'>;
|
|
5062
|
+
declare const CollapsibleButton: React$1.ForwardRefExoticComponent<CollapsibleButtonProps & React$1.RefAttributes<BladeElementRef>>;
|
|
5063
|
+
|
|
5064
|
+
type CollapsibleBodyProps = {
|
|
5065
|
+
children: ReactNode;
|
|
5066
|
+
width?: BaseBoxProps['width'];
|
|
5067
|
+
} & TestID;
|
|
5068
|
+
declare const CollapsibleBody: ({ children, testID, width }: CollapsibleBodyProps) => ReactElement;
|
|
5069
|
+
|
|
5070
|
+
type DividerProps = {
|
|
5071
|
+
/**
|
|
5072
|
+
* Sets the orientation of divider
|
|
5073
|
+
*
|
|
5074
|
+
* @default 'horizontal'
|
|
5075
|
+
*/
|
|
5076
|
+
orientation?: 'horizontal' | 'vertical';
|
|
5077
|
+
/**
|
|
5078
|
+
* Sets the style of divider
|
|
5079
|
+
*
|
|
5080
|
+
* @default 'solid'
|
|
5081
|
+
*/
|
|
5082
|
+
dividerStyle?: 'solid' | 'dashed';
|
|
5083
|
+
/**
|
|
5084
|
+
* Sets the variant of divider
|
|
5085
|
+
*
|
|
5086
|
+
* @default 'normal'
|
|
5087
|
+
*/
|
|
5088
|
+
variant?: 'normal' | 'subtle' | 'muted';
|
|
5089
|
+
/**
|
|
5090
|
+
* Sets the thickness of divider
|
|
5091
|
+
*
|
|
5092
|
+
* @default 'thin'
|
|
5093
|
+
*/
|
|
5094
|
+
thickness?: 'thinner' | 'thin' | 'thick' | 'thicker';
|
|
5095
|
+
/**
|
|
5096
|
+
* Sets the height of divider. Divider uses Flex by default, use height only when parent is not flex.
|
|
5097
|
+
*
|
|
5098
|
+
*/
|
|
5099
|
+
height?: CSSObject['height'];
|
|
5100
|
+
/**
|
|
5101
|
+
* Sets the width of divider. Divider uses Flex by default, use width only when parent is not flex.
|
|
5102
|
+
*
|
|
4729
5103
|
*/
|
|
4730
5104
|
width?: CSSObject['width'];
|
|
4731
5105
|
} & TestID & StyledPropsBlade;
|
|
@@ -5013,7 +5387,7 @@ type IndicatorCommonProps = {
|
|
|
5013
5387
|
*
|
|
5014
5388
|
* @default neutral
|
|
5015
5389
|
*/
|
|
5016
|
-
color?: FeedbackColors;
|
|
5390
|
+
color?: FeedbackColors | 'primary';
|
|
5017
5391
|
/**
|
|
5018
5392
|
* Size of the indicator
|
|
5019
5393
|
*
|
|
@@ -6387,7 +6761,188 @@ declare const Radio: React__default.ForwardRefExoticComponent<{
|
|
|
6387
6761
|
readonly l?: "platform-native" | undefined;
|
|
6388
6762
|
readonly xl?: "platform-native" | undefined;
|
|
6389
6763
|
} | undefined;
|
|
6390
|
-
}, "display"
|
|
6764
|
+
}, "display"> & Pick<{
|
|
6765
|
+
elevation?: ElevationLevels | {
|
|
6766
|
+
readonly base?: ElevationLevels | undefined;
|
|
6767
|
+
readonly xs?: ElevationLevels | undefined;
|
|
6768
|
+
readonly s?: ElevationLevels | undefined;
|
|
6769
|
+
readonly m?: ElevationLevels | undefined;
|
|
6770
|
+
readonly l?: ElevationLevels | undefined;
|
|
6771
|
+
readonly xl?: ElevationLevels | undefined;
|
|
6772
|
+
} | undefined;
|
|
6773
|
+
backgroundImage: never;
|
|
6774
|
+
backgroundOrigin: never;
|
|
6775
|
+
backgroundRepeat: never;
|
|
6776
|
+
backgroundSize: never;
|
|
6777
|
+
borderBottomColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
6778
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6779
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6780
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6781
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6782
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6783
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6784
|
+
};
|
|
6785
|
+
borderBottomLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
6786
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6787
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6788
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6789
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6790
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6791
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6792
|
+
};
|
|
6793
|
+
borderBottomRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
6794
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6795
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6796
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6797
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6798
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6799
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6800
|
+
};
|
|
6801
|
+
borderBottomStyle: never;
|
|
6802
|
+
borderBottomWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
6803
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6804
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6805
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6806
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6807
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6808
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6809
|
+
};
|
|
6810
|
+
borderLeftColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
6811
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6812
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6813
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6814
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6815
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6816
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6817
|
+
};
|
|
6818
|
+
borderLeftStyle: never;
|
|
6819
|
+
borderLeftWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
6820
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6821
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6822
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6823
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6824
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6825
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6826
|
+
};
|
|
6827
|
+
borderRightColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
6828
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6829
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6830
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6831
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6832
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6833
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6834
|
+
};
|
|
6835
|
+
borderRightStyle: never;
|
|
6836
|
+
borderRightWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
6837
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6838
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6839
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6840
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6841
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6842
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6843
|
+
};
|
|
6844
|
+
borderTopColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
6845
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6846
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6847
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6848
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6849
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6850
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6851
|
+
};
|
|
6852
|
+
borderTopLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
6853
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6854
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6855
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6856
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6857
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6858
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6859
|
+
};
|
|
6860
|
+
borderTopRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
6861
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6862
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6863
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6864
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6865
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6866
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6867
|
+
};
|
|
6868
|
+
borderTopStyle: never;
|
|
6869
|
+
borderTopWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
6870
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6871
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6872
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6873
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6874
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6875
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6876
|
+
};
|
|
6877
|
+
clipPath: never;
|
|
6878
|
+
opacity?: react_native_types.AnimatableNumericValue | {
|
|
6879
|
+
readonly base?: react_native_types.AnimatableNumericValue | undefined;
|
|
6880
|
+
readonly xs?: react_native_types.AnimatableNumericValue | undefined;
|
|
6881
|
+
readonly s?: react_native_types.AnimatableNumericValue | undefined;
|
|
6882
|
+
readonly m?: react_native_types.AnimatableNumericValue | undefined;
|
|
6883
|
+
readonly l?: react_native_types.AnimatableNumericValue | undefined;
|
|
6884
|
+
readonly xl?: react_native_types.AnimatableNumericValue | undefined;
|
|
6885
|
+
} | undefined;
|
|
6886
|
+
pointerEvents?: "none" | "auto" | "box-none" | "box-only" | {
|
|
6887
|
+
readonly base?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
6888
|
+
readonly xs?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
6889
|
+
readonly s?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
6890
|
+
readonly m?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
6891
|
+
readonly l?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
6892
|
+
readonly xl?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
6893
|
+
} | undefined;
|
|
6894
|
+
transform?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | {
|
|
6895
|
+
readonly base?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
6896
|
+
readonly xs?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
6897
|
+
readonly s?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
6898
|
+
readonly m?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
6899
|
+
readonly l?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
6900
|
+
readonly xl?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
6901
|
+
} | undefined;
|
|
6902
|
+
transformOrigin: never;
|
|
6903
|
+
visibility: never;
|
|
6904
|
+
backgroundPosition: never;
|
|
6905
|
+
borderColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
6906
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6907
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6908
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6909
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6910
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6911
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
6912
|
+
};
|
|
6913
|
+
borderRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
6914
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6915
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6916
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6917
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6918
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6919
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
6920
|
+
};
|
|
6921
|
+
borderStyle?: "dashed" | "dotted" | "solid" | {
|
|
6922
|
+
readonly base?: "dashed" | "dotted" | "solid" | undefined;
|
|
6923
|
+
readonly xs?: "dashed" | "dotted" | "solid" | undefined;
|
|
6924
|
+
readonly s?: "dashed" | "dotted" | "solid" | undefined;
|
|
6925
|
+
readonly m?: "dashed" | "dotted" | "solid" | undefined;
|
|
6926
|
+
readonly l?: "dashed" | "dotted" | "solid" | undefined;
|
|
6927
|
+
readonly xl?: "dashed" | "dotted" | "solid" | undefined;
|
|
6928
|
+
} | undefined;
|
|
6929
|
+
borderWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
6930
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6931
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6932
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6933
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6934
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6935
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
6936
|
+
};
|
|
6937
|
+
__brand__?: "platform-native" | {
|
|
6938
|
+
readonly base?: "platform-native" | undefined;
|
|
6939
|
+
readonly xs?: "platform-native" | undefined;
|
|
6940
|
+
readonly s?: "platform-native" | undefined;
|
|
6941
|
+
readonly m?: "platform-native" | undefined;
|
|
6942
|
+
readonly l?: "platform-native" | undefined;
|
|
6943
|
+
readonly xl?: "platform-native" | undefined;
|
|
6944
|
+
} | undefined;
|
|
6945
|
+
}, "visibility">, "__brand__">> & React__default.RefAttributes<BladeElementRef>>;
|
|
6391
6946
|
|
|
6392
6947
|
type RadioGroupProps = {
|
|
6393
6948
|
/**
|
|
@@ -6624,6 +7179,120 @@ declare const SpotlightPopoverTourFooter: () => React.ReactElement;
|
|
|
6624
7179
|
|
|
6625
7180
|
declare const SpotlightPopoverTourStep: (_props: SpotlightPopoverTourStepProps) => React.ReactElement;
|
|
6626
7181
|
|
|
7182
|
+
type StepGroupProps = {
|
|
7183
|
+
/**
|
|
7184
|
+
* size of step group
|
|
7185
|
+
*
|
|
7186
|
+
* @default medium
|
|
7187
|
+
*/
|
|
7188
|
+
size?: 'medium' | 'large';
|
|
7189
|
+
/**
|
|
7190
|
+
* orientation of step group
|
|
7191
|
+
*
|
|
7192
|
+
* @default vertical
|
|
7193
|
+
*/
|
|
7194
|
+
orientation?: 'horizontal' | 'vertical';
|
|
7195
|
+
/**
|
|
7196
|
+
* children slot for StepItem components
|
|
7197
|
+
*/
|
|
7198
|
+
children: React__default.ReactElement | React__default.ReactElement[];
|
|
7199
|
+
/**
|
|
7200
|
+
* Width of StepGroup. By default it takes the width of its items.
|
|
7201
|
+
*/
|
|
7202
|
+
width?: BoxProps['width'];
|
|
7203
|
+
/**
|
|
7204
|
+
* minWidth prop of StepGroup
|
|
7205
|
+
*/
|
|
7206
|
+
minWidth?: BoxProps['minWidth'];
|
|
7207
|
+
/**
|
|
7208
|
+
* maxWidth prop of StepGroup
|
|
7209
|
+
*
|
|
7210
|
+
* @default 100%
|
|
7211
|
+
*/
|
|
7212
|
+
maxWidth?: BoxProps['maxWidth'];
|
|
7213
|
+
/**
|
|
7214
|
+
* @private
|
|
7215
|
+
*
|
|
7216
|
+
* DO NOT USE THIS PROP OR YOU WILL BE FIRED (joking. you won't be fired. But something bad will happen for sure)
|
|
7217
|
+
*
|
|
7218
|
+
* This is an internal prop to keep track of nestingLevel of StepGroup
|
|
7219
|
+
*/
|
|
7220
|
+
_nestingLevel?: number;
|
|
7221
|
+
} & StyledPropsBlade & TestID;
|
|
7222
|
+
type StepItemProps = {
|
|
7223
|
+
_index?: number;
|
|
7224
|
+
_nestingLevel?: StepGroupProps['_nestingLevel'];
|
|
7225
|
+
_totalIndex?: number;
|
|
7226
|
+
/**
|
|
7227
|
+
* title of StepItem
|
|
7228
|
+
*/
|
|
7229
|
+
title: string;
|
|
7230
|
+
/**
|
|
7231
|
+
* A string that renders in italic font. Made for adding timestamp values.
|
|
7232
|
+
*
|
|
7233
|
+
* ```jsx
|
|
7234
|
+
* timestamp="Thu, 11th Oct23 | 12:00pm"
|
|
7235
|
+
* ```
|
|
7236
|
+
*/
|
|
7237
|
+
timestamp?: string;
|
|
7238
|
+
/**
|
|
7239
|
+
* Description of StepItem
|
|
7240
|
+
*/
|
|
7241
|
+
description?: string;
|
|
7242
|
+
/**
|
|
7243
|
+
* Progress line of step. When its start only starting part is highlighted and rest is kept dotted
|
|
7244
|
+
*
|
|
7245
|
+
* @default full
|
|
7246
|
+
*/
|
|
7247
|
+
stepProgress?: 'start' | 'end' | 'full' | 'none';
|
|
7248
|
+
/**
|
|
7249
|
+
* marker JSX slot. It can be StepItemIndicator or StepItemIcon
|
|
7250
|
+
*
|
|
7251
|
+
* ```jsx
|
|
7252
|
+
* marker={<StepItemIndicator color="positive" />}
|
|
7253
|
+
* marker={<StepItemIcon icon={CheckIcon} color="positive" />}
|
|
7254
|
+
* ```
|
|
7255
|
+
*/
|
|
7256
|
+
marker?: React__default.ReactElement;
|
|
7257
|
+
/**
|
|
7258
|
+
* trailing slot for StepItem. Mostly meant for Badge
|
|
7259
|
+
*/
|
|
7260
|
+
trailing?: React__default.ReactElement;
|
|
7261
|
+
/**
|
|
7262
|
+
* Controlled state of selected item
|
|
7263
|
+
*/
|
|
7264
|
+
isSelected?: boolean;
|
|
7265
|
+
/**
|
|
7266
|
+
* Anchor tag's href value. Turns StepItem into interactive item and render it as `<a>` tag
|
|
7267
|
+
*/
|
|
7268
|
+
href?: LinkProps['href'];
|
|
7269
|
+
/**
|
|
7270
|
+
* Anchjor tag's taget value. Meant to be used alongside `href` prop
|
|
7271
|
+
*/
|
|
7272
|
+
target?: LinkProps['target'];
|
|
7273
|
+
/**
|
|
7274
|
+
* StepItem's click handler. Turns StepItem into interactive item and render it as button tag
|
|
7275
|
+
*/
|
|
7276
|
+
onClick?: (event: React__default.MouseEvent) => void;
|
|
7277
|
+
/**
|
|
7278
|
+
* Children slot for adding additional custom elements to item
|
|
7279
|
+
*/
|
|
7280
|
+
children?: React__default.ReactNode;
|
|
7281
|
+
};
|
|
7282
|
+
|
|
7283
|
+
declare const StepGroup: (_props: StepGroupProps) => React.ReactElement;
|
|
7284
|
+
|
|
7285
|
+
declare const StepItem: (_props: StepItemProps) => React.ReactElement;
|
|
7286
|
+
|
|
7287
|
+
declare const StepItemIndicator: ({ color }: {
|
|
7288
|
+
color: IndicatorProps['color'];
|
|
7289
|
+
}) => React.ReactElement;
|
|
7290
|
+
type StepItemIconProps = {
|
|
7291
|
+
icon: IconComponent;
|
|
7292
|
+
color: IndicatorProps['color'];
|
|
7293
|
+
};
|
|
7294
|
+
declare const StepItemIcon: ({ icon: Icon, color }: StepItemIconProps) => React.ReactElement;
|
|
7295
|
+
|
|
6627
7296
|
type OnChange = ({ isChecked, value, event, }: {
|
|
6628
7297
|
isChecked: boolean;
|
|
6629
7298
|
event?: React.ChangeEvent;
|
|
@@ -6847,7 +7516,188 @@ declare const Switch: React__default.ForwardRefExoticComponent<{
|
|
|
6847
7516
|
readonly l?: "platform-native" | undefined;
|
|
6848
7517
|
readonly xl?: "platform-native" | undefined;
|
|
6849
7518
|
} | undefined;
|
|
6850
|
-
}, "display"
|
|
7519
|
+
}, "display"> & Pick<{
|
|
7520
|
+
elevation?: ElevationLevels | {
|
|
7521
|
+
readonly base?: ElevationLevels | undefined;
|
|
7522
|
+
readonly xs?: ElevationLevels | undefined;
|
|
7523
|
+
readonly s?: ElevationLevels | undefined;
|
|
7524
|
+
readonly m?: ElevationLevels | undefined;
|
|
7525
|
+
readonly l?: ElevationLevels | undefined;
|
|
7526
|
+
readonly xl?: ElevationLevels | undefined;
|
|
7527
|
+
} | undefined;
|
|
7528
|
+
backgroundImage: never;
|
|
7529
|
+
backgroundOrigin: never;
|
|
7530
|
+
backgroundRepeat: never;
|
|
7531
|
+
backgroundSize: never;
|
|
7532
|
+
borderBottomColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
7533
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7534
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7535
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7536
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7537
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7538
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7539
|
+
};
|
|
7540
|
+
borderBottomLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
7541
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7542
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7543
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7544
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7545
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7546
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7547
|
+
};
|
|
7548
|
+
borderBottomRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
7549
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7550
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7551
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7552
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7553
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7554
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7555
|
+
};
|
|
7556
|
+
borderBottomStyle: never;
|
|
7557
|
+
borderBottomWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
7558
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7559
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7560
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7561
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7562
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7563
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7564
|
+
};
|
|
7565
|
+
borderLeftColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
7566
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7567
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7568
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7569
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7570
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7571
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7572
|
+
};
|
|
7573
|
+
borderLeftStyle: never;
|
|
7574
|
+
borderLeftWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
7575
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7576
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7577
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7578
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7579
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7580
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7581
|
+
};
|
|
7582
|
+
borderRightColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
7583
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7584
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7585
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7586
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7587
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7588
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7589
|
+
};
|
|
7590
|
+
borderRightStyle: never;
|
|
7591
|
+
borderRightWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
7592
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7593
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7594
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7595
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7596
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7597
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7598
|
+
};
|
|
7599
|
+
borderTopColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
7600
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7601
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7602
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7603
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7604
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7605
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7606
|
+
};
|
|
7607
|
+
borderTopLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
7608
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7609
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7610
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7611
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7612
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7613
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7614
|
+
};
|
|
7615
|
+
borderTopRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
7616
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7617
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7618
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7619
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7620
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7621
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7622
|
+
};
|
|
7623
|
+
borderTopStyle: never;
|
|
7624
|
+
borderTopWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
7625
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7626
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7627
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7628
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7629
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7630
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7631
|
+
};
|
|
7632
|
+
clipPath: never;
|
|
7633
|
+
opacity?: react_native_types.AnimatableNumericValue | {
|
|
7634
|
+
readonly base?: react_native_types.AnimatableNumericValue | undefined;
|
|
7635
|
+
readonly xs?: react_native_types.AnimatableNumericValue | undefined;
|
|
7636
|
+
readonly s?: react_native_types.AnimatableNumericValue | undefined;
|
|
7637
|
+
readonly m?: react_native_types.AnimatableNumericValue | undefined;
|
|
7638
|
+
readonly l?: react_native_types.AnimatableNumericValue | undefined;
|
|
7639
|
+
readonly xl?: react_native_types.AnimatableNumericValue | undefined;
|
|
7640
|
+
} | undefined;
|
|
7641
|
+
pointerEvents?: "none" | "auto" | "box-none" | "box-only" | {
|
|
7642
|
+
readonly base?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
7643
|
+
readonly xs?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
7644
|
+
readonly s?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
7645
|
+
readonly m?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
7646
|
+
readonly l?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
7647
|
+
readonly xl?: "none" | "auto" | "box-none" | "box-only" | undefined;
|
|
7648
|
+
} | undefined;
|
|
7649
|
+
transform?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | {
|
|
7650
|
+
readonly base?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
7651
|
+
readonly xs?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
7652
|
+
readonly s?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
7653
|
+
readonly m?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
7654
|
+
readonly l?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
7655
|
+
readonly xl?: (react_native_types.PerpectiveTransform | react_native_types.RotateTransform | react_native_types.RotateXTransform | react_native_types.RotateYTransform | react_native_types.RotateZTransform | react_native_types.ScaleTransform | react_native_types.ScaleXTransform | react_native_types.ScaleYTransform | react_native_types.TranslateXTransform | react_native_types.TranslateYTransform | react_native_types.SkewXTransform | react_native_types.SkewYTransform | react_native_types.MatrixTransform)[] | undefined;
|
|
7656
|
+
} | undefined;
|
|
7657
|
+
transformOrigin: never;
|
|
7658
|
+
visibility: never;
|
|
7659
|
+
backgroundPosition: never;
|
|
7660
|
+
borderColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
7661
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7662
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7663
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7664
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7665
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7666
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7667
|
+
};
|
|
7668
|
+
borderRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
7669
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7670
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7671
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7672
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7673
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7674
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7675
|
+
};
|
|
7676
|
+
borderStyle?: "dashed" | "dotted" | "solid" | {
|
|
7677
|
+
readonly base?: "dashed" | "dotted" | "solid" | undefined;
|
|
7678
|
+
readonly xs?: "dashed" | "dotted" | "solid" | undefined;
|
|
7679
|
+
readonly s?: "dashed" | "dotted" | "solid" | undefined;
|
|
7680
|
+
readonly m?: "dashed" | "dotted" | "solid" | undefined;
|
|
7681
|
+
readonly l?: "dashed" | "dotted" | "solid" | undefined;
|
|
7682
|
+
readonly xl?: "dashed" | "dotted" | "solid" | undefined;
|
|
7683
|
+
} | undefined;
|
|
7684
|
+
borderWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
7685
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7686
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7687
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7688
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7689
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7690
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7691
|
+
};
|
|
7692
|
+
__brand__?: "platform-native" | {
|
|
7693
|
+
readonly base?: "platform-native" | undefined;
|
|
7694
|
+
readonly xs?: "platform-native" | undefined;
|
|
7695
|
+
readonly s?: "platform-native" | undefined;
|
|
7696
|
+
readonly m?: "platform-native" | undefined;
|
|
7697
|
+
readonly l?: "platform-native" | undefined;
|
|
7698
|
+
readonly xl?: "platform-native" | undefined;
|
|
7699
|
+
} | undefined;
|
|
7700
|
+
}, "visibility">, "__brand__">> & React__default.RefAttributes<BladeElementRef>>;
|
|
6851
7701
|
|
|
6852
7702
|
type TableNode<Item> = Item & {
|
|
6853
7703
|
id: Identifier;
|
|
@@ -7502,4 +8352,4 @@ declare const VisuallyHidden: ({ children, testID }: VisuallyHiddenProps) => Rea
|
|
|
7502
8352
|
*/
|
|
7503
8353
|
declare const screenReaderStyles: CSSObject;
|
|
7504
8354
|
|
|
7505
|
-
export { Accordion, AccordionItem, AccordionItemBody, AccordionItemHeader, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActivityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertTriangleIcon as AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon$1 as AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, Attachment as AttachmentIcon, AutoComplete, AutoCompleteProps, AwardIcon, Badge, BadgeProps, BankIcon, BarChartAltIcon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BillIcon, BladeCommonEvents, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, Breadcrumb, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbProps, BriefcaseIcon, BulkPayoutsIcon, 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, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, Chip, ChipGroup, ChipGroupProps, ChipProps, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodepenIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompassIcon, ComponentIds, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, CustomersIcon, CutIcon, DashboardIcon, DeleteIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DownloadCloudIcon, DownloadIcon, Drawer, DrawerBody, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EditComposeIcon, EditIcon, EditInlineIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileUpload, FileZipIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphonesIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconColors, IconComponent, IconProps, IconSize, Identifier, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, MenuDotsIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonsIcon, PaymentLinksIcon, PaymentPagesIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneNumberInput, PhoneNumberInputProps, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RefreshIcon, RepeatIcon, ReportsIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RoutesIcon, RupeeIcon, RupeesIcon, SaveIcon, ScissorsIcon, SearchIcon, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, StampIcon, StarIcon, StopCircleIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabItem, TabItemProps, TabList, TabPanel, TabPanelProps, Table, TableBackgroundColors, TableBody, TableBodyProps, TableCell, TableCellProps, TableData, TableFooter, TableFooterCell, TableFooterCellProps, TableFooterProps, TableFooterRow, TableFooterRowProps, TableHeader, TableHeaderCell, TableHeaderCellProps, TableHeaderProps, TableHeaderRow, TableHeaderRowProps, TableNode, TablePagination, TablePaginationCommonProps, TablePaginationProps$1 as TablePaginationProps, TablePaginationType, TableProps, TableRow, TableRowProps, TableToolbar, TableToolbarActions, TableToolbarActionsProps, TableToolbarProps, TabletIcon, Tabs, TabsProps, Tag, TagIcon, TagProps, TargetIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, Tour, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VideoIcon, VideoOffIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getHeadingProps, getTextProps, screenReaderStyles, useTheme, useToast };
|
|
8355
|
+
export { Accordion, AccordionItem, AccordionItemBody, AccordionItemHeader, AccordionItemProps, AccordionProps, ActionList, ActionListItem, ActionListItemAsset, ActionListItemAssetProps, ActionListItemBadge, ActionListItemBadgeGroup, ActionListItemIcon, ActionListItemProps, ActionListItemText, ActionListProps, ActionListSection, ActionListSectionProps, ActivityIcon, AirplayIcon, Alert, AlertCircleIcon, AlertTriangleIcon as AlertOctagonIcon, AlertOnlyIcon, AlertProps, AlertTriangleIcon$1 as AlertTriangleIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, Amount, AmountProps, AnchorIcon, AnnouncementIcon, ApertureIcon, AppStoreIcon, ArrowDownIcon, ArrowDownLeftIcon, ArrowDownRightIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpLeftIcon, ArrowUpRightIcon, AtSignIcon, Attachment as AttachmentIcon, AutoComplete, AutoCompleteProps, AwardIcon, Badge, BadgeProps, BankIcon, BarChartAltIcon, BarChartIcon, BatteryChargingIcon, BatteryIcon, BellIcon, BellOffIcon, BillIcon, BladeCommonEvents, BladeProvider, BladeProviderProps, BluetoothIcon, BoldIcon, BookIcon, BookmarkIcon, BottomSheet, BottomSheetBody, BottomSheetBodyProps, BottomSheetFooter, BottomSheetFooterProps, BottomSheetHeader, BottomSheetHeaderProps, BottomSheetProps, Box, BoxIcon, BoxProps, BoxRefType, Breadcrumb, BreadcrumbItem, BreadcrumbItemProps, BreadcrumbProps, BriefcaseIcon, BulkPayoutsIcon, 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, CastIcon, CheckCircleIcon, CheckIcon, CheckSquareIcon, Checkbox, CheckboxGroup, CheckboxGroupProps, CheckboxProps, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ChevronsDownIcon, ChevronsLeftIcon, ChevronsRightIcon, ChevronsUpIcon, Chip, ChipGroup, ChipGroupProps, ChipProps, ChromeIcon, CircleIcon, ClipboardIcon, ClockIcon, CloseIcon, CloudDrizzleIcon, CloudIcon, CloudLightningIcon, CloudOffIcon, CloudRainIcon, CloudSnowIcon, Code, CodeProps, CodepenIcon, CoinsIcon, Collapsible, CollapsibleBody, CollapsibleBodyProps, CollapsibleButton, CollapsibleButtonProps, CollapsibleLink, CollapsibleLinkProps, CollapsibleProps, CommandIcon, CompassIcon, ComponentIds, CopyIcon, CornerDownLeftIcon, CornerDownRightIcon, CornerLeftDownIcon, CornerLeftUpIcon, CornerRightDownIcon, CornerRightUpIcon, CornerUpLeftIcon, CornerUpRightIcon, Counter, CounterProps, CpuIcon, CreditCardIcon, CropIcon, CrosshairIcon, CustomersIcon, CutIcon, DashboardIcon, DeleteIcon, DiscIcon, Display, DisplayProps, Divider, DividerProps, DollarIcon, DollarsIcon, DownloadCloudIcon, DownloadIcon, Drawer, DrawerBody, DrawerHeader, DrawerHeaderProps, DrawerProps, Dropdown, DropdownButton, DropdownFooter, DropdownHeader, DropdownLink, DropdownOverlay, DropdownOverlayProps, DropdownProps, DropletIcon, EditComposeIcon, EditIcon, EditInlineIcon, ExportIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FacebookIcon, FastForwardIcon, FeatherIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FileUpload, FileZipIcon, FilmIcon, FilterIcon, FlagIcon, FolderIcon, FullScreenEnterIcon, FullScreenExitIcon, GithubIcon, GitlabIcon, GlobeIcon, GridIcon, HashIcon, Heading, HeadingProps, HeadphonesIcon, HeartIcon, HelpCircleIcon, HistoryIcon, HomeIcon, IconButton, IconButtonProps, IconColors, IconComponent, IconProps, IconSize, Identifier, ImageIcon, InboxIcon, Indicator, IndicatorProps, InfoIcon, InstagramIcon, InvoicesIcon, ItalicIcon, LayersIcon, LayoutIcon, LifeBuoyIcon, Link, LinkButtonVariantProps, LinkIcon, LinkProps, List, ListIcon, ListItem, ListItemCode, ListItemCodeProps, ListItemLink, ListItemLinkProps, ListItemProps, ListItemText, ListItemTextProps, ListProps, LoaderIcon, LockIcon, LogInIcon, LogOutIcon, MailIcon, MailOpenIcon, MapIcon, MapPinIcon, MaximizeIcon, MenuDotsIcon, MenuIcon, MessageCircleIcon, MessageSquareIcon, MicIcon, MicOffIcon, MinimizeIcon, MinusCircleIcon, MinusIcon, MinusSquareIcon, Modal, ModalBody, ModalBodyProps, ModalFooter, ModalFooterProps, ModalHeader, ModalHeaderProps, ModalProps, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MoveIcon, MusicIcon, MyAccountIcon, NavigationIcon, OTPInput, OTPInputCommonProps, OTPInputProps, OctagonIcon, OffersIcon, PackageIcon, PaperclipIcon, PasswordInput, PasswordInputProps, PauseCircleIcon, PauseIcon, PaymentButtonsIcon, PaymentLinksIcon, PaymentPagesIcon, PercentIcon, PhoneCallIcon, PhoneForwardedIcon, PhoneIcon, PhoneIncomingIcon, PhoneMissedIcon, PhoneNumberInput, PhoneNumberInputProps, PhoneOffIcon, PhoneOutgoingIcon, PieChartIcon, PlayCircleIcon, PlayIcon, PlusCircleIcon, PlusIcon, PlusSquareIcon, PocketIcon, Popover, PopoverInteractiveWrapper, PopoverProps, PopoverTriggerProps, PowerIcon, PrinterIcon, ProgressBar, ProgressBarProps, ProgressBarVariant, QRCodeIcon, Radio, RadioGroup, RadioGroupProps, RadioIcon, RadioProps, RazorpayIcon, RazorpayXIcon, RefreshIcon, RepeatIcon, ReportsIcon, RewindIcon, RotateClockWiseIcon, RotateCounterClockWiseIcon, RoutesIcon, RupeeIcon, RupeesIcon, SaveIcon, ScissorsIcon, SearchIcon, SelectInput, SelectInputProps, SendIcon, ServerIcon, SettingsIcon, SettlementsIcon, ShareIcon, ShieldIcon, ShoppingCartIcon, ShuffleIcon, SidebarIcon, Skeleton, SkeletonProps, SkipBackIcon, SkipForwardIcon, SkipNavContent, SkipNavLink, SlackIcon, SlashIcon, SlidersIcon, SmartCollectIcon, SmartphoneIcon, SpeakerIcon, Spinner, SpinnerProps, SpotlightPopoverStepRenderProps, SpotlightPopoverTourFooter, SpotlightPopoverTourProps, SpotlightPopoverTourStep, SpotlightPopoverTourSteps, SquareIcon, StampIcon, StarIcon, StepGroup, StepGroupProps, StepItem, StepItemIcon, StepItemIndicator, StepItemProps, StopCircleIcon, SubscriptionsIcon, SunIcon, SunriseIcon, SunsetIcon, Switch, SwitchProps, TabItem, TabItemProps, TabList, TabPanel, TabPanelProps, Table, TableBackgroundColors, TableBody, TableBodyProps, TableCell, TableCellProps, TableData, TableFooter, TableFooterCell, TableFooterCellProps, TableFooterProps, TableFooterRow, TableFooterRowProps, TableHeader, TableHeaderCell, TableHeaderCellProps, TableHeaderProps, TableHeaderRow, TableHeaderRowProps, TableNode, TablePagination, TablePaginationCommonProps, TablePaginationProps$1 as TablePaginationProps, TablePaginationType, TableProps, TableRow, TableRowProps, TableToolbar, TableToolbarActions, TableToolbarActionsProps, TableToolbarProps, TabletIcon, Tabs, TabsProps, Tag, TagIcon, TagProps, TargetIcon, Text, TextArea, TextAreaProps, TextInput, TextInputProps, TextProps, TextVariant, Theme, ThermometerIcon, ThumbsDownIcon, ThumbsUpIcon, ToastContainer, ToastProps, ToggleLeftIcon, ToggleRightIcon, Tooltip, TooltipInteractiveWrapper, TooltipProps, Tour, TransactionsIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, TriangleIcon, TvIcon, TwitterIcon, TypeIcon, UmbrellaIcon, UnderlineIcon, UnlockIcon, UploadCloudIcon, UploadIcon, UseToastReturn, UserCheckIcon, UserIcon, UserMinusIcon, UserPlusIcon, UserXIcon, UsersIcon, VideoIcon, VideoOffIcon, VisuallyHidden, VisuallyHiddenProps, VoicemailIcon, VolumeHighIcon, VolumeIcon, VolumeLowIcon, VolumeMuteIcon, WatchIcon, WifiIcon, WifiOffIcon, WindIcon, XCircleIcon, XSquareIcon, ZapIcon, ZoomInIcon, ZoomOutIcon, announce, clearAnnouncer, destroyAnnouncer, getHeadingProps, getTextProps, screenReaderStyles, useTheme, useToast };
|