react-asc 25.19.0 → 26.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/components/Alert/Alert.d.ts +10 -0
- package/components/AppBar/AppBar.d.ts +9 -0
- package/{lib/components → components}/AppBar/AppBarTitle.d.ts +2 -3
- package/{lib/components → components}/AutoComplete/AutoComplete.d.ts +3 -2
- package/{lib/components → components}/Backdrop/Backdrop.d.ts +2 -2
- package/{lib/components → components}/Badge/Badge.d.ts +2 -2
- package/components/Breadcrumb/Breadcrumb.d.ts +5 -0
- package/{lib/components → components}/Breadcrumb/BreadcrumbItem.d.ts +2 -2
- package/{lib/components → components}/Button/Button.d.ts +1 -1
- package/{lib/components → components}/Button/ButtonContext.d.ts +1 -1
- package/{lib/components → components}/ButtonGroup/ButtonGroup.d.ts +2 -2
- package/components/Card/Card.d.ts +6 -0
- package/components/Card/CardBody.d.ts +2 -0
- package/components/Card/CardFooter.d.ts +2 -0
- package/components/Card/CardImage.d.ts +2 -0
- package/components/Card/CardSubtitle.d.ts +2 -0
- package/components/Card/CardText.d.ts +2 -0
- package/components/Card/CardTitle.d.ts +6 -0
- package/{lib/components → components}/Checkbox/Checkbox.d.ts +2 -2
- package/{lib/components → components}/Chip/Chip.d.ts +4 -4
- package/components/ConditionalWrapper/ConditionalWrapper.d.ts +8 -0
- package/{lib/components → components}/CssTransition/CssTransition.d.ts +2 -2
- package/{lib/components → components}/DatePicker/DatePicker.d.ts +1 -2
- package/{lib/components → components}/DateSelect/DateSelect.d.ts +1 -1
- package/{lib/components → components}/DateSelect/DaySelect.d.ts +1 -1
- package/{lib/components → components}/DateSelect/MonthSelect.d.ts +1 -1
- package/{lib/components → components}/DateSelect/YearSelect.d.ts +1 -1
- package/{lib/components → components}/Drawer/Drawer.d.ts +2 -2
- package/{lib/components → components}/ExpansionPanel/ExpansionPanel.d.ts +3 -4
- package/{lib/components → components}/ExpansionPanel/ExpansionPanelContent.d.ts +2 -2
- package/{lib/components → components}/ExpansionPanel/ExpansionPanelHeader.d.ts +2 -3
- package/{lib/components → components}/FileInput/FileInput.d.ts +2 -2
- package/{lib/components → components}/FloatingActionButton/FloatingActionButton.d.ts +2 -2
- package/{lib/components → components}/Form/Form.d.ts +5 -5
- package/components/Form/FormError.d.ts +7 -0
- package/components/Form/FormGroup.d.ts +7 -0
- package/components/Form/FormHint/FormHint.d.ts +2 -0
- package/{lib/components → components}/Form/FormInput/FormInput.d.ts +4 -4
- package/components/Form/FormLabel/FormLabel.d.ts +2 -0
- package/{lib/components → components}/Form/form.interfaces.d.ts +1 -1
- package/{lib/components → components}/Form/form.models.d.ts +2 -2
- package/components/Grid/Column/Column.d.ts +7 -0
- package/{lib/components → components}/Grid/Row/Row.d.ts +2 -2
- package/components/Icon/Icon.d.ts +7 -0
- package/{lib/components → components}/IconButton/IconButton.d.ts +2 -2
- package/{lib/components → components}/Link/Link.d.ts +2 -2
- package/components/List/List.d.ts +5 -0
- package/{lib/components → components}/List/ListItem.d.ts +3 -3
- package/components/List/ListItemAction.d.ts +2 -0
- package/{lib/components → components}/List/ListItemAvatar.d.ts +2 -2
- package/{lib/components → components}/List/ListItemIcon.d.ts +2 -2
- package/{lib/components → components}/List/ListItemText.d.ts +2 -3
- package/{lib/components → components}/List/list.models.d.ts +2 -2
- package/components/LoadingIndicator/LoadingIndicator.d.ts +2 -0
- package/{lib/components → components}/LoadingIndicator/LoadingIndicatorContainer.d.ts +2 -2
- package/{lib/components → components}/Menu/Menu.d.ts +4 -5
- package/components/Menu/MenuBody.d.ts +12 -0
- package/{lib/components → components}/Menu/MenuContext.d.ts +1 -1
- package/components/Menu/MenuDivider.d.ts +1 -0
- package/components/Menu/MenuItem.d.ts +3 -0
- package/{lib/components → components}/Menu/MenuToggle.d.ts +1 -1
- package/{lib/components → components}/Modal/GlobalModal.d.ts +4 -4
- package/{lib/components → components}/Modal/Modal.d.ts +3 -3
- package/{lib/components → components}/Modal/ModalBody.d.ts +2 -2
- package/{lib/components → components}/Modal/ModalFooter.d.ts +2 -2
- package/{lib/components → components}/Modal/ModalHeader.d.ts +2 -2
- package/{lib/components → components}/Modal/modal.interfaces.d.ts +2 -2
- package/{lib/components → components}/Modal/modal.service.d.ts +4 -4
- package/{lib/components → components}/NumberSelect/NumberSelect.d.ts +1 -1
- package/{lib/components → components}/Portal/Portal.d.ts +1 -1
- package/{lib/components → components}/ProgressBar/ProgressBar.d.ts +2 -2
- package/{lib/components → components}/Select/Select.d.ts +3 -3
- package/components/Sidebar/Sidebar.d.ts +9 -0
- package/{lib/components → components}/Skeleton/SkeletonAvatar.d.ts +2 -2
- package/{lib/components → components}/Skeleton/SkeletonFooter.d.ts +2 -2
- package/{lib/components → components}/Skeleton/SkeletonImage.d.ts +2 -2
- package/{lib/components → components}/Skeleton/SkeletonText.d.ts +2 -2
- package/{lib/components → components}/Snackbar/Snackbar.d.ts +2 -3
- package/{lib/components → components}/Snackbar/snackbar.service.d.ts +1 -1
- package/{lib/components → components}/SpeedDial/SpeedDial.d.ts +2 -2
- package/{lib/components → components}/SpeedDial/SpeedDialAction.d.ts +2 -2
- package/components/SpeedDial/SpeedDialActions.d.ts +2 -0
- package/{lib/components → components}/SpeedDial/SpeedDialIcon.d.ts +2 -3
- package/{lib/components → components}/Stepper/Dot/Dot.d.ts +2 -2
- package/{lib/components → components}/Stepper/Step/Step.d.ts +2 -3
- package/{lib/components → components}/Stepper/StepConnector/StepConnector.d.ts +1 -1
- package/components/Stepper/StepPanel/StepPanel.d.ts +5 -0
- package/{lib/components → components}/Stepper/Stepper.d.ts +3 -3
- package/{lib/components → components}/Stepper/StepperActions/StepperActions.d.ts +1 -1
- package/{lib/components → components}/Table/Table.d.ts +2 -2
- package/components/Table/TableBody.d.ts +2 -0
- package/{lib/components → components}/Table/TableCell.d.ts +2 -2
- package/{lib/components → components}/Table/TableContext.d.ts +1 -1
- package/components/Table/TableHead.d.ts +2 -0
- package/components/Table/TableRow.d.ts +2 -0
- package/{lib/components → components}/Tabs/Tab.d.ts +2 -3
- package/{lib/components → components}/Tabs/TabContext.d.ts +1 -1
- package/{lib/components → components}/Tabs/TabIndicator.d.ts +2 -2
- package/{lib/components → components}/Tabs/TabPanel.d.ts +2 -2
- package/{lib/components → components}/Tabs/Tabs.d.ts +3 -3
- package/components/Textarea/Textarea.d.ts +5 -0
- package/{lib/components → components}/TimeSelect/HourSelect.d.ts +1 -1
- package/{lib/components → components}/TimeSelect/MilliSecondSelect.d.ts +1 -1
- package/{lib/components → components}/TimeSelect/MinuteSelect.d.ts +1 -1
- package/{lib/components → components}/TimeSelect/SecondSelect.d.ts +1 -1
- package/{lib/components → components}/TimeSelect/TimeSelect.d.ts +1 -1
- package/{lib/components → components}/Tooltip/Tooltip.d.ts +2 -2
- package/{lib/components → components}/TreeView/TreeItem.d.ts +2 -2
- package/components/TreeView/TreeView.d.ts +2 -0
- package/{lib/components → components}/Typography/Typography.d.ts +2 -2
- package/{lib/hooks → hooks}/useDebounce.d.ts +1 -1
- package/icons/CaretDownSolidIcon.d.ts +1 -0
- package/icons/CheckSolidIcon.d.ts +1 -0
- package/icons/CheckSquareRegularIcon.d.ts +1 -0
- package/icons/ChevronDownSolidIcon.d.ts +1 -0
- package/icons/ChevronLeftSolidIcon.d.ts +1 -0
- package/icons/ChevronRightSolidIcon.d.ts +1 -0
- package/icons/ChevronUpSolidIcon.d.ts +1 -0
- package/icons/CircleSolidIcon.d.ts +1 -0
- package/icons/HomeSolidIcon.d.ts +1 -0
- package/icons/PlusSolidIcon.d.ts +1 -0
- package/icons/SpinnerSolidIcon.d.ts +1 -0
- package/icons/SquareRegularIcon.d.ts +1 -0
- package/icons/TimesCircleSolidIcon.d.ts +1 -0
- package/icons/TimesSolidIcon.d.ts +1 -0
- package/index.cjs.js +21 -0
- package/index.d.ts +7 -1148
- package/index.es.d.ts +1 -0
- package/index.es.js +3184 -5554
- package/index.umd.js +21 -0
- package/package.json +4 -5
- package/{lib/typings → typings}/array-extension.d.ts +1 -1
- package/{lib/typings → typings}/date-extension.d.ts +1 -1
- package/vite.config.d.ts +1 -1
- package/index.js +0 -5721
- package/lib/components/Alert/Alert.d.ts +0 -12
- package/lib/components/AppBar/AppBar.d.ts +0 -11
- package/lib/components/Breadcrumb/Breadcrumb.d.ts +0 -6
- package/lib/components/Card/Card.d.ts +0 -6
- package/lib/components/Card/CardBody.d.ts +0 -2
- package/lib/components/Card/CardFooter.d.ts +0 -2
- package/lib/components/Card/CardImage.d.ts +0 -2
- package/lib/components/Card/CardSubtitle.d.ts +0 -2
- package/lib/components/Card/CardText.d.ts +0 -2
- package/lib/components/Card/CardTitle.d.ts +0 -6
- package/lib/components/ConditionalWrapper/ConditionalWrapper.d.ts +0 -8
- package/lib/components/Form/FormError.d.ts +0 -7
- package/lib/components/Form/FormGroup.d.ts +0 -7
- package/lib/components/Form/FormHint/FormHint.d.ts +0 -2
- package/lib/components/Form/FormLabel/FormLabel.d.ts +0 -2
- package/lib/components/Grid/Column/Column.d.ts +0 -7
- package/lib/components/Icon/Icon.d.ts +0 -8
- package/lib/components/List/List.d.ts +0 -5
- package/lib/components/List/ListItemAction.d.ts +0 -2
- package/lib/components/LoadingIndicator/LoadingIndicator.d.ts +0 -2
- package/lib/components/Menu/MenuBody.d.ts +0 -13
- package/lib/components/Menu/MenuDivider.d.ts +0 -1
- package/lib/components/Menu/MenuItem.d.ts +0 -2
- package/lib/components/Sidebar/Sidebar.d.ts +0 -9
- package/lib/components/SpeedDial/SpeedDialActions.d.ts +0 -2
- package/lib/components/Stepper/StepPanel/StepPanel.d.ts +0 -5
- package/lib/components/Table/TableBody.d.ts +0 -2
- package/lib/components/Table/TableHead.d.ts +0 -2
- package/lib/components/Table/TableRow.d.ts +0 -2
- package/lib/components/Textarea/Textarea.d.ts +0 -5
- package/lib/components/TreeView/TreeView.d.ts +0 -2
- package/lib/icons/CaretDownSolidIcon.d.ts +0 -1
- package/lib/icons/CheckSolidIcon.d.ts +0 -1
- package/lib/icons/CheckSquareRegularIcon.d.ts +0 -1
- package/lib/icons/ChevronDownSolidIcon.d.ts +0 -1
- package/lib/icons/ChevronLeftSolidIcon.d.ts +0 -1
- package/lib/icons/ChevronRightSolidIcon.d.ts +0 -1
- package/lib/icons/ChevronUpSolidIcon.d.ts +0 -1
- package/lib/icons/CircleSolidIcon.d.ts +0 -1
- package/lib/icons/HomeSolidIcon.d.ts +0 -1
- package/lib/icons/PlusSolidIcon.d.ts +0 -1
- package/lib/icons/SpinnerSolidIcon.d.ts +0 -1
- package/lib/icons/SquareRegularIcon.d.ts +0 -1
- package/lib/icons/TimesCircleSolidIcon.d.ts +0 -1
- package/lib/icons/TimesSolidIcon.d.ts +0 -1
- package/lib/index.d.ts +0 -8
- package/lib/services/clipboard.service.d.ts +0 -5
- package/lib/services/file.service.d.ts +0 -14
- package/lib/services/index.d.ts +0 -4
- package/lib/services/local.service.d.ts +0 -10
- package/lib/services/logger.service.d.ts +0 -25
- package/react-asc.scss +0 -382
- /package/{lib/components → components}/Alert/index.d.ts +0 -0
- /package/{lib/components → components}/AppBar/index.d.ts +0 -0
- /package/{lib/components → components}/AutoComplete/index.d.ts +0 -0
- /package/{lib/components → components}/Backdrop/index.d.ts +0 -0
- /package/{lib/components → components}/Badge/index.d.ts +0 -0
- /package/{lib/components → components}/Breadcrumb/index.d.ts +0 -0
- /package/{lib/components → components}/Button/index.d.ts +0 -0
- /package/{lib/components → components}/ButtonGroup/index.d.ts +0 -0
- /package/{lib/components → components}/Card/index.d.ts +0 -0
- /package/{lib/components → components}/Checkbox/index.d.ts +0 -0
- /package/{lib/components → components}/Chip/index.d.ts +0 -0
- /package/{lib/components → components}/ConditionalWrapper/index.d.ts +0 -0
- /package/{lib/components → components}/CssTransition/index.d.ts +0 -0
- /package/{lib/components → components}/DatePicker/index.d.ts +0 -0
- /package/{lib/components → components}/DateSelect/index.d.ts +0 -0
- /package/{lib/components → components}/Drawer/index.d.ts +0 -0
- /package/{lib/components → components}/ExpansionPanel/index.d.ts +0 -0
- /package/{lib/components → components}/FileInput/index.d.ts +0 -0
- /package/{lib/components → components}/FloatingActionButton/index.d.ts +0 -0
- /package/{lib/components → components}/Form/FormHint/index.d.ts +0 -0
- /package/{lib/components → components}/Form/FormInput/index.d.ts +0 -0
- /package/{lib/components → components}/Form/FormLabel/index.d.ts +0 -0
- /package/{lib/components → components}/Form/form.types.d.ts +0 -0
- /package/{lib/components → components}/Form/index.d.ts +0 -0
- /package/{lib/components → components}/Form/validators/EmailValidtor.d.ts +0 -0
- /package/{lib/components → components}/Form/validators/IsEmptyValidator.d.ts +0 -0
- /package/{lib/components → components}/Form/validators/IsEqualValidator.d.ts +0 -0
- /package/{lib/components → components}/Form/validators/MaxValidator.d.ts +0 -0
- /package/{lib/components → components}/Form/validators/MinValidator.d.ts +0 -0
- /package/{lib/components → components}/Form/validators/index.d.ts +0 -0
- /package/{lib/components → components}/Grid/Column/column.types.d.ts +0 -0
- /package/{lib/components → components}/Grid/Column/index.d.ts +0 -0
- /package/{lib/components → components}/Grid/Row/index.d.ts +0 -0
- /package/{lib/components → components}/Grid/index.d.ts +0 -0
- /package/{lib/components → components}/Icon/index.d.ts +0 -0
- /package/{lib/components → components}/IconButton/index.d.ts +0 -0
- /package/{lib/components → components}/Link/Link.test.d.ts +0 -0
- /package/{lib/components → components}/Link/index.d.ts +0 -0
- /package/{lib/components → components}/List/index.d.ts +0 -0
- /package/{lib/components → components}/LoadingIndicator/index.d.ts +0 -0
- /package/{lib/components → components}/LoadingIndicator/loading-indicator.service.d.ts +0 -0
- /package/{lib/components → components}/Menu/index.d.ts +0 -0
- /package/{lib/components → components}/Menu/menu.types.d.ts +0 -0
- /package/{lib/components → components}/Modal/index.d.ts +0 -0
- /package/{lib/components → components}/Modal/modal.enum.d.ts +0 -0
- /package/{lib/components → components}/NumberSelect/index.d.ts +0 -0
- /package/{lib/components → components}/Portal/index.d.ts +0 -0
- /package/{lib/components → components}/ProgressBar/index.d.ts +0 -0
- /package/{lib/components → components}/Select/index.d.ts +0 -0
- /package/{lib/components → components}/Sidebar/index.d.ts +0 -0
- /package/{lib/components → components}/Sidebar/sidebar.interfaces.d.ts +0 -0
- /package/{lib/components → components}/Sidebar/sidebar.models.d.ts +0 -0
- /package/{lib/components → components}/Skeleton/index.d.ts +0 -0
- /package/{lib/components → components}/Snackbar/index.d.ts +0 -0
- /package/{lib/components → components}/SpeedDial/index.d.ts +0 -0
- /package/{lib/components → components}/Stepper/Dot/index.d.ts +0 -0
- /package/{lib/components → components}/Stepper/Step/index.d.ts +0 -0
- /package/{lib/components → components}/Stepper/StepperActions/index.d.ts +0 -0
- /package/{lib/components → components}/Stepper/index.d.ts +0 -0
- /package/{lib/components → components}/Table/index.d.ts +0 -0
- /package/{lib/components → components}/Tabs/index.d.ts +0 -0
- /package/{lib/components → components}/Textarea/index.d.ts +0 -0
- /package/{lib/components → components}/TimeSelect/index.d.ts +0 -0
- /package/{lib/components → components}/Tooltip/index.d.ts +0 -0
- /package/{lib/components → components}/Tooltip/tooltip.enums.d.ts +0 -0
- /package/{lib/components → components}/TreeView/index.d.ts +0 -0
- /package/{lib/components → components}/Typography/index.d.ts +0 -0
- /package/{lib/components → components}/component.interfaces.d.ts +0 -0
- /package/{lib/components → components}/index.d.ts +0 -0
- /package/{lib/enums → enums}/color.enum.d.ts +0 -0
- /package/{lib/enums → enums}/index.d.ts +0 -0
- /package/{lib/enums → enums}/position.enum.d.ts +0 -0
- /package/{lib/enums → enums}/screensize.enum.d.ts +0 -0
- /package/{lib/enums → enums}/size.enum.d.ts +0 -0
- /package/{lib/enums → enums}/status.enum.d.ts +0 -0
- /package/{lib/enums → enums}/variant.enum.d.ts +0 -0
- /package/{lib/helpers → helpers}/index.d.ts +0 -0
- /package/{lib/helpers → helpers}/sort.helper.d.ts +0 -0
- /package/{lib/hooks → hooks}/index.d.ts +0 -0
- /package/{lib/hooks → hooks}/useConstructor.d.ts +0 -0
- /package/{lib/hooks → hooks}/useCssClasses.d.ts +0 -0
- /package/{lib/hooks → hooks}/useHover.d.ts +0 -0
- /package/{lib/hooks → hooks}/useMobileDetect.d.ts +0 -0
- /package/{lib/hooks → hooks}/useOnDestroy.d.ts +0 -0
- /package/{lib/hooks → hooks}/usePrevious.d.ts +0 -0
- /package/{lib/hooks → hooks}/useScreenSizeDetect.d.ts +0 -0
- /package/{lib/hooks → hooks}/useWindowSize.d.ts +0 -0
- /package/{lib/icons → icons}/index.d.ts +0 -0
- /package/{lib/interfaces → interfaces}/index.d.ts +0 -0
- /package/{lib/interfaces → interfaces}/interfaces.d.ts +0 -0
- /package/{lib/types → types}/index.d.ts +0 -0
- /package/{lib/types → types}/nullable.type.d.ts +0 -0
- /package/{lib/typings → typings}/index.d.ts +0 -0
- /package/{lib/typings → typings}/string-extensions.d.ts +0 -0
package/react-asc.scss
DELETED
|
@@ -1,382 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--breakpoint-xs: 0;
|
|
3
|
-
--breakpoint-sm: 576px;
|
|
4
|
-
--breakpoint-md: 768px;
|
|
5
|
-
--breakpoint-lg: 992px;
|
|
6
|
-
--breakpoint-xl: 1200px;
|
|
7
|
-
--breakpoint-xxl: 1400px;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
:root {
|
|
11
|
-
--buttonMinWidth: 62px;
|
|
12
|
-
--buttonPadding: 11px 15px;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
:root {
|
|
16
|
-
--primary-light: #6573c3;
|
|
17
|
-
--primary: #3f51b5;
|
|
18
|
-
--primary-dark: #2c387e;
|
|
19
|
-
--primary-contrast-text: #fff;
|
|
20
|
-
--primary-highlight: #d6dbf7;
|
|
21
|
-
|
|
22
|
-
--secondary-light: #e5e7eb;
|
|
23
|
-
--secondary: #8f8f8f;
|
|
24
|
-
--secondary-dark: #9c9da1;
|
|
25
|
-
--secondary-contrast-text: #fff;
|
|
26
|
-
--secondary-highlight: rgb(233, 233, 233);
|
|
27
|
-
|
|
28
|
-
--accent-light: #fd96b8;
|
|
29
|
-
--accent: #ff4081;
|
|
30
|
-
--accent-dark: #fd2c72;
|
|
31
|
-
--accent-contrast-text: #fff;
|
|
32
|
-
--accent-highlight: #fca9c5;
|
|
33
|
-
|
|
34
|
-
// rename!?
|
|
35
|
-
--light-light: #ffffff;
|
|
36
|
-
--light: #f8f9fa;
|
|
37
|
-
--light-dark: #ebebeb;
|
|
38
|
-
--light-contrast-text: #212529;
|
|
39
|
-
--light-highlight: #f8f9fa;
|
|
40
|
-
|
|
41
|
-
--dark-light: #616468;
|
|
42
|
-
--dark: #343a40;
|
|
43
|
-
--dark-dark: #343a40;
|
|
44
|
-
--dark-contrast-text: #fff;
|
|
45
|
-
--dark-highlight: #5e6164;
|
|
46
|
-
|
|
47
|
-
--success-light: #59d74e;
|
|
48
|
-
--success: #0c8d00;
|
|
49
|
-
--success-dark: #0b6d02;
|
|
50
|
-
--success-contrast-text: #fff;
|
|
51
|
-
--success-highlight: #76d66d;
|
|
52
|
-
|
|
53
|
-
--error-light: #ff0202c0;
|
|
54
|
-
--error: #ff0000;
|
|
55
|
-
--error-dark: #b50e0e;
|
|
56
|
-
--error-contrast-text: #fff;
|
|
57
|
-
--error-highlight: #fd3c3c;
|
|
58
|
-
|
|
59
|
-
--white: #fff;
|
|
60
|
-
|
|
61
|
-
--bodyBg: white;
|
|
62
|
-
--bodyColor: #212529;
|
|
63
|
-
|
|
64
|
-
--highlight: rgba(204, 216, 224, 0.2); // ???
|
|
65
|
-
|
|
66
|
-
--shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
|
67
|
-
|
|
68
|
-
--shadowColor: rgba(0, 0, 0, 0.12);
|
|
69
|
-
|
|
70
|
-
--muted: #6c757d !important;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
:root {
|
|
74
|
-
--fontFamily: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif,
|
|
75
|
-
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
76
|
-
--fontSize: 16px;
|
|
77
|
-
--fontWeight: 400;
|
|
78
|
-
|
|
79
|
-
--fontLineHeight: 1.5;
|
|
80
|
-
|
|
81
|
-
--textBody1FontSize: 13px;
|
|
82
|
-
--textBody1LineHeight: 18px;
|
|
83
|
-
|
|
84
|
-
--textBody2FontSize: 13px;
|
|
85
|
-
--textBody2LineHeight: 18px;
|
|
86
|
-
|
|
87
|
-
--textOverlineFontSize: 13px;
|
|
88
|
-
--textOverlineLineHeight: 18px;
|
|
89
|
-
--textOverlineTransform: uppercase;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
:root {
|
|
93
|
-
.ml-0 {
|
|
94
|
-
margin-left: var(--0);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.ml-1 {
|
|
98
|
-
margin-left: var(--1);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.ml-2 {
|
|
102
|
-
margin-left: var(--2);
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.ml-3 {
|
|
106
|
-
margin-left: var(--3);
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.ml-auto {
|
|
110
|
-
margin-left: var(--auto);
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.mr-0 {
|
|
114
|
-
margin-right: var(--0);
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.mr-1 {
|
|
118
|
-
margin-right: var(--1);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.mr-2 {
|
|
122
|
-
margin-right: var(--2);
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.mr-3 {
|
|
126
|
-
margin-right: var(--3);
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.mr-auto {
|
|
130
|
-
margin-right: var(--auto);
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.mt-0 {
|
|
134
|
-
margin-top: var(--0);
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
.mt-1 {
|
|
138
|
-
margin-top: var(--1);
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.mt-2 {
|
|
142
|
-
margin-top: var(--2);
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.mt-3 {
|
|
146
|
-
margin-top: var(--3);
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.mt-4 {
|
|
150
|
-
margin-top: var(--4);
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.mb-0 {
|
|
154
|
-
margin-bottom: var(--0);
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.mb-1 {
|
|
158
|
-
margin-bottom: var(--1);
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.mb-2 {
|
|
162
|
-
margin-bottom: var(--2);
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.mb-3 {
|
|
166
|
-
margin-bottom: var(--3);
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
:root {
|
|
171
|
-
.pt-1 {
|
|
172
|
-
padding-top: var(--1);
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.pt-2 {
|
|
176
|
-
padding-top: var(--2);
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.pt-3 {
|
|
180
|
-
padding-top: var(--3);
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.pb-1 {
|
|
184
|
-
padding-bottom: var(--1);
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.pb-2 {
|
|
188
|
-
padding-bottom: var(--2);
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.pb-3 {
|
|
192
|
-
padding-bottom: var(--3);
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.pb-4 {
|
|
196
|
-
padding-bottom: var(--4);
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.p-3 {
|
|
200
|
-
padding: var(--3);
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.p-1 {
|
|
204
|
-
padding: var(--1);
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.p-2 {
|
|
208
|
-
padding: var(--2);
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.p-3 {
|
|
212
|
-
padding: var(--3);
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.p-4 {
|
|
216
|
-
padding: var(--3);
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.pt-0 {
|
|
220
|
-
padding-top: var(--0);
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.pb-0 {
|
|
224
|
-
padding-bottom: var(--0);
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
:root {
|
|
229
|
-
--borderRadius: 5px;
|
|
230
|
-
--0: 0px !important;
|
|
231
|
-
--1: 15px !important;
|
|
232
|
-
--2: 25px !important;
|
|
233
|
-
--3: 35px !important;
|
|
234
|
-
--4: 45px !important;
|
|
235
|
-
--auto: auto !important;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
.input-group-append {
|
|
239
|
-
.btn {
|
|
240
|
-
min-width: auto;
|
|
241
|
-
|
|
242
|
-
.svg-icon {
|
|
243
|
-
margin-left: 0;
|
|
244
|
-
margin-right: 0;
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
.text-muted {
|
|
250
|
-
color: var(--muted);
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
.flex-1 {
|
|
254
|
-
flex: 1;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
.d-flex {
|
|
258
|
-
display: flex !important;
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
.d-inline {
|
|
262
|
-
display: inline !important;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
.justify-content-center {
|
|
266
|
-
justify-content: center !important;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
.align-items-center {
|
|
270
|
-
align-items: center !important;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
.align-items-end {
|
|
274
|
-
align-items: end;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
.flex-wrap {
|
|
278
|
-
flex-wrap: wrap;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
.flex-row {
|
|
282
|
-
flex-direction: row;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
.flex-row-reverse {
|
|
286
|
-
flex-direction: row-reverse;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
.flex-column {
|
|
290
|
-
flex-direction: column;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
.flex-column-reverse {
|
|
294
|
-
flex-direction: column-reverse;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.flex-shrink-0 {
|
|
298
|
-
flex-shrink: 0;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.flex-grow {
|
|
302
|
-
flex-grow: 1;
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
.w-100 {
|
|
306
|
-
width: 100%;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
.h-100 {
|
|
310
|
-
height: 100%;
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
.text-center {
|
|
314
|
-
text-align: center;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.text-uppercase {
|
|
318
|
-
text-transform: uppercase;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.rounded-pill {
|
|
322
|
-
border-radius: 50rem !important;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
.fw-bold {
|
|
326
|
-
font-weight: 700 !important;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
// @media (max-width: 561px) {
|
|
330
|
-
// .flex-row {
|
|
331
|
-
// flex-direction: column !important;
|
|
332
|
-
// }
|
|
333
|
-
// }
|
|
334
|
-
|
|
335
|
-
@media (min-width: 768px) {
|
|
336
|
-
.justify-content-md-center {
|
|
337
|
-
justify-content: center !important;
|
|
338
|
-
}
|
|
339
|
-
.align-items-md-center {
|
|
340
|
-
align-items: center !important;
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.modal-open {
|
|
345
|
-
overflow: hidden !important;
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
* {
|
|
350
|
-
min-width: 0;
|
|
351
|
-
min-height: 0;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
label.required {
|
|
355
|
-
&::after {
|
|
356
|
-
display: inline-block;
|
|
357
|
-
line-height: 0.8;
|
|
358
|
-
content: '*';
|
|
359
|
-
vertical-align: text-top;
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
.overline {
|
|
364
|
-
font-size: var(--textOverlineFontSize) !important;
|
|
365
|
-
line-height: var(--textOverlineLineHeight) !important;
|
|
366
|
-
text-transform: var(--textOverlineTransform) !important;
|
|
367
|
-
font-weight: bold;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
.body1 {
|
|
371
|
-
font-size: var(--textBody1FontSize) !important;
|
|
372
|
-
line-height: var(--textBody1LineHeight) !important;
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
.body2 {
|
|
376
|
-
font-size: var(--textBody2FontSize) !important;
|
|
377
|
-
line-height: var(--textBody2LineHeight) !important;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
.uppercase {
|
|
381
|
-
text-transform: uppercase !important;
|
|
382
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|