@pnkx-lib/ui 1.1.2 → 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.
@@ -960,6 +960,17 @@ const js = Ms`
960
960
  .ant-table-cell::before {
961
961
  display: none !important;
962
962
  }
963
+ .ant-table-thead .ant-table-cell {
964
+ background-color: #a8caff;
965
+ font-weight: 400;
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
+ }
963
974
  `, ff = ({
964
975
  data: e,
965
976
  columns: t,
@@ -1017,19 +1028,7 @@ const js = Ms`
1017
1028
  locale: {
1018
1029
  emptyText: /* @__PURE__ */ k.jsx(Oi, {})
1019
1030
  },
1020
- rowClassName: (m, C) => C % 2 === 0 ? "bg-[#EEEFF0]" : "",
1021
- components: {
1022
- header: {
1023
- cell: (m) => /* @__PURE__ */ k.jsx(
1024
- "th",
1025
- {
1026
- ...m,
1027
- style: { backgroundColor: "#A8CAFF", ...m.style },
1028
- children: m.children
1029
- }
1030
- )
1031
- }
1032
- },
1031
+ rowClassName: (m, C) => `table-row-${C % 2 === 0 ? "even" : "odd"}`,
1033
1032
  className: _s(js, d),
1034
1033
  ...y
1035
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-HljRD99T.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-HljRD99T.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.2",
4
+ "version": "1.1.4",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "exports": {