ods-component-lib 1.17.4 → 1.17.6

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/dist/index.css CHANGED
@@ -10,24 +10,6 @@ tr._2CvVM._3udtX._32nFu{
10
10
  align-items: center;
11
11
  flex: 1 0 0;
12
12
  }
13
- ._1GEDH{
14
- color: var(--colorText, rgba(0, 0, 0, 0.88));
15
- font-family: Manrope;
16
- font-size: 14px;
17
- font-style: normal;
18
- font-weight: 600;
19
- line-height: 22px;
20
- }
21
-
22
- ._32nFu[role="columnheader"]{
23
- background: #E6F4FF !important;
24
- display: flex;
25
- align-items: center;
26
- flex: 1 0 0;
27
- }
28
- ._36VXO ._32nFu ._15hhi {
29
- background-color: #E6F4FF !important; /* Replace with your desired background color */
30
- }
31
13
 
32
14
  ._2jY0l {
33
15
  padding-top: 10px !important;
@@ -35,8 +17,13 @@ tr._2CvVM._3udtX._32nFu{
35
17
 
36
18
  ._36VXO {
37
19
  width: 100%;
20
+ max-width: 100%;
38
21
  }
39
22
 
40
23
  div._1veiV {
41
24
  max-width: 100% !important;
25
+ }
26
+
27
+ tr:first-child {
28
+ background-color: #E6F4FF !important; /* Replace with your desired background color */
42
29
  }
package/dist/index.js CHANGED
@@ -1225,8 +1225,7 @@ function grid(props) {
1225
1225
  fontSize: "14px",
1226
1226
  fontStyle: "normal",
1227
1227
  fontWeight: "600",
1228
- lineHeight: "22px",
1229
- background: "#E6F4FF"
1228
+ lineHeight: "22px"
1230
1229
  }
1231
1230
  }, colProperties.column.caption);
1232
1231
  };
@@ -1442,8 +1441,7 @@ function grid$1(props) {
1442
1441
  fontSize: "14px",
1443
1442
  fontStyle: "normal",
1444
1443
  fontWeight: "600",
1445
- lineHeight: "22px",
1446
- background: "#E6F4FF"
1444
+ lineHeight: "22px"
1447
1445
  }
1448
1446
  }, colProperties.column.caption);
1449
1447
  };
@@ -1850,8 +1848,7 @@ function grid$2(props) {
1850
1848
  fontSize: "14px",
1851
1849
  fontStyle: "normal",
1852
1850
  fontWeight: "600",
1853
- lineHeight: "22px",
1854
- background: "#E6F4FF"
1851
+ lineHeight: "22px"
1855
1852
  }
1856
1853
  }, colProperties.column.caption);
1857
1854
  };