armtek-uikit-react 1.0.16 → 1.0.18

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 (316) hide show
  1. package/{cjs/index.d.ts → index.d.ts} +2 -2
  2. package/{esm/index.js → index.js} +1 -1
  3. package/package.json +1 -1
  4. package/ui/Adornment/Adornment.module.scss +1 -0
  5. package/ui/Adornment/index.d.ts +2 -0
  6. package/ui/Adornment/index.js +2 -0
  7. package/ui/Alert/index.d.ts +3 -0
  8. package/ui/Alert/index.js +2 -0
  9. package/ui/Avatar/index.d.ts +4 -0
  10. package/ui/Avatar/index.js +3 -0
  11. package/{cjs/ui/Button/index.d.ts → ui/Button/Button.d.ts} +2 -2
  12. package/{esm/ui/Button/index.js → ui/Button/Button.js} +2 -2
  13. package/ui/Button/index.d.ts +3 -0
  14. package/ui/Button/index.js +2 -0
  15. package/{esm/ui → ui}/ButtonIcon/index.d.ts +1 -1
  16. package/{esm/ui → ui}/ButtonIcon/index.js +1 -1
  17. package/{cjs/ui → ui}/Loader/Loader.d.ts +2 -1
  18. package/{esm/ui → ui}/Loader/Loader.js +7 -1
  19. package/{esm/ui → ui}/Stepper/StepItem.d.ts +1 -1
  20. package/{esm/ui → ui}/Stepper/StepItem.js +2 -2
  21. package/cjs/index.js +0 -35
  22. package/cjs/lib/const/styles.js +0 -6
  23. package/cjs/lib/helpers/helpers.js +0 -56
  24. package/cjs/lib/hooks/useClickOutside.js +0 -22
  25. package/cjs/lib/services/DateService.js +0 -48
  26. package/cjs/types/theme.js +0 -3
  27. package/cjs/ui/Adornment/Adornment.js +0 -51
  28. package/cjs/ui/Adornment/Adornment.module.scss +0 -2
  29. package/cjs/ui/Alert/Alert.js +0 -50
  30. package/cjs/ui/Avatar/Avatar.js +0 -54
  31. package/cjs/ui/Avatar/AvatarGroup.js +0 -38
  32. package/cjs/ui/Badge/Badge.js +0 -38
  33. package/cjs/ui/Button/index.js +0 -47
  34. package/cjs/ui/ButtonGroup/index.js +0 -30
  35. package/cjs/ui/ButtonIcon/index.d.ts +0 -3
  36. package/cjs/ui/ButtonIcon/index.js +0 -25
  37. package/cjs/ui/Card/Card.js +0 -23
  38. package/cjs/ui/Chip/Chip.js +0 -45
  39. package/cjs/ui/Form/Checkbox/Checkbox.js +0 -57
  40. package/cjs/ui/Form/Checkbox/Radio.js +0 -25
  41. package/cjs/ui/Form/DateField/DateField.js +0 -70
  42. package/cjs/ui/Form/DateField/TimeField.js +0 -19
  43. package/cjs/ui/Form/DatePicker/DatePicker.js +0 -51
  44. package/cjs/ui/Form/DatePicker/PeriodSelect.js +0 -29
  45. package/cjs/ui/Form/DatePicker/TimePicker.js +0 -28
  46. package/cjs/ui/Form/Interval/Interval.js +0 -102
  47. package/cjs/ui/Form/Interval/IntervalSlide.js +0 -52
  48. package/cjs/ui/Form/Password/Password.js +0 -46
  49. package/cjs/ui/Form/Period/Period.js +0 -73
  50. package/cjs/ui/Form/Rating/Rating.js +0 -58
  51. package/cjs/ui/Form/Select/Select.js +0 -143
  52. package/cjs/ui/Form/Switch/Switch.js +0 -34
  53. package/cjs/ui/Form/TextArea/TextArea.js +0 -50
  54. package/cjs/ui/Form/TextField/TextField.js +0 -156
  55. package/cjs/ui/HelperText/HelperText.js +0 -32
  56. package/cjs/ui/List/ListItem.js +0 -64
  57. package/cjs/ui/Loader/Loader.js +0 -124
  58. package/cjs/ui/Logo/Logo.js +0 -106
  59. package/cjs/ui/Slider/RcSlider.js +0 -1
  60. package/cjs/ui/Slider/Slider.js +0 -39
  61. package/cjs/ui/Status/Status.js +0 -35
  62. package/cjs/ui/Stepper/StepItem.d.ts +0 -14
  63. package/cjs/ui/Stepper/StepItem.js +0 -60
  64. package/cjs/ui/Stepper/StepItemIcon.js +0 -44
  65. package/cjs/ui/Stepper/Stepper.js +0 -49
  66. package/cjs/ui/Tooltip/Tooltip.js +0 -36
  67. package/dist/armtek-uikit-react-main.js +0 -1357
  68. package/dist/armtek-uikit-react-main.min.js +0 -2
  69. package/dist/armtek-uikit-react-main.min.js.LICENSE.txt +0 -15
  70. package/dist/css/main.css +0 -19
  71. package/esm/assets/Adornment.scss +0 -18
  72. package/esm/assets/Alert.scss +0 -38
  73. package/esm/assets/Avatar.scss +0 -82
  74. package/esm/assets/AvatarGroup.scss +0 -48
  75. package/esm/assets/Badge.scss +0 -83
  76. package/esm/assets/Button.scss +0 -266
  77. package/esm/assets/ButtonGroup.scss +0 -12
  78. package/esm/assets/ButtonIcon.scss +0 -24
  79. package/esm/assets/Card.scss +0 -7
  80. package/esm/assets/Checkbox.scss +0 -297
  81. package/esm/assets/Chip.scss +0 -96
  82. package/esm/assets/DatePicker.scss +0 -7
  83. package/esm/assets/HelperText.scss +0 -10
  84. package/esm/assets/Interval.scss +0 -35
  85. package/esm/assets/ListItem.scss +0 -34
  86. package/esm/assets/Loader.scss +0 -37
  87. package/esm/assets/Logo.scss +0 -29
  88. package/esm/assets/Period.scss +0 -10
  89. package/esm/assets/Rating.scss +0 -19
  90. package/esm/assets/Select.scss +0 -26
  91. package/esm/assets/Slider.scss +0 -6
  92. package/esm/assets/Status.scss +0 -45
  93. package/esm/assets/StepItem.scss +0 -67
  94. package/esm/assets/StepItemIcon.scss +0 -47
  95. package/esm/assets/Stepper.scss +0 -34
  96. package/esm/assets/Switch.scss +0 -69
  97. package/esm/assets/TextArea.scss +0 -15
  98. package/esm/assets/TextField.scss +0 -160
  99. package/esm/assets/Tooltip.scss +0 -18
  100. package/esm/assets/fonts.scss +0 -2
  101. package/esm/assets/global.css +0 -72
  102. package/esm/assets/styles.scss +0 -31
  103. package/esm/assets/variables.scss +0 -67
  104. package/esm/index.d.ts +0 -29
  105. package/esm/lib/const/styles.d.ts +0 -1
  106. package/esm/lib/helpers/helpers.d.ts +0 -6
  107. package/esm/lib/hooks/useClickOutside.d.ts +0 -3
  108. package/esm/lib/services/DateService.d.ts +0 -12
  109. package/esm/types/theme.d.ts +0 -10
  110. package/esm/ui/Adornment/Adornment.d.ts +0 -7
  111. package/esm/ui/Adornment/Adornment.module.scss +0 -2
  112. package/esm/ui/Alert/Alert.d.ts +0 -10
  113. package/esm/ui/Alert/Alert.module.scss +0 -2
  114. package/esm/ui/Avatar/Avatar.d.ts +0 -13
  115. package/esm/ui/Avatar/Avatar.module.scss +0 -1
  116. package/esm/ui/Avatar/AvatarGroup.d.ts +0 -8
  117. package/esm/ui/Avatar/AvatarGroup.module.scss +0 -1
  118. package/esm/ui/Badge/Badge.d.ts +0 -11
  119. package/esm/ui/Badge/Badge.module.scss +0 -1
  120. package/esm/ui/Button/Button.module.scss +0 -1
  121. package/esm/ui/Button/index.d.ts +0 -15
  122. package/esm/ui/ButtonGroup/ButtonGroup.module.scss +0 -2
  123. package/esm/ui/ButtonGroup/index.d.ts +0 -6
  124. package/esm/ui/ButtonIcon/ButtonIcon.module.scss +0 -1
  125. package/esm/ui/Card/Card.d.ts +0 -4
  126. package/esm/ui/Card/Card.module.scss +0 -1
  127. package/esm/ui/Chip/Chip.d.ts +0 -13
  128. package/esm/ui/Chip/Chip.module.scss +0 -1
  129. package/esm/ui/Form/Checkbox/Checkbox.d.ts +0 -12
  130. package/esm/ui/Form/Checkbox/Checkbox.module.scss +0 -1
  131. package/esm/ui/Form/Checkbox/Radio.d.ts +0 -3
  132. package/esm/ui/Form/DateField/DateField.d.ts +0 -26
  133. package/esm/ui/Form/DateField/DateField.module.scss +0 -1
  134. package/esm/ui/Form/DateField/TimeField.d.ts +0 -3
  135. package/esm/ui/Form/DatePicker/DatePicker.d.ts +0 -7
  136. package/esm/ui/Form/DatePicker/DatePicker.module.scss +0 -1
  137. package/esm/ui/Form/DatePicker/PeriodSelect.d.ts +0 -2
  138. package/esm/ui/Form/DatePicker/TimePicker.d.ts +0 -2
  139. package/esm/ui/Form/DatePicker/styles.css +0 -766
  140. package/esm/ui/Form/Interval/Interval.d.ts +0 -21
  141. package/esm/ui/Form/Interval/Interval.module.scss +0 -1
  142. package/esm/ui/Form/Interval/IntervalSlide.d.ts +0 -4
  143. package/esm/ui/Form/Password/Password.d.ts +0 -12
  144. package/esm/ui/Form/Period/Period.d.ts +0 -15
  145. package/esm/ui/Form/Period/Period.module.scss +0 -2
  146. package/esm/ui/Form/Rating/Rating.d.ts +0 -10
  147. package/esm/ui/Form/Rating/Rating.module.scss +0 -1
  148. package/esm/ui/Form/Select/Select.d.ts +0 -23
  149. package/esm/ui/Form/Select/Select.module.scss +0 -1
  150. package/esm/ui/Form/Switch/Switch.d.ts +0 -7
  151. package/esm/ui/Form/Switch/Switch.module.scss +0 -1
  152. package/esm/ui/Form/TextArea/TextArea.d.ts +0 -4
  153. package/esm/ui/Form/TextArea/TextArea.module.scss +0 -1
  154. package/esm/ui/Form/TextField/TextField.d.ts +0 -40
  155. package/esm/ui/Form/TextField/TextField.module.scss +0 -1
  156. package/esm/ui/HelperText/HelperText.d.ts +0 -6
  157. package/esm/ui/HelperText/HelperText.module.scss +0 -1
  158. package/esm/ui/List/ListItem.d.ts +0 -10
  159. package/esm/ui/List/ListItem.module.scss +0 -1
  160. package/esm/ui/Loader/Loader.d.ts +0 -6
  161. package/esm/ui/Loader/Loader.module.scss +0 -1
  162. package/esm/ui/Logo/Logo.d.ts +0 -12
  163. package/esm/ui/Logo/Logo.module.scss +0 -1
  164. package/esm/ui/Slider/RcSlider.d.ts +0 -0
  165. package/esm/ui/Slider/Slider.d.ts +0 -8
  166. package/esm/ui/Slider/Slider.module.scss +0 -1
  167. package/esm/ui/Slider/style.css +0 -281
  168. package/esm/ui/Status/Status.d.ts +0 -10
  169. package/esm/ui/Status/Status.module.scss +0 -1
  170. package/esm/ui/Stepper/StepItem.module.scss +0 -1
  171. package/esm/ui/Stepper/StepItemIcon.d.ts +0 -11
  172. package/esm/ui/Stepper/StepItemIcon.module.scss +0 -1
  173. package/esm/ui/Stepper/Stepper.d.ts +0 -11
  174. package/esm/ui/Stepper/Stepper.module.scss +0 -1
  175. package/esm/ui/Tooltip/Tooltip.d.ts +0 -7
  176. package/esm/ui/Tooltip/Tooltip.module.scss +0 -1
  177. /package/{cjs/assets → assets}/Adornment.scss +0 -0
  178. /package/{cjs/assets → assets}/Alert.scss +0 -0
  179. /package/{cjs/assets → assets}/Avatar.scss +0 -0
  180. /package/{cjs/assets → assets}/AvatarGroup.scss +0 -0
  181. /package/{cjs/assets → assets}/Badge.scss +0 -0
  182. /package/{cjs/assets → assets}/Button.scss +0 -0
  183. /package/{cjs/assets → assets}/ButtonGroup.scss +0 -0
  184. /package/{cjs/assets → assets}/ButtonIcon.scss +0 -0
  185. /package/{cjs/assets → assets}/Card.scss +0 -0
  186. /package/{cjs/assets → assets}/Checkbox.scss +0 -0
  187. /package/{cjs/assets → assets}/Chip.scss +0 -0
  188. /package/{cjs/assets → assets}/DatePicker.scss +0 -0
  189. /package/{cjs/assets → assets}/HelperText.scss +0 -0
  190. /package/{cjs/assets → assets}/Interval.scss +0 -0
  191. /package/{cjs/assets → assets}/ListItem.scss +0 -0
  192. /package/{cjs/assets → assets}/Loader.scss +0 -0
  193. /package/{cjs/assets → assets}/Logo.scss +0 -0
  194. /package/{cjs/assets → assets}/Period.scss +0 -0
  195. /package/{cjs/assets → assets}/Rating.scss +0 -0
  196. /package/{cjs/assets → assets}/Select.scss +0 -0
  197. /package/{cjs/assets → assets}/Slider.scss +0 -0
  198. /package/{cjs/assets → assets}/Status.scss +0 -0
  199. /package/{cjs/assets → assets}/StepItem.scss +0 -0
  200. /package/{cjs/assets → assets}/StepItemIcon.scss +0 -0
  201. /package/{cjs/assets → assets}/Stepper.scss +0 -0
  202. /package/{cjs/assets → assets}/Switch.scss +0 -0
  203. /package/{cjs/assets → assets}/TextArea.scss +0 -0
  204. /package/{cjs/assets → assets}/TextField.scss +0 -0
  205. /package/{cjs/assets → assets}/Tooltip.scss +0 -0
  206. /package/{cjs/assets → assets}/fonts.scss +0 -0
  207. /package/{cjs/assets → assets}/global.css +0 -0
  208. /package/{cjs/assets → assets}/styles.scss +0 -0
  209. /package/{cjs/assets → assets}/variables.scss +0 -0
  210. /package/{cjs/lib → lib}/const/styles.d.ts +0 -0
  211. /package/{esm/lib → lib}/const/styles.js +0 -0
  212. /package/{cjs/lib → lib}/helpers/helpers.d.ts +0 -0
  213. /package/{esm/lib → lib}/helpers/helpers.js +0 -0
  214. /package/{cjs/lib → lib}/hooks/useClickOutside.d.ts +0 -0
  215. /package/{esm/lib → lib}/hooks/useClickOutside.js +0 -0
  216. /package/{cjs/lib → lib}/services/DateService.d.ts +0 -0
  217. /package/{esm/lib → lib}/services/DateService.js +0 -0
  218. /package/{cjs/types → types}/theme.d.ts +0 -0
  219. /package/{esm/types → types}/theme.js +0 -0
  220. /package/{cjs/ui → ui}/Adornment/Adornment.d.ts +0 -0
  221. /package/{esm/ui → ui}/Adornment/Adornment.js +0 -0
  222. /package/{cjs/ui → ui}/Alert/Alert.d.ts +0 -0
  223. /package/{esm/ui → ui}/Alert/Alert.js +0 -0
  224. /package/{cjs/ui → ui}/Alert/Alert.module.scss +0 -0
  225. /package/{cjs/ui → ui}/Avatar/Avatar.d.ts +0 -0
  226. /package/{esm/ui → ui}/Avatar/Avatar.js +0 -0
  227. /package/{cjs/ui → ui}/Avatar/Avatar.module.scss +0 -0
  228. /package/{cjs/ui → ui}/Avatar/AvatarGroup.d.ts +0 -0
  229. /package/{esm/ui → ui}/Avatar/AvatarGroup.js +0 -0
  230. /package/{cjs/ui → ui}/Avatar/AvatarGroup.module.scss +0 -0
  231. /package/{cjs/ui → ui}/Badge/Badge.d.ts +0 -0
  232. /package/{esm/ui → ui}/Badge/Badge.js +0 -0
  233. /package/{cjs/ui → ui}/Badge/Badge.module.scss +0 -0
  234. /package/{cjs/ui → ui}/Button/Button.module.scss +0 -0
  235. /package/{cjs/ui/ButtonGroup/index.d.ts → ui/ButtonGroup/ButtonGroup.d.ts} +0 -0
  236. /package/{esm/ui/ButtonGroup/index.js → ui/ButtonGroup/ButtonGroup.js} +0 -0
  237. /package/{cjs/ui → ui}/ButtonGroup/ButtonGroup.module.scss +0 -0
  238. /package/{cjs/ui → ui}/ButtonIcon/ButtonIcon.module.scss +0 -0
  239. /package/{cjs/ui → ui}/Card/Card.d.ts +0 -0
  240. /package/{esm/ui → ui}/Card/Card.js +0 -0
  241. /package/{cjs/ui → ui}/Card/Card.module.scss +0 -0
  242. /package/{cjs/ui → ui}/Chip/Chip.d.ts +0 -0
  243. /package/{esm/ui → ui}/Chip/Chip.js +0 -0
  244. /package/{cjs/ui → ui}/Chip/Chip.module.scss +0 -0
  245. /package/{cjs/ui → ui}/Form/Checkbox/Checkbox.d.ts +0 -0
  246. /package/{esm/ui → ui}/Form/Checkbox/Checkbox.js +0 -0
  247. /package/{cjs/ui → ui}/Form/Checkbox/Checkbox.module.scss +0 -0
  248. /package/{cjs/ui → ui}/Form/Checkbox/Radio.d.ts +0 -0
  249. /package/{esm/ui → ui}/Form/Checkbox/Radio.js +0 -0
  250. /package/{cjs/ui → ui}/Form/DateField/DateField.d.ts +0 -0
  251. /package/{esm/ui → ui}/Form/DateField/DateField.js +0 -0
  252. /package/{cjs/ui → ui}/Form/DateField/DateField.module.scss +0 -0
  253. /package/{cjs/ui → ui}/Form/DateField/TimeField.d.ts +0 -0
  254. /package/{esm/ui → ui}/Form/DateField/TimeField.js +0 -0
  255. /package/{cjs/ui → ui}/Form/DatePicker/DatePicker.d.ts +0 -0
  256. /package/{esm/ui → ui}/Form/DatePicker/DatePicker.js +0 -0
  257. /package/{cjs/ui → ui}/Form/DatePicker/DatePicker.module.scss +0 -0
  258. /package/{cjs/ui → ui}/Form/DatePicker/PeriodSelect.d.ts +0 -0
  259. /package/{esm/ui → ui}/Form/DatePicker/PeriodSelect.js +0 -0
  260. /package/{cjs/ui → ui}/Form/DatePicker/TimePicker.d.ts +0 -0
  261. /package/{esm/ui → ui}/Form/DatePicker/TimePicker.js +0 -0
  262. /package/{cjs/ui → ui}/Form/DatePicker/styles.css +0 -0
  263. /package/{cjs/ui → ui}/Form/Interval/Interval.d.ts +0 -0
  264. /package/{esm/ui → ui}/Form/Interval/Interval.js +0 -0
  265. /package/{cjs/ui → ui}/Form/Interval/Interval.module.scss +0 -0
  266. /package/{cjs/ui → ui}/Form/Interval/IntervalSlide.d.ts +0 -0
  267. /package/{esm/ui → ui}/Form/Interval/IntervalSlide.js +0 -0
  268. /package/{cjs/ui → ui}/Form/Password/Password.d.ts +0 -0
  269. /package/{esm/ui → ui}/Form/Password/Password.js +0 -0
  270. /package/{cjs/ui → ui}/Form/Period/Period.d.ts +0 -0
  271. /package/{esm/ui → ui}/Form/Period/Period.js +0 -0
  272. /package/{cjs/ui → ui}/Form/Period/Period.module.scss +0 -0
  273. /package/{cjs/ui → ui}/Form/Rating/Rating.d.ts +0 -0
  274. /package/{esm/ui → ui}/Form/Rating/Rating.js +0 -0
  275. /package/{cjs/ui → ui}/Form/Rating/Rating.module.scss +0 -0
  276. /package/{cjs/ui → ui}/Form/Select/Select.d.ts +0 -0
  277. /package/{esm/ui → ui}/Form/Select/Select.js +0 -0
  278. /package/{cjs/ui → ui}/Form/Select/Select.module.scss +0 -0
  279. /package/{cjs/ui → ui}/Form/Switch/Switch.d.ts +0 -0
  280. /package/{esm/ui → ui}/Form/Switch/Switch.js +0 -0
  281. /package/{cjs/ui → ui}/Form/Switch/Switch.module.scss +0 -0
  282. /package/{cjs/ui → ui}/Form/TextArea/TextArea.d.ts +0 -0
  283. /package/{esm/ui → ui}/Form/TextArea/TextArea.js +0 -0
  284. /package/{cjs/ui → ui}/Form/TextArea/TextArea.module.scss +0 -0
  285. /package/{cjs/ui → ui}/Form/TextField/TextField.d.ts +0 -0
  286. /package/{esm/ui → ui}/Form/TextField/TextField.js +0 -0
  287. /package/{cjs/ui → ui}/Form/TextField/TextField.module.scss +0 -0
  288. /package/{cjs/ui → ui}/HelperText/HelperText.d.ts +0 -0
  289. /package/{esm/ui → ui}/HelperText/HelperText.js +0 -0
  290. /package/{cjs/ui → ui}/HelperText/HelperText.module.scss +0 -0
  291. /package/{cjs/ui → ui}/List/ListItem.d.ts +0 -0
  292. /package/{esm/ui → ui}/List/ListItem.js +0 -0
  293. /package/{cjs/ui → ui}/List/ListItem.module.scss +0 -0
  294. /package/{cjs/ui → ui}/Loader/Loader.module.scss +0 -0
  295. /package/{cjs/ui → ui}/Logo/Logo.d.ts +0 -0
  296. /package/{esm/ui → ui}/Logo/Logo.js +0 -0
  297. /package/{cjs/ui → ui}/Logo/Logo.module.scss +0 -0
  298. /package/{cjs/ui → ui}/Slider/RcSlider.d.ts +0 -0
  299. /package/{esm/ui → ui}/Slider/RcSlider.js +0 -0
  300. /package/{cjs/ui → ui}/Slider/Slider.d.ts +0 -0
  301. /package/{esm/ui → ui}/Slider/Slider.js +0 -0
  302. /package/{cjs/ui → ui}/Slider/Slider.module.scss +0 -0
  303. /package/{cjs/ui → ui}/Slider/style.css +0 -0
  304. /package/{cjs/ui → ui}/Status/Status.d.ts +0 -0
  305. /package/{esm/ui → ui}/Status/Status.js +0 -0
  306. /package/{cjs/ui → ui}/Status/Status.module.scss +0 -0
  307. /package/{cjs/ui → ui}/Stepper/StepItem.module.scss +0 -0
  308. /package/{cjs/ui → ui}/Stepper/StepItemIcon.d.ts +0 -0
  309. /package/{esm/ui → ui}/Stepper/StepItemIcon.js +0 -0
  310. /package/{cjs/ui → ui}/Stepper/StepItemIcon.module.scss +0 -0
  311. /package/{cjs/ui → ui}/Stepper/Stepper.d.ts +0 -0
  312. /package/{esm/ui → ui}/Stepper/Stepper.js +0 -0
  313. /package/{cjs/ui → ui}/Stepper/Stepper.module.scss +0 -0
  314. /package/{cjs/ui → ui}/Tooltip/Tooltip.d.ts +0 -0
  315. /package/{esm/ui → ui}/Tooltip/Tooltip.js +0 -0
  316. /package/{cjs/ui → ui}/Tooltip/Tooltip.module.scss +0 -0
