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.
Files changed (281) hide show
  1. package/components/Alert/Alert.d.ts +10 -0
  2. package/components/AppBar/AppBar.d.ts +9 -0
  3. package/{lib/components → components}/AppBar/AppBarTitle.d.ts +2 -3
  4. package/{lib/components → components}/AutoComplete/AutoComplete.d.ts +3 -2
  5. package/{lib/components → components}/Backdrop/Backdrop.d.ts +2 -2
  6. package/{lib/components → components}/Badge/Badge.d.ts +2 -2
  7. package/components/Breadcrumb/Breadcrumb.d.ts +5 -0
  8. package/{lib/components → components}/Breadcrumb/BreadcrumbItem.d.ts +2 -2
  9. package/{lib/components → components}/Button/Button.d.ts +1 -1
  10. package/{lib/components → components}/Button/ButtonContext.d.ts +1 -1
  11. package/{lib/components → components}/ButtonGroup/ButtonGroup.d.ts +2 -2
  12. package/components/Card/Card.d.ts +6 -0
  13. package/components/Card/CardBody.d.ts +2 -0
  14. package/components/Card/CardFooter.d.ts +2 -0
  15. package/components/Card/CardImage.d.ts +2 -0
  16. package/components/Card/CardSubtitle.d.ts +2 -0
  17. package/components/Card/CardText.d.ts +2 -0
  18. package/components/Card/CardTitle.d.ts +6 -0
  19. package/{lib/components → components}/Checkbox/Checkbox.d.ts +2 -2
  20. package/{lib/components → components}/Chip/Chip.d.ts +4 -4
  21. package/components/ConditionalWrapper/ConditionalWrapper.d.ts +8 -0
  22. package/{lib/components → components}/CssTransition/CssTransition.d.ts +2 -2
  23. package/{lib/components → components}/DatePicker/DatePicker.d.ts +1 -2
  24. package/{lib/components → components}/DateSelect/DateSelect.d.ts +1 -1
  25. package/{lib/components → components}/DateSelect/DaySelect.d.ts +1 -1
  26. package/{lib/components → components}/DateSelect/MonthSelect.d.ts +1 -1
  27. package/{lib/components → components}/DateSelect/YearSelect.d.ts +1 -1
  28. package/{lib/components → components}/Drawer/Drawer.d.ts +2 -2
  29. package/{lib/components → components}/ExpansionPanel/ExpansionPanel.d.ts +3 -4
  30. package/{lib/components → components}/ExpansionPanel/ExpansionPanelContent.d.ts +2 -2
  31. package/{lib/components → components}/ExpansionPanel/ExpansionPanelHeader.d.ts +2 -3
  32. package/{lib/components → components}/FileInput/FileInput.d.ts +2 -2
  33. package/{lib/components → components}/FloatingActionButton/FloatingActionButton.d.ts +2 -2
  34. package/{lib/components → components}/Form/Form.d.ts +5 -5
  35. package/components/Form/FormError.d.ts +7 -0
  36. package/components/Form/FormGroup.d.ts +7 -0
  37. package/components/Form/FormHint/FormHint.d.ts +2 -0
  38. package/{lib/components → components}/Form/FormInput/FormInput.d.ts +4 -4
  39. package/components/Form/FormLabel/FormLabel.d.ts +2 -0
  40. package/{lib/components → components}/Form/form.interfaces.d.ts +1 -1
  41. package/{lib/components → components}/Form/form.models.d.ts +2 -2
  42. package/components/Grid/Column/Column.d.ts +7 -0
  43. package/{lib/components → components}/Grid/Row/Row.d.ts +2 -2
  44. package/components/Icon/Icon.d.ts +7 -0
  45. package/{lib/components → components}/IconButton/IconButton.d.ts +2 -2
  46. package/{lib/components → components}/Link/Link.d.ts +2 -2
  47. package/components/List/List.d.ts +5 -0
  48. package/{lib/components → components}/List/ListItem.d.ts +3 -3
  49. package/components/List/ListItemAction.d.ts +2 -0
  50. package/{lib/components → components}/List/ListItemAvatar.d.ts +2 -2
  51. package/{lib/components → components}/List/ListItemIcon.d.ts +2 -2
  52. package/{lib/components → components}/List/ListItemText.d.ts +2 -3
  53. package/{lib/components → components}/List/list.models.d.ts +2 -2
  54. package/components/LoadingIndicator/LoadingIndicator.d.ts +2 -0
  55. package/{lib/components → components}/LoadingIndicator/LoadingIndicatorContainer.d.ts +2 -2
  56. package/{lib/components → components}/Menu/Menu.d.ts +4 -5
  57. package/components/Menu/MenuBody.d.ts +12 -0
  58. package/{lib/components → components}/Menu/MenuContext.d.ts +1 -1
  59. package/components/Menu/MenuDivider.d.ts +1 -0
  60. package/components/Menu/MenuItem.d.ts +3 -0
  61. package/{lib/components → components}/Menu/MenuToggle.d.ts +1 -1
  62. package/{lib/components → components}/Modal/GlobalModal.d.ts +4 -4
  63. package/{lib/components → components}/Modal/Modal.d.ts +3 -3
  64. package/{lib/components → components}/Modal/ModalBody.d.ts +2 -2
  65. package/{lib/components → components}/Modal/ModalFooter.d.ts +2 -2
  66. package/{lib/components → components}/Modal/ModalHeader.d.ts +2 -2
  67. package/{lib/components → components}/Modal/modal.interfaces.d.ts +2 -2
  68. package/{lib/components → components}/Modal/modal.service.d.ts +4 -4
  69. package/{lib/components → components}/NumberSelect/NumberSelect.d.ts +1 -1
  70. package/{lib/components → components}/Portal/Portal.d.ts +1 -1
  71. package/{lib/components → components}/ProgressBar/ProgressBar.d.ts +2 -2
  72. package/{lib/components → components}/Select/Select.d.ts +3 -3
  73. package/components/Sidebar/Sidebar.d.ts +9 -0
  74. package/{lib/components → components}/Skeleton/SkeletonAvatar.d.ts +2 -2
  75. package/{lib/components → components}/Skeleton/SkeletonFooter.d.ts +2 -2
  76. package/{lib/components → components}/Skeleton/SkeletonImage.d.ts +2 -2
  77. package/{lib/components → components}/Skeleton/SkeletonText.d.ts +2 -2
  78. package/{lib/components → components}/Snackbar/Snackbar.d.ts +2 -3
  79. package/{lib/components → components}/Snackbar/snackbar.service.d.ts +1 -1
  80. package/{lib/components → components}/SpeedDial/SpeedDial.d.ts +2 -2
  81. package/{lib/components → components}/SpeedDial/SpeedDialAction.d.ts +2 -2
  82. package/components/SpeedDial/SpeedDialActions.d.ts +2 -0
  83. package/{lib/components → components}/SpeedDial/SpeedDialIcon.d.ts +2 -3
  84. package/{lib/components → components}/Stepper/Dot/Dot.d.ts +2 -2
  85. package/{lib/components → components}/Stepper/Step/Step.d.ts +2 -3
  86. package/{lib/components → components}/Stepper/StepConnector/StepConnector.d.ts +1 -1
  87. package/components/Stepper/StepPanel/StepPanel.d.ts +5 -0
  88. package/{lib/components → components}/Stepper/Stepper.d.ts +3 -3
  89. package/{lib/components → components}/Stepper/StepperActions/StepperActions.d.ts +1 -1
  90. package/{lib/components → components}/Table/Table.d.ts +2 -2
  91. package/components/Table/TableBody.d.ts +2 -0
  92. package/{lib/components → components}/Table/TableCell.d.ts +2 -2
  93. package/{lib/components → components}/Table/TableContext.d.ts +1 -1
  94. package/components/Table/TableHead.d.ts +2 -0
  95. package/components/Table/TableRow.d.ts +2 -0
  96. package/{lib/components → components}/Tabs/Tab.d.ts +2 -3
  97. package/{lib/components → components}/Tabs/TabContext.d.ts +1 -1
  98. package/{lib/components → components}/Tabs/TabIndicator.d.ts +2 -2
  99. package/{lib/components → components}/Tabs/TabPanel.d.ts +2 -2
  100. package/{lib/components → components}/Tabs/Tabs.d.ts +3 -3
  101. package/components/Textarea/Textarea.d.ts +5 -0
  102. package/{lib/components → components}/TimeSelect/HourSelect.d.ts +1 -1
  103. package/{lib/components → components}/TimeSelect/MilliSecondSelect.d.ts +1 -1
  104. package/{lib/components → components}/TimeSelect/MinuteSelect.d.ts +1 -1
  105. package/{lib/components → components}/TimeSelect/SecondSelect.d.ts +1 -1
  106. package/{lib/components → components}/TimeSelect/TimeSelect.d.ts +1 -1
  107. package/{lib/components → components}/Tooltip/Tooltip.d.ts +2 -2
  108. package/{lib/components → components}/TreeView/TreeItem.d.ts +2 -2
  109. package/components/TreeView/TreeView.d.ts +2 -0
  110. package/{lib/components → components}/Typography/Typography.d.ts +2 -2
  111. package/{lib/hooks → hooks}/useDebounce.d.ts +1 -1
  112. package/icons/CaretDownSolidIcon.d.ts +1 -0
  113. package/icons/CheckSolidIcon.d.ts +1 -0
  114. package/icons/CheckSquareRegularIcon.d.ts +1 -0
  115. package/icons/ChevronDownSolidIcon.d.ts +1 -0
  116. package/icons/ChevronLeftSolidIcon.d.ts +1 -0
  117. package/icons/ChevronRightSolidIcon.d.ts +1 -0
  118. package/icons/ChevronUpSolidIcon.d.ts +1 -0
  119. package/icons/CircleSolidIcon.d.ts +1 -0
  120. package/icons/HomeSolidIcon.d.ts +1 -0
  121. package/icons/PlusSolidIcon.d.ts +1 -0
  122. package/icons/SpinnerSolidIcon.d.ts +1 -0
  123. package/icons/SquareRegularIcon.d.ts +1 -0
  124. package/icons/TimesCircleSolidIcon.d.ts +1 -0
  125. package/icons/TimesSolidIcon.d.ts +1 -0
  126. package/index.cjs.js +21 -0
  127. package/index.d.ts +7 -1148
  128. package/index.es.d.ts +1 -0
  129. package/index.es.js +3184 -5554
  130. package/index.umd.js +21 -0
  131. package/package.json +4 -5
  132. package/{lib/typings → typings}/array-extension.d.ts +1 -1
  133. package/{lib/typings → typings}/date-extension.d.ts +1 -1
  134. package/vite.config.d.ts +1 -1
  135. package/index.js +0 -5721
  136. package/lib/components/Alert/Alert.d.ts +0 -12
  137. package/lib/components/AppBar/AppBar.d.ts +0 -11
  138. package/lib/components/Breadcrumb/Breadcrumb.d.ts +0 -6
  139. package/lib/components/Card/Card.d.ts +0 -6
  140. package/lib/components/Card/CardBody.d.ts +0 -2
  141. package/lib/components/Card/CardFooter.d.ts +0 -2
  142. package/lib/components/Card/CardImage.d.ts +0 -2
  143. package/lib/components/Card/CardSubtitle.d.ts +0 -2
  144. package/lib/components/Card/CardText.d.ts +0 -2
  145. package/lib/components/Card/CardTitle.d.ts +0 -6
  146. package/lib/components/ConditionalWrapper/ConditionalWrapper.d.ts +0 -8
  147. package/lib/components/Form/FormError.d.ts +0 -7
  148. package/lib/components/Form/FormGroup.d.ts +0 -7
  149. package/lib/components/Form/FormHint/FormHint.d.ts +0 -2
  150. package/lib/components/Form/FormLabel/FormLabel.d.ts +0 -2
  151. package/lib/components/Grid/Column/Column.d.ts +0 -7
  152. package/lib/components/Icon/Icon.d.ts +0 -8
  153. package/lib/components/List/List.d.ts +0 -5
  154. package/lib/components/List/ListItemAction.d.ts +0 -2
  155. package/lib/components/LoadingIndicator/LoadingIndicator.d.ts +0 -2
  156. package/lib/components/Menu/MenuBody.d.ts +0 -13
  157. package/lib/components/Menu/MenuDivider.d.ts +0 -1
  158. package/lib/components/Menu/MenuItem.d.ts +0 -2
  159. package/lib/components/Sidebar/Sidebar.d.ts +0 -9
  160. package/lib/components/SpeedDial/SpeedDialActions.d.ts +0 -2
  161. package/lib/components/Stepper/StepPanel/StepPanel.d.ts +0 -5
  162. package/lib/components/Table/TableBody.d.ts +0 -2
  163. package/lib/components/Table/TableHead.d.ts +0 -2
  164. package/lib/components/Table/TableRow.d.ts +0 -2
  165. package/lib/components/Textarea/Textarea.d.ts +0 -5
  166. package/lib/components/TreeView/TreeView.d.ts +0 -2
  167. package/lib/icons/CaretDownSolidIcon.d.ts +0 -1
  168. package/lib/icons/CheckSolidIcon.d.ts +0 -1
  169. package/lib/icons/CheckSquareRegularIcon.d.ts +0 -1
  170. package/lib/icons/ChevronDownSolidIcon.d.ts +0 -1
  171. package/lib/icons/ChevronLeftSolidIcon.d.ts +0 -1
  172. package/lib/icons/ChevronRightSolidIcon.d.ts +0 -1
  173. package/lib/icons/ChevronUpSolidIcon.d.ts +0 -1
  174. package/lib/icons/CircleSolidIcon.d.ts +0 -1
  175. package/lib/icons/HomeSolidIcon.d.ts +0 -1
  176. package/lib/icons/PlusSolidIcon.d.ts +0 -1
  177. package/lib/icons/SpinnerSolidIcon.d.ts +0 -1
  178. package/lib/icons/SquareRegularIcon.d.ts +0 -1
  179. package/lib/icons/TimesCircleSolidIcon.d.ts +0 -1
  180. package/lib/icons/TimesSolidIcon.d.ts +0 -1
  181. package/lib/index.d.ts +0 -8
  182. package/lib/services/clipboard.service.d.ts +0 -5
  183. package/lib/services/file.service.d.ts +0 -14
  184. package/lib/services/index.d.ts +0 -4
  185. package/lib/services/local.service.d.ts +0 -10
  186. package/lib/services/logger.service.d.ts +0 -25
  187. package/react-asc.scss +0 -382
  188. /package/{lib/components → components}/Alert/index.d.ts +0 -0
  189. /package/{lib/components → components}/AppBar/index.d.ts +0 -0
  190. /package/{lib/components → components}/AutoComplete/index.d.ts +0 -0
  191. /package/{lib/components → components}/Backdrop/index.d.ts +0 -0
  192. /package/{lib/components → components}/Badge/index.d.ts +0 -0
  193. /package/{lib/components → components}/Breadcrumb/index.d.ts +0 -0
  194. /package/{lib/components → components}/Button/index.d.ts +0 -0
  195. /package/{lib/components → components}/ButtonGroup/index.d.ts +0 -0
  196. /package/{lib/components → components}/Card/index.d.ts +0 -0
  197. /package/{lib/components → components}/Checkbox/index.d.ts +0 -0
  198. /package/{lib/components → components}/Chip/index.d.ts +0 -0
  199. /package/{lib/components → components}/ConditionalWrapper/index.d.ts +0 -0
  200. /package/{lib/components → components}/CssTransition/index.d.ts +0 -0
  201. /package/{lib/components → components}/DatePicker/index.d.ts +0 -0
  202. /package/{lib/components → components}/DateSelect/index.d.ts +0 -0
  203. /package/{lib/components → components}/Drawer/index.d.ts +0 -0
  204. /package/{lib/components → components}/ExpansionPanel/index.d.ts +0 -0
  205. /package/{lib/components → components}/FileInput/index.d.ts +0 -0
  206. /package/{lib/components → components}/FloatingActionButton/index.d.ts +0 -0
  207. /package/{lib/components → components}/Form/FormHint/index.d.ts +0 -0
  208. /package/{lib/components → components}/Form/FormInput/index.d.ts +0 -0
  209. /package/{lib/components → components}/Form/FormLabel/index.d.ts +0 -0
  210. /package/{lib/components → components}/Form/form.types.d.ts +0 -0
  211. /package/{lib/components → components}/Form/index.d.ts +0 -0
  212. /package/{lib/components → components}/Form/validators/EmailValidtor.d.ts +0 -0
  213. /package/{lib/components → components}/Form/validators/IsEmptyValidator.d.ts +0 -0
  214. /package/{lib/components → components}/Form/validators/IsEqualValidator.d.ts +0 -0
  215. /package/{lib/components → components}/Form/validators/MaxValidator.d.ts +0 -0
  216. /package/{lib/components → components}/Form/validators/MinValidator.d.ts +0 -0
  217. /package/{lib/components → components}/Form/validators/index.d.ts +0 -0
  218. /package/{lib/components → components}/Grid/Column/column.types.d.ts +0 -0
  219. /package/{lib/components → components}/Grid/Column/index.d.ts +0 -0
  220. /package/{lib/components → components}/Grid/Row/index.d.ts +0 -0
  221. /package/{lib/components → components}/Grid/index.d.ts +0 -0
  222. /package/{lib/components → components}/Icon/index.d.ts +0 -0
  223. /package/{lib/components → components}/IconButton/index.d.ts +0 -0
  224. /package/{lib/components → components}/Link/Link.test.d.ts +0 -0
  225. /package/{lib/components → components}/Link/index.d.ts +0 -0
  226. /package/{lib/components → components}/List/index.d.ts +0 -0
  227. /package/{lib/components → components}/LoadingIndicator/index.d.ts +0 -0
  228. /package/{lib/components → components}/LoadingIndicator/loading-indicator.service.d.ts +0 -0
  229. /package/{lib/components → components}/Menu/index.d.ts +0 -0
  230. /package/{lib/components → components}/Menu/menu.types.d.ts +0 -0
  231. /package/{lib/components → components}/Modal/index.d.ts +0 -0
  232. /package/{lib/components → components}/Modal/modal.enum.d.ts +0 -0
  233. /package/{lib/components → components}/NumberSelect/index.d.ts +0 -0
  234. /package/{lib/components → components}/Portal/index.d.ts +0 -0
  235. /package/{lib/components → components}/ProgressBar/index.d.ts +0 -0
  236. /package/{lib/components → components}/Select/index.d.ts +0 -0
  237. /package/{lib/components → components}/Sidebar/index.d.ts +0 -0
  238. /package/{lib/components → components}/Sidebar/sidebar.interfaces.d.ts +0 -0
  239. /package/{lib/components → components}/Sidebar/sidebar.models.d.ts +0 -0
  240. /package/{lib/components → components}/Skeleton/index.d.ts +0 -0
  241. /package/{lib/components → components}/Snackbar/index.d.ts +0 -0
  242. /package/{lib/components → components}/SpeedDial/index.d.ts +0 -0
  243. /package/{lib/components → components}/Stepper/Dot/index.d.ts +0 -0
  244. /package/{lib/components → components}/Stepper/Step/index.d.ts +0 -0
  245. /package/{lib/components → components}/Stepper/StepperActions/index.d.ts +0 -0
  246. /package/{lib/components → components}/Stepper/index.d.ts +0 -0
  247. /package/{lib/components → components}/Table/index.d.ts +0 -0
  248. /package/{lib/components → components}/Tabs/index.d.ts +0 -0
  249. /package/{lib/components → components}/Textarea/index.d.ts +0 -0
  250. /package/{lib/components → components}/TimeSelect/index.d.ts +0 -0
  251. /package/{lib/components → components}/Tooltip/index.d.ts +0 -0
  252. /package/{lib/components → components}/Tooltip/tooltip.enums.d.ts +0 -0
  253. /package/{lib/components → components}/TreeView/index.d.ts +0 -0
  254. /package/{lib/components → components}/Typography/index.d.ts +0 -0
  255. /package/{lib/components → components}/component.interfaces.d.ts +0 -0
  256. /package/{lib/components → components}/index.d.ts +0 -0
  257. /package/{lib/enums → enums}/color.enum.d.ts +0 -0
  258. /package/{lib/enums → enums}/index.d.ts +0 -0
  259. /package/{lib/enums → enums}/position.enum.d.ts +0 -0
  260. /package/{lib/enums → enums}/screensize.enum.d.ts +0 -0
  261. /package/{lib/enums → enums}/size.enum.d.ts +0 -0
  262. /package/{lib/enums → enums}/status.enum.d.ts +0 -0
  263. /package/{lib/enums → enums}/variant.enum.d.ts +0 -0
  264. /package/{lib/helpers → helpers}/index.d.ts +0 -0
  265. /package/{lib/helpers → helpers}/sort.helper.d.ts +0 -0
  266. /package/{lib/hooks → hooks}/index.d.ts +0 -0
  267. /package/{lib/hooks → hooks}/useConstructor.d.ts +0 -0
  268. /package/{lib/hooks → hooks}/useCssClasses.d.ts +0 -0
  269. /package/{lib/hooks → hooks}/useHover.d.ts +0 -0
  270. /package/{lib/hooks → hooks}/useMobileDetect.d.ts +0 -0
  271. /package/{lib/hooks → hooks}/useOnDestroy.d.ts +0 -0
  272. /package/{lib/hooks → hooks}/usePrevious.d.ts +0 -0
  273. /package/{lib/hooks → hooks}/useScreenSizeDetect.d.ts +0 -0
  274. /package/{lib/hooks → hooks}/useWindowSize.d.ts +0 -0
  275. /package/{lib/icons → icons}/index.d.ts +0 -0
  276. /package/{lib/interfaces → interfaces}/index.d.ts +0 -0
  277. /package/{lib/interfaces → interfaces}/interfaces.d.ts +0 -0
  278. /package/{lib/types → types}/index.d.ts +0 -0
  279. /package/{lib/types → types}/nullable.type.d.ts +0 -0
  280. /package/{lib/typings → typings}/index.d.ts +0 -0
  281. /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