@3sc/common-component 0.0.14 → 0.0.15

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.es.js CHANGED
@@ -21952,7 +21952,7 @@ const Qp = ({ option: e, value: t, handleSelectChange: n, ...r }) => /* @__PURE_
21952
21952
  ] });
21953
21953
  }, xT = ({ sortKey: e, sortDir: t, column: n }) => /* @__PURE__ */ I.jsx(I.Fragment, { children: e === n ? t ? /* @__PURE__ */ I.jsx("i", { className: "fa fa-arrow-down", "aria-hidden": "true" }) : /* @__PURE__ */ I.jsx("i", { className: "fa fa-arrow-up", "aria-hidden": "true" }) : /* @__PURE__ */ I.jsx(I.Fragment, { children: /* @__PURE__ */ I.jsx("i", { className: "fa fa-sort", "aria-hidden": "true" }) }) }), IT = ({ data: e, handleSort: t, sortDir: n, sortKey: r }) => {
21954
21954
  var o;
21955
- return /* @__PURE__ */ I.jsxs("table", { className: "table", children: [
21955
+ return /* @__PURE__ */ I.jsxs("table", { className: "table-notification", children: [
21956
21956
  /* @__PURE__ */ I.jsx("thead", { children: /* @__PURE__ */ I.jsx("tr", { children: (o = Object.entries(Wd)) == null ? void 0 : o.map(([s, a], c) => /* @__PURE__ */ I.jsx("th", { children: /* @__PURE__ */ I.jsxs("span", { onClick: () => t(a), children: [
21957
21957
  s,
21958
21958
  /* @__PURE__ */ I.jsx(xT, { column: a, sortKey: r, sortDir: n })