@okta/odyssey-react-mui 0.21.4 → 0.23.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/CHANGELOG.md +41 -0
- package/dist/Autocomplete.js +62 -0
- package/dist/Autocomplete.js.map +1 -0
- package/dist/Banner.js +3 -3
- package/dist/Banner.js.map +1 -1
- package/dist/Button.js +46 -0
- package/dist/Button.js.map +1 -0
- package/dist/CheckboxGroup.js +23 -35
- package/dist/CheckboxGroup.js.map +1 -1
- package/dist/Dialog.js +68 -0
- package/dist/Dialog.js.map +1 -0
- package/dist/Field.js +72 -0
- package/dist/Field.js.map +1 -0
- package/dist/FieldError.js +34 -0
- package/dist/FieldError.js.map +1 -0
- package/dist/FieldHint.js +29 -0
- package/dist/FieldHint.js.map +1 -0
- package/dist/FieldLabel.js +32 -0
- package/dist/FieldLabel.js.map +1 -0
- package/dist/Icon.js +7 -6
- package/dist/Icon.js.map +1 -1
- package/dist/Infobox.js +1 -1
- package/dist/Infobox.js.map +1 -1
- package/dist/Link.js +5 -2
- package/dist/Link.js.map +1 -1
- package/dist/MenuButton.js +5 -4
- package/dist/MenuButton.js.map +1 -1
- package/dist/MenuItem.js +0 -1
- package/dist/MenuItem.js.map +1 -1
- package/dist/MuiPropsChild.js +30 -0
- package/dist/MuiPropsChild.js.map +1 -0
- package/dist/MuiPropsContext.js +14 -0
- package/dist/MuiPropsContext.js.map +1 -0
- package/dist/PasswordField.js +73 -0
- package/dist/PasswordField.js.map +1 -0
- package/dist/RadioGroup.js +25 -26
- package/dist/RadioGroup.js.map +1 -1
- package/dist/SearchField.js +56 -0
- package/dist/SearchField.js.map +1 -0
- package/dist/Status.js.map +1 -1
- package/dist/Tag.js +28 -0
- package/dist/Tag.js.map +1 -0
- package/dist/TagList.js +26 -0
- package/dist/TagList.js.map +1 -0
- package/dist/TagListContext.js +16 -0
- package/dist/TagListContext.js.map +1 -0
- package/dist/TextField.js +36 -62
- package/dist/TextField.js.map +1 -1
- package/dist/Toast.js +72 -0
- package/dist/Toast.js.map +1 -0
- package/dist/ToastStack.js +33 -0
- package/dist/ToastStack.js.map +1 -0
- package/dist/Tooltip.js +20 -0
- package/dist/Tooltip.js.map +1 -0
- package/dist/iconDictionary/Add.js +4 -4
- package/dist/iconDictionary/Add.js.map +1 -1
- package/dist/iconDictionary/AddCircle.js +4 -4
- package/dist/iconDictionary/AddCircle.js.map +1 -1
- package/dist/iconDictionary/AlertCircle.js +4 -4
- package/dist/iconDictionary/AlertCircle.js.map +1 -1
- package/dist/iconDictionary/AlertCircleFilled.js +4 -4
- package/dist/iconDictionary/AlertCircleFilled.js.map +1 -1
- package/dist/iconDictionary/AlertTriangleFilled.js +4 -4
- package/dist/iconDictionary/AlertTriangleFilled.js.map +1 -1
- package/dist/iconDictionary/Anchor.js +5 -5
- package/dist/iconDictionary/Anchor.js.map +1 -1
- package/dist/iconDictionary/ArrowDown.js +4 -4
- package/dist/iconDictionary/ArrowDown.js.map +1 -1
- package/dist/iconDictionary/ArrowLeft.js +4 -4
- package/dist/iconDictionary/ArrowLeft.js.map +1 -1
- package/dist/iconDictionary/ArrowRight.js +4 -4
- package/dist/iconDictionary/ArrowRight.js.map +1 -1
- package/dist/iconDictionary/ArrowUp.js +4 -4
- package/dist/iconDictionary/ArrowUp.js.map +1 -1
- package/dist/iconDictionary/ArrowUpDown.js +4 -4
- package/dist/iconDictionary/ArrowUpDown.js.map +1 -1
- package/dist/iconDictionary/Calendar.js +4 -4
- package/dist/iconDictionary/Calendar.js.map +1 -1
- package/dist/iconDictionary/Check.js +4 -4
- package/dist/iconDictionary/Check.js.map +1 -1
- package/dist/iconDictionary/CheckCircleFilled.js +4 -4
- package/dist/iconDictionary/CheckCircleFilled.js.map +1 -1
- package/dist/iconDictionary/ChevronDown.js +4 -4
- package/dist/iconDictionary/ChevronDown.js.map +1 -1
- package/dist/iconDictionary/ChevronUp.js +4 -4
- package/dist/iconDictionary/ChevronUp.js.map +1 -1
- package/dist/iconDictionary/Close.js +4 -4
- package/dist/iconDictionary/Close.js.map +1 -1
- package/dist/iconDictionary/CloseCircleFilled.js +4 -4
- package/dist/iconDictionary/CloseCircleFilled.js.map +1 -1
- package/dist/iconDictionary/Copy.js +4 -4
- package/dist/iconDictionary/Copy.js.map +1 -1
- package/dist/iconDictionary/Delete.js +4 -4
- package/dist/iconDictionary/Delete.js.map +1 -1
- package/dist/iconDictionary/Download.js +4 -4
- package/dist/iconDictionary/Download.js.map +1 -1
- package/dist/iconDictionary/DragHandle.js +4 -4
- package/dist/iconDictionary/DragHandle.js.map +1 -1
- package/dist/iconDictionary/Edit.js +4 -4
- package/dist/iconDictionary/Edit.js.map +1 -1
- package/dist/iconDictionary/ExternalLink.js +4 -4
- package/dist/iconDictionary/ExternalLink.js.map +1 -1
- package/dist/iconDictionary/Eye.js +4 -4
- package/dist/iconDictionary/Eye.js.map +1 -1
- package/dist/iconDictionary/EyeOff.js +4 -4
- package/dist/iconDictionary/EyeOff.js.map +1 -1
- package/dist/iconDictionary/Filter.js +4 -4
- package/dist/iconDictionary/Filter.js.map +1 -1
- package/dist/iconDictionary/Globe.js +4 -4
- package/dist/iconDictionary/Globe.js.map +1 -1
- package/dist/iconDictionary/Home.js +4 -4
- package/dist/iconDictionary/Home.js.map +1 -1
- package/dist/iconDictionary/InformationCircle.js +4 -4
- package/dist/iconDictionary/InformationCircle.js.map +1 -1
- package/dist/iconDictionary/InformationCircleFilled.js +4 -4
- package/dist/iconDictionary/InformationCircleFilled.js.map +1 -1
- package/dist/iconDictionary/Notification.js +4 -4
- package/dist/iconDictionary/Notification.js.map +1 -1
- package/dist/iconDictionary/OverflowVertical.js +4 -4
- package/dist/iconDictionary/OverflowVertical.js.map +1 -1
- package/dist/iconDictionary/QuestionCircle.js +4 -4
- package/dist/iconDictionary/QuestionCircle.js.map +1 -1
- package/dist/iconDictionary/QuestionCircleFilled.js +4 -4
- package/dist/iconDictionary/QuestionCircleFilled.js.map +1 -1
- package/dist/iconDictionary/Search.js +4 -4
- package/dist/iconDictionary/Search.js.map +1 -1
- package/dist/iconDictionary/Settings.js +3 -3
- package/dist/iconDictionary/Settings.js.map +1 -1
- package/dist/iconDictionary/Subtract.js +4 -4
- package/dist/iconDictionary/Subtract.js.map +1 -1
- package/dist/iconDictionary/User.js +4 -4
- package/dist/iconDictionary/User.js.map +1 -1
- package/dist/iconDictionary/UserGroup.js +4 -4
- package/dist/iconDictionary/UserGroup.js.map +1 -1
- package/dist/iconDictionary/index.js.map +1 -1
- package/dist/index.js +11 -2
- package/dist/index.js.map +1 -1
- package/dist/src/Autocomplete.d.ts +28 -0
- package/dist/src/Autocomplete.d.ts.map +1 -0
- package/dist/src/Banner.d.ts +19 -19
- package/dist/src/Banner.d.ts.map +1 -1
- package/dist/src/Button.d.ts +32 -0
- package/dist/src/Button.d.ts.map +1 -0
- package/dist/src/CheckboxGroup.d.ts +7 -4
- package/dist/src/CheckboxGroup.d.ts.map +1 -1
- package/dist/src/Dialog.d.ts +25 -0
- package/dist/src/Dialog.d.ts.map +1 -0
- package/dist/src/Field.d.ts +65 -0
- package/dist/src/Field.d.ts.map +1 -0
- package/dist/src/FieldError.d.ts +19 -0
- package/dist/src/FieldError.d.ts.map +1 -0
- package/dist/src/FieldHint.d.ts +19 -0
- package/dist/src/FieldHint.d.ts.map +1 -0
- package/dist/src/FieldLabel.d.ts +23 -0
- package/dist/src/FieldLabel.d.ts.map +1 -0
- package/dist/src/Icon.d.ts +6 -7
- package/dist/src/Icon.d.ts.map +1 -1
- package/dist/src/Infobox.d.ts +7 -7
- package/dist/src/Infobox.d.ts.map +1 -1
- package/dist/src/Link.d.ts +9 -4
- package/dist/src/Link.d.ts.map +1 -1
- package/dist/src/MenuButton.d.ts +7 -3
- package/dist/src/MenuButton.d.ts.map +1 -1
- package/dist/src/MenuItem.d.ts +1 -1
- package/dist/src/MenuItem.d.ts.map +1 -1
- package/dist/src/MuiPropsChild.d.ts +18 -0
- package/dist/src/MuiPropsChild.d.ts.map +1 -0
- package/dist/src/MuiPropsContext.d.ts +15 -0
- package/dist/src/MuiPropsContext.d.ts.map +1 -0
- package/dist/src/PasswordField.d.ts +75 -0
- package/dist/src/PasswordField.d.ts.map +1 -0
- package/dist/src/RadioGroup.d.ts +8 -8
- package/dist/src/RadioGroup.d.ts.map +1 -1
- package/dist/src/SearchField.d.ts +59 -0
- package/dist/src/SearchField.d.ts.map +1 -0
- package/dist/src/Status.d.ts +2 -2
- package/dist/src/Status.d.ts.map +1 -1
- package/dist/src/Tag.d.ts +22 -0
- package/dist/src/Tag.d.ts.map +1 -0
- package/dist/src/TagList.d.ts +19 -0
- package/dist/src/TagList.d.ts.map +1 -0
- package/dist/src/TagListContext.d.ts +18 -0
- package/dist/src/TagListContext.d.ts.map +1 -0
- package/dist/src/TextField.d.ts +16 -20
- package/dist/src/TextField.d.ts.map +1 -1
- package/dist/src/Toast.d.ts +60 -0
- package/dist/src/Toast.d.ts.map +1 -0
- package/dist/src/ToastStack.d.ts +19 -0
- package/dist/src/ToastStack.d.ts.map +1 -0
- package/dist/src/Tooltip.d.ts +21 -0
- package/dist/src/Tooltip.d.ts.map +1 -0
- package/dist/src/iconDictionary/Add.d.ts +2 -2
- package/dist/src/iconDictionary/AddCircle.d.ts +2 -2
- package/dist/src/iconDictionary/AlertCircle.d.ts +2 -2
- package/dist/src/iconDictionary/AlertCircleFilled.d.ts +2 -2
- package/dist/src/iconDictionary/AlertTriangleFilled.d.ts +2 -2
- package/dist/src/iconDictionary/Anchor.d.ts +2 -2
- package/dist/src/iconDictionary/ArrowDown.d.ts +2 -2
- package/dist/src/iconDictionary/ArrowLeft.d.ts +2 -2
- package/dist/src/iconDictionary/ArrowRight.d.ts +2 -2
- package/dist/src/iconDictionary/ArrowUp.d.ts +2 -2
- package/dist/src/iconDictionary/ArrowUpDown.d.ts +2 -2
- package/dist/src/iconDictionary/Calendar.d.ts +2 -2
- package/dist/src/iconDictionary/Check.d.ts +2 -2
- package/dist/src/iconDictionary/CheckCircleFilled.d.ts +2 -2
- package/dist/src/iconDictionary/ChevronDown.d.ts +2 -2
- package/dist/src/iconDictionary/ChevronUp.d.ts +2 -2
- package/dist/src/iconDictionary/Close.d.ts +2 -2
- package/dist/src/iconDictionary/CloseCircleFilled.d.ts +2 -2
- package/dist/src/iconDictionary/Copy.d.ts +2 -2
- package/dist/src/iconDictionary/Delete.d.ts +2 -2
- package/dist/src/iconDictionary/Download.d.ts +2 -2
- package/dist/src/iconDictionary/DragHandle.d.ts +2 -2
- package/dist/src/iconDictionary/Edit.d.ts +2 -2
- package/dist/src/iconDictionary/ExternalLink.d.ts +2 -2
- package/dist/src/iconDictionary/Eye.d.ts +2 -2
- package/dist/src/iconDictionary/EyeOff.d.ts +2 -2
- package/dist/src/iconDictionary/Filter.d.ts +2 -2
- package/dist/src/iconDictionary/Globe.d.ts +2 -2
- package/dist/src/iconDictionary/Home.d.ts +2 -2
- package/dist/src/iconDictionary/InformationCircle.d.ts +2 -2
- package/dist/src/iconDictionary/InformationCircleFilled.d.ts +2 -2
- package/dist/src/iconDictionary/Notification.d.ts +2 -2
- package/dist/src/iconDictionary/OverflowVertical.d.ts +2 -2
- package/dist/src/iconDictionary/QuestionCircle.d.ts +2 -2
- package/dist/src/iconDictionary/QuestionCircleFilled.d.ts +2 -2
- package/dist/src/iconDictionary/Search.d.ts +2 -2
- package/dist/src/iconDictionary/Settings.d.ts +2 -2
- package/dist/src/iconDictionary/Subtract.d.ts +2 -2
- package/dist/src/iconDictionary/User.d.ts +2 -2
- package/dist/src/iconDictionary/UserGroup.d.ts +2 -2
- package/dist/src/iconDictionary/index.d.ts +40 -40
- package/dist/src/index.d.ts +14 -5
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/theme/components.d.ts.map +1 -1
- package/dist/src/theme/components.types.d.ts +0 -8
- package/dist/src/theme/components.types.d.ts.map +1 -1
- package/dist/theme/components.js +249 -136
- package/dist/theme/components.js.map +1 -1
- package/dist/theme/components.types.js.map +1 -1
- package/dist/tsconfig.production.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/Autocomplete.tsx +141 -0
- package/src/Banner.tsx +21 -21
- package/src/Button.tsx +95 -0
- package/src/CheckboxGroup.tsx +27 -34
- package/src/Dialog.tsx +110 -0
- package/src/Field.tsx +135 -0
- package/src/FieldError.tsx +34 -0
- package/src/FieldHint.tsx +28 -0
- package/src/FieldLabel.tsx +57 -0
- package/src/Icon.test.tsx +1 -1
- package/src/Icon.tsx +24 -7
- package/src/Infobox.tsx +7 -7
- package/src/Link.tsx +14 -6
- package/src/MenuButton.tsx +10 -6
- package/src/MenuItem.tsx +0 -1
- package/src/MuiPropsChild.tsx +41 -0
- package/src/MuiPropsContext.ts +17 -0
- package/src/OdysseyCacheProvider.test.tsx +1 -1
- package/src/PasswordField.tsx +180 -0
- package/src/RadioGroup.tsx +31 -46
- package/src/SearchField.tsx +138 -0
- package/src/Status.tsx +2 -2
- package/src/Tag.tsx +41 -0
- package/src/TagList.tsx +43 -0
- package/src/TagListContext.tsx +23 -0
- package/src/TextField.tsx +64 -111
- package/src/Toast.tsx +138 -0
- package/src/ToastStack.tsx +33 -0
- package/src/Tooltip.tsx +39 -0
- package/src/iconDictionary/Add.tsx +3 -3
- package/src/iconDictionary/AddCircle.tsx +3 -3
- package/src/iconDictionary/AlertCircle.tsx +3 -3
- package/src/iconDictionary/AlertCircleFilled.tsx +3 -3
- package/src/iconDictionary/AlertTriangleFilled.tsx +3 -3
- package/src/iconDictionary/Anchor.tsx +3 -3
- package/src/iconDictionary/ArrowDown.tsx +3 -3
- package/src/iconDictionary/ArrowLeft.tsx +3 -3
- package/src/iconDictionary/ArrowRight.tsx +3 -3
- package/src/iconDictionary/ArrowUp.tsx +3 -3
- package/src/iconDictionary/ArrowUpDown.tsx +3 -3
- package/src/iconDictionary/Calendar.tsx +3 -3
- package/src/iconDictionary/Check.tsx +3 -3
- package/src/iconDictionary/CheckCircleFilled.tsx +3 -3
- package/src/iconDictionary/ChevronDown.tsx +3 -3
- package/src/iconDictionary/ChevronUp.tsx +3 -3
- package/src/iconDictionary/Close.tsx +3 -3
- package/src/iconDictionary/CloseCircleFilled.tsx +3 -3
- package/src/iconDictionary/Copy.tsx +3 -3
- package/src/iconDictionary/Delete.tsx +3 -3
- package/src/iconDictionary/Download.tsx +3 -3
- package/src/iconDictionary/DragHandle.tsx +3 -3
- package/src/iconDictionary/Edit.tsx +3 -3
- package/src/iconDictionary/ExternalLink.tsx +3 -3
- package/src/iconDictionary/Eye.tsx +3 -3
- package/src/iconDictionary/EyeOff.tsx +3 -3
- package/src/iconDictionary/Filter.tsx +3 -3
- package/src/iconDictionary/Globe.tsx +3 -3
- package/src/iconDictionary/Home.tsx +3 -3
- package/src/iconDictionary/InformationCircle.tsx +3 -3
- package/src/iconDictionary/InformationCircleFilled.tsx +3 -3
- package/src/iconDictionary/Notification.tsx +3 -3
- package/src/iconDictionary/OverflowVertical.tsx +3 -3
- package/src/iconDictionary/QuestionCircle.tsx +3 -3
- package/src/iconDictionary/QuestionCircleFilled.tsx +3 -3
- package/src/iconDictionary/Search.tsx +3 -3
- package/src/iconDictionary/Settings.tsx +2 -2
- package/src/iconDictionary/Subtract.tsx +3 -3
- package/src/iconDictionary/User.tsx +3 -3
- package/src/iconDictionary/UserGroup.tsx +3 -3
- package/src/iconDictionary/index.ts +1 -1
- package/src/index.ts +10 -14
- package/src/theme/components.tsx +119 -27
- package/src/theme/components.types.ts +0 -8
- package/dist/PasswordInput.js +0 -87
- package/dist/PasswordInput.js.map +0 -1
- package/dist/src/PasswordInput.d.ts +0 -21
- package/dist/src/PasswordInput.d.ts.map +0 -1
- package/src/PasswordInput.test.tsx +0 -51
- package/src/PasswordInput.tsx +0 -111
package/dist/theme/components.js
CHANGED
|
@@ -25,7 +25,7 @@ import { tableHeadClasses } from "@mui/material/TableHead";
|
|
|
25
25
|
import { tableRowClasses } from "@mui/material/TableRow";
|
|
26
26
|
import { tableSortLabelClasses } from "@mui/material/TableSortLabel";
|
|
27
27
|
import { tooltipClasses } from "@mui/material/Tooltip";
|
|
28
|
-
import { AlertTriangleFilledIcon, ArrowDownIcon, CheckIcon, CheckCircleFilledIcon, ChevronDownIcon, CloseCircleFilledIcon, InformationCircleFilledIcon, SubtractIcon } from "../iconDictionary/index.js";
|
|
28
|
+
import { AlertTriangleFilledIcon, ArrowDownIcon, CheckIcon, CheckCircleFilledIcon, ChevronDownIcon, CloseCircleFilledIcon, CloseIcon, InformationCircleFilledIcon, SubtractIcon } from "../iconDictionary/index.js";
|
|
29
29
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
30
30
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|
|
31
31
|
export const components = {
|
|
@@ -158,12 +158,97 @@ export const components = {
|
|
|
158
158
|
}
|
|
159
159
|
}
|
|
160
160
|
},
|
|
161
|
+
MuiAutocomplete: {
|
|
162
|
+
defaultProps: {
|
|
163
|
+
autoHighlight: true,
|
|
164
|
+
autoSelect: false,
|
|
165
|
+
blurOnSelect: false,
|
|
166
|
+
clearIcon: _jsx(CloseIcon, {}),
|
|
167
|
+
clearOnEscape: true,
|
|
168
|
+
disableClearable: false,
|
|
169
|
+
disabledItemsFocusable: false,
|
|
170
|
+
disableListWrap: false,
|
|
171
|
+
disablePortal: false,
|
|
172
|
+
filterSelectedOptions: false,
|
|
173
|
+
fullWidth: false,
|
|
174
|
+
handleHomeEndKeys: true,
|
|
175
|
+
includeInputInList: true,
|
|
176
|
+
limitTags: -1,
|
|
177
|
+
openOnFocus: false,
|
|
178
|
+
popupIcon: _jsx(ChevronDownIcon, {}),
|
|
179
|
+
selectOnFocus: true
|
|
180
|
+
},
|
|
181
|
+
styleOverrides: {
|
|
182
|
+
clearIndicator: _ref6 => {
|
|
183
|
+
let {
|
|
184
|
+
theme
|
|
185
|
+
} = _ref6;
|
|
186
|
+
return {
|
|
187
|
+
marginRight: "unset",
|
|
188
|
+
padding: theme.spacing(1)
|
|
189
|
+
};
|
|
190
|
+
},
|
|
191
|
+
endAdornment: _ref7 => {
|
|
192
|
+
let {
|
|
193
|
+
theme,
|
|
194
|
+
ownerState
|
|
195
|
+
} = _ref7;
|
|
196
|
+
return {
|
|
197
|
+
display: "flex",
|
|
198
|
+
gap: theme.spacing(1),
|
|
199
|
+
top: `calc(${theme.spacing(2)} - ${theme.mixins.borderWidth})`,
|
|
200
|
+
right: theme.spacing(2),
|
|
201
|
+
maxHeight: "unset",
|
|
202
|
+
alignItems: "center",
|
|
203
|
+
whiteSpace: "nowrap",
|
|
204
|
+
color: theme.palette.action.active,
|
|
205
|
+
...(ownerState.disabled === true && {
|
|
206
|
+
display: "none"
|
|
207
|
+
}),
|
|
208
|
+
...(ownerState.readOnly === true && {
|
|
209
|
+
display: "none"
|
|
210
|
+
})
|
|
211
|
+
};
|
|
212
|
+
},
|
|
213
|
+
loading: _ref8 => {
|
|
214
|
+
let {
|
|
215
|
+
theme
|
|
216
|
+
} = _ref8;
|
|
217
|
+
return {
|
|
218
|
+
paddingBlock: theme.spacing(3),
|
|
219
|
+
paddingInline: theme.spacing(4)
|
|
220
|
+
};
|
|
221
|
+
},
|
|
222
|
+
popupIndicator: _ref9 => {
|
|
223
|
+
let {
|
|
224
|
+
theme
|
|
225
|
+
} = _ref9;
|
|
226
|
+
return {
|
|
227
|
+
padding: theme.spacing(1),
|
|
228
|
+
marginRight: "unset"
|
|
229
|
+
};
|
|
230
|
+
},
|
|
231
|
+
inputRoot: _ref10 => {
|
|
232
|
+
let {
|
|
233
|
+
theme,
|
|
234
|
+
ownerState
|
|
235
|
+
} = _ref10;
|
|
236
|
+
return { ...(ownerState.readOnly === true && {
|
|
237
|
+
backgroundColor: theme.palette.grey[50],
|
|
238
|
+
[`&:not(:hover)`]: {
|
|
239
|
+
borderColor: "transparent"
|
|
240
|
+
}
|
|
241
|
+
})
|
|
242
|
+
};
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
},
|
|
161
246
|
MuiBackdrop: {
|
|
162
247
|
styleOverrides: {
|
|
163
|
-
root:
|
|
248
|
+
root: _ref11 => {
|
|
164
249
|
let {
|
|
165
250
|
ownerState
|
|
166
|
-
} =
|
|
251
|
+
} = _ref11;
|
|
167
252
|
return {
|
|
168
253
|
backgroundColor: "rgba(29,29,33,0.75)",
|
|
169
254
|
...(ownerState.invisible === true && {
|
|
@@ -182,10 +267,10 @@ export const components = {
|
|
|
182
267
|
props: {
|
|
183
268
|
variant: "primary"
|
|
184
269
|
},
|
|
185
|
-
style:
|
|
270
|
+
style: _ref12 => {
|
|
186
271
|
let {
|
|
187
272
|
theme
|
|
188
|
-
} =
|
|
273
|
+
} = _ref12;
|
|
189
274
|
return {
|
|
190
275
|
fontWeight: 600,
|
|
191
276
|
color: theme.palette.common.white,
|
|
@@ -199,7 +284,8 @@ export const components = {
|
|
|
199
284
|
},
|
|
200
285
|
"&:disabled": {
|
|
201
286
|
color: theme.palette.common.white,
|
|
202
|
-
backgroundColor: theme.palette.primary.light
|
|
287
|
+
backgroundColor: theme.palette.primary.light,
|
|
288
|
+
pointerEvents: "initial"
|
|
203
289
|
}
|
|
204
290
|
};
|
|
205
291
|
}
|
|
@@ -207,10 +293,10 @@ export const components = {
|
|
|
207
293
|
props: {
|
|
208
294
|
variant: "secondary"
|
|
209
295
|
},
|
|
210
|
-
style:
|
|
296
|
+
style: _ref13 => {
|
|
211
297
|
let {
|
|
212
298
|
theme
|
|
213
|
-
} =
|
|
299
|
+
} = _ref13;
|
|
214
300
|
return {
|
|
215
301
|
backgroundColor: theme.palette.grey[50],
|
|
216
302
|
borderColor: theme.palette.grey[200],
|
|
@@ -234,10 +320,10 @@ export const components = {
|
|
|
234
320
|
props: {
|
|
235
321
|
variant: "danger"
|
|
236
322
|
},
|
|
237
|
-
style:
|
|
323
|
+
style: _ref14 => {
|
|
238
324
|
let {
|
|
239
325
|
theme
|
|
240
|
-
} =
|
|
326
|
+
} = _ref14;
|
|
241
327
|
return {
|
|
242
328
|
backgroundColor: theme.palette.error.main,
|
|
243
329
|
color: theme.palette.common.white,
|
|
@@ -262,10 +348,10 @@ export const components = {
|
|
|
262
348
|
props: {
|
|
263
349
|
variant: "floating"
|
|
264
350
|
},
|
|
265
|
-
style:
|
|
351
|
+
style: _ref15 => {
|
|
266
352
|
let {
|
|
267
353
|
theme
|
|
268
|
-
} =
|
|
354
|
+
} = _ref15;
|
|
269
355
|
return {
|
|
270
356
|
backgroundColor: "transparent",
|
|
271
357
|
color: theme.palette.text.primary,
|
|
@@ -287,12 +373,12 @@ export const components = {
|
|
|
287
373
|
}
|
|
288
374
|
}, {
|
|
289
375
|
props: {
|
|
290
|
-
size: "
|
|
376
|
+
size: "small"
|
|
291
377
|
},
|
|
292
|
-
style:
|
|
378
|
+
style: _ref16 => {
|
|
293
379
|
let {
|
|
294
380
|
theme
|
|
295
|
-
} =
|
|
381
|
+
} = _ref16;
|
|
296
382
|
return {
|
|
297
383
|
paddingBlock: `calc(${theme.spacing(2)} - 1px)`,
|
|
298
384
|
paddingInline: `calc(${theme.spacing(2)} - 1px)`,
|
|
@@ -301,12 +387,12 @@ export const components = {
|
|
|
301
387
|
}
|
|
302
388
|
}, {
|
|
303
389
|
props: {
|
|
304
|
-
size: "
|
|
390
|
+
size: "large"
|
|
305
391
|
},
|
|
306
|
-
style:
|
|
392
|
+
style: _ref17 => {
|
|
307
393
|
let {
|
|
308
394
|
theme
|
|
309
|
-
} =
|
|
395
|
+
} = _ref17;
|
|
310
396
|
return {
|
|
311
397
|
paddingBlock: `calc(${theme.spacing(4)} - 1px)`,
|
|
312
398
|
paddingInline: `calc(${theme.spacing(4)} - 1px)`
|
|
@@ -316,10 +402,10 @@ export const components = {
|
|
|
316
402
|
props: {
|
|
317
403
|
fullWidth: true
|
|
318
404
|
},
|
|
319
|
-
style:
|
|
405
|
+
style: _ref18 => {
|
|
320
406
|
let {
|
|
321
407
|
theme
|
|
322
|
-
} =
|
|
408
|
+
} = _ref18;
|
|
323
409
|
return {
|
|
324
410
|
display: "block",
|
|
325
411
|
width: "100%",
|
|
@@ -342,10 +428,10 @@ export const components = {
|
|
|
342
428
|
}
|
|
343
429
|
}],
|
|
344
430
|
styleOverrides: {
|
|
345
|
-
root:
|
|
431
|
+
root: _ref19 => {
|
|
346
432
|
let {
|
|
347
433
|
theme
|
|
348
|
-
} =
|
|
434
|
+
} = _ref19;
|
|
349
435
|
return {
|
|
350
436
|
fontWeight: 600,
|
|
351
437
|
minWidth: "unset",
|
|
@@ -373,7 +459,10 @@ export const components = {
|
|
|
373
459
|
},
|
|
374
460
|
"&:disabled": {
|
|
375
461
|
cursor: "not-allowed",
|
|
376
|
-
pointerEvents: "
|
|
462
|
+
pointerEvents: "initial"
|
|
463
|
+
},
|
|
464
|
+
"&:disabled:active": {
|
|
465
|
+
pointerEvents: "none"
|
|
377
466
|
},
|
|
378
467
|
[`.${buttonClasses.startIcon}, .${buttonClasses.endIcon}`]: {
|
|
379
468
|
"& > *:nth-of-type(1)": {
|
|
@@ -382,11 +471,11 @@ export const components = {
|
|
|
382
471
|
}
|
|
383
472
|
};
|
|
384
473
|
},
|
|
385
|
-
endIcon:
|
|
474
|
+
endIcon: _ref20 => {
|
|
386
475
|
let {
|
|
387
476
|
theme,
|
|
388
477
|
ownerState
|
|
389
|
-
} =
|
|
478
|
+
} = _ref20;
|
|
390
479
|
return {
|
|
391
480
|
display: "inline-flex",
|
|
392
481
|
margin: 0,
|
|
@@ -396,11 +485,11 @@ export const components = {
|
|
|
396
485
|
})
|
|
397
486
|
};
|
|
398
487
|
},
|
|
399
|
-
startIcon:
|
|
488
|
+
startIcon: _ref21 => {
|
|
400
489
|
let {
|
|
401
490
|
theme,
|
|
402
491
|
ownerState
|
|
403
|
-
} =
|
|
492
|
+
} = _ref21;
|
|
404
493
|
return {
|
|
405
494
|
display: "inline-flex",
|
|
406
495
|
margin: 0,
|
|
@@ -425,10 +514,10 @@ export const components = {
|
|
|
425
514
|
indeterminateIcon: _jsx(SubtractIcon, {})
|
|
426
515
|
},
|
|
427
516
|
styleOverrides: {
|
|
428
|
-
root:
|
|
517
|
+
root: _ref22 => {
|
|
429
518
|
let {
|
|
430
519
|
theme
|
|
431
|
-
} =
|
|
520
|
+
} = _ref22;
|
|
432
521
|
return {
|
|
433
522
|
width: `${theme.typography.ui.lineHeight}em`,
|
|
434
523
|
height: `${theme.typography.ui.lineHeight}em`,
|
|
@@ -443,8 +532,6 @@ export const components = {
|
|
|
443
532
|
}),
|
|
444
533
|
".MuiSvgIcon-root": {
|
|
445
534
|
color: theme.palette.common.white,
|
|
446
|
-
width: "0.5em",
|
|
447
|
-
height: "0.5em",
|
|
448
535
|
transition: theme.transitions.create(["color"], {
|
|
449
536
|
duration: theme.transitions.duration.short
|
|
450
537
|
})
|
|
@@ -504,11 +591,11 @@ export const components = {
|
|
|
504
591
|
deleteIcon: _jsx(CloseCircleFilledIcon, {})
|
|
505
592
|
},
|
|
506
593
|
styleOverrides: {
|
|
507
|
-
root:
|
|
594
|
+
root: _ref23 => {
|
|
508
595
|
let {
|
|
509
596
|
theme,
|
|
510
597
|
ownerState
|
|
511
|
-
} =
|
|
598
|
+
} = _ref23;
|
|
512
599
|
return {
|
|
513
600
|
height: "auto",
|
|
514
601
|
paddingBlock: theme.spacing(2),
|
|
@@ -520,17 +607,6 @@ export const components = {
|
|
|
520
607
|
...(ownerState.onDelete && {
|
|
521
608
|
paddingInlineEnd: theme.spacing(2)
|
|
522
609
|
}),
|
|
523
|
-
[`& .${chipClasses.deleteIcon}`]: {
|
|
524
|
-
WebkitTapHighlightColor: "transparent",
|
|
525
|
-
color: theme.palette.text.secondary,
|
|
526
|
-
fontSize: "1em",
|
|
527
|
-
cursor: "pointer",
|
|
528
|
-
margin: "0",
|
|
529
|
-
marginInlineStart: theme.spacing(2),
|
|
530
|
-
"&:hover": {
|
|
531
|
-
color: theme.palette.text.primary
|
|
532
|
-
}
|
|
533
|
-
},
|
|
534
610
|
[`&.${chipClasses.disabled}`]: {
|
|
535
611
|
opacity: 1,
|
|
536
612
|
pointerEvents: "none",
|
|
@@ -582,11 +658,33 @@ export const components = {
|
|
|
582
658
|
backgroundColor: theme.palette.warning.main
|
|
583
659
|
}
|
|
584
660
|
}
|
|
585
|
-
})
|
|
661
|
+
}),
|
|
662
|
+
[`.${inputBaseClasses.root}.${inputBaseClasses.disabled} &`]: {
|
|
663
|
+
backgroundColor: theme.palette.grey[200]
|
|
664
|
+
}
|
|
586
665
|
};
|
|
587
666
|
},
|
|
588
667
|
label: {
|
|
589
668
|
padding: 0
|
|
669
|
+
},
|
|
670
|
+
deleteIcon: _ref24 => {
|
|
671
|
+
let {
|
|
672
|
+
theme
|
|
673
|
+
} = _ref24;
|
|
674
|
+
return {
|
|
675
|
+
WebkitTapHighlightColor: "transparent",
|
|
676
|
+
color: theme.palette.text.secondary,
|
|
677
|
+
fontSize: "1em",
|
|
678
|
+
cursor: "pointer",
|
|
679
|
+
margin: "0",
|
|
680
|
+
marginInlineStart: theme.spacing(2),
|
|
681
|
+
"&:hover": {
|
|
682
|
+
color: theme.palette.text.primary
|
|
683
|
+
},
|
|
684
|
+
[`.${inputBaseClasses.root}.${inputBaseClasses.disabled} &`]: {
|
|
685
|
+
display: "none"
|
|
686
|
+
}
|
|
687
|
+
};
|
|
590
688
|
}
|
|
591
689
|
}
|
|
592
690
|
},
|
|
@@ -599,20 +697,20 @@ export const components = {
|
|
|
599
697
|
variant: "indeterminate"
|
|
600
698
|
},
|
|
601
699
|
styleOverrides: {
|
|
602
|
-
root:
|
|
700
|
+
root: _ref25 => {
|
|
603
701
|
let {
|
|
604
702
|
theme,
|
|
605
703
|
ownerState
|
|
606
|
-
} =
|
|
704
|
+
} = _ref25;
|
|
607
705
|
return { ...(ownerState.color !== "inherit" && {
|
|
608
706
|
color: theme.palette.primary.dark
|
|
609
707
|
})
|
|
610
708
|
};
|
|
611
709
|
},
|
|
612
|
-
circle:
|
|
710
|
+
circle: _ref26 => {
|
|
613
711
|
let {
|
|
614
712
|
ownerState
|
|
615
|
-
} =
|
|
713
|
+
} = _ref26;
|
|
616
714
|
return { ...(ownerState.variant === "indeterminate" && {
|
|
617
715
|
strokeDasharray: "160%, 360%"
|
|
618
716
|
})
|
|
@@ -629,10 +727,10 @@ export const components = {
|
|
|
629
727
|
},
|
|
630
728
|
MuiScopedCssBaseline: {
|
|
631
729
|
styleOverrides: {
|
|
632
|
-
root:
|
|
730
|
+
root: _ref27 => {
|
|
633
731
|
let {
|
|
634
732
|
theme
|
|
635
|
-
} =
|
|
733
|
+
} = _ref27;
|
|
636
734
|
return {
|
|
637
735
|
abbr: {
|
|
638
736
|
borderBottomWidth: "1px",
|
|
@@ -898,10 +996,10 @@ export const components = {
|
|
|
898
996
|
scroll: "paper"
|
|
899
997
|
},
|
|
900
998
|
styleOverrides: {
|
|
901
|
-
paper:
|
|
999
|
+
paper: _ref28 => {
|
|
902
1000
|
let {
|
|
903
1001
|
theme
|
|
904
|
-
} =
|
|
1002
|
+
} = _ref28;
|
|
905
1003
|
return {
|
|
906
1004
|
maxWidth: `calc(${theme.mixins.maxWidth} + (${theme.spacing(6)} * 2))`,
|
|
907
1005
|
boxShadow: "none",
|
|
@@ -912,10 +1010,10 @@ export const components = {
|
|
|
912
1010
|
},
|
|
913
1011
|
MuiDialogActions: {
|
|
914
1012
|
styleOverrides: {
|
|
915
|
-
root:
|
|
1013
|
+
root: _ref29 => {
|
|
916
1014
|
let {
|
|
917
1015
|
theme
|
|
918
|
-
} =
|
|
1016
|
+
} = _ref29;
|
|
919
1017
|
return {
|
|
920
1018
|
paddingBlockStart: theme.spacing(4),
|
|
921
1019
|
paddingBlockEnd: theme.spacing(6),
|
|
@@ -926,15 +1024,18 @@ export const components = {
|
|
|
926
1024
|
},
|
|
927
1025
|
MuiDialogContent: {
|
|
928
1026
|
styleOverrides: {
|
|
929
|
-
root:
|
|
1027
|
+
root: _ref30 => {
|
|
930
1028
|
let {
|
|
931
1029
|
theme,
|
|
932
1030
|
ownerState
|
|
933
|
-
} =
|
|
1031
|
+
} = _ref30;
|
|
934
1032
|
return {
|
|
935
1033
|
padding: 0,
|
|
936
1034
|
paddingBlock: theme.spacing(4),
|
|
937
1035
|
paddingInline: theme.spacing(6),
|
|
1036
|
+
"&:last-child": {
|
|
1037
|
+
paddingBlockEnd: theme.spacing(6)
|
|
1038
|
+
},
|
|
938
1039
|
...(ownerState.dividers === false && {
|
|
939
1040
|
[`& + .${dialogActionsClasses.root}`]: {
|
|
940
1041
|
paddingBlockStart: theme.spacing(4)
|
|
@@ -949,10 +1050,10 @@ export const components = {
|
|
|
949
1050
|
color: "text.primary"
|
|
950
1051
|
},
|
|
951
1052
|
styleOverrides: {
|
|
952
|
-
root:
|
|
1053
|
+
root: _ref31 => {
|
|
953
1054
|
let {
|
|
954
1055
|
theme
|
|
955
|
-
} =
|
|
1056
|
+
} = _ref31;
|
|
956
1057
|
return {
|
|
957
1058
|
marginBlockEnd: theme.spacing(5),
|
|
958
1059
|
"&:last-child": {
|
|
@@ -968,10 +1069,10 @@ export const components = {
|
|
|
968
1069
|
variant: "h5"
|
|
969
1070
|
},
|
|
970
1071
|
styleOverrides: {
|
|
971
|
-
root:
|
|
1072
|
+
root: _ref32 => {
|
|
972
1073
|
let {
|
|
973
1074
|
theme
|
|
974
|
-
} =
|
|
1075
|
+
} = _ref32;
|
|
975
1076
|
return {
|
|
976
1077
|
display: "flex",
|
|
977
1078
|
justifyContent: "space-between",
|
|
@@ -990,11 +1091,11 @@ export const components = {
|
|
|
990
1091
|
margin: "normal"
|
|
991
1092
|
},
|
|
992
1093
|
styleOverrides: {
|
|
993
|
-
root:
|
|
1094
|
+
root: _ref33 => {
|
|
994
1095
|
let {
|
|
995
1096
|
ownerState,
|
|
996
1097
|
theme
|
|
997
|
-
} =
|
|
1098
|
+
} = _ref33;
|
|
998
1099
|
return {
|
|
999
1100
|
width: "100%",
|
|
1000
1101
|
maxWidth: "32rem",
|
|
@@ -1021,11 +1122,11 @@ export const components = {
|
|
|
1021
1122
|
},
|
|
1022
1123
|
MuiFormControlLabel: {
|
|
1023
1124
|
styleOverrides: {
|
|
1024
|
-
root:
|
|
1125
|
+
root: _ref34 => {
|
|
1025
1126
|
let {
|
|
1026
1127
|
theme,
|
|
1027
1128
|
ownerState
|
|
1028
|
-
} =
|
|
1129
|
+
} = _ref34;
|
|
1029
1130
|
return {
|
|
1030
1131
|
gap: theme.spacing(2),
|
|
1031
1132
|
marginInlineStart: 0,
|
|
@@ -1067,10 +1168,10 @@ export const components = {
|
|
|
1067
1168
|
variant: "standard"
|
|
1068
1169
|
},
|
|
1069
1170
|
styleOverrides: {
|
|
1070
|
-
root:
|
|
1171
|
+
root: _ref35 => {
|
|
1071
1172
|
let {
|
|
1072
1173
|
theme
|
|
1073
|
-
} =
|
|
1174
|
+
} = _ref35;
|
|
1074
1175
|
return {
|
|
1075
1176
|
fontSize: theme.typography.subtitle1.fontSize,
|
|
1076
1177
|
lineHeight: "1.33333333",
|
|
@@ -1090,10 +1191,10 @@ export const components = {
|
|
|
1090
1191
|
},
|
|
1091
1192
|
MuiFormLabel: {
|
|
1092
1193
|
styleOverrides: {
|
|
1093
|
-
root:
|
|
1194
|
+
root: _ref36 => {
|
|
1094
1195
|
let {
|
|
1095
1196
|
theme
|
|
1096
|
-
} =
|
|
1197
|
+
} = _ref36;
|
|
1097
1198
|
return {
|
|
1098
1199
|
color: theme.palette.text.primary,
|
|
1099
1200
|
lineHeight: theme.typography.ui.lineHeight,
|
|
@@ -1109,18 +1210,18 @@ export const components = {
|
|
|
1109
1210
|
},
|
|
1110
1211
|
MuiIconButton: {
|
|
1111
1212
|
styleOverrides: {
|
|
1112
|
-
edgeEnd:
|
|
1213
|
+
edgeEnd: _ref37 => {
|
|
1113
1214
|
let {
|
|
1114
1215
|
theme
|
|
1115
|
-
} =
|
|
1216
|
+
} = _ref37;
|
|
1116
1217
|
return {
|
|
1117
1218
|
marginInlineEnd: theme.spacing(1)
|
|
1118
1219
|
};
|
|
1119
1220
|
},
|
|
1120
|
-
root:
|
|
1221
|
+
root: _ref38 => {
|
|
1121
1222
|
let {
|
|
1122
1223
|
theme
|
|
1123
|
-
} =
|
|
1224
|
+
} = _ref38;
|
|
1124
1225
|
return {
|
|
1125
1226
|
padding: theme.spacing(1),
|
|
1126
1227
|
fontSize: theme.typography.body1.fontSize,
|
|
@@ -1161,15 +1262,12 @@ export const components = {
|
|
|
1161
1262
|
}
|
|
1162
1263
|
},
|
|
1163
1264
|
MuiInputAdornment: {
|
|
1164
|
-
defaultProps: {
|
|
1165
|
-
variant: "outlined"
|
|
1166
|
-
},
|
|
1167
1265
|
styleOverrides: {
|
|
1168
|
-
root:
|
|
1266
|
+
root: _ref39 => {
|
|
1169
1267
|
let {
|
|
1170
1268
|
theme,
|
|
1171
1269
|
ownerState
|
|
1172
|
-
} =
|
|
1270
|
+
} = _ref39;
|
|
1173
1271
|
return {
|
|
1174
1272
|
display: "flex",
|
|
1175
1273
|
minWidth: "1.25em",
|
|
@@ -1197,11 +1295,11 @@ export const components = {
|
|
|
1197
1295
|
required: true
|
|
1198
1296
|
},
|
|
1199
1297
|
styleOverrides: {
|
|
1200
|
-
root:
|
|
1298
|
+
root: _ref40 => {
|
|
1201
1299
|
let {
|
|
1202
1300
|
ownerState,
|
|
1203
1301
|
theme
|
|
1204
|
-
} =
|
|
1302
|
+
} = _ref40;
|
|
1205
1303
|
return { ...theme.typography.body1,
|
|
1206
1304
|
flex: "1",
|
|
1207
1305
|
width: "auto",
|
|
@@ -1251,10 +1349,10 @@ export const components = {
|
|
|
1251
1349
|
}
|
|
1252
1350
|
};
|
|
1253
1351
|
},
|
|
1254
|
-
input:
|
|
1352
|
+
input: _ref41 => {
|
|
1255
1353
|
let {
|
|
1256
1354
|
theme
|
|
1257
|
-
} =
|
|
1355
|
+
} = _ref41;
|
|
1258
1356
|
return {
|
|
1259
1357
|
boxSizing: "border-box",
|
|
1260
1358
|
height: "auto",
|
|
@@ -1284,10 +1382,10 @@ export const components = {
|
|
|
1284
1382
|
shrink: false
|
|
1285
1383
|
},
|
|
1286
1384
|
styleOverrides: {
|
|
1287
|
-
root:
|
|
1385
|
+
root: _ref42 => {
|
|
1288
1386
|
let {
|
|
1289
1387
|
ownerState
|
|
1290
|
-
} =
|
|
1388
|
+
} = _ref42;
|
|
1291
1389
|
return {
|
|
1292
1390
|
display: "flex",
|
|
1293
1391
|
justifyContent: "space-between",
|
|
@@ -1302,20 +1400,24 @@ export const components = {
|
|
|
1302
1400
|
...(ownerState.size === "small" && {
|
|
1303
1401
|
transform: "none"
|
|
1304
1402
|
})
|
|
1305
|
-
})
|
|
1403
|
+
}),
|
|
1404
|
+
"& > .MuiTypography-root": {
|
|
1405
|
+
lineHeight: "unset"
|
|
1406
|
+
}
|
|
1306
1407
|
};
|
|
1307
1408
|
}
|
|
1308
1409
|
}
|
|
1309
1410
|
},
|
|
1310
1411
|
MuiLink: {
|
|
1311
1412
|
styleOverrides: {
|
|
1312
|
-
root:
|
|
1413
|
+
root: _ref43 => {
|
|
1313
1414
|
let {
|
|
1314
1415
|
theme
|
|
1315
|
-
} =
|
|
1416
|
+
} = _ref43;
|
|
1316
1417
|
return {
|
|
1317
1418
|
color: theme.palette.primary.main,
|
|
1318
1419
|
textDecoration: "underline",
|
|
1420
|
+
cursor: "pointer",
|
|
1319
1421
|
"&:hover": {
|
|
1320
1422
|
color: theme.palette.primary.dark,
|
|
1321
1423
|
textDecoration: "underline"
|
|
@@ -1355,10 +1457,10 @@ export const components = {
|
|
|
1355
1457
|
props: {
|
|
1356
1458
|
variant: "monochrome"
|
|
1357
1459
|
},
|
|
1358
|
-
style:
|
|
1460
|
+
style: _ref44 => {
|
|
1359
1461
|
let {
|
|
1360
1462
|
theme
|
|
1361
|
-
} =
|
|
1463
|
+
} = _ref44;
|
|
1362
1464
|
return {
|
|
1363
1465
|
color: theme.palette.text.primary,
|
|
1364
1466
|
textDecoration: "underline",
|
|
@@ -1387,10 +1489,10 @@ export const components = {
|
|
|
1387
1489
|
},
|
|
1388
1490
|
MuiListSubheader: {
|
|
1389
1491
|
styleOverrides: {
|
|
1390
|
-
root:
|
|
1492
|
+
root: _ref45 => {
|
|
1391
1493
|
let {
|
|
1392
1494
|
theme
|
|
1393
|
-
} =
|
|
1495
|
+
} = _ref45;
|
|
1394
1496
|
return {
|
|
1395
1497
|
paddingBlock: theme.spacing(2),
|
|
1396
1498
|
paddingInline: theme.spacing(4),
|
|
@@ -1405,11 +1507,11 @@ export const components = {
|
|
|
1405
1507
|
},
|
|
1406
1508
|
MuiMenuItem: {
|
|
1407
1509
|
styleOverrides: {
|
|
1408
|
-
root:
|
|
1510
|
+
root: _ref46 => {
|
|
1409
1511
|
let {
|
|
1410
1512
|
theme,
|
|
1411
1513
|
ownerState
|
|
1412
|
-
} =
|
|
1514
|
+
} = _ref46;
|
|
1413
1515
|
return {
|
|
1414
1516
|
gap: theme.spacing(2),
|
|
1415
1517
|
minHeight: "unset",
|
|
@@ -1475,10 +1577,10 @@ export const components = {
|
|
|
1475
1577
|
backgroundColor: "transparent"
|
|
1476
1578
|
}
|
|
1477
1579
|
},
|
|
1478
|
-
icon:
|
|
1580
|
+
icon: _ref47 => {
|
|
1479
1581
|
let {
|
|
1480
1582
|
theme
|
|
1481
|
-
} =
|
|
1583
|
+
} = _ref47;
|
|
1482
1584
|
return {
|
|
1483
1585
|
insetInlineEnd: theme.spacing(3),
|
|
1484
1586
|
color: theme.palette.text.primary
|
|
@@ -1488,10 +1590,10 @@ export const components = {
|
|
|
1488
1590
|
},
|
|
1489
1591
|
MuiPopover: {
|
|
1490
1592
|
styleOverrides: {
|
|
1491
|
-
paper:
|
|
1593
|
+
paper: _ref48 => {
|
|
1492
1594
|
let {
|
|
1493
1595
|
theme
|
|
1494
|
-
} =
|
|
1596
|
+
} = _ref48;
|
|
1495
1597
|
return {
|
|
1496
1598
|
marginBlockStart: theme.spacing(1),
|
|
1497
1599
|
borderWidth: theme.mixins.borderWidth,
|
|
@@ -1508,10 +1610,10 @@ export const components = {
|
|
|
1508
1610
|
checkedIcon: _jsx(_Fragment, {})
|
|
1509
1611
|
},
|
|
1510
1612
|
styleOverrides: {
|
|
1511
|
-
root:
|
|
1613
|
+
root: _ref49 => {
|
|
1512
1614
|
let {
|
|
1513
1615
|
theme
|
|
1514
|
-
} =
|
|
1616
|
+
} = _ref49;
|
|
1515
1617
|
return {
|
|
1516
1618
|
width: `${theme.typography.ui.lineHeight}em`,
|
|
1517
1619
|
height: `${theme.typography.ui.lineHeight}em`,
|
|
@@ -1548,9 +1650,6 @@ export const components = {
|
|
|
1548
1650
|
},
|
|
1549
1651
|
".Mui-error > &": {
|
|
1550
1652
|
borderColor: theme.palette.error.main,
|
|
1551
|
-
"&::before": {
|
|
1552
|
-
backgroundColor: theme.palette.error.main
|
|
1553
|
-
},
|
|
1554
1653
|
"&.Mui-focusVisible": {
|
|
1555
1654
|
boxShadow: `0 0 0 2px ${theme.palette.background.default}, 0 0 0 4px ${theme.palette.error.main}`
|
|
1556
1655
|
}
|
|
@@ -1573,7 +1672,7 @@ export const components = {
|
|
|
1573
1672
|
"&.Mui-disabled": {
|
|
1574
1673
|
backgroundColor: theme.palette.grey[50],
|
|
1575
1674
|
borderColor: theme.palette.grey[300],
|
|
1576
|
-
"
|
|
1675
|
+
"&.Mui-checked::before": {
|
|
1577
1676
|
backgroundColor: theme.palette.grey[300]
|
|
1578
1677
|
}
|
|
1579
1678
|
}
|
|
@@ -1587,6 +1686,13 @@ export const components = {
|
|
|
1587
1686
|
vertical: "bottom",
|
|
1588
1687
|
horizontal: "right"
|
|
1589
1688
|
}
|
|
1689
|
+
},
|
|
1690
|
+
styleOverrides: {
|
|
1691
|
+
root: {
|
|
1692
|
+
"&.Toast": {
|
|
1693
|
+
position: "static"
|
|
1694
|
+
}
|
|
1695
|
+
}
|
|
1590
1696
|
}
|
|
1591
1697
|
},
|
|
1592
1698
|
MuiSelect: {
|
|
@@ -1595,10 +1701,10 @@ export const components = {
|
|
|
1595
1701
|
IconComponent: ChevronDownIcon
|
|
1596
1702
|
},
|
|
1597
1703
|
styleOverrides: {
|
|
1598
|
-
select:
|
|
1704
|
+
select: _ref50 => {
|
|
1599
1705
|
let {
|
|
1600
1706
|
theme
|
|
1601
|
-
} =
|
|
1707
|
+
} = _ref50;
|
|
1602
1708
|
return {
|
|
1603
1709
|
paddingBlock: `calc(${theme.spacing(3)} - ${theme.mixins.borderWidth})`,
|
|
1604
1710
|
paddingInline: theme.spacing(3),
|
|
@@ -1614,10 +1720,10 @@ export const components = {
|
|
|
1614
1720
|
}
|
|
1615
1721
|
};
|
|
1616
1722
|
},
|
|
1617
|
-
icon:
|
|
1723
|
+
icon: _ref51 => {
|
|
1618
1724
|
let {
|
|
1619
1725
|
theme
|
|
1620
|
-
} =
|
|
1726
|
+
} = _ref51;
|
|
1621
1727
|
return {
|
|
1622
1728
|
insetInlineEnd: theme.spacing(3),
|
|
1623
1729
|
color: theme.palette.text.primary
|
|
@@ -1631,12 +1737,19 @@ export const components = {
|
|
|
1631
1737
|
color: "inherit"
|
|
1632
1738
|
},
|
|
1633
1739
|
styleOverrides: {
|
|
1634
|
-
root:
|
|
1740
|
+
root: _ref52 => {
|
|
1635
1741
|
let {
|
|
1636
|
-
theme
|
|
1637
|
-
|
|
1742
|
+
theme,
|
|
1743
|
+
ownerState
|
|
1744
|
+
} = _ref52;
|
|
1638
1745
|
return {
|
|
1639
|
-
fontSize: `${theme.typography.ui.lineHeight}rem
|
|
1746
|
+
fontSize: `${theme.typography.ui.lineHeight}rem`,
|
|
1747
|
+
...(ownerState.fontSize === "small" && {
|
|
1748
|
+
fontSize: `${Number(theme.typography.ui.lineHeight) * 0.75}rem`
|
|
1749
|
+
}),
|
|
1750
|
+
...(ownerState.fontSize === "large" && {
|
|
1751
|
+
fontSize: `${Number(theme.typography.ui.lineHeight) * 1.25}rem`
|
|
1752
|
+
})
|
|
1640
1753
|
};
|
|
1641
1754
|
}
|
|
1642
1755
|
}
|
|
@@ -1646,11 +1759,11 @@ export const components = {
|
|
|
1646
1759
|
iconPosition: "start"
|
|
1647
1760
|
},
|
|
1648
1761
|
styleOverrides: {
|
|
1649
|
-
root:
|
|
1762
|
+
root: _ref53 => {
|
|
1650
1763
|
let {
|
|
1651
1764
|
theme,
|
|
1652
1765
|
ownerState
|
|
1653
|
-
} =
|
|
1766
|
+
} = _ref53;
|
|
1654
1767
|
return {
|
|
1655
1768
|
maxWidth: `calc(${theme.mixins.maxWidth} / 2)`,
|
|
1656
1769
|
minWidth: "unset",
|
|
@@ -1711,11 +1824,11 @@ export const components = {
|
|
|
1711
1824
|
},
|
|
1712
1825
|
MuiTable: {
|
|
1713
1826
|
styleOverrides: {
|
|
1714
|
-
root:
|
|
1827
|
+
root: _ref54 => {
|
|
1715
1828
|
let {
|
|
1716
1829
|
theme,
|
|
1717
1830
|
ownerState
|
|
1718
|
-
} =
|
|
1831
|
+
} = _ref54;
|
|
1719
1832
|
return {
|
|
1720
1833
|
display: "table",
|
|
1721
1834
|
width: "auto",
|
|
@@ -1747,11 +1860,11 @@ export const components = {
|
|
|
1747
1860
|
},
|
|
1748
1861
|
MuiTableCell: {
|
|
1749
1862
|
styleOverrides: {
|
|
1750
|
-
root:
|
|
1863
|
+
root: _ref55 => {
|
|
1751
1864
|
let {
|
|
1752
1865
|
theme,
|
|
1753
1866
|
ownerState
|
|
1754
|
-
} =
|
|
1867
|
+
} = _ref55;
|
|
1755
1868
|
return { ...theme.typography.body1,
|
|
1756
1869
|
maxWidth: theme.mixins.maxWidth,
|
|
1757
1870
|
borderBottom: `${theme.mixins.borderWidth} ${theme.mixins.borderStyle} ${theme.palette.grey[100]}`,
|
|
@@ -1830,10 +1943,10 @@ export const components = {
|
|
|
1830
1943
|
component: "figure"
|
|
1831
1944
|
},
|
|
1832
1945
|
styleOverrides: {
|
|
1833
|
-
root:
|
|
1946
|
+
root: _ref56 => {
|
|
1834
1947
|
let {
|
|
1835
1948
|
theme
|
|
1836
|
-
} =
|
|
1949
|
+
} = _ref56;
|
|
1837
1950
|
return {
|
|
1838
1951
|
width: "unset",
|
|
1839
1952
|
maxWidth: "100%",
|
|
@@ -1850,10 +1963,10 @@ export const components = {
|
|
|
1850
1963
|
},
|
|
1851
1964
|
MuiTableRow: {
|
|
1852
1965
|
styleOverrides: {
|
|
1853
|
-
root:
|
|
1966
|
+
root: _ref57 => {
|
|
1854
1967
|
let {
|
|
1855
1968
|
theme
|
|
1856
|
-
} =
|
|
1969
|
+
} = _ref57;
|
|
1857
1970
|
return {
|
|
1858
1971
|
verticalAlign: "unset",
|
|
1859
1972
|
[`&.${tableRowClasses.root}:hover`]: {
|
|
@@ -1874,10 +1987,10 @@ export const components = {
|
|
|
1874
1987
|
IconComponent: ArrowDownIcon
|
|
1875
1988
|
},
|
|
1876
1989
|
styleOverrides: {
|
|
1877
|
-
root:
|
|
1990
|
+
root: _ref58 => {
|
|
1878
1991
|
let {
|
|
1879
1992
|
theme
|
|
1880
|
-
} =
|
|
1993
|
+
} = _ref58;
|
|
1881
1994
|
return {
|
|
1882
1995
|
cursor: "pointer",
|
|
1883
1996
|
display: "inline-flex",
|
|
@@ -1906,11 +2019,11 @@ export const components = {
|
|
|
1906
2019
|
}
|
|
1907
2020
|
};
|
|
1908
2021
|
},
|
|
1909
|
-
icon:
|
|
2022
|
+
icon: _ref59 => {
|
|
1910
2023
|
let {
|
|
1911
2024
|
theme,
|
|
1912
2025
|
ownerState
|
|
1913
|
-
} =
|
|
2026
|
+
} = _ref59;
|
|
1914
2027
|
return {
|
|
1915
2028
|
fontSize: "inherit",
|
|
1916
2029
|
marginInlineEnd: 0,
|
|
@@ -1939,19 +2052,19 @@ export const components = {
|
|
|
1939
2052
|
},
|
|
1940
2053
|
MuiTabs: {
|
|
1941
2054
|
styleOverrides: {
|
|
1942
|
-
root:
|
|
2055
|
+
root: _ref60 => {
|
|
1943
2056
|
let {
|
|
1944
2057
|
theme
|
|
1945
|
-
} =
|
|
2058
|
+
} = _ref60;
|
|
1946
2059
|
return {
|
|
1947
2060
|
minHeight: "unset",
|
|
1948
2061
|
marginBottom: theme.spacing(5)
|
|
1949
2062
|
};
|
|
1950
2063
|
},
|
|
1951
|
-
flexContainer:
|
|
2064
|
+
flexContainer: _ref61 => {
|
|
1952
2065
|
let {
|
|
1953
2066
|
theme
|
|
1954
|
-
} =
|
|
2067
|
+
} = _ref61;
|
|
1955
2068
|
return {
|
|
1956
2069
|
gap: theme.spacing(5),
|
|
1957
2070
|
borderBottom: `${theme.mixins.borderWidth} ${theme.mixins.borderStyle} ${theme.palette.divider}`
|
|
@@ -1967,11 +2080,11 @@ export const components = {
|
|
|
1967
2080
|
placement: "top"
|
|
1968
2081
|
},
|
|
1969
2082
|
styleOverrides: {
|
|
1970
|
-
tooltip:
|
|
2083
|
+
tooltip: _ref62 => {
|
|
1971
2084
|
let {
|
|
1972
2085
|
theme,
|
|
1973
2086
|
ownerState
|
|
1974
|
-
} =
|
|
2087
|
+
} = _ref62;
|
|
1975
2088
|
return {
|
|
1976
2089
|
maxWidth: `calc(${theme.mixins.maxWidth} / 2)`,
|
|
1977
2090
|
paddingBlock: theme.spacing(2),
|
|
@@ -2031,10 +2144,10 @@ export const components = {
|
|
|
2031
2144
|
}
|
|
2032
2145
|
};
|
|
2033
2146
|
},
|
|
2034
|
-
arrow:
|
|
2147
|
+
arrow: _ref63 => {
|
|
2035
2148
|
let {
|
|
2036
2149
|
theme
|
|
2037
|
-
} =
|
|
2150
|
+
} = _ref63;
|
|
2038
2151
|
return {
|
|
2039
2152
|
color: theme.palette.grey[900],
|
|
2040
2153
|
"&::before": {
|
|
@@ -2058,7 +2171,7 @@ export const components = {
|
|
|
2058
2171
|
},
|
|
2059
2172
|
MuiTypography: {
|
|
2060
2173
|
defaultProps: {
|
|
2061
|
-
fontFamily: "'
|
|
2174
|
+
fontFamily: "'Inter', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', 'Noto Sans Arabic', sans-serif",
|
|
2062
2175
|
variantMapping: {
|
|
2063
2176
|
h1: "h1",
|
|
2064
2177
|
h2: "h2",
|
|
@@ -2073,10 +2186,10 @@ export const components = {
|
|
|
2073
2186
|
}
|
|
2074
2187
|
},
|
|
2075
2188
|
styleOverrides: {
|
|
2076
|
-
paragraph:
|
|
2189
|
+
paragraph: _ref64 => {
|
|
2077
2190
|
let {
|
|
2078
2191
|
theme
|
|
2079
|
-
} =
|
|
2192
|
+
} = _ref64;
|
|
2080
2193
|
return {
|
|
2081
2194
|
marginBottom: theme.spacing(4)
|
|
2082
2195
|
};
|