@trackunit/react-table 1.13.32 → 1.13.35-alpha-20eb17e1671.0

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.32",
3
+ "version": "1.13.35-alpha-20eb17e1671.0",
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.28",
18
- "@trackunit/shared-utils": "1.13.45",
19
- "@trackunit/css-class-variance-utilities": "1.11.45",
20
- "@trackunit/ui-icons": "1.11.44",
21
- "@trackunit/react-table-base-components": "1.13.31",
22
- "@trackunit/react-form-components": "1.14.31",
23
- "@trackunit/i18n-library-translation": "1.12.31",
24
- "@trackunit/iris-app-runtime-core-api": "1.12.26",
17
+ "@trackunit/react-components": "1.17.31-alpha-20eb17e1671.0",
18
+ "@trackunit/shared-utils": "1.13.48-alpha-20eb17e1671.0",
19
+ "@trackunit/css-class-variance-utilities": "1.11.48-alpha-20eb17e1671.0",
20
+ "@trackunit/ui-icons": "1.11.47-alpha-20eb17e1671.0",
21
+ "@trackunit/react-table-base-components": "1.13.34-alpha-20eb17e1671.0",
22
+ "@trackunit/react-form-components": "1.14.34-alpha-20eb17e1671.0",
23
+ "@trackunit/i18n-library-translation": "1.12.34-alpha-20eb17e1671.0",
24
+ "@trackunit/iris-app-runtime-core-api": "1.12.29-alpha-20eb17e1671.0",
25
25
  "graphql": "^16.10.0"
26
26
  },
27
27
  "module": "./index.esm.js",
@@ -1,8 +1,8 @@
1
- export declare const cvaActionSheet: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
2
- export declare const cvaDivider: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
1
+ export declare const cvaActionSheet: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
2
+ export declare const cvaDivider: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
3
3
  export declare const cvaActionContainerAndOverflow: (props?: ({
4
4
  isDropdown?: boolean | null | undefined;
5
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
6
  export declare const cvaMoreContainer: (props?: ({
7
7
  isDropdown?: boolean | null | undefined;
8
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
8
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
@@ -1,3 +1,3 @@
1
1
  export declare const cvaColumnFilterGrabbable: (props?: ({
2
2
  disabled?: boolean | null | undefined;
3
- } & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
3
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;