@@ -1,266 +0,0 @@
1
- @import "./../assets/variables";
2
-
3
- .button{
4
- outline: none;
5
- border:1px solid transparent;
6
- border-radius: $radius;
7
- text-transform: uppercase;
8
- padding: $size-step calc(3 * $size-step);
9
- cursor: pointer;
10
- @include transition(0.3s);
11
- font-weight: 500;
12
- font-size: 16px;
13
- height: $size-elarge;
14
- display: flex;
15
- align-items: center;
16
- justify-content: center;
17
- &:disabled{
18
- cursor: initial;
19
- }
20
- }
21
- .button_contained {
22
- &.button_primary{
23
- color: #fff;
24
- background: $color-primary;
25
- &:hover{
26
- background: $color-primary-dark;
27
- }
28
- &:active{
29
- background: $color-blue-800;
30
- }
31
- &:disabled{
32
- background: $color-primary-light;
33
- }
34
- }
35
- &.button_secondary {
36
- background: $color-secondary;
37
- color: #fff;
38
- &:hover{
39
- background: $color-secondary-dark;
40
- }
41
- &:active{
42
- background: $color-orange-800;
43
- }
44
- &:disabled{
45
- background: $color-secondary-light;
46
- }
47
- }
48
- &.button_neutral {
49
- background: $color-neutral;
50
- &:hover{
51
- background: $color-neutral-dark;
52
- }
53
- &:active{
54
- background: $color-gray-600;
55
- }
56
- &:disabled{
57
- background: $color-secondary-light;
58
- }
59
- }
60
- &.button_black {
61
- background: $color-gray-900;
62
- &:hover{
63
- background: $color-neutral-dark;
64
- }
65
- &:active{
66
- background: $color-gray-600;
67
- }
68
- &:disabled{
69
- background: $color-secondary-light;
70
- }
71
- }
72
- }
73
- .button_outlined {
74
- background: transparent;
75
- &.button_primary{
76
-
77
- color: $color-primary;
78
- border-color: $color-primary;
79
- background: transparent;
80
- &:hover{
81
- background: rgba($color-primary, 0.1);
82
- }
83
- &:active{
84
- background: $color-blue-A100;
85
- }
86
- &:disabled{
87
- color: $color-primary-light;
88
- border-color: $color-primary-light;
89
- }
90
- }
91
- &.button_secondary {
92
- border-color: $color-secondary;
93
- color: $color-secondary;
94
- &:hover{
95
- background: rgba($color-secondary, 0.1);
96
- }
97
- &:active{
98
- background: $color-orange-100;
99
- }
100
- &:disabled{
101
- color: $color-primary-light;
102
- border-color: $color-primary-light;
103
- }
104
- }
105
- &.button_neutral,
106
- &.button_black {
107
- border-color: $color-gray-900;
108
- color: $color-gray-900;
109
- &:hover{
110
- background: rgba($color-neutral, 0.1);
111
- }
112
- &:active{
113
- background: $color-gray-300;
114
- }
115
- &:disabled{
116
- color: $color-neutral-light;
117
- border-color: $color-neutral-light;
118
- }
119
- }
120
- }
121
- .button_transparent {
122
- background: transparent;
123
- &.button_primary{
124
- color: $color-primary;
125
- background: transparent;
126
- &:hover{
127
- background: rgba($color-primary, 0.1);
128
- }
129
- &:active{
130
- background: $color-blue-A100;
131
- }
132
- &:disabled{
133
- color: $color-primary-light;
134
- background: none;
135
- }
136
- }
137
- &.button_secondary {
138
- color: $color-secondary;
139
- &:hover{
140
- background: rgba($color-secondary, 0.1);
141
- }
142
- &:active{
143
- background: $color-orange-100;
144
- }
145
- &:disabled{
146
- color: $color-primary-light;
147
- background: none;
148
- }
149
- }
150
- &.button_neutral,
151
- &.button_black {
152
- color: $color-gray-900;
153
- &:hover{
154
- background: rgba($color-neutral, 0.1);
155
- }
156
- &:active{
157
- background: $color-gray-300;
158
- }
159
- &:disabled{
160
- color: $color-neutral-light;
161
- background: none;
162
- }
163
- }
164
- }
165
-
166
- .button__adornment{
167
- font-size: inherit;
168
- }
169
- .button__adornment_end{
170
- margin-left: $size-step;
171
- }
172
- .button__adornment_start{
173
- margin-right: $size-step;
174
- }
175
-
176
- .button_large{
177
- height: $size-large;
178
- font-size: 15px;
179
- }
180
- .button_medium{
181
- height: $size-medium;
182
- font-size: 14px;
183
- }
184
- .button_small{
185
- height: $size-small;
186
- font-size: 13px;
187
- }
188
-
189
-
190
-
191
- .button_grouped_inline{
192
- border-radius: 0;
193
- &:first-child{
194
- border-top-left-radius: $radius;
195
- border-bottom-left-radius: $radius;
196
- }
197
- &:last-child{
198
- border-top-right-radius: $radius;
199
- border-bottom-right-radius: $radius;
200
- }
201
- &.button_contained{
202
- &.button_primary + *{
203
- border-left-color: $color-info-dark;
204
- }
205
- &.button_secondary + *{
206
- border-left-color: $color-primary-dark;
207
- }
208
- &.button_neutral + *{
209
- border-left-color: $color-neutral-dark;
210
- }
211
- &.button_black + *{
212
- border-left-color: $color-neutral-dark;
213
- }
214
- }
215
- &.button_outlined{
216
- &.button_primary + *{
217
- border-left-color: $color-info-dark;
218
- }
219
- &.button_primary:not(:last-child){
220
- border-right: 0;
221
- }
222
- &.button_secondary + *{
223
- border-left-color: $color-secondary;
224
- }
225
- &.button_secondary:not(:last-child){
226
- border-right: 0;
227
- }
228
- &.button_neutral + *{
229
- border-left-color: $color-neutral;
230
- }
231
- &.button_neutral:not(:last-child){
232
- border-right: 0;
233
- }
234
- &.button_black + *{
235
- border-left-color: $color-neutral;
236
- }
237
- &.button_black:not(:last-child){
238
- border-right: 0;
239
- }
240
- }
241
- &.button_transparent{
242
- &.button_primary + *{
243
- border-left-color: $color-gray-200;
244
- }
245
- &.button_secondary + *{
246
- border-left-color: $color-gray-200;
247
- }
248
- &.button_neutral + *{
249
- border-left-color: $color-gray-200;
250
- }
251
- &.button_black + *{
252
- border-left-color: $color-gray-200;
253
- }
254
- }
255
- }
256
- .button_grouped_column{
257
- border-radius: 0;
258
- &:first-child{
259
- border-top-left-radius: $radius;
260
- border-top-right-radius: $radius;
261
- }
262
- &:last-child{
263
- border-bottom-left-radius: $radius;
264
- border-bottom-right-radius: $radius;
265
- }
266
- }
@@ -1,12 +0,0 @@
1
- @import "./../assets/variables";
2
-
3
- .button_group{
4
- display: flex;
5
- align-items: center;
6
- }
7
- .button_group_inline{
8
- flex-direction: row;
9
- }
10
- .button_group_column{
11
- flex-direction: column;
12
- }
@@ -1,24 +0,0 @@
1
- @import "./../assets/variables";
2
-
3
- .button_icon{
4
- padding: $size-step;
5
- width: $size-elarge;
6
- border-radius: 50%;
7
- display: flex;
8
- align-items: center;
9
- justify-content: center;
10
- font-size: 30px;
11
- &.button_large{
12
- width: $size-large;
13
- font-size: 24px;
14
- }
15
- &.button_medium{
16
- width: $size-medium;
17
- font-size: 20px;
18
- }
19
- &.button_small{
20
- width: $size-small;
21
- padding: calc($size-step / 2);
22
- font-size: 16px;
23
- }
24
- }
@@ -1,7 +0,0 @@
1
- @import "variables";
2
-
3
- .card{
4
- padding: $size-step;
5
- box-shadow: $box-shadow;
6
- border-radius: $radius;
7
- }
@@ -1,297 +0,0 @@
1
- @import "variables";
2
-
3
- .checkbox{
4
- position: relative;
5
- }
6
- .checkbox__input{
7
- display: none;
8
- }
9
- .checkbox__label{
10
- cursor: pointer;
11
- text-align: left;
12
- position: relative;
13
- display: block;
14
- font-size: 16px;
15
- line-height: 1.2;
16
- width:22px;
17
- height: 22px;
18
- & .checkbox__text{
19
- display: block;
20
- padding-left: 31px;
21
- }
22
- &:before{
23
- width: 100%;
24
- height: 100%;
25
- border-radius: $radius;
26
- border: 1px solid $color-gray-700;
27
- background: #fff;
28
- position: absolute;
29
- content: '';
30
- left: 0;
31
- top: -3px;
32
- }
33
- &:after{
34
- content: '';
35
- position: absolute;
36
- transform: rotate(45deg);
37
- left: 9px;
38
- top: 1px;
39
- width: 5px;
40
- height: 10px;
41
- border-bottom: 2px solid;
42
- border-right: 2px solid;
43
- display: none;
44
- }
45
- & span{
46
- display: inline-block;
47
- padding-left: 5px;
48
- }
49
- }
50
-
51
- .checkbox_medium{
52
- width:18px;
53
- height: 18px;
54
- & .checkbox__text{
55
- //padding-left: 27px;
56
- }
57
- &:after{
58
- left: 7px;
59
- top: 1px;
60
- }
61
- &:before{
62
- top:-1px;
63
- }
64
- }
65
- .checkbox_small{
66
- font-size: 14px;
67
- width:16px;
68
- height: 16px;
69
- & .checkbox__text{
70
- padding-left: 25px;
71
- }
72
- &:after{
73
- left: 7px;
74
- top: 1px;
75
- height: 8px;
76
- width: 3px;
77
- }
78
- &:before{
79
- top: -2px;
80
- }
81
- }
82
- .checkbox__label_intermediate{
83
- &:after{
84
- border-left: none;
85
- width: 16px;
86
- transform: none;
87
- top: 7px;
88
- height: 0;
89
- left: 4px;
90
- border-right: none;
91
- }
92
- &.checkbox_medium:after{
93
- width: 12px;
94
- }
95
- &.checkbox_small:after{
96
- width: 10px;
97
- top: 6px;
98
- }
99
- }
100
-
101
- .checkbox__label_intermediate,
102
- .checkbox__label_checked{
103
- &:before{
104
- border-color: transparent;
105
- background: $color-primary;
106
- }
107
- &:after{
108
- border-color: #fff;
109
- display: block;
110
- }
111
- &.checkbox_secondary{
112
- &:before{
113
- background: $color-secondary;
114
- }
115
- }
116
-
117
- &.checkbox_contained{
118
- &.checkbox_secondary{
119
- &:before{
120
- background: $color-secondary;
121
- }
122
- }
123
- &.checkbox_neutral{
124
- &:before{
125
- background: $color-neutral;
126
- }
127
- }
128
- &.checkbox_success{
129
- &:before{
130
- background: $color-success;
131
- }
132
- }
133
- &.checkbox_error{
134
- color: $color-error-dark;
135
- &:before{
136
- background: $color-error-dark;
137
- }
138
- }
139
- &.checkbox_warning{
140
- &:before{
141
- background: $color-warning;
142
- }
143
- }
144
- }
145
- }
146
- .checkbox_outlined{
147
- &:before{
148
- background: transparent;
149
- border-color: $color-primary;
150
- }
151
- &:after{
152
- border-color: $color-primary;
153
- }
154
- &.checkbox_secondary{
155
- &:before{
156
- border-color: $color-secondary;
157
- }
158
- &:after{
159
- border-color: $color-secondary;
160
- }
161
- }
162
- &.checkbox_neutral{
163
- &:before{
164
- border-color: $color-neutral;
165
- }
166
- &:after{
167
- border-color: $color-neutral;
168
- }
169
- }
170
- &.checkbox_success{
171
- &:before{
172
- border-color: $color-success;
173
- }
174
- &:after{
175
- border-color: $color-success;
176
- }
177
- }
178
- &.checkbox_error{
179
- color: $color-error-dark;
180
- &:before{
181
- border-color: $color-error-dark;
182
- }
183
- &:after{
184
- border-color: $color-error-dark;
185
- }
186
- }
187
- &.checkbox_warning{
188
- &:before{
189
- border-color: $color-warning;
190
- }
191
- &:after{
192
- border-color: $color-warning;
193
- }
194
- }
195
- }
196
-
197
- .checkbox__label_disabled{
198
- color: $color-gray-500 !important;
199
- pointer-events: none;
200
- &:before{
201
- background-color: $color-gray-400;
202
- }
203
- &:after{
204
- border-color: $color-gray-200;
205
- }
206
- &.checkbox_outlined{
207
- &:before{
208
- background-color: transparent;
209
- border-color: $color-gray-200;
210
- }
211
- &:after{
212
- border-color: $color-gray-200;
213
- }
214
- }
215
- }
216
-
217
- .radio{
218
- & .checkbox__label{
219
- &:before{
220
- border-radius: 50%;
221
- }
222
- &:after{
223
- border: none;
224
- border-radius: 50%;
225
- background: $color-primary;
226
- width: 12px;
227
- height: 12px;
228
- margin-top: -2px;
229
- margin-left: 1px;
230
- top:50%;
231
- left:50%;
232
- transform: translate(-50%, -50%);
233
- }
234
- &.checkbox_medium{
235
- &:after{
236
- width: 8px;
237
- height: 8px;
238
- margin-top: 0;
239
- }
240
- }
241
- &.checkbox_small{
242
- &:after{
243
- width: 6px;
244
- height: 6px;
245
- margin-top: -1px;
246
- }
247
- }
248
- &.checkbox_error:before{
249
- border-color: $color-error-dark;
250
- }
251
- &.checkbox_secondary:before{
252
- border-color: $color-secondary;
253
- }
254
- &.checkbox_success:before{
255
- border-color: $color-success;
256
- }
257
- &.checkbox_warning:before{
258
- border-color: $color-warning;
259
- }
260
- &.checkbox_neutral:before{
261
- border-color: $color-neutral;
262
- }
263
- &.checkbox_error:after{
264
- background: $color-error-dark;
265
- }
266
- &.checkbox_secondary:after{
267
- background: $color-secondary;
268
- }
269
- &.checkbox_success:after{
270
- background: $color-success;
271
- }
272
- &.checkbox_warning:after{
273
- background: $color-warning;
274
- }
275
- &.checkbox_neutral:after{
276
- background: $color-neutral;
277
- }
278
- &_disabled:after{
279
- background: $color-gray-200 !important;
280
- }
281
- &.checkbox_contained:after{
282
- background: #fff;
283
- }
284
-
285
- &.checkbox__label_disabled:before{
286
- background: transparent !important;
287
- border-color: $color-gray-400;
288
- }
289
- &_checked{
290
- &.checkbox__label_disabled:before{
291
- background: #B1BCC6 !important;
292
- }
293
- }
294
-
295
-
296
- }
297
- }
@@ -1,96 +0,0 @@
1
- @import "variables";
2
-
3
- .chip{
4
- background: $color-gray-200;
5
- padding: calc($size-step / 1.5) calc($size-step * 1.5);
6
- border-radius: 20px;
7
- font-size: 13px;
8
- display: inline-block;
9
- }
10
-
11
- .chip__inner{
12
- @include flex(center)
13
- }
14
-
15
- .chip__icon{
16
- display: inline-block;
17
- margin-right: $size-step;
18
- margin-left: -$size-step;
19
- font-size: 22px;
20
- @include flex();
21
- overflow: hidden;
22
- }
23
- .chip__close{
24
- margin-left: $size-step;
25
- margin-right: -$size-step;
26
- padding: 0;
27
- font-size: 20px;
28
- color: $color-gray-500;
29
- cursor: pointer;
30
- &:hover{
31
- @include transition();
32
- color: $color-gray-600;
33
- }
34
- }
35
-
36
- .chip__close_primary,
37
- .chip__close_secondary{
38
- color: #fff;
39
- &:hover{
40
- color: #fff;
41
- opacity: 0.6;
42
- }
43
- }
44
-
45
- .chip_small{
46
- padding: 4px $size-step;
47
- }
48
- .chip__icon_small{
49
- font-size: 18px;
50
- margin-left: 0;
51
- }
52
- .chip__close_small{
53
- font-size: 15px;
54
- margin-right: -2px;
55
- }
56
-
57
- .chip_outlined{
58
- background: transparent;
59
- border: 1px solid $color-gray-400;
60
- }
61
-
62
- a.chip,
63
- button.chip{
64
- &:hover{
65
- background: $color-gray-300;
66
- }
67
- }
68
- a.chip_outlined,
69
- button.chip_outlined{
70
- &:hover{
71
- background: rgba($color-neutral, 0.1);
72
- }
73
- }
74
-
75
- .chip_secondary{
76
- color: #fff;
77
- background-color: $color-secondary;
78
- }
79
- a.chip_secondary,
80
- button.chip_secondary{
81
- &:hover{
82
- background-color: $color-secondary-dark;
83
- }
84
- }
85
-
86
- .chip_primary{
87
- color: #fff;
88
- background-color: $color-primary;
89
- }
90
-
91
- a.chip_primary,
92
- button.chip_primary{
93
- &:hover{
94
- background-color: $color-primary-dark;
95
- }
96
- }
@@ -1,7 +0,0 @@
1
- @import "variables";
2
-
3
- .datepicker{
4
- & .react-datepicker{
5
- border:none;
6
- }
7
- }
@@ -1,10 +0,0 @@
1
- @import "variables";
2
-
3
- .helperText{
4
- color: $color-gray-600;
5
- font-size: 12px;
6
- display: block;
7
- }
8
- .helperText_error{
9
- color: $color-error-dark;
10
- }