armtek-uikit-react 1.0.9 → 1.0.11

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 (352) hide show
  1. package/Adornment/package.json +7 -0
  2. package/Alert/package.json +7 -0
  3. package/Avatar/package.json +7 -0
  4. package/AvatarGroup/package.json +7 -0
  5. package/Badge/package.json +7 -0
  6. package/Button/package.json +7 -0
  7. package/Button.classes/package.json +7 -0
  8. package/ButtonGroup/package.json +7 -0
  9. package/ButtonIcon/package.json +7 -0
  10. package/Card/package.json +7 -0
  11. package/Checkbox/package.json +7 -0
  12. package/Chip/package.json +7 -0
  13. package/DateField/package.json +7 -0
  14. package/DatePicker/package.json +7 -0
  15. package/DateService/package.json +7 -0
  16. package/HelperText/package.json +7 -0
  17. package/Interval/package.json +7 -0
  18. package/IntervalSlide/package.json +7 -0
  19. package/ListItem/package.json +7 -0
  20. package/Loader/package.json +7 -0
  21. package/Logo/package.json +7 -0
  22. package/Password/package.json +7 -0
  23. package/Period/package.json +7 -0
  24. package/PeriodSelect/package.json +7 -0
  25. package/Radio/package.json +7 -0
  26. package/Rating/package.json +7 -0
  27. package/RcSlider/package.json +7 -0
  28. package/Select/package.json +7 -0
  29. package/Slider/package.json +7 -0
  30. package/Status/package.json +7 -0
  31. package/StepItem/package.json +7 -0
  32. package/StepItemIcon/package.json +7 -0
  33. package/Stepper/package.json +7 -0
  34. package/Switch/package.json +7 -0
  35. package/TextArea/package.json +7 -0
  36. package/TextField/package.json +7 -0
  37. package/TimeField/package.json +7 -0
  38. package/TimePicker/package.json +7 -0
  39. package/Tooltip/package.json +7 -0
  40. package/{lib/cjs/Adornment/Adornment.module.scss → cjs/assets/Adornment.scss} +0 -2
  41. package/{lib/cjs/Button/Button.module.scss → cjs/assets/Button.scss} +0 -1
  42. package/{lib/esm → cjs}/assets/global.css +1 -0
  43. package/cjs/assets/styles.scss +6 -0
  44. package/cjs/assets/variables.scss +67 -0
  45. package/cjs/index.d.ts +29 -0
  46. package/cjs/index.js +35 -0
  47. package/cjs/lib/const/theme.d.ts +1 -0
  48. package/cjs/lib/const/theme.js +6 -0
  49. package/{lib/cjs/shared/utils → cjs/lib/helpers}/helpers.d.ts +1 -1
  50. package/cjs/ui/Adornment/Adornment.module.scss +18 -0
  51. package/{lib/esm → cjs/ui}/Alert/Alert.d.ts +1 -1
  52. package/{lib/esm → cjs/ui}/Alert/Alert.module.scss +1 -1
  53. package/{lib/cjs → cjs/ui}/Avatar/Avatar.d.ts +1 -1
  54. package/{lib/esm → cjs/ui}/Avatar/Avatar.module.scss +1 -1
  55. package/{lib/cjs → cjs/ui}/Avatar/AvatarGroup.module.scss +1 -1
  56. package/{lib/esm → cjs/ui}/Badge/Badge.d.ts +1 -1
  57. package/{lib/cjs → cjs/ui}/Badge/Badge.module.scss +1 -1
  58. package/cjs/ui/Button/Button.classes.d.ts +3 -0
  59. package/cjs/ui/Button/Button.classes.js +12 -0
  60. package/{lib/esm → cjs/ui}/Button/Button.d.ts +1 -1
  61. package/{lib/cjs → cjs/ui}/Button/Button.js +5 -5
  62. package/cjs/ui/Button/Button.module.scss +298 -0
  63. package/{lib/cjs → cjs/ui}/Card/Card.module.scss +1 -1
  64. package/{lib/esm → cjs/ui}/Chip/Chip.d.ts +1 -1
  65. package/{lib/esm → cjs/ui}/Chip/Chip.module.scss +1 -1
  66. package/{lib/esm → cjs/ui}/Form/Checkbox/Checkbox.d.ts +1 -1
  67. package/{lib/cjs → cjs/ui}/Form/Checkbox/Checkbox.module.scss +1 -1
  68. package/{lib/cjs → cjs/ui}/Form/DateField/DateField.d.ts +2 -2
  69. package/cjs/ui/Form/DateField/DateField.module.scss +1 -0
  70. package/{lib/cjs → cjs/ui}/Form/DatePicker/DatePicker.js +2 -0
  71. package/{lib/cjs → cjs/ui}/Form/DatePicker/DatePicker.module.scss +1 -1
  72. package/{lib/cjs → cjs/ui}/Form/Interval/Interval.js +1 -1
  73. package/{lib/cjs → cjs/ui}/Form/Interval/Interval.module.scss +1 -1
  74. package/{lib/esm → cjs/ui}/Form/Password/Password.d.ts +2 -2
  75. package/cjs/ui/Form/Password/Password.module.scss +2 -0
  76. package/{lib/esm → cjs/ui}/Form/Period/Period.d.ts +2 -2
  77. package/{lib/cjs → cjs/ui}/Form/Period/Period.js +1 -1
  78. package/{lib/esm → cjs/ui}/Form/Period/Period.module.scss +1 -1
  79. package/{lib/esm → cjs/ui}/Form/Rating/Rating.d.ts +1 -1
  80. package/{lib/esm → cjs/ui}/Form/Rating/Rating.module.scss +1 -1
  81. package/{lib/esm → cjs/ui}/Form/Select/Select.d.ts +1 -1
  82. package/{lib/cjs → cjs/ui}/Form/Select/Select.js +1 -1
  83. package/{lib/esm → cjs/ui}/Form/Select/Select.module.scss +1 -1
  84. package/{lib/esm → cjs/ui}/Form/Switch/Switch.d.ts +1 -1
  85. package/{lib/esm → cjs/ui}/Form/Switch/Switch.module.scss +1 -1
  86. package/{lib/cjs → cjs/ui}/Form/TextArea/TextArea.module.scss +1 -1
  87. package/{lib/cjs → cjs/ui}/Form/TextField/TextField.d.ts +2 -2
  88. package/{lib/cjs → cjs/ui}/Form/TextField/TextField.js +1 -1
  89. package/{lib/esm → cjs/ui}/Form/TextField/TextField.module.scss +1 -1
  90. package/{lib/cjs → cjs/ui}/List/ListItem.module.scss +1 -1
  91. package/{lib/cjs → cjs/ui}/Loader/Loader.d.ts +1 -1
  92. package/{lib/esm → cjs/ui}/Loader/Loader.module.scss +1 -1
  93. package/{lib/esm → cjs/ui}/Logo/Logo.module.scss +1 -1
  94. package/{lib/esm → cjs/ui}/Slider/Slider.d.ts +1 -1
  95. package/{lib/cjs → cjs/ui}/Slider/Slider.js +3 -1
  96. package/{lib/esm → cjs/ui}/Slider/Slider.module.scss +1 -1
  97. package/{lib/cjs → cjs/ui}/Status/Status.d.ts +1 -1
  98. package/{lib/esm → cjs/ui}/Status/Status.module.scss +1 -1
  99. package/{lib/cjs → cjs/ui}/Stepper/StepItem.module.scss +1 -1
  100. package/{lib/cjs → cjs/ui}/Stepper/StepItemIcon.d.ts +1 -1
  101. package/{lib/cjs → cjs/ui}/Stepper/StepItemIcon.module.scss +1 -1
  102. package/{lib/cjs → cjs/ui}/Stepper/Stepper.module.scss +1 -1
  103. package/{lib/cjs → cjs/ui}/Tooltip/Tooltip.module.scss +1 -1
  104. package/{lib/dist/armtek-uikit-react-index.js → dist/armtek-uikit-react-main.js} +311 -289
  105. package/dist/armtek-uikit-react-main.min.js +2 -0
  106. package/dist/css/main.e207d402.css +18 -0
  107. package/{lib/esm/Adornment/Adornment.module.scss → esm/assets/Adornment.scss} +0 -2
  108. package/{lib/esm/Button/Button.module.scss → esm/assets/Button.scss} +0 -1
  109. package/{lib/cjs → esm}/assets/global.css +1 -0
  110. package/esm/assets/styles.scss +6 -0
  111. package/esm/assets/variables.scss +67 -0
  112. package/esm/index.d.ts +29 -0
  113. package/esm/index.js +15 -0
  114. package/esm/lib/const/theme.d.ts +1 -0
  115. package/esm/lib/const/theme.js +1 -0
  116. package/{lib/esm/shared/utils → esm/lib/helpers}/helpers.d.ts +1 -1
  117. package/esm/ui/Adornment/Adornment.module.scss +18 -0
  118. package/{lib/cjs → esm/ui}/Alert/Alert.d.ts +1 -1
  119. package/{lib/cjs → esm/ui}/Alert/Alert.module.scss +1 -1
  120. package/{lib/esm → esm/ui}/Avatar/Avatar.d.ts +1 -1
  121. package/{lib/cjs → esm/ui}/Avatar/Avatar.module.scss +1 -1
  122. package/{lib/esm → esm/ui}/Avatar/AvatarGroup.module.scss +1 -1
  123. package/{lib/cjs → esm/ui}/Badge/Badge.d.ts +1 -1
  124. package/{lib/esm → esm/ui}/Badge/Badge.module.scss +1 -1
  125. package/esm/ui/Button/Button.classes.d.ts +3 -0
  126. package/esm/ui/Button/Button.classes.js +7 -0
  127. package/{lib/cjs → esm/ui}/Button/Button.d.ts +1 -1
  128. package/{lib/esm → esm/ui}/Button/Button.js +1 -1
  129. package/esm/ui/Button/Button.module.scss +298 -0
  130. package/{lib/esm → esm/ui}/Card/Card.module.scss +1 -1
  131. package/{lib/cjs → esm/ui}/Chip/Chip.d.ts +1 -1
  132. package/{lib/cjs → esm/ui}/Chip/Chip.module.scss +1 -1
  133. package/{lib/cjs → esm/ui}/Form/Checkbox/Checkbox.d.ts +1 -1
  134. package/{lib/esm → esm/ui}/Form/Checkbox/Checkbox.module.scss +1 -1
  135. package/{lib/esm → esm/ui}/Form/DateField/DateField.d.ts +2 -2
  136. package/esm/ui/Form/DateField/DateField.module.scss +1 -0
  137. package/{lib/esm → esm/ui}/Form/DatePicker/DatePicker.js +1 -0
  138. package/{lib/esm → esm/ui}/Form/DatePicker/DatePicker.module.scss +1 -1
  139. package/{lib/esm → esm/ui}/Form/Interval/Interval.js +1 -1
  140. package/{lib/esm → esm/ui}/Form/Interval/Interval.module.scss +1 -1
  141. package/{lib/cjs → esm/ui}/Form/Password/Password.d.ts +2 -2
  142. package/esm/ui/Form/Password/Password.module.scss +2 -0
  143. package/{lib/cjs → esm/ui}/Form/Period/Period.d.ts +2 -2
  144. package/{lib/esm → esm/ui}/Form/Period/Period.js +1 -1
  145. package/{lib/cjs → esm/ui}/Form/Period/Period.module.scss +1 -1
  146. package/{lib/cjs → esm/ui}/Form/Rating/Rating.d.ts +1 -1
  147. package/{lib/cjs → esm/ui}/Form/Rating/Rating.module.scss +1 -1
  148. package/{lib/cjs → esm/ui}/Form/Select/Select.d.ts +1 -1
  149. package/{lib/esm → esm/ui}/Form/Select/Select.js +1 -1
  150. package/{lib/cjs → esm/ui}/Form/Select/Select.module.scss +1 -1
  151. package/{lib/cjs → esm/ui}/Form/Switch/Switch.d.ts +1 -1
  152. package/{lib/cjs → esm/ui}/Form/Switch/Switch.module.scss +1 -1
  153. package/{lib/esm → esm/ui}/Form/TextArea/TextArea.module.scss +1 -1
  154. package/{lib/esm → esm/ui}/Form/TextField/TextField.d.ts +2 -2
  155. package/{lib/esm → esm/ui}/Form/TextField/TextField.js +1 -1
  156. package/{lib/cjs → esm/ui}/Form/TextField/TextField.module.scss +1 -1
  157. package/{lib/esm → esm/ui}/List/ListItem.module.scss +1 -1
  158. package/{lib/esm → esm/ui}/Loader/Loader.d.ts +1 -1
  159. package/{lib/cjs → esm/ui}/Loader/Loader.module.scss +1 -1
  160. package/{lib/cjs → esm/ui}/Logo/Logo.module.scss +1 -1
  161. package/{lib/cjs → esm/ui}/Slider/Slider.d.ts +1 -1
  162. package/{lib/esm → esm/ui}/Slider/Slider.js +3 -1
  163. package/{lib/cjs → esm/ui}/Slider/Slider.module.scss +1 -1
  164. package/{lib/esm → esm/ui}/Status/Status.d.ts +1 -1
  165. package/{lib/cjs → esm/ui}/Status/Status.module.scss +1 -1
  166. package/{lib/esm → esm/ui}/Stepper/StepItem.module.scss +1 -1
  167. package/{lib/esm → esm/ui}/Stepper/StepItemIcon.d.ts +1 -1
  168. package/{lib/esm → esm/ui}/Stepper/StepItemIcon.module.scss +1 -1
  169. package/{lib/esm → esm/ui}/Stepper/Stepper.module.scss +1 -1
  170. package/{lib/esm → esm/ui}/Tooltip/Tooltip.module.scss +1 -1
  171. package/helpers/package.json +7 -0
  172. package/package.json +1 -98
  173. package/theme/package.json +9 -0
  174. package/useClickOutside/package.json +7 -0
  175. package/README.md +0 -1
  176. package/lib/Adornment/package.json +0 -7
  177. package/lib/Alert/package.json +0 -7
  178. package/lib/Avatar/package.json +0 -7
  179. package/lib/AvatarGroup/package.json +0 -6
  180. package/lib/Badge/package.json +0 -7
  181. package/lib/Button/package.json +0 -7
  182. package/lib/ButtonGroup/package.json +0 -6
  183. package/lib/ButtonIcon/package.json +0 -6
  184. package/lib/Card/package.json +0 -7
  185. package/lib/Checkbox/package.json +0 -6
  186. package/lib/Chip/package.json +0 -7
  187. package/lib/DateField/package.json +0 -6
  188. package/lib/DatePicker/package.json +0 -6
  189. package/lib/DateService/package.json +0 -6
  190. package/lib/HelperText/package.json +0 -6
  191. package/lib/Interval/package.json +0 -6
  192. package/lib/IntervalSlide/package.json +0 -6
  193. package/lib/ListItem/package.json +0 -6
  194. package/lib/Loader/package.json +0 -7
  195. package/lib/Logo/package.json +0 -7
  196. package/lib/Password/package.json +0 -6
  197. package/lib/Period/package.json +0 -6
  198. package/lib/PeriodSelect/package.json +0 -6
  199. package/lib/Radio/package.json +0 -6
  200. package/lib/Rating/package.json +0 -6
  201. package/lib/RcSlider/package.json +0 -6
  202. package/lib/Select/package.json +0 -6
  203. package/lib/Slider/package.json +0 -7
  204. package/lib/Status/package.json +0 -7
  205. package/lib/StepItem/package.json +0 -6
  206. package/lib/StepItemIcon/package.json +0 -6
  207. package/lib/Stepper/package.json +0 -7
  208. package/lib/Switch/package.json +0 -6
  209. package/lib/TextArea/package.json +0 -6
  210. package/lib/TextField/package.json +0 -6
  211. package/lib/TimeField/package.json +0 -6
  212. package/lib/TimePicker/package.json +0 -6
  213. package/lib/Tooltip/package.json +0 -7
  214. package/lib/cjs/Form/DateField/DateField.module.scss +0 -1
  215. package/lib/cjs/Form/Password/Password.module.scss +0 -2
  216. package/lib/cjs/assets/styles.scss +0 -122
  217. package/lib/cjs/index.d.ts +0 -29
  218. package/lib/cjs/index.js +0 -35
  219. package/lib/dist/armtek-uikit-react-index.min.js +0 -2
  220. package/lib/esm/Form/DateField/DateField.module.scss +0 -1
  221. package/lib/esm/Form/Password/Password.module.scss +0 -2
  222. package/lib/esm/assets/styles.scss +0 -122
  223. package/lib/esm/index.d.ts +0 -29
  224. package/lib/esm/index.js +0 -15
  225. package/lib/helpers/package.json +0 -6
  226. package/lib/theme/package.json +0 -6
  227. package/lib/useClickOutside/package.json +0 -6
  228. /package/{lib/cjs → cjs}/assets/fonts.scss +0 -0
  229. /package/{lib/cjs/shared/utils → cjs/lib/helpers}/helpers.js +0 -0
  230. /package/{lib/cjs → cjs/lib}/hooks/useClickOutside.d.ts +0 -0
  231. /package/{lib/cjs → cjs/lib}/hooks/useClickOutside.js +0 -0
  232. /package/{lib/cjs → cjs/lib}/services/DateService.d.ts +0 -0
  233. /package/{lib/cjs → cjs/lib}/services/DateService.js +0 -0
  234. /package/{lib/cjs/shared → cjs}/types/theme.d.ts +0 -0
  235. /package/{lib/cjs/shared → cjs}/types/theme.js +0 -0
  236. /package/{lib/cjs → cjs/ui}/Adornment/Adornment.d.ts +0 -0
  237. /package/{lib/cjs → cjs/ui}/Adornment/Adornment.js +0 -0
  238. /package/{lib/cjs → cjs/ui}/Alert/Alert.js +0 -0
  239. /package/{lib/cjs → cjs/ui}/Avatar/Avatar.js +0 -0
  240. /package/{lib/cjs → cjs/ui}/Avatar/AvatarGroup.d.ts +0 -0
  241. /package/{lib/cjs → cjs/ui}/Avatar/AvatarGroup.js +0 -0
  242. /package/{lib/cjs → cjs/ui}/Badge/Badge.js +0 -0
  243. /package/{lib/cjs → cjs/ui}/Button/Button.css +0 -0
  244. /package/{lib/cjs → cjs/ui}/Button/ButtonGroup.d.ts +0 -0
  245. /package/{lib/cjs → cjs/ui}/Button/ButtonGroup.js +0 -0
  246. /package/{lib/cjs → cjs/ui}/Button/ButtonIcon.d.ts +0 -0
  247. /package/{lib/cjs → cjs/ui}/Button/ButtonIcon.js +0 -0
  248. /package/{lib/cjs → cjs/ui}/Card/Card.d.ts +0 -0
  249. /package/{lib/cjs → cjs/ui}/Card/Card.js +0 -0
  250. /package/{lib/cjs → cjs/ui}/Chip/Chip.js +0 -0
  251. /package/{lib/cjs → cjs/ui}/Form/Checkbox/Checkbox.js +0 -0
  252. /package/{lib/cjs → cjs/ui}/Form/Checkbox/Radio.d.ts +0 -0
  253. /package/{lib/cjs → cjs/ui}/Form/Checkbox/Radio.js +0 -0
  254. /package/{lib/cjs → cjs/ui}/Form/DateField/DateField.js +0 -0
  255. /package/{lib/cjs → cjs/ui}/Form/DateField/TimeField.d.ts +0 -0
  256. /package/{lib/cjs → cjs/ui}/Form/DateField/TimeField.js +0 -0
  257. /package/{lib/cjs → cjs/ui}/Form/DatePicker/DatePicker.d.ts +0 -0
  258. /package/{lib/cjs → cjs/ui}/Form/DatePicker/PeriodSelect.d.ts +0 -0
  259. /package/{lib/cjs → cjs/ui}/Form/DatePicker/PeriodSelect.js +0 -0
  260. /package/{lib/cjs → cjs/ui}/Form/DatePicker/TimePicker.d.ts +0 -0
  261. /package/{lib/cjs → cjs/ui}/Form/DatePicker/TimePicker.js +0 -0
  262. /package/{lib/cjs → cjs/ui}/Form/DatePicker/styles.css +0 -0
  263. /package/{lib/cjs → cjs/ui}/Form/Interval/Interval.d.ts +0 -0
  264. /package/{lib/cjs → cjs/ui}/Form/Interval/IntervalSlide.d.ts +0 -0
  265. /package/{lib/cjs → cjs/ui}/Form/Interval/IntervalSlide.js +0 -0
  266. /package/{lib/cjs → cjs/ui}/Form/Password/Password.js +0 -0
  267. /package/{lib/cjs → cjs/ui}/Form/Rating/Rating.js +0 -0
  268. /package/{lib/cjs → cjs/ui}/Form/Switch/Switch.js +0 -0
  269. /package/{lib/cjs → cjs/ui}/Form/TextArea/TextArea.d.ts +0 -0
  270. /package/{lib/cjs → cjs/ui}/Form/TextArea/TextArea.js +0 -0
  271. /package/{lib/cjs/Typography → cjs/ui}/HelperText/HelperText.d.ts +0 -0
  272. /package/{lib/cjs/Typography → cjs/ui}/HelperText/HelperText.js +0 -0
  273. /package/{lib/cjs/Typography → cjs/ui}/HelperText/HelperText.module.scss +0 -0
  274. /package/{lib/cjs → cjs/ui}/List/ListItem.d.ts +0 -0
  275. /package/{lib/cjs → cjs/ui}/List/ListItem.js +0 -0
  276. /package/{lib/cjs → cjs/ui}/Loader/Loader.js +0 -0
  277. /package/{lib/cjs → cjs/ui}/Logo/Logo.d.ts +0 -0
  278. /package/{lib/cjs → cjs/ui}/Logo/Logo.js +0 -0
  279. /package/{lib/cjs → cjs/ui}/Slider/RcSlider.d.ts +0 -0
  280. /package/{lib/cjs → cjs/ui}/Slider/RcSlider.js +0 -0
  281. /package/{lib/cjs → cjs/ui}/Slider/style.css +0 -0
  282. /package/{lib/cjs → cjs/ui}/Status/Status.js +0 -0
  283. /package/{lib/cjs → cjs/ui}/Stepper/StepItem.d.ts +0 -0
  284. /package/{lib/cjs → cjs/ui}/Stepper/StepItem.js +0 -0
  285. /package/{lib/cjs → cjs/ui}/Stepper/StepItemIcon.js +0 -0
  286. /package/{lib/cjs → cjs/ui}/Stepper/Stepper.d.ts +0 -0
  287. /package/{lib/cjs → cjs/ui}/Stepper/Stepper.js +0 -0
  288. /package/{lib/cjs → cjs/ui}/Tooltip/Tooltip.d.ts +0 -0
  289. /package/{lib/cjs → cjs/ui}/Tooltip/Tooltip.js +0 -0
  290. /package/{lib/dist/armtek-uikit-react-index.min.js.LICENSE.txt → dist/armtek-uikit-react-main.min.js.LICENSE.txt} +0 -0
  291. /package/{lib/esm → esm}/assets/fonts.scss +0 -0
  292. /package/{lib/esm/shared/utils → esm/lib/helpers}/helpers.js +0 -0
  293. /package/{lib/esm → esm/lib}/hooks/useClickOutside.d.ts +0 -0
  294. /package/{lib/esm → esm/lib}/hooks/useClickOutside.js +0 -0
  295. /package/{lib/esm → esm/lib}/services/DateService.d.ts +0 -0
  296. /package/{lib/esm → esm/lib}/services/DateService.js +0 -0
  297. /package/{lib/esm/shared → esm}/types/theme.d.ts +0 -0
  298. /package/{lib/esm/shared → esm}/types/theme.js +0 -0
  299. /package/{lib/esm → esm/ui}/Adornment/Adornment.d.ts +0 -0
  300. /package/{lib/esm → esm/ui}/Adornment/Adornment.js +0 -0
  301. /package/{lib/esm → esm/ui}/Alert/Alert.js +0 -0
  302. /package/{lib/esm → esm/ui}/Avatar/Avatar.js +0 -0
  303. /package/{lib/esm → esm/ui}/Avatar/AvatarGroup.d.ts +0 -0
  304. /package/{lib/esm → esm/ui}/Avatar/AvatarGroup.js +0 -0
  305. /package/{lib/esm → esm/ui}/Badge/Badge.js +0 -0
  306. /package/{lib/esm → esm/ui}/Button/Button.css +0 -0
  307. /package/{lib/esm → esm/ui}/Button/ButtonGroup.d.ts +0 -0
  308. /package/{lib/esm → esm/ui}/Button/ButtonGroup.js +0 -0
  309. /package/{lib/esm → esm/ui}/Button/ButtonIcon.d.ts +0 -0
  310. /package/{lib/esm → esm/ui}/Button/ButtonIcon.js +0 -0
  311. /package/{lib/esm → esm/ui}/Card/Card.d.ts +0 -0
  312. /package/{lib/esm → esm/ui}/Card/Card.js +0 -0
  313. /package/{lib/esm → esm/ui}/Chip/Chip.js +0 -0
  314. /package/{lib/esm → esm/ui}/Form/Checkbox/Checkbox.js +0 -0
  315. /package/{lib/esm → esm/ui}/Form/Checkbox/Radio.d.ts +0 -0
  316. /package/{lib/esm → esm/ui}/Form/Checkbox/Radio.js +0 -0
  317. /package/{lib/esm → esm/ui}/Form/DateField/DateField.js +0 -0
  318. /package/{lib/esm → esm/ui}/Form/DateField/TimeField.d.ts +0 -0
  319. /package/{lib/esm → esm/ui}/Form/DateField/TimeField.js +0 -0
  320. /package/{lib/esm → esm/ui}/Form/DatePicker/DatePicker.d.ts +0 -0
  321. /package/{lib/esm → esm/ui}/Form/DatePicker/PeriodSelect.d.ts +0 -0
  322. /package/{lib/esm → esm/ui}/Form/DatePicker/PeriodSelect.js +0 -0
  323. /package/{lib/esm → esm/ui}/Form/DatePicker/TimePicker.d.ts +0 -0
  324. /package/{lib/esm → esm/ui}/Form/DatePicker/TimePicker.js +0 -0
  325. /package/{lib/esm → esm/ui}/Form/DatePicker/styles.css +0 -0
  326. /package/{lib/esm → esm/ui}/Form/Interval/Interval.d.ts +0 -0
  327. /package/{lib/esm → esm/ui}/Form/Interval/IntervalSlide.d.ts +0 -0
  328. /package/{lib/esm → esm/ui}/Form/Interval/IntervalSlide.js +0 -0
  329. /package/{lib/esm → esm/ui}/Form/Password/Password.js +0 -0
  330. /package/{lib/esm → esm/ui}/Form/Rating/Rating.js +0 -0
  331. /package/{lib/esm → esm/ui}/Form/Switch/Switch.js +0 -0
  332. /package/{lib/esm → esm/ui}/Form/TextArea/TextArea.d.ts +0 -0
  333. /package/{lib/esm → esm/ui}/Form/TextArea/TextArea.js +0 -0
  334. /package/{lib/esm/Typography → esm/ui}/HelperText/HelperText.d.ts +0 -0
  335. /package/{lib/esm/Typography → esm/ui}/HelperText/HelperText.js +0 -0
  336. /package/{lib/esm/Typography → esm/ui}/HelperText/HelperText.module.scss +0 -0
  337. /package/{lib/esm → esm/ui}/List/ListItem.d.ts +0 -0
  338. /package/{lib/esm → esm/ui}/List/ListItem.js +0 -0
  339. /package/{lib/esm → esm/ui}/Loader/Loader.js +0 -0
  340. /package/{lib/esm → esm/ui}/Logo/Logo.d.ts +0 -0
  341. /package/{lib/esm → esm/ui}/Logo/Logo.js +0 -0
  342. /package/{lib/esm → esm/ui}/Slider/RcSlider.d.ts +0 -0
  343. /package/{lib/esm → esm/ui}/Slider/RcSlider.js +0 -0
  344. /package/{lib/esm → esm/ui}/Slider/style.css +0 -0
  345. /package/{lib/esm → esm/ui}/Status/Status.js +0 -0
  346. /package/{lib/esm → esm/ui}/Stepper/StepItem.d.ts +0 -0
  347. /package/{lib/esm → esm/ui}/Stepper/StepItem.js +0 -0
  348. /package/{lib/esm → esm/ui}/Stepper/StepItemIcon.js +0 -0
  349. /package/{lib/esm → esm/ui}/Stepper/Stepper.d.ts +0 -0
  350. /package/{lib/esm → esm/ui}/Stepper/Stepper.js +0 -0
  351. /package/{lib/esm → esm/ui}/Tooltip/Tooltip.d.ts +0 -0
  352. /package/{lib/esm → esm/ui}/Tooltip/Tooltip.js +0 -0
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Adornment",
3
+ "private": true,
4
+ "types": "../esm/ui/Adornment/Adornment.d.ts",
5
+ "main": "../cjs/ui/Adornment/Adornment.js",
6
+ "module": "../esm/ui/Adornment/Adornment.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Alert",
3
+ "private": true,
4
+ "types": "../esm/ui/Alert/Alert.d.ts",
5
+ "main": "../cjs/ui/Alert/Alert.js",
6
+ "module": "../esm/ui/Alert/Alert.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Avatar",
3
+ "private": true,
4
+ "types": "../esm/ui/Avatar/Avatar.d.ts",
5
+ "main": "../cjs/ui/Avatar/Avatar.js",
6
+ "module": "../esm/ui/Avatar/Avatar.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/AvatarGroup",
3
+ "private": true,
4
+ "types": "../esm/ui/Avatar/AvatarGroup.d.ts",
5
+ "main": "../cjs/ui/Avatar/AvatarGroup.js",
6
+ "module": "../esm/ui/Avatar/AvatarGroup.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Badge",
3
+ "private": true,
4
+ "types": "../esm/ui/Badge/Badge.d.ts",
5
+ "main": "../cjs/ui/Badge/Badge.js",
6
+ "module": "../esm/ui/Badge/Badge.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Button",
3
+ "private": true,
4
+ "types": "../esm/ui/Button/Button.d.ts",
5
+ "main": "../cjs/ui/Button/Button.js",
6
+ "module": "../esm/ui/Button/Button.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Button.classes",
3
+ "private": true,
4
+ "types": "../esm/ui/Button/Button.classes.d.ts",
5
+ "main": "../cjs/ui/Button/Button.classes.js",
6
+ "module": "../esm/ui/Button/Button.classes.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/ButtonGroup",
3
+ "private": true,
4
+ "types": "../esm/ui/Button/ButtonGroup.d.ts",
5
+ "main": "../cjs/ui/Button/ButtonGroup.js",
6
+ "module": "../esm/ui/Button/ButtonGroup.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/ButtonIcon",
3
+ "private": true,
4
+ "types": "../esm/ui/Button/ButtonIcon.d.ts",
5
+ "main": "../cjs/ui/Button/ButtonIcon.js",
6
+ "module": "../esm/ui/Button/ButtonIcon.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Card",
3
+ "private": true,
4
+ "types": "../esm/ui/Card/Card.d.ts",
5
+ "main": "../cjs/ui/Card/Card.js",
6
+ "module": "../esm/ui/Card/Card.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Checkbox",
3
+ "private": true,
4
+ "types": "../esm/ui/Form/Checkbox/Checkbox.d.ts",
5
+ "main": "../cjs/ui/Form/Checkbox/Checkbox.js",
6
+ "module": "../esm/ui/Form/Checkbox/Checkbox.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Chip",
3
+ "private": true,
4
+ "types": "../esm/ui/Chip/Chip.d.ts",
5
+ "main": "../cjs/ui/Chip/Chip.js",
6
+ "module": "../esm/ui/Chip/Chip.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/DateField",
3
+ "private": true,
4
+ "types": "../esm/ui/Form/DateField/DateField.d.ts",
5
+ "main": "../cjs/ui/Form/DateField/DateField.js",
6
+ "module": "../esm/ui/Form/DateField/DateField.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/DatePicker",
3
+ "private": true,
4
+ "types": "../esm/ui/Form/DatePicker/DatePicker.d.ts",
5
+ "main": "../cjs/ui/Form/DatePicker/DatePicker.js",
6
+ "module": "../esm/ui/Form/DatePicker/DatePicker.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/DateService",
3
+ "private": true,
4
+ "types": "../esm/lib/services/DateService.d.ts",
5
+ "main": "../cjs/lib/services/DateService.js",
6
+ "module": "../esm/lib/services/DateService.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/HelperText",
3
+ "private": true,
4
+ "types": "../esm/ui/HelperText/HelperText.d.ts",
5
+ "main": "../cjs/ui/HelperText/HelperText.js",
6
+ "module": "../esm/ui/HelperText/HelperText.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Interval",
3
+ "private": true,
4
+ "types": "../esm/ui/Form/Interval/Interval.d.ts",
5
+ "main": "../cjs/ui/Form/Interval/Interval.js",
6
+ "module": "../esm/ui/Form/Interval/Interval.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/IntervalSlide",
3
+ "private": true,
4
+ "types": "../esm/ui/Form/Interval/IntervalSlide.d.ts",
5
+ "main": "../cjs/ui/Form/Interval/IntervalSlide.js",
6
+ "module": "../esm/ui/Form/Interval/IntervalSlide.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/ListItem",
3
+ "private": true,
4
+ "types": "../esm/ui/List/ListItem.d.ts",
5
+ "main": "../cjs/ui/List/ListItem.js",
6
+ "module": "../esm/ui/List/ListItem.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Loader",
3
+ "private": true,
4
+ "types": "../esm/ui/Loader/Loader.d.ts",
5
+ "main": "../cjs/ui/Loader/Loader.js",
6
+ "module": "../esm/ui/Loader/Loader.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Logo",
3
+ "private": true,
4
+ "types": "../esm/ui/Logo/Logo.d.ts",
5
+ "main": "../cjs/ui/Logo/Logo.js",
6
+ "module": "../esm/ui/Logo/Logo.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Password",
3
+ "private": true,
4
+ "types": "../esm/ui/Form/Password/Password.d.ts",
5
+ "main": "../cjs/ui/Form/Password/Password.js",
6
+ "module": "../esm/ui/Form/Password/Password.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Period",
3
+ "private": true,
4
+ "types": "../esm/ui/Form/Period/Period.d.ts",
5
+ "main": "../cjs/ui/Form/Period/Period.js",
6
+ "module": "../esm/ui/Form/Period/Period.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/PeriodSelect",
3
+ "private": true,
4
+ "types": "../esm/ui/Form/DatePicker/PeriodSelect.d.ts",
5
+ "main": "../cjs/ui/Form/DatePicker/PeriodSelect.js",
6
+ "module": "../esm/ui/Form/DatePicker/PeriodSelect.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Radio",
3
+ "private": true,
4
+ "types": "../esm/ui/Form/Checkbox/Radio.d.ts",
5
+ "main": "../cjs/ui/Form/Checkbox/Radio.js",
6
+ "module": "../esm/ui/Form/Checkbox/Radio.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Rating",
3
+ "private": true,
4
+ "types": "../esm/ui/Form/Rating/Rating.d.ts",
5
+ "main": "../cjs/ui/Form/Rating/Rating.js",
6
+ "module": "../esm/ui/Form/Rating/Rating.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/RcSlider",
3
+ "private": true,
4
+ "types": "../esm/ui/Slider/RcSlider.d.ts",
5
+ "main": "../cjs/ui/Slider/RcSlider.js",
6
+ "module": "../esm/ui/Slider/RcSlider.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Select",
3
+ "private": true,
4
+ "types": "../esm/ui/Form/Select/Select.d.ts",
5
+ "main": "../cjs/ui/Form/Select/Select.js",
6
+ "module": "../esm/ui/Form/Select/Select.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Slider",
3
+ "private": true,
4
+ "types": "../esm/ui/Slider/Slider.d.ts",
5
+ "main": "../cjs/ui/Slider/Slider.js",
6
+ "module": "../esm/ui/Slider/Slider.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Status",
3
+ "private": true,
4
+ "types": "../esm/ui/Status/Status.d.ts",
5
+ "main": "../cjs/ui/Status/Status.js",
6
+ "module": "../esm/ui/Status/Status.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/StepItem",
3
+ "private": true,
4
+ "types": "../esm/ui/Stepper/StepItem.d.ts",
5
+ "main": "../cjs/ui/Stepper/StepItem.js",
6
+ "module": "../esm/ui/Stepper/StepItem.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/StepItemIcon",
3
+ "private": true,
4
+ "types": "../esm/ui/Stepper/StepItemIcon.d.ts",
5
+ "main": "../cjs/ui/Stepper/StepItemIcon.js",
6
+ "module": "../esm/ui/Stepper/StepItemIcon.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Stepper",
3
+ "private": true,
4
+ "types": "../esm/ui/Stepper/Stepper.d.ts",
5
+ "main": "../cjs/ui/Stepper/Stepper.js",
6
+ "module": "../esm/ui/Stepper/Stepper.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Switch",
3
+ "private": true,
4
+ "types": "../esm/ui/Form/Switch/Switch.d.ts",
5
+ "main": "../cjs/ui/Form/Switch/Switch.js",
6
+ "module": "../esm/ui/Form/Switch/Switch.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/TextArea",
3
+ "private": true,
4
+ "types": "../esm/ui/Form/TextArea/TextArea.d.ts",
5
+ "main": "../cjs/ui/Form/TextArea/TextArea.js",
6
+ "module": "../esm/ui/Form/TextArea/TextArea.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/TextField",
3
+ "private": true,
4
+ "types": "../esm/ui/Form/TextField/TextField.d.ts",
5
+ "main": "../cjs/ui/Form/TextField/TextField.js",
6
+ "module": "../esm/ui/Form/TextField/TextField.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/TimeField",
3
+ "private": true,
4
+ "types": "../esm/ui/Form/DateField/TimeField.d.ts",
5
+ "main": "../cjs/ui/Form/DateField/TimeField.js",
6
+ "module": "../esm/ui/Form/DateField/TimeField.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/TimePicker",
3
+ "private": true,
4
+ "types": "../esm/ui/Form/DatePicker/TimePicker.d.ts",
5
+ "main": "../cjs/ui/Form/DatePicker/TimePicker.js",
6
+ "module": "../esm/ui/Form/DatePicker/TimePicker.js"
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/Tooltip",
3
+ "private": true,
4
+ "types": "../esm/ui/Tooltip/Tooltip.d.ts",
5
+ "main": "../cjs/ui/Tooltip/Tooltip.js",
6
+ "module": "../esm/ui/Tooltip/Tooltip.js"
7
+ }
@@ -1,5 +1,3 @@
1
- @import "../assets/styles";
2
-
3
1
  .adornmentContainer{
4
2
  display: flex;
5
3
  }
