armtek-uikit-react 1.0.13 → 1.0.15

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 (335) hide show
  1. package/{cjs/assets → assets}/Adornment.scss +2 -0
  2. package/{esm/ui/Alert/Alert.module.scss → assets/Alert.scss} +1 -1
  3. package/{esm/ui/Avatar/Avatar.module.scss → assets/Avatar.scss} +1 -1
  4. package/{cjs/ui/Avatar/AvatarGroup.module.scss → assets/AvatarGroup.scss} +1 -1
  5. package/{cjs/ui/Badge/Badge.module.scss → assets/Badge.scss} +1 -1
  6. package/{cjs/assets → assets}/Button.scss +1 -32
  7. package/assets/ButtonGroup.scss +12 -0
  8. package/assets/ButtonIcon.scss +24 -0
  9. package/{cjs/ui/Card/Card.module.scss → assets/Card.scss} +1 -1
  10. package/{esm/ui/Form/Checkbox/Checkbox.module.scss → assets/Checkbox.scss} +1 -1
  11. package/{esm/ui/Chip/Chip.module.scss → assets/Chip.scss} +1 -1
  12. package/{cjs/ui/Form/DatePicker/DatePicker.module.scss → assets/DatePicker.scss} +1 -1
  13. package/{cjs/ui/HelperText/HelperText.module.scss → assets/HelperText.scss} +1 -1
  14. package/{esm/ui/Form/Interval/Interval.module.scss → assets/Interval.scss} +1 -1
  15. package/{esm/ui/List/ListItem.module.scss → assets/ListItem.scss} +1 -1
  16. package/{esm/ui/Loader/Loader.module.scss → assets/Loader.scss} +1 -1
  17. package/{esm/ui/Logo/Logo.module.scss → assets/Logo.scss} +1 -1
  18. package/{esm/ui/Form/Period/Period.module.scss → assets/Period.scss} +1 -1
  19. package/{esm/ui/Form/Rating/Rating.module.scss → assets/Rating.scss} +1 -1
  20. package/{cjs/ui/Form/Select/Select.module.scss → assets/Select.scss} +1 -1
  21. package/{esm/ui/Slider/Slider.module.scss → assets/Slider.scss} +1 -1
  22. package/{cjs/ui/Status/Status.module.scss → assets/Status.scss} +1 -1
  23. package/{esm/ui/Stepper/StepItem.module.scss → assets/StepItem.scss} +1 -1
  24. package/{cjs/ui/Stepper/StepItemIcon.module.scss → assets/StepItemIcon.scss} +1 -1
  25. package/{cjs/ui/Stepper/Stepper.module.scss → assets/Stepper.scss} +1 -1
  26. package/{esm/ui/Form/Switch/Switch.module.scss → assets/Switch.scss} +1 -1
  27. package/{cjs/ui/Form/TextArea/TextArea.module.scss → assets/TextArea.scss} +1 -1
  28. package/{cjs/ui/Form/TextField/TextField.module.scss → assets/TextField.scss} +1 -1
  29. package/{cjs/ui/Tooltip/Tooltip.module.scss → assets/Tooltip.scss} +1 -1
  30. package/assets/styles.scss +31 -0
  31. package/index.js +15 -0
  32. package/{esm/lib → lib}/helpers/helpers.js +7 -0
  33. package/package.json +25 -1
  34. package/{esm → types}/index.d.ts +3 -3
  35. package/{esm → types}/lib/helpers/helpers.d.ts +1 -0
  36. package/{cjs/ui/Button/Button.d.ts → types/ui/Button/index.d.ts} +3 -3
  37. package/{esm/ui/Button/ButtonIcon.d.ts → types/ui/ButtonIcon/index.d.ts} +1 -1
  38. package/types/ui/Slider/RcSlider.d.ts +0 -0
  39. package/{esm → types}/ui/Slider/Slider.d.ts +1 -1
  40. package/{esm → types}/ui/Stepper/StepItem.d.ts +1 -1
  41. package/{esm/ui → ui}/Adornment/Adornment.js +10 -5
  42. package/ui/Adornment/Adornment.module.scss +2 -0
  43. package/{esm/ui → ui}/Alert/Alert.js +7 -3
  44. package/ui/Alert/Alert.module.scss +2 -0
  45. package/{esm/ui → ui}/Avatar/Avatar.js +5 -1
  46. package/ui/Avatar/Avatar.module.scss +1 -0
  47. package/{esm/ui → ui}/Avatar/AvatarGroup.js +5 -1
  48. package/ui/Avatar/AvatarGroup.module.scss +1 -0
  49. package/{esm/ui → ui}/Badge/Badge.js +5 -1
  50. package/ui/Badge/Badge.module.scss +1 -0
  51. package/ui/Button/Button.module.scss +1 -0
  52. package/{esm/ui/Button/Button.js → ui/Button/index.js} +7 -3
  53. package/ui/ButtonGroup/ButtonGroup.module.scss +2 -0
  54. package/{esm/ui/Button/ButtonGroup.js → ui/ButtonGroup/index.js} +5 -1
  55. package/ui/ButtonIcon/ButtonIcon.module.scss +1 -0
  56. package/{esm/ui/Button/ButtonIcon.js → ui/ButtonIcon/index.js} +6 -2
  57. package/{esm/ui → ui}/Card/Card.js +5 -1
  58. package/ui/Card/Card.module.scss +1 -0
  59. package/{esm/ui → ui}/Chip/Chip.js +5 -1
  60. package/ui/Chip/Chip.module.scss +1 -0
  61. package/{esm/ui → ui}/Form/Checkbox/Checkbox.js +5 -1
  62. package/ui/Form/Checkbox/Checkbox.module.scss +1 -0
  63. package/{esm/ui → ui}/Form/Checkbox/Radio.js +7 -3
  64. package/{esm/ui → ui}/Form/DateField/DateField.js +5 -6
  65. package/{esm/ui → ui}/Form/DateField/TimeField.js +1 -1
  66. package/ui/Form/DatePicker/DatePicker.module.scss +1 -0
  67. package/{esm/ui → ui}/Form/DatePicker/PeriodSelect.js +1 -1
  68. package/{esm/ui → ui}/Form/DatePicker/TimePicker.js +1 -1
  69. package/{esm/ui → ui}/Form/Interval/Interval.js +7 -3
  70. package/ui/Form/Interval/Interval.module.scss +1 -0
  71. package/{esm/ui → ui}/Form/Interval/IntervalSlide.js +7 -3
  72. package/{esm/ui → ui}/Form/Password/Password.js +3 -3
  73. package/{esm/ui → ui}/Form/Period/Period.js +11 -7
  74. package/ui/Form/Period/Period.module.scss +2 -0
  75. package/{esm/ui → ui}/Form/Rating/Rating.js +5 -1
  76. package/ui/Form/Rating/Rating.module.scss +1 -0
  77. package/{esm/ui → ui}/Form/Select/Select.js +10 -6
  78. package/ui/Form/Select/Select.module.scss +1 -0
  79. package/{esm/ui → ui}/Form/Switch/Switch.js +5 -1
  80. package/ui/Form/Switch/Switch.module.scss +1 -0
  81. package/{esm/ui → ui}/Form/TextArea/TextArea.js +6 -2
  82. package/ui/Form/TextArea/TextArea.module.scss +1 -0
  83. package/{esm/ui → ui}/Form/TextField/TextField.js +6 -2
  84. package/ui/Form/TextField/TextField.module.scss +1 -0
  85. package/{esm/ui → ui}/HelperText/HelperText.js +5 -1
  86. package/ui/HelperText/HelperText.module.scss +1 -0
  87. package/{esm/ui → ui}/List/ListItem.js +7 -3
  88. package/ui/List/ListItem.module.scss +1 -0
  89. package/{esm/ui → ui}/Loader/Loader.js +5 -1
  90. package/ui/Loader/Loader.module.scss +1 -0
  91. package/{esm/ui → ui}/Logo/Logo.js +5 -1
  92. package/ui/Logo/Logo.module.scss +1 -0
  93. package/ui/Slider/RcSlider.js +0 -0
  94. package/{esm/ui → ui}/Slider/Slider.js +8 -5
  95. package/ui/Slider/Slider.module.scss +1 -0
  96. package/{esm/ui → ui}/Status/Status.js +5 -1
  97. package/ui/Status/Status.module.scss +1 -0
  98. package/{esm/ui → ui}/Stepper/StepItem.js +8 -4
  99. package/ui/Stepper/StepItem.module.scss +1 -0
  100. package/{esm/ui → ui}/Stepper/StepItemIcon.js +5 -1
  101. package/ui/Stepper/StepItemIcon.module.scss +1 -0
  102. package/{esm/ui → ui}/Stepper/Stepper.js +6 -2
  103. package/ui/Stepper/Stepper.module.scss +1 -0
  104. package/{esm/ui → ui}/Tooltip/Tooltip.js +5 -1
  105. package/ui/Tooltip/Tooltip.module.scss +1 -0
  106. package/Adornment/package.json +0 -7
  107. package/Alert/package.json +0 -7
  108. package/Avatar/package.json +0 -7
  109. package/AvatarGroup/package.json +0 -7
  110. package/Badge/package.json +0 -7
  111. package/Button/package.json +0 -7
  112. package/ButtonClasses/package.json +0 -7
  113. package/ButtonGroup/package.json +0 -7
  114. package/ButtonIcon/package.json +0 -7
  115. package/Card/package.json +0 -7
  116. package/Checkbox/package.json +0 -7
  117. package/Chip/package.json +0 -7
  118. package/DateField/package.json +0 -7
  119. package/DatePicker/package.json +0 -7
  120. package/DateService/package.json +0 -7
  121. package/HelperText/package.json +0 -7
  122. package/Interval/package.json +0 -7
  123. package/IntervalSlide/package.json +0 -7
  124. package/ListItem/package.json +0 -7
  125. package/Loader/package.json +0 -7
  126. package/Logo/package.json +0 -7
  127. package/Password/package.json +0 -7
  128. package/Period/package.json +0 -7
  129. package/PeriodSelect/package.json +0 -7
  130. package/Radio/package.json +0 -7
  131. package/Rating/package.json +0 -7
  132. package/RcSlider/package.json +0 -7
  133. package/Select/package.json +0 -7
  134. package/Slider/package.json +0 -7
  135. package/Status/package.json +0 -7
  136. package/StepItem/package.json +0 -7
  137. package/StepItemIcon/package.json +0 -7
  138. package/Stepper/package.json +0 -7
  139. package/Switch/package.json +0 -7
  140. package/TextArea/package.json +0 -7
  141. package/TextField/package.json +0 -7
  142. package/TimeField/package.json +0 -7
  143. package/TimePicker/package.json +0 -7
  144. package/Tooltip/package.json +0 -7
  145. package/cjs/assets/styles.scss +0 -6
  146. package/cjs/index.d.ts +0 -29
  147. package/cjs/index.js +0 -35
  148. package/cjs/lib/const/styles.js +0 -6
  149. package/cjs/lib/helpers/helpers.d.ts +0 -5
  150. package/cjs/lib/helpers/helpers.js +0 -48
  151. package/cjs/lib/hooks/useClickOutside.js +0 -22
  152. package/cjs/lib/services/DateService.js +0 -48
  153. package/cjs/types/theme.js +0 -3
  154. package/cjs/ui/Adornment/Adornment.js +0 -47
  155. package/cjs/ui/Adornment/Adornment.module.scss +0 -18
  156. package/cjs/ui/Alert/Alert.js +0 -46
  157. package/cjs/ui/Alert/Alert.module.scss +0 -38
  158. package/cjs/ui/Avatar/Avatar.js +0 -50
  159. package/cjs/ui/Avatar/Avatar.module.scss +0 -82
  160. package/cjs/ui/Avatar/AvatarGroup.js +0 -34
  161. package/cjs/ui/Badge/Badge.js +0 -34
  162. package/cjs/ui/Button/Button.css +0 -3
  163. package/cjs/ui/Button/Button.js +0 -43
  164. package/cjs/ui/Button/Button.module.scss +0 -298
  165. package/cjs/ui/Button/ButtonClasses.d.ts +0 -3
  166. package/cjs/ui/Button/ButtonClasses.js +0 -12
  167. package/cjs/ui/Button/ButtonGroup.js +0 -26
  168. package/cjs/ui/Button/ButtonIcon.d.ts +0 -3
  169. package/cjs/ui/Button/ButtonIcon.js +0 -21
  170. package/cjs/ui/Card/Card.js +0 -19
  171. package/cjs/ui/Chip/Chip.js +0 -41
  172. package/cjs/ui/Chip/Chip.module.scss +0 -96
  173. package/cjs/ui/Form/Checkbox/Checkbox.js +0 -53
  174. package/cjs/ui/Form/Checkbox/Checkbox.module.scss +0 -297
  175. package/cjs/ui/Form/Checkbox/Radio.js +0 -21
  176. package/cjs/ui/Form/DateField/DateField.js +0 -71
  177. package/cjs/ui/Form/DateField/TimeField.js +0 -19
  178. package/cjs/ui/Form/DatePicker/DatePicker.js +0 -51
  179. package/cjs/ui/Form/DatePicker/PeriodSelect.js +0 -29
  180. package/cjs/ui/Form/DatePicker/TimePicker.js +0 -28
  181. package/cjs/ui/Form/Interval/Interval.js +0 -98
  182. package/cjs/ui/Form/Interval/Interval.module.scss +0 -35
  183. package/cjs/ui/Form/Interval/IntervalSlide.js +0 -48
  184. package/cjs/ui/Form/Password/Password.js +0 -46
  185. package/cjs/ui/Form/Password/Password.module.scss +0 -2
  186. package/cjs/ui/Form/Period/Period.js +0 -69
  187. package/cjs/ui/Form/Period/Period.module.scss +0 -10
  188. package/cjs/ui/Form/Rating/Rating.js +0 -54
  189. package/cjs/ui/Form/Rating/Rating.module.scss +0 -19
  190. package/cjs/ui/Form/Select/Select.js +0 -139
  191. package/cjs/ui/Form/Switch/Switch.js +0 -30
  192. package/cjs/ui/Form/Switch/Switch.module.scss +0 -69
  193. package/cjs/ui/Form/TextArea/TextArea.js +0 -46
  194. package/cjs/ui/Form/TextField/TextField.js +0 -152
  195. package/cjs/ui/HelperText/HelperText.js +0 -28
  196. package/cjs/ui/List/ListItem.js +0 -60
  197. package/cjs/ui/List/ListItem.module.scss +0 -34
  198. package/cjs/ui/Loader/Loader.js +0 -120
  199. package/cjs/ui/Loader/Loader.module.scss +0 -37
  200. package/cjs/ui/Logo/Logo.js +0 -102
  201. package/cjs/ui/Logo/Logo.module.scss +0 -29
  202. package/cjs/ui/Slider/RcSlider.d.ts +0 -2
  203. package/cjs/ui/Slider/RcSlider.js +0 -9
  204. package/cjs/ui/Slider/Slider.d.ts +0 -8
  205. package/cjs/ui/Slider/Slider.js +0 -36
  206. package/cjs/ui/Slider/Slider.module.scss +0 -6
  207. package/cjs/ui/Status/Status.js +0 -31
  208. package/cjs/ui/Stepper/StepItem.d.ts +0 -14
  209. package/cjs/ui/Stepper/StepItem.js +0 -56
  210. package/cjs/ui/Stepper/StepItem.module.scss +0 -67
  211. package/cjs/ui/Stepper/StepItemIcon.js +0 -40
  212. package/cjs/ui/Stepper/Stepper.js +0 -45
  213. package/cjs/ui/Tooltip/Tooltip.js +0 -32
  214. package/dist/armtek-uikit-react-main.js +0 -1357
  215. package/dist/armtek-uikit-react-main.min.js +0 -2
  216. package/dist/armtek-uikit-react-main.min.js.LICENSE.txt +0 -15
  217. package/dist/css/main.e207d402.css +0 -18
  218. package/esm/assets/Adornment.scss +0 -16
  219. package/esm/assets/Button.scss +0 -297
  220. package/esm/assets/fonts.scss +0 -2
  221. package/esm/assets/global.css +0 -72
  222. package/esm/assets/styles.scss +0 -6
  223. package/esm/assets/variables.scss +0 -67
  224. package/esm/index.js +0 -15
  225. package/esm/lib/const/styles.d.ts +0 -1
  226. package/esm/lib/hooks/useClickOutside.d.ts +0 -3
  227. package/esm/lib/services/DateService.d.ts +0 -12
  228. package/esm/types/theme.d.ts +0 -10
  229. package/esm/ui/Adornment/Adornment.d.ts +0 -7
  230. package/esm/ui/Adornment/Adornment.module.scss +0 -18
  231. package/esm/ui/Alert/Alert.d.ts +0 -10
  232. package/esm/ui/Avatar/Avatar.d.ts +0 -13
  233. package/esm/ui/Avatar/AvatarGroup.d.ts +0 -8
  234. package/esm/ui/Avatar/AvatarGroup.module.scss +0 -48
  235. package/esm/ui/Badge/Badge.d.ts +0 -11
  236. package/esm/ui/Badge/Badge.module.scss +0 -83
  237. package/esm/ui/Button/Button.css +0 -3
  238. package/esm/ui/Button/Button.d.ts +0 -15
  239. package/esm/ui/Button/Button.module.scss +0 -298
  240. package/esm/ui/Button/ButtonClasses.d.ts +0 -3
  241. package/esm/ui/Button/ButtonClasses.js +0 -7
  242. package/esm/ui/Button/ButtonGroup.d.ts +0 -6
  243. package/esm/ui/Card/Card.d.ts +0 -4
  244. package/esm/ui/Card/Card.module.scss +0 -7
  245. package/esm/ui/Chip/Chip.d.ts +0 -13
  246. package/esm/ui/Form/Checkbox/Checkbox.d.ts +0 -12
  247. package/esm/ui/Form/Checkbox/Radio.d.ts +0 -3
  248. package/esm/ui/Form/DateField/DateField.d.ts +0 -26
  249. package/esm/ui/Form/DateField/DateField.module.scss +0 -1
  250. package/esm/ui/Form/DateField/TimeField.d.ts +0 -3
  251. package/esm/ui/Form/DatePicker/DatePicker.d.ts +0 -7
  252. package/esm/ui/Form/DatePicker/DatePicker.module.scss +0 -7
  253. package/esm/ui/Form/DatePicker/PeriodSelect.d.ts +0 -2
  254. package/esm/ui/Form/DatePicker/TimePicker.d.ts +0 -2
  255. package/esm/ui/Form/DatePicker/styles.css +0 -766
  256. package/esm/ui/Form/Interval/Interval.d.ts +0 -21
  257. package/esm/ui/Form/Interval/IntervalSlide.d.ts +0 -4
  258. package/esm/ui/Form/Password/Password.d.ts +0 -12
  259. package/esm/ui/Form/Password/Password.module.scss +0 -2
  260. package/esm/ui/Form/Period/Period.d.ts +0 -15
  261. package/esm/ui/Form/Rating/Rating.d.ts +0 -10
  262. package/esm/ui/Form/Select/Select.d.ts +0 -23
  263. package/esm/ui/Form/Select/Select.module.scss +0 -26
  264. package/esm/ui/Form/Switch/Switch.d.ts +0 -7
  265. package/esm/ui/Form/TextArea/TextArea.d.ts +0 -4
  266. package/esm/ui/Form/TextArea/TextArea.module.scss +0 -15
  267. package/esm/ui/Form/TextField/TextField.d.ts +0 -40
  268. package/esm/ui/Form/TextField/TextField.module.scss +0 -160
  269. package/esm/ui/HelperText/HelperText.d.ts +0 -6
  270. package/esm/ui/HelperText/HelperText.module.scss +0 -10
  271. package/esm/ui/List/ListItem.d.ts +0 -10
  272. package/esm/ui/Loader/Loader.d.ts +0 -6
  273. package/esm/ui/Logo/Logo.d.ts +0 -12
  274. package/esm/ui/Slider/RcSlider.d.ts +0 -2
  275. package/esm/ui/Slider/RcSlider.js +0 -2
  276. package/esm/ui/Slider/style.css +0 -281
  277. package/esm/ui/Status/Status.d.ts +0 -10
  278. package/esm/ui/Status/Status.module.scss +0 -45
  279. package/esm/ui/Stepper/StepItemIcon.d.ts +0 -11
  280. package/esm/ui/Stepper/StepItemIcon.module.scss +0 -47
  281. package/esm/ui/Stepper/Stepper.d.ts +0 -11
  282. package/esm/ui/Stepper/Stepper.module.scss +0 -34
  283. package/esm/ui/Tooltip/Tooltip.d.ts +0 -7
  284. package/esm/ui/Tooltip/Tooltip.module.scss +0 -18
  285. package/helpers/package.json +0 -7
  286. package/styles/package.json +0 -7
  287. package/theme/package.json +0 -7
  288. package/useClickOutside/package.json +0 -7
  289. /package/{cjs/assets → assets}/fonts.scss +0 -0
  290. /package/{cjs/assets → assets}/global.css +0 -0
  291. /package/{cjs/assets → assets}/variables.scss +0 -0
  292. /package/{esm/lib → lib}/const/styles.js +0 -0
  293. /package/{esm/lib → lib}/hooks/useClickOutside.js +0 -0
  294. /package/{esm/lib → lib}/services/DateService.js +0 -0
  295. /package/{cjs → types}/lib/const/styles.d.ts +0 -0
  296. /package/{cjs → types}/lib/hooks/useClickOutside.d.ts +0 -0
  297. /package/{cjs → types}/lib/services/DateService.d.ts +0 -0
  298. /package/{esm/types → types}/theme.js +0 -0
  299. /package/{cjs → types}/types/theme.d.ts +0 -0
  300. /package/{cjs → types}/ui/Adornment/Adornment.d.ts +0 -0
  301. /package/{cjs → types}/ui/Alert/Alert.d.ts +0 -0
  302. /package/{cjs → types}/ui/Avatar/Avatar.d.ts +0 -0
  303. /package/{cjs → types}/ui/Avatar/AvatarGroup.d.ts +0 -0
  304. /package/{cjs → types}/ui/Badge/Badge.d.ts +0 -0
  305. /package/{cjs/ui/Button/ButtonGroup.d.ts → types/ui/ButtonGroup/index.d.ts} +0 -0
  306. /package/{cjs → types}/ui/Card/Card.d.ts +0 -0
  307. /package/{cjs → types}/ui/Chip/Chip.d.ts +0 -0
  308. /package/{cjs → types}/ui/Form/Checkbox/Checkbox.d.ts +0 -0
  309. /package/{cjs → types}/ui/Form/Checkbox/Radio.d.ts +0 -0
  310. /package/{cjs → types}/ui/Form/DateField/DateField.d.ts +0 -0
  311. /package/{cjs → types}/ui/Form/DateField/TimeField.d.ts +0 -0
  312. /package/{cjs → types}/ui/Form/DatePicker/DatePicker.d.ts +0 -0
  313. /package/{cjs → types}/ui/Form/DatePicker/PeriodSelect.d.ts +0 -0
  314. /package/{cjs → types}/ui/Form/DatePicker/TimePicker.d.ts +0 -0
  315. /package/{cjs → types}/ui/Form/Interval/Interval.d.ts +0 -0
  316. /package/{cjs → types}/ui/Form/Interval/IntervalSlide.d.ts +0 -0
  317. /package/{cjs → types}/ui/Form/Password/Password.d.ts +0 -0
  318. /package/{cjs → types}/ui/Form/Period/Period.d.ts +0 -0
  319. /package/{cjs → types}/ui/Form/Rating/Rating.d.ts +0 -0
  320. /package/{cjs → types}/ui/Form/Select/Select.d.ts +0 -0
  321. /package/{cjs → types}/ui/Form/Switch/Switch.d.ts +0 -0
  322. /package/{cjs → types}/ui/Form/TextArea/TextArea.d.ts +0 -0
  323. /package/{cjs → types}/ui/Form/TextField/TextField.d.ts +0 -0
  324. /package/{cjs → types}/ui/HelperText/HelperText.d.ts +0 -0
  325. /package/{cjs → types}/ui/List/ListItem.d.ts +0 -0
  326. /package/{cjs → types}/ui/Loader/Loader.d.ts +0 -0
  327. /package/{cjs → types}/ui/Logo/Logo.d.ts +0 -0
  328. /package/{cjs → types}/ui/Status/Status.d.ts +0 -0
  329. /package/{cjs → types}/ui/Stepper/StepItemIcon.d.ts +0 -0
  330. /package/{cjs → types}/ui/Stepper/Stepper.d.ts +0 -0
  331. /package/{cjs → types}/ui/Tooltip/Tooltip.d.ts +0 -0
  332. /package/{cjs/ui → ui}/Form/DateField/DateField.module.scss +0 -0
  333. /package/{esm/ui → ui}/Form/DatePicker/DatePicker.js +0 -0
  334. /package/{cjs/ui → ui}/Form/DatePicker/styles.css +0 -0
  335. /package/{cjs/ui → ui}/Slider/style.css +0 -0
