@razorpay/blade 11.13.1 → 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/Alert/Alert.js +1 -1
- package/build/lib/native/components/Alert/Alert.js.map +1 -1
- 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/Alert/Alert.js +5 -4
- package/build/lib/web/development/components/Alert/Alert.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/Alert/Alert.js +5 -4
- package/build/lib/web/production/components/Alert/Alert.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 +1907 -79
- package/build/types/components/index.native.d.ts +948 -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
|
@@ -1265,7 +1265,7 @@ type CommonBoxVisualProps = MakeObjectResponsive<{
|
|
|
1265
1265
|
borderTopRightRadius: keyof Border['radius'];
|
|
1266
1266
|
borderBottomRightRadius: keyof Border['radius'];
|
|
1267
1267
|
borderBottomLeftRadius: keyof Border['radius'];
|
|
1268
|
-
} & PickCSSByPlatform<'backgroundImage' | 'backgroundSize' | 'backgroundPosition' | 'backgroundOrigin' | 'backgroundRepeat' | 'pointerEvents' | 'opacity' | 'visibility' | 'transform' | 'transformOrigin' | 'clipPath'> & {
|
|
1268
|
+
} & PickCSSByPlatform<'backgroundImage' | 'backgroundSize' | 'backgroundPosition' | 'backgroundOrigin' | 'backgroundRepeat' | 'pointerEvents' | 'opacity' | 'visibility' | 'transform' | 'transformOrigin' | 'clipPath' | 'borderStyle' | 'borderTopStyle' | 'borderBottomStyle' | 'borderLeftStyle' | 'borderRightStyle'> & {
|
|
1269
1269
|
/**
|
|
1270
1270
|
* Sets the elevation for Box
|
|
1271
1271
|
*
|
|
@@ -1289,7 +1289,7 @@ type BoxVisualProps = MakeObjectResponsive<{
|
|
|
1289
1289
|
}> & {
|
|
1290
1290
|
as: BoxAsType;
|
|
1291
1291
|
};
|
|
1292
|
-
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__'>>;
|
|
1292
|
+
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__'>>;
|
|
1293
1293
|
type BoxCallbackProps = Omit<Platform.Select<{
|
|
1294
1294
|
web: {
|
|
1295
1295
|
/**
|
|
@@ -2351,6 +2351,14 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
2351
2351
|
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2352
2352
|
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2353
2353
|
};
|
|
2354
|
+
borderBottomStyle?: csstype.Property.BorderBottomStyle | {
|
|
2355
|
+
readonly base?: csstype.Property.BorderBottomStyle | undefined;
|
|
2356
|
+
readonly xs?: csstype.Property.BorderBottomStyle | undefined;
|
|
2357
|
+
readonly s?: csstype.Property.BorderBottomStyle | undefined;
|
|
2358
|
+
readonly m?: csstype.Property.BorderBottomStyle | undefined;
|
|
2359
|
+
readonly l?: csstype.Property.BorderBottomStyle | undefined;
|
|
2360
|
+
readonly xl?: csstype.Property.BorderBottomStyle | undefined;
|
|
2361
|
+
} | undefined;
|
|
2354
2362
|
borderBottomWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
2355
2363
|
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2356
2364
|
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
@@ -2367,6 +2375,14 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
2367
2375
|
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2368
2376
|
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2369
2377
|
};
|
|
2378
|
+
borderLeftStyle?: csstype.Property.BorderLeftStyle | {
|
|
2379
|
+
readonly base?: csstype.Property.BorderLeftStyle | undefined;
|
|
2380
|
+
readonly xs?: csstype.Property.BorderLeftStyle | undefined;
|
|
2381
|
+
readonly s?: csstype.Property.BorderLeftStyle | undefined;
|
|
2382
|
+
readonly m?: csstype.Property.BorderLeftStyle | undefined;
|
|
2383
|
+
readonly l?: csstype.Property.BorderLeftStyle | undefined;
|
|
2384
|
+
readonly xl?: csstype.Property.BorderLeftStyle | undefined;
|
|
2385
|
+
} | undefined;
|
|
2370
2386
|
borderLeftWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
2371
2387
|
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2372
2388
|
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
@@ -2383,6 +2399,14 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
2383
2399
|
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2384
2400
|
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
2385
2401
|
};
|
|
2402
|
+
borderRightStyle?: csstype.Property.BorderRightStyle | {
|
|
2403
|
+
readonly base?: csstype.Property.BorderRightStyle | undefined;
|
|
2404
|
+
readonly xs?: csstype.Property.BorderRightStyle | undefined;
|
|
2405
|
+
readonly s?: csstype.Property.BorderRightStyle | undefined;
|
|
2406
|
+
readonly m?: csstype.Property.BorderRightStyle | undefined;
|
|
2407
|
+
readonly l?: csstype.Property.BorderRightStyle | undefined;
|
|
2408
|
+
readonly xl?: csstype.Property.BorderRightStyle | undefined;
|
|
2409
|
+
} | undefined;
|
|
2386
2410
|
borderRightWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
2387
2411
|
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2388
2412
|
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
@@ -2415,6 +2439,14 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
2415
2439
|
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2416
2440
|
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2417
2441
|
};
|
|
2442
|
+
borderTopStyle?: csstype.Property.BorderTopStyle | {
|
|
2443
|
+
readonly base?: csstype.Property.BorderTopStyle | undefined;
|
|
2444
|
+
readonly xs?: csstype.Property.BorderTopStyle | undefined;
|
|
2445
|
+
readonly s?: csstype.Property.BorderTopStyle | undefined;
|
|
2446
|
+
readonly m?: csstype.Property.BorderTopStyle | undefined;
|
|
2447
|
+
readonly l?: csstype.Property.BorderTopStyle | undefined;
|
|
2448
|
+
readonly xl?: csstype.Property.BorderTopStyle | undefined;
|
|
2449
|
+
} | undefined;
|
|
2418
2450
|
borderTopWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
2419
2451
|
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2420
2452
|
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
@@ -2495,6 +2527,14 @@ declare const Box: React__default.ForwardRefExoticComponent<Partial<PaddingProps
|
|
|
2495
2527
|
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2496
2528
|
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
2497
2529
|
};
|
|
2530
|
+
borderStyle?: csstype.Property.BorderStyle | {
|
|
2531
|
+
readonly base?: csstype.Property.BorderStyle | undefined;
|
|
2532
|
+
readonly xs?: csstype.Property.BorderStyle | undefined;
|
|
2533
|
+
readonly s?: csstype.Property.BorderStyle | undefined;
|
|
2534
|
+
readonly m?: csstype.Property.BorderStyle | undefined;
|
|
2535
|
+
readonly l?: csstype.Property.BorderStyle | undefined;
|
|
2536
|
+
readonly xl?: csstype.Property.BorderStyle | undefined;
|
|
2537
|
+
} | undefined;
|
|
2498
2538
|
borderWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
2499
2539
|
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
2500
2540
|
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
@@ -2832,6 +2872,10 @@ type AlertProps = {
|
|
|
2832
2872
|
* A callback when the dismiss button is clicked
|
|
2833
2873
|
*/
|
|
2834
2874
|
onDismiss?: () => void;
|
|
2875
|
+
/**
|
|
2876
|
+
* Can be used to render custom icon
|
|
2877
|
+
*/
|
|
2878
|
+
icon?: IconComponent;
|
|
2835
2879
|
/**
|
|
2836
2880
|
* Can be set to `high` for a more prominent look. Not to be confused with a11y emphasis.
|
|
2837
2881
|
*
|
|
@@ -2863,7 +2907,7 @@ type AlertProps = {
|
|
|
2863
2907
|
secondary?: SecondaryAction;
|
|
2864
2908
|
};
|
|
2865
2909
|
} & TestID & StyledPropsBlade;
|
|
2866
|
-
declare const Alert: ({ description, title, isDismissible, onDismiss, emphasis, isFullWidth, color, actions, testID, ...styledProps }: AlertProps) => ReactElement | null;
|
|
2910
|
+
declare const Alert: ({ description, title, isDismissible, onDismiss, emphasis, isFullWidth, color, actions, testID, icon, ...styledProps }: AlertProps) => ReactElement | null;
|
|
2867
2911
|
|
|
2868
2912
|
type AriaRoles = Exclude<AccessibilityRole, 'header' | 'adjustable' | 'image' | 'none' | 'summary'> | 'alert' | 'alertdialog' | 'application' | 'article' | 'banner' | 'button' | 'cell' | 'checkbox' | 'columnheader' | 'combobox' | 'complementary' | 'contentinfo' | 'definition' | 'dialog' | 'directory' | 'document' | 'feed' | 'figure' | 'form' | 'grid' | 'gridcell' | 'group' | 'heading' | 'img' | 'link' | 'list' | 'listbox' | 'listitem' | 'log' | 'main' | 'marquee' | 'math' | 'menu' | 'menubar' | 'menuitem' | 'menuitemcheckbox' | 'menuitemradio' | 'meter' | 'navigation' | 'none' | 'note' | 'option' | 'presentation' | 'progressbar' | 'radio' | 'radiogroup' | 'region' | 'row' | 'rowgroup' | 'rowheader' | 'scrollbar' | 'search' | 'searchbox' | 'separator' | 'slider' | 'spinbutton' | 'status' | 'switch' | 'tab' | 'table' | 'tablist' | 'tabpanel' | 'term' | 'textbox' | 'timer' | 'toolbar' | 'tooltip' | 'tree' | 'treegrid' | 'treeitem';
|
|
2869
2913
|
type AccessibilityProps = AriaAttributes;
|
|
@@ -4648,7 +4692,272 @@ declare const Checkbox: React__default.ForwardRefExoticComponent<{
|
|
|
4648
4692
|
readonly l?: "platform-web" | undefined;
|
|
4649
4693
|
readonly xl?: "platform-web" | undefined;
|
|
4650
4694
|
} | undefined;
|
|
4651
|
-
}, "display"
|
|
4695
|
+
}, "display"> & Pick<{
|
|
4696
|
+
elevation?: ElevationLevels | {
|
|
4697
|
+
readonly base?: ElevationLevels | undefined;
|
|
4698
|
+
readonly xs?: ElevationLevels | undefined;
|
|
4699
|
+
readonly s?: ElevationLevels | undefined;
|
|
4700
|
+
readonly m?: ElevationLevels | undefined;
|
|
4701
|
+
readonly l?: ElevationLevels | undefined;
|
|
4702
|
+
readonly xl?: ElevationLevels | undefined;
|
|
4703
|
+
} | undefined;
|
|
4704
|
+
backgroundImage?: csstype.Property.BackgroundImage | {
|
|
4705
|
+
readonly base?: csstype.Property.BackgroundImage | undefined;
|
|
4706
|
+
readonly xs?: csstype.Property.BackgroundImage | undefined;
|
|
4707
|
+
readonly s?: csstype.Property.BackgroundImage | undefined;
|
|
4708
|
+
readonly m?: csstype.Property.BackgroundImage | undefined;
|
|
4709
|
+
readonly l?: csstype.Property.BackgroundImage | undefined;
|
|
4710
|
+
readonly xl?: csstype.Property.BackgroundImage | undefined;
|
|
4711
|
+
} | undefined;
|
|
4712
|
+
backgroundOrigin?: csstype.Property.BackgroundOrigin | {
|
|
4713
|
+
readonly base?: csstype.Property.BackgroundOrigin | undefined;
|
|
4714
|
+
readonly xs?: csstype.Property.BackgroundOrigin | undefined;
|
|
4715
|
+
readonly s?: csstype.Property.BackgroundOrigin | undefined;
|
|
4716
|
+
readonly m?: csstype.Property.BackgroundOrigin | undefined;
|
|
4717
|
+
readonly l?: csstype.Property.BackgroundOrigin | undefined;
|
|
4718
|
+
readonly xl?: csstype.Property.BackgroundOrigin | undefined;
|
|
4719
|
+
} | undefined;
|
|
4720
|
+
backgroundRepeat?: csstype.Property.BackgroundRepeat | {
|
|
4721
|
+
readonly base?: csstype.Property.BackgroundRepeat | undefined;
|
|
4722
|
+
readonly xs?: csstype.Property.BackgroundRepeat | undefined;
|
|
4723
|
+
readonly s?: csstype.Property.BackgroundRepeat | undefined;
|
|
4724
|
+
readonly m?: csstype.Property.BackgroundRepeat | undefined;
|
|
4725
|
+
readonly l?: csstype.Property.BackgroundRepeat | undefined;
|
|
4726
|
+
readonly xl?: csstype.Property.BackgroundRepeat | undefined;
|
|
4727
|
+
} | undefined;
|
|
4728
|
+
backgroundSize?: csstype.Property.BackgroundSize<string | number> | {
|
|
4729
|
+
readonly base?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
4730
|
+
readonly xs?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
4731
|
+
readonly s?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
4732
|
+
readonly m?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
4733
|
+
readonly l?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
4734
|
+
readonly xl?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
4735
|
+
} | undefined;
|
|
4736
|
+
borderBottomColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
4737
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4738
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4739
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4740
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4741
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4742
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4743
|
+
};
|
|
4744
|
+
borderBottomLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
4745
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4746
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4747
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4748
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4749
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4750
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4751
|
+
};
|
|
4752
|
+
borderBottomRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
4753
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4754
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4755
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4756
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4757
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4758
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4759
|
+
};
|
|
4760
|
+
borderBottomStyle?: csstype.Property.BorderBottomStyle | {
|
|
4761
|
+
readonly base?: csstype.Property.BorderBottomStyle | undefined;
|
|
4762
|
+
readonly xs?: csstype.Property.BorderBottomStyle | undefined;
|
|
4763
|
+
readonly s?: csstype.Property.BorderBottomStyle | undefined;
|
|
4764
|
+
readonly m?: csstype.Property.BorderBottomStyle | undefined;
|
|
4765
|
+
readonly l?: csstype.Property.BorderBottomStyle | undefined;
|
|
4766
|
+
readonly xl?: csstype.Property.BorderBottomStyle | undefined;
|
|
4767
|
+
} | undefined;
|
|
4768
|
+
borderBottomWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
4769
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4770
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4771
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4772
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4773
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4774
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4775
|
+
};
|
|
4776
|
+
borderLeftColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
4777
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4778
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4779
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4780
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4781
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4782
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4783
|
+
};
|
|
4784
|
+
borderLeftStyle?: csstype.Property.BorderLeftStyle | {
|
|
4785
|
+
readonly base?: csstype.Property.BorderLeftStyle | undefined;
|
|
4786
|
+
readonly xs?: csstype.Property.BorderLeftStyle | undefined;
|
|
4787
|
+
readonly s?: csstype.Property.BorderLeftStyle | undefined;
|
|
4788
|
+
readonly m?: csstype.Property.BorderLeftStyle | undefined;
|
|
4789
|
+
readonly l?: csstype.Property.BorderLeftStyle | undefined;
|
|
4790
|
+
readonly xl?: csstype.Property.BorderLeftStyle | undefined;
|
|
4791
|
+
} | undefined;
|
|
4792
|
+
borderLeftWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
4793
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4794
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4795
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4796
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4797
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4798
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4799
|
+
};
|
|
4800
|
+
borderRightColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
4801
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4802
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4803
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4804
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4805
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4806
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4807
|
+
};
|
|
4808
|
+
borderRightStyle?: csstype.Property.BorderRightStyle | {
|
|
4809
|
+
readonly base?: csstype.Property.BorderRightStyle | undefined;
|
|
4810
|
+
readonly xs?: csstype.Property.BorderRightStyle | undefined;
|
|
4811
|
+
readonly s?: csstype.Property.BorderRightStyle | undefined;
|
|
4812
|
+
readonly m?: csstype.Property.BorderRightStyle | undefined;
|
|
4813
|
+
readonly l?: csstype.Property.BorderRightStyle | undefined;
|
|
4814
|
+
readonly xl?: csstype.Property.BorderRightStyle | undefined;
|
|
4815
|
+
} | undefined;
|
|
4816
|
+
borderRightWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
4817
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4818
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4819
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4820
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4821
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4822
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4823
|
+
};
|
|
4824
|
+
borderTopColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
4825
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4826
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4827
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4828
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4829
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4830
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4831
|
+
};
|
|
4832
|
+
borderTopLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
4833
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4834
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4835
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4836
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4837
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4838
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4839
|
+
};
|
|
4840
|
+
borderTopRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
4841
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4842
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4843
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4844
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4845
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4846
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4847
|
+
};
|
|
4848
|
+
borderTopStyle?: csstype.Property.BorderTopStyle | {
|
|
4849
|
+
readonly base?: csstype.Property.BorderTopStyle | undefined;
|
|
4850
|
+
readonly xs?: csstype.Property.BorderTopStyle | undefined;
|
|
4851
|
+
readonly s?: csstype.Property.BorderTopStyle | undefined;
|
|
4852
|
+
readonly m?: csstype.Property.BorderTopStyle | undefined;
|
|
4853
|
+
readonly l?: csstype.Property.BorderTopStyle | undefined;
|
|
4854
|
+
readonly xl?: csstype.Property.BorderTopStyle | undefined;
|
|
4855
|
+
} | undefined;
|
|
4856
|
+
borderTopWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
4857
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4858
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4859
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4860
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4861
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4862
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4863
|
+
};
|
|
4864
|
+
clipPath?: csstype.Property.ClipPath | {
|
|
4865
|
+
readonly base?: csstype.Property.ClipPath | undefined;
|
|
4866
|
+
readonly xs?: csstype.Property.ClipPath | undefined;
|
|
4867
|
+
readonly s?: csstype.Property.ClipPath | undefined;
|
|
4868
|
+
readonly m?: csstype.Property.ClipPath | undefined;
|
|
4869
|
+
readonly l?: csstype.Property.ClipPath | undefined;
|
|
4870
|
+
readonly xl?: csstype.Property.ClipPath | undefined;
|
|
4871
|
+
} | undefined;
|
|
4872
|
+
opacity?: csstype.Property.Opacity | {
|
|
4873
|
+
readonly base?: csstype.Property.Opacity | undefined;
|
|
4874
|
+
readonly xs?: csstype.Property.Opacity | undefined;
|
|
4875
|
+
readonly s?: csstype.Property.Opacity | undefined;
|
|
4876
|
+
readonly m?: csstype.Property.Opacity | undefined;
|
|
4877
|
+
readonly l?: csstype.Property.Opacity | undefined;
|
|
4878
|
+
readonly xl?: csstype.Property.Opacity | undefined;
|
|
4879
|
+
} | undefined;
|
|
4880
|
+
pointerEvents?: csstype.Property.PointerEvents | {
|
|
4881
|
+
readonly base?: csstype.Property.PointerEvents | undefined;
|
|
4882
|
+
readonly xs?: csstype.Property.PointerEvents | undefined;
|
|
4883
|
+
readonly s?: csstype.Property.PointerEvents | undefined;
|
|
4884
|
+
readonly m?: csstype.Property.PointerEvents | undefined;
|
|
4885
|
+
readonly l?: csstype.Property.PointerEvents | undefined;
|
|
4886
|
+
readonly xl?: csstype.Property.PointerEvents | undefined;
|
|
4887
|
+
} | undefined;
|
|
4888
|
+
transform?: csstype.Property.Transform | {
|
|
4889
|
+
readonly base?: csstype.Property.Transform | undefined;
|
|
4890
|
+
readonly xs?: csstype.Property.Transform | undefined;
|
|
4891
|
+
readonly s?: csstype.Property.Transform | undefined;
|
|
4892
|
+
readonly m?: csstype.Property.Transform | undefined;
|
|
4893
|
+
readonly l?: csstype.Property.Transform | undefined;
|
|
4894
|
+
readonly xl?: csstype.Property.Transform | undefined;
|
|
4895
|
+
} | undefined;
|
|
4896
|
+
transformOrigin?: csstype.Property.TransformOrigin<string | number> | {
|
|
4897
|
+
readonly base?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
4898
|
+
readonly xs?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
4899
|
+
readonly s?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
4900
|
+
readonly m?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
4901
|
+
readonly l?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
4902
|
+
readonly xl?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
4903
|
+
} | undefined;
|
|
4904
|
+
visibility?: csstype.Property.Visibility | {
|
|
4905
|
+
readonly base?: csstype.Property.Visibility | undefined;
|
|
4906
|
+
readonly xs?: csstype.Property.Visibility | undefined;
|
|
4907
|
+
readonly s?: csstype.Property.Visibility | undefined;
|
|
4908
|
+
readonly m?: csstype.Property.Visibility | undefined;
|
|
4909
|
+
readonly l?: csstype.Property.Visibility | undefined;
|
|
4910
|
+
readonly xl?: csstype.Property.Visibility | undefined;
|
|
4911
|
+
} | undefined;
|
|
4912
|
+
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | {
|
|
4913
|
+
readonly base?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
4914
|
+
readonly xs?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
4915
|
+
readonly s?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
4916
|
+
readonly m?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
4917
|
+
readonly l?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
4918
|
+
readonly xl?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
4919
|
+
} | undefined;
|
|
4920
|
+
borderColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
4921
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4922
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4923
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4924
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4925
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4926
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
4927
|
+
};
|
|
4928
|
+
borderRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
4929
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4930
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4931
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4932
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4933
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4934
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
4935
|
+
};
|
|
4936
|
+
borderStyle?: csstype.Property.BorderStyle | {
|
|
4937
|
+
readonly base?: csstype.Property.BorderStyle | undefined;
|
|
4938
|
+
readonly xs?: csstype.Property.BorderStyle | undefined;
|
|
4939
|
+
readonly s?: csstype.Property.BorderStyle | undefined;
|
|
4940
|
+
readonly m?: csstype.Property.BorderStyle | undefined;
|
|
4941
|
+
readonly l?: csstype.Property.BorderStyle | undefined;
|
|
4942
|
+
readonly xl?: csstype.Property.BorderStyle | undefined;
|
|
4943
|
+
} | undefined;
|
|
4944
|
+
borderWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
4945
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4946
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4947
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4948
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4949
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4950
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
4951
|
+
};
|
|
4952
|
+
__brand__?: "platform-web" | {
|
|
4953
|
+
readonly base?: "platform-web" | undefined;
|
|
4954
|
+
readonly xs?: "platform-web" | undefined;
|
|
4955
|
+
readonly s?: "platform-web" | undefined;
|
|
4956
|
+
readonly m?: "platform-web" | undefined;
|
|
4957
|
+
readonly l?: "platform-web" | undefined;
|
|
4958
|
+
readonly xl?: "platform-web" | undefined;
|
|
4959
|
+
} | undefined;
|
|
4960
|
+
}, "visibility">, "__brand__">> & React__default.RefAttributes<BladeElementRef>>;
|
|
4652
4961
|
|
|
4653
4962
|
type CheckboxGroupProps = {
|
|
4654
4963
|
/**
|
|
@@ -5119,26 +5428,291 @@ declare const Chip: React__default.ForwardRefExoticComponent<{
|
|
|
5119
5428
|
readonly l?: "platform-web" | undefined;
|
|
5120
5429
|
readonly xl?: "platform-web" | undefined;
|
|
5121
5430
|
} | undefined;
|
|
5122
|
-
}, "display"
|
|
5123
|
-
|
|
5124
|
-
|
|
5125
|
-
|
|
5126
|
-
|
|
5127
|
-
|
|
5128
|
-
|
|
5129
|
-
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
|
|
5136
|
-
|
|
5137
|
-
|
|
5138
|
-
|
|
5139
|
-
|
|
5140
|
-
|
|
5141
|
-
|
|
5431
|
+
}, "display"> & Pick<{
|
|
5432
|
+
elevation?: ElevationLevels | {
|
|
5433
|
+
readonly base?: ElevationLevels | undefined;
|
|
5434
|
+
readonly xs?: ElevationLevels | undefined;
|
|
5435
|
+
readonly s?: ElevationLevels | undefined;
|
|
5436
|
+
readonly m?: ElevationLevels | undefined;
|
|
5437
|
+
readonly l?: ElevationLevels | undefined;
|
|
5438
|
+
readonly xl?: ElevationLevels | undefined;
|
|
5439
|
+
} | undefined;
|
|
5440
|
+
backgroundImage?: csstype.Property.BackgroundImage | {
|
|
5441
|
+
readonly base?: csstype.Property.BackgroundImage | undefined;
|
|
5442
|
+
readonly xs?: csstype.Property.BackgroundImage | undefined;
|
|
5443
|
+
readonly s?: csstype.Property.BackgroundImage | undefined;
|
|
5444
|
+
readonly m?: csstype.Property.BackgroundImage | undefined;
|
|
5445
|
+
readonly l?: csstype.Property.BackgroundImage | undefined;
|
|
5446
|
+
readonly xl?: csstype.Property.BackgroundImage | undefined;
|
|
5447
|
+
} | undefined;
|
|
5448
|
+
backgroundOrigin?: csstype.Property.BackgroundOrigin | {
|
|
5449
|
+
readonly base?: csstype.Property.BackgroundOrigin | undefined;
|
|
5450
|
+
readonly xs?: csstype.Property.BackgroundOrigin | undefined;
|
|
5451
|
+
readonly s?: csstype.Property.BackgroundOrigin | undefined;
|
|
5452
|
+
readonly m?: csstype.Property.BackgroundOrigin | undefined;
|
|
5453
|
+
readonly l?: csstype.Property.BackgroundOrigin | undefined;
|
|
5454
|
+
readonly xl?: csstype.Property.BackgroundOrigin | undefined;
|
|
5455
|
+
} | undefined;
|
|
5456
|
+
backgroundRepeat?: csstype.Property.BackgroundRepeat | {
|
|
5457
|
+
readonly base?: csstype.Property.BackgroundRepeat | undefined;
|
|
5458
|
+
readonly xs?: csstype.Property.BackgroundRepeat | undefined;
|
|
5459
|
+
readonly s?: csstype.Property.BackgroundRepeat | undefined;
|
|
5460
|
+
readonly m?: csstype.Property.BackgroundRepeat | undefined;
|
|
5461
|
+
readonly l?: csstype.Property.BackgroundRepeat | undefined;
|
|
5462
|
+
readonly xl?: csstype.Property.BackgroundRepeat | undefined;
|
|
5463
|
+
} | undefined;
|
|
5464
|
+
backgroundSize?: csstype.Property.BackgroundSize<string | number> | {
|
|
5465
|
+
readonly base?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
5466
|
+
readonly xs?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
5467
|
+
readonly s?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
5468
|
+
readonly m?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
5469
|
+
readonly l?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
5470
|
+
readonly xl?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
5471
|
+
} | undefined;
|
|
5472
|
+
borderBottomColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
5473
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5474
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5475
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5476
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5477
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5478
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5479
|
+
};
|
|
5480
|
+
borderBottomLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
5481
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5482
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5483
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5484
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5485
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5486
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5487
|
+
};
|
|
5488
|
+
borderBottomRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
5489
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5490
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5491
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5492
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5493
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5494
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5495
|
+
};
|
|
5496
|
+
borderBottomStyle?: csstype.Property.BorderBottomStyle | {
|
|
5497
|
+
readonly base?: csstype.Property.BorderBottomStyle | undefined;
|
|
5498
|
+
readonly xs?: csstype.Property.BorderBottomStyle | undefined;
|
|
5499
|
+
readonly s?: csstype.Property.BorderBottomStyle | undefined;
|
|
5500
|
+
readonly m?: csstype.Property.BorderBottomStyle | undefined;
|
|
5501
|
+
readonly l?: csstype.Property.BorderBottomStyle | undefined;
|
|
5502
|
+
readonly xl?: csstype.Property.BorderBottomStyle | undefined;
|
|
5503
|
+
} | undefined;
|
|
5504
|
+
borderBottomWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
5505
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5506
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5507
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5508
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5509
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5510
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5511
|
+
};
|
|
5512
|
+
borderLeftColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
5513
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5514
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5515
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5516
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5517
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5518
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5519
|
+
};
|
|
5520
|
+
borderLeftStyle?: csstype.Property.BorderLeftStyle | {
|
|
5521
|
+
readonly base?: csstype.Property.BorderLeftStyle | undefined;
|
|
5522
|
+
readonly xs?: csstype.Property.BorderLeftStyle | undefined;
|
|
5523
|
+
readonly s?: csstype.Property.BorderLeftStyle | undefined;
|
|
5524
|
+
readonly m?: csstype.Property.BorderLeftStyle | undefined;
|
|
5525
|
+
readonly l?: csstype.Property.BorderLeftStyle | undefined;
|
|
5526
|
+
readonly xl?: csstype.Property.BorderLeftStyle | undefined;
|
|
5527
|
+
} | undefined;
|
|
5528
|
+
borderLeftWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
5529
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5530
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5531
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5532
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5533
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5534
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5535
|
+
};
|
|
5536
|
+
borderRightColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
5537
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5538
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5539
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5540
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5541
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5542
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5543
|
+
};
|
|
5544
|
+
borderRightStyle?: csstype.Property.BorderRightStyle | {
|
|
5545
|
+
readonly base?: csstype.Property.BorderRightStyle | undefined;
|
|
5546
|
+
readonly xs?: csstype.Property.BorderRightStyle | undefined;
|
|
5547
|
+
readonly s?: csstype.Property.BorderRightStyle | undefined;
|
|
5548
|
+
readonly m?: csstype.Property.BorderRightStyle | undefined;
|
|
5549
|
+
readonly l?: csstype.Property.BorderRightStyle | undefined;
|
|
5550
|
+
readonly xl?: csstype.Property.BorderRightStyle | undefined;
|
|
5551
|
+
} | undefined;
|
|
5552
|
+
borderRightWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
5553
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5554
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5555
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5556
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5557
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5558
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5559
|
+
};
|
|
5560
|
+
borderTopColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
5561
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5562
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5563
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5564
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5565
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5566
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5567
|
+
};
|
|
5568
|
+
borderTopLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
5569
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5570
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5571
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5572
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5573
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5574
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5575
|
+
};
|
|
5576
|
+
borderTopRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
5577
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5578
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5579
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5580
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5581
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5582
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5583
|
+
};
|
|
5584
|
+
borderTopStyle?: csstype.Property.BorderTopStyle | {
|
|
5585
|
+
readonly base?: csstype.Property.BorderTopStyle | undefined;
|
|
5586
|
+
readonly xs?: csstype.Property.BorderTopStyle | undefined;
|
|
5587
|
+
readonly s?: csstype.Property.BorderTopStyle | undefined;
|
|
5588
|
+
readonly m?: csstype.Property.BorderTopStyle | undefined;
|
|
5589
|
+
readonly l?: csstype.Property.BorderTopStyle | undefined;
|
|
5590
|
+
readonly xl?: csstype.Property.BorderTopStyle | undefined;
|
|
5591
|
+
} | undefined;
|
|
5592
|
+
borderTopWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
5593
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5594
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5595
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5596
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5597
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5598
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5599
|
+
};
|
|
5600
|
+
clipPath?: csstype.Property.ClipPath | {
|
|
5601
|
+
readonly base?: csstype.Property.ClipPath | undefined;
|
|
5602
|
+
readonly xs?: csstype.Property.ClipPath | undefined;
|
|
5603
|
+
readonly s?: csstype.Property.ClipPath | undefined;
|
|
5604
|
+
readonly m?: csstype.Property.ClipPath | undefined;
|
|
5605
|
+
readonly l?: csstype.Property.ClipPath | undefined;
|
|
5606
|
+
readonly xl?: csstype.Property.ClipPath | undefined;
|
|
5607
|
+
} | undefined;
|
|
5608
|
+
opacity?: csstype.Property.Opacity | {
|
|
5609
|
+
readonly base?: csstype.Property.Opacity | undefined;
|
|
5610
|
+
readonly xs?: csstype.Property.Opacity | undefined;
|
|
5611
|
+
readonly s?: csstype.Property.Opacity | undefined;
|
|
5612
|
+
readonly m?: csstype.Property.Opacity | undefined;
|
|
5613
|
+
readonly l?: csstype.Property.Opacity | undefined;
|
|
5614
|
+
readonly xl?: csstype.Property.Opacity | undefined;
|
|
5615
|
+
} | undefined;
|
|
5616
|
+
pointerEvents?: csstype.Property.PointerEvents | {
|
|
5617
|
+
readonly base?: csstype.Property.PointerEvents | undefined;
|
|
5618
|
+
readonly xs?: csstype.Property.PointerEvents | undefined;
|
|
5619
|
+
readonly s?: csstype.Property.PointerEvents | undefined;
|
|
5620
|
+
readonly m?: csstype.Property.PointerEvents | undefined;
|
|
5621
|
+
readonly l?: csstype.Property.PointerEvents | undefined;
|
|
5622
|
+
readonly xl?: csstype.Property.PointerEvents | undefined;
|
|
5623
|
+
} | undefined;
|
|
5624
|
+
transform?: csstype.Property.Transform | {
|
|
5625
|
+
readonly base?: csstype.Property.Transform | undefined;
|
|
5626
|
+
readonly xs?: csstype.Property.Transform | undefined;
|
|
5627
|
+
readonly s?: csstype.Property.Transform | undefined;
|
|
5628
|
+
readonly m?: csstype.Property.Transform | undefined;
|
|
5629
|
+
readonly l?: csstype.Property.Transform | undefined;
|
|
5630
|
+
readonly xl?: csstype.Property.Transform | undefined;
|
|
5631
|
+
} | undefined;
|
|
5632
|
+
transformOrigin?: csstype.Property.TransformOrigin<string | number> | {
|
|
5633
|
+
readonly base?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
5634
|
+
readonly xs?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
5635
|
+
readonly s?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
5636
|
+
readonly m?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
5637
|
+
readonly l?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
5638
|
+
readonly xl?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
5639
|
+
} | undefined;
|
|
5640
|
+
visibility?: csstype.Property.Visibility | {
|
|
5641
|
+
readonly base?: csstype.Property.Visibility | undefined;
|
|
5642
|
+
readonly xs?: csstype.Property.Visibility | undefined;
|
|
5643
|
+
readonly s?: csstype.Property.Visibility | undefined;
|
|
5644
|
+
readonly m?: csstype.Property.Visibility | undefined;
|
|
5645
|
+
readonly l?: csstype.Property.Visibility | undefined;
|
|
5646
|
+
readonly xl?: csstype.Property.Visibility | undefined;
|
|
5647
|
+
} | undefined;
|
|
5648
|
+
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | {
|
|
5649
|
+
readonly base?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
5650
|
+
readonly xs?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
5651
|
+
readonly s?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
5652
|
+
readonly m?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
5653
|
+
readonly l?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
5654
|
+
readonly xl?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
5655
|
+
} | undefined;
|
|
5656
|
+
borderColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
5657
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5658
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5659
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5660
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5661
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5662
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
5663
|
+
};
|
|
5664
|
+
borderRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
5665
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5666
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5667
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5668
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5669
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5670
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
5671
|
+
};
|
|
5672
|
+
borderStyle?: csstype.Property.BorderStyle | {
|
|
5673
|
+
readonly base?: csstype.Property.BorderStyle | undefined;
|
|
5674
|
+
readonly xs?: csstype.Property.BorderStyle | undefined;
|
|
5675
|
+
readonly s?: csstype.Property.BorderStyle | undefined;
|
|
5676
|
+
readonly m?: csstype.Property.BorderStyle | undefined;
|
|
5677
|
+
readonly l?: csstype.Property.BorderStyle | undefined;
|
|
5678
|
+
readonly xl?: csstype.Property.BorderStyle | undefined;
|
|
5679
|
+
} | undefined;
|
|
5680
|
+
borderWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
5681
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5682
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5683
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5684
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5685
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5686
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
5687
|
+
};
|
|
5688
|
+
__brand__?: "platform-web" | {
|
|
5689
|
+
readonly base?: "platform-web" | undefined;
|
|
5690
|
+
readonly xs?: "platform-web" | undefined;
|
|
5691
|
+
readonly s?: "platform-web" | undefined;
|
|
5692
|
+
readonly m?: "platform-web" | undefined;
|
|
5693
|
+
readonly l?: "platform-web" | undefined;
|
|
5694
|
+
readonly xl?: "platform-web" | undefined;
|
|
5695
|
+
} | undefined;
|
|
5696
|
+
}, "visibility">, "__brand__">> & React__default.RefAttributes<BladeElementRef>>;
|
|
5697
|
+
|
|
5698
|
+
declare const ChipGroup: ({ accessibilityLabel, children, isDisabled, name, defaultValue, onChange, value, size, color, testID, selectionType, ...styledProps }: ChipGroupProps) => React__default.ReactElement;
|
|
5699
|
+
|
|
5700
|
+
type CollapsibleProps = {
|
|
5701
|
+
/**
|
|
5702
|
+
* Composes `CollapsibleButton`, `CollapsibleLink`, `CollapsibleBody`
|
|
5703
|
+
*/
|
|
5704
|
+
children: ReactNode;
|
|
5705
|
+
/**
|
|
5706
|
+
* Direction in which the content expands
|
|
5707
|
+
*
|
|
5708
|
+
* @default bottom
|
|
5709
|
+
*/
|
|
5710
|
+
direction?: 'bottom' | 'top';
|
|
5711
|
+
/**
|
|
5712
|
+
* Expands the collapsible content by default (uncontrolled)
|
|
5713
|
+
*
|
|
5714
|
+
* @default false
|
|
5715
|
+
*/
|
|
5142
5716
|
defaultIsExpanded?: boolean;
|
|
5143
5717
|
/**
|
|
5144
5718
|
* Expands the collapsible content (controlled)
|
|
@@ -5594,7 +6168,7 @@ type IndicatorCommonProps = {
|
|
|
5594
6168
|
*
|
|
5595
6169
|
* @default neutral
|
|
5596
6170
|
*/
|
|
5597
|
-
color?: FeedbackColors;
|
|
6171
|
+
color?: FeedbackColors | 'primary';
|
|
5598
6172
|
/**
|
|
5599
6173
|
* Size of the indicator
|
|
5600
6174
|
*
|
|
@@ -6691,13 +7265,278 @@ declare const PhoneNumberInput: React__default.ForwardRefExoticComponent<Partial
|
|
|
6691
7265
|
readonly l?: "platform-web" | undefined;
|
|
6692
7266
|
readonly xl?: "platform-web" | undefined;
|
|
6693
7267
|
} | undefined;
|
|
6694
|
-
}, "display"
|
|
6695
|
-
|
|
6696
|
-
|
|
6697
|
-
|
|
6698
|
-
|
|
6699
|
-
|
|
6700
|
-
|
|
7268
|
+
}, "display"> & Pick<{
|
|
7269
|
+
elevation?: ElevationLevels | {
|
|
7270
|
+
readonly base?: ElevationLevels | undefined;
|
|
7271
|
+
readonly xs?: ElevationLevels | undefined;
|
|
7272
|
+
readonly s?: ElevationLevels | undefined;
|
|
7273
|
+
readonly m?: ElevationLevels | undefined;
|
|
7274
|
+
readonly l?: ElevationLevels | undefined;
|
|
7275
|
+
readonly xl?: ElevationLevels | undefined;
|
|
7276
|
+
} | undefined;
|
|
7277
|
+
backgroundImage?: csstype.Property.BackgroundImage | {
|
|
7278
|
+
readonly base?: csstype.Property.BackgroundImage | undefined;
|
|
7279
|
+
readonly xs?: csstype.Property.BackgroundImage | undefined;
|
|
7280
|
+
readonly s?: csstype.Property.BackgroundImage | undefined;
|
|
7281
|
+
readonly m?: csstype.Property.BackgroundImage | undefined;
|
|
7282
|
+
readonly l?: csstype.Property.BackgroundImage | undefined;
|
|
7283
|
+
readonly xl?: csstype.Property.BackgroundImage | undefined;
|
|
7284
|
+
} | undefined;
|
|
7285
|
+
backgroundOrigin?: csstype.Property.BackgroundOrigin | {
|
|
7286
|
+
readonly base?: csstype.Property.BackgroundOrigin | undefined;
|
|
7287
|
+
readonly xs?: csstype.Property.BackgroundOrigin | undefined;
|
|
7288
|
+
readonly s?: csstype.Property.BackgroundOrigin | undefined;
|
|
7289
|
+
readonly m?: csstype.Property.BackgroundOrigin | undefined;
|
|
7290
|
+
readonly l?: csstype.Property.BackgroundOrigin | undefined;
|
|
7291
|
+
readonly xl?: csstype.Property.BackgroundOrigin | undefined;
|
|
7292
|
+
} | undefined;
|
|
7293
|
+
backgroundRepeat?: csstype.Property.BackgroundRepeat | {
|
|
7294
|
+
readonly base?: csstype.Property.BackgroundRepeat | undefined;
|
|
7295
|
+
readonly xs?: csstype.Property.BackgroundRepeat | undefined;
|
|
7296
|
+
readonly s?: csstype.Property.BackgroundRepeat | undefined;
|
|
7297
|
+
readonly m?: csstype.Property.BackgroundRepeat | undefined;
|
|
7298
|
+
readonly l?: csstype.Property.BackgroundRepeat | undefined;
|
|
7299
|
+
readonly xl?: csstype.Property.BackgroundRepeat | undefined;
|
|
7300
|
+
} | undefined;
|
|
7301
|
+
backgroundSize?: csstype.Property.BackgroundSize<string | number> | {
|
|
7302
|
+
readonly base?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
7303
|
+
readonly xs?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
7304
|
+
readonly s?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
7305
|
+
readonly m?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
7306
|
+
readonly l?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
7307
|
+
readonly xl?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
7308
|
+
} | undefined;
|
|
7309
|
+
borderBottomColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
7310
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7311
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7312
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7313
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7314
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7315
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7316
|
+
};
|
|
7317
|
+
borderBottomLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
7318
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7319
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7320
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7321
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7322
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7323
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7324
|
+
};
|
|
7325
|
+
borderBottomRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
7326
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7327
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7328
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7329
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7330
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7331
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7332
|
+
};
|
|
7333
|
+
borderBottomStyle?: csstype.Property.BorderBottomStyle | {
|
|
7334
|
+
readonly base?: csstype.Property.BorderBottomStyle | undefined;
|
|
7335
|
+
readonly xs?: csstype.Property.BorderBottomStyle | undefined;
|
|
7336
|
+
readonly s?: csstype.Property.BorderBottomStyle | undefined;
|
|
7337
|
+
readonly m?: csstype.Property.BorderBottomStyle | undefined;
|
|
7338
|
+
readonly l?: csstype.Property.BorderBottomStyle | undefined;
|
|
7339
|
+
readonly xl?: csstype.Property.BorderBottomStyle | undefined;
|
|
7340
|
+
} | undefined;
|
|
7341
|
+
borderBottomWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
7342
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7343
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7344
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7345
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7346
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7347
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7348
|
+
};
|
|
7349
|
+
borderLeftColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
7350
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7351
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7352
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7353
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7354
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7355
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7356
|
+
};
|
|
7357
|
+
borderLeftStyle?: csstype.Property.BorderLeftStyle | {
|
|
7358
|
+
readonly base?: csstype.Property.BorderLeftStyle | undefined;
|
|
7359
|
+
readonly xs?: csstype.Property.BorderLeftStyle | undefined;
|
|
7360
|
+
readonly s?: csstype.Property.BorderLeftStyle | undefined;
|
|
7361
|
+
readonly m?: csstype.Property.BorderLeftStyle | undefined;
|
|
7362
|
+
readonly l?: csstype.Property.BorderLeftStyle | undefined;
|
|
7363
|
+
readonly xl?: csstype.Property.BorderLeftStyle | undefined;
|
|
7364
|
+
} | undefined;
|
|
7365
|
+
borderLeftWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
7366
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7367
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7368
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7369
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7370
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7371
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7372
|
+
};
|
|
7373
|
+
borderRightColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
7374
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7375
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7376
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7377
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7378
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7379
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7380
|
+
};
|
|
7381
|
+
borderRightStyle?: csstype.Property.BorderRightStyle | {
|
|
7382
|
+
readonly base?: csstype.Property.BorderRightStyle | undefined;
|
|
7383
|
+
readonly xs?: csstype.Property.BorderRightStyle | undefined;
|
|
7384
|
+
readonly s?: csstype.Property.BorderRightStyle | undefined;
|
|
7385
|
+
readonly m?: csstype.Property.BorderRightStyle | undefined;
|
|
7386
|
+
readonly l?: csstype.Property.BorderRightStyle | undefined;
|
|
7387
|
+
readonly xl?: csstype.Property.BorderRightStyle | undefined;
|
|
7388
|
+
} | undefined;
|
|
7389
|
+
borderRightWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
7390
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7391
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7392
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7393
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7394
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7395
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7396
|
+
};
|
|
7397
|
+
borderTopColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
7398
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7399
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7400
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7401
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7402
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7403
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7404
|
+
};
|
|
7405
|
+
borderTopLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
7406
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7407
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7408
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7409
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7410
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7411
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7412
|
+
};
|
|
7413
|
+
borderTopRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
7414
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7415
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7416
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7417
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7418
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7419
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7420
|
+
};
|
|
7421
|
+
borderTopStyle?: csstype.Property.BorderTopStyle | {
|
|
7422
|
+
readonly base?: csstype.Property.BorderTopStyle | undefined;
|
|
7423
|
+
readonly xs?: csstype.Property.BorderTopStyle | undefined;
|
|
7424
|
+
readonly s?: csstype.Property.BorderTopStyle | undefined;
|
|
7425
|
+
readonly m?: csstype.Property.BorderTopStyle | undefined;
|
|
7426
|
+
readonly l?: csstype.Property.BorderTopStyle | undefined;
|
|
7427
|
+
readonly xl?: csstype.Property.BorderTopStyle | undefined;
|
|
7428
|
+
} | undefined;
|
|
7429
|
+
borderTopWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
7430
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7431
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7432
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7433
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7434
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7435
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7436
|
+
};
|
|
7437
|
+
clipPath?: csstype.Property.ClipPath | {
|
|
7438
|
+
readonly base?: csstype.Property.ClipPath | undefined;
|
|
7439
|
+
readonly xs?: csstype.Property.ClipPath | undefined;
|
|
7440
|
+
readonly s?: csstype.Property.ClipPath | undefined;
|
|
7441
|
+
readonly m?: csstype.Property.ClipPath | undefined;
|
|
7442
|
+
readonly l?: csstype.Property.ClipPath | undefined;
|
|
7443
|
+
readonly xl?: csstype.Property.ClipPath | undefined;
|
|
7444
|
+
} | undefined;
|
|
7445
|
+
opacity?: csstype.Property.Opacity | {
|
|
7446
|
+
readonly base?: csstype.Property.Opacity | undefined;
|
|
7447
|
+
readonly xs?: csstype.Property.Opacity | undefined;
|
|
7448
|
+
readonly s?: csstype.Property.Opacity | undefined;
|
|
7449
|
+
readonly m?: csstype.Property.Opacity | undefined;
|
|
7450
|
+
readonly l?: csstype.Property.Opacity | undefined;
|
|
7451
|
+
readonly xl?: csstype.Property.Opacity | undefined;
|
|
7452
|
+
} | undefined;
|
|
7453
|
+
pointerEvents?: csstype.Property.PointerEvents | {
|
|
7454
|
+
readonly base?: csstype.Property.PointerEvents | undefined;
|
|
7455
|
+
readonly xs?: csstype.Property.PointerEvents | undefined;
|
|
7456
|
+
readonly s?: csstype.Property.PointerEvents | undefined;
|
|
7457
|
+
readonly m?: csstype.Property.PointerEvents | undefined;
|
|
7458
|
+
readonly l?: csstype.Property.PointerEvents | undefined;
|
|
7459
|
+
readonly xl?: csstype.Property.PointerEvents | undefined;
|
|
7460
|
+
} | undefined;
|
|
7461
|
+
transform?: csstype.Property.Transform | {
|
|
7462
|
+
readonly base?: csstype.Property.Transform | undefined;
|
|
7463
|
+
readonly xs?: csstype.Property.Transform | undefined;
|
|
7464
|
+
readonly s?: csstype.Property.Transform | undefined;
|
|
7465
|
+
readonly m?: csstype.Property.Transform | undefined;
|
|
7466
|
+
readonly l?: csstype.Property.Transform | undefined;
|
|
7467
|
+
readonly xl?: csstype.Property.Transform | undefined;
|
|
7468
|
+
} | undefined;
|
|
7469
|
+
transformOrigin?: csstype.Property.TransformOrigin<string | number> | {
|
|
7470
|
+
readonly base?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
7471
|
+
readonly xs?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
7472
|
+
readonly s?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
7473
|
+
readonly m?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
7474
|
+
readonly l?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
7475
|
+
readonly xl?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
7476
|
+
} | undefined;
|
|
7477
|
+
visibility?: csstype.Property.Visibility | {
|
|
7478
|
+
readonly base?: csstype.Property.Visibility | undefined;
|
|
7479
|
+
readonly xs?: csstype.Property.Visibility | undefined;
|
|
7480
|
+
readonly s?: csstype.Property.Visibility | undefined;
|
|
7481
|
+
readonly m?: csstype.Property.Visibility | undefined;
|
|
7482
|
+
readonly l?: csstype.Property.Visibility | undefined;
|
|
7483
|
+
readonly xl?: csstype.Property.Visibility | undefined;
|
|
7484
|
+
} | undefined;
|
|
7485
|
+
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | {
|
|
7486
|
+
readonly base?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
7487
|
+
readonly xs?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
7488
|
+
readonly s?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
7489
|
+
readonly m?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
7490
|
+
readonly l?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
7491
|
+
readonly xl?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
7492
|
+
} | undefined;
|
|
7493
|
+
borderColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
7494
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7495
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7496
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7497
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7498
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7499
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
7500
|
+
};
|
|
7501
|
+
borderRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
7502
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7503
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7504
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7505
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7506
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7507
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
7508
|
+
};
|
|
7509
|
+
borderStyle?: csstype.Property.BorderStyle | {
|
|
7510
|
+
readonly base?: csstype.Property.BorderStyle | undefined;
|
|
7511
|
+
readonly xs?: csstype.Property.BorderStyle | undefined;
|
|
7512
|
+
readonly s?: csstype.Property.BorderStyle | undefined;
|
|
7513
|
+
readonly m?: csstype.Property.BorderStyle | undefined;
|
|
7514
|
+
readonly l?: csstype.Property.BorderStyle | undefined;
|
|
7515
|
+
readonly xl?: csstype.Property.BorderStyle | undefined;
|
|
7516
|
+
} | undefined;
|
|
7517
|
+
borderWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
7518
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7519
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7520
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7521
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7522
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7523
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
7524
|
+
};
|
|
7525
|
+
__brand__?: "platform-web" | {
|
|
7526
|
+
readonly base?: "platform-web" | undefined;
|
|
7527
|
+
readonly xs?: "platform-web" | undefined;
|
|
7528
|
+
readonly s?: "platform-web" | undefined;
|
|
7529
|
+
readonly m?: "platform-web" | undefined;
|
|
7530
|
+
readonly l?: "platform-web" | undefined;
|
|
7531
|
+
readonly xl?: "platform-web" | undefined;
|
|
7532
|
+
} | undefined;
|
|
7533
|
+
}, "visibility">, "__brand__">> & {
|
|
7534
|
+
name?: string | undefined;
|
|
7535
|
+
label?: string | undefined;
|
|
7536
|
+
testID?: string | undefined;
|
|
7537
|
+
size?: "medium" | "large" | undefined;
|
|
7538
|
+
onBlur?: FormInputOnEvent | undefined;
|
|
7539
|
+
onFocus?: FormInputOnEvent | undefined;
|
|
6701
7540
|
onClick?: FormInputOnEvent | undefined;
|
|
6702
7541
|
defaultValue?: string | undefined;
|
|
6703
7542
|
autoFocus?: boolean | undefined;
|
|
@@ -7483,28 +8322,293 @@ declare const Radio: React__default.ForwardRefExoticComponent<{
|
|
|
7483
8322
|
readonly l?: "platform-web" | undefined;
|
|
7484
8323
|
readonly xl?: "platform-web" | undefined;
|
|
7485
8324
|
} | undefined;
|
|
7486
|
-
}, "display"
|
|
7487
|
-
|
|
7488
|
-
|
|
7489
|
-
|
|
7490
|
-
|
|
7491
|
-
|
|
7492
|
-
|
|
7493
|
-
|
|
7494
|
-
|
|
7495
|
-
|
|
7496
|
-
|
|
7497
|
-
|
|
7498
|
-
|
|
7499
|
-
|
|
7500
|
-
|
|
7501
|
-
|
|
7502
|
-
|
|
7503
|
-
|
|
7504
|
-
|
|
7505
|
-
|
|
7506
|
-
|
|
7507
|
-
|
|
8325
|
+
}, "display"> & Pick<{
|
|
8326
|
+
elevation?: ElevationLevels | {
|
|
8327
|
+
readonly base?: ElevationLevels | undefined;
|
|
8328
|
+
readonly xs?: ElevationLevels | undefined;
|
|
8329
|
+
readonly s?: ElevationLevels | undefined;
|
|
8330
|
+
readonly m?: ElevationLevels | undefined;
|
|
8331
|
+
readonly l?: ElevationLevels | undefined;
|
|
8332
|
+
readonly xl?: ElevationLevels | undefined;
|
|
8333
|
+
} | undefined;
|
|
8334
|
+
backgroundImage?: csstype.Property.BackgroundImage | {
|
|
8335
|
+
readonly base?: csstype.Property.BackgroundImage | undefined;
|
|
8336
|
+
readonly xs?: csstype.Property.BackgroundImage | undefined;
|
|
8337
|
+
readonly s?: csstype.Property.BackgroundImage | undefined;
|
|
8338
|
+
readonly m?: csstype.Property.BackgroundImage | undefined;
|
|
8339
|
+
readonly l?: csstype.Property.BackgroundImage | undefined;
|
|
8340
|
+
readonly xl?: csstype.Property.BackgroundImage | undefined;
|
|
8341
|
+
} | undefined;
|
|
8342
|
+
backgroundOrigin?: csstype.Property.BackgroundOrigin | {
|
|
8343
|
+
readonly base?: csstype.Property.BackgroundOrigin | undefined;
|
|
8344
|
+
readonly xs?: csstype.Property.BackgroundOrigin | undefined;
|
|
8345
|
+
readonly s?: csstype.Property.BackgroundOrigin | undefined;
|
|
8346
|
+
readonly m?: csstype.Property.BackgroundOrigin | undefined;
|
|
8347
|
+
readonly l?: csstype.Property.BackgroundOrigin | undefined;
|
|
8348
|
+
readonly xl?: csstype.Property.BackgroundOrigin | undefined;
|
|
8349
|
+
} | undefined;
|
|
8350
|
+
backgroundRepeat?: csstype.Property.BackgroundRepeat | {
|
|
8351
|
+
readonly base?: csstype.Property.BackgroundRepeat | undefined;
|
|
8352
|
+
readonly xs?: csstype.Property.BackgroundRepeat | undefined;
|
|
8353
|
+
readonly s?: csstype.Property.BackgroundRepeat | undefined;
|
|
8354
|
+
readonly m?: csstype.Property.BackgroundRepeat | undefined;
|
|
8355
|
+
readonly l?: csstype.Property.BackgroundRepeat | undefined;
|
|
8356
|
+
readonly xl?: csstype.Property.BackgroundRepeat | undefined;
|
|
8357
|
+
} | undefined;
|
|
8358
|
+
backgroundSize?: csstype.Property.BackgroundSize<string | number> | {
|
|
8359
|
+
readonly base?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
8360
|
+
readonly xs?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
8361
|
+
readonly s?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
8362
|
+
readonly m?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
8363
|
+
readonly l?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
8364
|
+
readonly xl?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
8365
|
+
} | undefined;
|
|
8366
|
+
borderBottomColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
8367
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8368
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8369
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8370
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8371
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8372
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8373
|
+
};
|
|
8374
|
+
borderBottomLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
8375
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8376
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8377
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8378
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8379
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8380
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8381
|
+
};
|
|
8382
|
+
borderBottomRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
8383
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8384
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8385
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8386
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8387
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8388
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8389
|
+
};
|
|
8390
|
+
borderBottomStyle?: csstype.Property.BorderBottomStyle | {
|
|
8391
|
+
readonly base?: csstype.Property.BorderBottomStyle | undefined;
|
|
8392
|
+
readonly xs?: csstype.Property.BorderBottomStyle | undefined;
|
|
8393
|
+
readonly s?: csstype.Property.BorderBottomStyle | undefined;
|
|
8394
|
+
readonly m?: csstype.Property.BorderBottomStyle | undefined;
|
|
8395
|
+
readonly l?: csstype.Property.BorderBottomStyle | undefined;
|
|
8396
|
+
readonly xl?: csstype.Property.BorderBottomStyle | undefined;
|
|
8397
|
+
} | undefined;
|
|
8398
|
+
borderBottomWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
8399
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8400
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8401
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8402
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8403
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8404
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8405
|
+
};
|
|
8406
|
+
borderLeftColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
8407
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8408
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8409
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8410
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8411
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8412
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8413
|
+
};
|
|
8414
|
+
borderLeftStyle?: csstype.Property.BorderLeftStyle | {
|
|
8415
|
+
readonly base?: csstype.Property.BorderLeftStyle | undefined;
|
|
8416
|
+
readonly xs?: csstype.Property.BorderLeftStyle | undefined;
|
|
8417
|
+
readonly s?: csstype.Property.BorderLeftStyle | undefined;
|
|
8418
|
+
readonly m?: csstype.Property.BorderLeftStyle | undefined;
|
|
8419
|
+
readonly l?: csstype.Property.BorderLeftStyle | undefined;
|
|
8420
|
+
readonly xl?: csstype.Property.BorderLeftStyle | undefined;
|
|
8421
|
+
} | undefined;
|
|
8422
|
+
borderLeftWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
8423
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8424
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8425
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8426
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8427
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8428
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8429
|
+
};
|
|
8430
|
+
borderRightColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
8431
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8432
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8433
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8434
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8435
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8436
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8437
|
+
};
|
|
8438
|
+
borderRightStyle?: csstype.Property.BorderRightStyle | {
|
|
8439
|
+
readonly base?: csstype.Property.BorderRightStyle | undefined;
|
|
8440
|
+
readonly xs?: csstype.Property.BorderRightStyle | undefined;
|
|
8441
|
+
readonly s?: csstype.Property.BorderRightStyle | undefined;
|
|
8442
|
+
readonly m?: csstype.Property.BorderRightStyle | undefined;
|
|
8443
|
+
readonly l?: csstype.Property.BorderRightStyle | undefined;
|
|
8444
|
+
readonly xl?: csstype.Property.BorderRightStyle | undefined;
|
|
8445
|
+
} | undefined;
|
|
8446
|
+
borderRightWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
8447
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8448
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8449
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8450
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8451
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8452
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8453
|
+
};
|
|
8454
|
+
borderTopColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
8455
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8456
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8457
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8458
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8459
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8460
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8461
|
+
};
|
|
8462
|
+
borderTopLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
8463
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8464
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8465
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8466
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8467
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8468
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8469
|
+
};
|
|
8470
|
+
borderTopRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
8471
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8472
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8473
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8474
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8475
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8476
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8477
|
+
};
|
|
8478
|
+
borderTopStyle?: csstype.Property.BorderTopStyle | {
|
|
8479
|
+
readonly base?: csstype.Property.BorderTopStyle | undefined;
|
|
8480
|
+
readonly xs?: csstype.Property.BorderTopStyle | undefined;
|
|
8481
|
+
readonly s?: csstype.Property.BorderTopStyle | undefined;
|
|
8482
|
+
readonly m?: csstype.Property.BorderTopStyle | undefined;
|
|
8483
|
+
readonly l?: csstype.Property.BorderTopStyle | undefined;
|
|
8484
|
+
readonly xl?: csstype.Property.BorderTopStyle | undefined;
|
|
8485
|
+
} | undefined;
|
|
8486
|
+
borderTopWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
8487
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8488
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8489
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8490
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8491
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8492
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8493
|
+
};
|
|
8494
|
+
clipPath?: csstype.Property.ClipPath | {
|
|
8495
|
+
readonly base?: csstype.Property.ClipPath | undefined;
|
|
8496
|
+
readonly xs?: csstype.Property.ClipPath | undefined;
|
|
8497
|
+
readonly s?: csstype.Property.ClipPath | undefined;
|
|
8498
|
+
readonly m?: csstype.Property.ClipPath | undefined;
|
|
8499
|
+
readonly l?: csstype.Property.ClipPath | undefined;
|
|
8500
|
+
readonly xl?: csstype.Property.ClipPath | undefined;
|
|
8501
|
+
} | undefined;
|
|
8502
|
+
opacity?: csstype.Property.Opacity | {
|
|
8503
|
+
readonly base?: csstype.Property.Opacity | undefined;
|
|
8504
|
+
readonly xs?: csstype.Property.Opacity | undefined;
|
|
8505
|
+
readonly s?: csstype.Property.Opacity | undefined;
|
|
8506
|
+
readonly m?: csstype.Property.Opacity | undefined;
|
|
8507
|
+
readonly l?: csstype.Property.Opacity | undefined;
|
|
8508
|
+
readonly xl?: csstype.Property.Opacity | undefined;
|
|
8509
|
+
} | undefined;
|
|
8510
|
+
pointerEvents?: csstype.Property.PointerEvents | {
|
|
8511
|
+
readonly base?: csstype.Property.PointerEvents | undefined;
|
|
8512
|
+
readonly xs?: csstype.Property.PointerEvents | undefined;
|
|
8513
|
+
readonly s?: csstype.Property.PointerEvents | undefined;
|
|
8514
|
+
readonly m?: csstype.Property.PointerEvents | undefined;
|
|
8515
|
+
readonly l?: csstype.Property.PointerEvents | undefined;
|
|
8516
|
+
readonly xl?: csstype.Property.PointerEvents | undefined;
|
|
8517
|
+
} | undefined;
|
|
8518
|
+
transform?: csstype.Property.Transform | {
|
|
8519
|
+
readonly base?: csstype.Property.Transform | undefined;
|
|
8520
|
+
readonly xs?: csstype.Property.Transform | undefined;
|
|
8521
|
+
readonly s?: csstype.Property.Transform | undefined;
|
|
8522
|
+
readonly m?: csstype.Property.Transform | undefined;
|
|
8523
|
+
readonly l?: csstype.Property.Transform | undefined;
|
|
8524
|
+
readonly xl?: csstype.Property.Transform | undefined;
|
|
8525
|
+
} | undefined;
|
|
8526
|
+
transformOrigin?: csstype.Property.TransformOrigin<string | number> | {
|
|
8527
|
+
readonly base?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
8528
|
+
readonly xs?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
8529
|
+
readonly s?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
8530
|
+
readonly m?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
8531
|
+
readonly l?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
8532
|
+
readonly xl?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
8533
|
+
} | undefined;
|
|
8534
|
+
visibility?: csstype.Property.Visibility | {
|
|
8535
|
+
readonly base?: csstype.Property.Visibility | undefined;
|
|
8536
|
+
readonly xs?: csstype.Property.Visibility | undefined;
|
|
8537
|
+
readonly s?: csstype.Property.Visibility | undefined;
|
|
8538
|
+
readonly m?: csstype.Property.Visibility | undefined;
|
|
8539
|
+
readonly l?: csstype.Property.Visibility | undefined;
|
|
8540
|
+
readonly xl?: csstype.Property.Visibility | undefined;
|
|
8541
|
+
} | undefined;
|
|
8542
|
+
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | {
|
|
8543
|
+
readonly base?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
8544
|
+
readonly xs?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
8545
|
+
readonly s?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
8546
|
+
readonly m?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
8547
|
+
readonly l?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
8548
|
+
readonly xl?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
8549
|
+
} | undefined;
|
|
8550
|
+
borderColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
8551
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8552
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8553
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8554
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8555
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8556
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
8557
|
+
};
|
|
8558
|
+
borderRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
8559
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8560
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8561
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8562
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8563
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8564
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
8565
|
+
};
|
|
8566
|
+
borderStyle?: csstype.Property.BorderStyle | {
|
|
8567
|
+
readonly base?: csstype.Property.BorderStyle | undefined;
|
|
8568
|
+
readonly xs?: csstype.Property.BorderStyle | undefined;
|
|
8569
|
+
readonly s?: csstype.Property.BorderStyle | undefined;
|
|
8570
|
+
readonly m?: csstype.Property.BorderStyle | undefined;
|
|
8571
|
+
readonly l?: csstype.Property.BorderStyle | undefined;
|
|
8572
|
+
readonly xl?: csstype.Property.BorderStyle | undefined;
|
|
8573
|
+
} | undefined;
|
|
8574
|
+
borderWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
8575
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8576
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8577
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8578
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8579
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8580
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
8581
|
+
};
|
|
8582
|
+
__brand__?: "platform-web" | {
|
|
8583
|
+
readonly base?: "platform-web" | undefined;
|
|
8584
|
+
readonly xs?: "platform-web" | undefined;
|
|
8585
|
+
readonly s?: "platform-web" | undefined;
|
|
8586
|
+
readonly m?: "platform-web" | undefined;
|
|
8587
|
+
readonly l?: "platform-web" | undefined;
|
|
8588
|
+
readonly xl?: "platform-web" | undefined;
|
|
8589
|
+
} | undefined;
|
|
8590
|
+
}, "visibility">, "__brand__">> & React__default.RefAttributes<BladeElementRef>>;
|
|
8591
|
+
|
|
8592
|
+
type RadioGroupProps = {
|
|
8593
|
+
/**
|
|
8594
|
+
* Accepts multiple radios as children
|
|
8595
|
+
*/
|
|
8596
|
+
children: React__default.ReactNode;
|
|
8597
|
+
/**
|
|
8598
|
+
* Help text of the radio group
|
|
8599
|
+
*/
|
|
8600
|
+
helpText?: string;
|
|
8601
|
+
/**
|
|
8602
|
+
* Error text of the radio group
|
|
8603
|
+
* Renders when `validationState` is set to 'error'
|
|
8604
|
+
*
|
|
8605
|
+
* Overrides helpText
|
|
8606
|
+
*/
|
|
8607
|
+
errorText?: string;
|
|
8608
|
+
/**
|
|
8609
|
+
* Sets the error state of the radioGroup
|
|
8610
|
+
* If set to `error` it will render the `errorText` of the group,
|
|
8611
|
+
* and propagate `invalid` prop to every radio
|
|
7508
8612
|
*/
|
|
7509
8613
|
validationState?: 'error' | 'none';
|
|
7510
8614
|
/**
|
|
@@ -7701,36 +8805,190 @@ type SpotlightPopoverTourProps = {
|
|
|
7701
8805
|
/**
|
|
7702
8806
|
* Callback which fires when the `stopTour` method is called from the `steps` array
|
|
7703
8807
|
*/
|
|
7704
|
-
onFinish?: () => void;
|
|
8808
|
+
onFinish?: () => void;
|
|
8809
|
+
/**
|
|
8810
|
+
* Callback when the active step changes
|
|
8811
|
+
*/
|
|
8812
|
+
onStepChange?: (step: number) => void;
|
|
8813
|
+
/**
|
|
8814
|
+
* Active step to be rendered
|
|
8815
|
+
*/
|
|
8816
|
+
activeStep: number;
|
|
8817
|
+
children: React.ReactNode;
|
|
8818
|
+
};
|
|
8819
|
+
type SpotlightPopoverTourStepProps = {
|
|
8820
|
+
name: string;
|
|
8821
|
+
children: React.ReactNode;
|
|
8822
|
+
};
|
|
8823
|
+
|
|
8824
|
+
declare const SpotlightPopoverTour: ({ steps, activeStep, isOpen, onFinish, onOpenChange, onStepChange, children, }: SpotlightPopoverTourProps) => React__default.ReactElement;
|
|
8825
|
+
|
|
8826
|
+
type SpotlightPopoverFooterAction = {
|
|
8827
|
+
text?: string;
|
|
8828
|
+
} & Pick<ButtonProps, 'variant' | 'icon' | 'iconPosition' | 'isDisabled' | 'isLoading' | 'onClick'>;
|
|
8829
|
+
type SpotlightPopoverTourFooterProps = {
|
|
8830
|
+
actions: {
|
|
8831
|
+
primary?: SpotlightPopoverFooterAction;
|
|
8832
|
+
secondary?: SpotlightPopoverFooterAction;
|
|
8833
|
+
};
|
|
8834
|
+
};
|
|
8835
|
+
declare const SpotlightPopoverTourFooter: ({ activeStep, totalSteps, actions, }: SpotlightPopoverTourFooterProps & Pick<SpotlightPopoverStepRenderProps, 'activeStep' | 'totalSteps'>) => React.ReactElement;
|
|
8836
|
+
|
|
8837
|
+
declare const SpotlightPopoverTourStep: React__default.MemoExoticComponent<({ name, children, }: SpotlightPopoverTourStepProps) => React__default.ReactElement>;
|
|
8838
|
+
|
|
8839
|
+
type StepGroupProps = {
|
|
8840
|
+
/**
|
|
8841
|
+
* size of step group
|
|
8842
|
+
*
|
|
8843
|
+
* @default medium
|
|
8844
|
+
*/
|
|
8845
|
+
size?: 'medium' | 'large';
|
|
8846
|
+
/**
|
|
8847
|
+
* orientation of step group
|
|
8848
|
+
*
|
|
8849
|
+
* @default vertical
|
|
8850
|
+
*/
|
|
8851
|
+
orientation?: 'horizontal' | 'vertical';
|
|
8852
|
+
/**
|
|
8853
|
+
* children slot for StepItem components
|
|
8854
|
+
*/
|
|
8855
|
+
children: React__default.ReactElement | React__default.ReactElement[];
|
|
8856
|
+
/**
|
|
8857
|
+
* Width of StepGroup. By default it takes the width of its items.
|
|
8858
|
+
*/
|
|
8859
|
+
width?: BoxProps['width'];
|
|
8860
|
+
/**
|
|
8861
|
+
* minWidth prop of StepGroup
|
|
8862
|
+
*/
|
|
8863
|
+
minWidth?: BoxProps['minWidth'];
|
|
8864
|
+
/**
|
|
8865
|
+
* maxWidth prop of StepGroup
|
|
8866
|
+
*
|
|
8867
|
+
* @default 100%
|
|
8868
|
+
*/
|
|
8869
|
+
maxWidth?: BoxProps['maxWidth'];
|
|
8870
|
+
/**
|
|
8871
|
+
* @private
|
|
8872
|
+
*
|
|
8873
|
+
* DO NOT USE THIS PROP OR YOU WILL BE FIRED (joking. you won't be fired. But something bad will happen for sure)
|
|
8874
|
+
*
|
|
8875
|
+
* This is an internal prop to keep track of nestingLevel of StepGroup
|
|
8876
|
+
*/
|
|
8877
|
+
_nestingLevel?: number;
|
|
8878
|
+
} & StyledPropsBlade & TestID;
|
|
8879
|
+
type StepItemProps = {
|
|
8880
|
+
_index?: number;
|
|
8881
|
+
_nestingLevel?: StepGroupProps['_nestingLevel'];
|
|
8882
|
+
_totalIndex?: number;
|
|
8883
|
+
/**
|
|
8884
|
+
* title of StepItem
|
|
8885
|
+
*/
|
|
8886
|
+
title: string;
|
|
8887
|
+
/**
|
|
8888
|
+
* A string that renders in italic font. Made for adding timestamp values.
|
|
8889
|
+
*
|
|
8890
|
+
* ```jsx
|
|
8891
|
+
* timestamp="Thu, 11th Oct23 | 12:00pm"
|
|
8892
|
+
* ```
|
|
8893
|
+
*/
|
|
8894
|
+
timestamp?: string;
|
|
8895
|
+
/**
|
|
8896
|
+
* Description of StepItem
|
|
8897
|
+
*/
|
|
8898
|
+
description?: string;
|
|
8899
|
+
/**
|
|
8900
|
+
* Progress line of step. When its start only starting part is highlighted and rest is kept dotted
|
|
8901
|
+
*
|
|
8902
|
+
* @default full
|
|
8903
|
+
*/
|
|
8904
|
+
stepProgress?: 'start' | 'end' | 'full' | 'none';
|
|
8905
|
+
/**
|
|
8906
|
+
* marker JSX slot. It can be StepItemIndicator or StepItemIcon
|
|
8907
|
+
*
|
|
8908
|
+
* ```jsx
|
|
8909
|
+
* marker={<StepItemIndicator color="positive" />}
|
|
8910
|
+
* marker={<StepItemIcon icon={CheckIcon} color="positive" />}
|
|
8911
|
+
* ```
|
|
8912
|
+
*/
|
|
8913
|
+
marker?: React__default.ReactElement;
|
|
8914
|
+
/**
|
|
8915
|
+
* trailing slot for StepItem. Mostly meant for Badge
|
|
8916
|
+
*/
|
|
8917
|
+
trailing?: React__default.ReactElement;
|
|
8918
|
+
/**
|
|
8919
|
+
* Controlled state of selected item
|
|
8920
|
+
*/
|
|
8921
|
+
isSelected?: boolean;
|
|
8922
|
+
/**
|
|
8923
|
+
* Anchor tag's href value. Turns StepItem into interactive item and render it as `<a>` tag
|
|
8924
|
+
*/
|
|
8925
|
+
href?: LinkProps['href'];
|
|
8926
|
+
/**
|
|
8927
|
+
* Anchjor tag's taget value. Meant to be used alongside `href` prop
|
|
8928
|
+
*/
|
|
8929
|
+
target?: LinkProps['target'];
|
|
7705
8930
|
/**
|
|
7706
|
-
*
|
|
8931
|
+
* StepItem's click handler. Turns StepItem into interactive item and render it as button tag
|
|
7707
8932
|
*/
|
|
7708
|
-
|
|
8933
|
+
onClick?: (event: React__default.MouseEvent) => void;
|
|
7709
8934
|
/**
|
|
7710
|
-
*
|
|
8935
|
+
* Children slot for adding additional custom elements to item
|
|
7711
8936
|
*/
|
|
7712
|
-
|
|
7713
|
-
children: React.ReactNode;
|
|
7714
|
-
};
|
|
7715
|
-
type SpotlightPopoverTourStepProps = {
|
|
7716
|
-
name: string;
|
|
7717
|
-
children: React.ReactNode;
|
|
8937
|
+
children?: React__default.ReactNode;
|
|
7718
8938
|
};
|
|
7719
8939
|
|
|
7720
|
-
|
|
8940
|
+
/**
|
|
8941
|
+
* ## StepGroup
|
|
8942
|
+
*
|
|
8943
|
+
* Step Group visualises sequential processes with a consistent structure. It can be interactive, guiding users through steps, or function as a timeline for reference.
|
|
8944
|
+
*
|
|
8945
|
+
* ### Usage
|
|
8946
|
+
*
|
|
8947
|
+
* ```jsx
|
|
8948
|
+
* <StepGroup orientation="vertical" size="medium">
|
|
8949
|
+
* <StepItem title="Personal Details" />
|
|
8950
|
+
* <StepItem title="Business Details" />
|
|
8951
|
+
* </StepGroup>
|
|
8952
|
+
* ```
|
|
8953
|
+
*
|
|
8954
|
+
* ---
|
|
8955
|
+
*
|
|
8956
|
+
* Checkout {@link https://blade.razorpay.com/?path=/docs/components-stepgroup--docs StepGroup Documentation}
|
|
8957
|
+
*/
|
|
8958
|
+
declare const StepGroup: ({ size, orientation, children, testID, _nestingLevel, width, minWidth, maxWidth, ...styledProps }: StepGroupProps) => React__default.ReactElement;
|
|
7721
8959
|
|
|
7722
|
-
|
|
7723
|
-
|
|
7724
|
-
|
|
7725
|
-
|
|
7726
|
-
|
|
7727
|
-
|
|
7728
|
-
|
|
7729
|
-
|
|
7730
|
-
|
|
7731
|
-
|
|
8960
|
+
/**
|
|
8961
|
+
* ## StepItem
|
|
8962
|
+
*
|
|
8963
|
+
* Component meant to be used inside the StepGroup parent component
|
|
8964
|
+
*
|
|
8965
|
+
* ### Usage
|
|
8966
|
+
*
|
|
8967
|
+
* ```jsx
|
|
8968
|
+
* <StepGroup orientation="vertical" size="medium">
|
|
8969
|
+
* <StepItem
|
|
8970
|
+
* title="Personal Details"
|
|
8971
|
+
* timestamp="Thu 15th Oct'23 | 12:00pm"
|
|
8972
|
+
* description="Fill your personal details here"
|
|
8973
|
+
* marker={<StepItemIndicator color="negative" />}
|
|
8974
|
+
* />
|
|
8975
|
+
* </StepGroup>
|
|
8976
|
+
* ```
|
|
8977
|
+
*
|
|
8978
|
+
* ---
|
|
8979
|
+
*
|
|
8980
|
+
* Checkout {@link https://blade.razorpay.com/?path=/docs/components-stepgroup--docs StepGroup Documentation}
|
|
8981
|
+
*/
|
|
8982
|
+
declare const StepItem: ({ title, timestamp, description, stepProgress, marker, trailing, isSelected, href, target, onClick, children, _index, _totalIndex, _nestingLevel, }: StepItemProps) => React__default.ReactElement;
|
|
7732
8983
|
|
|
7733
|
-
declare const
|
|
8984
|
+
declare const StepItemIndicator: ({ color }: {
|
|
8985
|
+
color: IndicatorProps['color'];
|
|
8986
|
+
}) => React.ReactElement;
|
|
8987
|
+
type StepItemIconProps = {
|
|
8988
|
+
icon: IconComponent;
|
|
8989
|
+
color: IndicatorProps['color'];
|
|
8990
|
+
};
|
|
8991
|
+
declare const StepItemIcon: ({ icon: Icon, color }: StepItemIconProps) => React.ReactElement;
|
|
7734
8992
|
|
|
7735
8993
|
type OnChange = ({ isChecked, value, event, }: {
|
|
7736
8994
|
isChecked: boolean;
|
|
@@ -8088,7 +9346,272 @@ declare const Switch: React__default.ForwardRefExoticComponent<{
|
|
|
8088
9346
|
readonly l?: "platform-web" | undefined;
|
|
8089
9347
|
readonly xl?: "platform-web" | undefined;
|
|
8090
9348
|
} | undefined;
|
|
8091
|
-
}, "display"
|
|
9349
|
+
}, "display"> & Pick<{
|
|
9350
|
+
elevation?: ElevationLevels | {
|
|
9351
|
+
readonly base?: ElevationLevels | undefined;
|
|
9352
|
+
readonly xs?: ElevationLevels | undefined;
|
|
9353
|
+
readonly s?: ElevationLevels | undefined;
|
|
9354
|
+
readonly m?: ElevationLevels | undefined;
|
|
9355
|
+
readonly l?: ElevationLevels | undefined;
|
|
9356
|
+
readonly xl?: ElevationLevels | undefined;
|
|
9357
|
+
} | undefined;
|
|
9358
|
+
backgroundImage?: csstype.Property.BackgroundImage | {
|
|
9359
|
+
readonly base?: csstype.Property.BackgroundImage | undefined;
|
|
9360
|
+
readonly xs?: csstype.Property.BackgroundImage | undefined;
|
|
9361
|
+
readonly s?: csstype.Property.BackgroundImage | undefined;
|
|
9362
|
+
readonly m?: csstype.Property.BackgroundImage | undefined;
|
|
9363
|
+
readonly l?: csstype.Property.BackgroundImage | undefined;
|
|
9364
|
+
readonly xl?: csstype.Property.BackgroundImage | undefined;
|
|
9365
|
+
} | undefined;
|
|
9366
|
+
backgroundOrigin?: csstype.Property.BackgroundOrigin | {
|
|
9367
|
+
readonly base?: csstype.Property.BackgroundOrigin | undefined;
|
|
9368
|
+
readonly xs?: csstype.Property.BackgroundOrigin | undefined;
|
|
9369
|
+
readonly s?: csstype.Property.BackgroundOrigin | undefined;
|
|
9370
|
+
readonly m?: csstype.Property.BackgroundOrigin | undefined;
|
|
9371
|
+
readonly l?: csstype.Property.BackgroundOrigin | undefined;
|
|
9372
|
+
readonly xl?: csstype.Property.BackgroundOrigin | undefined;
|
|
9373
|
+
} | undefined;
|
|
9374
|
+
backgroundRepeat?: csstype.Property.BackgroundRepeat | {
|
|
9375
|
+
readonly base?: csstype.Property.BackgroundRepeat | undefined;
|
|
9376
|
+
readonly xs?: csstype.Property.BackgroundRepeat | undefined;
|
|
9377
|
+
readonly s?: csstype.Property.BackgroundRepeat | undefined;
|
|
9378
|
+
readonly m?: csstype.Property.BackgroundRepeat | undefined;
|
|
9379
|
+
readonly l?: csstype.Property.BackgroundRepeat | undefined;
|
|
9380
|
+
readonly xl?: csstype.Property.BackgroundRepeat | undefined;
|
|
9381
|
+
} | undefined;
|
|
9382
|
+
backgroundSize?: csstype.Property.BackgroundSize<string | number> | {
|
|
9383
|
+
readonly base?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
9384
|
+
readonly xs?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
9385
|
+
readonly s?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
9386
|
+
readonly m?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
9387
|
+
readonly l?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
9388
|
+
readonly xl?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
9389
|
+
} | undefined;
|
|
9390
|
+
borderBottomColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
9391
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9392
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9393
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9394
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9395
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9396
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9397
|
+
};
|
|
9398
|
+
borderBottomLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
9399
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9400
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9401
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9402
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9403
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9404
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9405
|
+
};
|
|
9406
|
+
borderBottomRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
9407
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9408
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9409
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9410
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9411
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9412
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9413
|
+
};
|
|
9414
|
+
borderBottomStyle?: csstype.Property.BorderBottomStyle | {
|
|
9415
|
+
readonly base?: csstype.Property.BorderBottomStyle | undefined;
|
|
9416
|
+
readonly xs?: csstype.Property.BorderBottomStyle | undefined;
|
|
9417
|
+
readonly s?: csstype.Property.BorderBottomStyle | undefined;
|
|
9418
|
+
readonly m?: csstype.Property.BorderBottomStyle | undefined;
|
|
9419
|
+
readonly l?: csstype.Property.BorderBottomStyle | undefined;
|
|
9420
|
+
readonly xl?: csstype.Property.BorderBottomStyle | undefined;
|
|
9421
|
+
} | undefined;
|
|
9422
|
+
borderBottomWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
9423
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9424
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9425
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9426
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9427
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9428
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9429
|
+
};
|
|
9430
|
+
borderLeftColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
9431
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9432
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9433
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9434
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9435
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9436
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9437
|
+
};
|
|
9438
|
+
borderLeftStyle?: csstype.Property.BorderLeftStyle | {
|
|
9439
|
+
readonly base?: csstype.Property.BorderLeftStyle | undefined;
|
|
9440
|
+
readonly xs?: csstype.Property.BorderLeftStyle | undefined;
|
|
9441
|
+
readonly s?: csstype.Property.BorderLeftStyle | undefined;
|
|
9442
|
+
readonly m?: csstype.Property.BorderLeftStyle | undefined;
|
|
9443
|
+
readonly l?: csstype.Property.BorderLeftStyle | undefined;
|
|
9444
|
+
readonly xl?: csstype.Property.BorderLeftStyle | undefined;
|
|
9445
|
+
} | undefined;
|
|
9446
|
+
borderLeftWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
9447
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9448
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9449
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9450
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9451
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9452
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9453
|
+
};
|
|
9454
|
+
borderRightColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
9455
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9456
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9457
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9458
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9459
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9460
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9461
|
+
};
|
|
9462
|
+
borderRightStyle?: csstype.Property.BorderRightStyle | {
|
|
9463
|
+
readonly base?: csstype.Property.BorderRightStyle | undefined;
|
|
9464
|
+
readonly xs?: csstype.Property.BorderRightStyle | undefined;
|
|
9465
|
+
readonly s?: csstype.Property.BorderRightStyle | undefined;
|
|
9466
|
+
readonly m?: csstype.Property.BorderRightStyle | undefined;
|
|
9467
|
+
readonly l?: csstype.Property.BorderRightStyle | undefined;
|
|
9468
|
+
readonly xl?: csstype.Property.BorderRightStyle | undefined;
|
|
9469
|
+
} | undefined;
|
|
9470
|
+
borderRightWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
9471
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9472
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9473
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9474
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9475
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9476
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9477
|
+
};
|
|
9478
|
+
borderTopColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
9479
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9480
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9481
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9482
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9483
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9484
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9485
|
+
};
|
|
9486
|
+
borderTopLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
9487
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9488
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9489
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9490
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9491
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9492
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9493
|
+
};
|
|
9494
|
+
borderTopRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
9495
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9496
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9497
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9498
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9499
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9500
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9501
|
+
};
|
|
9502
|
+
borderTopStyle?: csstype.Property.BorderTopStyle | {
|
|
9503
|
+
readonly base?: csstype.Property.BorderTopStyle | undefined;
|
|
9504
|
+
readonly xs?: csstype.Property.BorderTopStyle | undefined;
|
|
9505
|
+
readonly s?: csstype.Property.BorderTopStyle | undefined;
|
|
9506
|
+
readonly m?: csstype.Property.BorderTopStyle | undefined;
|
|
9507
|
+
readonly l?: csstype.Property.BorderTopStyle | undefined;
|
|
9508
|
+
readonly xl?: csstype.Property.BorderTopStyle | undefined;
|
|
9509
|
+
} | undefined;
|
|
9510
|
+
borderTopWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
9511
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9512
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9513
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9514
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9515
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9516
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9517
|
+
};
|
|
9518
|
+
clipPath?: csstype.Property.ClipPath | {
|
|
9519
|
+
readonly base?: csstype.Property.ClipPath | undefined;
|
|
9520
|
+
readonly xs?: csstype.Property.ClipPath | undefined;
|
|
9521
|
+
readonly s?: csstype.Property.ClipPath | undefined;
|
|
9522
|
+
readonly m?: csstype.Property.ClipPath | undefined;
|
|
9523
|
+
readonly l?: csstype.Property.ClipPath | undefined;
|
|
9524
|
+
readonly xl?: csstype.Property.ClipPath | undefined;
|
|
9525
|
+
} | undefined;
|
|
9526
|
+
opacity?: csstype.Property.Opacity | {
|
|
9527
|
+
readonly base?: csstype.Property.Opacity | undefined;
|
|
9528
|
+
readonly xs?: csstype.Property.Opacity | undefined;
|
|
9529
|
+
readonly s?: csstype.Property.Opacity | undefined;
|
|
9530
|
+
readonly m?: csstype.Property.Opacity | undefined;
|
|
9531
|
+
readonly l?: csstype.Property.Opacity | undefined;
|
|
9532
|
+
readonly xl?: csstype.Property.Opacity | undefined;
|
|
9533
|
+
} | undefined;
|
|
9534
|
+
pointerEvents?: csstype.Property.PointerEvents | {
|
|
9535
|
+
readonly base?: csstype.Property.PointerEvents | undefined;
|
|
9536
|
+
readonly xs?: csstype.Property.PointerEvents | undefined;
|
|
9537
|
+
readonly s?: csstype.Property.PointerEvents | undefined;
|
|
9538
|
+
readonly m?: csstype.Property.PointerEvents | undefined;
|
|
9539
|
+
readonly l?: csstype.Property.PointerEvents | undefined;
|
|
9540
|
+
readonly xl?: csstype.Property.PointerEvents | undefined;
|
|
9541
|
+
} | undefined;
|
|
9542
|
+
transform?: csstype.Property.Transform | {
|
|
9543
|
+
readonly base?: csstype.Property.Transform | undefined;
|
|
9544
|
+
readonly xs?: csstype.Property.Transform | undefined;
|
|
9545
|
+
readonly s?: csstype.Property.Transform | undefined;
|
|
9546
|
+
readonly m?: csstype.Property.Transform | undefined;
|
|
9547
|
+
readonly l?: csstype.Property.Transform | undefined;
|
|
9548
|
+
readonly xl?: csstype.Property.Transform | undefined;
|
|
9549
|
+
} | undefined;
|
|
9550
|
+
transformOrigin?: csstype.Property.TransformOrigin<string | number> | {
|
|
9551
|
+
readonly base?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
9552
|
+
readonly xs?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
9553
|
+
readonly s?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
9554
|
+
readonly m?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
9555
|
+
readonly l?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
9556
|
+
readonly xl?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
9557
|
+
} | undefined;
|
|
9558
|
+
visibility?: csstype.Property.Visibility | {
|
|
9559
|
+
readonly base?: csstype.Property.Visibility | undefined;
|
|
9560
|
+
readonly xs?: csstype.Property.Visibility | undefined;
|
|
9561
|
+
readonly s?: csstype.Property.Visibility | undefined;
|
|
9562
|
+
readonly m?: csstype.Property.Visibility | undefined;
|
|
9563
|
+
readonly l?: csstype.Property.Visibility | undefined;
|
|
9564
|
+
readonly xl?: csstype.Property.Visibility | undefined;
|
|
9565
|
+
} | undefined;
|
|
9566
|
+
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | {
|
|
9567
|
+
readonly base?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
9568
|
+
readonly xs?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
9569
|
+
readonly s?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
9570
|
+
readonly m?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
9571
|
+
readonly l?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
9572
|
+
readonly xl?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
9573
|
+
} | undefined;
|
|
9574
|
+
borderColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
9575
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9576
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9577
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9578
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9579
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9580
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9581
|
+
};
|
|
9582
|
+
borderRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
9583
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9584
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9585
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9586
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9587
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9588
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9589
|
+
};
|
|
9590
|
+
borderStyle?: csstype.Property.BorderStyle | {
|
|
9591
|
+
readonly base?: csstype.Property.BorderStyle | undefined;
|
|
9592
|
+
readonly xs?: csstype.Property.BorderStyle | undefined;
|
|
9593
|
+
readonly s?: csstype.Property.BorderStyle | undefined;
|
|
9594
|
+
readonly m?: csstype.Property.BorderStyle | undefined;
|
|
9595
|
+
readonly l?: csstype.Property.BorderStyle | undefined;
|
|
9596
|
+
readonly xl?: csstype.Property.BorderStyle | undefined;
|
|
9597
|
+
} | undefined;
|
|
9598
|
+
borderWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
9599
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9600
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9601
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9602
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9603
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9604
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9605
|
+
};
|
|
9606
|
+
__brand__?: "platform-web" | {
|
|
9607
|
+
readonly base?: "platform-web" | undefined;
|
|
9608
|
+
readonly xs?: "platform-web" | undefined;
|
|
9609
|
+
readonly s?: "platform-web" | undefined;
|
|
9610
|
+
readonly m?: "platform-web" | undefined;
|
|
9611
|
+
readonly l?: "platform-web" | undefined;
|
|
9612
|
+
readonly xl?: "platform-web" | undefined;
|
|
9613
|
+
} | undefined;
|
|
9614
|
+
}, "visibility">, "__brand__">> & React__default.RefAttributes<BladeElementRef>>;
|
|
8092
9615
|
|
|
8093
9616
|
type TableNode<Item> = Item & {
|
|
8094
9617
|
id: Identifier;
|
|
@@ -8874,7 +10397,272 @@ declare const TabList: ({ children, ...props }: {
|
|
|
8874
10397
|
readonly l?: "platform-web" | undefined;
|
|
8875
10398
|
readonly xl?: "platform-web" | undefined;
|
|
8876
10399
|
} | undefined;
|
|
8877
|
-
}, "display"
|
|
10400
|
+
}, "display"> & Pick<{
|
|
10401
|
+
elevation?: ElevationLevels | {
|
|
10402
|
+
readonly base?: ElevationLevels | undefined;
|
|
10403
|
+
readonly xs?: ElevationLevels | undefined;
|
|
10404
|
+
readonly s?: ElevationLevels | undefined;
|
|
10405
|
+
readonly m?: ElevationLevels | undefined;
|
|
10406
|
+
readonly l?: ElevationLevels | undefined;
|
|
10407
|
+
readonly xl?: ElevationLevels | undefined;
|
|
10408
|
+
} | undefined;
|
|
10409
|
+
backgroundImage?: csstype.Property.BackgroundImage | {
|
|
10410
|
+
readonly base?: csstype.Property.BackgroundImage | undefined;
|
|
10411
|
+
readonly xs?: csstype.Property.BackgroundImage | undefined;
|
|
10412
|
+
readonly s?: csstype.Property.BackgroundImage | undefined;
|
|
10413
|
+
readonly m?: csstype.Property.BackgroundImage | undefined;
|
|
10414
|
+
readonly l?: csstype.Property.BackgroundImage | undefined;
|
|
10415
|
+
readonly xl?: csstype.Property.BackgroundImage | undefined;
|
|
10416
|
+
} | undefined;
|
|
10417
|
+
backgroundOrigin?: csstype.Property.BackgroundOrigin | {
|
|
10418
|
+
readonly base?: csstype.Property.BackgroundOrigin | undefined;
|
|
10419
|
+
readonly xs?: csstype.Property.BackgroundOrigin | undefined;
|
|
10420
|
+
readonly s?: csstype.Property.BackgroundOrigin | undefined;
|
|
10421
|
+
readonly m?: csstype.Property.BackgroundOrigin | undefined;
|
|
10422
|
+
readonly l?: csstype.Property.BackgroundOrigin | undefined;
|
|
10423
|
+
readonly xl?: csstype.Property.BackgroundOrigin | undefined;
|
|
10424
|
+
} | undefined;
|
|
10425
|
+
backgroundRepeat?: csstype.Property.BackgroundRepeat | {
|
|
10426
|
+
readonly base?: csstype.Property.BackgroundRepeat | undefined;
|
|
10427
|
+
readonly xs?: csstype.Property.BackgroundRepeat | undefined;
|
|
10428
|
+
readonly s?: csstype.Property.BackgroundRepeat | undefined;
|
|
10429
|
+
readonly m?: csstype.Property.BackgroundRepeat | undefined;
|
|
10430
|
+
readonly l?: csstype.Property.BackgroundRepeat | undefined;
|
|
10431
|
+
readonly xl?: csstype.Property.BackgroundRepeat | undefined;
|
|
10432
|
+
} | undefined;
|
|
10433
|
+
backgroundSize?: csstype.Property.BackgroundSize<string | number> | {
|
|
10434
|
+
readonly base?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
10435
|
+
readonly xs?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
10436
|
+
readonly s?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
10437
|
+
readonly m?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
10438
|
+
readonly l?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
10439
|
+
readonly xl?: csstype.Property.BackgroundSize<string | number> | undefined;
|
|
10440
|
+
} | undefined;
|
|
10441
|
+
borderBottomColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
10442
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10443
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10444
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10445
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10446
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10447
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10448
|
+
};
|
|
10449
|
+
borderBottomLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
10450
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10451
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10452
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10453
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10454
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10455
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10456
|
+
};
|
|
10457
|
+
borderBottomRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
10458
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10459
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10460
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10461
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10462
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10463
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10464
|
+
};
|
|
10465
|
+
borderBottomStyle?: csstype.Property.BorderBottomStyle | {
|
|
10466
|
+
readonly base?: csstype.Property.BorderBottomStyle | undefined;
|
|
10467
|
+
readonly xs?: csstype.Property.BorderBottomStyle | undefined;
|
|
10468
|
+
readonly s?: csstype.Property.BorderBottomStyle | undefined;
|
|
10469
|
+
readonly m?: csstype.Property.BorderBottomStyle | undefined;
|
|
10470
|
+
readonly l?: csstype.Property.BorderBottomStyle | undefined;
|
|
10471
|
+
readonly xl?: csstype.Property.BorderBottomStyle | undefined;
|
|
10472
|
+
} | undefined;
|
|
10473
|
+
borderBottomWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
10474
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10475
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10476
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10477
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10478
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10479
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10480
|
+
};
|
|
10481
|
+
borderLeftColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
10482
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10483
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10484
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10485
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10486
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10487
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10488
|
+
};
|
|
10489
|
+
borderLeftStyle?: csstype.Property.BorderLeftStyle | {
|
|
10490
|
+
readonly base?: csstype.Property.BorderLeftStyle | undefined;
|
|
10491
|
+
readonly xs?: csstype.Property.BorderLeftStyle | undefined;
|
|
10492
|
+
readonly s?: csstype.Property.BorderLeftStyle | undefined;
|
|
10493
|
+
readonly m?: csstype.Property.BorderLeftStyle | undefined;
|
|
10494
|
+
readonly l?: csstype.Property.BorderLeftStyle | undefined;
|
|
10495
|
+
readonly xl?: csstype.Property.BorderLeftStyle | undefined;
|
|
10496
|
+
} | undefined;
|
|
10497
|
+
borderLeftWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
10498
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10499
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10500
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10501
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10502
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10503
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10504
|
+
};
|
|
10505
|
+
borderRightColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
10506
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10507
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10508
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10509
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10510
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10511
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10512
|
+
};
|
|
10513
|
+
borderRightStyle?: csstype.Property.BorderRightStyle | {
|
|
10514
|
+
readonly base?: csstype.Property.BorderRightStyle | undefined;
|
|
10515
|
+
readonly xs?: csstype.Property.BorderRightStyle | undefined;
|
|
10516
|
+
readonly s?: csstype.Property.BorderRightStyle | undefined;
|
|
10517
|
+
readonly m?: csstype.Property.BorderRightStyle | undefined;
|
|
10518
|
+
readonly l?: csstype.Property.BorderRightStyle | undefined;
|
|
10519
|
+
readonly xl?: csstype.Property.BorderRightStyle | undefined;
|
|
10520
|
+
} | undefined;
|
|
10521
|
+
borderRightWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
10522
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10523
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10524
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10525
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10526
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10527
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10528
|
+
};
|
|
10529
|
+
borderTopColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
10530
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10531
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10532
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10533
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10534
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10535
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10536
|
+
};
|
|
10537
|
+
borderTopLeftRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
10538
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10539
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10540
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10541
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10542
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10543
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10544
|
+
};
|
|
10545
|
+
borderTopRightRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
10546
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10547
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10548
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10549
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10550
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10551
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10552
|
+
};
|
|
10553
|
+
borderTopStyle?: csstype.Property.BorderTopStyle | {
|
|
10554
|
+
readonly base?: csstype.Property.BorderTopStyle | undefined;
|
|
10555
|
+
readonly xs?: csstype.Property.BorderTopStyle | undefined;
|
|
10556
|
+
readonly s?: csstype.Property.BorderTopStyle | undefined;
|
|
10557
|
+
readonly m?: csstype.Property.BorderTopStyle | undefined;
|
|
10558
|
+
readonly l?: csstype.Property.BorderTopStyle | undefined;
|
|
10559
|
+
readonly xl?: csstype.Property.BorderTopStyle | undefined;
|
|
10560
|
+
} | undefined;
|
|
10561
|
+
borderTopWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
10562
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10563
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10564
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10565
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10566
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10567
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10568
|
+
};
|
|
10569
|
+
clipPath?: csstype.Property.ClipPath | {
|
|
10570
|
+
readonly base?: csstype.Property.ClipPath | undefined;
|
|
10571
|
+
readonly xs?: csstype.Property.ClipPath | undefined;
|
|
10572
|
+
readonly s?: csstype.Property.ClipPath | undefined;
|
|
10573
|
+
readonly m?: csstype.Property.ClipPath | undefined;
|
|
10574
|
+
readonly l?: csstype.Property.ClipPath | undefined;
|
|
10575
|
+
readonly xl?: csstype.Property.ClipPath | undefined;
|
|
10576
|
+
} | undefined;
|
|
10577
|
+
opacity?: csstype.Property.Opacity | {
|
|
10578
|
+
readonly base?: csstype.Property.Opacity | undefined;
|
|
10579
|
+
readonly xs?: csstype.Property.Opacity | undefined;
|
|
10580
|
+
readonly s?: csstype.Property.Opacity | undefined;
|
|
10581
|
+
readonly m?: csstype.Property.Opacity | undefined;
|
|
10582
|
+
readonly l?: csstype.Property.Opacity | undefined;
|
|
10583
|
+
readonly xl?: csstype.Property.Opacity | undefined;
|
|
10584
|
+
} | undefined;
|
|
10585
|
+
pointerEvents?: csstype.Property.PointerEvents | {
|
|
10586
|
+
readonly base?: csstype.Property.PointerEvents | undefined;
|
|
10587
|
+
readonly xs?: csstype.Property.PointerEvents | undefined;
|
|
10588
|
+
readonly s?: csstype.Property.PointerEvents | undefined;
|
|
10589
|
+
readonly m?: csstype.Property.PointerEvents | undefined;
|
|
10590
|
+
readonly l?: csstype.Property.PointerEvents | undefined;
|
|
10591
|
+
readonly xl?: csstype.Property.PointerEvents | undefined;
|
|
10592
|
+
} | undefined;
|
|
10593
|
+
transform?: csstype.Property.Transform | {
|
|
10594
|
+
readonly base?: csstype.Property.Transform | undefined;
|
|
10595
|
+
readonly xs?: csstype.Property.Transform | undefined;
|
|
10596
|
+
readonly s?: csstype.Property.Transform | undefined;
|
|
10597
|
+
readonly m?: csstype.Property.Transform | undefined;
|
|
10598
|
+
readonly l?: csstype.Property.Transform | undefined;
|
|
10599
|
+
readonly xl?: csstype.Property.Transform | undefined;
|
|
10600
|
+
} | undefined;
|
|
10601
|
+
transformOrigin?: csstype.Property.TransformOrigin<string | number> | {
|
|
10602
|
+
readonly base?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
10603
|
+
readonly xs?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
10604
|
+
readonly s?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
10605
|
+
readonly m?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
10606
|
+
readonly l?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
10607
|
+
readonly xl?: csstype.Property.TransformOrigin<string | number> | undefined;
|
|
10608
|
+
} | undefined;
|
|
10609
|
+
visibility?: csstype.Property.Visibility | {
|
|
10610
|
+
readonly base?: csstype.Property.Visibility | undefined;
|
|
10611
|
+
readonly xs?: csstype.Property.Visibility | undefined;
|
|
10612
|
+
readonly s?: csstype.Property.Visibility | undefined;
|
|
10613
|
+
readonly m?: csstype.Property.Visibility | undefined;
|
|
10614
|
+
readonly l?: csstype.Property.Visibility | undefined;
|
|
10615
|
+
readonly xl?: csstype.Property.Visibility | undefined;
|
|
10616
|
+
} | undefined;
|
|
10617
|
+
backgroundPosition?: csstype.Property.BackgroundPosition<string | number> | {
|
|
10618
|
+
readonly base?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
10619
|
+
readonly xs?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
10620
|
+
readonly s?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
10621
|
+
readonly m?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
10622
|
+
readonly l?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
10623
|
+
readonly xl?: csstype.Property.BackgroundPosition<string | number> | undefined;
|
|
10624
|
+
} | undefined;
|
|
10625
|
+
borderColor: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | {
|
|
10626
|
+
readonly base?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10627
|
+
readonly xs?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10628
|
+
readonly s?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10629
|
+
readonly m?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10630
|
+
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10631
|
+
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
10632
|
+
};
|
|
10633
|
+
borderRadius: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | {
|
|
10634
|
+
readonly base?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10635
|
+
readonly xs?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10636
|
+
readonly s?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10637
|
+
readonly m?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10638
|
+
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10639
|
+
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
10640
|
+
};
|
|
10641
|
+
borderStyle?: csstype.Property.BorderStyle | {
|
|
10642
|
+
readonly base?: csstype.Property.BorderStyle | undefined;
|
|
10643
|
+
readonly xs?: csstype.Property.BorderStyle | undefined;
|
|
10644
|
+
readonly s?: csstype.Property.BorderStyle | undefined;
|
|
10645
|
+
readonly m?: csstype.Property.BorderStyle | undefined;
|
|
10646
|
+
readonly l?: csstype.Property.BorderStyle | undefined;
|
|
10647
|
+
readonly xl?: csstype.Property.BorderStyle | undefined;
|
|
10648
|
+
} | undefined;
|
|
10649
|
+
borderWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
10650
|
+
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10651
|
+
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10652
|
+
readonly s?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10653
|
+
readonly m?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10654
|
+
readonly l?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10655
|
+
readonly xl?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
10656
|
+
};
|
|
10657
|
+
__brand__?: "platform-web" | {
|
|
10658
|
+
readonly base?: "platform-web" | undefined;
|
|
10659
|
+
readonly xs?: "platform-web" | undefined;
|
|
10660
|
+
readonly s?: "platform-web" | undefined;
|
|
10661
|
+
readonly m?: "platform-web" | undefined;
|
|
10662
|
+
readonly l?: "platform-web" | undefined;
|
|
10663
|
+
readonly xl?: "platform-web" | undefined;
|
|
10664
|
+
} | undefined;
|
|
10665
|
+
}, "visibility">, "__brand__">>) => React__default.ReactElement;
|
|
8878
10666
|
|
|
8879
10667
|
declare const TabPanel: ({ children, value }: TabPanelProps) => React__default.ReactElement;
|
|
8880
10668
|
|
|
@@ -9349,6 +11137,14 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
|
|
|
9349
11137
|
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9350
11138
|
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9351
11139
|
};
|
|
11140
|
+
borderBottomStyle?: csstype.Property.BorderBottomStyle | {
|
|
11141
|
+
readonly base?: csstype.Property.BorderBottomStyle | undefined;
|
|
11142
|
+
readonly xs?: csstype.Property.BorderBottomStyle | undefined;
|
|
11143
|
+
readonly s?: csstype.Property.BorderBottomStyle | undefined;
|
|
11144
|
+
readonly m?: csstype.Property.BorderBottomStyle | undefined;
|
|
11145
|
+
readonly l?: csstype.Property.BorderBottomStyle | undefined;
|
|
11146
|
+
readonly xl?: csstype.Property.BorderBottomStyle | undefined;
|
|
11147
|
+
} | undefined;
|
|
9352
11148
|
borderBottomWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
9353
11149
|
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9354
11150
|
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
@@ -9365,6 +11161,14 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
|
|
|
9365
11161
|
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9366
11162
|
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9367
11163
|
};
|
|
11164
|
+
borderLeftStyle?: csstype.Property.BorderLeftStyle | {
|
|
11165
|
+
readonly base?: csstype.Property.BorderLeftStyle | undefined;
|
|
11166
|
+
readonly xs?: csstype.Property.BorderLeftStyle | undefined;
|
|
11167
|
+
readonly s?: csstype.Property.BorderLeftStyle | undefined;
|
|
11168
|
+
readonly m?: csstype.Property.BorderLeftStyle | undefined;
|
|
11169
|
+
readonly l?: csstype.Property.BorderLeftStyle | undefined;
|
|
11170
|
+
readonly xl?: csstype.Property.BorderLeftStyle | undefined;
|
|
11171
|
+
} | undefined;
|
|
9368
11172
|
borderLeftWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
9369
11173
|
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9370
11174
|
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
@@ -9381,6 +11185,14 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
|
|
|
9381
11185
|
readonly l?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9382
11186
|
readonly xl?: "surface.border.gray.subtle" | "surface.border.gray.normal" | "surface.border.gray.muted" | "surface.border.primary.normal" | "surface.border.primary.muted" | undefined;
|
|
9383
11187
|
};
|
|
11188
|
+
borderRightStyle?: csstype.Property.BorderRightStyle | {
|
|
11189
|
+
readonly base?: csstype.Property.BorderRightStyle | undefined;
|
|
11190
|
+
readonly xs?: csstype.Property.BorderRightStyle | undefined;
|
|
11191
|
+
readonly s?: csstype.Property.BorderRightStyle | undefined;
|
|
11192
|
+
readonly m?: csstype.Property.BorderRightStyle | undefined;
|
|
11193
|
+
readonly l?: csstype.Property.BorderRightStyle | undefined;
|
|
11194
|
+
readonly xl?: csstype.Property.BorderRightStyle | undefined;
|
|
11195
|
+
} | undefined;
|
|
9384
11196
|
borderRightWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
9385
11197
|
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9386
11198
|
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
@@ -9413,6 +11225,14 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
|
|
|
9413
11225
|
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9414
11226
|
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9415
11227
|
};
|
|
11228
|
+
borderTopStyle?: csstype.Property.BorderTopStyle | {
|
|
11229
|
+
readonly base?: csstype.Property.BorderTopStyle | undefined;
|
|
11230
|
+
readonly xs?: csstype.Property.BorderTopStyle | undefined;
|
|
11231
|
+
readonly s?: csstype.Property.BorderTopStyle | undefined;
|
|
11232
|
+
readonly m?: csstype.Property.BorderTopStyle | undefined;
|
|
11233
|
+
readonly l?: csstype.Property.BorderTopStyle | undefined;
|
|
11234
|
+
readonly xl?: csstype.Property.BorderTopStyle | undefined;
|
|
11235
|
+
} | undefined;
|
|
9416
11236
|
borderTopWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
9417
11237
|
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9418
11238
|
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
@@ -9493,6 +11313,14 @@ declare const TooltipInteractiveWrapper: styled_components.StyledComponent<"div"
|
|
|
9493
11313
|
readonly l?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9494
11314
|
readonly xl?: "none" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "2xlarge" | "max" | "round" | undefined;
|
|
9495
11315
|
};
|
|
11316
|
+
borderStyle?: csstype.Property.BorderStyle | {
|
|
11317
|
+
readonly base?: csstype.Property.BorderStyle | undefined;
|
|
11318
|
+
readonly xs?: csstype.Property.BorderStyle | undefined;
|
|
11319
|
+
readonly s?: csstype.Property.BorderStyle | undefined;
|
|
11320
|
+
readonly m?: csstype.Property.BorderStyle | undefined;
|
|
11321
|
+
readonly l?: csstype.Property.BorderStyle | undefined;
|
|
11322
|
+
readonly xl?: csstype.Property.BorderStyle | undefined;
|
|
11323
|
+
} | undefined;
|
|
9496
11324
|
borderWidth: "none" | "thinner" | "thin" | "thick" | "thicker" | {
|
|
9497
11325
|
readonly base?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
9498
11326
|
readonly xs?: "none" | "thinner" | "thin" | "thick" | "thicker" | undefined;
|
|
@@ -9713,4 +11541,4 @@ declare const VisuallyHidden: ({ children, testID }: VisuallyHiddenProps) => Rea
|
|
|
9713
11541
|
*/
|
|
9714
11542
|
declare const screenReaderStyles: CSSObject;
|
|
9715
11543
|
|
|
9716
|
-
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, BladeFile, BladeFileList, 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, ButtonGroupProps, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderAmount, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, Carousel, CarouselItem, CarouselProps, 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, FileUploadProps, 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, SpotlightPopoverTour, 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, 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, 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 };
|
|
11544
|
+
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, BladeFile, BladeFileList, 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, ButtonGroupProps, ButtonProps, CalendarIcon, CameraIcon, CameraOffIcon, Card, CardBody, CardFooter, CardFooterAction, CardFooterLeading, CardFooterTrailing, CardHeader, CardHeaderAmount, CardHeaderBadge, CardHeaderCounter, CardHeaderIcon, CardHeaderIconButton, CardHeaderLeading, CardHeaderLink, CardHeaderText, CardHeaderTrailing, CardProps, Carousel, CarouselItem, CarouselProps, 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, FileUploadProps, 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, SpotlightPopoverTour, 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, 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, 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 };
|