@alfalab/core-components-chart 4.0.0 → 4.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_18g67 {
1
+ .chart__dotUnfocused_1kvtu {
2
2
  opacity: 0.3;
3
3
  }
4
4
 
5
- .chart__dot_18g67,
6
- .chart__dotItem_18g67,
7
- .chart__dotWrap_18g67 {
5
+ .chart__dot_1kvtu,
6
+ .chart__dotItem_1kvtu,
7
+ .chart__dotWrap_1kvtu {
8
8
  transition: all 0.2s ease;
9
9
  }
10
10
 
11
- .chart__dot_18g67 {
12
- animation: chart__showDot_18g67 0.5s ease;
11
+ .chart__dot_1kvtu {
12
+ animation: chart__showDot_1kvtu 0.5s ease;
13
13
  }
14
14
 
15
- @keyframes chart__showDot_18g67 {
15
+ @keyframes chart__showDot_1kvtu {
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_18g67","dot":"chart__dot_18g67","dotItem":"chart__dotItem_18g67","dotWrap":"chart__dotWrap_18g67"};
5
+ var styles = {"dotUnfocused":"chart__dotUnfocused_1kvtu","dot":"chart__dot_1kvtu","dotItem":"chart__dotItem_1kvtu","dotWrap":"chart__dotWrap_1kvtu"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -2,25 +2,25 @@
2
2
  --gap-2xl: 32px;
3
3
  --gap-0: 0px;
4
4
  --gap-32: var(--gap-2xl);
5
- } .chart__legendContent_1v9lz {
5
+ } .chart__legendContent_xfn9u {
6
6
  display: flex;
7
7
  align-items: center;
8
8
  flex-wrap: wrap;
9
- } .chart__legendWrap_1v9lz {
9
+ } .chart__legendWrap_xfn9u {
10
10
  width: 100%;
11
11
  margin: var(--gap-0);
12
12
  padding: var(--gap-0);
13
- } .chart__legendItem_1v9lz {
13
+ } .chart__legendItem_xfn9u {
14
14
  margin-right: var(--gap-32);
15
15
  cursor: pointer;
16
16
  display: inline-block;
17
- } .chart__legendItem_1v9lz:last-child {
17
+ } .chart__legendItem_xfn9u:last-child {
18
18
  margin-right: var(--gap-0);
19
- } .chart__legendUnactive_1v9lz {
19
+ } .chart__legendUnactive_xfn9u {
20
20
  opacity: 0.3;
21
- } .chart__legendIcon_1v9lz {
21
+ } .chart__legendIcon_xfn9u {
22
22
  margin-right: 13px;
23
23
  display: flex;
24
- } .chart__legendValue_1v9lz {
24
+ } .chart__legendValue_xfn9u {
25
25
  text-transform: capitalize;
26
26
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"legendContent":"chart__legendContent_1v9lz","legendWrap":"chart__legendWrap_1v9lz","legendItem":"chart__legendItem_1v9lz","legendUnactive":"chart__legendUnactive_1v9lz","legendIcon":"chart__legendIcon_1v9lz","legendValue":"chart__legendValue_1v9lz"};
5
+ var styles = {"legendContent":"chart__legendContent_xfn9u","legendWrap":"chart__legendWrap_xfn9u","legendItem":"chart__legendItem_xfn9u","legendUnactive":"chart__legendUnactive_xfn9u","legendIcon":"chart__legendIcon_xfn9u","legendValue":"chart__legendValue_xfn9u"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,15 +1,15 @@
1
1
  :root {
2
2
  --color-dark-base-bg-primary: #121213;
3
3
  --color-light-text-primary: rgba(3, 3, 6, 0.88);
4
- } .chart__tickText_14nma {
4
+ } .chart__tickText_26vf2 {
5
5
  fill: var(--color-light-text-primary);
6
6
  font-size: 16px;
7
7
  line-height: 24px;
8
8
  font-weight: 400;
9
- } .chart__circle_14nma {
9
+ } .chart__circle_26vf2 {
10
10
  opacity: 0.3;
11
11
  fill: var(--color-dark-base-bg-primary);
12
- } .chart__circle_14nma {
12
+ } .chart__circle_26vf2 {
13
13
  opacity: 0.3;
14
14
  fill: var(--color-dark-base-bg-primary);
15
15
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"tickText":"chart__tickText_14nma","circle":"chart__circle_14nma"};
5
+ var styles = {"tickText":"chart__tickText_26vf2","circle":"chart__circle_26vf2"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -15,7 +15,7 @@
15
15
  --gap-12: var(--gap-s);
16
16
  --gap-16: var(--gap-m);
17
17
  --gap-2-neg: var(--gap-3xs-neg);
18
- } .chart__tooltip_ifp4p {
18
+ } .chart__tooltip_1kwg0 {
19
19
  background-color: var(--color-light-base-bg-primary);
20
20
  border: 1px solid var(--color-light-neutral-400);
21
21
  box-shadow: var(--shadow-l);
@@ -23,15 +23,15 @@
23
23
  padding: var(--gap-12) var(--gap-16);
24
24
  pointer-events: none;
25
25
  position: relative;
26
- } .chart__tooltipList_ifp4p {
26
+ } .chart__tooltipList_1kwg0 {
27
27
  position: relative;
28
28
  z-index: 5;
29
29
  list-style-type: none;
30
30
  padding: var(--gap-0);
31
31
  margin: var(--gap-0);
32
- } .chart__tooltipItem_ifp4p {
32
+ } .chart__tooltipItem_1kwg0 {
33
33
  margin-bottom: 10px;
34
- } .chart__tooltipArrow_ifp4p {
34
+ } .chart__tooltipArrow_1kwg0 {
35
35
  position: absolute;
36
36
  left: var(--gap-0);
37
37
  top: 50%;
@@ -40,7 +40,7 @@
40
40
  height: 10px;
41
41
  border: 1px solid var(--color-light-neutral-400);
42
42
  background-color: var(--color-light-base-bg-primary);
43
- } .chart__tooltipArrow_ifp4p:before {
43
+ } .chart__tooltipArrow_1kwg0:before {
44
44
  content: '';
45
45
  position: absolute;
46
46
  left: var(--gap-2-neg);
@@ -50,7 +50,7 @@
50
50
  border-style: solid;
51
51
  border-width: 0 24px 24px 0;
52
52
  border-color: transparent var(--color-light-base-bg-primary) transparent transparent;
53
- } .chart__tooltipArrowRight_ifp4p {
53
+ } .chart__tooltipArrowRight_1kwg0 {
54
54
  left: 100%;
55
55
  transform: translate(-50%, -50%) scale(-1, 1) rotate(45deg);
56
56
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"tooltip":"chart__tooltip_ifp4p","tooltipList":"chart__tooltipList_ifp4p","tooltipItem":"chart__tooltipItem_ifp4p","tooltipArrow":"chart__tooltipArrow_ifp4p","tooltipArrowRight":"chart__tooltipArrowRight_ifp4p"};
5
+ var styles = {"tooltip":"chart__tooltip_1kwg0","tooltipList":"chart__tooltipList_1kwg0","tooltipItem":"chart__tooltipItem_1kwg0","tooltipArrow":"chart__tooltipArrow_1kwg0","tooltipArrowRight":"chart__tooltipArrowRight_1kwg0"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,18 +1,18 @@
1
- .chart__dotUnfocused_18g67 {
1
+ .chart__dotUnfocused_1kvtu {
2
2
  opacity: 0.3;
3
3
  }
4
4
 
5
- .chart__dot_18g67,
6
- .chart__dotItem_18g67,
7
- .chart__dotWrap_18g67 {
5
+ .chart__dot_1kvtu,
6
+ .chart__dotItem_1kvtu,
7
+ .chart__dotWrap_1kvtu {
8
8
  transition: all 0.2s ease;
9
9
  }
10
10
 
11
- .chart__dot_18g67 {
12
- animation: chart__showDot_18g67 0.5s ease;
11
+ .chart__dot_1kvtu {
12
+ animation: chart__showDot_1kvtu 0.5s ease;
13
13
  }
14
14
 
15
- @keyframes chart__showDot_18g67 {
15
+ @keyframes chart__showDot_1kvtu {
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_18g67","dot":"chart__dot_18g67","dotItem":"chart__dotItem_18g67","dotWrap":"chart__dotWrap_18g67"};
3
+ var styles = {"dotUnfocused":"chart__dotUnfocused_1kvtu","dot":"chart__dot_1kvtu","dotItem":"chart__dotItem_1kvtu","dotWrap":"chart__dotWrap_1kvtu"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -2,25 +2,25 @@
2
2
  --gap-2xl: 32px;
3
3
  --gap-0: 0px;
4
4
  --gap-32: var(--gap-2xl);
5
- } .chart__legendContent_1v9lz {
5
+ } .chart__legendContent_xfn9u {
6
6
  display: flex;
7
7
  align-items: center;
8
8
  flex-wrap: wrap;
9
- } .chart__legendWrap_1v9lz {
9
+ } .chart__legendWrap_xfn9u {
10
10
  width: 100%;
11
11
  margin: var(--gap-0);
12
12
  padding: var(--gap-0);
13
- } .chart__legendItem_1v9lz {
13
+ } .chart__legendItem_xfn9u {
14
14
  margin-right: var(--gap-32);
15
15
  cursor: pointer;
16
16
  display: inline-block;
17
- } .chart__legendItem_1v9lz:last-child {
17
+ } .chart__legendItem_xfn9u:last-child {
18
18
  margin-right: var(--gap-0);
19
- } .chart__legendUnactive_1v9lz {
19
+ } .chart__legendUnactive_xfn9u {
20
20
  opacity: 0.3;
21
- } .chart__legendIcon_1v9lz {
21
+ } .chart__legendIcon_xfn9u {
22
22
  margin-right: 13px;
23
23
  display: flex;
24
- } .chart__legendValue_1v9lz {
24
+ } .chart__legendValue_xfn9u {
25
25
  text-transform: capitalize;
26
26
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"legendContent":"chart__legendContent_1v9lz","legendWrap":"chart__legendWrap_1v9lz","legendItem":"chart__legendItem_1v9lz","legendUnactive":"chart__legendUnactive_1v9lz","legendIcon":"chart__legendIcon_1v9lz","legendValue":"chart__legendValue_1v9lz"};
3
+ var styles = {"legendContent":"chart__legendContent_xfn9u","legendWrap":"chart__legendWrap_xfn9u","legendItem":"chart__legendItem_xfn9u","legendUnactive":"chart__legendUnactive_xfn9u","legendIcon":"chart__legendIcon_xfn9u","legendValue":"chart__legendValue_xfn9u"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,15 +1,15 @@
1
1
  :root {
2
2
  --color-dark-base-bg-primary: #121213;
3
3
  --color-light-text-primary: rgba(3, 3, 6, 0.88);
4
- } .chart__tickText_14nma {
4
+ } .chart__tickText_26vf2 {
5
5
  fill: var(--color-light-text-primary);
6
6
  font-size: 16px;
7
7
  line-height: 24px;
8
8
  font-weight: 400;
9
- } .chart__circle_14nma {
9
+ } .chart__circle_26vf2 {
10
10
  opacity: 0.3;
11
11
  fill: var(--color-dark-base-bg-primary);
12
- } .chart__circle_14nma {
12
+ } .chart__circle_26vf2 {
13
13
  opacity: 0.3;
14
14
  fill: var(--color-dark-base-bg-primary);
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"tickText":"chart__tickText_14nma","circle":"chart__circle_14nma"};
3
+ var styles = {"tickText":"chart__tickText_26vf2","circle":"chart__circle_26vf2"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -15,7 +15,7 @@
15
15
  --gap-12: var(--gap-s);
16
16
  --gap-16: var(--gap-m);
17
17
  --gap-2-neg: var(--gap-3xs-neg);
18
- } .chart__tooltip_ifp4p {
18
+ } .chart__tooltip_1kwg0 {
19
19
  background-color: var(--color-light-base-bg-primary);
20
20
  border: 1px solid var(--color-light-neutral-400);
21
21
  box-shadow: var(--shadow-l);
@@ -23,15 +23,15 @@
23
23
  padding: var(--gap-12) var(--gap-16);
24
24
  pointer-events: none;
25
25
  position: relative;
26
- } .chart__tooltipList_ifp4p {
26
+ } .chart__tooltipList_1kwg0 {
27
27
  position: relative;
28
28
  z-index: 5;
29
29
  list-style-type: none;
30
30
  padding: var(--gap-0);
31
31
  margin: var(--gap-0);
32
- } .chart__tooltipItem_ifp4p {
32
+ } .chart__tooltipItem_1kwg0 {
33
33
  margin-bottom: 10px;
34
- } .chart__tooltipArrow_ifp4p {
34
+ } .chart__tooltipArrow_1kwg0 {
35
35
  position: absolute;
36
36
  left: var(--gap-0);
37
37
  top: 50%;
@@ -40,7 +40,7 @@
40
40
  height: 10px;
41
41
  border: 1px solid var(--color-light-neutral-400);
42
42
  background-color: var(--color-light-base-bg-primary);
43
- } .chart__tooltipArrow_ifp4p:before {
43
+ } .chart__tooltipArrow_1kwg0:before {
44
44
  content: '';
45
45
  position: absolute;
46
46
  left: var(--gap-2-neg);
@@ -50,7 +50,7 @@
50
50
  border-style: solid;
51
51
  border-width: 0 24px 24px 0;
52
52
  border-color: transparent var(--color-light-base-bg-primary) transparent transparent;
53
- } .chart__tooltipArrowRight_ifp4p {
53
+ } .chart__tooltipArrowRight_1kwg0 {
54
54
  left: 100%;
55
55
  transform: translate(-50%, -50%) scale(-1, 1) rotate(45deg);
56
56
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"tooltip":"chart__tooltip_ifp4p","tooltipList":"chart__tooltipList_ifp4p","tooltipItem":"chart__tooltipItem_ifp4p","tooltipArrow":"chart__tooltipArrow_ifp4p","tooltipArrowRight":"chart__tooltipArrowRight_ifp4p"};
3
+ var styles = {"tooltip":"chart__tooltip_1kwg0","tooltipList":"chart__tooltipList_1kwg0","tooltipItem":"chart__tooltipItem_1kwg0","tooltipArrow":"chart__tooltipArrow_1kwg0","tooltipArrowRight":"chart__tooltipArrowRight_1kwg0"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/esm/index.css CHANGED
@@ -1,13 +1,13 @@
1
1
  :root {
2
2
  --color-light-text-primary: rgba(3, 3, 6, 0.88);
3
- } .chart__coreChart_ehuzq .recharts-line path {
3
+ } .chart__coreChart_1fp0c .recharts-line path {
4
4
  transition: d 0.2s ease-out;
5
- } .chart__coreChart_ehuzq .recharts-text tspan {
5
+ } .chart__coreChart_1fp0c .recharts-text tspan {
6
6
  fill: var(--color-light-text-primary);
7
7
  font-size: 16px;
8
8
  line-height: 22px;
9
- } .chart__bar_ehuzq {
9
+ } .chart__bar_1fp0c {
10
10
  transition: opacity 0.2s ease-out, d 0.2s ease-out;
11
- } .chart__unfocused_ehuzq {
11
+ } .chart__unfocused_1fp0c {
12
12
  opacity: 0.3;
13
13
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"coreChart":"chart__coreChart_ehuzq","bar":"chart__bar_ehuzq","unfocused":"chart__unfocused_ehuzq"};
3
+ var styles = {"coreChart":"chart__coreChart_1fp0c","bar":"chart__bar_1fp0c","unfocused":"chart__unfocused_1fp0c"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/index.css CHANGED
@@ -1,13 +1,13 @@
1
1
  :root {
2
2
  --color-light-text-primary: rgba(3, 3, 6, 0.88);
3
- } .chart__coreChart_ehuzq .recharts-line path {
3
+ } .chart__coreChart_1fp0c .recharts-line path {
4
4
  transition: d 0.2s ease-out;
5
- } .chart__coreChart_ehuzq .recharts-text tspan {
5
+ } .chart__coreChart_1fp0c .recharts-text tspan {
6
6
  fill: var(--color-light-text-primary);
7
7
  font-size: 16px;
8
8
  line-height: 22px;
9
- } .chart__bar_ehuzq {
9
+ } .chart__bar_1fp0c {
10
10
  transition: opacity 0.2s ease-out, d 0.2s ease-out;
11
- } .chart__unfocused_ehuzq {
11
+ } .chart__unfocused_1fp0c {
12
12
  opacity: 0.3;
13
13
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"coreChart":"chart__coreChart_ehuzq","bar":"chart__bar_ehuzq","unfocused":"chart__unfocused_ehuzq"};
5
+ var styles = {"coreChart":"chart__coreChart_1fp0c","bar":"chart__bar_1fp0c","unfocused":"chart__unfocused_1fp0c"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -1,18 +1,18 @@
1
- .chart__dotUnfocused_18g67 {
1
+ .chart__dotUnfocused_1kvtu {
2
2
  opacity: 0.3;
3
3
  }
4
4
 
5
- .chart__dot_18g67,
6
- .chart__dotItem_18g67,
7
- .chart__dotWrap_18g67 {
5
+ .chart__dot_1kvtu,
6
+ .chart__dotItem_1kvtu,
7
+ .chart__dotWrap_1kvtu {
8
8
  transition: all 0.2s ease;
9
9
  }
10
10
 
11
- .chart__dot_18g67 {
12
- animation: chart__showDot_18g67 0.5s ease;
11
+ .chart__dot_1kvtu {
12
+ animation: chart__showDot_1kvtu 0.5s ease;
13
13
  }
14
14
 
15
- @keyframes chart__showDot_18g67 {
15
+ @keyframes chart__showDot_1kvtu {
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_18g67","dot":"chart__dot_18g67","dotItem":"chart__dotItem_18g67","dotWrap":"chart__dotWrap_18g67"};
3
+ const styles = {"dotUnfocused":"chart__dotUnfocused_1kvtu","dot":"chart__dot_1kvtu","dotItem":"chart__dotItem_1kvtu","dotWrap":"chart__dotWrap_1kvtu"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -2,25 +2,25 @@
2
2
  --gap-2xl: 32px;
3
3
  --gap-0: 0px;
4
4
  --gap-32: var(--gap-2xl);
5
- } .chart__legendContent_1v9lz {
5
+ } .chart__legendContent_xfn9u {
6
6
  display: flex;
7
7
  align-items: center;
8
8
  flex-wrap: wrap;
9
- } .chart__legendWrap_1v9lz {
9
+ } .chart__legendWrap_xfn9u {
10
10
  width: 100%;
11
11
  margin: var(--gap-0);
12
12
  padding: var(--gap-0);
13
- } .chart__legendItem_1v9lz {
13
+ } .chart__legendItem_xfn9u {
14
14
  margin-right: var(--gap-32);
15
15
  cursor: pointer;
16
16
  display: inline-block;
17
- } .chart__legendItem_1v9lz:last-child {
17
+ } .chart__legendItem_xfn9u:last-child {
18
18
  margin-right: var(--gap-0);
19
- } .chart__legendUnactive_1v9lz {
19
+ } .chart__legendUnactive_xfn9u {
20
20
  opacity: 0.3;
21
- } .chart__legendIcon_1v9lz {
21
+ } .chart__legendIcon_xfn9u {
22
22
  margin-right: 13px;
23
23
  display: flex;
24
- } .chart__legendValue_1v9lz {
24
+ } .chart__legendValue_xfn9u {
25
25
  text-transform: capitalize;
26
26
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"legendContent":"chart__legendContent_1v9lz","legendWrap":"chart__legendWrap_1v9lz","legendItem":"chart__legendItem_1v9lz","legendUnactive":"chart__legendUnactive_1v9lz","legendIcon":"chart__legendIcon_1v9lz","legendValue":"chart__legendValue_1v9lz"};
3
+ const styles = {"legendContent":"chart__legendContent_xfn9u","legendWrap":"chart__legendWrap_xfn9u","legendItem":"chart__legendItem_xfn9u","legendUnactive":"chart__legendUnactive_xfn9u","legendIcon":"chart__legendIcon_xfn9u","legendValue":"chart__legendValue_xfn9u"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -1,15 +1,15 @@
1
1
  :root {
2
2
  --color-dark-base-bg-primary: #121213;
3
3
  --color-light-text-primary: rgba(3, 3, 6, 0.88);
4
- } .chart__tickText_14nma {
4
+ } .chart__tickText_26vf2 {
5
5
  fill: var(--color-light-text-primary);
6
6
  font-size: 16px;
7
7
  line-height: 24px;
8
8
  font-weight: 400;
9
- } .chart__circle_14nma {
9
+ } .chart__circle_26vf2 {
10
10
  opacity: 0.3;
11
11
  fill: var(--color-dark-base-bg-primary);
12
- } .chart__circle_14nma {
12
+ } .chart__circle_26vf2 {
13
13
  opacity: 0.3;
14
14
  fill: var(--color-dark-base-bg-primary);
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"tickText":"chart__tickText_14nma","circle":"chart__circle_14nma"};
3
+ const styles = {"tickText":"chart__tickText_26vf2","circle":"chart__circle_26vf2"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
@@ -15,7 +15,7 @@
15
15
  --gap-12: var(--gap-s);
16
16
  --gap-16: var(--gap-m);
17
17
  --gap-2-neg: var(--gap-3xs-neg);
18
- } .chart__tooltip_ifp4p {
18
+ } .chart__tooltip_1kwg0 {
19
19
  background-color: var(--color-light-base-bg-primary);
20
20
  border: 1px solid var(--color-light-neutral-400);
21
21
  box-shadow: var(--shadow-l);
@@ -23,15 +23,15 @@
23
23
  padding: var(--gap-12) var(--gap-16);
24
24
  pointer-events: none;
25
25
  position: relative;
26
- } .chart__tooltipList_ifp4p {
26
+ } .chart__tooltipList_1kwg0 {
27
27
  position: relative;
28
28
  z-index: 5;
29
29
  list-style-type: none;
30
30
  padding: var(--gap-0);
31
31
  margin: var(--gap-0);
32
- } .chart__tooltipItem_ifp4p {
32
+ } .chart__tooltipItem_1kwg0 {
33
33
  margin-bottom: 10px;
34
- } .chart__tooltipArrow_ifp4p {
34
+ } .chart__tooltipArrow_1kwg0 {
35
35
  position: absolute;
36
36
  left: var(--gap-0);
37
37
  top: 50%;
@@ -40,7 +40,7 @@
40
40
  height: 10px;
41
41
  border: 1px solid var(--color-light-neutral-400);
42
42
  background-color: var(--color-light-base-bg-primary);
43
- } .chart__tooltipArrow_ifp4p:before {
43
+ } .chart__tooltipArrow_1kwg0:before {
44
44
  content: '';
45
45
  position: absolute;
46
46
  left: var(--gap-2-neg);
@@ -50,7 +50,7 @@
50
50
  border-style: solid;
51
51
  border-width: 0 24px 24px 0;
52
52
  border-color: transparent var(--color-light-base-bg-primary) transparent transparent;
53
- } .chart__tooltipArrowRight_ifp4p {
53
+ } .chart__tooltipArrowRight_1kwg0 {
54
54
  left: 100%;
55
55
  transform: translate(-50%, -50%) scale(-1, 1) rotate(45deg);
56
56
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"tooltip":"chart__tooltip_ifp4p","tooltipList":"chart__tooltipList_ifp4p","tooltipItem":"chart__tooltipItem_ifp4p","tooltipArrow":"chart__tooltipArrow_ifp4p","tooltipArrowRight":"chart__tooltipArrowRight_ifp4p"};
3
+ const styles = {"tooltip":"chart__tooltip_1kwg0","tooltipList":"chart__tooltipList_1kwg0","tooltipItem":"chart__tooltipItem_1kwg0","tooltipArrow":"chart__tooltipArrow_1kwg0","tooltipArrowRight":"chart__tooltipArrowRight_1kwg0"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/modern/index.css CHANGED
@@ -1,13 +1,13 @@
1
1
  :root {
2
2
  --color-light-text-primary: rgba(3, 3, 6, 0.88);
3
- } .chart__coreChart_ehuzq .recharts-line path {
3
+ } .chart__coreChart_1fp0c .recharts-line path {
4
4
  transition: d 0.2s ease-out;
5
- } .chart__coreChart_ehuzq .recharts-text tspan {
5
+ } .chart__coreChart_1fp0c .recharts-text tspan {
6
6
  fill: var(--color-light-text-primary);
7
7
  font-size: 16px;
8
8
  line-height: 22px;
9
- } .chart__bar_ehuzq {
9
+ } .chart__bar_1fp0c {
10
10
  transition: opacity 0.2s ease-out, d 0.2s ease-out;
11
- } .chart__unfocused_ehuzq {
11
+ } .chart__unfocused_1fp0c {
12
12
  opacity: 0.3;
13
13
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"coreChart":"chart__coreChart_ehuzq","bar":"chart__bar_ehuzq","unfocused":"chart__unfocused_ehuzq"};
3
+ const styles = {"coreChart":"chart__coreChart_1fp0c","bar":"chart__bar_1fp0c","unfocused":"chart__unfocused_1fp0c"};
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": "4.0.0",
3
+ "version": "4.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": "^5.0.0",
13
+ "@alfalab/core-components-typography": "^5.0.1",
14
14
  "classnames": "^2.5.1",
15
15
  "recharts": "^2.12.7",
16
16
  "tslib": "^2.4.0"
@@ -23,6 +23,6 @@
23
23
  "access": "public",
24
24
  "directory": "dist"
25
25
  },
26
- "themesVersion": "14.0.0",
27
- "varsVersion": "10.0.0"
26
+ "themesVersion": "14.1.0",
27
+ "varsVersion": "10.1.0"
28
28
  }