@trackunit/react-widgets 2.9.34 → 2.9.38-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-widgets",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.38-alpha-20eb17e1671.0",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -8,12 +8,12 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"react": "19.0.0",
|
|
11
|
-
"@trackunit/react-components": "1.17.
|
|
12
|
-
"@trackunit/iris-app-runtime-core": "1.13.
|
|
13
|
-
"@trackunit/css-class-variance-utilities": "1.11.
|
|
14
|
-
"@trackunit/ui-design-tokens": "1.11.
|
|
15
|
-
"@trackunit/ui-icons": "1.11.
|
|
16
|
-
"@trackunit/i18n-library-translation": "1.12.
|
|
11
|
+
"@trackunit/react-components": "1.17.31-alpha-20eb17e1671.0",
|
|
12
|
+
"@trackunit/iris-app-runtime-core": "1.13.31-alpha-20eb17e1671.0",
|
|
13
|
+
"@trackunit/css-class-variance-utilities": "1.11.48-alpha-20eb17e1671.0",
|
|
14
|
+
"@trackunit/ui-design-tokens": "1.11.48-alpha-20eb17e1671.0",
|
|
15
|
+
"@trackunit/ui-icons": "1.11.47-alpha-20eb17e1671.0",
|
|
16
|
+
"@trackunit/i18n-library-translation": "1.12.34-alpha-20eb17e1671.0"
|
|
17
17
|
},
|
|
18
18
|
"module": "./index.esm.js",
|
|
19
19
|
"main": "./index.cjs.js",
|
|
@@ -3,4 +3,4 @@ export declare const cvaWidgetContent: (props?: ({
|
|
|
3
3
|
centering?: "none" | "centered" | null | undefined;
|
|
4
4
|
gap?: "none" | "responsive" | null | undefined;
|
|
5
5
|
padding?: "none" | "responsive" | null | undefined;
|
|
6
|
-
} & import("class-variance-authority/
|
|
6
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const cvaWidgetEditBodyContainer: (props?: ({
|
|
2
2
|
direction?: "row" | "row-reverse" | "column" | "column-reverse" | null | undefined;
|
|
3
|
-
} & import("class-variance-authority/
|
|
3
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
@@ -1,11 +1,6 @@
|
|
|
1
1
|
export declare const cvaWidgetKPI: (props?: ({
|
|
2
|
-
variant?: "
|
|
3
|
-
} & import("class-variance-authority/
|
|
4
|
-
export declare const cvaWidgetKPIHeader: (props?: import("class-variance-authority/
|
|
5
|
-
export declare const cvaWidgetKPITitleText: (props?: import("class-variance-authority/
|
|
6
|
-
export declare const cvaWidgetKPIvalueText: (props?: import("class-variance-authority/
|
|
7
|
-
export declare const cvaWidgetKPITrendValueText: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
|
|
8
|
-
export declare const cvaWidgetKPITrendPercentage: (props?: ({
|
|
9
|
-
color?: "success" | "danger" | "neutral" | null | undefined;
|
|
10
|
-
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|
|
11
|
-
export declare const cvaWidgetKPINotice: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
|
|
2
|
+
variant?: "small" | "condensed" | "default" | null | undefined;
|
|
3
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
4
|
+
export declare const cvaWidgetKPIHeader: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
5
|
+
export declare const cvaWidgetKPITitleText: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|
|
6
|
+
export declare const cvaWidgetKPIvalueText: (props?: import("class-variance-authority/types").ClassProp | undefined) => string;
|