ods-component-lib 1.17.5 → 1.17.7
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.js +3 -6
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -6
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
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
|
};
|