@trackunit/react-components 1.12.2 → 1.12.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.
package/index.cjs.js CHANGED
@@ -1961,7 +1961,7 @@ const EmptyState = ({ description, altText, image = "SEARCH_DOCUMENT", customIma
1961
1961
  const cvaEmptyValue = cssClassVarianceUtilities.cvaMerge(["text-neutral-400"]);
1962
1962
 
1963
1963
  /**
1964
- * Show intentionality in empty values in the UI
1964
+ * The EmptyValue component renders a consistent "–" symbol to represent empty, null, undefined, or not applicable values in tables.
1965
1965
  *
1966
1966
  * @param {EmptyValueProps} props - The props for the EmptyValue component
1967
1967
  * @returns {ReactElement} EmptyValue component
package/index.esm.js CHANGED
@@ -1959,7 +1959,7 @@ const EmptyState = ({ description, altText, image = "SEARCH_DOCUMENT", customIma
1959
1959
  const cvaEmptyValue = cvaMerge(["text-neutral-400"]);
1960
1960
 
1961
1961
  /**
1962
- * Show intentionality in empty values in the UI
1962
+ * The EmptyValue component renders a consistent "–" symbol to represent empty, null, undefined, or not applicable values in tables.
1963
1963
  *
1964
1964
  * @param {EmptyValueProps} props - The props for the EmptyValue component
1965
1965
  * @returns {ReactElement} EmptyValue component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "1.12.2",
3
+ "version": "1.12.4",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -14,10 +14,10 @@
14
14
  "@floating-ui/react": "^0.26.25",
15
15
  "string-ts": "^2.0.0",
16
16
  "tailwind-merge": "^2.0.0",
17
- "@trackunit/ui-design-tokens": "1.9.2",
18
- "@trackunit/css-class-variance-utilities": "1.9.2",
19
- "@trackunit/shared-utils": "1.11.2",
20
- "@trackunit/ui-icons": "1.9.2",
17
+ "@trackunit/ui-design-tokens": "1.9.3",
18
+ "@trackunit/css-class-variance-utilities": "1.9.3",
19
+ "@trackunit/shared-utils": "1.11.3",
20
+ "@trackunit/ui-icons": "1.9.3",
21
21
  "@tanstack/react-router": "1.114.29",
22
22
  "es-toolkit": "^1.39.10",
23
23
  "@tanstack/react-virtual": "3.13.12",
@@ -2,7 +2,7 @@ import { ReactElement } from "react";
2
2
  import { CommonProps } from "../../common/CommonProps";
3
3
  export type EmptyValueProps = CommonProps;
4
4
  /**
5
- * Show intentionality in empty values in the UI
5
+ * The EmptyValue component renders a consistent "–" symbol to represent empty, null, undefined, or not applicable values in tables.
6
6
  *
7
7
  * @param {EmptyValueProps} props - The props for the EmptyValue component
8
8
  * @returns {ReactElement} EmptyValue component