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,298 @@
1
+ @import "../../assets/styles";
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
+ .button_icon{
190
+ padding: $size-step;
191
+ width: $size-elarge;
192
+ border-radius: 50%;
193
+ display: flex;
194
+ align-items: center;
195
+ justify-content: center;
196
+ font-size: 30px;
197
+ &.button_large{
198
+ width: $size-large;
199
+ font-size: 24px;
200
+ }
201
+ &.button_medium{
202
+ width: $size-medium;
203
+ font-size: 20px;
204
+ }
205
+ &.button_small{
206
+ width: $size-small;
207
+ padding: calc($size-step / 2);
208
+ font-size: 16px;
209
+ }
210
+ }
211
+
212
+ .button_group{
213
+ display: flex;
214
+ align-items: center;
215
+ }
216
+ .button_group_inline{
217
+ flex-direction: row;
218
+ }
219
+ .button_group_column{
220
+ flex-direction: column;
221
+ }
222
+
223
+ .button_grouped_inline{
224
+ border-radius: 0;
225
+ &:first-child{
226
+ border-top-left-radius: $radius;
227
+ border-bottom-left-radius: $radius;
228
+ }
229
+ &:last-child{
230
+ border-top-right-radius: $radius;
231
+ border-bottom-right-radius: $radius;
232
+ }
233
+ &.button_contained{
234
+ &.button_primary + *{
235
+ border-left-color: $color-info-dark;
236
+ }
237
+ &.button_secondary + *{
238
+ border-left-color: $color-primary-dark;
239
+ }
240
+ &.button_neutral + *{
241
+ border-left-color: $color-neutral-dark;
242
+ }
243
+ &.button_black + *{
244
+ border-left-color: $color-neutral-dark;
245
+ }
246
+ }
247
+ &.button_outlined{
248
+ &.button_primary + *{
249
+ border-left-color: $color-info-dark;
250
+ }
251
+ &.button_primary:not(:last-child){
252
+ border-right: 0;
253
+ }
254
+ &.button_secondary + *{
255
+ border-left-color: $color-secondary;
256
+ }
257
+ &.button_secondary:not(:last-child){
258
+ border-right: 0;
259
+ }
260
+ &.button_neutral + *{
261
+ border-left-color: $color-neutral;
262
+ }
263
+ &.button_neutral:not(:last-child){
264
+ border-right: 0;
265
+ }
266
+ &.button_black + *{
267
+ border-left-color: $color-neutral;
268
+ }
269
+ &.button_black:not(:last-child){
270
+ border-right: 0;
271
+ }
272
+ }
273
+ &.button_transparent{
274
+ &.button_primary + *{
275
+ border-left-color: $color-gray-200;
276
+ }
277
+ &.button_secondary + *{
278
+ border-left-color: $color-gray-200;
279
+ }
280
+ &.button_neutral + *{
281
+ border-left-color: $color-gray-200;
282
+ }
283
+ &.button_black + *{
284
+ border-left-color: $color-gray-200;
285
+ }
286
+ }
287
+ }
288
+ .button_grouped_column{
289
+ border-radius: 0;
290
+ &:first-child{
291
+ border-top-left-radius: $radius;
292
+ border-top-right-radius: $radius;
293
+ }
294
+ &:last-child{
295
+ border-bottom-left-radius: $radius;
296
+ border-bottom-right-radius: $radius;
297
+ }
298
+ }
@@ -1,4 +1,4 @@
1
- @import "../assets/styles";
1
+ @import "../../assets/styles";
2
2
 
