@megafon/ui-core 6.3.0 → 6.4.1

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 (250) hide show
  1. package/CHANGELOG.md +28 -4
  2. package/dist/es/components/Accordion/Accordion.css +14 -14
  3. package/dist/es/components/Accordion/Accordion.js +1 -1
  4. package/dist/es/components/Avatar/Avatar.css +9 -9
  5. package/dist/es/components/Avatar/Avatar.js +1 -1
  6. package/dist/es/components/Avatar/doc/i/img.png +0 -0
  7. package/dist/es/components/Avatar/i/placeholder.svg +4 -1
  8. package/dist/es/components/Badges/components/CounterBadge/CounterBadge.css +10 -10
  9. package/dist/es/components/Badges/components/CounterBadge/CounterBadge.js +1 -1
  10. package/dist/es/components/Badges/components/NotificationBadge/NotificationBadge.css +9 -9
  11. package/dist/es/components/Badges/components/NotificationBadge/NotificationBadge.js +1 -1
  12. package/dist/es/components/Badges/components/PriceBadge/PriceBadge.css +29 -29
  13. package/dist/es/components/Badges/components/PriceBadge/PriceBadge.js +1 -1
  14. package/dist/es/components/Badges/components/PromoBadge/PromoBadge.css +16 -16
  15. package/dist/es/components/Badges/components/PromoBadge/PromoBadge.js +1 -1
  16. package/dist/es/components/Badges/components/TimerBadge/Timer/Timer.js +1 -1
  17. package/dist/es/components/Badges/components/TimerBadge/TimerBadge.css +9 -9
  18. package/dist/es/components/Badges/components/TimerBadge/TimerBadge.js +1 -1
  19. package/dist/es/components/Banner/Banner.css +41 -41
  20. package/dist/es/components/Banner/Banner.js +1 -1
  21. package/dist/es/components/Banner/BannerDot.css +8 -8
  22. package/dist/es/components/Banner/BannerDot.js +1 -1
  23. package/dist/es/components/Button/Button.css +278 -263
  24. package/dist/es/components/Button/Button.js +1 -1
  25. package/dist/es/components/Calendar/Calendar.css +5 -5
  26. package/dist/es/components/Calendar/Calendar.js +1 -1
  27. package/dist/es/components/Calendar/components/Day/Day.css +59 -59
  28. package/dist/es/components/Calendar/components/Day/Day.js +1 -1
  29. package/dist/es/components/Calendar/components/Month/Month.css +14 -14
  30. package/dist/es/components/Calendar/components/Month/Month.js +1 -1
  31. package/dist/es/components/Caption/Caption.css +15 -15
  32. package/dist/es/components/Caption/Caption.js +1 -1
  33. package/dist/es/components/Carousel/Carousel.css +38 -38
  34. package/dist/es/components/Carousel/Carousel.js +1 -1
  35. package/dist/es/components/Checkbox/Checkbox.css +35 -35
  36. package/dist/es/components/Checkbox/Checkbox.js +1 -1
  37. package/dist/es/components/Chips/Chip.css +33 -33
  38. package/dist/es/components/Chips/Chip.js +1 -1
  39. package/dist/es/components/Chips/Chips.css +3 -3
  40. package/dist/es/components/Chips/Chips.js +1 -1
  41. package/dist/es/components/Chips/components/ChipsDropdown.css +12 -12
  42. package/dist/es/components/Chips/components/ChipsDropdown.js +1 -1
  43. package/dist/es/components/Collapse/Collapse.css +1 -1
  44. package/dist/es/components/Collapse/Collapse.js +1 -1
  45. package/dist/es/components/ContentArea/ContentArea.css +25 -25
  46. package/dist/es/components/ContentArea/ContentArea.js +1 -1
  47. package/dist/es/components/ContentView/ContentView.css +19 -19
  48. package/dist/es/components/ContentView/ContentView.js +1 -1
  49. package/dist/es/components/Counter/Counter.css +13 -13
  50. package/dist/es/components/Counter/Counter.js +1 -1
  51. package/dist/es/components/Grid/Grid.css +22 -22
  52. package/dist/es/components/Grid/Grid.js +1 -1
  53. package/dist/es/components/Grid/GridColumn.css +691 -691
  54. package/dist/es/components/Grid/GridColumn.js +1 -1
  55. package/dist/es/components/Header/Header.css +29 -29
  56. package/dist/es/components/Header/Header.js +1 -1
  57. package/dist/es/components/List/List.css +17 -17
  58. package/dist/es/components/List/List.js +1 -1
  59. package/dist/es/components/List/ListItem.css +2 -2
  60. package/dist/es/components/List/ListItem.js +1 -1
  61. package/dist/es/components/ListData/ListData.css +25 -25
  62. package/dist/es/components/ListData/ListData.js +1 -1
  63. package/dist/es/components/ListData/ListDataGroup.css +2 -2
  64. package/dist/es/components/ListData/ListDataGroup.js +1 -1
  65. package/dist/es/components/ListData/components/ListDataSortable.css +14 -14
  66. package/dist/es/components/ListData/components/ListDataSortable.js +1 -1
  67. package/dist/es/components/ListData/doc/i/img.png +0 -0
  68. package/dist/es/components/Logo/Logo.css +12 -12
  69. package/dist/es/components/Logo/Logo.js +1 -1
  70. package/dist/es/components/NavArrow/NavArrow.css +13 -13
  71. package/dist/es/components/NavArrow/NavArrow.js +1 -1
  72. package/dist/es/components/Notification/Notification.css +71 -71
  73. package/dist/es/components/Notification/Notification.js +1 -1
  74. package/dist/es/components/Pagination/Pagination.css +1 -1
  75. package/dist/es/components/Pagination/Pagination.js +1 -1
  76. package/dist/es/components/Pagination/components/PaginationButton/PaginationButton.css +12 -12
  77. package/dist/es/components/Pagination/components/PaginationButton/PaginationButton.js +1 -1
  78. package/dist/es/components/Pagination/components/PaginationButtons/PaginationButtons.css +2 -2
  79. package/dist/es/components/Pagination/components/PaginationButtons/PaginationButtons.js +1 -1
  80. package/dist/es/components/Pagination/components/PaginationNavigation/PaginationNavigation.css +3 -3
  81. package/dist/es/components/Pagination/components/PaginationNavigation/PaginationNavigation.js +1 -1
  82. package/dist/es/components/Paragraph/Paragraph.css +13 -13
  83. package/dist/es/components/Paragraph/Paragraph.js +1 -1
  84. package/dist/es/components/Preloader/Preloader.css +34 -34
  85. package/dist/es/components/Preloader/Preloader.js +1 -1
  86. package/dist/es/components/RadioButton/RadioButton.css +24 -24
  87. package/dist/es/components/RadioButton/RadioButton.js +1 -1
  88. package/dist/es/components/Row/Row.css +41 -41
  89. package/dist/es/components/Row/Row.js +1 -1
  90. package/dist/es/components/Search/Search.css +72 -72
  91. package/dist/es/components/Search/Search.d.ts +2 -0
  92. package/dist/es/components/Search/Search.js +7 -2
  93. package/dist/es/components/Select/Select.css +60 -60
  94. package/dist/es/components/Select/Select.js +1 -1
  95. package/dist/es/components/Selector/Selector.css +29 -29
  96. package/dist/es/components/Selector/Selector.js +1 -1
  97. package/dist/es/components/Selector/i/check.svg +3 -1
  98. package/dist/es/components/Sliders/Slider/Slider.css +16 -16
  99. package/dist/es/components/Sliders/Slider/Slider.js +1 -1
  100. package/dist/es/components/Sliders/SliderRange/SliderRange.css +24 -24
  101. package/dist/es/components/Sliders/SliderRange/SliderRange.js +1 -1
  102. package/dist/es/components/Sliders/SliderRatio/SliderRatio.css +26 -26
  103. package/dist/es/components/Sliders/SliderRatio/SliderRatio.js +1 -1
  104. package/dist/es/components/Sliders/SliderRatio/i/thumb.png +0 -0
  105. package/dist/es/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.css +15 -15
  106. package/dist/es/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.js +1 -1
  107. package/dist/es/components/Sliders/components/SliderScale/SliderScale.css +3 -3
  108. package/dist/es/components/Sliders/components/SliderScale/SliderScale.js +1 -1
  109. package/dist/es/components/Snackbar/Snackbar.css +27 -26
  110. package/dist/es/components/Snackbar/Snackbar.js +1 -1
  111. package/dist/es/components/Snackbar/SnackbarTimer/SnackbarTimer.css +5 -5
  112. package/dist/es/components/Snackbar/SnackbarTimer/SnackbarTimer.js +1 -1
  113. package/dist/es/components/Switcher/Switcher.css +27 -27
  114. package/dist/es/components/Switcher/Switcher.js +1 -1
  115. package/dist/es/components/Tabs/Tabs.css +57 -57
  116. package/dist/es/components/Tabs/Tabs.js +1 -1
  117. package/dist/es/components/TextField/TextField.css +78 -78
  118. package/dist/es/components/TextField/TextField.js +1 -1
  119. package/dist/es/components/TextField/i/textarea-resizer.svg +4 -1
  120. package/dist/es/components/TextLink/TextLink.css +15 -15
  121. package/dist/es/components/TextLink/TextLink.js +1 -1
  122. package/dist/es/components/Tile/Tile.css +14 -14
  123. package/dist/es/components/Tile/Tile.js +1 -1
  124. package/dist/es/components/Tooltip/Tooltip.css +123 -123
  125. package/dist/es/components/Tooltip/Tooltip.js +1 -1
  126. package/dist/lib/components/Accordion/Accordion.css +14 -14
  127. package/dist/lib/components/Accordion/Accordion.js +1 -1
  128. package/dist/lib/components/Avatar/Avatar.css +9 -9
  129. package/dist/lib/components/Avatar/Avatar.js +1 -1
  130. package/dist/lib/components/Avatar/doc/i/img.png +0 -0
  131. package/dist/lib/components/Avatar/i/placeholder.svg +4 -1
  132. package/dist/lib/components/Badges/components/CounterBadge/CounterBadge.css +10 -10
  133. package/dist/lib/components/Badges/components/CounterBadge/CounterBadge.js +1 -1
  134. package/dist/lib/components/Badges/components/NotificationBadge/NotificationBadge.css +9 -9
  135. package/dist/lib/components/Badges/components/NotificationBadge/NotificationBadge.js +1 -1
  136. package/dist/lib/components/Badges/components/PriceBadge/PriceBadge.css +29 -29
  137. package/dist/lib/components/Badges/components/PriceBadge/PriceBadge.js +1 -1
  138. package/dist/lib/components/Badges/components/PromoBadge/PromoBadge.css +16 -16
  139. package/dist/lib/components/Badges/components/PromoBadge/PromoBadge.js +1 -1
  140. package/dist/lib/components/Badges/components/TimerBadge/Timer/Timer.js +1 -1
  141. package/dist/lib/components/Badges/components/TimerBadge/TimerBadge.css +9 -9
  142. package/dist/lib/components/Badges/components/TimerBadge/TimerBadge.js +1 -1
  143. package/dist/lib/components/Banner/Banner.css +41 -41
  144. package/dist/lib/components/Banner/Banner.js +1 -1
  145. package/dist/lib/components/Banner/BannerDot.css +8 -8
  146. package/dist/lib/components/Banner/BannerDot.js +1 -1
  147. package/dist/lib/components/Button/Button.css +278 -263
  148. package/dist/lib/components/Button/Button.js +1 -1
  149. package/dist/lib/components/Calendar/Calendar.css +5 -5
  150. package/dist/lib/components/Calendar/Calendar.js +1 -1
  151. package/dist/lib/components/Calendar/components/Day/Day.css +59 -59
  152. package/dist/lib/components/Calendar/components/Day/Day.js +1 -1
  153. package/dist/lib/components/Calendar/components/Month/Month.css +14 -14
  154. package/dist/lib/components/Calendar/components/Month/Month.js +1 -1
  155. package/dist/lib/components/Caption/Caption.css +15 -15
  156. package/dist/lib/components/Caption/Caption.js +1 -1
  157. package/dist/lib/components/Carousel/Carousel.css +38 -38
  158. package/dist/lib/components/Carousel/Carousel.js +1 -1
  159. package/dist/lib/components/Checkbox/Checkbox.css +35 -35
  160. package/dist/lib/components/Checkbox/Checkbox.js +1 -1
  161. package/dist/lib/components/Chips/Chip.css +33 -33
  162. package/dist/lib/components/Chips/Chip.js +1 -1
  163. package/dist/lib/components/Chips/Chips.css +3 -3
  164. package/dist/lib/components/Chips/Chips.js +1 -1
  165. package/dist/lib/components/Chips/components/ChipsDropdown.css +12 -12
  166. package/dist/lib/components/Chips/components/ChipsDropdown.js +1 -1
  167. package/dist/lib/components/Collapse/Collapse.css +1 -1
  168. package/dist/lib/components/Collapse/Collapse.js +1 -1
  169. package/dist/lib/components/ContentArea/ContentArea.css +25 -25
  170. package/dist/lib/components/ContentArea/ContentArea.js +1 -1
  171. package/dist/lib/components/ContentView/ContentView.css +19 -19
  172. package/dist/lib/components/ContentView/ContentView.js +1 -1
  173. package/dist/lib/components/Counter/Counter.css +13 -13
  174. package/dist/lib/components/Counter/Counter.js +1 -1
  175. package/dist/lib/components/Grid/Grid.css +22 -22
  176. package/dist/lib/components/Grid/Grid.js +1 -1
  177. package/dist/lib/components/Grid/GridColumn.css +691 -691
  178. package/dist/lib/components/Grid/GridColumn.js +1 -1
  179. package/dist/lib/components/Header/Header.css +29 -29
  180. package/dist/lib/components/Header/Header.js +1 -1
  181. package/dist/lib/components/List/List.css +17 -17
  182. package/dist/lib/components/List/List.js +1 -1
  183. package/dist/lib/components/List/ListItem.css +2 -2
  184. package/dist/lib/components/List/ListItem.js +1 -1
  185. package/dist/lib/components/ListData/ListData.css +25 -25
  186. package/dist/lib/components/ListData/ListData.js +1 -1
  187. package/dist/lib/components/ListData/ListDataGroup.css +2 -2
  188. package/dist/lib/components/ListData/ListDataGroup.js +1 -1
  189. package/dist/lib/components/ListData/components/ListDataSortable.css +14 -14
  190. package/dist/lib/components/ListData/components/ListDataSortable.js +1 -1
  191. package/dist/lib/components/ListData/doc/i/img.png +0 -0
  192. package/dist/lib/components/Logo/Logo.css +12 -12
  193. package/dist/lib/components/Logo/Logo.js +1 -1
  194. package/dist/lib/components/NavArrow/NavArrow.css +13 -13
  195. package/dist/lib/components/NavArrow/NavArrow.js +1 -1
  196. package/dist/lib/components/Notification/Notification.css +71 -71
  197. package/dist/lib/components/Notification/Notification.js +1 -1
  198. package/dist/lib/components/Pagination/Pagination.css +1 -1
  199. package/dist/lib/components/Pagination/Pagination.js +1 -1
  200. package/dist/lib/components/Pagination/components/PaginationButton/PaginationButton.css +12 -12
  201. package/dist/lib/components/Pagination/components/PaginationButton/PaginationButton.js +1 -1
  202. package/dist/lib/components/Pagination/components/PaginationButtons/PaginationButtons.css +2 -2
  203. package/dist/lib/components/Pagination/components/PaginationButtons/PaginationButtons.js +1 -1
  204. package/dist/lib/components/Pagination/components/PaginationNavigation/PaginationNavigation.css +3 -3
  205. package/dist/lib/components/Pagination/components/PaginationNavigation/PaginationNavigation.js +1 -1
  206. package/dist/lib/components/Paragraph/Paragraph.css +13 -13
  207. package/dist/lib/components/Paragraph/Paragraph.js +1 -1
  208. package/dist/lib/components/Preloader/Preloader.css +34 -34
  209. package/dist/lib/components/Preloader/Preloader.js +1 -1
  210. package/dist/lib/components/RadioButton/RadioButton.css +24 -24
  211. package/dist/lib/components/RadioButton/RadioButton.js +1 -1
  212. package/dist/lib/components/Row/Row.css +41 -41
  213. package/dist/lib/components/Row/Row.js +1 -1
  214. package/dist/lib/components/Search/Search.css +72 -72
  215. package/dist/lib/components/Search/Search.d.ts +2 -0
  216. package/dist/lib/components/Search/Search.js +7 -2
  217. package/dist/lib/components/Select/Select.css +60 -60
  218. package/dist/lib/components/Select/Select.js +1 -1
  219. package/dist/lib/components/Selector/Selector.css +29 -29
  220. package/dist/lib/components/Selector/Selector.js +1 -1
  221. package/dist/lib/components/Selector/i/check.svg +3 -1
  222. package/dist/lib/components/Sliders/Slider/Slider.css +16 -16
  223. package/dist/lib/components/Sliders/Slider/Slider.js +1 -1
  224. package/dist/lib/components/Sliders/SliderRange/SliderRange.css +24 -24
  225. package/dist/lib/components/Sliders/SliderRange/SliderRange.js +1 -1
  226. package/dist/lib/components/Sliders/SliderRatio/SliderRatio.css +26 -26
  227. package/dist/lib/components/Sliders/SliderRatio/SliderRatio.js +1 -1
  228. package/dist/lib/components/Sliders/SliderRatio/i/thumb.png +0 -0
  229. package/dist/lib/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.css +15 -15
  230. package/dist/lib/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.js +1 -1
  231. package/dist/lib/components/Sliders/components/SliderScale/SliderScale.css +3 -3
  232. package/dist/lib/components/Sliders/components/SliderScale/SliderScale.js +1 -1
  233. package/dist/lib/components/Snackbar/Snackbar.css +27 -26
  234. package/dist/lib/components/Snackbar/Snackbar.js +1 -1
  235. package/dist/lib/components/Snackbar/SnackbarTimer/SnackbarTimer.css +5 -5
  236. package/dist/lib/components/Snackbar/SnackbarTimer/SnackbarTimer.js +1 -1
  237. package/dist/lib/components/Switcher/Switcher.css +27 -27
  238. package/dist/lib/components/Switcher/Switcher.js +1 -1
  239. package/dist/lib/components/Tabs/Tabs.css +57 -57
  240. package/dist/lib/components/Tabs/Tabs.js +1 -1
  241. package/dist/lib/components/TextField/TextField.css +78 -78
  242. package/dist/lib/components/TextField/TextField.js +1 -1
  243. package/dist/lib/components/TextField/i/textarea-resizer.svg +4 -1
  244. package/dist/lib/components/TextLink/TextLink.css +15 -15
  245. package/dist/lib/components/TextLink/TextLink.js +1 -1
  246. package/dist/lib/components/Tile/Tile.css +14 -14
  247. package/dist/lib/components/Tile/Tile.js +1 -1
  248. package/dist/lib/components/Tooltip/Tooltip.css +123 -123
  249. package/dist/lib/components/Tooltip/Tooltip.js +1 -1
  250. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [6.4.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@6.4.0...@megafon/ui-core@6.4.1) (2024-10-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **button:** remove indent between icon-arrow and text for extra-small size ([bf214e4](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/bf214e472604d46252cc6d7358f64aa2462cc5e3))
12
+ * **snackbar:** add border ([4d4c9a7](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/4d4c9a7d56125963cf51f81f17c4848b9e3d5f0c))
13
+
14
+
15
+
16
+
17
+
18
+ # [6.4.0](/compare/@megafon/ui-core@6.3.0...@megafon/ui-core@6.4.0) (2024-10-02)
19
+
20
+
21
+ ### Features
22
+
23
+ * **css classes:** add v6 into css classes 11d5ef2
24
+ * **search:** add ref for list results dc113f3
25
+
26
+
27
+
28
+
29
+
6
30
  # [6.3.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@6.2.1...@megafon/ui-core@6.3.0) (2024-09-24)
7
31
 
8
32
 
@@ -1652,18 +1676,18 @@ remove deprecared values 'freshAsphalt' and 'clearWhite'
1652
1676
 
1653
1677
  ### Bug Fixes
1654
1678
 
1655
- * rename last mfui-beta to mfui ([6bc1d33](https://github.com/MegafonWebLab/megafon-ui/commit/6bc1d33d118862f969b09126dceb4e4462ec5128))
1679
+ * rename last mfui-v6-beta to mfui ([6bc1d33](https://github.com/MegafonWebLab/megafon-ui/commit/6bc1d33d118862f969b09126dceb4e4462ec5128))
1656
1680
 
1657
1681
 
1658
1682
  ### Features
1659
1683
 
1660
- * rename prefix mfui-beta to mfui ([41b2ea4](https://github.com/MegafonWebLab/megafon-ui/commit/41b2ea4880ee6dd0e76b862bfc0d2a86031d734c))
1684
+ * rename prefix mfui-v6-beta to mfui ([41b2ea4](https://github.com/MegafonWebLab/megafon-ui/commit/41b2ea4880ee6dd0e76b862bfc0d2a86031d734c))
1661
1685
 
1662
1686
 
1663
1687
  ### BREAKING CHANGES
1664
1688
 
1665
- * 1.x.x version of ui library also has mfui- prefix for components. please, check,
1666
- that you don't have any styles or business logic (e.g. css or js selectors) using mfui- prefix as
1689
+ * 1.x.x version of ui library also has mfui-v6- prefix for components. please, check,
1690
+ that you don't have any styles or business logic (e.g. css or js selectors) using mfui-v6- prefix as
1667
1691
  match pattern.
1668
1692
 
1669
1693
 
@@ -1,16 +1,16 @@
1
- .mfui-accordion {
1
+ .mfui-v6-accordion {
2
2
  border-radius: 12px;
3
3
  background: var(--spbSky0);
4
4
  }
5
- .mfui-accordion + .mfui-accordion {
5
+ .mfui-v6-accordion + .mfui-v6-accordion {
6
6
  margin-top: 8px;
7
7
  }
8
8
  @media screen and (min-width: 768px) {
9
- .mfui-accordion + .mfui-accordion {
9
+ .mfui-v6-accordion + .mfui-v6-accordion {
10
10
  margin-top: 12px;
11
11
  }
12
12
  }
13
- .mfui-accordion__title-wrap {
13
+ .mfui-v6-accordion__title-wrap {
14
14
  position: relative;
15
15
  padding: 16px 44px 16px 16px;
16
16
  border-radius: 12px;
@@ -20,19 +20,19 @@
20
20
  transition: background-color 0.3s;
21
21
  }
22
22
  @media screen and (min-width: 768px) {
23
- .mfui-accordion__title-wrap {
23
+ .mfui-v6-accordion__title-wrap {
24
24
  padding: 24px 56px 24px 24px;
25
25
  }
26
26
  }
27
- .mfui-accordion__title-wrap:hover {
27
+ .mfui-v6-accordion__title-wrap:hover {
28
28
  background-color: var(--spbSky1);
29
29
  }
30
30
  @media screen and (max-width: 1023px) {
31
- .mfui-accordion__title-wrap:focus {
31
+ .mfui-v6-accordion__title-wrap:focus {
32
32
  background-color: inherit;
33
33
  }
34
34
  }
35
- .mfui-accordion__icon-box {
35
+ .mfui-v6-accordion__icon-box {
36
36
  position: absolute;
37
37
  top: 50%;
38
38
  right: 20px;
@@ -55,13 +55,13 @@
55
55
  transform: translateY(-50%);
56
56
  }
57
57
  @media screen and (min-width: 768px) {
58
- .mfui-accordion__icon-box {
58
+ .mfui-v6-accordion__icon-box {
59
59
  right: 24px;
60
60
  width: 32px;
61
61
  height: 32px;
62
62
  }
63
63
  }
64
- .mfui-accordion__icon {
64
+ .mfui-v6-accordion__icon {
65
65
  width: 20px;
66
66
  height: 20px;
67
67
  -webkit-transition: -webkit-transform 0.6s;
@@ -70,20 +70,20 @@
70
70
  transition: transform 0.6s, -webkit-transform 0.6s;
71
71
  }
72
72
  @media screen and (min-width: 768px) {
73
- .mfui-accordion__icon {
73
+ .mfui-v6-accordion__icon {
74
74
  width: 32px;
75
75
  height: 32px;
76
76
  }
77
77
  }
78
- .mfui-accordion__content-inner {
78
+ .mfui-v6-accordion__content-inner {
79
79
  padding: 4px 20px 20px 16px;
80
80
  }
81
81
  @media screen and (min-width: 768px) {
82
- .mfui-accordion__content-inner {
82
+ .mfui-v6-accordion__content-inner {
83
83
  padding: 4px 24px 20px;
84
84
  }
85
85
  }
86
- .mfui-accordion_opened .mfui-accordion__icon {
86
+ .mfui-v6-accordion_opened .mfui-v6-accordion__icon {
87
87
  -webkit-transform: rotate(180deg);
88
88
  transform: rotate(180deg);
89
89
  }
@@ -17,7 +17,7 @@ var ArrowDown = function ArrowDown(props) {
17
17
  }));
18
18
  };
19
19
 
20
- var cn = cnCreate('mfui-accordion');
20
+ var cn = cnCreate('mfui-v6-accordion');
21
21
 
22
22
  var Accordion = function Accordion(_ref) {
23
23
  var rootRef = _ref.rootRef,
@@ -1,4 +1,4 @@
1
- .mfui-avatar {
1
+ .mfui-v6-avatar {
2
2
  position: relative;
3
3
  display: -webkit-inline-box;
4
4
  display: -ms-inline-flexbox;
@@ -18,34 +18,34 @@
18
18
  font-weight: 500;
19
19
  font-size: 15px;
20
20
  }
21
- .mfui-avatar__text {
21
+ .mfui-v6-avatar__text {
22
22
  display: block;
23
23
  }
24
- .mfui-avatar__image {
24
+ .mfui-v6-avatar__image {
25
25
  width: 100%;
26
26
  height: 100%;
27
27
  -o-object-fit: cover;
28
28
  object-fit: cover;
29
29
  background-color: var(--base);
30
30
  }
31
- .mfui-avatar__placeholder {
31
+ .mfui-v6-avatar__placeholder {
32
32
  opacity: 0.3;
33
33
  }
34
- .mfui-avatar_color_green {
34
+ .mfui-v6-avatar_color_green {
35
35
  color: var(--brandGreen);
36
36
  background-color: var(--brandGreen20);
37
37
  }
38
- .mfui-avatar_color_green .mfui-avatar__placeholder {
38
+ .mfui-v6-avatar_color_green .mfui-v6-avatar__placeholder {
39
39
  fill: var(--brandGreen);
40
40
  }
41
- .mfui-avatar_color_gray {
41
+ .mfui-v6-avatar_color_gray {
42
42
  color: var(--spbSky3);
43
43
  background-color: var(--spbSky0);
44
44
  }
45
- .mfui-avatar_color_gray .mfui-avatar__placeholder {
45
+ .mfui-v6-avatar_color_gray .mfui-v6-avatar__placeholder {
46
46
  fill: var(--spbSky3);
47
47
  }
48
- .mfui-avatar_size_auto {
48
+ .mfui-v6-avatar_size_auto {
49
49
  width: 100%;
50
50
  height: 100%;
51
51
  font-size: inherit;
@@ -13,7 +13,7 @@ var PlaceholderIcon = function PlaceholderIcon(props) {
13
13
  }));
14
14
  };
15
15
 
16
- var cn = cnCreate('mfui-avatar');
16
+ var cn = cnCreate('mfui-v6-avatar');
17
17
 
18
18
  var Avatar = function Avatar(_ref) {
19
19
  var src = _ref.src,
@@ -1 +1,4 @@
1
- <svg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M29.188 40.75l2.625-9.752-.42-.407A16.63 16.63 0 0020 26.312a16.642 16.642 0 00-11.393 4.292l-.42.394 2.626 9.752h18.374zM12.125 15.813a7.875 7.875 0 1015.75 0 7.875 7.875 0 00-15.75 0z"/></svg>
1
+ <svg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M29.1875 40.75L31.8125 30.9981L31.3925 30.5913C28.272 27.7768 24.2017 26.2481 20 26.3125C15.7967 26.253 11.7267 27.7863 8.6075 30.6044L8.1875 30.9981L10.8125 40.75H29.1875Z" />
3
+ <path d="M12.125 15.8125C12.125 17.37 12.5869 18.8926 13.4522 20.1876C14.3175 21.4827 15.5474 22.492 16.9864 23.0881C18.4253 23.6841 20.0087 23.84 21.5363 23.5362C23.0639 23.2323 24.4671 22.4823 25.5685 21.381C26.6698 20.2796 27.4198 18.8764 27.7237 17.3488C28.0275 15.8212 27.8716 14.2378 27.2756 12.7989C26.6795 11.3599 25.6702 10.13 24.3751 9.26468C23.0801 8.39936 21.5575 7.9375 20 7.9375C17.9114 7.9375 15.9084 8.76719 14.4315 10.244C12.9547 11.7209 12.125 13.7239 12.125 15.8125Z" />
4
+ </svg>
@@ -1,4 +1,4 @@
1
- .mfui-counter-badge {
1
+ .mfui-v6-counter-badge {
2
2
  padding: 5px 6px;
3
3
  width: -webkit-fit-content;
4
4
  width: -moz-fit-content;
@@ -18,37 +18,37 @@
18
18
  line-height: 14px;
19
19
  border-radius: 12px;
20
20
  }
21
- .mfui-counter-badge_limited {
21
+ .mfui-v6-counter-badge_limited {
22
22
  padding: 5px 12px;
23
23
  }
24
24
  @media screen and (min-width: 1024px) {
25
- .mfui-counter-badge_adaptive {
25
+ .mfui-v6-counter-badge_adaptive {
26
26
  min-width: 28px;
27
27
  font-size: 15px;
28
28
  line-height: 18px;
29
29
  }
30
30
  }
31
- .mfui-counter-badge_icon {
31
+ .mfui-v6-counter-badge_icon {
32
32
  padding: 2px 4px 2px 12px;
33
33
  }
34
- .mfui-counter-badge_adaptive.mfui-counter-badge_icon {
34
+ .mfui-v6-counter-badge_adaptive.mfui-v6-counter-badge_icon {
35
35
  padding: 4px 4px 4px 12px;
36
36
  }
37
- .mfui-counter-badge__icon {
37
+ .mfui-v6-counter-badge__icon {
38
38
  margin-left: 4px;
39
39
  width: 20px;
40
40
  min-width: 20px;
41
41
  height: 20px;
42
42
  }
43
- .mfui-counter-badge_theme_light-blue {
43
+ .mfui-v6-counter-badge_theme_light-blue {
44
44
  background-color: var(--311C20);
45
45
  }
46
- .mfui-counter-badge_theme_light-blue .mfui-counter-badge__icon {
46
+ .mfui-v6-counter-badge_theme_light-blue .mfui-v6-counter-badge__icon {
47
47
  fill: var(--311C);
48
48
  }
49
- .mfui-counter-badge_theme_purple {
49
+ .mfui-v6-counter-badge_theme_purple {
50
50
  background-color: var(--brandPurple20);
51
51
  }
52
- .mfui-counter-badge_theme_purple .mfui-counter-badge__icon {
52
+ .mfui-v6-counter-badge_theme_purple .mfui-v6-counter-badge__icon {
53
53
  fill: var(--brandPurple);
54
54
  }
@@ -18,7 +18,7 @@ export var CounterBadgeColorTheme = {
18
18
  LIGHT_BLUE: 'light-blue',
19
19
  PURPLE: 'purple'
20
20
  };
21
- var cn = cnCreate('mfui-counter-badge');
21
+ var cn = cnCreate('mfui-v6-counter-badge');
22
22
 
23
23
  var CounterBadge = function CounterBadge(_ref) {
24
24
  var totalCount = _ref.totalCount,
@@ -1,4 +1,4 @@
1
- .mfui-notification-badge {
1
+ .mfui-v6-notification-badge {
2
2
  display: -webkit-box;
3
3
  display: -ms-flexbox;
4
4
  display: flex;
@@ -14,17 +14,17 @@
14
14
  overflow: hidden;
15
15
  color: var(--stcWhite);
16
16
  }
17
- .mfui-notification-badge_theme_green {
17
+ .mfui-v6-notification-badge_theme_green {
18
18
  background-color: var(--brandGreen);
19
19
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 185, 86, 0.5);
20
20
  box-shadow: 0 2px 4px 0 rgba(0, 185, 86, 0.5);
21
21
  }
22
- .mfui-notification-badge_theme_red {
22
+ .mfui-v6-notification-badge_theme_red {
23
23
  background-color: var(--warmRedC);
24
24
  -webkit-box-shadow: 0 2px 4px 0 rgba(235, 90, 64, 0.5);
25
25
  box-shadow: 0 2px 4px 0 rgba(235, 90, 64, 0.5);
26
26
  }
27
- .mfui-notification-badge_auto-width {
27
+ .mfui-v6-notification-badge_auto-width {
28
28
  width: -webkit-fit-content;
29
29
  width: -moz-fit-content;
30
30
  width: fit-content;
@@ -32,25 +32,25 @@
32
32
  padding: 5px 8px;
33
33
  border-radius: 12px;
34
34
  }
35
- .mfui-notification-badge_size_small {
35
+ .mfui-v6-notification-badge_size_small {
36
36
  width: 8px;
37
37
  height: 8px;
38
38
  padding: 0;
39
39
  border-radius: 50%;
40
40
  }
41
- .mfui-notification-badge_size_small .mfui-notification-badge__text {
41
+ .mfui-v6-notification-badge_size_small .mfui-v6-notification-badge__text {
42
42
  display: none;
43
43
  }
44
- .mfui-notification-badge_size_medium {
44
+ .mfui-v6-notification-badge_size_medium {
45
45
  width: 16px;
46
46
  height: 16px;
47
47
  border-radius: 50%;
48
48
  }
49
- .mfui-notification-badge_size_medium .mfui-notification-badge__text {
49
+ .mfui-v6-notification-badge_size_medium .mfui-v6-notification-badge__text {
50
50
  font-size: 10px;
51
51
  line-height: 12px;
52
52
  }
53
- .mfui-notification-badge__text {
53
+ .mfui-v6-notification-badge__text {
54
54
  font-family: inherit;
55
55
  font-weight: 500;
56
56
  font-size: 12px;
@@ -13,7 +13,7 @@ export var NotificationBadgeSize = {
13
13
  MEDIUM: 'medium',
14
14
  BIG: 'big'
15
15
  };
16
- var cn = cnCreate('mfui-notification-badge');
16
+ var cn = cnCreate('mfui-v6-notification-badge');
17
17
 
18
18
  var NotificationBadge = function NotificationBadge(_ref) {
19
19
  var _ref$theme = _ref.theme,
@@ -1,4 +1,4 @@
1
- .mfui-price-badge {
1
+ .mfui-v6-price-badge {
2
2
  font-size: 12px;
3
3
  line-height: 18px;
4
4
  display: -webkit-box;
@@ -19,7 +19,7 @@
19
19
  font-weight: 500;
20
20
  }
21
21
  @media screen and (min-width: 1024px) {
22
- .mfui-price-badge_adaptive {
22
+ .mfui-v6-price-badge_adaptive {
23
23
  font-size: 15px;
24
24
  line-height: 24px;
25
25
  min-height: 32px;
@@ -28,91 +28,91 @@
28
28
  border-radius: 12px;
29
29
  }
30
30
  }
31
- .mfui-price-badge_theme_grey {
31
+ .mfui-v6-price-badge_theme_grey {
32
32
  background-color: var(--spbSky0);
33
33
  }
34
- .mfui-price-badge_theme_grey .mfui-price-badge__text {
34
+ .mfui-v6-price-badge_theme_grey .mfui-v6-price-badge__text {
35
35
  color: var(--spbSky3);
36
36
  }
37
- .mfui-price-badge_theme_grey .mfui-price-badge__icon {
37
+ .mfui-v6-price-badge_theme_grey .mfui-v6-price-badge__icon {
38
38
  fill: var(--spbSky3);
39
39
  }
40
- .mfui-price-badge_theme_orange {
40
+ .mfui-v6-price-badge_theme_orange {
41
41
  background-color: var(--137C20);
42
42
  }
43
- .mfui-price-badge_theme_orange .mfui-price-badge__text {
43
+ .mfui-v6-price-badge_theme_orange .mfui-v6-price-badge__text {
44
44
  color: var(--137C);
45
45
  }
46
- .mfui-price-badge_theme_orange .mfui-price-badge__icon {
46
+ .mfui-v6-price-badge_theme_orange .mfui-v6-price-badge__icon {
47
47
  fill: var(--137C);
48
48
  }
49
- .mfui-price-badge_theme_green {
49
+ .mfui-v6-price-badge_theme_green {
50
50
  background-color: var(--brandGreen20);
51
51
  }
52
- .mfui-price-badge_theme_green .mfui-price-badge__text {
52
+ .mfui-v6-price-badge_theme_green .mfui-v6-price-badge__text {
53
53
  color: var(--brandGreen);
54
54
  }
55
- .mfui-price-badge_theme_green .mfui-price-badge__icon {
55
+ .mfui-v6-price-badge_theme_green .mfui-v6-price-badge__icon {
56
56
  fill: var(--brandGreen);
57
57
  }
58
- .mfui-price-badge_theme_purple {
58
+ .mfui-v6-price-badge_theme_purple {
59
59
  background-color: var(--brandPurple80);
60
60
  }
61
- .mfui-price-badge_theme_purple .mfui-price-badge__text {
61
+ .mfui-v6-price-badge_theme_purple .mfui-v6-price-badge__text {
62
62
  color: var(--stcWhite);
63
63
  }
64
- .mfui-price-badge_theme_purple .mfui-price-badge__icon {
64
+ .mfui-v6-price-badge_theme_purple .mfui-v6-price-badge__icon {
65
65
  fill: var(--stcWhite);
66
66
  }
67
- .mfui-price-badge_theme_red {
67
+ .mfui-v6-price-badge_theme_red {
68
68
  background-color: var(--fury20);
69
69
  }
70
- .mfui-price-badge_theme_red .mfui-price-badge__text {
70
+ .mfui-v6-price-badge_theme_red .mfui-v6-price-badge__text {
71
71
  color: var(--fury);
72
72
  }
73
- .mfui-price-badge_theme_red .mfui-price-badge__icon {
73
+ .mfui-v6-price-badge_theme_red .mfui-v6-price-badge__icon {
74
74
  fill: var(--fury);
75
75
  }
76
- .mfui-price-badge_theme_light {
76
+ .mfui-v6-price-badge_theme_light {
77
77
  background-color: var(--stcWhite20);
78
78
  }
79
- .mfui-price-badge_theme_dark {
79
+ .mfui-v6-price-badge_theme_dark {
80
80
  background-color: var(--stcBlack20);
81
81
  }
82
- .mfui-price-badge_theme_light .mfui-price-badge__text,
83
- .mfui-price-badge_theme_dark .mfui-price-badge__text {
82
+ .mfui-v6-price-badge_theme_light .mfui-v6-price-badge__text,
83
+ .mfui-v6-price-badge_theme_dark .mfui-v6-price-badge__text {
84
84
  font-weight: 400;
85
85
  color: var(--stcWhite);
86
86
  }
87
- .mfui-price-badge_theme_light .mfui-price-badge__icon,
88
- .mfui-price-badge_theme_dark .mfui-price-badge__icon {
87
+ .mfui-v6-price-badge_theme_light .mfui-v6-price-badge__icon,
88
+ .mfui-v6-price-badge_theme_dark .mfui-v6-price-badge__icon {
89
89
  fill: var(--stcWhite);
90
90
  }
91
- .mfui-price-badge_size_big {
91
+ .mfui-v6-price-badge_size_big {
92
92
  padding: 12px 12px 12px 4px;
93
93
  font-size: 15px;
94
94
  line-height: 18px;
95
95
  }
96
- .mfui-price-badge__text {
96
+ .mfui-v6-price-badge__text {
97
97
  font-family: inherit;
98
98
  margin-left: 2px;
99
99
  }
100
- .mfui-price-badge__icon-container {
100
+ .mfui-v6-price-badge__icon-container {
101
101
  display: -webkit-box;
102
102
  display: -ms-flexbox;
103
103
  display: flex;
104
104
  }
105
- .mfui-price-badge__icon {
105
+ .mfui-v6-price-badge__icon {
106
106
  width: 20px;
107
107
  min-width: 20px;
108
108
  height: 20px;
109
109
  }
110
- .mfui-price-badge_size_big .mfui-price-badge__icon {
110
+ .mfui-v6-price-badge_size_big .mfui-v6-price-badge__icon {
111
111
  width: 32px;
112
112
  min-width: 32px;
113
113
  height: 32px;
114
114
  }
115
- .mfui-price-badge_size_big .mfui-price-badge__sub-title {
115
+ .mfui-v6-price-badge_size_big .mfui-v6-price-badge__sub-title {
116
116
  margin-top: 2px;
117
117
  font-size: 12px;
118
118
  line-height: 18px;
@@ -177,7 +177,7 @@ var getPriceBadgeIcon = function getPriceBadgeIcon(iconType, size) {
177
177
  }
178
178
  };
179
179
 
180
- var cn = cnCreate('mfui-price-badge');
180
+ var cn = cnCreate('mfui-v6-price-badge');
181
181
 
182
182
  var PriceBadge = function PriceBadge(_ref) {
183
183
  var _ref$iconType = _ref.iconType,
@@ -1,4 +1,4 @@
1
- .mfui-promo-badge {
1
+ .mfui-v6-promo-badge {
2
2
  display: -webkit-box;
3
3
  display: -ms-flexbox;
4
4
  display: flex;
@@ -14,54 +14,54 @@
14
14
  /* DEPRECATED classes &_type BEGIN */
15
15
  /* DEPRECATED classes &_type END */
16
16
  }
17
- .mfui-promo-badge_color_137c {
17
+ .mfui-v6-promo-badge_color_137c {
18
18
  background-color: var(--137C);
19
19
  }
20
- .mfui-promo-badge_color_brand-purple-20 {
20
+ .mfui-v6-promo-badge_color_brand-purple-20 {
21
21
  color: var(--brandPurple);
22
22
  background-color: var(--brandPurple20);
23
23
  }
24
- .mfui-promo-badge_color_brand-purple {
24
+ .mfui-v6-promo-badge_color_brand-purple {
25
25
  background-color: var(--brandPurple);
26
26
  }
27
- .mfui-promo-badge_color_reflex-blue {
27
+ .mfui-v6-promo-badge_color_reflex-blue {
28
28
  background-color: var(--reflexBlue);
29
29
  }
30
- .mfui-promo-badge_color_system-blue {
30
+ .mfui-v6-promo-badge_color_system-blue {
31
31
  background-color: var(--systemBlue);
32
32
  }
33
- .mfui-promo-badge_color_warm-red {
33
+ .mfui-v6-promo-badge_color_warm-red {
34
34
  background-color: var(--warmRedC);
35
35
  }
36
- .mfui-promo-badge_color_gradient-purple {
36
+ .mfui-v6-promo-badge_color_gradient-purple {
37
37
  color: var(--stcWhite);
38
38
  background: linear-gradient(126.8deg, #A336BE 21%, #363078 78%);
39
39
  }
40
- .mfui-promo-badge_type_hit {
40
+ .mfui-v6-promo-badge_type_hit {
41
41
  background-color: var(--warmRedC);
42
42
  }
43
- .mfui-promo-badge_type_new {
43
+ .mfui-v6-promo-badge_type_new {
44
44
  background-color: var(--systemBlue);
45
45
  }
46
- .mfui-promo-badge_type_vip {
46
+ .mfui-v6-promo-badge_type_vip {
47
47
  background-color: var(--brandPurple);
48
48
  }
49
- .mfui-promo-badge_type_popular {
49
+ .mfui-v6-promo-badge_type_popular {
50
50
  background-color: var(--137C);
51
51
  }
52
- .mfui-promo-badge_type_user-choice {
52
+ .mfui-v6-promo-badge_type_user-choice {
53
53
  background-color: var(--reflexBlue);
54
54
  }
55
- .mfui-promo-badge_type_interests {
55
+ .mfui-v6-promo-badge_type_interests {
56
56
  color: var(--brandPurple);
57
57
  background-color: var(--brandPurple20);
58
58
  }
59
- .mfui-promo-badge_size_small {
59
+ .mfui-v6-promo-badge_size_small {
60
60
  height: 18px;
61
61
  padding: 0 8px;
62
62
  border-radius: 8px;
63
63
  }
64
- .mfui-promo-badge__text {
64
+ .mfui-v6-promo-badge__text {
65
65
  font-family: inherit;
66
66
  font-size: 12px;
67
67
  line-height: 18px;
@@ -26,7 +26,7 @@ export var PromoBadgeTypes = {
26
26
  USER_CHOICE: 'user-choice',
27
27
  INTERESTS: 'interests'
28
28
  };
29
- var cn = cnCreate('mfui-promo-badge');
29
+ var cn = cnCreate('mfui-v6-promo-badge');
30
30
 
31
31
  var PromoBadge = function PromoBadge(_ref) {
32
32
  var color = _ref.color,
@@ -71,7 +71,7 @@ export var getCountdownText = function getCountdownText() {
71
71
  }
72
72
  }
73
73
  };
74
- var cn = cnCreate('mfui-timer');
74
+ var cn = cnCreate('mfui-v6-timer');
75
75
 
76
76
  var Timer = function Timer(_ref) {
77
77
  var actualRemainingTime = _ref.actualRemainingTime,
@@ -1,4 +1,4 @@
1
- .mfui-timer-badge {
1
+ .mfui-v6-timer-badge {
2
2
  display: -webkit-box;
3
3
  display: -ms-flexbox;
4
4
  display: flex;
@@ -18,36 +18,36 @@
18
18
  background: var(--base);
19
19
  overflow: hidden;
20
20
  }
21
- .mfui-timer-badge_theme_grey .mfui-timer-badge__text {
21
+ .mfui-v6-timer-badge_theme_grey .mfui-v6-timer-badge__text {
22
22
  color: var(--spbSky3);
23
23
  }
24
- .mfui-timer-badge_theme_grey .mfui-timer-badge__icon {
24
+ .mfui-v6-timer-badge_theme_grey .mfui-v6-timer-badge__icon {
25
25
  fill: var(--spbSky3);
26
26
  }
27
- .mfui-timer-badge_theme_red .mfui-timer-badge__text {
27
+ .mfui-v6-timer-badge_theme_red .mfui-v6-timer-badge__text {
28
28
  color: var(--fury);
29
29
  }
30
- .mfui-timer-badge_theme_red .mfui-timer-badge__icon {
30
+ .mfui-v6-timer-badge_theme_red .mfui-v6-timer-badge__icon {
31
31
  fill: var(--fury);
32
32
  }
33
- .mfui-timer-badge__text {
33
+ .mfui-v6-timer-badge__text {
34
34
  font-size: 12px;
35
35
  line-height: 18px;
36
36
  font-family: inherit;
37
37
  margin-left: 2px;
38
38
  font-weight: 500;
39
39
  }
40
- .mfui-timer-badge__icon {
40
+ .mfui-v6-timer-badge__icon {
41
41
  height: 20px;
42
42
  width: 20px;
43
43
  }
44
- .mfui-timer-badge__icon-container {
44
+ .mfui-v6-timer-badge__icon-container {
45
45
  position: relative;
46
46
  display: -webkit-box;
47
47
  display: -ms-flexbox;
48
48
  display: flex;
49
49
  }
50
- .mfui-timer-badge__icon-container_shadow:before {
50
+ .mfui-v6-timer-badge__icon-container_shadow:before {
51
51
  content: '';
52
52
  position: absolute;
53
53
  top: 2px;
@@ -26,7 +26,7 @@ var TimerBadgeTheme = {
26
26
  RED: 'red',
27
27
  GREY: 'grey'
28
28
  };
29
- var cn = cnCreate('mfui-timer-badge');
29
+ var cn = cnCreate('mfui-v6-timer-badge');
30
30
 
31
31
  var TimerBadge = function TimerBadge(_ref) {
32
32
  var expirationDate = _ref.expirationDate,