@equinor/eds-data-grid-react 0.6.1 → 0.6.2

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.
@@ -307,7 +307,7 @@ function TableHeaderCell({
307
307
  className: "table-header-cell-label",
308
308
  children: reactTable.flexRender(header.column.columnDef.header, header.getContext())
309
309
  })
310
- }), header.column.columnDef.meta?.customFilterInput && /*#__PURE__*/jsxRuntime.jsx(SortIndicator, {
310
+ }), !header.column.columnDef.meta?.customFilterInput && /*#__PURE__*/jsxRuntime.jsx(SortIndicator, {
311
311
  column: header.column
312
312
  }), header.column.getCanFilter() && !header.column.columnDef.meta?.customFilterInput ?
313
313
  /*#__PURE__*/
@@ -79,7 +79,7 @@ function TableHeaderCell({
79
79
  className: "table-header-cell-label",
80
80
  children: flexRender(header.column.columnDef.header, header.getContext())
81
81
  })
82
- }), header.column.columnDef.meta?.customFilterInput && /*#__PURE__*/jsx(SortIndicator, {
82
+ }), !header.column.columnDef.meta?.customFilterInput && /*#__PURE__*/jsx(SortIndicator, {
83
83
  column: header.column
84
84
  }), header.column.getCanFilter() && !header.column.columnDef.meta?.customFilterInput ?
85
85
  /*#__PURE__*/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/eds-data-grid-react",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "A feature-rich data-grid written in React, implementing the Equinor Design System",
5
5
  "license": "MIT",
6
6
  "types": "dist/types/index.d.ts",
@@ -20,54 +20,54 @@
20
20
  "styled-components": ">=5.1"
21
21
  },
22
22
  "dependencies": {
23
- "@tanstack/react-table": "^8.16.0",
24
- "@tanstack/react-virtual": "^3.5.0",
23
+ "@tanstack/react-table": "^8.20.1",
24
+ "@tanstack/react-virtual": "^3.8.4",
25
25
  "@equinor/eds-icons": "^0.21.0",
26
- "@equinor/eds-utils": "^0.8.5",
27
- "@equinor/eds-tokens": "0.9.2"
26
+ "@equinor/eds-tokens": "0.9.2",
27
+ "@equinor/eds-utils": "^0.8.5"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@rollup/plugin-babel": "^6.0.4",
31
- "@rollup/plugin-commonjs": "^25.0.7",
31
+ "@rollup/plugin-commonjs": "^26.0.1",
32
32
  "@rollup/plugin-node-resolve": "^15.2.3",
33
- "@storybook/addon-a11y": "^8.0.2",
34
- "@storybook/addon-actions": "^8.0.2",
35
- "@storybook/addon-docs": "^8.0.2",
36
- "@storybook/addon-essentials": "^8.0.2",
37
- "@storybook/addon-links": "^8.0.2",
38
- "@storybook/blocks": "^8.0.2",
39
- "@storybook/preview-api": "^8.0.2",
40
- "@storybook/react": "^8.0.2",
41
- "@storybook/react-vite": "^8.0.2",
42
- "@testing-library/dom": "^9.3.3",
43
- "@testing-library/jest-dom": "^6.1.4",
44
- "@testing-library/react": "14.0.0",
45
- "@testing-library/user-event": "^14.5.1",
46
- "@types/jest": "^29.5.6",
47
- "@types/node": "20.8.9",
48
- "@types/ramda": "^0.30.0",
49
- "@types/react": "^18.2.33",
50
- "@types/react-dom": "^18.2.14",
33
+ "@storybook/addon-a11y": "^8.2.8",
34
+ "@storybook/addon-actions": "^8.2.8",
35
+ "@storybook/addon-docs": "^8.2.8",
36
+ "@storybook/addon-essentials": "^8.2.8",
37
+ "@storybook/addon-links": "^8.2.8",
38
+ "@storybook/blocks": "^8.2.8",
39
+ "@storybook/preview-api": "^8.2.8",
40
+ "@storybook/react": "^8.2.8",
41
+ "@storybook/react-vite": "^8.2.8",
42
+ "@testing-library/dom": "^10.4.0",
43
+ "@testing-library/jest-dom": "^6.4.8",
44
+ "@testing-library/react": "16.0.0",
45
+ "@testing-library/user-event": "^14.5.2",
46
+ "@types/jest": "^29.5.12",
47
+ "@types/node": "22.1.0",
48
+ "@types/ramda": "^0.30.1",
49
+ "@types/react": "^18.3.3",
50
+ "@types/react-dom": "^18.3.0",
51
51
  "babel-loader": "^9.1.3",
52
52
  "babel-plugin-styled-components": "^2.1.4",
53
53
  "jest": "29.7.0",
54
54
  "jest-environment-jsdom": "29.7.0",
55
55
  "jest-styled-components": "^7.2.0",
56
56
  "js-file-download": "^0.4.12",
57
- "postcss": "^8.4.31",
58
- "ramda": "^0.30.0",
59
- "react": "^18.2.0",
60
- "react-dom": "^18.2.0",
61
- "react-hook-form": "^7.47.0",
62
- "rollup": "^4.2.0",
57
+ "postcss": "^8.4.41",
58
+ "ramda": "^0.30.1",
59
+ "react": "^18.3.1",
60
+ "react-dom": "^18.3.1",
61
+ "react-hook-form": "^7.52.2",
62
+ "rollup": "^4.20.0",
63
63
  "rollup-plugin-delete": "^2.0.0",
64
64
  "rollup-plugin-postcss": "^4.0.2",
65
- "storybook": "^8.0.2",
66
- "styled-components": "6.1.11",
67
- "ts-jest": "29.1.1",
68
- "ts-node": "10.9.1",
69
- "tsc-watch": "^6.0.4",
70
- "typescript": "~5.2.2"
65
+ "storybook": "^8.2.8",
66
+ "styled-components": "6.1.12",
67
+ "ts-jest": "29.2.4",
68
+ "ts-node": "10.9.2",
69
+ "tsc-watch": "^6.2.0",
70
+ "typescript": "~5.5.4"
71
71
  },
72
72
  "homepage": "https://eds.equinor.com",
73
73
  "repository": {
@@ -85,10 +85,6 @@
85
85
  "react",
86
86
  "data grid"
87
87
  ],
88
- "engines": {
89
- "pnpm": ">=4",
90
- "node": ">=10.0.0"
91
- },
92
88
  "scripts": {
93
89
  "build": "rollup -c --bundleConfigAsCjs && tsc -p tsconfig.build.json",
94
90
  "test": "tsc -p tsconfig.spec.json && jest",