@ctlyst.id/internal-ui 5.6.0 → 5.6.1

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 CHANGED
@@ -1684,16 +1684,7 @@ var DataTable = React5.forwardRef((props, ref) => {
1684
1684
  _first: { paddingLeft: `${paddingRowX + 8}px` },
1685
1685
  _last: { paddingRight: `${paddingRowX + 8}px` },
1686
1686
  ...styles == null ? void 0 : styles.tableColumnHeader,
1687
- children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1688
- import_react30.Flex,
1689
- {
1690
- "data-test-id": "CT_component_data-table_loader",
1691
- textTransform: "capitalize",
1692
- align: "center",
1693
- gap: 2,
1694
- children: (0, import_react_table.flexRender)(header.column.columnDef.header, header.getContext())
1695
- }
1696
- )
1687
+ children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react30.Flex, { "data-test-id": "CT_component_data-table_loader", align: "center", gap: 2, children: (0, import_react_table.flexRender)(header.column.columnDef.header, header.getContext()) })
1697
1688
  },
1698
1689
  header.id
1699
1690
  )) }, headerGroup.id)) }),
@@ -1733,7 +1724,6 @@ var DataTable = React5.forwardRef((props, ref) => {
1733
1724
  backgroundColor: "white",
1734
1725
  height: "100%",
1735
1726
  "data-test-id": `CT_Container_TableHeader_${header.id}`,
1736
- textTransform: "capitalize",
1737
1727
  userSelect: "none",
1738
1728
  align: "center",
1739
1729
  gap: 2,
@@ -7823,7 +7813,7 @@ var baseStyle11 = definePartsStyle10({
7823
7813
  th: {
7824
7814
  fontFamily: "heading",
7825
7815
  fontWeight: "semibold",
7826
- textTransform: "uppercase",
7816
+ textTransform: "capitalize",
7827
7817
  letterSpacing: "normal",
7828
7818
  textAlign: "start",
7829
7819
  height: "50px",