@trackunit/react-table 1.11.10 → 1.11.11
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 +1 -1
- package/index.esm.js +1 -1
- package/package.json +9 -9
package/index.cjs.js
CHANGED
|
@@ -116,7 +116,7 @@ const cvaActionSheet = cssClassVarianceUtilities.cvaMerge([
|
|
|
116
116
|
"left-1/2",
|
|
117
117
|
"-translate-x-1/2",
|
|
118
118
|
]);
|
|
119
|
-
const cvaDivider = cssClassVarianceUtilities.cvaMerge(["border-
|
|
119
|
+
const cvaDivider = cssClassVarianceUtilities.cvaMerge(["border-primary-500", "row-start-2", "col-span-4", "sm:hidden", "min-h-px"]);
|
|
120
120
|
const cvaActionContainerAndOverflow = cssClassVarianceUtilities.cvaMerge([
|
|
121
121
|
"row-start-3",
|
|
122
122
|
"col-span-full",
|
package/index.esm.js
CHANGED
|
@@ -115,7 +115,7 @@ const cvaActionSheet = cvaMerge([
|
|
|
115
115
|
"left-1/2",
|
|
116
116
|
"-translate-x-1/2",
|
|
117
117
|
]);
|
|
118
|
-
const cvaDivider = cvaMerge(["border-
|
|
118
|
+
const cvaDivider = cvaMerge(["border-primary-500", "row-start-2", "col-span-4", "sm:hidden", "min-h-px"]);
|
|
119
119
|
const cvaActionContainerAndOverflow = cvaMerge([
|
|
120
120
|
"row-start-3",
|
|
121
121
|
"col-span-full",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-table",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.11",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"react-dnd-html5-backend": "16.0.1",
|
|
15
15
|
"@tanstack/react-router": "1.114.29",
|
|
16
16
|
"tailwind-merge": "^2.0.0",
|
|
17
|
-
"@trackunit/react-components": "1.15.
|
|
18
|
-
"@trackunit/shared-utils": "1.13.
|
|
19
|
-
"@trackunit/css-class-variance-utilities": "1.11.
|
|
20
|
-
"@trackunit/ui-icons": "1.11.
|
|
21
|
-
"@trackunit/react-table-base-components": "1.11.
|
|
22
|
-
"@trackunit/react-form-components": "1.12.
|
|
23
|
-
"@trackunit/i18n-library-translation": "1.11.
|
|
24
|
-
"@trackunit/iris-app-runtime-core-api": "1.11.
|
|
17
|
+
"@trackunit/react-components": "1.15.10",
|
|
18
|
+
"@trackunit/shared-utils": "1.13.9",
|
|
19
|
+
"@trackunit/css-class-variance-utilities": "1.11.9",
|
|
20
|
+
"@trackunit/ui-icons": "1.11.9",
|
|
21
|
+
"@trackunit/react-table-base-components": "1.11.11",
|
|
22
|
+
"@trackunit/react-form-components": "1.12.10",
|
|
23
|
+
"@trackunit/i18n-library-translation": "1.11.9",
|
|
24
|
+
"@trackunit/iris-app-runtime-core-api": "1.11.9",
|
|
25
25
|
"graphql": "^16.10.0"
|
|
26
26
|
},
|
|
27
27
|
"module": "./index.esm.js",
|