@pnkx-lib/ui 1.1.3 → 1.1.4

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.
@@ -964,6 +964,13 @@ const js = Ms`
964
964
  background-color: #a8caff;
965
965
  font-weight: 400;
966
966
  }
967
+ .ant-table-row.table-row-even {
968
+ background-color: #eeeff0;
969
+ }
970
+
971
+ .ant-table-row.table-row-odd {
972
+ background-color: #ffffff;
973
+ }
967
974
  `, ff = ({
968
975
  data: e,
969
976
  columns: t,
@@ -1021,7 +1028,7 @@ const js = Ms`
1021
1028
  locale: {
1022
1029
  emptyText: /* @__PURE__ */ k.jsx(Oi, {})
1023
1030
  },
1024
- rowClassName: (m, C) => C % 2 === 0 ? "bg-[#EEEFF0]" : "",
1031
+ rowClassName: (m, C) => `table-row-${C % 2 === 0 ? "even" : "odd"}`,
1025
1032
  className: _s(js, d),
1026
1033
  ...y
1027
1034
  }
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { g as e, B as o, C as r, f as t, D as l, F as i, L as n, j as p, M as d, k as F, e as P, d as c, P as k, c as x, R as C, S, h as T, i as b, l as g, T as u, b as M, a as m, t as y } from "./chunks/Steps-DCIHo0_4.js";
1
+ import { g as e, B as o, C as r, f as t, D as l, F as i, L as n, j as p, M as d, k as F, e as P, d as c, P as k, c as x, R as C, S, h as T, i as b, l as g, T as u, b as M, a as m, t as y } from "./chunks/Steps-C3J7ziJu.js";
2
2
  import { E as f, L as h, T as B } from "./chunks/createSuper-LJ86MtbT.js";
3
3
  import { C as L, D as E, I as w, P as I, R as j, a as v, S as G, T as q } from "./chunks/Switch-31j7yk5m.js";
4
4
  export {
package/dist/ui/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { g as e, B as o, C as r, f as t, D as l, F as p, L as n, j as i, M as d, k as x, e as P, d as S, P as T, c as b, R as c, S as g, h as k, i as C, l as F, T as M, b as m, a as u, t as y } from "../chunks/Steps-DCIHo0_4.js";
1
+ import { g as e, B as o, C as r, f as t, D as l, F as p, L as n, j as i, M as d, k as x, e as P, d as S, P as T, c as b, R as c, S as g, h as k, i as C, l as F, T as M, b as m, a as u, t as y } from "../chunks/Steps-C3J7ziJu.js";
2
2
  import { E as L, L as f, T as h } from "../chunks/createSuper-LJ86MtbT.js";
3
3
  export {
4
4
  e as Breadcrumb,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnkx-lib/ui",
3
3
  "private": false,
4
- "version": "1.1.3",
4
+ "version": "1.1.4",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "exports": {