@alfalab/core-components-chart 5.0.0 → 5.0.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.
@@ -1,18 +1,18 @@
1
- .chart__dotUnfocused_2jwwh {
1
+ .chart__dotUnfocused_rqz42 {
2
2
  opacity: 0.3;
3
3
  }
4
4
 
5
- .chart__dot_2jwwh,
6
- .chart__dotItem_2jwwh,
7
- .chart__dotWrap_2jwwh {
5
+ .chart__dot_rqz42,
6
+ .chart__dotItem_rqz42,
7
+ .chart__dotWrap_rqz42 {
8
8
  transition: all 0.2s ease;
9
9
  }
10
10
 
11
- .chart__dot_2jwwh {
12
- animation: chart__showDot_2jwwh 0.5s ease;
11
+ .chart__dot_rqz42 {
12
+ animation: chart__showDot_rqz42 0.5s ease;
13
13
  }
14
14
 
15
- @keyframes chart__showDot_2jwwh {
15
+ @keyframes chart__showDot_rqz42 {
16
16
  from {
17
17
  opacity: 0;
18
18
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"dotUnfocused":"chart__dotUnfocused_2jwwh","dot":"chart__dot_2jwwh","dotItem":"chart__dotItem_2jwwh","dotWrap":"chart__dotWrap_2jwwh"};
5
+ var styles = {"dotUnfocused":"chart__dotUnfocused_rqz42","dot":"chart__dot_rqz42","dotItem":"chart__dotItem_rqz42","dotWrap":"chart__dotWrap_rqz42"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -3,31 +3,31 @@
3
3
  --gap-0: 0px;
4
4
  --gap-32: var(--gap-2xl);
5
5
  }
6
- .chart__legendContent_gqg61 {
6
+ .chart__legendContent_cxp19 {
7
7
  display: flex;
8
8
  align-items: center;
9
9
  flex-wrap: wrap;
10
10
  }
11
- .chart__legendWrap_gqg61 {
11
+ .chart__legendWrap_cxp19 {
12
12
  width: 100%;
13
13
  margin: var(--gap-0);
14
14
  padding: var(--gap-0);
15
15
  }
16
- .chart__legendItem_gqg61 {
16
+ .chart__legendItem_cxp19 {
17
17
  margin-right: var(--gap-32);
18
18
  cursor: pointer;
19
19
  display: inline-block;
20
20
  }
21
- .chart__legendItem_gqg61:last-child {
21
+ .chart__legendItem_cxp19:last-child {
22
22
  margin-right: var(--gap-0);
23
23
  }
24
- .chart__legendUnactive_gqg61 {
24
+ .chart__legendUnactive_cxp19 {
25
25
  opacity: 0.3;
26
26
  }
27
- .chart__legendIcon_gqg61 {
27
+ .chart__legendIcon_cxp19 {
28
28
  margin-right: 13px;
29
29
  display: flex;
30
30
  }
31
- .chart__legendValue_gqg61 {
31
+ .chart__legendValue_cxp19 {
32
32
  text-transform: capitalize;
33
33
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"legendContent":"chart__legendContent_gqg61","legendWrap":"chart__legendWrap_gqg61","legendItem":"chart__legendItem_gqg61","legendUnactive":"chart__legendUnactive_gqg61","legendIcon":"chart__legendIcon_gqg61","legendValue":"chart__legendValue_gqg61"};
5
+ var styles = {"legendContent":"chart__legendContent_cxp19","legendWrap":"chart__legendWrap_cxp19","legendItem":"chart__legendItem_cxp19","legendUnactive":"chart__legendUnactive_cxp19","legendIcon":"chart__legendIcon_cxp19","legendValue":"chart__legendValue_cxp19"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -6,14 +6,14 @@
6
6
  --font-family-system:
7
7
  system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
8
8
  }
9
- .chart__tickText_12sis {
9
+ .chart__tickText_41yxo {
10
10
  fill: var(--color-light-text-primary);
11
11
  font-size: 16px;
12
12
  line-height: 24px;
13
13
  font-weight: 400;
14
14
  font-family: var(--font-family-system);
15
15
  }
16
- .chart__circle_12sis {
16
+ .chart__circle_41yxo {
17
17
  opacity: 0.3;
18
18
  fill: var(--color-dark-base-bg-primary);
19
19
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"tickText":"chart__tickText_12sis","circle":"chart__circle_12sis"};
5
+ var styles = {"tickText":"chart__tickText_41yxo","circle":"chart__circle_41yxo"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -21,7 +21,7 @@
21
21
  --gap-16: var(--gap-m);
22
22
  --gap-2-neg: var(--gap-3xs-neg);
23
23
  }
24
- .chart__tooltip_kasna {
24
+ .chart__tooltip_1j1ch {
25
25
  background-color: var(--color-light-base-bg-primary);
26
26
  border: 1px solid var(--color-light-neutral-400);
27
27
  box-shadow: var(--shadow-l);
@@ -30,17 +30,17 @@
30
30
  pointer-events: none;
31
31
  position: relative;
32
32
  }
33
- .chart__tooltipList_kasna {
33
+ .chart__tooltipList_1j1ch {
34
34
  position: relative;
35
35
  z-index: 5;
36
36
  list-style-type: none;
37
37
  padding: var(--gap-0);
38
38
  margin: var(--gap-0);
39
39
  }
40
- .chart__tooltipItem_kasna {
40
+ .chart__tooltipItem_1j1ch {
41
41
  margin-bottom: var(--gap-10);
42
42
  }
43
- .chart__tooltipArrow_kasna {
43
+ .chart__tooltipArrow_1j1ch {
44
44
  position: absolute;
45
45
  left: var(--gap-0);
46
46
  top: 50%;
@@ -50,7 +50,7 @@
50
50
  border: 1px solid var(--color-light-neutral-400);
51
51
  background-color: var(--color-light-base-bg-primary);
52
52
  }
53
- .chart__tooltipArrow_kasna:before {
53
+ .chart__tooltipArrow_1j1ch:before {
54
54
  content: '';
55
55
  position: absolute;
56
56
  left: var(--gap-2-neg);
@@ -61,7 +61,7 @@
61
61
  border-width: 0 14px 14px 0;
62
62
  border-color: transparent var(--color-light-base-bg-primary) transparent transparent;
63
63
  }
64
- .chart__tooltipArrowRight_kasna {
64
+ .chart__tooltipArrowRight_1j1ch {
65
65
  left: 100%;
66
66
  transform: translate(-50%, -50%) scale(-1, 1) rotate(45deg);
67
67
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"tooltip":"chart__tooltip_kasna","tooltipList":"chart__tooltipList_kasna","tooltipItem":"chart__tooltipItem_kasna","tooltipArrow":"chart__tooltipArrow_kasna","tooltipArrowRight":"chart__tooltipArrowRight_kasna"};
5
+ var styles = {"tooltip":"chart__tooltip_1j1ch","tooltipList":"chart__tooltipList_1j1ch","tooltipItem":"chart__tooltipItem_1j1ch","tooltipArrow":"chart__tooltipArrow_1j1ch","tooltipArrowRight":"chart__tooltipArrowRight_1j1ch"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,18 +1,18 @@
1
- .chart__dotUnfocused_2jwwh {
1
+ .chart__dotUnfocused_rqz42 {
2
2
  opacity: 0.3;
3
3
  }
4
4
 
5
- .chart__dot_2jwwh,
6
- .chart__dotItem_2jwwh,
7
- .chart__dotWrap_2jwwh {
5
+ .chart__dot_rqz42,
6
+ .chart__dotItem_rqz42,
7
+ .chart__dotWrap_rqz42 {
8
8
  transition: all 0.2s ease;
9
9
  }
10
10
 
11
- .chart__dot_2jwwh {
12
- animation: chart__showDot_2jwwh 0.5s ease;
11
+ .chart__dot_rqz42 {
12
+ animation: chart__showDot_rqz42 0.5s ease;
13
13
  }
14
14
 
15
- @keyframes chart__showDot_2jwwh {
15
+ @keyframes chart__showDot_rqz42 {
16
16
  from {
17
17
  opacity: 0;
18
18
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"dotUnfocused":"chart__dotUnfocused_2jwwh","dot":"chart__dot_2jwwh","dotItem":"chart__dotItem_2jwwh","dotWrap":"chart__dotWrap_2jwwh"};
3
+ var styles = {"dotUnfocused":"chart__dotUnfocused_rqz42","dot":"chart__dot_rqz42","dotItem":"chart__dotItem_rqz42","dotWrap":"chart__dotWrap_rqz42"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -3,31 +3,31 @@
3
3
  --gap-0: 0px;
4
4
  --gap-32: var(--gap-2xl);
5
5
  }
6
- .chart__legendContent_gqg61 {
6
+ .chart__legendContent_cxp19 {
7
7
  display: flex;
8
8
  align-items: center;
9
9
  flex-wrap: wrap;
10
10
  }
11
- .chart__legendWrap_gqg61 {
11
+ .chart__legendWrap_cxp19 {
12
12
  width: 100%;
13
13
  margin: var(--gap-0);
14
14
  padding: var(--gap-0);
15
15
  }
16
- .chart__legendItem_gqg61 {
16
+ .chart__legendItem_cxp19 {
17
17
  margin-right: var(--gap-32);
18
18
  cursor: pointer;
19
19
  display: inline-block;
20
20
  }
21
- .chart__legendItem_gqg61:last-child {
21
+ .chart__legendItem_cxp19:last-child {
22
22
  margin-right: var(--gap-0);
23
23
  }
24
- .chart__legendUnactive_gqg61 {
24
+ .chart__legendUnactive_cxp19 {
25
25
  opacity: 0.3;
26
26
  }
27
- .chart__legendIcon_gqg61 {
27
+ .chart__legendIcon_cxp19 {
28
28
  margin-right: 13px;
29
29
  display: flex;
30
30
  }
31
- .chart__legendValue_gqg61 {
31
+ .chart__legendValue_cxp19 {
32
32
  text-transform: capitalize;
33
33
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"legendContent":"chart__legendContent_gqg61","legendWrap":"chart__legendWrap_gqg61","legendItem":"chart__legendItem_gqg61","legendUnactive":"chart__legendUnactive_gqg61","legendIcon":"chart__legendIcon_gqg61","legendValue":"chart__legendValue_gqg61"};
3
+ var styles = {"legendContent":"chart__legendContent_cxp19","legendWrap":"chart__legendWrap_cxp19","legendItem":"chart__legendItem_cxp19","legendUnactive":"chart__legendUnactive_cxp19","legendIcon":"chart__legendIcon_cxp19","legendValue":"chart__legendValue_cxp19"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,14 +6,14 @@
6
6
  --font-family-system:
7
7
  system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
8
8
  }
9
- .chart__tickText_12sis {
9
+ .chart__tickText_41yxo {
10
10
  fill: var(--color-light-text-primary);
11
11
  font-size: 16px;
12
12
  line-height: 24px;
13
13
  font-weight: 400;
14
14
  font-family: var(--font-family-system);
15
15
  }
16
- .chart__circle_12sis {
16
+ .chart__circle_41yxo {
17
17
  opacity: 0.3;
18
18
  fill: var(--color-dark-base-bg-primary);
19
19
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"tickText":"chart__tickText_12sis","circle":"chart__circle_12sis"};
3
+ var styles = {"tickText":"chart__tickText_41yxo","circle":"chart__circle_41yxo"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -21,7 +21,7 @@
21
21
  --gap-16: var(--gap-m);
22
22
  --gap-2-neg: var(--gap-3xs-neg);
23
23
  }
24
- .chart__tooltip_kasna {
24
+ .chart__tooltip_1j1ch {
25
25
  background-color: var(--color-light-base-bg-primary);
26
26
  border: 1px solid var(--color-light-neutral-400);
27
27
  box-shadow: var(--shadow-l);
@@ -30,17 +30,17 @@
30
30
  pointer-events: none;
31
31
  position: relative;
32
32
  }
33
- .chart__tooltipList_kasna {
33
+ .chart__tooltipList_1j1ch {
34
34
  position: relative;
35
35
  z-index: 5;
36
36
  list-style-type: none;
37
37
  padding: var(--gap-0);
38
38
  margin: var(--gap-0);
39
39
  }
40
- .chart__tooltipItem_kasna {
40
+ .chart__tooltipItem_1j1ch {
41
41
  margin-bottom: var(--gap-10);
42
42
  }
43
- .chart__tooltipArrow_kasna {
43
+ .chart__tooltipArrow_1j1ch {
44
44
  position: absolute;
45
45
  left: var(--gap-0);
46
46
  top: 50%;
@@ -50,7 +50,7 @@
50
50
  border: 1px solid var(--color-light-neutral-400);
51
51
  background-color: var(--color-light-base-bg-primary);
52
52
  }
53
- .chart__tooltipArrow_kasna:before {
53
+ .chart__tooltipArrow_1j1ch:before {
54
54
  content: '';
55
55
  position: absolute;
56
56
  left: var(--gap-2-neg);
@@ -61,7 +61,7 @@
61
61
  border-width: 0 14px 14px 0;
62
62
  border-color: transparent var(--color-light-base-bg-primary) transparent transparent;
63
63
  }
64
- .chart__tooltipArrowRight_kasna {
64
+ .chart__tooltipArrowRight_1j1ch {
65
65
  left: 100%;
66
66
  transform: translate(-50%, -50%) scale(-1, 1) rotate(45deg);
67
67
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"tooltip":"chart__tooltip_kasna","tooltipList":"chart__tooltipList_kasna","tooltipItem":"chart__tooltipItem_kasna","tooltipArrow":"chart__tooltipArrow_kasna","tooltipArrowRight":"chart__tooltipArrowRight_kasna"};
3
+ var styles = {"tooltip":"chart__tooltip_1j1ch","tooltipList":"chart__tooltipList_1j1ch","tooltipItem":"chart__tooltipItem_1j1ch","tooltipArrow":"chart__tooltipArrow_1j1ch","tooltipArrowRight":"chart__tooltipArrowRight_1j1ch"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/esm/index.css CHANGED
@@ -5,10 +5,10 @@
5
5
  --font-family-system:
6
6
  system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
7
7
  }
8
- .chart__coreChart_yzt8b .recharts-line path {
8
+ .chart__coreChart_v723j .recharts-line path {
9
9
  transition: d 0.2s ease-out;
10
10
  }
11
- .chart__coreChart_yzt8b .recharts-text tspan {
11
+ .chart__coreChart_v723j .recharts-text tspan {
12
12
  fill: var(--color-light-text-primary);
13
13
 
14
14
  font-size: 16px;
@@ -19,11 +19,11 @@
19
19
 
20
20
  font-family: var(--font-family-system);
21
21
  }
22
- .chart__bar_yzt8b {
22
+ .chart__bar_v723j {
23
23
  transition:
24
24
  opacity 0.2s ease-out,
25
25
  d 0.2s ease-out;
26
26
  }
27
- .chart__unfocused_yzt8b {
27
+ .chart__unfocused_v723j {
28
28
  opacity: 0.3;
29
29
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"coreChart":"chart__coreChart_yzt8b","bar":"chart__bar_yzt8b","unfocused":"chart__unfocused_yzt8b"};
3
+ var styles = {"coreChart":"chart__coreChart_v723j","bar":"chart__bar_v723j","unfocused":"chart__unfocused_v723j"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/index.css CHANGED
@@ -5,10 +5,10 @@
5
5
  --font-family-system:
6
6
  system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
7
7
  }
8
- .chart__coreChart_yzt8b .recharts-line path {
8
+ .chart__coreChart_v723j .recharts-line path {
9
9
  transition: d 0.2s ease-out;
10
10
  }
11
- .chart__coreChart_yzt8b .recharts-text tspan {
11
+ .chart__coreChart_v723j .recharts-text tspan {
12
12
  fill: var(--color-light-text-primary);
13
13
 
14
14
  font-size: 16px;
@@ -19,11 +19,11 @@
19
19
 
20
20
  font-family: var(--font-family-system);
21
21
  }
22
- .chart__bar_yzt8b {
22
+ .chart__bar_v723j {
23
23
  transition:
24
24
  opacity 0.2s ease-out,
25
25
  d 0.2s ease-out;
26
26
  }
27
- .chart__unfocused_yzt8b {
27
+ .chart__unfocused_v723j {
28
28
  opacity: 0.3;
29
29
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"coreChart":"chart__coreChart_yzt8b","bar":"chart__bar_yzt8b","unfocused":"chart__unfocused_yzt8b"};
5
+ var styles = {"coreChart":"chart__coreChart_v723j","bar":"chart__bar_v723j","unfocused":"chart__unfocused_v723j"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,18 +1,18 @@
1
- .chart__dotUnfocused_2jwwh {
1
+ .chart__dotUnfocused_rqz42 {
2
2
  opacity: 0.3;
3
3
  }
4
4
 
5
- .chart__dot_2jwwh,
6
- .chart__dotItem_2jwwh,
7
- .chart__dotWrap_2jwwh {
5
+ .chart__dot_rqz42,
6
+ .chart__dotItem_rqz42,
7
+ .chart__dotWrap_rqz42 {
8
8
  transition: all 0.2s ease;
9
9
  }
10
10
 
11
- .chart__dot_2jwwh {
12
- animation: chart__showDot_2jwwh 0.5s ease;
11
+ .chart__dot_rqz42 {
12
+ animation: chart__showDot_rqz42 0.5s ease;
13
13
  }
14
14
 
15
- @keyframes chart__showDot_2jwwh {
15
+ @keyframes chart__showDot_rqz42 {
16
16
  from {
17
17
  opacity: 0;
18
18
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"dotUnfocused":"chart__dotUnfocused_2jwwh","dot":"chart__dot_2jwwh","dotItem":"chart__dotItem_2jwwh","dotWrap":"chart__dotWrap_2jwwh"};
3
+ const styles = {"dotUnfocused":"chart__dotUnfocused_rqz42","dot":"chart__dot_rqz42","dotItem":"chart__dotItem_rqz42","dotWrap":"chart__dotWrap_rqz42"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -3,31 +3,31 @@
3
3
  --gap-0: 0px;
4
4
  --gap-32: var(--gap-2xl);
5
5
  }
6
- .chart__legendContent_gqg61 {
6
+ .chart__legendContent_cxp19 {
7
7
  display: flex;
8
8
  align-items: center;
9
9
  flex-wrap: wrap;
10
10
  }
11
- .chart__legendWrap_gqg61 {
11
+ .chart__legendWrap_cxp19 {
12
12
  width: 100%;
13
13
  margin: var(--gap-0);
14
14
  padding: var(--gap-0);
15
15
  }
16
- .chart__legendItem_gqg61 {
16
+ .chart__legendItem_cxp19 {
17
17
  margin-right: var(--gap-32);
18
18
  cursor: pointer;
19
19
  display: inline-block;
20
20
  }
21
- .chart__legendItem_gqg61:last-child {
21
+ .chart__legendItem_cxp19:last-child {
22
22
  margin-right: var(--gap-0);
23
23
  }
24
- .chart__legendUnactive_gqg61 {
24
+ .chart__legendUnactive_cxp19 {
25
25
  opacity: 0.3;
26
26
  }
27
- .chart__legendIcon_gqg61 {
27
+ .chart__legendIcon_cxp19 {
28
28
  margin-right: 13px;
29
29
  display: flex;
30
30
  }
31
- .chart__legendValue_gqg61 {
31
+ .chart__legendValue_cxp19 {
32
32
  text-transform: capitalize;
33
33
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"legendContent":"chart__legendContent_gqg61","legendWrap":"chart__legendWrap_gqg61","legendItem":"chart__legendItem_gqg61","legendUnactive":"chart__legendUnactive_gqg61","legendIcon":"chart__legendIcon_gqg61","legendValue":"chart__legendValue_gqg61"};
3
+ const styles = {"legendContent":"chart__legendContent_cxp19","legendWrap":"chart__legendWrap_cxp19","legendItem":"chart__legendItem_cxp19","legendUnactive":"chart__legendUnactive_cxp19","legendIcon":"chart__legendIcon_cxp19","legendValue":"chart__legendValue_cxp19"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -6,14 +6,14 @@
6
6
  --font-family-system:
7
7
  system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
8
8
  }
9
- .chart__tickText_12sis {
9
+ .chart__tickText_41yxo {
10
10
  fill: var(--color-light-text-primary);
11
11
  font-size: 16px;
12
12
  line-height: 24px;
13
13
  font-weight: 400;
14
14
  font-family: var(--font-family-system);
15
15
  }
16
- .chart__circle_12sis {
16
+ .chart__circle_41yxo {
17
17
  opacity: 0.3;
18
18
  fill: var(--color-dark-base-bg-primary);
19
19
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"tickText":"chart__tickText_12sis","circle":"chart__circle_12sis"};
3
+ const styles = {"tickText":"chart__tickText_41yxo","circle":"chart__circle_41yxo"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -21,7 +21,7 @@
21
21
  --gap-16: var(--gap-m);
22
22
  --gap-2-neg: var(--gap-3xs-neg);
23
23
  }
24
- .chart__tooltip_kasna {
24
+ .chart__tooltip_1j1ch {
25
25
  background-color: var(--color-light-base-bg-primary);
26
26
  border: 1px solid var(--color-light-neutral-400);
27
27
  box-shadow: var(--shadow-l);
@@ -30,17 +30,17 @@
30
30
  pointer-events: none;
31
31
  position: relative;
32
32
  }
33
- .chart__tooltipList_kasna {
33
+ .chart__tooltipList_1j1ch {
34
34
  position: relative;
35
35
  z-index: 5;
36
36
  list-style-type: none;
37
37
  padding: var(--gap-0);
38
38
  margin: var(--gap-0);
39
39
  }
40
- .chart__tooltipItem_kasna {
40
+ .chart__tooltipItem_1j1ch {
41
41
  margin-bottom: var(--gap-10);
42
42
  }
43
- .chart__tooltipArrow_kasna {
43
+ .chart__tooltipArrow_1j1ch {
44
44
  position: absolute;
45
45
  left: var(--gap-0);
46
46
  top: 50%;
@@ -50,7 +50,7 @@
50
50
  border: 1px solid var(--color-light-neutral-400);
51
51
  background-color: var(--color-light-base-bg-primary);
52
52
  }
53
- .chart__tooltipArrow_kasna:before {
53
+ .chart__tooltipArrow_1j1ch:before {
54
54
  content: '';
55
55
  position: absolute;
56
56
  left: var(--gap-2-neg);
@@ -61,7 +61,7 @@
61
61
  border-width: 0 14px 14px 0;
62
62
  border-color: transparent var(--color-light-base-bg-primary) transparent transparent;
63
63
  }
64
- .chart__tooltipArrowRight_kasna {
64
+ .chart__tooltipArrowRight_1j1ch {
65
65
  left: 100%;
66
66
  transform: translate(-50%, -50%) scale(-1, 1) rotate(45deg);
67
67
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"tooltip":"chart__tooltip_kasna","tooltipList":"chart__tooltipList_kasna","tooltipItem":"chart__tooltipItem_kasna","tooltipArrow":"chart__tooltipArrow_kasna","tooltipArrowRight":"chart__tooltipArrowRight_kasna"};
3
+ const styles = {"tooltip":"chart__tooltip_1j1ch","tooltipList":"chart__tooltipList_1j1ch","tooltipItem":"chart__tooltipItem_1j1ch","tooltipArrow":"chart__tooltipArrow_1j1ch","tooltipArrowRight":"chart__tooltipArrowRight_1j1ch"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/modern/index.css CHANGED
@@ -5,10 +5,10 @@
5
5
  --font-family-system:
6
6
  system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, sans-serif;
7
7
  }
8
- .chart__coreChart_yzt8b .recharts-line path {
8
+ .chart__coreChart_v723j .recharts-line path {
9
9
  transition: d 0.2s ease-out;
10
10
  }
11
- .chart__coreChart_yzt8b .recharts-text tspan {
11
+ .chart__coreChart_v723j .recharts-text tspan {
12
12
  fill: var(--color-light-text-primary);
13
13
 
14
14
  font-size: 16px;
@@ -19,11 +19,11 @@
19
19
 
20
20
  font-family: var(--font-family-system);
21
21
  }
22
- .chart__bar_yzt8b {
22
+ .chart__bar_v723j {
23
23
  transition:
24
24
  opacity 0.2s ease-out,
25
25
  d 0.2s ease-out;
26
26
  }
27
- .chart__unfocused_yzt8b {
27
+ .chart__unfocused_v723j {
28
28
  opacity: 0.3;
29
29
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"coreChart":"chart__coreChart_yzt8b","bar":"chart__bar_yzt8b","unfocused":"chart__unfocused_yzt8b"};
3
+ const styles = {"coreChart":"chart__coreChart_v723j","bar":"chart__bar_v723j","unfocused":"chart__unfocused_v723j"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-chart",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Chart component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,7 +10,7 @@
10
10
  "main": "index.js",
11
11
  "module": "./esm/index.js",
12
12
  "dependencies": {
13
- "@alfalab/core-components-typography": "^6.0.0",
13
+ "@alfalab/core-components-typography": "^6.0.1",
14
14
  "classnames": "^2.5.1",
15
15
  "recharts": "^2.15.4",
16
16
  "tslib": "^2.4.0"
@@ -23,6 +23,6 @@
23
23
  "access": "public",
24
24
  "directory": "dist"
25
25
  },
26
- "themesVersion": "15.0.0",
27
- "varsVersion": "11.0.0"
26
+ "themesVersion": "15.0.1",
27
+ "varsVersion": "11.0.1"
28
28
  }