cozy-sharing 26.2.0 → 26.2.1

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,12 @@
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
+ ## [26.2.1](https://github.com/cozy/cozy-libs/compare/cozy-sharing@26.2.0...cozy-sharing@26.2.1) (2025-09-23)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sharing:** Sharing suggestions now pops over the dialog container ([c7338a7](https://github.com/cozy/cozy-libs/commit/c7338a7cab5bd7c32a6c74801be9a4664b0ee465))
11
+
6
12
  # [26.2.0](https://github.com/cozy/cozy-libs/compare/cozy-sharing@26.1.1...cozy-sharing@26.2.0) (2025-09-18)
7
13
 
8
14
  ### Features
@@ -29,6 +29,14 @@ export var DumbSharedDriveModal = withLocales(function (_ref) {
29
29
  disableGutters: true,
30
30
  onClose: onClose,
31
31
  title: title,
32
+ classes: {
33
+ paper: 'u-ov-visible'
34
+ },
35
+ componentsProps: {
36
+ dialogContent: {
37
+ className: 'u-ov-visible'
38
+ }
39
+ },
32
40
  content: /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
33
41
  className: "u-ph-2"
34
42
  }, handleSharedDriveNameChange && /*#__PURE__*/React.createElement(TextField, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-sharing",
3
- "version": "26.2.0",
3
+ "version": "26.2.1",
4
4
  "description": "Provides sharing login for React applications.",
5
5
  "main": "dist/index.js",
6
6
  "author": "Cozy",
@@ -79,5 +79,5 @@
79
79
  "sideEffects": [
80
80
  "*.css"
81
81
  ],
82
- "gitHead": "61c2e410b247be9903d2d68076fd8be5f90cba0e"
82
+ "gitHead": "217ddd55513e5f7aa43040716441487e7cb31a64"
83
83
  }
@@ -33,6 +33,10 @@ export const DumbSharedDriveModal = withLocales(
33
33
  disableGutters
34
34
  onClose={onClose}
35
35
  title={title}
36
+ classes={{ paper: 'u-ov-visible' }}
37
+ componentsProps={{
38
+ dialogContent: { className: 'u-ov-visible' }
39
+ }}
36
40
  content={
37
41
  <div>
38
42
  <div className="u-ph-2">