@megafon/ui-core 2.1.2 → 3.0.0-beta.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 (109) hide show
  1. package/CHANGELOG.md +50 -0
  2. package/dist/es/colors/ColorItem/ColorItem.css +48 -1
  3. package/dist/es/colors/Colors.css +54 -7
  4. package/dist/es/colors/Colors.js +2 -2
  5. package/dist/es/colors/colorsData.js +24 -8
  6. package/dist/es/components/Accordion/Accordion.css +53 -5
  7. package/dist/es/components/Banner/Banner.css +49 -2
  8. package/dist/es/components/Banner/BannerDot.css +51 -4
  9. package/dist/es/components/Button/Button.css +124 -67
  10. package/dist/es/components/Calendar/Calendar.css +47 -0
  11. package/dist/es/components/Calendar/components/Day/Day.css +57 -10
  12. package/dist/es/components/Calendar/components/Month/Month.css +50 -3
  13. package/dist/es/components/Carousel/Carousel.css +51 -4
  14. package/dist/es/components/Checkbox/Checkbox.css +65 -18
  15. package/dist/es/components/ContentArea/ContentArea.css +63 -20
  16. package/dist/es/components/ContentArea/ContentArea.d.ts +3 -2
  17. package/dist/es/components/ContentArea/ContentArea.js +13 -6
  18. package/dist/es/components/Counter/Counter.css +61 -11
  19. package/dist/es/components/Grid/Grid.css +47 -0
  20. package/dist/es/components/Grid/GridColumn.css +47 -0
  21. package/dist/es/components/Header/Header.css +55 -5
  22. package/dist/es/components/Header/Header.d.ts +1 -1
  23. package/dist/es/components/Header/Header.js +2 -2
  24. package/dist/es/components/InputLabel/InputLabel.css +47 -0
  25. package/dist/es/components/List/List.css +56 -6
  26. package/dist/es/components/List/List.d.ts +1 -1
  27. package/dist/es/components/List/List.js +2 -2
  28. package/dist/es/components/List/ListItem.css +47 -0
  29. package/dist/es/components/Logo/Logo.css +47 -0
  30. package/dist/es/components/Logo/Logo.js +4 -8
  31. package/dist/es/components/NavArrow/NavArrow.css +52 -5
  32. package/dist/es/components/Notification/Notification.css +88 -24
  33. package/dist/es/components/Pagination/Pagination.css +47 -0
  34. package/dist/es/components/Pagination/components/PaginationButton/PaginationButton.css +56 -9
  35. package/dist/es/components/Pagination/components/PaginationNavigation/PaginationNavigation.css +47 -0
  36. package/dist/es/components/Paragraph/Paragraph.css +54 -10
  37. package/dist/es/components/Paragraph/Paragraph.d.ts +0 -1
  38. package/dist/es/components/Paragraph/Paragraph.js +1 -2
  39. package/dist/es/components/Preloader/Preloader.css +52 -5
  40. package/dist/es/components/RadioButton/RadioButton.css +54 -7
  41. package/dist/es/components/RadioButton/RadioButton.d.ts +5 -1
  42. package/dist/es/components/RadioButton/RadioButton.js +7 -5
  43. package/dist/es/components/Search/Search.css +67 -18
  44. package/dist/es/components/Select/Select.css +76 -28
  45. package/dist/es/components/Switcher/Switcher.css +65 -21
  46. package/dist/es/components/Tabs/Tabs.css +77 -30
  47. package/dist/es/components/Tabs/Tabs.js +41 -32
  48. package/dist/es/components/TextField/TextField.css +74 -26
  49. package/dist/es/components/TextLink/TextLink.css +57 -7
  50. package/dist/es/components/TextLink/TextLink.d.ts +1 -1
  51. package/dist/es/components/TextLink/TextLink.js +1 -1
  52. package/dist/es/components/Tile/Tile.css +49 -1
  53. package/dist/es/components/Tooltip/Tooltip.css +48 -1
  54. package/dist/es/styles/base.css +54 -0
  55. package/dist/lib/colors/ColorItem/ColorItem.css +48 -1
  56. package/dist/lib/colors/Colors.css +54 -7
  57. package/dist/lib/colors/Colors.js +2 -2
  58. package/dist/lib/colors/colorsData.js +24 -8
  59. package/dist/lib/components/Accordion/Accordion.css +53 -5
  60. package/dist/lib/components/Banner/Banner.css +49 -2
  61. package/dist/lib/components/Banner/BannerDot.css +51 -4
  62. package/dist/lib/components/Button/Button.css +124 -67
  63. package/dist/lib/components/Calendar/Calendar.css +47 -0
  64. package/dist/lib/components/Calendar/components/Day/Day.css +57 -10
  65. package/dist/lib/components/Calendar/components/Month/Month.css +50 -3
  66. package/dist/lib/components/Carousel/Carousel.css +51 -4
  67. package/dist/lib/components/Checkbox/Checkbox.css +65 -18
  68. package/dist/lib/components/ContentArea/ContentArea.css +63 -20
  69. package/dist/lib/components/ContentArea/ContentArea.d.ts +3 -2
  70. package/dist/lib/components/ContentArea/ContentArea.js +13 -6
  71. package/dist/lib/components/Counter/Counter.css +61 -11
  72. package/dist/lib/components/Grid/Grid.css +47 -0
  73. package/dist/lib/components/Grid/GridColumn.css +47 -0
  74. package/dist/lib/components/Header/Header.css +55 -5
  75. package/dist/lib/components/Header/Header.d.ts +1 -1
  76. package/dist/lib/components/Header/Header.js +2 -2
  77. package/dist/lib/components/InputLabel/InputLabel.css +47 -0
  78. package/dist/lib/components/List/List.css +56 -6
  79. package/dist/lib/components/List/List.d.ts +1 -1
  80. package/dist/lib/components/List/List.js +2 -2
  81. package/dist/lib/components/List/ListItem.css +47 -0
  82. package/dist/lib/components/Logo/Logo.css +47 -0
  83. package/dist/lib/components/Logo/Logo.js +4 -8
  84. package/dist/lib/components/NavArrow/NavArrow.css +52 -5
  85. package/dist/lib/components/Notification/Notification.css +88 -24
  86. package/dist/lib/components/Pagination/Pagination.css +47 -0
  87. package/dist/lib/components/Pagination/components/PaginationButton/PaginationButton.css +56 -9
  88. package/dist/lib/components/Pagination/components/PaginationNavigation/PaginationNavigation.css +47 -0
  89. package/dist/lib/components/Paragraph/Paragraph.css +54 -10
  90. package/dist/lib/components/Paragraph/Paragraph.d.ts +0 -1
  91. package/dist/lib/components/Paragraph/Paragraph.js +1 -2
  92. package/dist/lib/components/Preloader/Preloader.css +52 -5
  93. package/dist/lib/components/RadioButton/RadioButton.css +54 -7
  94. package/dist/lib/components/RadioButton/RadioButton.d.ts +5 -1
  95. package/dist/lib/components/RadioButton/RadioButton.js +6 -4
  96. package/dist/lib/components/Search/Search.css +67 -18
  97. package/dist/lib/components/Select/Select.css +76 -28
  98. package/dist/lib/components/Switcher/Switcher.css +65 -21
  99. package/dist/lib/components/Tabs/Tabs.css +77 -30
  100. package/dist/lib/components/Tabs/Tabs.js +41 -32
  101. package/dist/lib/components/TextField/TextField.css +74 -26
  102. package/dist/lib/components/TextLink/TextLink.css +57 -7
  103. package/dist/lib/components/TextLink/TextLink.d.ts +1 -1
  104. package/dist/lib/components/TextLink/TextLink.js +1 -1
  105. package/dist/lib/components/Tile/Tile.css +49 -1
  106. package/dist/lib/components/Tooltip/Tooltip.css +48 -1
  107. package/dist/lib/styles/base.css +54 -0
  108. package/package.json +4 -4
  109. package/styles/base.less +61 -75
