@alfalab/core-components-chart 4.0.0 → 4.1.0-snapshot-92b8690
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.
- package/components/Dot/index.css +7 -7
- package/components/Dot/index.module.css.js +1 -1
- package/components/Legends/index.css +7 -7
- package/components/Legends/index.module.css.js +1 -1
- package/components/Legends/index.module.css.js.map +1 -1
- package/components/Tick/index.css +3 -3
- package/components/Tick/index.module.css.js +1 -1
- package/components/Tick/index.module.css.js.map +1 -1
- package/components/TooltipContent/index.css +6 -6
- package/components/TooltipContent/index.module.css.js +1 -1
- package/components/TooltipContent/index.module.css.js.map +1 -1
- package/dynamic-mixins/Component.d.ts +6 -0
- package/dynamic-mixins/Component.js +263 -0
- package/dynamic-mixins/Component.js.map +1 -0
- package/dynamic-mixins/components/CustomizedLabel.d.ts +2 -0
- package/dynamic-mixins/components/CustomizedLabel.js +21 -0
- package/dynamic-mixins/components/CustomizedLabel.js.map +1 -0
- package/dynamic-mixins/components/Dot/index.css +22 -0
- package/dynamic-mixins/components/Dot/index.d.ts +3 -0
- package/dynamic-mixins/components/Dot/index.js +54 -0
- package/dynamic-mixins/components/Dot/index.js.map +1 -0
- package/dynamic-mixins/components/Dot/index.module.css.js +8 -0
- package/dynamic-mixins/components/Dot/index.module.css.js.map +1 -0
- package/dynamic-mixins/components/Legends/index.css +26 -0
- package/dynamic-mixins/components/Legends/index.d.ts +13 -0
- package/dynamic-mixins/components/Legends/index.js +48 -0
- package/dynamic-mixins/components/Legends/index.js.map +1 -0
- package/dynamic-mixins/components/Legends/index.module.css.js +8 -0
- package/dynamic-mixins/components/Legends/index.module.css.js.map +1 -0
- package/dynamic-mixins/components/LinearGradient.d.ts +3 -0
- package/dynamic-mixins/components/LinearGradient.js +17 -0
- package/dynamic-mixins/components/LinearGradient.js.map +1 -0
- package/dynamic-mixins/components/RectBar.d.ts +2 -0
- package/dynamic-mixins/components/RectBar.js +29 -0
- package/dynamic-mixins/components/RectBar.js.map +1 -0
- package/dynamic-mixins/components/Tick/index.css +13 -0
- package/dynamic-mixins/components/Tick/index.d.ts +3 -0
- package/dynamic-mixins/components/Tick/index.js +27 -0
- package/dynamic-mixins/components/Tick/index.js.map +1 -0
- package/dynamic-mixins/components/Tick/index.module.css.js +8 -0
- package/dynamic-mixins/components/Tick/index.module.css.js.map +1 -0
- package/dynamic-mixins/components/TooltipContent/index.css +56 -0
- package/dynamic-mixins/components/TooltipContent/index.d.ts +9 -0
- package/dynamic-mixins/components/TooltipContent/index.js +37 -0
- package/dynamic-mixins/components/TooltipContent/index.js.map +1 -0
- package/dynamic-mixins/components/TooltipContent/index.module.css.js +8 -0
- package/dynamic-mixins/components/TooltipContent/index.module.css.js.map +1 -0
- package/dynamic-mixins/hoc/Customized.d.ts +2 -0
- package/dynamic-mixins/hoc/Customized.js +18 -0
- package/dynamic-mixins/hoc/Customized.js.map +1 -0
- package/dynamic-mixins/hooks/usePathBar/index.d.ts +13 -0
- package/dynamic-mixins/hooks/usePathBar/index.js +42 -0
- package/dynamic-mixins/hooks/usePathBar/index.js.map +1 -0
- package/dynamic-mixins/hooks/usePathBar/utils/getRadius.d.ts +1 -0
- package/dynamic-mixins/hooks/usePathBar/utils/getRadius.js +11 -0
- package/dynamic-mixins/hooks/usePathBar/utils/getRadius.js.map +1 -0
- package/dynamic-mixins/hooks/useSettings/index.d.ts +19 -0
- package/dynamic-mixins/hooks/useSettings/index.js +50 -0
- package/dynamic-mixins/hooks/useSettings/index.js.map +1 -0
- package/dynamic-mixins/hooks/useSettings/utils/setComposedChartsMargin.d.ts +12 -0
- package/dynamic-mixins/hooks/useSettings/utils/setComposedChartsMargin.js +20 -0
- package/dynamic-mixins/hooks/useSettings/utils/setComposedChartsMargin.js.map +1 -0
- package/dynamic-mixins/hooks/useSettings/utils/setDatas.d.ts +5 -0
- package/dynamic-mixins/hooks/useSettings/utils/setDatas.js +42 -0
- package/dynamic-mixins/hooks/useSettings/utils/setDatas.js.map +1 -0
- package/dynamic-mixins/hooks/useSettings/utils/setGradientCharts.d.ts +2 -0
- package/dynamic-mixins/hooks/useSettings/utils/setGradientCharts.js +30 -0
- package/dynamic-mixins/hooks/useSettings/utils/setGradientCharts.js.map +1 -0
- package/dynamic-mixins/hooks/useSettings/utils/setLegendMargin.d.ts +3 -0
- package/dynamic-mixins/hooks/useSettings/utils/setLegendMargin.js +19 -0
- package/dynamic-mixins/hooks/useSettings/utils/setLegendMargin.js.map +1 -0
- package/dynamic-mixins/hooks/useSettings/utils/sortByIndex.d.ts +2 -0
- package/dynamic-mixins/hooks/useSettings/utils/sortByIndex.js +15 -0
- package/dynamic-mixins/hooks/useSettings/utils/sortByIndex.js.map +1 -0
- package/dynamic-mixins/icons/Circle.d.ts +7 -0
- package/dynamic-mixins/icons/Circle.js +18 -0
- package/dynamic-mixins/icons/Circle.js.map +1 -0
- package/dynamic-mixins/icons/CircleLine.d.ts +7 -0
- package/dynamic-mixins/icons/CircleLine.js +19 -0
- package/dynamic-mixins/icons/CircleLine.js.map +1 -0
- package/dynamic-mixins/icons/FilledCircle.d.ts +7 -0
- package/dynamic-mixins/icons/FilledCircle.js +22 -0
- package/dynamic-mixins/icons/FilledCircle.js.map +1 -0
- package/dynamic-mixins/icons/Point.d.ts +7 -0
- package/dynamic-mixins/icons/Point.js +19 -0
- package/dynamic-mixins/icons/Point.js.map +1 -0
- package/dynamic-mixins/icons/StrokeCircle.d.ts +7 -0
- package/dynamic-mixins/icons/StrokeCircle.js +18 -0
- package/dynamic-mixins/icons/StrokeCircle.js.map +1 -0
- package/dynamic-mixins/index.css +13 -0
- package/dynamic-mixins/index.d.ts +2 -0
- package/dynamic-mixins/index.js +10 -0
- package/dynamic-mixins/index.js.map +1 -0
- package/dynamic-mixins/index.module.css.js +8 -0
- package/dynamic-mixins/index.module.css.js.map +1 -0
- package/dynamic-mixins/types/brush.types.d.ts +40 -0
- package/dynamic-mixins/types/brush.types.js +3 -0
- package/dynamic-mixins/types/brush.types.js.map +1 -0
- package/dynamic-mixins/types/cartesianGrid.types.d.ts +22 -0
- package/dynamic-mixins/types/cartesianGrid.types.js +3 -0
- package/dynamic-mixins/types/cartesianGrid.types.js.map +1 -0
- package/dynamic-mixins/types/chart.types.d.ts +61 -0
- package/dynamic-mixins/types/chart.types.js +3 -0
- package/dynamic-mixins/types/chart.types.js.map +1 -0
- package/dynamic-mixins/types/composedChart.types.d.ts +32 -0
- package/dynamic-mixins/types/composedChart.types.js +3 -0
- package/dynamic-mixins/types/composedChart.types.js.map +1 -0
- package/dynamic-mixins/types/index.d.ts +14 -0
- package/dynamic-mixins/types/index.js +3 -0
- package/dynamic-mixins/types/index.js.map +1 -0
- package/dynamic-mixins/types/labelList.types.d.ts +4 -0
- package/dynamic-mixins/types/labelList.types.js +3 -0
- package/dynamic-mixins/types/labelList.types.js.map +1 -0
- package/dynamic-mixins/types/legend.types.d.ts +29 -0
- package/dynamic-mixins/types/legend.types.js +3 -0
- package/dynamic-mixins/types/legend.types.js.map +1 -0
- package/dynamic-mixins/types/options.types.d.ts +57 -0
- package/dynamic-mixins/types/options.types.js +3 -0
- package/dynamic-mixins/types/options.types.js.map +1 -0
- package/dynamic-mixins/types/payload.types.d.ts +28 -0
- package/dynamic-mixins/types/payload.types.js +3 -0
- package/dynamic-mixins/types/payload.types.js.map +1 -0
- package/dynamic-mixins/types/responsiveContainer.types.d.ts +8 -0
- package/dynamic-mixins/types/responsiveContainer.types.js +3 -0
- package/dynamic-mixins/types/responsiveContainer.types.js.map +1 -0
- package/dynamic-mixins/types/seria.types.d.ts +71 -0
- package/dynamic-mixins/types/seria.types.js +3 -0
- package/dynamic-mixins/types/seria.types.js.map +1 -0
- package/dynamic-mixins/types/tooltip.types.d.ts +69 -0
- package/dynamic-mixins/types/tooltip.types.js +3 -0
- package/dynamic-mixins/types/tooltip.types.js.map +1 -0
- package/dynamic-mixins/types/utils/axis.types.d.ts +67 -0
- package/dynamic-mixins/types/utils/axis.types.js +3 -0
- package/dynamic-mixins/types/utils/axis.types.js.map +1 -0
- package/dynamic-mixins/types/utils/coordinates.types.d.ts +10 -0
- package/dynamic-mixins/types/utils/coordinates.types.js +3 -0
- package/dynamic-mixins/types/utils/coordinates.types.js.map +1 -0
- package/dynamic-mixins/types/utils/data.types.d.ts +16 -0
- package/dynamic-mixins/types/utils/data.types.js +3 -0
- package/dynamic-mixins/types/utils/data.types.js.map +1 -0
- package/dynamic-mixins/types/utils/dot.types.d.ts +72 -0
- package/dynamic-mixins/types/utils/dot.types.js +3 -0
- package/dynamic-mixins/types/utils/dot.types.js.map +1 -0
- package/dynamic-mixins/types/utils/gradient.types.d.ts +28 -0
- package/dynamic-mixins/types/utils/gradient.types.js +3 -0
- package/dynamic-mixins/types/utils/gradient.types.js.map +1 -0
- package/dynamic-mixins/types/utils/index.d.ts +6 -0
- package/dynamic-mixins/types/utils/index.js +3 -0
- package/dynamic-mixins/types/utils/index.js.map +1 -0
- package/dynamic-mixins/types/utils/tick.types.d.ts +18 -0
- package/dynamic-mixins/types/utils/tick.types.js +3 -0
- package/dynamic-mixins/types/utils/tick.types.js.map +1 -0
- package/dynamic-mixins/types/xAxis.types.d.ts +15 -0
- package/dynamic-mixins/types/xAxis.types.js +3 -0
- package/dynamic-mixins/types/xAxis.types.js.map +1 -0
- package/dynamic-mixins/types/yAxis.types.d.ts +7 -0
- package/dynamic-mixins/types/yAxis.types.js +3 -0
- package/dynamic-mixins/types/yAxis.types.js.map +1 -0
- package/esm/components/Dot/index.css +7 -7
- package/esm/components/Dot/index.module.css.js +1 -1
- package/esm/components/Legends/index.css +7 -7
- package/esm/components/Legends/index.module.css.js +1 -1
- package/esm/components/Legends/index.module.css.js.map +1 -1
- package/esm/components/Tick/index.css +3 -3
- package/esm/components/Tick/index.module.css.js +1 -1
- package/esm/components/Tick/index.module.css.js.map +1 -1
- package/esm/components/TooltipContent/index.css +6 -6
- package/esm/components/TooltipContent/index.module.css.js +1 -1
- package/esm/components/TooltipContent/index.module.css.js.map +1 -1
- package/esm/index.css +4 -4
- package/esm/index.module.css.js +1 -1
- package/esm/index.module.css.js.map +1 -1
- package/index.css +4 -4
- package/index.module.css.js +1 -1
- package/index.module.css.js.map +1 -1
- package/modern/components/Dot/index.css +7 -7
- package/modern/components/Dot/index.module.css.js +1 -1
- package/modern/components/Legends/index.css +7 -7
- package/modern/components/Legends/index.module.css.js +1 -1
- package/modern/components/Legends/index.module.css.js.map +1 -1
- package/modern/components/Tick/index.css +3 -3
- package/modern/components/Tick/index.module.css.js +1 -1
- package/modern/components/Tick/index.module.css.js.map +1 -1
- package/modern/components/TooltipContent/index.css +6 -6
- package/modern/components/TooltipContent/index.module.css.js +1 -1
- package/modern/components/TooltipContent/index.module.css.js.map +1 -1
- package/modern/index.css +4 -4
- package/modern/index.module.css.js +1 -1
- package/modern/index.module.css.js.map +1 -1
- package/moderncssm/components/Legends/index.module.css +2 -0
- package/moderncssm/components/Tick/index.module.css +2 -0
- package/moderncssm/components/TooltipContent/index.module.css +2 -0
- package/moderncssm/index.module.css +2 -1
- package/package.json +4 -4
- package/src/components/Legends/index.module.css +1 -1
- package/src/components/Tick/index.module.css +1 -1
- package/src/components/TooltipContent/index.module.css +1 -1
- package/src/index.module.css +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dot.types.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export interface GradientProps {
|
|
2
|
+
/**
|
|
3
|
+
* Отступ.
|
|
4
|
+
*/
|
|
5
|
+
offset: number;
|
|
6
|
+
/**
|
|
7
|
+
* Цвет.
|
|
8
|
+
*/
|
|
9
|
+
stopColor: string;
|
|
10
|
+
/**
|
|
11
|
+
* Значение празрачности.
|
|
12
|
+
*/
|
|
13
|
+
stopOpacity: number;
|
|
14
|
+
}
|
|
15
|
+
export interface LinearGradientProps {
|
|
16
|
+
/**
|
|
17
|
+
* Индефикатор графика.
|
|
18
|
+
*/
|
|
19
|
+
id: string;
|
|
20
|
+
/**
|
|
21
|
+
* Индефикатор градиента.
|
|
22
|
+
*/
|
|
23
|
+
gid: string;
|
|
24
|
+
/**
|
|
25
|
+
* Массив настроек градинта.
|
|
26
|
+
*/
|
|
27
|
+
points: GradientProps[];
|
|
28
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gradient.types.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { XAxisProps } from '../xAxis.types';
|
|
3
|
+
export interface TickProps {
|
|
4
|
+
payload: {
|
|
5
|
+
coordinate: number;
|
|
6
|
+
value: number;
|
|
7
|
+
};
|
|
8
|
+
/**
|
|
9
|
+
* Функция форматирования
|
|
10
|
+
*/
|
|
11
|
+
tickFormatter: (value: number | string) => React.ReactText;
|
|
12
|
+
x: number;
|
|
13
|
+
y: number;
|
|
14
|
+
/**
|
|
15
|
+
* Настройки оси Х
|
|
16
|
+
*/
|
|
17
|
+
xAxis: XAxisProps;
|
|
18
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tick.types.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { AxisProps } from './utils/axis.types';
|
|
2
|
+
export interface XAxisProps extends AxisProps {
|
|
3
|
+
/**
|
|
4
|
+
* Ключ данных, отображаемых на оси.
|
|
5
|
+
*/
|
|
6
|
+
dataKey: string | number;
|
|
7
|
+
/**
|
|
8
|
+
* Ориентация оси
|
|
9
|
+
*/
|
|
10
|
+
orientation?: 'top' | 'bottom';
|
|
11
|
+
/**
|
|
12
|
+
* Тип деления оси
|
|
13
|
+
*/
|
|
14
|
+
tickType?: 'point';
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"xAxis.types.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"yAxis.types.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
.
|
|
1
|
+
.chart__dotUnfocused_rcopc {
|
|
2
2
|
opacity: 0.3;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
6
|
-
.
|
|
7
|
-
.
|
|
5
|
+
.chart__dot_rcopc,
|
|
6
|
+
.chart__dotItem_rcopc,
|
|
7
|
+
.chart__dotWrap_rcopc {
|
|
8
8
|
transition: all 0.2s ease;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
12
|
-
animation:
|
|
11
|
+
.chart__dot_rcopc {
|
|
12
|
+
animation: chart__showDot_rcopc 0.5s ease;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
@keyframes
|
|
15
|
+
@keyframes chart__showDot_rcopc {
|
|
16
16
|
from {
|
|
17
17
|
opacity: 0;
|
|
18
18
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"dotUnfocused":"
|
|
3
|
+
var styles = {"dotUnfocused":"chart__dotUnfocused_rcopc","dot":"chart__dot_rcopc","dotItem":"chart__dotItem_rcopc","dotWrap":"chart__dotWrap_rcopc"};
|
|
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
|
-
} .
|
|
5
|
+
} .chart__legendContent_q0gg4 {
|
|
6
6
|
display: flex;
|
|
7
7
|
align-items: center;
|
|
8
8
|
flex-wrap: wrap;
|
|
9
|
-
} .
|
|
9
|
+
} .chart__legendWrap_q0gg4 {
|
|
10
10
|
width: 100%;
|
|
11
11
|
margin: var(--gap-0);
|
|
12
12
|
padding: var(--gap-0);
|
|
13
|
-
} .
|
|
13
|
+
} .chart__legendItem_q0gg4 {
|
|
14
14
|
margin-right: var(--gap-32);
|
|
15
15
|
cursor: pointer;
|
|
16
16
|
display: inline-block;
|
|
17
|
-
} .
|
|
17
|
+
} .chart__legendItem_q0gg4:last-child {
|
|
18
18
|
margin-right: var(--gap-0);
|
|
19
|
-
} .
|
|
19
|
+
} .chart__legendUnactive_q0gg4 {
|
|
20
20
|
opacity: 0.3;
|
|
21
|
-
} .
|
|
21
|
+
} .chart__legendIcon_q0gg4 {
|
|
22
22
|
margin-right: 13px;
|
|
23
23
|
display: flex;
|
|
24
|
-
} .
|
|
24
|
+
} .chart__legendValue_q0gg4 {
|
|
25
25
|
text-transform: capitalize;
|
|
26
26
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"legendContent":"
|
|
3
|
+
var styles = {"legendContent":"chart__legendContent_q0gg4","legendWrap":"chart__legendWrap_q0gg4","legendItem":"chart__legendItem_q0gg4","legendUnactive":"chart__legendUnactive_q0gg4","legendIcon":"chart__legendIcon_q0gg4","legendValue":"chart__legendValue_q0gg4"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.module.css.js","sources":["../../src/components/Legends/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n\n.legendContent {\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n}\n\n.legendWrap {\n width: 100%;\n margin: var(--gap-0);\n padding: var(--gap-0);\n}\n\n.legendItem {\n margin-right: var(--gap-32);\n cursor: pointer;\n display: inline-block;\n}\n\n.legendItem:last-child {\n margin-right: var(--gap-0);\n}\n\n.legendUnactive {\n opacity: 0.3;\n}\n\n.legendIcon {\n margin-right: 13px;\n display: flex;\n}\n\n.legendValue {\n text-transform: capitalize;\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAAC,eAAe,CAAC,4BAA4B,CAAC,YAAY,CAAC,yBAAyB,CAAC,YAAY,CAAC,yBAAyB,CAAC,gBAAgB,CAAC,6BAA6B,CAAC,YAAY,CAAC,yBAAyB,CAAC,aAAa,CAAC,0BAA0B,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"index.module.css.js","sources":["../../src/components/Legends/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/no-dynamic-mixins-index.css';\n\n.legendContent {\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n}\n\n.legendWrap {\n width: 100%;\n margin: var(--gap-0);\n padding: var(--gap-0);\n}\n\n.legendItem {\n margin-right: var(--gap-32);\n cursor: pointer;\n display: inline-block;\n}\n\n.legendItem:last-child {\n margin-right: var(--gap-0);\n}\n\n.legendUnactive {\n opacity: 0.3;\n}\n\n.legendIcon {\n margin-right: 13px;\n display: flex;\n}\n\n.legendValue {\n text-transform: capitalize;\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAAC,eAAe,CAAC,4BAA4B,CAAC,YAAY,CAAC,yBAAyB,CAAC,YAAY,CAAC,yBAAyB,CAAC,gBAAgB,CAAC,6BAA6B,CAAC,YAAY,CAAC,yBAAyB,CAAC,aAAa,CAAC,0BAA0B,CAAC;;;;"}
|
|
@@ -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
|
-
} .
|
|
4
|
+
} .chart__tickText_1keo0 {
|
|
5
5
|
fill: var(--color-light-text-primary);
|
|
6
6
|
font-size: 16px;
|
|
7
7
|
line-height: 24px;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
} .
|
|
9
|
+
} .chart__circle_1keo0 {
|
|
10
10
|
opacity: 0.3;
|
|
11
11
|
fill: var(--color-dark-base-bg-primary);
|
|
12
|
-
} .
|
|
12
|
+
} .chart__circle_1keo0 {
|
|
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":"
|
|
3
|
+
var styles = {"tickText":"chart__tickText_1keo0","circle":"chart__circle_1keo0"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.module.css.js","sources":["../../src/components/Tick/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n\n.tickText {\n fill: var(--color-light-text-primary);\n @mixin paragraph_primary_medium;\n}\n\n.circle {\n opacity: 0.3;\n fill: var(--color-dark-base-bg-primary);\n}\n\n.circle {\n opacity: 0.3;\n fill: var(--color-dark-base-bg-primary);\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAAC,UAAU,CAAC,uBAAuB,CAAC,QAAQ,CAAC,qBAAqB,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"index.module.css.js","sources":["../../src/components/Tick/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/no-dynamic-mixins-index.css';\n\n.tickText {\n fill: var(--color-light-text-primary);\n @mixin paragraph_primary_medium;\n}\n\n.circle {\n opacity: 0.3;\n fill: var(--color-dark-base-bg-primary);\n}\n\n.circle {\n opacity: 0.3;\n fill: var(--color-dark-base-bg-primary);\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAAC,UAAU,CAAC,uBAAuB,CAAC,QAAQ,CAAC,qBAAqB,CAAC;;;;"}
|
|
@@ -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
|
-
} .
|
|
18
|
+
} .chart__tooltip_1dghu {
|
|
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
|
-
} .
|
|
26
|
+
} .chart__tooltipList_1dghu {
|
|
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
|
-
} .
|
|
32
|
+
} .chart__tooltipItem_1dghu {
|
|
33
33
|
margin-bottom: 10px;
|
|
34
|
-
} .
|
|
34
|
+
} .chart__tooltipArrow_1dghu {
|
|
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
|
-
} .
|
|
43
|
+
} .chart__tooltipArrow_1dghu: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
|
-
} .
|
|
53
|
+
} .chart__tooltipArrowRight_1dghu {
|
|
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":"
|
|
3
|
+
var styles = {"tooltip":"chart__tooltip_1dghu","tooltipList":"chart__tooltipList_1dghu","tooltipItem":"chart__tooltipItem_1dghu","tooltipArrow":"chart__tooltipArrow_1dghu","tooltipArrowRight":"chart__tooltipArrowRight_1dghu"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.module.css.js","sources":["../../src/components/TooltipContent/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n\n.tooltip {\n background-color: var(--color-light-base-bg-primary);\n border: 1px solid var(--color-light-neutral-400);\n box-shadow: var(--shadow-l);\n border-radius: var(--border-radius-8);\n padding: var(--gap-12) var(--gap-16);\n pointer-events: none;\n position: relative;\n}\n\n.tooltipList {\n position: relative;\n z-index: 5;\n list-style-type: none;\n padding: var(--gap-0);\n margin: var(--gap-0);\n}\n\n.tooltipItem {\n margin-bottom: 10px;\n}\n\n.tooltipArrow {\n position: absolute;\n left: var(--gap-0);\n top: 50%;\n transform: translate(-50%, -50%) scale(1, 1) rotate(45deg);\n width: 10px;\n height: 10px;\n border: 1px solid var(--color-light-neutral-400);\n background-color: var(--color-light-base-bg-primary);\n}\n\n.tooltipArrow:before {\n content: '';\n position: absolute;\n left: var(--gap-2-neg);\n top: var(--gap-2-neg);\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 0 24px 24px 0;\n border-color: transparent var(--color-light-base-bg-primary) transparent transparent;\n}\n\n.tooltipArrowRight {\n left: 100%;\n transform: translate(-50%, -50%) scale(-1, 1) rotate(45deg);\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAAC,SAAS,CAAC,sBAAsB,CAAC,aAAa,CAAC,0BAA0B,CAAC,aAAa,CAAC,0BAA0B,CAAC,cAAc,CAAC,2BAA2B,CAAC,mBAAmB,CAAC,gCAAgC,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"index.module.css.js","sources":["../../src/components/TooltipContent/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/no-dynamic-mixins-index.css';\n\n.tooltip {\n background-color: var(--color-light-base-bg-primary);\n border: 1px solid var(--color-light-neutral-400);\n box-shadow: var(--shadow-l);\n border-radius: var(--border-radius-8);\n padding: var(--gap-12) var(--gap-16);\n pointer-events: none;\n position: relative;\n}\n\n.tooltipList {\n position: relative;\n z-index: 5;\n list-style-type: none;\n padding: var(--gap-0);\n margin: var(--gap-0);\n}\n\n.tooltipItem {\n margin-bottom: 10px;\n}\n\n.tooltipArrow {\n position: absolute;\n left: var(--gap-0);\n top: 50%;\n transform: translate(-50%, -50%) scale(1, 1) rotate(45deg);\n width: 10px;\n height: 10px;\n border: 1px solid var(--color-light-neutral-400);\n background-color: var(--color-light-base-bg-primary);\n}\n\n.tooltipArrow:before {\n content: '';\n position: absolute;\n left: var(--gap-2-neg);\n top: var(--gap-2-neg);\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 0 24px 24px 0;\n border-color: transparent var(--color-light-base-bg-primary) transparent transparent;\n}\n\n.tooltipArrowRight {\n left: 100%;\n transform: translate(-50%, -50%) scale(-1, 1) rotate(45deg);\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAAC,SAAS,CAAC,sBAAsB,CAAC,aAAa,CAAC,0BAA0B,CAAC,aAAa,CAAC,0BAA0B,CAAC,cAAc,CAAC,2BAA2B,CAAC,mBAAmB,CAAC,gCAAgC,CAAC;;;;"}
|
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
|
-
} .
|
|
3
|
+
} .chart__coreChart_oqne3 .recharts-line path {
|
|
4
4
|
transition: d 0.2s ease-out;
|
|
5
|
-
} .
|
|
5
|
+
} .chart__coreChart_oqne3 .recharts-text tspan {
|
|
6
6
|
fill: var(--color-light-text-primary);
|
|
7
7
|
font-size: 16px;
|
|
8
8
|
line-height: 22px;
|
|
9
|
-
} .
|
|
9
|
+
} .chart__bar_oqne3 {
|
|
10
10
|
transition: opacity 0.2s ease-out, d 0.2s ease-out;
|
|
11
|
-
} .
|
|
11
|
+
} .chart__unfocused_oqne3 {
|
|
12
12
|
opacity: 0.3;
|
|
13
13
|
}
|
package/esm/index.module.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"coreChart":"
|
|
3
|
+
var styles = {"coreChart":"chart__coreChart_oqne3","bar":"chart__bar_oqne3","unfocused":"chart__unfocused_oqne3"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.module.css.js","sources":["src/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n\n.coreChart {\n & :global(.recharts-line path) {\n transition: d 0.2s ease-out;\n }\n\n & :global(.recharts-text tspan) {\n fill: var(--color-light-text-primary);\n font-size: 16px;\n line-height: 22px;\n }\n}\n\n.bar {\n transition: opacity 0.2s ease-out, d 0.2s ease-out;\n}\n\n.unfocused {\n opacity: 0.3;\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAAC,WAAW,CAAC,wBAAwB,CAAC,KAAK,CAAC,kBAAkB,CAAC,WAAW,CAAC,wBAAwB,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"index.module.css.js","sources":["src/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/no-dynamic-mixins-index.css';\n\n.coreChart {\n & :global(.recharts-line path) {\n transition: d 0.2s ease-out;\n }\n\n & :global(.recharts-text tspan) {\n fill: var(--color-light-text-primary);\n font-size: 16px;\n line-height: 22px;\n }\n}\n\n.bar {\n transition: opacity 0.2s ease-out, d 0.2s ease-out;\n}\n\n.unfocused {\n opacity: 0.3;\n}\n"],"names":[],"mappings":";;AAEgB,aAAe,CAAC,WAAW,CAAC,wBAAwB,CAAC,KAAK,CAAC,kBAAkB,CAAC,WAAW,CAAC,wBAAwB,CAAC;;;;"}
|
package/index.css
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--color-light-text-primary: rgba(3, 3, 6, 0.88);
|
|
3
|
-
} .
|
|
3
|
+
} .chart__coreChart_oqne3 .recharts-line path {
|
|
4
4
|
transition: d 0.2s ease-out;
|
|
5
|
-
} .
|
|
5
|
+
} .chart__coreChart_oqne3 .recharts-text tspan {
|
|
6
6
|
fill: var(--color-light-text-primary);
|
|
7
7
|
font-size: 16px;
|
|
8
8
|
line-height: 22px;
|
|
9
|
-
} .
|
|
9
|
+
} .chart__bar_oqne3 {
|
|
10
10
|
transition: opacity 0.2s ease-out, d 0.2s ease-out;
|
|
11
|
-
} .
|
|
11
|
+
} .chart__unfocused_oqne3 {
|
|
12
12
|
opacity: 0.3;
|
|
13
13
|
}
|
package/index.module.css.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"coreChart":"
|
|
5
|
+
var styles = {"coreChart":"chart__coreChart_oqne3","bar":"chart__bar_oqne3","unfocused":"chart__unfocused_oqne3"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
package/index.module.css.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.module.css.js","sources":["src/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n\n.coreChart {\n & :global(.recharts-line path) {\n transition: d 0.2s ease-out;\n }\n\n & :global(.recharts-text tspan) {\n fill: var(--color-light-text-primary);\n font-size: 16px;\n line-height: 22px;\n }\n}\n\n.bar {\n transition: opacity 0.2s ease-out, d 0.2s ease-out;\n}\n\n.unfocused {\n opacity: 0.3;\n}\n"],"names":[],"mappings":";;;;AAEgB,aAAe,CAAC,WAAW,CAAC,wBAAwB,CAAC,KAAK,CAAC,kBAAkB,CAAC,WAAW,CAAC,wBAAwB,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"index.module.css.js","sources":["src/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/no-dynamic-mixins-index.css';\n\n.coreChart {\n & :global(.recharts-line path) {\n transition: d 0.2s ease-out;\n }\n\n & :global(.recharts-text tspan) {\n fill: var(--color-light-text-primary);\n font-size: 16px;\n line-height: 22px;\n }\n}\n\n.bar {\n transition: opacity 0.2s ease-out, d 0.2s ease-out;\n}\n\n.unfocused {\n opacity: 0.3;\n}\n"],"names":[],"mappings":";;;;AAEgB,aAAe,CAAC,WAAW,CAAC,wBAAwB,CAAC,KAAK,CAAC,kBAAkB,CAAC,WAAW,CAAC,wBAAwB,CAAC;;;;"}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
.
|
|
1
|
+
.chart__dotUnfocused_rcopc {
|
|
2
2
|
opacity: 0.3;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
6
|
-
.
|
|
7
|
-
.
|
|
5
|
+
.chart__dot_rcopc,
|
|
6
|
+
.chart__dotItem_rcopc,
|
|
7
|
+
.chart__dotWrap_rcopc {
|
|
8
8
|
transition: all 0.2s ease;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
12
|
-
animation:
|
|
11
|
+
.chart__dot_rcopc {
|
|
12
|
+
animation: chart__showDot_rcopc 0.5s ease;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
@keyframes
|
|
15
|
+
@keyframes chart__showDot_rcopc {
|
|
16
16
|
from {
|
|
17
17
|
opacity: 0;
|
|
18
18
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"dotUnfocused":"
|
|
3
|
+
const styles = {"dotUnfocused":"chart__dotUnfocused_rcopc","dot":"chart__dot_rcopc","dotItem":"chart__dotItem_rcopc","dotWrap":"chart__dotWrap_rcopc"};
|
|
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
|
-
} .
|
|
5
|
+
} .chart__legendContent_q0gg4 {
|
|
6
6
|
display: flex;
|
|
7
7
|
align-items: center;
|
|
8
8
|
flex-wrap: wrap;
|
|
9
|
-
} .
|
|
9
|
+
} .chart__legendWrap_q0gg4 {
|
|
10
10
|
width: 100%;
|
|
11
11
|
margin: var(--gap-0);
|
|
12
12
|
padding: var(--gap-0);
|
|
13
|
-
} .
|
|
13
|
+
} .chart__legendItem_q0gg4 {
|
|
14
14
|
margin-right: var(--gap-32);
|
|
15
15
|
cursor: pointer;
|
|
16
16
|
display: inline-block;
|
|
17
|
-
} .
|
|
17
|
+
} .chart__legendItem_q0gg4:last-child {
|
|
18
18
|
margin-right: var(--gap-0);
|
|
19
|
-
} .
|
|
19
|
+
} .chart__legendUnactive_q0gg4 {
|
|
20
20
|
opacity: 0.3;
|
|
21
|
-
} .
|
|
21
|
+
} .chart__legendIcon_q0gg4 {
|
|
22
22
|
margin-right: 13px;
|
|
23
23
|
display: flex;
|
|
24
|
-
} .
|
|
24
|
+
} .chart__legendValue_q0gg4 {
|
|
25
25
|
text-transform: capitalize;
|
|
26
26
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"legendContent":"
|
|
3
|
+
const styles = {"legendContent":"chart__legendContent_q0gg4","legendWrap":"chart__legendWrap_q0gg4","legendItem":"chart__legendItem_q0gg4","legendUnactive":"chart__legendUnactive_q0gg4","legendIcon":"chart__legendIcon_q0gg4","legendValue":"chart__legendValue_q0gg4"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.module.css.js","sources":["../../src/components/Legends/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n\n.legendContent {\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n}\n\n.legendWrap {\n width: 100%;\n margin: var(--gap-0);\n padding: var(--gap-0);\n}\n\n.legendItem {\n margin-right: var(--gap-32);\n cursor: pointer;\n display: inline-block;\n}\n\n.legendItem:last-child {\n margin-right: var(--gap-0);\n}\n\n.legendUnactive {\n opacity: 0.3;\n}\n\n.legendIcon {\n margin-right: 13px;\n display: flex;\n}\n\n.legendValue {\n text-transform: capitalize;\n}\n"],"names":[],"mappings":";;AAEgB,eAAe,CAAC,eAAe,CAAC,4BAA4B,CAAC,YAAY,CAAC,yBAAyB,CAAC,YAAY,CAAC,yBAAyB,CAAC,gBAAgB,CAAC,6BAA6B,CAAC,YAAY,CAAC,yBAAyB,CAAC,aAAa,CAAC,0BAA0B,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"index.module.css.js","sources":["../../src/components/Legends/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/no-dynamic-mixins-index.css';\n\n.legendContent {\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n}\n\n.legendWrap {\n width: 100%;\n margin: var(--gap-0);\n padding: var(--gap-0);\n}\n\n.legendItem {\n margin-right: var(--gap-32);\n cursor: pointer;\n display: inline-block;\n}\n\n.legendItem:last-child {\n margin-right: var(--gap-0);\n}\n\n.legendUnactive {\n opacity: 0.3;\n}\n\n.legendIcon {\n margin-right: 13px;\n display: flex;\n}\n\n.legendValue {\n text-transform: capitalize;\n}\n"],"names":[],"mappings":";;AAEgB,eAAe,CAAC,eAAe,CAAC,4BAA4B,CAAC,YAAY,CAAC,yBAAyB,CAAC,YAAY,CAAC,yBAAyB,CAAC,gBAAgB,CAAC,6BAA6B,CAAC,YAAY,CAAC,yBAAyB,CAAC,aAAa,CAAC,0BAA0B,CAAC;;;;"}
|
|
@@ -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
|
-
} .
|
|
4
|
+
} .chart__tickText_1keo0 {
|
|
5
5
|
fill: var(--color-light-text-primary);
|
|
6
6
|
font-size: 16px;
|
|
7
7
|
line-height: 24px;
|
|
8
8
|
font-weight: 400;
|
|
9
|
-
} .
|
|
9
|
+
} .chart__circle_1keo0 {
|
|
10
10
|
opacity: 0.3;
|
|
11
11
|
fill: var(--color-dark-base-bg-primary);
|
|
12
|
-
} .
|
|
12
|
+
} .chart__circle_1keo0 {
|
|
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":"
|
|
3
|
+
const styles = {"tickText":"chart__tickText_1keo0","circle":"chart__circle_1keo0"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.module.css.js","sources":["../../src/components/Tick/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n\n.tickText {\n fill: var(--color-light-text-primary);\n @mixin paragraph_primary_medium;\n}\n\n.circle {\n opacity: 0.3;\n fill: var(--color-dark-base-bg-primary);\n}\n\n.circle {\n opacity: 0.3;\n fill: var(--color-dark-base-bg-primary);\n}\n"],"names":[],"mappings":";;AAEgB,eAAe,CAAC,UAAU,CAAC,uBAAuB,CAAC,QAAQ,CAAC,qBAAqB,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"index.module.css.js","sources":["../../src/components/Tick/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/no-dynamic-mixins-index.css';\n\n.tickText {\n fill: var(--color-light-text-primary);\n @mixin paragraph_primary_medium;\n}\n\n.circle {\n opacity: 0.3;\n fill: var(--color-dark-base-bg-primary);\n}\n\n.circle {\n opacity: 0.3;\n fill: var(--color-dark-base-bg-primary);\n}\n"],"names":[],"mappings":";;AAEgB,eAAe,CAAC,UAAU,CAAC,uBAAuB,CAAC,QAAQ,CAAC,qBAAqB,CAAC;;;;"}
|
|
@@ -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
|
-
} .
|
|
18
|
+
} .chart__tooltip_1dghu {
|
|
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
|
-
} .
|
|
26
|
+
} .chart__tooltipList_1dghu {
|
|
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
|
-
} .
|
|
32
|
+
} .chart__tooltipItem_1dghu {
|
|
33
33
|
margin-bottom: 10px;
|
|
34
|
-
} .
|
|
34
|
+
} .chart__tooltipArrow_1dghu {
|
|
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
|
-
} .
|
|
43
|
+
} .chart__tooltipArrow_1dghu: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
|
-
} .
|
|
53
|
+
} .chart__tooltipArrowRight_1dghu {
|
|
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":"
|
|
3
|
+
const styles = {"tooltip":"chart__tooltip_1dghu","tooltipList":"chart__tooltipList_1dghu","tooltipItem":"chart__tooltipItem_1dghu","tooltipArrow":"chart__tooltipArrow_1dghu","tooltipArrowRight":"chart__tooltipArrowRight_1dghu"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.module.css.js","sources":["../../src/components/TooltipContent/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n\n.tooltip {\n background-color: var(--color-light-base-bg-primary);\n border: 1px solid var(--color-light-neutral-400);\n box-shadow: var(--shadow-l);\n border-radius: var(--border-radius-8);\n padding: var(--gap-12) var(--gap-16);\n pointer-events: none;\n position: relative;\n}\n\n.tooltipList {\n position: relative;\n z-index: 5;\n list-style-type: none;\n padding: var(--gap-0);\n margin: var(--gap-0);\n}\n\n.tooltipItem {\n margin-bottom: 10px;\n}\n\n.tooltipArrow {\n position: absolute;\n left: var(--gap-0);\n top: 50%;\n transform: translate(-50%, -50%) scale(1, 1) rotate(45deg);\n width: 10px;\n height: 10px;\n border: 1px solid var(--color-light-neutral-400);\n background-color: var(--color-light-base-bg-primary);\n}\n\n.tooltipArrow:before {\n content: '';\n position: absolute;\n left: var(--gap-2-neg);\n top: var(--gap-2-neg);\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 0 24px 24px 0;\n border-color: transparent var(--color-light-base-bg-primary) transparent transparent;\n}\n\n.tooltipArrowRight {\n left: 100%;\n transform: translate(-50%, -50%) scale(-1, 1) rotate(45deg);\n}\n"],"names":[],"mappings":";;AAEgB,eAAe,CAAC,SAAS,CAAC,sBAAsB,CAAC,aAAa,CAAC,0BAA0B,CAAC,aAAa,CAAC,0BAA0B,CAAC,cAAc,CAAC,2BAA2B,CAAC,mBAAmB,CAAC,gCAAgC,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"index.module.css.js","sources":["../../src/components/TooltipContent/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/no-dynamic-mixins-index.css';\n\n.tooltip {\n background-color: var(--color-light-base-bg-primary);\n border: 1px solid var(--color-light-neutral-400);\n box-shadow: var(--shadow-l);\n border-radius: var(--border-radius-8);\n padding: var(--gap-12) var(--gap-16);\n pointer-events: none;\n position: relative;\n}\n\n.tooltipList {\n position: relative;\n z-index: 5;\n list-style-type: none;\n padding: var(--gap-0);\n margin: var(--gap-0);\n}\n\n.tooltipItem {\n margin-bottom: 10px;\n}\n\n.tooltipArrow {\n position: absolute;\n left: var(--gap-0);\n top: 50%;\n transform: translate(-50%, -50%) scale(1, 1) rotate(45deg);\n width: 10px;\n height: 10px;\n border: 1px solid var(--color-light-neutral-400);\n background-color: var(--color-light-base-bg-primary);\n}\n\n.tooltipArrow:before {\n content: '';\n position: absolute;\n left: var(--gap-2-neg);\n top: var(--gap-2-neg);\n width: 0;\n height: 0;\n border-style: solid;\n border-width: 0 24px 24px 0;\n border-color: transparent var(--color-light-base-bg-primary) transparent transparent;\n}\n\n.tooltipArrowRight {\n left: 100%;\n transform: translate(-50%, -50%) scale(-1, 1) rotate(45deg);\n}\n"],"names":[],"mappings":";;AAEgB,eAAe,CAAC,SAAS,CAAC,sBAAsB,CAAC,aAAa,CAAC,0BAA0B,CAAC,aAAa,CAAC,0BAA0B,CAAC,cAAc,CAAC,2BAA2B,CAAC,mBAAmB,CAAC,gCAAgC,CAAC;;;;"}
|
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
|
-
} .
|
|
3
|
+
} .chart__coreChart_oqne3 .recharts-line path {
|
|
4
4
|
transition: d 0.2s ease-out;
|
|
5
|
-
} .
|
|
5
|
+
} .chart__coreChart_oqne3 .recharts-text tspan {
|
|
6
6
|
fill: var(--color-light-text-primary);
|
|
7
7
|
font-size: 16px;
|
|
8
8
|
line-height: 22px;
|
|
9
|
-
} .
|
|
9
|
+
} .chart__bar_oqne3 {
|
|
10
10
|
transition: opacity 0.2s ease-out, d 0.2s ease-out;
|
|
11
|
-
} .
|
|
11
|
+
} .chart__unfocused_oqne3 {
|
|
12
12
|
opacity: 0.3;
|
|
13
13
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"coreChart":"
|
|
3
|
+
const styles = {"coreChart":"chart__coreChart_oqne3","bar":"chart__bar_oqne3","unfocused":"chart__unfocused_oqne3"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.module.css.js","sources":["src/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/index.css';\n\n.coreChart {\n & :global(.recharts-line path) {\n transition: d 0.2s ease-out;\n }\n\n & :global(.recharts-text tspan) {\n fill: var(--color-light-text-primary);\n font-size: 16px;\n line-height: 22px;\n }\n}\n\n.bar {\n transition: opacity 0.2s ease-out, d 0.2s ease-out;\n}\n\n.unfocused {\n opacity: 0.3;\n}\n"],"names":[],"mappings":";;AAEgB,eAAe,CAAC,WAAW,CAAC,wBAAwB,CAAC,KAAK,CAAC,kBAAkB,CAAC,WAAW,CAAC,wBAAwB,CAAC;;;;"}
|
|
1
|
+
{"version":3,"file":"index.module.css.js","sources":["src/index.module.css"],"sourcesContent":["@import '@alfalab/core-components-vars/src/no-dynamic-mixins-index.css';\n\n.coreChart {\n & :global(.recharts-line path) {\n transition: d 0.2s ease-out;\n }\n\n & :global(.recharts-text tspan) {\n fill: var(--color-light-text-primary);\n font-size: 16px;\n line-height: 22px;\n }\n}\n\n.bar {\n transition: opacity 0.2s ease-out, d 0.2s ease-out;\n}\n\n.unfocused {\n opacity: 0.3;\n}\n"],"names":[],"mappings":";;AAEgB,eAAe,CAAC,WAAW,CAAC,wBAAwB,CAAC,KAAK,CAAC,kBAAkB,CAAC,WAAW,CAAC,wBAAwB,CAAC;;;;"}
|