@epam/uui 5.3.0 → 5.4.0

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 (823) hide show
  1. package/{build/index.esm.js → index.esm.js} +94 -94
  2. package/{build/index.js → index.js} +94 -94
  3. package/package.json +7 -7
  4. package/{build/stats.html → stats.html} +1 -1
  5. package/{build/styles.css → styles.css} +2475 -2475
  6. package/{build/styles.css.map → styles.css.map} +1 -1
  7. package/build/assets/styles/buttonLayout.scss +0 -67
  8. package/build/assets/styles/controlLayout.scss +0 -28
  9. package/build/assets/styles/dnd.scss +0 -9
  10. package/build/assets/styles/effects.scss +0 -7
  11. package/build/assets/styles/icons.scss +0 -19
  12. package/build/assets/styles/index.scss +0 -8
  13. package/build/assets/styles/inputs.scss +0 -74
  14. package/build/assets/styles/text-size.scss +0 -37
  15. package/build/assets/styles/typography.scss +0 -174
  16. package/build/package.json +0 -37
  17. package/build/readme.md +0 -5
  18. package/components/buttons/Button.module.scss +0 -157
  19. package/components/buttons/Button.tsx +0 -42
  20. package/components/buttons/IconButton.module.scss +0 -44
  21. package/components/buttons/IconButton.tsx +0 -20
  22. package/components/buttons/LinkButton.module.scss +0 -85
  23. package/components/buttons/LinkButton.tsx +0 -32
  24. package/components/buttons/TabButton.module.scss +0 -94
  25. package/components/buttons/TabButton.tsx +0 -38
  26. package/components/buttons/VerticalTabButton.module.scss +0 -7
  27. package/components/buttons/VerticalTabButton.tsx +0 -12
  28. package/components/buttons/__tests__/Button.test.tsx +0 -30
  29. package/components/buttons/__tests__/IconButton.test.tsx +0 -16
  30. package/components/buttons/__tests__/LinkButton.test.tsx +0 -16
  31. package/components/buttons/__tests__/TabButton.test.tsx +0 -16
  32. package/components/buttons/__tests__/VerticalTabButton.test.tsx +0 -16
  33. package/components/buttons/__tests__/__snapshots__/Button.test.tsx.snap +0 -58
  34. package/components/buttons/__tests__/__snapshots__/IconButton.test.tsx.snap +0 -34
  35. package/components/buttons/__tests__/__snapshots__/LinkButton.test.tsx.snap +0 -47
  36. package/components/buttons/__tests__/__snapshots__/TabButton.test.tsx.snap +0 -31
  37. package/components/buttons/__tests__/__snapshots__/VerticalTabButton.test.tsx.snap +0 -31
  38. package/components/buttons/helper.ts +0 -22
  39. package/components/buttons/index.ts +0 -5
  40. package/components/datePickers/Calendar.module.scss +0 -143
  41. package/components/datePickers/Calendar.tsx +0 -10
  42. package/components/datePickers/CalendarPresets.module.scss +0 -30
  43. package/components/datePickers/CalendarPresets.tsx +0 -9
  44. package/components/datePickers/DatePicker.tsx +0 -70
  45. package/components/datePickers/DatePickerBody.module.scss +0 -107
  46. package/components/datePickers/DatePickerBody.tsx +0 -74
  47. package/components/datePickers/DatePickerHeader.module.scss +0 -15
  48. package/components/datePickers/DatePickerHeader.tsx +0 -113
  49. package/components/datePickers/RangeDatePicker.module.scss +0 -101
  50. package/components/datePickers/RangeDatePicker.tsx +0 -107
  51. package/components/datePickers/RangeDatePickerBody.module.scss +0 -127
  52. package/components/datePickers/RangeDatePickerBody.tsx +0 -252
  53. package/components/datePickers/__tests__/Calendar.test.tsx +0 -11
  54. package/components/datePickers/__tests__/CalendarPresets.test.tsx +0 -11
  55. package/components/datePickers/__tests__/DatePicker.test.tsx +0 -119
  56. package/components/datePickers/__tests__/DatePickerBody.test.tsx +0 -36
  57. package/components/datePickers/__tests__/DatePickerHeader.test.tsx +0 -57
  58. package/components/datePickers/__tests__/RangeDatePicker.test.tsx +0 -181
  59. package/components/datePickers/__tests__/RangeDatePickerBody.test.tsx +0 -186
  60. package/components/datePickers/__tests__/__snapshots__/Calendar.test.tsx.snap +0 -524
  61. package/components/datePickers/__tests__/__snapshots__/CalendarPresets.test.tsx.snap +0 -61
  62. package/components/datePickers/__tests__/__snapshots__/DatePicker.test.tsx.snap +0 -57
  63. package/components/datePickers/__tests__/__snapshots__/DatePickerBody.test.tsx.snap +0 -62
  64. package/components/datePickers/__tests__/__snapshots__/RangeDatePicker.test.tsx.snap +0 -115
  65. package/components/datePickers/__tests__/__snapshots__/RangeDatePickerBody.test.tsx.snap +0 -1231
  66. package/components/datePickers/index.ts +0 -5
  67. package/components/dnd/DropMarker.module.scss +0 -62
  68. package/components/dnd/DropMarker.tsx +0 -25
  69. package/components/dnd/__tests__/DropMarker.test.tsx +0 -31
  70. package/components/dnd/__tests__/__snapshots__/DropMarker.test.tsx.snap +0 -7
  71. package/components/dnd/index.tsx +0 -1
  72. package/components/fileUpload/DropSpot.module.scss +0 -47
  73. package/components/fileUpload/DropSpot.tsx +0 -57
  74. package/components/fileUpload/FileCard.module.scss +0 -88
  75. package/components/fileUpload/FileCard.tsx +0 -134
  76. package/components/fileUpload/SvgCircleProgress.module.scss +0 -8
  77. package/components/fileUpload/SvgCircleProgress.tsx +0 -35
  78. package/components/fileUpload/__tests__/DropSpot.test.tsx +0 -15
  79. package/components/fileUpload/__tests__/FileCard.test.tsx +0 -57
  80. package/components/fileUpload/__tests__/SvgCircleProgress.test.tsx +0 -10
  81. package/components/fileUpload/__tests__/__snapshots__/DropSpot.test.tsx.snap +0 -130
  82. package/components/fileUpload/__tests__/__snapshots__/FileCard.test.tsx.snap +0 -266
  83. package/components/fileUpload/__tests__/__snapshots__/SvgCircleProgress.test.tsx.snap +0 -26
  84. package/components/fileUpload/index.ts +0 -3
  85. package/components/filters/FilterDatePickerBody.tsx +0 -63
  86. package/components/filters/FilterItemBody.tsx +0 -23
  87. package/components/filters/FilterNumericBody.module.scss +0 -4
  88. package/components/filters/FilterNumericBody.tsx +0 -111
  89. package/components/filters/FilterPanelItemToggler.module.scss +0 -140
  90. package/components/filters/FilterPanelItemToggler.tsx +0 -91
  91. package/components/filters/FilterPickerBody.tsx +0 -73
  92. package/components/filters/FilterRangeDatePickerBody.module.scss +0 -92
  93. package/components/filters/FilterRangeDatePickerBody.tsx +0 -85
  94. package/components/filters/FiltersPanel.tsx +0 -218
  95. package/components/filters/FiltersPanelItem.module.scss +0 -22
  96. package/components/filters/FiltersPanelItem.tsx +0 -257
  97. package/components/filters/PresetPanel/Preset.module.scss +0 -25
  98. package/components/filters/PresetPanel/Preset.tsx +0 -61
  99. package/components/filters/PresetPanel/PresetActionsDropdown.module.scss +0 -23
  100. package/components/filters/PresetPanel/PresetActionsDropdown.tsx +0 -138
  101. package/components/filters/PresetPanel/PresetInput.module.scss +0 -55
  102. package/components/filters/PresetPanel/PresetInput.tsx +0 -50
  103. package/components/filters/PresetPanel/PresetsPanel.module.scss +0 -34
  104. package/components/filters/PresetPanel/PresetsPanel.tsx +0 -112
  105. package/components/filters/PresetPanel/__tests__/Preset.test.tsx +0 -44
  106. package/components/filters/PresetPanel/__tests__/PresetActionsDropdown.test.tsx +0 -28
  107. package/components/filters/PresetPanel/__tests__/PresetInput.test.tsx +0 -10
  108. package/components/filters/PresetPanel/__tests__/__snapshots__/Preset.test.tsx.snap +0 -101
  109. package/components/filters/PresetPanel/__tests__/__snapshots__/PresetActionsDropdown.test.tsx.snap +0 -19
  110. package/components/filters/PresetPanel/__tests__/__snapshots__/PresetInput.test.tsx.snap +0 -35
  111. package/components/filters/PresetPanel/__tests__/__snapshots__/presetsPanel.test.tsx.snap +0 -101
  112. package/components/filters/PresetPanel/__tests__/presetsPanel.test.tsx +0 -395
  113. package/components/filters/PresetPanel/constants.ts +0 -4
  114. package/components/filters/PresetPanel/index.ts +0 -1
  115. package/components/filters/__tests__/filtersPanel.test.tsx +0 -371
  116. package/components/filters/constants.ts +0 -4
  117. package/components/filters/defaultPredicates.ts +0 -11
  118. package/components/filters/index.ts +0 -4
  119. package/components/forms/Form.tsx +0 -39
  120. package/components/forms/index.tsx +0 -2
  121. package/components/forms/useForm.tsx +0 -39
  122. package/components/index.ts +0 -15
  123. package/components/inputs/Checkbox.module.scss +0 -162
  124. package/components/inputs/Checkbox.tsx +0 -30
  125. package/components/inputs/InputAddon.module.scss +0 -11
  126. package/components/inputs/InputAddon.tsx +0 -11
  127. package/components/inputs/MultiSwitch.tsx +0 -39
  128. package/components/inputs/NumericInput.module.scss +0 -97
  129. package/components/inputs/NumericInput.tsx +0 -27
  130. package/components/inputs/RadioInput.module.scss +0 -200
  131. package/components/inputs/RadioInput.tsx +0 -16
  132. package/components/inputs/Slider.module.scss +0 -130
  133. package/components/inputs/Slider.tsx +0 -11
  134. package/components/inputs/Switch.module.scss +0 -172
  135. package/components/inputs/Switch.tsx +0 -17
  136. package/components/inputs/TextArea.module.scss +0 -210
  137. package/components/inputs/TextArea.tsx +0 -24
  138. package/components/inputs/TextInput.module.scss +0 -187
  139. package/components/inputs/TextInput.tsx +0 -59
  140. package/components/inputs/TimePicker.module.scss +0 -68
  141. package/components/inputs/TimePicker.tsx +0 -69
  142. package/components/inputs/TimePickerBody.tsx +0 -10
  143. package/components/inputs/__tests__/Checkbox.test.tsx +0 -15
  144. package/components/inputs/__tests__/MultiSwitch.test.tsx +0 -16
  145. package/components/inputs/__tests__/NumericInput.test.tsx +0 -208
  146. package/components/inputs/__tests__/RadioInput.test.tsx +0 -15
  147. package/components/inputs/__tests__/Slider.test.tsx +0 -22
  148. package/components/inputs/__tests__/Switch.test.tsx +0 -15
  149. package/components/inputs/__tests__/TextArea.test.tsx +0 -15
  150. package/components/inputs/__tests__/TextInput.test.tsx +0 -20
  151. package/components/inputs/__tests__/TimePicker.test.tsx +0 -19
  152. package/components/inputs/__tests__/TimePickerBody.test.tsx +0 -38
  153. package/components/inputs/__tests__/__snapshots__/Checkbox.test.tsx.snap +0 -39
  154. package/components/inputs/__tests__/__snapshots__/MultiSwitch.test.tsx.snap +0 -37
  155. package/components/inputs/__tests__/__snapshots__/NumericInput.test.tsx.snap +0 -93
  156. package/components/inputs/__tests__/__snapshots__/RadioInput.test.tsx.snap +0 -40
  157. package/components/inputs/__tests__/__snapshots__/Slider.test.tsx.snap +0 -157
  158. package/components/inputs/__tests__/__snapshots__/Switch.test.tsx.snap +0 -48
  159. package/components/inputs/__tests__/__snapshots__/TextArea.test.tsx.snap +0 -32
  160. package/components/inputs/__tests__/__snapshots__/TextInput.test.tsx.snap +0 -53
  161. package/components/inputs/__tests__/__snapshots__/TimePicker.test.tsx +0 -19
  162. package/components/inputs/__tests__/__snapshots__/TimePicker.test.tsx.snap +0 -43
  163. package/components/inputs/__tests__/__snapshots__/TimePickerBody.test.tsx +0 -38
  164. package/components/inputs/__tests__/__snapshots__/TimePickerBody.test.tsx.snap +0 -321
  165. package/components/inputs/__tests__/__snapshots__/__snapshots__/TimePicker.test.tsx.snap +0 -43
  166. package/components/inputs/__tests__/__snapshots__/__snapshots__/TimePickerBody.test.tsx.snap +0 -321
  167. package/components/inputs/index.ts +0 -10
  168. package/components/layout/Accordion.module.scss +0 -180
  169. package/components/layout/Accordion.tsx +0 -23
  170. package/components/layout/Blocker.module.scss +0 -30
  171. package/components/layout/Blocker.tsx +0 -11
  172. package/components/layout/CheckboxGroup.module.scss +0 -15
  173. package/components/layout/CheckboxGroup.tsx +0 -10
  174. package/components/layout/ControlGroup.module.scss +0 -15
  175. package/components/layout/ControlGroup.tsx +0 -5
  176. package/components/layout/FlexItems/FlexCell.module.scss +0 -5
  177. package/components/layout/FlexItems/FlexCell.tsx +0 -9
  178. package/components/layout/FlexItems/FlexRow.module.scss +0 -122
  179. package/components/layout/FlexItems/FlexRow.tsx +0 -32
  180. package/components/layout/FlexItems/Panel.module.scss +0 -34
  181. package/components/layout/FlexItems/Panel.tsx +0 -19
  182. package/components/layout/FlexItems/__tests__/FlexCell.test.tsx +0 -15
  183. package/components/layout/FlexItems/__tests__/FlexRow.test.tsx +0 -17
  184. package/components/layout/FlexItems/__tests__/FlexSpacer.test.tsx +0 -10
  185. package/components/layout/FlexItems/__tests__/Panel.test.tsx +0 -15
  186. package/components/layout/FlexItems/__tests__/__snapshots__/FlexCell.test.tsx.snap +0 -34
  187. package/components/layout/FlexItems/__tests__/__snapshots__/FlexRow.test.tsx.snap +0 -26
  188. package/components/layout/FlexItems/__tests__/__snapshots__/FlexSpacer.test.tsx.snap +0 -7
  189. package/components/layout/FlexItems/__tests__/__snapshots__/Panel.test.tsx.snap +0 -14
  190. package/components/layout/FlexItems/index.ts +0 -4
  191. package/components/layout/LabeledInput.module.scss +0 -139
  192. package/components/layout/LabeledInput.tsx +0 -21
  193. package/components/layout/RadioGroup.module.scss +0 -15
  194. package/components/layout/RadioGroup.tsx +0 -10
  195. package/components/layout/ScrollBars.module.scss +0 -56
  196. package/components/layout/ScrollBars.tsx +0 -11
  197. package/components/layout/VirtualList.module.scss +0 -10
  198. package/components/layout/VirtualList.tsx +0 -127
  199. package/components/layout/__tests__/Accordion.test.tsx +0 -16
  200. package/components/layout/__tests__/Blocker.test.tsx +0 -10
  201. package/components/layout/__tests__/CheckboxGroup.test.tsx +0 -33
  202. package/components/layout/__tests__/ControlGroup.test.tsx +0 -18
  203. package/components/layout/__tests__/LabeledInput.test.tsx +0 -26
  204. package/components/layout/__tests__/RadioGroup.test.tsx +0 -33
  205. package/components/layout/__tests__/ScrollBars.test.tsx +0 -17
  206. package/components/layout/__tests__/VirtualList.test.tsx +0 -10
  207. package/components/layout/__tests__/__snapshots__/Accordion.test.tsx.snap +0 -65
  208. package/components/layout/__tests__/__snapshots__/Blocker.test.tsx.snap +0 -36
  209. package/components/layout/__tests__/__snapshots__/CheckboxGroup.test.tsx.snap +0 -103
  210. package/components/layout/__tests__/__snapshots__/ControlGroup.test.tsx.snap +0 -33
  211. package/components/layout/__tests__/__snapshots__/LabeledInput.test.tsx.snap +0 -87
  212. package/components/layout/__tests__/__snapshots__/RadioGroup.test.tsx.snap +0 -95
  213. package/components/layout/__tests__/__snapshots__/ScrollBars.test.tsx.snap +0 -68
  214. package/components/layout/__tests__/__snapshots__/VirtualList.test.tsx.snap +0 -90
  215. package/components/layout/index.ts +0 -10
  216. package/components/navigation/Anchor.module.scss +0 -7
  217. package/components/navigation/Anchor.tsx +0 -5
  218. package/components/navigation/MainMenu/Burger/Burger.module.scss +0 -81
  219. package/components/navigation/MainMenu/Burger/Burger.tsx +0 -18
  220. package/components/navigation/MainMenu/Burger/BurgerButton.module.scss +0 -69
  221. package/components/navigation/MainMenu/Burger/BurgerButton.tsx +0 -22
  222. package/components/navigation/MainMenu/Burger/BurgerGroupHeader.module.scss +0 -31
  223. package/components/navigation/MainMenu/Burger/BurgerGroupHeader.tsx +0 -16
  224. package/components/navigation/MainMenu/Burger/BurgerSearch.module.scss +0 -51
  225. package/components/navigation/MainMenu/Burger/BurgerSearch.tsx +0 -23
  226. package/components/navigation/MainMenu/Burger/__tests__/Burger.test.tsx +0 -13
  227. package/components/navigation/MainMenu/Burger/__tests__/BurgerButton.test.tsx +0 -18
  228. package/components/navigation/MainMenu/Burger/__tests__/BurgerGroupHeader.test.tsx +0 -10
  229. package/components/navigation/MainMenu/Burger/__tests__/BurgerSearch.test.tsx +0 -20
  230. package/components/navigation/MainMenu/Burger/__tests__/__snapshots__/Burger.test.tsx.snap +0 -21
  231. package/components/navigation/MainMenu/Burger/__tests__/__snapshots__/BurgerButton.test.tsx.snap +0 -46
  232. package/components/navigation/MainMenu/Burger/__tests__/__snapshots__/BurgerGroupHeader.test.tsx.snap +0 -16
  233. package/components/navigation/MainMenu/Burger/__tests__/__snapshots__/BurgerSearch.test.tsx.snap +0 -53
  234. package/components/navigation/MainMenu/Burger/index.ts +0 -4
  235. package/components/navigation/MainMenu/GlobalMenu.module.scss +0 -32
  236. package/components/navigation/MainMenu/GlobalMenu.tsx +0 -14
  237. package/components/navigation/MainMenu/MainMenu.module.scss +0 -53
  238. package/components/navigation/MainMenu/MainMenu.tsx +0 -21
  239. package/components/navigation/MainMenu/MainMenuAvatar.module.scss +0 -41
  240. package/components/navigation/MainMenu/MainMenuAvatar.tsx +0 -30
  241. package/components/navigation/MainMenu/MainMenuButton.module.scss +0 -58
  242. package/components/navigation/MainMenu/MainMenuButton.tsx +0 -14
  243. package/components/navigation/MainMenu/MainMenuDropdown.module.scss +0 -44
  244. package/components/navigation/MainMenu/MainMenuDropdown.tsx +0 -47
  245. package/components/navigation/MainMenu/MainMenuIcon.module.scss +0 -25
  246. package/components/navigation/MainMenu/MainMenuIcon.tsx +0 -13
  247. package/components/navigation/MainMenu/MainMenuSearch.module.scss +0 -51
  248. package/components/navigation/MainMenu/MainMenuSearch.tsx +0 -26
  249. package/components/navigation/MainMenu/__tests__/GlobalMenu.test.tsx +0 -10
  250. package/components/navigation/MainMenu/__tests__/MainMenu.test.tsx +0 -45
  251. package/components/navigation/MainMenu/__tests__/MainMenuAvatar.test.tsx +0 -27
  252. package/components/navigation/MainMenu/__tests__/MainMenuButton.test.tsx +0 -30
  253. package/components/navigation/MainMenu/__tests__/MainMenuDropdown.test.tsx +0 -24
  254. package/components/navigation/MainMenu/__tests__/MainMenuIcon.test.tsx +0 -18
  255. package/components/navigation/MainMenu/__tests__/MainMenuSearch.test.tsx +0 -28
  256. package/components/navigation/MainMenu/__tests__/__snapshots__/GlobalMenu.test.tsx.snap +0 -17
  257. package/components/navigation/MainMenu/__tests__/__snapshots__/MainMenu.test.tsx.snap +0 -103
  258. package/components/navigation/MainMenu/__tests__/__snapshots__/MainMenuAvatar.test.tsx.snap +0 -39
  259. package/components/navigation/MainMenu/__tests__/__snapshots__/MainMenuButton.test.tsx.snap +0 -37
  260. package/components/navigation/MainMenu/__tests__/__snapshots__/MainMenuDropdown.test.tsx.snap +0 -46
  261. package/components/navigation/MainMenu/__tests__/__snapshots__/MainMenuIcon.test.tsx.snap +0 -39
  262. package/components/navigation/MainMenu/__tests__/__snapshots__/MainMenuSearch.test.tsx.snap +0 -53
  263. package/components/navigation/MainMenu/index.ts +0 -8
  264. package/components/navigation/__tests__/Anchor.test.tsx +0 -21
  265. package/components/navigation/__tests__/__snapshots__/Anchor.test.tsx.snap +0 -29
  266. package/components/navigation/index.ts +0 -2
  267. package/components/overlays/Alert.module.scss +0 -77
  268. package/components/overlays/Alert.tsx +0 -75
  269. package/components/overlays/ConfirmationModal.tsx +0 -38
  270. package/components/overlays/Dropdown.tsx +0 -7
  271. package/components/overlays/DropdownContainer.module.scss +0 -93
  272. package/components/overlays/DropdownContainer.tsx +0 -20
  273. package/components/overlays/DropdownMenu.module.scss +0 -181
  274. package/components/overlays/DropdownMenu.tsx +0 -262
  275. package/components/overlays/Modals.module.scss +0 -63
  276. package/components/overlays/Modals.tsx +0 -82
  277. package/components/overlays/NotificationCard.module.scss +0 -76
  278. package/components/overlays/NotificationCard.tsx +0 -97
  279. package/components/overlays/Tooltip.module.scss +0 -74
  280. package/components/overlays/Tooltip.tsx +0 -19
  281. package/components/overlays/__tests__/Alert.test.tsx +0 -57
  282. package/components/overlays/__tests__/ConfirmationModal.test.tsx +0 -29
  283. package/components/overlays/__tests__/Dropdown.test.tsx +0 -16
  284. package/components/overlays/__tests__/DropdownContainer.test.tsx +0 -28
  285. package/components/overlays/__tests__/DropdownMenu.test.tsx +0 -26
  286. package/components/overlays/__tests__/Modals.test.tsx +0 -35
  287. package/components/overlays/__tests__/NotificationCard.test.tsx +0 -52
  288. package/components/overlays/__tests__/Tooltip.test.tsx +0 -20
  289. package/components/overlays/__tests__/__snapshots__/Alert.test.tsx.snap +0 -183
  290. package/components/overlays/__tests__/__snapshots__/ConfirmationModal.test.tsx.snap +0 -423
  291. package/components/overlays/__tests__/__snapshots__/Dropdown.test.tsx.snap +0 -51
  292. package/components/overlays/__tests__/__snapshots__/DropdownContainer.test.tsx.snap +0 -82
  293. package/components/overlays/__tests__/__snapshots__/DropdownMenu.test.tsx.snap +0 -128
  294. package/components/overlays/__tests__/__snapshots__/Modals.test.tsx.snap +0 -206
  295. package/components/overlays/__tests__/__snapshots__/NotificationCard.test.tsx.snap +0 -284
  296. package/components/overlays/__tests__/__snapshots__/Tooltip.test.tsx.snap +0 -5
  297. package/components/overlays/index.ts +0 -8
  298. package/components/pickers/DataPickerBody.module.scss +0 -54
  299. package/components/pickers/DataPickerBody.tsx +0 -68
  300. package/components/pickers/DataPickerFooter.tsx +0 -85
  301. package/components/pickers/DataPickerHeader.module.scss +0 -19
  302. package/components/pickers/DataPickerHeader.tsx +0 -24
  303. package/components/pickers/DataPickerRow.module.scss +0 -30
  304. package/components/pickers/DataPickerRow.tsx +0 -77
  305. package/components/pickers/MobileDropdownWrapper.module.scss +0 -20
  306. package/components/pickers/MobileDropdownWrapper.tsx +0 -38
  307. package/components/pickers/PickerInput.module.scss +0 -39
  308. package/components/pickers/PickerInput.tsx +0 -180
  309. package/components/pickers/PickerItem.module.scss +0 -32
  310. package/components/pickers/PickerItem.tsx +0 -66
  311. package/components/pickers/PickerList.tsx +0 -83
  312. package/components/pickers/PickerListItem.module.scss +0 -3
  313. package/components/pickers/PickerListItem.tsx +0 -55
  314. package/components/pickers/PickerModal.module.scss +0 -27
  315. package/components/pickers/PickerModal.tsx +0 -145
  316. package/components/pickers/PickerToggler.module.scss +0 -249
  317. package/components/pickers/PickerToggler.tsx +0 -84
  318. package/components/pickers/__tests__/DataPickerBody.test.tsx +0 -58
  319. package/components/pickers/__tests__/DataPickerRow.test.tsx +0 -39
  320. package/components/pickers/__tests__/PickerInput.test.tsx +0 -1041
  321. package/components/pickers/__tests__/PickerList.test.tsx +0 -619
  322. package/components/pickers/__tests__/PickerModal.test.tsx +0 -542
  323. package/components/pickers/__tests__/PickerToggler.test.tsx +0 -40
  324. package/components/pickers/__tests__/__snapshots__/DataPickerBody.test.tsx.snap +0 -197
  325. package/components/pickers/__tests__/__snapshots__/DataPickerRow.test.tsx.snap +0 -114
  326. package/components/pickers/__tests__/__snapshots__/PickerInput.test.tsx.snap +0 -705
  327. package/components/pickers/__tests__/__snapshots__/PickerList.test.tsx.snap +0 -828
  328. package/components/pickers/__tests__/__snapshots__/PickerModal.test.tsx.snap +0 -1638
  329. package/components/pickers/__tests__/__snapshots__/PickerToggler.test.tsx.snap +0 -81
  330. package/components/pickers/__tests__/highlight.test.tsx +0 -37
  331. package/components/pickers/__tests__/mocks.ts +0 -87
  332. package/components/pickers/helpers.ts +0 -4
  333. package/components/pickers/highlight.tsx +0 -93
  334. package/components/pickers/index.ts +0 -12
  335. package/components/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.tsx +0 -46
  336. package/components/tables/ColumnHeaderDropdown/SortingPanel.module.scss +0 -14
  337. package/components/tables/ColumnHeaderDropdown/SortingPanel.tsx +0 -27
  338. package/components/tables/ColumnHeaderDropdown/index.ts +0 -1
  339. package/components/tables/DataRowsContainer/DataRowsContainer.module.scss +0 -21
  340. package/components/tables/DataRowsContainer/DataRowsContainer.tsx +0 -27
  341. package/components/tables/DataRowsContainer/DataRowsGroups.tsx +0 -86
  342. package/components/tables/DataRowsContainer/index.tsx +0 -1
  343. package/components/tables/DataRowsContainer/utils.ts +0 -15
  344. package/components/tables/DataTable.module.scss +0 -54
  345. package/components/tables/DataTable.tsx +0 -149
  346. package/components/tables/DataTableCell.module.scss +0 -123
  347. package/components/tables/DataTableCell.tsx +0 -96
  348. package/components/tables/DataTableHeaderCell.module.scss +0 -161
  349. package/components/tables/DataTableHeaderCell.tsx +0 -144
  350. package/components/tables/DataTableHeaderRow.module.scss +0 -23
  351. package/components/tables/DataTableHeaderRow.tsx +0 -19
  352. package/components/tables/DataTableRow.module.scss +0 -58
  353. package/components/tables/DataTableRow.tsx +0 -31
  354. package/components/tables/__tests__/ColumnHeaderDropdown.test.tsx +0 -25
  355. package/components/tables/__tests__/DataTable.test.tsx +0 -23
  356. package/components/tables/__tests__/DataTableCell.test.tsx +0 -66
  357. package/components/tables/__tests__/DataTableHeaderCell.test.tsx +0 -21
  358. package/components/tables/__tests__/DataTableHeaderRow.test.tsx +0 -28
  359. package/components/tables/__tests__/DataTableRow.test.tsx +0 -30
  360. package/components/tables/__tests__/__snapshots__/ColumnHeaderDropdown.test.tsx.snap +0 -181
  361. package/components/tables/__tests__/__snapshots__/DataTable.test.tsx.snap +0 -122
  362. package/components/tables/__tests__/__snapshots__/DataTableCell.test.tsx.snap +0 -45
  363. package/components/tables/__tests__/__snapshots__/DataTableHeaderCell.test.tsx.snap +0 -34
  364. package/components/tables/__tests__/__snapshots__/DataTableHeaderRow.test.tsx.snap +0 -51
  365. package/components/tables/__tests__/__snapshots__/DataTableRow.test.tsx.snap +0 -54
  366. package/components/tables/columnsConfigurationModal/ColumnRow.module.scss +0 -44
  367. package/components/tables/columnsConfigurationModal/ColumnRow.tsx +0 -68
  368. package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.module.scss +0 -55
  369. package/components/tables/columnsConfigurationModal/ColumnsConfigurationModal.tsx +0 -153
  370. package/components/tables/columnsConfigurationModal/PinIconButton.tsx +0 -55
  371. package/components/tables/columnsConfigurationModal/__tests__/ColumnsConfigurationModal.test.tsx +0 -72
  372. package/components/tables/columnsConfigurationModal/__tests__/__snapshots__/ColumnsConfigurationModal.test.tsx.snap +0 -951
  373. package/components/tables/columnsConfigurationModal/index.ts +0 -1
  374. package/components/tables/index.ts +0 -9
  375. package/components/tables/types.ts +0 -33
  376. package/components/tables/variables.scss +0 -25
  377. package/components/types.ts +0 -73
  378. package/components/typography/RichTextView.tsx +0 -13
  379. package/components/typography/Text.module.scss +0 -50
  380. package/components/typography/Text.tsx +0 -39
  381. package/components/typography/TextPlaceholder.module.scss +0 -33
  382. package/components/typography/TextPlaceholder.tsx +0 -38
  383. package/components/typography/__tests__/RichTextView.test.tsx +0 -27
  384. package/components/typography/__tests__/Text.test.tsx +0 -21
  385. package/components/typography/__tests__/TextPlaceholder.test.tsx +0 -23
  386. package/components/typography/__tests__/__snapshots__/RichTextView.test.tsx.snap +0 -21
  387. package/components/typography/__tests__/__snapshots__/Text.test.tsx.snap +0 -18
  388. package/components/typography/__tests__/__snapshots__/TextPlaceholder.test.tsx.snap +0 -65
  389. package/components/typography/index.ts +0 -3
  390. package/components/widgets/AvatarStack.module.scss +0 -36
  391. package/components/widgets/AvatarStack.tsx +0 -5
  392. package/components/widgets/Badge.module.scss +0 -334
  393. package/components/widgets/Badge.tsx +0 -75
  394. package/components/widgets/CountIndicator.module.scss +0 -52
  395. package/components/widgets/CountIndicator.tsx +0 -26
  396. package/components/widgets/IndeterminateBar.module.scss +0 -42
  397. package/components/widgets/IndeterminateBar.tsx +0 -16
  398. package/components/widgets/IndicatorBar.module.scss +0 -3
  399. package/components/widgets/IndicatorBar.tsx +0 -20
  400. package/components/widgets/Paginator.module.scss +0 -66
  401. package/components/widgets/Paginator.tsx +0 -64
  402. package/components/widgets/ProgressBar.module.scss +0 -52
  403. package/components/widgets/ProgressBar.tsx +0 -24
  404. package/components/widgets/Spinner.module.scss +0 -38
  405. package/components/widgets/Spinner.tsx +0 -11
  406. package/components/widgets/StatusIndicator.module.scss +0 -72
  407. package/components/widgets/StatusIndicator.tsx +0 -36
  408. package/components/widgets/Tag.module.scss +0 -121
  409. package/components/widgets/Tag.tsx +0 -55
  410. package/components/widgets/__tests__/AvatarStack.test.tsx +0 -19
  411. package/components/widgets/__tests__/Badge.test.tsx +0 -30
  412. package/components/widgets/__tests__/IndeterminateBar.test.tsx +0 -15
  413. package/components/widgets/__tests__/IndicatorBar.test.tsx +0 -15
  414. package/components/widgets/__tests__/Paginator.test.tsx +0 -10
  415. package/components/widgets/__tests__/ProgressBar.test.tsx +0 -25
  416. package/components/widgets/__tests__/Spinner.test.tsx +0 -10
  417. package/components/widgets/__tests__/StatusIndicator.test.tsx +0 -17
  418. package/components/widgets/__tests__/Tag.test.tsx +0 -18
  419. package/components/widgets/__tests__/__snapshots__/AvatarStack.test.tsx.snap +0 -55
  420. package/components/widgets/__tests__/__snapshots__/Badge.test.tsx.snap +0 -48
  421. package/components/widgets/__tests__/__snapshots__/IndeterminateBar.test.tsx.snap +0 -21
  422. package/components/widgets/__tests__/__snapshots__/IndicatorBar.test.tsx.snap +0 -30
  423. package/components/widgets/__tests__/__snapshots__/Paginator.test.tsx.snap +0 -125
  424. package/components/widgets/__tests__/__snapshots__/ProgressBar.test.tsx.snap +0 -107
  425. package/components/widgets/__tests__/__snapshots__/Spinner.test.tsx.snap +0 -21
  426. package/components/widgets/__tests__/__snapshots__/StatusIndicator.test.tsx.snap +0 -31
  427. package/components/widgets/__tests__/__snapshots__/Tag.test.tsx.snap +0 -48
  428. package/components/widgets/index.ts +0 -11
  429. package/globals.d.ts +0 -12
  430. package/helpers/index.ts +0 -2
  431. package/helpers/text-layout.module.scss +0 -81
  432. package/helpers/textLayout.tsx +0 -35
  433. package/helpers/useColumnsWithFilters.tsx +0 -34
  434. package/i18n.ts +0 -105
  435. package/icons/accept-12.svg +0 -1
  436. package/icons/accept-18.svg +0 -1
  437. package/icons/accept-24.svg +0 -1
  438. package/icons/action-settings-12.svg +0 -1
  439. package/icons/action-settings-18.svg +0 -1
  440. package/icons/action-settings-24.svg +0 -1
  441. package/icons/btn-cross-12.svg +0 -1
  442. package/icons/btn-cross-18.svg +0 -1
  443. package/icons/btn-cross-24.svg +0 -1
  444. package/icons/burger-close.svg +0 -3
  445. package/icons/burger.svg +0 -3
  446. package/icons/calendar-12.svg +0 -1
  447. package/icons/calendar-18.svg +0 -1
  448. package/icons/calendar-24.svg +0 -1
  449. package/icons/check-12.svg +0 -3
  450. package/icons/check-18.svg +0 -3
  451. package/icons/checkbox-checked.svg +0 -21
  452. package/icons/checkbox-partial.svg +0 -21
  453. package/icons/checkbox_tick.svg +0 -44
  454. package/icons/chevron-down-24.svg +0 -1
  455. package/icons/chevron-up-24.svg +0 -1
  456. package/icons/content-edit-12.svg +0 -1
  457. package/icons/content-edit-18.svg +0 -1
  458. package/icons/content-edit-24.svg +0 -1
  459. package/icons/empty-table.svg +0 -58
  460. package/icons/fileUpload/file-file-24.svg +0 -1
  461. package/icons/fileUpload/file-file_chart-24.svg +0 -1
  462. package/icons/fileUpload/file-file_eml-24.svg +0 -1
  463. package/icons/fileUpload/file-file_excel-24.svg +0 -1
  464. package/icons/fileUpload/file-file_image-24.svg +0 -1
  465. package/icons/fileUpload/file-file_pdf-24.svg +0 -1
  466. package/icons/fileUpload/file-file_table-24.svg +0 -1
  467. package/icons/fileUpload/file-file_text-24.svg +0 -1
  468. package/icons/fileUpload/file-file_video-24.svg +0 -1
  469. package/icons/fileUpload/file-file_word-24.svg +0 -1
  470. package/icons/fileUpload/shape.svg +0 -2
  471. package/icons/filter.svg +0 -11
  472. package/icons/folding-arrow-12.svg +0 -1
  473. package/icons/folding-arrow-18.svg +0 -1
  474. package/icons/folding-arrow-24.svg +0 -1
  475. package/icons/global_menu.svg +0 -9
  476. package/icons/help-fill-10.svg +0 -3
  477. package/icons/help-fill-16.svg +0 -3
  478. package/icons/icons.tsx +0 -116
  479. package/icons/info-12.svg +0 -3
  480. package/icons/info-18.svg +0 -1
  481. package/icons/info-24.svg +0 -1
  482. package/icons/logo-arrow.svg +0 -4
  483. package/icons/menu_input_cancel.svg +0 -84
  484. package/icons/modal-close-cross.svg +0 -22
  485. package/icons/navigation-close-24.svg +0 -1
  486. package/icons/navigation-more_vert-12.svg +0 -1
  487. package/icons/navigation-more_vert-18.svg +0 -1
  488. package/icons/navigation-more_vert-24.svg +0 -1
  489. package/icons/notification-check_circle-fill-24.svg +0 -1
  490. package/icons/notification-done-12.svg +0 -1
  491. package/icons/notification-done-18.svg +0 -1
  492. package/icons/notification-done-24.svg +0 -1
  493. package/icons/notification-error-fill-10.svg +0 -1
  494. package/icons/notification-error-fill-24.svg +0 -1
  495. package/icons/notification-help-fill-24.svg +0 -1
  496. package/icons/notification-warning-fill-24.svg +0 -1
  497. package/icons/partly-select-12.svg +0 -3
  498. package/icons/partly-select-18.svg +0 -3
  499. package/icons/radio-point.svg +0 -3
  500. package/icons/search-12.svg +0 -1
  501. package/icons/search-18.svg +0 -1
  502. package/icons/search-24.svg +0 -1
  503. package/icons/search-with-background.svg +0 -4
  504. package/icons/settings-18.svg +0 -1
  505. package/icons/slider-rating/active_mark_blue_icon.svg +0 -23
  506. package/icons/slider-rating/active_mark_green_icon.svg +0 -23
  507. package/icons/slider-rating/active_mark_red_icon.svg +0 -23
  508. package/icons/slider-rating/active_mark_violet_icon.svg +0 -23
  509. package/icons/slider-rating/active_mark_yellow_icon.svg +0 -23
  510. package/icons/slider-rating/line_blue_icon.svg +0 -31
  511. package/icons/slider-rating/line_gray_icon.svg +0 -20
  512. package/icons/slider-rating/line_red_icon.svg +0 -42
  513. package/icons/slider-rating/line_violet_icon.svg +0 -33
  514. package/icons/slider-rating/line_yellow_icon.svg +0 -34
  515. package/icons/slider-rating/na_active_icon.svg +0 -13
  516. package/icons/slider-rating/na_icon.svg +0 -13
  517. package/icons/snackbar/cross.svg +0 -1
  518. package/icons/snackbar/info.svg +0 -1
  519. package/icons/snackbar/success.svg +0 -1
  520. package/icons/snackbar/warning.svg +0 -1
  521. package/icons/sort.svg +0 -5
  522. package/icons/sort_asc-12.svg +0 -1
  523. package/icons/sort_desc-12.svg +0 -1
  524. package/icons/star-empty.svg +0 -3
  525. package/icons/star-filled.svg +0 -3
  526. package/icons/tick-12.svg +0 -1
  527. package/icons/tick-24.svg +0 -1
  528. package/icons/triangle.svg +0 -10
  529. package/index.tsx +0 -5
  530. package/themeTodo.md +0 -21
  531. package/tsconfig.json +0 -12
  532. /package/{build/components → components}/buttons/Button.d.ts +0 -0
  533. /package/{build/components → components}/buttons/Button.d.ts.map +0 -0
  534. /package/{build/components → components}/buttons/IconButton.d.ts +0 -0
  535. /package/{build/components → components}/buttons/IconButton.d.ts.map +0 -0
  536. /package/{build/components → components}/buttons/LinkButton.d.ts +0 -0
  537. /package/{build/components → components}/buttons/LinkButton.d.ts.map +0 -0
  538. /package/{build/components → components}/buttons/TabButton.d.ts +0 -0
  539. /package/{build/components → components}/buttons/TabButton.d.ts.map +0 -0
  540. /package/{build/components → components}/buttons/VerticalTabButton.d.ts +0 -0
  541. /package/{build/components → components}/buttons/VerticalTabButton.d.ts.map +0 -0
  542. /package/{build/components → components}/buttons/helper.d.ts +0 -0
  543. /package/{build/components → components}/buttons/helper.d.ts.map +0 -0
  544. /package/{build/components → components}/buttons/index.d.ts +0 -0
  545. /package/{build/components → components}/buttons/index.d.ts.map +0 -0
  546. /package/{build/components → components}/datePickers/Calendar.d.ts +0 -0
  547. /package/{build/components → components}/datePickers/Calendar.d.ts.map +0 -0
  548. /package/{build/components → components}/datePickers/CalendarPresets.d.ts +0 -0
  549. /package/{build/components → components}/datePickers/CalendarPresets.d.ts.map +0 -0
  550. /package/{build/components → components}/datePickers/DatePicker.d.ts +0 -0
  551. /package/{build/components → components}/datePickers/DatePicker.d.ts.map +0 -0
  552. /package/{build/components → components}/datePickers/DatePickerBody.d.ts +0 -0
  553. /package/{build/components → components}/datePickers/DatePickerBody.d.ts.map +0 -0
  554. /package/{build/components → components}/datePickers/DatePickerHeader.d.ts +0 -0
  555. /package/{build/components → components}/datePickers/DatePickerHeader.d.ts.map +0 -0
  556. /package/{build/components → components}/datePickers/RangeDatePicker.d.ts +0 -0
  557. /package/{build/components → components}/datePickers/RangeDatePicker.d.ts.map +0 -0
  558. /package/{build/components → components}/datePickers/RangeDatePickerBody.d.ts +0 -0
  559. /package/{build/components → components}/datePickers/RangeDatePickerBody.d.ts.map +0 -0
  560. /package/{build/components → components}/datePickers/index.d.ts +0 -0
  561. /package/{build/components → components}/datePickers/index.d.ts.map +0 -0
  562. /package/{build/components → components}/dnd/DropMarker.d.ts +0 -0
  563. /package/{build/components → components}/dnd/DropMarker.d.ts.map +0 -0
  564. /package/{build/components → components}/dnd/index.d.ts +0 -0
  565. /package/{build/components → components}/dnd/index.d.ts.map +0 -0
  566. /package/{build/components → components}/fileUpload/DropSpot.d.ts +0 -0
  567. /package/{build/components → components}/fileUpload/DropSpot.d.ts.map +0 -0
  568. /package/{build/components → components}/fileUpload/FileCard.d.ts +0 -0
  569. /package/{build/components → components}/fileUpload/FileCard.d.ts.map +0 -0
  570. /package/{build/components → components}/fileUpload/SvgCircleProgress.d.ts +0 -0
  571. /package/{build/components → components}/fileUpload/SvgCircleProgress.d.ts.map +0 -0
  572. /package/{build/components → components}/fileUpload/index.d.ts +0 -0
  573. /package/{build/components → components}/fileUpload/index.d.ts.map +0 -0
  574. /package/{build/components → components}/filters/FilterDatePickerBody.d.ts +0 -0
  575. /package/{build/components → components}/filters/FilterDatePickerBody.d.ts.map +0 -0
  576. /package/{build/components → components}/filters/FilterItemBody.d.ts +0 -0
  577. /package/{build/components → components}/filters/FilterItemBody.d.ts.map +0 -0
  578. /package/{build/components → components}/filters/FilterNumericBody.d.ts +0 -0
  579. /package/{build/components → components}/filters/FilterNumericBody.d.ts.map +0 -0
  580. /package/{build/components → components}/filters/FilterPanelItemToggler.d.ts +0 -0
  581. /package/{build/components → components}/filters/FilterPanelItemToggler.d.ts.map +0 -0
  582. /package/{build/components → components}/filters/FilterPickerBody.d.ts +0 -0
  583. /package/{build/components → components}/filters/FilterPickerBody.d.ts.map +0 -0
  584. /package/{build/components → components}/filters/FilterRangeDatePickerBody.d.ts +0 -0
  585. /package/{build/components → components}/filters/FilterRangeDatePickerBody.d.ts.map +0 -0
  586. /package/{build/components → components}/filters/FiltersPanel.d.ts +0 -0
  587. /package/{build/components → components}/filters/FiltersPanel.d.ts.map +0 -0
  588. /package/{build/components → components}/filters/FiltersPanelItem.d.ts +0 -0
  589. /package/{build/components → components}/filters/FiltersPanelItem.d.ts.map +0 -0
  590. /package/{build/components → components}/filters/PresetPanel/Preset.d.ts +0 -0
  591. /package/{build/components → components}/filters/PresetPanel/Preset.d.ts.map +0 -0
  592. /package/{build/components → components}/filters/PresetPanel/PresetActionsDropdown.d.ts +0 -0
  593. /package/{build/components → components}/filters/PresetPanel/PresetActionsDropdown.d.ts.map +0 -0
  594. /package/{build/components → components}/filters/PresetPanel/PresetInput.d.ts +0 -0
  595. /package/{build/components → components}/filters/PresetPanel/PresetInput.d.ts.map +0 -0
  596. /package/{build/components → components}/filters/PresetPanel/PresetsPanel.d.ts +0 -0
  597. /package/{build/components → components}/filters/PresetPanel/PresetsPanel.d.ts.map +0 -0
  598. /package/{build/components → components}/filters/PresetPanel/constants.d.ts +0 -0
  599. /package/{build/components → components}/filters/PresetPanel/constants.d.ts.map +0 -0
  600. /package/{build/components → components}/filters/PresetPanel/index.d.ts +0 -0
  601. /package/{build/components → components}/filters/PresetPanel/index.d.ts.map +0 -0
  602. /package/{build/components → components}/filters/constants.d.ts +0 -0
  603. /package/{build/components → components}/filters/constants.d.ts.map +0 -0
  604. /package/{build/components → components}/filters/defaultPredicates.d.ts +0 -0
  605. /package/{build/components → components}/filters/defaultPredicates.d.ts.map +0 -0
  606. /package/{build/components → components}/filters/index.d.ts +0 -0
  607. /package/{build/components → components}/filters/index.d.ts.map +0 -0
  608. /package/{build/components → components}/forms/Form.d.ts +0 -0
  609. /package/{build/components → components}/forms/Form.d.ts.map +0 -0
  610. /package/{build/components → components}/forms/index.d.ts +0 -0
  611. /package/{build/components → components}/forms/index.d.ts.map +0 -0
  612. /package/{build/components → components}/forms/useForm.d.ts +0 -0
  613. /package/{build/components → components}/forms/useForm.d.ts.map +0 -0
  614. /package/{build/components → components}/index.d.ts +0 -0
  615. /package/{build/components → components}/index.d.ts.map +0 -0
  616. /package/{build/components → components}/inputs/Checkbox.d.ts +0 -0
  617. /package/{build/components → components}/inputs/Checkbox.d.ts.map +0 -0
  618. /package/{build/components → components}/inputs/InputAddon.d.ts +0 -0
  619. /package/{build/components → components}/inputs/InputAddon.d.ts.map +0 -0
  620. /package/{build/components → components}/inputs/MultiSwitch.d.ts +0 -0
  621. /package/{build/components → components}/inputs/MultiSwitch.d.ts.map +0 -0
  622. /package/{build/components → components}/inputs/NumericInput.d.ts +0 -0
  623. /package/{build/components → components}/inputs/NumericInput.d.ts.map +0 -0
  624. /package/{build/components → components}/inputs/RadioInput.d.ts +0 -0
  625. /package/{build/components → components}/inputs/RadioInput.d.ts.map +0 -0
  626. /package/{build/components → components}/inputs/Slider.d.ts +0 -0
  627. /package/{build/components → components}/inputs/Slider.d.ts.map +0 -0
  628. /package/{build/components → components}/inputs/Switch.d.ts +0 -0
  629. /package/{build/components → components}/inputs/Switch.d.ts.map +0 -0
  630. /package/{build/components → components}/inputs/TextArea.d.ts +0 -0
  631. /package/{build/components → components}/inputs/TextArea.d.ts.map +0 -0
  632. /package/{build/components → components}/inputs/TextInput.d.ts +0 -0
  633. /package/{build/components → components}/inputs/TextInput.d.ts.map +0 -0
  634. /package/{build/components → components}/inputs/TimePicker.d.ts +0 -0
  635. /package/{build/components → components}/inputs/TimePicker.d.ts.map +0 -0
  636. /package/{build/components → components}/inputs/TimePickerBody.d.ts +0 -0
  637. /package/{build/components → components}/inputs/TimePickerBody.d.ts.map +0 -0
  638. /package/{build/components → components}/inputs/index.d.ts +0 -0
  639. /package/{build/components → components}/inputs/index.d.ts.map +0 -0
  640. /package/{build/components → components}/layout/Accordion.d.ts +0 -0
  641. /package/{build/components → components}/layout/Accordion.d.ts.map +0 -0
  642. /package/{build/components → components}/layout/Blocker.d.ts +0 -0
  643. /package/{build/components → components}/layout/Blocker.d.ts.map +0 -0
  644. /package/{build/components → components}/layout/CheckboxGroup.d.ts +0 -0
  645. /package/{build/components → components}/layout/CheckboxGroup.d.ts.map +0 -0
  646. /package/{build/components → components}/layout/ControlGroup.d.ts +0 -0
  647. /package/{build/components → components}/layout/ControlGroup.d.ts.map +0 -0
  648. /package/{build/components → components}/layout/FlexItems/FlexCell.d.ts +0 -0
  649. /package/{build/components → components}/layout/FlexItems/FlexCell.d.ts.map +0 -0
  650. /package/{build/components → components}/layout/FlexItems/FlexRow.d.ts +0 -0
  651. /package/{build/components → components}/layout/FlexItems/FlexRow.d.ts.map +0 -0
  652. /package/{build/components → components}/layout/FlexItems/Panel.d.ts +0 -0
  653. /package/{build/components → components}/layout/FlexItems/Panel.d.ts.map +0 -0
  654. /package/{build/components → components}/layout/FlexItems/index.d.ts +0 -0
  655. /package/{build/components → components}/layout/FlexItems/index.d.ts.map +0 -0
  656. /package/{build/components → components}/layout/LabeledInput.d.ts +0 -0
  657. /package/{build/components → components}/layout/LabeledInput.d.ts.map +0 -0
  658. /package/{build/components → components}/layout/RadioGroup.d.ts +0 -0
  659. /package/{build/components → components}/layout/RadioGroup.d.ts.map +0 -0
  660. /package/{build/components → components}/layout/ScrollBars.d.ts +0 -0
  661. /package/{build/components → components}/layout/ScrollBars.d.ts.map +0 -0
  662. /package/{build/components → components}/layout/VirtualList.d.ts +0 -0
  663. /package/{build/components → components}/layout/VirtualList.d.ts.map +0 -0
  664. /package/{build/components → components}/layout/index.d.ts +0 -0
  665. /package/{build/components → components}/layout/index.d.ts.map +0 -0
  666. /package/{build/components → components}/navigation/Anchor.d.ts +0 -0
  667. /package/{build/components → components}/navigation/Anchor.d.ts.map +0 -0
  668. /package/{build/components → components}/navigation/MainMenu/Burger/Burger.d.ts +0 -0
  669. /package/{build/components → components}/navigation/MainMenu/Burger/Burger.d.ts.map +0 -0
  670. /package/{build/components → components}/navigation/MainMenu/Burger/BurgerButton.d.ts +0 -0
  671. /package/{build/components → components}/navigation/MainMenu/Burger/BurgerButton.d.ts.map +0 -0
  672. /package/{build/components → components}/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts +0 -0
  673. /package/{build/components → components}/navigation/MainMenu/Burger/BurgerGroupHeader.d.ts.map +0 -0
  674. /package/{build/components → components}/navigation/MainMenu/Burger/BurgerSearch.d.ts +0 -0
  675. /package/{build/components → components}/navigation/MainMenu/Burger/BurgerSearch.d.ts.map +0 -0
  676. /package/{build/components → components}/navigation/MainMenu/Burger/index.d.ts +0 -0
  677. /package/{build/components → components}/navigation/MainMenu/Burger/index.d.ts.map +0 -0
  678. /package/{build/components → components}/navigation/MainMenu/GlobalMenu.d.ts +0 -0
  679. /package/{build/components → components}/navigation/MainMenu/GlobalMenu.d.ts.map +0 -0
  680. /package/{build/components → components}/navigation/MainMenu/MainMenu.d.ts +0 -0
  681. /package/{build/components → components}/navigation/MainMenu/MainMenu.d.ts.map +0 -0
  682. /package/{build/components → components}/navigation/MainMenu/MainMenuAvatar.d.ts +0 -0
  683. /package/{build/components → components}/navigation/MainMenu/MainMenuAvatar.d.ts.map +0 -0
  684. /package/{build/components → components}/navigation/MainMenu/MainMenuButton.d.ts +0 -0
  685. /package/{build/components → components}/navigation/MainMenu/MainMenuButton.d.ts.map +0 -0
  686. /package/{build/components → components}/navigation/MainMenu/MainMenuDropdown.d.ts +0 -0
  687. /package/{build/components → components}/navigation/MainMenu/MainMenuDropdown.d.ts.map +0 -0
  688. /package/{build/components → components}/navigation/MainMenu/MainMenuIcon.d.ts +0 -0
  689. /package/{build/components → components}/navigation/MainMenu/MainMenuIcon.d.ts.map +0 -0
  690. /package/{build/components → components}/navigation/MainMenu/MainMenuSearch.d.ts +0 -0
  691. /package/{build/components → components}/navigation/MainMenu/MainMenuSearch.d.ts.map +0 -0
  692. /package/{build/components → components}/navigation/MainMenu/index.d.ts +0 -0
  693. /package/{build/components → components}/navigation/MainMenu/index.d.ts.map +0 -0
  694. /package/{build/components → components}/navigation/index.d.ts +0 -0
  695. /package/{build/components → components}/navigation/index.d.ts.map +0 -0
  696. /package/{build/components → components}/overlays/Alert.d.ts +0 -0
  697. /package/{build/components → components}/overlays/Alert.d.ts.map +0 -0
  698. /package/{build/components → components}/overlays/ConfirmationModal.d.ts +0 -0
  699. /package/{build/components → components}/overlays/ConfirmationModal.d.ts.map +0 -0
  700. /package/{build/components → components}/overlays/Dropdown.d.ts +0 -0
  701. /package/{build/components → components}/overlays/Dropdown.d.ts.map +0 -0
  702. /package/{build/components → components}/overlays/DropdownContainer.d.ts +0 -0
  703. /package/{build/components → components}/overlays/DropdownContainer.d.ts.map +0 -0
  704. /package/{build/components → components}/overlays/DropdownMenu.d.ts +0 -0
  705. /package/{build/components → components}/overlays/DropdownMenu.d.ts.map +0 -0
  706. /package/{build/components → components}/overlays/Modals.d.ts +0 -0
  707. /package/{build/components → components}/overlays/Modals.d.ts.map +0 -0
  708. /package/{build/components → components}/overlays/NotificationCard.d.ts +0 -0
  709. /package/{build/components → components}/overlays/NotificationCard.d.ts.map +0 -0
  710. /package/{build/components → components}/overlays/Tooltip.d.ts +0 -0
  711. /package/{build/components → components}/overlays/Tooltip.d.ts.map +0 -0
  712. /package/{build/components → components}/overlays/index.d.ts +0 -0
  713. /package/{build/components → components}/overlays/index.d.ts.map +0 -0
  714. /package/{build/components → components}/pickers/DataPickerBody.d.ts +0 -0
  715. /package/{build/components → components}/pickers/DataPickerBody.d.ts.map +0 -0
  716. /package/{build/components → components}/pickers/DataPickerFooter.d.ts +0 -0
  717. /package/{build/components → components}/pickers/DataPickerFooter.d.ts.map +0 -0
  718. /package/{build/components → components}/pickers/DataPickerHeader.d.ts +0 -0
  719. /package/{build/components → components}/pickers/DataPickerHeader.d.ts.map +0 -0
  720. /package/{build/components → components}/pickers/DataPickerRow.d.ts +0 -0
  721. /package/{build/components → components}/pickers/DataPickerRow.d.ts.map +0 -0
  722. /package/{build/components → components}/pickers/MobileDropdownWrapper.d.ts +0 -0
  723. /package/{build/components → components}/pickers/MobileDropdownWrapper.d.ts.map +0 -0
  724. /package/{build/components → components}/pickers/PickerInput.d.ts +0 -0
  725. /package/{build/components → components}/pickers/PickerInput.d.ts.map +0 -0
  726. /package/{build/components → components}/pickers/PickerItem.d.ts +0 -0
  727. /package/{build/components → components}/pickers/PickerItem.d.ts.map +0 -0
  728. /package/{build/components → components}/pickers/PickerList.d.ts +0 -0
  729. /package/{build/components → components}/pickers/PickerList.d.ts.map +0 -0
  730. /package/{build/components → components}/pickers/PickerListItem.d.ts +0 -0
  731. /package/{build/components → components}/pickers/PickerListItem.d.ts.map +0 -0
  732. /package/{build/components → components}/pickers/PickerModal.d.ts +0 -0
  733. /package/{build/components → components}/pickers/PickerModal.d.ts.map +0 -0
  734. /package/{build/components → components}/pickers/PickerToggler.d.ts +0 -0
  735. /package/{build/components → components}/pickers/PickerToggler.d.ts.map +0 -0
  736. /package/{build/components → components}/pickers/helpers.d.ts +0 -0
  737. /package/{build/components → components}/pickers/helpers.d.ts.map +0 -0
  738. /package/{build/components → components}/pickers/highlight.d.ts +0 -0
  739. /package/{build/components → components}/pickers/highlight.d.ts.map +0 -0
  740. /package/{build/components → components}/pickers/index.d.ts +0 -0
  741. /package/{build/components → components}/pickers/index.d.ts.map +0 -0
  742. /package/{build/components → components}/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts +0 -0
  743. /package/{build/components → components}/tables/ColumnHeaderDropdown/ColumnHeaderDropdown.d.ts.map +0 -0
  744. /package/{build/components → components}/tables/ColumnHeaderDropdown/SortingPanel.d.ts +0 -0
  745. /package/{build/components → components}/tables/ColumnHeaderDropdown/SortingPanel.d.ts.map +0 -0
  746. /package/{build/components → components}/tables/ColumnHeaderDropdown/index.d.ts +0 -0
  747. /package/{build/components → components}/tables/ColumnHeaderDropdown/index.d.ts.map +0 -0
  748. /package/{build/components → components}/tables/DataRowsContainer/DataRowsContainer.d.ts +0 -0
  749. /package/{build/components → components}/tables/DataRowsContainer/DataRowsContainer.d.ts.map +0 -0
  750. /package/{build/components → components}/tables/DataRowsContainer/DataRowsGroups.d.ts +0 -0
  751. /package/{build/components → components}/tables/DataRowsContainer/DataRowsGroups.d.ts.map +0 -0
  752. /package/{build/components → components}/tables/DataRowsContainer/index.d.ts +0 -0
  753. /package/{build/components → components}/tables/DataRowsContainer/index.d.ts.map +0 -0
  754. /package/{build/components → components}/tables/DataRowsContainer/utils.d.ts +0 -0
  755. /package/{build/components → components}/tables/DataRowsContainer/utils.d.ts.map +0 -0
  756. /package/{build/components → components}/tables/DataTable.d.ts +0 -0
  757. /package/{build/components → components}/tables/DataTable.d.ts.map +0 -0
  758. /package/{build/components → components}/tables/DataTableCell.d.ts +0 -0
  759. /package/{build/components → components}/tables/DataTableCell.d.ts.map +0 -0
  760. /package/{build/components → components}/tables/DataTableHeaderCell.d.ts +0 -0
  761. /package/{build/components → components}/tables/DataTableHeaderCell.d.ts.map +0 -0
  762. /package/{build/components → components}/tables/DataTableHeaderRow.d.ts +0 -0
  763. /package/{build/components → components}/tables/DataTableHeaderRow.d.ts.map +0 -0
  764. /package/{build/components → components}/tables/DataTableRow.d.ts +0 -0
  765. /package/{build/components → components}/tables/DataTableRow.d.ts.map +0 -0
  766. /package/{build/components → components}/tables/columnsConfigurationModal/ColumnRow.d.ts +0 -0
  767. /package/{build/components → components}/tables/columnsConfigurationModal/ColumnRow.d.ts.map +0 -0
  768. /package/{build/components → components}/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts +0 -0
  769. /package/{build/components → components}/tables/columnsConfigurationModal/ColumnsConfigurationModal.d.ts.map +0 -0
  770. /package/{build/components → components}/tables/columnsConfigurationModal/PinIconButton.d.ts +0 -0
  771. /package/{build/components → components}/tables/columnsConfigurationModal/PinIconButton.d.ts.map +0 -0
  772. /package/{build/components → components}/tables/columnsConfigurationModal/index.d.ts +0 -0
  773. /package/{build/components → components}/tables/columnsConfigurationModal/index.d.ts.map +0 -0
  774. /package/{build/components → components}/tables/index.d.ts +0 -0
  775. /package/{build/components → components}/tables/index.d.ts.map +0 -0
  776. /package/{build/components → components}/tables/types.d.ts +0 -0
  777. /package/{build/components → components}/tables/types.d.ts.map +0 -0
  778. /package/{build/components → components}/types.d.ts +0 -0
  779. /package/{build/components → components}/types.d.ts.map +0 -0
  780. /package/{build/components → components}/typography/RichTextView.d.ts +0 -0
  781. /package/{build/components → components}/typography/RichTextView.d.ts.map +0 -0
  782. /package/{build/components → components}/typography/Text.d.ts +0 -0
  783. /package/{build/components → components}/typography/Text.d.ts.map +0 -0
  784. /package/{build/components → components}/typography/TextPlaceholder.d.ts +0 -0
  785. /package/{build/components → components}/typography/TextPlaceholder.d.ts.map +0 -0
  786. /package/{build/components → components}/typography/index.d.ts +0 -0
  787. /package/{build/components → components}/typography/index.d.ts.map +0 -0
  788. /package/{build/components → components}/widgets/AvatarStack.d.ts +0 -0
  789. /package/{build/components → components}/widgets/AvatarStack.d.ts.map +0 -0
  790. /package/{build/components → components}/widgets/Badge.d.ts +0 -0
  791. /package/{build/components → components}/widgets/Badge.d.ts.map +0 -0
  792. /package/{build/components → components}/widgets/CountIndicator.d.ts +0 -0
  793. /package/{build/components → components}/widgets/CountIndicator.d.ts.map +0 -0
  794. /package/{build/components → components}/widgets/IndeterminateBar.d.ts +0 -0
  795. /package/{build/components → components}/widgets/IndeterminateBar.d.ts.map +0 -0
  796. /package/{build/components → components}/widgets/IndicatorBar.d.ts +0 -0
  797. /package/{build/components → components}/widgets/IndicatorBar.d.ts.map +0 -0
  798. /package/{build/components → components}/widgets/Paginator.d.ts +0 -0
  799. /package/{build/components → components}/widgets/Paginator.d.ts.map +0 -0
  800. /package/{build/components → components}/widgets/ProgressBar.d.ts +0 -0
  801. /package/{build/components → components}/widgets/ProgressBar.d.ts.map +0 -0
  802. /package/{build/components → components}/widgets/Spinner.d.ts +0 -0
  803. /package/{build/components → components}/widgets/Spinner.d.ts.map +0 -0
  804. /package/{build/components → components}/widgets/StatusIndicator.d.ts +0 -0
  805. /package/{build/components → components}/widgets/StatusIndicator.d.ts.map +0 -0
  806. /package/{build/components → components}/widgets/Tag.d.ts +0 -0
  807. /package/{build/components → components}/widgets/Tag.d.ts.map +0 -0
  808. /package/{build/components → components}/widgets/index.d.ts +0 -0
  809. /package/{build/components → components}/widgets/index.d.ts.map +0 -0
  810. /package/{build/helpers → helpers}/index.d.ts +0 -0
  811. /package/{build/helpers → helpers}/index.d.ts.map +0 -0
  812. /package/{build/helpers → helpers}/textLayout.d.ts +0 -0
  813. /package/{build/helpers → helpers}/textLayout.d.ts.map +0 -0
  814. /package/{build/helpers → helpers}/useColumnsWithFilters.d.ts +0 -0
  815. /package/{build/helpers → helpers}/useColumnsWithFilters.d.ts.map +0 -0
  816. /package/{build/i18n.d.ts → i18n.d.ts} +0 -0
  817. /package/{build/i18n.d.ts.map → i18n.d.ts.map} +0 -0
  818. /package/{build/icons → icons}/icons.d.ts +0 -0
  819. /package/{build/icons → icons}/icons.d.ts.map +0 -0
  820. /package/{build/index.d.ts → index.d.ts} +0 -0
  821. /package/{build/index.d.ts.map → index.d.ts.map} +0 -0
  822. /package/{build/index.esm.js.map → index.esm.js.map} +0 -0
  823. /package/{build/index.js.map → index.js.map} +0 -0