@@ -1,3 +1,50 @@
1
+ :root {
2
+ --green: #00B956;
3
+ --purple: #731982;
4
+ --base: #FFFFFF;
5
+ --content: #333333;
6
+ --spbSky0: #F6F6F6;
7
+ --spbSky1: #EDEDED;
8
+ --spbSky2: #D8D8D8;
9
+ --spbSky3: #999999;
10
+ --warmRedC: #EB5A40;
11
+ --137C: #FFA717;
12
+ --311C: #5BD9E5;
13
+ --reflexBlue: #444189;
14
+ --fury: #F62434;
15
+ --systemBlue: #34AAF2;
16
+ --background: #FFFFFF;
17
+ --buttonHoverGreen: #10E272;
18
+ --buttonhoverPurple: #534455;
19
+ --buttonDown: #404D46;
20
+ --gradientBasic: linear-gradient(90deg, #01873F 0%, #00B956 74%, #14CD6A 100%);
21
+ --gradientVIP: linear-gradient(90deg, #5B1168 0%, #731982 74%, #821E93 100%);
22
+ --gradientExclusive: linear-gradient(90deg, #2A2674 0%, #444189 74%, #504D93 100%);
23
+ --STCWhite: #FFFFFF;
24
+ --STCBlack: #333333;
25
+ --STCWhite5: #FFFFFF0D;
26
+ --STCWhite10: #FFFFFF1A;
27
+ --STCWhite20: #FFFFFF33;
28
+ --STCWhite50: #FFFFFF80;
29
+ --STCBlack5: #3333330D;
30
+ --STCBlack10: #3333331A;
31
+ --STCBlack20: #33333333;
32
+ --STCBlack50: #33333380;
33
+ --green80: #0CDC78;
34
+ --green20: #DDFFEC;
35
+ --purple80: #AA67C1;
36
+ --purple20: #FFEEFF;
37
+ --warmRedC80: #FF765D;
38
+ --warmRedC20: #FFCFC7;
39
+ --137C80: #FFB945;
40
+ --137C20: #FFEDD1;
41
+ --311C80: #62E3FF;
42
+ --311C20: #E1FAFF;
43
+ --reflexBlue80: #554FC9;
44
+ --reflexBlue20: #EBEAFF;
45
+ --fury80: #F8505D;
46
+ --fury20: #FFC5C9;
47
+ }
1
48
  h1,
2
49
  h2,
3
50
  h3,
@@ -1,3 +1,50 @@
1
+ :root {
2
+ --green: #00B956;
3
+ --purple: #731982;
4
+ --base: #FFFFFF;
5
+ --content: #333333;
6
+ --spbSky0: #F6F6F6;
7
+ --spbSky1: #EDEDED;
8
+ --spbSky2: #D8D8D8;
9
+ --spbSky3: #999999;
10
+ --warmRedC: #EB5A40;
11
+ --137C: #FFA717;
12
+ --311C: #5BD9E5;
13
+ --reflexBlue: #444189;
14
+ --fury: #F62434;
15
+ --systemBlue: #34AAF2;
16
+ --background: #FFFFFF;
17
+ --buttonHoverGreen: #10E272;
18
+ --buttonhoverPurple: #534455;
19
+ --buttonDown: #404D46;
20
+ --gradientBasic: linear-gradient(90deg, #01873F 0%, #00B956 74%, #14CD6A 100%);
21
+ --gradientVIP: linear-gradient(90deg, #5B1168 0%, #731982 74%, #821E93 100%);
22
+ --gradientExclusive: linear-gradient(90deg, #2A2674 0%, #444189 74%, #504D93 100%);
23
+ --STCWhite: #FFFFFF;
24
+ --STCBlack: #333333;
25
+ --STCWhite5: #FFFFFF0D;
26
+ --STCWhite10: #FFFFFF1A;
27
+ --STCWhite20: #FFFFFF33;
28
+ --STCWhite50: #FFFFFF80;
29
+ --STCBlack5: #3333330D;
30
+ --STCBlack10: #3333331A;
31
+ --STCBlack20: #33333333;
32
+ --STCBlack50: #33333380;
33
+ --green80: #0CDC78;
34
+ --green20: #DDFFEC;
35
+ --purple80: #AA67C1;
36
+ --purple20: #FFEEFF;
37
+ --warmRedC80: #FF765D;
38
+ --warmRedC20: #FFCFC7;
39
+ --137C80: #FFB945;
40
+ --137C20: #FFEDD1;
41
+ --311C80: #62E3FF;
42
+ --311C20: #E1FAFF;
43
+ --reflexBlue80: #554FC9;
44
+ --reflexBlue20: #EBEAFF;
45
+ --fury80: #F8505D;
46
+ --fury20: #FFC5C9;
47
+ }
1
48
  h1,
2
49
  h2,
3
50
  h3,
@@ -25,23 +72,26 @@ h5 {
25
72
  .mfui-list_h-align_right {
26
73
  text-align: right;
27
74
  }
75
+ .mfui-list_color_default {
76
+ color: var(--content);
77
+ }
28
78
  .mfui-list_color_black {
29
- color: #333333;
79
+ color: var(--stcBlack);
30
80
  }
31
81
  .mfui-list_color_white {
32
- color: #FFFFFF;
82
+ color: var(--stcWhite);
33
83
  }
34
84
  .mfui-list_color_gray {
35
- color: #D8D8D8;
85
+ color: var(--spbSky2);
36
86
  }
37
87
  .mfui-list_color_green {
38
- color: #00B956;
88
+ color: var(--green);
39
89
  }
40
90
  .mfui-list_color_purple {
41
- color: #731982;
91
+ color: var(--purple);
42
92
  }
43
93
  .mfui-list_color_red {
44
- color: #F62434;
94
+ color: var(--fury);
45
95
  }
46
96
  .mfui-list_color_inherit {
47
97
  color: inherit;
@@ -8,7 +8,7 @@ export interface IListProps {
8
8
  /** Жирность шрифта */
9
9
  weight?: 'light' | 'regular' | 'bold';
10
10
  /** Цвет */
11
- color?: 'black' | 'white' | 'gray' | 'green' | 'purple' | 'red' | 'inherit';
11
+ color?: 'default' | 'black' | 'white' | 'gray' | 'green' | 'purple' | 'red' | 'inherit';
12
12
  /** Дополнительный класс корневого элемента */
13
13
  className?: string;
14
14
  }
@@ -8,7 +8,7 @@ var List = function List(_ref) {
8
8
  var _ref$as = _ref.as,
9
9
  as = _ref$as === void 0 ? 'ul' : _ref$as,
10
10
  _ref$color = _ref.color,
11
- color = _ref$color === void 0 ? 'black' : _ref$color,
11
+ color = _ref$color === void 0 ? 'default' : _ref$color,
12
12
  _ref$weight = _ref.weight,
13
13
  weight = _ref$weight === void 0 ? 'regular' : _ref$weight,
14
14
  hAlign = _ref.hAlign,
@@ -29,7 +29,7 @@ List.propTypes = {
29
29
  as: PropTypes.oneOf(['ul', 'ol']),
30
30
  hAlign: PropTypes.oneOf(['center', 'right']),
31
31
  weight: PropTypes.oneOf(['light', 'regular', 'bold']),
32
- color: PropTypes.oneOf(['black', 'white', 'gray', 'green', 'purple', 'red', 'inherit']),
32
+ color: PropTypes.oneOf(['default', 'black', 'white', 'gray', 'green', 'purple', 'red', 'inherit']),
33
33
  className: PropTypes.string
34
34
  };
35
35
  export default List;
@@ -1,3 +1,50 @@
1
+ :root {
2
+ --green: #00B956;
3
+ --purple: #731982;
4
+ --base: #FFFFFF;
5
+ --content: #333333;
6
+ --spbSky0: #F6F6F6;
7
+ --spbSky1: #EDEDED;
8
+ --spbSky2: #D8D8D8;
9
+ --spbSky3: #999999;
10
+ --warmRedC: #EB5A40;
11
+ --137C: #FFA717;
12
+ --311C: #5BD9E5;
13
+ --reflexBlue: #444189;
14
+ --fury: #F62434;
15
+ --systemBlue: #34AAF2;
16
+ --background: #FFFFFF;
17
+ --buttonHoverGreen: #10E272;
18
+ --buttonhoverPurple: #534455;
19
+ --buttonDown: #404D46;
20
+ --gradientBasic: linear-gradient(90deg, #01873F 0%, #00B956 74%, #14CD6A 100%);
21
+ --gradientVIP: linear-gradient(90deg, #5B1168 0%, #731982 74%, #821E93 100%);
22
+ --gradientExclusive: linear-gradient(90deg, #2A2674 0%, #444189 74%, #504D93 100%);
23
+ --STCWhite: #FFFFFF;
24
+ --STCBlack: #333333;
25
+ --STCWhite5: #FFFFFF0D;
26
+ --STCWhite10: #FFFFFF1A;
27
+ --STCWhite20: #FFFFFF33;
28
+ --STCWhite50: #FFFFFF80;
29
+ --STCBlack5: #3333330D;
30
+ --STCBlack10: #3333331A;
31
+ --STCBlack20: #33333333;
32
+ --STCBlack50: #33333380;
33
+ --green80: #0CDC78;
34
+ --green20: #DDFFEC;
35
+ --purple80: #AA67C1;
36
+ --purple20: #FFEEFF;
37
+ --warmRedC80: #FF765D;
38
+ --warmRedC20: #FFCFC7;
39
+ --137C80: #FFB945;
40
+ --137C20: #FFEDD1;
41
+ --311C80: #62E3FF;
42
+ --311C20: #E1FAFF;
43
+ --reflexBlue80: #554FC9;
44
+ --reflexBlue20: #EBEAFF;
45
+ --fury80: #F8505D;
46
+ --fury20: #FFC5C9;
47
+ }
1
48
  h1,
2
49
  h2,
3
50
  h3,
@@ -1,3 +1,50 @@
1
+ :root {
2
+ --green: #00B956;
3
+ --purple: #731982;
4
+ --base: #FFFFFF;
5
+ --content: #333333;
6
+ --spbSky0: #F6F6F6;
7
+ --spbSky1: #EDEDED;
8
+ --spbSky2: #D8D8D8;
9
+ --spbSky3: #999999;
10
+ --warmRedC: #EB5A40;
11
+ --137C: #FFA717;
12
+ --311C: #5BD9E5;
13
+ --reflexBlue: #444189;
14
+ --fury: #F62434;
15
+ --systemBlue: #34AAF2;
16
+ --background: #FFFFFF;
17
+ --buttonHoverGreen: #10E272;
18
+ --buttonhoverPurple: #534455;
19
+ --buttonDown: #404D46;
20
+ --gradientBasic: linear-gradient(90deg, #01873F 0%, #00B956 74%, #14CD6A 100%);
21
+ --gradientVIP: linear-gradient(90deg, #5B1168 0%, #731982 74%, #821E93 100%);
22
+ --gradientExclusive: linear-gradient(90deg, #2A2674 0%, #444189 74%, #504D93 100%);
23
+ --STCWhite: #FFFFFF;
24
+ --STCBlack: #333333;
25
+ --STCWhite5: #FFFFFF0D;
26
+ --STCWhite10: #FFFFFF1A;
27
+ --STCWhite20: #FFFFFF33;
28
+ --STCWhite50: #FFFFFF80;
29
+ --STCBlack5: #3333330D;
30
+ --STCBlack10: #3333331A;
31
+ --STCBlack20: #33333333;
32
+ --STCBlack50: #33333380;
33
+ --green80: #0CDC78;
34
+ --green20: #DDFFEC;
35
+ --purple80: #AA67C1;
36
+ --purple20: #FFEEFF;
37
+ --warmRedC80: #FF765D;
38
+ --warmRedC20: #FFCFC7;
39
+ --137C80: #FFB945;
40
+ --137C20: #FFEDD1;
41
+ --311C80: #62E3FF;
42
+ --311C20: #E1FAFF;
43
+ --reflexBlue80: #554FC9;
44
+ --reflexBlue20: #EBEAFF;
45
+ --fury80: #F8505D;
46
+ --fury20: #FFC5C9;
47
+ }
1
48
  h1,
2
49
  h2,
3
50
  h3,
@@ -14,10 +14,8 @@ var greenHorizontalImg = function greenHorizontalImg(props) {
14
14
  }, /*#__PURE__*/React.createElement("path", {
15
15
  d: "M30.3.7v27.8c0 1.3-1 2.2-2.2 2.2h-3.3c-.2 0-.3.2-.3.3v23.3c.8 0 1.6.2 2.5.2 14.9 0 27-12.1 27-27C54 13.8 43.7 2.3 30.3.7zm-.6 41.6c-1.9 0-3.3-1.6-3.3-3.3 0-1.9 1.6-3.3 3.3-3.3 1.9 0 3.3 1.6 3.3 3.3.2 1.8-1.4 3.3-3.3 3.3zm7.9 0c-1.9 0-3.3-1.6-3.3-3.3 0-1.9 1.6-3.3 3.3-3.3 1.9 0 3.3 1.6 3.3 3.3s-1.3 3.3-3.3 3.3zm8 0c-1.9 0-3.3-1.6-3.3-3.3 0-1.9 1.6-3.3 3.3-3.3 1.9 0 3.3 1.6 3.3 3.3s-1.4 3.3-3.3 3.3z"
16
16
  }), /*#__PURE__*/React.createElement("path", {
17
- d: "M27 .6C12.1.6 0 12.7 0 27.6c0 13.1 9.1 23.8 21.3 26.3V29.6c0-1.1 1-2 2-2.2H26.6c.2 0 .3-.2.3-.3L27 .6zm-5.2 22.2c-1.9 0-3.3-1.6-3.3-3.3 0-1.9 1.6-3.3 3.3-3.3 1.9 0 3.3 1.6 3.3 3.3s-1.5 3.3-3.3 3.3z"
18
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
19
- d: "M297.3 15.3v10.2h-13.6V15.3h-6.9v27h6.9V31.4h13.6v10.9h6.7v-27zM184.9 18.4c-1.1-2.4-3.3-3.7-5.5-3.7s-4.5 1.3-5.5 3.7l-10.9 24h7.2l2.4-5.7h14l2.4 5.7h7.2l-11.3-24zm-10.4 12.9l4.1-9.9c.2-.3.3-.3.5-.3s.5 0 .5.3l4.1 9.9h-9.2zM104.5 10.5c-3.2 0-5.2 1.7-6.7 5.1l-8.7 20.3-8.8-20.4c-1.4-3.3-3.5-5.1-6.7-5.1-3 0-6 2-6 6.7v25.1h6.7V18l8.9 20.1c1.1 2.9 3.2 4.6 5.9 4.6 2.9 0 4.8-1.7 5.9-4.6l8.9-20.1v24.5h6.7V17.4c-.1-4.7-3.1-6.9-6.1-6.9zM122.4 36.6c-.3 0-.7-.3-.7-.7v-4.8h16.8v-5.5h-16.8v-4.1c0-.3.3-.7.7-.7h16.7v-5.7h-20c-2.4 0-4 1.9-4 4V38c0 2 1.7 4 4 4h20v-5.7h-16.7v.3zM150.4 42.3V21.7c0-.3.3-.7.7-.7h16.7v-5.7h-20c-2.4 0-4 1.9-4 4v22.9l6.6.1zM272.4 28.9c0-9.4-4.1-13.8-14.3-13.8h-2.4c-10.2 0-14.3 4.5-14.3 13.8 0 9.2 4.1 13.8 14.3 13.8h2.2c10.4-.2 14.5-4.6 14.5-13.8zM257.9 37h-2.2c-5.5 0-7.8-2.5-7.8-8.1 0-5.4 1.9-8.1 7.8-8.1h2.2c5.7 0 7.8 2.7 7.8 8.1 0 5.5-2.1 8.1-7.8 8.1zM222.7 11.1h-13.4c-10 0-14 5.1-14 13.8 0 1.4.2 2.7.3 3.8 1.1 6.2 4.8 10 14.1 10h3v3.5h6.7v-3.5h2.9c9.4 0 13.1-3.8 14.1-10 .2-1.1.3-2.4.3-3.8-.1-8.7-4.2-13.8-14-13.8zm-10.2 22h-3c-4.6 0-6.2-1.7-7.2-4.5-.3-1-.3-2.4-.3-3.8 0-5.7 2.7-8.1 6.5-8.1h4.1v16.4h-.1zm17.2-4.2c-1 2.7-2.7 4.5-7.2 4.5h-3V16.9h4.1c3.8 0 6.5 2.4 6.5 8.1-.1 1.5-.1 2.7-.4 3.9z"
20
- }))));
17
+ d: "M27 .6C12.1.6 0 12.7 0 27.6c0 13.1 9.1 23.8 21.3 26.3V29.6c0-1.1 1-2 2-2.2h3.3c.2 0 .3-.2.3-.3L27 .6zm-5.2 22.2c-1.9 0-3.3-1.6-3.3-3.3 0-1.9 1.6-3.3 3.3-3.3 1.9 0 3.3 1.6 3.3 3.3s-1.5 3.3-3.3 3.3zm275.5-7.5v10.2h-13.6V15.3h-6.9v27h6.9V31.4h13.6v10.9h6.7v-27zm-112.4 3.1c-1.1-2.4-3.3-3.7-5.5-3.7s-4.5 1.3-5.5 3.7l-10.9 24h7.2l2.4-5.7h14l2.4 5.7h7.2l-11.3-24zm-10.4 12.9l4.1-9.9c.2-.3.3-.3.5-.3s.5 0 .5.3l4.1 9.9h-9.2zm-70-20.8c-3.2 0-5.2 1.7-6.7 5.1l-8.7 20.3-8.8-20.4c-1.4-3.3-3.5-5.1-6.7-5.1-3 0-6 2-6 6.7v25.1h6.7V18l8.9 20.1c1.1 2.9 3.2 4.6 5.9 4.6 2.9 0 4.8-1.7 5.9-4.6l8.9-20.1v24.5h6.7V17.4c-.1-4.7-3.1-6.9-6.1-6.9zm17.9 26.1c-.3 0-.7-.3-.7-.7v-4.8h16.8v-5.5h-16.8v-4.1c0-.3.3-.7.7-.7h16.7v-5.7h-20c-2.4 0-4 1.9-4 4V38c0 2 1.7 4 4 4h20v-5.7h-16.7v.3zm28 5.7V21.7c0-.3.3-.7.7-.7h16.7v-5.7h-20c-2.4 0-4 1.9-4 4v22.9l6.6.1zm122-13.4c0-9.4-4.1-13.8-14.3-13.8h-2.4c-10.2 0-14.3 4.5-14.3 13.8 0 9.2 4.1 13.8 14.3 13.8h2.2c10.4-.2 14.5-4.6 14.5-13.8zM257.9 37h-2.2c-5.5 0-7.8-2.5-7.8-8.1 0-5.4 1.9-8.1 7.8-8.1h2.2c5.7 0 7.8 2.7 7.8 8.1 0 5.5-2.1 8.1-7.8 8.1zm-35.2-25.9h-13.4c-10 0-14 5.1-14 13.8 0 1.4.2 2.7.3 3.8 1.1 6.2 4.8 10 14.1 10h3v3.5h6.7v-3.5h2.9c9.4 0 13.1-3.8 14.1-10 .2-1.1.3-2.4.3-3.8-.1-8.7-4.2-13.8-14-13.8zm-10.2 22h-3c-4.6 0-6.2-1.7-7.2-4.5-.3-1-.3-2.4-.3-3.8 0-5.7 2.7-8.1 6.5-8.1h4.1v16.4h-.1zm17.2-4.2c-1 2.7-2.7 4.5-7.2 4.5h-3V16.9h4.1c3.8 0 6.5 2.4 6.5 8.1-.1 1.5-.1 2.7-.4 3.9z"
18
+ })));
21
19
  };
22
20
 
23
21
  var greenVerticalImg = function greenVerticalImg(props) {
@@ -31,10 +29,8 @@ var greenVerticalImg = function greenVerticalImg(props) {
31
29
  }, /*#__PURE__*/React.createElement("path", {
32
30
  d: "M-124.9 372.3v32.4c0 1.4-1.2 2.5-2.6 2.5h-3.9c-.2 0-.3.2-.3.3v27.2c1 .1 1.9.1 2.9.1 17.4 0 31.5-14.1 31.5-31.5 0-15.8-12-29.1-27.6-31zm-.6 48.4c-2.2 0-3.9-1.8-3.9-3.9 0-2.2 1.8-3.9 3.9-3.9 2.2 0 3.9 1.8 3.9 3.9 0 2.2-1.8 3.9-3.9 3.9zm9.2 0c-2.2 0-3.9-1.8-3.9-3.9 0-2.2 1.8-3.9 3.9-3.9 2.2 0 3.9 1.8 3.9 3.9 0 2.2-1.7 3.9-3.9 3.9zm9.2 0c-2.2 0-3.9-1.8-3.9-3.9 0-2.2 1.8-3.9 3.9-3.9s3.9 1.8 3.9 3.9c0 2.2-1.7 3.9-3.9 3.9z"
33
31
  }), /*#__PURE__*/React.createElement("path", {
34
- d: "M-128.8 372.1c-17.4 0-31.5 14.1-31.5 31.5 0 15.1 10.6 27.7 24.8 30.8v-28.2c0-1.4 1.1-2.5 2.5-2.5h4c.2 0 .3-.1.3-.3v-31.1l-.1-.2zm-6 25.9c-2.2 0-3.9-1.8-3.9-3.9 0-2.2 1.8-3.9 3.9-3.9s3.9 1.8 3.9 3.9c0 2.2-1.7 3.9-3.9 3.9z"
35
- }), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
36
- d: "M-63.6 453.5v6h-8v-6h-3.9v15.7h3.9v-6.3h8v6.3h3.9v-15.7zM-129.1 455.3c-.7-1.4-2-2.1-3.2-2.1-1.3 0-2.6.7-3.2 2.1l-6.4 13.9h4.2l1.4-3.3h8.1l1.4 3.3h4.2l-6.5-13.9zm-5.9 7.5l2.4-5.7c.1-.2.2-.2.3-.2.1 0 .2 0 .3.2l2.4 5.7h-5.4zM-175.8 450.7c-1.8 0-3 1-3.9 3l-5.1 11.8-5.1-11.8c-.9-2-2-3-3.9-3-1.7 0-3.5 1.2-3.5 3.9v14.6h3.9V455l5.2 11.7c.7 1.6 1.8 2.7 3.4 2.7 1.6 0 2.7-1 3.4-2.7l5.2-11.7v14.2h3.9v-14.6c0-2.7-1.8-3.9-3.5-3.9zM-165.4 465.9c-.2 0-.3-.2-.3-.3v-2.8h9.8v-3.2h-9.8v-2.4c0-.2.1-.3.3-.3h9.7v-3.3h-11.6c-1.4 0-2.3 1.1-2.3 2.3v11c0 1.2 1 2.3 2.3 2.3h11.6v-3.3h-9.7zM-149.1 469.2v-12c0-.2.1-.3.3-.3h9.7v-3.3h-11.6c-1.4 0-2.3 1.1-2.3 2.3v13.3h3.9zM-78.1 461.4c0-5.5-2.4-8-8.3-8h-1.4c-5.9 0-8.3 2.6-8.3 8s2.4 8 8.3 8h1.3c5.9 0 8.4-2.6 8.4-8zm-8.4 4.7h-1.3c-3.3 0-4.5-1.5-4.5-4.8 0-3.2 1.1-4.7 4.5-4.7h1.3c3.3 0 4.5 1.6 4.5 4.7 0 3.3-1.3 4.8-4.5 4.8zM-107.1 451.1h-7.8c-5.8 0-8.1 2.9-8.1 8.1 0 .8 0 1.5.2 2.2.6 3.6 2.7 5.9 8.2 5.9h1.7v2h3.9v-2h1.7c5.4 0 7.6-2.2 8.2-5.9.1-.7.2-1.4.2-2.2-.1-5.2-2.4-8.1-8.2-8.1zm-5.8 12.8h-1.8c-2.7 0-3.6-1-4.2-2.5-.2-.6-.2-1.4-.2-2.2 0-3.3 1.5-4.8 3.8-4.8h2.4v9.5zm9.9-2.5c-.6 1.6-1.5 2.5-4.2 2.5h-1.8v-9.5h2.4c2.3 0 3.8 1.4 3.8 4.8 0 .8 0 1.6-.2 2.2z"
37
- }))));
32
+ d: "M-128.8 372.1c-17.4 0-31.5 14.1-31.5 31.5 0 15.1 10.6 27.7 24.8 30.8v-28.2c0-1.4 1.1-2.5 2.5-2.5h4c.2 0 .3-.1.3-.3v-31.1l-.1-.2zm-6 25.9c-2.2 0-3.9-1.8-3.9-3.9 0-2.2 1.8-3.9 3.9-3.9s3.9 1.8 3.9 3.9c0 2.2-1.7 3.9-3.9 3.9zm71.2 55.5v6h-8v-6h-3.9v15.7h3.9v-6.3h8v6.3h3.9v-15.7zm-65.5 1.8c-.7-1.4-2-2.1-3.2-2.1-1.3 0-2.6.7-3.2 2.1l-6.4 13.9h4.2l1.4-3.3h8.1l1.4 3.3h4.2l-6.5-13.9zm-5.9 7.5l2.4-5.7c.1-.2.2-.2.3-.2.1 0 .2 0 .3.2l2.4 5.7h-5.4zm-40.8-12.1c-1.8 0-3 1-3.9 3l-5.1 11.8-5.1-11.8c-.9-2-2-3-3.9-3-1.7 0-3.5 1.2-3.5 3.9v14.6h3.9V455l5.2 11.7c.7 1.6 1.8 2.7 3.4 2.7 1.6 0 2.7-1 3.4-2.7l5.2-11.7v14.2h3.9v-14.6c0-2.7-1.8-3.9-3.5-3.9zm10.4 15.2c-.2 0-.3-.2-.3-.3v-2.8h9.8v-3.2h-9.8v-2.4c0-.2.1-.3.3-.3h9.7v-3.3h-11.6c-1.4 0-2.3 1.1-2.3 2.3v11c0 1.2 1 2.3 2.3 2.3h11.6v-3.3h-9.7zm16.3 3.3v-12c0-.2.1-.3.3-.3h9.7v-3.3h-11.6c-1.4 0-2.3 1.1-2.3 2.3v13.3h3.9zm71-7.8c0-5.5-2.4-8-8.3-8h-1.4c-5.9 0-8.3 2.6-8.3 8s2.4 8 8.3 8h1.3c5.9 0 8.4-2.6 8.4-8zm-8.4 4.7h-1.3c-3.3 0-4.5-1.5-4.5-4.8 0-3.2 1.1-4.7 4.5-4.7h1.3c3.3 0 4.5 1.6 4.5 4.7 0 3.3-1.3 4.8-4.5 4.8zm-20.6-15h-7.8c-5.8 0-8.1 2.9-8.1 8.1 0 .8 0 1.5.2 2.2.6 3.6 2.7 5.9 8.2 5.9h1.7v2h3.9v-2h1.7c5.4 0 7.6-2.2 8.2-5.9.1-.7.2-1.4.2-2.2-.1-5.2-2.4-8.1-8.2-8.1zm-5.8 12.8h-1.8c-2.7 0-3.6-1-4.2-2.5-.2-.6-.2-1.4-.2-2.2 0-3.3 1.5-4.8 3.8-4.8h2.4v9.5zm9.9-2.5c-.6 1.6-1.5 2.5-4.2 2.5h-1.8v-9.5h2.4c2.3 0 3.8 1.4 3.8 4.8 0 .8 0 1.6-.2 2.2z"
33
+ })));
38
34
  };