@@ -1,4 +1,3 @@
1
- @import "../assets/styles";
2
1
 
3
2
  .button{
4
3
  outline: none;
@@ -3,6 +3,7 @@
3
3
  body{
4
4
  font-family: 'Roboto';
5
5
  }
6
+
6
7
  ::-webkit-scrollbar {
7
8
  width: 4px;
8
9
  }
@@ -0,0 +1,6 @@
1
+ //@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
2
+ //@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
3
+
4
+ @import "variables";
5
+ //@import "Button";
6
+ @import "Adornment";
@@ -0,0 +1,67 @@
1
+
2
+
3
+ $font-family: 'Roboto';
4
+
5
+
6
+ $size-elarge: 56px;
7
+ $size-large: 42px;
8
+ $size-medium: 36px;
9
+ $size-small: 30px;
10
+ $size-step: 8px;
11
+
12
+ $radius: 4px;
13
+
14
+ $color-primary: #0D46FF;
15
+ $color-primary-dark: #0B3CD9;
16
+ $color-primary-light: #0B3CD9;
17
+ $color-blue-800: #406DFF;
18
+ $color-blue-A100: #D9E2FF;
19
+ $color-blue-50: #F2F5FF;
20
+
21
+ $color-info: #0D46FF;
22
+ $color-info-dark: #0B3CD9;
23
+
24
+ $color-secondary: #FF7F00;
25
+ $color-secondary-dark: #D96C00;
26
+ $color-secondary-light: #FFA140;
27
+ $color-orange-800: #FF9426;
28
+ $color-orange-400: #FFC68C;
29
+ $color-orange-300: #FFD3A6;
30
+ $color-orange-100: #FFE6CC;
31
+ $color-orange-50: #FFF8F0;
32
+
33
+ $color-neutral: #4D5359;
34
+ $color-neutral-dark: #40454A;
35
+ $color-neutral-light: #9AA4AE;
36
+ $color-gray-900: #212529;
37
+ $color-gray-800: #40454A;
38
+ $color-gray-700: #4D5359;
39
+ $color-gray-600: #6C757D;
40
+ $color-gray-500: #9AA4AE;
41
+ $color-gray-400: #B1BCC6;
42
+ $color-gray-300: #D3DAE1;
43
+ $color-gray-200: #DFE2E6;
44
+ $color-gray-100: #E9ECEF;
45
+ $color-gray-50: #F8F9FA;
46
+
47
+ $color-greent-50: #F2FFFB;
48
+
49
+ $color-success: #0BD998;
50
+ $color-success-dark: #08996B;
51
+ $color-error: #FF3342;
52
+ $color-error-dark: #CC2935;
53
+ $color-warning: #FFC61A;
54
+ $color-warning-dark: #F7B519;
55
+
56
+ $color-red-50: #FFF0F1;
57
+
58
+ $box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
59
+
60
+ @mixin transition($time: 0.5s, $target: all, $animation: ease) {
61
+ transition: $time $target $animation;
62
+ }
63
+ @mixin flex($justifyContent: flex-start, $alignItems: center) {
64
+ display: flex;
65
+ align-items: $alignItems;
66
+ justify-content: $justifyContent;
67
+ }
package/cjs/index.d.ts ADDED
@@ -0,0 +1,29 @@
1
+ export { default as Button } from './ui/Button/Button';
2
+ export { default as ButtonIcon } from './ui/Button/ButtonIcon';
3
+ export type { ButtonProps } from './ui/Button/Button';
4
+ export { default as Alert } from './ui/Alert/Alert';
5
+ export type { AlertProps } from './ui/Alert/Alert';
6
+ export { default as Avatar } from './ui/Avatar/Avatar';
7
+ export type { AvatarProps } from './ui/Avatar/Avatar';
8
+ export { default as AvatarGroup } from './ui/Avatar/AvatarGroup';
9
+ export type { AvatarGroupProps } from './ui/Avatar/AvatarGroup';
10
+ export { default as Badge } from './ui/Badge/Badge';
11
+ export type { BadgeProps } from './ui/Badge/Badge';
12
+ export { default as Card } from './ui/Card/Card';
13
+ export type { CardProps } from './ui/Card/Card';
14
+ export { default as Chip } from './ui/Chip/Chip';
15
+ export type { ChipProps } from './ui/Chip/Chip';
16
+ export { default as ListItem } from './ui/List/ListItem';
17
+ export type { ListItemProps } from './ui/List/ListItem';
18
+ export { default as Loader } from './ui/Loader/Loader';
19
+ export type { LoaderProps } from './ui/Loader/Loader';
20
+ export { default as Logo } from './ui/Logo/Logo';
21
+ export type { LogoProps } from './ui/Logo/Logo';
22
+ export { default as Slider } from './ui/Slider/Slider';
23
+ export type { SliderProps } from './ui/Slider/Slider';
24
+ export { default as Status } from './ui/Status/Status';
25
+ export type { StatusProps } from './ui/Status/Status';
26
+ export { default as Stepper } from './ui/Stepper/Stepper';
27
+ export type { StepperProps } from './ui/Stepper/Stepper';
28
+ export { default as Tooltip } from './ui/Tooltip/Tooltip';
29
+ export type { TooltipProps } from './ui/Tooltip/Tooltip';
package/cjs/index.js ADDED
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ exports.__esModule = true;
5
+ exports.Tooltip = exports.Stepper = exports.Status = exports.Slider = exports.Logo = exports.Loader = exports.ListItem = exports.Chip = exports.Card = exports.ButtonIcon = exports.Button = exports.Badge = exports.AvatarGroup = exports.Avatar = exports.Alert = void 0;
6
+ var _Button = _interopRequireDefault(require("./ui/Button/Button"));
7
+ exports.Button = _Button.default;
8
+ var _ButtonIcon = _interopRequireDefault(require("./ui/Button/ButtonIcon"));
9
+ exports.ButtonIcon = _ButtonIcon.default;
10
+ var _Alert = _interopRequireDefault(require("./ui/Alert/Alert"));
11
+ exports.Alert = _Alert.default;
12
+ var _Avatar = _interopRequireDefault(require("./ui/Avatar/Avatar"));
13
+ exports.Avatar = _Avatar.default;
14
+ var _AvatarGroup = _interopRequireDefault(require("./ui/Avatar/AvatarGroup"));
15
+ exports.AvatarGroup = _AvatarGroup.default;
16
+ var _Badge = _interopRequireDefault(require("./ui/Badge/Badge"));
17
+ exports.Badge = _Badge.default;
18
+ var _Card = _interopRequireDefault(require("./ui/Card/Card"));
19
+ exports.Card = _Card.default;
20
+ var _Chip = _interopRequireDefault(require("./ui/Chip/Chip"));
21
+ exports.Chip = _Chip.default;
22
+ var _ListItem = _interopRequireDefault(require("./ui/List/ListItem"));
23
+ exports.ListItem = _ListItem.default;
24
+ var _Loader = _interopRequireDefault(require("./ui/Loader/Loader"));
25
+ exports.Loader = _Loader.default;
26
+ var _Logo = _interopRequireDefault(require("./ui/Logo/Logo"));
27
+ exports.Logo = _Logo.default;
28
+ var _Slider = _interopRequireDefault(require("./ui/Slider/Slider"));
29
+ exports.Slider = _Slider.default;
30
+ var _Status = _interopRequireDefault(require("./ui/Status/Status"));
31
+ exports.Status = _Status.default;
32
+ var _Stepper = _interopRequireDefault(require("./ui/Stepper/Stepper"));
33
+ exports.Stepper = _Stepper.default;
34
+ var _Tooltip = _interopRequireDefault(require("./ui/Tooltip/Tooltip"));
35
+ exports.Tooltip = _Tooltip.default;
@@ -0,0 +1 @@
1
+ export declare const CSS_PREFIX = "Armtek-";
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+
3
+ exports.__esModule = true;
4
+ exports.CSS_PREFIX = void 0;
5
+ const CSS_PREFIX = 'Armtek-';
6
+ exports.CSS_PREFIX = CSS_PREFIX;
@@ -1,4 +1,4 @@
1
- import { ColorStatusType, ColorType, SizeType, VariantType } from '../types/theme';
1
+ import { ColorStatusType, ColorType, SizeType, VariantType } from '../../types/theme';
2
2
  export declare const getVariants: (except?: string[]) => Record<VariantType, string>;
3
3
  export declare const getColors: () => Record<ColorType, string>;
4
4
  export declare const getStatusColors: () => Record<ColorStatusType, string>;
@@ -0,0 +1,18 @@
1
+ @import "../../assets/styles";
2
+
3
+ .adornmentContainer{
4
+ display: flex;
5
+ }
6
+ .adornmentContainer_end{
7
+ margin-left: auto;
8
+ }
9
+ .adornment_end{
10
+ & + * {
11
+ margin-left: $size-step;
12
+ }
13
+ }
14
+ .adornment_start{
15
+ & + * {
16
+ margin-left: $size-step;
17
+ }
18
+ }
@@ -1,4 +1,4 @@
1
- import { ColorStatusType } from '../shared/types/theme';
1
+ import { ColorStatusType } from '../../types/theme';
2
2
  import { HTMLAttributes, ReactNode } from 'react';
3
3
  export type AlertProps = {
4
4
  status: ColorStatusType;
@@ -1,4 +1,4 @@
1
- @import "../assets/styles";
1
+ @import "../../assets/styles";
2
2
 
3
3
  .alert{
4
4
  padding: calc($size-step * 2) calc($size-step * 5) calc($size-step * 2) calc($size-step * 7);
@@ -1,5 +1,5 @@
1
1
  import { HTMLAttributes } from 'react';
2
- import { ColorStatusType, SizeType } from '../shared/types/theme';
2
+ import { ColorStatusType, SizeType } from '../../types/theme';
3
3
  export type AvatarProps = {
4
4
  photo?: string;
5
5
  name?: string;
@@ -1,4 +1,4 @@
1
- @import "../assets/styles";
1
+ @import "../../assets/styles";
2
2
 
3
3
  .avatar{
4
4
  width: $size-elarge;
@@ -1,4 +1,4 @@
1
- @import "../assets/styles";
1
+ @import "../../assets/styles";
2
2
 
3
3
  .avatarGroup{
4
4
  @include flex(flex-end);
@@ -1,4 +1,4 @@
1
- import { ColorStatusType, ColorType, ShapeType } from '../shared/types/theme';
1
+ import { ColorStatusType, ColorType, ShapeType } from '../../types/theme';
2
2
  import { ReactNode } from 'react';
3
3
  export type BadgeProps = {
4
4
  color?: ColorType | ColorStatusType;
@@ -1,4 +1,4 @@
1
- @import "../assets/styles";
1
+ @import "../../assets/styles";
2
2
 
3
3
  .badge{
4
4
  display: inline-block;
@@ -0,0 +1,3 @@
1
+ declare const ButtonClassesClean: string[];
2
+ declare const ButtonClasses: Record<string, string>;
3
+ export { ButtonClasses, ButtonClassesClean };
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ exports.__esModule = true;
4
+ exports.ButtonClassesClean = exports.ButtonClasses = void 0;
5
+ var _theme = require("lib/const/theme");
6
+ const ButtonClassesClean = ['button', 'button_contained', 'button_transparent', 'button_outlined', 'button_primary', 'button_secondary', 'button_neutral', 'button_black', 'button__adornment', 'button__adornment_end', 'button__adornment_start', 'button_large', 'button_medium', 'button_small', 'button_icon', 'button_group', 'button_group_inline', 'button_group_column', 'button_grouped_inline', 'button_grouped_column'];
7
+ exports.ButtonClassesClean = ButtonClassesClean;
8
+ const ButtonClasses = ButtonClassesClean.reduce((prev, current) => {
9
+ prev[current] = _theme.CSS_PREFIX + current;
10
+ return prev;
11
+ }, {});
12
+ exports.ButtonClasses = ButtonClasses;