@@ -1,44 +0,0 @@
1
- @use '../../assets/styles/effects' as *;
2
-
3
- .root {
4
- --uui-icon_btn: var(--uui-color-50);
5
- --uui-icon_btn-hover: var(--uui-color-60);
6
- --uui-icon_btn-active: var(--uui-color-70);
7
- --uui-icon_btn-disabled: var(--uui-icon-disabled); // from core or color class? Current - from core
8
- //
9
- fill: var(--uui-icon_btn);
10
-
11
- &:global(.uui-icon_button.uui-color-neutral) {
12
- --uui-icon_btn: var(--uui-icon);
13
- --uui-icon_btn-hover: var(--uui-icon-hover);
14
- --uui-icon_btn-active: var(--uui-icon-active);
15
- }
16
-
17
- &:global(.-clickable) {
18
- &:hover {
19
- fill: var(--uui-icon_btn-hover);
20
- }
21
-
22
- &:active {
23
- fill: var(--uui-icon_btn-active);
24
- }
25
-
26
- &:focus-visible {
27
- @include focus-visible-effect();
28
- }
29
- }
30
-
31
- &:global(.uui-disabled) {
32
- fill: var(--uui-icon_btn-disabled);
33
-
34
- &:global(.-clickable) {
35
- &:hover, &:focus {
36
- fill: var(--uui-icon_btn-disabled);
37
- }
38
-
39
- &:active {
40
- fill: var(--uui-icon_btn-disabled);
41
- }
42
- }
43
- }
44
- }
@@ -1,20 +0,0 @@
1
- import { IconButtonBaseProps, IconButton as uuiIconButton } from '@epam/uui-components';
2
- import { withMods } from '@epam/uui-core';
3
- import css from './IconButton.module.scss';
4
-
5
- export type IconColor = 'info' | 'success' | 'warning' | 'error' | 'secondary' | 'neutral';
6
- export const allIconColors: IconColor[] = [
7
- 'info', 'success', 'warning', 'error', 'secondary', 'neutral',
8
- ];
9
-
10
- export interface IconButtonMods {
11
- color?: IconColor;
12
- }
13
-
14
- export interface IconButtonProps extends IconButtonBaseProps, IconButtonMods {}
15
-
16
- function applyIconButtonMods(mods: IconButtonProps & IconButtonMods) {
17
- return ['uui-icon_button', `uui-color-${mods.color || 'neutral'}`, css.root];
18
- }
19
-
20
- export const IconButton = withMods<IconButtonProps, IconButtonMods>(uuiIconButton, applyIconButtonMods);
@@ -1,85 +0,0 @@
1
- @use '../../assets/styles/buttonLayout' as *;
2
-
3
- .root {
4
- --uui-link_btn-text: var(--uui-color-50);
5
- --uui-link_btn-text-hover: var(--uui-color-60);
6
- --uui-link_btn-text-active: var(--uui-color-70);
7
- --uui-link_btn-text-disabled: var(--uui-text-disabled);
8
-
9
- --uui-link-button-font: var(--uui-font);
10
- --uui-link-button-font-weight: 600;
11
-
12
- &:global(.uui-button-box) {
13
- background-color: transparent;
14
- color: var(--uui-link_btn-text);
15
- fill: var(--uui-link_btn-text);
16
- min-width: auto;
17
-
18
- &:global(.-clickable:not(.uui-disabled)) {
19
- &:hover {
20
- color: var(--uui-link_btn-text-hover);
21
- fill: var(--uui-link_btn-text-hover);
22
- }
23
-
24
- &:active {
25
- color: var(--uui-link_btn-text-active);
26
- fill: var(--uui-link_btn-text-active);
27
- }
28
-
29
- &:focus {
30
- box-shadow: none;
31
- }
32
-
33
- &:focus-visible {
34
- border-radius: 2px;
35
- box-shadow:
36
- inset 0 -2px 0 0 var(--uui-outline-focus),
37
- inset 0 2px 0 0 var(--uui-outline-focus),
38
- 2px 0 0 0 var(--uui-outline-focus),
39
- -2px 0 0 0 var(--uui-outline-focus);
40
- }
41
- }
42
-
43
- &:global(.uui-disabled) {
44
- color: var(--uui-link_btn-text-disabled);
45
- fill: var(--uui-link_btn-text-disabled);
46
- background-color: transparent;
47
-
48
- &:hover {
49
- background-color: transparent;
50
- }
51
- }
52
- }
53
-
54
- :global(.uui-caption) {
55
- font-family: var(--uui-link-button-font);
56
- font-weight: var(--uui-link-button-font-weight, normal);
57
- }
58
-
59
- // Sizes
60
- &:global {
61
- &.uui-size-18 {
62
- @include link-button-layout(18px);
63
- }
64
-
65
- &.uui-size-24 {
66
- @include link-button-layout(24px);
67
- }
68
-
69
- &.uui-size-30 {
70
- @include link-button-layout(30px);
71
- }
72
-
73
- &.uui-size-36 {
74
- @include link-button-layout(36px);
75
- }
76
-
77
- &.uui-size-42 {
78
- @include link-button-layout(42px);
79
- }
80
-
81
- &.uui-size-48 {
82
- @include link-button-layout(48px);
83
- }
84
- }
85
- }
@@ -1,32 +0,0 @@
1
- import * as types from '../types';
2
- import { withMods } from '@epam/uui-core';
3
- import { Button, ButtonProps } from '@epam/uui-components';
4
- import css from './LinkButton.module.scss';
5
- import { systemIcons } from '../../icons/icons';
6
- import { getIconClass } from './helper';
7
-
8
- const defaultSize = '36';
9
- export type LinkButtonColorType = 'primary' | 'secondary' | 'contrast';
10
- export const allLinkButtonColors: LinkButtonColorType[] = ['primary', 'secondary', 'contrast'];
11
-
12
- export interface LinkButtonMods {
13
- size?: types.ControlSize | '42';
14
- color?: LinkButtonColorType;
15
- }
16
-
17
- export type LinkButtonProps = LinkButtonMods & ButtonProps;
18
-
19
- function applyLinkButtonMods(mods: LinkButtonProps) {
20
- return [
21
- 'uui-link_button',
22
- css.root,
23
- `uui-size-${mods.size || defaultSize}`,
24
- ...getIconClass(mods),
25
- `uui-color-${mods.color || 'primary'}`,
26
- ];
27
- }
28
-
29
- export const LinkButton = withMods<ButtonProps, LinkButtonMods>(Button, applyLinkButtonMods, (props) => ({
30
- dropdownIcon: systemIcons[props.size || defaultSize].foldingArrow,
31
- clearIcon: systemIcons[props.size || defaultSize].clear,
32
- }));
@@ -1,94 +0,0 @@
1
- @use 'sass:math';
2
- @use '../../assets/styles/index' as *;
3
-
4
- @mixin tab-button-color($color, $activeColor, $backgroundColor) {
5
- color: $color;
6
- fill: $color;
7
- background-color: $backgroundColor;
8
-
9
- &:hover {
10
- color: $activeColor;
11
- fill: $activeColor;
12
- }
13
-
14
- &:global(.uui-active) {
15
- color: $activeColor;
16
- fill: $activeColor;
17
- border-color: $activeColor;
18
- }
19
- }
20
-
21
- $text-size-caption: 36px;
22
- $text-size-count: 24px;
23
-
24
- .root {
25
- --uui-tab_btn-text: var(--uui-text-primary);
26
- --uui-tab_btn-text-hover: var(--uui-primary-50);
27
- --uui-tab_btn-text-active: var(--uui-primary-50);
28
- --uui-tab_btn-text-disabled: var(--uui-text-disabled);
29
- --uui-tab_btn-font: var(--uui-font);
30
- --uui-tab_btn-font-weight: 600;
31
-
32
- @include link-button-horizontal-layout(36px);
33
- @include tab-button-color(var(--uui-tab_btn-text), var(--uui-tab_btn-text-active), transparent);
34
- cursor: pointer;
35
- padding-left: 12px;
36
- padding-right: 12px;
37
- position: relative;
38
- bottom: -1px;
39
- display: flex;
40
- align-items: center;
41
- font-family: var(--uui-tab_btn-font);
42
- font-weight: var(--uui-tab_btn-font-weight);
43
- border-bottom: 3px solid transparent;
44
-
45
- &:global(.-clickable):focus-visible {
46
- @include focus-visible-effect(-2px, 0);
47
- }
48
-
49
- &:global(.uui-disabled) {
50
- @include tab-button-color(var(--uui-tab_btn-text-disabled), var(--uui-tab_btn-text-disabled), transparent);
51
- }
52
-
53
- &.withNotify {
54
- :global(.uui-caption) {
55
- &::after {
56
- content: '';
57
- position: absolute;
58
- margin-bottom: math.div($text-size-caption, 2);
59
- height: 6px;
60
- width: 6px;
61
- background: var(--uui-critical-50);
62
- box-shadow: 0 1px 8px 0 var(--uui-critical-50);
63
- border-radius: 50%;
64
- }
65
- }
66
- }
67
-
68
- &:global(.uui-button-box) {
69
- min-width: min-content;
70
- }
71
-
72
- :global(.uui-count_indicator) {
73
- padding: 0 6px;
74
- margin-left: 3px;
75
- margin-right: 3px;
76
- }
77
-
78
- :global(.uui-caption) {
79
- @include text-size($text-size-caption, 0);
80
- }
81
-
82
- // Sizes
83
- &.size-36 {
84
- height: 36px;
85
- }
86
-
87
- &.size-48 {
88
- height: 48px;
89
- }
90
-
91
- &.size-60 {
92
- height: 60px;
93
- }
94
- }
@@ -1,38 +0,0 @@
1
- import React from 'react';
2
- import { Button, ButtonProps } from '@epam/uui-components';
3
- import { withMods } from '@epam/uui-core';
4
- import { getIconClass } from './helper';
5
- import { CountIndicator } from '../widgets';
6
- import { systemIcons } from '../../icons/icons';
7
- import css from './TabButton.module.scss';
8
-
9
- export interface TabButtonMods {
10
- size?: '36' | '48' | '60';
11
- withNotify?: boolean;
12
- }
13
-
14
- export type TabButtonProps = TabButtonMods & ButtonProps;
15
-
16
- function applyTabButtonMods(mods: TabButtonProps) {
17
- return [
18
- css.root,
19
- 'uui-tab-button',
20
- css['size-' + (mods.size || '48')],
21
- mods.withNotify && css.withNotify,
22
- ...getIconClass(mods),
23
- ];
24
- }
25
-
26
- export const TabButton = withMods<ButtonProps, TabButtonMods>(Button, applyTabButtonMods, (props) => ({
27
- dropdownIcon: systemIcons['36'].foldingArrow,
28
- clearIcon: systemIcons['36'].clear,
29
- ...props,
30
- rawProps: { role: 'tab', ...props.rawProps },
31
- countIndicator: (countIndicatorProps) => (
32
- <CountIndicator
33
- { ...countIndicatorProps }
34
- color={ props.isLinkActive ? 'info' : 'neutral' }
35
- size="18"
36
- />
37
- ),
38
- }));
@@ -1,7 +0,0 @@
1
- @use '../../assets/styles/index' as *;
2
-
3
- .root {
4
- border-bottom: 0 none;
5
- border-left: 3px solid transparent;
6
- text-align: left;
7
- }
@@ -1,12 +0,0 @@
1
- import css from './VerticalTabButton.module.scss';
2
- import { withMods } from '@epam/uui-core';
3
- import { ButtonProps } from '@epam/uui-components';
4
- import { TabButton, TabButtonMods } from './TabButton';
5
-
6
- function applyVerticalTabButtonMods() {
7
- return [css.root];
8
- }
9
-
10
- export type VerticalTabButtonProps = ButtonProps & TabButtonMods;
11
-
12
- export const VerticalTabButton = withMods<VerticalTabButtonProps>(TabButton, applyVerticalTabButtonMods);
@@ -1,30 +0,0 @@
1
- import React from 'react';
2
- import { Button } from '../Button';
3
- import { renderSnapshotWithContextAsync, SvgMock } from '@epam/uui-test-utils';
4
-
5
- describe('Button', () => {
6
- it('should render with minimum props', async () => {
7
- const tree = await renderSnapshotWithContextAsync(<Button />);
8
- expect(tree).toMatchSnapshot();
9
- });
10
-
11
- it('should render with maximum props', async () => {
12
- const tree = await renderSnapshotWithContextAsync(
13
- <Button
14
- color="accent"
15
- fill="outline"
16
- caption="Click me"
17
- onClick={ jest.fn }
18
- icon={ SvgMock }
19
- isDisabled={ false }
20
- isDropdown={ true }
21
- count={ 10 }
22
- iconPosition="right"
23
- onClear={ jest.fn }
24
- isOpen
25
- clearIcon={ SvgMock }
26
- />,
27
- );
28
- expect(tree).toMatchSnapshot();
29
- });
30
- });
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import { IconButton } from '../IconButton';
3
- import { renderer } from '@epam/uui-test-utils';
4
- import { ReactComponent as CalendarIcon } from '../../../icons/calendar-18.svg';
5
-
6
- describe('IconButton', () => {
7
- it('should be rendered correctly', () => {
8
- const tree = renderer.create(<IconButton />).toJSON();
9
- expect(tree).toMatchSnapshot();
10
- });
11
-
12
- it('should be rendered correctly with props', () => {
13
- const tree = renderer.create(<IconButton color="info" onClick={ jest.fn } icon={ CalendarIcon } isDisabled={ false } />).toJSON();
14
- expect(tree).toMatchSnapshot();
15
- });
16
- });
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import { LinkButton } from '../LinkButton';
3
- import { renderer } from '@epam/uui-test-utils';
4
- import { ReactComponent as CalendarIcon } from '../../../icons/calendar-18.svg';
5
-
6
- describe('LinkButton', () => {
7
- it('should be rendered correctly', () => {
8
- const tree = renderer.create(<LinkButton />).toJSON();
9
- expect(tree).toMatchSnapshot();
10
- });
11
-
12
- it('should be rendered correctly with props', () => {
13
- const tree = renderer.create(<LinkButton onClick={ jest.fn } icon={ CalendarIcon } isDisabled={ false } isDropdown onClear={ jest.fn } size="30" />).toJSON();
14
- expect(tree).toMatchSnapshot();
15
- });
16
- });
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import { TabButton } from '../TabButton';
3
- import { renderer } from '@epam/uui-test-utils';
4
- import { ReactComponent as calendarIcon } from '../../../icons/calendar-18.svg';
5
-
6
- describe('TabButton', () => {
7
- it('should be rendered correctly', () => {
8
- const tree = renderer.create(<TabButton />).toJSON();
9
- expect(tree).toMatchSnapshot();
10
- });
11
-
12
- it('should be rendered correctly with props', () => {
13
- const tree = renderer.create(<TabButton onClick={ jest.fn } icon={ calendarIcon } isDisabled={ false } withNotify={ true } />).toJSON();
14
- expect(tree).toMatchSnapshot();
15
- });
16
- });
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import { VerticalTabButton } from '../VerticalTabButton';
3
- import { renderer } from '@epam/uui-test-utils';
4
- import { ReactComponent as calendarIcon } from '../../../icons/calendar-18.svg';
5
-
6
- describe('VerticalTabButton', () => {
7
- it('should be rendered correctly', () => {
8
- const tree = renderer.create(<VerticalTabButton />).toJSON();
9
- expect(tree).toMatchSnapshot();
10
- });
11
-
12
- it('should be rendered correctly with props', () => {
13
- const tree = renderer.create(<VerticalTabButton onClick={ jest.fn } icon={ calendarIcon } isDisabled={ false } withNotify={ true } />).toJSON();
14
- expect(tree).toMatchSnapshot();
15
- });
16
- });
@@ -1,58 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`Button should render with maximum props 1`] = `
4
- <button
5
- aria-disabled={false}
6
- aria-expanded={true}
7
- aria-haspopup={true}
8
- className="container uui-button-box uui-enabled -clickable root uui-button uui-fill-outline uui-color-accent uui-size-36"
9
- onClick={[Function]}
10
- tabIndex={0}
11
- type="button"
12
- >
13
- <div
14
- className="uui-caption"
15
- >
16
- Click me
17
- </div>
18
- <div
19
- className="root uui-count_indicator size-24 uui-color-white"
20
- >
21
- 10
22
- </div>
23
- <div
24
- className="container uui-icon uui-enabled"
25
- style={Object {}}
26
- >
27
- <svg
28
- className=""
29
- />
30
- </div>
31
- <div
32
- className="container uui-icon uui-enabled"
33
- style={Object {}}
34
- >
35
- <svg
36
- className="flipY"
37
- />
38
- </div>
39
- <div
40
- className="container uui-icon uui-enabled -clickable -clickable"
41
- onClick={[Function]}
42
- style={Object {}}
43
- >
44
- <svg
45
- className=""
46
- />
47
- </div>
48
- </button>
49
- `;
50
-
51
- exports[`Button should render with minimum props 1`] = `
52
- <button
53
- className="container uui-button-box uui-enabled root uui-button uui-fill-solid uui-color-primary uui-size-36"
54
- onClick={[Function]}
55
- tabIndex={-1}
56
- type="button"
57
- />
58
- `;
@@ -1,34 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`IconButton should be rendered correctly 1`] = `
4
- <button
5
- className="container uui-button-box uui-enabled uui-icon_button uui-color-neutral root"
6
- onClick={[Function]}
7
- tabIndex={-1}
8
- type="button"
9
- >
10
- <div
11
- className="container uui-icon uui-enabled"
12
- style={Object {}}
13
- />
14
- </button>
15
- `;
16
-
17
- exports[`IconButton should be rendered correctly with props 1`] = `
18
- <button
19
- aria-disabled={false}
20
- className="container uui-button-box uui-enabled -clickable uui-icon_button uui-color-info root"
21
- onClick={[Function]}
22
- tabIndex={0}
23
- type="button"
24
- >
25
- <div
26
- className="container uui-icon uui-enabled"
27
- style={Object {}}
28
- >
29
- <svg
30
- className=""
31
- />
32
- </div>
33
- </button>
34
- `;
@@ -1,47 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`LinkButton should be rendered correctly 1`] = `
4
- <button
5
- className="container uui-button-box uui-enabled uui-link_button root uui-size-36 uui-no-left-icon uui-no-right-icon uui-color-primary"
6
- onClick={[Function]}
7
- tabIndex={-1}
8
- type="button"
9
- />
10
- `;
11
-
12
- exports[`LinkButton should be rendered correctly with props 1`] = `
13
- <button
14
- aria-disabled={false}
15
- aria-haspopup={true}
16
- className="container uui-button-box uui-enabled -clickable uui-link_button root uui-size-30 uui-has-left-icon uui-has-right-icon uui-color-primary"
17
- onClick={[Function]}
18
- tabIndex={0}
19
- type="button"
20
- >
21
- <div
22
- className="container uui-icon uui-enabled"
23
- style={Object {}}
24
- >
25
- <svg
26
- className=""
27
- />
28
- </div>
29
- <div
30
- className="container uui-icon uui-enabled"
31
- style={Object {}}
32
- >
33
- <svg
34
- className=""
35
- />
36
- </div>
37
- <div
38
- className="container uui-icon uui-enabled -clickable -clickable"
39
- onClick={[Function]}
40
- style={Object {}}
41
- >
42
- <svg
43
- className=""
44
- />
45
- </div>
46
- </button>
47
- `;
@@ -1,31 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`TabButton should be rendered correctly 1`] = `
4
- <button
5
- className="container uui-button-box uui-enabled root uui-tab-button size-48 uui-no-left-icon uui-no-right-icon"
6
- onClick={[Function]}
7
- role="tab"
8
- tabIndex={-1}
9
- type="button"
10
- />
11
- `;
12
-
13
- exports[`TabButton should be rendered correctly with props 1`] = `
14
- <button
15
- aria-disabled={false}
16
- className="container uui-button-box uui-enabled -clickable root uui-tab-button size-48 withNotify uui-has-left-icon uui-no-right-icon"
17
- onClick={[Function]}
18
- role="tab"
19
- tabIndex={0}
20
- type="button"
21
- >
22
- <div
23
- className="container uui-icon uui-enabled"
24
- style={Object {}}
25
- >
26
- <svg
27
- className=""
28
- />
29
- </div>
30
- </button>
31
- `;
@@ -1,31 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`VerticalTabButton should be rendered correctly 1`] = `
4
- <button
5
- className="container uui-button-box uui-enabled root uui-tab-button size-48 uui-no-left-icon uui-no-right-icon root"
6
- onClick={[Function]}
7
- role="tab"
8
- tabIndex={-1}
9
- type="button"
10
- />
11
- `;
12
-
13
- exports[`VerticalTabButton should be rendered correctly with props 1`] = `
14
- <button
15
- aria-disabled={false}
16
- className="container uui-button-box uui-enabled -clickable root uui-tab-button size-48 withNotify uui-has-left-icon uui-no-right-icon root"
17
- onClick={[Function]}
18
- role="tab"
19
- tabIndex={0}
20
- type="button"
21
- >
22
- <div
23
- className="container uui-icon uui-enabled"
24
- style={Object {}}
25
- >
26
- <svg
27
- className=""
28
- />
29
- </div>
30
- </button>
31
- `;
@@ -1,22 +0,0 @@
1
- import { ButtonProps } from '@epam/uui-components';
2
-
3
- export function getIconClass(props: ButtonProps) {
4
- const classList = {
5
- 'has-left-icon': false,
6
- 'has-right-icon': false,
7
- };
8
-
9
- if (props.onClear) {
10
- classList['has-right-icon'] = true;
11
- }
12
-
13
- if (props.isDropdown) {
14
- classList[props.dropdownIconPosition === 'left' ? 'has-left-icon' : 'has-right-icon'] = true;
15
- }
16
-
17
- if (props.icon) {
18
- classList[props.iconPosition !== 'right' ? 'has-left-icon' : 'has-right-icon'] = true;
19
- }
20
-
21
- return [classList['has-left-icon'] ? 'uui-has-left-icon' : 'uui-no-left-icon', classList['has-right-icon'] ? 'uui-has-right-icon' : 'uui-no-right-icon'];
22
- }
@@ -1,5 +0,0 @@
1
- export * from './Button';
2
- export * from './IconButton';
3
- export * from './LinkButton';
4
- export * from './TabButton';
5
- export * from './VerticalTabButton';