@@ -1,21 +0,0 @@
1
- /// <reference types="react" />
2
- import { TextFieldProps } from '../TextField/TextField';
3
- export type IntervalProps = {
4
- min: number;
5
- max: number;
6
- value?: [number, number];
7
- onChange?: (value: [number, number]) => void;
8
- labelStart?: string;
9
- labelEnd?: string;
10
- defaultValue?: [number, number];
11
- } & Omit<TextFieldProps, 'onChange' | 'value'>;
12
- declare const Interval: import("react").ForwardRefExoticComponent<{
13
- min: number;
14
- max: number;
15
- value?: [number, number] | undefined;
16
- onChange?: ((value: [number, number]) => void) | undefined;
17
- labelStart?: string | undefined;
18
- labelEnd?: string | undefined;
19
- defaultValue?: [number, number] | undefined;
20
- } & Omit<TextFieldProps, "value" | "onChange"> & import("react").RefAttributes<unknown>>;
21
- export default Interval;
@@ -1,4 +0,0 @@
1
- import { IntervalProps } from './Interval';
2
- type PropsType = IntervalProps;
3
- declare const IntervalSlide: (props: PropsType) => import("react/jsx-runtime").JSX.Element;
4
- export default IntervalSlide;
@@ -1,12 +0,0 @@
1
- /// <reference types="react" />
2
- declare const Password: import("react").ForwardRefExoticComponent<{
3
- label?: string | undefined;
4
- size?: "large" | "small" | undefined;
5
- variant?: import("../../../types/theme").VariantType | undefined;
6
- error?: boolean | undefined;
7
- success?: boolean | undefined;
8
- helperText?: string | undefined;
9
- endAdornment?: import("react").ReactNode;
10
- multiline?: boolean | undefined;
11
- } & Omit<import("react").InputHTMLAttributes<any>, "size"> & import("react").RefAttributes<unknown>>;
12
- export default Password;
@@ -1,2 +0,0 @@
1
- @import "../../../assets/styles";
2
-
@@ -1,15 +0,0 @@
1
- /// <reference types="react" />
2
- declare const Period: import("react").ForwardRefExoticComponent<{
3
- format?: string | undefined;
4
- onChange?: ((value: [Date | null, Date | null]) => void) | undefined;
5
- } & {
6
- label?: string | undefined;
7
- size?: "large" | "small" | undefined;
8
- variant?: import("../../../types/theme").VariantType | undefined;
9
- error?: boolean | undefined;
10
- success?: boolean | undefined;
11
- helperText?: string | undefined;
12
- endAdornment?: import("react").ReactNode;
13
- multiline?: boolean | undefined;
14
- } & Omit<import("react").InputHTMLAttributes<any>, "size"> & import("react").RefAttributes<unknown>>;
15
- export default Period;
@@ -1,10 +0,0 @@
1
- import { InputHTMLAttributes } from 'react';
2
- import { SizeType } from '../../../types/theme';
3
- type PropsType = {
4
- size?: Exclude<SizeType, 'extraLarge'>;
5
- value?: number;
6
- defaultValue?: number;
7
- onChange?: (value: number) => void;
8
- } & Omit<InputHTMLAttributes<any>, 'value' | 'onChange' | 'defaultValue' | 'size'>;
9
- declare const Rating: (props: PropsType) => import("react/jsx-runtime").JSX.Element;
10
- export default Rating;
@@ -1,23 +0,0 @@
1
- import { OptionType } from '../../../types/theme';
2
- import { TextFieldProps } from '../TextField/TextField';
3
- type SelectBaseProps = {
4
- options: OptionType[];
5
- inline?: boolean;
6
- };
7
- type SelectSingleProps = {
8
- multiple?: false;
9
- value?: string;
10
- defaultValue?: string;
11
- onChange?: (option: string) => void;
12
- };
13
- type SelectMultipleProps = {
14
- multiple?: true;
15
- value?: string[];
16
- defaultValue?: string[];
17
- onChange?: (option: string[]) => void;
18
- };
19
- type SelectProps = SelectMultipleProps | SelectSingleProps;
20
- type SelectPropsType = SelectBaseProps & SelectProps & Omit<TextFieldProps, 'value' | 'defaultValue' | 'onChange'>;
21
- export declare const getOptionValue: (option: OptionType) => string;
22
- declare function Select(props: SelectPropsType): import("react/jsx-runtime").JSX.Element;
23
- export default Select;
@@ -1,26 +0,0 @@
1
- @import "../../../assets/styles";
2
-
3
- .select{
4
- position: relative;
5
- }
6
- .select__input_wrapper{
7
-
8
- }
9
- .select__input{
10
- cursor: pointer;
11
- & * {
12
- cursor: pointer;
13
- }
14
- }
15
- .options{
16
- padding: $size-step 0;
17
- border-radius: $radius;
18
- box-shadow: $box-shadow;
19
- position: absolute;
20
- left:0;
21
- top:100%;
22
- width:100%;
23
- }
24
- .options_inline{
25
- position: static;
26
- }
@@ -1,7 +0,0 @@
1
- import { InputHTMLAttributes } from 'react';
2
- import { SizeType } from '../../../types/theme';
3
- type SwitchProps = {
4
- size?: Exclude<SizeType, 'extraLarge' | 'medium'>;
5
- } & Omit<InputHTMLAttributes<any>, 'size'>;
6
- declare const Switch: (props: SwitchProps) => import("react/jsx-runtime").JSX.Element;
7
- export default Switch;
@@ -1,4 +0,0 @@
1
- import { TextFieldProps } from '../TextField/TextField';
2
- export type TextAreaProps = {} & TextFieldProps;
3
- declare const TextArea: (props: TextAreaProps) => import("react/jsx-runtime").JSX.Element;
4
- export default TextArea;
@@ -1,15 +0,0 @@
1
- @import "../../../assets/styles";
2
-
3
- .textarea{
4
- font-family: $font-family;
5
- height: auto;
6
- min-height: $size-elarge;
7
- &.size_small{
8
- height: auto;
9
- min-height: $size-large;
10
- }
11
- & textarea{
12
- resize: none;
13
- appearance: none;
14
- }
15
- }
@@ -1,40 +0,0 @@
1
- import { ElementType, HTMLAttributes, InputHTMLAttributes, ReactNode } from 'react';
2
- import { SizeType, VariantType } from '../../../types/theme';
3
- export type TextFieldProps = {
4
- label?: string;
5
- size?: Exclude<SizeType, 'extraLarge' | 'medium'>;
6
- variant?: VariantType;
7
- error?: boolean;
8
- success?: boolean;
9
- helperText?: string;
10
- endAdornment?: string | ReactNode;
11
- multiline?: boolean;
12
- } & Omit<InputHTMLAttributes<any>, 'size'>;
13
- declare const TextField: import("react").ForwardRefExoticComponent<{
14
- label?: string | undefined;
15
- size?: "large" | "small" | undefined;
16
- variant?: VariantType | undefined;
17
- error?: boolean | undefined;
18
- success?: boolean | undefined;
19
- helperText?: string | undefined;
20
- endAdornment?: string | ReactNode;
21
- multiline?: boolean | undefined;
22
- } & Omit<InputHTMLAttributes<any>, "size"> & import("react").RefAttributes<unknown>>;
23
- type ContainerPropsType = {
24
- focused?: boolean;
25
- disabled?: boolean;
26
- error?: boolean;
27
- size?: TextFieldProps['size'];
28
- variant?: TextFieldProps['variant'];
29
- } & HTMLAttributes<HTMLDivElement>;
30
- export declare const TextFieldContainer: (props: ContainerPropsType) => import("react/jsx-runtime").JSX.Element;
31
- export declare const TextFieldInput: import("react").ForwardRefExoticComponent<{
32
- Component?: ElementType | undefined;
33
- focused?: boolean | undefined;
34
- size?: TextFieldProps['size'];
35
- variant?: TextFieldProps['variant'];
36
- multiline?: boolean | undefined;
37
- error?: boolean | undefined;
38
- label?: string | undefined;
39
- } & Omit<InputHTMLAttributes<any>, "size"> & import("react").RefAttributes<unknown>>;
40
- export default TextField;
@@ -1,160 +0,0 @@
1
- @import "../../../assets/styles";
2
-
3
- .textfield{
4
- position: relative;
5
- overflow: hidden;
6
- border-radius: $radius;
7
- border: 1px solid $color-gray-400;
8
- background-color: #fff;
9
- height: $size-elarge;
10
- @include flex();
11
- &:hover{
12
- border-color: $color-gray-600;
13
- }
14
- &._focused{
15
- border-color: $color-gray-800;
16
- }
17
- &._disabled{
18
- pointer-events: none;
19
- background: $color-gray-100;
20
- border-color: transparent;
21
- & .textfield__label{
22
- color: $color-gray-600;
23
- }
24
- }
25
- &.size_small{
26
- height: $size-large;
27
- font-size: 14px;
28
- }
29
- &_outlined{
30
- border-top:none;
31
- border-left: none;
32
- border-right: none;
33
- border-radius: 0;
34
- }
35
- }
36
- .textfield__container{
37
- cursor: text;
38
- position: relative;
39
- padding: 11px 12px 8px;
40
- width: 100%;
41
- &._label{
42
- padding: 25px 12px 8px;
43
- }
44
- &.size_small{
45
- &._label{
46
- padding: 18px 12px 4px
47
- }
48
- }
49
- }
50
- .textfield__container_outlined{
51
- padding-left: 0 !important;
52
- & .textfield__label{
53
- padding-left: 0;
54
- }
55
- }
56
- .textfield__input{
57
- display: block;
58
- width: 100%;
59
- font-size: 16px;
60
- outline: none;
61
- background: transparent;
62
- border: none;
63
- padding: 0;
64
- height: 23px;
65
- &:focus{
66
- border-color: $color-gray-800;
67
- }
68
- &.size_small{
69
- font-size: 14px;
70
- height: 20px;
71
- }
72
- &._label::placeholder{
73
- opacity: 0;
74
- }
75
- }
76
- ._error{
77
- border-color: $color-error-dark;
78
- }
79
-
80
- .textfield__label_small{
81
- font-size: 14px;
82
- }
83
- .textfield__label{
84
- pointer-events: none;
85
- color: $color-gray-600;
86
- position: absolute;
87
- top: 12px;
88
- padding-left: 12px;
89
- left: 1px;
90
- font-size: 16px;
91
- transition: 0.2s all ease;
92
- width: calc(100% - 2px);
93
- padding-top:8px;
94
- &_small{
95
- top: 4px;
96
- }
97
- &_focused{
98
- font-size: 12px;
99
- transform: none;
100
- top: 1px;
101
- &.textfield__label_small{
102
- padding-top:4px
103
- }
104
- }
105
- }
106
-
107
- .textfield__input_outlined{
108
- border-left:none;
109
- border-top:none;
110
- border-right: none;
111
- padding-left: 0 !important;
112
- &:focus,
113
- &:hover{
114
- border-left:none;
115
- border-top:none;
116
- border-right: none;
117
- }
118
- border-radius: 0;
119
- & + .textfield__label{
120
- left:0;
121
- }
122
- &:disabled{
123
- border-bottom-color: $color-gray-400;
124
- border-bottom-style: dotted;
125
- background: transparent;
126
- & + .textfield__label{
127
- color: $color-gray-400;
128
- }
129
- }
130
- }
131
-
132
- .textfield__label_error{
133
- color: $color-error-dark;
134
- }
135
- .textfield__adornment{
136
- @include flex();
137
- position: relative;
138
- z-index: 5;
139
- height: 100%;
140
- padding-right: 10px;
141
- & > *{
142
- margin-left: $size-step;
143
- }
144
- }
145
- .textfield__helperText{
146
- margin-top: calc($size-step / 2);
147
- }
148
- ._disabled{
149
- & + .textfield__helperText{
150
- color: $color-gray-600;
151
- }
152
- & .textfield_outlined{
153
- & .textfield__helperText{
154
- color: $color-gray-400;
155
- }
156
- }
157
- & .textfield__icon{
158
- color: $color-gray-400;
159
- }
160
- }
@@ -1,6 +0,0 @@
1
- import { HTMLAttributes } from 'react';
2
- type PropsType = {
3
- error?: boolean;
4
- } & HTMLAttributes<HTMLSpanElement>;
5
- declare const HelperText: (props: PropsType) => import("react/jsx-runtime").JSX.Element;
6
- export default HelperText;
@@ -1,10 +0,0 @@
1
- @import "../../assets/styles";
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
- }
@@ -1,10 +0,0 @@
1
- import { ButtonHTMLAttributes, ReactNode } from 'react';
2
- export type ListItemProps = {
3
- active?: boolean;
4
- checked?: boolean;
5
- divider?: boolean;
6
- endAdornment?: string | ReactNode;
7
- startAdornment?: string | ReactNode;
8
- } & ButtonHTMLAttributes<HTMLButtonElement>;
9
- declare const ListItem: (props: ListItemProps) => import("react/jsx-runtime").JSX.Element;
10
- export default ListItem;
@@ -1,6 +0,0 @@
1
- import { SizeType } from '../../types/theme';
2
- export type LoaderProps = {
3
- size?: SizeType;
4
- };
5
- declare const Loader: (props: LoaderProps) => import("react/jsx-runtime").JSX.Element;
6
- export default Loader;
@@ -1,12 +0,0 @@
1
- import { HTMLAttributes } from 'react';
2
- export type LogoProps = {
3
- description?: string;
4
- black?: boolean;
5
- inverse?: boolean;
6
- src?: string;
7
- href?: string;
8
- shape?: boolean;
9
- linkProps?: HTMLAttributes<HTMLAnchorElement>;
10
- } & HTMLAttributes<HTMLDivElement>;
11
- declare const Logo: (props: LogoProps) => import("react/jsx-runtime").JSX.Element;
12
- export default Logo;
@@ -1,2 +0,0 @@
1
- import RcSlider from 'rc-slider';
2
- export default RcSlider;
@@ -1,2 +0,0 @@
1
- import RcSlider from 'rc-slider';
2
- export default RcSlider;
@@ -1,281 +0,0 @@
1
- .rc-slider {
2
- position: relative;
3
- width: 100%;
4
- height: 14px;
5
- padding: 5px 0;
6
- border-radius: 6px;
7
- touch-action: none;
8
- box-sizing: border-box;
9
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
10
- }
11
- .rc-slider * {
12
- box-sizing: border-box;
13
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
14
- }
15
- .rc-slider-rail {
16
- position: absolute;
17
- width: 100%;
18
- height: 4px;
19
- background-color: #FFD3A6;
20
- border-radius: 6px;
21
- }
22
- .rc-slider._small .rc-slider-rail{
23
- height: 2px;
24
- }
25
- .rc-slider-track {
26
- position: absolute;
27
- height: 4px;
28
- background-color: #FF7F00;
29
- border-radius: 6px;
30
- }
31
- .rc-slider._small .rc-slider-track{
32
- height: 2px;
33
- }
34
- .rc-slider-track-draggable {
35
- z-index: 1;
36
- box-sizing: content-box;
37
- background-clip: content-box;
38
- border-top: 5px solid rgba(0, 0, 0, 0);
39
- border-bottom: 5px solid rgba(0, 0, 0, 0);
40
- transform: translateY(-5px);
41
- }
42
- .rc-slider-handle {
43
- position: absolute;
44
- z-index: 1;
45
- width: 28px;
46
- height: 28px;
47
- margin-top: -12px;
48
- background-color: #fff;
49
- border: solid 2px #FF7F00;
50
- border-radius: 50%;
51
- cursor: pointer;
52
- cursor: -webkit-grab;
53
- cursor: grab;
54
- touch-action: pan-x;
55
- }
56
- .rc-slider._small .rc-slider-handle{
57
- width: 20px;
58
- height: 20px;
59
- margin-top: -8px;
60
- }
61
-
62
- .rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
63
- border-color: #FF7F00;
64
- box-shadow: 0 0 0 5px #FFD3A6;
65
- }
66
- .rc-slider-handle:focus {
67
- outline: none;
68
- box-shadow: none;
69
- }
70
- .rc-slider-handle:focus-visible {
71
- border-color: #2db7f5;
72
- box-shadow: 0 0 0 3px #96dbfa;
73
- }
74
- .rc-slider-handle-click-focused:focus {
75
- border-color: #96dbfa;
76
- box-shadow: unset;
77
- }
78
- .rc-slider-handle:hover {
79
- border-color: #FF7F00;
80
- }
81
- .rc-slider-handle:active {
82
- border-color: #57c5f7;
83
- box-shadow: 0 0 5px #57c5f7;
84
- cursor: -webkit-grabbing;
85
- cursor: grabbing;
86
- }
87
- .rc-slider-mark {
88
- position: absolute;
89
- top: 18px;
90
- left: 0;
91
- width: 100%;
92
- font-size: 12px;
93
- }
94
- .rc-slider-mark-text {
95
- position: absolute;
96
- display: inline-block;
97
- color: #999;
98
- text-align: center;
99
- vertical-align: middle;
100
- cursor: pointer;
101
- }
102
- .rc-slider-mark-text-active {
103
- color: #666;
104
- }
105
- .rc-slider-step {
106
- position: absolute;
107
- width: 100%;
108
- height: 4px;
109
- background: transparent;
110
- }
111
- .rc-slider-dot {
112
- position: absolute;
113
- bottom: -2px;
114
- width: 8px;
115
- height: 8px;
116
- vertical-align: middle;
117
- background-color: #fff;
118
- border: 2px solid #e9e9e9;
119
- border-radius: 50%;
120
- cursor: pointer;
121
- }
122
- .rc-slider-dot-active {
123
- border-color: #96dbfa;
124
- }
125
- .rc-slider-dot-reverse {
126
- margin-right: -4px;
127
- }
128
- .rc-slider-disabled {
129
- /*background-color: #e9e9e9;*/
130
- }
131
- .rc-slider-disabled .rc-slider-track {
132
- background-color: #ccc;
133
- }
134
- .rc-slider-disabled .rc-slider-handle,
135
- .rc-slider-disabled .rc-slider-dot {
136
- background-color: #D3DAE1;
137
- border-color: #D3DAE1;
138
- box-shadow: none;
139
- cursor: not-allowed;
140
- }
141
- .rc-slider-disabled .rc-slider-mark-text,
142
- .rc-slider-disabled .rc-slider-dot {
143
- cursor: not-allowed !important;
144
- }
145
- .rc-slider-vertical {
146
- width: 14px;
147
- height: 100%;
148
- padding: 0 5px;
149
- }
150
- .rc-slider-vertical .rc-slider-rail {
151
- width: 4px;
152
- height: 100%;
153
- }
154
- .rc-slider-vertical .rc-slider-track {
155
- bottom: 0;
156
- left: 5px;
157
- width: 4px;
158
- }
159
- .rc-slider-vertical .rc-slider-track-draggable {
160
- border-top: 0;
161
- border-bottom: 0;
162
- border-right: 5px solid rgba(0, 0, 0, 0);
163
- border-left: 5px solid rgba(0, 0, 0, 0);
164
- transform: translateX(-5px);
165
- }
166
- .rc-slider-vertical .rc-slider-handle {
167
- position: absolute;
168
- z-index: 1;
169
- margin-top: 0;
170
- margin-left: -5px;
171
- touch-action: pan-y;
172
- }
173
- .rc-slider-vertical .rc-slider-mark {
174
- top: 0;
175
- left: 18px;
176
- height: 100%;
177
- }
178
- .rc-slider-vertical .rc-slider-step {
179
- width: 4px;
180
- height: 100%;
181
- }
182
- .rc-slider-vertical .rc-slider-dot {
183
- margin-left: -2px;
184
- }
185
- .rc-slider-tooltip-zoom-down-enter,
186
- .rc-slider-tooltip-zoom-down-appear {
187
- display: block !important;
188
- animation-duration: 0.3s;
189
- animation-fill-mode: both;
190
- animation-play-state: paused;
191
- }
192
- .rc-slider-tooltip-zoom-down-leave {
193
- display: block !important;
194
- animation-duration: 0.3s;
195
- animation-fill-mode: both;
196
- animation-play-state: paused;
197
- }
198
- .rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
199
- .rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
200
- animation-name: rcSliderTooltipZoomDownIn;
201
- animation-play-state: running;
202
- }
203
- .rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
204
- animation-name: rcSliderTooltipZoomDownOut;
205
- animation-play-state: running;
206
- }
207
- .rc-slider-tooltip-zoom-down-enter,
208
- .rc-slider-tooltip-zoom-down-appear {
209
- transform: scale(0, 0);
210
- animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
211
- }
212
- .rc-slider-tooltip-zoom-down-leave {
213
- animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
214
- }
215
- @keyframes rcSliderTooltipZoomDownIn {
216
- 0% {
217
- transform: scale(0, 0);
218
- transform-origin: 50% 100%;
219
- opacity: 0;
220
- }
221
- 100% {
222
- transform: scale(1, 1);
223
- transform-origin: 50% 100%;
224
- }
225
- }
226
- @keyframes rcSliderTooltipZoomDownOut {
227
- 0% {
228
- transform: scale(1, 1);
229
- transform-origin: 50% 100%;
230
- }
231
- 100% {
232
- transform: scale(0, 0);
233
- transform-origin: 50% 100%;
234
- opacity: 0;
235
- }
236
- }
237
- .rc-slider-tooltip {
238
- position: absolute;
239
- top: -9999px;
240
- left: -9999px;
241
- visibility: visible;
242
- box-sizing: border-box;
243
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
244
- }
245
- .rc-slider-tooltip * {
246
- box-sizing: border-box;
247
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
248
- }
249
- .rc-slider-tooltip-hidden {
250
- display: none;
251
- }
252
- .rc-slider-tooltip-placement-top {
253
- padding: 4px 0 8px 0;
254
- }
255
- .rc-slider-tooltip-inner {
256
- min-width: 24px;
257
- height: 24px;
258
- padding: 6px 2px;
259
- color: #fff;
260
- font-size: 12px;
261
- line-height: 1;
262
- text-align: center;
263
- text-decoration: none;
264
- background-color: #6c6c6c;
265
- border-radius: 6px;
266
- box-shadow: 0 0 4px #d9d9d9;
267
- }
268
- .rc-slider-tooltip-arrow {
269
- position: absolute;
270
- width: 0;
271
- height: 0;
272
- border-color: transparent;
273
- border-style: solid;
274
- }
275
- .rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
276
- bottom: 4px;
277
- left: 50%;
278
- margin-left: -4px;
279
- border-width: 4px 4px 0;
280
- border-top-color: #6c6c6c;
281
- }