@trackunit/react-widgets 2.9.45 → 2.9.47
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 +0 -30
- package/index.esm.js +0 -30
- package/package.json +7 -7
package/index.cjs.js
CHANGED
|
@@ -343,36 +343,6 @@ const cvaWidgetKPIvalueText = cssClassVarianceUtilities.cvaMerge([
|
|
|
343
343
|
"font-medium",
|
|
344
344
|
"!leading-none",
|
|
345
345
|
]);
|
|
346
|
-
cssClassVarianceUtilities.cvaMerge([
|
|
347
|
-
"text-xs",
|
|
348
|
-
"font-normal",
|
|
349
|
-
"whitespace-nowrap",
|
|
350
|
-
"truncate",
|
|
351
|
-
"overflow-hidden",
|
|
352
|
-
]);
|
|
353
|
-
cssClassVarianceUtilities.cvaMerge(["text-xs", "font-semibold"], {
|
|
354
|
-
variants: {
|
|
355
|
-
color: {
|
|
356
|
-
success: ["text-success-600"],
|
|
357
|
-
danger: ["text-danger-600"],
|
|
358
|
-
neutral: ["text-neutral-500"],
|
|
359
|
-
},
|
|
360
|
-
},
|
|
361
|
-
defaultVariants: {
|
|
362
|
-
color: "success",
|
|
363
|
-
},
|
|
364
|
-
});
|
|
365
|
-
cssClassVarianceUtilities.cvaMerge([
|
|
366
|
-
"flex",
|
|
367
|
-
"items-center",
|
|
368
|
-
"gap-1",
|
|
369
|
-
"text-xs",
|
|
370
|
-
"font-normal",
|
|
371
|
-
// Truncation of children and nested children
|
|
372
|
-
"truncate",
|
|
373
|
-
"*:truncate",
|
|
374
|
-
"**:truncate",
|
|
375
|
-
]);
|
|
376
346
|
|
|
377
347
|
/**
|
|
378
348
|
* The KPI Widget is a compact and flexible component designed to surface key metrics in a clear, impactful way. It provides at-a-glance insights through bold values, concise labels, and optional contextual elements such as trend indicators or time zones. Its goal is to drive user attention toward meaningful data that prompts action.
|
package/index.esm.js
CHANGED
|
@@ -341,36 +341,6 @@ const cvaWidgetKPIvalueText = cvaMerge([
|
|
|
341
341
|
"font-medium",
|
|
342
342
|
"!leading-none",
|
|
343
343
|
]);
|
|
344
|
-
cvaMerge([
|
|
345
|
-
"text-xs",
|
|
346
|
-
"font-normal",
|
|
347
|
-
"whitespace-nowrap",
|
|
348
|
-
"truncate",
|
|
349
|
-
"overflow-hidden",
|
|
350
|
-
]);
|
|
351
|
-
cvaMerge(["text-xs", "font-semibold"], {
|
|
352
|
-
variants: {
|
|
353
|
-
color: {
|
|
354
|
-
success: ["text-success-600"],
|
|
355
|
-
danger: ["text-danger-600"],
|
|
356
|
-
neutral: ["text-neutral-500"],
|
|
357
|
-
},
|
|
358
|
-
},
|
|
359
|
-
defaultVariants: {
|
|
360
|
-
color: "success",
|
|
361
|
-
},
|
|
362
|
-
});
|
|
363
|
-
cvaMerge([
|
|
364
|
-
"flex",
|
|
365
|
-
"items-center",
|
|
366
|
-
"gap-1",
|
|
367
|
-
"text-xs",
|
|
368
|
-
"font-normal",
|
|
369
|
-
// Truncation of children and nested children
|
|
370
|
-
"truncate",
|
|
371
|
-
"*:truncate",
|
|
372
|
-
"**:truncate",
|
|
373
|
-
]);
|
|
374
344
|
|
|
375
345
|
/**
|
|
376
346
|
* The KPI Widget is a compact and flexible component designed to surface key metrics in a clear, impactful way. It provides at-a-glance insights through bold values, concise labels, and optional contextual elements such as trend indicators or time zones. Its goal is to drive user attention toward meaningful data that prompts action.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-widgets",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.47",
|
|
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.37",
|
|
12
|
+
"@trackunit/iris-app-runtime-core": "1.13.35",
|
|
13
|
+
"@trackunit/css-class-variance-utilities": "1.11.51",
|
|
14
|
+
"@trackunit/ui-design-tokens": "1.11.51",
|
|
15
|
+
"@trackunit/ui-icons": "1.11.50",
|
|
16
|
+
"@trackunit/i18n-library-translation": "1.12.38"
|
|
17
17
|
},
|
|
18
18
|
"module": "./index.esm.js",
|
|
19
19
|
"main": "./index.cjs.js",
|