@trackunit/react-table-helpers 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 +11 -11
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Trackunit React Table Helpers
|
|
2
|
-
The `@trackunit/react-table-helpers` package is part of
|
|
2
|
+
The `@trackunit/react-table-helpers` package is part of the Trackunit design system. It contains helper functions and hook used for the Table library.
|
|
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-table-helpers",
|
|
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,16 +9,16 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"react": "19.0.0",
|
|
11
11
|
"@js-temporal/polyfill": "^0.4.4",
|
|
12
|
-
"@trackunit/filters-filter-bar": "1.6.
|
|
13
|
-
"@trackunit/filters-graphql-hook": "1.8.
|
|
14
|
-
"@trackunit/i18n-library-translation": "1.5.
|
|
15
|
-
"@trackunit/custom-field-components": "1.5.
|
|
16
|
-
"@trackunit/iris-app-runtime-core": "1.6.
|
|
17
|
-
"@trackunit/react-core-contexts-api": "1.6.
|
|
18
|
-
"@trackunit/react-table-base-components": "1.5.
|
|
19
|
-
"@trackunit/iris-app-runtime-core-api": "1.5.
|
|
20
|
-
"@trackunit/react-table": "1.5.
|
|
21
|
-
"@trackunit/react-test-setup": "1.2.
|
|
12
|
+
"@trackunit/filters-filter-bar": "1.6.9",
|
|
13
|
+
"@trackunit/filters-graphql-hook": "1.8.9",
|
|
14
|
+
"@trackunit/i18n-library-translation": "1.5.9",
|
|
15
|
+
"@trackunit/custom-field-components": "1.5.9",
|
|
16
|
+
"@trackunit/iris-app-runtime-core": "1.6.9",
|
|
17
|
+
"@trackunit/react-core-contexts-api": "1.6.8",
|
|
18
|
+
"@trackunit/react-table-base-components": "1.5.9",
|
|
19
|
+
"@trackunit/iris-app-runtime-core-api": "1.5.9",
|
|
20
|
+
"@trackunit/react-table": "1.5.9",
|
|
21
|
+
"@trackunit/react-test-setup": "1.2.8"
|
|
22
22
|
},
|
|
23
23
|
"module": "./index.esm.js",
|
|
24
24
|
"main": "./index.cjs.js",
|