@trackunit/react-table-base-components 0.0.42 → 0.0.43
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 -10
- package/index.esm.js +1 -10
- package/package.json +5 -5
package/index.cjs.js
CHANGED
|
@@ -153,16 +153,7 @@ const ResizeHandle = (_a) => {
|
|
|
153
153
|
};
|
|
154
154
|
return (jsxRuntime.jsx("div", Object.assign({ role: "separator", "data-testid": dataTestId, className: cvaResizeHandel({ isResizing, className }), onMouseDown: event => onMouseDown(event) }, rest)));
|
|
155
155
|
};
|
|
156
|
-
const cvaResizeHandel = cssClassVarianceUtilities.cvaMerge([
|
|
157
|
-
"absolute",
|
|
158
|
-
"cursor-col-resize",
|
|
159
|
-
"right-0",
|
|
160
|
-
"top-0",
|
|
161
|
-
"h-full",
|
|
162
|
-
"w-1",
|
|
163
|
-
"select-none",
|
|
164
|
-
"hover:bg-primary-400",
|
|
165
|
-
], {
|
|
156
|
+
const cvaResizeHandel = cssClassVarianceUtilities.cvaMerge(["absolute", "cursor-col-resize", "right-0", "top-0", "h-full", "w-1", "select-none", "hover:bg-primary-400"], {
|
|
166
157
|
variants: {
|
|
167
158
|
isResizing: {
|
|
168
159
|
true: ["bg-blue-500", "opacity-1"],
|
package/index.esm.js
CHANGED
|
@@ -149,16 +149,7 @@ const ResizeHandle = (_a) => {
|
|
|
149
149
|
};
|
|
150
150
|
return (jsx("div", Object.assign({ role: "separator", "data-testid": dataTestId, className: cvaResizeHandel({ isResizing, className }), onMouseDown: event => onMouseDown(event) }, rest)));
|
|
151
151
|
};
|
|
152
|
-
const cvaResizeHandel = cvaMerge([
|
|
153
|
-
"absolute",
|
|
154
|
-
"cursor-col-resize",
|
|
155
|
-
"right-0",
|
|
156
|
-
"top-0",
|
|
157
|
-
"h-full",
|
|
158
|
-
"w-1",
|
|
159
|
-
"select-none",
|
|
160
|
-
"hover:bg-primary-400",
|
|
161
|
-
], {
|
|
152
|
+
const cvaResizeHandel = cvaMerge(["absolute", "cursor-col-resize", "right-0", "top-0", "h-full", "w-1", "select-none", "hover:bg-primary-400"], {
|
|
162
153
|
variants: {
|
|
163
154
|
isResizing: {
|
|
164
155
|
true: ["bg-blue-500", "opacity-1"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-table-base-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.43",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@trackunit/css-class-variance-utilities": "0.0.14",
|
|
11
11
|
"@trackunit/date-and-time-utils": "0.0.2",
|
|
12
|
-
"@trackunit/iris-app-api": "0.0.
|
|
13
|
-
"@trackunit/react-components": "0.1.
|
|
14
|
-
"@trackunit/react-form-components": "0.0.
|
|
15
|
-
"@trackunit/ui-design-tokens": "0.0.
|
|
12
|
+
"@trackunit/iris-app-api": "0.0.124",
|
|
13
|
+
"@trackunit/react-components": "0.1.172",
|
|
14
|
+
"@trackunit/react-form-components": "0.0.168",
|
|
15
|
+
"@trackunit/ui-design-tokens": "0.0.78",
|
|
16
16
|
"react": "18.2.0"
|
|
17
17
|
},
|
|
18
18
|
"module": "./index.esm.js",
|