39
35
 
40
36
  var cn = cnCreate('mfui-logo');
@@ -1,3 +1,50 @@
1
+ :root {
2
+ --green: #00B956;
3
+ --purple: #731982;
4
+ --base: #FFFFFF;
5
+ --content: #333333;
6
+ --spbSky0: #F6F6F6;
7
+ --spbSky1: #EDEDED;
8
+ --spbSky2: #D8D8D8;
9
+ --spbSky3: #999999;
10
+ --warmRedC: #EB5A40;
11
+ --137C: #FFA717;
12
+ --311C: #5BD9E5;
13
+ --reflexBlue: #444189;
14
+ --fury: #F62434;
15
+ --systemBlue: #34AAF2;
16
+ --background: #FFFFFF;
17
+ --buttonHoverGreen: #10E272;
18
+ --buttonhoverPurple: #534455;
19
+ --buttonDown: #404D46;
20
+ --gradientBasic: linear-gradient(90deg, #01873F 0%, #00B956 74%, #14CD6A 100%);
21
+ --gradientVIP: linear-gradient(90deg, #5B1168 0%, #731982 74%, #821E93 100%);
22
+ --gradientExclusive: linear-gradient(90deg, #2A2674 0%, #444189 74%, #504D93 100%);
23
+ --STCWhite: #FFFFFF;
24
+ --STCBlack: #333333;
25
+ --STCWhite5: #FFFFFF0D;
26
+ --STCWhite10: #FFFFFF1A;
27
+ --STCWhite20: #FFFFFF33;
28
+ --STCWhite50: #FFFFFF80;
29
+ --STCBlack5: #3333330D;
30
+ --STCBlack10: #3333331A;
31
+ --STCBlack20: #33333333;
32
+ --STCBlack50: #33333380;
33
+ --green80: #0CDC78;
34
+ --green20: #DDFFEC;
35
+ --purple80: #AA67C1;
36
+ --purple20: #FFEEFF;
37
+ --warmRedC80: #FF765D;
38
+ --warmRedC20: #FFCFC7;
39
+ --137C80: #FFB945;
40
+ --137C20: #FFEDD1;
41
+ --311C80: #62E3FF;
42
+ --311C20: #E1FAFF;
43
+ --reflexBlue80: #554FC9;
44
+ --reflexBlue20: #EBEAFF;
45
+ --fury80: #F8505D;
46
+ --fury20: #FFC5C9;
47
+ }
1
48
  h1,
2
49
  h2,
3
50
  h3,
@@ -29,17 +76,17 @@ h5 {
29
76
  display: block;
30
77
  width: 100%;
31
78
  height: 100%;
32
- fill: #FFFFFF;
79
+ fill: var(--stcWhite);
33
80
  }
34
81
  .mfui-nav-arrow_theme_purple {
35
- background-color: #731982;
82
+ background-color: var(--purple);
36
83
  }
37
84
  .mfui-nav-arrow_theme_purple:hover:not(:disabled) {
38
- background-color: #534455;
85
+ background-color: var(--buttonhoverPurple);
39
86
  }
40
87
  .mfui-nav-arrow_theme_dark {
41
- background-color: rgba(0, 0, 0, 0.25);
88
+ background-color: var(--stcBlack20);
42
89
  }
43
90
  .mfui-nav-arrow_theme_dark:hover:not(:disabled) {
44
- background-color: rgba(0, 0, 0, 0.5);
91
+ background-color: var(--stcBlack50);
45
92
  }
@@ -1,3 +1,50 @@
1
+ :root {
2
+ --green: #00B956;
3
+ --purple: #731982;
4
+ --base: #FFFFFF;
5
+ --content: #333333;
6
+ --spbSky0: #F6F6F6;
7
+ --spbSky1: #EDEDED;
8
+ --spbSky2: #D8D8D8;
9
+ --spbSky3: #999999;
10
+ --warmRedC: #EB5A40;
11
+ --137C: #FFA717;
12
+ --311C: #5BD9E5;
13
+ --reflexBlue: #444189;
14
+ --fury: #F62434;
15
+ --systemBlue: #34AAF2;
16
+ --background: #FFFFFF;
17
+ --buttonHoverGreen: #10E272;
18
+ --buttonhoverPurple: #534455;
19
+ --buttonDown: #404D46;
20
+ --gradientBasic: linear-gradient(90deg, #01873F 0%, #00B956 74%, #14CD6A 100%);
21
+ --gradientVIP: linear-gradient(90deg, #5B1168 0%, #731982 74%, #821E93 100%);
22
+ --gradientExclusive: linear-gradient(90deg, #2A2674 0%, #444189 74%, #504D93 100%);
23
+ --STCWhite: #FFFFFF;
24
+ --STCBlack: #333333;
25
+ --STCWhite5: #FFFFFF0D;
26
+ --STCWhite10: #FFFFFF1A;
27
+ --STCWhite20: #FFFFFF33;
28
+ --STCWhite50: #FFFFFF80;
29
+ --STCBlack5: #3333330D;
30
+ --STCBlack10: #3333331A;
31
+ --STCBlack20: #33333333;
32
+ --STCBlack50: #33333380;
33
+ --green80: #0CDC78;
34
+ --green20: #DDFFEC;
35
+ --purple80: #AA67C1;
36
+ --purple20: #FFEEFF;
37
+ --warmRedC80: #FF765D;
38
+ --warmRedC20: #FFCFC7;
39
+ --137C80: #FFB945;
40
+ --137C20: #FFEDD1;
41
+ --311C80: #62E3FF;
42
+ --311C20: #E1FAFF;
43
+ --reflexBlue80: #554FC9;
44
+ --reflexBlue20: #EBEAFF;
45
+ --fury80: #F8505D;
46
+ --fury20: #FFC5C9;
47
+ }
1
48
  h1,
2
49
  h2,
3
50
  h3,
@@ -8,6 +55,7 @@ h5 {
8
55
  .mfui-notification {
9
56
  position: relative;
10
57
  padding: 16px 12px;
58
+ background-color: var(--background);
11
59
  }
12
60
  @media screen and (min-width: 768px) {
13
61
  .mfui-notification {
@@ -26,6 +74,7 @@ h5 {
26
74
  }
27
75
  .mfui-notification__title {
28
76
  margin-bottom: 8px;
77
+ color: var(--content);
29
78
  }
30
79
  @media screen and (min-width: 1280px) {
31
80
  .mfui-notification__title {
@@ -40,6 +89,7 @@ h5 {
40
89
  line-height: 24px;
41
90
  max-width: 100%;
42
91
  margin: 0;
92
+ color: var(--content);
43
93
  }
44
94
  .mfui-notification__text_close-padding {
45
95
  padding-right: 20px;
@@ -119,7 +169,7 @@ h5 {
119
169
  min-width: 20px;
120
170
  height: 20px;
121
171
  margin-top: 4px;
122
- fill: #34AAF2;
172
+ fill: var(--systemBlue);
123
173
  }
124
174
  .mfui-notification__close {
125
175
  position: absolute;
@@ -135,12 +185,12 @@ h5 {
135
185
  cursor: pointer;
136
186
  }
137
187
  .mfui-notification__close:hover {
138
- background-color: rgba(237, 237, 237, 0.6);
188
+ background-color: var(--stcBlack5);
139
189
  }
140
190
  .mfui-notification__close-icon {
141
191
  width: 20px;
142
192
  height: 20px;
143
- fill: #333333;
193
+ fill: var(--content);
144
194
  }
145
195
  @media screen and (min-width: 768px) {
146
196
  .mfui-notification__close-icon {
@@ -149,63 +199,77 @@ h5 {
149
199
  }
150
200
  }
151
201
  .mfui-notification_type_error .mfui-notification__icon-container {
152
- background-color: #FFC4C9;
202
+ background-color: var(--fury20);
153
203
  }
154
204
  .mfui-notification_type_error .mfui-notification__icon-container svg {
155
205
  /* stylelint-disable-line max-nesting-depth */
156
- fill: #F62434;
206
+ fill: var(--fury);
157
207
  }
158
208
  .mfui-notification_type_success .mfui-notification__icon-container {
159
- background-color: #DDFFEC;
209
+ background-color: var(--green20);
160
210
  }
161
211
  .mfui-notification_type_success .mfui-notification__icon-container svg {
162
212
  /* stylelint-disable-line max-nesting-depth */
163
- fill: #00B956;
213
+ fill: var(--green);
164
214
  }
165
215
  .mfui-notification_type_warning .mfui-notification__icon-container {
166
- background-color: #FFEDD1;
216
+ background-color: var(--137C20);
167
217
  }
168
218
  .mfui-notification_type_warning .mfui-notification__icon-container svg {
169
219
  /* stylelint-disable-line max-nesting-depth */
170
- fill: #FFA717;
220
+ fill: var(--137C);
171
221
  }
172
222
  .mfui-notification_type_info .mfui-notification__icon-container {
173
- background-color: #E1FAFF;
223
+ background-color: var(--311C20);
174
224
  }
175
225
  .mfui-notification_type_info .mfui-notification__icon-container svg {
176
226
  /* stylelint-disable-line max-nesting-depth */
177
- fill: #5BD9E5;
227
+ fill: var(--311C);
178
228
  }
179
229
  .mfui-notification_colored .mfui-notification__icon-container {
180
- background-color: #FFFFFF;
230
+ background-color: var(--stcWhite);
181
231
  }
182
232
  .mfui-notification_colored .mfui-notification__close:hover {
183
- background-color: rgba(255, 255, 255, 0.3);
184
- }
185
- .mfui-notification_colored.mfui-notification_type_error {
186
- background-color: #F8505D;
233
+ background-color: var(--stcWhite);
187
234
  }
235
+ .mfui-notification_colored.mfui-notification_type_success .mfui-notification__title,
188
236
  .mfui-notification_colored.mfui-notification_type_error .mfui-notification__title,
237
+ .mfui-notification_colored.mfui-notification_type_success .mfui-notification__text,
189
238
  .mfui-notification_colored.mfui-notification_type_error .mfui-notification__text,
239
+ .mfui-notification_colored.mfui-notification_type_success .mfui-notification__link,
190
240
  .mfui-notification_colored.mfui-notification_type_error .mfui-notification__link {
191
- color: #FFFFFF;
241
+ color: var(--stcWhite);
192
242
  }
243
+ .mfui-notification_colored.mfui-notification_type_success .mfui-notification__right-arrow,
193
244
  .mfui-notification_colored.mfui-notification_type_error .mfui-notification__right-arrow {
194
- fill: #FFFFFF;
245
+ fill: var(--stcWhite);
195
246
  }
247
+ .mfui-notification_colored.mfui-notification_type_success .mfui-notification__icon-container,
196
248
  .mfui-notification_colored.mfui-notification_type_error .mfui-notification__icon-container {
197
- background-color: #FFFFFF33;
249
+ background-color: var(--stcWhite20);
198
250
  }
251
+ .mfui-notification_colored.mfui-notification_type_success .mfui-notification__icon-container svg,
199
252
  .mfui-notification_colored.mfui-notification_type_error .mfui-notification__icon-container svg {
200
253
  /* stylelint-disable-line max-nesting-depth */
201
- fill: #FFFFFF;
254
+ fill: var(--stcWhite);
202
255
  }
203
256
  .mfui-notification_colored.mfui-notification_type_success {
204
- background-color: #DDFFEC;
257
+ background-color: var(--green);
205
258
  }
206
- .mfui-notification_colored.mfui-notification_type_warning {
207
- background-color: #FFEDD1;
259
+ .mfui-notification_colored.mfui-notification_type_error {
260
+ background-color: var(--fury80);
261
+ }
262
+ .mfui-notification_colored.mfui-notification_type_info .mfui-notification__title,
263
+ .mfui-notification_colored.mfui-notification_type_warning .mfui-notification__title,
264
+ .mfui-notification_colored.mfui-notification_type_info .mfui-notification__text,
265
+ .mfui-notification_colored.mfui-notification_type_warning .mfui-notification__text,
266
+ .mfui-notification_colored.mfui-notification_type_info .mfui-notification__link,
267
+ .mfui-notification_colored.mfui-notification_type_warning .mfui-notification__link {
268
+ color: var(--stcBlack);
208
269
  }
209
270
  .mfui-notification_colored.mfui-notification_type_info {
210
- background-color: #E1FAFF;
271
+ background-color: var(--311C20);
272
+ }
273
+ .mfui-notification_colored.mfui-notification_type_warning {
274
+ background-color: var(--137C20);
211
275
  }
@@ -1,3 +1,50 @@
1
+ :root {
2
+ --green: #00B956;
3
+ --purple: #731982;
4
+ --base: #FFFFFF;
5
+ --content: #333333;
6
+ --spbSky0: #F6F6F6;
7
+ --spbSky1: #EDEDED;
8
+ --spbSky2: #D8D8D8;
9
+ --spbSky3: #999999;
10
+ --warmRedC: #EB5A40;
11
+ --137C: #FFA717;
12
+ --311C: #5BD9E5;
13
+ --reflexBlue: #444189;
14
+ --fury: #F62434;
15
+ --systemBlue: #34AAF2;
16
+ --background: #FFFFFF;
17
+ --buttonHoverGreen: #10E272;
18
+ --buttonhoverPurple: #534455;
19
+ --buttonDown: #404D46;
20
+ --gradientBasic: linear-gradient(90deg, #01873F 0%, #00B956 74%, #14CD6A 100%);
21
+ --gradientVIP: linear-gradient(90deg, #5B1168 0%, #731982 74%, #821E93 100%);
22
+ --gradientExclusive: linear-gradient(90deg, #2A2674 0%, #444189 74%, #504D93 100%);
23
+ --STCWhite: #FFFFFF;
24
+ --STCBlack: #333333;
25
+ --STCWhite5: #FFFFFF0D;
26
+ --STCWhite10: #FFFFFF1A;
27
+ --STCWhite20: #FFFFFF33;
28
+ --STCWhite50: #FFFFFF80;
29
+ --STCBlack5: #3333330D;
30
+ --STCBlack10: #3333331A;
31
+ --STCBlack20: #33333333;
32
+ --STCBlack50: #33333380;
33
+ --green80: #0CDC78;
34
+ --green20: #DDFFEC;
35
+ --purple80: #AA67C1;
36
+ --purple20: #FFEEFF;
37
+ --warmRedC80: #FF765D;
38
+ --warmRedC20: #FFCFC7;
39
+ --137C80: #FFB945;
40
+ --137C20: #FFEDD1;
41
+ --311C80: #62E3FF;
42
+ --311C20: #E1FAFF;
43
+ --reflexBlue80: #554FC9;
44
+ --reflexBlue20: #EBEAFF;
45
+ --fury80: #F8505D;
46
+ --fury20: #FFC5C9;
47
+ }
1
48
  h1,
2
49
  h2,
3
50
  h3,