@alfalab/core-components-chart 3.1.10 → 3.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/Component.js +1 -1
  2. package/components/Dot/index.css +8 -8
  3. package/components/Dot/index.js +1 -1
  4. package/components/Legends/index.css +8 -8
  5. package/components/Legends/index.js +1 -1
  6. package/components/Tick/index.css +4 -4
  7. package/components/Tick/index.js +1 -1
  8. package/components/TooltipContent/index.css +7 -7
  9. package/components/TooltipContent/index.js +1 -1
  10. package/cssm/types/cartesianGrid.types.d.ts +1 -1
  11. package/esm/Component.js +1 -1
  12. package/esm/components/Dot/index.css +8 -8
  13. package/esm/components/Dot/index.js +1 -1
  14. package/esm/components/Legends/index.css +8 -8
  15. package/esm/components/Legends/index.js +1 -1
  16. package/esm/components/Tick/index.css +4 -4
  17. package/esm/components/Tick/index.js +1 -1
  18. package/esm/components/TooltipContent/index.css +7 -7
  19. package/esm/components/TooltipContent/index.js +1 -1
  20. package/esm/index.css +5 -5
  21. package/esm/types/cartesianGrid.types.d.ts +1 -1
  22. package/index.css +5 -5
  23. package/modern/Component.js +1 -1
  24. package/modern/components/Dot/index.css +8 -8
  25. package/modern/components/Dot/index.js +1 -1
  26. package/modern/components/Legends/index.css +8 -8
  27. package/modern/components/Legends/index.js +1 -1
  28. package/modern/components/Tick/index.css +4 -4
  29. package/modern/components/Tick/index.js +1 -1
  30. package/modern/components/TooltipContent/index.css +7 -7
  31. package/modern/components/TooltipContent/index.js +1 -1
  32. package/modern/index.css +5 -5
  33. package/modern/types/cartesianGrid.types.d.ts +1 -1
  34. package/package.json +1 -1
  35. package/types/cartesianGrid.types.d.ts +1 -1
package/Component.js CHANGED
@@ -38,7 +38,7 @@ var CustomizedHOC = function (Component, options) {
38
38
  return NewComponent;
39
39
  };
40
40
 
41
- var styles = {"coreChart":"chart__coreChart_1czu3","bar":"chart__bar_1czu3","unfocused":"chart__unfocused_1czu3"};
41
+ var styles = {"coreChart":"chart__coreChart_1a8to","bar":"chart__bar_1a8to","unfocused":"chart__unfocused_1a8to"};
42
42
  require('./index.css')
43
43
 
