@os-design/editor 1.0.242 → 1.0.244

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.
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  declare const Figure: import("@emotion/styled").StyledComponent<{
3
3
  theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
4
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
5
5
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
6
6
  export default Figure;
7
7
  //# sourceMappingURL=Figure.d.ts.map
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  declare const FigureCaption: import("@emotion/styled").StyledComponent<{
3
3
  theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
4
+ as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
5
5
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
6
6
  export default FigureCaption;
7
7
  //# sourceMappingURL=FigureCaption.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@os-design/editor",
3
- "version": "1.0.242",
3
+ "version": "1.0.244",
4
4
  "license": "UNLICENSED",
5
5
  "repository": "git@gitlab.com:os-team/libs/os-design.git",
6
6
  "main": "dist/cjs/index.js",
@@ -30,7 +30,7 @@
30
30
  "access": "public"
31
31
  },
32
32
  "dependencies": {
33
- "@os-design/core": "^1.0.237",
33
+ "@os-design/core": "^1.0.239",
34
34
  "@os-design/icons": "^1.0.56",
35
35
  "@os-design/styles": "^1.0.53",
36
36
  "@os-design/theming": "^1.0.49",
@@ -40,7 +40,7 @@
40
40
  "devDependencies": {
41
41
  "@emotion/react": ">=11",
42
42
  "@emotion/styled": ">=11",
43
- "@types/draft-js": "^0.11.14",
43
+ "@types/draft-js": "^0.11.17",
44
44
  "immutable": "~3.7.4"
45
45
  },
46
46
  "peerDependencies": {
@@ -50,5 +50,5 @@
50
50
  "react": ">=18",
51
51
  "react-dom": ">=18"
52
52
  },
53
- "gitHead": "9724a7c0e9e501d993bb185b6894d6a2c3cf4ad8"
53
+ "gitHead": "73879a555a98a5a644a2a695ff797d01637fd19f"
54
54
  }