@basic-ui/material 0.1.8 → 0.1.11
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/cjs/index.js +3 -3
- package/build/cjs/index.js.map +1 -1
- package/build/esm/Alert/Alert.d.ts +1 -1
- package/build/esm/AppBar/AppBar.d.ts +1 -1
- package/build/esm/AppBar/AppBarButton.d.ts +1 -1
- package/build/esm/Badge/Badge.d.ts +1 -1
- package/build/esm/BottomSheet/BottomSheet.d.ts +1 -1
- package/build/esm/BottomSheet/BottomSheetSurface.d.ts +1 -1
- package/build/esm/Button/BaseButton.d.ts +1 -1
- package/build/esm/Button/Button.d.ts +1 -1
- package/build/esm/Button/FilledButton.d.ts +1 -1
- package/build/esm/Button/OutlinedButton.d.ts +1 -3
- package/build/esm/Button/TransparentButton.d.ts +1 -1
- package/build/esm/CheckBox/CheckBox.d.ts +1 -1
- package/build/esm/CheckBox/CheckBoxIcon.d.ts +1 -1
- package/build/esm/Chip/ButtonChip.d.ts +1 -1
- package/build/esm/Chip/ChipBase.d.ts +1 -1
- package/build/esm/Chip/ChoiceChip.d.ts +1 -1
- package/build/esm/Combobox/Combobox.d.ts +7 -7
- package/build/esm/Dialog/Dialog.d.ts +1 -1
- package/build/esm/Dialog/DialogBackdrop.d.ts +1 -1
- package/build/esm/Dialog/DialogContainer.d.ts +1 -1
- package/build/esm/Dialog/DialogSurface.d.ts +1 -1
- package/build/esm/Dialog/Scrim.d.ts +1 -1
- package/build/esm/Divider/Divider.d.ts +1 -1
- package/build/esm/LineRipple/LineRipple.d.ts +1 -1
- package/build/esm/Link/Link.d.ts +1 -1
- package/build/esm/List/List.d.ts +1 -1
- package/build/esm/ListItem/ListItem.d.ts +1 -1
- package/build/esm/Menu/Menu.d.ts +4 -4
- package/build/esm/Paper/Paper.d.ts +1 -1
- package/build/esm/ProgressSpinner/ProgressSpinner.d.ts +1 -1
- package/build/esm/RadioButton/RadioGroup.d.ts +1 -1
- package/build/esm/Ripple/useRipple.js +3 -3
- package/build/esm/Ripple/useRipple.js.map +1 -1
- package/build/esm/Select/SelectIcon.d.ts +1 -1
- package/build/esm/SelectItem/SelectItem.d.ts +1 -1
- package/build/esm/SelectionControl/SelectionControlLabel.d.ts +1 -1
- package/build/esm/SelectionControl/SelectionControlText.d.ts +1 -1
- package/build/esm/Skeleton/DelayAppearance.d.ts +1 -1
- package/build/esm/Skeleton/Skeleton.d.ts +1 -1
- package/build/esm/Snackbar/Snackbar.d.ts +1 -1
- package/build/esm/Snackbar/Stack.d.ts +2 -0
- package/build/esm/Snackbar/Stack.js.map +1 -1
- package/build/esm/Switch/Switch.d.ts +1 -1
- package/build/esm/Tab/Tab.d.ts +1 -1
- package/build/esm/Tab/TabList.d.ts +1 -1
- package/build/esm/Tab/TabPanel.d.ts +1 -1
- package/build/esm/TabIndicator/TabIndicator.d.ts +1 -1
- package/build/esm/Table/Table.d.ts +1 -1
- package/build/esm/Table/TableBody.d.ts +1 -1
- package/build/esm/Table/TableCell.d.ts +1 -1
- package/build/esm/Table/TableHead.d.ts +1 -1
- package/build/esm/Table/TableRow.d.ts +1 -1
- package/build/esm/Text/Text.d.ts +1 -1
- package/build/esm/TextField/FilledContainer.d.ts +1 -1
- package/build/esm/TextField/HelperText.d.ts +1 -1
- package/build/esm/TextField/Input.d.ts +1 -1
- package/build/esm/TextField/OutlinedContainer.d.ts +1 -1
- package/build/esm/TextField/TextField.d.ts +1 -1
- package/build/esm/Tooltip/Tooltip.d.ts +1 -1
- package/build/esm/theme/useTheme.d.ts +1 -425
- package/build/tsconfig.tsbuildinfo +100 -140
- package/package.json +10 -8
- package/src/Ripple/useRipple.ts +3 -3
- package/src/Snackbar/Stack.tsx +1 -0
|
@@ -5,4 +5,4 @@ export interface TooltipProps extends BoxProps, Omit<PopperProps, 'color' | 'anc
|
|
|
5
5
|
label: React.ReactNode;
|
|
6
6
|
disabled?: boolean;
|
|
7
7
|
}
|
|
8
|
-
export declare const Tooltip: React.ForwardRefExoticComponent<Pick<TooltipProps, "
|
|
8
|
+
export declare const Tooltip: React.ForwardRefExoticComponent<Pick<TooltipProps, "onKeyDown" | "onPointerDown" | "style" | "disabled" | "left" | "boxShadow" | "fontWeight" | "zIndex" | "alignContent" | "alignItems" | "alignSelf" | "backgroundColor" | "backgroundImage" | "backgroundPosition" | "backgroundRepeat" | "backgroundSize" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStyle" | "borderBottomWidth" | "borderLeftColor" | "borderLeftStyle" | "borderLeftWidth" | "borderRightColor" | "borderRightStyle" | "borderRightWidth" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStyle" | "borderTopWidth" | "bottom" | "color" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "opacity" | "order" | "overflowX" | "overflowY" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "textAlign" | "textShadow" | "top" | "translate" | "verticalAlign" | "width" | "background" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderStyle" | "borderTop" | "borderWidth" | "flex" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bg" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "p" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "hidden" | "gridColumnGap" | "gridGap" | "gridRowGap" | "size" | "as" | "sx" | "__css" | "variant" | "tx" | "theme" | "borderX" | "borderY" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "slot" | "spellCheck" | "tabIndex" | "title" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "label" | "innerAs" | "placement" | "strategy" | "modifiers" | "usePortal" | "portalSelector" | "skidding" | "distance" | "offsetFn" | "arrowPadding"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -3,428 +3,4 @@ declare module '@emotion/react' {
|
|
|
3
3
|
interface Theme extends MaterialTheme {
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
|
-
export declare function useTheme():
|
|
7
|
-
googleFonts: string;
|
|
8
|
-
colors: {
|
|
9
|
-
background: string;
|
|
10
|
-
surface: string;
|
|
11
|
-
error: string;
|
|
12
|
-
primary: string;
|
|
13
|
-
secondary: string;
|
|
14
|
-
muted: string;
|
|
15
|
-
on: {
|
|
16
|
-
primary: string;
|
|
17
|
-
secondary: string;
|
|
18
|
-
error: string;
|
|
19
|
-
background: string;
|
|
20
|
-
surface: string;
|
|
21
|
-
muted: string;
|
|
22
|
-
};
|
|
23
|
-
modes: {
|
|
24
|
-
dark: {
|
|
25
|
-
text: string;
|
|
26
|
-
background: string;
|
|
27
|
-
surface: string;
|
|
28
|
-
error: string;
|
|
29
|
-
primary: string;
|
|
30
|
-
secondary: string;
|
|
31
|
-
muted: string;
|
|
32
|
-
on: {
|
|
33
|
-
primary: string;
|
|
34
|
-
secondary: string;
|
|
35
|
-
error: string;
|
|
36
|
-
background: string;
|
|
37
|
-
surface: string;
|
|
38
|
-
muted: string;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
sizes: {
|
|
44
|
-
icon: string;
|
|
45
|
-
avatar: string;
|
|
46
|
-
};
|
|
47
|
-
radii: {
|
|
48
|
-
none: number;
|
|
49
|
-
default: string;
|
|
50
|
-
large: string;
|
|
51
|
-
circle: string;
|
|
52
|
-
};
|
|
53
|
-
shadows: {
|
|
54
|
-
0: string;
|
|
55
|
-
1: string;
|
|
56
|
-
2: string;
|
|
57
|
-
3: string;
|
|
58
|
-
4: string;
|
|
59
|
-
5: string;
|
|
60
|
-
6: string;
|
|
61
|
-
7: string;
|
|
62
|
-
8: string;
|
|
63
|
-
9: string;
|
|
64
|
-
10: string;
|
|
65
|
-
11: string;
|
|
66
|
-
12: string;
|
|
67
|
-
13: string;
|
|
68
|
-
14: string;
|
|
69
|
-
15: string;
|
|
70
|
-
16: string;
|
|
71
|
-
17: string;
|
|
72
|
-
18: string;
|
|
73
|
-
19: string;
|
|
74
|
-
20: string;
|
|
75
|
-
21: string;
|
|
76
|
-
22: string;
|
|
77
|
-
23: string;
|
|
78
|
-
24: string;
|
|
79
|
-
};
|
|
80
|
-
fonts: {
|
|
81
|
-
body: string;
|
|
82
|
-
heading: string;
|
|
83
|
-
monospace: string;
|
|
84
|
-
};
|
|
85
|
-
fontSizes: {
|
|
86
|
-
0: string;
|
|
87
|
-
1: string;
|
|
88
|
-
2: string;
|
|
89
|
-
3: string;
|
|
90
|
-
4: string;
|
|
91
|
-
5: string;
|
|
92
|
-
6: string;
|
|
93
|
-
7: string;
|
|
94
|
-
8: string;
|
|
95
|
-
9: string;
|
|
96
|
-
};
|
|
97
|
-
fontWeights: {
|
|
98
|
-
light: number;
|
|
99
|
-
regular: number;
|
|
100
|
-
medium: number;
|
|
101
|
-
};
|
|
102
|
-
lineHeights: {
|
|
103
|
-
body: number;
|
|
104
|
-
heading: number;
|
|
105
|
-
};
|
|
106
|
-
space: {
|
|
107
|
-
0: string;
|
|
108
|
-
1: string;
|
|
109
|
-
2: string;
|
|
110
|
-
3: string;
|
|
111
|
-
4: string;
|
|
112
|
-
5: string;
|
|
113
|
-
6: string;
|
|
114
|
-
7: string;
|
|
115
|
-
8: string;
|
|
116
|
-
};
|
|
117
|
-
text: {
|
|
118
|
-
caps: {
|
|
119
|
-
textTransform: string;
|
|
120
|
-
fontFamily: string;
|
|
121
|
-
lineHeight: string;
|
|
122
|
-
letterSpacing: string;
|
|
123
|
-
};
|
|
124
|
-
heading: {
|
|
125
|
-
fontFamily: string;
|
|
126
|
-
lineHeight: string;
|
|
127
|
-
};
|
|
128
|
-
display: {
|
|
129
|
-
fontFamily: string;
|
|
130
|
-
lineHeight: string;
|
|
131
|
-
};
|
|
132
|
-
h1: {
|
|
133
|
-
variant: string;
|
|
134
|
-
fontWeight: string;
|
|
135
|
-
fontSize: number;
|
|
136
|
-
letterSpacing: string;
|
|
137
|
-
};
|
|
138
|
-
h2: {
|
|
139
|
-
variant: string;
|
|
140
|
-
fontWeight: string;
|
|
141
|
-
fontSize: number;
|
|
142
|
-
letterSpacing: string;
|
|
143
|
-
};
|
|
144
|
-
h3: {
|
|
145
|
-
variant: string;
|
|
146
|
-
fontWeight: string;
|
|
147
|
-
fontSize: number;
|
|
148
|
-
letterSpacing: string;
|
|
149
|
-
};
|
|
150
|
-
h4: {
|
|
151
|
-
variant: string;
|
|
152
|
-
fontWeight: string;
|
|
153
|
-
fontSize: number;
|
|
154
|
-
letterSpacing: string;
|
|
155
|
-
};
|
|
156
|
-
h5: {
|
|
157
|
-
variant: string;
|
|
158
|
-
fontWeight: string;
|
|
159
|
-
fontSize: number;
|
|
160
|
-
letterSpacing: string;
|
|
161
|
-
};
|
|
162
|
-
h6: {
|
|
163
|
-
variant: string;
|
|
164
|
-
fontWeight: string;
|
|
165
|
-
fontSize: number;
|
|
166
|
-
letterSpacing: string;
|
|
167
|
-
};
|
|
168
|
-
subtitle1: {
|
|
169
|
-
variant: string;
|
|
170
|
-
fontWeight: string;
|
|
171
|
-
fontSize: number;
|
|
172
|
-
letterSpacing: string;
|
|
173
|
-
};
|
|
174
|
-
subtitle2: {
|
|
175
|
-
variant: string;
|
|
176
|
-
fontWeight: string;
|
|
177
|
-
fontSize: number;
|
|
178
|
-
letterSpacing: string;
|
|
179
|
-
};
|
|
180
|
-
body1: {
|
|
181
|
-
variant: string;
|
|
182
|
-
fontWeight: string;
|
|
183
|
-
fontSize: number;
|
|
184
|
-
letterSpacing: string;
|
|
185
|
-
};
|
|
186
|
-
body2: {
|
|
187
|
-
variant: string;
|
|
188
|
-
fontWeight: string;
|
|
189
|
-
fontSize: number;
|
|
190
|
-
letterSpacing: string;
|
|
191
|
-
};
|
|
192
|
-
button: {
|
|
193
|
-
variant: string;
|
|
194
|
-
fontSize: number;
|
|
195
|
-
fontWeight: string;
|
|
196
|
-
letterSpacing: string;
|
|
197
|
-
lineHeight: string;
|
|
198
|
-
};
|
|
199
|
-
caption: {
|
|
200
|
-
variant: string;
|
|
201
|
-
fontWeight: string;
|
|
202
|
-
fontSize: number;
|
|
203
|
-
letterSpacing: string;
|
|
204
|
-
};
|
|
205
|
-
overline: {
|
|
206
|
-
variant: string;
|
|
207
|
-
fontWeight: string;
|
|
208
|
-
fontSize: number;
|
|
209
|
-
letterSpacing: string;
|
|
210
|
-
};
|
|
211
|
-
};
|
|
212
|
-
appbar: {
|
|
213
|
-
variants: {
|
|
214
|
-
base: {
|
|
215
|
-
fontFamily: string;
|
|
216
|
-
fontSize: number;
|
|
217
|
-
};
|
|
218
|
-
default: {
|
|
219
|
-
variant: string;
|
|
220
|
-
backgroundColor: string;
|
|
221
|
-
color: string;
|
|
222
|
-
};
|
|
223
|
-
primary: {
|
|
224
|
-
variant: string;
|
|
225
|
-
backgroundColor: string;
|
|
226
|
-
color: string;
|
|
227
|
-
};
|
|
228
|
-
secondary: {
|
|
229
|
-
variant: string;
|
|
230
|
-
backgroundColor: string;
|
|
231
|
-
color: string;
|
|
232
|
-
};
|
|
233
|
-
transparent: {
|
|
234
|
-
variant: string;
|
|
235
|
-
backgroundColor: string;
|
|
236
|
-
color: string;
|
|
237
|
-
};
|
|
238
|
-
};
|
|
239
|
-
elevations: {
|
|
240
|
-
default: {};
|
|
241
|
-
elevated: {
|
|
242
|
-
boxShadow: number;
|
|
243
|
-
};
|
|
244
|
-
};
|
|
245
|
-
sizes: {
|
|
246
|
-
default: {
|
|
247
|
-
height: string;
|
|
248
|
-
p: number;
|
|
249
|
-
};
|
|
250
|
-
dense: {
|
|
251
|
-
height: string;
|
|
252
|
-
};
|
|
253
|
-
};
|
|
254
|
-
};
|
|
255
|
-
buttons: {
|
|
256
|
-
variants: {
|
|
257
|
-
base: {
|
|
258
|
-
variant: string;
|
|
259
|
-
borderRadius: string;
|
|
260
|
-
boxShadow: string;
|
|
261
|
-
py: number;
|
|
262
|
-
px: number;
|
|
263
|
-
height: string;
|
|
264
|
-
cursor: string;
|
|
265
|
-
outline: string;
|
|
266
|
-
};
|
|
267
|
-
text: {
|
|
268
|
-
variant: string;
|
|
269
|
-
px: number;
|
|
270
|
-
};
|
|
271
|
-
filled: {
|
|
272
|
-
variant: string;
|
|
273
|
-
};
|
|
274
|
-
outlined: {
|
|
275
|
-
variant: string;
|
|
276
|
-
};
|
|
277
|
-
fab: {
|
|
278
|
-
variant: string;
|
|
279
|
-
height: string;
|
|
280
|
-
maxHeight: string;
|
|
281
|
-
width: string;
|
|
282
|
-
maxWidth: string;
|
|
283
|
-
borderRadius: string;
|
|
284
|
-
};
|
|
285
|
-
'fab-mini': {
|
|
286
|
-
variant: string;
|
|
287
|
-
height: string;
|
|
288
|
-
maxHeight: string;
|
|
289
|
-
width: string;
|
|
290
|
-
maxWidth: string;
|
|
291
|
-
px: number;
|
|
292
|
-
};
|
|
293
|
-
'fab-extended': {
|
|
294
|
-
variant: string;
|
|
295
|
-
height: string;
|
|
296
|
-
px: string;
|
|
297
|
-
borderRadius: string;
|
|
298
|
-
};
|
|
299
|
-
icon: {
|
|
300
|
-
variant: string;
|
|
301
|
-
height: string;
|
|
302
|
-
maxHeight: string;
|
|
303
|
-
width: string;
|
|
304
|
-
maxWidth: string;
|
|
305
|
-
px: string;
|
|
306
|
-
borderRadius: string;
|
|
307
|
-
};
|
|
308
|
-
};
|
|
309
|
-
elevations: {
|
|
310
|
-
none: {};
|
|
311
|
-
contained: {
|
|
312
|
-
transition: string;
|
|
313
|
-
boxShadow: number;
|
|
314
|
-
':focus,:hover': {
|
|
315
|
-
boxShadow: number;
|
|
316
|
-
};
|
|
317
|
-
':active': {
|
|
318
|
-
boxShadow: number;
|
|
319
|
-
};
|
|
320
|
-
'&:disabled,&:disabled:hover,&:disabled:focus,&:disabled:active': {
|
|
321
|
-
boxShadow: number;
|
|
322
|
-
};
|
|
323
|
-
};
|
|
324
|
-
floating: {
|
|
325
|
-
transition: string;
|
|
326
|
-
boxShadow: number;
|
|
327
|
-
':focus,:hover': {
|
|
328
|
-
boxShadow: number;
|
|
329
|
-
};
|
|
330
|
-
':active': {
|
|
331
|
-
boxShadow: number;
|
|
332
|
-
};
|
|
333
|
-
'&:disabled,&:disabled:hover,&:disabled:focus,&:disabled:active': {
|
|
334
|
-
boxShadow: number;
|
|
335
|
-
};
|
|
336
|
-
};
|
|
337
|
-
};
|
|
338
|
-
overlays: {
|
|
339
|
-
transparent: {
|
|
340
|
-
hover: {
|
|
341
|
-
opacity: number;
|
|
342
|
-
};
|
|
343
|
-
focus: {
|
|
344
|
-
opacity: number;
|
|
345
|
-
};
|
|
346
|
-
pressed: {
|
|
347
|
-
opacity: number;
|
|
348
|
-
};
|
|
349
|
-
};
|
|
350
|
-
filled: {
|
|
351
|
-
hover: {
|
|
352
|
-
opacity: number;
|
|
353
|
-
};
|
|
354
|
-
focus: {
|
|
355
|
-
opacity: number;
|
|
356
|
-
};
|
|
357
|
-
pressed: {
|
|
358
|
-
opacity: number;
|
|
359
|
-
};
|
|
360
|
-
};
|
|
361
|
-
};
|
|
362
|
-
};
|
|
363
|
-
chips: {
|
|
364
|
-
variants: {
|
|
365
|
-
base: {
|
|
366
|
-
variant: string;
|
|
367
|
-
boxShadow: string;
|
|
368
|
-
py: number;
|
|
369
|
-
px: number;
|
|
370
|
-
height: string;
|
|
371
|
-
borderRadius: string;
|
|
372
|
-
outline: string;
|
|
373
|
-
transition: string;
|
|
374
|
-
};
|
|
375
|
-
filled: {
|
|
376
|
-
variant: string;
|
|
377
|
-
};
|
|
378
|
-
outlined: {
|
|
379
|
-
variant: string;
|
|
380
|
-
};
|
|
381
|
-
};
|
|
382
|
-
};
|
|
383
|
-
paper: {
|
|
384
|
-
overlays: {
|
|
385
|
-
'0': number;
|
|
386
|
-
'1': number;
|
|
387
|
-
'2': number;
|
|
388
|
-
'3': number;
|
|
389
|
-
'4': number;
|
|
390
|
-
'5': number;
|
|
391
|
-
'6': number;
|
|
392
|
-
'7': number;
|
|
393
|
-
'8': number;
|
|
394
|
-
'9': number;
|
|
395
|
-
'10': number;
|
|
396
|
-
'11': number;
|
|
397
|
-
'12': number;
|
|
398
|
-
'13': number;
|
|
399
|
-
'14': number;
|
|
400
|
-
'15': number;
|
|
401
|
-
'16': number;
|
|
402
|
-
'17': number;
|
|
403
|
-
'18': number;
|
|
404
|
-
'19': number;
|
|
405
|
-
'20': number;
|
|
406
|
-
'21': number;
|
|
407
|
-
'22': number;
|
|
408
|
-
'23': number;
|
|
409
|
-
'24': number;
|
|
410
|
-
};
|
|
411
|
-
};
|
|
412
|
-
zIndices: {
|
|
413
|
-
appBar: number;
|
|
414
|
-
drawer: number;
|
|
415
|
-
dialog: number;
|
|
416
|
-
snackbar: number;
|
|
417
|
-
tooltip: number;
|
|
418
|
-
};
|
|
419
|
-
styles: {
|
|
420
|
-
root: {
|
|
421
|
-
body: {
|
|
422
|
-
fontFamily: string;
|
|
423
|
-
fontWeight: string;
|
|
424
|
-
lineHeight: string;
|
|
425
|
-
backgroundColor: string;
|
|
426
|
-
color: string;
|
|
427
|
-
};
|
|
428
|
-
};
|
|
429
|
-
};
|
|
430
|
-
};
|
|
6
|
+
export declare function useTheme(): import("@emotion/react").Theme;
|