44
44
  var Chart = function (props) {
@@ -1,19 +1,19 @@
1
- /* hash: 1maka */
2
- .chart__dotUnfocused_1hjny {
1
+ /* hash: 1ccab */
2
+ .chart__dotUnfocused_1bm1e {
3
3
  opacity: 0.3;
4
4
  }
5
5
 
6
- .chart__dot_1hjny,
7
- .chart__dotItem_1hjny,
8
- .chart__dotWrap_1hjny {
6
+ .chart__dot_1bm1e,
7
+ .chart__dotItem_1bm1e,
8
+ .chart__dotWrap_1bm1e {
9
9
  transition: all 0.2s ease;
10
10
  }
11
11
 
12
- .chart__dot_1hjny {
13
- animation: chart__showDot_1hjny 0.5s ease;
12
+ .chart__dot_1bm1e {
13
+ animation: chart__showDot_1bm1e 0.5s ease;
14
14
  }
15
15
 
16
- @keyframes chart__showDot_1hjny {
16
+ @keyframes chart__showDot_1bm1e {
17
17
  from {
18
18
  opacity: 0;
19
19
  }
@@ -11,7 +11,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
11
11
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
12
12
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
13
13
 
14
- var styles = {"dotUnfocused":"chart__dotUnfocused_1hjny","dot":"chart__dot_1hjny","dotItem":"chart__dotItem_1hjny","dotWrap":"chart__dotWrap_1hjny","showDot":"chart__showDot_1hjny"};
14
+ var styles = {"dotUnfocused":"chart__dotUnfocused_1bm1e","dot":"chart__dot_1bm1e","dotItem":"chart__dotItem_1bm1e","dotWrap":"chart__dotWrap_1bm1e","showDot":"chart__showDot_1bm1e"};
15
15
  require('./index.css')
16
16
 
17
17
  var Dot = React__default.default.forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: 14k76 */
1
+ /* hash: vaobp */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -15,25 +15,25 @@
15
15
  --gap-2xl: 32px;
16
16
  } :root {
17
17
  } :root {
18
- } .chart__legendContent_llby3 {
18
+ } .chart__legendContent_1kzcr {
19
19
  display: flex;
20
20
  align-items: center;
21
21
  flex-wrap: wrap;
22
- } .chart__legendWrap_llby3 {
22
+ } .chart__legendWrap_1kzcr {
23
23
  width: 100%;
24
24
  margin: 0;
25
25
  padding: 0;
26
- } .chart__legendItem_llby3 {
26
+ } .chart__legendItem_1kzcr {
27
27
  margin-right: var(--gap-2xl);
28
28
  cursor: pointer;
29
29
  display: inline-block;
30
- } .chart__legendItem_llby3:last-child {
30
+ } .chart__legendItem_1kzcr:last-child {
31
31
  margin-right: 0;
32
- } .chart__legendUnactive_llby3 {
32
+ } .chart__legendUnactive_1kzcr {
33
33
  opacity: 0.3;
34
- } .chart__legendIcon_llby3 {
34
+ } .chart__legendIcon_1kzcr {
35
35
  margin-right: 13px;
36
36
  display: flex;
37
- } .chart__legendValue_llby3 {
37
+ } .chart__legendValue_1kzcr {
38
38
  text-transform: capitalize;
39
39
  }
@@ -15,7 +15,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
15
15
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
16
16
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
17
17
 
18
- var styles = {"legendContent":"chart__legendContent_llby3","legendWrap":"chart__legendWrap_llby3","legendItem":"chart__legendItem_llby3","legendUnactive":"chart__legendUnactive_llby3","legendIcon":"chart__legendIcon_llby3","legendValue":"chart__legendValue_llby3"};
18
+ var styles = {"legendContent":"chart__legendContent_1kzcr","legendWrap":"chart__legendWrap_1kzcr","legendItem":"chart__legendItem_1kzcr","legendUnactive":"chart__legendUnactive_1kzcr","legendIcon":"chart__legendIcon_1kzcr","legendValue":"chart__legendValue_1kzcr"};
19
19
  require('./index.css')
20
20
 
21
21
  var icons = {
@@ -1,4 +1,4 @@
1
- /* hash: 1d9e0 */
1
+ /* hash: 13icr */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-dark-bg-primary: #121212;
@@ -16,15 +16,15 @@
16
16
  } :root {
17
17
  } :root {
18
18
  } :root {
19
- } .chart__tickText_1h71f {
19
+ } .chart__tickText_m7nsj {
20
20
  fill: var(--color-light-text-primary);
21
21
  font-size: 16px;
22
22
  line-height: 24px;
23
23
  font-weight: 400;
24
- } .chart__circle_1h71f {
24
+ } .chart__circle_m7nsj {
25
25
  opacity: 0.3;
26
26
  fill: var(--color-dark-bg-primary);
27
- } .chart__circle_1h71f {
27
+ } .chart__circle_m7nsj {
28
28
  opacity: 0.3;
29
29
  fill: var(--color-dark-bg-primary);
30
30
  }
@@ -10,7 +10,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
10
10
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
11
11
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
12
12
 
13
- var styles = {"tickText":"chart__tickText_1h71f","circle":"chart__circle_1h71f"};
13
+ var styles = {"tickText":"chart__tickText_m7nsj","circle":"chart__circle_m7nsj"};
14
14
  require('./index.css')
15
15
 
16
16
  var Tick = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1ynlm */
1
+ /* hash: xadgo */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
@@ -21,7 +21,7 @@
21
21
  --gap-m: 16px;
22
22
  } :root {
23
23
  } :root {
24
- } .chart__tooltip_10zq4 {
24
+ } .chart__tooltip_t9vbe {
25
25
  background-color: var(--color-light-bg-primary);
26
26
  border: 1px solid var(--color-light-border-primary);
27
27
  box-shadow: var(--shadow-l);
@@ -29,15 +29,15 @@
29
29
  padding: var(--gap-s) var(--gap-m);
30
30
  pointer-events: none;
31
31
  position: relative;
32
- } .chart__tooltipList_10zq4 {
32
+ } .chart__tooltipList_t9vbe {
33
33
  position: relative;
34
34
  z-index: 5;
35
35
  list-style-type: none;
36
36
  padding: 0;
37
37
  margin: 0;
38
- } .chart__tooltipItem_10zq4 {
38
+ } .chart__tooltipItem_t9vbe {
39
39
  margin-bottom: 10px;
40
- } .chart__tooltipArrow_10zq4 {
40
+ } .chart__tooltipArrow_t9vbe {
41
41
  position: absolute;
42
42
  left: 0;
43
43
  top: 50%;
@@ -46,7 +46,7 @@
46
46
  height: 10px;
47
47
  border: 1px solid var(--color-light-border-primary);
48
48
  background-color: var(--color-light-bg-primary);
49
- } .chart__tooltipArrow_10zq4:before {
49
+ } .chart__tooltipArrow_t9vbe:before {
50
50
  content: '';
51
51
  position: absolute;
52
52
  left: -2px;
@@ -56,7 +56,7 @@
56
56
  border-style: solid;
57
57
  border-width: 0 24px 24px 0;
58
58
  border-color: transparent var(--color-light-bg-primary) transparent transparent;
59
- } .chart__tooltipArrowRight_10zq4 {
59
+ } .chart__tooltipArrowRight_t9vbe {
60
60
  left: 100%;
61
61
  transform: translate(-50%, -50%) scale(-1, 1) rotate(45deg);
62
62
  }
@@ -11,7 +11,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
11
11
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
12
12
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
13
13
 
14
- var styles = {"tooltip":"chart__tooltip_10zq4","tooltipList":"chart__tooltipList_10zq4","tooltipItem":"chart__tooltipItem_10zq4","tooltipArrow":"chart__tooltipArrow_10zq4","tooltipArrowRight":"chart__tooltipArrowRight_10zq4"};
14
+ var styles = {"tooltip":"chart__tooltip_t9vbe","tooltipList":"chart__tooltipList_t9vbe","tooltipItem":"chart__tooltipItem_t9vbe","tooltipArrow":"chart__tooltipArrow_t9vbe","tooltipArrowRight":"chart__tooltipArrowRight_t9vbe"};
15
15
  require('./index.css')
16
16
 
17
17
  var TooltipContent = function (_a) {
@@ -10,7 +10,7 @@ interface CartesianGridProps {
10
10
  /**
11
11
  * Штрихи для осей
12
12
  */
13
- strokeDashArray?: string;
13
+ strokeDasharray?: string;
14
14
  /**
15
15
  * Цвет разметки сетки
16
16
  */
package/esm/Component.js CHANGED
@@ -29,7 +29,7 @@ var CustomizedHOC = function (Component, options) {
29
29
  return NewComponent;
30
30
  };
31
31
 
32
- var styles = {"coreChart":"chart__coreChart_1czu3","bar":"chart__bar_1czu3","unfocused":"chart__unfocused_1czu3"};
32
+ var styles = {"coreChart":"chart__coreChart_1a8to","bar":"chart__bar_1a8to","unfocused":"chart__unfocused_1a8to"};
33
33
  require('./index.css')
34
34
 
35
35
  var Chart = function (props) {
@@ -1,19 +1,19 @@
1
- /* hash: 1maka */
2
- .chart__dotUnfocused_1hjny {
1
+ /* hash: 1ccab */
2
+ .chart__dotUnfocused_1bm1e {
3
3
  opacity: 0.3;
4
4
  }
5
5
 
6
- .chart__dot_1hjny,
7
- .chart__dotItem_1hjny,
8
- .chart__dotWrap_1hjny {
6
+ .chart__dot_1bm1e,
7
+ .chart__dotItem_1bm1e,
8
+ .chart__dotWrap_1bm1e {
9
9
  transition: all 0.2s ease;
10
10
  }
11
11
 
12
- .chart__dot_1hjny {
13
- animation: chart__showDot_1hjny 0.5s ease;
12
+ .chart__dot_1bm1e {
13
+ animation: chart__showDot_1bm1e 0.5s ease;
14
14
  }
15
15
 
16
- @keyframes chart__showDot_1hjny {
16
+ @keyframes chart__showDot_1bm1e {
17
17
  from {
18
18
  opacity: 0;
19
19
  }
@@ -2,7 +2,7 @@ import React, { useState, useEffect } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { PointIcon } from '../../icons/Point.js';
4
4
 
5
- var styles = {"dotUnfocused":"chart__dotUnfocused_1hjny","dot":"chart__dot_1hjny","dotItem":"chart__dotItem_1hjny","dotWrap":"chart__dotWrap_1hjny","showDot":"chart__showDot_1hjny"};
5
+ var styles = {"dotUnfocused":"chart__dotUnfocused_1bm1e","dot":"chart__dot_1bm1e","dotItem":"chart__dotItem_1bm1e","dotWrap":"chart__dotWrap_1bm1e","showDot":"chart__showDot_1bm1e"};
6
6
  require('./index.css')
7
7
 
8
8
  var Dot = React.forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: 14k76 */
1
+ /* hash: vaobp */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -15,25 +15,25 @@
15
15
  --gap-2xl: 32px;
16
16
  } :root {
17
17
  } :root {
18
- } .chart__legendContent_llby3 {
18
+ } .chart__legendContent_1kzcr {
19
19
  display: flex;
20
20
  align-items: center;
21
21
  flex-wrap: wrap;
22
- } .chart__legendWrap_llby3 {
22
+ } .chart__legendWrap_1kzcr {
23
23
  width: 100%;
24
24
  margin: 0;
25
25
  padding: 0;
26
- } .chart__legendItem_llby3 {
26
+ } .chart__legendItem_1kzcr {
27
27
  margin-right: var(--gap-2xl);
28
28
  cursor: pointer;
29
29
  display: inline-block;
30
- } .chart__legendItem_llby3:last-child {
30
+ } .chart__legendItem_1kzcr:last-child {
31
31
  margin-right: 0;
32
- } .chart__legendUnactive_llby3 {
32
+ } .chart__legendUnactive_1kzcr {
33
33
  opacity: 0.3;
34
- } .chart__legendIcon_llby3 {
34
+ } .chart__legendIcon_1kzcr {
35
35
  margin-right: 13px;
36
36
  display: flex;
37
- } .chart__legendValue_llby3 {
37
+ } .chart__legendValue_1kzcr {
38
38
  text-transform: capitalize;
39
39
  }
@@ -6,7 +6,7 @@ import { CircleLineIcon } from '../../icons/CircleLine.js';
6
6
  import { FilledCircleIcon } from '../../icons/FilledCircle.js';
7
7
  import { StrokeCircleIcon } from '../../icons/StrokeCircle.js';
8
8
 
9
- var styles = {"legendContent":"chart__legendContent_llby3","legendWrap":"chart__legendWrap_llby3","legendItem":"chart__legendItem_llby3","legendUnactive":"chart__legendUnactive_llby3","legendIcon":"chart__legendIcon_llby3","legendValue":"chart__legendValue_llby3"};
9
+ var styles = {"legendContent":"chart__legendContent_1kzcr","legendWrap":"chart__legendWrap_1kzcr","legendItem":"chart__legendItem_1kzcr","legendUnactive":"chart__legendUnactive_1kzcr","legendIcon":"chart__legendIcon_1kzcr","legendValue":"chart__legendValue_1kzcr"};
10
10
  require('./index.css')
11
11
 
12
12
  var icons = {
@@ -1,4 +1,4 @@
1
- /* hash: 1d9e0 */
1
+ /* hash: 13icr */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-dark-bg-primary: #121212;
@@ -16,15 +16,15 @@
16
16
  } :root {
17
17
  } :root {
18
18
  } :root {
19
- } .chart__tickText_1h71f {
19
+ } .chart__tickText_m7nsj {
20
20
  fill: var(--color-light-text-primary);
21
21
  font-size: 16px;
22
22
  line-height: 24px;
23
23
  font-weight: 400;
24
- } .chart__circle_1h71f {
24
+ } .chart__circle_m7nsj {
25
25
  opacity: 0.3;
26
26
  fill: var(--color-dark-bg-primary);
27
- } .chart__circle_1h71f {
27
+ } .chart__circle_m7nsj {
28
28
  opacity: 0.3;
29
29
  fill: var(--color-dark-bg-primary);
30
30
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- var styles = {"tickText":"chart__tickText_1h71f","circle":"chart__circle_1h71f"};
4
+ var styles = {"tickText":"chart__tickText_m7nsj","circle":"chart__circle_m7nsj"};
5
5
  require('./index.css')
6
6
 
7
7
  var Tick = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1ynlm */
1
+ /* hash: xadgo */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
@@ -21,7 +21,7 @@
21
21
  --gap-m: 16px;
22
22
  } :root {
23
23
  } :root {
24
- } .chart__tooltip_10zq4 {
24
+ } .chart__tooltip_t9vbe {
25
25
  background-color: var(--color-light-bg-primary);
26
26
  border: 1px solid var(--color-light-border-primary);
27
27
  box-shadow: var(--shadow-l);
@@ -29,15 +29,15 @@
29
29
  padding: var(--gap-s) var(--gap-m);
30
30
  pointer-events: none;
31
31
  position: relative;
32
- } .chart__tooltipList_10zq4 {
32
+ } .chart__tooltipList_t9vbe {
33
33
  position: relative;
34
34
  z-index: 5;
35
35
  list-style-type: none;
36
36
  padding: 0;
37
37
  margin: 0;
38
- } .chart__tooltipItem_10zq4 {
38
+ } .chart__tooltipItem_t9vbe {
39
39
  margin-bottom: 10px;
40
- } .chart__tooltipArrow_10zq4 {
40
+ } .chart__tooltipArrow_t9vbe {
41
41
  position: absolute;
42
42
  left: 0;
43
43
  top: 50%;
@@ -46,7 +46,7 @@
46
46
  height: 10px;
47
47
  border: 1px solid var(--color-light-border-primary);
48
48
  background-color: var(--color-light-bg-primary);
49
- } .chart__tooltipArrow_10zq4:before {
49
+ } .chart__tooltipArrow_t9vbe:before {
50
50
  content: '';
51
51
  position: absolute;
52
52
  left: -2px;
@@ -56,7 +56,7 @@
56
56
  border-style: solid;
57
57
  border-width: 0 24px 24px 0;
58
58
  border-color: transparent var(--color-light-bg-primary) transparent transparent;
59
- } .chart__tooltipArrowRight_10zq4 {
59
+ } .chart__tooltipArrowRight_t9vbe {
60
60
  left: 100%;
61
61
  transform: translate(-50%, -50%) scale(-1, 1) rotate(45deg);
62
62
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Typography } from '@alfalab/core-components-typography/esm';
4
4
 
5
- var styles = {"tooltip":"chart__tooltip_10zq4","tooltipList":"chart__tooltipList_10zq4","tooltipItem":"chart__tooltipItem_10zq4","tooltipArrow":"chart__tooltipArrow_10zq4","tooltipArrowRight":"chart__tooltipArrowRight_10zq4"};
5
+ var styles = {"tooltip":"chart__tooltip_t9vbe","tooltipList":"chart__tooltipList_t9vbe","tooltipItem":"chart__tooltipItem_t9vbe","tooltipArrow":"chart__tooltipArrow_t9vbe","tooltipArrowRight":"chart__tooltipArrowRight_t9vbe"};
6
6
  require('./index.css')
7
7
 
8
8
  var TooltipContent = function (_a) {
package/esm/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1b9vt */
1
+ /* hash: 1w93y */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -15,14 +15,14 @@
15
15
  } :root {
16
16
  } :root {
17
17
  } :root {
18
- } .chart__coreChart_1czu3 .recharts-line path {
18
+ } .chart__coreChart_1a8to .recharts-line path {
19
19
  transition: d 0.2s ease-out;
20
- } .chart__coreChart_1czu3 .recharts-text tspan {
20
+ } .chart__coreChart_1a8to .recharts-text tspan {
21
21
  fill: var(--color-light-text-primary);
22
22
  font-size: 16px;
23
23
  line-height: 22px;
24
- } .chart__bar_1czu3 {
24
+ } .chart__bar_1a8to {
25
25
  transition: opacity 0.2s ease-out, d 0.2s ease-out;
26
- } .chart__unfocused_1czu3 {
26
+ } .chart__unfocused_1a8to {
27
27
  opacity: 0.3;
28
28
  }
@@ -10,7 +10,7 @@ interface CartesianGridProps {
10
10
  /**
11
11
  * Штрихи для осей
12
12
  */
13
- strokeDashArray?: string;
13
+ strokeDasharray?: string;
14
14
  /**
15
15
  * Цвет разметки сетки
16
16
  */
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1b9vt */
1
+ /* hash: 1w93y */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -15,14 +15,14 @@
15
15
  } :root {
16
16
  } :root {
17
17
  } :root {
18
- } .chart__coreChart_1czu3 .recharts-line path {
18
+ } .chart__coreChart_1a8to .recharts-line path {
19
19
  transition: d 0.2s ease-out;
20
- } .chart__coreChart_1czu3 .recharts-text tspan {
20
+ } .chart__coreChart_1a8to .recharts-text tspan {
21
21
  fill: var(--color-light-text-primary);
22
22
  font-size: 16px;
23
23
  line-height: 22px;
24
- } .chart__bar_1czu3 {
24
+ } .chart__bar_1a8to {
25
25
  transition: opacity 0.2s ease-out, d 0.2s ease-out;
26
- } .chart__unfocused_1czu3 {
26
+ } .chart__unfocused_1a8to {
27
27
  opacity: 0.3;
28
28
  }
@@ -28,7 +28,7 @@ const CustomizedHOC = (Component, options) => {
28
28
  return NewComponent;
29
29
  };
30
30
 
31
- const styles = {"coreChart":"chart__coreChart_1czu3","bar":"chart__bar_1czu3","unfocused":"chart__unfocused_1czu3"};
31
+ const styles = {"coreChart":"chart__coreChart_1a8to","bar":"chart__bar_1a8to","unfocused":"chart__unfocused_1a8to"};
32
32
  require('./index.css')
33
33
 
34
34
  /* eslint-disable @typescript-eslint/no-explicit-any */
@@ -1,19 +1,19 @@
1
- /* hash: 1maka */
2
- .chart__dotUnfocused_1hjny {
1
+ /* hash: 1ccab */
2
+ .chart__dotUnfocused_1bm1e {
3
3
  opacity: 0.3;
4
4
  }
5
5
 
6
- .chart__dot_1hjny,
7
- .chart__dotItem_1hjny,
8
- .chart__dotWrap_1hjny {
6
+ .chart__dot_1bm1e,
7
+ .chart__dotItem_1bm1e,
8
+ .chart__dotWrap_1bm1e {
9
9
  transition: all 0.2s ease;
10
10
  }
11
11
 
12
- .chart__dot_1hjny {
13
- animation: chart__showDot_1hjny 0.5s ease;
12
+ .chart__dot_1bm1e {
13
+ animation: chart__showDot_1bm1e 0.5s ease;
14
14
  }
15
15
 
16
- @keyframes chart__showDot_1hjny {
16
+ @keyframes chart__showDot_1bm1e {
17
17
  from {
18
18
  opacity: 0;
19
19
  }
@@ -2,7 +2,7 @@ import React, { useState, useEffect } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { PointIcon } from '../../icons/Point.js';
4
4
 
5
- const styles = {"dotUnfocused":"chart__dotUnfocused_1hjny","dot":"chart__dot_1hjny","dotItem":"chart__dotItem_1hjny","dotWrap":"chart__dotWrap_1hjny","showDot":"chart__showDot_1hjny"};
5
+ const styles = {"dotUnfocused":"chart__dotUnfocused_1bm1e","dot":"chart__dot_1bm1e","dotItem":"chart__dotItem_1bm1e","dotWrap":"chart__dotWrap_1bm1e","showDot":"chart__showDot_1bm1e"};
6
6
  require('./index.css')
7
7
 
8
8
  const Dot = React.forwardRef(({ cx, cy, index, activeDot, dataKey, dotSettings, value, stroke }, ref) => {
@@ -1,4 +1,4 @@
1
- /* hash: 14k76 */
1
+ /* hash: vaobp */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -15,25 +15,25 @@
15
15
  --gap-2xl: 32px;
16
16
  } :root {
17
17
  } :root {
18
- } .chart__legendContent_llby3 {
18
+ } .chart__legendContent_1kzcr {
19
19
  display: flex;
20
20
  align-items: center;
21
21
  flex-wrap: wrap;
22
- } .chart__legendWrap_llby3 {
22
+ } .chart__legendWrap_1kzcr {
23
23
  width: 100%;
24
24
  margin: 0;
25
25
  padding: 0;
26
- } .chart__legendItem_llby3 {
26
+ } .chart__legendItem_1kzcr {
27
27
  margin-right: var(--gap-2xl);
28
28
  cursor: pointer;
29
29
  display: inline-block;
30
- } .chart__legendItem_llby3:last-child {
30
+ } .chart__legendItem_1kzcr:last-child {
31
31
  margin-right: 0;
32
- } .chart__legendUnactive_llby3 {
32
+ } .chart__legendUnactive_1kzcr {
33
33
  opacity: 0.3;
34
- } .chart__legendIcon_llby3 {
34
+ } .chart__legendIcon_1kzcr {
35
35
  margin-right: 13px;
36
36
  display: flex;
37
- } .chart__legendValue_llby3 {
37
+ } .chart__legendValue_1kzcr {
38
38
  text-transform: capitalize;
39
39
  }
@@ -6,7 +6,7 @@ import { CircleLineIcon } from '../../icons/CircleLine.js';
6
6
  import { FilledCircleIcon } from '../../icons/FilledCircle.js';
7
7
  import { StrokeCircleIcon } from '../../icons/StrokeCircle.js';
8
8
 
9
- const styles = {"legendContent":"chart__legendContent_llby3","legendWrap":"chart__legendWrap_llby3","legendItem":"chart__legendItem_llby3","legendUnactive":"chart__legendUnactive_llby3","legendIcon":"chart__legendIcon_llby3","legendValue":"chart__legendValue_llby3"};
9
+ const styles = {"legendContent":"chart__legendContent_1kzcr","legendWrap":"chart__legendWrap_1kzcr","legendItem":"chart__legendItem_1kzcr","legendUnactive":"chart__legendUnactive_1kzcr","legendIcon":"chart__legendIcon_1kzcr","legendValue":"chart__legendValue_1kzcr"};
10
10
  require('./index.css')
11
11
 
12
12
  const icons = {
@@ -1,4 +1,4 @@
1
- /* hash: 1d9e0 */
1
+ /* hash: 13icr */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-dark-bg-primary: #121212;
@@ -16,15 +16,15 @@
16
16
  } :root {
17
17
  } :root {
18
18
  } :root {
19
- } .chart__tickText_1h71f {
19
+ } .chart__tickText_m7nsj {
20
20
  fill: var(--color-light-text-primary);
21
21
  font-size: 16px;
22
22
  line-height: 24px;
23
23
  font-weight: 400;
24
- } .chart__circle_1h71f {
24
+ } .chart__circle_m7nsj {
25
25
  opacity: 0.3;
26
26
  fill: var(--color-dark-bg-primary);
27
- } .chart__circle_1h71f {
27
+ } .chart__circle_m7nsj {
28
28
  opacity: 0.3;
29
29
  fill: var(--color-dark-bg-primary);
30
30
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- const styles = {"tickText":"chart__tickText_1h71f","circle":"chart__circle_1h71f"};
4
+ const styles = {"tickText":"chart__tickText_m7nsj","circle":"chart__circle_m7nsj"};
5
5
  require('./index.css')
6
6
 
7
7
  const Tick = ({ y, payload, tickFormatter, xAxis }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1ynlm */
1
+ /* hash: xadgo */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
@@ -21,7 +21,7 @@
21
21
  --gap-m: 16px;
22
22
  } :root {
23
23
  } :root {
24
- } .chart__tooltip_10zq4 {
24
+ } .chart__tooltip_t9vbe {
25
25
  background-color: var(--color-light-bg-primary);
26
26
  border: 1px solid var(--color-light-border-primary);
27
27
  box-shadow: var(--shadow-l);
@@ -29,15 +29,15 @@
29
29
  padding: var(--gap-s) var(--gap-m);
30
30
  pointer-events: none;
31
31
  position: relative;
32
- } .chart__tooltipList_10zq4 {
32
+ } .chart__tooltipList_t9vbe {
33
33
  position: relative;
34
34
  z-index: 5;
35
35
  list-style-type: none;
36
36
  padding: 0;
37
37
  margin: 0;
38
- } .chart__tooltipItem_10zq4 {
38
+ } .chart__tooltipItem_t9vbe {
39
39
  margin-bottom: 10px;
40
- } .chart__tooltipArrow_10zq4 {
40
+ } .chart__tooltipArrow_t9vbe {
41
41
  position: absolute;
42
42
  left: 0;
43
43
  top: 50%;
@@ -46,7 +46,7 @@
46
46
  height: 10px;
47
47
  border: 1px solid var(--color-light-border-primary);
48
48
  background-color: var(--color-light-bg-primary);
49
- } .chart__tooltipArrow_10zq4:before {
49
+ } .chart__tooltipArrow_t9vbe:before {
50
50
  content: '';
51
51
  position: absolute;
52
52
  left: -2px;
@@ -56,7 +56,7 @@
56
56
  border-style: solid;
57
57
  border-width: 0 24px 24px 0;
58
58
  border-color: transparent var(--color-light-bg-primary) transparent transparent;
59
- } .chart__tooltipArrowRight_10zq4 {
59
+ } .chart__tooltipArrowRight_t9vbe {
60
60
  left: 100%;
61
61
  transform: translate(-50%, -50%) scale(-1, 1) rotate(45deg);
62
62
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Typography } from '@alfalab/core-components-typography/modern';
4
4
 
5
- const styles = {"tooltip":"chart__tooltip_10zq4","tooltipList":"chart__tooltipList_10zq4","tooltipItem":"chart__tooltipItem_10zq4","tooltipArrow":"chart__tooltipArrow_10zq4","tooltipArrowRight":"chart__tooltipArrowRight_10zq4"};
5
+ const styles = {"tooltip":"chart__tooltip_t9vbe","tooltipList":"chart__tooltipList_t9vbe","tooltipItem":"chart__tooltipItem_t9vbe","tooltipArrow":"chart__tooltipArrow_t9vbe","tooltipArrowRight":"chart__tooltipArrowRight_t9vbe"};
6
6
  require('./index.css')
7
7
 
8
8
  const TooltipContent = ({ payload, separator, label, tooltipArrowSide, arrow, series, labelFormatter, labelStyle, }) => {
package/modern/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1b9vt */
1
+ /* hash: 1w93y */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-text-primary: #0e0e0e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -15,14 +15,14 @@
15
15
  } :root {
16
16
  } :root {
17
17
  } :root {
18
- } .chart__coreChart_1czu3 .recharts-line path {
18
+ } .chart__coreChart_1a8to .recharts-line path {
19
19
  transition: d 0.2s ease-out;
20
- } .chart__coreChart_1czu3 .recharts-text tspan {
20
+ } .chart__coreChart_1a8to .recharts-text tspan {
21
21
  fill: var(--color-light-text-primary);
22
22
  font-size: 16px;
23
23
  line-height: 22px;
24
- } .chart__bar_1czu3 {
24
+ } .chart__bar_1a8to {
25
25
  transition: opacity 0.2s ease-out, d 0.2s ease-out;
26
- } .chart__unfocused_1czu3 {
26
+ } .chart__unfocused_1a8to {
27
27
  opacity: 0.3;
28
28
  }
@@ -10,7 +10,7 @@ interface CartesianGridProps {
10
10
  /**
11
11
  * Штрихи для осей
12
12
  */
13
- strokeDashArray?: string;
13
+ strokeDasharray?: string;
14
14
  /**
15
15
  * Цвет разметки сетки
16
16
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-chart",
3
- "version": "3.1.10",
3
+ "version": "3.1.11",
4
4
  "description": "Chart component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,7 +10,7 @@ interface CartesianGridProps {
10
10
  /**
11
11
  * Штрихи для осей
12
12
  */
13
- strokeDashArray?: string;
13
+ strokeDasharray?: string;
14
14
  /**
15
15
  * Цвет разметки сетки
16
16
  */