@equinor/cpl-compact-autocomplete 1.0.3 → 1.0.5

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/dist/index.js CHANGED
@@ -100,7 +100,7 @@ function CompactAutocomplete({
100
100
  placeholder,
101
101
  ref: autocompleteRef,
102
102
  // Disable linting for spreading generic props that depends on T
103
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
103
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any -- Props are spread to Autocomplete component which is typed with T, so type should be correct
104
104
  ...props
105
105
  }
106
106
  ) })
package/dist/index.mjs CHANGED
@@ -62,7 +62,7 @@ function CompactAutocomplete({
62
62
  placeholder,
63
63
  ref: autocompleteRef,
64
64
  // Disable linting for spreading generic props that depends on T
65
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
65
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any -- Props are spread to Autocomplete component which is typed with T, so type should be correct
66
66
  ...props
67
67
  }
68
68
  ) })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/cpl-compact-autocomplete",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "license": "MIT",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -30,8 +30,8 @@
30
30
  "react-dom": "19.2.4",
31
31
  "styled-components": "6.3.9",
32
32
  "tsup": "8.5.1",
33
- "@equinor/cpl-eslint-config": "1.0.1",
34
- "@equinor/cpl-typescript-config": "0.0.3"
33
+ "@equinor/cpl-eslint-config": "1.0.6",
34
+ "@equinor/cpl-typescript-config": "0.0.7"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@equinor/eds-core-react": ">=2.2.0",