@alfalab/core-components-chart 5.0.1-alfasans → 5.0.2-alfasans

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_w2tqc {
1
+ .chart__dotUnfocused_4a1h5 {
2
2
  opacity: 0.3;
3
3
  }
4
4
 
5
- .chart__dot_w2tqc,
6
- .chart__dotItem_w2tqc,
7
- .chart__dotWrap_w2tqc {
5
+ .chart__dot_4a1h5,
6
+ .chart__dotItem_4a1h5,
7
+ .chart__dotWrap_4a1h5 {
8
8
  transition: all 0.2s ease;
9
9
  }
10
10
 
11
- .chart__dot_w2tqc {
12
- animation: chart__showDot_w2tqc 0.5s ease;
11
+ .chart__dot_4a1h5 {
12
+ animation: chart__showDot_4a1h5 0.5s ease;
13
13
  }
14
14
 
15
- @keyframes chart__showDot_w2tqc {
15
+ @keyframes chart__showDot_4a1h5 {
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_w2tqc","dot":"chart__dot_w2tqc","dotItem":"chart__dotItem_w2tqc","dotWrap":"chart__dotWrap_w2tqc"};
5
+ var styles = {"dotUnfocused":"chart__dotUnfocused_4a1h5","dot":"chart__dot_4a1h5","dotItem":"chart__dotItem_4a1h5","dotWrap":"chart__dotWrap_4a1h5"};
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_wblkc {
6
+ .chart__legendContent_jjc8y {
7
7
  display: flex;
8
8
  align-items: center;
9
9
  flex-wrap: wrap;
10
10
  }
11
- .chart__legendWrap_wblkc {
11
+ .chart__legendWrap_jjc8y {
12
12
  width: 100%;
13
13
  margin: var(--gap-0);
14
14
  padding: var(--gap-0);
15
15
  }
16
- .chart__legendItem_wblkc {
16
+ .chart__legendItem_jjc8y {
17
17
  margin-right: var(--gap-32);
18
18
  cursor: pointer;
19
19
  display: inline-block;
20
20
  }
21
- .chart__legendItem_wblkc:last-child {
21
+ .chart__legendItem_jjc8y:last-child {
22
22
  margin-right: var(--gap-0);
23
23
  }
24
- .chart__legendUnactive_wblkc {
24
+ .chart__legendUnactive_jjc8y {
25
25
  opacity: 0.3;
26
26
  }
27
- .chart__legendIcon_wblkc {
27
+ .chart__legendIcon_jjc8y {
28
28
  margin-right: 13px;
29
29
  display: flex;
30
30
  }
31
- .chart__legendValue_wblkc {
31
+ .chart__legendValue_jjc8y {
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_wblkc","legendWrap":"chart__legendWrap_wblkc","legendItem":"chart__legendItem_wblkc","legendUnactive":"chart__legendUnactive_wblkc","legendIcon":"chart__legendIcon_wblkc","legendValue":"chart__legendValue_wblkc"};
5
+ var styles = {"legendContent":"chart__legendContent_jjc8y","legendWrap":"chart__legendWrap_jjc8y","legendItem":"chart__legendItem_jjc8y","legendUnactive":"chart__legendUnactive_jjc8y","legendIcon":"chart__legendIcon_jjc8y","legendValue":"chart__legendValue_jjc8y"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -7,7 +7,7 @@
7
7
  'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
8
8
  Helvetica, sans-serif;
9
9
  }
10
- .chart__tickText_1w27n {
10
+ .chart__tickText_9tcx8 {
11
11
  fill: var(--color-light-text-primary);
12
12
  font-size: 16px;
13
13
  line-height: 24px;
@@ -15,7 +15,7 @@
15
15
  letter-spacing: -0.24px;
16
16
  font-family: var(--font-family-alfasans);
17
17
  }
18
- .chart__circle_1w27n {
18
+ .chart__circle_9tcx8 {
19
19
  opacity: 0.3;
20
20
  fill: var(--color-dark-base-bg-primary);
21
21
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"tickText":"chart__tickText_1w27n","circle":"chart__circle_1w27n"};
5
+ var styles = {"tickText":"chart__tickText_9tcx8","circle":"chart__circle_9tcx8"};
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_92bnk {
24
+ .chart__tooltip_10v3w {
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_92bnk {
33
+ .chart__tooltipList_10v3w {
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_92bnk {
40
+ .chart__tooltipItem_10v3w {
41
41
  margin-bottom: var(--gap-10);
42
42
  }
43
- .chart__tooltipArrow_92bnk {
43
+ .chart__tooltipArrow_10v3w {
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_92bnk:before {
53
+ .chart__tooltipArrow_10v3w: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_92bnk {
64
+ .chart__tooltipArrowRight_10v3w {
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_92bnk","tooltipList":"chart__tooltipList_92bnk","tooltipItem":"chart__tooltipItem_92bnk","tooltipArrow":"chart__tooltipArrow_92bnk","tooltipArrowRight":"chart__tooltipArrowRight_92bnk"};
5
+ var styles = {"tooltip":"chart__tooltip_10v3w","tooltipList":"chart__tooltipList_10v3w","tooltipItem":"chart__tooltipItem_10v3w","tooltipArrow":"chart__tooltipArrow_10v3w","tooltipArrowRight":"chart__tooltipArrowRight_10v3w"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,18 +1,18 @@
1
- .chart__dotUnfocused_w2tqc {
1
+ .chart__dotUnfocused_4a1h5 {
2
2
  opacity: 0.3;
3
3
  }
4
4
 
5
- .chart__dot_w2tqc,
6
- .chart__dotItem_w2tqc,
7
- .chart__dotWrap_w2tqc {
5
+ .chart__dot_4a1h5,
6
+ .chart__dotItem_4a1h5,
7
+ .chart__dotWrap_4a1h5 {
8
8
  transition: all 0.2s ease;
9
9
  }
10
10
 
11
- .chart__dot_w2tqc {
12
- animation: chart__showDot_w2tqc 0.5s ease;
11
+ .chart__dot_4a1h5 {
12
+ animation: chart__showDot_4a1h5 0.5s ease;
13
13
  }
14
14
 
15
- @keyframes chart__showDot_w2tqc {
15
+ @keyframes chart__showDot_4a1h5 {
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_w2tqc","dot":"chart__dot_w2tqc","dotItem":"chart__dotItem_w2tqc","dotWrap":"chart__dotWrap_w2tqc"};
3
+ var styles = {"dotUnfocused":"chart__dotUnfocused_4a1h5","dot":"chart__dot_4a1h5","dotItem":"chart__dotItem_4a1h5","dotWrap":"chart__dotWrap_4a1h5"};
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_wblkc {
6
+ .chart__legendContent_jjc8y {
7
7
  display: flex;
8
8
  align-items: center;
9
9
  flex-wrap: wrap;
10
10
  }
11
- .chart__legendWrap_wblkc {
11
+ .chart__legendWrap_jjc8y {
12
12
  width: 100%;
13
13
  margin: var(--gap-0);
14
14
  padding: var(--gap-0);
15
15
  }
16
- .chart__legendItem_wblkc {
16
+ .chart__legendItem_jjc8y {
17
17
  margin-right: var(--gap-32);
18
18
  cursor: pointer;
19
19
  display: inline-block;
20
20
  }
21
- .chart__legendItem_wblkc:last-child {
21
+ .chart__legendItem_jjc8y:last-child {
22
22
  margin-right: var(--gap-0);
23
23
  }
24
- .chart__legendUnactive_wblkc {
24
+ .chart__legendUnactive_jjc8y {
25
25
  opacity: 0.3;
26
26
  }
27
- .chart__legendIcon_wblkc {
27
+ .chart__legendIcon_jjc8y {
28
28
  margin-right: 13px;
29
29
  display: flex;
30
30
  }
31
- .chart__legendValue_wblkc {
31
+ .chart__legendValue_jjc8y {
32
32
  text-transform: capitalize;
33
33
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"legendContent":"chart__legendContent_wblkc","legendWrap":"chart__legendWrap_wblkc","legendItem":"chart__legendItem_wblkc","legendUnactive":"chart__legendUnactive_wblkc","legendIcon":"chart__legendIcon_wblkc","legendValue":"chart__legendValue_wblkc"};
3
+ var styles = {"legendContent":"chart__legendContent_jjc8y","legendWrap":"chart__legendWrap_jjc8y","legendItem":"chart__legendItem_jjc8y","legendUnactive":"chart__legendUnactive_jjc8y","legendIcon":"chart__legendIcon_jjc8y","legendValue":"chart__legendValue_jjc8y"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -7,7 +7,7 @@
7
7
  'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
8
8
  Helvetica, sans-serif;
9
9
  }
10
- .chart__tickText_1w27n {
10
+ .chart__tickText_9tcx8 {
11
11
  fill: var(--color-light-text-primary);
12
12
  font-size: 16px;
13
13
  line-height: 24px;
@@ -15,7 +15,7 @@
15
15
  letter-spacing: -0.24px;
16
16
  font-family: var(--font-family-alfasans);
17
17
  }
18
- .chart__circle_1w27n {
18
+ .chart__circle_9tcx8 {
19
19
  opacity: 0.3;
20
20
  fill: var(--color-dark-base-bg-primary);
21
21
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"tickText":"chart__tickText_1w27n","circle":"chart__circle_1w27n"};
3
+ var styles = {"tickText":"chart__tickText_9tcx8","circle":"chart__circle_9tcx8"};
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_92bnk {
24
+ .chart__tooltip_10v3w {
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_92bnk {
33
+ .chart__tooltipList_10v3w {
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_92bnk {
40
+ .chart__tooltipItem_10v3w {
41
41
  margin-bottom: var(--gap-10);
42
42
  }
43
- .chart__tooltipArrow_92bnk {
43
+ .chart__tooltipArrow_10v3w {
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_92bnk:before {
53
+ .chart__tooltipArrow_10v3w: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_92bnk {
64
+ .chart__tooltipArrowRight_10v3w {
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_92bnk","tooltipList":"chart__tooltipList_92bnk","tooltipItem":"chart__tooltipItem_92bnk","tooltipArrow":"chart__tooltipArrow_92bnk","tooltipArrowRight":"chart__tooltipArrowRight_92bnk"};
3
+ var styles = {"tooltip":"chart__tooltip_10v3w","tooltipList":"chart__tooltipList_10v3w","tooltipItem":"chart__tooltipItem_10v3w","tooltipArrow":"chart__tooltipArrow_10v3w","tooltipArrowRight":"chart__tooltipArrowRight_10v3w"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/esm/index.css CHANGED
@@ -6,10 +6,10 @@
6
6
  'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
7
7
  Helvetica, sans-serif;
8
8
  }
9
- .chart__coreChart_r026u .recharts-line path {
9
+ .chart__coreChart_khfmc .recharts-line path {
10
10
  transition: d 0.2s ease-out;
11
11
  }
12
- .chart__coreChart_r026u .recharts-text tspan {
12
+ .chart__coreChart_khfmc .recharts-text tspan {
13
13
  fill: var(--color-light-text-primary);
14
14
 
15
15
  font-size: 16px;
@@ -22,11 +22,11 @@
22
22
 
23
23
  font-family: var(--font-family-alfasans);
24
24
  }
25
- .chart__bar_r026u {
25
+ .chart__bar_khfmc {
26
26
  transition:
27
27
  opacity 0.2s ease-out,
28
28
  d 0.2s ease-out;
29
29
  }
30
- .chart__unfocused_r026u {
30
+ .chart__unfocused_khfmc {
31
31
  opacity: 0.3;
32
32
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"coreChart":"chart__coreChart_r026u","bar":"chart__bar_r026u","unfocused":"chart__unfocused_r026u"};
3
+ var styles = {"coreChart":"chart__coreChart_khfmc","bar":"chart__bar_khfmc","unfocused":"chart__unfocused_khfmc"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/index.css CHANGED
@@ -6,10 +6,10 @@
6
6
  'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
7
7
  Helvetica, sans-serif;
8
8
  }
9
- .chart__coreChart_r026u .recharts-line path {
9
+ .chart__coreChart_khfmc .recharts-line path {
10
10
  transition: d 0.2s ease-out;
11
11
  }
12
- .chart__coreChart_r026u .recharts-text tspan {
12
+ .chart__coreChart_khfmc .recharts-text tspan {
13
13
  fill: var(--color-light-text-primary);
14
14
 
15
15
  font-size: 16px;
@@ -22,11 +22,11 @@
22
22
 
23
23
  font-family: var(--font-family-alfasans);
24
24
  }
25
- .chart__bar_r026u {
25
+ .chart__bar_khfmc {
26
26
  transition:
27
27
  opacity 0.2s ease-out,
28
28
  d 0.2s ease-out;
29
29
  }
30
- .chart__unfocused_r026u {
30
+ .chart__unfocused_khfmc {
31
31
  opacity: 0.3;
32
32
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"coreChart":"chart__coreChart_r026u","bar":"chart__bar_r026u","unfocused":"chart__unfocused_r026u"};
5
+ var styles = {"coreChart":"chart__coreChart_khfmc","bar":"chart__bar_khfmc","unfocused":"chart__unfocused_khfmc"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,18 +1,18 @@
1
- .chart__dotUnfocused_w2tqc {
1
+ .chart__dotUnfocused_4a1h5 {
2
2
  opacity: 0.3;
3
3
  }
4
4
 
5
- .chart__dot_w2tqc,
6
- .chart__dotItem_w2tqc,
7
- .chart__dotWrap_w2tqc {
5
+ .chart__dot_4a1h5,
6
+ .chart__dotItem_4a1h5,
7
+ .chart__dotWrap_4a1h5 {
8
8
  transition: all 0.2s ease;
9
9
  }
10
10
 
11
- .chart__dot_w2tqc {
12
- animation: chart__showDot_w2tqc 0.5s ease;
11
+ .chart__dot_4a1h5 {
12
+ animation: chart__showDot_4a1h5 0.5s ease;
13
13
  }
14
14
 
15
- @keyframes chart__showDot_w2tqc {
15
+ @keyframes chart__showDot_4a1h5 {
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_w2tqc","dot":"chart__dot_w2tqc","dotItem":"chart__dotItem_w2tqc","dotWrap":"chart__dotWrap_w2tqc"};
3
+ const styles = {"dotUnfocused":"chart__dotUnfocused_4a1h5","dot":"chart__dot_4a1h5","dotItem":"chart__dotItem_4a1h5","dotWrap":"chart__dotWrap_4a1h5"};
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_wblkc {
6
+ .chart__legendContent_jjc8y {
7
7
  display: flex;
8
8
  align-items: center;
9
9
  flex-wrap: wrap;
10
10
  }
11
- .chart__legendWrap_wblkc {
11
+ .chart__legendWrap_jjc8y {
12
12
  width: 100%;
13
13
  margin: var(--gap-0);
14
14
  padding: var(--gap-0);
15
15
  }
16
- .chart__legendItem_wblkc {
16
+ .chart__legendItem_jjc8y {
17
17
  margin-right: var(--gap-32);
18
18
  cursor: pointer;
19
19
  display: inline-block;
20
20
  }
21
- .chart__legendItem_wblkc:last-child {
21
+ .chart__legendItem_jjc8y:last-child {
22
22
  margin-right: var(--gap-0);
23
23
  }
24
- .chart__legendUnactive_wblkc {
24
+ .chart__legendUnactive_jjc8y {
25
25
  opacity: 0.3;
26
26
  }
27
- .chart__legendIcon_wblkc {
27
+ .chart__legendIcon_jjc8y {
28
28
  margin-right: 13px;
29
29
  display: flex;
30
30
  }
31
- .chart__legendValue_wblkc {
31
+ .chart__legendValue_jjc8y {
32
32
  text-transform: capitalize;
33
33
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"legendContent":"chart__legendContent_wblkc","legendWrap":"chart__legendWrap_wblkc","legendItem":"chart__legendItem_wblkc","legendUnactive":"chart__legendUnactive_wblkc","legendIcon":"chart__legendIcon_wblkc","legendValue":"chart__legendValue_wblkc"};
3
+ const styles = {"legendContent":"chart__legendContent_jjc8y","legendWrap":"chart__legendWrap_jjc8y","legendItem":"chart__legendItem_jjc8y","legendUnactive":"chart__legendUnactive_jjc8y","legendIcon":"chart__legendIcon_jjc8y","legendValue":"chart__legendValue_jjc8y"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -7,7 +7,7 @@
7
7
  'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
8
8
  Helvetica, sans-serif;
9
9
  }
10
- .chart__tickText_1w27n {
10
+ .chart__tickText_9tcx8 {
11
11
  fill: var(--color-light-text-primary);
12
12
  font-size: 16px;
13
13
  line-height: 24px;
@@ -15,7 +15,7 @@
15
15
  letter-spacing: -0.24px;
16
16
  font-family: var(--font-family-alfasans);
17
17
  }
18
- .chart__circle_1w27n {
18
+ .chart__circle_9tcx8 {
19
19
  opacity: 0.3;
20
20
  fill: var(--color-dark-base-bg-primary);
21
21
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"tickText":"chart__tickText_1w27n","circle":"chart__circle_1w27n"};
3
+ const styles = {"tickText":"chart__tickText_9tcx8","circle":"chart__circle_9tcx8"};
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_92bnk {
24
+ .chart__tooltip_10v3w {
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_92bnk {
33
+ .chart__tooltipList_10v3w {
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_92bnk {
40
+ .chart__tooltipItem_10v3w {
41
41
  margin-bottom: var(--gap-10);
42
42
  }
43
- .chart__tooltipArrow_92bnk {
43
+ .chart__tooltipArrow_10v3w {
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_92bnk:before {
53
+ .chart__tooltipArrow_10v3w: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_92bnk {
64
+ .chart__tooltipArrowRight_10v3w {
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_92bnk","tooltipList":"chart__tooltipList_92bnk","tooltipItem":"chart__tooltipItem_92bnk","tooltipArrow":"chart__tooltipArrow_92bnk","tooltipArrowRight":"chart__tooltipArrowRight_92bnk"};
3
+ const styles = {"tooltip":"chart__tooltip_10v3w","tooltipList":"chart__tooltipList_10v3w","tooltipItem":"chart__tooltipItem_10v3w","tooltipArrow":"chart__tooltipArrow_10v3w","tooltipArrowRight":"chart__tooltipArrowRight_10v3w"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/modern/index.css CHANGED
@@ -6,10 +6,10 @@
6
6
  'Alfa Interface Sans', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue',
7
7
  Helvetica, sans-serif;
8
8
  }
9
- .chart__coreChart_r026u .recharts-line path {
9
+ .chart__coreChart_khfmc .recharts-line path {
10
10
  transition: d 0.2s ease-out;
11
11
  }
12
- .chart__coreChart_r026u .recharts-text tspan {
12
+ .chart__coreChart_khfmc .recharts-text tspan {
13
13
  fill: var(--color-light-text-primary);
14
14
 
15
15
  font-size: 16px;
@@ -22,11 +22,11 @@
22
22
 
23
23
  font-family: var(--font-family-alfasans);
24
24
  }
25
- .chart__bar_r026u {
25
+ .chart__bar_khfmc {
26
26
  transition:
27
27
  opacity 0.2s ease-out,
28
28
  d 0.2s ease-out;
29
29
  }
30
- .chart__unfocused_r026u {
30
+ .chart__unfocused_khfmc {
31
31
  opacity: 0.3;
32
32
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"coreChart":"chart__coreChart_r026u","bar":"chart__bar_r026u","unfocused":"chart__unfocused_r026u"};
3
+ const styles = {"coreChart":"chart__coreChart_khfmc","bar":"chart__bar_khfmc","unfocused":"chart__unfocused_khfmc"};
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.1-alfasans",
3
+ "version": "5.0.2-alfasans",
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.1-alfasans",
13
+ "@alfalab/core-components-typography": "6.0.2-alfasans",
14
14
  "classnames": "^2.5.1",
15
15
  "recharts": "^2.15.4",
16
16
  "tslib": "^2.4.0"