@krosoft/react 0.0.258 → 0.0.259

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.
@@ -18,7 +18,7 @@ import { t as W } from "../../AppTitle-BR4JFZfp.js";
18
18
  import { n as G, t as K } from "../../states-BusGNKku.js";
19
19
  import { AppPageHeader as q, KpiCardsLayout as J } from "./layouts/index.js";
20
20
  import { a as Y, i as X, n as Z, o as Q, r as $, t as ee } from "../../navbar-UsCqs4DK.js";
21
- import { a as te, c as ne, d as re, f as ie, i as ae, l as oe, n as se, o as ce, p as le, r as ue, s as de, t as fe, u as pe } from "../../table-DTyfSw3h.js";
21
+ import { a as te, c as ne, d as re, f as ie, i as ae, l as oe, n as se, o as ce, p as le, r as ue, s as de, t as fe, u as pe } from "../../table-BSjo9t9_.js";
22
22
  import { AppTabContainer as me, AppTabHeader as he, AppTabs as ge, AppVerticalTabs as _e } from "./tabs/index.js";
23
23
  import { t as ve } from "../../theme-QayeX440.js";
24
24
  export { ne as ACTIONS_COLUMN_KEY, R as ActiveFilters, z as AdvancedFilters, k as AppActions, E as AppDialog, q as AppPageHeader, A as AppSubTitle, me as AppTabContainer, he as AppTabHeader, ge as AppTabs, W as AppTitle, _e as AppVerticalTabs, v as BarChartHorizontal, C as BarChartVertical, _ as CHART_COLORS, y as ChartCard, S as CircularGauge, D as ConfirmationDialog, r as DashboardCard, se as DataTable, P as DatePicker, I as DateRangePicker, l as Dialog, c as DialogClose, p as DialogContent, g as DialogDescription, s as DialogFooter, h as DialogHeader, d as DialogOverlay, f as DialogPortal, m as DialogTitle, u as DialogTrigger, N as ErrorAlert, G as ErrorState, B as FilterField, T as FormDialog, M as GenericForm, Q as GlobalSearch, O as ImageInput, fe as JsonTableOutput, e as KpiCard, t as KpiCards, J as KpiCardsLayout, U as LanguageSelector, b as LineChart, K as LoadingState, i as MetricCard, j as MultiSelect, Y as NotificationsBell, w as PieChart, o as Progress, oe as SELECTION_COLUMN_KEY, L as SearchInput, V as SearchableFilterPill, F as SearchableSelect, $ as Sidebar, Z as SidebarHeader, X as SidebarNavItem, n as SkeletonCard, a as SkeletonCards, le as TableActions, de as TableBody, ce as TableBulkActions, H as TableFilter, te as TableHeader, ae as TablePagination, ue as TableSettings, ve as ThemeSelector, ee as Topbar, re as getAlignmentClass, x as getChartColor, ie as getColumnAlignment, pe as getFixedCellProps };
@@ -1,2 +1,2 @@
1
- import { a as e, c as t, d as n, f as r, i, l as a, n as o, o as s, p as c, r as l, s as u, t as d, u as f } from "../../../table-DTyfSw3h.js";
1
+ import { a as e, c as t, d as n, f as r, i, l as a, n as o, o as s, p as c, r as l, s as u, t as d, u as f } from "../../../table-BSjo9t9_.js";
2
2
  export { t as ACTIONS_COLUMN_KEY, o as DataTable, d as JsonTableOutput, a as SELECTION_COLUMN_KEY, c as TableActions, u as TableBody, s as TableBulkActions, e as TableHeader, i as TablePagination, l as TableSettings, n as getAlignmentClass, r as getColumnAlignment, f as getFixedCellProps };
@@ -21,7 +21,7 @@ import { t as qr } from "../AppTitle-BR4JFZfp.js";
21
21
  import { n as Jr, t as Yr } from "../states-BusGNKku.js";
22
22
  import { AppPageHeader as Xr, KpiCardsLayout as Zr } from "./core/layouts/index.js";
23
23
  import { a as Qr, i as $r, n as ei, o as ti, r as ni, t as ri } from "../navbar-UsCqs4DK.js";
24
- import { a as ii, c as ai, d as oi, f as si, i as ci, l as li, n as ui, o as di, p as fi, r as pi, s as mi, t as hi, u as gi } from "../table-DTyfSw3h.js";
24
+ import { a as ii, c as ai, d as oi, f as si, i as ci, l as li, n as ui, o as di, p as fi, r as pi, s as mi, t as hi, u as gi } from "../table-BSjo9t9_.js";
25
25
  import { AppTabContainer as _i, AppTabHeader as vi, AppTabs as yi, AppVerticalTabs as bi } from "./core/tabs/index.js";
26
26
  import { t as xi } from "../theme-QayeX440.js";
27
27
  import "./core/index.js";
@@ -192,7 +192,7 @@ function J({ isLoading: e, error: t, colSpanCount: n, noDataMessage: r, paginate
192
192
  f.map((t, n) => {
193
193
  let r = n === f.length - 1, i = q(x[t.key], "body");
194
194
  return /* @__PURE__ */ T("td", {
195
- className: `${`${n === 0 && !c ? "pl-4" : "pl-2"} ${r && !m ? "pr-4" : "pr-2"}`} ${y ? "py-2" : "py-4"} ${U(H(t))} ${i.className} ${v && !r ? "border-r border-border" : ""} ${t.className ?? ""}`,
195
+ className: `${`${n === 0 && !c ? "pl-4" : "pl-2"} ${r && !m ? "pr-4" : "pr-2"}`} ${y ? "py-2" : "py-4"} text-sm ${U(H(t))} ${i.className} ${v && !r ? "border-r border-border" : ""} ${t.className ?? ""}`,
196
196
  style: {
197
197
  ...b ? { width: p[t.key] } : { minWidth: p[t.key] },
198
198
  ...i.style
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@krosoft/react",
3
- "version": "0.0.258",
3
+ "version": "0.0.259",
4
4
  "description": "Krosoft shared React package",
5
5
  "type": "module",
6
6
  "scripts": {