@trackunit/react-components 1.9.10 → 1.9.13

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/index.cjs.js CHANGED
@@ -3199,7 +3199,7 @@ const cvaKPIValueContainer = cssClassVarianceUtilities.cvaMerge(["truncate", "wh
3199
3199
  },
3200
3200
  });
3201
3201
 
3202
- const LoadingContent$1 = () => (jsxRuntime.jsx("div", { className: "flex h-11 flex-row items-center gap-3", "data-testid": "kpi-card-loading-content", children: jsxRuntime.jsx("div", { className: "w-full", children: jsxRuntime.jsx(SkeletonLines, { height: [14, 18], lines: 2, margin: "3px 0", width: [100, 70] }) }) }));
3202
+ const LoadingContent$1 = () => (jsxRuntime.jsx("div", { className: "flex h-11 flex-row items-center gap-3", "data-testid": "kpi-card-loading-content", children: jsxRuntime.jsx("div", { className: "w-full", children: jsxRuntime.jsx(SkeletonLines, { height: [14, 18], lines: 2, margin: "3", width: [80, 60] }) }) }));
3203
3203
  /**
3204
3204
  * The KPI component is used to display KPIs.
3205
3205
  *
@@ -3902,7 +3902,7 @@ const PageContent = ({ className, children, dataTestId, layout }) => {
3902
3902
  return (jsxRuntime.jsx("div", { className: cvaPageContent({ className, layout }), "data-testid": dataTestId ? dataTestId : "page-content", children: children }));
3903
3903
  };
3904
3904
 
3905
- const LoadingContent = () => (jsxRuntime.jsx("div", { className: "flex flex-row items-center gap-3", "data-testid": "kpi-card-loading-content", children: jsxRuntime.jsx("div", { className: "w-full", children: jsxRuntime.jsx(SkeletonLines, { height: [16, 25], lines: 2, margin: "3px 0 0 0", width: [75, 50] }) }) }));
3905
+ const LoadingContent = () => (jsxRuntime.jsx("div", { className: "flex flex-row items-center gap-3", "data-testid": "kpi-card-loading-content", children: jsxRuntime.jsx("div", { className: "w-full", children: jsxRuntime.jsx(SkeletonLines, { height: [16, 25], lines: 2, margin: "3", width: [50, 40] }) }) }));
3906
3906
  /**
3907
3907
  * The PageHeaderKpiMetrics component is used to render the KPI metrics in the PageHeader component.
3908
3908
  *
package/index.esm.js CHANGED
@@ -3197,7 +3197,7 @@ const cvaKPIValueContainer = cvaMerge(["truncate", "whitespace-nowrap"], {
3197
3197
  },
3198
3198
  });
3199
3199
 
3200
- const LoadingContent$1 = () => (jsx("div", { className: "flex h-11 flex-row items-center gap-3", "data-testid": "kpi-card-loading-content", children: jsx("div", { className: "w-full", children: jsx(SkeletonLines, { height: [14, 18], lines: 2, margin: "3px 0", width: [100, 70] }) }) }));
3200
+ const LoadingContent$1 = () => (jsx("div", { className: "flex h-11 flex-row items-center gap-3", "data-testid": "kpi-card-loading-content", children: jsx("div", { className: "w-full", children: jsx(SkeletonLines, { height: [14, 18], lines: 2, margin: "3", width: [80, 60] }) }) }));
3201
3201
  /**
3202
3202
  * The KPI component is used to display KPIs.
3203
3203
  *
@@ -3900,7 +3900,7 @@ const PageContent = ({ className, children, dataTestId, layout }) => {
3900
3900
  return (jsx("div", { className: cvaPageContent({ className, layout }), "data-testid": dataTestId ? dataTestId : "page-content", children: children }));
3901
3901
  };
3902
3902
 
3903
- const LoadingContent = () => (jsx("div", { className: "flex flex-row items-center gap-3", "data-testid": "kpi-card-loading-content", children: jsx("div", { className: "w-full", children: jsx(SkeletonLines, { height: [16, 25], lines: 2, margin: "3px 0 0 0", width: [75, 50] }) }) }));
3903
+ const LoadingContent = () => (jsx("div", { className: "flex flex-row items-center gap-3", "data-testid": "kpi-card-loading-content", children: jsx("div", { className: "w-full", children: jsx(SkeletonLines, { height: [16, 25], lines: 2, margin: "3", width: [50, 40] }) }) }));
3904
3904
  /**
3905
3905
  * The PageHeaderKpiMetrics component is used to render the KPI metrics in the PageHeader component.
3906
3906
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "1.9.10",
3
+ "version": "1.9.13",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -16,12 +16,12 @@
16
16
  "@floating-ui/react": "^0.26.25",
17
17
  "string-ts": "^2.0.0",
18
18
  "tailwind-merge": "^2.0.0",
19
- "@trackunit/ui-design-tokens": "1.7.7",
20
- "@trackunit/css-class-variance-utilities": "1.7.7",
21
- "@trackunit/shared-utils": "1.9.7",
22
- "@trackunit/ui-icons": "1.7.9",
23
- "@trackunit/react-table-pagination": "1.7.7",
24
- "@trackunit/react-test-setup": "1.4.7",
19
+ "@trackunit/ui-design-tokens": "1.7.8",
20
+ "@trackunit/css-class-variance-utilities": "1.7.8",
21
+ "@trackunit/shared-utils": "1.9.8",
22
+ "@trackunit/ui-icons": "1.7.10",
23
+ "@trackunit/react-table-pagination": "1.7.8",
24
+ "@trackunit/react-test-setup": "1.4.8",
25
25
  "@tanstack/react-router": "1.114.29",
26
26
  "es-toolkit": "^1.39.10"
27
27
  },