@ctlyst.id/internal-ui 3.3.12 → 3.3.14
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 +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1428,7 +1428,7 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
|
1428
1428
|
import_react28.Th,
|
|
1429
1429
|
{
|
|
1430
1430
|
colSpan: header.colSpan,
|
|
1431
|
-
width: `${header.getSize()
|
|
1431
|
+
width: `${header.getSize()}px`,
|
|
1432
1432
|
...styles == null ? void 0 : styles.tableColumnHeader,
|
|
1433
1433
|
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1434
1434
|
import_react28.Flex,
|
|
@@ -1457,7 +1457,7 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
|
1457
1457
|
{
|
|
1458
1458
|
colSpan: header.colSpan,
|
|
1459
1459
|
sx: getCommonPinningStyles(header.column),
|
|
1460
|
-
width: `${header.getSize()
|
|
1460
|
+
width: `${header.getSize()}px`,
|
|
1461
1461
|
...styles == null ? void 0 : styles.tableColumnHeader,
|
|
1462
1462
|
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
|
|
1463
1463
|
import_react28.Flex,
|
|
@@ -4898,7 +4898,8 @@ var InputTimeArea = (0, import_react84.forwardRef)((props, ref) => {
|
|
|
4898
4898
|
px: "2px",
|
|
4899
4899
|
py: 0,
|
|
4900
4900
|
sx: {
|
|
4901
|
-
fontVariantNumeric: "tabular-nums"
|
|
4901
|
+
fontVariantNumeric: "tabular-nums",
|
|
4902
|
+
fontSize: 12
|
|
4902
4903
|
},
|
|
4903
4904
|
...props
|
|
4904
4905
|
}
|