@trackunit/react-table 1.13.12 → 1.13.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-table",
3
- "version": "1.13.12",
3
+ "version": "1.13.14",
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.17.10",
18
- "@trackunit/shared-utils": "1.13.39",
19
- "@trackunit/css-class-variance-utilities": "1.11.39",
20
- "@trackunit/ui-icons": "1.11.38",
21
- "@trackunit/react-table-base-components": "1.13.12",
22
- "@trackunit/react-form-components": "1.14.12",
23
- "@trackunit/i18n-library-translation": "1.12.23",
24
- "@trackunit/iris-app-runtime-core-api": "1.12.20",
17
+ "@trackunit/react-components": "1.17.12",
18
+ "@trackunit/shared-utils": "1.13.41",
19
+ "@trackunit/css-class-variance-utilities": "1.11.41",
20
+ "@trackunit/ui-icons": "1.11.40",
21
+ "@trackunit/react-table-base-components": "1.13.14",
22
+ "@trackunit/react-form-components": "1.14.14",
23
+ "@trackunit/i18n-library-translation": "1.12.25",
24
+ "@trackunit/iris-app-runtime-core-api": "1.12.22",
25
25
  "graphql": "^16.10.0"
26
26
  },
27
27
  "module": "./index.esm.js",
package/index.cjs.css DELETED
@@ -1,12 +0,0 @@
1
- .column-dropped {
2
- transition: all 250ms ease-in;
3
- }
4
-
5
- .dragging-column {
6
- width: 0 !important;
7
- padding: 0 !important;
8
- margin: 0 !important;
9
- overflow: hidden !important;
10
- /* Keep transition for a smooth effect when drag starts or the drag does not work */
11
- transition: all 250ms ease-out;
12
- }
package/index.esm.css DELETED
@@ -1,12 +0,0 @@
1
- .column-dropped {
2
- transition: all 250ms ease-in;
3
- }
4
-
5
- .dragging-column {
6
- width: 0 !important;
7
- padding: 0 !important;
8
- margin: 0 !important;
9
- overflow: hidden !important;
10
- /* Keep transition for a smooth effect when drag starts or the drag does not work */
11
- transition: all 250ms ease-out;
12
- }