@krosoft/react 0.0.248 → 0.0.249

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-N8-LjFng.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-G9FexEW-.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, r as le, s as ue, t as de, u as fe } from "../../table-6mOVYAy2.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, r as le, s as ue, t as de, u as fe } from "../../table-DdrfvDFF.js";
22
22
  import { AppTabContainer as pe, AppTabHeader as me, AppTabs as he, AppVerticalTabs as ge } from "./tabs/index.js";
23
23
  import { t as _e } from "../../theme-BGakUJ9c.js";
24
24
  export { ue as ACTIONS_COLUMN_KEY, R as ActiveFilters, z as AdvancedFilters, k as AppActions, E as AppDialog, q as AppPageHeader, A as AppSubTitle, pe as AppTabContainer, me as AppTabHeader, he as AppTabs, W as AppTitle, ge as AppVerticalTabs, v as BarChartHorizontal, C as BarChartVertical, _ as CHART_COLORS, y as ChartCard, S as CircularGauge, D as ConfirmationDialog, r as DashboardCard, de 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, 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, ne 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, ie as TableActions, ce as TableBody, te as TableBulkActions, H as TableFilter, ae as TableHeader, le as TablePagination, se as TableSettings, _e as ThemeSelector, ee as Topbar, fe as getAlignmentClass, x as getChartColor, re as getColumnAlignment, oe 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, r as c, s as l, t as u, u as d } from "../../../table-6mOVYAy2.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, r as c, s as l, t as u, u as d } from "../../../table-DdrfvDFF.js";
2
2
  export { l as ACTIONS_COLUMN_KEY, u as DataTable, t as SELECTION_COLUMN_KEY, r as TableActions, s as TableBody, e as TableBulkActions, i as TableHeader, c as TablePagination, o as TableSettings, d as getAlignmentClass, n as getColumnAlignment, a 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-N8-LjFng.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-G9FexEW-.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, r as fi, s as pi, t as mi, u as hi } from "../table-6mOVYAy2.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, r as fi, s as pi, t as mi, u as hi } from "../table-DdrfvDFF.js";
25
25
  import { AppTabContainer as gi, AppTabHeader as _i, AppTabs as vi, AppVerticalTabs as yi } from "./core/tabs/index.js";
26
26
  import { t as bi } from "../theme-BGakUJ9c.js";
27
27
  import "./core/index.js";
@@ -183,7 +183,7 @@ function R({ isLoading: e, error: t, colSpanCount: n, noDataMessage: r, paginate
183
183
  f.map((t, n) => {
184
184
  let r = n === f.length - 1, i = L(C[t.key], "body");
185
185
  return /* @__PURE__ */ g("td", {
186
- className: `px-2 ${x ? "py-1" : "py-3"} ${N(M(t))} ${i.className} ${b && !r ? "border-r border-gray-100 dark:border-gray-800" : ""} ${t.className ?? ""}`,
186
+ className: `px-2 ${x ? "py-2" : "py-4"} ${N(M(t))} ${i.className} ${b && !r ? "border-r border-gray-100 dark:border-gray-800" : ""} ${t.className ?? ""}`,
187
187
  style: {
188
188
  ...S ? { width: p[t.key] } : { minWidth: p[t.key] },
189
189
  ...i.style
@@ -273,7 +273,7 @@ function V({ hasBulkActions: e, selectedRows: t, totalItems: n, toggleSelectAll:
273
273
  "data-column-key": e.key,
274
274
  "data-fixed-side": e.fixed,
275
275
  className: [
276
- `px-2 ${T ? "py-1" : "py-3"} text-sm font-medium text-gray-900 dark:text-gray-100 group`,
276
+ `px-2 ${T ? "py-2" : "py-4"} text-sm font-medium text-gray-900 dark:text-gray-100 group`,
277
277
  N(a),
278
278
  i.className,
279
279
  C ? "border-r border-gray-200 dark:border-gray-800" : "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@krosoft/react",
3
- "version": "0.0.248",
3
+ "version": "0.0.249",
4
4
  "description": "Krosoft shared React package",
5
5
  "type": "module",
6
6
  "scripts": {