auxalia-ui-kit 1.6.6 → 1.6.8
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.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -7000,7 +7000,7 @@ var ControlledPagination = ({
|
|
|
7000
7000
|
}
|
|
7001
7001
|
return pages;
|
|
7002
7002
|
};
|
|
7003
|
-
return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "flex w-full items-center justify-between", children: [
|
|
7003
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "flex w-full items-center justify-between text-content", children: [
|
|
7004
7004
|
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("div", { className: "flex items-center gap-2 text-base", children: [
|
|
7005
7005
|
/* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("span", { children: [
|
|
7006
7006
|
rowsPerPageLabel,
|
|
@@ -7273,7 +7273,7 @@ var ControlledTable = ({
|
|
|
7273
7273
|
fields.map((field) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
7274
7274
|
"td",
|
|
7275
7275
|
{
|
|
7276
|
-
className: `px-3 py-3 text-base font-normal ${field.textAlign === "center" ? "text-center" : field.textAlign === "right" ? "text-right" : "text-left"}`,
|
|
7276
|
+
className: `px-3 py-3 text-base font-normal text-content ${field.textAlign === "center" ? "text-center" : field.textAlign === "right" ? "text-right" : "text-left"}`,
|
|
7277
7277
|
style: { width: field.width },
|
|
7278
7278
|
children: renderCell(field, record)
|
|
7279
7279
|
},
|
package/dist/index.js
CHANGED
|
@@ -6902,7 +6902,7 @@ var ControlledPagination = ({
|
|
|
6902
6902
|
}
|
|
6903
6903
|
return pages;
|
|
6904
6904
|
};
|
|
6905
|
-
return /* @__PURE__ */ jsxs12("div", { className: "flex w-full items-center justify-between", children: [
|
|
6905
|
+
return /* @__PURE__ */ jsxs12("div", { className: "flex w-full items-center justify-between text-content", children: [
|
|
6906
6906
|
/* @__PURE__ */ jsxs12("div", { className: "flex items-center gap-2 text-base", children: [
|
|
6907
6907
|
/* @__PURE__ */ jsxs12("span", { children: [
|
|
6908
6908
|
rowsPerPageLabel,
|
|
@@ -7175,7 +7175,7 @@ var ControlledTable = ({
|
|
|
7175
7175
|
fields.map((field) => /* @__PURE__ */ jsx40(
|
|
7176
7176
|
"td",
|
|
7177
7177
|
{
|
|
7178
|
-
className: `px-3 py-3 text-base font-normal ${field.textAlign === "center" ? "text-center" : field.textAlign === "right" ? "text-right" : "text-left"}`,
|
|
7178
|
+
className: `px-3 py-3 text-base font-normal text-content ${field.textAlign === "center" ? "text-center" : field.textAlign === "right" ? "text-right" : "text-left"}`,
|
|
7179
7179
|
style: { width: field.width },
|
|
7180
7180
|
children: renderCell(field, record)
|
|
7181
7181
|
},
|