@trackunit/react-chart-components 1.5.6 → 1.5.9
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/README.md +2 -2
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Trackunit React Chart Components
|
|
2
|
-
The `@trackunit/react-chart-components` package is the home of Trackunits
|
|
2
|
+
The `@trackunit/react-chart-components` package is the home of the chart components for Trackunits design system.
|
|
3
3
|
|
|
4
4
|
This library is exposed publicly for use in the the Trackunit [Iris App SDK](https://www.npmjs.com/package/@trackunit/iris-app).
|
|
5
5
|
|
|
6
|
-
To browse all available components visit
|
|
6
|
+
To browse all available components visit the [Design System](https://design.iris.trackunit.com/).
|
|
7
7
|
|
|
8
8
|
For more info and a full guide on Iris App SDK Development, please visit our [Developer Hub](https://developers.trackunit.com/).
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-chart-components",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.9",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"echarts": "5.6.0",
|
|
11
11
|
"react": "19.0.0",
|
|
12
|
-
"@trackunit/date-and-time-utils": "1.5.
|
|
13
|
-
"@trackunit/react-date-and-time-hooks": "1.5.
|
|
14
|
-
"@trackunit/ui-design-tokens": "1.5.
|
|
15
|
-
"@trackunit/shared-utils": "1.7.
|
|
16
|
-
"@trackunit/css-class-variance-utilities": "1.5.
|
|
17
|
-
"@trackunit/react-components": "1.6.
|
|
18
|
-
"@trackunit/react-test-setup": "1.2.
|
|
12
|
+
"@trackunit/date-and-time-utils": "1.5.8",
|
|
13
|
+
"@trackunit/react-date-and-time-hooks": "1.5.9",
|
|
14
|
+
"@trackunit/ui-design-tokens": "1.5.8",
|
|
15
|
+
"@trackunit/shared-utils": "1.7.8",
|
|
16
|
+
"@trackunit/css-class-variance-utilities": "1.5.8",
|
|
17
|
+
"@trackunit/react-components": "1.6.9",
|
|
18
|
+
"@trackunit/react-test-setup": "1.2.8"
|
|
19
19
|
},
|
|
20
20
|
"module": "./index.esm.js",
|
|
21
21
|
"main": "./index.cjs.js",
|