@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.mjs
CHANGED
|
@@ -1087,7 +1087,7 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
|
1087
1087
|
Th,
|
|
1088
1088
|
{
|
|
1089
1089
|
colSpan: header.colSpan,
|
|
1090
|
-
width: `${header.getSize()
|
|
1090
|
+
width: `${header.getSize()}px`,
|
|
1091
1091
|
...styles == null ? void 0 : styles.tableColumnHeader,
|
|
1092
1092
|
children: /* @__PURE__ */ jsx24(
|
|
1093
1093
|
Flex2,
|
|
@@ -1116,7 +1116,7 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
|
1116
1116
|
{
|
|
1117
1117
|
colSpan: header.colSpan,
|
|
1118
1118
|
sx: getCommonPinningStyles(header.column),
|
|
1119
|
-
width: `${header.getSize()
|
|
1119
|
+
width: `${header.getSize()}px`,
|
|
1120
1120
|
...styles == null ? void 0 : styles.tableColumnHeader,
|
|
1121
1121
|
children: /* @__PURE__ */ jsxs8(
|
|
1122
1122
|
Flex2,
|
|
@@ -4763,7 +4763,8 @@ var InputTimeArea = forwardRef12((props, ref) => {
|
|
|
4763
4763
|
px: "2px",
|
|
4764
4764
|
py: 0,
|
|
4765
4765
|
sx: {
|
|
4766
|
-
fontVariantNumeric: "tabular-nums"
|
|
4766
|
+
fontVariantNumeric: "tabular-nums",
|
|
4767
|
+
fontSize: 12
|
|
4767
4768
|
},
|
|
4768
4769
|
...props
|
|
4769
4770
|
}
|