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,8 +1,12 @@
1
- import css from './Chip.module.scss';
2
1
  import clsx from 'clsx';
2
+ import css from "./Chip.module.scss";
3
3
  import { jsx as _jsx } from "react/jsx-runtime";
4
4
  import { jsxs as _jsxs } from "react/jsx-runtime";
5
5
  import { Fragment as _Fragment } from "react/jsx-runtime";
6
+ const CssClasses = ['chip', 'chip__inner', 'chip__icon', 'chip__close', 'chip__close_primary', 'chip__close_secondary', 'chip_small', 'chip__icon_small', 'chip__close_small', 'chip_outlined', 'chip_secondary', 'chip_primary'];
7
+
8
+ // const css = getCssPrefix(CssClasses)
9
+
6
10
  function Chip(props) {
7
11
  let {
8
12
  size,
@@ -0,0 +1 @@
1
+ @import "./../../assets/Chip";
@@ -1,11 +1,15 @@
1
1
  "use client";
2
2
 
3
- import css from './Checkbox.module.scss';
4
3
  import clsx from 'clsx';
5
4
  import { useState } from 'react';
5
+ import css from "./Checkbox.module.scss";
6
6
  import { jsx as _jsx } from "react/jsx-runtime";
7
7
  import { jsxs as _jsxs } from "react/jsx-runtime";
8
8
  import { Fragment as _Fragment } from "react/jsx-runtime";
9
+ const CssClasses = ['checkbox', 'checkbox__input', 'checkbox__label', 'checkbox__text', 'checkbox_disabled', 'checkbox_medium', 'checkbox_small', 'checkbox__label_intermediate', 'checkbox__label_checked', 'checkbox__label_disabled', 'checkbox_contained', 'checkbox_outlined', 'checkbox_primary', 'checkbox_secondary', 'checkbox_neutral', 'checkbox_success', 'checkbox_error', 'checkbox_warning', 'radio'];
10
+
11
+ // const css = getCssPrefix(CssClasses)
12
+
9
13
  const Checkbox = props => {
10
14
  let {
11
15
  label,
@@ -0,0 +1 @@
1
+ @import "../../../assets/Checkbox";
@@ -1,13 +1,17 @@
1
- import Checkbox from './Checkbox';
2
- import css from './Checkbox.module.scss';
1
+ import Checkbox from "./Checkbox";
3
2
  import clsx from 'clsx';
3
+ import css from "./Checkbox.module.scss";
4
4
  import { jsx as _jsx } from "react/jsx-runtime";
5
5
  import { Fragment as _Fragment } from "react/jsx-runtime";
6
+ const CssClasses = ['radio'];
7
+
8
+ // const css = getCssPrefix(CssClasses)
9
+
6
10
  const Radio = props => {
7
11
  return /*#__PURE__*/_jsx(_Fragment, {
8
12
  children: /*#__PURE__*/_jsx(Checkbox, {
9
13
  ...props,
10
- className: clsx(props.className, css.radio, css['radio_' + props.size || 'large'], css['radio_' + props.color || 'primary']),
14
+ className: clsx(props.className, css.radio),
11
15
  type: 'radio'
12
16
  })
13
17
  });
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
 
3
- import TextField from '../TextField/TextField';
3
+ import TextField from "../TextField/TextField";
4
4
  import { forwardRef, useState } from 'react';
5
- import ButtonIcon from '../../Button/ButtonIcon';
6
- import Card from '../../Card/Card';
7
- import DatePicker from '../DatePicker/DatePicker';
5
+ import Index from "../../ButtonIcon";
6
+ import Card from "../../Card/Card";
7
+ import DatePicker from "../DatePicker/DatePicker";
8
8
  import { jsx as _jsx } from "react/jsx-runtime";
9
9
  import { Fragment as _Fragment } from "react/jsx-runtime";
10
10
  const DateInput = /*#__PURE__*/forwardRef((props, ref) => {
@@ -14,11 +14,10 @@ const DateInput = /*#__PURE__*/forwardRef((props, ref) => {
14
14
  ...restProps
15
15
  } = props;
16
16
  let inputIcon = showTime && showTimeOnly ? 'schedule' : 'calendar_today';
17
- console.log(restProps);
18
17
  return /*#__PURE__*/_jsx(TextField, {
19
18
  ref: ref,
20
19
  ...restProps,
21
- endAdornment: /*#__PURE__*/_jsx(ButtonIcon, {
20
+ endAdornment: /*#__PURE__*/_jsx(Index, {
22
21
  size: 'medium',
23
22
  variant: 'transparent',
24
23
  onClick: props.onClick,
@@ -1,4 +1,4 @@
1
- import DateField from './DateField';
1
+ import DateField from "./DateField";
2
2
  import { jsx as _jsx } from "react/jsx-runtime";
3
3
  import { Fragment as _Fragment } from "react/jsx-runtime";
4
4
  const TimeField = props => {
@@ -0,0 +1 @@
1
+ @import "../../../assets/DatePicker";
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
 
3
- import DatePicker from './DatePicker';
3
+ import DatePicker from "./DatePicker";
4
4
  import { useState } from 'react';
5
5
  import { jsx as _jsx } from "react/jsx-runtime";
6
6
  import { Fragment as _Fragment } from "react/jsx-runtime";
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
 
3
- import DatePicker from './DatePicker';
3
+ import DatePicker from "./DatePicker";
4
4
  import { useState } from 'react';
5
5
  import { jsx as _jsx } from "react/jsx-runtime";
6
6
  import { Fragment as _Fragment } from "react/jsx-runtime";
@@ -1,12 +1,16 @@
1
1
  "use client";
2
2
 
3
3
  import { forwardRef, useState } from 'react';
4
- import css from './Interval.module.scss';
5
- import { TextFieldContainer, TextFieldInput } from '../TextField/TextField';
6
- import HelperText from '../../HelperText/HelperText';
4
+ import { TextFieldContainer, TextFieldInput } from "../TextField/TextField";
5
+ import HelperText from "../../HelperText/HelperText";
6
+ import css from "./Interval.module.scss";
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";
10
+ const CssClasses = ['interval', 'interval__end', 'interval__item', 'interval__helperText', 'intervalslide__slider'];
11
+
12
+ // const css = getCssPrefix(CssClasses)
13
+
10
14
  const Interval = /*#__PURE__*/forwardRef((props, ref) => {
11
15
  let {
12
16
  value,
@@ -0,0 +1 @@
1
+ @import "../../../assets/Interval";
@@ -1,12 +1,16 @@
1
1
  "use client";
2
2
 
3
- import Interval from './Interval';
4
- import css from './Interval.module.scss';
3
+ import Interval from "./Interval";
5
4
  import { useState } from 'react';
6
- import Slider from '../../Slider/Slider';
5
+ import Slider from "../../Slider/Slider";
6
+ import css from "./Interval.module.scss";
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";
10
+ const CssClasses = ['intervalslide__slider'];
11
+
12
+ // const css = getCssPrefix(CssClasses)
13
+
10
14
  const IntervalSlide = props => {
11
15
  let {
12
16
  onChange,
@@ -1,8 +1,8 @@
1
1
  "use client";
2
2
 
3
- import TextField from '../TextField/TextField';
3
+ import TextField from "../TextField/TextField";
4
4
  import { forwardRef, useRef, useState } from 'react';
5
- import ButtonIcon from '../../Button/ButtonIcon';
5
+ import Index from "../../ButtonIcon";
6
6
  import { jsx as _jsx } from "react/jsx-runtime";
7
7
  import { Fragment as _Fragment } from "react/jsx-runtime";
8
8
  const Password = /*#__PURE__*/forwardRef((props, ref) => {
@@ -27,7 +27,7 @@ const Password = /*#__PURE__*/forwardRef((props, ref) => {
27
27
  ...restProps,
28
28
  type: isPassword ? 'password' : 'text',
29
29
  onChange: handleChange,
30
- endAdornment: /*#__PURE__*/_jsx(ButtonIcon, {
30
+ endAdornment: /*#__PURE__*/_jsx(Index, {
31
31
  size: 'medium',
32
32
  variant: 'transparent',
33
33
  color: 'neutral',
@@ -1,15 +1,19 @@
1
1
  "use client";
2
2
 
3
- import TextField from '../TextField/TextField';
3
+ import TextField from "../TextField/TextField";
4
4
  import { forwardRef, useState } from 'react';
5
- import css from './Period.module.scss';
6
- import ButtonIcon from '../../Button/ButtonIcon';
7
- import Card from '../../Card/Card';
8
- import DatePicker from '../DatePicker/DatePicker';
9
- import { DateService } from '../../../lib/services/DateService';
5
+ import Index from "../../ButtonIcon";
6
+ import Card from "../../Card/Card";
7
+ import DatePicker from "../DatePicker/DatePicker";
8
+ import { DateService } from "../../../lib/services/DateService";
9
+ import css from "./Period.module.scss";
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";
13
+ const CssClasses = ['dateField', 'dateField__picker'];
14
+
15
+ // const css = getCssPrefix(CssClasses)
16
+
13
17
  const Period = /*#__PURE__*/forwardRef((props, ref) => {
14
18
  let {
15
19
  onChange,
@@ -38,7 +42,7 @@ const Period = /*#__PURE__*/forwardRef((props, ref) => {
38
42
  ...restProps,
39
43
  value: displayValue,
40
44
  onFocus: handleClick,
41
- endAdornment: /*#__PURE__*/_jsx(ButtonIcon, {
45
+ endAdornment: /*#__PURE__*/_jsx(Index, {
42
46
  size: 'medium',
43
47
  variant: 'transparent',
44
48
  color: 'neutral',
@@ -0,0 +1,2 @@
1
+ @import "../../../assets/Period";
2
+
@@ -1,11 +1,15 @@
1
1
  "use client";
2
2
 
3
- import css from './Rating.module.scss';
4
3
  import { useState } from 'react';
5
4
  import clsx from 'clsx';
5
+ import css from "./Rating.module.scss";
6
6
  import { jsx as _jsx } from "react/jsx-runtime";
7
7
  import { jsxs as _jsxs } from "react/jsx-runtime";
8
8
  import { Fragment as _Fragment } from "react/jsx-runtime";
9
+ const CssClasses = ['rating', 'rating__item', 'rating_medium', 'rating_small', 'rating__item_disabled'];
10
+
11
+ // const css = getCssPrefix(CssClasses)
12
+
9
13
  const Rating = props => {
10
14
  let {
11
15
  size = 'large',
@@ -0,0 +1 @@
1
+ @import "../../../assets/Rating";
@@ -1,15 +1,19 @@
1
1
  "use client";
2
2
 
3
- import TextField from '../TextField/TextField';
3
+ import TextField from "../TextField/TextField";
4
4
  import { forwardRef, useRef, useState } from 'react';
5
- import css from './Select.module.scss';
6
- import ButtonIcon from '../../Button/ButtonIcon';
5
+ import Index from "../../ButtonIcon";
7
6
  import clsx from 'clsx';
8
- import ListItem from '../../List/ListItem';
9
- import useClickOutside from '../../../lib/hooks/useClickOutside';
7
+ import ListItem from "../../List/ListItem";
8
+ import useClickOutside from "../../../lib/hooks/useClickOutside";
9
+ import css from "./Select.module.scss";
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";
13
+ const CssClasses = ['select', 'select__input_wrapper', 'select__input', 'options', 'options_inline'];
14
+
15
+ // const css = getCssPrefix(CssClasses)
16
+
13
17
  export const getOptionValue = option => option.value || option.text;
14
18
  function Select(props) {
15
19
  var _options$find;
@@ -56,7 +60,7 @@ function Select(props) {
56
60
  // }
57
61
 
58
62
  let selectEndAdornment = /*#__PURE__*/_jsxs(_Fragment, {
59
- children: [endAdornment, /*#__PURE__*/_jsx(ButtonIcon, {
63
+ children: [endAdornment, /*#__PURE__*/_jsx(Index, {
60
64
  onClick: () => handleActive,
61
65
  size: 'small',
62
66
  variant: 'transparent',
@@ -0,0 +1 @@
1
+ @import "../../../assets/Select";
@@ -1,8 +1,12 @@
1
- import css from './Switch.module.scss';
2
1
  import clsx from 'clsx';
2
+ import css from "./Switch.module.scss";
3
3
  import { jsx as _jsx } from "react/jsx-runtime";
4
4
  import { jsxs as _jsxs } from "react/jsx-runtime";
5
5
  import { Fragment as _Fragment } from "react/jsx-runtime";
6
+ const CssClasses = ['switch', 'switch__input', 'switch__slider', 'switch_small'];
7
+
8
+ // const css = getCssPrefix(CssClasses)
9
+
6
10
  const Switch = props => {
7
11
  let {
8
12
  onChange,
@@ -0,0 +1 @@
1
+ @import "../../../assets/Switch";
@@ -1,11 +1,15 @@
1
1
  "use client";
2
2
 
3
- import TextField from '../TextField/TextField';
3
+ import TextField from "../TextField/TextField";
4
4
  import { useEffect, useRef, useState } from 'react';
5
5
  import clsx from 'clsx';
6
- import css from './TextArea.module.scss';
6
+ import css from "./TextArea.module.scss";
7
7
  import { jsx as _jsx } from "react/jsx-runtime";
8
8
  import { Fragment as _Fragment } from "react/jsx-runtime";
9
+ const CssClasses = ['textarea', 'size_small'];
10
+
11
+ // const css = getCssPrefix(CssClasses)
12
+
9
13
  const TextArea = props => {
10
14
  var _textareaRef$current, _textareaRef$current2;
11
15
  let {
@@ -0,0 +1 @@
1
+ @import "../../../assets/TextArea";
@@ -1,12 +1,16 @@
1
1
  "use client";
2
2
 
3
3
  import { forwardRef, useRef, useState } from 'react';
4
- import css from './TextField.module.scss';
5
4
  import clsx from 'clsx';
6
- import HelperText from '../../HelperText/HelperText';
5
+ import HelperText from "../../HelperText/HelperText";
6
+ import css from "./TextField.module.scss";
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";
10
+ const CssClasses = ['textfield__container_outlined', 'textfield__container', 'textfield', 'textfield_outlined', '_focused', '_disabled', '_error', '_label', 'textfield__label_focused', 'textfield__label_small', 'textfield__label_error', 'textfield__label', 'textfield__input', 'textfield__input_outlined', 'size_small', 'textfield__adornment', 'textfield__helperText', 'textfield__icon'];
11
+
12
+ // const css = getCssPrefix(CssClasses)
13
+
10
14
  const TextField = /*#__PURE__*/forwardRef((props, ref) => {
11
15
  let {
12
16
  error,
@@ -0,0 +1 @@
1
+ @import "../../../assets/TextField";
@@ -1,7 +1,11 @@
1
- import css from './HelperText.module.scss';
2
1
  import clsx from 'clsx';
2
+ import css from "./HelperText.module.scss";
3
3
  import { jsx as _jsx } from "react/jsx-runtime";
4
4
  import { Fragment as _Fragment } from "react/jsx-runtime";
5
+ const CssClasses = ['helperText', 'helperText_error'];
6
+
7
+ // const css = getCssPrefix(CssClasses)
8
+
5
9
  const HelperText = props => {
6
10
  let {
7
11
  className,
@@ -0,0 +1 @@
1
+ @import "../../assets/HelperText";
@@ -1,10 +1,14 @@
1
- import css from './ListItem.module.scss';
2
1
  import clsx from 'clsx';
3
- import Checkbox from '../Form/Checkbox/Checkbox';
4
- import Adornment, { AdornmentContainer } from '../Adornment/Adornment';
2
+ import Checkbox from "../Form/Checkbox/Checkbox";
3
+ import Adornment, { AdornmentContainer } from "../Adornment/Adornment";
4
+ import css from "./ListItem.module.scss";
5
5
  import { jsx as _jsx } from "react/jsx-runtime";
6
6
  import { jsxs as _jsxs } from "react/jsx-runtime";
7
7
  import { Fragment as _Fragment } from "react/jsx-runtime";
8
+ const CssClasses = ['listitem', 'listitem_active', 'listitem_divider', 'listitemText'];
9
+
10
+ // const css = getCssPrefix(CssClasses)
11
+
8
12
  const ListItem = props => {
9
13
  let {
10
14
  children,
@@ -0,0 +1 @@
1
+ @import "../../assets/ListItem";
@@ -1,8 +1,12 @@
1
- import css from './Loader.module.scss';
2
1
  import clsx from 'clsx';
2
+ import css from "./Loader.module.scss";
3
3
  import { jsx as _jsx } from "react/jsx-runtime";
4
4
  import { jsxs as _jsxs } from "react/jsx-runtime";
5
5
  import { Fragment as _Fragment } from "react/jsx-runtime";
6
+ const CssClasses = ['loader'];
7
+
8
+ // const css = getCssPrefix(CssClasses)
9
+
6
10
  const Loader = props => {
7
11
  let width = props.size === 'large' ? 25 : props.size === 'medium' ? 23 : props.size === 'small' ? 21 : 27;
8
12
  let height = props.size === 'large' ? 24 : props.size === 'medium' ? 22 : props.size === 'small' ? 20 : 26;
@@ -0,0 +1 @@
1
+ @import "../../assets/Loader";
@@ -1,8 +1,12 @@
1
- import css from './Logo.module.scss';
2
1
  import clsx from 'clsx';
2
+ import css from "./Logo.module.scss";
3
3
  import { jsx as _jsx } from "react/jsx-runtime";
4
4
  import { jsxs as _jsxs } from "react/jsx-runtime";
5
5
  import { Fragment as _Fragment } from "react/jsx-runtime";
6
+ const CssClasses = ['logo', 'logo_shape', 'logo__inner', 'logo__img', 'logo__description', 'logo_inverse'];
7
+
8
+ // const css = getCssPrefix(CssClasses)
9
+
6
10
  const Logo = props => {
7
11
  let {
8
12
  description,
@@ -0,0 +1 @@
1
+ @import "../../assets/Logo";
File without changes
@@ -1,12 +1,15 @@
1
+ import React from 'react';
1
2
  import RcSlider from 'rc-slider';
2
3
  import '!style-loader!css-loader!./style.css';
3
- // import './style.css'
4
-
5
- import HelperText from '../HelperText/HelperText';
6
- import css from './Slider.module.scss';
4
+ import HelperText from "../HelperText/HelperText";
5
+ import css from "./Slider.module.scss";
7
6
  import { jsx as _jsx } from "react/jsx-runtime";
8
7
  import { jsxs as _jsxs } from "react/jsx-runtime";
9
8
  import { Fragment as _Fragment } from "react/jsx-runtime";
9
+ const CssClasses = ['slider__helperText'];
10
+
11
+ // const css = getCssPrefix(CssClasses)
12
+
10
13
  const Slider = props => {
11
14
  let {
12
15
  size = 'large',
@@ -17,7 +20,7 @@ const Slider = props => {
17
20
  children: [/*#__PURE__*/_jsx(RcSlider, {
18
21
  ...restProps,
19
22
  className: '_' + size
20
- }), restProps.min && restProps.max && /*#__PURE__*/_jsxs("div", {
23
+ }), restProps.min !== undefined && restProps.max !== undefined && /*#__PURE__*/_jsxs("div", {
21
24
  className: css.slider__helperText,
22
25
  children: [/*#__PURE__*/_jsx(HelperText, {
23
26
  children: restProps.min
@@ -0,0 +1 @@
1
+ @import "../../assets/Slider";
@@ -1,8 +1,12 @@
1
- import css from './Status.module.scss';
2
1
  import clsx from 'clsx';
2
+ import css from "./Status.module.scss";
3
3
  import { jsx as _jsx } from "react/jsx-runtime";
4
4
  import { jsxs as _jsxs } from "react/jsx-runtime";
5
5
  import { Fragment as _Fragment } from "react/jsx-runtime";
6
+ const CssClasses = ['status', 'status_primary', 'status_secondary', 'status_neutral', 'status_error', 'status_warning', 'status_info', 'status_success', 'status__content', 'status__icon'];
7
+
8
+ // const css = getCssPrefix(CssClasses)
9
+
6
10
  function Status(props) {
7
11
  let {
8
12
  color,
@@ -0,0 +1 @@
1
+ @import "../../assets/Status";
@@ -1,10 +1,14 @@
1
- import StepItemIcon from './StepItemIcon';
2
- import css from './StepItem.module.scss';
1
+ import StepItemIcon from "./StepItemIcon";
3
2
  import clsx from 'clsx';
4
- import Button from '../Button/Button';
3
+ import Index from "../Button";
4
+ import css from "./StepItem.module.scss";
5
5
  import { jsx as _jsx } from "react/jsx-runtime";
6
6
  import { jsxs as _jsxs } from "react/jsx-runtime";
7
7
  import { Fragment as _Fragment } from "react/jsx-runtime";
8
+ const CssClasses = ['stepItem', 'stepItem__inner', 'stepItem__title', 'stepItem__title_error', 'stepItem__content', 'stepItem__button', 'stepItem_horizontal', 'stepItem_last', 'status_info', 'status_success', 'status__content', 'status__icon'];
9
+
10
+ // const css = getCssPrefix(CssClasses)
11
+
8
12
  const StepItem = props => {
9
13
  let {
10
14
  title,
@@ -39,7 +43,7 @@ const StepItem = props => {
39
43
  className: css.stepItem__content,
40
44
  children: [content || children, !!button && /*#__PURE__*/_jsx("div", {
41
45
  className: css.stepItem__button,
42
- children: /*#__PURE__*/_jsx(Button, {
46
+ children: /*#__PURE__*/_jsx(Index, {
43
47
  ...buttonProps,
44
48
  children: button
45
49
  })
@@ -0,0 +1 @@
1
+ @import "../../assets/StepItem";
@@ -1,7 +1,11 @@
1
- import css from './StepItemIcon.module.scss';
2
1
  import clsx from 'clsx';
2
+ import css from "./StepItemIcon.module.scss";
3
3
  import { jsx as _jsx } from "react/jsx-runtime";
4
4
  import { Fragment as _Fragment } from "react/jsx-runtime";
5
+ const CssClasses = ['stepItemIcon', 'stepItemIcon__number', 'stepItemIcon_small', 'stepItemIcon_active', 'stepItemIcon_complete', 'stepItemIcon_error', 'stepItemIcon__inner'];
6
+
7
+ // const css = getCssPrefix(CssClasses)
8
+
5
9
  const StepItemIcon = props => {
6
10
  let icon = '';
7
11
  if (!props.number) {
@@ -0,0 +1 @@
1
+ @import "../../assets/StepItemIcon";
@@ -1,10 +1,14 @@
1
- import StepItem from './StepItem';
2
- import css from './Stepper.module.scss';
1
+ import StepItem from "./StepItem";
3
2
  import clsx from 'clsx';
4
3
  import { Fragment } from 'react';
4
+ import css from "./Stepper.module.scss";
5
5
  import { jsx as _jsx } from "react/jsx-runtime";
6
6
  import { jsxs as _jsxs } from "react/jsx-runtime";
7
7
  import { Fragment as _Fragment } from "react/jsx-runtime";
8
+ const CssClasses = ['stepper', 'stepper_horizontal', 'stepper__connector', 'stepper_small'];
9
+
10
+ // const css = getCssPrefix(CssClasses)
11
+
8
12
  const Stepper = props => {
9
13
  var _props$steps;
10
14
  let {
@@ -0,0 +1 @@
1
+ @import "../../assets/Stepper";
@@ -1,10 +1,14 @@
1
1
  "use client";
2
2
 
3
- import css from './Tooltip.module.scss';
4
3
  import { useState } from 'react';
4
+ import css from "./Tooltip.module.scss";
5
5
  import { jsx as _jsx } from "react/jsx-runtime";
6
6
  import { jsxs as _jsxs } from "react/jsx-runtime";
7
7
  import { Fragment as _Fragment } from "react/jsx-runtime";
8
+ const CssClasses = ['tooltip', 'tooltip__item'];
9
+
10
+ // const css = getCssPrefix(CssClasses)
11
+
8
12
  function Tooltip(props) {
9
13
  let {
10
14
  text,
@@ -0,0 +1 @@
1
+ @import "../../assets/Tooltip";
@@ -1,7 +0,0 @@
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
- }
@@ -1,7 +0,0 @@
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
- }
@@ -1,7 +0,0 @@
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
- }
@@ -1,7 +0,0 @@
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
- }
@@ -1,7 +0,0 @@
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
- }
@@ -1,7 +0,0 @@
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
- }