@trackunit/react-table-base-components 1.3.226 → 1.3.228

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
@@ -142,7 +142,7 @@ const LinkCell = ({ link, type, className, ...rest }) => {
142
142
  };
143
143
 
144
144
  const cvaMultiRowTableCellSection = cssClassVarianceUtilities.cvaMerge(["flex", "flex-col", "justify-center", "overflow-hidden"]);
145
- const cvaMultiRowTableCell = cssClassVarianceUtilities.cvaMerge(["flex", "justify-start", "pl-2"]);
145
+ const cvaMultiRowTableCell = cssClassVarianceUtilities.cvaMerge(["flex", "justify-start"]);
146
146
  const cvaMainRowText = cssClassVarianceUtilities.cvaMerge(["overflow-hidden", "text-ellipsis", "text-sm"]);
147
147
  const cvaSecondaryRowText = cssClassVarianceUtilities.cvaMerge(["overflow-hidden", "text-ellipsis", "text-neutral-500", "text-xs"]);
148
148
 
package/index.esm.js CHANGED
@@ -140,7 +140,7 @@ const LinkCell = ({ link, type, className, ...rest }) => {
140
140
  };
141
141
 
142
142
  const cvaMultiRowTableCellSection = cvaMerge(["flex", "flex-col", "justify-center", "overflow-hidden"]);
143
- const cvaMultiRowTableCell = cvaMerge(["flex", "justify-start", "pl-2"]);
143
+ const cvaMultiRowTableCell = cvaMerge(["flex", "justify-start"]);
144
144
  const cvaMainRowText = cvaMerge(["overflow-hidden", "text-ellipsis", "text-sm"]);
145
145
  const cvaSecondaryRowText = cvaMerge(["overflow-hidden", "text-ellipsis", "text-neutral-500", "text-xs"]);
146
146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-table-base-components",
3
- "version": "1.3.226",
3
+ "version": "1.3.228",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -9,13 +9,13 @@
9
9
  "dependencies": {
10
10
  "react": "19.0.0",
11
11
  "@js-temporal/polyfill": "^0.4.4",
12
- "@trackunit/react-components": "1.4.202",
13
- "@trackunit/ui-icons": "1.3.166",
14
- "@trackunit/react-form-components": "1.3.228",
15
- "@trackunit/css-class-variance-utilities": "1.3.165",
16
- "@trackunit/date-and-time-utils": "1.3.165",
17
- "@trackunit/shared-utils": "1.5.165",
18
- "@trackunit/react-test-setup": "1.0.55"
12
+ "@trackunit/react-components": "1.4.204",
13
+ "@trackunit/ui-icons": "1.3.167",
14
+ "@trackunit/react-form-components": "1.3.230",
15
+ "@trackunit/css-class-variance-utilities": "1.3.166",
16
+ "@trackunit/date-and-time-utils": "1.3.166",
17
+ "@trackunit/shared-utils": "1.5.166",
18
+ "@trackunit/react-test-setup": "1.0.56"
19
19
  },
20
20
  "module": "./index.esm.js",
21
21
  "main": "./index.cjs.js",