3
3
  .card{
4
4
  padding: $size-step;
@@ -1,5 +1,5 @@
1
1
  import { ComponentPropsWithoutRef, ElementType, HTMLAttributes } from 'react';
2
- import { ColorType, SizeType, VariantType } from '../shared/types/theme';
2
+ import { ColorType, SizeType, VariantType } from '../../types/theme';
3
3
  export type ChipProps<T extends ElementType = ElementType<HTMLAttributes<HTMLSpanElement>>> = Omit<ComponentPropsWithoutRef<T>, 'color'> & {
4
4
  size?: Exclude<SizeType, 'large' | 'extraLarge'>;
5
5
  color?: ColorType;
@@ -1,4 +1,4 @@
1
- @import "../assets/styles";
1
+ @import "../../assets/styles";
2
2
 
3
3
  .chip{
4
4
  background: $color-gray-200;
@@ -1,5 +1,5 @@
1
1
  import { InputHTMLAttributes, ReactNode } from 'react';
2
- import { ColorType, SizeType, VariantType } from '../../shared/types/theme';
2
+ import { ColorType, SizeType, VariantType } from '../../../types/theme';
3
3
  type BaseCheckboxPropsType = {
4
4
  label?: string | ReactNode;
5
5
  size?: Exclude<SizeType, 'extraLarge'>;
@@ -1,4 +1,4 @@
1
- @import "../../assets/styles";
1
+ @import "../../../assets/styles";
2
2
 
3
3
  .checkbox{
4
4
  position: relative;
@@ -15,8 +15,8 @@ declare const DateField: import("react").ForwardRefExoticComponent<{
15
15
  showTimeOnly?: boolean | undefined;
16
16
  } & {
17
17
  label?: string | undefined;
18
- size?: "small" | "large" | undefined;
19
- variant?: import("../../shared/types/theme").VariantType | undefined;
18
+ size?: "large" | "small" | undefined;
19
+ variant?: import("../../../types/theme").VariantType | undefined;
20
20
  error?: boolean | undefined;
21
21
  success?: boolean | undefined;
22
22
  helperText?: string | undefined;
@@ -0,0 +1 @@
1
+ @import "../../../assets/styles";
@@ -1,6 +1,7 @@
1
1
  import { forwardRef } from 'react';
2
2
  import ReactDatePicker, { registerLocale } from 'react-datepicker';
3
3
  import '!style-loader!css-loader!./styles.css';
4
+ // import './styles.css'
4
5
  import ru from 'date-fns/locale/ru';
5
6
  import { jsx as _jsx } from "react/jsx-runtime";
6
7
  import { Fragment as _Fragment } from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- @import "../../assets/styles";
1
+ @import "../../../assets/styles";
2
2
 
3
3
  .datepicker{
4
4
  & .react-datepicker{
@@ -3,7 +3,7 @@
3
3
  import { forwardRef, useState } from 'react';
4
4
  import css from './Interval.module.scss';
5
5
  import { TextFieldContainer, TextFieldInput } from '../TextField/TextField';
6
- import HelperText from '../../Typography/HelperText/HelperText';
6
+ import HelperText from '../../HelperText/HelperText';
7
7
  import { jsx as _jsx } from "react/jsx-runtime";
8
8
  import { jsxs as _jsxs } from "react/jsx-runtime";
9
9
  import { Fragment as _Fragment } from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- @import "../../assets/styles";
1
+ @import "../../../assets/styles";
2
2
 
3
3
  .interval{
4
4
  @include flex();
@@ -1,8 +1,8 @@
1
1
  /// <reference types="react" />
2
2
  declare const Password: import("react").ForwardRefExoticComponent<{
3
3
  label?: string | undefined;
4
- size?: "small" | "large" | undefined;
5
- variant?: import("../../shared/types/theme").VariantType | undefined;
4
+ size?: "large" | "small" | undefined;
5
+ variant?: import("../../../types/theme").VariantType | undefined;
6
6
  error?: boolean | undefined;
7
7
  success?: boolean | undefined;
8
8
  helperText?: string | undefined;
@@ -0,0 +1,2 @@
1
+ @import "../../../assets/styles";
2
+
@@ -4,8 +4,8 @@ declare const Period: import("react").ForwardRefExoticComponent<{
4
4
  onChange?: ((value: [Date | null, Date | null]) => void) | undefined;
5
5
  } & {
6
6
  label?: string | undefined;
7
- size?: "small" | "large" | undefined;
8
- variant?: import("../../shared/types/theme").VariantType | undefined;
7
+ size?: "large" | "small" | undefined;
8
+ variant?: import("../../../types/theme").VariantType | undefined;
9
9
  error?: boolean | undefined;
10
10
  success?: boolean | undefined;
11
11
  helperText?: string | undefined;
@@ -6,7 +6,7 @@ import css from './Period.module.scss';
6
6
  import ButtonIcon from '../../Button/ButtonIcon';
7
7
  import Card from '../../Card/Card';
8
8
  import DatePicker from '../DatePicker/DatePicker';
9
- import { DateService } from '../../services/DateService';
9
+ import { DateService } from '../../../lib/services/DateService';
10
10
  import { jsx as _jsx } from "react/jsx-runtime";
11
11
  import { jsxs as _jsxs } from "react/jsx-runtime";
12
12
  import { Fragment as _Fragment } from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- @import "../../assets/styles";
1
+ @import "../../../assets/styles";
2
2
 
3
3
  .dateField{
4
4
  position: relative;
@@ -1,5 +1,5 @@
1
1
  import { InputHTMLAttributes } from 'react';
2
- import { SizeType } from '../../shared/types/theme';
2
+ import { SizeType } from '../../../types/theme';
3
3
  type PropsType = {
4
4
  size?: Exclude<SizeType, 'extraLarge'>;
5
5
  value?: number;
@@ -1,4 +1,4 @@
1
- @import "../../assets/styles";
1
+ @import "../../../assets/styles";
2
2
 
3
3
  .rating{
4
4
  @include flex();
@@ -1,4 +1,4 @@
1
- import { OptionType } from '../../shared/types/theme';
1
+ import { OptionType } from '../../../types/theme';
2
2
  import { TextFieldProps } from '../TextField/TextField';
3
3
  type SelectBaseProps = {
4
4
  options: OptionType[];
@@ -6,7 +6,7 @@ import css from './Select.module.scss';
6
6
  import ButtonIcon from '../../Button/ButtonIcon';
7
7
  import clsx from 'clsx';
8
8
  import ListItem from '../../List/ListItem';
9
- import useClickOutside from '../../hooks/useClickOutside';
9
+ import useClickOutside from '../../../lib/hooks/useClickOutside';
10
10
  import { jsx as _jsx } from "react/jsx-runtime";
11
11
  import { Fragment as _Fragment } from "react/jsx-runtime";
12
12
  import { jsxs as _jsxs } from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- @import "../../assets/styles";
1
+ @import "../../../assets/styles";
2
2
 
3
3
  .select{
4
4
  position: relative;
@@ -1,5 +1,5 @@
1
1
  import { InputHTMLAttributes } from 'react';
2
- import { SizeType } from '../../shared/types/theme';
2
+ import { SizeType } from '../../../types/theme';
3
3
  type SwitchProps = {
4
4
  size?: Exclude<SizeType, 'extraLarge' | 'medium'>;
5
5
  } & Omit<InputHTMLAttributes<any>, 'size'>;
@@ -1,4 +1,4 @@
1
- @import "../../assets/styles";
1
+ @import "../../../assets/styles";
2
2
 
3
3
 
4
4
  .switch {
@@ -1,4 +1,4 @@
1
- @import "../../assets/styles";
1
+ @import "../../../assets/styles";
2
2
 
3
3
  .textarea{
4
4
  font-family: $font-family;
@@ -1,5 +1,5 @@
1
1
  import { ElementType, HTMLAttributes, InputHTMLAttributes, ReactNode } from 'react';
2
- import { SizeType, VariantType } from '../../shared/types/theme';
2
+ import { SizeType, VariantType } from '../../../types/theme';
3
3
  export type TextFieldProps = {
4
4
  label?: string;
5
5
  size?: Exclude<SizeType, 'extraLarge' | 'medium'>;
@@ -12,7 +12,7 @@ export type TextFieldProps = {
12
12
  } & Omit<InputHTMLAttributes<any>, 'size'>;
13
13
  declare const TextField: import("react").ForwardRefExoticComponent<{
14
14
  label?: string | undefined;
15
- size?: "small" | "large" | undefined;
15
+ size?: "large" | "small" | undefined;
16
16
  variant?: VariantType | undefined;
17
17
  error?: boolean | undefined;
18
18
  success?: boolean | undefined;
@@ -3,7 +3,7 @@
3
3
  import { forwardRef, useRef, useState } from 'react';
4
4
  import css from './TextField.module.scss';
5
5
  import clsx from 'clsx';
6
- import HelperText from '../../Typography/HelperText/HelperText';
6
+ import HelperText from '../../HelperText/HelperText';
7
7
  import { jsx as _jsx } from "react/jsx-runtime";
8
8
  import { jsxs as _jsxs } from "react/jsx-runtime";
9
9
  import { Fragment as _Fragment } from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- @import "../../assets/styles";
1
+ @import "../../../assets/styles";
2
2
 
3
3
  .textfield{
4
4
  position: relative;
@@ -1,4 +1,4 @@
1
- @import "../assets/styles";
1
+ @import "../../assets/styles";
2
2
 
3
3
  .listitem{
4
4
  outline: none;
@@ -1,4 +1,4 @@
1
- import { SizeType } from '../shared/types/theme';
1
+ import { SizeType } from '../../types/theme';
2
2
  export type LoaderProps = {
3
3
  size?: SizeType;
4
4
  };
@@ -1,4 +1,4 @@
1
- @import "../assets/styles";
1
+ @import "../../assets/styles";
2
2
 
3
3
  .loader{
4
4
  -webkit-animation: rotating 2s linear infinite;
@@ -1,4 +1,4 @@
1
- @import "../assets/styles";
1
+ @import "../../assets/styles";
2
2
 
3
3
  .logo{
4
4
  display: inline-block;
@@ -1,6 +1,6 @@
1
1
  import '!style-loader!css-loader!./style.css';
2
2
  import { SliderProps as RcSliderProps } from 'rc-slider/lib/Slider';
3
- import { SizeType } from '../shared/types/theme';
3
+ import { SizeType } from 'types/theme';
4
4
  export type SliderProps = {
5
5
  size?: Exclude<SizeType, 'extraLarge' | 'medium'>;
6
6
  } & Omit<RcSliderProps, 'size'>;
@@ -1,6 +1,8 @@
1
1
  import RcSlider from 'rc-slider';
2
2
  import '!style-loader!css-loader!./style.css';
3
- import HelperText from '../Typography/HelperText/HelperText';
3
+ // import './style.css'
4
+
5
+ import HelperText from '../HelperText/HelperText';
4
6
  import css from './Slider.module.scss';
5
7
  import { jsx as _jsx } from "react/jsx-runtime";
6
8
  import { jsxs as _jsxs } from "react/jsx-runtime";
@@ -1,4 +1,4 @@
1
- @import "../assets/styles";
1
+ @import "../../assets/styles";
2
2
 
3
3
  .slider__helperText{
4
4
  @include flex(space-between);
@@ -1,4 +1,4 @@
1
- import { ColorStatusType, ColorType } from '../shared/types/theme';
1
+ import { ColorStatusType, ColorType } from '../../types/theme';
2
2
  import { ReactNode } from 'react';
3
3
  export type StatusProps = {
4
4
  color?: ColorType | ColorStatusType;
@@ -1,4 +1,4 @@
1
- @import "../assets/styles";
1
+ @import "../../assets/styles";
2
2
 
3
3
  .status{
4
4
  display: inline-flex;
@@ -1,4 +1,4 @@
1
- @import "../assets/styles";
1
+ @import "../../assets/styles";
2
2
 
3
3
  .stepItem__inner{
4
4
  @include flex(flex-start, flex-start)
@@ -1,4 +1,4 @@
1
- import { SizeType } from '../shared/types/theme';
1
+ import { SizeType } from '../../types/theme';
2
2
  export type StepItemIconProps = {
3
3
  number?: string | number;
4
4
  size?: Exclude<SizeType, 'extraLarge' | 'medium'>;
@@ -1,4 +1,4 @@
1
- @import "../assets/styles";
1
+ @import "../../assets/styles";
2
2
 
3
3
  .stepItemIcon{
4
4
  @include flex(center);
@@ -1,4 +1,4 @@
1
- @import "../assets/styles";
1
+ @import "../../assets/styles";
2
2
 
3
3
  .stepper{
4
4
 
@@ -1,4 +1,4 @@
1
- @import "../assets/styles";
1
+ @import "../../assets/styles";
2
2
 
3
3
  .tooltip{
4
4
  display: inline-block;
@@ -0,0 +1,7 @@
1
+ {
2
+ "name": "armtek-uikit-react/helpers",
3
+ "private": true,
4
+ "types": "../esm/lib/helpers/helpers.d.ts",
5
+ "main": "../cjs/lib/helpers/helpers.js",
6
+ "module": "../esm/lib/helpers/helpers.js"
7
+ }