auxalia-ui-kit 1.6.7 → 1.6.9

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 CHANGED
@@ -1135,7 +1135,7 @@ function PaginationLink({
1135
1135
  "data-active": isActive,
1136
1136
  className: cn(
1137
1137
  "flex h-9 w-9 items-center justify-center text-base transition-colors",
1138
- isActive ? "font-medium text-content" : "text-dim hover:text-content",
1138
+ isActive ? "font-medium text-content" : "text-content hover:text-content",
1139
1139
  className
1140
1140
  ),
1141
1141
  ...props
@@ -1181,7 +1181,7 @@ function PaginationEllipsis({
1181
1181
  {
1182
1182
  "aria-hidden": true,
1183
1183
  "data-slot": "pagination-ellipsis",
1184
- className: cn("flex h-9 w-9 items-center justify-center text-base text-dim", className),
1184
+ className: cn("flex h-9 w-9 items-center justify-center text-base text-content", className),
1185
1185
  ...props,
1186
1186
  children: [
1187
1187
  /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_lucide_react4.MoreHorizontalIcon, { className: "size-4" }),
@@ -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,
package/dist/index.js CHANGED
@@ -1014,7 +1014,7 @@ function PaginationLink({
1014
1014
  "data-active": isActive,
1015
1015
  className: cn(
1016
1016
  "flex h-9 w-9 items-center justify-center text-base transition-colors",
1017
- isActive ? "font-medium text-content" : "text-dim hover:text-content",
1017
+ isActive ? "font-medium text-content" : "text-content hover:text-content",
1018
1018
  className
1019
1019
  ),
1020
1020
  ...props
@@ -1060,7 +1060,7 @@ function PaginationEllipsis({
1060
1060
  {
1061
1061
  "aria-hidden": true,
1062
1062
  "data-slot": "pagination-ellipsis",
1063
- className: cn("flex h-9 w-9 items-center justify-center text-base text-dim", className),
1063
+ className: cn("flex h-9 w-9 items-center justify-center text-base text-content", className),
1064
1064
  ...props,
1065
1065
  children: [
1066
1066
  /* @__PURE__ */ jsx14(MoreHorizontalIcon, { className: "size-4" }),
@@ -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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auxalia-ui-kit",
3
- "version": "1.6.7",
3
+ "version": "1.6.9",
4
4
  "description": "feat: Add new 'surface' color variant with default, outline, ghost, and link styles to the Button component.",
5
5
  "license": "ISC",
6
6
  "author": {