@pie-lib/editable-html 12.1.1-next.1 → 12.2.0-next.0

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,11 +1,15 @@
1
1
  {
2
2
  "name": "@pie-lib/editable-html",
3
- "version": "12.1.1-next.1",
3
+ "version": "12.2.0-next.0+c7578ca",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "main": "lib/index.js",
7
7
  "module": "src/index.jsx",
8
8
  "author": "pie-framework developers",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/pie-framework/pie-lib"
12
+ },
9
13
  "dependencies": {
10
14
  "@dnd-kit/core": "6.3.1",
11
15
  "@dnd-kit/modifiers": "9.0.0",
@@ -14,11 +18,11 @@
14
18
  "@emotion/style": "^0.8.0",
15
19
  "@mui/icons-material": "^7.3.4",
16
20
  "@mui/material": "^7.3.4",
17
- "@pie-lib/drag": "^3.1.1-next.1",
18
- "@pie-lib/math-input": "^7.1.1-next.1",
19
- "@pie-lib/math-rendering": "^4.1.1-next.1",
20
- "@pie-lib/math-toolbar": "^2.1.1-next.1",
21
- "@pie-lib/render-ui": "^5.1.1-next.1",
21
+ "@pie-lib/drag": "^3.2.0-next.0+c7578ca",
22
+ "@pie-lib/math-input": "^7.2.0-next.0+c7578ca",
23
+ "@pie-lib/math-rendering": "^4.2.0-next.0+c7578ca",
24
+ "@pie-lib/math-toolbar": "^2.2.0-next.0+c7578ca",
25
+ "@pie-lib/render-ui": "^5.2.0-next.0+c7578ca",
22
26
  "change-case": "^3.0.2",
23
27
  "classnames": "^2.2.6",
24
28
  "debug": "^4.1.1",
@@ -50,6 +54,6 @@
50
54
  "publishConfig": {
51
55
  "access": "public"
52
56
  },
53
- "gitHead": "3bd6fd50a65d60fc94a893e87babf027c1144ed6",
57
+ "gitHead": "c7578cae82de46ec0dae41b7d1ef924401e6226d",
54
58
  "scripts": {}
55
59
  }
@@ -124,7 +124,6 @@ describe('htmlToValue', () => {
124
124
  const html = `<div><p>foo<img src="blah.jpg"/>bar</p></div>`;
125
125
  const v = htmlToValue(html);
126
126
 
127
- console.log(JSON.stringify(v.toJSON()));
128
127
  expect(v.toJSON()).toEqual(expected);
129
128
  });
130
129
 
@@ -1 +0,0 @@
1
- []