@trackunit/react-filter-components 1.13.33 → 1.13.37-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-filter-components",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.37-alpha-20eb17e1671.0",
|
|
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
|
"react": "19.0.0",
|
|
11
11
|
"tailwind-merge": "^2.0.0",
|
|
12
|
-
"@trackunit/ui-icons": "1.11.
|
|
13
|
-
"@trackunit/css-class-variance-utilities": "1.11.
|
|
14
|
-
"@trackunit/react-components": "1.17.
|
|
15
|
-
"@trackunit/react-form-components": "1.14.
|
|
12
|
+
"@trackunit/ui-icons": "1.11.47-alpha-20eb17e1671.0",
|
|
13
|
+
"@trackunit/css-class-variance-utilities": "1.11.48-alpha-20eb17e1671.0",
|
|
14
|
+
"@trackunit/react-components": "1.17.31-alpha-20eb17e1671.0",
|
|
15
|
+
"@trackunit/react-form-components": "1.14.34-alpha-20eb17e1671.0"
|
|
16
16
|
},
|
|
17
17
|
"module": "./index.esm.js",
|
|
18
18
|
"main": "./index.cjs.js",
|
|
@@ -14,4 +14,4 @@ export interface FilterFooterProps extends CommonProps, Refable<HTMLDivElement>
|
|
|
14
14
|
* @returns {ReactElement} FilterFooter component
|
|
15
15
|
*/
|
|
16
16
|
export declare const FilterFooter: ({ className, "data-testid": dataTestId, children, ref, ...rest }: FilterFooterProps) => import("react/jsx-runtime").JSX.Element;
|
|
17
|
-
export declare const cvaFilterFooter: (props?: import("class-variance-authority/
|
|
17
|
+
export declare const cvaFilterFooter: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
@@ -39,4 +39,4 @@ export interface FilterHeaderProps extends CommonProps, Refable<HTMLDivElement>
|
|
|
39
39
|
export declare const FilterHeader: ({ "data-testid": dataTestId, title, resetLabel, showReset, onReset, loading, children, searchComponent, className, ref, ...rest }: FilterHeaderProps) => ReactElement;
|
|
40
40
|
export declare const cvaFilterHeaderButton: (props?: ({
|
|
41
41
|
isVisible?: boolean | null | undefined;
|
|
42
|
-
} & import("class-variance-authority/
|
|
42
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|