pagery-edition 1.1.0 → 1.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pagery-edition",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "Composants d'édition en ligne pour les sites clients Pagery",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -4,7 +4,6 @@
4
4
  "use client";
5
5
 
6
6
  import { useCallback, useEffect, useRef, useState } from "react";
7
- // @ts-expect-error react-dom types manquants
8
7
  import { createPortal } from "react-dom";
9
8
  import { useEdition } from "./ContexteEdition";
10
9