cozy-viewer 23.5.8 → 23.5.10

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [23.5.10](https://github.com/cozy/cozy-libs/compare/cozy-viewer@23.5.9...cozy-viewer@23.5.10) (2025-10-30)
7
+
8
+ **Note:** Version bump only for package cozy-viewer
9
+
10
+ ## [23.5.9](https://github.com/cozy/cozy-libs/compare/cozy-viewer@23.5.8...cozy-viewer@23.5.9) (2025-10-29)
11
+
12
+ **Note:** Version bump only for package cozy-viewer
13
+
6
14
  ## [23.5.8](https://github.com/cozy/cozy-libs/compare/cozy-viewer@23.5.7...cozy-viewer@23.5.8) (2025-10-28)
7
15
 
8
16
  **Note:** Version bump only for package cozy-viewer
@@ -25,10 +25,10 @@ var _ListItemIcon = _interopRequireDefault(require("cozy-ui/transpiled/react/Lis
25
25
 
26
26
  var _ListItemText = _interopRequireDefault(require("cozy-ui/transpiled/react/ListItemText"));
27
27
 
28
- var _helpers = require("../helpers");
29
-
30
28
  var _withViewerLocales = require("../../hoc/withViewerLocales");
31
29
 
30
+ var _helpers = require("../helpers");
31
+
32
32
  var QualificationListItemQualificationEmpty = function QualificationListItemQualificationEmpty(_ref) {
33
33
  var file = _ref.file,
34
34
  isReadOnly = _ref.isReadOnly,
package/jest.config.js CHANGED
@@ -9,6 +9,8 @@ module.exports = {
9
9
  '\\.styl$': 'identity-obj-proxy',
10
10
  'react-pdf/dist/esm/entry.webpack': 'react-pdf',
11
11
  '^cozy-client$': '<rootDir>/node_modules/cozy-client/dist/index',
12
+ '^cozy-client/dist/types$':
13
+ '<rootDir>/node_modules/cozy-client/dist/types.js',
12
14
  '^cozy-ui(.*)': '<rootDir>/node_modules/cozy-ui/$1'
13
15
  },
14
16
  transformIgnorePatterns: ['node_modules/(?!(cozy-ui|cozy-harvest-lib))'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-viewer",
3
- "version": "23.5.8",
3
+ "version": "23.5.10",
4
4
  "description": "Cozy-Viewer provides a component to show files in a viewer.",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
@@ -28,13 +28,13 @@
28
28
  "@testing-library/react": "11.2.7",
29
29
  "@testing-library/react-hooks": "^3.2.1",
30
30
  "babel-plugin-inline-json-import": "0.3.2",
31
- "babel-preset-cozy-app": "^2.8.1",
31
+ "babel-preset-cozy-app": "^2.8.2",
32
32
  "cozy-client": "^57.0.0",
33
33
  "cozy-device-helper": "2.0.0",
34
- "cozy-harvest-lib": "^34.1.8",
35
- "cozy-intent": "^2.30.0",
34
+ "cozy-harvest-lib": "^34.1.10",
35
+ "cozy-intent": "^2.30.1",
36
36
  "cozy-logger": "^1.17.0",
37
- "cozy-sharing": "^26.7.0",
37
+ "cozy-sharing": "^26.7.2",
38
38
  "cozy-ui": "^126.0.0",
39
39
  "identity-obj-proxy": "3.0.0",
40
40
  "jest": "26.6.3",
@@ -64,5 +64,5 @@
64
64
  "react": ">=16.12.0",
65
65
  "react-dom": ">=16.12.0"
66
66
  },
67
- "gitHead": "158085847b8f55dc52daf39fe0cc4f56bab6d958"
67
+ "gitHead": "c90db9a0e2f1d287a28f1d10328c12603a0f63c0"
68
68
  }
@@ -9,8 +9,8 @@ import ListItem from 'cozy-ui/transpiled/react/ListItem'
9
9
  import ListItemIcon from 'cozy-ui/transpiled/react/ListItemIcon'
10
10
  import ListItemText from 'cozy-ui/transpiled/react/ListItemText'
11
11
 
12
- import { canEditQualification } from '../helpers'
13
12
  import { withViewerLocales } from '../../hoc/withViewerLocales'
13
+ import { canEditQualification } from '../helpers'
14
14
 
15
15
  const QualificationListItemQualificationEmpty = ({
16
16
  file,