mario-education 2.4.34-beta → 2.4.35-beta

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.
@@ -3,6 +3,7 @@ import { PROPS_FILTERS_COMPONENT } from "../../../utils/type";
3
3
  import { TYPECHART } from "../configs/types";
4
4
  declare const useChartDatas: () => {
5
5
  chartDashBoards: ({
6
+ chartIndex: number;
6
7
  id: string;
7
8
  label: string;
8
9
  children: (_: TYPECHART) => JSX.Element;
@@ -11,6 +12,7 @@ declare const useChartDatas: () => {
11
12
  contentTooltip: string;
12
13
  handleClickOpenTable: () => void;
13
14
  } | {
15
+ chartIndex: number;
14
16
  id: string;
15
17
  label: string;
16
18
  children: (typeChart: TYPECHART, isPDF?: boolean | undefined) => JSX.Element;
package/dist/index.css CHANGED
@@ -522,16 +522,16 @@ h6._3zOGW {
522
522
  }
523
523
 
524
524
  ._3H5Ly {
525
- padding: 6px 12px;
525
+ padding: 6px 12px 6px 0px;
526
526
  border-radius: 0 4px 4px 0;
527
- background: #73C8E5;
528
- color: #242424;
527
+ background: #336DDA;
528
+ color: #fff;
529
529
  }
530
530
 
531
531
  ._J_n-D {
532
- padding: 6px;
532
+ padding: 5px 8px 7px 6px;
533
533
  border-radius: 4px 0 0 4px;
534
- background: #73C8E5;
534
+ background: #336DDA;
535
535
  }
536
536
 
537
537
  ._2vtSi ._3AALV {