@artsy/palette 38.15.0 → 39.0.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/dist/Theme.js.map +1 -1
- package/dist/elements/AutocompleteInput/AutocompleteInputOption.js +1 -1
- package/dist/elements/BaseTabs/BaseTab.d.ts +9 -22
- package/dist/elements/BaseTabs/BaseTab.js +1 -0
- package/dist/elements/BaseTabs/BaseTab.js.map +1 -1
- package/dist/elements/BaseTabs/BaseTabs.story.js +1 -3
- package/dist/elements/BaseTabs/BaseTabs.story.js.map +1 -1
- package/dist/elements/BaseTabs/tokens.d.ts +4 -4
- package/dist/elements/BorderBox/BorderBox.d.ts +3 -1
- package/dist/elements/BorderBox/BorderBoxBase.d.ts +3 -1
- package/dist/elements/BorderedRadio/BorderedRadio.d.ts +1 -368
- package/dist/elements/Box/Box.d.ts +1 -1
- package/dist/elements/Button/Button.d.ts +1 -1
- package/dist/elements/CSSGrid/CSSGrid.d.ts +3 -1
- package/dist/elements/Carousel/Carousel.d.ts +6 -6
- package/dist/elements/Carousel/Carousel.js +4 -4
- package/dist/elements/Carousel/CarouselNavigation.d.ts +8 -10
- package/dist/elements/Checkbox/Check.js +1 -1
- package/dist/elements/Checkbox/Checkbox.js +1 -1
- package/dist/elements/Checkbox/tokens.d.ts +16 -16
- package/dist/elements/Clickable/Clickable.d.ts +1 -7
- package/dist/elements/Drawer/Drawer.js +4 -4
- package/dist/elements/Dropdown/Dropdown.js +2 -2
- package/dist/elements/Dropdown/Dropdown.story.js +3 -9
- package/dist/elements/Dropdown/Dropdown.story.js.map +1 -1
- package/dist/elements/Flex/Flex.d.ts +3 -1
- package/dist/elements/Flex/Flex.js +1 -1
- package/dist/elements/FullBleed/FullBleed.d.ts +3 -1
- package/dist/elements/FullBleed/FullBleed.js +1 -1
- package/dist/elements/GridColumns/GridColumns.d.ts +3 -1
- package/dist/elements/HTML/HTML.d.ts +1 -1
- package/dist/elements/HorizontalOverflow/HorizontalOverflow.js +3 -3
- package/dist/elements/Image/Image.d.ts +1 -8
- package/dist/elements/Image/Image.js +1 -1
- package/dist/elements/Input/Input.js +3 -3
- package/dist/elements/Input/Input.js.map +1 -1
- package/dist/elements/Input/Input.story.js +1 -1
- package/dist/elements/Label/Label.js +1 -1
- package/dist/elements/Link/Link.d.ts +1 -1
- package/dist/elements/Link/Link.js +1 -1
- package/dist/elements/Message/Message.js +1 -1
- package/dist/elements/Modal/ModalBase.js +4 -4
- package/dist/elements/ModalDialog/ModalDialogContent.js +1 -1
- package/dist/elements/MultiSelect/MultiSelect.js +3 -3
- package/dist/elements/MultiSelect/tokens.js.map +1 -1
- package/dist/elements/Pagination/Pagination.d.ts +1 -1
- package/dist/elements/PhoneInput/PhoneInput.js +8 -8
- package/dist/elements/PhoneInput/PhoneInput.js.map +1 -1
- package/dist/elements/PhoneInput/tokens.d.ts +7 -7
- package/dist/elements/Pill/tokens.d.ts +2 -2
- package/dist/elements/Pill/tokens.js.map +1 -1
- package/dist/elements/Pointer/Pointer.js +1 -1
- package/dist/elements/Popover/Popover.js +3 -3
- package/dist/elements/Radio/Radio.js +1 -1
- package/dist/elements/Radio/Radio.js.map +1 -1
- package/dist/elements/Radio/RadioDot.d.ts +3 -1
- package/dist/elements/Radio/tokens.d.ts +16 -16
- package/dist/elements/Range/Range.js +3 -3
- package/dist/elements/ResponsiveBox/ResponsiveBox.story.js +1 -1
- package/dist/elements/Select/Select.d.ts +1 -1
- package/dist/elements/Select/Select.js +0 -1
- package/dist/elements/Select/Select.js.map +1 -1
- package/dist/elements/Select/tokens.js.map +1 -1
- package/dist/elements/Separator/Separator.d.ts +1 -1
- package/dist/elements/Shelf/ShelfNavigation.js +1 -1
- package/dist/elements/Shelf/ShelfScrollBar.js +4 -4
- package/dist/elements/Skeleton/Skeleton.d.ts +3 -2
- package/dist/elements/Skeleton/Skeleton.js.map +1 -1
- package/dist/elements/Skip/Skip.js +1 -1
- package/dist/elements/Stack/Stack.d.ts +3 -5
- package/dist/elements/StackableBorderBox/StackableBorderBox.d.ts +3 -1
- package/dist/elements/Sup/Sup.d.ts +5 -12
- package/dist/elements/Swiper/Swiper.d.ts +10 -2
- package/dist/elements/Swiper/Swiper.js.map +1 -1
- package/dist/elements/Text/Text.d.ts +5 -49
- package/dist/elements/TextArea/TextArea.js +3 -3
- package/dist/elements/TextArea/TextArea.js.map +1 -1
- package/dist/elements/Toggle/tokens.d.ts +7 -7
- package/dist/elements/Tooltip/Tooltip.js +2 -2
- package/dist/elements/VisuallyHidden/VisuallyHidden.d.ts +5 -3
- package/dist/helpers/injectGlobalStyles.d.ts +3 -2
- package/dist/helpers/injectGlobalStyles.js +2 -3
- package/dist/helpers/injectGlobalStyles.js.map +1 -1
- package/dist/helpers/visuallyDisableScrollbar.d.ts +1 -1
- package/package.json +6 -7
|
@@ -2,371 +2,4 @@
|
|
|
2
2
|
import { RadioProps } from "../Radio";
|
|
3
3
|
export declare type BorderedRadioProps<T = any> = RadioProps<T>;
|
|
4
4
|
/** A radio button with a border */
|
|
5
|
-
export declare const BorderedRadio: import("styled-components").
|
|
6
|
-
gap?: import("styled-system").ResponsiveValue<string | number, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
7
|
-
property?: string | undefined;
|
|
8
|
-
alignContent?: import("styled-system").ResponsiveValue<string, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
9
|
-
alignItems?: import("styled-system").ResponsiveValue<string, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
10
|
-
alignSelf?: import("styled-system").ResponsiveValue<string, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
11
|
-
backgroundColor?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
12
|
-
backgroundImage?: import("styled-system").ResponsiveValue<string, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
13
|
-
backgroundRepeat?: import("styled-system").ResponsiveValue<string, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
14
|
-
backgroundSize?: import("styled-system").ResponsiveValue<import("csstype").BackgroundSizeProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
15
|
-
borderBottomColor?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
16
|
-
borderBottomLeftRadius?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
17
|
-
borderBottomRightRadius?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
18
|
-
borderBottomStyle?: import("styled-system").ResponsiveValue<import("csstype").BorderBottomStyleProperty, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
19
|
-
borderBottomWidth?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
20
|
-
borderLeftColor?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
21
|
-
borderLeftStyle?: import("styled-system").ResponsiveValue<import("csstype").BorderLeftStyleProperty, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
22
|
-
borderLeftWidth?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
23
|
-
borderRightColor?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
24
|
-
borderRightStyle?: import("styled-system").ResponsiveValue<import("csstype").BorderRightStyleProperty, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
25
|
-
borderRightWidth?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
26
|
-
borderTopColor?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
27
|
-
borderTopLeftRadius?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
28
|
-
borderTopRightRadius?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
29
|
-
borderTopStyle?: import("styled-system").ResponsiveValue<import("csstype").BorderTopStyleProperty, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
30
|
-
borderTopWidth?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
31
|
-
bottom?: import("styled-system").ResponsiveValue<import("csstype").BottomProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
32
|
-
color?: string | undefined;
|
|
33
|
-
display?: import("styled-system").ResponsiveValue<string, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
34
|
-
flexBasis?: import("styled-system").ResponsiveValue<import("csstype").FlexBasisProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
35
|
-
flexDirection?: import("styled-system").ResponsiveValue<import("csstype").FlexDirectionProperty, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
36
|
-
flexGrow?: import("styled-system").ResponsiveValue<import("csstype").GlobalsNumber, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
37
|
-
flexShrink?: import("styled-system").ResponsiveValue<import("csstype").GlobalsNumber, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
38
|
-
flexWrap?: import("styled-system").ResponsiveValue<import("csstype").FlexWrapProperty, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
39
|
-
height?: import("styled-system").ResponsiveValue<import("csstype").HeightProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
40
|
-
justifyContent?: import("styled-system").ResponsiveValue<string, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
41
|
-
justifyItems?: import("styled-system").ResponsiveValue<string, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
42
|
-
justifySelf?: import("styled-system").ResponsiveValue<string, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
43
|
-
left?: import("styled-system").ResponsiveValue<import("csstype").LeftProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
44
|
-
marginBottom?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
45
|
-
marginLeft?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
46
|
-
marginRight?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
47
|
-
marginTop?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
48
|
-
maxHeight?: import("styled-system").ResponsiveValue<import("csstype").MaxHeightProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
49
|
-
maxWidth?: import("styled-system").ResponsiveValue<import("csstype").MaxWidthProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
50
|
-
minHeight?: import("styled-system").ResponsiveValue<import("csstype").MinHeightProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
51
|
-
minWidth?: import("styled-system").ResponsiveValue<import("csstype").MinWidthProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
52
|
-
opacity?: import("styled-system").ResponsiveValue<import("csstype").GlobalsNumber, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
53
|
-
order?: import("styled-system").ResponsiveValue<import("csstype").GlobalsNumber, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
54
|
-
overflowX?: import("styled-system").ResponsiveValue<import("csstype").OverflowXProperty, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
55
|
-
overflowY?: import("styled-system").ResponsiveValue<import("csstype").OverflowYProperty, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
56
|
-
paddingBottom?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
57
|
-
paddingLeft?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
58
|
-
paddingRight?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
59
|
-
paddingTop?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
60
|
-
position?: import("styled-system").ResponsiveValue<import("csstype").PositionProperty, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
61
|
-
right?: import("styled-system").ResponsiveValue<import("csstype").RightProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
62
|
-
textAlign?: import("styled-system").ResponsiveValue<import("csstype").TextAlignProperty, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
63
|
-
top?: import("styled-system").ResponsiveValue<import("csstype").TopProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
64
|
-
translate?: "yes" | "no" | undefined;
|
|
65
|
-
verticalAlign?: import("styled-system").ResponsiveValue<import("csstype").VerticalAlignProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
66
|
-
width?: import("styled-system").ResponsiveValue<import("csstype").WidthProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
67
|
-
zIndex?: import("styled-system").ResponsiveValue<import("csstype").ZIndexProperty, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
68
|
-
background?: import("styled-system").ResponsiveValue<import("csstype").BackgroundProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
69
|
-
backgroundPosition?: import("styled-system").ResponsiveValue<import("csstype").BackgroundPositionProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
70
|
-
border?: import("styled-system").ResponsiveValue<import("csstype").BorderProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
71
|
-
borderBottom?: import("styled-system").ResponsiveValue<import("csstype").BorderBottomProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
72
|
-
borderColor?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
73
|
-
borderLeft?: import("styled-system").ResponsiveValue<import("csstype").BorderLeftProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
74
|
-
borderRadius?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
75
|
-
borderRight?: import("styled-system").ResponsiveValue<import("csstype").BorderRightProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
76
|
-
borderStyle?: import("styled-system").ResponsiveValue<string, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
77
|
-
borderTop?: import("styled-system").ResponsiveValue<import("csstype").BorderTopProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
78
|
-
borderWidth?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
79
|
-
flex?: import("styled-system").ResponsiveValue<import("csstype").FlexProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
80
|
-
gridArea?: import("styled-system").ResponsiveValue<import("csstype").GridAreaProperty, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
81
|
-
margin?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
82
|
-
overflow?: import("styled-system").ResponsiveValue<string, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
83
|
-
padding?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
84
|
-
hidden?: boolean | undefined;
|
|
85
|
-
bg?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
86
|
-
borderX?: import("styled-system").ResponsiveValue<import("csstype").BorderProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
87
|
-
borderY?: import("styled-system").ResponsiveValue<import("csstype").BorderProperty<import("styled-system").TLengthStyledSystem>, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
88
|
-
size?: string | undefined;
|
|
89
|
-
m?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
90
|
-
mt?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
91
|
-
mr?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
92
|
-
mb?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
93
|
-
ml?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
94
|
-
mx?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
95
|
-
marginX?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
96
|
-
my?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
97
|
-
marginY?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
98
|
-
p?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
99
|
-
pt?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
100
|
-
pr?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
101
|
-
pb?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
102
|
-
pl?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
103
|
-
px?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
104
|
-
paddingX?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
105
|
-
py?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
106
|
-
paddingY?: import("styled-system").ResponsiveValue<string | number | symbol, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
107
|
-
label?: import("react").ReactNode;
|
|
108
|
-
slot?: string | undefined;
|
|
109
|
-
style?: import("react").CSSProperties | undefined;
|
|
110
|
-
title?: string | undefined;
|
|
111
|
-
children?: import("react").ReactNode;
|
|
112
|
-
defaultChecked?: boolean | undefined;
|
|
113
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
114
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
115
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
116
|
-
accessKey?: string | undefined;
|
|
117
|
-
className?: string | undefined;
|
|
118
|
-
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
119
|
-
contextMenu?: string | undefined;
|
|
120
|
-
dir?: string | undefined;
|
|
121
|
-
draggable?: (boolean | "false" | "true") | undefined;
|
|
122
|
-
id?: string | undefined;
|
|
123
|
-
lang?: string | undefined;
|
|
124
|
-
placeholder?: string | undefined;
|
|
125
|
-
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
126
|
-
tabIndex?: number | undefined;
|
|
127
|
-
radioGroup?: string | undefined;
|
|
128
|
-
role?: string | undefined;
|
|
129
|
-
about?: string | undefined;
|
|
130
|
-
datatype?: string | undefined;
|
|
131
|
-
inlist?: any;
|
|
132
|
-
prefix?: string | undefined;
|
|
133
|
-
resource?: string | undefined;
|
|
134
|
-
typeof?: string | undefined;
|
|
135
|
-
vocab?: string | undefined;
|
|
136
|
-
autoCapitalize?: string | undefined;
|
|
137
|
-
autoCorrect?: string | undefined;
|
|
138
|
-
autoSave?: string | undefined;
|
|
139
|
-
itemProp?: string | undefined;
|
|
140
|
-
itemScope?: boolean | undefined;
|
|
141
|
-
itemType?: string | undefined;
|
|
142
|
-
itemID?: string | undefined;
|
|
143
|
-
itemRef?: string | undefined;
|
|
144
|
-
results?: number | undefined;
|
|
145
|
-
security?: string | undefined;
|
|
146
|
-
unselectable?: "on" | "off" | undefined;
|
|
147
|
-
inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
148
|
-
is?: string | undefined;
|
|
149
|
-
'aria-activedescendant'?: string | undefined;
|
|
150
|
-
'aria-atomic'?: boolean | "false" | "true" | undefined;
|
|
151
|
-
'aria-autocomplete'?: "none" | "inline" | "list" | "both" | undefined;
|
|
152
|
-
'aria-busy'?: boolean | "false" | "true" | undefined;
|
|
153
|
-
'aria-checked'?: boolean | "false" | "true" | "mixed" | undefined;
|
|
154
|
-
'aria-colcount'?: number | undefined;
|
|
155
|
-
'aria-colindex'?: number | undefined;
|
|
156
|
-
'aria-colspan'?: number | undefined;
|
|
157
|
-
'aria-controls'?: string | undefined;
|
|
158
|
-
'aria-current'?: boolean | "time" | "false" | "true" | "page" | "step" | "location" | "date" | undefined;
|
|
159
|
-
'aria-describedby'?: string | undefined;
|
|
160
|
-
'aria-details'?: string | undefined;
|
|
161
|
-
'aria-disabled'?: boolean | "false" | "true" | undefined;
|
|
162
|
-
'aria-dropeffect'?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
163
|
-
'aria-errormessage'?: string | undefined;
|
|
164
|
-
'aria-expanded'?: boolean | "false" | "true" | undefined;
|
|
165
|
-
'aria-flowto'?: string | undefined;
|
|
166
|
-
'aria-grabbed'?: boolean | "false" | "true" | undefined;
|
|
167
|
-
'aria-haspopup'?: boolean | "grid" | "dialog" | "menu" | "false" | "true" | "listbox" | "tree" | undefined;
|
|
168
|
-
'aria-hidden'?: boolean | "false" | "true" | undefined;
|
|
169
|
-
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
170
|
-
'aria-keyshortcuts'?: string | undefined;
|
|
171
|
-
'aria-label'?: string | undefined;
|
|
172
|
-
'aria-labelledby'?: string | undefined;
|
|
173
|
-
'aria-level'?: number | undefined;
|
|
174
|
-
'aria-live'?: "off" | "assertive" | "polite" | undefined;
|
|
175
|
-
'aria-modal'?: boolean | "false" | "true" | undefined;
|
|
176
|
-
'aria-multiline'?: boolean | "false" | "true" | undefined;
|
|
177
|
-
'aria-multiselectable'?: boolean | "false" | "true" | undefined;
|
|
178
|
-
'aria-orientation'?: "horizontal" | "vertical" | undefined;
|
|
179
|
-
'aria-owns'?: string | undefined;
|
|
180
|
-
'aria-placeholder'?: string | undefined;
|
|
181
|
-
'aria-posinset'?: number | undefined;
|
|
182
|
-
'aria-pressed'?: boolean | "false" | "true" | "mixed" | undefined;
|
|
183
|
-
'aria-readonly'?: boolean | "false" | "true" | undefined;
|
|
184
|
-
'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
185
|
-
'aria-required'?: boolean | "false" | "true" | undefined;
|
|
186
|
-
'aria-roledescription'?: string | undefined;
|
|
187
|
-
'aria-rowcount'?: number | undefined;
|
|
188
|
-
'aria-rowindex'?: number | undefined;
|
|
189
|
-
'aria-rowspan'?: number | undefined;
|
|
190
|
-
'aria-selected'?: boolean | "false" | "true" | undefined;
|
|
191
|
-
'aria-setsize'?: number | undefined;
|
|
192
|
-
'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
193
|
-
'aria-valuemax'?: number | undefined;
|
|
194
|
-
'aria-valuemin'?: number | undefined;
|
|
195
|
-
'aria-valuenow'?: number | undefined;
|
|
196
|
-
'aria-valuetext'?: string | undefined;
|
|
197
|
-
dangerouslySetInnerHTML?: {
|
|
198
|
-
__html: string;
|
|
199
|
-
} | undefined;
|
|
200
|
-
onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
201
|
-
onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
202
|
-
onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
203
|
-
onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
204
|
-
onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
205
|
-
onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
206
|
-
onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
207
|
-
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
208
|
-
onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
209
|
-
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
210
|
-
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
211
|
-
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
|
|
212
|
-
onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
213
|
-
onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
214
|
-
onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
215
|
-
onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
|
|
216
|
-
onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
217
|
-
onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
218
|
-
onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
219
|
-
onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
220
|
-
onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
221
|
-
onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
222
|
-
onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
223
|
-
onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
224
|
-
onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
225
|
-
onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
226
|
-
onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
227
|
-
onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
|
|
228
|
-
onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
229
|
-
onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
230
|
-
onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
231
|
-
onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
232
|
-
onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
233
|
-
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
234
|
-
onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
235
|
-
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
236
|
-
onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
237
|
-
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
238
|
-
onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
239
|
-
onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
240
|
-
onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
241
|
-
onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
242
|
-
onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
243
|
-
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
244
|
-
onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
245
|
-
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
246
|
-
onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
247
|
-
onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
248
|
-
onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
249
|
-
onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
250
|
-
onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
251
|
-
onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
252
|
-
onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
253
|
-
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
254
|
-
onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
255
|
-
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
256
|
-
onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
257
|
-
onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
258
|
-
onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
259
|
-
onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
260
|
-
onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
261
|
-
onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
262
|
-
onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
263
|
-
onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
264
|
-
onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
265
|
-
onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
266
|
-
onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
267
|
-
onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
268
|
-
onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
269
|
-
onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
270
|
-
onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
271
|
-
onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
272
|
-
onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
273
|
-
onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
274
|
-
onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
275
|
-
onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
276
|
-
onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
277
|
-
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
278
|
-
onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
279
|
-
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
280
|
-
onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
281
|
-
onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
282
|
-
onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
283
|
-
onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
284
|
-
onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
285
|
-
onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
286
|
-
onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
287
|
-
onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
288
|
-
onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
289
|
-
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
290
|
-
onDrag?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
291
|
-
onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
292
|
-
onDragEnd?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
293
|
-
onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
294
|
-
onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
295
|
-
onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
296
|
-
onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
297
|
-
onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
298
|
-
onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
299
|
-
onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
300
|
-
onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
301
|
-
onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
302
|
-
onDragStart?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
303
|
-
onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
304
|
-
onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
305
|
-
onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
|
|
306
|
-
onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
307
|
-
onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
308
|
-
onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
309
|
-
onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
310
|
-
onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
311
|
-
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
312
|
-
onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
313
|
-
onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
314
|
-
onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
315
|
-
onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
316
|
-
onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
317
|
-
onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
|
|
318
|
-
onSelect?: ((selected: {
|
|
319
|
-
selected: boolean;
|
|
320
|
-
value: unknown;
|
|
321
|
-
}) => void) | undefined;
|
|
322
|
-
onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
|
|
323
|
-
onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
324
|
-
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
325
|
-
onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
326
|
-
onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
327
|
-
onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
328
|
-
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
329
|
-
onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
330
|
-
onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
|
|
331
|
-
onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
332
|
-
onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
333
|
-
onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
334
|
-
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
335
|
-
onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
336
|
-
onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
337
|
-
onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
338
|
-
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
339
|
-
onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
340
|
-
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
341
|
-
onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
342
|
-
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
343
|
-
onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
344
|
-
onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
345
|
-
onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
346
|
-
onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
347
|
-
onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
348
|
-
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
349
|
-
onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
350
|
-
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
|
|
351
|
-
onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
352
|
-
onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
|
|
353
|
-
onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
354
|
-
onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
|
|
355
|
-
onAnimationStart?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
356
|
-
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
357
|
-
onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
358
|
-
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
359
|
-
onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
360
|
-
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
|
|
361
|
-
onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
362
|
-
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
|
|
363
|
-
error?: boolean | undefined;
|
|
364
|
-
focus?: boolean | undefined;
|
|
365
|
-
disabled?: boolean | undefined;
|
|
366
|
-
name?: string | undefined;
|
|
367
|
-
value?: unknown;
|
|
368
|
-
hover?: boolean | undefined;
|
|
369
|
-
selected?: boolean | undefined;
|
|
370
|
-
} & {
|
|
371
|
-
theme?: any;
|
|
372
|
-
} & BorderedRadioProps<any>>;
|
|
5
|
+
export declare const BorderedRadio: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<RadioProps<unknown>, BorderedRadioProps<any>>> & string & Omit<(<T>({ children, disabled, hover, focus, error, label, selected, value, size, onSelect, ...rest }: RadioProps<T>) => JSX.Element), keyof import("react").Component<any, {}, any>>;
|
|
@@ -11,6 +11,6 @@ export declare const boxMixin: import("styled-system").styleFn;
|
|
|
11
11
|
* Box is just a `View` or `div` (depending on the platform) with common styled-systems
|
|
12
12
|
* hooks.
|
|
13
13
|
*/
|
|
14
|
-
export declare const Box: import("styled-components").
|
|
14
|
+
export declare const Box: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, BoxProps>> & string;
|
|
15
15
|
/** Splits out props into valid and invalid BoxProps */
|
|
16
16
|
export declare const splitBoxProps: <U>(props: U) => [BoxProps, Omit<U, keyof BoxProps>];
|
|
@@ -34,4 +34,4 @@ export interface ButtonProps extends BoxProps, React.ButtonHTMLAttributes<HTMLBu
|
|
|
34
34
|
export declare const Button: React.ForwardRefExoticComponent<ButtonProps & {
|
|
35
35
|
ref?: React.Ref<HTMLElement>;
|
|
36
36
|
}>;
|
|
37
|
-
export declare const buttonMixin: import("styled-components").
|
|
37
|
+
export declare const buttonMixin: import("styled-components").RuleSet<object>;
|
|
@@ -9,4 +9,6 @@ export interface CSSGridProps extends GridProps, BoxProps {
|
|
|
9
9
|
/**
|
|
10
10
|
* A utility component that encapsulates CSS grid behavior
|
|
11
11
|
*/
|
|
12
|
-
export declare const CSSGrid: import("styled-components").
|
|
12
|
+
export declare const CSSGrid: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof BoxProps> & BoxProps, keyof BoxProps | "key" | keyof import("react").HTMLAttributes<HTMLDivElement>> & {
|
|
13
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
14
|
+
}, CSSGridProps>> & string;
|
|
@@ -8,15 +8,15 @@ export declare type CarouselRailProps = BoxProps & {
|
|
|
8
8
|
transition?: ResponsiveValue<string>;
|
|
9
9
|
};
|
|
10
10
|
/** A `CarouselRail` slides back and forth within the viewport */
|
|
11
|
-
export declare const CarouselRail: import("styled-components").
|
|
12
|
-
|
|
13
|
-
},
|
|
14
|
-
transition?: ResponsiveValue<string, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
15
|
-
}>;
|
|
11
|
+
export declare const CarouselRail: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof BoxProps> & BoxProps, keyof BoxProps | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
|
|
12
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
13
|
+
}, CarouselRailProps>> & string;
|
|
16
14
|
/** CarouselCellProps */
|
|
17
15
|
export declare type CarouselCellProps = BoxProps;
|
|
18
16
|
/** A `CarouselCell` wraps a single child in the carousel */
|
|
19
|
-
export declare const CarouselCell: import("styled-components").
|
|
17
|
+
export declare const CarouselCell: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Pick<import("styled-components").FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof BoxProps> & BoxProps, keyof BoxProps | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
|
|
18
|
+
ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
|
|
19
|
+
}, never>> & string;
|
|
20
20
|
/**
|
|
21
21
|
* We share this spacing value with the `Swiper` component
|
|
22
22
|
*/
|
|
@@ -40,7 +40,7 @@ var transition = (0, _styledSystem.system)({
|
|
|
40
40
|
/** A `CarouselRail` slides back and forth within the viewport */
|
|
41
41
|
var CarouselRail = (0, _styledComponents.default)(_Box.Box).withConfig({
|
|
42
42
|
displayName: "Carousel__CarouselRail",
|
|
43
|
-
componentId: "k6g4b4-0"
|
|
43
|
+
componentId: "sc-k6g4b4-0"
|
|
44
44
|
})(["height:100%;margin:0;padding:0;list-style:none;white-space:nowrap;", ""], transition);
|
|
45
45
|
exports.CarouselRail = CarouselRail;
|
|
46
46
|
CarouselRail.defaultProps = {
|
|
@@ -54,7 +54,7 @@ CarouselRail.defaultProps = {
|
|
|
54
54
|
/** A `CarouselCell` wraps a single child in the carousel */
|
|
55
55
|
var CarouselCell = (0, _styledComponents.default)(_Box.Box).withConfig({
|
|
56
56
|
displayName: "Carousel__CarouselCell",
|
|
57
|
-
componentId: "k6g4b4-1"
|
|
57
|
+
componentId: "sc-k6g4b4-1"
|
|
58
58
|
})(["white-space:normal;"]);
|
|
59
59
|
exports.CarouselCell = CarouselCell;
|
|
60
60
|
CarouselCell.defaultProps = {
|
|
@@ -68,11 +68,11 @@ var CELL_GAP_PADDING_AMOUNT = [1, 2];
|
|
|
68
68
|
exports.CELL_GAP_PADDING_AMOUNT = CELL_GAP_PADDING_AMOUNT;
|
|
69
69
|
var Container = (0, _styledComponents.default)(_Box.Box).withConfig({
|
|
70
70
|
displayName: "Carousel__Container",
|
|
71
|
-
componentId: "k6g4b4-2"
|
|
71
|
+
componentId: "sc-k6g4b4-2"
|
|
72
72
|
})(["position:relative;width:100%;"]);
|
|
73
73
|
var Viewport = (0, _styledComponents.default)(_Box.Box).withConfig({
|
|
74
74
|
displayName: "Carousel__Viewport",
|
|
75
|
-
componentId: "k6g4b4-3"
|
|
75
|
+
componentId: "sc-k6g4b4-3"
|
|
76
76
|
})(["width:100%;overflow:hidden;"]);
|
|
77
77
|
/**
|
|
78
78
|
* A `Carousel` accepts children or a series of children that are JSX elements.
|
|
@@ -5,20 +5,18 @@ export declare type CarouselNavigationProps = ClickableProps;
|
|
|
5
5
|
/**
|
|
6
6
|
* Default next button
|
|
7
7
|
*/
|
|
8
|
-
export declare const CarouselNext: import("styled-components").
|
|
8
|
+
export declare const CarouselNext: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "cursor" | "textDecoration" | keyof import("..").BoxProps | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & import("..").BoxProps & {
|
|
9
9
|
cursor?: import("styled-system").ResponsiveValue<string, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
10
10
|
textDecoration?: import("styled-system").ResponsiveValue<string, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
11
|
-
},
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}>;
|
|
11
|
+
}, "cursor" | "textDecoration" | keyof import("..").BoxProps | "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & {
|
|
12
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
13
|
+
}, never>, never>> & string;
|
|
15
14
|
/**
|
|
16
15
|
* Default previous button
|
|
17
16
|
*/
|
|
18
|
-
export declare const CarouselPrevious: import("styled-components").
|
|
19
|
-
cursor?: import("styled-system").ResponsiveValue<string, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
20
|
-
textDecoration?: import("styled-system").ResponsiveValue<string, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
21
|
-
}, any, import("react").ClassAttributes<HTMLButtonElement> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & import("..").BoxProps & {
|
|
17
|
+
export declare const CarouselPrevious: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<Pick<import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "cursor" | "textDecoration" | keyof import("..").BoxProps | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & import("react").ButtonHTMLAttributes<HTMLButtonElement> & import("..").BoxProps & {
|
|
22
18
|
cursor?: import("styled-system").ResponsiveValue<string, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
23
19
|
textDecoration?: import("styled-system").ResponsiveValue<string, Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>> | undefined;
|
|
24
|
-
}
|
|
20
|
+
}, "cursor" | "textDecoration" | keyof import("..").BoxProps | "key" | keyof import("react").ButtonHTMLAttributes<HTMLButtonElement>> & {
|
|
21
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import("react").RefObject<HTMLButtonElement> | null | undefined;
|
|
22
|
+
}, never>, never>> & string;
|
|
@@ -32,7 +32,7 @@ exports.Check = Check;
|
|
|
32
32
|
Check.displayName = "Check";
|
|
33
33
|
var Container = (0, _styledComponents.default)(_Box.Box).withConfig({
|
|
34
34
|
displayName: "Check__Container",
|
|
35
|
-
componentId: "mkx5fy-0"
|
|
35
|
+
componentId: "sc-mkx5fy-0"
|
|
36
36
|
})(["width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:background-color 0.25s,border-color 0.25s,color 0.25s;", ";"], function (props) {
|
|
37
37
|
var mode = function () {
|
|
38
38
|
switch (true) {
|
|
@@ -78,7 +78,7 @@ exports.Checkbox = Checkbox;
|
|
|
78
78
|
Checkbox.displayName = "Checkbox";
|
|
79
79
|
var Container = (0, _styledComponents.default)(_Box.Box).withConfig({
|
|
80
80
|
displayName: "Checkbox__Container",
|
|
81
|
-
componentId: "j97vg8-0"
|
|
81
|
+
componentId: "sc-j97vg8-0"
|
|
82
82
|
})(["user-select:none;", ""], function (props) {
|
|
83
83
|
return (0, _styledComponents.css)(["", " ", " ", " ", " ", " &:hover{", "}&:focus-visible{", " > div:first-of-type{", "}}&:disabled{", "}"], props.selected ? _tokens.CHECKBOX_STATES.selected : _tokens.CHECKBOX_STATES.default, props.focus && _tokens.CHECKBOX_STATES.focus, props.hover && _tokens.CHECKBOX_STATES.hover, props.disabled && _tokens.CHECKBOX_STATES.disabled, props.error && _tokens.CHECKBOX_STATES.error, !props.error && (0, _styledComponents.css)(["", " > div:first-of-type{", "}"], _tokens.CHECKBOX_STATES.hover, props.selected ? _tokens.CHECK_STATES.hover.selected : _tokens.CHECK_STATES.hover.resting), _tokens.CHECKBOX_STATES.focus, props.selected ? _tokens.CHECK_STATES.focus.selected : _tokens.CHECK_STATES.focus.resting, _tokens.CHECKBOX_STATES.disabled);
|
|
84
84
|
});
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
export declare const CHECK_STATES: {
|
|
2
2
|
readonly default: {
|
|
3
|
-
readonly resting: import("styled-components").
|
|
4
|
-
readonly selected: import("styled-components").
|
|
3
|
+
readonly resting: import("styled-components").RuleSet<object>;
|
|
4
|
+
readonly selected: import("styled-components").RuleSet<object>;
|
|
5
5
|
};
|
|
6
6
|
readonly disabled: {
|
|
7
|
-
readonly resting: import("styled-components").
|
|
8
|
-
readonly selected: import("styled-components").
|
|
7
|
+
readonly resting: import("styled-components").RuleSet<object>;
|
|
8
|
+
readonly selected: import("styled-components").RuleSet<object>;
|
|
9
9
|
};
|
|
10
10
|
readonly hover: {
|
|
11
|
-
readonly resting: import("styled-components").
|
|
12
|
-
readonly selected: import("styled-components").
|
|
11
|
+
readonly resting: import("styled-components").RuleSet<object>;
|
|
12
|
+
readonly selected: import("styled-components").RuleSet<object>;
|
|
13
13
|
};
|
|
14
14
|
readonly focus: {
|
|
15
|
-
readonly resting: import("styled-components").
|
|
16
|
-
readonly selected: import("styled-components").
|
|
15
|
+
readonly resting: import("styled-components").RuleSet<object>;
|
|
16
|
+
readonly selected: import("styled-components").RuleSet<object>;
|
|
17
17
|
};
|
|
18
18
|
readonly error: {
|
|
19
|
-
readonly resting: import("styled-components").
|
|
20
|
-
readonly selected: import("styled-components").
|
|
19
|
+
readonly resting: import("styled-components").RuleSet<object>;
|
|
20
|
+
readonly selected: import("styled-components").RuleSet<object>;
|
|
21
21
|
};
|
|
22
22
|
};
|
|
23
23
|
export declare const CHECKBOX_STATES: {
|
|
24
|
-
readonly default: import("styled-components").
|
|
25
|
-
readonly selected: import("styled-components").
|
|
26
|
-
readonly focus: import("styled-components").
|
|
27
|
-
readonly hover: import("styled-components").
|
|
28
|
-
readonly disabled: import("styled-components").
|
|
29
|
-
readonly error: import("styled-components").
|
|
24
|
+
readonly default: import("styled-components").RuleSet<object>;
|
|
25
|
+
readonly selected: import("styled-components").RuleSet<object>;
|
|
26
|
+
readonly focus: import("styled-components").RuleSet<object>;
|
|
27
|
+
readonly hover: import("styled-components").RuleSet<object>;
|
|
28
|
+
readonly disabled: import("styled-components").RuleSet<object>;
|
|
29
|
+
readonly error: import("styled-components").RuleSet<object>;
|
|
30
30
|
};
|