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 +5 -18
- 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.modern.js
CHANGED
|
@@ -1221,8 +1221,7 @@ function grid(props) {
|
|
|
1221
1221
|
fontSize: "14px",
|
|
1222
1222
|
fontStyle: "normal",
|
|
1223
1223
|
fontWeight: "600",
|
|
1224
|
-
lineHeight: "22px"
|
|
1225
|
-
background: "#E6F4FF"
|
|
1224
|
+
lineHeight: "22px"
|
|
1226
1225
|
}
|
|
1227
1226
|
}, colProperties.column.caption);
|
|
1228
1227
|
};
|
|
@@ -1438,8 +1437,7 @@ function grid$1(props) {
|
|
|
1438
1437
|
fontSize: "14px",
|
|
1439
1438
|
fontStyle: "normal",
|
|
1440
1439
|
fontWeight: "600",
|
|
1441
|
-
lineHeight: "22px"
|
|
1442
|
-
background: "#E6F4FF"
|
|
1440
|
+
lineHeight: "22px"
|
|
1443
1441
|
}
|
|
1444
1442
|
}, colProperties.column.caption);
|
|
1445
1443
|
};
|
|
@@ -1846,8 +1844,7 @@ function grid$2(props) {
|
|
|
1846
1844
|
fontSize: "14px",
|
|
1847
1845
|
fontStyle: "normal",
|
|
1848
1846
|
fontWeight: "600",
|
|
1849
|
-
lineHeight: "22px"
|
|
1850
|
-
background: "#E6F4FF"
|
|
1847
|
+
lineHeight: "22px"
|
|
1851
1848
|
}
|
|
1852
1849
|
}, colProperties.column.caption);
|
|
1853
1850
|
};
|