@tryghost/koenig-lexical 0.0.64 → 0.0.67
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/dist/assets/kg-align-center-c1fd7359.svg +4 -0
- package/dist/assets/kg-align-left-da2d9422.svg +4 -0
- package/dist/assets/{main-825c80a2.js → main-c98c0348.js} +176 -176
- package/dist/assets/{main-825c80a2.js.map → main-c98c0348.js.map} +1 -1
- package/dist/index.html +1 -1
- package/package.json +4 -4
package/dist/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>Koenig Lexical Demo</title>
|
|
7
|
-
<script type="module" crossorigin src="/assets/main-
|
|
7
|
+
<script type="module" crossorigin src="/assets/main-c98c0348.js"></script>
|
|
8
8
|
<link rel="stylesheet" href="/assets/index-6fce6eba.css">
|
|
9
9
|
</head>
|
|
10
10
|
<body>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tryghost/koenig-lexical",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.67",
|
|
4
4
|
"repository": "https://github.com/TryGhost/Koenig/tree/master/packages/koenig-lexical",
|
|
5
5
|
"author": "Ghost Foundation",
|
|
6
6
|
"license": "MIT",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@lexical/utils": "^0.9.0",
|
|
51
51
|
"@lezer/highlight": "^1.1.3",
|
|
52
52
|
"@tryghost/kg-clean-basic-html": "^3.0.8",
|
|
53
|
-
"@tryghost/kg-default-nodes": "^0.0.
|
|
53
|
+
"@tryghost/kg-default-nodes": "^0.0.21",
|
|
54
54
|
"@tryghost/kg-markdown-html-renderer": "^6.0.5",
|
|
55
55
|
"@tryghost/kg-simplemde": "^2.0.9",
|
|
56
56
|
"@uiw/codemirror-theme-github": "^4.19.9",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@tailwindcss/line-clamp": "0.4.2",
|
|
82
82
|
"@testing-library/jest-dom": "5.16.5",
|
|
83
83
|
"@testing-library/react": "14.0.0",
|
|
84
|
-
"@types/react": "18.0.
|
|
84
|
+
"@types/react": "18.0.29",
|
|
85
85
|
"@types/react-dom": "18.0.11",
|
|
86
86
|
"@vitejs/plugin-react": "3.1.0",
|
|
87
87
|
"@vitest/coverage-c8": "0.29.7",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"vite-plugin-svgr": "2.4.0",
|
|
108
108
|
"vitest": "0.29.7"
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "74aaa9bbbff495d707fab9034517bf269fee108f"
|
|
111
111
|
}
|